@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1319px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1320 * 100vw);
  }
}
@media screen and (max-width: 389px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  background-color: #f2f4f6;
  color: #404559;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body.is-fixed {
  overflow: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

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

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.l-main {
  -webkit-padding-before: 5.125rem;
          padding-block-start: 5.125rem;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .l-main {
    -webkit-padding-before: 4.5rem;
            padding-block-start: 4.5rem;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1320px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

.l-footer {
  padding-block: 5rem 2rem;
  background: #e4eaf1;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 2.5rem 2rem;
  }
}

.l-section {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-block: 5rem;
  }
}

.c-btn__entry {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  padding: 1rem 2.5rem 1rem 4rem;
  border-radius: 44px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-btn__entry {
    font-size: 1.5rem;
  }
}
.c-btn__entry::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff400;
}
.c-btn__entry.--header {
  padding: 0.5625rem 1.4375rem;
  gap: 1rem;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-btn__entry.--header {
    font-size: 1rem;
  }
}
.c-btn__entry.--header::after {
  width: 6px;
  height: 6px;
}
.c-btn__entry.--drawer {
  padding: 0.625rem 1.5rem;
  width: 100%;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-btn__entry.--drawer {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__entry.--cta {
    font-size: max(1.125rem, 14.4px);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-btn__entry.--cta {
    font-size: 1.125rem;
  }
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-section-title {
  text-transform: uppercase;
}
.c-section-title.--en {
  /* 見出し英語 */
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-size: max(4rem, 51.2px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-section-title.--en {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section-title.--en {
    font-size: max(2rem, 25.6px);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-section-title.--en {
    font-size: 2rem;
  }
}
.c-section-title.--jp {
  /* 見出し日本語 */
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-section-title.--jp {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section-title.--jp {
    font-size: max(0.9375rem, 12px);
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-section-title.--jp {
    font-size: 0.9375rem;
  }
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 2.5rem;
  background: -webkit-gradient(linear, right top, left top, from(#0291d9), to(#023e78));
  background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-inline: 1rem;
  }
}

.p-header__inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 20rem 1fr;
  padding-block: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    height: 72px;
    grid-template-columns: 10.9375rem 1fr;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}
.p-header__list li a {
  position: relative;
  padding-bottom: 3px;
  color: #ffffff;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-header__list li a {
    font-size: 1rem;
  }
}
.p-header__list li a::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #ffffff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__list li a:hover::after {
    width: 100%;
  }
}

.p-header__btn {
  position: relative;
  overflow: hidden;
}
.p-header__btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 200%;
  background: #023e78;
  -webkit-transform: skewY(10deg) scale(1, 0);
          transform: skewY(10deg) scale(1, 0);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}
@media (any-hover: hover) {
  .p-header__btn:hover::before {
    -webkit-transform: skewY(10deg) scale(1, 1);
            transform: skewY(10deg) scale(1, 1);
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 30px;
  right: 20px;
  width: 40px;
  height: 10px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 2px;
  background: #ffffff;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 20.5deg;
  translate: 0 4px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  rotate: -20.5deg;
  translate: 0 -4px;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 72px;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: -webkit-gradient(linear, right top, left top, from(#0291d9), to(#023e78));
  background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.25rem 1.75rem;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}
.p-drawer__list li a {
  width: 100%;
  padding-block: 1rem 0.9375rem;
  color: #ffffff;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 1px solid #c4ccd7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-drawer__list li a {
    font-size: 1rem;
  }
}
.p-drawer__list li a::after {
  content: "";
  background: url(../img/arrow.svg) no-repeat center center/cover;
  width: 8px;
  height: 16px;
}

.p-fv {
  position: relative;
  padding-block: 2.8125rem 5rem;
  background: -webkit-gradient(linear, right top, left top, from(#0291d9), to(#023e78));
  background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding-block: 2.5rem 4.75rem;
  }
}

.p-fv__wrap {
  --images-width: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-animation: infinity-scroll-left 16s linear infinite;
          animation: infinity-scroll-left 16s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-fv__wrap {
    gap: 12px;
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    translate: 0 0;
  }
  to {
    translate: calc(-1 * (var(--images-width) + 20px)) 0;
  }
}

@keyframes infinity-scroll-left {
  from {
    translate: 0 0;
  }
  to {
    translate: calc(-1 * (var(--images-width) + 20px)) 0;
  }
}
.p-fv__image {
  display: grid;
  grid-template-columns: repeat(7, 268.5px);
  grid-template-rows: repeat(2, 270px);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-fv__image {
    grid-template-columns: repeat(7, 149px);
    grid-template-rows: repeat(2, 254px);
    gap: 12px;
  }
}
.p-fv__image picture {
  width: 100%;
  height: 100%;
  display: block;
}
.p-fv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-fv__image .image1 {
  grid-column: 1/2;
  grid-row: 1/3;
}
.p-fv__image .image2 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.p-fv__image .image3 {
  grid-column: 2/3;
  grid-row: 2/3;
}
.p-fv__image .image4 {
  grid-column: 3/5;
  grid-row: 1/3;
}
.p-fv__image .image5 {
  grid-column: 5/6;
  grid-row: 1/2;
}
.p-fv__image .image6 {
  grid-column: 5/6;
  grid-row: 2/3;
}
.p-fv__image .image7 {
  grid-column: 6/8;
  grid-row: 1/3;
}

.p-fv__title-wrap {
  position: absolute;
  bottom: 1.75rem;
  left: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title-wrap {
    bottom: 2.25rem;
    left: 1.25rem;
    gap: 0.625rem;
  }
}

.p-fv__title,
.p-fv__title--sp {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(40px);
  color: #023e78;
  font-family: "Jost", sans-serif;
  font-style: italic;
  text-transform: uppercase;
}

.p-fv__title {
  padding: 0.5rem 1.5rem;
  font-size: max(4rem, 51.2px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    display: none;
  }
}

.p-fv__title--sp {
  padding: 0.375rem 1rem;
  font-size: max(2rem, 25.6px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-fv__title--sp {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .p-fv__title--sp {
    display: none;
  }
}

.p-footer {
  position: relative;
  overflow: hidden;
}
.p-footer::before {
  content: "";
  position: absolute;
  background: url(../img/image_75.webp) no-repeat center center/cover;
  width: 52.75rem;
  height: auto;
  aspect-ratio: 211/283;
  right: -0.4375rem;
  bottom: -18.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer::before {
    width: 20.9375rem;
    aspect-ratio: 67/90;
    right: -5.3125rem;
    bottom: -225px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-inline: 0.625rem;
  }
}

.p-footer__container {
  position: relative;
  z-index: 1;
  padding: 0.625rem;
  display: grid;
  grid-template-columns: 36.5625rem 36.5625rem;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__container {
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "text" "right" "copyright";
    gap: 2rem;
  }
}

.p-footer__left {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__left {
    padding: 0;
    display: contents;
  }
}

.p-footer__logo {
  width: 280px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    grid-area: logo;
  }
}
@media (any-hover: hover) {
  .p-footer__logo:hover {
    opacity: 0.7;
  }
}

.p-footer__text {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-footer__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__text {
    font-size: max(1rem, 12.8px);
    font-weight: 500;
    line-height: 1.6;
    grid-area: text;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__text {
    font-size: 1rem;
  }
}

.p-footer__copyright {
  font-size: max(0.75rem, 9.6px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    grid-area: copyright;
  }
}

.p-footer__right {
  padding: 1rem;
  height: 20.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__right {
    padding: 0;
    grid-area: right;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    height: auto;
    gap: 2rem;
  }
}

.p-footer__list-wrap {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.p-footer__lists {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__lists {
    width: 100%;
  }
}
.p-footer__lists li {
  padding-block: 8px 7px;
  position: relative;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-footer__lists li {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__lists li {
    padding-bottom: 8px;
  }
}
.p-footer__lists li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0961b6;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__lists li:hover::after {
    width: 100%;
  }
}

.p-footer__icons {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__icons {
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-footer__icons img {
  height: auto;
}
.p-footer__icons .instagram {
  width: 40px;
  padding: 3px;
}
.p-footer__icons .x {
  width: 40px;
  padding: 2px 2px 2px 3px;
}
.p-footer__icons .youtube {
  width: 49px;
  margin-left: -1px;
}
.p-footer__icons .facebook {
  width: 35px;
}
@media (any-hover: hover) {
  .p-footer__icons li a:hover {
    opacity: 0.7;
  }
}

.p-message {
  position: relative;
  padding-block: 5.8125rem 7.375rem;
  background: -webkit-gradient(linear, right top, left top, from(#0291d9), to(#023e78));
  background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
  overflow: hidden;
}
.p-message::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35.875rem;
  background: url(../img/image78.webp) repeat left center/contain;
}
@media screen and (max-width: 767px) {
  .p-message::after {
    height: 11.75rem;
    left: -4.125rem;
    bottom: 2.0625rem;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .p-message {
    padding-block: 6.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-message__inner {
    padding-inline: 1.5rem;
  }
}

.p-message__container {
  padding-top: 7.5625rem;
  display: grid;
  grid-template-columns: 35rem 40rem;
  gap: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-message__container {
    padding-top: 0;
    grid-template-columns: auto;
    gap: 0;
  }
}

.p-message__text-contents {
  position: relative;
}

.p-message__text-wrap {
  padding-bottom: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.125rem;
}
@media screen and (max-width: 767px) {
  .p-message__text-wrap {
    padding-bottom: 0;
    gap: 3rem;
  }
}
.p-message__text-wrap.--white {
  position: absolute;
  top: 0;
  left: 0;
}

.p-message__text--blue,
.p-message__text--white {
  text-shadow: 0 0 64px rgba(0, 0, 0, 0.25);
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-message__text--blue,
  .p-message__text--white {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-message__text--blue,
  .p-message__text--white {
    font-size: max(0.9375rem, 12px);
    line-height: 2.2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-message__text--blue,
  .p-message__text--white {
    font-size: 0.9375rem;
  }
}

.p-message__text--blue {
  color: #023e78;
}
.p-message__text--blue .word {
  display: inline !important;
}

.p-message__text--white {
  color: #ffffff;
}
.p-message__text--white .word {
  display: inline !important;
}
.p-message__text--white .char {
  opacity: 0;
}

.p-message__image {
  width: 100%;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-message__image {
    margin-right: 0;
    width: 96.783625731%;
    padding-block: 4rem;
    translate: 19%;
  }
}
@media (max-width: 690px) {
  .p-message__image {
    translate: 11%;
  }
}
.p-message__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  aspect-ratio: 640/800;
  border-radius: 4px 0 0 4px;
}
@media screen and (max-width: 767px) {
  .p-message__image img {
    aspect-ratio: 331/496;
  }
}

.p-business {
  background: -webkit-gradient(linear, right top, left top, from(#0291d9), to(#023e78));
  background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
  padding-bottom: 0.28125rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-business {
    padding-bottom: 0;
  }
}

.p-business__title {
  color: #ffffff;
}

.p-business__items {
  padding-block: 3.9375rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-business__items {
    padding-block: 2.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(2, auto);
    row-gap: 1rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}

.p-business__item {
  padding: 1.125rem;
  width: 18.625rem;
  border-radius: 4px;
  border: 2px solid #0961b6;
  background: #e4eaf1;
  color: #023e78;
  cursor: pointer;
}
.p-business__item.current {
  border-radius: 4px;
  border: 1px solid #ffffff;
  background: #023e78;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-business__item {
    padding: 0.4375rem 0.4375rem 0.375rem 0.4375rem;
    width: 10.6875rem;
  }
}
.p-business__item .wrap {
  padding-left: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0.28125rem;
}
@media screen and (max-width: 767px) {
  .p-business__item .wrap {
    padding-left: 0;
    gap: 0.25rem;
  }
}
.p-business__item .en {
  font-family: "Jost", sans-serif;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.6;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-business__item .en {
    font-size: 0.875rem;
  }
}
@media (max-width: 1165px) {
  .p-business__item .en {
    font-size: max(0.5rem, 6.4px);
    font-weight: 500;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1165px) and (max-width: 767px) {
  .p-business__item .en {
    font-size: 0.5rem;
  }
}
.p-business__item .wrap-jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-business__item .wrap-jp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0;
  }
}
.p-business__item .num {
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-business__item .num {
    font-size: 1.25rem;
  }
}
@media (max-width: 1165px) {
  .p-business__item .num {
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1165px) and (max-width: 767px) {
  .p-business__item .num {
    font-size: 0.875rem;
  }
}
.p-business__item .jp {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-business__item .jp {
    font-size: 1.125rem;
  }
}
@media (max-width: 1165px) {
  .p-business__item .jp {
    font-size: max(0.8125rem, 10.4px);
    font-weight: 700;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1165px) and (max-width: 767px) {
  .p-business__item .jp {
    font-size: 0.8125rem;
  }
}

.p-business__swiper-container,
.p-business__swiper,
.p-business__swiper-wrapper,
.p-business__swiper-slide {
  position: relative;
}

.p-business__swiper-container {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-business__swiper-container {
    gap: 1rem;
  }
}

.p-business__swiper {
  padding-right: 38rem;
}
@media (min-width: 1820px) {
  .p-business__swiper {
    padding-right: 62.5rem;
  }
}

.p-business__swiper-slide {
  padding: 1.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  background: #e4eaf1;
}
@media screen and (max-width: 767px) {
  .p-business__swiper-slide {
    padding: 0.75rem;
  }
}
.p-business__swiper-slide .wrap {
  color: #023e78;
}
.p-business__swiper-slide .en {
  font-family: "Jost", sans-serif;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-style: italic;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-business__swiper-slide .en {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business__swiper-slide .en {
    font-size: max(0.75rem, 9.6px);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-business__swiper-slide .en {
    font-size: 0.75rem;
  }
}
.p-business__swiper-slide .jp-wrap {
  margin-top: 0.46875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-business__swiper-slide .jp-wrap {
    margin-top: 0.25rem;
  }
}
.p-business__swiper-slide .num {
  font-family: "Jost", sans-serif;
  font-size: max(1.75rem, 22.4px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .p-business__swiper-slide .num {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business__swiper-slide .num {
    font-size: max(1.25rem, 16px);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-business__swiper-slide .num {
    font-size: 1.25rem;
  }
}
.p-business__swiper-slide .jp {
  /* 見出し3日本語 */
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-business__swiper-slide .jp {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business__swiper-slide .jp {
    font-size: max(1.125rem, 14.4px);
    font-weight: 700;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-business__swiper-slide .jp {
    font-size: 1.125rem;
  }
}

.p-business__img {
  padding-block: 1.0625rem 1.25rem;
}
.p-business__img img {
  width: 34.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-business__img {
    padding-block: 0.6875rem 0.75rem;
  }
  .p-business__img img {
    width: 18rem;
  }
}

.p-business__content .title {
  color: #023e78;
  /* 見出し4 */
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-business__content .title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business__content .title {
    font-size: max(0.9375rem, 12px);
    font-weight: 700;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-business__content .title {
    font-size: 0.9375rem;
  }
}
.p-business__content ul {
  padding-left: 0.6875rem;
  padding-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-business__content ul {
    padding-left: 0.5625rem;
  }
}
.p-business__content li {
  /* 本文中 */
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.7;
  list-style: disc;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .p-business__content li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business__content li {
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
    line-height: 1.7;
    padding-left: 0.78em;
    text-indent: -0.78em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-business__content li {
    font-size: 0.875rem;
  }
}
.p-business__content li::marker {
  font-size: 8px;
}

.p-business__content + .p-business__content {
  padding-top: 1.5rem;
}

.p-business__btn {
  position: relative;
  margin-top: 2rem;
  width: 100%;
  padding: 1.1875rem 2.75rem 1.1875rem 2.4375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 1px solid #023e78;
  background: #023e78;
  color: #ffffff;
  cursor: pointer;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-business__btn {
    font-size: 1rem;
  }
}
.p-business__btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 300%;
  background: #ffffff;
  border-color: #023e78;
  -webkit-transform: skewY(10deg) scale(1, 0);
          transform: skewY(10deg) scale(1, 0);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}
.p-business__btn::after {
  content: "";
  -webkit-mask-image: url(../img/plus.svg);
          mask-image: url(../img/plus.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #ffffff;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .p-business__btn {
    margin-top: 1.5rem;
    padding: 1.25rem 1.5625rem 1.25rem 1.25rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media (any-hover: hover) {
  .p-business__btn:hover {
    color: #023e78;
  }
  .p-business__btn:hover::before {
    -webkit-transform: skewY(10deg) scale(1, 1);
            transform: skewY(10deg) scale(1, 1);
  }
  .p-business__btn:hover::after {
    background: #023e78;
  }
}

button {
  background: none;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

.wrapper:has(dialog[open]) {
  overflow-y: auto;
  scrollbar-gutter: stable;
}

dialog::-ms-backdrop {
  opacity: 0;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

dialog::backdrop {
  opacity: 0;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
dialog.js-show.p-business-modal__content {
  opacity: 1;
}
dialog.js-show::-ms-backdrop {
  opacity: 1;
  background: rgba(2, 62, 120, 0.5);
}
dialog.js-show::backdrop {
  opacity: 1;
  background: rgba(2, 62, 120, 0.5);
}

.p-business-modal__content {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 75rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3rem;
  border-radius: 12px;
  border: 1px solid #023e78;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-business-modal__content {
    overflow-y: scroll;
    height: auto;
    padding: 1rem;
    width: 23.125rem;
  }
}

.modal__inner {
  position: relative;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .modal__inner {
    gap: 0.75rem;
  }
}

.modal__close-btn {
  position: absolute;
  top: 5.5px;
  right: 5px;
  padding: 8px;
  border-radius: 4px;
  background: #023e78;
  color: #ffffff;
  z-index: 1;
  cursor: pointer;
}
.modal__close-btn img {
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 767px) {
  .modal__close-btn {
    position: static;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto 0;
  }
}

.modal_btn-text {
  position: absolute;
  top: 50px;
  right: 0px;
  color: #023e78;
  /* 本文中 */
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .modal_btn-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .modal_btn-text {
    top: 0;
    right: 48px;
    font-size: max(0.75rem, 9.6px);
    font-weight: 500;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .modal_btn-text {
    font-size: 0.75rem;
  }
}

.modal-head-en {
  color: #023e78;
  font-family: "Jost", sans-serif;
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  line-height: 1.6;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .modal-head-en {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .modal-head-en {
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .modal-head-en {
    font-size: 0.875rem;
  }
}

.modal-head-ja-wrap {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  color: #023e78;
}
@media screen and (max-width: 767px) {
  .modal-head-ja-wrap {
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.modal-head-num {
  font-size: max(1.875rem, 24px);
  font-weight: 500;
  line-height: 1.6;
  font-family: "Jost", sans-serif;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .modal-head-num {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .modal-head-num {
    font-size: max(1.125rem, 14.4px);
    font-weight: 500;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .modal-head-num {
    font-size: 1.125rem;
  }
}

.modal-head-ja {
  font-size: max(1.75rem, 22.4px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .modal-head-ja {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .modal-head-ja {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .modal-head-ja {
    font-size: 1.25rem;
  }
}

.modal__body {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.modal__body dt {
  padding-top: 12px;
  float: left;
  clear: left;
  color: #023e78;
  /* 見出し4 */
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .modal__body dt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .modal__body dt {
    float: none;
    clear: none;
    font-size: max(0.9375rem, 12px);
    font-weight: 700;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .modal__body dt {
    font-size: 0.9375rem;
  }
}
.modal__body dd {
  padding-block: 12px 11px;
  border-bottom: 1px solid #c4ccd7;
  padding-left: 24.75rem;
}
.modal__body dd li {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.7;
  list-style: disc;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .modal__body dd li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .modal__body dd li {
    font-size: max(0.9375rem, 12px);
    font-weight: 500;
    line-height: 1.7;
    padding-left: 0.73em;
    text-indent: -0.73em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .modal__body dd li {
    font-size: 0.9375rem;
  }
}
.modal__body dd li::marker {
  font-size: 8px;
}
@media screen and (max-width: 767px) {
  .modal__body dd {
    padding-top: 10px;
    padding-left: 0;
  }
}

.modal__btn {
  padding: 20px 40px;
  width: 100%;
  border-radius: 4px;
  background: #023e78;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 31px;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal__btn {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .modal__btn {
    gap: 36px;
  }
}
.modal__btn::after {
  content: "";
  background: url(../img/arrow.svg) no-repeat center center/cover;
  width: 12px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .modal__btn::after {
    width: 10px;
    height: 20px;
  }
}

.p-stage {
  position: relative;
  padding-block: 14.5rem 3.28125rem;
  background: -webkit-gradient(linear, right top, left top, from(#0291d9), to(#023e78));
  background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-stage {
    padding-block: 7.5rem 5rem;
  }
}
.p-stage::before {
  content: "";
  position: absolute;
  background: url(../img/image_82.webp) no-repeat center center/cover;
  width: 101.25rem;
  height: 35.875rem;
  top: 0;
  right: -47.4375rem;
}
@media screen and (max-width: 767px) {
  .p-stage::before {
    width: 33.1875rem;
    height: 11.6875rem;
    top: 3.1875rem;
    right: -14rem;
  }
}

@media screen and (max-width: 767px) {
  .p-stage__inner {
    padding-inline: 1.5rem;
  }
}

.p-stage__title {
  color: #ffffff;
}

.p-stage__container {
  margin-top: 4rem;
  margin-bottom: 5rem;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: repeat(2, 36.375rem);
  row-gap: 2rem;
}
@media (max-width: 1000px) {
  .p-stage__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-stage__container {
    margin-top: 2.625rem;
    margin-bottom: 0;
    grid-template-columns: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 1.5rem;
  }
}

.p-stage__card {
  position: relative;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .p-stage__card {
    max-width: 342px;
  }
}
.p-stage__card:nth-child(1), .p-stage__card:nth-child(2) {
  height: 36.875rem;
}
.p-stage__card:nth-child(3), .p-stage__card:nth-child(4) {
  height: 38.5625rem;
}
.p-stage__card:nth-child(1) {
  margin-top: 4rem;
  background: rgba(244, 251, 255, 0.7);
  border-bottom: 12px solid #37a4db;
}
@media (max-width: 1000px) {
  .p-stage__card:nth-child(1) {
    height: 559px;
  }
}
@media screen and (max-width: 767px) {
  .p-stage__card:nth-child(1) {
    margin-top: 0;
  }
}
.p-stage__card:nth-child(1) .title-wrap {
  background: #37a4db;
}
.p-stage__card:nth-child(2) {
  margin-bottom: 4rem;
  background: rgba(238, 246, 254, 0.7);
  border-bottom: 12px solid #2766ae;
}
@media (max-width: 1000px) {
  .p-stage__card:nth-child(2) {
    height: 585px;
  }
}
@media screen and (max-width: 767px) {
  .p-stage__card:nth-child(2) {
    margin-bottom: 0;
  }
}
.p-stage__card:nth-child(2) .title-wrap {
  background: #2766ae;
}
.p-stage__card:nth-child(3) {
  margin-top: 4rem;
  background: rgba(235, 243, 247, 0.7);
  border-bottom: 12px solid #025178;
}
@media (max-width: 1000px) {
  .p-stage__card:nth-child(3) {
    height: 585px;
  }
}
@media screen and (max-width: 767px) {
  .p-stage__card:nth-child(3) {
    margin-top: 0;
  }
}
.p-stage__card:nth-child(3) .title-wrap {
  background: #025178;
}
.p-stage__card:nth-child(4) {
  margin-bottom: 4rem;
  background: rgba(233, 242, 250, 0.7);
  border-bottom: 12px solid #023e78;
}
@media (max-width: 1000px) {
  .p-stage__card:nth-child(4) {
    height: 611px;
  }
}
@media screen and (max-width: 767px) {
  .p-stage__card:nth-child(4) {
    margin-bottom: 0;
  }
}
.p-stage__card:nth-child(4) .title-wrap {
  background: #023e78;
}
.p-stage__card .title-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 1.75rem;
  border-radius: 0 0 4px 0;
  color: #ffffff;
}
.p-stage__card .title-en-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "Jost", sans-serif;
  font-style: italic;
}
.p-stage__card .title-en {
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-stage__card .title-en {
    font-size: 1.125rem;
  }
}
@media (max-width: 1000px) {
  .p-stage__card .title-en {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-stage__card .title-en {
    font-size: max(0.9375rem, 12px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-stage__card .title-en {
    font-size: 0.9375rem;
  }
}
.p-stage__card .title-num {
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-stage__card .title-num {
    font-size: 1.5rem;
  }
}
@media (max-width: 1000px) {
  .p-stage__card .title-num {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-stage__card .title-num {
    font-size: max(1.25rem, 16px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-stage__card .title-num {
    font-size: 1.25rem;
  }
}
.p-stage__card .title-jp {
  margin-top: 0.25rem;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-stage__card .title-jp {
    font-size: 1.5rem;
  }
}
@media (max-width: 1000px) {
  .p-stage__card .title-jp {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-stage__card .title-jp {
    font-size: max(1.125rem, 14.4px);
    font-weight: 700;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-stage__card .title-jp {
    font-size: 1.125rem;
  }
}
.p-stage__card .wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  padding: 1.75rem 1.5rem 1rem 1.5rem;
}
.p-stage__card .text {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-stage__card .text {
    font-size: 1rem;
  }
}
@media (max-width: 1000px) {
  .p-stage__card .text {
    font-size: 15px;
  }
}
.p-stage__card img {
  vertical-align: top;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 534/268;
}
@media (max-width: 1000px) {
  .p-stage__card img {
    aspect-ratio: 294/216;
  }
}

.p-member {
  position: relative;
  background: #e4eaf1;
  overflow: hidden;
}
.p-member::before {
  content: "";
  position: absolute;
  background: url(../img/image_74.webp) no-repeat center center/cover;
  width: 58.8rem;
  height: 31.25rem;
  left: 0;
  top: -11.5px;
}
@media screen and (max-width: 767px) {
  .p-member::before {
    width: 19.0625rem;
    height: 10.125rem;
    left: -3px;
    top: 6px;
  }
}

.p-member__title p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, right top, left top, from(#0a9ae5), to(#023e78));
  background: linear-gradient(270deg, #0a9ae5 0%, #023e78 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-member__swiper-container,
.p-member__swiper,
.p-member__swiper-wrapper,
.p-member__swiper-slide {
  position: relative;
}

.p-member__swiper-container {
  margin-top: 2.5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-member__swiper-container {
    margin-top: 1.25rem;
    padding-bottom: 5.75rem;
  }
}

.p-member__swiper {
  margin-bottom: 4rem;
  margin-right: calc(50% - 50vw);
  padding-right: 6.25rem;
}
.p-member__swiper-slide {
  width: 386px;
}
@media screen and (max-width: 767px) {
  .p-member__swiper-slide {
    width: 312px;
  }
}
.p-member__swiper-slide .image-wrap {
  margin-top: 44px;
  position: relative;
}
.p-member__swiper-slide .image-wrap img {
  aspect-ratio: 386/514;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(26, 150, 239, 0.15);
          box-shadow: 0 5px 15px 0 rgba(26, 150, 239, 0.15);
}
@media screen and (max-width: 767px) {
  .p-member__swiper-slide .image-wrap img {
    aspect-ratio: 312/416;
  }
}
.p-member__swiper-slide .num {
  position: absolute;
  top: -44px;
  right: 8px;
  color: #023e78;
  text-shadow: 1px 1px 0 #ffffff;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 2px 2px 0 #ffffff;
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-member__swiper-slide .title-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.p-member__swiper-slide .title-wrap {
  padding: 4px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #ffffff;
  color: #023e78;
}
.p-member__swiper-slide .title-wrap.--2 {
  padding-inline: 0.75rem;
}
.p-member__swiper-slide .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-member__swiper-slide .title-y {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-member__swiper-slide .text {
  height: 204px;
  margin-top: 20px;
  padding: 10px 14px;
  border: 2px solid #023e78;
  background: #023e78;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-member__swiper-slide .text {
    height: 234px;
  }
}

.p-member__swiper-prev,
.p-member__swiper-next {
  width: 5rem;
  height: 5rem;
  bottom: 0;
  border-radius: 50%;
  border: 2px solid #0961b6;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-member__swiper-prev,
  .p-member__swiper-next {
    width: 42px;
    height: 42px;
  }
}
.p-member__swiper-prev::before,
.p-member__swiper-next::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 200%;
  background: #023e78;
  -webkit-transform: skewY(40deg) scale(1, 0);
          transform: skewY(40deg) scale(1, 0);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}
.p-member__swiper-prev::after,
.p-member__swiper-next::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #023e78;
}
@media screen and (max-width: 767px) {
  .p-member__swiper-prev::after,
  .p-member__swiper-next::after {
    width: 1rem;
    height: 1rem;
  }
}
@media (any-hover: hover) {
  .p-member__swiper-prev:hover,
  .p-member__swiper-next:hover {
    border-color: #ffffff;
  }
  .p-member__swiper-prev:hover::before,
  .p-member__swiper-next:hover::before {
    -webkit-transform: skewY(40deg) scale(1, 1);
            transform: skewY(40deg) scale(1, 1);
  }
  .p-member__swiper-prev:hover::after,
  .p-member__swiper-next:hover::after {
    background: #ffffff;
  }
}

.p-member__swiper-prev {
  right: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-member__swiper-prev {
    right: 66px;
  }
}
.p-member__swiper-prev::after {
  -webkit-mask-image: url(../img/prev.svg);
          mask-image: url(../img/prev.svg);
}

.p-member__swiper-next {
  right: 0;
}
.p-member__swiper-next::after {
  -webkit-mask-image: url(../img/next.svg);
          mask-image: url(../img/next.svg);
}

.p-member__swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 61rem;
  height: 8px;
  left: 0;
  bottom: 2rem;
  opacity: 1;
  background: #c4ccd7;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-member__swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 100%;
    bottom: 82px;
  }
}

.swiper-scrollbar-drag {
  background: #0961b6;
  border-radius: 0;
}

.p-culture__title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-culture__title {
    margin-bottom: 2.5rem;
  }
}
.p-culture__title p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, right top, left top, from(#0a9ae5), to(#023e78));
  background: linear-gradient(270deg, #0a9ae5 0%, #023e78 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-culture__lists {
  padding-inline: 2.5rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}
@media screen and (max-width: 767px) {
  .p-culture__lists {
    padding-inline: 1rem;
    backdrop-filter: blur(10px);
  }
}
.p-culture__lists li {
  padding: 1.75rem 2.125rem 1.5625rem;
  display: grid;
  grid-template-columns: 4rem 27.1875rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-culture__lists li:not(:last-of-type) {
  border-bottom: 2px solid #c4ccd7;
}
@media screen and (max-width: 767px) {
  .p-culture__lists li {
    padding-inline: 0;
    padding-bottom: 1.625rem;
    grid-template-columns: 1fr;
  }
}
.p-culture__lists li img {
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .p-culture__lists li img {
    margin-inline: auto;
  }
}
.p-culture__lists .title-wrap {
  margin-left: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  color: #023e78;
}
@media screen and (max-width: 767px) {
  .p-culture__lists .title-wrap {
    margin-left: 0;
    margin-top: 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.25rem;
  }
}
.p-culture__lists .title--ja {
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-culture__lists .title--ja {
    font-size: 1.5rem;
  }
}
@media (max-width: 915px) {
  .p-culture__lists .title--ja {
    font-size: max(1.125rem, 14.4px);
    font-weight: 700;
    line-height: 1.5;
  }
}
@media screen and (max-width: 915px) and (max-width: 767px) {
  .p-culture__lists .title--ja {
    font-size: 1.125rem;
  }
}
.p-culture__lists .title--en {
  font-family: "Jost", sans-serif;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-style: italic;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-culture__lists .title--en {
    font-size: 0.875rem;
  }
}
@media (max-width: 915px) {
  .p-culture__lists .title--en {
    font-size: max(0.8125rem, 10.4px);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 915px) and (max-width: 767px) {
  .p-culture__lists .title--en {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-culture__lists .title--en {
    text-align: center;
  }
}
.p-culture__lists .text {
  margin-left: 2rem;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-culture__lists .text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-culture__lists .text {
    margin-top: 2rem;
    margin-left: 0;
    font-size: max(0.9375rem, 12px);
    font-weight: 500;
    line-height: 1.7333333333;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-culture__lists .text {
    font-size: 0.9375rem;
  }
}

.p-culture__bg {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1440/380;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-culture__bg {
    aspect-ratio: 390/380;
  }
}
.p-culture__bg img {
  width: 100%;
  height: calc(100% + 200px);
  -o-object-fit: cover;
     object-fit: cover;
}

.p-culture__content {
  overflow: hidden;
  position: relative;
}
.p-culture__content::before {
  content: "";
  position: absolute;
  background: url(../img/image_78.webp) no-repeat center center/cover;
  width: 50.625rem;
  height: auto;
  aspect-ratio: 810/878;
  top: -23.75rem;
  right: -2.6875rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-culture__content::before {
    width: 18.0625rem;
    aspect-ratio: 289/313;
    top: -3.540625rem;
    right: -4.3125rem;
  }
}

.p-culture__sub-title {
  margin-bottom: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  /* 見出し3日本語 */
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-culture__sub-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-culture__sub-title {
    margin-top: 1px;
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-culture__sub-title {
    font-size: 1.25rem;
  }
}
.p-culture__sub-title::before {
  content: "";
  background: url(../img/title-icon.svg) no-repeat center center/cover;
  width: 29px;
  height: 29px;
}
@media screen and (max-width: 767px) {
  .p-culture__sub-title::before {
    width: 20px;
    height: 20px;
  }
}

.p-cta {
  padding: 2.125rem 2rem 2rem;
  background: #e4eaf1;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding: 0.75rem;
  }
}

.p-cta__container {
  position: relative;
  height: 39.75rem;
  -webkit-perspective: 86rem;
          perspective: 86rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  background: -webkit-gradient(linear, right top, left top, from(#0291d9), to(#023e78));
  background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
}
@media screen and (max-width: 767px) {
  .p-cta__container {
    height: auto;
    padding-block: 3.5rem;
  }
}

.p-cta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.25rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-cta__wrap {
    gap: 1.5rem;
  }
}

.p-cta__title {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: max(3.5rem, 44.8px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-style: italic;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    font-size: max(2rem, 25.6px);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-cta__title {
    font-size: 2rem;
  }
}

.p-cta__text {
  text-align: center;
  /* 本文中 */
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-cta__text {
    font-size: 0.875rem;
  }
}

.p-cta__btn {
  margin-top: 1.25rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-cta__btn {
    margin-top: 1rem;
  }
}

.p-cta__left,
.p-cta__right {
  position: absolute;
  top: 0;
  width: 50%;
  height: 39.75rem;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.p-cta__left img,
.p-cta__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-cta__left,
  .p-cta__right {
    display: none;
  }
}

.p-cta__left {
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.p-cta__left.js-show {
  -webkit-transform: rotateY(52deg) scaleX(0.76);
          transform: rotateY(52deg) scaleX(0.76);
}
@media (max-width: 970px) {
  .p-cta__left.js-show {
    -webkit-transform: rotateY(52deg) scaleX(0.63);
            transform: rotateY(52deg) scaleX(0.63);
  }
}

.p-cta__right {
  right: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.p-cta__right.js-show {
  -webkit-transform: rotateY(-52deg) scaleX(0.76);
          transform: rotateY(-52deg) scaleX(0.76);
}
@media (max-width: 970px) {
  .p-cta__right.js-show {
    -webkit-transform: rotateY(-52deg) scaleX(0.63);
            transform: rotateY(-52deg) scaleX(0.63);
  }
}

.p-faq {
  position: relative;
  background: #e4eaf1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-block: 6.25rem;
  }
}
.p-faq::before {
  content: "";
  position: absolute;
  background: url(../img/faq.webp) no-repeat center center/cover;
  width: 45.3125rem;
  height: auto;
  aspect-ratio: 725/786;
  left: -8.8125rem;
  bottom: -2.8rem;
}
@media screen and (max-width: 767px) {
  .p-faq::before {
    width: 19.8125rem;
    aspect-ratio: 317/343;
    left: -2.5625rem;
    bottom: -8.375rem;
  }
}

.p-faq__deco {
  position: absolute;
  width: 19.8125rem;
  height: 19.8125rem;
  right: -5rem;
  top: 0px;
  border-radius: 50%;
  opacity: 0.5;
  background: #afd2e7;
  -webkit-filter: blur(75px);
          filter: blur(75px);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__deco {
    width: 11.4375rem;
    height: 11.4375rem;
    right: -2.6875rem;
    top: -3.5625rem;
  }
}

.p-faq__container {
  display: grid;
  grid-template-columns: 12.5rem 1fr;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-faq__container {
    margin-top: 0.125rem;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.p-faq__title p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, right top, left top, from(#0a9ae5), to(#023e78));
  background: linear-gradient(270deg, #0a9ae5 0%, #023e78 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__items {
    gap: 20px;
  }
}

details {
  padding: 0.5rem 1.25rem;
  border-radius: 4px;
  background: #f2f4f6;
}
@media screen and (max-width: 767px) {
  details {
    padding: 8px 12px;
  }
}
@media (any-hover: hover) {
  details:hover {
    cursor: pointer;
  }
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.p-faq__question {
  position: relative;
  display: block;
  padding: 1rem 4rem 0.875rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    padding: 0.5rem 2.75rem 0.375rem 0;
  }
}
.p-faq__question::after {
  content: "";
  position: absolute;
  background: url(../img/faq.svg) no-repeat center center/cover;
  width: 20px;
  height: 10px;
  right: 37px;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .p-faq__question::after {
    right: 6px;
  }
}
@media (any-hover: hover) {
  .p-faq__question:hover {
    cursor: pointer;
  }
}

details[open] .p-faq__question::after {
  rotate: 180deg;
}

.p-faq__question-text {
  padding-block: 0.21875rem;
  padding-left: 56px;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__question-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__question-text {
    padding-left: 36px;
    padding-block: 0px;
    min-height: 32px;
    font-size: max(0.9375rem, 12px);
    font-weight: 700;
    line-height: 1.6;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-faq__question-text {
    font-size: 0.9375rem;
  }
}
.p-faq__question-text::before {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.p-faq__question-text::after {
  content: "Q";
  position: absolute;
  width: 36px;
  height: 39px;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 244, 0, 0.4);
  color: #023e78;
  font-family: "Jost", sans-serif;
  font-size: max(1.75rem, 22.4px);
  font-weight: 500;
  line-height: 1.4;
  font-style: italic;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .p-faq__question-text::after {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__question-text::after {
    width: 28px;
    height: 28px;
    font-size: max(1.375rem, 17.6px);
    font-weight: 500;
    line-height: 1.2727272727;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-faq__question-text::after {
    font-size: 1.375rem;
  }
}

.p-faq__answer {
  padding: 16px 32px;
  display: block;
  border-top: 2px solid #c4ccd7;
  color: #023e78;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    padding: 8px 0;
    font-size: max(0.9375rem, 12px);
    font-weight: 700;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-faq__answer {
    font-size: 0.9375rem;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media (max-width: 820px) {
  .u-820 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.u-font__en {
  font-family: "Jost", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}