@charset "UTF-8";
*, ::before, ::after {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, main, aside, figure, figcaption {
  display: block;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  font: inherit;
  cursor: pointer;
}

input,
select,
textarea {
  color: inherit;
  font: inherit;
  vertical-align: top;
}

span {
  font-weight: inherit;
}

html, body {
  width: 100%;
  overflow-x: clip;
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #1f1f1f;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.l-sectionInner {
  max-width: 1544px;
  margin-inline: auto;
  padding-inline: 90px;
}
@media screen and (max-width: 1023px) {
  .l-sectionInner {
    padding-inline: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-sectionInner {
    max-width: 600px;
    padding-inline: 16px;
  }
}

.l-sectionInnerWide {
  max-width: 1650px;
  margin-inline: auto;
  padding-inline: 62px;
}
@media screen and (max-width: 1023px) {
  .l-sectionInnerWide {
    padding-inline: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-sectionInnerWide {
    max-width: 600px;
    padding-inline: 16px;
  }
}

.l-background__wrapper {
  position: relative;
}
.l-background__wrapper .l-background__dateWorks,
.l-background__wrapper .l-background__dayMessage,
.l-background__wrapper .l-background__personCompany {
  z-index: -100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  pointer-events: none;
}
.l-background__wrapper .l-background__dateWorks {
  background: linear-gradient(180deg, #FFF 0%, #5AC6E6 75%, #FFF 80%);
}
@media screen and (max-width: 1023px) {
  .l-background__wrapper .l-background__dateWorks {
    background: linear-gradient(180deg, #FFF 0%, #5AC6E6 55%, #8edbf3 75%, #FFF 90%);
  }
}
.l-background__wrapper .l-background__dayMessage {
  background: linear-gradient(0deg, #fff 0%, #5AC6E6 5%, rgba(90, 198, 230, 0) 100%);
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 77px;
  padding-inline: 44px 15px;
  border-radius: 63px;
}
@media screen and (max-width: 1023px) {
  .c-button {
    width: 310px;
    height: 60px;
    padding-inline: 34px 11px;
    border-radius: 48px;
  }
}
.c-button--blue {
  width: clamp(340px, 28vw, 452px);
  border: 2px solid #FFF;
  background: linear-gradient(270deg, #7AF4A3 0%, #2E83D2 100%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
  --grad-angle: 270deg;
  background: linear-gradient(var(--grad-angle), #7AF4A3 0%, #2E83D2 100%);
  transition: --grad-angle 0.4s ease, box-shadow 0.4s ease;
}
@media screen and (max-width: 599px) {
  .c-button--blue {
    width: 310px;
    height: 66px;
  }
}
.c-button--blue .c-button__text {
  padding-bottom: 5px;
  color: #FFFFFF;
}
@media screen and (max-width: 599px) {
  .c-button--blue .c-button__text {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 599px) {
  .c-button--blue .c-button__icon {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 599px) {
  .c-button--blue .c-button__arrow {
    width: 25px;
    height: 17px;
  }
}
@media (any-hover: hover) {
  .c-button--blue:hover {
    --grad-angle: 90deg;
    box-shadow: none;
  }
}
.c-button--white {
  width: clamp(340px, 28vw, 452px);
  border: 2px solid #7AF4A3;
  background: #FFF;
  box-shadow: -1.025px 3.075px 4.1px 0 rgba(0, 0, 0, 0.13), 0 0.512px 0.512px 0 rgba(255, 255, 255, 0.6) inset, 0 2.563px 5.125px 0 rgba(255, 255, 255, 0.1) inset;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .c-button--white {
    width: 310px;
    height: 59px;
  }
}
.c-button--white .c-button__text {
  padding-bottom: 5px;
  color: #2E83D2;
}
@media screen and (max-width: 599px) {
  .c-button--white .c-button__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .c-button--white .c-button__icon {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 599px) {
  .c-button--white .c-button__arrow {
    width: 25px;
    height: 17px;
  }
}
@media (any-hover: hover) {
  .c-button--white:hover {
    border-color: #fff;
    background-color: #2E83D2;
    box-shadow: none;
  }
  .c-button--white:hover .c-button__text {
    color: #fff;
  }
  .c-button--white:hover .c-button__icon-bg {
    background-color: #fff;
  }
  .c-button--white:hover .c-button__arrow {
    color: #2E83D2;
  }
}
.c-button--cta {
  min-width: clamp(350px, 30vw, 488px);
  max-width: clamp(350px, 30vw, 488px);
  padding-inline: clamp(33px, 4vw, 60px) 15px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1439px) {
  .c-button--cta {
    min-width: 400px;
    max-width: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .c-button--cta {
    min-width: 350px;
    max-width: 350px;
    height: 77px;
  }
}
@media screen and (max-width: 767px) {
  .c-button--cta {
    min-width: 320px;
    max-width: 320px;
    height: 60px;
    padding-inline: 33px 6px;
  }
}
.c-button--cta .c-button__text {
  padding-bottom: 5px;
}
.c-button--ctaBlue {
  border: 4px solid #FFF;
  background: #2E83D2;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
}
.c-button--ctaBlue .c-button__text {
  color: #FFFFFF;
}
@media (any-hover: hover) {
  .c-button--ctaBlue:hover {
    transform: scale(1.1);
    box-shadow: none;
  }
}
.c-button--ctaWhite {
  border: 4px solid #2E83D2;
  background: #FFF;
  box-shadow: 0 15px 30px 0 rgba(63, 145, 145, 0.5);
}
.c-button--ctaWhite .c-button__text {
  color: #2E83D2;
}
@media (any-hover: hover) {
  .c-button--ctaWhite:hover {
    transform: scale(1.1);
    box-shadow: none;
  }
}
.c-button--footer {
  min-width: clamp(350px, 30vw, 460px);
  max-width: clamp(350px, 30vw, 460px);
  gap: 5px;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 499px) {
  .c-button--footer {
    min-width: 310px;
    max-width: 310px;
  }
}
.c-button--footer .c-button__text {
  padding-bottom: 5px;
}
@media screen and (max-width: 499px) {
  .c-button--footer .c-button__text {
    padding-bottom: 4px;
  }
}
.c-button--footerBlue {
  padding-inline: 24px 16px;
  border: 4px solid #FFF;
  background: #2E83D2;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
}
.c-button--footerBlue .c-button__text {
  color: #FFFFFF;
}
@media screen and (max-width: 499px) {
  .c-button--footerBlue .c-button__text {
    font-size: 2rem;
  }
}
@media (any-hover: hover) {
  .c-button--footerBlue:hover {
    transform: scale(1.1);
    background-color: #7AF4A3;
    box-shadow: none;
  }
  .c-button--footerBlue:hover .c-button__text {
    color: #2E83D2;
  }
  .c-button--footerBlue:hover .c-button__icon-bg {
    background-color: #2E83D2;
  }
  .c-button--footerBlue:hover .c-button__arrow {
    color: #fff;
  }
}
.c-button--footerWhite {
  padding-inline: 24px 16px;
  border: 4px solid #2E83D2;
  background: #FFF;
  box-shadow: 0 6px 10px 0 #4AA9C5;
}
.c-button--footerWhite .c-button__text {
  color: #2E83D2;
}
@media screen and (max-width: 499px) {
  .c-button--footerWhite .c-button__text {
    font-size: 2rem;
  }
}
@media (any-hover: hover) {
  .c-button--footerWhite:hover {
    transform: scale(1.1);
    border-color: #fff;
    background-color: #2E83D2;
    box-shadow: none;
  }
  .c-button--footerWhite:hover .c-button__text {
    color: #fff;
  }
  .c-button--footerWhite:hover .c-button__icon-bg {
    background-color: #fff;
  }
  .c-button--footerWhite:hover .c-button__arrow {
    color: #2E83D2;
  }
}
.c-button--footerTel {
  flex-direction: row-reverse;
  padding-inline: 16px 24px;
  border: 4px solid #76EEAB;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
}
.c-button--footerTel .c-button__text {
  display: block;
  margin-inline: auto;
  color: #2E83D2;
}
@media (any-hover: hover) {
  .c-button--footerTel:hover {
    transform: scale(1.1);
    box-shadow: none;
  }
}
.c-button--footerMail {
  flex-direction: row-reverse;
  padding-inline: 16px 24px;
  border: 4px solid #fff;
  background: #5AC6E6;
  box-shadow: 0px 6px 10px 0px #206BB1;
}
.c-button--footerMail .c-button__text {
  display: block;
  margin-inline: auto;
  padding-bottom: 0;
  color: #fff;
  font-size: clamp(1.8rem, 1.2vw, 2rem);
}
@media screen and (max-width: 1439px) {
  .c-button--footerMail .c-button__text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-button--footerMail .c-button__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .c-button--footerMail .c-button__text {
    padding-bottom: 4px;
    font-size: 1.7rem;
    line-height: 1;
  }
}
@media (any-hover: hover) {
  .c-button--footerMail:hover {
    transform: scale(1.1);
    box-shadow: none;
  }
}
.c-button__text {
  color: #2E83D2;
  font-weight: 700;
  font-size: clamp(2.4rem, 2vw, 3.1rem);
  font-family: "Noto Sans JP", sans-serif;
}
.c-button__icon {
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  width: 54px;
}
@media screen and (max-width: 1023px) {
  .c-button__icon {
    width: 42px;
  }
}
.c-button__icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.c-button__icon-bg--blue {
  background: #FFFFFF;
}
.c-button__icon-bg--white {
  background: #2E83D2;
}
.c-button__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 22px;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.3s ease;
}
.c-button__arrow--blue {
  color: #2E83D2;
}
.c-button__arrow--white {
  color: #fff;
}
.c-button__phone {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 41px;
  transform: translate(-50%, -50%);
}
.c-button__mail {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 26px;
  transform: translate(-50%, -50%);
}

@property --grad-angle {
  syntax: "<angle>";
  initial-value: 270deg;
  inherits: false;
}
@keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.c-sectionCover {
  position: relative;
  width: 100%;
  overflow: hidden;
  transform: skewX(-8deg);
}
.c-sectionCover__marquee {
  display: inline-block;
  white-space: nowrap;
  animation: scrollText 30s linear infinite;
}
.c-sectionCover span {
  z-index: -1;
  padding-right: 80px;
  color: #5AC6E6;
  font-weight: 700;
  font-size: 22rem;
  line-height: 1.2;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-sectionCover span {
    font-size: clamp(6rem, 10vw, 22rem);
  }
}
.c-sectionCover--underThoughts {
  z-index: 10;
  width: 110vw;
  margin-top: 100px;
  margin-inline: calc(50% - 57vw);
}
@media screen and (max-width: 767px) {
  .c-sectionCover--underThoughts {
    margin-top: 150px;
  }
}
.c-sectionCover--benefit {
  z-index: -1;
  margin-top: -220px;
}
.c-sectionCover--benefit span {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .c-sectionCover--benefit {
    display: none;
  }
}
.c-sectionCover--flow {
  z-index: 0;
  margin-top: -115px;
}
@media screen and (max-width: 767px) {
  .c-sectionCover--flow {
    margin-top: -25px;
  }
}
.c-sectionCover--flow span {
  color: #C7F2FF;
}
.c-sectionCover--underDay {
  z-index: -1;
}
.c-sectionCover--underDay span {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .c-sectionCover--underDay span {
    font-size: 120px;
  }
}
.c-sectionCover--underCta {
  z-index: -1;
  height: 280px;
  margin-top: -80px;
}
.c-sectionCover--underCta span {
  color: #C7F2FF;
}
@media screen and (max-width: 767px) {
  .c-sectionCover--underCta {
    margin-top: 3px;
  }
}

@keyframes lineAnime {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.c-sectionHeading {
  position: relative;
  width: 100%;
  margin-inline: auto;
}
.c-sectionHeading__inner {
  margin-left: -90px;
}
.c-sectionHeading__main {
  z-index: 5;
  position: relative;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px clamp(10px, 4vw, 60px) clamp(2px, 0.5vw, 8px) clamp(110px, 15vw, 170px);
  rotate: -8deg;
  background: transparent;
  white-space: nowrap;
  clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
  transition: background 0ms 0.3s;
}
.c-sectionHeading__main::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background-color: #2E83D2;
  content: "";
  opacity: 0;
  transition: opacity 0.8s;
}
.c-sectionHeading__main.active {
  background: #2E83D2;
}
.c-sectionHeading__main.active .textWrap {
  color: #FFF;
  opacity: 1;
}
.c-sectionHeading__main.active::after {
  animation: lineAnime 0.3s;
  opacity: 1;
}
.c-sectionHeading__main .textWrap {
  display: block;
  transform: skewX(-18deg);
  color: transparent;
  font-weight: 700;
  font-size: clamp(2rem, 3.5vw, 5.6rem);
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
  opacity: 0;
  transition: opacity 0.15s ease 0.3s, color 0.1s ease 0.3s;
}
.c-sectionHeading__main .big {
  font-size: clamp(2.8rem, 5vw, 8rem);
}
.c-sectionHeading__main .xmiddle {
  font-size: clamp(2.8rem, 4.5vw, 7.2rem);
}
.c-sectionHeading__main .middle {
  font-size: clamp(2.2rem, 4vw, 6.4rem);
}
.c-sectionHeading__main .small {
  font-size: clamp(1.3rem, 2.3vw, 3.6rem);
}
.c-sectionHeading__main--flow {
  padding: 0px clamp(10px, 6.3vw, 100px) clamp(2px, 0.5vw, 8px) clamp(90px, 15vw, 160px);
}
.c-sectionHeading__main--person {
  padding: 0px clamp(30px, 8vw, 120px) clamp(2px, 0.5vw, 8px) clamp(112px, 15vw, 170px);
  clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
}
.c-sectionHeading__main--company {
  padding: 0px clamp(30px, 12vw, 190px) clamp(2px, 0.5vw, 8px) clamp(95px, 15vw, 180px);
  clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .c-sectionHeading__main--company {
    padding-right: 30px;
  }
}
.c-sectionHeading__main--location {
  padding: 0px clamp(20px, 5.5vw, 83px) clamp(2px, 0.5vw, 8px) clamp(112px, 15vw, 170px);
}
.c-sectionHeading__main--faq {
  padding: 0px clamp(25px, 6.5vw, 100px) clamp(2px, 0.5vw, 8px) clamp(112px, 15vw, 170px);
  clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
}
.c-sectionHeading__sub {
  z-index: 5;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  padding: 0px clamp(10px, 5vw, 80px) clamp(2px, 0.5vw, 8px) clamp(110px, 15vw, 150px);
  rotate: -8deg;
  background: transparent;
  clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
  transition: background 0ms 0.3s;
}
.c-sectionHeading__sub::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background-color: #2E83D2;
  content: "";
  opacity: 0;
  transition: opacity 0.8s;
}
.c-sectionHeading__sub.active {
  background: #2E83D2;
}
.c-sectionHeading__sub.active .textWrap {
  color: #FFF;
  opacity: 1;
}
.c-sectionHeading__sub.active::after {
  animation: lineAnime 0.3s;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-sectionHeading__sub {
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .c-sectionHeading__sub--flow {
    margin-top: 0;
    padding: 0px clamp(10px, 5vw, 80px) clamp(2px, 0.5vw, 8px) clamp(90px, 15vw, 150px);
  }
}
.c-sectionHeading__sub--person {
  margin-top: 5px;
  margin-left: -49px;
  padding: 8px 40px 20px 170px;
  padding: clamp(2px, 0.5vw, 8px) clamp(15px, 3vw, 40px) clamp(2px, 1.5vw, 20px) clamp(140px, 15vw, 170px);
}
.c-sectionHeading__sub .textWrap {
  display: block;
  transform: skewX(-18deg);
  color: transparent;
  font-weight: 700;
  font-size: clamp(2rem, 2.3vw, 3.6rem);
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
  opacity: 0;
  transition: color 0ms 0.2s;
  transition: opacity 0.15s ease 0.3s, color 0.1s ease 0.3s;
}
.c-sectionHeading__sub .textWrap--person {
  font-size: clamp(2rem, 4vw, 6.4rem);
  letter-spacing: -0.02em;
}
.c-sectionHeading__sub .textWrap--person span {
  letter-spacing: -0.7em;
}

.p-benefit {
  margin-block: 235px 200px;
}
@media screen and (max-width: 767px) {
  .p-benefit {
    margin-block: 70px 100px;
  }
}

.p-benefitManga {
  position: relative;
  margin-block: clamp(40px, 5.8vw, 92px) 0px;
  overflow-x: hidden;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-benefitManga {
    margin-top: -33px;
  }
}
.p-benefitManga .benefit__upper {
  display: flex;
  z-index: 1;
  position: relative;
  justify-content: center;
  margin-block: 60px 50px;
  -moz-column-gap: 4.375vw;
       column-gap: 4.375vw;
}
@media screen and (max-width: 1023px) {
  .p-benefitManga .benefit__upper {
    flex-direction: column;
  }
}
.p-benefitManga .benefit__upper .comic__container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 3.125vw;
  padding-bottom: 5vw;
}
@media screen and (max-width: 1023px) {
  .p-benefitManga .benefit__upper .comic__container {
    margin-left: 0;
    padding-bottom: 41.88px;
  }
}
.p-benefitManga .benefit__upper .comic__container .comic__text {
  position: relative;
  padding: 16px;
  border-radius: 16px;
  background-color: #fff;
  color: #00498C;
  font-weight: 700;
  font-size: clamp(2rem, 2vw, 2.2rem);
  line-height: 1.2;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-benefitManga .benefit__upper .comic__container .comic__text {
    margin-inline: 30px;
    font-size: clamp(2rem, 3vw, 2.4rem);
  }
}
.p-benefitManga .benefit__upper .comic__container .comic__text::before {
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translateX(-50%);
  background-color: #fff;
  content: "";
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.p-benefitManga .benefit__upper .comic__container .turn {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-benefitManga .benefit__upper .comic__container .turn {
    margin-top: 35px;
  }
}
.p-benefitManga .benefit__upper .comic__container .turn-wrapper {
  position: relative;
  --turn-w: calc(465 / 1600 * 100vw);
  aspect-ratio: 800/1135;
  inline-size: var(--turn-w);
  block-size: auto;
}
@media screen and (max-width: 1023px) {
  .p-benefitManga .benefit__upper .comic__container .turn-wrapper {
    --turn-w: 350px;
  }
}
@media screen and (max-width: 767px) {
  .p-benefitManga .benefit__upper .comic__container .turn-wrapper {
    --turn-w: 266px;
  }
}
.p-benefitManga .benefit__upper .comic__container .turn-slide {
  display: none;
}
.p-benefitManga .benefit__upper .comic__container .turn-stage {
  position: relative;
  inline-size: 100%;
  block-size: 100%;
}
.p-benefitManga .benefit__upper .comic__container .turn-wrapper {
  max-inline-size: calc(var(--turn-min) * 2 - 1px);
}
.p-benefitManga .benefit__upper .comic__container .turn-wrapper,
.p-benefitManga .benefit__upper .comic__container .turn-stage {
  position: relative;
  overflow: hidden;
}
.p-benefitManga .benefit__upper .comic__container .turn-stage .page {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-benefitManga .benefit__upper .comic__container .turn-stage .page img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-benefitManga .benefit__upper .comic__container .turn-pagination {
  display: flex;
  position: absolute;
  top: inherit;
  bottom: 0px;
  left: 50%;
  align-items: center;
  justify-content: center;
  padding: 0 2.5vw;
  translate: -50% 0;
  border-radius: 100px;
  background: #fff;
  color: #59C8FE;
  font-size: 1.25vw;
  line-height: 1.5;
  letter-spacing: 0;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-size: 1.25vw;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-benefitManga .benefit__upper .comic__container .turn-pagination {
    padding: 0 23.14px;
    font-size: 11.57px;
  }
}
.p-benefitManga .benefit__upper .comic__container .turn-pagination .current-page {
  color: #022A50;
  font-weight: 500;
  font-size: 2vw;
}
@media screen and (max-width: 767px) {
  .p-benefitManga .benefit__upper .comic__container .turn-pagination .current-page {
    font-size: 18.51px;
  }
}
.p-benefitManga .benefit__upper .comic__container .turn-button-prev,
.p-benefitManga .benefit__upper .comic__container .turn-button-next {
  z-index: 10;
  position: absolute;
  top: 50%;
  width: 3.125vw;
  height: 3.125vw;
  float: left;
  translate: 0 -50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .p-benefitManga .benefit__upper .comic__container .turn-button-prev,
  .p-benefitManga .benefit__upper .comic__container .turn-button-next {
    top: calc(50% + 25px);
    width: 7.712vw;
    max-width: 50px;
    height: 7.712vw;
    max-height: 50px;
  }
}
.p-benefitManga .benefit__upper .comic__container .turn-button-prev:not(.disabled):hover,
.p-benefitManga .benefit__upper .comic__container .turn-button-next:not(.disabled):hover {
  transform: scale(1.2);
}
.p-benefitManga .benefit__upper .comic__container .turn-button-prev.disabled,
.p-benefitManga .benefit__upper .comic__container .turn-button-next.disabled {
  cursor: default;
  opacity: 0.2;
  pointer-events: none;
}
.p-benefitManga .benefit__upper .comic__container .turn-button-prev {
  left: clamp(-70px, 108.5714px - 8.92857vw, -20px);
}
@media screen and (max-width: 1439px) {
  .p-benefitManga .benefit__upper .comic__container .turn-button-prev {
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-benefitManga .benefit__upper .comic__container .turn-button-prev {
    left: calc(50% - 260px);
  }
}
@media screen and (max-width: 767px) {
  .p-benefitManga .benefit__upper .comic__container .turn-button-prev {
    left: calc(50% - 220px);
  }
}
@media screen and (max-width: 599px) {
  .p-benefitManga .benefit__upper .comic__container .turn-button-prev {
    left: calc(50% - clamp(170px, 40vw, 190px));
  }
}
.p-benefitManga .benefit__upper .comic__container .turn-button-next {
  right: clamp(-70px, 108.5714px - 8.92857vw, -20px);
}
@media screen and (max-width: 1439px) {
  .p-benefitManga .benefit__upper .comic__container .turn-button-next {
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-benefitManga .benefit__upper .comic__container .turn-button-next {
    right: calc(50% - 260px);
  }
}
@media screen and (max-width: 767px) {
  .p-benefitManga .benefit__upper .comic__container .turn-button-next {
    right: calc(50% - 220px);
  }
}
@media screen and (max-width: 599px) {
  .p-benefitManga .benefit__upper .comic__container .turn-button-next {
    right: calc(50% - clamp(170px, 40vw, 190px));
  }
}
.p-benefitManga .benefit__upper .comic__container .turn-button-prev::after,
.p-benefitManga .benefit__upper .comic__container .turn-button-next::after {
  display: block;
  width: 3.125vw;
  height: 3.125vw;
  margin: auto;
  clear: both;
  background-image: url(../images/benefit/arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 1023px) {
  .p-benefitManga .benefit__upper .comic__container .turn-button-prev::after,
  .p-benefitManga .benefit__upper .comic__container .turn-button-next::after {
    width: 7.712vw;
    max-width: 50px;
    height: 7.712vw;
    max-height: 50px;
  }
}
.p-benefitManga .benefit__upper .comic__container .turn-button-prev::after {
  transform: rotate(180deg);
}
.p-benefitManga .benefit__upper .text__container {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  padding: 2.8125vw;
  background: rgba(255, 255, 255, 0.8980392157);
}
@media screen and (max-width: 1023px) {
  .p-benefitManga .benefit__upper .text__container {
    margin-top: 30.18px;
    margin-inline: clamp(20px, 5vw, 50px);
  }
}
.p-benefitManga .benefit__upper .p-media {
  display: flex;
  align-items: center;
  max-width: 100%;
  -moz-column-gap: 8px;
       column-gap: 8px;
  opacity: 0.3;
}
.p-benefitManga .benefit__upper .p-media.is-active {
  opacity: 1;
}
.p-benefitManga .benefit__upper .p-media:hover {
  cursor: pointer;
}
.p-benefitManga .benefit__upper .p-media:not(:first-child) {
  margin-top: clamp(24px, 2.5vw, 40px);
}
@media screen and (max-width: 1023px) {
  .p-benefitManga .benefit__upper .p-media:not(:first-child) {
    margin-block: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .p-benefitManga .benefit__upper .p-media {
    display: none;
  }
  .p-benefitManga .benefit__upper .p-media.is-active {
    display: flex;
    margin-block: 0;
    padding-block: 15px;
  }
}
.p-benefitManga .benefit__upper .p-media__head {
  padding: 10px;
  background-color: #2E83D2;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .p-benefitManga .benefit__upper .p-media__head {
    font-size: clamp(12px, 2vw, 20px);
  }
}
.p-benefitManga .benefit__upper .p-media__txt {
  color: #171717;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .p-benefitManga .benefit__upper .p-media__txt {
    font-size: clamp(16px, 2vw, 20px);
  }
}

.benefit__text {
  display: block;
  margin-inline: 115px;
  padding: 16px;
  background: #2E83D2;
  color: #FFF;
  font-weight: 700;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .benefit__text {
    margin-inline: clamp(16px, 4vw, 32px);
    padding: 16px 8px;
    line-height: 1.3;
    text-align: left;
  }
}

.benefit__lower {
  z-index: 0;
  position: relative;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .benefit__lower {
    display: none !important;
  }
}
.benefit__lower .life-event {
  position: relative;
  max-width: 1364px;
  padding: 3.8940809969% 3.1152647975%;
  background: rgba(255, 255, 255, 0.9);
  color: #016FFE;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.benefit__lower .life-event__step {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 11.25vw;
  max-width: 180px;
  height: 11.25vw;
  max-height: 180px;
  border-radius: 50%;
  background-color: #007bff;
  color: #fff;
  font-size: 2.5vw;
  font-size: min(2.5vw, 40px);
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
.benefit__lower .life-event__step .label1 {
  font-size: min(1.5vw, 24px);
}
.benefit__lower .life-event__step .label2 {
  font-size: min(2.5vw, 40px);
  line-height: 1.2;
}
.benefit__lower .life-event__step.life-event__step-deco::before {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: -30%;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: clamp(45px, 5vw, 80px);
  height: auto;
  translate: 0 -50%;
  border-radius: 50%;
  background: #7AF4A3;
  content: "祝い金\a受給!";
  color: #1F1F1F;
  font-weight: 700;
  font-size: clamp(1rem, 1vw, 1.6rem);
  line-height: 1.5;
  letter-spacing: 0;
  white-space: pre;
}
.benefit__lower .life-event__step.life-event__step1 {
  background: #61C4FF;
}
.benefit__lower .life-event__step.life-event__step2 {
  background: #2E83D2;
}
.benefit__lower .life-event__step.life-event__step3 {
  background: #016FFE;
}
.benefit__lower .life-event__step.life-event__step4 {
  background: #3347CE;
}
.benefit__lower .life-event__step.life-event__step5 {
  background: #022A50;
}
.benefit__lower .life-event__content {
  display: flex;
  position: relative;
  flex-direction: column;
}
.benefit__lower .life-event-line__container {
  position: absolute;
  top: 193px;
  left: 50%;
  width: 85.9813084112%;
  height: 1113px;
  translate: -50% 0;
  pointer-events: none;
}
.benefit__lower .life-event-line__container .life-event-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  transform-origin: top left;
  border: 2px solid #016FFE;
  background: linear-gradient(90deg, #61C4FF 0%, #2E83D2 50%, #022A50 100%);
}
.benefit__lower .life-event__list {
  margin-top: 16px;
  margin-left: 3.1413612565%;
}
.benefit__lower .life-event__list > div:not(:first-child) {
  margin-top: 16px;
}
.benefit__lower .life-event__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1284px;
}
.benefit__lower .life-event__block:not(:last-child) {
  border-bottom: 1px solid #1F1F1F;
}
@media screen and (max-width: 767px) {
  .benefit__lower .life-event__block:not(:last-child) {
    border: none;
  }
  .benefit__lower .life-event__block:not(:last-child):not(:first-child) {
    margin-top: 24px;
  }
}
.benefit__lower.md-none .life-event__anno {
  display: flex;
  justify-content: start;
  -moz-column-gap: 1.8691588785%;
       column-gap: 1.8691588785%;
  margin-top: 8px;
  font-weight: 400;
  font-size: clamp(1.2rem, 0.9vw, 1.4rem);
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .benefit__lower.md-none .life-event__anno {
    line-height: 1.3;
  }
}
.benefit__lower.md-none .life-event__block1 {
  position: relative;
  height: 405px;
}
.benefit__lower.md-none .life-event__block1 .life-event__text {
  width: 80.9968847352%;
  margin-left: 4.984423676%;
}
.benefit__lower.md-none .life-event__block1 .life-event__text .life-event__anno-left,
.benefit__lower.md-none .life-event__block1 .life-event__text .life-event__anno-right {
  width: 50%;
}
.benefit__lower.md-none .life-event__block2 {
  height: 275px;
}
.benefit__lower.md-none .life-event__block2 .life-event__step2 {
  margin-inline: 23.3644859813% 3.1152647975%;
}
.benefit__lower.md-none .life-event__block2 .life-event__text {
  width: 59.5015576324%;
}
.benefit__lower.md-none .life-event__block3 {
  height: 290px;
}
.benefit__lower.md-none .life-event__block3 .life-event__text {
  width: 38.3177570093%;
}
.benefit__lower.md-none .life-event__block3 .life-event__step3 {
  margin-left: 6.230529595%;
}
.benefit__lower.md-none .life-event__block4 {
  justify-content: end;
  height: 260px;
}
.benefit__lower.md-none .life-event__block4 .life-event__text {
  width: 34.7352024922%;
  margin-inline: auto 0;
}
@media screen and (max-width: 1023px) {
  .benefit__lower.md-none .life-event__block4 .life-event__text {
    margin-inline: auto 100px;
  }
}
.benefit__lower.md-none .life-event__block4 .life-event__step4 {
  margin-inline: 3.1152647975% 20.2492211838%;
}
.benefit__lower.md-none .life-event__block5 {
  justify-content: end;
  height: 260px;
}
.benefit__lower.md-none .life-event__block5 .life-event__text {
  width: 32.8660436137%;
  margin-inline: auto 0;
}
@media screen and (max-width: 1023px) {
  .benefit__lower.md-none .life-event__block5 .life-event__text {
    margin-inline: auto 100px;
    white-space: nowrap;
  }
}
.benefit__lower.md-none .life-event__block5 .life-event__step5 {
  margin-inline: 3.1152647975% 0;
}
.benefit__lower.md-none .life-event__block6 {
  align-items: start;
  padding-top: 40px;
  -moz-column-gap: 1.4018691589%;
       column-gap: 1.4018691589%;
}
.benefit__lower.md-none .life-event__block6 .life-event__text1 {
  width: 23.753894081%;
}
.benefit__lower.md-none .life-event__block6 .life-event__text2 {
  width: 45.7165109034%;
}
.benefit__lower.md-none .life-event__block6 .life-event__text3 {
  width: 26.9470404984%;
}
.benefit__lower .life-event__title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25vw 1vw;
  border: 1px solid #004C92;
  background: #CFD;
  color: #1F1F1F;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.5vw, 2.4rem);
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}
.benefit__lower .flex {
  display: flex;
}
.benefit__lower .life-event__head {
  color: #1f1f1f;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.25vw, 2rem);
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}
.benefit__lower .life-event__head:not(:first-child) {
  margin-top: 8px;
}
.benefit__lower .life-event__desc {
  margin-top: 8px;
  color: #1f1f1f;
  font-weight: 400;
  font-size: clamp(1.2rem, 1vw, 1.6rem);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .benefit__lower .life-event__desc {
    font-size: 1rem;
  }
}
.benefit__lower .flex .life-event__desc {
  margin-top: 0;
  margin-left: 0.7788161994%;
}
.benefit__lower .life-event__head--row {
  display: flex;
  align-items: center;
  gap: clamp(30px, 6.5vw, 100px);
}
@media screen and (max-width: 1023px) {
  .benefit__lower .life-event__head--row {
    gap: 20px;
  }
}
.benefit__lower .life-event__head--row .life-event__head {
  margin-top: 0px;
}

.p-benefit__CardWrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-benefit__CardWrap {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    margin-top: 24px;
    margin-inline: auto;
    gap: 24px;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (max-width: 599px) {
  .p-benefit__CardWrap {
    margin-inline: 16px;
  }
}

.p-benefit__spCard {
  width: 100%;
  padding: 20px 10px;
  background-color: rgba(255, 255, 255, 0.8);
}

.p-benefit__spCard-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.p-benefit__spCard-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.p-benefit__spCard-step {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 2.5px;
  border-radius: 50%;
  background-color: #2E83D2;
}
.p-benefit__spCard-step--small .p-benefit__spCard-stepLabel {
  font-size: 10px;
  line-height: 1.2;
}

.p-benefit__spCard-stepLabel {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}
.p-benefit__spCard-stepLabel--small {
  font-size: 10px;
  line-height: 1.2;
}

.p-benefit__spCard-title {
  font-weight: 700;
  line-height: 1.5;
}
.p-benefit__spCard-title--nowrap {
  white-space: nowrap;
}

.p-benefit__spCard-subtitle {
  margin: 6px 0 0 0;
  font-weight: 700;
  line-height: 1.5;
}

.p-benefit__spCard-body {
  display: flex;
  flex-direction: column;
  gap: 2.5px;
}

.p-benefit__spCard-badge {
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.5px;
  background-color: #7AF4A3;
}

.p-benefit__spCard-badgeText {
  font-weight: 700;
  line-height: 1.5;
}

.p-benefit__spCard-info {
  flex: 1;
  padding: 8px;
  background-color: #5AC6E6;
}

.p-benefit__spCard-infoText {
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.5;
}
.p-benefit__spCard-infoText span {
  display: block;
  font-size: 1rem;
}
.p-benefit__spCard-infoText .inline-block {
  display: inline-block;
}
.p-benefit__spCard-infoText .mt8 {
  margin-top: 8px;
}

.p-benefit__spBox {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  padding: 20px 14px;
  gap: 24px;
  background-color: rgba(255, 255, 255, 0.8);
}

.p-benefit__spBox-content {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 16px;
}

.p-benefit__spBox-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  gap: 4.5px;
}

.p-benefit__spBox-titleLine {
  width: 8px;
  height: 18px;
  transform-origin: bottom;
  rotate: 27deg;
  border-left: 0.5px solid #1f1f1f;
}

.p-benefit__spBox-titleText {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}

.p-benefit__spBox-items {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 16px;
}

.p-benefit__spBox-list {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 16px;
}

.p-benefit__spBox-item {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 16px;
}

.p-benefit__spBox-item--detailed {
  gap: 16px;
}

.p-benefit__spBox-itemTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  padding: 2.5px;
  gap: 2.5px;
  background-color: #5ac6e6;
}

.p-benefit__spBox-itemTitleText {
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
}

.p-benefit__spBox-itemDetails {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  margin-top: 16px;
  gap: 8px;
}

.p-benefit__spBox-itemDetailText {
  width: 100%;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
}

.p-benefit__spBox-itemDetailHeading {
  width: 100%;
  font-weight: 700;
  line-height: 1.5;
}

.p-company {
  z-index: 0;
  position: relative;
  margin-top: clamp(54px, 11vw, 175px);
  padding-right: 60px;
}
@media screen and (max-width: 1439px) {
  .p-company {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-inline: 16px;
  }
}
.p-company__inner {
  position: relative;
  max-width: 1080px;
  margin-top: 30px;
  padding: 40px clamp(40px, 5vw, 80px) 30px;
  border: 4px solid #2E83D2;
  background: #FFF;
}
@media screen and (max-width: 1439px) {
  .p-company__inner {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    max-width: 600px;
    padding: 13px 13px 20px;
  }
}
.p-company__inner::before {
  z-index: -1;
  position: absolute;
  top: -2px;
  left: 280px;
  left: clamp(150px, 18vw, 280px);
  flex-shrink: 0;
  width: 83%;
  height: 97%;
  transform: rotate(5.05deg);
  background: #B8EFFF;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-company__inner::before {
    top: -13px;
    left: -23px;
    width: 110%;
  }
}
.p-company__list {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
@media screen and (max-width: 767px) {
  .p-company__list {
    gap: 16px;
  }
}
.p-company__item {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-company__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.p-company__term {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: clamp(120px, 15vw, 240px);
  height: clamp(28px, 4vw, 60px);
  margin-right: 45px;
  border-radius: 100px;
  background: #2E83D2;
  color: #FFF;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.5vw, 2.4rem);
  line-height: 2.1;
}
.p-company__term .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60px;
}
.p-company__description {
  flex: 1;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .p-company__description {
    font-size: clamp(1.4rem, 2.7vw, 2rem);
  }
}

.p-cta {
  position: relative;
  padding-top: 0px;
  background: #FFF;
}

.p-cta__produce {
  display: flex;
  position: relative;
  align-items: flex-start;
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  .p-cta__produce {
    flex-direction: column;
    align-items: center;
    margin-top: -103px;
    padding-top: 11px;
  }
}

.p-cta__produceImg {
  z-index: 8;
  position: relative;
  max-width: 440px;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .p-cta__produceImg {
    width: 40%;
    margin-inline: 10px auto;
  }
}

.p-cta__produceText {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-left: -69px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-cta__produceText {
    margin-top: -10px;
    margin-left: 0;
    padding-bottom: 40px;
  }
}
.p-cta__produceText span {
  display: block;
}
.p-cta__produceText p {
  display: block;
  margin-left: clamp(20px, 3vw, 50px);
  color: #171717;
  font-weight: 700;
  font-size: clamp(1.6rem, 2vw, 3.2rem);
  line-height: 1.6;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-cta__produceText p {
    margin-top: 10px;
    margin-left: 0;
    line-height: 1.3;
  }
}

.p-cta__produceTitle {
  z-index: 10;
  position: relative;
  margin-bottom: clamp(8px, 2vw, 25px);
  padding: clamp(9px, 1.3vw, 20px) clamp(20px, 3.1vw, 50px);
  border-radius: 24px 24px 24px 0px;
  background: #2E83D2;
  color: #FFF;
  font-weight: 700;
  font-size: clamp(2.4rem, 3.1vw, 5rem);
  line-height: 1.2;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-cta__produceTitle {
    margin-inline: 25px;
    border-radius: clamp(10px, 2.4vw, 24px);
    white-space: normal;
  }
}
.p-cta__produceTitle::after {
  z-index: -1;
  position: absolute;
  bottom: -24px;
  left: -2px;
  width: 0;
  height: 0;
  rotate: 20deg;
  border-top: 30px solid #2E83D2;
  border-right: 30px solid transparent;
  border-left: 0px solid transparent;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-cta__produceTitle::after {
    top: -30px;
    left: calc(50% - 25px);
    transform: translateX(-50%);
    rotate: -100deg;
  }
}

.p-cta__job {
  display: flex;
  z-index: 10;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1364px;
  margin-top: -65px;
  margin-inline: auto;
  padding-block: 60px 80px;
  gap: 43px;
  background: linear-gradient(268deg, #7AF4A3 0%, #5AC6E6 100%);
}
@media screen and (max-width: 1023px) {
  .p-cta__job {
    margin-top: -35px;
    padding-block: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__job {
    margin-top: 0;
    margin-inline: -16px;
    gap: 16px;
  }
}

.p-cta__jobTitle {
  color: #FFF;
  font-weight: 700;
  font-size: clamp(2rem, 3vw, 4.2rem);
  line-height: 1.2;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
}

.p-cta__buttonWrap {
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 1023px) {
  .p-cta__buttonWrap {
    flex-direction: column;
    gap: 10px;
  }
}

.p-date {
  margin-top: 145px;
}
@media screen and (max-width: 767px) {
  .p-date {
    margin-top: -50px;
  }
}
.p-date__inner {
  padding-inline: 5px;
}
.p-date__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: clamp(32px, 4.8vw, 68px);
  margin-inline: 12px;
  gap: 48px 20px;
}
@media screen and (max-width: 1439px) {
  .p-date__wrap {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-date__wrap {
    margin-inline: 3px;
    gap: 17px 8px;
  }
}
.p-date__item {
  width: 100%;
  max-width: 490px;
  transform: skewY(-8deg) rotate(8deg);
}
@media screen and (max-width: 599px) {
  .p-date__item {
    height: 100%;
    max-height: 162px;
  }
}
.p-date__card {
  position: relative;
  width: 100%;
  height: 100%;
  border-width: clamp(1px, 0.3vw, 4px);
  border-style: solid;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: 0px 10px 30px rgba(54, 197, 240, 0.24);
}
.p-date__item--blue .p-date__card {
  border-color: #36C5F0;
}
.p-date__item--green .p-date__card {
  border-color: #7AF4A3;
}
.p-date__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto;
  gap: 10px;
  transform: skewX(7deg);
}
@media screen and (max-width: 1023px) {
  .p-date__content {
    margin: clamp(11px, 3vw, 30px) auto;
  }
}
@media screen and (max-width: 767px) {
  .p-date__content {
    gap: 0;
  }
}
@media screen and (max-width: 599px) {
  .p-date__content--location {
    margin-bottom: 3px;
  }
}
.p-date__icon {
  flex-shrink: 0;
  aspect-ratio: 1/1;
  width: clamp(33px, 6.3vw, 100px);
}
.p-date__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-date__textArea {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 210px;
}
@media screen and (max-width: 767px) {
  .p-date__textArea {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 0;
    gap: 6px;
  }
}
.p-date__subtitle {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: -10px;
  padding: 0 3px 1px;
  background: #2E83D2;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .p-date__subtitle {
    padding: 1px 2px;
    font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  }
}
.p-date__data {
  display: flex;
  align-items: flex-end;
  margin-bottom: -5px;
}
.p-date__number {
  color: #00498C;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1.2;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1023px) {
  .p-date__number {
    margin-top: 1px;
    font-size: clamp(2.8rem, 6.4vw, 6.4rem);
  }
}
.p-date__unit {
  padding-bottom: 8px;
  color: #00498C;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .p-date__unit {
    padding-bottom: 3px;
    font-size: clamp(1.4rem, 2.4vw, 2.4rem);
  }
}
.p-date__note {
  margin-top: 5px;
  color: #00498C;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .p-date__note {
    margin-top: 0;
    font-size: clamp(0.9rem, 1.4vw, 1.4rem);
  }
}
@media screen and (max-width: 599px) {
  .p-date__note {
    margin-top: -3px;
  }
}

.p-day {
  position: relative;
  margin-top: clamp(53px, 11vw, 166px);
  margin-bottom: -150px;
}
@media screen and (max-width: 767px) {
  .p-day {
    margin-bottom: -10px;
  }
}
.p-day::after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/day/day_bg.webp") no-repeat center center/cover;
  content: "";
}
.p-day__inner {
  margin-top: clamp(34px, 3.2vw, 40px);
}
.p-day__headWrapper {
  display: flex;
  justify-content: space-between;
  margin-right: 110px;
}
@media screen and (max-width: 1439px) {
  .p-day__headWrapper {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .p-day__headWrapper {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .p-day__headWrapper {
    margin-left: -10px;
  }
}
.p-day__headImg {
  z-index: -1;
  position: relative;
  max-width: 672px;
}
.p-day__headLink {
  display: block;
  position: relative;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 135px;
  padding: 20px 96px;
  border: 6px solid #2E83D2;
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  color: #2E83D2;
  font-weight: 700;
  font-size: clamp(2.4rem, 2.5vw, 4rem);
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .p-day__headLink {
    margin-top: 73px;
  }
}
@media screen and (max-width: 767px) {
  .p-day__headLink {
    padding: 10px 60px;
  }
}
.p-day__headLink span {
  display: block;
  font-weight: inherit;
}
.p-day__headLink span::after {
  z-index: -1;
  position: absolute;
  bottom: -15px;
  left: 50%;
  aspect-ratio: 286/428;
  width: 286px;
  height: auto;
  transform: translateX(-50%);
  background: url("../images/day/day_linkImg.webp") no-repeat center center/contain;
  content: "";
}
@media screen and (max-width: 1439px) {
  .p-day__headLink span::after {
    bottom: -35px;
  }
}
@media screen and (max-width: 767px) {
  .p-day__headLink span::after {
    bottom: -15px;
    width: 180px;
  }
}
.p-day__headLink::before, .p-day__headLink::after {
  position: absolute;
  top: 50%;
  left: clamp(15px, 1.5vw, 24px);
  width: clamp(38px, 4vw, 60px);
  height: clamp(38px, 4vw, 60px);
  transform: translateY(-50%);
  background: url("../images/day/day_link1.webp") no-repeat center center/contain;
  content: "";
}
.p-day__headLink::after {
  right: clamp(18px, 1.5vw, 24px);
  left: auto;
  width: clamp(30px, 3.3vw, 50px);
  height: clamp(30px, 3.3vw, 50px);
  background: url("../images/day/day_link2.webp") no-repeat center center/contain;
}
.p-day__frameWrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: -255px;
  margin-right: 59px;
  gap: 49px;
}
@media screen and (max-width: 1439px) {
  .p-day__frameWrapper {
    justify-content: center;
    margin-top: -110px;
    margin-inline: auto;
    gap: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .p-day__frameWrapper {
    flex-direction: column;
    align-items: center;
    margin-top: clamp(40px, 8vw, 77px);
  }
}
.p-day__frame {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 580px;
  gap: 24px;
  border: 2px solid;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1023px) {
  .p-day__frame {
    width: 100%;
    max-width: 550px;
    min-height: auto;
  }
}
.p-day__frame--work {
  border-color: #2e83d2;
}
.p-day__frame--holiday {
  border-color: #fe9060;
}
.p-day__frameTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 16px;
  color: #fff;
  font-weight: 700;
  font-size: clamp(2.4rem, 2.2vw, 3.2rem);
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-day__frameTitle {
    padding-block: 5px;
  }
}
.p-day__frameTitle--work {
  background-color: #2e83d2;
}
.p-day__frameTitle--holiday {
  background-color: #fe9060;
}
.p-day__timeline {
  position: relative;
  flex: 1;
  width: 550px;
  padding: 10px clamp(14px, 3vw, 48px) 50px;
}
@media screen and (max-width: 1439px) {
  .p-day__timeline {
    width: 100%;
    max-width: clamp(400px, 40vw, 550px);
  }
}
@media screen and (max-width: 1023px) {
  .p-day__timeline {
    max-width: 580px;
  }
}
@media screen and (max-width: 767px) {
  .p-day__timeline {
    max-width: 100%;
    padding: 0px 14px 24px;
  }
}
.p-day__timeline::before {
  z-index: 1;
  position: absolute;
  top: 10px;
  right: 40px;
  aspect-ratio: 1/1;
  width: clamp(80px, 7vw, 110px);
  height: auto;
  background: url(../images/day/day_work.webp) no-repeat center center/contain;
  content: "";
}
@media screen and (max-width: 1439px) {
  .p-day__timeline::before {
    top: 0px;
    right: 25px;
    width: clamp(60px, 6vw, 80px);
  }
}
@media screen and (max-width: 1023px) {
  .p-day__timeline::before {
    display: none;
  }
}
.p-day__timeline--holiday {
  width: 100%;
  max-width: 610px;
  padding: 10px clamp(14px, 3vw, 39px) 50px;
}
@media screen and (max-width: 1439px) {
  .p-day__timeline--holiday {
    width: 100%;
    max-width: clamp(400px, 40vw, 550px);
  }
}
@media screen and (max-width: 1023px) {
  .p-day__timeline--holiday {
    max-width: 580px;
  }
}
@media screen and (max-width: 767px) {
  .p-day__timeline--holiday {
    max-width: 100%;
    padding: 0px 14px 24px;
  }
}
.p-day__timeline--holiday::before {
  background: url(../images/day/day_holiday.webp) no-repeat center center/contain;
}
.p-day__timelineContent {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.p-day__timelineItems {
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  gap: 26px;
}
.p-day__item {
  display: flex;
  position: relative;
  align-items: center;
  gap: 24px;
}
.p-day__item--wide {
  align-items: flex-start;
}
.p-day__time {
  flex-shrink: 0;
  width: 47px;
  margin-block: auto;
  color: #171717;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-day__time {
    font-size: clamp(1.4rem, 0.3vw, 1.8rem);
  }
}
.p-day__dot {
  z-index: 3;
  position: relative;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-block: auto;
  border-radius: 50%;
}
.p-day__dot--work {
  background-color: #2e83d2;
}
.p-day__dot--holiday {
  background-color: #fe9060;
}
.p-day__description {
  margin: 0;
  color: #171717;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-day__description {
    font-size: clamp(1.4rem, 0.3vw, 1.8rem);
  }
}
.p-day__line {
  z-index: 1;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 79px;
  width: 2px;
}
.p-day__line--work {
  background-color: #2e83d2;
}
.p-day__line--holiday {
  background-color: #fe9060;
}

.p-dormitory {
  margin-top: 210px;
  margin-top: clamp(70px, 13.5vw, 210px);
}
@media screen and (max-width: 1023px) {
  .p-dormitory {
    background: linear-gradient(180deg, #FFF 0%, #B8EFFF 50%, #FFF 100%);
  }
}
.p-dormitory__inner {
  margin-top: -33px;
}
@media screen and (max-width: 1023px) {
  .p-dormitory__inner {
    margin-top: 43px;
  }
}
.p-dormitory img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .p-dormitory__content--pc {
    display: none;
  }
}
.p-dormitory__content--pc .p-dormitory__topWrap {
  display: grid;
  grid-template-columns: 21.5994020927% 1fr;
  align-items: end;
  gap: 25px;
}
.p-dormitory__content--pc .p-dormitory__topLeft {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.p-dormitory__content--pc .p-dormitory__bottomWrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  margin-top: 25px;
  gap: 25px;
}
.p-dormitory__content--pc .p-dormitory__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 87.5%;
}
.p-dormitory__content--pc .p-dormitory__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-dormitory__content--pc .p-dormitory__imgText {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px;
  background: rgba(46, 131, 210, 0.8);
  color: #FFF;
  font-weight: 500;
  font-size: 1.4rem;
  font-size: clamp(1.2rem, 0.9vw, 1.4rem);
  line-height: 1.6;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1439px) {
  .p-dormitory__content--pc .p-dormitory__imgText {
    height: clamp(100px, 100px + 10 * (100vw - 1420px) / -396, 110px);
  }
}
.p-dormitory__content--pc .p-dormitory__imgText .title {
  font-size: clamp(1.6rem, 1.1vw, 1.8rem);
  line-height: 2.1;
}

.p-dormitory__content--sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-dormitory__content--sp {
    display: block;
  }
}
.p-dormitory__content--sp .p-dormitory__img--second {
  margin-block: 24px;
}
.p-dormitory__content--sp .p-dormitory__imgWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.p-dormitory__content--sp .p-dormitory__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 87.5%;
  border: 4px solid #FFF;
  cursor: pointer;
}
.p-dormitory__content--sp .p-dormitory__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-dormitory__content--sp .p-dormitory__img .p-dormitory__imgText {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(315deg, rgba(0, 73, 140, 0.8) 50%, rgba(46, 131, 210, 0.8) 50%);
  color: #FFF;
  font-weight: 500;
  font-size: clamp(1.8rem, 2vw, 2rem);
  line-height: 2.1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.p-dormitory__content--sp .p-dormitory__img .p-dormitory__imgText .text {
  display: none;
}
.p-dormitory__content--sp .p-dormitory__img .p-dormitory__imgText .title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 25px;
  line-height: 1.3;
}
.p-dormitory__content--sp .p-dormitory__img .p-dormitory__imgText .title::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: clamp(18px, 3vw, 24px);
  height: clamp(18px, 3vw, 24px);
  transform: translateY(-50%);
  background: url("../images/dormitory/dormitory_open.webp") no-repeat center center/contain;
  content: "";
}
.p-dormitory__content--sp .p-dormitory__img .p-dormitory__imgText .title--iconNone::after {
  display: none;
}
.p-dormitory__content--sp .p-dormitory__img.expanded {
  z-index: 10;
  grid-row: span 2;
  grid-column: span 2;
  padding-bottom: 81.6%;
}
.p-dormitory__content--sp .p-dormitory__img.expanded .p-dormitory__imgText {
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 15px 8px 3px;
  background: rgba(46, 131, 210, 0.8);
  color: #FFF;
  font-weight: 500;
  font-size: clamp(1.8rem, 2vw, 2rem);
  line-height: 2.1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.p-dormitory__content--sp .p-dormitory__img.expanded .p-dormitory__imgText .text {
  display: block;
  margin-top: 5px;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.6;
}
.p-dormitory__content--sp .p-dormitory__img.expanded .p-dormitory__imgText .title::after {
  background: url("../images/dormitory/dormitory_close.webp") no-repeat center center/contain;
}

.p-dormitoryFaq {
  margin-top: clamp(80px, 11vw, 164px);
}

.p-dormitoryFaq__list {
  display: flex;
  flex-direction: column;
  margin-top: clamp(50px, 7.5vw, 114px);
  padding-inline: 54px;
  gap: 12px;
}
@media screen and (max-width: 1439px) {
  .p-dormitoryFaq__list {
    padding-inline: 0;
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-dormitoryFaq__list {
    display: none;
  }
}
.p-dormitoryFaq__list .p-dormitoryFaq__item {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
.p-dormitoryFaq__list .p-dormitoryFaq__question {
  display: flex;
  align-items: center;
  width: 460px;
  width: clamp(300px, 30vw, 460px);
  padding: 12px 10px;
  background-color: #2e83d2;
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
.p-dormitoryFaq__list .p-dormitoryFaq__answer {
  display: flex;
  flex: 1;
  align-items: center;
  margin: 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}

.p-dormitoryFaq__box {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-dormitoryFaq__box {
    display: block;
    margin-top: 50px;
  }
}
.p-dormitoryFaq__box .p-accordionWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.p-dormitoryFaq__box .p-accordionWrap summary {
  display: block;
}
.p-dormitoryFaq__box .p-accordionWrap summary::-webkit-details-marker {
  display: none;
}
.p-dormitoryFaq__box .p-accordion {
  position: relative;
  width: 100%;
}
.p-dormitoryFaq__box .p-accordion.is-opened .p-accordion__headButton::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.p-dormitoryFaq__box .p-accordion__head {
  padding: clamp(10px, 2vw, 16px);
  background: #2E83D2;
}
.p-dormitoryFaq__box .p-accordion__headWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
}
.p-dormitoryFaq__box .p-accordion__headText {
  color: #fff;
  font-weight: 700;
  font-size: clamp(2rem, 3vw, 2.4rem);
  line-height: 1.5;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.p-dormitoryFaq__box .p-accordion__headButton {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  transition: transform 0.3s ease;
}
.p-dormitoryFaq__box .p-accordion__headButton::before,
.p-dormitoryFaq__box .p-accordion__headButton::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  background: #fff;
  content: "";
  content: "";
  transition: transform 0.3s;
}
.p-dormitoryFaq__box .p-accordion__headButton::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-dormitoryFaq__box .p-accordion.is-opened .p-accordion__headButton::before {
  transform: translate(-50%, -50%);
}
.p-dormitoryFaq__box .p-accordion__bodyWrapper {
  padding: 20px 0;
}
.p-dormitoryFaq__box .p-accordion__bodyText {
  color: #171717;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.5vw, 2.4rem);
  line-height: 1.5;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.p-faq {
  margin-top: clamp(56px, 12vw, 180px);
}

.p-faq__accordion {
  margin-top: 96px;
  margin-top: clamp(50px, 6.5vw, 96px);
}

.c-accordionWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 2.5vw, 40px);
}
@media screen and (max-width: 767px) {
  .c-accordionWrap {
    gap: 12px;
  }
}
.c-accordionWrap summary {
  display: block;
}
.c-accordionWrap summary::-webkit-details-marker {
  display: none;
}

.c-accordion {
  position: relative;
  width: 100%;
  max-width: 1100px;
  border-radius: clamp(3.7px, 0.75vw, 12px);
  background: #BCD9FF;
}
.c-accordion.is-opened .c-accordion__headButton::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.c-accordion__head {
  padding-inline: clamp(8px, 2vw, 24px);
  padding-block: clamp(13px, 2vw, 24px);
}
@media screen and (max-width: 767px) {
  .c-accordion__head {
    padding-right: 0;
  }
}

.c-accordion__headWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(7.5px, 1.5vw, 24px);
  cursor: pointer;
}

.c-accordion__headItem:last-child {
  margin-left: auto;
}

.c-accordion__headIcon {
  flex-shrink: 0;
  width: clamp(25px, 5vw, 80px);
  height: clamp(25px, 5vw, 80px);
}

.c-accordion__headText {
  background: linear-gradient(180deg, #2E83D2 0%, #331E93 100%);
  background-clip: text;
  font-weight: 700;
  font-size: clamp(2.4rem, 2.1vw, 3.4rem);
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-accordion__headButton {
  position: relative;
  flex-shrink: 0;
  width: clamp(29px, 3vw, 46px);
  height: clamp(29px, 3vw, 46px);
  transition: transform 0.3s ease;
}

.c-accordion__headButton::before,
.c-accordion__headButton::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(15px, 2.5vw, 36px);
  height: clamp(2px, 0.3vw, 4px);
  transform: translate(-50%, -50%);
  border-radius: 50px;
  background: linear-gradient(180deg, #2E83D2 0%, #331E93 100%);
  content: "";
  content: "";
  transition: transform 0.3s;
}

.c-accordion__headButton::before {
  transform: translate(-50%, -50%) rotate(90deg);
  background: linear-gradient(90deg, #2E83D2 0%, #331E93 100%);
}

.c-accordion.is-opened .c-accordion__headButton::before {
  transform: translate(-50%, -50%);
}

.c-accordion__bodyWrapper {
  padding: 0 clamp(9px, 1.5vw, 24px) clamp(16px, 1.5vw, 24px) clamp(36px, 7.1vw, 114px);
}

.c-accordion__bodyText {
  color: #171717;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.5vw, 2.4rem);
  line-height: 2.1;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
}

.p-flow {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-flow {
    margin-top: -64px;
  }
}
.p-flow__inner {
  display: flex;
  align-items: center;
  margin-top: -50px;
}
@media screen and (max-width: 1023px) {
  .p-flow__inner {
    flex-direction: column;
    max-width: 100%;
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    margin-top: 54px;
  }
}
.p-flow__item {
  display: flex;
  position: relative;
  flex: 1;
  align-items: flex-end;
  height: 380px;
}
@media screen and (max-width: 1023px) {
  .p-flow__item {
    width: 100%;
    height: auto;
  }
}
.p-flow__item--step1 {
  padding-inline: 20px 0;
  background: #AAEBFF;
}
@media screen and (max-width: 1023px) {
  .p-flow__item--step1 {
    padding-inline: 0;
  }
}
.p-flow__item--step2 {
  padding-left: 80px;
  background: #5AC6E6;
}
@media screen and (max-width: 1439px) {
  .p-flow__item--step2 {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .p-flow__item--step2 {
    padding-top: 60px;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item--step2 .p-flow__stepLabel {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item--step2 .p-flow__content {
    padding-top: 75px;
    padding-bottom: 15px;
  }
}
.p-flow__item--step3 {
  padding-left: 80px;
  background: #2E83D2;
}
@media screen and (max-width: 1439px) {
  .p-flow__item--step3 {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .p-flow__item--step3 {
    padding-top: 60px;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item--step3 .p-flow__stepLabel {
    margin-top: 0;
  }
}
.p-flow__item--step3 .p-flow__content {
  margin-inline: -15px 15px;
}
@media screen and (max-width: 1439px) {
  .p-flow__item--step3 .p-flow__content {
    margin-inline: 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item--step3 .p-flow__content {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.p-flow__arrow {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: -75px;
  width: 76px;
  height: 100%;
  transform: translateY(-50%);
  background-color: inherit;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 1439px) {
  .p-flow__arrow {
    right: -49px;
    width: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .p-flow__arrow {
    top: auto;
    right: auto;
    bottom: -59px;
    left: 50%;
    width: 100%;
    height: 60px;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.p-flow__content {
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 58px;
}
@media screen and (max-width: 1023px) {
  .p-flow__content {
    padding-top: clamp(70px, 15vw, 150px);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__content {
    padding-bottom: 0px;
    padding-inline: 25px;
  }
}
@media screen and (max-width: 599px) {
  .p-flow__content {
    padding-bottom: 20px;
  }
}
.p-flow__stepLabelWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-flow__stepLabel {
  display: block;
  z-index: 5;
  position: relative;
  max-width: 282px;
  height: 93px;
  padding: 17px 77px;
  transform: skewX(-8deg);
  background: #00498C;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.33;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
  clip-path: polygon(17% 0%, 100% 0%, 83% 100%, 0% 100%);
}
@media screen and (max-width: 1439px) {
  .p-flow__stepLabel {
    height: auto;
    padding: 17px 50px;
  }
}
@media screen and (max-width: 1023px) {
  .p-flow__stepLabel {
    left: -80px;
    max-width: none;
    margin-top: 15px;
    padding: 17px 100px;
    font-size: clamp(2rem, 4vw, 4rem);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__stepLabel {
    left: -30px;
    margin-top: 0;
    padding: 10px 40px;
  }
}
.p-flow__stepArrow {
  display: block;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 1023px) {
  .p-flow__stepArrow {
    top: 0px;
    left: 13px;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__stepArrow {
    top: -10px;
  }
}
.p-flow__stepLine {
  display: block;
  z-index: 3;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 55.5555555556vw;
  height: 3px;
  transform: translateX(100%) translateY(-50%);
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-flow__stepLine {
    top: auto;
    right: auto;
    bottom: 0;
    left: 20px;
    width: 3px;
    height: 820px;
    transform: translateY(100%) translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__stepLine {
    height: 600px;
  }
}
.p-flow__textArea {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 425px;
  height: 192px;
  padding-inline: 10px;
  gap: 23px;
}
@media screen and (max-width: 1439px) {
  .p-flow__textArea {
    height: 210px;
  }
}
@media screen and (max-width: 1023px) {
  .p-flow__textArea {
    align-items: flex-start;
    max-width: 600px;
    height: auto;
    gap: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__textArea {
    max-width: 400px;
    padding-inline: 0;
  }
}
@media screen and (max-width: 599px) {
  .p-flow__textArea {
    padding-left: 10px;
  }
}
.p-flow__header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.p-flow__subtitle {
  color: #00498C;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .p-flow__subtitle {
    font-size: clamp(1.4rem, 2.1vw, 1.7rem);
  }
}
.p-flow__subtitle--white {
  color: #FFFFFF;
}
.p-flow__title {
  margin: 0;
  color: #00498C;
  font-weight: 700;
  font-size: clamp(2.4rem, 1.8vw, 3rem);
  line-height: 1.38;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1439px) {
  .p-flow__title {
    font-size: clamp(1.6rem, 1.5vw, 2.4rem);
  }
}
@media screen and (max-width: 1023px) {
  .p-flow__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    font-size: clamp(2.4rem, 3.8vw, 3rem);
    white-space: nowrap;
  }
}
.p-flow__title--white {
  color: #FFFFFF;
}
@media screen and (max-width: 1439px) {
  .p-flow__title span {
    letter-spacing: -0.1em;
  }
}
.p-flow__description {
  width: 100%;
}
.p-flow__description p {
  margin: 0;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.2vw, 1.8rem);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
}
@media screen and (max-width: 1439px) {
  .p-flow__description p {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  }
}
@media screen and (max-width: 1023px) {
  .p-flow__description p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__description p {
    font-size: 1.4rem;
  }
}
.p-flow__description--white p {
  color: #FFFFFF;
}

.p-footer {
  position: relative;
  padding-block: clamp(80px, 12vw, 95px) clamp(100px, 14vw, 223px);
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-block: clamp(55px, 1vw, 80px) 57px;
  }
}
.p-footer::before {
  z-index: -1;
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 70%;
  background: url("../images/footer/footer_bg.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: screen, normal;
  content: "";
  pointer-events: none;
}

.p-footer__heading {
  width: 100%;
}

.p-footer__message {
  max-width: 1587px;
  margin-right: -50px;
  margin-left: -200px;
}
@media screen and (max-width: 1023px) {
  .p-footer__message {
    margin-right: 0;
    margin-left: -150px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__message {
    margin-left: -110px;
  }
}
@media screen and (max-width: 599px) {
  .p-footer__message {
    margin-right: -26px;
    margin-left: -67px;
  }
}
.p-footer__message img {
  width: 100%;
}

.p-footer__boxes {
  display: flex;
  width: 100%;
  max-width: 1520px;
  margin-top: 120px;
  margin-inline: auto;
  padding-inline: 50px;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .p-footer__boxes {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    padding-inline: 16px;
  }
}

.p-footer__box {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 700px;
  padding: 64px 80px;
  gap: 64px;
  gap: clamp(32px, 4.5vw, 64px);
  border-radius: 8px;
  color: #FFF;
}
@media screen and (max-width: 1439px) {
  .p-footer__box {
    max-width: 600px;
    margin-inline: auto;
    padding: clamp(24px, 4.6vw, 64px) 16px;
  }
}
.p-footer__box--job {
  background: #5AC6E6;
}
.p-footer__box--contact {
  background: #2E83D2;
}

.p-footer__jobTitle {
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  font-weight: 700;
  font-size: clamp(3.2rem, 3.5vw, 5.6rem);
  line-height: 1.2;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
}

.p-footer__jobButtonWrap {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  gap: clamp(24px, 5vw, 30px);
}
.p-footer__jobButtonWrap a {
  width: 100%;
}

.c-button__phone {
  width: 25px;
  height: auto;
}

.header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
  max-width: 100%;
  background: #FFF;
}
.header .header__inner {
  display: flex;
  align-items: center;
  height: 73px;
  margin-inline: auto;
  padding-inline: 54px 0;
}
@media screen and (max-width: 1023px) {
  .header .header__inner {
    height: 54px;
    padding-inline: 16px 0;
  }
}
.header .logo {
  aspect-ratio: 166/20;
  width: auto;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .header .logo {
    height: 20px;
  }
}
.header .header__subtitle {
  margin-left: 14px;
  padding: 5px 8px;
  background: #0E6EB8;
  color: #FFF;
  font-weight: 700;
  font-size: clamp(10px, 1vw, 16px);
  line-height: 1.2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1439px) {
  .header .header__subtitle {
    line-height: 1.3;
  }
}
.header .header__subtitle .header-subtitle__inner {
  display: flex;
  transform: skewX(-10deg);
}
.header .header__subtitle .header-subtitle__inner p {
  white-space: nowrap;
}
.header .header__subtitle .header-subtitle__inner span {
  padding-inline: 3px;
}
.header .nav__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: 30px;
  padding-right: 12px;
}
.header .nav__items.xl-show {
  display: none;
}
@media screen and (max-width: 1439px) {
  .header .nav__items.xl-show {
    display: block;
  }
}
.header .nav__items__upper,
.header .nav__items__lower {
  display: flex;
}
.header .nav__item:not(:first-child) {
  margin-left: 2.5625vw;
}
.header .nav__link {
  display: inline-block;
  position: relative;
  transform: skewX(-8deg);
  color: #1F1F1F;
  font-weight: 700;
  font-size: 1vw;
  line-height: 1.2;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
  opacity: 0.5;
  transition: opacity 0.3s, color 0.3s;
}
.header .nav__link::after {
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin-block: auto;
  rotate: 45deg;
  border-top: 2px solid #0E6EB8;
  border-right: 2px solid #0E6EB8;
  content: "";
  opacity: 0.5;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .header .nav__link:hover::after {
    opacity: 1;
  }
}
@media (any-hover: hover) {
  .header .nav__link:hover {
    color: #0E6EB8;
    opacity: 1;
  }
}
.header .nav__link.is-active {
  color: #1F1F1F;
  opacity: 1 !important;
}
.header .nav__link.is-active::after {
  opacity: 1;
}
@media screen and (max-width: 1439px) {
  .header .nav__link {
    font-size: 12.8px;
    line-height: 1.3;
  }
}
.header .header__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 101%;
  margin-inline: auto 0;
  gap: 22px;
  background: linear-gradient(277deg, #AAEBFF 28.25%, #2E83D2 100%);
}
@media screen and (max-width: 1023px) {
  .header .header__button {
    display: none;
  }
}
.header .header__button .text {
  display: block;
  color: #FFF;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
}
.header .header__button .button {
  display: flex;
  gap: 16px;
}
.header .header__button .button a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.header .header__button .button a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border: 1px solid #00498C;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 4px 0 #4E95C4;
  transition: all 0.3s ease;
}
.header .header__button .button a .icon--tel {
  border: 1px solid #00498C;
  background: #fff;
  color: #00498C;
}
.header .header__button .button a .icon--mail {
  border: 1px solid #fff;
  background: #00498C;
  color: #fff;
}
.header .header__button .button a span {
  color: #0E6EB8;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.2;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
}
@media (any-hover: hover) {
  .header .header__button .button a:hover .icon--tel {
    border: 1px solid #fff;
    background: #00498C;
    box-shadow: none;
    color: #fff;
  }
  .header .header__button .button a:hover .icon--mail {
    border: 1px solid #00498C;
    background: #fff;
    box-shadow: none;
    color: #00498C;
  }
}
.header .hamburger {
  z-index: 1000;
  position: fixed;
  top: 20px;
  right: 33px;
  width: 32px;
  height: 22px;
}
.header .hamburger span {
  position: absolute;
  width: 32px;
  height: 2px;
  background-color: #007BC4;
  transition: all 0.3s ease;
}
.header .hamburger span:first-child {
  top: 0;
}
.header .hamburger span:nth-child(2) {
  top: 8px;
}
.header .hamburger span:nth-child(3) {
  top: 16px;
}
.header .hamburger.is-active span:first-child {
  top: 7px;
  transform: rotate(45deg);
}
.header .hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.header .hamburger.is-active span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}
.header .drawer__menu {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 54px;
  left: 0;
  width: 100%;
  height: calc(100vh - 54px);
  overflow-y: auto;
  background-color: #CAF3FF;
  -webkit-overflow-scrolling: touch;
}
.header .drawer__menu__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: calc(100% - 40px);
  margin-top: 40px;
  gap: 24px;
}
.header .drawer__menu__items {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  gap: 32px;
}
.header .drawer__menu__item {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
.header .drawer__menu__item::after {
  position: absolute;
  top: 50%;
  right: -11px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  rotate: 45deg;
  border-top: 2px solid #00498C;
  border-right: 2px solid #00498C;
  content: "";
}
.header .drawer__menu__link {
  display: block;
  transform: skewX(-8deg);
  color: #00498C;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
}
.header .drawer__menu__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 153px;
  margin-top: 14px;
  padding-block: 20px;
  gap: 22px;
  border-top: 4px solid #FFF;
  background: linear-gradient(270deg, #7AF4A3 0%, #2E83D2 100%);
}
.header .drawer__menu__button .text {
  display: block;
  color: #FFF;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
}
.header .drawer__menu__button .button {
  display: flex;
  gap: 12px;
}
.header .drawer__menu__button .button a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 10px;
  gap: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.header .drawer__menu__button .button a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 8px 0 #4E95C4;
  font-size: 2rem;
  transition: all 0.3s ease;
}
.header .drawer__menu__button .button a .icon--tel {
  border: 2px solid #00498C;
  background: #fff;
  color: #00498C;
}
.header .drawer__menu__button .button a .icon--mail {
  border: 2px solid #fff;
  background: #00498C;
  color: #fff;
}
.header .drawer__menu__button .button a span {
  display: block;
  color: #0E6EB8;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
}

.p-location {
  position: relative;
  margin-top: clamp(64px, 10vw, 165px);
}
.p-location::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFF 0%, #B8EFFF 50%, #FFF 100%);
  content: "";
}
.p-location__inner {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-location__inner {
    margin-top: 24px;
  }
}
.p-location__map {
  z-index: 1;
  position: absolute;
  top: 33px;
  left: calc(50% + 40px);
  aspect-ratio: 726/811;
  width: clamp(350px, 45vw, 726px);
  height: auto;
  transform: translateX(-50%);
  content: "";
}
@media screen and (max-width: 1439px) {
  .p-location__map {
    z-index: -1;
  }
}
@media screen and (max-width: 1023px) {
  .p-location__map {
    top: 695px;
    left: calc(50% + 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-location__map {
    top: 600px;
    left: calc(50% + 20px);
  }
}
.p-location__text {
  display: block;
  position: absolute;
  top: -60px;
  right: 170px;
  color: #171717;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.1;
}
@media screen and (max-width: 1023px) {
  .p-location__text {
    top: 750px;
    right: auto;
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-location__text {
    top: 720px;
    font-size: clamp(1.4rem, 2.7vw, 2rem);
  }
}
@media screen and (max-width: 599px) {
  .p-location__text {
    left: 16px;
  }
}
.p-location__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .p-location__wrapper {
    flex-direction: column-reverse;
    align-items: center;
    gap: 360px;
  }
}
.p-location__wrapperColumn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: calc(50% - 8px);
  margin-left: 50px;
  gap: 15px;
}
@media screen and (max-width: 1439px) {
  .p-location__wrapperColumn {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-location__wrapperColumn {
    display: none;
  }
}
.p-location__wrapperColumn .p-location__item {
  margin-right: auto;
}
.p-location__item {
  display: flex;
  width: 100%;
  max-width: 380px;
  padding: 16px 16px 16px 10px;
  gap: 21px;
  border: 4px solid #7AF4A3;
  border-radius: 0;
  background-color: #ffffff;
}
.p-location__item--east {
  flex-direction: column;
  margin-top: 16px;
  margin-bottom: 32px;
  border: 6px solid #FEFA8B;
  background: #2E83D2;
}
.p-location__item--city {
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  .p-location__item {
    flex-direction: column;
    margin-inline: auto;
    padding: 10px 16px 16px 10px;
  }
}
.p-location__header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 70px;
  padding: 10px;
  background-color: #2E83D2;
  white-space: nowrap;
  clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .p-location__header {
    width: 190px;
    height: 48px;
  }
}
.p-location__header--east {
  background-color: #fff;
}
.p-location__areaName {
  margin: 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.1;
  text-align: center;
}
.p-location__areaName--east {
  background-color: #fff;
  color: #2E83D2;
}
.p-location__branchList {
  color: #171717;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .p-location__branchList {
    font-size: 1.4rem;
  }
}
.p-location__branchList--east {
  color: #fff;
}
.p-location__branch {
  display: block;
  margin-bottom: 4px;
}
.p-location__branch:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .p-location__branch {
    display: inline;
  }
}
.p-location__branch--east {
  display: block;
}
.p-location .p-location__wrapperKanto {
  position: relative;
  margin-right: -35px;
  border: 4px solid #2E83D2;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1023px) {
  .p-location .p-location__wrapperKanto {
    margin-right: 0;
  }
}
.p-location .p-location__wrapperKanto .p-location__kantoTitle {
  display: block;
  width: 101%;
  border: 4px solid #2E83D2;
  background: #2E83D2;
  color: #FFF;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 2.1;
  text-align: center;
}
.p-location .p-location__wrapperKanto .p-location__kantoInner {
  padding: 20px;
}
.p-location .p-location__wrapperKanto .p-location__kantoHead {
  color: #2E83D2;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}
.p-location .p-location__wrapperKanto .p-location__kantoText {
  display: block;
  margin-top: 8px;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-location .p-location__wrapperKanto .p-location__kantoText {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-location .p-location__wrapperKanto::before {
    z-index: -1;
    position: absolute;
    bottom: -130px;
    left: 50%;
    width: 3px;
    height: 130px;
    transform: translateX(-50%);
    transform-origin: top center;
    rotate: -60deg;
    background-color: #2E83D2;
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .p-location .p-location__wrapperKanto::after {
    z-index: -1;
    position: absolute;
    bottom: -250px;
    left: 50%;
    width: 3px;
    height: 250px;
    transform: translateX(-50%);
    transform-origin: top center;
    rotate: -20deg;
    background-color: #2E83D2;
    content: "";
  }
}
.p-location__swiper {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-location__swiper {
    display: block;
    margin-top: clamp(70px, 10vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .p-location__swiper {
    margin-top: 0;
  }
}
.p-location__swiper .c-swiper {
  justify-content: flex-start;
}
.p-location__swiper .swiper-slide {
  width: auto;
  max-width: 294px;
}
@media screen and (max-width: 767px) {
  .p-location__swiper .swiper-slide {
    max-width: 233px;
  }
}
.p-location__navigation {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .p-location__navigation {
    display: flex;
  }
}
.p-location__navigation .navigation-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  padding: 0px 17px;
  gap: 16px;
  border: 4px solid #7AF4A3;
  border-radius: 50px;
  background: #FFF;
}
.p-location__navigation .swiper-button-prev,
.p-location__navigation .swiper-button-next {
  display: flex;
  position: static;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0;
  padding: 4px;
  color: #022A50;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-location__navigation .swiper-button-prev.swiper-button-disabled,
.p-location__navigation .swiper-button-next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.p-location__navigation .swiper-button-prev.swiper-button-disabled:hover,
.p-location__navigation .swiper-button-next.swiper-button-disabled:hover {
  transform: none;
  color: #333;
}
.p-location__navigation .swiper-button-prev::after,
.p-location__navigation .swiper-button-next::after {
  content: none;
}

.p-message {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-message {
    margin-top: 30px;
    padding-bottom: 135px;
  }
}
.p-message::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/message/bg.webp);
  background-position: 50% bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  content: "";
  mask-image: linear-gradient(to bottom, transparent 0%, black 30%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 30%);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-message::before {
    background-position: 80% bottom;
  }
}
.p-message .message-man {
  z-index: 5;
  position: absolute;
  right: 0;
  bottom: -110px;
}
@media screen and (max-width: 767px) {
  .p-message .message-man {
    right: -7%;
    bottom: 0px;
  }
}
.p-message .message-man img {
  aspect-ratio: 849/974;
  -o-object-fit: cover;
  width: 51.25vw;
  max-width: 820px;
  height: auto;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-message .message-man img {
    aspect-ratio: 352/388;
    width: 55.7333333333vw;
  }
}
.p-message .message-faqs__container {
  z-index: 5;
  position: relative;
  width: 58.663125vw;
  margin-top: 130px;
  margin-left: -30px;
  padding-top: 3.125vw;
  background-image: url(../images/message/iphone.webp);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-message .message-faqs__container {
    box-sizing: border-box;
    aspect-ratio: 358/740 !important;
    width: 100%;
    height: auto;
    margin-top: 90px;
    margin-inline: auto;
    padding-top: 60px;
    background-image: url(../images/message/iphone-sp.webp);
  }
}
.p-message .message-faqs__container::before {
  position: absolute;
  top: -85px;
  left: 50%;
  padding: 10px 16px;
  translate: -50% 0;
  border-radius: 16px;
  background-color: #fff;
  content: "▼スクロールで続きが読めます▼";
  color: #00498C;
  font-weight: 700;
  font-size: 2.1875vw;
  line-height: 1.85;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-message .message-faqs__container::before {
    top: -53px;
    padding: 2px 6px;
    border-radius: 8px;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
  }
}
.p-message .message-faqs__container::after {
  z-index: -1;
  position: absolute;
  top: -40px;
  left: 50%;
  width: 40px;
  height: 65px;
  transform: translateX(-50%);
  background-color: #fff;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .p-message .message-faqs__container::after {
    top: -30px;
    width: 20px;
    height: 32px;
  }
}
.p-message .message-faqs {
  display: flex;
  position: relative;
  width: 82%;
  height: 62.5vw;
  margin: 6.25vw auto 0;
  padding-inline: 1.25vw;
}
.p-message .message-faqs-content {
  width: calc(100% - 1vw);
  height: 100%;
  padding-top: 70px;
  padding-inline: 0.625vw;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 767px) {
  .p-message .message-faqs-content {
    width: calc(100% - 2.096vw);
    height: clamp(1010px, 1010px + 10 * (100vw - 766px) / -166, 1020px);
    padding-top: 20px;
    padding-inline: 2.1386666667vw;
    border-radius: 0 0 0 35px;
  }
}
@media screen and (max-width: 599px) {
  .p-message .message-faqs-content {
    height: clamp(590px, 590px + 430 * (100vw - 375px) / 225, 1020px);
    border-radius: 0 0 0 25px;
  }
}
@media screen and (max-width: 499px) {
  .p-message .message-faqs-content {
    border-radius: 0 0 0 20px;
  }
}
.p-message .message-faqs-content::-webkit-scrollbar {
  display: none;
}
.p-message .custom-scrollbar {
  position: relative;
  flex-shrink: 0;
  width: 1.3125vw;
  height: 100%;
  margin-top: 60px;
  background: #fff;
  opacity: 1;
  transition: none;
}
@media screen and (max-width: 767px) {
  .p-message .custom-scrollbar {
    width: 2.096vw;
    height: clamp(205%, 250% - (375px - 100vw) * 0.1151, 250%);
    margin-top: 18px;
  }
}
.p-message .custom-thumb {
  z-index: 3;
  position: absolute;
  top: 0;
  width: 100%;
  height: 17.5vw;
  background-color: #022A50;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-message .custom-thumb {
    height: 21.3333333333vw;
  }
}
.p-message .message-faq:not(:first-child) {
  margin-top: 2.75vw;
}
.p-message .message-faq:last-child {
  padding-bottom: 2.75vw;
}
.p-message .message-question {
  margin-top: 1.9375vw;
  margin-inline: 0 auto;
}
.p-message .p-card {
  display: flex;
  align-items: center;
}
.p-message .p-card:not(:first-child) {
  margin-top: 1.875vw;
}
@media screen and (max-width: 767px) {
  .p-message .p-card__img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-message .p-card__img img {
  aspect-ratio: 184/185;
  -o-object-fit: cover;
  width: 5.5vw;
  height: 5.5vw;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-message .p-card__img img {
    width: 9.0373333333vw;
    height: 9.0373333333vw;
  }
}
.p-message .message-answer {
  justify-content: end;
  margin-inline: auto 0;
}
.p-message .message-answer .p-card__img {
  margin-left: 0.625vw;
}
@media screen and (max-width: 767px) {
  .p-message .message-answer .p-card__img {
    margin-left: 0.9813333333vw;
  }
}
.p-message .p-card__body {
  display: flex;
  align-items: center;
  width: 38vw;
  padding: 1.0625vw 0.625vw 1.125vw 1.375vw;
  border-radius: 1.5vw;
  filter: drop-shadow(0 3px 6px #1D6050);
}
@media screen and (max-width: 767px) {
  .p-message .p-card__body {
    width: 100%;
    padding: 1.6vw 4.5333333333vw 2.6666666667vw 1.8666666667vw;
  }
}
.p-message .message-question .p-card__body {
  margin-left: 0.625vw;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-message .message-question .p-card__body {
    margin-left: 0.9813333333vw;
  }
}
.p-message .message-answer .p-card__body {
  border: 3px solid #FFEB63;
  background-color: #022A50;
  color: #fff;
}
.p-message .message-answer .p-card__body .p-card__text {
  color: #fff;
}
.p-message .p-card__text {
  color: #171717;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.85;
  text-shadow: 0 0.965px 0.965px rgba(8, 39, 199, 0.25);
}
@media screen and (max-width: 1023px) {
  .p-message .p-card__text {
    font-size: clamp(1.3rem, 2.4vw, 2.4rem);
  }
}

.p-mv {
  z-index: 1001;
  position: relative;
  min-height: 800px;
  margin-top: 72px;
  background: url("../images/mv/mv_bg.webp") no-repeat top center/cover;
}
@media screen and (max-width: 1023px) {
  .p-mv {
    min-height: 580px;
    margin-top: 54px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    min-height: 750px;
    background: url("../images/mv/mv_bg_sp.webp") no-repeat top center/cover;
  }
}
@media screen and (max-width: 599px) {
  .p-mv {
    min-height: 650px;
  }
}
@media screen and (max-width: 499px) {
  .p-mv {
    min-height: 620px;
  }
}
.p-mv__wrapper {
  position: relative;
  max-width: 1500px;
  height: 100%;
  min-height: 100%;
  margin-inline: auto;
}
.p-mv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1113px;
  height: 100%;
  min-height: 100%;
  margin-inline: auto 50px;
  padding-block: clamp(47px, 4.6vw, 74px) clamp(48px, 5.2vw, 83px);
}
@media screen and (max-width: 1023px) {
  .p-mv__inner {
    justify-content: space-evenly;
  }
}
.p-mv__personImg {
  position: absolute;
  top: -20px;
  right: calc(50% + 450px);
  aspect-ratio: 1416/1654;
  width: auto;
  height: 103%;
  transform: translateX(50%);
}
@media screen and (max-width: 1439px) {
  .p-mv__personImg {
    right: calc(50% + 380px);
  }
}
@media screen and (max-width: 1023px) {
  .p-mv__personImg {
    right: calc(50% + 250px);
  }
}
@media screen and (max-width: 767px) {
  .p-mv__personImg {
    top: -25px;
    right: auto;
    left: -125px;
    width: 110%;
    transform: translateX(0);
    rotate: 4deg;
  }
}
@media screen and (max-width: 767px) and (max-width: 599px) {
  .p-mv__personImg {
    left: -103px;
    width: 92%;
  }
}
.p-mv__personImg img {
  width: 100%;
  height: auto;
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 0%, black 93%, transparent);
          mask-image: linear-gradient(to bottom, transparent, black 0%, black 93%, transparent);
  mask-repeat: no-repeat;
  mask-size: cover;
}
.p-mv__contents {
  z-index: -1;
  position: relative;
  width: 1113px;
  width: clamp(580px, 580px + 533 * (100vw - 768px) / 832, 1113px);
}
@media screen and (max-width: 1439px) {
  .p-mv__contents {
    z-index: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__contents {
    width: clamp(435px, 435px + 245 * (100vw - 375px) / 392, 680px);
    margin-right: -78px;
  }
}
.p-mv__contents img {
  width: 100%;
  height: auto;
}
.p-mv__buttonWrap {
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: -80px;
  margin-left: 140px;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .p-mv__buttonWrap {
    margin-top: -50px;
    margin-bottom: 40px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__buttonWrap {
    flex-direction: column;
    width: 100%;
    margin-top: 26px;
    margin-bottom: 11px;
    padding-block: 22px;
    gap: 8px;
    background: rgba(17, 37, 49, 0.7);
  }
}
@media screen and (max-width: 499px) {
  .p-mv__buttonWrap {
    padding-block: clamp(22px, 8vh - 31px, 40px);
    gap: 16px;
  }
}
.p-mv__scroll {
  display: flex;
  z-index: 3;
  position: absolute;
  bottom: -1px;
  left: 15px;
  align-items: center;
  justify-content: center;
  padding: 23px 33px;
  gap: 8px;
  border-top: 4px solid #025EB4;
  border-right: 4px solid #025EB4;
  border-left: 4px solid #025EB4;
  border-radius: 24px 24px 0px 0px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-mv__scroll {
    left: 50%;
    padding: 11px 16px 13px;
    transform: translateX(-50%);
    border: none;
    border-radius: 16px 16px 0px 0px;
  }
}
.p-mv__scroll span {
  color: #333;
  font-weight: 700;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-mv__scroll span {
    font-size: 1.8rem;
  }
}
.p-mv__scroll img {
  width: 31px;
  height: 31px;
}

.p-person {
  position: relative;
}
.p-person::after {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 140%;
  height: 110%;
  background: linear-gradient(0deg, rgba(90, 198, 230, 0) 0%, #5AC6E6 100%);
  background-blend-mode: overlay;
  content: "";
  pointer-events: none;
}
.p-person::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(0);
  background: url("../images/person/person_bgBlue.webp") no-repeat center center/cover;
  background-blend-mode: overlay;
  content: "";
  mask-image: linear-gradient(to top, transparent 0%, black 20%, black 95%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  pointer-events: none;
  will-change: transform;
  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 20%, black 95%, transparent 100%);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-person::before {
    background-position: right top;
  }
}

.p-person__heading {
  margin-top: -26px;
}
@media screen and (max-width: 767px) {
  .p-person__heading {
    margin-top: 24px;
  }
}

.p-person {
  margin-top: 9px;
  padding-top: 1px;
}
@media screen and (max-width: 767px) {
  .p-person {
    margin-top: -183px;
  }
}
.p-person__cardWrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: clamp(30px, 10.6vw, 170px);
  gap: 5px;
}
@media screen and (max-width: 1023px) {
  .p-person__cardWrap {
    flex-direction: column;
    gap: 50px;
  }
}
.p-person__card {
  position: relative;
  max-width: 700px;
}
@media screen and (max-width: 1023px) {
  .p-person__card {
    margin-inline: auto;
  }
}
.p-person__cardImgWrap {
  position: relative;
  margin-inline: 0 clamp(0px, 3.3vw, 53px);
}
@media screen and (max-width: 1023px) {
  .p-person__cardImgWrap {
    margin-inline: 0;
  }
}
.p-person__cardImgText {
  display: flex;
  position: absolute;
  top: 21px;
  left: 5px;
  flex-direction: column;
  gap: clamp(6px, 1vw, 16px);
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-person__cardImgText {
    top: 0px;
    left: 0px;
  }
}
.p-person__cardImgText span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: clamp(2px, 0.625vw, 10px);
  background-color: #fff;
  color: #171717;
  font-weight: 700;
  font-size: clamp(2.4px, 2.1vw, 33px);
  line-height: 1.4;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1023px) {
  .p-person__cardImgText span {
    font-size: clamp(22px, 3vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .p-person__cardImgText p:nth-child(2) {
    margin-left: -5px;
  }
}
.p-person__cardImg {
  width: 100%;
  max-width: 645px;
}
.p-person__cardImg img {
  width: 100%;
  height: auto;
}
.p-person__cardText {
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  width: 79.0697674419%;
  min-width: 300px;
  max-width: 510px;
  height: auto;
  min-height: 344px;
  margin-top: -50px;
  margin-inline: auto 0;
  padding: 24px 40px;
  padding: clamp(8px, 1.5vw, 24px) clamp(16px, 2.5vw, 40px);
  background: #FFF;
  box-shadow: 16px 30px 30px 0px rgba(2, 42, 80, 0.21);
}
@media screen and (max-width: 1439px) {
  .p-person__cardText {
    margin-top: -25px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1023px) {
  .p-person__cardText {
    min-height: auto;
  }
}
.p-person__cardText p {
  color: #171717;
  font-weight: 500;
  font-size: clamp(14px, 1.6vw, 20px);
  line-height: 1.85;
  font-family: "Noto Sans JP", sans-serif;
}

.c-slider {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  margin-top: 100px;
  margin-top: clamp(40px, 7vw, 100px);
  overflow: hidden;
  gap: 32px;
  gap: clamp(12px, 2.5vw, 32px);
  --item-width: clamp(183px, 32vw, 514px);
  --item-margin: clamp(10px, 1.8vw, 29px);
  --total-items: 9;
}
.c-slider__wrapTop, .c-slider__wrapBottom {
  display: flex;
  animation: slideLoop 50s linear infinite;
}
.c-slider__wrapBottom {
  animation-direction: reverse;
}
.c-slider__item {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: var(--item-width);
  margin-right: var(--item-margin);
}
.c-slider__item img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes slideLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc((var(--item-width) + var(--item-margin)) * var(--total-items) * -1));
  }
}
.p-thoughts {
  position: relative;
  padding-block: 80px 0px;
}
@media screen and (max-width: 767px) {
  .p-thoughts::before {
    z-index: -10;
    position: absolute;
    bottom: 220px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #fff 0%, #5AC6E6 70%, rgba(90, 198, 230, 0) 100%);
    content: "";
  }
}
.p-thoughts::after {
  z-index: -20;
  position: absolute;
  bottom: 0;
  left: 50%;
  aspect-ratio: 32/38;
  width: 100%;
  height: auto;
  transform: translateX(-50%);
  background: url("../images/thoughts/thoughts_bg.webp") no-repeat center center/cover;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-thoughts::after {
    bottom: 220px;
    background: url("../images/thoughts/thoughts_bg_sp.webp") no-repeat center bottom/cover;
  }
}
@media screen and (max-width: 767px) {
  .p-thoughts {
    padding-block: 38px 117px;
  }
}
.p-thoughts__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: clamp(21px, 7.2vw, 114px);
}
@media screen and (max-width: 767px) {
  .p-thoughts__inner {
    gap: 21px;
  }
}
.p-thoughts__text-section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.p-thoughts__text-section.is-fadein .p-thoughts__titleBorder::before,
.p-thoughts__text-section.is-fadein .p-thoughts__titleBorder::after {
  transform: skewX(-25deg) scaleX(1);
  opacity: 1;
}
.p-thoughts__titleBorder {
  z-index: 1;
  position: relative;
}
.p-thoughts__titleBorder::before, .p-thoughts__titleBorder::after {
  z-index: -1;
  position: absolute;
  top: 350px;
  left: -220px;
  width: 150%;
  height: 100px;
  transform: skewX(-25deg) scaleX(0);
  transform-origin: left center;
  rotate: -25deg;
  background: linear-gradient(77deg, rgba(170, 235, 255, 0.8) 0.58%, rgba(45, 130, 210, 0.8) 96.43%);
  content: "";
  opacity: 0;
  transition: transform 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-thoughts__titleBorder::before, .p-thoughts__titleBorder::after {
    left: -230px;
    width: 200%;
    height: 45px;
    rotate: -45deg;
  }
}
.p-thoughts__titleBorder::after {
  top: 500px;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .p-thoughts__titleBorder::after {
    top: 400px;
    left: -180px;
  }
}
.p-thoughts__title {
  z-index: 2;
  position: relative;
  margin-bottom: clamp(24px, 6vw, 95px);
  transform: skewY(-5deg) skewX(-9deg);
  color: #00498C;
  font-weight: 700;
  font-size: clamp(28px, 6.3vw, 100px);
  line-height: 1.3;
  text-align: left;
}
.p-thoughts__text {
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  max-width: 1240px;
  margin-top: -7px;
  gap: 29px;
}
@media screen and (max-width: 767px) {
  .p-thoughts__text {
    gap: 18px;
  }
}
.p-thoughts__text p {
  color: #171717;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.1;
  letter-spacing: 0.08em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-thoughts__text p {
    font-size: 1.4rem;
  }
}
.p-thoughts__content-section {
  display: flex;
  flex-direction: column;
  width: 1100px;
  margin-right: -50px;
  gap: 64px;
}
@media screen and (max-width: 1439px) {
  .p-thoughts__content-section {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-thoughts__content-section {
    gap: 17px;
  }
}
.p-thoughts__content-section .p-thoughts__text {
  margin-top: 10px;
  margin-left: 65px;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-thoughts__content-section .p-thoughts__text {
    margin-top: 0;
    margin-left: 0;
    gap: 27px;
  }
}

.p-thoughts {
  z-index: 0;
  position: relative;
  isolation: isolate;
}

@property --fade {
  syntax: "<length>";
  initial-value: 0px;
  inherits: true;
}
@property --edge-a {
  syntax: "<number>";
  initial-value: 1;
  inherits: true;
}
.p-thoughts__img {
  display: grid;
  z-index: 1;
  position: sticky;
  top: 100px;
  place-items: center;
  overflow: hidden;
  transform: translateZ(0);
  background: #fff;
  --fade: 0px;
  --edge-a: 1;
  transition: --fade 2s ease, --edge-a 3s ease;
  will-change: transform;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, var(--edge-a)) 0, #000 var(--fade), #000 calc(100% - var(--fade)), rgba(0, 0, 0, var(--edge-a)) 100%), linear-gradient(to bottom, rgba(0, 0, 0, var(--edge-a)) 0, #000 var(--fade), #000 calc(100% - var(--fade)), rgba(0, 0, 0, var(--edge-a)) 100%);
  -webkit-mask-composite: intersect;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, var(--edge-a)) 0, #000 var(--fade), #000 calc(100% - var(--fade)), rgba(0, 0, 0, var(--edge-a)) 100%), linear-gradient(to bottom, rgba(0, 0, 0, var(--edge-a)) 0, #000 var(--fade), #000 calc(100% - var(--fade)), rgba(0, 0, 0, var(--edge-a)) 100%);
  -webkit-mask-composite: source-in, xor;
          mask-composite: intersect;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
@media (prefers-reduced-motion: reduce) {
  .p-thoughts__img {
    transition: none;
  }
}
@media screen and (max-width: 767px) {
  .p-thoughts__img {
    top: 60px;
  }
}
@media screen and (max-width: 499px) {
  .p-thoughts__img {
    width: calc(100% + 32px);
    margin-inline: -16px;
  }
}

.p-thoughts__img::after {
  z-index: 2;
  position: absolute;
  inset: 0;
  background: #fff;
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.5s;
}

.p-thoughts.is-gap-active .p-thoughts__img {
  --fade: 50px;
  --edge-a: 0.1;
}
@media screen and (max-width: 767px) {
  .p-thoughts.is-gap-active .p-thoughts__img {
    --fade: 20px;
  }
}

.p-thoughts.is-gap-active .p-thoughts__img::after {
  opacity: 0.6;
}

.p-thoughts__img iframe {
  z-index: 1;
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  border: none;
  clip-path: inset(0 0 0 1px);
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  .p-thoughts__img iframe {
    clip-path: none;
  }
}
@media screen and (max-width: 499px) {
  .p-thoughts__img iframe {
    aspect-ratio: 9/16;
  }
}

.p-thoughts__text {
  z-index: 3;
  position: relative;
}

.p-thoughts__img {
  -webkit-mask-image: linear-gradient(to top, transparent 5%, black 14%), linear-gradient(to bottom, transparent 5%, black 14%), linear-gradient(to left, transparent 5%, black 12%), linear-gradient(to right, transparent 5%, black 12%);
  -webkit-mask-composite: intersect;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: linear-gradient(to top, transparent 5%, black 14%), linear-gradient(to bottom, transparent 5%, black 14%), linear-gradient(to left, transparent 5%, black 12%), linear-gradient(to right, transparent 5%, black 12%);
  -webkit-mask-composite: source-in, xor;
  border-radius: 60px;
          mask-composite: intersect;
  mask-repeat: no-repeat;
  mask-size: cover;
}
@media screen and (max-width: 499px) {
  .p-thoughts__img {
    -webkit-mask-image: linear-gradient(to top, transparent 5%, black 14%), linear-gradient(to bottom, transparent 5%, black 14%);
    mask-image: linear-gradient(to top, transparent 5%, black 14%), linear-gradient(to bottom, transparent 5%, black 14%);
  }
}

.p-works {
  position: relative;
  margin-top: -650px;
  padding-top: 600px;
  padding-bottom: 120px;
}
.p-works::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(0);
  background: url("../images/works/works_bgCloudBlue.webp");
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  mask-image: linear-gradient(to top, transparent 60%, black 80%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  pointer-events: none;
  will-change: transform;
  -webkit-mask-image: linear-gradient(to top, transparent 60%, black 80%, transparent 100%);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .p-works::before {
    top: 80px;
    background: url("../images/works/works_bgCloudBlue_sp.webp");
    background-position: center top;
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .p-works::before {
    opacity: 1;
  }
}
.p-works__boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1172px;
  margin-top: clamp(40px, 5vw, 75px);
  margin-inline: auto;
  gap: 10px;
}
@media screen and (max-width: 1023px) {
  .p-works__boxes {
    grid-template-columns: 1fr;
  }
}

.tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.tabs__background {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 580/590;
  width: 100%;
  max-width: 580px;
  height: auto;
  transition: background-image 0.2s;
}
@media screen and (max-width: 767px) {
  .tabs__background {
    max-width: 100%;
  }
}
.tabs__background--tab1 {
  background: url("../images/works/works_1.webp") no-repeat center/cover;
}
.tabs__background--tab2 {
  background: url("../images/works/works_2.webp") no-repeat center/cover;
}
.tabs__background--tab3 {
  background: url("../images/works/works_3.webp") no-repeat center/cover;
}
.tabs__background.tabs__background--active {
  background: url("../images/works/works_tab.webp") no-repeat center/cover;
}
.tabs__background.tabs__background--active::before {
  background: none;
}
.tabs__background--tab1.tabs__background--active[data-active-tab=tab-1-1] {
  background: url("../images/works/works_tab1-1.webp") no-repeat center/cover;
}
.tabs__background--tab1.tabs__background--active[data-active-tab=tab-1-2] {
  background: url("../images/works/works_tab1-2.webp") no-repeat center/cover;
}
.tabs__background--tab1.tabs__background--active[data-active-tab=tab-1-3] {
  background: url("../images/works/works_tab1-3.webp") no-repeat center/cover;
}
.tabs__background--tab1.tabs__background--active[data-active-tab=tab-1-4] {
  background: url("../images/works/works_tab1-4.webp") no-repeat center/cover;
}
.tabs__background--tab2.tabs__background--active[data-active-tab=tab-2-1] {
  background: url("../images/works/works_tab2-1.webp") no-repeat center/cover;
}
.tabs__background--tab2.tabs__background--active[data-active-tab=tab-2-2] {
  background: url("../images/works/works_tab2-2.webp") no-repeat center/cover;
}
.tabs__background--tab2.tabs__background--active[data-active-tab=tab-2-3] {
  background: url("../images/works/works_tab2-3.webp") no-repeat center/cover;
}
.tabs__background--tab2.tabs__background--active[data-active-tab=tab-2-4] {
  background: url("../images/works/works_tab2-4.webp") no-repeat center/cover;
}
.tabs__background--tab3.tabs__background--active[data-active-tab=tab-3-1] {
  background: url("../images/works/works_tab3-1.webp") no-repeat center/cover;
}
.tabs__background--tab3.tabs__background--active[data-active-tab=tab-3-2] {
  background: url("../images/works/works_tab3-2.webp") no-repeat center/cover;
}
.tabs__background--tab3.tabs__background--active[data-active-tab=tab-3-3] {
  background: url("../images/works/works_tab3-3.webp") no-repeat center/cover;
}
.tabs__background--tab3.tabs__background--active[data-active-tab=tab-3-4] {
  background: url("../images/works/works_tab3-4.webp") no-repeat center/cover;
}
.tabs__content-area {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 351px;
  padding: 1px 0;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .tabs__content-area {
    height: auto;
  }
}
.tabs__header {
  display: flex;
  flex-direction: column;
  max-width: 580px;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 1439px) {
  .tabs__header {
    max-width: 100%;
    padding: 0 0 0 16px;
  }
}
.tabs__subtitle {
  margin: 0;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 2.1;
  text-shadow: 0px 1px 1px rgba(8, 39, 199, 0.25);
}
@media screen and (max-width: 767px) {
  .tabs__subtitle {
    font-size: 1.2rem;
  }
}
.tabs__title {
  margin: 0;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.38;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
  text-shadow: 0px 2px 2px rgba(8, 39, 199, 0.1);
}
@media screen and (max-width: 767px) {
  .tabs__title {
    font-size: 1.8rem;
  }
}
.tabs__panel {
  max-width: 580px;
  height: auto;
  padding: 19px 0;
}
@media screen and (max-width: 1439px) {
  .tabs__panel {
    max-width: 100%;
  }
}
.tabs__panel-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 20px clamp(30px, 4.7vw, 75px) 20px;
  gap: 80px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.tabs__panel-content--high {
  margin-bottom: -30px;
}
@media screen and (max-width: 1439px) {
  .tabs__panel-content {
    padding: 0 20px 30px 20px;
    gap: clamp(30px, 5vw, 70px);
  }
}
@media screen and (max-width: 1023px) {
  .tabs__panel-content {
    padding: 0 20px 75px 20px;
    gap: 80px;
  }
}
@media screen and (max-width: 599px) {
  .tabs__panel-content {
    margin-bottom: -100px;
    padding: 0 10px 90px 10px;
    gap: 10px;
  }
}
.tabs__panel-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.tabs__panel-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  padding: 0 20px;
  gap: 32px;
}
.tabs__panel .tabs__subtitle {
  margin: 0;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 2.1;
  text-align: left;
  text-shadow: 0px 1px 1px rgba(8, 39, 199, 0.25);
}
@media screen and (max-width: 767px) {
  .tabs__panel .tabs__subtitle {
    font-size: 1.4rem;
  }
}
.tabs__panel-title {
  margin: 0;
  color: #FFFFFF;
  font-weight: 700;
  font-size: clamp(2.4rem, 1.9vw, 3rem);
  line-height: 1.38;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
  text-align: left;
  text-shadow: 0px 2px 2px rgba(8, 39, 199, 0.1);
}
@media screen and (max-width: 1023px) {
  .tabs__panel-title {
    font-size: clamp(2.4rem, 1.9vw, 3rem);
  }
}
.tabs__panel-description {
  margin: 0;
  color: #FFFFFF;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.2vw, 1.8rem);
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .tabs__panel-description {
    font-size: clamp(1.2rem, 2vw, 1.6rem);
  }
}
.tabs__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  max-width: 580px;
  gap: 6px;
  list-style: none;
}
@media screen and (max-width: 1439px) {
  .tabs__list {
    max-width: 100%;
  }
}
.tabs__item {
  flex: 0 0 287px;
  width: 287px;
}
@media screen and (max-width: 1439px) {
  .tabs__item {
    flex: 1;
    width: 100%;
  }
}
.tabs__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  min-height: 50px;
  padding-inline: 16px;
  border: none;
  background-color: #000000;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 767px) {
  .tabs__button {
    min-height: 37px;
    padding-inline: 10px;
  }
}
@media (any-hover: hover) {
  .tabs__button:hover {
    background-color: #89C7FF;
  }
  .tabs__button:hover .tabs__button-text {
    color: #00498C;
  }
  .tabs__button:hover .tabs__button-icon::before {
    opacity: 0;
  }
}
.tabs__button:focus {
  outline-offset: 2px;
}
.tabs__button[aria-selected=true] {
  background-color: #89C7FF;
}
.tabs__button[aria-selected=true] .tabs__button-text {
  color: #00498C;
}
.tabs__button[aria-selected=true] .tabs__button-icon::before {
  opacity: 0;
}
.tabs__button-text {
  flex: 1;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.1;
  text-align: left;
  text-shadow: 0px 1px 1px rgba(8, 39, 199, 0.25);
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .tabs__button-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .tabs__button-text {
    font-size: 1.2rem;
  }
}
.tabs__button-icon {
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: clamp(19px, 5vw, 32px);
  height: clamp(19px, 5vw, 32px);
  overflow: hidden;
  border-radius: 50%;
  background: #2E83D2;
  isolation: isolate;
}
.tabs__button-icon::before {
  z-index: 0;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, #2E83D2 0%, #7AF4A3 100%);
  content: "";
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.2s;
}
.tabs__button-icon > * {
  z-index: 1;
  position: relative;
}

.works__movie {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  aspect-ratio: 580/590;
  width: 100%;
  max-width: 580px;
  height: auto;
  margin-inline: auto;
  background-color: #000;
}
.works__movie .movieWrap {
  width: 80%;
  margin: auto;
  overflow: hidden;
}
.works__movie .movieWrap iframe {
  aspect-ratio: 475/205;
  width: 100%;
  height: auto;
  border: none;
  pointer-events: none;
  transition: aspect-ratio 0.2s ease;
}
.works__movie .text {
  z-index: 5;
  position: absolute;
  bottom: 19%;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .works__movie .text {
    width: 100%;
  }
}
.works__movie .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  z-index: 1;
     object-fit: cover;
  opacity: 0.5;
  pointer-events: none;
}
.works__movie .overlay2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 70%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  z-index: 2;
     object-fit: cover;
  opacity: 0.2;
  pointer-events: none;
}
.works__movie .top-deco {
  position: absolute;
  top: 14%;
  left: 50%;
  width: 90%;
  height: 10%;
  transform: translateX(-50%);
  background: #171717;
}
.works__movie .bottom-deco {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90%;
  height: 30%;
  transform: translateX(-50%);
  background-color: #171717;
}
.works__movie.is-playing .movieWrap {
  width: 98%;
}
.works__movie.is-playing iframe {
  z-index: 10;
  position: relative;
  aspect-ratio: 16/9;
  pointer-events: auto;
}
.works__movie.is-playing .text {
  z-index: 0;
}

.u-fade-up {
  translate: 0 30px;
  opacity: 0;
}

.u-fade-scale {
  transform-origin: center center;
  scale: 1;
  opacity: 0;
  will-change: scale, opacity;
}

.u-fade-side {
  translate: -50px 0;
  opacity: 0;
}

.u-fade-side-thoughts {
  translate: -50px 0;
  opacity: 0;
}

.u-fade-up-thoughts {
  translate: 0 30px;
  opacity: 0;
}

.u-skew {
  transform: skewX(-8deg);
}

@media screen and (max-width: 499px) {
  .u-hiddenSs {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-hiddenMd {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .u-hiddenLg {
    display: none;
  }
}

@media screen and (max-width: 1439px) {
  .u-hiddenXl {
    display: none;
  }
}

.u-visibleXl {
  display: none;
}
@media screen and (max-width: 1439px) {
  .u-visibleXl {
    display: inline-block;
  }
}

.u-visibleLg {
  display: none;
}
@media screen and (max-width: 1023px) {
  .u-visibleLg {
    display: inline-block;
  }
}

.u-visibleMd {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-visibleMd {
    display: inline-block;
  }
}

.u-visibleSs {
  display: none;
}
@media screen and (max-width: 499px) {
  .u-visibleSs {
    display: inline-block;
  }
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
  overflow: hidden;
}

li {
  list-style: none;
}

address {
  font-style: normal;
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media screen and (max-width: 599px) {
  .sp-show {
    display: block;
  }
}

.md-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .md-show {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .lg-none {
    display: none;
  }
}

.lg-show {
  display: none;
}
@media screen and (max-width: 1023px) {
  .lg-show {
    display: block;
  }
}

@media screen and (max-width: 1439px) {
  .xl-none {
    display: none !important;
  }
}

.xl-show {
  display: none;
}
@media screen and (max-width: 1439px) {
  .xl-show {
    display: block;
  }
}

.uppercase {
  text-transform: uppercase;
}