@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: #333333;
  --blue:#00ACE6;
  --orange:#F39800;
  --red: #D73142;
  --title-font: "Roboto", serif;
  --leading-trim:calc((1em - 1lh)/2);
}

html {
  font-size: 62.5%;
}
@media screen and (min-width: 1601px) and (max-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  html {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 1.6666666667vw;
  }
}

body {
  font-weight: 400;
  line-height: normal;
  color: var(--text);
  letter-spacing: normal;
  font-family: "Noto Sans JP", serif;
}

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;
}

.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: 4rem 0;
  padding-inline: 0 3.7rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  background: var(--white);
  border-radius: 0 10rem 10rem 0;
  padding: 2rem 8rem 2rem 4.5rem;
  display: inline-grid;
}
.header__logo picture {
  width: 26.8rem;
  aspect-ratio: 266/78;
  display: block;
}

.header__nav-inner {
  max-width: min(1500px, 90%);
  gap: 10rem;
  height: 100%;
  margin-inline: auto;
  text-align: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__navbar {
  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;
  overflow: hidden;
  padding: 4rem 2rem 0rem 2rem;
  gap: 5rem;
  background: var(--orange);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.header__link {
  font-size: 1.6rem;
  line-height: nomal;
  color: var(--white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: normal;
}

.hamburger {
  border: 1px solid var(--blue);
  z-index: 200;
  cursor: pointer;
  background: var(--blue);
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  -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.2rem;
}
.hamburger .hamburger__line {
  display: grid;
  width: 3.8rem;
  height: 3rem;
  place-items: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hamburger .hamburger__line span {
  width: 3.8rem;
  border-radius: 0.6rem;
  height: 3px;
  display: block;
  position: absolute;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: var(--white);
  left: 0;
  z-index: 30;
}
.hamburger .hamburger__line span:nth-child(1) {
  top: 0rem;
}
.hamburger .hamburger__line span:nth-child(2) {
  top: 1.5rem;
  opacity: 1;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.hamburger .hamburger__line span:nth-child(3) {
  top: 3rem;
}
.hamburger .hamburger__text {
  color: var(--white);
  font-size: 2rem;
  line-height: 1;
  font-family: "Roboto", serif;
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 60px;
    height: 60px;
    gap: 8px;
  }
  .hamburger .hamburger__line {
    width: 20px;
    height: 15px;
  }
  .hamburger .hamburger__line span {
    width: 20px;
    height: 2px;
  }
  .hamburger .hamburger__line span:nth-child(2) {
    top: 7.5px;
  }
  .hamburger .hamburger__line span:nth-child(3) {
    top: 15px;
  }
  .hamburger .hamburger__text {
    font-size: 10px;
  }
}

.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;
  border: 1px solid var(--blue);
  background: var(--white);
}
.header.open .header__link {
  color: var(--white);
}
.header.open .hamburger__text {
  color: var(--blue);
}
.header.open .hamburger__line span {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: var(--blue);
}
.header.open .hamburger__line span:nth-child(1) {
  -webkit-transform: translateY(1.5rem) rotate(-326deg);
          transform: translateY(1.5rem) 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);
}
@media screen and (max-width: 768px) {
  .header.open .hamburger__line span:nth-child(1) {
    -webkit-transform: translateY(7.5px) rotate(-326deg);
            transform: translateY(7.5px) rotate(-326deg);
  }
  .header.open .hamburger__line span:nth-child(3) {
    -webkit-transform: translateY(-7.5px) rotate(326deg);
            transform: translateY(-7.5px) rotate(326deg);
  }
}

@media screen and (max-width: 768px) {
  .header .header__inner {
    padding: 2rem 2rem 2rem 0;
  }
  .header .header__logo {
    background: var(--white);
    border-radius: 0 10rem 10rem 0;
    padding: 1rem 4rem 1rem 2.2rem;
  }
  .header .header__logo picture {
    width: max(13.2rem, 132px);
  }
  .header .header__navbar {
    padding: 7rem 2.5rem 0rem;
  }
  .header .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%;
  }
  .header .header__menu-left {
    gap: 0rem;
  }
  .header .header__list {
    padding: 0rem;
  }
  .header .header__list:last-of-type:last-of-type {
    margin-top: 2rem;
    border-bottom: 1px solid var(--white);
    margin-top: 0;
  }
  .header .header__link {
    font-size: 1.6rem;
    line-height: 1.4375;
    width: 100%;
  }
}
.header__navbar {
  padding-top: 12.5rem;
  overflow-y: scroll;
}
.header__navbar .header__nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.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: 65rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header__navbar .header__menu-left-title {
  font-size: 6rem;
  font-family: var(--title-font);
  line-height: 1;
  color: var(--white);
  text-align: left;
  margin-bottom: 3rem;
}
.header__navbar .header__link-text {
  font-size: 2.9rem;
  line-height: 1;
  text-align: left;
  font-weight: 700;
}
.header__navbar .header__link-icon {
  width: 3rem;
  height: 3rem;
}
.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__link {
  padding-block: 3rem;
  border-top: 1px solid var(--white);
  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: 65rem;
  background: var(--white);
  border-radius: 6rem 6rem 0 0;
  padding-top: 7.5rem;
  padding-inline: 12.5rem;
  margin-top: 3rem;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.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;
}
.header__navbar .menu-right__list .menu-right__list-item:first-of-type {
  background: -webkit-gradient(linear, left top, right top, from(#00ace6), color-stop(21%, #03ace6), color-stop(37%, #0daee6), color-stop(52%, #1eb1e6), color-stop(67%, #35b6e7), color-stop(80%, #54bce7), color-stop(93%, #79c3e8), to(#90c8e9));
  background: -webkit-linear-gradient(left, #00ace6 0%, #03ace6 21%, #0daee6 37%, #1eb1e6 52%, #35b6e7 67%, #54bce7 80%, #79c3e8 93%, #90c8e9 100%);
  background: linear-gradient(90deg, #00ace6 0%, #03ace6 21%, #0daee6 37%, #1eb1e6 52%, #35b6e7 67%, #54bce7 80%, #79c3e8 93%, #90c8e9 100%);
}
.header__navbar .menu-right__list .menu-right__list-item:nth-of-type(2) {
  background: -webkit-gradient(linear, left top, right top, from(#4db56e), color-stop(27%, #50b66f), color-stop(48%, #5ab975), color-stop(68%, #6bbe7f), color-stop(87%, #82c68d), to(#99ce9b));
  background: -webkit-linear-gradient(left, #4db56e 0%, #50b66f 27%, #5ab975 48%, #6bbe7f 68%, #82c68d 87%, #99ce9b 100%);
  background: linear-gradient(90deg, #4db56e 0%, #50b66f 27%, #5ab975 48%, #6bbe7f 68%, #82c68d 87%, #99ce9b 100%);
}
.header__navbar .menu-right__list .menu-right__list-item:last-of-type {
  background: -webkit-gradient(linear, left top, right top, from(#e33e54), color-stop(26%, #e34156), color-stop(48%, #e34b5f), color-stop(67%, #e45c6d), color-stop(85%, #e67382), to(#e88d98));
  background: -webkit-linear-gradient(left, #e33e54 0%, #e34156 26%, #e34b5f 48%, #e45c6d 67%, #e67382 85%, #e88d98 100%);
  background: linear-gradient(90deg, #e33e54 0%, #e34156 26%, #e34b5f 48%, #e45c6d 67%, #e67382 85%, #e88d98 100%);
}
.header__navbar .menu-right__list-item {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: 3rem;
  border-radius: 10rem;
}
.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: 2.5rem;
  padding-left: 6.4rem;
}
.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 {
  font-size: 2.1rem;
  color: var(--white);
  font-weight: 700;
  display: block;
}
.header__navbar .menu-right__link-icon {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 3rem;
  height: 3rem;
}
.header__navbar .menu-right__link-icon svg {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .header__navbar {
    padding-top: 7rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header__navbar {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .header__navbar .header__inner {
    padding-block: 2rem;
    padding-inline: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header__navbar .header__logo {
    padding: 2rem 2rem 0rem 2rem;
  }
  .header__navbar .header__menu-left-inner {
    width: 100%;
  }
  .header__navbar .header__menu-left-title {
    font-size: 3rem;
    margin-bottom: max(1.8rem, 18px);
    text-align: center;
  }
  .header__navbar .header__link-text {
    font-size: max(2rem, 15px);
    line-height: 1.5;
  }
  .header__navbar .header__link {
    padding-block: max(1.7rem, 15px);
  }
  .header__navbar .header__link-icon {
    width: max(1.8rem, 18px);
    height: max(1.8rem, 18px);
  }
  .header__navbar .header__link-icon svg {
    width: 100%;
    height: 100%;
  }
  .header__navbar .menu-right__inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    margin-top: 0;
    padding-inline: 2.5rem;
    padding-top: 3rem;
  }
  .header__navbar .menu-right__list {
    gap: 1rem;
  }
  .header__navbar .menu-right__list-item {
    padding-block: max(1.6rem, 15px);
  }
  .header__navbar .menu-right__link {
    padding-right: 1.5rem;
    padding-left: 4rem;
  }
  .header__navbar .menu-right__link-text {
    font-size: max(2rem, 14px);
  }
  .header__navbar .menu-right__link-icon {
    width: max(1.8rem, 18px);
    height: max(1.8rem, 18px);
  }
  .header__navbar .menu-right__link-icon svg {
    width: 100%;
    height: 100%;
  }
}

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

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

@-webkit-keyframes headerFixed {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes headerFixed {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.footer {
  padding-block: 13rem 6rem;
}
.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 (769px < width < 1281px) {
  .footer .footer__left {
    width: 70rem;
  }
}
@media (width < 601px) {
  .footer {
    /* .footer__logo{
      width: 55%;
      margin-inline: auto;

    } */
  }
  .footer .sp-br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-block: 8rem 12rem;
  }
  .footer .footer__inner {
    gap: 4.5rem;
    max-width: 44.5rem;
    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.6rem;
    line-height: 1.5625;
    text-align: center;
  }
  .footer .footer__right {
    max-width: 100%;
    width: 100%;
  }
  .footer .external__link {
    padding-block: 1rem;
  }
  .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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .sns__list li {
    width: 6rem;
  }
  .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 (min-width: 601px) and (max-width: 768px) {
  .section__sub-title {
    font-size: 3.6rem;
    line-height: 1.3888888889;
  }
}
@media screen and (max-width: 768px) {
  .section__sub-title {
    font-size: 1.8rem;
    line-height: 1.3888888889;
  }
}

.external {
  margin-top: 6rem;
}

.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: 55.5rem;
  border-radius: 3rem 0 0 3rem;
  color: var(--white);
  background-color: var(--red);
  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: 2rem;
}
.floating__text-icon {
  width: 3.8rem;
  height: 3.8rem;
}
.floating__text-item {
  font-size: 2rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  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.1em;
  color: var(--white);
}
.floating__line {
  width: 5rem;
  margin-inline: auto;
  height: 1px;
  background-color: var(--white);
  margin-block: 4rem;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .floating {
    height: 43rem;
    width: 6rem;
    bottom: 9rem;
  }
  .floating__text {
    gap: 1rem;
  }
  .floating__text-icon {
    width: 2.6rem;
    height: 2.6rem;
  }
  .floating__line {
    width: 4rem;
    margin-block: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .floating {
    height: 43rem;
    width: 6rem;
    bottom: 9rem;
  }
  .floating__text {
    gap: 1rem;
  }
  .floating__text-icon {
    width: 2.6rem;
    height: 2.6rem;
  }
  .floating__line {
    width: 4rem;
    margin-block: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .floating {
    /*  height: rem(130); */
    height: auto;
    width: 100%;
    border-radius: 3rem 3rem 0 0;
    bottom: 0;
    right: 0;
  }
  .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: 1rem;
    -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-item {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .floating__line {
    height: 10rem;
    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 (min-width: 1025px) and (max-width: 1280px) {
  .page-top {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .page-top {
    bottom: 15rem;
    right: 0rem;
  }
}

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) .voice {
  z-index: 5;
}
body:has(.modal__bg.is-active) .floating,
body:has(.modal__bg.is-active) .page-top {
  display: none;
}

.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(1500px, 78vw);
  height: 74rem;
  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: #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;
  -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: 7rem;
  height: 7rem;
  position: absolute;
  top: 4.5rem;
  right: 5.5rem;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .modal__inner {
    max-width: 135rem;
    height: 66.6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .modal__inner {
    max-width: 131.25rem;
    height: 64.75rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .modal__inner {
    width: 42.8571428571rem;
    height: 64.2857142857rem;
  }
}
@media screen and (max-width: 768px) {
  .modal__inner {
    width: 38.5714285714rem;
    width: 80%;
    height: 57.8571428571rem;
    height: 88rem;
    max-height: 93vh;
  }
  .modal__card-close {
    width: 4rem;
    height: 4rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}
@media (401px <= width < 601px) {
  .modal__inner {
    max-width: 85vw;
    width: 88%;
    max-height: 90vh;
    height: 70vh;
  }
}
@media (width < 401px) {
  .modal__inner {
    width: 88%;
    max-width: 85vw;
    /*  height: 63vh; */
    height: 80vh;
    max-height: 80vh;
  }
}

.fv .fv__inner {
  position: relative;
  aspect-ratio: 1920/900;
}
.fv .fv__img-bg {
  width: 100%;
  aspect-ratio: 1920/900;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .fv__img-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  aspect-ratio: 300/759;
  width: min(30rem, 14%);
  opacity: 0;
  visibility: hidden;
  /* img{
    width: 100%;
      display: block;
      aspect-ratio: 300/759;
  } */
}
@media screen and (max-width: 768px) {
  .fv .fv__inner {
    aspect-ratio: 350/600;
    display: block;
  }
  .fv .fv__img-bg {
    aspect-ratio: 350/600;
  }
  .fv .fv__img-text {
    top: 7rem;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 25rem;
  }
}

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;
} */
.results {
  background: #f39800;
  padding-block: 14rem 10rem;
  position: relative;
  z-index: 1;
  /*  @include mq(SP) {
     padding-block: rem(30) rem(33);
     padding-inline: rem(12.5);
     &::before {
       background: url(../images/sp/results-bg01.webp) no-repeat center center /
         cover;
       width: calc(rem(207) / 2);
       height: calc(rem(405) / 2);
     }
     &::after {
       background: url(../images/sp/results-bg02.webp) no-repeat center center /
         cover;
       width: calc(rem(284) / 2);
       height: calc(rem(315) / 2);
     }
     .results__title {
       width: calc(rem(226) / 2);
       height: calc(rem(90) / 2);
     }
     .results__body {
       padding-block: calc(rem(44) / 2);
       padding-inline: calc(rem(60) / 2);
       margin-top: calc(rem(40) / 2);
     }
     .results__description {
       font-size: calc(rem(18) / 2);
       line-height: calc(35 / 18);
       max-width: 100%;
       width: 100%;
     }
   } */
}
.results::before, .results::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  opacity: 0.5;
}
.results::before {
  background: url(../images/pc/results-bg01.webp) no-repeat center center/cover;
  top: 0;
  right: 0;
  height: 66.7rem;
  width: 70.3rem;
}
.results::after {
  background: url(../images/pc/results-bg02.webp) no-repeat center center/cover;
  bottom: 0;
  left: 0;
  width: 56rem;
  height: 47.4rem;
}
.results .results__title {
  width: 22.6rem;
  height: 9rem;
  margin-inline: auto;
}
.results .results__title img {
  width: 100%;
  height: 100%;
}
.results .results__sub-title {
  color: var(--white);
}
.results .results__body {
  background: var(--white);
  padding-block: 8rem;
  margin-top: 4rem;
  border-radius: 2.5rem;
}
.results .results__description {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5;
  max-width: min(120rem, 80%);
  margin-inline: auto;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .results {
    padding-block: 6rem 6.6rem;
    padding-inline: 2.5rem;
  }
  .results::before {
    background: url(../images/sp/results-bg01.webp) no-repeat center center/cover;
    width: 20.7rem;
    height: 40.5rem;
  }
  .results::after {
    background: url(../images/sp/results-bg02.webp) no-repeat center center/cover;
    width: 28.4rem;
    height: 31.5rem;
  }
  .results .results__sub-title {
    font-size: 3rem;
  }
  .results .results__body {
    padding-block: 4.4rem;
    padding-inline: 6rem;
    margin-top: 4rem;
  }
  .results .results__description {
    font-size: 1.8rem;
    line-height: 1.9444444444;
    max-width: 100%;
    width: 100%;
  }
}

.bgtop {
  background: #FADC9F;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bgtop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190rem;
  background-image: url(../images/pc/about-bg.webp);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .bgtop::before {
    height: 168rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bgtop::before {
    height: 182rem;
  }
}
@media screen and (max-width: 768px) {
  .bgtop::before {
    height: 195rem;
    background-image: url(../images/sp/about-bg.webp);
  }
}
@media screen and (max-width: 600px) {
  .bgtop::before {
    height: 200rem;
  }
}

.about {
  padding-top: 17rem;
  /* padding-bottom: rem(235); */
  /*  @include mq(pc) {
       padding-bottom: rem(180);
   } */
}
.about__inner {
  position: relative;
  max-width: 164.8rem;
  width: calc(100% - 4rem);
  margin-inline: auto;
  padding-bottom: 18rem;
  z-index: 1;
}
.about__fig {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 164.8rem;
  height: 68.1rem;
  z-index: -1;
}
.about__title {
  width: 19rem;
  margin-inline: auto;
}
.about__sub-title {
  color: var(--blue);
  margin-top: 2rem;
}
.about__description {
  font-size: 2.2rem;
  line-height: 2.2727272727;
  font-weight: 600;
  text-align: center;
  margin-top: 7rem;
  color: var(--blue);
}
.about__slider {
  position: relative;
  width: 130rem;
  margin-inline: auto;
  padding-bottom: 7.8rem;
}
.about__slider .swiper-pagination {
  width: 100rem !important;
  height: 0.8rem;
  background: #ccc;
  margin-inline: auto;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  bottom: 0 !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.about__slider .swiper-pagination span {
  margin: 0 !important;
  width: 33.3333333333%;
  height: 100% !important;
  border-radius: 0 !important;
  background: #48b4e8 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about__slide {
  aspect-ratio: 1300/650;
  border-radius: 4rem;
  position: relative;
  overflow: hidden;
  background-image: url(../images/pc/about-slider-item-bg.webp);
  background-size: cover;
  background-position: center;
  padding-top: 8rem;
  padding-left: 11.5rem;
  color: var(--white);
}
.about__slide .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  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;
  font-size: 5rem;
  font-family: var(--title-font);
  line-height: 1.1;
  padding: 2.8rem 3.2rem;
  z-index: 1;
}
.about__slide .num::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: -2.4rem;
  width: 13.8rem;
  height: 13.8rem;
  background: var(--blue);
  border-radius: 50%;
  z-index: -1;
}
.about__slide-inner {
  z-index: 1;
}
.about__slide-title {
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
.about__slide-text {
  font-size: 2rem;
  line-height: 1.95;
  margin-top: 2.4rem;
}
.about__slide-text--01 {
  max-width: 49rem;
}
.about__slide-text--02 {
  max-width: 52.4rem;
}
.about__slide-text--03 {
  max-width: 55.8rem;
}
.about__slide-image {
  position: absolute;
}
.about__slide-image--01 {
  width: 56.8rem;
  top: 7rem;
  right: 8rem;
}
.about__slide-image--02 {
  width: 49.76rem;
  top: 7rem;
  right: 11.7rem;
}
.about__slide-image--03 {
  width: 43.07rem;
  top: 8.8rem;
  right: 11.1rem;
}
.about__slide-hour {
  position: absolute;
  left: 11.5rem;
}
.about__slide-hour--01 {
  width: 47.45rem;
  bottom: 5rem;
}
.about__slide-hour--02 {
  width: 107.95rem;
  bottom: 4rem;
}
.about__slide-hour--03 {
  width: 108.05rem;
  bottom: 4rem;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .about__inner {
    background-size: 100%;
    padding-bottom: 10rem;
  }
  .about__description {
    font-size: 2rem;
    line-height: 2.5;
  }
  .about__slider {
    width: 100rem;
    padding-bottom: 6.8rem;
    margin-top: 2rem;
  }
  .about__slider .swiper-pagination {
    width: 64rem !important;
  }
  .about__slide-title {
    font-size: 3.2rem;
  }
  .about__slide-text {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 2.4rem;
  }
  .about__slide-text--01 {
    max-width: 44.1rem;
  }
  .about__slide-text--02 {
    max-width: 47.16rem;
  }
  .about__slide-text--03 {
    max-width: 50.22rem;
  }
  .about__slide-image--01 {
    width: 36.92rem;
    top: 7rem;
    right: 4.8rem;
  }
  .about__slide-image--02 {
    width: 29.856rem;
    top: 7rem;
    right: 7.02rem;
  }
  .about__slide-image--03 {
    width: 25.842rem;
    top: 8.8rem;
    right: 6.66rem;
  }
  .about__slide-hour {
    left: 11.5rem;
  }
  .about__slide-hour--01 {
    width: 33.215rem;
    bottom: 3rem;
  }
  .about__slide-hour--02 {
    width: 75.565rem;
    bottom: 2.8rem;
  }
  .about__slide-hour--03 {
    width: 75.635rem;
    bottom: 2.8rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .about__inner {
    background-size: 100%;
    padding-bottom: 10rem;
  }
  .about__description {
    font-size: 2rem;
    line-height: 2.5;
  }
  .about__slider {
    padding-bottom: 6.8rem;
    margin-top: 2rem;
  }
  .about__slider .swiper-pagination {
    width: 64rem !important;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 0rem;
    /*  padding-bottom: rem(100); */
  }
  .about__inner {
    width: 100%;
    padding-top: 18rem;
    padding-bottom: 11rem;
  }
  .about__fig {
    max-width: 100%;
    width: 70rem;
    height: 79rem;
  }
  .about__title {
    width: 16.2rem;
  }
  .about__sub-title {
    font-size: 3.5rem;
    line-height: 1.2857142857;
    margin-top: 2rem;
  }
  .about__description {
    font-size: 2rem;
    line-height: 2.35;
  }
  .about__slider {
    margin-top: 0;
    width: 55.5rem;
    padding-bottom: 3rem;
  }
  .about__slider .swiper-pagination {
    width: 60rem !important;
  }
  .about__slide {
    width: 55.5rem;
    height: 85rem;
    aspect-ratio: 555/850;
    padding-top: 12rem;
    padding-left: 3.325rem;
    padding-right: 2.625rem;
  }
  .about__slide:nth-child(1) {
    padding-top: 36.75rem;
  }
  .about__slide-title {
    font-size: 2.975rem;
    line-height: 1.1764705882;
    letter-spacing: 0;
  }
  .about__slide-title span {
    font-size: 2.45rem;
  }
  .about__slide-text {
    font-size: 1.575rem;
    line-height: 1.6666666667;
    margin-top: 1.2rem;
  }
  .about__slide-image--01 {
    width: 43.3125rem;
    top: 5rem;
    right: auto;
    left: 2.625rem;
  }
  .about__slide-hour--01 {
    width: 36.6625rem;
    left: 5.6875rem;
    bottom: 2rem;
  }
  .about__slide-hour--02 {
    width: 42rem;
    left: 3.15rem;
    bottom: 2rem;
  }
  .about__slide-hour--03 {
    width: 42rem;
    left: 3.15rem;
    bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .about__slider .swiper-pagination {
    width: 55rem !important;
  }
  .about__description {
    line-height: 2.75;
    margin-top: 2rem;
  }
}

.department {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f1f1f1));
  background: -webkit-linear-gradient(top, #f7f7f7, #f1f1f1);
  background: linear-gradient(to bottom, #f7f7f7, #f1f1f1);
  padding-block: 14rem 12rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .department {
    padding-block: 5rem 5rem;
  }
}
.department__inner {
  max-width: 147.6rem;
  width: calc(100% - 8rem);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .department__inner {
    width: calc(100% - 4.8rem);
  }
}
.department__title {
  width: 31rem;
  margin-inline: auto;
}
.department__sub-title {
  color: var(--orange);
}
@media screen and (max-width: 768px) {
  .department__sub-title {
    font-size: 3.5rem;
    line-height: 1.2857142857;
    letter-spacing: 0.01em;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .department__sub-title {
    font-size: 3rem;
  }
}
.department__description {
  margin-top: 6rem;
  font-size: 4.6rem;
  line-height: 1.3913043478;
  text-align: center;
  font-weight: 700;
}
.department__description span {
  font-size: 6.4rem;
  line-height: 1.3913043478;
  color: var(--red);
  font-weight: 700;
  font-family: "Inter";
}
@media screen and (max-width: 768px) {
  .department__description {
    margin-top: 3.2rem;
    font-size: 3.2rem;
    line-height: 1.3125;
    letter-spacing: 0.01em;
  }
  .department__description span {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 600px) {
  .department__description {
    font-size: 2.6rem;
  }
  .department__description span {
    font-size: 3.6rem;
  }
}
.department__text {
  margin-top: 4.8rem;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .department__text {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  .department__text {
    font-size: 1.8rem;
  }
}
.department__col {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .department__col {
    margin-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.department__item {
  width: calc(50% - 0.8rem);
}
.department__item-title {
  font-size: 3.5rem;
  line-height: normal;
  font-weight: 600;
  color: var(--white);
  background: var(--orange);
  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;
  width: 100%;
  height: 6rem;
}
@media screen and (max-width: 768px) {
  .department__item {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .department__item-title {
    font-size: 3rem;
  }
}
.department__dl {
  margin-top: 4.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.6rem;
}
.department__dl-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 30rem;
  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.6rem;
}
.department__dl-item-title {
  width: 15rem;
  font-size: 2rem;
  line-height: 2;
  font-weight: 700;
  color: var(--white);
  text-align: center;
}
.department__dl-item-title._blue {
  background-color: #33b9e2;
}
.department__dl-item-title._green {
  background-color: #8ec31f;
}
.department__dl-item-title._red {
  background-color: #ec7981;
}
.department__dl-item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .department__dl {
    max-width: 44rem;
    width: 100%;
    margin-inline: auto;
    gap: 0.8rem;
  }
  .department__dl-item {
    width: 100%;
    min-width: 100%;
  }
  .department__dl-item-title {
    width: 12.8rem;
    font-size: 2.2rem;
    line-height: 1.8181818182;
  }
  .department__dl-item-title._red {
    width: 17.4rem;
  }
  .department__dl-item-text {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}
.department__slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 10rem;
  z-index: 2;
}
.department__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;
}
.department__slider .department__slide {
  width: 43rem;
  height: 43rem;
  margin-right: 1rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
.department__slider .department__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .department__slider .department__slide {
    width: 31.2rem;
    height: 31.2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .department__slider .department__slide {
    width: 31.2rem;
    height: 31.2rem;
  }
}
@media screen and (max-width: 768px) {
  .department__slider {
    margin-top: 5rem;
  }
  .department__slider .department__slide {
    width: 31.2rem;
    height: 31.2rem;
  }
}
.department__copy {
  position: relative;
  padding-block: 9rem 15rem;
  z-index: 1;
}
.department__copy-title {
  font-size: 4rem;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
}
.department__copy-img {
  width: 155rem;
  aspect-ratio: 1550/390;
  position: absolute;
  top: -7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.department__copy-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .department__copy {
    padding-block: 8rem 12rem;
  }
  .department__copy-img {
    width: 120rem;
    top: -6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .department__copy {
    padding-block: 8rem 12rem;
  }
  .department__copy-img {
    width: 120rem;
    top: -6rem;
  }
}
@media screen and (max-width: 768px) {
  .department__copy {
    padding-block: 3rem 3.6rem;
  }
  .department__copy-img {
    width: 106%;
    top: -3rem;
  }
}
@media screen and (max-width: 600px) {
  .department__copy-title {
    font-size: 3rem;
  }
}
.department__btn-col {
  max-width: 134rem;
  width: calc(100% - 8rem);
  margin-inline: auto;
  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: 3;
}
.department__btn-item {
  width: 63rem;
  height: 19.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.6rem;
  -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;
  overflow: hidden;
  position: relative;
}
.department__btn-item::after {
  content: "";
  display: block;
  width: 3.7rem;
  height: 3.7rem;
  position: absolute;
  top: 50%;
  right: 3.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/arrow-white.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.department__btn-item-img {
  width: 13.2rem;
  height: 100%;
}
.department__btn-item-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;
  gap: 1.2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding-left: 5rem;
  color: var(--white);
  background: var(--red);
}
.department__btn-item-title ._jp {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.department__btn-item-title ._en,
.department__btn-item-title ._extra {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .department__btn-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  .department__btn-item {
    width: 100%;
  }
  .department__btn-item-title {
    padding-left: 3rem;
  }
  .department__btn-item-title ._jp {
    font-size: 3rem;
  }
  .department__btn-item-title ._en,
  .department__btn-item-title ._extra {
    font-size: 1.8rem;
  }
}

.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 {
  background: #b4e0f1;
  position: relative;
}
.voice .voice__bg {
  background-color: #b4e0f1;
  position: relative;
  z-index: 0;
}
.voice .voice__bg::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/pc/voice-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1920/453;
}
.voice .voice__inner {
  padding-block: 10rem 11rem;
  width: min(135.1rem, 90%);
  max-width: 1351px;
  margin-inline: auto;
  position: relative;
  z-index: 5;
}
.voice .voice__title {
  width: 17.1rem;
  aspect-ratio: 171/90;
  margin-inline: auto;
}
.voice .voice__sub-title {
  color: var(--white);
  padding-bottom: 20.5rem;
}
@media (width < 1601px) {
  .voice .voice__sub-title {
    padding-bottom: 14.5rem;
  }
}
.voice .voice__body {
  margin-top: 4.5rem;
}
.voice .voice__switch {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.voice .voice__item {
  cursor: pointer;
  border-radius: 30px;
  -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);
  width: 25%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.voice .voice__item:nth-of-type(even) {
  margin-top: 6rem;
}
.voice .voice__item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.voice .voice__img-wrapper {
  position: relative;
}
.voice .voice__img-text-wrapper {
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: inline-block;
}
.voice .voice__item-name-text {
  padding: 1.5rem 0.5rem;
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--white);
  display: inline-block;
  background-color: #2bb9e2;
}
.voice .voice__item-name-text + span {
  margin-right: 1rem;
}
.voice .pb-10 {
  padding-bottom: 0.5rem;
}
.voice .voice__num {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 13.1rem;
  height: 4.5rem;
  display: block;
}
.voice .voice__text-wrapper {
  padding: 2.3rem;
  background: var(--white);
  border-radius: 0 0 3rem 3rem;
}
.voice .voice__category {
  width: 21.7rem;
  margin-inline: auto;
  color: var(--white);
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.voice .voice__category--orange {
  background: #f39800;
}
.voice .voice__category--pink {
  background: #f09495;
}
.voice .voice__category--green {
  background: #49b78f;
}
.voice .voice__faculty {
  margin-top: 1.2rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.voice .voice__name {
  margin-top: 0.5rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.voice .voice__name-samll {
  font-size: 1.3rem;
  font-weight: 600;
}
.voice .voice__more {
  width: 7.5rem;
  height: 1.7rem;
  margin-left: auto;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .voice .voice__bg::before {
    background: url(../images/sp/voice-bg.webp) no-repeat center center/cover;
    aspect-ratio: 699/400;
  }
  .voice .voice__inner {
    padding-block: 8rem;
    padding-inline: 3rem;
    width: 100%;
    max-width: 100%;
  }
  .voice .voice__sub-title {
    color: var(--white);
    padding-bottom: 16rem;
    font-size: 3.6rem;
  }
  .voice .voice__body {
    margin-top: 3rem;
  }
  .voice .voice__switch {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2rem;
  }
  .voice .voice__item {
    width: calc((100% - 2rem) / 2);
  }
  .voice .voice__item:nth-of-type(2) {
    margin-top: 9rem;
  }
  .voice .voice__item:nth-of-type(3) {
    margin-top: -8rem;
  }
  .voice .voice__item:nth-of-type(4) {
    margin-top: 1rem;
  }
}
@media (width < 601px) {
  .voice .voice__sub-title {
    padding-bottom: 9rem;
    font-size: 3rem;
  }
  .voice .voice__item-name-text {
    font-size: min(2.2rem, 14px);
  }
}
@media (width < 401px) {
  .voice .voice__item-name-text {
    font-size: min(2.2rem, 11.5px);
  }
}

.modal .modal__content {
  max-width: min(1256px, 85%);
  margin-inline: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 9.2rem;
  gap: 8rem;
}
.modal .voice__img-wrapper {
  width: min(40rem, 32%);
}
.modal .voice__img-wrapper .voice__img {
  aspect-ratio: 400/555;
}
.modal .voice__num {
  width: 20rem;
  bottom: 2.4rem;
  left: -0.2rem;
}
.modal .voice__text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  border-radius: 0;
}
.modal .voice__cat-wrapper {
  gap: 2.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.modal .voice__category {
  width: 19.6rem;
  font-size: 2.3rem;
  font-weight: 400;
  padding-block: 2.8rem;
  line-height: 1;
  margin-inline: 0;
}
.modal .voice__faculty {
  margin-top: 0;
  text-align: left;
  font-size: 2.5rem;
  line-height: 1.28;
}
.modal .voice__sub-text {
  margin-top: 3rem;
  font-size: 3.8rem;
  font-weight: 600;
}
.modal .voice__thoughts {
  margin-top: 3rem;
  font-size: 2.2rem;
  line-height: 1.8181818182;
}
.modal .voice__sub-text--pink {
  color: #f09495;
}
.modal .voice__sub-text--orange {
  color: #f39800;
}
.modal .voice__sub-text--green {
  color: #49b78f;
}
@media screen and (max-width: 768px) {
  .modal .modal__content {
    max-width: 100%;
    padding: 5rem 6.5rem;
    gap: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal .voice__img-wrapper {
    width: 100%;
  }
  .modal .voice__img-wrapper .voice__img {
    aspect-ratio: 470/290;
  }
  .modal .voice__num {
    width: 13rem;
    bottom: 0rem;
    left: 0rem;
  }
  .modal .voice__cat-wrapper {
    gap: 1.5rem;
  }
  .modal .voice__category {
    width: 14.7rem;
    font-size: 1.5rem;
    padding-block: 2rem;
  }
  .modal .voice__faculty {
    font-size: min(2rem, 16px);
    line-height: 1.6;
  }
  .modal .voice__sub-text {
    font-size: 2.6rem;
  }
  .modal .voice__thoughts {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 1.75;
  }
}
@media (width < 601px) {
  .modal .voice__category {
    width: 12rem;
  }
  .modal .voice__thoughts {
    font-size: min(2.2rem, 14px);
  }
}/*# sourceMappingURL=style.css.map */