@charset "UTF-8";
/* ↓以下の階層に標準的なscssが格納されています。 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt";
  font-weight: 400;
}

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@keyframes image_sldier {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes sldier_x {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes sldier_y {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: 0 -50%;
  }
}
:root {
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none !important;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  color: #333;
  background: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (max-width: 1200px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 828px) {
  body #swipebox-close {
    right: auto;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
  }
}
@media (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

div {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: unset;
  font-weight: unset;
  padding: unset;
  margin: unset;
}
@media screen and (max-width: 1024px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}

p,
a,
span,
th,
td,
dt,
dd,
address {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 2;
  font-style: normal;
}

li {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-style: normal;
  list-style: none;
}

ul,
ol {
  list-style: none;
  padding-left: unset;
}

a {
  text-decoration: none;
  color: inherit;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  a {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  a {
    transition-duration: 300ms;
  }
}
a:hover {
  opacity: 0.7;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
a[href^=tel]:hover {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  a[href^=tel] {
    pointer-events: unset;
  }
}

img,
figure,
picture {
  margin: unset;
  margin: 0;
  padding: 0;
  border: none;
}

figure,
picture {
  display: block;
}

/* ▽▽▽▽ table ▽▽▽▽ */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: auto !important;
  border: none;
  box-sizing: border-box;
}

tbody,
tr {
  width: 100%;
  height: auto !important;
  border: none;
  box-sizing: border-box;
}

th,
td {
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  th,
  td {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  th,
  td {
    display: block;
  }
}

@media screen and (min-width: 1001px) {
  th {
    width: 200px;
    border-bottom: 1px solid #ccc;
    background-color: #f3f3f3;
  }
}
@media screen and (max-width: 1000px) {
  th {
    padding-left: 1em;
    padding-right: 1em;
  }
  tr + tr th {
    padding-top: 1em;
  }
}

@media screen and (min-width: 1001px) {
  td {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 1000px) {
  td {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

/* △△△△ table △△△△ */
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.swipe {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .swipe {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 1;
  }
  .swipe img {
    min-width: 1200px;
  }
  .swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    max-width: 180px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    top: 60px;
    left: 20px;
    background-image: url(../images/svg_swipe.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    animation: 2s ease-in-out alternate infinite please__swipe;
  }
  .swipe::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(221, 221, 221, 0.6);
    transform: translate(-50%, -50%);
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    animation: none;
  }
  .swipe__on::-webkit-scrollbar {
    height: 5px;
  }
  .swipe__on::-webkit-scrollbar-track, .swipe__on::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .swipe th,
  .swipe td {
    display: table-cell !important;
    white-space: nowrap;
  }
}

/* ▽▽▽▽ container ▽▽▽▽ */
.container {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1241px) {
  .container {
    max-width: 1280px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1240px) {
  .container {
    max-width: 1280px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.over-right {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1241px) {
  .over-right {
    margin-left: calc((100vw - 1220px) / 2);
  }
}
@media screen and (max-width: 1240px) {
  .over-right {
    max-width: 1280px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .over-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .over-right {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.over-left {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1241px) {
  .over-left {
    margin-right: calc((100vw - 1220px) / 2);
  }
}
@media screen and (max-width: 1240px) {
  .over-left {
    max-width: 1280px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .over-left {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .over-left {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* △△△△ container △△△△ */
/* ▽▽▽▽ lazy ▽▽▽▽ */
.lazy {
  opacity: 0;
  position: relative;
  translate: 0 50px;
}

.lazy_show {
  opacity: 1;
  translate: 0 0;
  transition: all 1000ms;
}

/* △△△△ lazy △△△△ */
/* ▽▽▽▽ blur ▽▽▽▽ */
.blur {
  opacity: 0;
  filter: blur(20px);
}

.blur_show {
  opacity: 1;
  filter: blur(0px);
  transition: all 2000ms;
}

.blur-d1.blur_show {
  transition-delay: 0.3s;
}

/* △△△△ blur △△△△ */
/* ▽▽▽▽追従▽▽▽▽ */
@media screen and (min-width: 1001px) {
  .c_following__contents {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    position: relative;
  }
  .c_following__side {
    position: sticky;
    top: 0;
    left: 0;
    width: 200px;
  }
  .c_following__main {
    flex: 1;
  }
}
/* △△△△追従△△△△ */
.c_header__block {
  padding: 24px 40px;
  box-sizing: border-box;
  transition: all 0.6s;
}
@media screen and (min-width: 1201px) {
  .c_header__block {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    opacity: 1;
  }
  .c_header__block.c_header__hide {
    transform: translateY(-100%);
    opacity: 0;
  }
  .c_header__block.c_header__hide__comp {
    background: #FFFFFF;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 1001px) {
  .c_header__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__block {
    display: block;
    padding: 24px 32px;
  }
}
@media screen and (max-width: 500px) {
  .c_header__block {
    padding: 24px 16px;
  }
}

.c_header__link {
  display: flex;
  align-items: center;
}

.c_header__image {
  display: block;
}
@media screen and (max-width: 500px) {
  .c_header__image {
    max-width: 105px;
  }
}

.c_header__ico__main {
  display: block;
}
@media screen and (max-width: 500px) {
  .c_header__ico__main {
    max-width: 50px;
  }
}

.c_header__btns {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .c_header__btns {
    display: block;
  }
}

.c_header__contact__ico,
.c_header__entry__ico {
  transition: all 0.3s;
}

.c_header__nav a.c_header__btn {
  padding: 15px 24px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .c_header__nav a.c_header__btn {
    padding: 24px;
    justify-content: center;
  }
}

.c_header__btn__contact {
  background: #113A60;
  border: solid 1px #113A60;
}
@media screen and (min-width: 1201px) {
  .c_header__btn__contact {
    border-radius: 4px 0px 0px 4px;
  }
}
.c_header__btn__contact:hover {
  opacity: 1;
  background: #fff !important;
  color: #113A60 !important;
}
.c_header__btn__contact:hover .c_header__contact__ico {
  filter: brightness(0) saturate(100%) invert(18%) sepia(63%) saturate(953%) hue-rotate(175deg) brightness(93%) contrast(96%);
}

.c_header__btn__entry {
  background: #009537;
  border: solid 1px #009537;
}
@media screen and (min-width: 1201px) {
  .c_header__btn__entry {
    border-radius: 0px 4px 4px 0px;
  }
}
.c_header__btn__entry:hover {
  opacity: 1;
  background: #fff !important;
  color: #009537 !important;
}
.c_header__btn__entry:hover .c_header__entry__ico {
  filter: brightness(0) saturate(100%) invert(30%) sepia(81%) saturate(2475%) hue-rotate(131deg) brightness(92%) contrast(101%);
}

.c_header__nav ul a {
  font-weight: 700;
  font-size: 16px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}
@media screen and (min-width: 1201px) {
  .c_header__nav ul a {
    line-height: 100%;
  }
}
.c_header__nav ul a:hover {
  opacity: 1;
  color: #009537;
}
@media screen and (min-width: 1201px) {
  .c_header__nav {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1000px) and (max-width: 1500px) {
  .c_header__nav {
    gap: 24px;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1001px) and (max-width: 1200px) {
  .c_header__nav {
    gap: 16px;
  }
}
@media screen and (min-width: 1201px) {
  .c_header__nav ul {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1000px) and (max-width: 1500px) {
  .c_header__nav ul {
    gap: 24px;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1001px) and (max-width: 1200px) {
  .c_header__nav ul {
    gap: 16px;
  }
}
.c_header__nav span {
  display: none !important;
}
.c_header__nav .sub-menu,
.c_header__nav .children {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .c_header__nav li {
    border-bottom: 1px solid #fff;
  }
  .c_header__nav a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-top: 1em;
    padding-bottom: 1em;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1200px) {
  .c_header__menu {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 375px;
    width: 100%;
    height: 100dvh;
    background-color: rgba(51, 51, 51, 0.9);
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 150px;
    box-sizing: border-box;
    overflow-y: scroll;
    clip-path: inset(0 0% 0% 100%);
    transition-property: all;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .c_header__menu {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .c_header__menu {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1200px) {
  .c_header__menu.c_header__active {
    clip-path: inset(0 0% 0% 0%);
  }
}
.c_header__line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #fff;
  translate: -50% -50%;
  transition: inherit;
}
.c_header__active .c_header__line {
  opacity: 0;
}

.c_header__trigger {
  position: fixed;
  top: 25px;
  right: 32px;
  background-color: #009537;
  width: 40px;
  height: 32px;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_header__trigger {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__trigger {
    transition-duration: 300ms;
  }
}
.c_header__trigger {
  z-index: 10;
  border-radius: 4px;
}
@media screen and (max-width: 500px) {
  .c_header__trigger {
    right: 16px;
  }
}
@media screen and (min-width: 1201px) {
  .c_header__trigger {
    display: none !important;
  }
}
.c_header__trigger::before, .c_header__trigger::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #fff;
  transition: inherit;
}
.c_header__trigger::before {
  translate: -50% calc(-50% - 6px);
}
.c_header__trigger::after {
  translate: -50% calc(-50% + 6px);
}
.c_header__trigger.c_header__active::before, .c_header__trigger.c_header__active::after {
  translate: -50% -50%;
}
.c_header__trigger.c_header__active::before {
  rotate: -30deg;
}
.c_header__trigger.c_header__active::after {
  rotate: 30deg;
}

.mv {
  position: relative;
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .mv img {
    height: 560px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.mv__txt {
  position: absolute;
  color: #fff;
  bottom: 80px;
  left: 120px;
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .mv__txt {
    bottom: 48px;
    left: 40px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .mv__txt {
    bottom: 48px;
    left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .mv__txt {
    bottom: 48px;
    left: 40px;
  }
}
@media screen and (max-width: 500px) {
  .mv__txt {
    left: 20px;
  }
}

.mv__txt__headline {
  display: block;
  font-weight: 700;
  font-size: clamp(2.25rem, 5.6vw, 3.5rem);
  line-height: 150%;
  color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .mv__txt__headline br {
    display: block;
  }
}

.mv__txt__read {
  margin-top: 40px;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: clamp(0.9375rem, 2.2vw, 1.375rem);
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .mv__txt__read {
    margin-top: 24px;
  }
}

.mv {
  overflow: hidden;
}
.mv.cs_st .mv__slide img {
  transform: scale(1, 1) !important;
}
.mv.cs_ac .mv__slide.slick-active img {
  transform: scale(1.06, 1.06) !important;
}
.mv .mv__slide img {
  transition: all 6s;
  transform: scale(1, 1);
}
.mv .mv__slide.slick-active img {
  transform: scale(1.04, 1.04);
}

.mv .mv__slider,
.mv .mv__txt {
  opacity: 0;
  transition: all 1s;
}

.mv.cs_ac .mv__slider,
.mv.cs_ac .mv__txt {
  opacity: 1;
}
.mv.cs_ac .mv__txt {
  transition-delay: 1s;
}

.c_kv {
  display: block;
  position: relative;
  padding-top: 226px;
  margin-bottom: 144px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .c_kv {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .c_kv {
    padding-top: 16px;
    margin-bottom: 56px;
  }
}

.c_kv__caption {
  margin-top: 80px;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: clamp(3.5rem, 8.8vw, 5.5rem);
  line-height: 100%;
  color: #333333;
  text-transform: capitalize;
}
@media screen and (max-width: 1000px) {
  .c_kv__caption {
    margin-top: 56px;
  }
}

.c_kv__lead {
  margin-top: 16px;
  position: relative;
  display: block;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  line-height: 100%;
  color: #333333;
  padding-left: 20px;
}

.c_kv__lead::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  border: solid 3px #009537;
  box-sizing: border-box;
}

.c_kv__pic {
  margin-top: 112px;
}
@media screen and (max-width: 1000px) {
  .c_kv__pic {
    margin-top: 48px;
  }
}
.c_kv__pic img {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .c_kv__pic img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.c_bread {
  font-weight: 400;
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
  color: #999;
}
.c_bread .container {
  display: flex;
  gap: 6px 12px;
  align-items: center;
  flex-wrap: wrap;
}
.c_bread span,
.c_bread a {
  font-size: inherit;
  color: inherit;
}
.c_bread .current-item {
  color: #333;
}

.cta__area {
  position: relative;
  margin-top: -280px;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .cta__area {
    margin-top: -116px;
  }
}

.cta__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 1000px) {
  .cta__columns {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.cta__column {
  background: #FFF;
  border-radius: 4px;
  padding: 64px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .cta__column {
    padding: 56px;
  }
}
@media screen and (max-width: 1000px) {
  .cta__column {
    padding: 48px 32px;
  }
}
@media screen and (max-width: 500px) {
  .cta__column {
    padding: 48px 16px;
  }
}

.cta__headline {
  margin-bottom: 56px;
}
@media screen and (max-width: 1000px) {
  .cta__headline {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-bottom: 40px;
  }
}

.cta__headline__slag {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: clamp(3rem, 6.4vw, 4rem);
  line-height: 100%;
  color: #333333;
}

.cta__headline__title {
  margin-top: 16px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #333333;
}

.cta__headline__title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  border: solid 2px #009537;
  box-sizing: border-box;
}

.cm_btn__link.cta_btn__link {
  width: 100%;
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.25rem);
  padding: 25px 32px;
}

.cta__area a.cta_tel {
  margin-top: 24px;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: clamp(2.5rem, 4.8vw, 3rem);
  line-height: 100%;
  color: #009537;
}

.cta_time {
  display: block;
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
}

.cta_entry__btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.c_footer {
  position: relative;
  background: #2C2D30;
  margin-top: 142px;
}
@media screen and (max-width: 1000px) {
  .c_footer {
    margin-top: 72px;
  }
}

.footer__block {
  padding: 76px 0 72px;
}
@media screen and (max-width: 1000px) {
  .footer__block {
    padding: 72px 0 64px;
  }
}

.footer__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .footer__columns {
    display: block;
  }
}

.footer__logo {
  display: block;
  max-width: 230px;
}
@media screen and (max-width: 1000px) {
  .footer__logo {
    margin: auto;
  }
}

.footer__address {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #FFFFFF;
  margin: 32px 0 168px;
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .footer__address {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .footer__address {
    margin: 16px 0 32px;
  }
}

.footer_insta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .footer_insta {
    justify-content: center;
  }
}

.footer_links {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .footer_links {
    justify-content: center;
    gap: 32px;
  }
}
@media screen and (max-width: 500px) {
  .footer_links {
    display: block;
  }
}

.footer_sns {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .footer_sns {
    gap: 16px;
  }
}
@media screen and (max-width: 500px) {
  .footer_sns {
    justify-content: center;
  }
}

.footer_banner__img {
  display: block;
  max-width: 40px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer_banner {
  display: block;
  max-width: 240px;
}
.footer_banner img {
  border-radius: 8px;
}
@media screen and (max-width: 500px) {
  .footer_banner {
    display: block;
    margin: 40px auto 0;
  }
}

.footer__btms {
  flex-basis: 44%;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .footer__btms {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 1000px) {
  .footer__btms {
    display: block;
    margin-top: 72px;
  }
}

.c_footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .c_footer__nav ul {
    gap: 48px 56px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .c_footer__nav ul {
    gap: 40px 32px;
  }
}
.c_footer__nav span {
  display: none !important;
}
.c_footer__nav a {
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #FFFFFF;
}
.c_footer__nav a:hover {
  opacity: 1;
  color: #009537;
}
@media screen and (min-width: 1001px) {
  .c_footer__nav .sub-menu {
    display: block;
    margin-top: 24px;
  }
  .c_footer__nav .sub-menu li + li {
    margin-top: 16px;
  }
  .c_footer__nav .sub-menu a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #FFFFFF;
  }
  .c_footer__nav .sub-menu a:hover {
    color: #009537;
  }
  .c_footer__nav .sub-menu a::before {
    content: "-";
    transition: all 0.3s;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .c_footer__nav ul {
    max-width: 360px;
    margin: auto;
  }
}
@media screen and (max-width: 1000px) {
  .c_footer__nav li {
    width: 50%;
    box-sizing: border-box;
  }
  .c_footer__nav a {
    display: block;
    text-align: left;
    font-size: 15px;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .c_footer__nav .sub-menu,
  .c_footer__nav .children {
    display: none !important;
  }
}

.c_footer__copy {
  display: block;
  margin-top: 95px;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .c_footer__copy {
    text-align: center;
    margin-top: 64px;
  }
}
@media screen and (max-width: 500px) {
  .c_footer__copy {
    text-align: left;
  }
}

.c_address__block {
  display: block;
}

.c_address__address {
  display: inline-block;
  word-break: keep-all;
}

/* ↓以下の階層にボタンやフォームのscssが格納されています。 */
@media screen and (max-width: 500px) {
  .c_block__break {
    display: block;
  }
  .c_block__unset {
    display: none;
  }
}
.c_block__narrow {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 901px) {
  .c_block__narrow {
    max-width: 900px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 900px) {
  .c_block__narrow {
    max-width: 900px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .c_block__narrow {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.c_main__head {
  margin-bottom: clamp(32px, 2.5vw, 40px);
}

.c_text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}

.c_text__center {
  text-align: center;
}

.c_text__left {
  text-align: left;
}

.c_text__right {
  text-align: right;
}

@media screen and (max-width: 500px) {
  .c_text__reset {
    text-align: unset;
  }
}
.c_text__time {
  display: block;
  font-size: clamp(0.8125rem, 1.6vw, 1rem);
}

.c_list__dotted {
  position: relative;
  font-size: inherit;
  padding-left: 1em;
  box-sizing: border-box;
}
.c_list__dotted::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  color: inherit;
  font-size: inherit;
}

.c_link__text {
  display: inline;
  font-size: inherit;
  text-decoration: underline;
}

.c_top {
  margin-top: clamp(24px, 2vw, 32px);
}

.c_top__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}
.c_top__link:hover {
  opacity: 1;
  color: #00f;
}

.c_top__ico {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  background-color: #ddd;
  border-radius: 50px;
  overflow: clip;
  transition: inherit;
}
.c_top__link:hover .c_top__ico {
  background-color: #00f;
}

.c_top__arrow {
  display: block;
  aspect-ratio: 1/1;
  width: 12px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  rotate: -90deg;
}

.c_top__text {
  font-size: inherit;
}

.c_more {
  margin-top: clamp(24px, 2vw, 32px);
}

.c_more__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.image {
  display: block;
  max-width: 100%;
  height: auto;
}

.c_image {
  overflow: clip;
}

.c_image__slider {
  display: flex;
  width: -moz-min-content;
  width: min-content;
  animation: image_sldier linear 5000ms infinite;
}

.c_image__slide {
  display: block;
  background-color: #ddd;
  width: 400px;
  height: 320px;
  margin-left: 8px;
  margin-right: 8px;
}

.c_btn {
  display: flex;
  margin-top: clamp(40px, 3.5vw, 56px);
  justify-content: center;
  align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  gap: 24px;
  flex-wrap: wrap;
}

@media screen and (min-width: 1001px) {
  .c_btn__start {
    justify-content: flex-start;
  }
  .c_btn__end {
    justify-content: flex-end;
  }
}
.c_btn__link {
  display: block;
  max-width: 240px;
  width: 100%;
  flex: 1;
  font-size: inherit;
  padding-top: clamp(10px, 1vw, 16px);
  padding-bottom: clamp(10px, 1vw, 16px);
  text-align: center;
  color: inherit;
  background-color: #f3f3f3;
  border-radius: 50px;
  overflow: clip;
}

.c_btn__large {
  max-width: 400px;
}

/* 以下Wordpress/plugin用scss */
.c_wp__head {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 1em;
}

.c_wp__label {
  font-size: inherit;
  line-height: 2;
}
.c_wp__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.c_wp__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.c_wp__label {
  font-weight: inherit;
}

.c_pagelist {
  margin-bottom: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 1001px) {
  .c_pagelist ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 24px;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagelist li + li {
    border-top: 1px solid #ccc;
  }
}
.c_pagelist a {
  display: block;
  font-size: inherit;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .c_pagelist a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    box-sizing: border-box;
  }
}

.c_pagelist__nav {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  background-color: #f3f3f3;
  padding: 1em;
  box-sizing: border-box;
}

.c_pagenavi {
  margin-top: clamp(72px, 5vw, 80px);
}
.c_pagenavi .wp-pagenavi {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 8px;
}
.c_pagenavi span,
.c_pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  aspect-ratio: 1/1;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
  font-size: inherit;
  line-height: 1;
  border-radius: 50%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-weight: 700 !important;
  font-size: clamp(0.875rem, 1.8vw, 1.125rem);
  line-height: 100%;
  color: #333333;
  border: solid 1px #fff !important;
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 36px;
    padding-bottom: 3px !important;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 30px;
  }
}
.c_pagenavi span.current, .c_pagenavi span:hover,
.c_pagenavi a.current,
.c_pagenavi a:hover {
  border: solid 1px #009537 !important;
  opacity: 1;
  color: #009537;
}
.c_pagenavi .first,
.c_pagenavi .last,
.c_pagenavi .pages {
  display: none !important;
}
.c_pagenavi .nextpostslink {
  position: relative;
  color: transparent !important;
}
.c_pagenavi .nextpostslink:hover {
  border: none !important;
}
.c_pagenavi .nextpostslink::after {
  content: "";
  background: url(../images/common/page_navi_ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  aspect-ratio: 6/12;
  width: 6px;
  height: 12px;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .c_pagenavi .nextpostslink::after {
    transform: translateY(-30%);
  }
}
@media screen and (max-width: 500px) {
  .c_pagenavi .nextpostslink::after {
    transform: translateY(-40%);
  }
}
.c_pagenavi .previouspostslink {
  position: relative;
  color: transparent !important;
}
.c_pagenavi .previouspostslink:hover {
  border: none !important;
}
.c_pagenavi .previouspostslink::after {
  content: "";
  background: url(../images/common/page_navi_ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  aspect-ratio: 6/12;
  width: 6px;
  height: 12px;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.c_single__nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #D1D1D1;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-top: clamp(32px, 2.5vw, 40px);
  box-sizing: border-box;
  margin-top: clamp(56px, 5vw, 80px);
  font-weight: bold;
}

.c_single__nav___move {
  max-width: 60px;
  flex: 1;
}
.c_single__nav___move a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mw_wp_form {
  background-color: #F7F8FA;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  padding: 80px 100px 80px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form {
    padding: 40px 40px 40px;
  }
}
@media screen and (max-width: 500px) {
  .mw_wp_form {
    padding: 40px 20px 40px;
  }
}
.mw_wp_form.mw_wp_form_input small {
  margin-top: -20px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form.mw_wp_form_input small {
    margin: 0;
  }
  .mw_wp_form.mw_wp_form_input tr {
    display: block;
  }
  .mw_wp_form.mw_wp_form_input tr + tr {
    padding-top: 20px;
  }
  .mw_wp_form.mw_wp_form_input table table tr + tr {
    padding-top: unset;
  }
}
.mw_wp_form.mw_wp_form_complete {
  display: none !important;
}
.mw_wp_form table,
.mw_wp_form tbody,
.mw_wp_form tr,
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: unset !important;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form tr,
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 700;
  width: 300px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  display: block;
  height: auto;
  text-align: center;
  font-weight: 400;
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th > span {
    top: 50%;
    left: 0;
    width: 40px;
    line-height: 30px;
    translate: 0 -50%;
  }
}
.mw_wp_form th > span.required {
  background-color: #C50000;
}
.mw_wp_form th > span.any {
  background-color: #999999;
}
.mw_wp_form th small {
  display: block;
}
.mw_wp_form td th {
  font-weight: 400;
  width: 200px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form td th {
    width: 100%;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.mw_wp_form input,
.mw_wp_form textarea,
.mw_wp_form select {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4375em;
  box-sizing: border-box;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  padding: 1em;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 10px;
  }
}
.mw_wp_form input.var01,
.mw_wp_form textarea.var01,
.mw_wp_form select.var01 {
  max-width: 500px;
}
.mw_wp_form input.var02,
.mw_wp_form textarea.var02,
.mw_wp_form select.var02 {
  max-width: 5em;
}
@media screen and (max-width: 500px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 4em;
  }
}
.mw_wp_form input,
.mw_wp_form textarea {
  width: 100%;
}
.mw_wp_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
  background-image: url("../images/common/svg-select.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right 16px;
}
.mw_wp_form input[type*=file] {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  margin-top: clamp(10px, 1vw, 16px);
}
.mw_wp_form input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
}
.mw_wp_form .error {
  display: block;
  font-size: 15px;
  padding: 0.5em;
  box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input th,
  .mw_wp_form.mw_wp_form_input td {
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_input th {
    line-height: 57px;
  }
  .mw_wp_form.mw_wp_form_input th > span {
    top: 9px;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th,
  .mw_wp_form.mw_wp_form_confirm td, .mw_wp_form.mw_wp_form_preview th,
  .mw_wp_form.mw_wp_form_preview td {
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th > span, .mw_wp_form.mw_wp_form_preview th > span {
    top: 0;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm td th,
  .mw_wp_form.mw_wp_form_confirm td td, .mw_wp_form.mw_wp_form_preview td th,
  .mw_wp_form.mw_wp_form_preview td td {
    padding-bottom: 10px;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:first-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:first-child td, .mw_wp_form.mw_wp_form_preview td tr:first-child th,
  .mw_wp_form.mw_wp_form_preview td tr:first-child td {
    padding-top: 0;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:last-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:last-child td, .mw_wp_form.mw_wp_form_preview td tr:last-child th,
  .mw_wp_form.mw_wp_form_preview td tr:last-child td {
    padding-bottom: 0;
  }
}

.mwform-checkbox-field input {
  display: none;
}
.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
  background-image: url("../images/common/check.svg");
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 56px;
  margin-right: 20px;
  cursor: pointer;
  line-height: 57px;
}
@media screen and (max-width: 1000px) {
  .mwform-checkbox-field-text {
    line-height: 32px;
  }
}
.mwform-checkbox-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #ccc;
}

.horizontal-item {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mwform-radio-field input {
  display: none;
}
.mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
  display: inline-block;
  line-height: 57px;
}
@media screen and (max-width: 1000px) {
  .mwform-radio-field-text {
    line-height: 32px;
  }
}
.mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 16px;
  background-color: #C50000;
  border-radius: 50%;
  opacity: 0;
}

.file-text {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 2;
  word-break: break-all;
}
@media screen and (max-width: 1000px) {
  .file-text {
    line-height: 1.6;
  }
}

.sp-break {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .sp-break {
    display: block !important;
  }
}

.form-agree {
  margin-top: clamp(20px, 2.5vw, 40px);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: 2;
}
.form-agree::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.form-agree::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.form-agree {
  text-align: center;
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  color: unset;
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .form-agree {
    text-align: left;
  }
}

.form-wrap {
  margin-top: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
  margin-right: 0;
}

.form-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px 32px;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-top: clamp(48px, 3.5vw, 56px);
}
.form-btns a,
.form-btns [type=submit],
.form-btns [type=submit].fm-modoru {
  max-width: 240px;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #FFFFFF;
  background-image: url("../images/common/contact_arrow.png");
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: right 24px center;
  background-color: #009537;
  border: none;
  box-sizing: border-box;
  border: solid 1px #009537;
  border-radius: 4px;
  cursor: pointer;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .form-btns a,
  .form-btns [type=submit],
  .form-btns [type=submit].fm-modoru {
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit],
  .form-btns [type=submit].fm-modoru {
    transition-duration: 300ms;
  }
}
.form-btns a,
.form-btns [type=submit],
.form-btns [type=submit].fm-modoru {
  padding: 23px 24px;
}
.form-btns a:hover,
.form-btns [type=submit]:hover,
.form-btns [type=submit].fm-modoru:hover {
  opacity: 1;
  background-image: url("../images/common/contact_arrow_hov.png");
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: right 24px center;
  background-color: #fff;
  color: #009537;
}

.ui-datepicker {
  font-size: 13px !important;
}
.ui-datepicker span,
.ui-datepicker a,
.ui-datepicker th,
.ui-datepicker td {
  font-size: inherit !important;
}
.ui-datepicker th,
.ui-datepicker td {
  display: table-cell !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
}

/* ↓以下の階層に固定ページ等のscssが格納されています。 */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
lower_headline----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.lower_headline {
  margin-bottom: 56px;
}
@media screen and (max-width: 1000px) {
  .lower_headline {
    margin-bottom: 48px;
  }
}

.lower_headline__center {
  text-align: center;
}

.lower_headline__slag {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: clamp(3rem, 6.4vw, 4rem);
  line-height: 100%;
  color: #333333;
}

.lower_headline__title {
  display: block;
  margin-top: 14px;
  font-weight: 700;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #009537;
}
@media screen and (max-width: 1000px) {
  .lower_headline__title {
    margin-top: 10px;
  }
}

/*================================================
lower_headline----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
lower__readline----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.lower__readline {
  display: block;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 180%;
  color: #333333;
}

/*================================================
lower__readline----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
cm_btn__link----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.cm_btn__link {
  display: block;
  position: relative;
  padding: 23px;
  box-sizing: border-box;
  width: 240px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  background: #009537;
  border-radius: 4px;
  border: solid 1px #009537;
}

.cm_btn__link__center {
  margin: auto;
}

.cm_btn__prev {
  margin-top: 56px;
}
@media screen and (max-width: 1000px) {
  .cm_btn__prev {
    margin-top: 48px;
  }
}

.cm_btn__arrow {
  display: inline-block;
  width: 32px;
  height: 16px;
  border-radius: 4px;
  transition: all 0.5s;
  overflow: hidden;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: #FFFFFF;
  border: solid 1px #009537;
  border-radius: 4px;
}
.cm_btn__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.cm_btn__arrow #svg1,
.cm_btn__arrow #svg2 {
  transition: all 0.3s;
}
.cm_btn__arrow svg:first-of-type {
  opacity: 1;
  left: 50%;
}
.cm_btn__arrow svg:last-of-type {
  left: -150%;
}

.cm_btn__link:hover {
  opacity: 1;
  background: #fff;
  color: #009537;
}
.cm_btn__link:hover .cm_btn__arrow {
  background: #009537;
}
.cm_btn__link:hover .cm_btn__arrow svg #svg1 {
  stroke: #fff;
}
.cm_btn__link:hover .cm_btn__arrow svg #svg2 {
  fill: #fff;
}
.cm_btn__link:hover .cm_btn__arrow svg:first-of-type {
  left: 150%;
}
.cm_btn__link:hover .cm_btn__arrow svg:last-of-type {
  left: 50%;
}

/*================================================
cm_btn__link----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
lower_anchor----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.lower_anchor {
  margin-bottom: 104px;
}
@media screen and (max-width: 1000px) {
  .lower_anchor {
    margin-bottom: 72px;
  }
}

.lower_anchor__wrap {
  background: #F7F8FA;
  border-radius: 4px;
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  .lower_anchor__wrap {
    padding: 32px;
  }
}

.lower_anchor__list {
  margin: auto;
  flex-wrap: wrap;
  display: flex;
  gap: 8px 40px;
  align-items: center;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .lower_anchor__list {
    gap: 24px 32px;
    max-width: 560px;
  }
}
@media screen and (min-width: 1001px) {
  .lower_anchor__list {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 1000px) {
  .lower_anchor__list {
    display: block;
    max-width: 300px;
  }
}

.lower_anchor__link {
  position: relative;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #333333;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .lower_anchor__link {
    justify-content: space-between;
    padding-bottom: 19px;
    border-bottom: solid 1px #D1D1D1;
  }
}

@media screen and (max-width: 1000px) {
  .lower_anchor__item + .lower_anchor__item {
    padding-top: 19px;
  }
}
.lower_anchor__arrow {
  display: inline-block;
  width: 48px;
  height: 22px;
  border-radius: 4px;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
  background: #FFFFFF;
  border: solid 1px #D1D1D1;
  border-radius: 4px;
}
.lower_anchor__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.lower_anchor__arrow #svg1,
.lower_anchor__arrow #svg2 {
  transition: all 0.3s;
}
.lower_anchor__arrow svg:first-of-type {
  opacity: 1;
  top: 50%;
}
.lower_anchor__arrow svg:last-of-type {
  top: -150%;
}

.lower_anchor__arrow_ig {
  display: inline-block;
  width: 48px;
  height: 22px;
  border-radius: 4px;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
  background: #FFFFFF;
  border: solid 1px #D1D1D1;
  border-radius: 4px;
}
.lower_anchor__arrow_ig svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.lower_anchor__arrow_ig #svg1,
.lower_anchor__arrow_ig #svg2 {
  transition: all 0.3s;
}
.lower_anchor__arrow_ig svg:first-of-type {
  opacity: 1;
  left: 50%;
}
.lower_anchor__arrow_ig svg:last-of-type {
  left: -150%;
}

.lower_anchor__link:hover {
  opacity: 1;
  color: #009537;
}
.lower_anchor__link:hover .lower_anchor__arrow {
  background: #009537;
  border: solid 1px #009537;
}
.lower_anchor__link:hover .lower_anchor__arrow svg #svg1 {
  stroke: #fff;
}
.lower_anchor__link:hover .lower_anchor__arrow svg #svg2 {
  fill: #fff;
}
.lower_anchor__link:hover .lower_anchor__arrow svg:first-of-type {
  top: 150%;
}
.lower_anchor__link:hover .lower_anchor__arrow svg:last-of-type {
  top: 50%;
}
.lower_anchor__link:hover .lower_anchor__arrow_ig {
  background: #009537;
  border: solid 1px #009537;
}
.lower_anchor__link:hover .lower_anchor__arrow_ig svg #svg1 {
  stroke: #fff;
}
.lower_anchor__link:hover .lower_anchor__arrow_ig svg #svg2 {
  fill: #fff;
}
.lower_anchor__link:hover .lower_anchor__arrow_ig svg:first-of-type {
  left: 150%;
}
.lower_anchor__link:hover .lower_anchor__arrow_ig svg:last-of-type {
  left: 50%;
}

/*================================================
lower_anchor----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
lower_top----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.lower_top {
  margin-top: 56px;
}
@media screen and (max-width: 1000px) {
  .lower_top {
    margin-top: 48px;
  }
}

.lower_top__link {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #333333;
}

.lower_top__arrow {
  position: relative;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #009537;
}
.lower_top__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*================================================
lower_top----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
table_wrap----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.table_wrap table td,
.table_wrap table th {
  padding: 32px 24px;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 160%;
  color: #333333;
  box-sizing: border-box;
  background: initial;
  border: none;
  border-bottom: solid 1px #D1D1D1;
}
.table_wrap table th {
  box-sizing: border-box;
  width: 163px;
  padding-left: 24px;
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .table_wrap table tr:first-of-type th,
  .table_wrap table tr:first-of-type td {
    padding-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .table_wrap table th,
  .table_wrap table td {
    width: 100%;
    padding: 0;
  }
  .table_wrap table th {
    padding-top: 24px;
    border-bottom: none;
  }
  .table_wrap table td {
    padding-top: 12px;
    padding-bottom: 32px;
  }
  .table_wrap table tr:first-of-type th {
    padding-top: 0;
  }
}

/*================================================
table_wrap----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
only----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@media screen and (min-width: 1001px) {
  .pc_only2 {
    display: block;
  }
  .mobile_only {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .pc_only2 {
    display: none !important;
  }
  .mobile_only {
    display: block;
  }
}
@media screen and (min-width: 501px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block;
  }
}
/*================================================
only----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
汎用クラス----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_headline__slag {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: clamp(3rem, 7.2vw, 4.5rem);
  line-height: 100%;
  color: #333333;
}

.home_headline__title {
  margin-top: 16px;
  position: relative;
  display: block;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #333333;
  padding-left: 20px;
}

.home_headline__title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  border: solid 3px #009537;
  box-sizing: border-box;
}

/*================================================
汎用クラス----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_message----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_message {
  position: relative;
  margin-top: 180px;
  padding-bottom: 425px;
}
.home_message .home_headline__slag {
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  .home_message {
    margin-top: 72px;
    padding-bottom: 344px;
  }
}

.home_message__back {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.home_message__back img {
  width: 100%;
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .home_message__back img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.home_message__columns {
  max-width: 1003px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .home_message__columns {
    display: block;
  }
}

.home_message__imgs {
  flex-basis: 42.57%;
}
@media screen and (max-width: 1000px) {
  .home_message__imgs {
    max-width: 560px;
    margin: auto;
  }
}

.home_message__txt {
  flex-basis: 50.25%;
}
@media screen and (max-width: 1000px) {
  .home_message__txt {
    margin-top: 40px;
  }
}

.home_message__img1 {
  max-width: calc(100% - 80px);
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .home_message__img1 {
    max-width: calc(100% - 62px);
  }
}

.home_message__img2 {
  max-width: calc(100% - 123px);
  margin-left: auto;
  margin-top: -150px;
}
@media screen and (max-width: 1000px) {
  .home_message__img2 {
    max-width: calc(100% - 96px);
    margin-top: -115px;
  }
}

.home_message__slag {
  position: relative;
  line-height: 100%;
  color: #333333;
  padding-left: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: 16px;
}

.home_message__slag::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  border: solid 3px #009537;
  box-sizing: border-box;
}

.home_message__readline {
  display: block;
  font-weight: 700;
  font-size: clamp(1.5rem, 2.8vw, 1.75rem);
  line-height: 180%;
  color: #333333;
  margin: 24px 0 40px;
}

@media screen and (min-width: 1201px) {
  .ig_br {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .ig_br {
    display: block;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .ig_br {
    display: none;
  }
}

.home_message__read {
  line-height: 2.5;
}
@media screen and (max-width: 1000px) {
  .home_message__read br {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .home_message__read .irregular_br {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .home_message__read .irregular_br {
    display: block;
  }
}

/*================================================
home_message----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_business----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_business {
  padding-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  .home_business {
    margin-top: -96px;
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1200px) {
  .home_business .over-left {
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .home_business .over-left {
    padding: 0;
  }
}

.home_business__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .home_business__columns {
    display: block;
  }
}

.home_business__img {
  flex-basis: 45.36%;
  margin-top: -116px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_business__img {
    margin-top: -60px;
  }
  .home_business__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1000px) {
  .home_business__img {
    margin-top: 0;
    padding-right: 80px;
  }
}
@media screen and (max-width: 500px) {
  .home_business__img {
    padding-right: 40px;
  }
}

.home_business__txt {
  padding-top: 120px;
  flex-basis: 49.5%;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_business__txt {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .home_business__txt {
    padding: 72px 40px 0;
  }
}
@media screen and (max-width: 500px) {
  .home_business__txt {
    padding: 72px 20px 0;
  }
}

.lower__readline__home_business {
  margin: 56px 0 24px;
}
@media screen and (max-width: 1000px) {
  .lower__readline__home_business {
    margin: 40px 0 24px;
  }
}
@media screen and (max-width: 500px) {
  .lower__readline__home_business br {
    display: block;
  }
}

.cm_btn__home_business {
  margin-top: 32px;
}

/*================================================
home_business----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_works----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_works {
  position: relative;
  overflow: hidden;
  padding: 120px 0 106px;
  background: #113A60;
}
.home_works .home_headline__slag,
.home_works .home_headline__title,
.home_works .lower__readline__home_works,
.home_works .home_works__read {
  color: #fff;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_works .over-right {
    padding-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .home_works .over-right {
    padding: 0;
  }
  .home_works {
    padding: 72px 0;
  }
}

.home_works__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .home_works__columns {
    display: block;
  }
}

.home_works__txt {
  flex-basis: 32.57%;
}
@media screen and (max-width: 1000px) {
  .home_works__txt {
    padding: 0 40px;
  }
}
@media screen and (max-width: 500px) {
  .home_works__txt {
    padding: 0 20px;
  }
}

.lower__readline__home_works {
  margin: 48px 0 24px;
}
@media screen and (max-width: 1400px) {
  .lower__readline__home_works br {
    display: none;
  }
}

.home_works__imgs {
  margin-top: 120px;
  max-width: 62.29%;
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .home_works__imgs {
    margin-top: 200px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_works__imgs {
    margin-top: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .home_works__imgs {
    margin-top: 104px;
    padding-left: 40px;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .home_works__imgs {
    padding-left: 20px;
  }
}

.cm_btn__home_works {
  margin-top: 56px;
}
@media screen and (max-width: 1000px) {
  .cm_btn__home_works {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1001px) {
  .cm_btn__home_works a {
    margin-left: auto;
  }
}
@media screen and (max-width: 1000px) {
  .cm_btn__home_works a {
    margin-right: auto;
  }
}

.home_works__slide {
  margin: 0 12px;
}
.home_works__slide img {
  border-radius: 4px;
}

.home_works .slick-list {
  padding-right: 166px;
  margin: 0 -12px;
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .home_works .slick-list {
    padding-right: 120px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_works .slick-list {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .home_works .slick-list {
    padding-right: 66px;
  }
}
.home_works .slick-next {
  content: "";
  width: 72px;
  height: 32px;
  opacity: 1;
  line-height: initial;
  opacity: 1;
}
@media screen and (min-width: 1001px) {
  .home_works .slick-next {
    right: calc(100% + 72px);
    top: calc(100% - 66px);
  }
}
@media screen and (max-width: 1000px) {
  .home_works .slick-next {
    top: auto;
    bottom: calc(100% + 16px);
    left: 88px;
  }
}
.home_works .slick-next::before {
  content: "";
  background-image: url("../images/front/arrow_home_works.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 72px;
  height: 32px;
  opacity: 1;
}
.home_works .slick-next:hover::before {
  background-image: url("../images/front/arrow_home_works_hov.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.home_works .slick-prev {
  content: "";
  left: auto;
  width: 72px;
  height: 32px;
  opacity: 1;
  line-height: initial;
  opacity: 1;
}
@media screen and (min-width: 1001px) {
  .home_works .slick-prev {
    right: calc(100% + 160px);
    top: calc(100% - 66px);
  }
}
@media screen and (max-width: 1000px) {
  .home_works .slick-prev {
    top: auto;
    bottom: calc(100% + 16px);
    left: 0px;
  }
}
.home_works .slick-prev::before {
  content: "";
  background-image: url("../images/front/arrow_home_works.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 72px;
  height: 32px;
  opacity: 1;
  transform: rotate(180deg);
}
.home_works .slick-prev:hover::before {
  background-image: url("../images/front/arrow_home_works_hov.png");
  background-repeat: no-repeat;
  background-size: contain;
}

/*================================================
home_works----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_company----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_company {
  padding: 120px 0;
}
@media screen and (max-width: 1000px) {
  .home_company {
    padding: 72px 0;
  }
}

.home_company__flex {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_company__flex {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .home_company__flex {
    margin-top: 40px;
    display: block;
  }
}

.lower__readline__home_company {
  flex: 1;
}

.home_company__read {
  flex-basis: 53.5%;
}
@media screen and (max-width: 1000px) {
  .home_company__read {
    margin-top: 24px;
  }
}

.home_company__cards {
  margin-top: 64px;
  display: grid;
}
@media screen and (min-width: 1001px) {
  .home_company__cards {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}
@media screen and (max-width: 1000px) {
  .home_company__cards {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}

@media screen and (min-width: 1001px) {
  .home_company__card1 {
    grid-area: 1/1/2/3;
  }
  .home_company__card2 {
    grid-area: 2/1/3/2;
  }
  .home_company__card3 {
    grid-area: 2/2/3/3;
  }
  .home_company__card4 {
    grid-area: 3/1/4/2;
  }
  .home_company__card5 {
    grid-area: 3/2/4/3;
  }
}
.home_company__card {
  position: relative;
  padding: 38px 40px;
  border-radius: 4px;
  background: #F7F8FA;
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  line-height: 100%;
  color: #333333;
  border: solid 1px #F7F8FA;
}
@media screen and (max-width: 1000px) {
  .home_company__card {
    padding: 22px 24px;
    gap: 16px;
  }
}

.home_company__card__small {
  font-weight: 700;
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  line-height: 180%;
  color: #333333;
  opacity: 0.3;
  transition: all 0.3s;
}
@media screen and (min-width: 1001px) {
  .home_company__card__small {
    padding-top: 5px;
  }
}

.home_company__arrow {
  display: inline-block;
  width: 32px;
  height: 16px;
  border-radius: 4px;
  transition: all 0.5s;
  overflow: hidden;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: #FFFFFF;
  border: solid 1px #D1D1D1;
  border-radius: 2px;
}
@media screen and (max-width: 1000px) {
  .home_company__arrow {
    right: 24px;
  }
}
.home_company__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.home_company__arrow #svg1,
.home_company__arrow #svg2 {
  transition: all 0.3s;
}
.home_company__arrow svg:first-of-type {
  opacity: 1;
  left: 50%;
}
.home_company__arrow svg:last-of-type {
  left: -150%;
}

.home_company__card:hover {
  opacity: 1;
  background: #fff;
  color: #009537;
  border: solid 1px #009537;
}
.home_company__card:hover .home_company__card__small {
  opacity: 1;
  color: #009537;
}
.home_company__card:hover .home_company__arrow {
  background: #009537;
  border: solid 1px #009537;
}
.home_company__card:hover .home_company__arrow svg #svg1 {
  stroke: #fff;
}
.home_company__card:hover .home_company__arrow svg #svg2 {
  fill: #fff;
}
.home_company__card:hover .home_company__arrow svg:first-of-type {
  left: 150%;
}
.home_company__card:hover .home_company__arrow svg:last-of-type {
  left: 50%;
}

/*================================================
home_company----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
others_cards----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.others_cards {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .others_cards {
    display: block;
  }
}

.others_card {
  flex-basis: 50%;
  padding: 64px 72px 78px;
  color: #fff;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .others_card {
    padding: 56px 32px 64px;
  }
}
@media screen and (max-width: 1000px) {
  .others_card {
    padding: 72px 40px;
  }
}
@media screen and (max-width: 500px) {
  .others_card {
    padding: 72px 20px;
  }
}

.others_card__faq {
  background: url(../images/front/back_faq.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 500px) {
  .others_card__faq {
    background: url(../images/front/back_faq_sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.others_card__sdgs {
  background: url(../images/front/back_sdgs.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 500px) {
  .others_card__sdgs {
    background: url(../images/front/back_sdgs_sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.others_card__insta {
  background: url(../images/front/back_insta.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.home_headline__others_cards .home_headline__slag,
.home_headline__others_cards .home_headline__title {
  color: #fff;
}

.others_card__read {
  display: block;
  margin: 64px 0 32px;
  font-weight: 700;
  font-size: 18px;
  line-height: 180%;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .others_card__read {
    font-size: 20px;
    margin: 40px 0 32px;
  }
}

/*================================================
others_cards----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_parallax----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_parallax {
  position: relative;
  height: 720px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .home_parallax {
    height: 360px;
  }
}

.home_parallax__img {
  position: absolute;
  top: 0;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(-50%);
  transition: all 0.1s;
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .home_parallax__img {
    height: 1000px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

/*================================================
home_parallax----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_recruit----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_recruit {
  padding: 120px 0;
  background: #F7F8FA;
}
@media screen and (max-width: 1000px) {
  .home_recruit {
    padding: 72px 0;
  }
}

.home_recruit__columns {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .home_recruit__columns {
    display: block;
  }
}

.home_recruit__img {
  flex-basis: 39.16%;
}
@media screen and (max-width: 1000px) {
  .home_recruit__img {
    max-width: 600px;
    margin-top: 40px;
  }
}

.home_recruit__txt {
  flex-basis: 54.83%;
}

.lower__readline__home_recruit {
  margin: 56px 0 24px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .lower__readline__home_recruit {
    margin: 40px 0 24px;
  }
}
@media screen and (max-width: 1000px) {
  .lower__readline__home_recruit {
    margin: 40px 0 16px;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_recruit__read br {
    display: none;
  }
}

.recruit_benefits__cards.recruit_benefits__cards__home_recruit {
  margin-top: 72px;
}
@media screen and (max-width: 1000px) {
  .recruit_benefits__cards.recruit_benefits__cards__home_recruit {
    margin-top: 40px;
  }
}

.cm_btn__home_recruit {
  margin-top: 32px;
}
@media screen and (min-width: 1001px) {
  .cm_btn__home_recruit .cm_btn__link {
    margin-left: auto;
  }
}
@media screen and (max-width: 1000px) {
  .cm_btn__home_recruit .cm_btn__link {
    margin-right: auto;
  }
}

/*================================================
home_recruit----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
home_news----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.home_news {
  margin-top: 120px;
}
@media screen and (max-width: 1000px) {
  .home_news {
    margin-top: 72px;
  }
}

.home_news__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .home_news__columns {
    display: block;
  }
}

.home_news__content {
  flex-basis: 70%;
}
@media screen and (max-width: 1000px) {
  .home_news__content {
    margin-top: 40px;
  }
}

.cm_btn__home_news {
  margin-top: 64px;
}
@media screen and (max-width: 1000px) {
  .cm_btn__home_news {
    margin-top: 32px;
  }
}

.home_news__item + .home_news__item {
  margin-top: 24px;
}
@media screen and (max-width: 1000px) {
  .home_news__item + .home_news__item {
    margin-top: 16px;
  }
}

.home_news__link {
  display: block;
  position: relative;
  padding: 38px 40px;
  border: solid 1px #D1D1D1;
  border-radius: 4px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .home_news__link {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .home_news__link {
    padding: 32px;
  }
}
@media screen and (max-width: 500px) {
  .home_news__link {
    padding: 24px;
    padding-right: 72px;
  }
}

.home_news__time {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #009537;
  margin-bottom: 16px;
}
@media screen and (max-width: 1000px) {
  .home_news__time {
    margin-bottom: 8px;
  }
}

.home_news__read {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 620px;
}
@media screen and (max-width: 1000px) {
  .home_news__read {
    max-width: 500px;
  }
}
@media screen and (max-width: 500px) {
  .home_news__read {
    -webkit-line-clamp: 2;
  }
}

.home_news__arrow {
  display: inline-block;
  width: 56px;
  height: 24px;
  border-radius: 4px;
  transition: all 0.5s;
  overflow: hidden;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: #FFFFFF;
  border: solid 1px #fff;
  border-radius: 4px;
}
@media screen and (max-width: 1000px) {
  .home_news__arrow {
    right: 8px;
  }
}
.home_news__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.home_news__arrow #svg1,
.home_news__arrow #svg2 {
  transition: all 0.3s;
}
.home_news__arrow svg:first-of-type {
  opacity: 1;
  left: 50%;
}
.home_news__arrow svg:last-of-type {
  left: -150%;
}

.home_news__link:hover {
  opacity: 1;
  border: solid 1px #009537;
}
@media screen and (min-width: 1001px) {
  .home_news__link:hover .home_news__arrow {
    background: #009537;
  }
  .home_news__link:hover .home_news__arrow svg #svg1 {
    stroke: #fff;
  }
  .home_news__link:hover .home_news__arrow svg #svg2 {
    fill: #fff;
  }
  .home_news__link:hover .home_news__arrow svg:first-of-type {
    left: 150%;
  }
  .home_news__link:hover .home_news__arrow svg:last-of-type {
    left: 50%;
  }
}

/*================================================
home_news----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
business_catch----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.business_catch__columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .business_catch__columns {
    display: block;
  }
}

.business_catch__txt {
  flex-basis: 45%;
}

.business_catch__img {
  flex-basis: 49%;
}
@media screen and (max-width: 1000px) {
  .business_catch__img {
    max-width: 588px;
    margin-top: 40px;
  }
}

@media screen and (min-width: 501px) and (max-width: 1000px) {
  .business_catch__readline br {
    display: block;
  }
}
.business_catch__read {
  margin-top: 24px;
}

/*================================================
business_catch----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
business_strength----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.business_strength__content {
  margin-top: 144px;
  padding: 80px 0;
  background: #F7F8FA;
}
@media screen and (max-width: 1000px) {
  .business_strength__content {
    margin-top: 104px;
    padding: 72px 0 64px;
  }
}

.business_strength__img {
  max-width: 824px;
  margin: auto;
}

.business_strength__catch {
  position: relative;
  height: 720px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .business_strength__catch {
    height: 360px;
  }
}

.business_strength__catch__main {
  position: absolute;
  top: 0;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(-50%);
  transition: all 0.1s;
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .business_strength__catch__main {
    height: 1000px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

/*================================================
business_strength----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
business_introduction----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.business_introduction {
  margin-top: 144px;
}
@media screen and (max-width: 1000px) {
  .business_introduction {
    margin-top: 104px;
  }
}

.business_introduction__section + .business_introduction__section {
  margin-top: 104px;
}
@media screen and (max-width: 1000px) {
  .business_introduction__section + .business_introduction__section {
    margin-top: 56px;
  }
}

.business_introduction__circleline {
  margin-bottom: 40px;
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 100%;
  color: #009537;
}
@media screen and (max-width: 1000px) {
  .business_introduction__circleline {
    margin-bottom: 32px;
  }
}

.business_introduction__circleline::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: solid 3px #009537;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .business_introduction__circleline::before {
    top: 52%;
  }
}

.business_introduction__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
}
@media screen and (max-width: 1000px) {
  .business_introduction__columns {
    grid-template-columns: repeat(1, 1fr);
    gap: 56px;
  }
}

.business_introduction__img {
  margin-bottom: 32px;
}
@media screen and (max-width: 1000px) {
  .business_introduction__img {
    margin-bottom: 24px;
  }
}

.business_introduction__bandline {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #FFFFFF;
  background: #333;
  padding: 8px;
  margin-bottom: 16px;
}

.business_introduction__readline {
  margin-bottom: 16px;
}

/*================================================
business_introduction----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
business_works----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.business_works {
  margin-top: 104px;
}
@media screen and (max-width: 1000px) {
  .business_works {
    margin-top: 80px;
  }
}

.business_works__banner {
  position: relative;
  display: block;
  padding: 41px 80px;
  background: #009537;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 150%;
  color: #FFFFFF;
  border: solid 1px #009537;
  border-radius: 4px;
  max-width: 880px;
  box-sizing: border-box;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .business_works__banner {
    padding: 32px 40px;
  }
}
@media screen and (max-width: 500px) {
  .business_works__banner {
    padding: 32px 32px;
  }
}

.business_works__arrow {
  display: inline-block;
  width: 51px;
  height: 26px;
  background: #fff;
  border-radius: 4px;
  transition: all 0.5s;
  overflow: hidden;
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  background: #FFFFFF;
  border-radius: 4px;
}
@media screen and (max-width: 1000px) {
  .business_works__arrow {
    right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .business_works__arrow {
    right: 20px;
  }
}
.business_works__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.business_works__arrow #svg1,
.business_works__arrow #svg2 {
  transition: all 0.3s;
}
.business_works__arrow svg:first-of-type {
  opacity: 1;
  left: 50%;
}
.business_works__arrow svg:last-of-type {
  left: -150%;
}

.business_works__banner:hover {
  opacity: 1;
  background: #FFFFFF;
  color: #009537;
}
.business_works__banner:hover .business_works__arrow {
  background: #009537;
}
.business_works__banner:hover .business_works__arrow svg #svg1 {
  stroke: #fff;
}
.business_works__banner:hover .business_works__arrow svg #svg2 {
  fill: #fff;
}
.business_works__banner:hover .business_works__arrow svg:first-of-type {
  left: 150%;
}
.business_works__banner:hover .business_works__arrow svg:last-of-type {
  left: 50%;
}

/*================================================
business_works----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
archive----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.archive__list_wrap {
  margin-bottom: 88px;
  padding: 24px;
  background: #F7F8FA;
  border-radius: 4px;
}
@media screen and (max-width: 1000px) {
  .archive__list_wrap {
    margin-bottom: 64px;
    overflow-x: scroll;
  }
}

.archive__list {
  display: flex;
  max-width: 688px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
}
@media screen and (max-width: 1000px) {
  .archive__list {
    max-width: initial;
    flex-wrap: nowrap;
    width: -moz-max-content;
    width: max-content;
  }
}

.archive__list__link {
  display: block;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #333333;
  background: #FFFFFF;
  border-radius: 4px;
  border: solid 1px #D1D1D1;
  padding: 7px 15px;
}

.archive__list__link:hover,
.current_page_item .archive__list__link {
  opacity: 1;
  color: #009537;
  border: solid 1px #009537;
}

.works_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 30px;
}
@media screen and (max-width: 1000px) {
  .works_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media screen and (max-width: 500px) {
  .works_cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.works_card__pic {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
}
@media screen and (max-width: 1000px) {
  .works_card__pic {
    margin-bottom: 12px;
  }
}
.works_card__pic img {
  transition: all 0.6s;
  aspect-ratio: 380/286;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.works_card__caption {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #333333;
  padding: 8px 16px;
  background: #F7F8FA;
  border-radius: 4px;
}

.works_card__title {
  position: relative;
  display: block;
  margin-top: 10px;
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 160%;
  color: #333333;
  box-sizing: border-box;
  padding-right: 48px;
}
@media screen and (max-width: 1000px) {
  .works_card__title {
    margin-top: 8px;
  }
}

.works_card__arrow {
  display: inline-block;
  width: 32px;
  height: 16px;
  background: #fff;
  border-radius: 4px;
  transition: all 0.5s;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #FFFFFF;
  border: solid 1px #009537;
  border-radius: 4px;
}
.works_card__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.works_card__arrow #svg1,
.works_card__arrow #svg2 {
  transition: all 0.3s;
}
.works_card__arrow svg:first-of-type {
  opacity: 1;
  left: 50%;
}
.works_card__arrow svg:last-of-type {
  left: -150%;
}

.works_card__link:hover {
  opacity: 1;
}
.works_card__link:hover .works_card__pic img {
  transform: scale(1.1, 1.1);
}
.works_card__link:hover .works_card__arrow {
  background: #009537;
}
.works_card__link:hover .works_card__arrow svg #svg1 {
  stroke: #fff;
}
.works_card__link:hover .works_card__arrow svg #svg2 {
  fill: #fff;
}
.works_card__link:hover .works_card__arrow svg:first-of-type {
  left: 150%;
}
.works_card__link:hover .works_card__arrow svg:last-of-type {
  left: 50%;
}

/*================================================
archive----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
single----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.work__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .work__columns {
    display: block;
  }
}

.work__imgs {
  max-width: 52.5%;
}
@media screen and (max-width: 1000px) {
  .work__imgs {
    max-width: 100%;
  }
}

.work__txt {
  flex-basis: 42.91%;
}
@media screen and (max-width: 1000px) {
  .work__txt {
    margin-top: 56px;
  }
}

.work__slider {
  margin-bottom: 32px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .work__slider {
    margin-bottom: 16px;
  }
}
.work__slider img {
  aspect-ratio: 629/419;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  background: #F7F8FA;
}
@media screen and (max-width: 500px) {
  .work__slider {
    margin-bottom: 8px;
  }
}

.work__nav {
  margin: 0 -4px;
}
.work__nav .slick-slide {
  margin: 0 4px;
}
.work__nav img {
  aspect-ratio: 204/136;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background: #F7F8FA;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.work__nav .slick-arrow {
  top: 50%;
  transform: translateY(-50%) !important;
  bottom: unset;
  left: unset;
  right: unset;
  aspect-ratio: 44/22;
  width: 44px;
  height: auto;
  transform: none;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .work__nav .slick-arrow {
    width: 26px;
  }
}
.work__nav .slick-arrow:hover::after {
  background-image: url(../images/common/works_arrow_hov.svg);
  background-position: center center;
  background-size: 44px auto;
  background-repeat: no-repeat;
}
.work__nav .slick-arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  aspect-ratio: 44/22;
  width: 44px;
  height: auto;
  background-image: url(../images/common/works_arrow.svg);
  background-position: center center;
  background-size: 44px auto;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media screen and (max-width: 500px) {
  .work__nav .slick-arrow::after {
    width: 26px;
    background-size: 26px auto;
  }
}
.work__nav .slick-prev {
  left: -22px;
  transform: translateY(-50%) rotate(180deg) !important;
}
@media screen and (max-width: 500px) {
  .work__nav .slick-prev {
    left: -13px;
  }
}
.work__nav .slick-next {
  right: -22px;
  left: auto;
}
@media screen and (max-width: 500px) {
  .work__nav .slick-next {
    right: -13px;
  }
}

.work__caption {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  line-height: 100%;
  color: #333333;
  padding: 8px 16px;
  background: #F7F8FA;
  border-radius: 4px;
}

.work__leadline {
  position: relative;
  padding-left: 24px;
  margin: 24px 0 56px;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 160%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .work__leadline {
    padding-left: 20px;
    margin: 16px 0 40px;
  }
}

.work__leadline::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: solid 4px #009537;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .work__leadline::before {
    width: 12px;
    height: 12px;
    top: 52%;
  }
}

.cm_btn__work {
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .cm_btn__work {
    margin-top: 64px;
  }
}

/*================================================
single----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
company_philosophy----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.company_philosophy {
  content: "";
  background: url(../images/company/back_philosophy1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 114px;
}
@media screen and (max-width: 1000px) {
  .company_philosophy {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 501px) and (max-width: 1000px) {
  .company_philosophy__catch__readline br {
    display: block;
  }
}
.company_philosophy__catch__read {
  margin-top: 24px;
}
@media screen and (max-width: 1000px) {
  .company_philosophy__catch__read {
    margin-top: 16px;
  }
}

.company_philosophy__main {
  margin-top: 56px;
}
@media screen and (max-width: 1000px) {
  .company_philosophy__main {
    margin-top: 40px;
  }
}

.company_philosophy__wrap {
  padding: 48px;
  background: #fff;
  box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.11);
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .company_philosophy__wrap {
    padding: 40px 40px;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.11);
  }
}
@media screen and (max-width: 500px) {
  .company_philosophy__wrap {
    padding: 32px 20px;
  }
}

.company_philosophy__wrap__headline {
  display: block;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 100%;
  color: #009537;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .company_philosophy__wrap__headline {
    margin-bottom: 16px;
  }
}

.company_philosophy__wrap__headline--mt {
  margin-top: 48px;
}
@media screen and (max-width: 1000px) {
  .company_philosophy__wrap__headline--mt {
    margin-top: 32px;
  }
}

.company_philosophy__wrap__headline--center {
  text-align: center;
}

.company_philosophy__main__headline {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 180%;
  text-align: center;
  color: #333333;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .company_philosophy__main__headline br {
    display: block;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .company_philosophy__main__headline br {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .company_philosophy__main__headline {
    text-align: left;
  }
}

.company_philosophy__columns {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
@media screen and (max-width: 1200px) {
  .company_philosophy__columns {
    flex-direction: column;
    gap: 16px;
  }
}

.company_philosophy__column1 {
  flex-basis: 59.83%;
}

.company_philosophy__column2 {
  flex-basis: 38.83%;
}

.company_philosophy__list + .company_philosophy__list {
  margin-top: 16px;
}

.company_philosophy__list-ig + .company_philosophy__list-ig {
  margin-top: 24px;
}

.company_philosophy__main + .company_philosophy__main {
  margin-top: 16px;
}

.company_philosophy__guidelines__title {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #009537;
  margin-bottom: 10px;
}

.company_philosophy__wrap__read {
  display: block;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 160%;
  color: #333333;
  margin-top: 24px;
}

.company_philosophy__guidelines__headline {
  position: relative;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 160%;
  color: #333333;
  padding-left: 14px;
}

.company_philosophy__guidelines__headline::before {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  border: solid 2px #009537;
  box-sizing: border-box;
}

.company_philosophy__guidelines__txt {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  color: #333333;
}

/*================================================
company_philosophy----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
company_slider_wrap----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.company_slider_wrap {
  overflow: hidden;
}

.company_slider {
  position: relative;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: a_company_slider 60s linear infinite;
  z-index: 1;
}

.company_slide {
  display: flex;
}

.company_slide__img {
  max-width: 480px;
}
@media screen and (max-width: 1000px) {
  .company_slide__img {
    max-width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .company_slide__img {
    max-width: 320px;
  }
}

@keyframes a_company_slider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/*================================================
company_slider_wrap----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
company_message----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.company_message {
  margin-top: 144px;
}
@media screen and (max-width: 1000px) {
  .company_message {
    margin-top: 104px;
  }
}

.company_message__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .company_message__columns {
    display: block;
  }
}

.company_message__img {
  flex-basis: 44.58%;
  height: -moz-fit-content;
  height: fit-content;
}
.company_message__img img {
  border-radius: 4px;
}

.company_message__txt {
  flex-basis: 49.42%;
}
@media screen and (max-width: 1000px) {
  .company_message__txt {
    margin-top: 40px;
  }
}

.company_message__read {
  margin-top: 24px;
}
@media screen and (max-width: 1000px) {
  .company_message__read {
    margin-top: 16px;
  }
}

@media screen and (min-width: 501px) and (max-width: 1000px) {
  .company_message__readline br {
    display: block;
  }
}
.company_message__name {
  text-align: right;
  margin-top: 32px;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 100%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .company_message__name {
    margin-top: 24px;
  }
}

.company_message__name__class {
  margin-right: 16px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
}
@media screen and (max-width: 1000px) {
  .company_message__name__class {
    margin-right: 12px;
  }
}

/*================================================
company_message----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
company_outline----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.company_outline {
  margin-top: 144px;
}
@media screen and (max-width: 1000px) {
  .company_outline {
    margin-top: 104px;
  }
}

.company_outline__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .company_outline__columns {
    display: block;
  }
}

.company_outline__contents {
  flex-basis: 73.33%;
}
@media screen and (max-width: 1000px) {
  .company_outline__contents {
    margin-top: 40px;
  }
}

/*================================================
company_outline----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
company_banner----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.company_banner {
  display: block;
  margin: auto;
  margin-top: 80px;
  max-width: 648px;
}

.company_banner__img {
  display: block;
}

.company_banner__txt {
  margin-top: 24px;
  display: block;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 140%;
  color: #333333;
}

/*================================================
company_banner----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
company_sdgs----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.company_sdgs {
  margin-top: 144px;
  padding: 144px 0;
  background: #F7F8FA;
}
@media screen and (max-width: 1000px) {
  .company_sdgs {
    margin-top: 104px;
    padding: 104px 0;
  }
}

.company_sdgs__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .company_sdgs__columns {
    display: block;
  }
}

.company_sdgs__img {
  flex-basis: 44.58%;
}

.company_sdgs__txt {
  flex-basis: 49.41%;
}
@media screen and (max-width: 1000px) {
  .company_sdgs__txt {
    margin-top: 40px;
  }
}

.company_sdgs__readline {
  margin-bottom: 24px;
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .company_sdgs__readline br {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .company_sdgs__readline {
    margin-bottom: 16px;
  }
}

/*================================================
company_sdgs----END
==================================================*/
.company_sdgs__catch {
  position: relative;
  height: 720px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .company_sdgs__catch {
    height: 360px;
  }
}

.company_sdgs__catch__main {
  position: absolute;
  top: 0;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(-50%);
  transition: all 0.1s;
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .company_sdgs__catch__main {
    height: 1000px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
company_access----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.company_access {
  margin-top: 144px;
}
@media screen and (max-width: 1000px) {
  .company_access {
    margin-top: 104px;
  }
}

.company_access__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .company_access__columns {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .company_access__columns {
    display: block;
  }
}

.company_access__map {
  flex-basis: 52.5%;
}

.company_access__table {
  flex-basis: 42.92%;
}
@media screen and (max-width: 1000px) {
  .company_access__table {
    margin-top: 40px;
  }
}

@media screen and (max-width: 500px) {
  .company_access__map iframe {
    height: 350px;
  }
}
/*================================================
company_access----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
company_our----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.company_our {
  padding: 144px 0;
  margin-top: 144px;
  background: #F7F8FA;
}
@media screen and (max-width: 1000px) {
  .company_our {
    margin-top: 104px;
    padding: 104px 0;
  }
}

.company_our__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 30px;
}
@media screen and (max-width: 1000px) {
  .company_our__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
@media screen and (max-width: 500px) {
  .company_our__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}

.company_our__card {
  padding: 32px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1000px) {
  .company_our__card {
    padding: 32px 24px;
  }
}

.company_our__img {
  position: relative;
}
.company_our__img .company_our__img__main {
  border-radius: 4px;
  aspect-ratio: 316/195;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.company_our__pos {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.company_our__flex {
  margin-top: 24px;
  display: flex;
  gap: 8px 16px;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .company_our__flex {
    margin-top: 16px;
  }
}

.company_our__name {
  display: block;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 100%;
  color: #333333;
}

.company_our__job {
  display: block;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #333333;
  background: #F7F8FA;
  border-radius: 4px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .company_our__job {
    padding: 6px 10px;
  }
}

.company_our__content {
  margin-top: 24px;
  padding-top: 20px;
  border-top: solid 1px #009537;
}
@media screen and (max-width: 1000px) {
  .company_our__content {
    margin-top: 16px;
    padding-top: 16px;
  }
}

.company_our__readline {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 180%;
  color: #009537;
  padding-bottom: 4px;
}
@media screen and (max-width: 1000px) {
  .company_our__readline {
    padding-bottom: 2px;
  }
}

.company_our__readline__mt {
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .company_our__readline__mt {
    margin-top: 8px;
  }
}

.company_our__read {
  font-weight: 400;
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
  line-height: 180%;
  color: #333333;
}

/*================================================
company_our----END
==================================================*/
.faq__block + .faq__block {
  margin-top: 24px;
}

.faq__block {
  border-radius: 4px;
  padding: 40px;
  cursor: pointer;
  border: solid 1px #D1D1D1;
}
@media screen and (max-width: 1000px) {
  .faq__block {
    padding: 32px;
  }
}
@media screen and (max-width: 500px) {
  .faq__block {
    padding: 32px 20px;
  }
}

.faq__view {
  position: relative;
  padding-right: 30px;
}

.faq__readline {
  position: relative;
  padding-left: 35px;
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 140%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .faq__readline {
    padding-left: 28px;
  }
}

.faq__readline::before {
  content: "Q";
  font-weight: 700;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  line-height: 140%;
  color: #009537;
  position: absolute;
  top: -6px;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .faq__readline::before {
    top: -2px;
  }
}

.faq__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 16px;
}
.faq__arrow::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #009537;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  transition: all 0.3s;
}
.faq__arrow::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #009537;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  border-radius: 2px;
  transition: all 0.3s;
}

.faq__content {
  margin-top: 0px;
  height: 0;
  opacity: 0;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.3s;
}

.faq__arrow.active::after {
  transform: translate(-50%, -50%);
}

.faq__content.active {
  margin-top: 24px;
  height: 100%;
  opacity: 1;
  transform: translateY(0%);
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
recruit----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.recruit_job {
  margin-bottom: 144px;
}
@media screen and (max-width: 1000px) {
  .recruit_job {
    margin-bottom: 104px;
  }
}

.recruit_job__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .recruit_job__cards {
    gap: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .recruit_job__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.recruit_job__img {
  position: relative;
}
.recruit_job__img img {
  border-radius: 4px;
}

.recruit_job__num {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 100%;
  text-align: center;
  color: #009537;
  background: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-sizing: border-box;
  border: solid 1px #009537;
}
@media screen and (max-width: 1000px) {
  .recruit_job__num {
    width: 40px;
    height: 40px;
  }
}

.recruit_job__makerheadline {
  position: relative;
  margin: 40px 0 8px;
  padding-left: 18px;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #009537;
}
@media screen and (max-width: 1000px) {
  .recruit_job__makerheadline {
    margin: 32px 0 6px;
  }
}

.recruit_job__makerheadline::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: solid 3px #009537;
  box-sizing: border-box;
}

.recruit_job__headline {
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 150%;
  color: #333333;
}

.recruit_job__read {
  display: block;
  margin-top: 24px;
}
@media screen and (max-width: 1000px) {
  .recruit_job__read {
    margin-top: 16px;
  }
}

/*================================================
recruit----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
recruit_person----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.recruit_person__back {
  padding: 120px 0;
  background: url(../images/recruit/back_recruit_person.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
}
@media screen and (max-width: 1000px) {
  .recruit_person__back {
    padding: 72px 0 364px;
    background: url(../images/recruit/back_recruit_person_sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
  }
}

.recruit_person__wrap {
  max-width: 826px;
}

.recruit_person__read {
  margin-top: 24px;
}

.recruit_person__img {
  max-width: 500px;
  margin-top: 64px;
}
@media screen and (max-width: 500px) {
  .recruit_person__img {
    margin-top: 24px;
  }
}

.recruit_person__top {
  background: #F7F8FA;
}
.recruit_person__top .lower_top {
  margin-top: 0 !important;
  padding-top: 56px;
}
@media screen and (max-width: 1000px) {
  .recruit_person__top .lower_top {
    padding-top: 48px;
  }
}

/*================================================
recruit_person----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
recruit_benefits----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.recruit_benefits {
  padding: 144px 0;
  background: #F7F8FA;
}
@media screen and (max-width: 1000px) {
  .recruit_benefits {
    padding: 104px 0;
  }
}

.recruit_benefits__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 24px;
}
@media screen and (max-width: 1000px) {
  .recruit_benefits__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 500px) {
  .recruit_benefits__cards {
    gap: 6px;
  }
}

.recruit_benefits__card {
  padding: 70px 40px;
  border-radius: 4px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .recruit_benefits__card {
    padding: 32px 14px;
  }
}

.recruit_benefits__ico {
  height: 60px;
  width: auto;
  margin: auto;
}

.recruit_benefits__headline {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 24px;
  padding-left: 18px;
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 140%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .recruit_benefits__headline {
    margin-top: 16px;
  }
}

.recruit_benefits__headline::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: solid 3px #009537;
  box-sizing: border-box;
}

.recruit_benefits__read {
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .recruit_benefits__read {
    margin-top: 6px;
  }
}

/*================================================
recruit_benefits----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
recruit_voice----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.recruit_voice {
  margin-top: 144px;
}
@media screen and (max-width: 1000px) {
  .recruit_voice {
    margin-top: 104px;
  }
}

.recruit_voice__cards {
  padding-top: 56px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 66px 32px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .recruit_voice__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 66px 32px;
  }
}
@media screen and (max-width: 1000px) {
  .recruit_voice__cards {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 40px;
    gap: 66px 32px;
  }
}
@media screen and (max-width: 500px) {
  .recruit_voice__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.recruit_voice__card {
  position: relative;
  padding: 66px 32px 60px;
  background: #fff;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1000px) {
  .recruit_voice__card {
    padding: 46px 10px 32px;
  }
}
@media screen and (max-width: 500px) {
  .recruit_voice__card {
    padding: 44px 10px 28px;
  }
}

.recruit_voice__headline {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
}

.recruit_voice__headline__point {
  color: #009537;
  font-size: inherit;
}

.recruit_voice__img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70px;
}

/*================================================
recruit_voice----END
==================================================*/
.p_access__map {
  width: 100%;
  border-radius: 0px;
  overflow: clip;
}
@media screen and (min-width: 501px) {
  .p_access__map {
    height: 500px;
  }
}
@media screen and (max-width: 500px) {
  .p_access__map {
    height: 300px;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
archive----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.requirements__tab + .requirements__tab {
  margin-top: 24px;
}

.requirements__link {
  position: relative;
  display: block;
  padding: 40px;
  padding-right: 72px;
  border: solid 1px #D1D1D1;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .requirements__link {
    padding: 32px;
    gap: 16px;
    padding-right: 48px;
  }
}
@media screen and (max-width: 500px) {
  .requirements__link {
    padding: 32px 16px;
    padding-right: 32px;
  }
}

.requirements__num {
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 180%;
  color: #009537;
}

.requirements__txt {
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 180%;
  color: #333333;
}

.requirements__category {
  display: block;
  font-weight: 400;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #333333;
  background: #F7F8FA;
  border-radius: 4px;
  padding: 8px 16px;
}
@media screen and (max-width: 1000px) {
  .requirements__category {
    padding: 6px 12px;
  }
}

@media screen and (max-width: 500px) {
  .requirements__arrow {
    display: none;
  }
}

.requirements__link:hover {
  opacity: 1;
  border: solid 1px #009537;
}
@media screen and (min-width: 1001px) {
  .requirements__link:hover .home_news__arrow {
    background: #009537;
  }
  .requirements__link:hover .home_news__arrow svg #svg1 {
    stroke: #fff;
  }
  .requirements__link:hover .home_news__arrow svg #svg2 {
    fill: #fff;
  }
  .requirements__link:hover .home_news__arrow svg:first-of-type {
    left: 150%;
  }
  .requirements__link:hover .home_news__arrow svg:last-of-type {
    left: 50%;
  }
}

/*================================================
archive----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
single_requirements----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.single_requirements__wrap {
  max-width: 900px;
  margin: auto;
}

.cm_btn__single_requirements {
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .cm_btn__single_requirements {
    margin-top: 64px;
  }
}

.single_requirements__prev {
  display: block;
  text-align: center;
  margin-top: 32px;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  text-decoration-line: underline;
  color: #333333;
}

/*================================================
single_requirements----END
==================================================*/
.p_contact__list {
  counter-reset: num;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(40px, 5vw, 80px);
  margin-bottom: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 501px) {
  .p_contact__list {
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__list {
    gap: 8px;
  }
}

.p_contact__tab {
  max-width: 296px;
  flex: 1;
  display: block;
  text-align: center;
  background-color: #fff;
  border: 1px solid #009537;
  border-radius: 4px;
  position: relative;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
}
@media screen and (min-width: 1002px) {
  .p_contact__tab {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1000px) {
  .p_contact__tab {
    padding: 10px 0;
  }
}
.p_contact__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}
@media screen and (min-width: 1001px) {
  .p_contact__tab::before {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.p_contact__active {
  background-color: #009537;
  color: #fff;
}

.p_contact__line {
  display: block;
  flex: 1;
  height: 1px;
  background-color: #D1D1D1;
  outline: none;
  border: none;
}
@media screen and (min-width: 501px) {
  .p_contact__line {
    max-width: 72px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__line {
    max-width: 32px;
  }
}

.p_contact__lead {
  display: block;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 1em;
}

.entry_banner {
  padding: 48px;
  background: #fff;
  box-sizing: border-box;
  margin: auto;
  margin-bottom: 120px;
  max-width: 616px;
  border: solid 6px #D1D1D1;
  filter: drop-shadow(0px 0px 32px rgba(0, 149, 55, 0.2));
  border-radius: 4px;
}
@media screen and (max-width: 1000px) {
  .entry_banner {
    filter: drop-shadow(0px 0px 24px rgba(0, 149, 55, 0.2));
    padding: 40px 32px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 500px) {
  .entry_banner {
    padding: 40px 20px;
  }
}

.entry_banner__headline {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 180%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .entry_banner__headline {
    text-align: left;
  }
}

.entry_banner__point {
  color: #009537;
  font-size: inherit;
}

.entry_banner__read {
  display: block;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 200%;
  color: #333333;
  margin: 32px 0 24px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .entry_banner__read {
    text-align: left;
  }
}

.p_policy__block + .p_policy__block {
  margin-top: clamp(24px, 2vw, 32px);
}

.p_policy__label {
  display: block;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 200%;
  margin-bottom: 8px;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .p_policy__label {
    margin-bottom: 5px;
  }
}

.p_policy__text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}

.p_archive__tab + .p_archive__tab {
  margin-top: 24px;
}
@media screen and (max-width: 1000px) {
  .p_archive__tab + .p_archive__tab {
    margin-top: 16px;
  }
}

.p_archive__link {
  display: block;
  padding: 40px;
  background: #fff;
  position: relative;
  border-radius: 4px;
  border: solid 1px #D1D1D1;
}
@media screen and (max-width: 1000px) {
  .p_archive__link {
    padding: 32px;
  }
}
@media screen and (max-width: 500px) {
  .p_archive__link {
    padding: 24px;
    padding-right: 72px;
  }
}

.p_archive__link:hover {
  opacity: 1;
  border: solid 1px #009537;
}
.p_archive__link:hover .home_news__arrow {
  background: #009537;
}
.p_archive__link:hover .home_news__arrow svg #svg1 {
  stroke: #fff;
}
.p_archive__link:hover .home_news__arrow svg #svg2 {
  fill: #fff;
}
.p_archive__link:hover .home_news__arrow svg:first-of-type {
  left: 150%;
}
.p_archive__link:hover .home_news__arrow svg:last-of-type {
  left: 50%;
}

.p_archive__time {
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #009537;
}

.p_archive__lead {
  margin-top: 15px;
  display: block;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 160%;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 620px;
}
@media screen and (max-width: 1000px) {
  .p_archive__lead {
    max-width: 580px;
  }
}
@media screen and (max-width: 500px) {
  .p_archive__lead {
    -webkit-line-clamp: 2;
  }
}

.p_archive__arrow {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .p_archive__arrow {
    right: 24px;
  }
}
@media screen and (max-width: 500px) {
  .p_archive__arrow {
    display: none;
  }
}

.p_single__block___time {
  display: block;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #009537;
}

.p_single__block___lead {
  display: block;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 180%;
  color: #333333;
  margin: 16px 0 48px;
}
@media screen and (max-width: 1000px) {
  .p_single__block___lead {
    margin: 8px 0 32px;
  }
}

.p_single__block___inner a {
  text-decoration: underline;
}

.p_found__head {
  margin-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  .p_found__head {
    margin-bottom: 64px;
  }
}

.p_found__caption {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(3rem, 8.8vw, 5.5rem);
  line-height: 100%;
  color: #333333;
}

.p_found__label {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 16px;
  padding-left: 20px;
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 140%;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .p_found__label {
    margin-top: 12px;
  }
}

.p_found__label::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: solid 3px #009537;
  box-sizing: border-box;
}

.p_found__menu {
  margin-top: clamp(32px, 3.5vw, 56px);
}
@media screen and (min-width: 1002px) {
  .p_found__menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .p_found__menu ul a {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1002px) and (max-width: 1200px) {
  .p_found__menu ul a {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1002px) {
  .p_found__menu ul a:hover {
    opacity: 1;
    color: #009537;
  }
  .p_found__menu ul li + li {
    border-left: solid 1px #D1D1D1;
  }
  .p_found__menu ul li {
    line-height: 1;
  }
  .p_found__menu ul span {
    display: none;
  }
}
.p_found__menu ul .sub-menu,
.p_found__menu ul .children {
  display: none !important;
}
.p_found__menu a {
  display: block;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 100%;
  color: #333333;
}
.p_found__menu span {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .p_found__menu li {
    box-sizing: border-box;
  }
  .p_found__menu li + li {
    border-top: 1px solid #D1D1D1;
  }
  .p_found__menu a {
    padding: 20px 0;
  }
}/*# sourceMappingURL=common.css.map */