@charset "UTF-8";
/*###################################################################
※※※※ 直接編集禁止 ※※※※
このCSSファイルはSassから生成されていますので直接編集しないようご注意ください。
  編集は拡張子「.scss」ファイルを編集して当ファイルにコンパイルしてください。
  もしくは別途cssファイルを作成して読み込ませてください。
###################################################################*/
:root {
  --base: #fff;
  --main: #008000;
  --main-l: #dff083;
  --main-c: #70b842;
  --text: #000;
}

/*###################################################################
  base（共通設定）
###################################################################*/
/*----------------------------------
  html
----------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  color: var(--text);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

img {
  width: 100%;
  height: auto;
}

/*###################################################################
  animation（共通設定）
###################################################################*/
/*----------------------------------
  zoom
----------------------------------*/
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*###################################################################
  header（module）
###################################################################*/
.header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  background-color: var(--base);
}
.header_sticky {
  position: fixed;
}
.header__title {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(0.625rem, -0.0912816692rem + 1.4903129657vw, 1.25rem) clamp(0.625rem, -4.3889716841rem + 10.4321907601vw, 5rem);
}
@media (max-width: 768px) {
  .header__inner {
    padding: 10px 20px;
  }
}
.header__logo {
  max-width: clamp(10rem, 0.2127272727rem + 20.3636363636vw, 18.54rem);
  width: 100%;
  container-type: inline-size;
}
@media (max-width: 768px) {
  .header__logo {
    max-width: inherit;
  }
}
.header__logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 2.3597626753cqw;
     -moz-column-gap: 2.3597626753cqw;
          column-gap: 2.3597626753cqw;
}
@media (max-width: 768px) {
  .header__logo-link {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.header__logo-text1 {
  font-size: 10.7874865156cqw;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .header__logo-text1 {
    font-size: 1.25rem;
  }
}
.header__logo-text2 {
  color: var(--main);
  font-size: 14.832793959cqw;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .header__logo-text2 {
    font-size: 2rem;
  }
}
.header__logo-text-s {
  font-size: 12.1359223301cqw;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .header__logo-text-s {
    font-size: 1.5rem;
  }
}
.header__pc-menu {
  max-width: clamp(34.6875rem, 7.6120529061rem + 56.3338301043vw, 58.3125rem);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width: 768px) {
  .header__pc-menu {
    display: none;
  }
}
.header__contact {
  max-width: clamp(14.5625rem, 4.3913002981rem + 21.1624441133vw, 23.4375rem);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.header__contact-link {
  width: 100%;
  height: clamp(2.5rem, 1.4255774963rem + 2.2354694486vw, 3.4375rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(0.5rem, -0.0013971684rem + 1.043219076vw, 0.9375rem);
     -moz-column-gap: clamp(0.5rem, -0.0013971684rem + 1.043219076vw, 0.9375rem);
          column-gap: clamp(0.5rem, -0.0013971684rem + 1.043219076vw, 0.9375rem);
  border-radius: 9999px;
}
.header__contact-link::before {
  content: "";
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.header__contact-link_tel {
  max-width: clamp(8.0625rem, 2.188990313rem + 12.2205663189vw, 13.1875rem);
  background-color: var(--main-l);
  font-size: clamp(0.875rem, 0.4452309985rem + 0.8941877794vw, 1.25rem);
}
.header__contact-link_tel::before {
  min-width: clamp(1rem, 0.5702309985rem + 0.8941877794vw, 1.375rem);
  aspect-ratio: 1/1;
  background-color: var(--text);
  -webkit-mask-image: url(../images/icon-tel.svg);
          mask-image: url(../images/icon-tel.svg);
}
.header__contact-link_mail {
  max-width: clamp(6rem, 1.8455663189rem + 8.6438152012vw, 9.625rem);
  background-color: var(--main);
  color: var(--base);
  font-size: clamp(0.8125rem, 0.4543591654rem + 0.7451564829vw, 1.125rem);
}
.header__contact-link_mail::before {
  min-width: clamp(1.125rem, 0.4803464978rem + 1.3412816692vw, 1.6875rem);
  aspect-ratio: 27/22;
  background-color: var(--base);
  -webkit-mask-image: url(../images/icon-mail.svg);
          mask-image: url(../images/icon-mail.svg);
}

@media (hover: hover) and (pointer: fine) {
  .header__contact-link {
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }
  .header__contact-link::before {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .header__contact-link:hover, .header__contact-link:focus {
    background-color: var(--main-c);
  }
  .header__contact-link_mail:hover, .header__contact-link_mail:focus {
    color: var(--text);
  }
  .header__contact-link_mail:hover::before, .header__contact-link_mail:focus::before {
    background-color: var(--text);
  }
}
.header-nav {
  max-width: clamp(19.5rem, 6.1055327869rem + 27.868852459vw, 31.1875rem);
  width: 100%;
}
@media (max-width: 768px) {
  .header-nav {
    display: none;
  }
}
.header-nav__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: clamp(0.5rem, -0.0730253353rem + 1.1922503726vw, 1rem);
  font-size: clamp(0.75rem, 0.3202309985rem + 0.8941877794vw, 1.125rem);
}
.header-nav__en {
  color: var(--main);
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}

@media (hover: hover) and (pointer: fine) {
  .header-nav__link {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .header-nav__link:hover, .header-nav__link:focus {
    color: var(--main-c);
  }
  .header-nav__link:hover .header-nav__en, .header-nav__link:focus .header-nav__en {
    color: var(--main-c);
  }
  .header-nav__en {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
}
/*###################################################################
  footer（module）
###################################################################*/
.footer {
  position: relative;
  background-color: var(--base);
}
.footer_lower {
  margin-top: 120px;
}
.footer__main {
  position: relative;
  isolation: isolate;
}
.footer__main::before, .footer__main::after {
  content: "";
  width: 37.5%;
  aspect-ratio: 1545/691;
  position: absolute;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
@media (max-width: 768px) {
  .footer__main::before, .footer__main::after {
    width: clamp(11.1875rem, 4.6870229008rem + 27.7353689567vw, 18rem);
  }
}
.footer__main::before {
  left: 0;
  background-image: url(../images/footer-deco-1.webp);
  background-image: -webkit-image-set(url(../images/footer-deco-1.webp) 1x, url(../images/footer-deco-1@2x.webp) 2x);
  background-image: image-set(url(../images/footer-deco-1.webp) 1x, url(../images/footer-deco-1@2x.webp) 2x);
}
.footer__main::after {
  right: 0;
  background-image: url(../images/footer-deco-2.webp);
  background-image: -webkit-image-set(url(../images/footer-deco-2.webp) 1x, url(../images/footer-deco-2@2x.webp) 2x);
  background-image: image-set(url(../images/footer-deco-2.webp) 1x, url(../images/footer-deco-2@2x.webp) 2x);
}
.footer__body {
  max-width: 499px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding: 0px 15px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .footer__body {
    padding: 0 15px 80px;
  }
}
.footer__logo {
  line-height: 1.2;
}
.footer__logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.footer__logo-jp {
  color: var(--text);
  font-size: clamp(1.25rem, 0.534351145rem + 3.0534351145vw, 2rem);
  letter-spacing: 0.1em;
}
.footer__logo-name {
  color: var(--main);
  font-size: clamp(2rem, 1.284351145rem + 3.0534351145vw, 2.75rem);
  letter-spacing: 0.2em;
}
.footer__logo-to {
  font-size: clamp(1.5rem, 0.784351145rem + 3.0534351145vw, 2.25rem);
}
.footer__address {
  margin-top: clamp(1.25rem, 0.0572519084rem + 5.0890585242vw, 2.5rem);
  color: var(--text);
  font-size: clamp(0.875rem, 0.7557251908rem + 0.5089058524vw, 1rem);
  line-height: 1.2;
  text-align: center;
  font-style: normal;
}
.footer__nav {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .footer__nav {
    display: none;
  }
}
.footer__contact {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 768px) {
  .footer__contact {
    display: none;
  }
}
.footer__contact-link {
  min-height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  padding: 0 30px;
  line-height: 1.2;
  white-space: nowrap;
  border-radius: 9999px;
}
.footer__contact-link::before {
  content: "";
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.footer__contact-link_tel {
  background-color: var(--main-l);
  color: var(--text);
  font-size: 1.25rem;
}
.footer__contact-link_tel::before {
  min-width: 20px;
  aspect-ratio: 1/1;
  background-color: var(--text);
  -webkit-mask-image: url(../images/icon-tel.svg);
          mask-image: url(../images/icon-tel.svg);
}
.footer__contact-link_mail {
  background-color: var(--main);
  color: var(--base);
  font-size: 1.125rem;
}
.footer__contact-link_mail::before {
  min-width: 25px;
  aspect-ratio: 25/20;
  background-color: var(--base);
  -webkit-mask-image: url(../images/icon-mail.svg);
          mask-image: url(../images/icon-mail.svg);
}
.footer__copyright {
  width: 100%;
  padding: 30px 10px;
  background-color: var(--main);
  color: var(--base);
  font-size: clamp(0.75rem, 0.6307251908rem + 0.5089058524vw, 0.875rem);
  line-height: 1.2;
  text-align: center;
}

@media (hover: hover) and (pointer: fine) {
  .footer__contact-link {
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }
  .footer__contact-link::before {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .footer__contact-link_tel:hover, .footer__contact-link_tel:focus {
    background-color: var(--main-c);
  }
  .footer__contact-link_mail:hover, .footer__contact-link_mail:focus {
    background-color: var(--main-c);
    color: var(--text);
  }
  .footer__contact-link_mail:hover::before, .footer__contact-link_mail:focus::before {
    background-color: var(--text);
  }
}
.footer-nav__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.footer-nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
  color: var(--text);
  font-size: 1.125rem;
  line-height: 1.2;
}
.footer-nav__en {
  color: var(--main);
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}

@media (hover: hover) and (pointer: fine) {
  .footer-nav__link {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .footer-nav__link:hover, .footer-nav__link:focus {
    color: var(--main-c);
  }
  .footer-nav__link:hover .footer-nav__en, .footer-nav__link:focus .footer-nav__en {
    color: var(--main-c);
  }
  .footer-nav__en {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
}
/*###################################################################
  sp-nav（module）
###################################################################*/
.sp-nav {
  display: none;
}
@media (max-width: 768px) {
  .sp-nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    position: fixed;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 5;
  }
}
.sp-nav__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.sp-nav__link {
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  padding: 0 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  white-space: nowrap;
  border-radius: 9999px;
}
.sp-nav__link::before {
  content: "";
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.sp-nav__link_tel {
  background-color: var(--main-l);
  color: var(--text);
  border: 1px solid var(--text);
}
.sp-nav__link_tel::before {
  min-width: 15px;
  aspect-ratio: 1/1;
  background-color: var(--text);
  -webkit-mask-image: url(../images/icon-tel.svg);
          mask-image: url(../images/icon-tel.svg);
}
.sp-nav__link_mail {
  background-color: var(--main);
  color: var(--base);
}
.sp-nav__link_mail::before {
  min-width: 19px;
  aspect-ratio: 19/15;
  background-color: var(--base);
  -webkit-mask-image: url(../images/icon-mail.svg);
          mask-image: url(../images/icon-mail.svg);
}

@media (hover: hover) and (pointer: fine) {
  .sp-nav__link {
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }
  .sp-nav__link::before {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .sp-nav__link_tel:hover, .sp-nav__link_tel:focus {
    background-color: var(--main-c);
  }
  .sp-nav__link_mail:hover, .sp-nav__link_mail:focus {
    background-color: var(--main-c);
    color: var(--text);
  }
  .sp-nav__link_mail:hover::before, .sp-nav__link_mail:focus::before {
    background-color: var(--text);
  }
}
/*###################################################################
  form（module）
###################################################################*/
.form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__body {
  max-width: 1080px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form__paragraph {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(0.9375rem, -12.5106447689rem + 27.9805352798vw, 8.125rem);
     -moz-column-gap: clamp(0.9375rem, -12.5106447689rem + 27.9805352798vw, 8.125rem);
          column-gap: clamp(0.9375rem, -12.5106447689rem + 27.9805352798vw, 8.125rem);
}
.form__paragraph:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #b6b6b6;
}
.form__paragraph:last-child {
  margin-bottom: clamp(1.25rem, 0.0572519084rem + 5.0890585242vw, 2.5rem);
  padding-bottom: 25px;
  border-bottom: 1px solid #b6b6b6;
}
@media (max-width: 768px) {
  .form__paragraph {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 10px;
  }
  .form__paragraph:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .form__paragraph:last-child {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
.form__paragraph_message {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form__paragraph_radio .form__label {
  line-height: 1.6;
}
.form__paragraph > p {
  display: contents;
}
.form__title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: clamp(11.25rem, 7.7562111801rem + 14.9068322981vw, 18.75rem);
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 0 clamp(0.625rem, 0.0427018634rem + 2.4844720497vw, 1.875rem);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .form__title {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.form__required {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  background-color: #00582d;
  color: var(--base);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.form__label {
  color: var(--text);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.form__input {
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 clamp(0.625rem, 0.4794254658rem + 0.6211180124vw, 0.9375rem);
  background-color: var(--base);
  border: 2px solid #b6b6b6;
  color: var(--text);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.form__input_message {
  height: 309px;
  padding: 15px;
  resize: none;
}
.form__input:focus {
  outline: 2px solid var(--main);
  outline-offset: -2px;
}
.form__radio {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 650px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
}
.form__radio .wpcf7-list-item {
  margin: 0;
}
.form__radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  cursor: pointer;
}
.form__radio .wpcf7-list-item input[type=radio] {
  width: 25px;
  height: 25px;
  position: relative;
  margin: 0;
  border: 2px solid #b6b6b6;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.form__radio .wpcf7-list-item input[type=radio]:checked::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--main);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form__radio .wpcf7-list-item-label {
  color: var(--text);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.form__privacy-title {
  width: 100%;
  color: var(--main);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.375rem, 0.4rem + 4.16vw, 3rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.form__privacy {
  max-width: 1120px;
  width: 100%;
  height: clamp(12.5rem, 9.2391304348rem + 13.9130434783vw, 19.5rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: clamp(1.25rem, 0.0572519084rem + 5.0890585242vw, 2.5rem);
  padding: clamp(1.25rem, 0.6677018634rem + 2.4844720497vw, 2.5rem) clamp(1.25rem, 0.0854037267rem + 4.9689440994vw, 3.75rem);
  background-color: #ebebeb;
}
.form__privacy-inner {
  max-width: 960px;
  width: 100%;
  height: 100%;
}
.form__privacy-body {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-right: clamp(0.9375rem, 0.2096273292rem + 3.1055900621vw, 2.5rem);
  scrollbar-width: thin;
  scrollbar-color: var(--main) transparent;
  color: var(--text);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.875rem, 0.7557251908rem + 0.5089058524vw, 1rem);
  font-weight: 500;
  line-height: 2;
}
.form__privacy-body h3 {
  margin-top: 2rem;
  font-size: clamp(1rem, 0.7614503817rem + 1.0178117048vw, 1.25rem);
  font-weight: 500;
  line-height: 2;
}
.form__privacy-body p + p {
  margin-top: 2rem;
}
.form__privacy-body ul {
  padding-left: 0;
  list-style: none;
}
.form__privacy-body li {
  position: relative;
  padding-left: 1em;
}
.form__privacy-body li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.form__privacy-body li + li {
  margin-top: 0;
}
.form__privacy-body::-webkit-scrollbar {
  width: 3px;
}
.form__privacy-body::-webkit-scrollbar-track {
  background-color: transparent;
}
.form__privacy-body::-webkit-scrollbar-thumb {
  background-color: var(--main);
}
.form__button-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 5px;
  margin-top: clamp(1.875rem, 0.6822519084rem + 5.0890585242vw, 3.125rem);
}
.form__action-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 80px;
  background-color: var(--main);
  border: 0;
  border-radius: 140px;
  color: var(--base);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 650px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .form .wpcf7-form-control-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
  }
}
.form .wpcf7-form-control {
  margin: 0;
}
.form br {
  display: none;
}
.form .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: clamp(0.75rem, 0.6307251908rem + 0.5089058524vw, 0.875rem);
}
.form .wpcf7-response-output {
  line-height: 2;
  margin: 10px auto 0;
  padding: 10px 5px;
}
.form[data-status=sent] .form__button-wrapper {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .form__action-button {
    -webkit-transition: background-color 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease;
  }
  .form__action-button:hover, .form__action-button:focus {
    background-color: var(--main-c);
  }
}
/*###################################################################
  c-link（module）
###################################################################*/
.c-link-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(0.9375rem, 0.5796755725rem + 1.5267175573vw, 1.3125rem);
     -moz-column-gap: clamp(0.9375rem, 0.5796755725rem + 1.5267175573vw, 1.3125rem);
          column-gap: clamp(0.9375rem, 0.5796755725rem + 1.5267175573vw, 1.3125rem);
  padding: clamp(0.9375rem, 0.6393129771rem + 1.272264631vw, 1.25rem) clamp(1.875rem, 1.2786259542rem + 2.5445292621vw, 2.5rem);
  background-color: var(--main-l);
  font-size: clamp(0.9375rem, 0.7585877863rem + 0.7633587786vw, 1.125rem);
  line-height: 1.2;
  text-align: center;
  border-radius: 9999px;
}
.c-link-more::before {
  content: "";
  min-width: clamp(0.5625rem, 0.4432251908rem + 0.5089058524vw, 0.6875rem);
  aspect-ratio: 11/18;
  background-color: var(--text);
  -webkit-mask: url(../images/icon-link-more.svg) no-repeat center/contain;
          mask: url(../images/icon-link-more.svg) no-repeat center/contain;
}
.c-link-more_outline {
  border: clamp(0.125rem, 0.0653625954rem + 0.2544529262vw, 0.1875rem) solid var(--text);
}
.c-link-more_white {
  background-color: var(--base);
  color: var(--main);
}
.c-link-more_white::before {
  background-color: var(--main);
}

@media (hover: hover) and (pointer: fine) {
  .c-link-more {
    -webkit-transition: background-color 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease;
  }
  .c-link-more::before {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  .c-link-more:hover, .c-link-more:focus {
    background-color: var(--main);
    color: var(--base);
  }
  .c-link-more:hover::before, .c-link-more:focus::before {
    background-color: var(--base);
  }
}
/*###################################################################
  c-text（module）
###################################################################*/
.c-t16 {
  font-size: clamp(0.875rem, 0.7557251908rem + 0.5089058524vw, 1rem);
  line-height: 2;
  white-space: pre-line;
}

.c-t16r {
  font-size: clamp(0.9375rem, 0.843444227rem + 0.1956947162vw, 1rem);
  line-height: 2;
  white-space: pre-line;
}
@media (max-width: 768px) {
  .c-t16r {
    font-size: clamp(0.875rem, 0.7557251908rem + 0.5089058524vw, 1rem);
  }
}

/*###################################################################
  c-title（module）
###################################################################*/
.c-title-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
  line-height: 1.2;
}
.c-title-1__jp {
  font-size: clamp(1rem, 0.7rem + 1.28vw, 1.5rem);
}
.c-title-1__en {
  color: var(--main);
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(2.5rem, 1.6rem + 3.84vw, 4rem);
  font-weight: bold;
}

/*###################################################################
  br（module）
###################################################################*/
.br-1000-b {
  display: none;
}
@media (max-width: 1000px) {
  .br-1000-b {
    display: block;
  }
}
.br-900-b {
  display: none;
}
@media (max-width: 900px) {
  .br-900-b {
    display: block;
  }
}
.br-800-b {
  display: none;
}
@media (max-width: 800px) {
  .br-800-b {
    display: block;
  }
}
.br-sp-b {
  display: none;
}
@media (max-width: 768px) {
  .br-sp-b {
    display: block;
  }
}
.br-600-b {
  display: none;
}
@media (max-width: 600px) {
  .br-600-b {
    display: block;
  }
}
.br-500-b {
  display: none;
}
@media (max-width: 500px) {
  .br-500-b {
    display: block;
  }
}

/*###################################################################
  hamburger（module）
###################################################################*/
.hamburger {
  max-width: 38px;
  width: 100%;
  height: 38px;
  display: inline-block;
  position: relative;
  z-index: 30;
  background-color: var(--main-l);
}
@media (min-width: 769px) {
  .hamburger {
    display: none;
  }
}
.hamburger[aria-expanded=true] .hamburger__line {
  width: 30px;
}
.hamburger[aria-expanded=true] .hamburger__line::before {
  width: 30px;
  -webkit-transform: translateY(-5px) rotate(135deg);
      -ms-transform: translateY(-5px) rotate(135deg);
          transform: translateY(-5px) rotate(135deg);
}
.hamburger[aria-expanded=true] .hamburger__line::after {
  -webkit-transform: translateY(5px) rotate(-135deg);
      -ms-transform: translateY(5px) rotate(-135deg);
          transform: translateY(5px) rotate(-135deg);
}
.hamburger__line {
  width: 28px;
  height: 4px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background-color: transparent;
  border-radius: 9999px;
}
.hamburger__line::before {
  content: "";
  width: 22px;
  height: 4px;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  background-color: var(--text);
  border-radius: 9999px;
}
.hamburger__line::after {
  content: "";
  width: 100%;
  height: 4px;
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  background-color: var(--text);
  border-radius: 9999px;
}

@media (hover: hover) and (pointer: fine) {
  .hamburger {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .hamburger:hover {
    background-color: var(--main);
  }
}
/*###################################################################
  drawer（module）
###################################################################*/
.drawer {
  width: 255px;
  height: 100vh;
  -webkit-transform: translateX(255px);
      -ms-transform: translateX(255px);
          transform: translateX(255px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--main-l);
  z-index: 15;
  overflow: auto;
  overscroll-behavior-y: contain;
  visibility: hidden;
}
.drawer[aria-hidden=false] {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.drawer_position {
  position: fixed;
  top: 0;
  right: 0;
}
.drawer__inner {
  padding-bottom: 100px;
}
.drawer__top {
  width: 100%;
  height: 58px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: var(--main-l);
  z-index: 1;
}
.drawer__nav {
  margin-top: 89px;
}
.drawer__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 43px;
}
.drawer__link {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 15px;
  font-size: 1.125rem;
  margin-inline: auto;
}
.drawer__en {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  color: var(--main);
}

.is-drawer-active {
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .drawer__link {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .drawer__link:hover, .drawer__link:focus {
    color: var(--main-c);
  }
  .drawer__link:hover .drawer__en, .drawer__link:focus .drawer__en {
    color: var(--main-c);
  }
  .drawer__en {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
}
.drawer-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
}

.is-drawer-active {
  height: 100%;
  overflow: hidden;
}
.is-drawer-active .drawer-bg {
  visibility: visible;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*###################################################################
  hover（module）
###################################################################*/
@media (hover: hover) and (pointer: fine) {
  .op {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .op:hover, .op:focus {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .op-fn {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .op-fn:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .op-im {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .op-im:hover, .op-im:focus {
    opacity: 0.7 !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .op-fnim {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .op-fnim:hover {
    opacity: 0.7 !important;
  }
}
/*###################################################################
  lower（module）
###################################################################*/
.lower-mv {
  padding-top: clamp(3.75rem, 1.243014158rem + 5.21609538vw, 5.9375rem);
}
@media (max-width: 768px) {
  .lower-mv {
    padding-top: 58px;
  }
}
.lower-mv__body {
  height: clamp(8.4375rem, 4.1643646409rem + 18.2320441989vw, 18.75rem);
  display: grid;
  place-items: center;
  background: url(../images/lower-mv-1.webp) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/lower-mv-1.webp) 1x, url(../images/lower-mv-1@2x.webp) 2x);
  background-image: image-set(url(../images/lower-mv-1.webp) 1x, url(../images/lower-mv-1@2x.webp) 2x);
}
.lower-mv__title {
  color: var(--main);
  font-size: clamp(1.75rem, 0.817679558rem + 3.9779005525vw, 4rem);
  font-weight: bold;
}

/*###################################################################
  WordPressテスト環境用設定
###################################################################*/
/*###################################################################
  top（page）
###################################################################*/
.top-mv {
  container-type: inline-size;
  padding-top: clamp(3.75rem, 1.243014158rem + 5.21609538vw, 5.9375rem);
}
@media (max-width: 768px) {
  .top-mv {
    padding-top: 58px;
  }
}
.top-mv__body {
  position: relative;
}
.top-mv__title-box {
  position: absolute;
  top: 2.0833333333cqw;
  right: 5.5555555556cqw;
  z-index: 3;
}
@media (max-width: 768px) {
  .top-mv__title-box {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    top: 16cqw;
    right: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top-mv__title {
  position: relative;
  color: var(--base);
  font-size: 4.4444444444cqw;
  line-height: 1.2;
  letter-spacing: 0.219em;
}
@media (max-width: 768px) {
  .top-mv__title {
    font-size: 8.5333333333cqw;
  }
}
.top-mv__title::after {
  content: "";
  width: 36.0416666667cqw;
  aspect-ratio: 519/21;
  position: absolute;
  bottom: -1.6666666667cqw;
  left: 0;
  background: url(../images/icon-mv-title.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .top-mv__title::after {
    width: 74.9333333333cqw;
    aspect-ratio: 281/21;
    bottom: -6.4cqw;
    background: url(../images/icon-mv-title_sp.svg) no-repeat center center/contain;
  }
}
.top-mv__strong {
  font-size: 6.6666666667cqw;
}
@media (max-width: 768px) {
  .top-mv__strong {
    font-size: 14.9333333333cqw;
  }
}
.top-mv__contact {
  max-width: 89.3333333333cqw;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2.6666666667cqw;
     -moz-column-gap: 2.6666666667cqw;
          column-gap: 2.6666666667cqw;
  position: absolute;
  bottom: 2.6666666667cqw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
@media (min-width: 769px) {
  .top-mv__contact {
    display: none;
  }
}
.top-mv__contact-link {
  width: 100%;
  height: 12cqw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4cqw;
     -moz-column-gap: 4cqw;
          column-gap: 4cqw;
  font-size: 4.2666666667cqw;
  border-radius: 9999px;
}
.top-mv__contact-link::before {
  content: "";
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.top-mv__contact-link_tel {
  max-width: 48.8cqw;
  background-color: var(--main-l);
  border: 0.2666666667cqw solid var(--text);
}
.top-mv__contact-link_tel::before {
  min-width: 4cqw;
  aspect-ratio: 1/1;
  background-color: var(--text);
  -webkit-mask-image: url(../images/icon-tel.svg);
          mask-image: url(../images/icon-tel.svg);
}
.top-mv__contact-link_mail {
  max-width: 37.8666666667cqw;
  background-color: var(--main);
  color: var(--base);
}
.top-mv__contact-link_mail::before {
  min-width: 5.0666666667cqw;
  aspect-ratio: 27/22;
  background-color: var(--base);
  -webkit-mask-image: url(../images/icon-mail.svg);
          mask-image: url(../images/icon-mail.svg);
}
.top-mv .swiper-slide-active img,
.top-mv .swiper-slide-duplicate-active img,
.top-mv .swiper-slide-prev img {
  -webkit-animation: zoom 7s linear 0s normal both;
          animation: zoom 7s linear 0s normal both;
}

.top-about {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#dff083), to(#eaf1c6));
  background: -webkit-linear-gradient(top, #dff083 0%, #eaf1c6 100%);
  background: linear-gradient(180deg, #dff083 0%, #eaf1c6 100%);
}
.top-about__inner {
  max-width: 464px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding: 60px 30px 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .top-about__inner {
    max-width: clamp(17rem, 5.5496183206rem + 48.8549618321vw, 29rem);
    padding: 80px clamp(1.25rem, 0.6536259542rem + 2.5445292621vw, 1.875rem) 202px;
  }
}
.top-about__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .top-about__body {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .top-about__title {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-about__text1 {
  max-width: clamp(16.625rem, 4.8167938931rem + 50.3816793893vw, 29rem);
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .top-about__text1 {
    margin-top: 20px;
    text-align: left;
  }
}
.top-about__text2 {
  margin-top: 20px;
  font-size: clamp(1rem, 0.7rem + 1.28vw, 1.5rem);
  line-height: 2;
  text-align: center;
}
@media (max-width: 768px) {
  .top-about__text2 {
    text-align: left;
  }
}
.top-about__strong {
  color: var(--main);
}
.top-about__deco {
  width: 100%;
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.top-about__deco_left {
  max-width: clamp(18.25rem, 3.924366617rem + 29.8062593145vw, 30.75rem);
  aspect-ratio: 492/544;
  bottom: 0;
  left: calc(clamp(-1.25rem, -2.4427480916rem + 5.0890585242vw, 0rem) * -1);
  background-image: url(../images/top-about-deco-1.webp);
  background-image: -webkit-image-set(url(../images/top-about-deco-1.webp) 1x, url(../images/top-about-deco-1@2x.webp) 2x);
  background-image: image-set(url(../images/top-about-deco-1.webp) 1x, url(../images/top-about-deco-1@2x.webp) 2x);
}
@media (max-width: 768px) {
  .top-about__deco_left {
    max-width: clamp(10.875rem, 3.8377862595rem + 30.0254452926vw, 18.25rem);
  }
}
.top-about__deco_right {
  max-width: clamp(17.75rem, 3.424366617rem + 29.8062593145vw, 30.25rem);
  aspect-ratio: 484/544;
  top: 0;
  right: calc(clamp(-1.25rem, -2.4427480916rem + 5.0890585242vw, 0rem) * -1);
  background-image: url(../images/top-about-deco-2.webp);
  background-image: -webkit-image-set(url(../images/top-about-deco-2.webp) 1x, url(../images/top-about-deco-2@2x.webp) 2x);
  background-image: image-set(url(../images/top-about-deco-2.webp) 1x, url(../images/top-about-deco-2@2x.webp) 2x);
}
@media (max-width: 768px) {
  .top-about__deco_right {
    max-width: clamp(10.6875rem, 3.9484732824rem + 28.7531806616vw, 17.75rem);
  }
}

.top-introduction {
  position: relative;
  overflow: hidden;
  background: url(../images/top-introduction-bg.webp) no-repeat right top/93.75%;
  background-image: -webkit-image-set(url(../images/top-introduction-bg.webp) 1x, url(../images/top-introduction-bg@2x.webp) 2x);
  background-image: image-set(url(../images/top-introduction-bg.webp) 1x, url(../images/top-introduction-bg@2x.webp) 2x);
  padding-top: clamp(2.5rem, 1rem + 6.4vw, 5rem);
}
@media (max-width: 768px) {
  .top-introduction {
    background: url(../images/top-introduction-bg_sp.webp) no-repeat right top/94.6666666667%;
    background-image: -webkit-image-set(url(../images/top-introduction-bg_sp.webp) 1x, url(../images/top-introduction-bg_sp@2x.webp) 2x);
    background-image: image-set(url(../images/top-introduction-bg_sp.webp) 1x, url(../images/top-introduction-bg_sp@2x.webp) 2x);
  }
}
@media (max-width: 768px) {
  .top-introduction__title {
    padding: 0 clamp(1.25rem, 0.6536259542rem + 2.5445292621vw, 1.875rem);
  }
}
.top-introduction__outer {
  max-width: 1460px;
  margin-inline: auto;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .top-introduction__outer {
    padding-right: 0;
  }
}
.top-introduction__body {
  max-width: 1360px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-top: clamp(1.25rem, 0.0572519084rem + 5.0890585242vw, 2.5rem);
}
@media (max-width: 768px) {
  .top-introduction__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: clamp(1.25rem, 0.6536259542rem + 2.5445292621vw, 1.875rem);
  }
}
.top-introduction__img {
  max-width: clamp(22.5rem, -3.2861400894rem + 53.651266766vw, 45rem);
  width: 100%;
}
@media (max-width: 768px) {
  .top-introduction__img {
    max-width: none;
  }
}
.top-introduction__box {
  max-width: 600px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: clamp(1.25rem, 0.5337183308rem + 1.4903129657vw, 1.875rem);
}
@media (max-width: 768px) {
  .top-introduction__box {
    max-width: 600px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 20px;
    margin-inline: auto;
    padding: 0 clamp(1.25rem, 0.6536259542rem + 2.5445292621vw, 1.875rem);
  }
}
.top-introduction__box-title {
  color: var(--main);
  font-size: clamp(1.75rem, 0.890461997rem + 1.7883755589vw, 2.5rem);
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 768px) {
  .top-introduction__box-title {
    font-size: 2rem;
    text-align: left;
  }
}
.top-introduction__box-title-sub {
  font-size: clamp(1.375rem, 0.6587183308rem + 1.4903129657vw, 2rem);
}
@media (max-width: 768px) {
  .top-introduction__box-title-sub {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .top-recruit {
    background-color: var(--main-l);
  }
}
.top-recruit_pos {
  margin-top: clamp(2.5rem, 1.6197183099rem + 3.7558685446vw, 5rem);
}
.top-recruit__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding: 0 clamp(0rem, -5.7302533532rem + 11.9225037258vw, 5rem);
}
@media (max-width: 768px) {
  .top-recruit__inner {
    padding: 0;
  }
}
.top-recruit__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .top-recruit__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top-recruit__box {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: clamp(1.1125rem, 0.3890555142rem + 1.5052160954vw, 1.74375rem);
  background-color: var(--main-l);
  padding: clamp(1.875rem, -0.2738450075rem + 4.4709388972vw, 3.75rem);
}
@media (max-width: 768px) {
  .top-recruit__box {
    max-width: 520px;
    width: 100%;
    margin-inline: auto;
    padding: 30px 20px;
  }
}
.top-recruit__title {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-recruit__text {
  max-width: 480px;
}
.top-recruit__img {
  width: 50%;
  aspect-ratio: 640/518;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-recruit__img {
    width: 100%;
  }
}
.top-recruit__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-company {
  background: url(../images/top-company-bg.webp) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/top-company-bg.webp) 1x, url(../images/top-company-bg@2x.webp) 2x);
  background-image: image-set(url(../images/top-company-bg.webp) 1x, url(../images/top-company-bg@2x.webp) 2x);
  color: var(--base);
}
@media (max-width: 768px) {
  .top-company {
    background: url(../images/top-company-bg_sp.webp) no-repeat center center/cover;
    background-image: -webkit-image-set(url(../images/top-company-bg_sp.webp) 1x, url(../images/top-company-bg_sp@2x.webp) 2x);
    background-image: image-set(url(../images/top-company-bg_sp.webp) 1x, url(../images/top-company-bg_sp@2x.webp) 2x);
  }
}
.top-company_pos {
  margin-top: clamp(0rem, -5.7302533532rem + 11.9225037258vw, 5rem);
}
.top-company__inner {
  max-width: 1280px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding: 60px 30px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: clamp(1.79375rem, 1.0631426975rem + 1.520119225vw, 2.43125rem);
}
@media (max-width: 768px) {
  .top-company__inner {
    padding: clamp(2.5rem, 1.3072519084rem + 5.0890585242vw, 3.75rem) 30px;
  }
}
.top-company__title .c-title-1__en {
  color: var(--base);
}
.top-company__info {
  width: 100%;
  max-width: 820px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-size: clamp(0.9375rem, 0.6393129771rem + 1.272264631vw, 1.25rem);
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 768px) {
  .top-company__info {
    grid-template-columns: clamp(6.25rem, -8.3015267176rem + 62.0865139949vw, 21.5rem) 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.top-company__info > dt,
.top-company__info > dd {
  border-bottom: 1px solid var(--base);
  padding: 15px 10px;
}
.top-company__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 768px) {
  .top-company__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.top-company__contact-link {
  width: clamp(15rem, 13.2108778626rem + 7.6335877863vw, 16.875rem);
  height: clamp(3.75rem, 3.1536259542rem + 2.5445292621vw, 4.375rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-size: clamp(1.25rem, 1.0114503817rem + 1.0178117048vw, 1.5rem);
  line-height: 1.2;
  border: 2px solid var(--base);
  border-radius: 9999px;
}
.top-company__contact-link::before {
  content: "";
  background-color: var(--base);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.top-company__contact-link_tel::before {
  min-width: clamp(1.5625rem, 1.2643129771rem + 1.272264631vw, 1.875rem);
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../images/icon-tel.svg);
          mask-image: url(../images/icon-tel.svg);
}
.top-company__contact-link_mail::before {
  min-width: clamp(2rem, 1.6421755725rem + 1.5267175573vw, 2.375rem);
  aspect-ratio: 38/30;
  -webkit-mask-image: url(../images/icon-mail.svg);
          mask-image: url(../images/icon-mail.svg);
}

@media (hover: hover) and (pointer: fine) {
  .top-company__contact-link {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  .top-company__contact-link:hover {
    background-color: var(--main);
  }
}
.top-map {
  position: relative;
  isolation: isolate;
}
.top-map__inner {
  max-width: 1280px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding: 80px 30px 60px;
}
@media (max-width: 768px) {
  .top-map__inner {
    padding: clamp(1.25rem, -2.3282442748rem + 15.2671755725vw, 5rem) 15px clamp(2.5rem, 1.3072519084rem + 5.0890585242vw, 3.75rem);
  }
}
.top-map__embed {
  width: 100%;
  height: clamp(30rem, 25.2290076336rem + 20.3562340967vw, 35rem);
}
.top-map__gmap {
  width: 100%;
  height: 100%;
  display: block;
}
.top-map::before {
  content: "";
  width: 100%;
  height: clamp(16.25rem, 10.286259542rem + 25.4452926209vw, 22.5rem);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--main-l);
}

/*###################################################################
  page-introduction
###################################################################*/
.introduction1_pos {
  margin-top: clamp(2.5rem, 1.3072519084rem + 5.0890585242vw, 3.75rem);
}
.introduction1__inner {
  max-width: 1280px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .introduction1__inner {
    padding: 0 clamp(0.9375rem, 0.0429389313rem + 3.8167938931vw, 1.875rem);
  }
}
.introduction1__title {
  color: var(--main);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.75rem, 0.5572519084rem + 5.0890585242vw, 3rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.introduction1__hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: clamp(1.25rem, 0.0572519084rem + 5.0890585242vw, 2.5rem);
}
@media (max-width: 768px) {
  .introduction1__hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.introduction1__hero-panel {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(1.25rem, 0.0572519084rem + 5.0890585242vw, 2.5rem) 15px;
  background-color: var(--main-l);
}
@media (max-width: 768px) {
  .introduction1__hero-panel {
    width: 100%;
  }
}
.introduction1__hero-text {
  max-width: 480px;
  width: 100%;
  margin-inline: auto;
  color: var(--text);
}
@media (max-width: 768px) {
  .introduction1__hero-text {
    max-width: 580px;
  }
}
.introduction1__hero-img {
  width: 50%;
  aspect-ratio: 640/400;
  overflow: hidden;
}
.introduction1__hero-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .introduction1__hero-img {
    width: 100%;
  }
}
.introduction1__sections {
  max-width: 1120px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.46875rem;
  margin: clamp(2.5rem, 0.1145038168rem + 10.1781170483vw, 5rem) auto 0;
}
.introduction1__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.introduction1__section-title {
  padding: 10px 10px 17px;
  border-bottom: 3px solid var(--main);
  color: var(--main);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.5rem, 1.0229007634rem + 2.0356234097vw, 2rem);
  font-weight: bold;
  line-height: 1.2;
}
.introduction1__section-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media (max-width: 768px) {
  .introduction1__section-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 20px;
  }
}
.introduction1__section-text {
  max-width: 520px;
  width: 100%;
  color: var(--text);
}
.introduction1__section-img {
  max-width: 560px;
  width: 100%;
  aspect-ratio: 560/360;
  overflow: hidden;
}
.introduction1__section-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.introduction2_pos {
  margin-top: clamp(3.75rem, 2.4976145038rem + 5.3435114504vw, 5.0625rem);
}
.introduction2__inner {
  max-width: 1120px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .introduction2__inner {
    padding: 0 clamp(0.9375rem, 0.0429389313rem + 3.8167938931vw, 1.875rem);
  }
}
.introduction2__title {
  color: var(--main);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.75rem, 0.5572519084rem + 5.0890585242vw, 3rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.introduction2__table {
  width: 100%;
  table-layout: fixed;
  margin-top: clamp(1.25rem, 0.0572519084rem + 5.0890585242vw, 2.5rem);
  border-collapse: collapse;
}
.introduction2__table th,
.introduction2__table td {
  padding: clamp(0.625rem, 0.3513198758rem + 1.1677018634vw, 1.2125rem) clamp(0.3125rem, 0.1669254658rem + 0.6211180124vw, 0.625rem);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.8125rem, 0.6669254658rem + 0.6211180124vw, 1.125rem);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.introduction2__col-label {
  width: 28.57%;
}
.introduction2__col {
  width: 35.71%;
}
.introduction2__th-empty {
  background: transparent;
  border: 0;
}
.introduction2__th-period {
  background-color: var(--main);
  border-bottom: 1px solid var(--main-l);
  color: var(--base);
}
.introduction2__th-rh {
  background-color: var(--main);
  border-right: 1px solid var(--main-l);
  border-bottom: 1px solid var(--main-l);
  color: var(--base);
}
.introduction2__th-rh:last-child {
  border-right: 0;
}
.introduction2__th-rb {
  background-color: var(--main);
  border-bottom: 1px solid var(--main-l);
  color: var(--base);
}
.introduction2__td {
  border-right: 2px solid var(--main);
  border-bottom: 2px solid var(--main);
  color: var(--text);
}

/*###################################################################
  page-company
###################################################################*/
.company1_pos {
  margin-top: clamp(2.5rem, 1.3072519084rem + 5.0890585242vw, 3.75rem);
}
.company1__inner {
  max-width: 1280px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .company1__inner {
    padding: 0 clamp(0.9375rem, 0.0429389313rem + 3.8167938931vw, 1.875rem);
  }
}
.company1__hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .company1__hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.company1__hero-panel {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(1.25rem, 0.0572519084rem + 5.0890585242vw, 2.5rem) 15px;
  background-color: var(--main-l);
}
@media (max-width: 768px) {
  .company1__hero-panel {
    width: 100%;
  }
}
.company1__hero-text {
  max-width: 480px;
  width: 100%;
  margin-inline: auto;
  color: var(--text);
}
@media (max-width: 768px) {
  .company1__hero-text {
    max-width: 580px;
  }
}
.company1__hero-img {
  width: 50%;
  aspect-ratio: 640/400;
  overflow: hidden;
}
.company1__hero-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .company1__hero-img {
    width: 100%;
  }
}

.company2_pos {
  margin-top: clamp(2.5rem, 0.1145038168rem + 10.1781170483vw, 5rem);
}
.company2__inner {
  max-width: 1280px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .company2__inner {
    padding: 0 clamp(0.9375rem, 0.0429389313rem + 3.8167938931vw, 1.875rem);
  }
}
.company2__title {
  color: var(--main);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.75rem, 0.5572519084rem + 5.0890585242vw, 3rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.company2__info {
  max-width: 1120px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  margin: clamp(1.25rem, 0.0572519084rem + 5.0890585242vw, 2.5rem) auto 0;
}
.company2__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.company2__row-label {
  width: 28.57%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: clamp(0.625rem, 0.3338509317rem + 1.2422360248vw, 1.25rem) 10px;
  background-color: var(--main);
  color: var(--base);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.8125rem, 0.6669254658rem + 0.6211180124vw, 1.125rem);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.company2__row-label::after {
  content: "";
  width: 15px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 100%;
  background-color: var(--main);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.company2__row-value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(0.625rem, 0.3338509317rem + 1.2422360248vw, 1.25rem) clamp(1.25rem, 0.0854037267rem + 4.9689440994vw, 3.75rem);
  background-color: #ebebeb;
  color: var(--text);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.8125rem, 0.6669254658rem + 0.6211180124vw, 1.125rem);
  font-weight: 500;
  line-height: 1.2;
}
.company2__map-embed {
  width: 100%;
  aspect-ratio: 1280/560;
  margin-top: clamp(2.5rem, 0.1145038168rem + 10.1781170483vw, 5rem);
}
.company2__map-iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/*###################################################################
  recruit（page）
###################################################################*/
.recruit1 {
  height: clamp(15rem, 14.325rem + 2.88vw, 16.125rem);
  display: grid;
  place-items: center;
  background-color: var(--main-l);
}
.recruit1__title {
  font-size: clamp(1.75rem, 1rem + 3.2vw, 3rem);
  font-weight: bold;
}

/*###################################################################
  page-contact
###################################################################*/
.contact1 {
  background-color: var(--main-l);
}
.contact1__inner {
  max-width: 1440px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding: 60px 15px 80px;
}
@media (max-width: 768px) {
  .contact1__inner {
    padding: clamp(1.875rem, 0.0858778626rem + 7.6335877863vw, 3.75rem) 15px 80px;
  }
}
.contact1__card {
  max-width: 1280px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: clamp(1.25rem, 0.0572519084rem + 5.0890585242vw, 2.5rem);
  margin-inline: auto;
  padding: clamp(1.25rem, 0.0572519084rem + 5.0890585242vw, 2.5rem) clamp(0.9375rem, 0.0429389313rem + 3.8167938931vw, 1.875rem) 7px;
  background-color: var(--base);
}
.contact1__title {
  color: var(--main);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.375rem, 0.4rem + 4.16vw, 3rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.contact1__lead {
  max-width: 480px;
  width: 100%;
  color: var(--text);
  text-align: center;
}
.contact1__form {
  width: 100%;
}

/*###################################################################
  page-404（page）
###################################################################*/
.page-404_pos {
  margin-top: clamp(3.125rem, 2.7083333333rem + 1.6666666667vw, 3.75rem);
}
.page-404__inner {
  max-width: 1000px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .page-404__inner {
    padding: 0 clamp(0.9375rem, -0.0815217391rem + 4.0760869565vw, 1.875rem);
  }
}
.page-404__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
.page-404__text {
  margin-top: 50px;
}
.page-404__button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 54px;
}

/*###################################################################
  js-（js制御用）
###################################################################*/