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

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

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

[id] {
  scroll-margin-top: clamp(5.375rem, 3.655923994rem + 3.5767511177vw, 6.875rem);
}
@media (max-width: 768px) {
  [id] {
    scroll-margin-top: 60px;
  }
}

body {
  color: var(--text);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  line-height: 2.1875;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

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

/*###################################################################
  animation（共通設定）
###################################################################*/
/*----------------------------------
  mv-title
----------------------------------*/
@-webkit-keyframes mvTitle {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes mvTitle {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
/*###################################################################
  header（module）
###################################################################*/
.header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  color: var(--base);
  line-height: 1;
}
.header_sticky {
  position: fixed;
  background-color: rgba(187, 237, 255, 0.5);
  color: var(--text2);
}
.header_sticky .header__inner {
  padding-top: 0px;
}
@media (max-width: 768px) {
  .header_sticky .header__inner {
    padding-top: 5px;
  }
}
.header_sticky .header__menu {
  max-width: clamp(22.875rem, 6.9019187779rem + 33.2339791356vw, 36.8125rem);
}
.header_sticky .header__tel::before {
  background-color: var(--text2);
}
.header_sticky .header__mail {
  border: 1px solid var(--text2);
}
.header_sticky .header__mail::before, .header_sticky .header__mail::after {
  background-color: var(--text2);
}
.header_sticky .header__nav {
  margin-top: clamp(0.5rem, -0.0013971684rem + 1.043219076vw, 0.9375rem);
}
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: clamp(0.3125rem, -0.9768070045rem + 2.6825633383vw, 1.4375rem);
  padding-right: clamp(0.9375rem, 1.1523845007rem - 0.4470938897vw, 0.75rem);
  padding-bottom: clamp(0.625rem, 0.4817436662rem + 0.2980625931vw, 0.75rem);
  padding-left: clamp(0.9375rem, -0.5666915052rem + 3.129657228vw, 2.25rem);
}
@media (max-width: 768px) {
  .header__inner {
    padding: 5px clamp(0.4375rem, -0.0395992366rem + 2.0356234097vw, 0.9375rem) 12px clamp(0.625rem, 0.3268129771rem + 1.272264631vw, 0.9375rem);
  }
}
.header__logo-link {
  font-size: clamp(1.75rem, 0.5323211624rem + 2.5335320417vw, 2.8125rem);
  font-weight: 600;
}
@media (max-width: 768px) {
  .header__logo-link {
    font-size: clamp(1.25rem, 0.7729007634rem + 2.0356234097vw, 1.75rem);
  }
}
.header__logo-s {
  font-size: clamp(1.1625rem, 0.3459388972rem + 1.6989567809vw, 1.875rem);
}
@media (max-width: 768px) {
  .header__logo-s {
    font-size: clamp(1rem, 0.8449427481rem + 0.6615776081vw, 1.1625rem);
  }
}
.header__menu {
  max-width: clamp(22.875rem, 9.6954172876rem + 27.4217585693vw, 34.375rem);
  width: 100%;
  margin-top: 7px;
}
@media (max-width: 768px) {
  .header__menu {
    display: none;
  }
}
.header__contact {
  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;
}
.header__tel {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  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: clamp(0.375rem, -0.0547690015rem + 0.8941877794vw, 0.75rem);
     -moz-column-gap: clamp(0.375rem, -0.0547690015rem + 0.8941877794vw, 0.75rem);
          column-gap: clamp(0.375rem, -0.0547690015rem + 0.8941877794vw, 0.75rem);
  font-size: clamp(1.125rem, 0.265461997rem + 1.7883755589vw, 1.875rem);
  font-weight: 600;
}
.header__tel::before {
  content: "";
  min-width: clamp(1rem, 0.3553464978rem + 1.3412816692vw, 1.5625rem);
  aspect-ratio: 1/1;
  background-color: var(--base);
  -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;
}
.header__mail {
  max-width: clamp(12rem, 6.4130029806rem + 11.6244411326vw, 16.875rem);
  width: 100%;
  height: clamp(2.1875rem, 1.1130774963rem + 2.2354694486vw, 3.125rem);
  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: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
  font-size: clamp(0.875rem, 0.5884873323rem + 0.5961251863vw, 1.125rem);
  border: 1px solid var(--base);
  padding: clamp(0.875rem, 0.1587183308rem + 1.4903129657vw, 1.5rem);
  padding-left: clamp(0.875rem, 0.0870901639rem + 1.6393442623vw, 1.5625rem);
}
.header__mail::before, .header__mail::after {
  content: "";
  background-color: var(--base);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.header__mail::before {
  min-width: clamp(1.125rem, 0.6236028316rem + 1.043219076vw, 1.5625rem);
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../images/icon-mail.svg);
          mask-image: url(../images/icon-mail.svg);
}
.header__mail::after {
  min-width: clamp(2.25rem, 1.1039493294rem + 2.3845007452vw, 3.25rem);
  aspect-ratio: 52/14;
  -webkit-mask-image: url(../images/icon-mail-arrow.svg);
          mask-image: url(../images/icon-mail-arrow.svg);
}

@media (hover: hover) and (pointer: fine) {
  .header_sticky .header__tel:hover, .header_sticky .header__tel:focus {
    color: var(--base);
  }
  .header_sticky .header__tel:hover::before, .header_sticky .header__tel:focus::before {
    background-color: var(--base);
  }
  .header__tel {
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }
  .header__tel::before {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .header__tel:hover, .header__tel:focus {
    color: var(--text2);
  }
  .header__tel:hover::before, .header__tel:focus::before {
    background-color: var(--text2);
  }
  .header__mail {
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }
  .header__mail::before, .header__mail::after {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .header__mail:hover, .header__mail:focus {
    background-color: var(--base);
    color: var(--text2);
  }
  .header__mail:hover::before, .header__mail:hover::after, .header__mail:focus::before, .header__mail:focus::after {
    background-color: var(--text2);
  }
}
.header-nav {
  max-width: clamp(12.0625rem, -4.1970938897rem + 33.8301043219vw, 26.25rem);
  position: relative;
  margin-left: auto;
}
@media (max-width: 768px) {
  .header-nav {
    display: none;
  }
}
.header-nav_sticky {
  max-width: 561px;
  margin-left: inherit;
}
.header-nav_sticky .header-nav__items {
  max-width: 100%;
  position: static;
  margin-top: 0;
}
.header-nav_sticky .header-nav__link {
  font-size: clamp(0.875rem, 0.7317436662rem + 0.2980625931vw, 1rem);
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
  --ls: 0.1em;
}
.header-nav_sticky .header-nav__top {
  display: inline;
  letter-spacing: 0.1em;
}
.header-nav__items {
  max-width: 345px;
  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: clamp(0.9375rem, -4.5778688525rem + 11.4754098361vw, 5.75rem);
  left: 0;
}
.header-nav__link {
  font-size: clamp(0.9375rem, 0.7226154993rem + 0.4470938897vw, 1.125rem);
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  --ls: 0.2em;
}
.header-nav__top {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  letter-spacing: 8px;
}

@media (hover: hover) and (pointer: fine) {
  .header-nav_sticky .header-nav__link:hover, .header-nav_sticky .header-nav__link:focus {
    color: var(--base);
  }
  .header-nav__link {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .header-nav__link:hover, .header-nav__link:focus {
    color: var(--text2);
  }
}
/*###################################################################
  footer（module）
###################################################################*/
@media (max-width: 768px) {
  .footer {
    padding-bottom: 70px;
  }
}
.footer__2 {
  margin-top: clamp(4.5625rem, 2.3125rem + 9.6vw, 8.3125rem);
}
.footer__3 {
  margin-top: clamp(3.4375rem, 3.0200381679rem + 1.7811704835vw, 3.875rem);
}
.footer__4 {
  margin-top: clamp(2.875rem, 1.9208015267rem + 4.0712468193vw, 3.875rem);
}
.footer__copy {
  height: 70px;
  display: grid;
  place-items: center;
  background-color: var(--main);
  margin-top: clamp(1.8125rem, -0.2748091603rem + 8.9058524173vw, 4rem);
}

.footer1__inner {
  max-width: 1178px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .footer1__inner {
    padding: 0 clamp(1.25rem, 0.6536259542rem + 2.5445292621vw, 1.875rem);
  }
}
.footer1__body {
  max-width: 1114px;
  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-left: auto;
}
@media (max-width: 768px) {
  .footer1__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: 58px;
  }
}
.footer1__group1 {
  max-width: 429px;
  width: 100%;
}
.footer1__logo {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: block;
  color: var(--text2);
  font-size: clamp(2.125rem, 0.5277567976rem + 3.3232628399vw, 2.8125rem);
  font-weight: 600;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .footer1__logo {
    font-size: clamp(1.875rem, 1.6364503817rem + 1.0178117048vw, 2.125rem);
  }
}
.footer1__logo-s {
  font-size: clamp(1.625rem, 1.04418429rem + 1.2084592145vw, 1.875rem);
}
@media (max-width: 768px) {
  .footer1__logo-s {
    font-size: clamp(1.5rem, 1.3807251908rem + 0.5089058524vw, 1.625rem);
  }
}
.footer1__address {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: clamp(0.9375rem, 0.7294372294rem + 0.4329004329vw, 1rem);
  line-height: 1.625;
  margin-top: clamp(0.3125rem, -0.9398854962rem + 5.3435114504vw, 1.625rem);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .footer1__address {
    font-size: 1rem;
  }
}
.footer1__address-2 {
  width: 100%;
  display: inline-block;
  text-align: right;
}
@media (max-width: 768px) {
  .footer1__address-2 {
    text-align: left;
  }
}
.footer1__contact {
  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: 25px;
  margin-top: 44px;
}
.footer1__link {
  max-width: 270px;
  width: 100%;
  height: 50px;
  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;
  border: 1px solid var(--text2);
}
.footer1__link_tel {
  font-size: 1.5rem;
  padding-right: 29px;
  padding-left: 26px;
}
.footer1__link_tel::before {
  content: "";
  min-width: 22px;
  aspect-ratio: 1/1;
  background-color: var(--text2);
  -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;
}
.footer1__link_mail {
  font-size: 1.125rem;
  padding: 0 24px;
}
.footer1__link_mail::before, .footer1__link_mail::after {
  content: "";
  background-color: var(--text2);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.footer1__link_mail::before {
  min-width: 25px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../images/icon-mail.svg);
          mask-image: url(../images/icon-mail.svg);
}
.footer1__link_mail::after {
  min-width: 51px;
  aspect-ratio: 52/14;
  -webkit-mask-image: url(../images/icon-mail-arrow.svg);
          mask-image: url(../images/icon-mail-arrow.svg);
}
.footer1__group2 {
  max-width: 481px;
  width: 100%;
  margin-top: 4px;
}
.footer1__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: calc(clamp(-0.9375rem, -0.9633977901rem + 0.1104972376vw, -0.875rem) * -1);
  line-height: 1;
}
.footer1__jp {
  font-size: 1.5rem;
  --ls: 0.05em;
}
.footer1__en {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  color: var(--main);
  font-size: clamp(3.75rem, 2.9577464789rem + 3.3802816901vw, 6rem);
  font-weight: bold;
  line-height: 1;
  --ls: 0.05em;
}
.footer1__en::after {
  content: "ACCESS";
  width: 100%;
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  color: var(--main-d);
}
.footer1__text {
  display: grid;
  grid-template-columns: 54px 1fr;
  row-gap: 46px;
  --ls: 0.05em;
  white-space: pre-line;
  margin-top: clamp(2.5rem, 0.8897900763rem + 6.8702290076vw, 4.1875rem);
}
@media (max-width: 768px) {
  .footer1__text {
    line-height: 1.75;
  }
}
.footer1__text_1::before {
  content: "";
  width: 37px;
  aspect-ratio: 1/1;
  background: url(../images/icon-train.svg) no-repeat center center/contain;
  margin-top: 11px;
}
@media (max-width: 768px) {
  .footer1__text_1::before {
    margin-top: 12px;
  }
}
.footer1__text_2 {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: clamp(2.125rem, 1.4689885496rem + 2.7989821883vw, 2.8125rem);
}
.footer1__text_2::before {
  content: "";
  width: 31px;
  aspect-ratio: 1/1;
  background: url(../images/icon-car.svg) no-repeat center center/contain;
}

@media (hover: hover) and (pointer: fine) {
  .footer1__link {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .footer1__link:hover, .footer1__link:focus {
    background-color: var(--base);
  }
}
.footer2__outer {
  max-width: 1362px;
  position: relative;
  margin-inline: auto;
}
.footer2__outer::before, .footer2__outer::after {
  content: "";
  position: absolute;
  z-index: 0;
}
@media (max-width: 768px) {
  .footer2__outer::before, .footer2__outer::after {
    content: none;
  }
}
.footer2__outer::before {
  width: clamp(8.3125rem, 2.9403874814rem + 11.1773472429vw, 13rem);
  aspect-ratio: 208/237;
  top: clamp(0rem, -0.6446535022rem + 1.3412816692vw, 0.5625rem);
  left: 0;
  background: url(../images/footer2-deco-1.webp) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/footer2-deco-1.webp) 1x, url(../images/footer2-deco-1@2x.webp) 2x);
  background-image: image-set(url(../images/footer2-deco-1.webp) 1x, url(../images/footer2-deco-1@2x.webp) 2x);
}
.footer2__outer::after {
  width: clamp(9.6875rem, 0.447466468rem + 19.2250372578vw, 17.75rem);
  aspect-ratio: 284/229;
  top: 0;
  right: 15px;
  background: url(../images/footer2-deco-2.webp) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/footer2-deco-2.webp) 1x, url(../images/footer2-deco-2@2x.webp) 2x);
  background-image: image-set(url(../images/footer2-deco-2.webp) 1x, url(../images/footer2-deco-2@2x.webp) 2x);
}
.footer2__inner {
  max-width: 640px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .footer2__inner {
    padding: 0 clamp(1.25rem, 0.6536259542rem + 2.5445292621vw, 1.875rem);
  }
}
.footer2__img {
  max-width: clamp(25rem, 7.8092399404rem + 35.7675111773vw, 40rem);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .footer2__img {
    max-width: 335px;
    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: 41px;
  }
}
@media (max-width: 768px) {
  .footer2__img::after {
    content: "";
    max-width: 258px;
    width: 100%;
    aspect-ratio: 258/122;
    background: url(../images/footer2-deco-sp.webp) no-repeat center center/cover;
    background-image: -webkit-image-set(url(../images/footer2-deco-sp.webp) 1x, url(../images/footer2-deco-sp@2x.webp) 2x);
    background-image: image-set(url(../images/footer2-deco-sp.webp) 1x, url(../images/footer2-deco-sp@2x.webp) 2x);
  }
}
.footer2__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  line-height: 1.45;
  --ls: 0.05em;
  margin-top: clamp(2.3125rem, 1rem + 5.6vw, 4.5rem);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .footer2__text {
    --ls: 0.1em;
  }
}
.footer2__text::before {
  content: "";
  width: 54px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: -93px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon-ball.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .footer2__text::before {
    top: -52px;
    left: -21px;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }
}
@media (max-width: 768px) {
  .footer2__text-deco {
    position: absolute;
    bottom: 0;
  }
}
.footer2__text-deco_l {
  left: -1.3em;
}
.footer2__text-deco_r {
  right: -1.3em;
}

.footer3__gmap {
  width: 100%;
  height: clamp(18.125rem, 12.6383587786rem + 23.4096692112vw, 23.875rem);
}

.footer4__inner {
  max-width: 1292px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .footer4__inner {
    padding: 0 clamp(1.25rem, 0.6536259542rem + 2.5445292621vw, 1.875rem);
  }
}
.footer4__body {
  max-width: 1284px;
  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;
  margin-left: auto;
}
@media (max-width: 768px) {
  .footer4__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: 34px;
  }
}
.footer4__logo {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: block;
  color: var(--text2);
  font-size: clamp(1.75rem, 0.7573149742rem + 2.065404475vw, 2.5rem);
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 768px) {
  .footer4__logo {
    font-size: 1.875rem;
  }
}
.footer4__logo-s {
  font-size: clamp(1.0625rem, 0.4834337349rem + 1.2048192771vw, 1.5rem);
}
@media (max-width: 768px) {
  .footer4__logo-s {
    font-size: 1.25rem;
  }
}
.footer4__group {
  max-width: clamp(25.9375rem, -1.940404475rem + 58.0034423408vw, 47rem);
  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: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.footer-nav {
  max-width: 559px;
  width: 100%;
}
.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;
}
@media (max-width: 500px) {
  .footer-nav__items {
    max-width: 335px;
    display: grid;
    grid-template-columns: 109px 136px 1fr;
    row-gap: 11px;
    margin-inline: auto;
    padding-right: 6px;
    padding-left: 10px;
  }
}
.footer-nav__link {
  color: var(--text2);
  font-size: clamp(0.875rem, 0.7095524957rem + 0.3442340792vw, 1rem);
  line-height: 1;
}
@media (max-width: 768px) {
  .footer-nav__link {
    font-size: 1rem;
  }
}

.footer-page-top {
  min-width: 74px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  z-index: 5;
  background-color: var(--main);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .footer-page-top {
    display: none;
  }
}
.footer-page-top::before {
  content: "";
  width: 33px;
  aspect-ratio: 1/1;
  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;
  margin-top: 10px;
}

.sp-nav {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 5;
  background-color: var(--base);
  border: 2px solid var(--base);
}
@media (min-width: 769px) {
  .sp-nav {
    display: none;
  }
}
.sp-nav__items {
  display: grid;
  grid-template-columns: 41.6% 1fr 65px;
  gap: 2px;
}
.sp-nav__link {
  height: 65px;
  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: 7px;
  line-height: 1;
}
.sp-nav__link_tel {
  background-color: var(--main);
  font-size: 1.25rem;
}
.sp-nav__link_tel::before {
  content: "";
  min-width: 25px;
  aspect-ratio: 1/1;
  background-color: var(--text2);
  -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;
}
.sp-nav__link_mail {
  background-color: #9fe6ff;
  font-size: 1.125rem;
}
.sp-nav__link_mail::before {
  content: "";
  min-width: 25px;
  aspect-ratio: 1/1;
  background-color: var(--text2);
  -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;
}
.sp-nav__link_page-top {
  display: grid;
  place-items: center;
  background-color: var(--main-d);
}
.sp-nav__link_page-top::before {
  content: "";
  width: 39px;
  aspect-ratio: 1/1;
  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;
  margin-top: 16px;
}

/*###################################################################
  c-bg（module）
###################################################################*/
.c-bg-1 {
  background: url(../images/base.webp) repeat-y 0 0/100% auto;
  background-image: -webkit-image-set(url(../images/base.webp) 1x, url(../images/base@2x.webp) 2x);
  background-image: image-set(url(../images/base.webp) 1x, url(../images/base@2x.webp) 2x);
}

/*###################################################################
  c-link（module）
###################################################################*/
.c-link-1 {
  max-width: 200px;
  height: 44px;
  display: grid;
  place-items: center;
  background-color: var(--main);
  color: var(--text2);
  line-height: 1;
  border-radius: 7px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

@media (hover: hover) and (pointer: fine) {
  .c-link-1 {
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }
  .c-link-1:hover, .c-link-1:focus {
    background-color: var(--main-d);
    color: var(--base);
  }
}
/*###################################################################
  c-title（module）
###################################################################*/
.c-title-1 {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  color: var(--main);
  font-size: clamp(3.125rem, 2.0246478873rem + 4.6948356808vw, 6.25rem);
  font-weight: bold;
  line-height: 1;
  --ls: 0.05em;
}
.c-title-1::after {
  width: 100%;
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  color: var(--main-d);
}

.c-title-2 {
  min-height: clamp(3.3125rem, 2.9240331492rem + 1.6574585635vw, 4.25rem);
  display: grid;
  place-items: center;
  background-color: var(--main-d);
  color: var(--base);
  font-size: clamp(1.25rem, 0.9910220994rem + 1.1049723757vw, 1.875rem);
  line-height: 1.5;
  text-align: center;
  border-bottom: clamp(0.25rem, 0.1982044199rem + 0.2209944751vw, 0.375rem) solid var(--main);
  padding-top: 8px;
  padding-bottom: 8px;
}

/*###################################################################
  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;
  }
}
@media (max-width: 768px) {
  .br-sp-n {
    display: none;
  }
}

/*###################################################################
  hamburger（module）
###################################################################*/
.hamburger {
  width: 40px;
  height: 40px;
  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: 6px;
}
@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(-7px) rotate(150deg);
      -ms-transform: translateY(-7px) rotate(150deg);
          transform: translateY(-7px) rotate(150deg);
}
.hamburger[aria-expanded=true] .hamburger__line::after {
  -webkit-transform: translateY(7px) rotate(-150deg);
      -ms-transform: translateY(7px) rotate(-150deg);
          transform: translateY(7px) rotate(-150deg);
}
.hamburger__line {
  width: 22px;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 6px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background-color: var(--text2);
}
.hamburger__line::before {
  content: "";
  width: 100%;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 7px;
  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(--text2);
}
.hamburger__line::after {
  content: "";
  width: 100%;
  height: 2px;
  display: inline-block;
  position: absolute;
  bottom: 7px;
  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(--text2);
}
.hamburger__text {
  color: var(--text2);
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  --ls: -0.05em;
}

@media (hover: hover) and (pointer: fine) {
  .hamburger {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .hamburger:hover {
    opacity: 0.7;
  }
}
/*###################################################################
  drawer（module）
###################################################################*/
.drawer {
  width: 300px;
  height: 100vh;
  -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
          transform: translateX(300px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 15;
  overflow: auto;
  overscroll-behavior-y: contain;
  visibility: hidden;
  background-color: var(--main);
}
.drawer[aria-hidden=false] {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.drawer_position {
  position: fixed;
  top: 0;
  right: 0;
}
.drawer__inner {
  padding-bottom: 100px;
}
.drawer__top {
  width: 100%;
  height: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: var(--main);
}
.drawer__items {
  padding-top: 50px;
}
.drawer__item {
  border-bottom: 1px solid var(--text);
}
.drawer__item:first-of-type {
  border-top: 1px solid var(--text);
}
.drawer__link {
  height: 50px;
  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-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--text2);
  font-size: 1rem;
  padding-right: 20px;
  padding-left: 20px;
}
.drawer__link_sub {
  padding-left: 40px;
}
.drawer__contact {
  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: 20px;
  margin-top: 20px;
}
.drawer__btn {
  max-width: 270px;
  width: 100%;
  height: 50px;
  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;
  border: 1px solid var(--text2);
}
.drawer__btn_tel {
  font-size: 1.5rem;
  padding-right: 29px;
  padding-left: 26px;
}
.drawer__btn_tel::before {
  content: "";
  min-width: 22px;
  aspect-ratio: 1/1;
  background-color: var(--text2);
  -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;
}
.drawer__btn_mail {
  font-size: 1.125rem;
  padding: 0 24px;
}
.drawer__btn_mail::before, .drawer__btn_mail::after {
  content: "";
  background-color: var(--text2);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.drawer__btn_mail::before {
  min-width: 25px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../images/icon-mail.svg);
          mask-image: url(../images/icon-mail.svg);
}
.drawer__btn_mail::after {
  min-width: 51px;
  aspect-ratio: 52/14;
  -webkit-mask-image: url(../images/icon-mail-arrow.svg);
          mask-image: url(../images/icon-mail-arrow.svg);
}

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

@media (hover: hover) and (pointer: fine) {
  .drawer__link {
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }
  .drawer__link:hover, .drawer__link:focus {
    background-color: var(--main-d);
    color: var(--base);
  }
  .drawer__btn {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .drawer__btn:hover, .drawer__btn:focus {
    background-color: var(--base);
  }
}
.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(13.75rem, 9.1285211268rem + 19.7183098592vw, 26.875rem);
  display: grid;
  place-items: center;
  background: url(../images/lower-mv-1.webp) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/lower-mv-1.webp) 1x, url(../images/lower-mv-1@2x.webp) 2x);
  background-image: image-set(url(../images/lower-mv-1.webp) 1x, url(../images/lower-mv-1@2x.webp) 2x);
}
.lower-mv__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: clamp(0.9375rem, 0.7834507042rem + 0.6572769953vw, 1.375rem);
  color: var(--base);
  line-height: 1;
  margin-top: clamp(2.3125rem, 1.7183098592rem + 2.5352112676vw, 4rem);
}
.lower-mv__jp {
  font-size: clamp(2.5rem, 2.0598591549rem + 1.8779342723vw, 3.75rem);
  font-weight: bold;
  text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.8);
}
.lower-mv__en {
  font-size: clamp(1.375rem, 1.1549295775rem + 0.9389671362vw, 2rem);
  font-weight: 600;
}

/*###################################################################
  WordPressテスト環境用設定
###################################################################*/
/*###################################################################
  top（page）
###################################################################*/
.top-c__title1 {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  color: var(--main);
  font-size: clamp(3.75rem, 2.4295774648rem + 5.6338028169vw, 7.5rem);
  font-weight: bold;
  line-height: 1;
  --ls: 0.05em;
}
.top-c__title1::after {
  width: 100%;
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  color: var(--main-d);
}
.top-c__title2 {
  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: calc(clamp(-1.625rem, -1.7544889503rem + 0.5524861878vw, -1.3125rem) * -1);
  line-height: 1;
}
.top-c__title2-jp {
  font-size: 1.5rem;
  --ls: 0.05em;
}
.top-c__title2-en {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  color: var(--main);
  font-size: clamp(3.75rem, 2.4295774648rem + 5.6338028169vw, 7.5rem);
  font-weight: bold;
  line-height: 1;
  --ls: 0.05em;
}
.top-c__title2-en::after {
  width: 100%;
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  color: var(--main-d);
}

.top-mv {
  position: relative;
}
.top-mv__title-area {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  bottom: clamp(9.125rem, 1.1742734724rem + 16.5424739195vw, 16.0625rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
@media (max-width: 768px) {
  .top-mv__title-area {
    bottom: 303px;
  }
}
@media (min-width: 1441px) {
  .top-mv__title-area {
    bottom: 28.3%;
  }
}
.top-mv__title {
  color: var(--base);
  font-size: clamp(2.625rem, 0.6194113264rem + 4.172876304vw, 4.375rem);
  font-weight: bold;
  line-height: 1.38;
  text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.8);
  -webkit-animation: mvTitle 3.5s ease-in forwards;
          animation: mvTitle 3.5s ease-in forwards;
}
@media (max-width: 768px) {
  .top-mv__title {
    font-size: clamp(3.125rem, 2.5286259542rem + 2.5445292621vw, 3.75rem);
  }
}
@media (max-width: 768px) {
  .top-mv__slide img {
    max-height: 900px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top-greet {
  overflow: hidden;
}
.top-greet_pos {
  margin-top: calc(clamp(-1.375rem, -2.2555248619rem + 3.7569060773vw, 0.75rem) * -1);
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .top-greet_pos {
    padding-bottom: 0;
  }
}
.top-greet__outer {
  max-width: 1440px;
  margin-inline: auto;
}
.top-greet__body {
  max-width: 1388px;
  position: relative;
  z-index: 1;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .top-greet__body {
    padding: 0 clamp(1.25rem, 0.6536259542rem + 2.5445292621vw, 1.875rem);
  }
}
.top-greet__title {
  margin-left: auto;
}
@media (max-width: 768px) {
  .top-greet__title {
    margin-right: auto;
  }
}
.top-greet__title::after {
  content: "GREETING";
}
.top-greet__col {
  max-width: 1360px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .top-greet__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: 60px;
    margin-top: 37px;
  }
}
.top-greet__box {
  max-width: 616px;
  width: 100%;
  margin-top: clamp(0rem, -2.8651266766rem + 5.9612518629vw, 2.5rem);
}
.top-greet__text {
  white-space: pre-line;
  margin-left: auto;
}
.top-greet__link {
  margin-top: clamp(2.375rem, 1.8019746647rem + 1.1922503726vw, 2.875rem);
  margin-inline: auto;
}
.top-greet__img {
  max-width: clamp(20rem, -8.651266766rem + 59.6125186289vw, 45rem);
  width: 100%;
}
@media (max-width: 768px) {
  .top-greet__img {
    max-width: 600px;
  }
}

.top-business_pos {
  margin-top: clamp(6.125rem, 4.775rem + 5.76vw, 8.375rem);
}
.top-business__inner {
  max-width: 1126px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .top-business__inner {
    padding: 0 clamp(1.25rem, 0.6536259542rem + 2.5445292621vw, 1.875rem);
  }
}
.top-business__title2-en::after {
  content: "BUSINESS";
}
.top-business__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(2.75rem, 2.2132633588rem + 2.2900763359vw, 3.3125rem) clamp(0.9375rem, -6.99010181rem + 16.5158371041vw, 5.5rem);
  margin-top: clamp(3.0625rem, 1.9375rem + 4.8vw, 4.9375rem);
}
@media (max-width: 768px) {
  .top-business__items {
    -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-business__item {
  max-width: clamp(20.9375rem, 0.9555995475rem + 41.628959276vw, 32.4375rem);
  width: 100%;
  position: relative;
  padding-bottom: calc(clamp(-3rem, -4.7437641723rem + 3.6281179138vw, -2rem) * -1);
}
@media (max-width: 768px) {
  .top-business__item {
    max-width: 519px;
    padding-bottom: calc(clamp(-3rem, -3.9541984733rem + 4.0712468193vw, -2rem) * -1);
  }
}
.top-business__link {
  max-width: 456px;
  display: block;
  overflow: hidden;
}
.top-business__link-title {
  width: 230px;
  height: 80px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--base);
  color: var(--text2);
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  --ls: 0;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  padding-top: 26px;
}
.top-business__link-title::after {
  content: "";
  width: 126px;
  aspect-ratio: 126/12;
  position: absolute;
  bottom: 21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--main);
  -webkit-mask-image: url(../images/icon-business-arrow.svg);
          mask-image: url(../images/icon-business-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-business__link:hover .top-business__img, .top-business__link:focus .top-business__img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .top-business__img {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
}
.top-company {
  overflow: hidden;
}
.top-company_pos {
  position: relative;
  z-index: 1;
  margin-top: clamp(5rem, 4.5875rem + 1.76vw, 5.6875rem);
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .top-company_pos {
    padding-bottom: 0;
  }
}
.top-company__title2-en::after {
  content: "COMPANY";
}
.top-company__outer {
  max-width: 1440px;
  margin-top: clamp(3.125rem, 1.8875rem + 5.28vw, 5.1875rem);
  margin-inline: auto;
}
.top-company__body {
  max-width: 1390px;
  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-left: auto;
  padding-left: clamp(0.9375rem, -0.2234299517rem + 2.4154589372vw, 1.875rem);
}
@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: 49px;
    padding: 0 clamp(1.25rem, 0.6536259542rem + 2.5445292621vw, 1.875rem);
  }
}
.top-company__box {
  max-width: 578px;
  width: 100%;
}
.top-company__dl {
  max-width: 543px;
  display: grid;
  grid-template-columns: clamp(3.25rem, -7.043578905rem + 21.4170692432vw, 11.5625rem) 1fr;
  font-size: clamp(0.875rem, 0.7202093398rem + 0.3220611916vw, 1rem);
  line-height: 1.5625;
}
@media (max-width: 768px) {
  .top-company__dl {
    grid-template-columns: 1fr;
    font-size: 1rem;
  }
}
.top-company__dt {
  font-weight: 500;
  background-image: -webkit-repeating-linear-gradient(left, #000000, #000000 2px, transparent 2px, transparent 4px);
  background-image: repeating-linear-gradient(90deg, #000000, #000000 2px, transparent 2px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  padding-bottom: clamp(0.9375rem, 0.240942029rem + 1.4492753623vw, 1.5rem);
  padding-left: clamp(0rem, -0.696557971rem + 1.4492753623vw, 0.5625rem);
}
@media (max-width: 768px) {
  .top-company__dt {
    background: none;
    padding-bottom: 0;
    padding-left: 9px;
  }
}
.top-company__dt:not(:first-of-type) {
  padding-top: clamp(0.9375rem, 0.0861513688rem + 1.7713365539vw, 1.625rem);
}
@media (max-width: 768px) {
  .top-company__dt:not(:first-of-type) {
    padding-top: 26px;
  }
}
.top-company__dd {
  background-image: -webkit-repeating-linear-gradient(left, #000000, #000000 2px, transparent 2px, transparent 4px);
  background-image: repeating-linear-gradient(90deg, #000000, #000000 2px, transparent 2px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  padding-right: clamp(0rem, -0.3869766506rem + 0.8051529791vw, 0.3125rem);
  padding-bottom: clamp(0.9375rem, 0.240942029rem + 1.4492753623vw, 1.5rem);
}
@media (max-width: 768px) {
  .top-company__dd {
    padding-left: 9px;
    padding-bottom: 24px;
  }
}
.top-company__dd:not(:first-of-type) {
  padding-top: clamp(0.9375rem, 0.0861513688rem + 1.7713365539vw, 1.625rem);
}
@media (max-width: 768px) {
  .top-company__dd:not(:first-of-type) {
    padding-top: 0;
  }
}
.top-company__dd_address {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.top-company__dd_address-2 {
  width: 100%;
  display: inline-block;
  text-align: right;
}
@media (max-width: 768px) {
  .top-company__dd_address-2 {
    text-align: left;
  }
}
.top-company__contact {
  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: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: clamp(1.875rem, 0.6366747182rem + 2.576489533vw, 2.875rem);
}
@media (max-width: 1150px) {
  .top-company__contact {
    -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: 34px;
  }
}
@media (max-width: 768px) {
  .top-company__contact {
    margin-top: 53px;
  }
}
.top-company__link {
  max-width: 270px;
  width: 100%;
  height: 50px;
  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;
  border: 1px solid var(--text2);
}
.top-company__link_tel {
  font-size: 1.5rem;
  padding-right: 29px;
  padding-left: 26px;
}
.top-company__link_tel::before {
  content: "";
  min-width: 22px;
  aspect-ratio: 1/1;
  background-color: var(--text2);
  -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;
}
.top-company__link_mail {
  font-size: 1.125rem;
  padding: 0 24px;
}
.top-company__link_mail::before, .top-company__link_mail::after {
  content: "";
  background-color: var(--text2);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.top-company__link_mail::before {
  min-width: 25px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../images/icon-mail.svg);
          mask-image: url(../images/icon-mail.svg);
}
.top-company__link_mail::after {
  min-width: 51px;
  aspect-ratio: 52/14;
  -webkit-mask-image: url(../images/icon-mail-arrow.svg);
          mask-image: url(../images/icon-mail-arrow.svg);
}
.top-company__more {
  margin-top: 23px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .top-company__more {
    margin-top: 50px;
  }
}
.top-company__img {
  max-width: 720px;
  width: 100%;
}
@media (max-width: 768px) {
  .top-company__img {
    max-width: 600px;
  }
}

.top-area {
  background: url(../images/top-area-bg.webp) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/top-area-bg.webp) 1x, url(../images/top-area-bg@2x.webp) 2x);
  background-image: image-set(url(../images/top-area-bg.webp) 1x, url(../images/top-area-bg@2x.webp) 2x);
}
@media (max-width: 768px) {
  .top-area {
    background: url(../images/top-area-bg_sp.webp) no-repeat center center/cover;
    background-image: -webkit-image-set(url(../images/top-area-bg_sp.webp) 1x, url(../images/top-area-bg_sp@2x.webp) 2x);
    background-image: image-set(url(../images/top-area-bg_sp.webp) 1x, url(../images/top-area-bg_sp@2x.webp) 2x);
  }
}
.top-area_pos {
  margin-top: clamp(4.625rem, 2.6375rem + 8.48vw, 7.9375rem);
}
.top-area__inner {
  max-width: 1268px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding: 12px 30px 12px;
}
@media (max-width: 768px) {
  .top-area__inner {
    padding: 12px clamp(1.25rem, 0.6536259542rem + 2.5445292621vw, 1.875rem) 41px;
  }
}
.top-area__body {
  max-width: 1158px;
  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: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .top-area__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-area__box {
  max-width: 538px;
  width: 100%;
  margin-top: clamp(2rem, 0.8072519084rem + 5.0890585242vw, 3.25rem);
}
.top-area__title {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: calc(clamp(-1.75rem, -2.0866712707rem + 1.4364640884vw, -0.9375rem) * -1);
}
@media (max-width: 768px) {
  .top-area__title {
    max-width: initial;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top-area__title2-en::after {
  content: "AREA";
}
.top-area__text {
  --ls: 0.05em;
  margin-top: clamp(2.9375rem, -3.720508658rem + 13.8528138528vw, 4.9375rem);
}
@media (max-width: 768px) {
  .top-area__text {
    margin-top: 42px;
  }
}
.top-area__img {
  max-width: clamp(18.89rem, -0.0603816794rem + 80.8549618321vw, 38.75rem);
  width: 100%;
}

.top-blank {
  height: clamp(2.8125rem, 0rem + 12vw, 8.25rem);
}

/*###################################################################
  business（page）
###################################################################*/
.business1_pos {
  margin-top: 51px;
  padding-bottom: clamp(7.5rem, -74.0666493776rem + 169.7095435685vw, 33.0625rem);
}
.business1__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) {
  .business1__inner {
    padding: 0 clamp(0.9375rem, 0.0429389313rem + 3.8167938931vw, 1.875rem);
  }
}
.business1__title1 {
  margin-inline: auto;
}
.business1__title1::after {
  content: "BUSINESS";
}
.business1__text1 {
  color: var(--text2);
  text-align: center;
  margin-top: 22px;
}
.business1__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;
  gap: 68px;
  margin-top: 47px;
}
.business1__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: clamp(1.375rem, 0.3611641221rem + 4.3256997455vw, 2.4375rem);
}
@media (max-width: 768px) {
  .business1__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: clamp(1.875rem, 1.2786259542rem + 2.5445292621vw, 2.5rem);
  }
}
.business1__col_r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .business1__col_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.business1__text2 {
  width: 100%;
  color: var(--text2);
  white-space: pre-line;
  margin-top: clamp(0rem, -1.9359676007rem + 4.0280210158vw, 1.4375rem);
}
.business1__text2_1 {
  max-width: 640px;
}
.business1__text2_2 {
  max-width: 652px;
}
.business1__text2_3 {
  max-width: 641px;
}
.business1__img {
  max-width: 593px;
  width: 100%;
}
.business1__bottom {
  max-width: 952px;
  color: var(--text2);
  border: 2px solid #187fc4;
  border-radius: 28px;
  margin-top: clamp(3.125rem, -8.0430497925rem + 23.2365145228vw, 6.625rem);
  margin-inline: auto;
  padding: 19px 20px 29px;
}
.business1__bottom-inner {
  max-width: 885px;
  margin-inline: auto;
}
.business1__bottom-title {
  font-size: clamp(1.5rem, 1.275rem + 0.96vw, 1.875rem);
  line-height: 1;
  text-align: center;
}
.business1__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: clamp(1.125rem, -0.4704356846rem + 3.3195020747vw, 1.625rem) clamp(2.5rem, -6.8731846473rem + 19.5020746888vw, 5.4375rem);
  margin-top: clamp(1.875rem, 1.159351145rem + 3.0534351145vw, 2.625rem);
}
.business1__list-item {
  min-width: 109px;
  font-weight: 600;
  line-height: 1.75;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
@media (max-width: 768px) {
  .business1__list-item {
    min-width: 127px;
  }
}
.business1__list-item::first-letter {
  color: var(--main);
  font-size: 14px;
}

/*###################################################################
  company（page）
###################################################################*/
.company1_pos {
  margin-top: 51px;
}
.company1__inner {
  max-width: 1280px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .company1__inner {
    padding: 0 clamp(0.9375rem, 0.0429389313rem + 3.8167938931vw, 1.875rem);
  }
}
.company1__title1 {
  margin-inline: auto;
}
.company1__title1::after {
  content: "COMPANY";
}
.company1__title2 {
  margin-top: clamp(2.5rem, 0.8425414365rem + 7.0718232044vw, 6.5rem);
}
.company1__dl {
  max-width: 873px;
  display: grid;
  grid-template-columns: clamp(9.75rem, -6.4623860182rem + 43.1610942249vw, 18.625rem) 1fr;
  line-height: 1.875;
  margin-top: clamp(1.875rem, 1.2189885496rem + 2.7989821883vw, 2.5625rem);
  margin-inline: auto;
}
@media (max-width: 600px) {
  .company1__dl {
    grid-template-columns: 1fr;
  }
}
.company1__dt {
  font-weight: 500;
  border-bottom: 1px solid #187fc4;
  padding-left: 16px;
  padding-bottom: 14px;
}
@media (max-width: 600px) {
  .company1__dt {
    border: none;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.company1__dt:not(:first-of-type) {
  padding-top: 15px;
}
.company1__dd {
  white-space: pre-line;
  border-bottom: 1px solid #187fc4;
  padding-bottom: 14px;
}
@media (max-width: 600px) {
  .company1__dd {
    padding-top: 5px;
  }
}
.company1__dd:not(:first-of-type) {
  padding-top: 15px;
}
@media (max-width: 600px) {
  .company1__dd:not(:first-of-type) {
    padding-top: 5px;
  }
}

.company2_pos {
  margin-top: clamp(5rem, 3.4202348066rem + 6.7403314917vw, 8.8125rem);
  padding-bottom: clamp(7.5rem, -4.0504143646rem + 49.2817679558vw, 35.375rem);
}
.company2__inner {
  max-width: 1280px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .company2__inner {
    padding: 0 clamp(0.9375rem, 0.0429389313rem + 3.8167938931vw, 1.875rem);
  }
}
.company2__box {
  max-width: 481px;
  margin-top: clamp(1.875rem, 0.4875rem + 5.92vw, 4.1875rem);
  margin-inline: auto;
}
.company2__text {
  display: grid;
  grid-template-columns: 54px 1fr;
  row-gap: 46px;
  --ls: 0.05em;
  white-space: pre-line;
  margin-top: clamp(2.5rem, 0.8897900763rem + 6.8702290076vw, 4.1875rem);
}
@media (max-width: 768px) {
  .company2__text {
    line-height: 1.75;
  }
}
.company2__text_1::before {
  content: "";
  width: 37px;
  aspect-ratio: 1/1;
  background: url(../images/icon-train.svg) no-repeat center center/contain;
  margin-top: 11px;
}
@media (max-width: 768px) {
  .company2__text_1::before {
    margin-top: 12px;
  }
}
.company2__text_2 {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 10px;
}
.company2__text_2::before {
  content: "";
  width: 31px;
  aspect-ratio: 1/1;
  background: url(../images/icon-car.svg) no-repeat center center/contain;
}
.company2__map {
  max-width: 974px;
  margin-top: 13px;
  margin-inline: auto;
}
.company2__gmap {
  width: 100%;
  height: clamp(18.125rem, 12.6383587786rem + 23.4096692112vw, 23.875rem);
}

/*###################################################################
  works（page）
###################################################################*/
.works-c__top {
  margin-top: 51px;
}
.works-c__title {
  margin-inline: auto;
}
.works-c__title::after {
  content: "WORKS";
}
.works-c__body {
  margin-top: clamp(2.5rem, 0.1rem + 10.24vw, 6.5rem);
}

.works1__inner {
  max-width: 1280px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: clamp(7.5rem, -2.1339779006rem + 41.1049723757vw, 30.75rem);
}
@media (max-width: 768px) {
  .works1__inner {
    padding: 0 clamp(0.9375rem, 0.0429389313rem + 3.8167938931vw, 1.875rem) clamp(7.5rem, -2.1339779006rem + 41.1049723757vw, 30.75rem);
  }
}

.works-list1 {
  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(4.6875rem, 3.75rem + 4vw, 6.25rem);
}
.works-list1__slider {
  position: relative;
  margin-top: clamp(1.875rem, 0.375rem + 6.4vw, 4.375rem);
  padding: 0 38px;
}
@media (max-width: 768px) {
  .works-list1__slider {
    max-width: 657px;
    margin-inline: auto;
  }
}
.works-list1__swiper {
  margin-inline: auto;
}
.works-list1__thumbnail {
  overflow: hidden;
}
.works-list1__thumbnail img {
  height: 100%;
  aspect-ratio: 384/284;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-list1__box {
  font-size: clamp(0.8125rem, 0.5599824869rem + 0.5253940455vw, 1rem);
  margin-top: 13px;
}
@media (max-width: 768px) {
  .works-list1__box {
    font-size: clamp(0.8125rem, 0.5457413249rem + 0.9463722397vw, 1rem);
  }
}
.works-list1__time {
  line-height: 1;
}
.works-list1__post-title {
  line-height: 1.75;
  margin-top: 3px;
}
.works-list1__no-post {
  width: 100%;
  text-align: center;
}
.works-list1__prev, .works-list1__next {
  width: 31px;
  height: inherit;
  aspect-ratio: 1/1;
  top: calc(50% - 28px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.works-list1__prev::after, .works-list1__next::after {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}
.works-list1__prev {
  left: 0;
}
.works-list1__prev::after {
  background-image: url(../images/icon-prev.svg);
}
.works-list1__next {
  right: 0;
}
.works-list1__next::after {
  background-image: url(../images/icon-next.svg);
}
.works-list1__more {
  margin-top: clamp(2.1875rem, 1.5875rem + 2.56vw, 3.1875rem);
  margin-inline: auto;
}

@media (hover: hover) and (pointer: fine) {
  .works-list1__post-link {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .works-list1__post-link:hover .works-list1__thumbnail img, .works-list1__post-link:focus .works-list1__thumbnail img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .works-list1__post-link:hover .works-list1__date, .works-list1__post-link:focus .works-list1__date {
    color: var(--main-d);
    text-decoration: underline;
  }
  .works-list1__post-link:hover .works-list1__post-title, .works-list1__post-link:focus .works-list1__post-title {
    color: var(--main-d);
    text-decoration: underline;
  }
  .works-list1__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;
  }
  .works-list1__date {
    -webkit-transition: color ease 0.4s;
    transition: color ease 0.4s;
    -webkit-text-decoration-color: var(--main-d);
            text-decoration-color: var(--main-d);
  }
  .works-list1__post-title {
    -webkit-transition: color ease 0.4s;
    transition: color ease 0.4s;
    -webkit-text-decoration-color: var(--main-d);
            text-decoration-color: var(--main-d);
  }
}
.works-list2__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px clamp(0.625rem, -0.7217600701rem + 2.8021015762vw, 1.625rem);
  margin-top: clamp(1.875rem, 0.375rem + 6.4vw, 4.375rem);
}
@media (max-width: 768px) {
  .works-list2__items {
    grid-template-columns: repeat(2, 1fr);
    margin-inline: auto;
  }
}
.works-list2__thumbnail {
  overflow: hidden;
}
.works-list2__thumbnail img {
  height: 100%;
  aspect-ratio: 384/284;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-list2__box {
  font-size: clamp(0.8125rem, 0.5599824869rem + 0.5253940455vw, 1rem);
  margin-top: 13px;
}
@media (max-width: 768px) {
  .works-list2__box {
    font-size: clamp(0.8125rem, 0.5457413249rem + 0.9463722397vw, 1rem);
  }
}
.works-list2__time {
  line-height: 1;
}
.works-list2__post-title {
  line-height: 1.75;
  margin-top: 3px;
}
.works-list2__no-post {
  width: 100%;
  grid-area: 1/1/2/4;
  text-align: center;
}
@media (max-width: 768px) {
  .works-list2__no-post {
    grid-area: 1/1/2/3;
  }
}
.works-list2__pagination {
  font-size: 1.25rem;
  margin-top: 150px;
}
@media (max-width: 768px) {
  .works-list2__pagination {
    margin-top: 80px;
  }
}
.works-list2__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;
}
.works-list2__pagination ul.page-numbers * {
  font-size: clamp(0.9375rem, 0.8778625954rem + 0.2544529262vw, 1rem);
  line-height: 1;
  --ls: 0;
}
.works-list2__pagination ul.page-numbers li {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.works-list2__pagination ul.page-numbers li .page-numbers {
  --spacing: 0;
}
.works-list2__pagination .page-numbers.current {
  color: var(--main);
}

@media (hover: hover) and (pointer: fine) {
  .works-list2__post-link {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .works-list2__post-link:hover .works-list2__thumbnail img, .works-list2__post-link:focus .works-list2__thumbnail img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .works-list2__post-link:hover .works-list2__date, .works-list2__post-link:focus .works-list2__date {
    color: var(--main-d);
    text-decoration: underline;
  }
  .works-list2__post-link:hover .works-list2__post-title, .works-list2__post-link:focus .works-list2__post-title {
    color: var(--main-d);
    text-decoration: underline;
  }
  .works-list2__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;
  }
  .works-list2__date {
    -webkit-transition: color ease 0.4s;
    transition: color ease 0.4s;
    -webkit-text-decoration-color: var(--main-d);
            text-decoration-color: var(--main-d);
  }
  .works-list2__post-title {
    -webkit-transition: color ease 0.4s;
    transition: color ease 0.4s;
    -webkit-text-decoration-color: var(--main-d);
            text-decoration-color: var(--main-d);
  }
}
.works-post_pos {
  margin-top: 51px;
}
.works-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: 120px;
}
@media (max-width: 768px) {
  .works-post__inner {
    padding: 0 clamp(0.9375rem, -0.625rem + 5.2083333333vw, 1.875rem) 120px;
  }
}
.works-post__bg {
  background-color: var(--base);
  border: 1px solid #75778d;
  padding: 50px 20px 100px;
}
@media (max-width: 768px) {
  .works-post__bg {
    padding: 50px clamp(0.9375rem, -0.625rem + 5.2083333333vw, 1.875rem) 100px;
  }
}
.works-post__date {
  display: block;
  color: var(--main-d);
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .works-post__date {
    font-size: 1.125rem;
  }
}
.works-post__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.75;
  word-break: break-all;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .works-post__title {
    font-size: 1.375rem;
    margin-top: 10px;
  }
}
.works-post__thumbnail {
  margin-top: 40px;
}
.works-post__editor {
  margin-top: 40px;
}

.works-post-pager {
  background-color: var(--base);
  border: 1px solid #75778d;
}
.works-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) {
  .works-post-pager_pos {
    margin-top: 60px;
  }
}
.works-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-d);
  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);
}
.works-post-pager__link {
  --spacing: 0;
}
.works-post-pager__blank {
  min-width: 106px;
  min-width: clamp(5.4375rem, 0.5267857143rem + 20.9523809524vw, 6.8125rem);
}

@media (hover: hover) and (pointer: fine) {
  .works-post-pager__link {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .works-post-pager__link:hover, .works-post-pager__link:focus {
    opacity: 0.7;
  }
}
/*###################################################################
  recruit（page）
###################################################################*/
.recruit1_pos {
  margin-top: 51px;
  padding-bottom: clamp(7.5rem, -1.2534530387rem + 37.3480662983vw, 28.625rem);
}
.recruit1__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) {
  .recruit1__inner {
    padding: 0 clamp(0.9375rem, 0.0429389313rem + 3.8167938931vw, 1.875rem);
  }
}
.recruit1__title {
  margin-inline: auto;
}
.recruit1__title::after {
  content: "RECRUIT";
}
.recruit1__subtitle {
  font-size: clamp(1.25rem, 1.1rem + 0.64vw, 1.5rem);
  --ls: 0.05em;
  text-align: center;
  margin-top: 20px;
}
.recruit1__body {
  max-width: 1271px;
  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: clamp(2.5rem, -0.1625rem + 11.36vw, 6.9375rem);
  margin-left: auto;
}
@media (max-width: 768px) {
  .recruit1__body {
    -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.2786259542rem + 2.5445292621vw, 2.5rem);
  }
}
.recruit1__box {
  max-width: 631px;
  width: 100%;
}
.recruit1__text1 {
  max-width: 556px;
  white-space: pre-line;
  margin-inline: auto;
}
.recruit1__text2 {
  font-size: clamp(1rem, 0.6633099825rem + 0.700525394vw, 1.25rem);
  font-weight: bold;
  line-height: 1.75;
  margin-top: clamp(1.875rem, 0.5282399299rem + 2.8021015762vw, 2.875rem);
  text-align: center;
  white-space: pre-line;
  border-bottom: clamp(0.1875rem, 0.0191549912rem + 0.350262697vw, 0.3125rem) solid var(--main-d);
}
@media (max-width: 768px) {
  .recruit1__text2 {
    font-size: 1.125rem;
  }
}
.recruit1__contact {
  max-width: 573px;
  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: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 24px;
  margin-inline: auto;
}
@media (max-width: 1200px) {
  .recruit1__contact {
    -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: 20px;
  }
}
.recruit1__link {
  max-width: 270px;
  width: 100%;
  height: 50px;
  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;
  background-color: var(--main);
  border: 1px solid var(--text2);
}
.recruit1__link_mail {
  font-size: 1.125rem;
  padding: 0 24px;
}
.recruit1__link_mail::before, .recruit1__link_mail::after {
  content: "";
  background-color: var(--text2);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.recruit1__link_mail::before {
  min-width: 25px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../images/icon-mail.svg);
          mask-image: url(../images/icon-mail.svg);
}
.recruit1__link_mail::after {
  min-width: 51px;
  aspect-ratio: 52/14;
  -webkit-mask-image: url(../images/icon-mail-arrow.svg);
          mask-image: url(../images/icon-mail-arrow.svg);
}
.recruit1__link_tel {
  font-size: 1.5rem;
  padding-right: 29px;
  padding-left: 26px;
}
.recruit1__link_tel::before {
  content: "";
  min-width: 22px;
  aspect-ratio: 1/1;
  background-color: var(--text2);
  -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;
}
.recruit1__img {
  max-width: 609px;
  width: 100%;
}
.recruit1__deco {
  height: clamp(6.25rem, 3.8156077348rem + 10.3867403315vw, 12.125rem);
  -webkit-clip-path: polygon(0 56.4%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 56.4%, 100% 0, 100% 100%, 0% 100%);
  background-color: #ddf6ff;
  margin-top: 34px;
}

@media (hover: hover) and (pointer: fine) {
  .recruit1__link {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .recruit1__link:hover, .recruit1__link:focus {
    background-color: var(--base);
  }
}
/*###################################################################
  page-404（page）
###################################################################*/
.page-404_pos {
  margin-top: 50px;
}
.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: 100px;
}
@media (max-width: 768px) {
  .page-404__inner {
    padding: 0 clamp(0.9375rem, -0.0815217391rem + 4.0760869565vw, 1.875rem) 120px;
  }
}
.page-404__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
.page-404__text {
  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: 50px;
}
.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制御用）
###################################################################*/