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

/*###################################################################
  base（共通設定）
###################################################################*/
* {
  letter-spacing: var(--ls);
}

/*----------------------------------
  html
----------------------------------*/
html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 110px;
}
@media (max-width: 768px) {
  [id] {
    scroll-margin-top: 85px;
  }
}

body {
  color: var(--text);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  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);
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .header {
    background-color: transparent;
  }
}
.header_sticky {
  position: fixed;
}
@media (max-width: 768px) {
  .header_sticky {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 768px) {
  .header_sticky .header__inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .header_sticky .header__logo-link {
    color: var(--text);
  }
}
.header_sticky .header__contact {
  height: 100px;
}
.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;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  padding-left: clamp(0.9375rem, -2.5860450563rem + 5.6320400501vw, 3.75rem);
}
@media (max-width: 1280px) {
  .header__inner {
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .header__inner {
    padding-top: 46px;
    padding-right: 16px;
    padding-left: 18px;
  }
}
.header__logo-link {
  font-size: clamp(1.375rem, -1.401734104rem + 3.4682080925vw, 2.5rem);
  line-height: 1;
  --ls: 0;
}
@media (max-width: 1280px) {
  .header__logo-link {
    font-size: clamp(1rem, -0.2483766234rem + 2.5974025974vw, 1.375rem);
  }
}
@media (max-width: 768px) {
  .header__logo-link {
    color: var(--base);
    font-size: 1.5rem;
  }
}
.header__menu {
  max-width: clamp(59.0625rem, 30.986632948rem + 35.0674373796vw, 70.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-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: 1280px) {
  .header__menu {
    max-width: clamp(33.125rem, 11.4921722114rem + 45.0097847358vw, 47.5rem);
  }
}
@media (max-width: 768px) {
  .header__menu {
    display: none;
  }
}
.header__group1 {
  max-width: 941px;
  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: 1280px) {
  .header__group1 {
    max-width: 600px;
    -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: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    row-gap: 20px;
  }
}
.header__group2 {
  max-width: clamp(18.25rem, 15.9360549133rem + 2.8901734104vw, 19.1875rem);
  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: 1280px) {
  .header__group2 {
    max-width: 291px;
  }
}
.header__sns {
  max-width: 65px;
  width: 100%;
  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: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.header__insta {
  max-width: 27px;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #00053a;
  -webkit-mask-image: url(../images/icon-insta.svg);
          mask-image: url(../images/icon-insta.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.header__line {
  max-width: 30px;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #00053a;
  -webkit-mask-image: url(../images/icon-line.svg);
          mask-image: url(../images/icon-line.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.header__tel {
  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: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  color: var(--main);
  font-size: clamp(1.375rem, 1.0664739884rem + 0.3853564547vw, 1.5rem);
  font-weight: 600;
  line-height: 1;
  --ls: 0.1em;
}
.header__tel::before {
  content: "";
  min-width: 18px;
  aspect-ratio: 1/1;
  background-color: var(--main);
  -webkit-mask-image: url(../images/icon-tel.svg);
          mask-image: url(../images/icon-tel.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-top: 2px;
}
.header__contact {
  max-width: clamp(6.25rem, 3.5461930165rem + 5.6256062076vw, 9.875rem);
  width: 100%;
  height: clamp(6.25rem, 2.6758806262rem + 7.4363992172vw, 8.625rem);
  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: 20px;
  background-color: var(--main);
  color: var(--base);
  font-size: clamp(0.875rem, 0.7817652764rem + 0.193986421vw, 1rem);
  font-weight: 600;
  --ls: 0;
}
.header__contact::before {
  content: "";
  width: 20px;
  aspect-ratio: 20/16;
  background-color: var(--base);
  -webkit-mask-image: url(../images/icon-mail.svg);
          mask-image: url(../images/icon-mail.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-top: -17px;
}

@media (hover: hover) and (pointer: fine) {
  .header__logo-link {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .header__logo-link:hover, .header__logo-link:focus {
    color: var(--main-l);
  }
  .header__insta {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .header__insta:hover {
    background-color: var(--main-l);
  }
  .header__line {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .header__line:hover {
    background-color: var(--main-l);
  }
  .header__tel {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .header__tel:hover, .header__tel:focus {
    color: var(--main-l);
  }
  .header__tel:hover::before, .header__tel:focus::before {
    background-color: var(--main-l);
  }
  .header__tel::before {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .header__contact {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .header__contact:hover, .header__contact:focus {
    background-color: var(--main-l);
  }
}
.header-nav {
  max-width: clamp(33.0625rem, 19.1788294798rem + 17.3410404624vw, 38.6875rem);
  width: 100%;
}
@media (max-width: 1280px) {
  .header-nav {
    max-width: 600px;
  }
}
@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-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.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: 11px;
  font-size: clamp(0.8125rem, 0.530332681rem + 0.5870841487vw, 1rem);
  font-weight: bold;
  line-height: 1;
  --ls: 0;
}
.header-nav__link.current {
  color: var(--main-l);
}
.header-nav__en {
  color: var(--main);
  font-size: clamp(0.75rem, 0.655944227rem + 0.1956947162vw, 0.8125rem);
  font-weight: bold;
  --ls: 0.04em;
}

@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-l);
  }
  .header-nav__link:hover .header-nav__en, .header-nav__link:focus .header-nav__en {
    color: var(--main-l);
  }
  .header-nav__en {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
}
/*###################################################################
  footer（module）
###################################################################*/
.footer {
  position: relative;
  background-color: var(--accent);
  color: var(--base);
  font-family: "Zen Old Mincho", serif;
}
.footer__inner {
  max-width: 724px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding: 78px 30px 22px;
}
@media (max-width: 1000px) {
  .footer__inner {
    padding: clamp(3.1875rem, 1.8616071429rem + 4.8214285714vw, 4.875rem) clamp(1.25rem, 0.4115853659rem + 3.0487804878vw, 1.875rem) clamp(1.25rem, 1.0823170732rem + 0.6097560976vw, 1.375rem);
  }
}
@media (max-width: 439px) {
  .footer__inner {
    padding: clamp(3.1875rem, 1.8616071429rem + 4.8214285714vw, 4.875rem) clamp(0.3125rem, -9.3028846154rem + 38.4615384615vw, 1.25rem) clamp(1.25rem, 1.0823170732rem + 0.6097560976vw, 1.375rem);
  }
}
.footer__logo-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: clamp(1.5rem, 0.9761904762rem + 1.9047619048vw, 2.5rem);
  text-align: center;
  --ls: 0;
  margin-inline: auto;
}
.footer__nav {
  margin-top: clamp(2.8125rem, 1.7321428571rem + 3.9285714286vw, 4.1875rem);
  margin-left: auto;
}
@media (max-width: 768px) {
  .footer__nav {
    margin-right: auto;
  }
}
.footer__copy {
  font-size: 0.9375rem;
  text-align: center;
  --ls: 0;
  margin-top: clamp(3.125rem, 0.71875rem + 8.75vw, 6.1875rem);
}

@media (hover: hover) and (pointer: fine) {
  .footer__logo-link {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .footer__logo-link:hover, .footer__logo-link:focus {
    color: var(--main-l);
  }
}
.footer-nav {
  max-width: 676px;
}
@media (max-width: 768px) {
  .footer-nav {
    max-width: 400px;
  }
}
.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: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width: 768px) {
  .footer-nav__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    row-gap: 28px;
  }
}
.footer-nav__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  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: 8px;
  font-size: 1rem;
  font-weight: 600;
  --ls: 0;
}
.footer-nav__en {
  font-size: 0.8125rem;
  font-weight: bold;
  --ls: 0.04em;
}
.footer-nav__sns {
  max-width: 100px;
  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;
  margin-top: 40px;
  margin-inline: auto;
}
.footer-nav__insta {
  width: 27px;
  aspect-ratio: 1/1;
  display: block;
  background-color: var(--base);
  -webkit-mask-image: url(../images/icon-insta.svg);
          mask-image: url(../images/icon-insta.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.footer-nav__line {
  max-width: 30px;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: var(--base);
  -webkit-mask-image: url(../images/icon-line.svg);
          mask-image: url(../images/icon-line.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

@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-l);
  }
  .footer-nav__link:hover .header-nav__en, .footer-nav__link:focus .header-nav__en {
    color: var(--main-l);
  }
  .footer-nav__en {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .footer-nav__insta {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .footer-nav__insta:hover {
    background-color: var(--main-l);
  }
  .footer-nav__line {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .footer-nav__line:hover {
    background-color: var(--main-l);
  }
}
.footer-page-top {
  width: 50px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  background-color: var(--main);
  border-radius: 9999px;
  position: absolute;
  bottom: 78px;
  right: 20px;
  z-index: 5;
}
@media (max-width: 768px) {
  .footer-page-top {
    bottom: 22px;
    right: 10px;
  }
}
.footer-page-top::after {
  content: "";
  width: 23px;
  aspect-ratio: 23/15;
  background-color: var(--base);
  -webkit-mask-image: url(../images/icon-page-top.svg);
          mask-image: url(../images/icon-page-top.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

/*###################################################################
  c-link（module）
###################################################################*/
.c-link-more {
  max-width: clamp(21.0625rem, 18.7380952381rem + 8.4523809524vw, 25.5rem);
  width: 100%;
  height: clamp(4.875rem, 4.3511904762rem + 1.9047619048vw, 5.875rem);
  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;
  background-color: var(--main);
  color: var(--base);
  font-size: clamp(1.25rem, 1.119047619rem + 0.4761904762vw, 1.5rem);
  font-weight: bold;
  text-indent: -22px;
  --ls: 0;
  border-radius: 9999px;
}
.c-link-more__icon {
  width: clamp(1.8125rem, 1.0595238095rem + 2.7380952381vw, 3.25rem);
  aspect-ratio: 1/1;
  position: absolute;
  top: calc(50% + clamp(0rem, -0.0982142857rem + 0.3571428571vw, 0.1875rem));
  right: clamp(2.4375rem, 2.3720238095rem + 0.2380952381vw, 2.5625rem);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--base);
  border-radius: 50%;
}
.c-link-more__icon::after {
  content: "";
  width: clamp(0.5rem, 0.2708333333rem + 0.8333333333vw, 0.9375rem);
  aspect-ratio: 15/22;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--main);
  -webkit-mask-image: url(../images/icon-link-arrow.svg);
          mask-image: url(../images/icon-link-arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

@media (hover: hover) and (pointer: fine) {
  .c-link-more {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .c-link-more:hover, .c-link-more:focus {
    background-color: var(--main-l);
  }
  .c-link-more:hover .c-link-more__icon::after, .c-link-more:focus .c-link-more__icon::after {
    background-color: var(--main-l);
  }
  .c-link-more__icon::after {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
}
/*###################################################################
  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: clamp(0.875rem, 0.6193181818rem + 1.0227272727vw, 1.4375rem);
  font-weight: bold;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
.c-title-1__jp {
  font-size: clamp(1.75rem, 1.1818181818rem + 2.2727272727vw, 3rem);
}
.c-title-1__en {
  color: var(--main);
  font-size: clamp(1.375rem, 0.9772727273rem + 1.5909090909vw, 2.25rem);
}

/*###################################################################
  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 {
  width: 58px;
  height: 58px;
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 30;
  background-color: var(--main);
  padding-bottom: 7px;
}
@media (min-width: 769px) {
  .hamburger {
    display: none;
  }
}
.hamburger[aria-expanded=true] .hamburger__line {
  background-color: transparent;
}
.hamburger[aria-expanded=true] .hamburger__line::before {
  -webkit-transform: translateY(-8px) rotate(139deg);
      -ms-transform: translateY(-8px) rotate(139deg);
          transform: translateY(-8px) rotate(139deg);
}
.hamburger[aria-expanded=true] .hamburger__line::after {
  -webkit-transform: translateY(8px) rotate(-139deg);
      -ms-transform: translateY(8px) rotate(-139deg);
          transform: translateY(8px) rotate(-139deg);
}
.hamburger__line {
  width: 2.114375rem;
  height: 0.22625rem;
  display: inline-block;
  position: absolute;
  top: 21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background-color: var(--base);
}
.hamburger__line::before {
  content: "";
  width: 100%;
  height: 0.22625rem;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 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(--base);
}
.hamburger__line::after {
  content: "";
  width: 100%;
  height: 0.22625rem;
  display: inline-block;
  position: absolute;
  bottom: 8px;
  left: 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(--base);
}
.hamburger__menu {
  color: var(--base);
  font-size: 0.625rem;
  line-height: 1;
  text-align: center;
  --ls: 0;
}

@media (hover: hover) and (pointer: fine) {
  .hamburger {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .hamburger:hover, .hamburger:focus {
    opacity: 0.7;
  }
}
/*###################################################################
  drawer（module）
###################################################################*/
.drawer {
  max-width: 440px;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fcffd4;
  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: 180px;
}
.drawer__top {
  width: 100%;
  height: 116px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fcffd4;
  z-index: 1;
}
.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: 66px;
  padding-top: 46px;
}
.drawer__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: 11px;
  font-weight: 600;
  line-height: 1;
  --ls: 0;
}
.drawer__en {
  color: var(--main);
  font-size: 0.8125rem;
  font-weight: bold;
  --ls: 0.04em;
}
.drawer__tel {
  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: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  color: var(--main);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  --ls: 0.1em;
  margin-top: 52px;
}
.drawer__tel::before {
  content: "";
  min-width: 18px;
  aspect-ratio: 1/1;
  background-color: var(--main);
  -webkit-mask-image: url(../images/icon-tel.svg);
          mask-image: url(../images/icon-tel.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-top: 2px;
}
.drawer__contact {
  max-width: 239px;
  width: 100%;
  height: 65px;
  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: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  background-color: var(--main);
  color: var(--base);
  font-size: 1rem;
  font-weight: 600;
  --ls: 0;
  margin-top: 28px;
  margin-inline: auto;
}
.drawer__contact::before {
  content: "";
  width: 20px;
  aspect-ratio: 20/16;
  background-color: var(--base);
  -webkit-mask-image: url(../images/icon-mail.svg);
          mask-image: url(../images/icon-mail.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.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-l);
  }
  .drawer__link:hover .drawer__en, .drawer__link:focus .drawer__en {
    color: var(--main-l);
  }
  .drawer__en {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .drawer__tel {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .drawer__tel:hover, .drawer__tel:focus {
    color: var(--main-l);
  }
  .drawer__tel:hover::before, .drawer__tel:focus::before {
    background-color: var(--main-l);
  }
  .drawer__tel::before {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .drawer__contact {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .drawer__contact:hover, .drawer__contact:focus {
    background-color: var(--main-l);
  }
}
.drawer-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #000;
  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 {
  min-height: clamp(22.5rem, 11.6835861057rem + 22.5048923679vw, 29.6875rem);
  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);
}
@media (max-width: 768px) {
  .lower-mv {
    min-height: clamp(16.5625rem, 13.6280487805rem + 10.6707317073vw, 18.75rem);
    background: url(../images/lower-mv-1_sp.webp) no-repeat center center/cover;
    background-image: -webkit-image-set(url(../images/lower-mv-1_sp.webp) 1x, url(../images/lower-mv-1_sp@2x.webp) 2x);
    background-image: image-set(url(../images/lower-mv-1_sp.webp) 1x, url(../images/lower-mv-1_sp@2x.webp) 2x);
  }
}
.lower-mv__title {
  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: clamp(0.75rem, 0.4146341463rem + 1.2195121951vw, 1rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  line-height: 1;
  margin-top: 72px;
}
.lower-mv__jp {
  color: #fcffd4;
  font-size: clamp(1.875rem, 1.0365853659rem + 3.0487804878vw, 2.5rem);
  --ls: 0.1em;
  text-shadow: 0px 1px 5.7px rgba(0, 0, 0, 0.25);
}
.lower-mv__en {
  color: var(--main-l);
  font-size: clamp(1.125rem, 0.6219512195rem + 1.8292682927vw, 1.5rem);
}

/*###################################################################
  WordPressテスト環境用設定
###################################################################*/
/*###################################################################
  top（page）
###################################################################*/
.top {
  background-color: #f3f3f3;
}

.top-mv {
  overflow: hidden;
  position: relative;
}
.top-mv::after {
  content: "";
  width: 21.5104166667%;
  aspect-ratio: 413/427;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/top-mv-deco.webp) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/top-mv-deco.webp) 1x, url(../images/top-mv-deco@2x.webp) 2x);
  background-image: image-set(url(../images/top-mv-deco.webp) 1x, url(../images/top-mv-deco@2x.webp) 2x);
  z-index: 1;
}
@media (max-width: 768px) {
  .top-mv::after {
    width: 54.0909090909%;
  }
}
.top-mv__title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: calc(50% + clamp(3.0625rem, 1.3285152636rem + 3.6077705828vw, 5.5rem));
  left: calc(50% - 0px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .top-mv__title {
    top: calc(50% + 30px);
  }
}
.top-mv__jp {
  -webkit-transform: translateX(calc(clamp(-0.6875rem, -1.6097560976rem + 3.3536585366vw, 0rem) * -1));
      -ms-transform: translateX(calc(clamp(-0.6875rem, -1.6097560976rem + 3.3536585366vw, 0rem) * -1));
          transform: translateX(calc(clamp(-0.6875rem, -1.6097560976rem + 3.3536585366vw, 0rem) * -1));
  color: #fcffd4;
  font-size: clamp(2.375rem, 1.2190101758rem + 2.4051803885vw, 4rem);
  font-weight: bold;
  line-height: 1.4;
  --ls: 0.1em;
  text-shadow: 0px 1px 5.7px rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media (max-width: 768px) {
  .top-mv__jp {
    font-size: clamp(2.5rem, 0.9908536585rem + 5.487804878vw, 3.625rem);
  }
}
@media (max-width: 439px) {
  .top-mv__jp {
    font-size: clamp(2.25rem, -0.3141025641rem + 10.2564102564vw, 2.5rem);
  }
}
.top-mv__en {
  position: absolute;
  top: calc(50% - clamp(0.4375rem, -0.4961840888rem + 1.9426456984vw, 1.75rem));
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.17);
  font-size: clamp(3.625rem, 0.2904139685rem + 6.9380203515vw, 8.3125rem);
  font-weight: 900;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .top-mv__en {
    top: 50%;
    font-size: clamp(2.125rem, 0.112804878rem + 7.3170731707vw, 3.625rem);
  }
}
@media (max-width: 439px) {
  .top-mv__en {
    font-size: clamp(1.875rem, -0.6891025641rem + 10.2564102564vw, 2.125rem);
  }
}
.top-mv__img {
  min-height: 500px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.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-news {
  min-height: 197px;
}
@media (max-width: 768px) {
  .top-news {
    min-height: inherit;
  }
}
.top-news_pos {
  margin-top: clamp(3.375rem, 1.4466463415rem + 7.012195122vw, 4.8125rem);
}
.top-news__inner {
  max-width: 1280px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 30px;
  padding-left: 30px;
  display: grid;
  grid-template-columns: clamp(10rem, 5.2031555773rem + 9.9804305284vw, 13.1875rem) 1fr;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .top-news__inner {
    grid-template-columns: 1fr;
    row-gap: 18px;
    padding: 0 clamp(0.9375rem, -11.8830128205rem + 51.2820512821vw, 2.1875rem);
  }
}
.top-news__title {
  color: #404040;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: bold;
}
.top-news__title::first-letter {
  color: var(--main);
}
.top-news__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: clamp(1.25rem, 0.4115853659rem + 3.0487804878vw, 1.875rem);
  margin-top: 8px;
}
@media (max-width: 768px) {
  .top-news__items {
    margin-top: 0;
  }
}
.top-news__post-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: clamp(4.6875rem, 2.9004403131rem + 3.7181996086vw, 5.875rem) 1fr;
  font-size: 0.8125rem;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .top-news__post-link {
    grid-template-columns: clamp(4.375rem, -11.0096153846rem + 61.5384615385vw, 5.875rem) 1fr;
  }
}
.top-news__date {
  font-weight: bold;
}
.top-news__more {
  max-width: 250px;
  width: 100%;
  height: 50px;
  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;
  background-color: var(--main);
  color: var(--base);
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 9999px;
  margin-inline: auto;
}
.top-news__more-icon {
  width: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid;
  background-color: var(--base);
  border-radius: 50%;
}
.top-news__more-icon::after {
  content: "";
  width: 9px;
  aspect-ratio: 15/22;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--main);
  -webkit-mask-image: url(../images/icon-link-arrow.svg);
          mask-image: url(../images/icon-link-arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

@media (hover: hover) and (pointer: fine) {
  .top-news__post-link {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .top-news__post-link:hover, .top-news__post-link:focus {
    color: var(--main);
  }
  .top-news__more {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .top-news__more:hover, .top-news__more:focus {
    background-color: var(--main-l);
  }
  .top-news__more:hover .top-news__more-icon::after, .top-news__more:focus .top-news__more-icon::after {
    background-color: var(--main-l);
  }
  .top-news__more-icon::after {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
}
@media (max-width: 768px) {
  .top-about_pos {
    margin-top: 50px;
  }
}
.top-about__inner {
  max-width: 1920px;
  position: relative;
  margin-inline: auto;
  padding: clamp(1.875rem, -10.1641389432rem + 25.0489236791vw, 9.875rem) 0 clamp(2.5rem, -4.7422945205rem + 15.0684931507vw, 7.3125rem);
}
@media (max-width: 768px) {
  .top-about__inner {
    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.4375rem, 0.5152439024rem + 3.3536585366vw, 2.125rem);
    padding: 0 clamp(1.125rem, 0.118902439rem + 3.6585365854vw, 1.875rem);
  }
}
.top-about__box {
  max-width: 1133px;
  margin-inline: auto;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .top-about__box {
    padding: 0;
  }
}
.top-about__title {
  color: #404040;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(2rem, 0.9523809524rem + 3.8095238095vw, 4rem);
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.top-about__title::first-letter {
  color: var(--main);
}
.top-about__text {
  font-size: clamp(1rem, 0.869047619rem + 0.4761904762vw, 1.25rem);
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
  --ls: 0;
  white-space: pre-line;
  margin-top: clamp(1.875rem, 0.0304878049rem + 6.7073170732vw, 3.25rem);
}
@media (max-width: 768px) {
  .top-about__text {
    line-height: 2.25;
    text-align: left;
  }
}
.top-about__img {
  max-width: clamp(27.25rem, -22.2233365949rem + 102.9354207436vw, 60.125rem);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .top-about__img {
    max-width: clamp(23.3125rem, 4.2804878049rem + 69.2073170732vw, 37.5rem);
    position: static;
  }
}
.top-about__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .top-about__img img {
    height: auto;
  }
}

.top-service {
  background: url(../images/top-service-bg-1.webp) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/top-service-bg-1.webp) 1x, url(../images/top-service-bg-1@2x.webp) 2x);
  background-image: image-set(url(../images/top-service-bg-1.webp) 1x, url(../images/top-service-bg-1@2x.webp) 2x);
}
@media (max-width: 768px) {
  .top-service {
    background: none;
  }
}
.top-service_pos {
  margin-top: 49px;
  padding-bottom: clamp(2.5rem, -2.0505952381rem + 16.5476190476vw, 11.1875rem);
}
@media (max-width: 768px) {
  .top-service_pos {
    margin-top: 137px;
    padding-bottom: 0;
  }
}
.top-service__main {
  aspect-ratio: 1920/637;
  background: url(../images/top-service-bg-2.webp) no-repeat 0 0/contain;
  background-image: -webkit-image-set(url(../images/top-service-bg-2.webp) 1x, url(../images/top-service-bg-2@2x.webp) 2x);
  background-image: image-set(url(../images/top-service-bg-2.webp) 1x, url(../images/top-service-bg-2@2x.webp) 2x);
  padding: clamp(1.0625rem, -1.5264443962rem + 5.3866203301vw, 4.9375rem) clamp(1.25rem, 0.8324283232rem + 0.8688097307vw, 1.875rem) 0;
}
@media (max-width: 768px) {
  .top-service__main {
    aspect-ratio: 440/404;
    background: url(../images/top-service-bg-2_sp.webp) no-repeat 0 0/contain;
    background-image: -webkit-image-set(url(../images/top-service-bg-2_sp.webp) 1x, url(../images/top-service-bg-2_sp@2x.webp) 2x);
    background-image: image-set(url(../images/top-service-bg-2_sp.webp) 1x, url(../images/top-service-bg-2_sp@2x.webp) 2x);
    padding: clamp(3rem, -0.1859756098rem + 11.5853658537vw, 5.375rem) clamp(1.3125rem, 0.5579268293rem + 2.743902439vw, 1.875rem) 0;
  }
}
@media (max-width: 439px) {
  .top-service__main {
    padding: clamp(1.4375rem, -14.5881410256rem + 64.1025641026vw, 3rem) clamp(0.9375rem, -2.9086538462rem + 15.3846153846vw, 1.3125rem) 0;
  }
}
.top-service__main-inner {
  max-width: 1104px;
}
.top-service__box {
  max-width: 810px;
  color: var(--base);
  margin-left: clamp(0rem, -12.276607298rem + 25.5430060817vw, 18.375rem);
}
@media (min-width: 1921px) {
  .top-service__box {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .top-service__box {
    max-width: clamp(20.8125rem, 0.1036585366rem + 75.3048780488vw, 36.25rem);
  }
}
@media (max-width: 439px) {
  .top-service__box {
    max-width: clamp(18.75rem, -2.4038461538rem + 84.6153846154vw, 20.8125rem);
  }
}
.top-service__title {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.125rem, 0.206342311rem + 1.9113814075vw, 2.5rem);
  font-weight: bold;
  line-height: 1;
  --ls: 0.08em;
}
@media (max-width: 768px) {
  .top-service__title {
    font-size: clamp(2rem, 1.3292682927rem + 2.4390243902vw, 2.5rem);
  }
}
.top-service__subtitle {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.125rem, 0.206342311rem + 1.9113814075vw, 2.5rem);
  font-weight: bold;
  line-height: 1.45;
  white-space: pre-line;
  margin-top: clamp(0.625rem, -1.3793440487rem + 4.1702867072vw, 3.625rem);
}
@media (max-width: 768px) {
  .top-service__subtitle {
    font-size: clamp(1.25rem, 0.0762195122rem + 4.2682926829vw, 2.125rem);
    margin-top: clamp(1.8125rem, -0.618902439rem + 8.8414634146vw, 3.625rem);
  }
}
.top-service__text {
  max-width: clamp(24.0625rem, 6.3157037359rem + 36.9244135534vw, 50.625rem);
  font-size: clamp(0.875rem, 0.6244569939rem + 0.5212858384vw, 1.25rem);
  font-weight: 500;
  line-height: 1.85;
  --ls: 0;
  white-space: pre-line;
  margin-top: clamp(0.8125rem, -0.0644005213rem + 1.8245004344vw, 2.125rem);
}
@media (max-width: 768px) {
  .top-service__text {
    max-width: inherit;
    font-size: clamp(1rem, 0.8323170732rem + 0.6097560976vw, 1.125rem);
    line-height: 2.3125;
    margin-top: clamp(0.625rem, -1.387195122rem + 7.3170731707vw, 2.125rem);
  }
}
@media (max-width: 439px) {
  .top-service__text {
    font-size: clamp(0.9375rem, 0.296474359rem + 2.5641025641vw, 1rem);
  }
}
.top-service__sp-bg {
  margin-top: calc(clamp(0rem, -4.8948229874rem + 10.1842870999vw, 6.5625rem) * -1);
}
@media (max-width: 768px) {
  .top-service__sp-bg {
    background: url(../images/top-service-bg-1_sp.webp) no-repeat center center/cover;
    background-image: -webkit-image-set(url(../images/top-service-bg-1_sp.webp) 1x, url(../images/top-service-bg-1_sp@2x.webp) 2x);
    background-image: image-set(url(../images/top-service-bg-1_sp.webp) 1x, url(../images/top-service-bg-1_sp@2x.webp) 2x);
  }
}
.top-service__inner {
  max-width: 1276px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .top-service__inner {
    padding: 37px clamp(1.125rem, 0.118902439rem + 3.6585365854vw, 1.875rem) 27px;
  }
}
.top-service__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.8125rem, 0.125rem + 2.5vw, 1.6875rem) clamp(0.625rem, 0.1339285714rem + 1.7857142857vw, 1.25rem);
}
.top-service__link {
  height: 241px;
  display: grid;
  place-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .top-service__link {
    height: inherit;
    aspect-ratio: 196/151;
  }
}
.top-service__link_1 {
  background: url(../images/top-service-1.webp) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/top-service-1.webp) 1x, url(../images/top-service-1@2x.webp) 2x);
  background-image: image-set(url(../images/top-service-1.webp) 1x, url(../images/top-service-1@2x.webp) 2x);
}
@media (max-width: 768px) {
  .top-service__link_1 {
    background: url(../images/top-service-1_sp.webp) no-repeat center center/cover;
    background-image: -webkit-image-set(url(../images/top-service-1_sp.webp) 1x, url(../images/top-service-1_sp@2x.webp) 2x);
    background-image: image-set(url(../images/top-service-1_sp.webp) 1x, url(../images/top-service-1_sp@2x.webp) 2x);
  }
}
.top-service__link_2 {
  background: url(../images/top-service-2.webp) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/top-service-2.webp) 1x, url(../images/top-service-2@2x.webp) 2x);
  background-image: image-set(url(../images/top-service-2.webp) 1x, url(../images/top-service-2@2x.webp) 2x);
}
@media (max-width: 768px) {
  .top-service__link_2 {
    background: url(../images/top-service-2_sp.webp) no-repeat center center/cover;
    background-image: -webkit-image-set(url(../images/top-service-2_sp.webp) 1x, url(../images/top-service-2_sp@2x.webp) 2x);
    background-image: image-set(url(../images/top-service-2_sp.webp) 1x, url(../images/top-service-2_sp@2x.webp) 2x);
  }
}
.top-service__link_3 {
  background: url(../images/top-service-3.webp) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/top-service-3.webp) 1x, url(../images/top-service-3@2x.webp) 2x);
  background-image: image-set(url(../images/top-service-3.webp) 1x, url(../images/top-service-3@2x.webp) 2x);
}
@media (max-width: 768px) {
  .top-service__link_3 {
    background: url(../images/top-service-3_sp.webp) no-repeat center center/cover;
    background-image: -webkit-image-set(url(../images/top-service-3_sp.webp) 1x, url(../images/top-service-3_sp@2x.webp) 2x);
    background-image: image-set(url(../images/top-service-3_sp.webp) 1x, url(../images/top-service-3_sp@2x.webp) 2x);
  }
}
.top-service__link_4 {
  background: url(../images/top-service-4.webp) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/top-service-4.webp) 1x, url(../images/top-service-4@2x.webp) 2x);
  background-image: image-set(url(../images/top-service-4.webp) 1x, url(../images/top-service-4@2x.webp) 2x);
}
@media (max-width: 768px) {
  .top-service__link_4 {
    background: url(../images/top-service-4_sp.webp) no-repeat center center/cover;
    background-image: -webkit-image-set(url(../images/top-service-4_sp.webp) 1x, url(../images/top-service-4_sp@2x.webp) 2x);
    background-image: image-set(url(../images/top-service-4_sp.webp) 1x, url(../images/top-service-4_sp@2x.webp) 2x);
  }
}
.top-service__item-title {
  color: var(--base);
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.5rem, 1.0416666667rem + 1.6666666667vw, 2.375rem);
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}
.top-service__item-en {
  position: absolute;
  bottom: clamp(0.0625rem, -0.0029761905rem + 0.2380952381vw, 0.1875rem);
  right: clamp(0.125rem, -0.1369047619rem + 0.9523809524vw, 0.625rem);
  color: rgba(255, 255, 255, 0.3);
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.top-service__item-en_1 {
  font-size: clamp(1.25rem, 0.8898809524rem + 1.3095238095vw, 1.9375rem);
}
@media (max-width: 439px) {
  .top-service__item-en_1 {
    font-size: clamp(1.125rem, -0.1570512821rem + 5.1282051282vw, 1.25rem);
  }
}
.top-service__item-en_2 {
  font-size: clamp(1.25rem, 0.8898809524rem + 1.3095238095vw, 1.9375rem);
}
@media (max-width: 439px) {
  .top-service__item-en_2 {
    font-size: clamp(1.125rem, -0.1570512821rem + 5.1282051282vw, 1.25rem);
  }
}
.top-service__item-en_3 {
  font-size: clamp(0.9375rem, 0.380952381rem + 2.0238095238vw, 2rem);
  white-space: nowrap;
}
@media (max-width: 439px) {
  .top-service__item-en_3 {
    font-size: clamp(0.775rem, -0.8916666667rem + 6.6666666667vw, 0.9375rem);
  }
}
.top-service__item-en_4 {
  font-size: clamp(1.25rem, 0.8571428571rem + 1.4285714286vw, 2rem);
}
@media (max-width: 439px) {
  .top-service__item-en_4 {
    font-size: clamp(1.125rem, -0.1570512821rem + 5.1282051282vw, 1.25rem);
  }
}

@media (hover: hover) and (pointer: fine) {
  .top-service__link {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .top-service__link:hover, .top-service__link:focus {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.top-area_pos {
  margin-top: clamp(3.4375rem, -0.7857142857rem + 15.3571428571vw, 8.8125rem);
}
.top-area__inner {
  max-width: 855px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .top-area__inner {
    padding: 0 clamp(1.3125rem, 0.5579268293rem + 2.743902439vw, 1.875rem);
  }
}
.top-area__title {
  color: #404040;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(2rem, 0.4285714286rem + 5.7142857143vw, 4rem);
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.top-area__title::first-letter {
  color: var(--main);
}
.top-area__jp-title {
  font-size: clamp(1.5rem, 1.1071428571rem + 1.4285714286vw, 2rem);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  --ls: 0;
  margin-top: clamp(2.6875rem, 1.65625rem + 3.75vw, 4rem);
}
.top-area__text {
  font-size: clamp(1rem, 0.8035714286rem + 0.7142857143vw, 1.25rem);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  --ls: 0;
  margin-top: clamp(1.3125rem, 0.8705357143rem + 1.6071428571vw, 1.875rem);
}
.top-area__img {
  margin-top: calc(clamp(-5rem, -5.8348214286rem + 3.0357142857vw, -3.9375rem) * -1);
}

.top-works {
  position: relative;
  background: url(../images/top-works-bg.webp) no-repeat top center/cover;
  background-image: -webkit-image-set(url(../images/top-works-bg.webp) 1x, url(../images/top-works-bg@2x.webp) 2x);
  background-image: image-set(url(../images/top-works-bg.webp) 1x, url(../images/top-works-bg@2x.webp) 2x);
}
@media (max-width: 768px) {
  .top-works {
    background: url(../images/top-works-bg_sp.webp) no-repeat top center/cover;
    background-image: -webkit-image-set(url(../images/top-works-bg_sp.webp) 1x, url(../images/top-works-bg_sp@2x.webp) 2x);
    background-image: image-set(url(../images/top-works-bg_sp.webp) 1x, url(../images/top-works-bg_sp@2x.webp) 2x);
  }
}
.top-works::after {
  content: "";
  max-width: clamp(24.25rem, -2.2247458002rem + 55.0839964633vw, 63.1875rem);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/top-works-deco.webp) no-repeat right top/cover;
  background-image: -webkit-image-set(url(../images/top-works-deco.webp) 1x, url(../images/top-works-deco@2x.webp) 2x);
  background-image: image-set(url(../images/top-works-deco.webp) 1x, url(../images/top-works-deco@2x.webp) 2x);
}
@media (max-width: 768px) {
  .top-works::after {
    max-width: 238px;
    height: 246px;
    background: url(../images/top-works-deco_sp.webp) no-repeat center center/cover;
    background-image: -webkit-image-set(url(../images/top-works-deco_sp.webp) 1x, url(../images/top-works-deco_sp@2x.webp) 2x);
    background-image: image-set(url(../images/top-works-deco_sp.webp) 1x, url(../images/top-works-deco_sp@2x.webp) 2x);
  }
}
.top-works_pos {
  margin-top: clamp(3.4375rem, -2.4553571429rem + 21.4285714286vw, 10.9375rem);
}
.top-works__inner {
  position: relative;
  z-index: 1;
  padding-top: clamp(4.5rem, 3.0267857143rem + 5.3571428571vw, 7.3125rem);
  padding-bottom: calc(clamp(-5rem, -5.5868902439rem + 2.1341463415vw, -4.5625rem) * -1);
}
.top-works__title {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(2rem, 0.4285714286rem + 5.7142857143vw, 4rem);
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.top-works__title::first-letter {
  color: var(--main);
}
.top-works__text {
  font-size: clamp(1.5rem, 1.1071428571rem + 1.4285714286vw, 2rem);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  --ls: 0;
  margin-top: clamp(1.4375rem, 1.0773809524rem + 1.3095238095vw, 2.125rem);
}
.top-works__swiper {
  margin-top: clamp(4.6875rem, 4.3521341463rem + 1.2195121951vw, 4.9375rem);
}
.top-works__slide {
  max-width: clamp(14.114375rem, 8.5300551471rem + 20.3066176471vw, 31.375rem);
}
.top-works__img {
  height: 100%;
  aspect-ratio: 502/373;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-works__nav {
  max-width: 1340px;
  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;
  position: absolute;
  top: calc(50% + clamp(0.625rem, 0.5845588235rem + 0.1470588235vw, 0.75rem));
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  padding: 0 clamp(1.125rem, 0.8823529412rem + 0.8823529412vw, 1.875rem);
}
.top-works__prev, .top-works__next {
  width: clamp(2.375rem, 1.3639705882rem + 3.6764705882vw, 5.5rem);
  height: inherit;
  aspect-ratio: 1/1;
  position: static;
}
.top-works__prev::after, .top-works__next::after {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}
.top-works__prev {
  left: 0;
}
.top-works__prev::after {
  background-image: url(../images/icon-swiper-prev.svg);
}
.top-works__next {
  right: 0;
}
.top-works__next::after {
  background-image: url(../images/icon-swiper-next.svg);
}
.top-works__more {
  margin-top: clamp(1.8125rem, 1.4771341463rem + 1.2195121951vw, 2.0625rem);
  margin-inline: auto;
}

.top-recruit {
  background: -webkit-linear-gradient(190.65deg, #4242ff 43.29%, #282899 99.31%);
  background: linear-gradient(259.35deg, #4242ff 43.29%, #282899 99.31%);
}
.top-recruit__inner {
  max-width: 1520px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding: 108px 30px 73px;
}
@media (max-width: 768px) {
  .top-recruit__inner {
    padding: 111px clamp(1.1875rem, 0.2652439024rem + 3.3536585366vw, 1.875rem) 72px;
  }
}
.top-recruit__body {
  max-width: 1403px;
  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: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .top-recruit__body {
    -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;
  }
}
.top-recruit__box {
  max-width: 875px;
  width: 100%;
  color: var(--base);
}
@media (max-width: 768px) {
  .top-recruit__box {
    display: contents;
  }
}
@media (max-width: 768px) {
  .top-recruit__sp-box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.top-recruit__title {
  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;
  row-gap: clamp(1.4375rem, 1.2983900145rem + 0.2894356006vw, 1.5625rem);
}
.top-recruit__jp {
  font-size: clamp(1.25rem, 0.4153400868rem + 1.7366136035vw, 2rem);
  font-weight: 500;
  --ls: 0;
}
.top-recruit__en {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(2.5rem, 0.8306801737rem + 3.4732272069vw, 4rem);
  font-weight: bold;
}
@media (max-width: 768px) {
  .top-recruit__en {
    font-size: clamp(2rem, 1.3292682927rem + 2.4390243902vw, 2.5rem);
  }
}
.top-recruit__subtitle {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.5rem, 0.3871201158rem + 2.3154848046vw, 2.5rem);
  font-weight: bold;
  line-height: 1.45;
  margin-top: clamp(1.5625rem, 0.5191751085rem + 2.1707670043vw, 2.5rem);
}
@media (max-width: 768px) {
  .top-recruit__subtitle {
    margin-top: 25px;
  }
}
.top-recruit__text {
  max-width: 810px;
  font-size: clamp(0.9375rem, 0.5897250362rem + 0.7235890014vw, 1.25rem);
  font-weight: 500;
  line-height: 1.85;
  --ls: 0;
  white-space: pre-line;
  margin-top: clamp(2.1875rem, 0.7964001447rem + 2.8943560058vw, 3.4375rem);
}
@media (max-width: 768px) {
  .top-recruit__text {
    font-size: 1rem;
    line-height: 2.3125;
    margin-top: clamp(1.9375rem, 1.6021341463rem + 1.2195121951vw, 2.1875rem);
  }
}
.top-recruit__more {
  margin-top: clamp(2.1875rem, 1.1441751085rem + 2.1707670043vw, 3.125rem);
  margin-right: 30px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .top-recruit__more {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: clamp(2rem, 1.7484756098rem + 0.9146341463vw, 2.1875rem);
    margin-right: auto;
  }
}
.top-recruit__img {
  max-width: clamp(16.6875rem, -0.4161585366rem + 62.1951219512vw, 29.4375rem);
  width: 100%;
  margin-top: 9px;
}
@media (max-width: 768px) {
  .top-recruit__img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: clamp(2rem, 1.3292682927rem + 2.4390243902vw, 2.5rem);
  }
}

.top-company_pos {
  margin-top: clamp(4.875rem, 3.5982142857rem + 4.6428571429vw, 6.5rem);
}
.top-company__inner {
  max-width: 1277px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 107px;
}
@media (max-width: 768px) {
  .top-company__inner {
    padding: 0 clamp(0.9375rem, -0.3201219512rem + 4.5731707317vw, 1.875rem) clamp(3.5rem, 0.9955357143rem + 9.1071428571vw, 6.6875rem);
  }
}
.top-company__title {
  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: clamp(0.8125rem, 0.4196428571rem + 1.4285714286vw, 1.5625rem);
}
.top-company__jp {
  font-size: clamp(1.25rem, 0.8571428571rem + 1.4285714286vw, 2rem);
  font-weight: 500;
  --ls: 0;
}
.top-company__en {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.5rem, 0.1904761905rem + 4.7619047619vw, 4rem);
  font-weight: bold;
}
.top-company__en::first-letter {
  color: var(--main);
}
.top-company__body {
  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: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: clamp(3.625rem, 2.2835365854rem + 4.8780487805vw, 4.625rem);
}
@media (max-width: 768px) {
  .top-company__body {
    -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.8125rem, -0.612804878rem + 5.1829268293vw, 1.875rem);
  }
}
.top-company__outline {
  max-width: 549px;
  width: 100%;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .top-company__outline {
    margin-top: 0;
  }
}
.top-company__dl {
  display: grid;
  grid-template-columns: clamp(6.4375rem, 2.6752690802rem + 7.8277886497vw, 8.9375rem) 1fr;
  row-gap: calc(clamp(-1.4625rem, -1.5574404762rem + 0.3452380952vw, -1.28125rem) * -1);
  font-size: clamp(1rem, 0.869047619rem + 0.4761904762vw, 1.25rem);
  font-weight: 500;
  line-height: 1.75;
  --ls: 0;
}
@media (max-width: 768px) {
  .top-company__dl {
    grid-template-columns: clamp(6.4375rem, 3.0838414634rem + 12.1951219512vw, 8.9375rem) 1fr;
  }
}
.top-company__dt {
  font-weight: 500;
  border-bottom: 2px solid var(--main);
  padding-bottom: calc(clamp(-0.4375rem, -0.568452381rem + 0.4761904762vw, -0.1875rem) * -1);
}
@media (max-width: 768px) {
  .top-company__dt {
    padding-left: 5px;
  }
}
.top-company__dd {
  border-bottom: 2px solid #d2e000;
  padding-bottom: calc(clamp(-0.4375rem, -0.568452381rem + 0.4761904762vw, -0.1875rem) * -1);
  padding-left: clamp(1.25rem, -0.0667808219rem + 2.7397260274vw, 2.125rem);
}
@media (max-width: 768px) {
  .top-company__dd {
    padding-left: clamp(1.875rem, -1.0594512195rem + 10.6707317073vw, 4.0625rem);
  }
}
@media (max-width: 439px) {
  .top-company__dd {
    padding-left: clamp(0.9375rem, -8.6778846154rem + 38.4615384615vw, 1.875rem);
  }
}
.top-company__br {
  display: none;
}
@media (max-width: 1150px) {
  .top-company__br {
    display: block;
  }
}
@media (max-width: 768px) {
  .top-company__br {
    display: none;
  }
}
@media (max-width: 500px) {
  .top-company__br {
    display: block;
  }
}
.top-company__insta {
  max-width: 40px;
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  margin-top: 36px;
  margin-inline: auto;
}
.top-company__map {
  max-width: 605px;
  width: 100%;
}
.top-company__gmap {
  width: 100%;
  height: clamp(17.5rem, 5.2591463415rem + 44.512195122vw, 26.625rem);
}
.top-company__more {
  margin-top: clamp(2.125rem, 1.7057926829rem + 1.5243902439vw, 2.4375rem);
  margin-inline: auto;
}

/*###################################################################
  service（page）
###################################################################*/
.service1 {
  position: relative;
  background: url(../images/service-bg.webp) no-repeat top center/cover;
  background-image: -webkit-image-set(url(../images/service-bg.webp) 1x, url(../images/service-bg@2x.webp) 2x);
  background-image: image-set(url(../images/service-bg.webp) 1x, url(../images/service-bg@2x.webp) 2x);
}
.service1::after {
  content: "";
  width: 21.5104166667%;
  aspect-ratio: 413/427;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/top-mv-deco.webp) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/top-mv-deco.webp) 1x, url(../images/top-mv-deco@2x.webp) 2x);
  background-image: image-set(url(../images/top-mv-deco.webp) 1x, url(../images/top-mv-deco@2x.webp) 2x);
}
@media (max-width: 768px) {
  .service1::after {
    width: 54.0909090909%;
  }
}
.service1__inner {
  max-width: 1286px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding: 134px 30px 129px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .service1__inner {
    padding: clamp(4.375rem, 2.5568181818rem + 7.2727272727vw, 8.375rem) clamp(0.9375rem, -0.0815217391rem + 4.0760869565vw, 1.875rem) clamp(7.5rem, 7.2727272727rem + 0.9090909091vw, 8rem);
  }
}
.service1__item {
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media (max-width: 900px) {
  .service1__item {
    -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: 30px;
  }
}
.service1__item_odd {
  max-width: 1283px;
  margin-left: auto;
}
.service1__item_even {
  max-width: 1221px;
  -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: 900px) {
  .service1__item_even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service1__item_2 {
  margin-top: clamp(3.75rem, 2.0170454545rem + 6.9318181818vw, 7.5625rem);
}
.service1__item_3 {
  margin-top: clamp(3.75rem, 1.1079545455rem + 10.5681818182vw, 9.5625rem);
}
.service1__item_4 {
  margin-top: clamp(3.75rem, 1.7045454545rem + 8.1818181818vw, 8.25rem);
}
.service1__box {
  width: 100%;
  margin-top: clamp(0rem, -1.1886543536rem + 2.110817942vw, 0.5rem);
}
.service1__box_odd {
  max-width: 714px;
}
.service1__box_even {
  max-width: 659px;
}
.service1__title {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.75rem, 1.1818181818rem + 2.2727272727vw, 3rem);
  font-weight: bold;
  line-height: 1;
}
.service1__title::first-letter {
  color: var(--accent);
}
.service1__text {
  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.25rem, 0.6818181818rem + 2.2727272727vw, 2.5rem);
  font-size: clamp(1rem, 0.8863636364rem + 0.4545454545vw, 1.25rem);
  line-height: 1.6;
  white-space: pre-line;
}
.service1__text_odd {
  margin-top: clamp(1.875rem, 1.2784090909rem + 2.3863636364vw, 3.1875rem);
}
.service1__text_even {
  margin-top: clamp(1.875rem, 1.5340909091rem + 1.3636363636vw, 2.625rem);
}
.service1__img {
  max-width: 536px;
  width: 100%;
  position: relative;
}
.service1__en {
  position: absolute;
  bottom: 0;
  right: 10px;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Lato", sans-serif;
  font-size: clamp(2.375rem, 0.889182058rem + 2.6385224274vw, 3rem);
  font-weight: 900;
  line-height: 1.125;
  text-transform: uppercase;
}
.service1__en_3 {
  bottom: 4px;
  right: inherit;
  left: 16px;
  font-size: clamp(2.375rem, 2.0778364116rem + 0.5277044855vw, 2.5rem);
}

/*###################################################################
  company（page）
###################################################################*/
.company-c__bg {
  background: url(../images/company-bg.webp) no-repeat top center/cover;
  background-image: -webkit-image-set(url(../images/company-bg.webp) 1x, url(../images/company-bg@2x.webp) 2x);
  background-image: image-set(url(../images/company-bg.webp) 1x, url(../images/company-bg@2x.webp) 2x);
}
.company-c__gmap {
  width: 100%;
  height: clamp(23.4375rem, 17.7556818182rem + 22.7272727273vw, 35.9375rem);
}

.company1__inner {
  max-width: 1226px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 89px;
}
@media (max-width: 768px) {
  .company1__inner {
    padding: 89px clamp(0.9375rem, -0.0815217391rem + 4.0760869565vw, 1.875rem) 0;
  }
}
.company1__col {
  max-width: 1139px;
  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: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: clamp(2.5rem, 0.7916666667rem + 6.8333333333vw, 5.0625rem);
}
@media (max-width: 768px) {
  .company1__col {
    -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: 30px;
  }
}
.company1__text {
  max-width: 744px;
  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: 40px;
  font-size: 20px;
  row-gap: clamp(1.25rem, 0.6617647059rem + 2.3529411765vw, 2.5rem);
  font-size: clamp(1rem, 0.8823529412rem + 0.4705882353vw, 1.25rem);
  line-height: 1.6;
  white-space: pre-line;
}
.company1__group {
  max-width: 332px;
  width: 100%;
}
.company1__name-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  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-weight: 500;
  line-height: 1;
  margin-top: 21px;
  margin-inline: auto;
}
.company1__job {
  font-size: 2rem;
}
.company1__name {
  color: var(--main);
  font-size: 2.5rem;
}

.company2_pos {
  margin-top: clamp(4.375rem, 1.625rem + 11vw, 8.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.0815217391rem + 4.0760869565vw, 1.875rem);
  }
}
.company2__subtitle {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.3125rem, 0.6875rem + 2.5vw, 2.25rem);
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  margin-top: clamp(2.5rem, 2.2083333333rem + 1.1666666667vw, 2.9375rem);
}
.company2__accent {
  color: var(--accent);
  font-size: clamp(1.625rem, 1.0416666667rem + 2.3333333333vw, 2.5rem);
}
.company2__text {
  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: 40px;
  font-size: 20px;
  row-gap: clamp(1rem, 0.5rem + 2vw, 1.75rem);
  font-size: clamp(1rem, 0.8333333333rem + 0.6666666667vw, 1.25rem);
  line-height: 1.6;
  text-align: center;
  white-space: pre-line;
  margin-top: 32px;
}

.company3__bg {
  position: relative;
}
.company3__bg::after {
  content: "";
  width: 21.5104166667%;
  aspect-ratio: 413/427;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: url(../images/top-mv-deco.webp) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/top-mv-deco.webp) 1x, url(../images/top-mv-deco@2x.webp) 2x);
  background-image: image-set(url(../images/top-mv-deco.webp) 1x, url(../images/top-mv-deco@2x.webp) 2x);
}
@media (max-width: 768px) {
  .company3__bg::after {
    width: 54.0909090909%;
  }
}
.company3_pos {
  margin-top: clamp(4.375rem, 3.3333333333rem + 4.1666666667vw, 5.9375rem);
}
.company3__inner {
  max-width: 1241px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
  padding-bottom: 106px;
}
@media (max-width: 768px) {
  .company3__inner {
    padding: 0 clamp(0.9375rem, -0.0815217391rem + 4.0760869565vw, 1.875rem) 106px;
  }
}
.company3__col {
  max-width: 1194px;
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-top: clamp(3.125rem, 1.7897727273rem + 5.3409090909vw, 6.0625rem);
  margin-left: auto;
}
@media (max-width: 900px) {
  .company3__col {
    -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: 40px;
  }
}
.company3__dl {
  max-width: 593px;
  width: 100%;
  display: grid;
  grid-template-columns: clamp(8.75rem, -0.1649076517rem + 15.8311345646vw, 12.5rem) 1fr;
  row-gap: clamp(1.125rem, 0.625rem + 2vw, 1.75rem);
}
@media (max-width: 900px) {
  .company3__dl {
    grid-template-columns: clamp(9.25rem, 6.65rem + 10.4vw, 12.5rem) 1fr;
  }
}
.company3__dt {
  max-width: clamp(7.875rem, 2.2288918206rem + 10.0263852243vw, 10.25rem);
  height: clamp(2.625rem, 2.125rem + 2vw, 3.25rem);
  display: grid;
  place-items: center;
  background-color: var(--main);
  color: var(--base);
  font-size: clamp(1rem, 0.8863636364rem + 0.4545454545vw, 1.25rem);
  font-weight: bold;
}
@media (max-width: 900px) {
  .company3__dt {
    max-width: clamp(7.75rem, 5.75rem + 8vw, 10.25rem);
  }
}
.company3__dd {
  font-size: clamp(1rem, 0.7727272727rem + 0.9090909091vw, 1.5rem);
  font-weight: 500;
  line-height: 1.82;
  white-space: pre-line;
  padding-top: 7px;
}
.company3__dd_pt0 {
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
  padding-top: 0;
}
@media (max-width: 900px) {
  .company3__br {
    display: none;
  }
}
@media (max-width: 600px) {
  .company3__br {
    display: block;
  }
}
.company3__img {
  max-width: 522px;
  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: clamp(1.875rem, 0.925rem + 3.8vw, 3.0625rem);
  margin-top: 10px;
}
@media (max-width: 900px) {
  .company3__img {
    margin-top: 0;
  }
}

/*###################################################################
  works（page）
###################################################################*/
.works1 {
  position: relative;
  background: url(../images/works-bg.webp) no-repeat top center/cover;
  background-image: -webkit-image-set(url(../images/works-bg.webp) 1x, url(../images/works-bg@2x.webp) 2x);
  background-image: image-set(url(../images/works-bg.webp) 1x, url(../images/works-bg@2x.webp) 2x);
}
.works1::after {
  content: "";
  width: 21.5104166667%;
  aspect-ratio: 413/427;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: url(../images/top-mv-deco.webp) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/top-mv-deco.webp) 1x, url(../images/top-mv-deco@2x.webp) 2x);
  background-image: image-set(url(../images/top-mv-deco.webp) 1x, url(../images/top-mv-deco@2x.webp) 2x);
}
@media (max-width: 768px) {
  .works1::after {
    width: 54.0909090909%;
  }
}
.works1__inner {
  max-width: 1271px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding: 120px 30px 233px;
}
@media (max-width: 1000px) {
  .works1__inner {
    padding: clamp(4.375rem, 2.2916666667rem + 8.3333333333vw, 7.5rem) clamp(0.9375rem, -0.0815217391rem + 4.0760869565vw, 1.875rem) clamp(9.375rem, 5.9166666667rem + 13.8333333333vw, 14.5625rem);
  }
}
@media (max-width: 768px) {
  .works1__inner {
    max-width: 650px;
  }
}
.works1__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.9375rem, 0.1664438503rem + 1.6042780749vw, 1.5rem) clamp(0.9375rem, -0.2619206774rem + 2.495543672vw, 1.8125rem);
}
@media (max-width: 768px) {
  .works1__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.works1__item {
  overflow: hidden;
}
.works1__img {
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (hover: hover) and (pointer: fine) {
  .works1__link:hover .works1__img, .works1__link:focus .works1__img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .works1__img {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
}
/*###################################################################
  recruit（page）
###################################################################*/
.recruit-c {
  position: relative;
}
.recruit-c::after {
  content: "";
  width: 21.5104166667%;
  aspect-ratio: 413/427;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: url(../images/top-mv-deco.webp) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/top-mv-deco.webp) 1x, url(../images/top-mv-deco@2x.webp) 2x);
  background-image: image-set(url(../images/top-mv-deco.webp) 1x, url(../images/top-mv-deco@2x.webp) 2x);
}
@media (max-width: 768px) {
  .recruit-c::after {
    width: 54.0909090909%;
  }
}
.recruit-c__bg {
  background: url(../images/recruit-bg.webp) no-repeat top center/cover;
  background-image: -webkit-image-set(url(../images/recruit-bg.webp) 1x, url(../images/recruit-bg@2x.webp) 2x);
  background-image: image-set(url(../images/recruit-bg.webp) 1x, url(../images/recruit-bg@2x.webp) 2x);
}

.recruit1__outer {
  max-width: 1920px;
  margin-inline: auto;
  padding-top: 122px;
  padding-left: 30px;
}
@media (max-width: 1000px) {
  .recruit1__outer {
    padding: clamp(4.375rem, 2.2083333333rem + 8.6666666667vw, 7.625rem) clamp(0.9375rem, -0.0815217391rem + 4.0760869565vw, 1.875rem) 0;
  }
}
.recruit1__body {
  max-width: 1604px;
  margin-left: auto;
}
.recruit1__title {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.75rem, 1.359375rem + 1.5625vw, 3rem);
  font-weight: bold;
  line-height: 1.75;
}
.recruit1__col {
  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: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-top: calc(clamp(1.0625rem, 0.84765625rem + 0.859375vw, 1.75rem) * -1);
}
@media (max-width: 1000px) {
  .recruit1__col {
    -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: clamp(1.875rem, 1.4583333333rem + 1.6666666667vw, 2.5rem);
  }
}
.recruit1__text {
  max-width: 744px;
  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: 40px;
  font-size: 20px;
  row-gap: clamp(1.25rem, 0.6818181818rem + 2.2727272727vw, 2.5rem);
  font-size: clamp(1rem, 0.8863636364rem + 0.4545454545vw, 1.25rem);
  line-height: 1.6;
  white-space: pre-line;
  margin-top: 75px;
}
@media (max-width: 1000px) {
  .recruit1__text {
    margin-top: 0;
  }
}
.recruit1__img {
  max-width: 815px;
  width: 100%;
}

.recruit2 {
  position: relative;
  z-index: 1;
}
.recruit2_pos {
  margin-top: clamp(4.375rem, 1.7083333333rem + 10.6666666667vw, 8.375rem);
}
.recruit2__inner {
  max-width: 867px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 125px;
}
@media (max-width: 768px) {
  .recruit2__inner {
    padding: 0 clamp(0.9375rem, -0.0815217391rem + 4.0760869565vw, 1.875rem) 125px;
  }
}
.recruit2__text {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.25rem, 0.9782608696rem + 1.0869565217vw, 1.5rem);
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  white-space: pre-line;
  margin-top: 64px;
  padding-bottom: 40px;
}
.recruit2__dl {
  display: grid;
  grid-template-columns: clamp(8.125rem, 7.1590909091rem + 3.8636363636vw, 10.25rem) 1fr;
  row-gap: 28px;
  margin-top: 64px;
}
.recruit2__dt {
  display: grid;
  place-items: center;
  background-color: var(--main);
  color: var(--base);
  font-size: clamp(1rem, 0.8863636364rem + 0.4545454545vw, 1.25rem);
  font-weight: bold;
  line-height: 1.75;
}
.recruit2__dd {
  background-color: var(--base);
  font-size: clamp(0.9375rem, 0.6818181818rem + 1.0227272727vw, 1.5rem);
  font-weight: 500;
  line-height: 1.75;
  white-space: pre-line;
  padding: 5px 10px 5px clamp(0.625rem, -0.1136363636rem + 2.9545454545vw, 2.25rem);
}
.recruit2__contact {
  max-width: 356px;
  width: 100%;
  height: 68px;
  display: grid;
  place-items: center;
  background-color: var(--main);
  color: var(--base);
  font-size: clamp(1.125rem, 1.0416666667rem + 0.3333333333vw, 1.25rem);
  font-weight: bold;
  margin-top: clamp(3.4375rem, 1.9602272727rem + 5.9090909091vw, 6.6875rem);
  margin-inline: auto;
}

@media (hover: hover) and (pointer: fine) {
  .recruit2__contact {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .recruit2__contact:hover, .recruit2__contact:focus {
    background-color: var(--accent);
  }
}
/*###################################################################
  contact（page）
###################################################################*/
.contact1 {
  position: relative;
  background: url(../images/contact-bg.webp) no-repeat top center/cover;
  background-image: -webkit-image-set(url(../images/contact-bg.webp) 1x, url(../images/contact-bg@2x.webp) 2x);
  background-image: image-set(url(../images/contact-bg.webp) 1x, url(../images/contact-bg@2x.webp) 2x);
}
.contact1::after {
  content: "";
  width: 21.5104166667%;
  aspect-ratio: 413/427;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/top-mv-deco.webp) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/top-mv-deco.webp) 1x, url(../images/top-mv-deco@2x.webp) 2x);
  background-image: image-set(url(../images/top-mv-deco.webp) 1x, url(../images/top-mv-deco@2x.webp) 2x);
}
@media (max-width: 768px) {
  .contact1::after {
    width: 54.0909090909%;
  }
}
.contact1__inner {
  max-width: 1146px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding: 104px 30px 186px;
}
@media (max-width: 1000px) {
  .contact1__inner {
    padding: clamp(4.375rem, 2.9583333333rem + 5.6666666667vw, 6.5rem) clamp(0.9375rem, -0.0815217391rem + 4.0760869565vw, 1.875rem) 186px;
  }
}
.contact1__text {
  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: 10px;
  font-size: clamp(1rem, 0.8863636364rem + 0.4545454545vw, 1.25rem);
  line-height: 1.6;
  text-align: center;
  white-space: pre-line;
  margin-top: clamp(3.125rem, 2.25rem + 3.5vw, 4.4375rem);
}
@media (max-width: 600px) {
  .contact1__text {
    text-align: left;
  }
}
.contact1__form-wrapper {
  margin-top: 61px;
}

.form__main {
  max-width: 1007px;
  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: 28px;
  position: relative;
  z-index: 1;
}
.form__paragraph {
  display: grid;
  grid-template-columns: clamp(12.5rem, 4.6713426854rem + 20.8416833667vw, 19rem) 1fr;
}
@media (max-width: 600px) {
  .form__paragraph {
    grid-template-columns: 1fr;
  }
}
.form__title {
  height: clamp(2.8125rem, 1.9375rem + 3.5vw, 3.25rem);
  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;
  background-color: var(--main);
  font-weight: bold;
  line-height: 1;
  padding-left: 18px;
}
.form__title_message {
  height: clamp(13rem, 4rem + 36vw, 17.5rem);
}
@media (max-width: 600px) {
  .form__title_message {
    height: clamp(2.8125rem, 1.9375rem + 3.5vw, 3.25rem);
  }
}
.form__label {
  color: var(--base);
  font-size: clamp(1rem, 0.8571428571rem + 0.5714285714vw, 1.25rem);
}
.form__required {
  color: #eeff00;
  font-size: 0.9375rem;
}
.form__input {
  width: 100%;
  height: 100%;
  background-color: var(--base);
  font-size: clamp(1rem, 0.9285714286rem + 0.2857142857vw, 1.125rem);
  border: 1px solid #d9d9d9;
  padding-left: clamp(0.9375rem, 0.1875rem + 3vw, 2.25rem);
}
@media (max-width: 600px) {
  .form__input {
    height: clamp(2.8125rem, 1.9375rem + 3.5vw, 3.25rem);
  }
}
.form__input::-webkit-input-placeholder {
  color: #ccc;
  font-size: clamp(1rem, 0.7142857143rem + 1.1428571429vw, 1.5rem);
  line-height: 1.6;
}
.form__input::-moz-placeholder {
  color: #ccc;
  font-size: clamp(1rem, 0.7142857143rem + 1.1428571429vw, 1.5rem);
  line-height: 1.6;
}
.form__input:-ms-input-placeholder {
  color: #ccc;
  font-size: clamp(1rem, 0.7142857143rem + 1.1428571429vw, 1.5rem);
  line-height: 1.6;
}
.form__input::-ms-input-placeholder {
  color: #ccc;
  font-size: clamp(1rem, 0.7142857143rem + 1.1428571429vw, 1.5rem);
  line-height: 1.6;
}
.form__input::placeholder {
  color: #ccc;
  font-size: clamp(1rem, 0.7142857143rem + 1.1428571429vw, 1.5rem);
  line-height: 1.6;
}
.form__input_message {
  resize: vertical;
  padding: 15px;
}
@media (max-width: 600px) {
  .form__input_message {
    height: 280px;
  }
}
.form__button-wrapper {
  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: 5px;
  position: relative;
  z-index: 1;
  margin-top: clamp(2.5rem, -0.5rem + 12vw, 4rem);
}
.form__action-button {
  width: 356px;
  height: 68px;
  background-color: var(--main);
  color: var(--base);
  font-size: 1.25rem;
  text-align: center;
  vertical-align: middle;
}
.form[data-status=sent] .form__button-wrapper {
  display: none;
}
.form .wpcf7-response-output {
  position: relative;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .form .form__action-button {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .form .form__action-button:hover, .form .form__action-button:focus {
    background-color: var(--accent);
  }
}

/*###################################################################
  news（page）
###################################################################*/
.news-list_pos {
  margin-top: clamp(5rem, -0.5658284024rem + 20.7100591716vw, 9.375rem);
}
.news-list__inner {
  max-width: 1000px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .news-list__inner {
    padding: 0 clamp(0.9375rem, -0.625rem + 5.2083333333vw, 1.875rem) 150px;
  }
}
@media (max-width: 600px) {
  .news-list__inner {
    max-width: 400px;
  }
}
.news-list__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: clamp(1.875rem, -0.3571428571rem + 5.9523809524vw, 2.5rem);
  margin-top: 100px;
}
@media (max-width: 600px) {
  .news-list__items {
    row-gap: 50px;
    margin-top: 50px;
  }
}
.news-list__post-link {
  display: grid;
  grid-template-columns: clamp(11.25rem, -4.375rem + 41.6666666667vw, 15.625rem) 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(0.9375rem, -2.4107142857rem + 8.9285714286vw, 1.875rem);
     -moz-column-gap: clamp(0.9375rem, -2.4107142857rem + 8.9285714286vw, 1.875rem);
          column-gap: clamp(0.9375rem, -2.4107142857rem + 8.9285714286vw, 1.875rem);
  background-color: var(--base);
  border: 1px solid #75778d;
}
@media (max-width: 600px) {
  .news-list__post-link {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
.news-list__thumbnail {
  max-width: 300px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 600px) {
  .news-list__thumbnail {
    max-width: 100%;
  }
}
.news-list__thumbnail img {
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list__text-box {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 600px) {
  .news-list__text-box {
    padding-top: 0;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
  }
}
.news-list__date {
  display: block;
  color: var(--main);
  font-size: 1.25rem;
  line-height: 1.75;
}
.news-list__post-title {
  font-size: clamp(1.125rem, 0.6785714286rem + 1.1904761905vw, 1.25rem);
  line-height: 1.75;
  text-align: start;
  word-break: break-all;
  padding-right: 15px;
}
@media (max-width: 600px) {
  .news-list__post-title {
    padding-right: 0;
  }
}
.news-list__no-post {
  height: 200px;
  display: grid;
  place-items: center;
  background-color: var(--main);
  color: var(--base);
  font-size: 1.25rem;
  font-weight: 500;
}
.news-list__pagination {
  font-size: 1.25rem;
  margin-top: 150px;
}
@media (max-width: 768px) {
  .news-list__pagination {
    margin-top: 80px;
  }
}
.news-list__pagination ul.page-numbers {
  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;
  gap: clamp(1.125rem, -0.875rem + 8vw, 2.125rem);
  margin-inline: auto;
}
.news-list__pagination ul.page-numbers li {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.news-list__pagination ul.page-numbers li .page-numbers {
  --spacing: 0;
}
.news-list__pagination .page-numbers.current {
  color: var(--main);
}

@media (hover: hover) and (pointer: fine) {
  .news-list__post-link {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .news-list__post-link:hover .news-list__thumbnail img, .news-list__post-link:focus .news-list__thumbnail img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .news-list__post-link:hover .news-list__post-title, .news-list__post-link:focus .news-list__post-title {
    color: var(--main);
    text-decoration: underline;
  }
  .news-list__thumbnail img {
    -webkit-transition: -webkit-transform ease 0.4s;
    transition: -webkit-transform ease 0.4s;
    transition: transform ease 0.4s;
    transition: transform ease 0.4s, -webkit-transform ease 0.4s;
  }
  .news-list__post-title {
    -webkit-transition: color ease 0.4s;
    transition: color ease 0.4s;
    -webkit-text-decoration-color: var(--main);
            text-decoration-color: var(--main);
  }
  .news-list__pagination a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .news-list__pagination a:hover, .news-list__pagination a:focus {
    opacity: 0.7;
  }
}
.news-post_pos {
  margin-top: clamp(5rem, -0.5658284024rem + 20.7100591716vw, 9.375rem);
}
.news-post__inner {
  max-width: 840px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .news-post__inner {
    padding: 0 clamp(0.9375rem, -0.625rem + 5.2083333333vw, 1.875rem) 150px;
  }
}
.news-post__bg {
  background-color: var(--base);
  border: 1px solid #75778d;
  padding: 50px 20px 100px;
}
@media (max-width: 768px) {
  .news-post__bg {
    padding: 50px clamp(0.9375rem, -0.625rem + 5.2083333333vw, 1.875rem) 100px;
  }
}
.news-post__date {
  display: block;
  color: var(--main);
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .news-post__date {
    font-size: 1.125rem;
  }
}
.news-post__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.75;
  word-break: break-all;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .news-post__title {
    font-size: 1.375rem;
    margin-top: 10px;
  }
}
.news-post__thumbnail {
  margin-top: 40px;
}
.news-post__editor {
  margin-top: 40px;
}

.news-post-pager {
  background-color: var(--base);
  border: 1px solid #75778d;
}
.news-post-pager_pos {
  max-width: 840px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .news-post-pager_pos {
    margin-top: 60px;
  }
}
.news-post-pager__nav {
  height: 70px;
  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;
  color: var(--main);
  font-size: clamp(1rem, 0.1071428571rem + 3.8095238095vw, 1.25rem);
  font-weight: 500;
  padding-right: clamp(0rem, -4.4642857143rem + 19.0476190476vw, 1.25rem);
  padding-left: clamp(0rem, -4.4642857143rem + 19.0476190476vw, 1.25rem);
}
.news-post-pager__link {
  --spacing: 0;
}
.news-post-pager__blank {
  min-width: 106px;
  min-width: clamp(5.4375rem, 0.5267857143rem + 20.9523809524vw, 6.8125rem);
}

@media (hover: hover) and (pointer: fine) {
  .news-post-pager__link {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .news-post-pager__link:hover, .news-post-pager__link:focus {
    opacity: 0.7;
  }
}
/*###################################################################
  page-404（page）
###################################################################*/
.page-404_pos {
  margin-top: clamp(5rem, 2.0833333333rem + 11.6666666667vw, 9.375rem);
}
.page-404__inner {
  max-width: 1000px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .page-404__inner {
    padding: 0 clamp(0.9375rem, -0.0815217391rem + 4.0760869565vw, 1.875rem) 120px;
  }
}
.page-404__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.75;
}
.page-404__text {
  line-height: 2;
  white-space: pre-line;
  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: 70px;
}
.page-404__button {
  width: 175px;
  height: 48px;
  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;
  font-weight: bold;
  border: 1px solid var(--text);
  margin-inline: auto;
}

@media (hover: hover) and (pointer: fine) {
  .page-404__button {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .page-404__button:hover, .page-404__button:focus {
    opacity: 0.7;
  }
}
/*###################################################################
  js-（js制御用）
###################################################################*/