@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
li {
  text-decoration: none;
  list-style: none;
}

a {
  text-decoration: none;
}

a,
img,
span {
  display: inline-block;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

em {
  font-style: normal;
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.sp600-only {
  display: none;
}
@media (max-width: 600px) {
  .sp600-only {
    display: block;
  }
}

.tab-only {
  display: none;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .tab-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.spbtm-only {
  display: none;
}
@media (max-width: 350px) {
  .spbtm-only {
    display: block;
  }
}

:root {
  --white: #FFFFFF;
  --black: #000;
  --text: #20283E;
  --green:#13AE67;
  --title-font: "Roboto", serif;
  --body-font: "Noto Sans JP", sans-serif;
  --leading-trim:calc((1em - 1lh)/2);
  --blue:#00ACE6;
  --orange:#F39800;
  --red: #D73142;
  --btn-red:#E95053;
}

html {
  /* font-size: 62.5%; */
  font-size: 0.5208333333vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.4285714286vw;
  }
}

body {
  font-weight: 400;
  line-height: normal;
  color: var(--text);
  letter-spacing: normal;
  font-family: "Noto Sans JP", serif;
  position: relative;
  z-index: 1;
}
body:before {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/900;
  background: url(../images/pc/fv.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  body:before {
    background: url(../images/sp/fv.webp) no-repeat center center/cover;
    aspect-ratio: 700/1164;
    background-position-y: -10rem;
  }
}
body.bg-fixed:before {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  body.bg-fixed:before {
    background-position-y: 0;
  }
}

a {
  color: var(--text);
  font-family: "Noto Sans JP", serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.u-flex {
  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;
}

.palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

p,
h2,
h3,
h4,
span {
  font-weight: 400;
  margin-block: var(--leading-trim);
  font-family: "Noto Sans JP", serif;
}

picture {
  display: block;
  margin-inline: auto;
}

svg {
  width: 100%;
  height: 100%;
}

.header {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 50;
}

.header__inner {
  padding-block: 6.8rem 0;
  padding-inline: 8rem 6.8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo picture {
  width: 36.3rem;
  aspect-ratio: 363/106;
}

.menu-txt {
  font-size: 2.6rem;
  color: var(--green);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
}

.header__link-text {
  line-height: 153%;
}

@media screen and (max-width: 768px) {
  .header {
    /* .header__inner {
      padding-block: rem(20);
      padding-inline: 0;
      justify-content: flex-start;
    }
    .header__logo {
      padding: rem(20) rem(20) rem(0) rem(20);
    }
    */
  }
  .header .header__inner {
    padding: 3.5rem 3.5rem 0rem 3rem;
  }
  .header .header__logo picture {
    width: 28rem;
  }
}
.header__navbar {
  overflow: hidden;
  overflow-y: scroll;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 100;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  padding: 15rem 2rem 0rem 2rem;
  background: var(--white);
}
.header__navbar .header__nav-inner {
  max-width: 100%;
  gap: 11.5rem;
  height: 100%;
  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;
}
.header__navbar .header__menu-left-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header__navbar .header__menu-title {
  font-size: 6rem;
  line-height: 1;
  color: var(--green);
  text-align: center;
  margin-bottom: 4rem;
  font-weight: 700;
}
.header__navbar .header__menu-title--right {
  font-size: 5rem;
}
.header__navbar .header__link-icon {
  width: 3.5rem;
  height: 3.5rem;
}
.header__navbar .header__link-icon svg {
  width: 100%;
  height: 100%;
}
.header__navbar .header__menu-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__navbar .header__list {
  width: 100%;
}
.header__navbar .header__list:last-child .header__link {
  border-bottom: 1px solid var(--green);
}
.header__navbar .header__link {
  padding-block: 2rem;
  border-top: 1px solid var(--green);
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__navbar .header__link:hover .header__link-icon {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__navbar .menu-right__inner {
  width: 60rem;
}
.header__navbar .menu-right__top {
  gap: 1.6rem;
}
.header__navbar .menu-right__top-item {
  width: calc((100% - 3.2rem) / 3);
  height: 7.3rem;
  border: 1px solid var(--green);
}
.header__navbar .menu-right__top-link {
  width: 100%;
  padding-inline: 1rem;
  height: 100%;
  display: grid;
  place-items: center;
  position: relative;
}
.header__navbar .menu-right__top-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  border-right: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  -webkit-transform: translateY(-30%) rotate(-45deg);
          transform: translateY(-30%) rotate(-45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__navbar .menu-right__top-link:hover::after {
  -webkit-transform: translateY(-30%) rotate(-45deg) scale(1.1);
          transform: translateY(-30%) rotate(-45deg) scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__navbar .menu-right__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  margin-top: 5rem;
}
.header__navbar .menu-right__list-item {
  width: 100%;
  padding-block: 3.5rem;
  border-radius: 10rem;
  background: var(--green);
}
.header__navbar .menu-right__link {
  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-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 3.5rem;
  padding-left: 8rem;
}
.header__navbar .menu-right__link:hover .menu-right__link-icon {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__navbar .menu-right__link-text {
  color: var(--white);
}
.header__navbar .menu-right__link-icon {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 3.4rem;
  height: 3.4rem;
}
.header__navbar .menu-right__link-icon svg {
  width: 100%;
  height: 100%;
}
.header__navbar .menu-right__btm {
  margin-top: 3rem;
  gap: 1.6rem;
}
.header__navbar .menu-right__btm-item {
  width: calc((100% - 1.6rem) / 2);
  height: 10.1rem;
  border: 1px solid var(--green);
}
.header__navbar .menu-right__btm-link {
  width: 100%;
  padding-inline: 3.4rem;
  height: 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;
}
@media screen and (max-width: 768px) {
  .header__navbar {
    padding: 0rem 5rem 2rem;
  }
  .header__navbar .header__nav-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 14rem;
  }
  .header__navbar .header__menu-left-inner {
    width: 100%;
    margin-top: 15rem;
  }
  .header__navbar .menu-right__inner {
    width: 100%;
  }
  .header__navbar .menu-right__btm {
    padding-bottom: 13rem;
  }
  .header__navbar .menu-right__link {
    padding-right: 4rem;
  }
}

.hamburger {
  border: 2px solid var(--green);
  z-index: 200;
  cursor: pointer;
  background: var(--white);
  width: 11rem;
  height: 11rem;
  border-radius: 1rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: relative;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3rem;
  /*  @include mq(SP) {
     width: 60px;
     height: 60px;
     gap: 8px;
     .hamburger__line {
       width: 20px;
       height: 15px;
       span {
         width: 20px;
         height: 2px;
         &:nth-child(2) {
           top: 7.5px;
         }
         &:nth-child(3) {
           top: 15px;
         }
       }
     }
   } */
}
.hamburger .hamburger__line {
  display: grid;
  width: 5.7rem;
  height: 4rem;
  place-items: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hamburger .hamburger__line span {
  width: 5.7rem;
  height: 3px;
  display: block;
  position: absolute;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: var(--green);
  left: 0;
  z-index: 30;
}
.hamburger .hamburger__line span:nth-child(1) {
  top: 0rem;
}
.hamburger .hamburger__line span:nth-child(2) {
  top: 1.8rem;
  opacity: 1;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.hamburger .hamburger__line span:nth-child(3) {
  top: 3.6rem;
}
.hamburger .hamburger__text {
  color: var(--green);
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto", serif;
}

.header.open {
  z-index: 10;
}
.header.open .header__navbar {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header.open .hamburger {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: var(--green);
}
.header.open .hamburger__text {
  color: var(--white);
}
.header.open .hamburger__line span {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: var(--white);
}
.header.open .hamburger__line span:nth-child(1) {
  -webkit-transform: translateY(2.1rem) rotate(-326deg);
          transform: translateY(2.1rem) rotate(-326deg);
}
.header.open .hamburger__line span:nth-child(2) {
  visibility: hidden;
  -webkit-transition: 0s;
  transition: 0s;
  opacity: 0;
}
.header.open .hamburger__line span:nth-child(3) {
  -webkit-transform: translateY(-1.5rem) rotate(326deg);
          transform: translateY(-1.5rem) rotate(326deg);
}

/* @keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
 */
/* #header.headerFixed {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  animation-name: headerFixed;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes headerFixed {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
} */
.footer {
  margin-top: 18rem;
  padding-block: 11.5rem;
  background-color: var(--white);
}
.footer .footer__inner {
  gap: 5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 135.1rem;
  margin-inline: auto;
}
.footer .footer__left {
  width: 72.7rem;
  max-width: 727px;
}
.footer .footer__logo {
  width: 51rem;
  aspect-ratio: 510/149;
}
.footer .footer__address {
  margin-top: 7rem;
}
.footer .footer__address-text {
  font-size: 1.6rem;
  line-height: 1.875;
  font-style: normal;
}
.footer .footer__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 57.5rem;
}
.footer .external {
  margin-top: 0;
}
.footer .external__link {
  padding-block: 1.3rem;
}
.footer .external__link-icon {
  width: 1.5rem;
  height: 1.7rem;
  right: 2rem;
}
.footer .external__link-text {
  font-size: 2.6rem;
  line-height: 1.2307692308;
}
.footer .sns {
  margin-top: 6rem;
  padding-bottom: 0;
}
.footer .sns__title {
  display: block;
  font-size: 2.4rem;
  line-height: 1.25;
  padding-inline: 5.5rem;
}
.footer .sns__list {
  margin-top: 6.4rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .sns__list li {
  width: 9.3rem;
}
.footer .footer__copyright-text {
  margin-top: 11.5rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875;
}
.footer .sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 7.5rem;
    padding-block: 5rem 14rem;
  }
  .footer .footer__inner {
    gap: 4.5rem;
    max-width: 55rem;
    padding-inline: 2rem;
    -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;
    margin-inline: auto;
  }
  .footer .footer__left {
    width: 100%;
    max-width: 100%;
    gap: 2.7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    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;
  }
  .footer .footer__logo {
    width: 38.7rem;
    max-width: 100%;
    aspect-ratio: 387/113;
  }
  .footer .footer__address {
    margin-top: 0rem;
  }
  .footer .footer__address-text {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    text-align: center;
  }
  .footer .footer__right {
    max-width: 100%;
    width: 100%;
  }
  .footer .external__link {
    padding-block: 1rem;
    width: 40rem;
    margin-inline: auto;
  }
  .footer .external__link-text {
    font-size: max(2rem, 14px);
    line-height: 1;
  }
  .footer .external__link-icon {
    width: 8.5px;
    height: 10px;
    right: 1rem;
    top: 45%;
  }
  .footer .sns {
    margin-top: 3.8rem;
  }
  .footer .sns__title {
    font-size: 1.8rem;
    line-height: 1.2222222222;
    padding-inline: 2.5rem;
  }
  .footer .sns__list {
    margin-top: 2.4rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem;
  }
  .footer .sns__list li {
    width: 8rem;
  }
  .footer .footer__copyright-text {
    margin-top: 6rem;
    font-size: 1rem;
    line-height: 3;
  }
}

.wrapper {
  max-width: min(1500px, 85%);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    max-width: 100%;
  }
}

.section__sub-title {
  font-size: 4.6rem;
  line-height: 1.3043478261;
  font-weight: 600;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .section__sub-title {
    font-size: 1.8rem;
    line-height: 1.3888888889;
  }
}

.external {
  margin-top: 6rem;
}

.bold {
  font-weight: bold;
}

.external__link {
  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-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 0 3.5rem;
  padding-block: 1rem;
  border: 1px solid #9fa0a0;
  font-size: 1.4rem;
  position: relative;
}
.external__link:hover .external__link-icon {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.external__link-icon {
  position: absolute;
  right: 3.5rem;
  bottom: 2rem;
  width: max(0.85rem, 8.5px);
  height: max(1rem, 10px);
}
.external__link-icon svg {
  width: 100%;
  height: 100%;
}

.sns {
  margin-top: 6rem;
  padding-bottom: 3rem;
}

.sns__title {
  font-size: 1.8rem;
  color: #3e3a39;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 3rem;
  border-left: 1px solid #595757;
  border-right: 1px solid #595757;
}

.sns__list {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 2.4rem;
}
.sns__list li {
  width: 6rem;
  gap: 3rem;
}
.sns__list li:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(0.3rem);
          transform: translateY(0.3rem);
}

@media screen and (max-width: 768px) {
  /*  .external {
       margin-top: rem(30);
     }
  */
  .external__link {
    padding-inline: 0 2.2rem;
    padding-block: max(0.6rem, 8px);
    gap: 6rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: max(1.2rem, 14px);
    position: relative;
  }
  /* 
    .external__link-text {
      line-height: 1;
    }



    .sns {
      margin-top: rem(24);
      padding-bottom: rem(15);
    }

    .sns__title {
      font-size: rem(10);
      padding-inline: rem(15);
    } */
  .external__link-icon {
    bottom: unset;
    top: 48%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8.5px;
    height: 10px;
  }
  .sns__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: max(1.2rem, 15px);
    gap: max(1.5rem, 30px);
    /*  li {
        width: rem(30);

      } */
  }
}
.floating {
  position: fixed;
  bottom: 12rem;
  right: 0;
  width: 8rem;
  height: 55rem;
  border-radius: 3rem 0 0 3rem;
  color: var(--white);
  background: -webkit-gradient(linear, left top, left bottom, from(#ee7947), to(#f8b62d));
  background: -webkit-linear-gradient(top, #ee7947, #f8b62d);
  background: linear-gradient(to bottom, #ee7947, #f8b62d);
  z-index: 99;
}
.floating__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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.floating__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;
  gap: 1rem;
}
.floating__text--1 {
  margin-bottom: 3rem;
}
.floating__text--1 .floating__text-icon {
  width: 3.3rem;
}
.floating__text--2 {
  margin-block: 4.2rem 3.6rem;
}
.floating__text--2 .floating__text-icon {
  width: 2.2rem;
}
.floating__text--3 {
  margin-top: 3rem;
}
.floating__text--3 .floating__text-icon {
  width: 2.9rem;
}
.floating__text-icon {
  margin-inline: auto;
}
.floating__text-item {
  font-size: 1.6rem;
  line-height: 1.125;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  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;
  letter-spacing: 0.03em;
  color: var(--white);
}
.floating__line {
  width: 5rem;
  margin-inline: auto;
  height: 1px;
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  .floating {
    /*  height: rem(130); */
    height: 15rem;
    width: calc(100% - 5.2rem);
    border-radius: 62.5em;
    bottom: 1rem;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .floating__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .floating__text {
    gap: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-block: 1rem;
  }
  .floating__text--1 {
    margin-block: 0;
  }
  .floating__text--1 .floating__text-item {
    margin-top: 1.6rem;
  }
  .floating__text--1 .floating__text-item br {
    display: none;
  }
  .floating__text--1 .floating__text-icon {
    width: 5.5rem;
  }
  .floating__text--2 {
    margin-block: 0;
  }
  .floating__text--2 .floating__text-item {
    margin-top: 1.4rem;
  }
  .floating__text--2 .floating__text-icon {
    width: 3.7rem;
  }
  .floating__text--3 {
    margin-block: 0;
  }
  .floating__text--3 .floating__text-item {
    margin-top: 1.8rem;
  }
  .floating__text--3 .floating__text-item br {
    display: none;
  }
  .floating__text--3 .floating__text-icon {
    width: 4.8rem;
  }
  .floating__text-item {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .floating__line {
    height: 11.5rem;
    width: 2px;
    border-radius: 6.25em;
    margin: 0;
  }
}

.page-top {
  position: fixed;
  bottom: 2rem;
  right: 0.8rem;
  width: 6.8rem;
  height: 6.8rem;
  z-index: 99;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.page-top a {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-top {
    bottom: 15rem;
    right: 1rem;
  }
}

.mt11 {
  margin-top: 1.1rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt50 {
  margin-top: 5rem;
}

.mt72 {
  margin-top: 7.2rem;
}

.mt75 {
  margin-top: 7.5rem;
}

.mt75--sp35 {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .mt75--sp35 {
    margin-top: 3.5rem;
  }
}

.mt88 {
  margin-top: 8.8rem;
}

.mt88--sp37 {
  margin-top: 8.8rem;
}
@media screen and (max-width: 768px) {
  .mt88--sp37 {
    margin-top: 3.7rem;
  }
}

.desktop {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .mobile {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

body:has(.modal__bg.is-active) {
  overflow: hidden;
}
body:has(.modal__bg.is-active) .header {
  z-index: 0;
}
body:has(.modal__bg.is-active) main {
  position: relative;
  z-index: 1;
}
body:has(.modal__bg.is-active) .floating,
body:has(.modal__bg.is-active) .page-top {
  display: none;
}
body:has(.introduction-modal__bg.is-active) {
  overflow: hidden;
}
body:has(.introduction-modal__bg.is-active) .header {
  z-index: 0;
}
body:has(.introduction-modal__bg.is-active) main {
  position: relative;
  z-index: 1;
}
body:has(.introduction-modal__bg.is-active) .introduction-modal {
  z-index: 5;
}
body:has(.introduction-modal__bg.is-active) .floating,
body:has(.introduction-modal__bg.is-active) .page-top {
  display: none;
}

.modal {
  /* @media (401px <=width < 601px) {
      &__inner {
          max-width: 85vw;
          width: 88%;
          max-height: 90vh;
          height: 70vh;
      }
  } */
  /*   @media (width < 401px) {
        &__inner {
            width: 88%;
            max-width: 85vw;

            height: 80vh;
            max-height: 80vh;
        }
    } */
}
.modal__bg {
  position: fixed;
  z-index: 10009;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.modal__bg.is-active {
  opacity: 1;
  visibility: visible;
}
.modal__inner {
  position: fixed;
  z-index: 10010;
  max-width: min(150rem, 90%);
  height: 85rem;
  max-height: 80vh;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  padding: 0 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.modal__inner.is-active {
  opacity: 1;
  visibility: visible;
}
.modal__card {
  width: 100%;
  height: 100%;
  background: var(--green);
  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;
  position: absolute;
  z-index: 1;
  -webkit-transform: translate3d(0, 48px, 0);
          transform: translate3d(0, 48px, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.6s ease, visibility 0.6s ease, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.3s ease-in-out;
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.modal__card.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal__card-close {
  width: 5.9rem;
  height: 5.9rem;
  position: absolute;
  top: 2.3rem;
  right: 2.3rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .modal__inner {
    width: max(50rem, 90%);
    height: max(78rem, 500px);
    max-height: none;
    min-height: 500px;
  }
  .modal__card {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .modal__card-close {
    top: 2rem;
    right: initial;
    left: 2rem;
  }
}

.fv {
  aspect-ratio: 1920/900;
  height: 90rem;
  width: 100%;
}
.fv .fv__inner {
  position: relative;
  aspect-ratio: 1920/900;
  z-index: 1;
}
.fv .fv__inner::before {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: -6.5rem;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/776;
  background: url(../images/pc/fv-img01.webp) no-repeat center center/cover;
}
.fv .fv__img-bg {
  display: none;
  width: 100%;
  aspect-ratio: 1920/900;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .fv__img-text {
  position: absolute;
  top: 12.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  aspect-ratio: 554/487;
  width: 55.4rem;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .fv {
    aspect-ratio: 700/1164;
    height: 116.4rem;
  }
  .fv .fv__inner {
    aspect-ratio: 700/1164;
    overflow: hidden;
  }
  .fv .fv__inner::before {
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 7rem;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 700/633;
    background: url(../images/sp/fv-img01.webp) no-repeat center bottom/contain;
  }
  .fv .fv__img-bg {
    aspect-ratio: 700/1164;
  }
  .fv .fv__img-text {
    top: 18.1rem;
    width: 55.4rem;
  }
}

body.menu-open {
  /*  padding-right: rem(17); 
   overflow: hidden;
   background: $orange; */
}
body.menu-open .which__options {
  z-index: 0;
}
body.menu-open .swiper-pagination {
  z-index: -1;
}
body.menu-open .floating {
  z-index: 0;
}
body.menu-open .page-top {
  z-index: 0;
}

/* body:has(.modal__bg.is-active){
padding-right: 17px;
} */
.bgtop {
  position: relative;
  z-index: 1;
  top: -6.5rem;
  width: 100%;
  height: 325.8rem;
}
.bgtop::before {
  content: "";
  position: absolute;
  background: url(../images/pc/bg-top.webp) no-repeat center center/cover;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1473/2500;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bgtop {
    top: -21rem;
    height: 326.2rem;
  }
  .bgtop::before {
    background: url(../images/sp/bg-top.webp) no-repeat center center/cover;
    aspect-ratio: 700/3262;
  }
}

.about {
  position: relative;
}
.about__fig {
  position: absolute;
  top: 13rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 134.5rem;
}
.about__title {
  padding-top: 15.1rem;
  color: var(--white);
  line-height: 1.4666666667;
}
.about__txt {
  margin-top: 7rem;
  text-align: center;
  color: var(--white);
  font-size: 2.2rem;
  line-height: 2.2727272727;
}
.about__benefit {
  margin-top: 12.5rem;
  width: 130rem;
}
@media screen and (max-width: 768px) {
  .about__inner {
    padding-inline: 5rem;
  }
  .about__fig {
    top: -3rem;
    width: 64.5rem;
  }
  .about__title {
    padding-top: 15.5rem;
    line-height: 1.2666666667;
    font-size: 4.5rem;
  }
  .about__txt {
    margin-top: 5rem;
  }
  .about__benefit {
    margin-top: 14rem;
    width: 100%;
  }
}

.section__title-wrapper .sec-title {
  text-align: center;
  font-weight: 700;
  font-size: 4.5rem;
}

.cta {
  margin-top: -24rem;
  position: relative;
  z-index: 5;
}
.cta__slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.cta__slider .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.cta__slider .cta__slide {
  width: 35rem;
  aspect-ratio: 1/1;
  margin-right: 1.7rem;
  overflow: hidden;
}
.cta__slider .cta__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta__btn {
  margin-top: 20rem;
  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-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
.cta__btn-item {
  width: 60rem;
  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;
  height: 15rem;
  border-radius: 62.5rem;
  background: var(--green);
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cta__btn-item:hover .cta__btn-icon {
  right: 3rem;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}
.cta__btn-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-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;
  gap: 0.8rem;
  width: 100%;
  text-align: center;
}
.cta__btn-title--small {
  font-size: 2rem;
  line-height: 1;
  color: var(--text);
  font-weight: 700;
}
.cta__btn-title--large {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.025;
  color: var(--white);
}
.cta__btn-icon {
  position: absolute;
  top: 42%;
  right: 3.4rem;
  width: 3.6rem;
  height: 3.6rem;
}
@media screen and (max-width: 768px) {
  .cta {
    margin-top: -13.8rem;
  }
  .cta__slider .cta__slide {
    width: 28rem;
    margin-right: 1.5rem;
  }
  .cta__btn {
    margin-top: 6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  .cta__btn-item {
    max-width: 60rem;
    width: 100%;
    padding-inline: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cta__btn-title {
    gap: 0.5rem;
  }
  .cta__btn-icon {
    position: absolute;
    top: 42%;
    right: 3.4rem;
    width: 3.6rem;
    height: 3.6rem;
  }
}

.which {
  padding-top: 23.5rem;
  padding-bottom: 13rem;
}
.which__title {
  width: 52.9rem;
  height: 17rem;
  margin-inline: auto;
}
.which__options {
  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: 5rem;
  display: flex;
  width: 100%;
  margin-inline: auto;
  position: relative;
  z-index: 1000;
}
.which .tab {
  cursor: pointer;
  width: 50rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: var(--white);
  font-size: 4rem;
  line-height: 1.025;
  font-weight: 600;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 2.5rem;
  border-radius: 3rem 3rem 0 0;
}
.which .tab::after {
  content: "";
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.which .which__alone {
  background: -webkit-gradient(linear, left top, right top, from(#f0882d), color-stop(90%, #f8b62d), to(#f8b62d));
  background: -webkit-linear-gradient(left, #f0882d 0%, #f8b62d 90%, #f8b62d 100%);
  background: linear-gradient(to right, #f0882d 0%, #f8b62d 90%, #f8b62d 100%);
}
.which .which__alone::after {
  background-image: url(../images/common/arrow-white.webp);
}
.which .which__commuting {
  background: -webkit-gradient(linear, left top, right top, from(#00ace6), color-stop(90%, #9fd9f6), to(#9fd9f6));
  background: -webkit-linear-gradient(left, #00ace6 0%, #9fd9f6 90%, #9fd9f6 100%);
  background: linear-gradient(to right, #00ace6 0%, #9fd9f6 90%, #9fd9f6 100%);
}
.which .which__commuting::after {
  background-image: url(../images/common/arrow-white.webp);
}
.which .which__alone.active {
  color: var(--orange);
  background: var(--white);
}
.which .which__alone.active::after {
  background-image: url(../images/common/arrow-orange.webp);
}
.which .which__commuting.active {
  color: #00ace6;
  background: var(--white);
}
.which .which__commuting.active::after {
  background-image: url(../images/common/arrow-blue.webp);
}
.which .panel__area-wrapper {
  background-color: var(--white);
  border-radius: 3rem;
  padding-block: 17rem 10rem;
}
.which .panel__area {
  text-align: center;
  max-width: min(1200px, 85%);
  margin-inline: auto;
}
.which .which__point-title {
  position: relative;
  text-align: center;
  font-size: 4rem;
  line-height: 1.25;
  font-weight: 600;
}
.which .which__point-title::before {
  content: "";
  display: block;
  width: 17rem;
  height: 5.4rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -6rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.which #tab-alone .which__point--01 .which__point-title--01::before {
  background-image: url(../images/common/which-point01.webp);
}
.which #tab-alone .which__point--01 .which__point-description {
  margin-top: 3rem;
  text-align: center;
}
.which #tab-alone .which__point--02 .which__point-title--02 {
  margin-top: 10rem;
}
.which #tab-alone .which__point--02 .which__point-title--02::before {
  background-image: url(../images/common/which-point02.webp);
}
.which #tab-alone .which__point--02 .which__card {
  margin-top: 3rem;
  gap: 5rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.which #tab-alone .which__point--02 .which__point-description {
  width: min(35rem, 30%);
  text-align: left;
  min-width: 355px;
}
@media (768px < width < 901px) {
  .which #tab-alone .which__point--02 .which__point-description {
    min-width: 255px;
  }
}
.which #tab-alone .which__point--02 .which__img-02 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.which #tab-commuting .which__point--01 .which__point-title--01::before {
  background-image: url(../images/common/which-point01-blue.webp);
}
.which #tab-commuting .which__point--01 .which__card {
  margin-top: 5.5rem;
  gap: 6rem;
  padding-bottom: 6rem;
}
.which #tab-commuting .which__point--01 .which__point-description {
  width: min(60rem, 48%);
}
.which #tab-commuting .which__point--01 .which__img-02 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.which #tab-commuting .which__point--02 {
  margin-top: 12rem;
}
.which #tab-commuting .which__point--02 .which__point-title--02::before {
  background-image: url(../images/common/which-point02-blue.webp);
}
.which #tab-commuting .which__point--02 .which__card {
  margin-top: 3rem;
  gap: 7.6rem;
}
.which #tab-commuting .which__point--02 .which__point-description {
  padding-top: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.which #tab-commuting .which__point--02 .which__img-02 {
  width: min(40rem, 33%);
}
.which__point--01 {
  border-bottom: 1px solid #dcdddd;
}
.which__point-description {
  text-align: left;
  font-size: 2rem;
  line-height: 2;
}
.which__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  padding-bottom: 1.5rem;
}
.which__image {
  width: 100px;
  height: auto;
}
.which small {
  font-size: 1.6rem;
  line-height: 2.5;
}
.which__cta-wrapper {
  margin-top: 11rem;
  display: block;
}
.which__cta {
  margin-inline: auto;
  width: 72rem;
  padding-block: 4rem;
  background-color: #d73142;
  border-radius: 10rem;
  color: var(--white);
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.7rem;
  -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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.25);
}
.which__cta:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(0.5rem, 0.5rem);
          transform: translate(0.5rem, 0.5rem);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.which__cta-icon {
  width: 4.4rem;
  height: 4.4rem;
}
.which__cta-icon svg {
  width: 100%;
  height: 100%;
}
.which .panel {
  display: none;
}
.which .panel.active {
  display: block;
}
@media screen and (min-width: 769px) {
  .which {
    padding-top: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .which {
    padding-top: 10rem;
    padding-bottom: 4.7rem;
    padding-inline: 2.5rem;
  }
  .which__title {
    width: 45rem;
    height: 14.4rem;
  }
  .which__options {
    margin-top: 2.5rem;
  }
  .which .tab {
    width: 30rem;
    font-size: 2.6rem;
  }
  .which .tab::after {
    right: 1.8rem;
  }
}
@media screen and (max-width: 768px) and (width < 601px) {
  .which .tab {
    font-size: 2.2rem;
    width: 25rem;
  }
  .which .tab::after {
    right: 1.5rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .which .panel__area-wrapper {
    padding-block: 10rem 5rem;
  }
  .which .panel__area {
    padding-inline: 2.5rem;
    max-width: 100%;
  }
  .which .which__point-title {
    font-size: 3.4rem;
    line-height: 1.1764705882;
  }
  .which .which__point-title::before {
    top: -4rem;
    width: 13.9rem;
    height: 4.1rem;
  }
}
@media screen and (max-width: 768px) and (width < 601px) {
  .which .which__point-title {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 768px) {
  .which #tab-alone .which__point--01 .which__point-description {
    margin-top: 2rem;
    text-align: left;
  }
  .which #tab-alone .which__point--02 .which__point-title--02 {
    margin-top: 8.7rem;
  }
  .which #tab-alone .which__point--02 .which__card {
    margin-top: 2rem;
    gap: 1.7rem;
  }
  .which #tab-alone .which__point--02 .which__point-description {
    width: 28rem;
    min-width: unset;
  }
  .which #tab-alone .which__point--02 .which__img-02 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 46%;
  }
  .which #tab-commuting .which__point--01 .which__card {
    margin-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 3rem;
  }
  .which #tab-commuting .which__point--01 .which__point-description {
    width: 100%;
  }
  .which #tab-commuting .which__point--01 .which__img-02 {
    width: 45rem;
    margin-inline: auto;
  }
  .which #tab-commuting .which__point--02 {
    margin-top: 7.7rem;
  }
  .which #tab-commuting .which__point--02 .which__card {
    margin-top: 1rem;
    gap: 1.9rem;
  }
  .which #tab-commuting .which__point--02 .which__point-description {
    padding-top: 0rem;
    width: 49%;
  }
  .which #tab-commuting .which__point--02 .which__img-02 {
    width: min(40%, 24.9rem);
  }
  .which__point-description {
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) and (width < 601px) {
  .which__point-description {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .which__images {
    margin-top: 1.5rem;
    padding-bottom: 2.5rem;
  }
  .which small {
    font-size: 1.4rem;
    line-height: 2.5;
  }
}
@media screen and (max-width: 768px) and (width < 601px) {
  .which small {
    font-size: 1.2rem;
    line-height: 2.9166666667;
  }
}
@media screen and (max-width: 768px) {
  .which__cta-wrapper {
    margin-top: 5rem;
  }
  .which__cta {
    margin-inline: auto;
    width: 60rem;
    max-width: 85%;
    padding-block: 3rem;
    font-size: 3.2rem;
    gap: 1.2rem;
    -webkit-box-shadow: 0.8rem 0.8rem 0px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0.8rem 0.8rem 0px 0px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 768px) and (width < 601px) {
  .which__cta {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .which__cta-icon {
    width: 3.4rem;
    height: 3.4rem;
  }
}
@media screen and (max-width: 768px) and (width < 601px) {
  .which__cta-icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.voice {
  position: relative;
  padding-block: 26.5rem 25rem;
  /* 画像内テキスト */
}
.voice::before {
  position: absolute;
  background: url(../images/pc/voice-bg.webp) no-repeat center top/cover;
  content: "";
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1920/1616;
}
.voice .voice__inner {
  max-width: 90%;
  margin-inline: auto;
}
.voice .voice__title {
  width: 45rem;
  margin-inline: auto;
}
.voice .voice__sub-title {
  font-size: 6rem;
}
.voice .voice__sub-title--green {
  color: var(--green);
  font-weight: 600;
}
.voice .voice__body {
  margin-top: 8.3rem;
}
.voice .voice__switch {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
.voice .voice__item {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  width: 40rem;
}
.voice .voice__item:hover {
  -webkit-box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.voice .modal__content {
  max-width: 150rem;
  margin-inline: auto;
  -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;
  gap: 8rem;
}
.voice .modal__img-wrapper {
  position: relative;
  width: 60rem;
}
.voice .modal__img-txts {
  position: absolute;
  top: 0rem;
  right: 5.4rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: inline-block;
}
.voice .modal__img-txts > * + * {
  margin-right: 1rem !important;
}
.voice .modal__img-txt {
  margin-block: 0;
  letter-spacing: 0.1em;
  padding: 2.4rem 1.5rem 2.1rem;
  font-size: 2.7rem;
  font-weight: 700;
  background-color: #dae000;
  display: inline-block;
}
.voice .modal__txt {
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--text);
  font-weight: 700;
}
.voice .modal__txt-wrapper {
  width: max(54.8rem, 300px);
  background-color: var(--white);
  padding: 5.4rem 3.3rem 6.4rem 3.3rem;
  border: 2px solid var(--text);
}
.voice .modal__txt--faculty {
  font-size: 2.4rem;
  line-height: 181%;
  margin-bottom: 2rem;
}
.voice .modal__txt--name {
  font-size: 2.2rem;
  line-height: 181%;
}
.voice .modal__txt--thoughts {
  margin-top: 2rem;
  font-size: max(1.6rem, 10px);
  line-height: 187%;
}
.voice .voice__btn {
  margin-top: 15.4rem;
  width: 60rem;
  height: 15rem;
  margin-inline: auto;
}
.voice .voice__btn-link {
  position: relative;
  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-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;
  width: 100%;
  height: 100%;
  background-color: var(--btn-red);
  border-radius: 62.5rem;
  padding-right: 3rem;
}
.voice .voice__btn-link:hover {
  -webkit-box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.voice .voice__btn-link::before {
  position: absolute;
  content: "";
  width: 9.2rem;
  height: 9.2rem;
  background: url(../images/pc/btn-txt01.webp) no-repeat center center/cover;
  top: -4.5rem;
  left: -0.5rem;
}
.voice .voice__btn-text {
  text-align: center;
  font-size: 4rem;
  color: var(--white);
  font-weight: 600;
  line-height: 1.025;
}
.voice .voice__btn-text--small {
  font-size: 2rem;
  font-weight: 600;
}
.voice .voice__btn-icon {
  width: 3.4rem;
  height: 3.4rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .voice {
    z-index: 2;
    padding-block: 14rem 26rem;
    /* 画像内テキスト */
  }
  .voice::before {
    background: url(../images/sp/voice-bg.webp) no-repeat center top/cover;
    aspect-ratio: 700/1616;
  }
  .voice::after {
    content: "";
    z-index: 5;
    bottom: -29rem;
    position: absolute;
    width: 100%;
    aspect-ratio: 700/512;
    height: auto;
    background: url(../images/sp/movie-img.webp) repeat center center/cover;
  }
  .voice .voice__inner {
    max-width: 100%;
  }
  .voice .voice__sub-title {
    font-size: 6rem;
    margin-top: 2rem;
  }
  .voice .voice__body {
    margin-top: 6rem;
    margin-left: 9.6rem;
  }
  .voice .voice__switch {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 0;
  }
  .voice .voice__pagination {
    margin-top: 4.5rem;
    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;
  }
  .voice .voice__pagination span {
    width: 1.5rem;
    height: 1.5rem;
  }
  .voice .voice__pagination .swiper-pagination-bullet {
    background: #C9CACA;
    opacity: 0.9;
  }
  .voice .voice__pagination .swiper-pagination-bullet-active {
    background: var(--black);
  }
  .voice .voice__item {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
  }
  .voice .modal__content {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
  }
  .voice .modal__img-wrapper {
    width: 100%;
  }
  .voice .modal__img-txts {
    top: 3.2rem;
    right: 4rem;
    z-index: 1;
  }
  .voice .modal__img-txt {
    padding: 1.5rem 1rem;
    white-space: nowrap;
  }
  .voice .modal__txt-wrapper {
    width: 92%;
    padding: 4rem 2.5rem;
    position: absolute;
    bottom: 2rem;
  }
  .voice .modal__txt--faculty {
    font-size: 2.2rem;
  }
  .voice .modal__txt--name {
    font-size: 2rem;
  }
  .voice .modal__txt--thoughts {
    font-size: max(1.5rem, 10px);
  }
  .voice .voice__btn {
    margin-top: 10rem;
    width: 60rem;
    height: 15rem;
    margin-inline: auto;
  }
  .voice .voice__btn-link {
    position: relative;
    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-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;
    width: 100%;
    height: 100%;
    background-color: var(--btn-red);
    border-radius: 62.5rem;
    padding-right: 3rem;
  }
  .voice .voice__btn-link:hover {
    -webkit-box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .voice .voice__btn-link::before {
    position: absolute;
    content: "";
    width: 9.2rem;
    height: 9.2rem;
    background: url(../images/pc/btn-txt01.webp) no-repeat center center/cover;
    top: -4.5rem;
    left: -0.5rem;
  }
  .voice .voice__btn-text {
    text-align: center;
    font-size: 4rem;
    color: var(--white);
    font-weight: 600;
    line-height: 1.025;
  }
  .voice .voice__btn-text--small {
    font-size: 2rem;
    font-weight: 600;
  }
  .voice .voice__btn-icon {
    width: 3.4rem;
    height: 3.4rem;
    position: absolute;
    right: 3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.movie {
  margin-top: -10.5rem;
  position: relative;
  z-index: 5;
}
.movie::before {
  position: absolute;
  content: "";
  z-index: 1;
  top: -7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 179.3rem;
  aspect-ratio: 1793/890;
  height: auto;
  background: url(../images/pc/movie-img.webp) repeat center center/cover;
}
.movie-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  aspect-ratio: 1920/1616;
  background-color: var(--btn-red);
  mask-image: url(../images/pc/movie-mask.webp);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url(../images/pc/movie-mask.webp);
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.movie-bg::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pc/movie-bg.webp) repeat center center/contain;
}
.movie .section__title-wrapper {
  padding-top: 32.2rem;
}
.movie .section__title-wrapper img {
  width: 39.7rem;
  margin-inline: auto;
  display: block;
}
.movie .section__title-wrapper .movie__title {
  margin-top: 1.2rem;
  font-size: 6rem;
  color: var(--white);
  line-height: 1.1833333333;
}
.movie__video {
  margin-top: 12rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 123.3rem;
  margin-inline: auto;
  gap: 3.3rem;
}
.movie__video-item {
  width: calc(50% - 1.65rem);
}
.movie__video-item p {
  font-size: 3rem;
  color: var(--white);
  line-height: 1;
  font-weight: 700;
  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;
  gap: 1.5rem;
}
.movie__video-item p::before {
  margin-left: 4.5rem;
  content: "";
  display: block;
  width: 5.5rem;
  height: 3.6rem;
  background: url(../images/pc/movie-icon.webp) repeat center center/contain;
}
.movie__video-iframe {
  margin-top: 2rem;
  width: 100%;
  aspect-ratio: 600/364;
}
.movie__video-iframe iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.movie__btn {
  margin-top: 8.8rem;
  padding-bottom: 39rem;
  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;
}
.movie__btn-item {
  width: 55rem;
  height: 10rem;
  background-color: var(--white);
  border-radius: 6.25rem;
  display: grid;
  place-items: center;
  position: relative;
}
.movie__btn-item:hover .movie__btn-icon {
  right: 1.8rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.movie__btn-text {
  color: var(--text);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}
.movie__btn-icon {
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.4rem;
  height: 3.4rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .movie {
    margin-top: -14.5rem;
    z-index: 1;
    position: relative;
  }
  .movie::before {
    content: none;
  }
  .movie-bg {
    background: url(../images/sp/movie-mask.webp) repeat center center/contain;
    aspect-ratio: 700/1831;
    mask-image: none;
    -webkit-mask-image: none;
  }
  .movie-bg::after {
    content: none;
  }
  .movie .section__title-wrapper {
    padding-top: 23rem;
  }
  .movie .section__title-wrapper .movie__title {
    line-height: 1.1166666667;
  }
  .movie__video {
    margin-top: 6.7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    padding-inline: 5rem;
    gap: 7rem;
  }
  .movie__video-item {
    width: 100%;
  }
  .movie__video-item p {
    gap: 0.75rem;
  }
  .movie__video-item p::before {
    margin-left: 0rem;
  }
  .movie__video-iframe {
    margin-top: 2rem;
    aspect-ratio: 600/337;
  }
  .movie__btn {
    margin-top: 7rem;
    padding-bottom: 21.5rem;
  }
  .movie__btn-item {
    width: 55rem;
    height: 10rem;
    background-color: var(--white);
    border-radius: 6.25rem;
    display: grid;
    place-items: center;
    position: relative;
  }
  .movie__btn-icon {
    position: absolute;
    top: 50%;
    right: 3rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.4rem;
    height: 3.4rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.introduction {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .introduction {
    margin-top: 6rem;
  }
}
.introduction .introduction__head {
  max-width: 64rem;
  width: 100%;
  margin-inline: auto;
}
.introduction .introduction__head .introduction__head-body {
  padding-inline: 1.5rem;
}
.introduction .introduction__head .introduction__head-title {
  position: relative;
  background: #20283e;
  font-size: 2.6rem;
  line-height: 1;
  color: var(--white);
  padding: 0.9rem 1rem;
  border-radius: 1rem 0 1rem 0;
  text-align: center;
}
.introduction .introduction__head .introduction__head-title::before, .introduction .introduction__head .introduction__head-title::after {
  content: "";
  position: absolute;
  width: 1.15rem;
  height: 1.15rem;
  background: var(--white);
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.introduction .introduction__head .introduction__head-title::before {
  left: 2.77rem;
}
.introduction .introduction__head .introduction__head-title::after {
  right: 2.77rem;
}
@media screen and (max-width: 768px) {
  .introduction .introduction__head .introduction__head-title {
    font-size: 2.6rem;
    padding: 0.8rem 1rem;
  }
  .introduction .introduction__head .introduction__head-title::before {
    left: 1.6rem;
  }
  .introduction .introduction__head .introduction__head-title::after {
    right: 1.6rem;
  }
}
.introduction .introduction__head .introduction__head-txt {
  margin-top: 3.1rem;
  font-size: 2.2rem;
  line-height: 2;
}
.introduction .introduction__head .introduction__head-txt.tac {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduction .introduction__head .introduction__head-txt {
    margin-top: 3.35rem;
    font-size: 2rem;
    line-height: 1.75;
  }
  .introduction .introduction__head .introduction__head-txt.tac {
    font-size: 2.2rem;
  }
}
.introduction .introduction__head .introduction__head-list {
  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: 3.6rem;
  counter-reset: li;
}
.introduction .introduction__head .introduction__head-list li {
  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: 2.8rem;
}
.introduction .introduction__head .introduction__head-list li h4 {
  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;
  gap: 0.8rem;
  font-size: 2.8rem;
  line-height: 4.4rem;
  letter-spacing: 0;
  white-space: nowrap;
}
.introduction .introduction__head .introduction__head-list li h4::before {
  counter-increment: li;
  content: "0" counter(li);
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  background: var(--black);
  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;
  text-align: center;
  color: var(--white);
  font-size: 1em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.introduction .introduction__head .introduction__head-list li a {
  position: relative;
  width: 60rem;
  height: 9rem;
  background: var(--btn-red);
  margin-inline: auto;
  color: var(--white);
  font-size: 2.5rem;
  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;
  -webkit-box-shadow: 0 8px 8px rgba(35, 24, 21, 0.25);
          box-shadow: 0 8px 8px rgba(35, 24, 21, 0.25);
}
.introduction .introduction__head .introduction__head-list li a .introduction__head-icon {
  position: absolute;
  width: 3.55rem;
  top: 50%;
  left: 7.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}
.introduction .introduction__head .introduction__head-list li a .introduction__head-text {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.introduction .introduction__head .introduction__head-list li a .introduction__head-tab {
  position: absolute;
  width: 2.4rem;
  right: 3rem;
  margin: 0;
}
.introduction .introduction__head .introduction__head-list li p {
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduction .introduction__head .introduction__head-list li p {
    margin-top: 1.7rem;
  }
}
.introduction .introduction__body {
  position: relative;
  max-width: 117.2rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .introduction .introduction__body {
    margin-top: 3.7rem;
    padding-bottom: 6rem;
    width: calc(100% - 5.6rem);
  }
}
.introduction .introduction__body .introduction__map {
  width: 62.05rem;
  position: absolute;
  top: 0;
  left: -10rem;
}
@media screen and (max-width: 768px) {
  .introduction .introduction__body .introduction__map {
    width: 60rem;
    left: auto;
    right: 0.4rem;
    top: 4.4rem;
  }
}
.introduction .introduction__body .introduction__area {
  padding-top: 7.8rem;
  width: 54.5rem;
  margin-left: auto;
}
.introduction .introduction__body .introduction__area .introduction__area-title {
  font-size: 2.2rem;
  line-height: 1.5454545455;
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 0.1rem solid var(--black);
  margin-inline: auto;
}
.introduction .introduction__body .introduction__area .introduction__area-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.3rem 2.2rem;
  margin-top: 4rem;
}
.introduction .introduction__body .introduction__area .introduction__area-list .introduction__area-item a {
  width: 16.7rem;
  height: 12.4rem;
  border-radius: 1rem;
  background: var(--black);
  color: var(--white);
  font-size: 2.4rem;
  text-align: center;
  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;
  position: relative;
}
.introduction .introduction__body .introduction__area .introduction__area-list .introduction__area-item a[data-location=hokkaido] {
  background: #5f7cbb;
}
.introduction .introduction__body .introduction__area .introduction__area-list .introduction__area-item a[data-location=tohoku] {
  background: #74c9dd;
}
.introduction .introduction__body .introduction__area .introduction__area-list .introduction__area-item a[data-location=kanto] {
  background: #8aba29;
}
.introduction .introduction__body .introduction__area .introduction__area-list .introduction__area-item a[data-location=chubu] {
  background: #3cb6a9;
}
.introduction .introduction__body .introduction__area .introduction__area-list .introduction__area-item a[data-location=kinki] {
  background: #8c6cad;
}
.introduction .introduction__body .introduction__area .introduction__area-list .introduction__area-item a[data-location=chugoku] {
  background: #e55b53;
}
.introduction .introduction__body .introduction__area .introduction__area-list .introduction__area-item a[data-location=shikoku] {
  background: #f4a34e;
}
.introduction .introduction__body .introduction__area .introduction__area-list .introduction__area-item a[data-location=kyushu] {
  background: #e2699a;
}
.introduction .introduction__body .introduction__area .introduction__area-list .introduction__area-item a::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 1.3rem;
  right: 1.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/chevron-right-white.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.introduction .introduction__body .introduction__area .introduction__area-list .introduction__area-item a::after {
  content: "";
  position: absolute;
  width: 4.75rem;
  height: 4.7rem;
  background-image: url(../images/pc/application-triangle.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 0.8rem;
  bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .introduction .introduction__body .introduction__area {
    width: 100%;
    padding: 0;
    margin-top: 4.2rem;
  }
  .introduction .introduction__body .introduction__area .introduction__area-inner01 {
    width: 34.8rem;
    height: 26.3rem;
    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-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    gap: 1.5rem 1.4rem;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .introduction .introduction__body .introduction__area .introduction__area-inner02 {
    width: 34.8rem;
    height: 54.1rem;
    margin-top: -6.8rem;
    margin-left: auto;
    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-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    gap: 1.5rem 1.4rem;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .introduction .introduction__body {
    margin-top: 6rem;
  }
}

.point {
  position: relative;
  padding-top: 21.2rem;
  margin-top: -6.5rem;
  padding-bottom: 22rem;
}
@media screen and (max-width: 768px) {
  .point {
    padding-top: 10.8rem;
    margin-top: -21rem;
    padding-bottom: 11.8rem;
    margin-bottom: -10.8rem;
  }
}
.point::before {
  content: "";
  position: absolute;
  background: url(../images/pc/point-bg.webp) no-repeat center top/cover;
  top: -18.4rem;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 768/805;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .point::before {
    background: url(../images/sp/point-bg.webp) no-repeat center top/cover;
    aspect-ratio: 1400/2740;
    top: -10.2rem;
  }
}
.point .point__inner {
  max-width: 156rem;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .point .point__inner {
    max-width: 60rem;
  }
}
.point .point__title {
  width: 59.3rem;
  margin-inline: auto;
}
.point .point__col {
  margin-top: 9rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .point .point__col {
    margin-top: 3.6rem;
  }
}
.point .point__col .point__item {
  width: 100%;
  height: 63.5rem;
  background: var(--white);
  border-radius: 3.2rem;
  padding: 5.8rem 4.8rem 0;
}
@media screen and (max-width: 768px) {
  .point .point__col .point__item {
    height: 75rem;
    padding: 7rem 5.8rem 0;
  }
}
.point .point__col .point__item-img {
  width: 100%;
}
.point .point__col .point__item-title {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  color: var(--green);
  font-weight: 700;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .point .point__col .point__item-title {
    font-size: 3rem;
    line-height: 1.3333333333;
    margin-top: 3.2rem;
  }
}
.point .point__col .point__item-txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 400;
  margin-top: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .point .point__col .point__item-txt {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-top: 2rem;
  }
}
.point .point__col .point__item-list {
  margin-top: 1.8rem;
  padding: 1.8rem 3.2rem;
  background: #e5f2eb;
}
.point .point__col .point__item-list li {
  font-size: 1.3rem;
  line-height: 1.3846153846;
}
@media screen and (max-width: 768px) {
  .point .point__col .point__item-list {
    margin-top: 2.2rem;
    padding: 2rem 4rem;
  }
  .point .point__col .point__item-list li {
    font-size: 1.6rem;
    line-height: 1.3125;
  }
}
.point .point__col .point__pagination {
  margin-top: 6.2rem;
  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;
  display: none;
}
.point .point__col .point__pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  background: var(--white);
  opacity: 1;
  border-radius: 50%;
  margin-inline: 2.6rem;
}
.point .point__col .point__pagination .swiper-pagination-bullet-active {
  background: var(--black);
}
@media screen and (max-width: 768px) {
  .point .point__col .point__pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.5rem;
  }
}
.introduction-modal .introduction-modal__bg {
  position: fixed;
  z-index: 10009;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.introduction-modal .introduction-modal__bg.is-active {
  opacity: 1;
  visibility: visible;
}
.introduction-modal .introduction-modal__inner {
  position: fixed;
  z-index: 10010;
  max-width: min(1500px, 78vw);
  height: 85rem;
  max-height: 95vh;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  padding: 0 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.introduction-modal .introduction-modal__inner.is-active {
  opacity: 1;
  visibility: visible;
}
.introduction-modal .introduction-modal__card {
  width: 100%;
  height: 100%;
  background: #fff;
  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;
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.6s ease, visibility 0.6s ease, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.3s ease-in-out;
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.introduction-modal .introduction-modal__card.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-hokkaido] .introduction-modal__head,
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-hokkaido] .introduction-modal__card-close::before,
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-hokkaido] .introduction-modal__card-close::after {
  background: #5f7cbb;
}
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-hokkaido] .introduction-modal__list .introduction-modal__item p span {
  color: #5f7cbb;
}
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-tohoku] .introduction-modal__head,
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-tohoku] .introduction-modal__card-close::before,
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-tohoku] .introduction-modal__card-close::after {
  background: #74c9dd;
}
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-tohoku] .introduction-modal__list .introduction-modal__item p span {
  color: #74c9dd;
}
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-kanto] .introduction-modal__head,
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-kanto] .introduction-modal__card-close::before,
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-kanto] .introduction-modal__card-close::after {
  background: #8aba29;
}
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-kanto] .introduction-modal__list .introduction-modal__item p span {
  color: #8aba29;
}
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-chubu] .introduction-modal__head,
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-chubu] .introduction-modal__card-close::before,
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-chubu] .introduction-modal__card-close::after {
  background: #3cb6a9;
}
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-chubu] .introduction-modal__list .introduction-modal__item p span {
  color: #3cb6a9;
}
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-kinki] .introduction-modal__head,
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-kinki] .introduction-modal__card-close::before,
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-kinki] .introduction-modal__card-close::after {
  background: #8c6cad;
}
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-kinki] .introduction-modal__list .introduction-modal__item p span {
  color: #8c6cad;
}
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-chugoku] .introduction-modal__head,
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-chugoku] .introduction-modal__card-close::before,
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-chugoku] .introduction-modal__card-close::after {
  background: #e55b53;
}
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-chugoku] .introduction-modal__list .introduction-modal__item p span {
  color: #e55b53;
}
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-shikoku] .introduction-modal__head,
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-shikoku] .introduction-modal__card-close::before,
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-shikoku] .introduction-modal__card-close::after {
  background: #f4a34e;
}
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-shikoku] .introduction-modal__list .introduction-modal__item p span {
  color: #f4a34e;
}
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-kyushu] .introduction-modal__head,
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-kyushu] .introduction-modal__card-close::before,
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-kyushu] .introduction-modal__card-close::after {
  background: #e2699a;
}
.introduction-modal .introduction-modal__card[data-introduction-modal=box-modal-kyushu] .introduction-modal__list .introduction-modal__item p span {
  color: #e2699a;
}
.introduction-modal .introduction-modal__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;
}
.introduction-modal .introduction-modal__card-close {
  width: 6.5rem;
  height: 6.5rem;
  position: absolute;
  background: var(--white);
  border-radius: 50%;
  top: 5.5rem;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.introduction-modal .introduction-modal__card-close::before, .introduction-modal .introduction-modal__card-close::after {
  content: "";
  position: absolute;
  width: 3.6rem;
  height: 0.2rem;
  background: var(--black);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.introduction-modal .introduction-modal__card-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.introduction-modal .introduction-modal__card-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.introduction-modal .introduction-modal__head {
  width: 100%;
  height: 11rem;
  background: var(--black);
  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;
  text-align: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.introduction-modal .introduction-modal__title {
  font-size: 4rem;
  color: var(--white);
  letter-spacing: 0.04em;
}
.introduction-modal .introduction-modal__body {
  height: calc(100% - 11rem);
  padding: 5.5rem 1.6rem;
  width: 100%;
}
.introduction-modal .introduction-modal__list {
  max-width: 120rem;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: auto;
  gap: 1rem 10rem;
}
.introduction-modal .introduction-modal__list .introduction-modal__item {
  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: 1rem;
  width: calc(50% - 5rem);
}
.introduction-modal .introduction-modal__list .introduction-modal__item h4 {
  font-size: 2.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem 0.8rem 0.5rem;
  margin-top: 1rem;
  line-height: 1;
  margin: 0;
  background: #3e3a39;
  color: var(--white);
}
.introduction-modal .introduction-modal__list .introduction-modal__item h4:first-child {
  margin-top: 0rem;
}
.introduction-modal .introduction-modal__list .introduction-modal__item p {
  font-size: 2.2rem;
  line-height: 1.6363636364;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.introduction-modal .introduction-modal__list .introduction-modal__item p span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .introduction-modal .introduction-modal__inner {
    max-width: 86vw;
    width: 60rem;
    height: 55rem;
    max-height: 80vh;
  }
  .introduction-modal .introduction-modal__body {
    padding: 3.8rem;
  }
  .introduction-modal .introduction-modal__list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .introduction-modal .introduction-modal__list .introduction-modal__item {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */