@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: 1239px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1240 * 100vw);
  }
}
@media screen and (max-width: 389px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  color: #1E1F1F;
  font-family: "Shippori Mincho B1", serif;
}

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

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;
  }
}
.l-main {
  min-height: 100vh;
  overflow: hidden;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  height: inherit;
  padding: 0 3.75rem;
  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;
  }
}

.c-btn {
  border-radius: 2.625rem;
  border: 2px solid #FFF;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-21.67%, #FF6200), color-stop(52.86%, #F88B47), color-stop(71.34%, #FF9C5F), color-stop(109.99%, #FA853C));
  background: linear-gradient(0deg, #FF6200 -21.67%, #F88B47 52.86%, #FF9C5F 71.34%, #FA853C 109.99%);
  -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
  font-family: "Noto Sans JP";
  width: 27.5rem;
  height: 5.25rem;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.5rem;
    border-radius: 1.875rem;
    text-align: center;
    height: 3.75rem;
    width: 21.875rem;
  }
}

.animated__fadeIn {
  opacity: 0;
  -webkit-transition: translate 0.7s ease, opacity 0.7s ease;
  transition: translate 0.7s ease, opacity 0.7s ease;
}
.animated__fadeIn.js-show {
  opacity: 1;
}

.animated__slideInFadeIn {
  opacity: 0;
  translate: 0 40px;
  -webkit-transition: translate 0.7s ease, opacity 0.7s ease;
  transition: translate 0.7s ease, opacity 0.7s ease;
}
.animated__slideInFadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}

.animated__slideIn--left {
  opacity: 0;
  translate: -100px 0;
  -webkit-transition: translate 0.7s ease, opacity 0.7s ease;
  transition: translate 0.7s ease, opacity 0.7s ease;
}
.animated__slideIn--left.js-show {
  opacity: 1;
  translate: 0 0;
}

.animated__slideIn--right {
  opacity: 0;
  translate: 100px 0;
  -webkit-transition: translate 0.7s ease, opacity 0.7s ease;
  transition: translate 0.7s ease, opacity 0.7s ease;
}
.animated__slideIn--right.js-show {
  opacity: 1;
  translate: 0 0;
}

.c-title {
  color: #254678;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.05rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.25rem;
    letter-spacing: -0.025rem;
  }
}

.c-cta {
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  background: #254678;
  padding-block: 5.625rem 4.8125rem;
  text-align: center;
  color: #FFF;
  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;
  font-size: max(2.5rem, 32px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}
@media screen and (max-width: 767px) {
  .c-cta {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding-block: 1.125rem 2rem;
    font-size: max(1.125rem, 14.4px);
    font-weight: 700;
    line-height: 2.2222222222;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-cta {
    font-size: 1.125rem;
  }
}
.c-cta .yellow-lg {
  color: #DCB065;
  font-family: "Aguafina Script";
  font-size: max(6rem, 76.8px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-cta .yellow-lg {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cta .yellow-lg {
    font-size: max(2.25rem, 28.8px);
    font-weight: 400;
    line-height: 1.1111111111;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-cta .yellow-lg {
    font-size: 2.25rem;
  }
}
.c-cta .yellow-md {
  color: #DCB065;
  font-size: max(4rem, 51.2px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-cta .yellow-md {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cta .yellow-md {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.0833333333;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-cta .yellow-md {
    font-size: 1.5rem;
  }
}
.c-cta .yellow {
  color: #DCB065;
}
.c-cta .lg {
  font-size: max(4rem, 51.2px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .c-cta .lg {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cta .lg {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-cta .lg {
    font-size: 1.5rem;
  }
}

.c-cta__btn {
  position: fixed;
  left: 50%;
  translate: -50% 110%;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 16px);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

/* 表示時 */
.c-cta__btn.is-visible {
  opacity: 1;
  translate: -50% 0;
  pointer-events: auto;
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 10rem;
  background: rgba(37, 70, 120, 0.9);
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-inline: 1.25rem;
  }
}

.p-header__inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 9.375rem 1fr;
  padding-block: 0.625rem 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-block: 0.5rem 0.4375rem;
  }
}

.p-header__logo {
  width: 64px;
  height: 45px;
}

.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;
}
@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.5625rem;
     -moz-column-gap: 2.5625rem;
          column-gap: 2.5625rem;
}
.p-header__list li a {
  font-size: max(1rem, 12.8px);
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: -0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-header__list li a {
    font-size: 1rem;
  }
}

.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: 16px;
  right: 20px;
  width: 40px;
  height: 32px;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 1.5px;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 14.5px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -14.5px;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 278px;
  height: 100vh;
  height: 100svh;
  background: #254678;
}

.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-block: 88px 40px;
  padding-left: 34px;
}

.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;
  row-gap: 32px;
  margin-bottom: 40px;
}
.p-drawer__list li a {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.p-drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
}

.p-footer {
  padding-block: 5.75rem 2.625rem;
  background: url(../img/bg-footer.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-block: 1.5rem 1.0625rem;
    background: url(../img/bg-footer-sp.webp) no-repeat center center/cover;
  }
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    gap: 1rem;
    margin-bottom: 1.8125rem;
  }
}
.p-footer__list:first-child li {
  padding-inline: 0.75rem 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list:first-child li {
    padding-inline: 0.625rem 0.5rem;
  }
}
.p-footer__list:nth-child(2) {
  padding-inline: 0.3125rem 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list:nth-child(2) {
    padding-inline: 0.5rem;
  }
}
.p-footer__list:nth-child(3) {
  padding-inline: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list:nth-child(3) {
    padding-inline: 0.625rem;
  }
}
.p-footer__list li {
  border-radius: 2px;
  background: #F0F0F0;
  padding-block: 0.125rem 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list li {
    padding-block: 0.125rem;
  }
}
.p-footer__list a {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.1875;
  letter-spacing: -0.02em;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 767px) {
  .p-footer__list a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__list a {
    font-size: max(0.625rem, 8px);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__list a {
    font-size: 0.625rem;
  }
}

.p-footer__text {
  text-align: center;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.2142857143;
  letter-spacing: -0.02em;
  color: #000;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 767px) {
  .p-footer__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__text {
    font-size: max(0.625rem, 8px);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__text {
    font-size: 0.625rem;
  }
}

.p-fv {
  background: url(../img/bg-fv.webp) no-repeat center center/cover;
  position: relative;
  padding-bottom: 3.3125rem;
  height: 53.75rem;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: 51.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__inner {
    width: 24.375rem;
  }
}

.p-fv__title {
  position: absolute;
  width: 44.5625rem;
  height: 16.759375rem;
  left: 2rem;
  top: 3.490625rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    width: 23.75rem;
    top: 2.46875rem;
    left: 50%;
    translate: -50%;
  }
}

.p-fv__title-sub {
  padding-top: 19.5625rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: -0.075rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title-sub {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: -0.0375rem;
    padding-top: 9.6875rem;
  }
}

.p-fv__desc {
  position: absolute;
  width: 31.4375rem;
  height: auto;
  left: 3.375rem;
  top: 25.9375rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__desc {
    width: 15.8125rem;
    top: 13.5625rem;
    left: 0.5625rem;
  }
}

.p-fv__desc-text {
  position: absolute;
  width: 27.25rem;
  height: auto;
  bottom: 2.9375rem;
  left: 18rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__desc-text {
    width: 18.125rem;
    height: 5.1875rem;
    top: 22.5rem;
    left: 5.625rem;
  }
}

.p-fv__img {
  position: absolute;
  width: 33.5625rem;
  height: 35.088125rem;
  top: 12.625rem;
  left: 27.5625rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__img {
    width: 17.2771875rem;
    height: 18.0625rem;
    top: 6.4375rem;
    left: 13.0625rem;
  }
}

.p-fv__cta {
  position: absolute;
  width: 25rem;
  height: 28.4375rem;
  right: 3.75rem;
  top: 7.75rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__cta {
    width: 21.875rem;
    height: 16.25rem;
    left: 50%;
    translate: -50%;
    top: 27.75rem;
  }
}

.p-fv__cta-text {
  position: absolute;
  width: 31.0625rem;
  height: auto;
  top: 33rem;
  right: 2.375rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__cta-text {
    width: 20.3125rem;
    left: 50%;
    translate: -50%;
    right: unset;
    top: 44.875rem;
  }
}

.p-fv__btn {
  position: absolute;
  top: 44.6875rem;
  right: 4rem;
  width: 25rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__btn {
    right: unset;
    left: 50%;
    translate: -50%;
    width: 21.875rem;
    top: 46.6875rem;
  }
}

.p-problem__content-wrap {
  background: url(../img/bg-problem.webp) no-repeat center center/cover;
  padding-block: 2.8125rem 5.2625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-problem__content-wrap {
    padding-block: 0.8125rem 1.875rem;
    background: url(../img/bg-problem-sp.webp) no-repeat center center/cover;
  }
}

.p-problem__content {
  width: 70rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-problem__content {
    width: 21.875rem;
  }
}

.p-problem__lead {
  color: #fff;
  font-size: max(2.5rem, 32px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.03em;
  margin-bottom: 8.8125rem;
  white-space: nowrap;
  margin-left: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-problem__lead {
    font-size: 2.5rem;
  }
}
.p-problem__lead span {
  letter-spacing: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-problem__lead span {
    letter-spacing: -0.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-problem__lead {
    text-align: center;
    font-size: max(1.125rem, 14.4px);
    font-weight: 700;
    line-height: 1.4444444444;
    letter-spacing: -0.03em;
    margin-bottom: 5.0625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-problem__lead {
    font-size: 1.125rem;
  }
}

.p-problem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-problem__list {
    gap: 0.25rem;
  }
}
.p-problem__list li {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 1;
  font-size: 1.5rem;
  border-radius: 2px;
  background: rgba(30, 31, 31, 0.7);
  width: 39.75rem;
  padding-left: 2.6875rem;
  padding-block: 0.3125rem 0.3525rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-problem__list li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-problem__list li {
    font-size: 0.875rem;
    line-height: 0.875rem;
    width: 21.875rem;
    padding-left: 1.25rem;
    padding-block: 0.1875rem;
    margin-inline: auto;
  }
}
.p-problem__list li::before {
  content: "";
  position: absolute;
  background: url(../img/check-box.svg) no-repeat center center/cover;
  width: 2.1875rem;
  height: auto;
  aspect-ratio: 1;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-problem__list li::before {
    width: 1.375rem;
    left: -0.125rem;
  }
}
.p-problem__list li span {
  letter-spacing: -0.15rem;
}
@media screen and (max-width: 767px) {
  .p-problem__list li span {
    letter-spacing: -0.0875rem;
    left: 0.0625rem;
  }
}

.p-problem__body {
  background: url(../img/bg-problem2.webp) no-repeat center center/cover;
  padding-block: 6rem 6.25rem;
  margin-top: -1.825rem;
}
@media screen and (max-width: 767px) {
  .p-problem__body {
    background: url(../img/bg-problem2-sp.webp) no-repeat center center/cover;
    padding-block: 2.75rem 1.875rem;
  }
}

.p-problem__body-inner {
  position: relative;
  width: 70rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-problem__body-inner {
    width: 21.875rem;
  }
}
.p-problem__body-inner::before {
  content: "";
  position: absolute;
  width: 19.375rem;
  height: 2rem;
  border-radius: 2px;
  background: #FEEB00;
  top: 1.9375rem;
  left: 26.5625rem;
}
@media screen and (max-width: 767px) {
  .p-problem__body-inner::before {
    width: 11.6875rem;
    height: 1rem;
    border-radius: 2px;
    background: #FEEB00;
    top: 1rem;
    left: 5.9375rem;
  }
}
.p-problem__body-inner::after {
  content: "";
  position: absolute;
  width: 24.125rem;
  height: 2rem;
  border-radius: 2px;
  background: #FEEB00;
  top: 19.25rem;
  left: 40.5625rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-problem__body-inner::after {
    width: 10.75rem;
    height: 1rem;
    border-radius: 2px;
    background: #FEEB00;
    top: 9.8125rem;
    left: 5.25rem;
  }
}

.p-problem__text-wrap {
  position: relative;
  text-align: center;
  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.3125rem;
}
@media screen and (max-width: 767px) {
  .p-problem__text-wrap {
    gap: 0.8125rem;
  }
}
.p-problem__text-wrap::before {
  content: "";
  position: absolute;
  width: 31.3125rem;
  height: 2rem;
  border-radius: 2px;
  background: #FEEB00;
  top: 37.0625rem;
  left: 16.9375rem;
}
@media screen and (max-width: 767px) {
  .p-problem__text-wrap::before {
    width: 12.1875rem;
    height: 1rem;
    border-radius: 2px;
    background: #FEEB00;
    top: 17.8125rem;
    left: 4rem;
  }
}
.p-problem__text-wrap::after {
  content: "";
  position: absolute;
  width: 36.6875rem;
  height: 2rem;
  border-radius: 2px;
  background: #FEEB00;
  top: 43.6875rem;
  left: 15.9375rem;
}
@media screen and (max-width: 767px) {
  .p-problem__text-wrap::after {
    width: 10.375rem;
    height: 1rem;
    border-radius: 2px;
    background: #FEEB00;
    top: 20rem;
    left: 5.375rem;
  }
}

.p-problem__text {
  position: relative;
  font-size: max(1.75rem, 22.4px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-size: 1.75rem;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-problem__text {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-problem__text {
    font-size: 0.75rem;
    line-height: normal;
    letter-spacing: -0.0375rem;
  }
  .p-problem__text:first-child {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}
.p-problem__text .blue-lg {
  font-size: max(2.5rem, 32px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #254678;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-problem__text .blue-lg {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-problem__text .blue-lg {
    font-size: 1.5rem;
    line-height: normal;
    letter-spacing: -0.03rem;
  }
}
.p-problem__text .blue-lg.--2 {
  font-size: max(2.5rem, 32px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #254678;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-problem__text .blue-lg.--2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-problem__text .blue-lg.--2 {
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: -0.04375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-problem__text .blue-lg.--3 {
    font-size: 1rem;
    line-height: normal;
    letter-spacing: -0.05rem;
  }
}
.p-problem__text .blue-lg.--4 {
  font-size: max(3rem, 38.4px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .p-problem__text .blue-lg.--4 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-problem__text .blue-lg.--4 {
    font-size: 0.75rem;
    letter-spacing: -0.8;
  }
}
.p-problem__text .blue-lg.--5 {
  font-size: max(3rem, 38.4px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .p-problem__text .blue-lg.--5 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-problem__text .blue-lg.--5 {
    font-size: 1rem;
    line-height: normal;
    letter-spacing: -0.05rem;
  }
}
.p-problem__text .blue-md {
  color: #254678;
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.05em;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-problem__text .blue-md {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-problem__text .blue-md {
    font-size: 1rem;
    line-height: normal;
    letter-spacing: -0.0375rem;
  }
}
.p-problem__text .md {
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-problem__text .md {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-problem__text .md {
    font-size: 1rem;
    line-height: normal;
    letter-spacing: -0.02rem;
  }
}
.p-problem__text .lg {
  font-size: max(2.5rem, 32px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.05em;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-problem__text .lg {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-problem__text .lg {
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: -0.04375rem;
  }
}
.p-problem__text .md2 {
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-problem__text .md2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-problem__text .md2 {
    font-size: 0.75rem;
    line-height: normal;
    letter-spacing: -0.0375rem;
  }
}

.p-problem__box {
  width: 70rem;
  margin-inline: auto;
  margin-top: 4.5625rem;
  border-radius: 2.5rem;
  background: rgba(37, 70, 120, 0.6);
  color: #fff;
  padding: 2rem 2.625rem 2.5rem 2.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-problem__box {
    width: 21.875rem;
    margin-top: 1.5rem;
    padding: 0.9375rem 1.25rem 1.3125rem 1.5rem;
    border-radius: 1.25rem;
  }
}
.p-problem__box::after {
  content: "";
  position: absolute;
  background: url(../img/deco-problem.webp) no-repeat center center/cover;
  width: 16.425rem;
  height: 18rem;
  top: 1.4375rem;
  right: 2.2625rem;
}
@media screen and (max-width: 767px) {
  .p-problem__box::after {
    width: 9.125rem;
    height: 10rem;
    right: 0.9375rem;
    top: 3.6875rem;
  }
}

.p-problem__box-title {
  font-size: 2.5rem;
  text-shadow: 0 0 0.5rem #254678;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.05rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-problem__box-title {
    font-size: 1.25rem;
    line-height: normal;
    letter-spacing: -0.025rem;
    margin-bottom: 0.875rem;
    text-align: center;
  }
}
.p-problem__box-title span {
  font-size: 4rem;
  letter-spacing: -0.08rem;
}
@media screen and (max-width: 767px) {
  .p-problem__box-title span {
    font-size: 1.5rem;
    letter-spacing: -0.03rem;
  }
}

.p-problem__box-wrap {
  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.1875rem;
}
@media screen and (max-width: 767px) {
  .p-problem__box-wrap {
    gap: 1rem;
  }
}

.p-problem__box-text {
  font-size: 1.5rem;
  text-shadow: 0 0 0.5rem #254678;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.03rem;
}
@media screen and (max-width: 767px) {
  .p-problem__box-text {
    font-size: 0.75rem;
    line-height: normal;
    letter-spacing: -0.015rem;
  }
}

.p-about {
  padding-block: 5rem 8.25rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-block: 1.875rem 1.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about__inner {
    width: 24.375rem;
    margin-inline: auto;
  }
}

.p-about__title {
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    margin-bottom: 0.875rem;
  }
}
.p-about__title::before {
  content: "";
  position: absolute;
  background: url(../img/icon-title.svg) no-repeat center center/cover;
  width: 1.4375rem;
  height: 1.6875rem;
  bottom: 0.6875rem;
  left: 26.375rem;
}
@media screen and (max-width: 767px) {
  .p-about__title::before {
    left: 6.75rem;
    width: 0.75rem;
    height: 0.875rem;
    bottom: 0.3125rem;
  }
}
.p-about__title::after {
  content: "";
  position: absolute;
  background: url(../img/icon-title2.svg) no-repeat center center/cover;
  width: 9.763625rem;
  height: 5.875rem;
  top: 50%;
  translate: 0 -50%;
  right: 4.04875rem;
}
@media screen and (max-width: 767px) {
  .p-about__title::after {
    width: 3.625rem;
    height: 2.18125rem;
    right: -1.625rem;
  }
}

.p-about__lead {
  text-align: center;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.4583333333;
  letter-spacing: -0.02em;
  margin-bottom: 4.8125rem;
}
@media screen and (max-width: 767px) {
  .p-about__lead {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__lead {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.4375;
    letter-spacing: -0.02em;
    margin-bottom: 1.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about__lead {
    font-size: 1rem;
  }
}

.p-about__box {
  width: 62.5rem;
  margin-inline: auto;
  border-radius: 3.25rem;
  border: 3px solid #254678;
  background: #FFF;
  position: relative;
  padding: 4rem 2.9375rem 2.875rem 2.75rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about__box {
    width: 21.875rem;
    padding: 1.75rem 0.875rem 1.625rem;
    border-radius: 1.25rem;
    border: 2px solid #254678;
    margin-bottom: 1.375rem;
  }
}

.p-about__box-title {
  position: absolute;
  font-family: "Noto Sans JP";
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 1.2083333333;
  color: #FFF;
  padding: 0.5625rem 2.5rem 0.5rem;
  background: #254678;
  left: 50%;
  translate: -50%;
  top: -1.625rem;
  border-radius: 1.4375rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-about__box-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__box-title {
    font-size: max(1rem, 12.8px);
    font-weight: 500;
    line-height: 1.1875;
    padding: 0.4375rem 0.875rem 0.375rem 1.5rem;
    top: -1.125rem;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about__box-title {
    font-size: 1rem;
  }
}

.p-about__box-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-about__box-body {
    position: relative;
  }
}

.p-about__box-list li {
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 1.5;
  font-size: 1.5rem;
  text-shadow: 0 0 4px #FFF;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 767px) {
  .p-about__box-list li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__box-list li {
    position: relative;
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
    line-height: 1.4285714286;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about__box-list li {
    font-size: 0.875rem;
  }
}

.p-about__box-img {
  position: absolute;
  width: 25.9030625rem;
  height: 20.5rem;
  bottom: 3.3125rem;
  right: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-about__box-img {
    width: 10.1875rem;
    height: 8.0625rem;
    top: -0.4375rem;
    right: 0.1875rem;
  }
}

.p-about__course-title {
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  background: #254678;
  padding-block: 5.625rem 4.8125rem;
  text-align: center;
  color: #FFF;
  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.6875rem;
  font-size: max(2.5rem, 32px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}
@media screen and (max-width: 767px) {
  .p-about__course-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__course-title {
    padding-block: 1.125rem 1.8125rem;
    font-size: max(1.125rem, 14.4px);
    font-weight: 700;
    line-height: 2.2222222222;
    letter-spacing: -0.02em;
    gap: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about__course-title {
    font-size: 1.125rem;
  }
}
.p-about__course-title .yellow-lg {
  color: #DCB065;
  font-family: "Aguafina Script";
  font-size: max(6rem, 76.8px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-about__course-title .yellow-lg {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__course-title .yellow-lg {
    font-size: max(2.25rem, 28.8px);
    font-weight: 400;
    line-height: 1.1111111111;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about__course-title .yellow-lg {
    font-size: 2.25rem;
  }
}
.p-about__course-title .yellow {
  color: #DCB065;
}
.p-about__course-title .lg {
  font-size: max(4rem, 51.2px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .p-about__course-title .lg {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__course-title .lg {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about__course-title .lg {
    font-size: 1.5rem;
  }
}

.p-about__course-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.0625rem;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about__course-content {
    padding-top: 1.9375rem;
    gap: 2.8125rem;
  }
}

.p-about__course-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about__course-card {
    gap: 2.1875rem;
    height: 16.6875rem;
    width: 21.875rem;
    margin-inline: auto;
  }
}
.p-about__course-card:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 1rem;
  margin-right: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-about__course-card:nth-child(2) {
    gap: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__course-card:nth-child(2) .p-about__card-num {
    margin-right: 0.875rem;
  }
}
.p-about__course-card:nth-child(2) .p-about__card-img {
  right: unset;
  left: 3.25rem;
  bottom: -1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about__course-card:nth-child(2) .p-about__card-img {
    left: -0.125rem;
    bottom: -0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__course-card:nth-child(2) .p-about__card-textwrap {
    margin-left: 5.9375rem;
    margin-right: -4.875rem;
    gap: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__course-card:nth-child(2) .p-about__card-title {
    margin-bottom: 1.75rem;
  }
}
.p-about__course-card:nth-child(3) {
  margin-top: 2.5rem;
  gap: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-about__course-card:nth-child(3) {
    margin-top: 0.4375rem;
    gap: 1.5rem;
  }
}
.p-about__course-card:nth-child(3) .p-about__card-num {
  margin-left: 0.25rem;
}
.p-about__course-card:nth-child(3) .p-about__card-title {
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__course-card:nth-child(3) .p-about__card-title {
    margin-bottom: 0.75rem;
  }
}
.p-about__course-card:nth-child(3) .p-about__card-textwrap {
  gap: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-about__course-card:nth-child(3) .p-about__card-textwrap {
    gap: 0.875rem;
    margin-left: -3.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__course-card:nth-child(3) .p-about__card-img {
    right: -0.375rem;
    bottom: -0.125rem;
  }
}

.p-about__card-num {
  color: #254678;
  font-family: "Aguafina Script";
  font-size: 8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16rem;
}
@media screen and (max-width: 767px) {
  .p-about__card-num {
    font-size: 4rem;
    letter-spacing: -0.08rem;
  }
}

.p-about__card-title {
  color: #254678;
  font-size: 3rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.06rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about__card-title {
    font-size: 1.25rem;
    letter-spacing: -0.025rem;
    margin-bottom: 1.1875rem;
  }
}

.p-about__card-textwrap {
  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.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__card-textwrap {
    gap: 0.5625rem;
    margin-left: -3rem;
  }
}

.p-about__card-text {
  text-shadow: 0 0 0.3125rem #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.075rem;
}
@media screen and (max-width: 767px) {
  .p-about__card-text {
    top: 4.75rem;
    left: 1.3125rem;
    font-size: 0.75rem;
    letter-spacing: -0.0375rem;
  }
}

.p-about__card-img {
  position: absolute;
  width: 27.1875rem;
  height: auto;
  z-index: -1;
  right: 3.125rem;
  bottom: -0.375rem;
}
@media screen and (max-width: 767px) {
  .p-about__card-img {
    width: 13rem;
    bottom: -0.375rem;
    right: -0.25rem;
  }
}

.p-curriculum {
  padding-block: 5rem 12.375rem;
  background: url(../img/bg-pc.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-curriculum {
    padding-block: 1.625rem 3.5rem;
    background: url(../img/bg-sp.webp) no-repeat center center/cover;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-curriculum__inner {
    width: 24.375rem;
    margin-inline: auto;
  }
}

.p-curriculum__title {
  text-align: center;
  margin-bottom: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-curriculum__title {
    margin-bottom: 0.5rem;
  }
}
.p-curriculum__title::before {
  content: "";
  position: absolute;
  background: url(../img/icon-title.svg) no-repeat center center/cover;
  width: 1.4375rem;
  height: 1.6875rem;
  top: 50%;
  translate: 0 -50%;
  left: 17.5625rem;
}
@media screen and (max-width: 767px) {
  .p-curriculum__title::before {
    left: 2.6875rem;
    width: 0.75rem;
    height: 0.875rem;
  }
}
.p-curriculum__title::after {
  content: "";
  position: absolute;
  background: url(../img/icon-title2.svg) no-repeat center center/cover;
  width: 9.763625rem;
  height: 5.875rem;
  top: 50%;
  translate: 0 -50%;
  right: 4.04875rem;
}
@media screen and (max-width: 767px) {
  .p-curriculum__title::after {
    width: 3.625rem;
    height: 2.18125rem;
    right: -1.625rem;
  }
}

.p-curriculum__lead {
  text-align: center;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.4583333333;
  letter-spacing: -0.02em;
  margin-bottom: 4.4375rem;
}
@media screen and (max-width: 767px) {
  .p-curriculum__lead {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-curriculum__lead {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.4285714286;
    letter-spacing: -0.02em;
    margin-bottom: 1.0625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-curriculum__lead {
    font-size: 0.875rem;
  }
}

.p-curriculum__text {
  color: #254678;
  text-align: center;
  font-size: 2.5rem;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.05rem;
  border-radius: 2.5rem;
  border: 2px solid #254678;
  padding-block: 0.625rem 0.5625rem;
  width: 49.375rem;
  margin-inline: auto;
  margin-bottom: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-curriculum__text {
    font-size: 1rem;
    letter-spacing: -0.02rem;
    width: 18.5625rem;
    margin-bottom: 1.75rem;
    padding-block: 0.125rem;
  }
}

.p-curriculum__main {
  padding: 6.0625rem 5rem 4.25rem 7.5rem;
  width: 62.5rem;
  margin-inline: auto;
  border-radius: 3.25rem;
  border: 3px solid #254678;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-curriculum__main {
    width: 21.875rem;
    border-radius: 1.25rem;
    border: 2px solid #254678;
    padding: 1.6875rem 0.75rem 1.125rem 1.125rem;
  }
}

.p-curriculum__main-title {
  padding-block: 0.625rem;
  width: 49.375rem;
  border-radius: 2.5rem;
  background: #254678;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: -1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-curriculum__main-title {
    font-size: 0.875rem;
    width: 18.5625rem;
    border-radius: 1rem;
    top: -1.125rem;
    padding-block: 0.375rem;
  }
}

.p-curriculum__list li {
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-curriculum__list li {
    font-size: 0.8125rem;
    line-height: 1.375rem;
  }
}

.p-curriculum__note {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-curriculum__note {
    display: block;
    position: absolute;
    font-size: max(0.625rem, 8px);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.02em;
    right: 1.25rem;
    bottom: -2.75rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-curriculum__note {
    font-size: 0.625rem;
  }
}

.p-profile {
  padding-block: 5rem 8.75rem;
  background: url(../img/bg-prof.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-profile {
    padding-block: 1.375rem 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-profile__inner {
    width: 24.375rem;
    margin-inline: auto;
  }
}

.p-profile__title {
  margin-bottom: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-profile__title {
    margin-bottom: 1.375rem;
  }
}
.p-profile__title::before {
  content: "";
  position: absolute;
  background: url(../img/icon-title.svg) no-repeat center center/cover;
  width: 1.4375rem;
  height: 1.6875rem;
  top: 50%;
  translate: 0 -50%;
  left: 23.4375rem;
}
@media screen and (max-width: 767px) {
  .p-profile__title::before {
    left: 6.75rem;
    width: 0.75rem;
    height: 0.875rem;
  }
}
.p-profile__title::after {
  content: "";
  position: absolute;
  background: url(../img/icon-title2.svg) no-repeat center center/cover;
  width: 9.763625rem;
  height: 5.875rem;
  top: 50%;
  translate: 0 -50%;
  right: 4.04875rem;
}
@media screen and (max-width: 767px) {
  .p-profile__title::after {
    width: 3.625rem;
    height: 2.18125rem;
    right: -0.375rem;
  }
}

.p-profile__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 70rem;
  margin-inline: auto;
  margin-bottom: 6.4375rem;
}
@media screen and (max-width: 767px) {
  .p-profile__content {
    width: 21.875rem;
    margin-bottom: 1.6875rem;
  }
}

.p-profile__textwrap {
  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.4375rem;
  width: 42.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-profile__textwrap {
    width: 13.5rem;
    gap: 0.5rem;
  }
}

.p-profile__text {
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-profile__text {
    font-size: 0.6875rem;
    line-height: 0.875rem;
    letter-spacing: -0.01375rem;
  }
}

.p-profile__imgwrap {
  margin-left: -3.25rem;
}
@media screen and (max-width: 767px) {
  .p-profile__imgwrap {
    margin-left: -4.375rem;
  }
}

.p-profile__img {
  width: 31.021625rem;
  height: 38.625rem;
  z-index: 0;
  margin-bottom: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-profile__img {
    width: 12.75rem;
    height: 15.875rem;
    margin-bottom: 0.6875rem;
  }
}

.p-profile__img-name {
  color: #FC7B2A;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2.375rem;
  letter-spacing: -0.06rem;
  margin-bottom: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-profile__img-name {
    font-size: 1.25rem;
    line-height: 1rem;
    letter-spacing: -0.025rem;
    margin-bottom: 0.125rem;
  }
}

.p-profile__img-text {
  text-align: center;
  color: #FC7B2A;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.375rem;
  letter-spacing: -0.03rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-profile__img-text {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: -0.015rem;
  }
}
.p-profile__img-text::before {
  content: "";
  position: absolute;
  width: 15.75rem;
  height: 1px;
  background: #FC7B2A;
  left: 50%;
  translate: -50%;
  bottom: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-profile__img-text::before {
    width: 7.9375rem;
    bottom: -0.375rem;
  }
}

.p-profile__cta-text {
  color: #254678;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.08rem;
  margin-bottom: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-profile__cta-text {
    margin-bottom: 0.6875rem;
    font-size: 1.25rem;
    letter-spacing: -0.025rem;
  }
}

.p-profile__cta-img {
  width: 70rem;
  height: auto;
  margin-inline: auto;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-profile__cta-img {
    width: 21.875rem;
    margin-bottom: 0.5rem;
  }
}
.p-profile__cta-img img {
  width: 100%;
}

.p-profile__cta-btn {
  margin-inline: auto;
}

.p-faq {
  padding-block: 5rem 4.9375rem;
  background: url(../img/bg-pc.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-block: 1.875rem;
    background: url(../img/bg-sp.webp) no-repeat center center/cover;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__innet {
    width: 24.375rem;
    margin-inline: auto;
  }
}

.p-faq__title {
  margin-bottom: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    margin-bottom: 1.3125rem;
  }
}
.p-faq__title::before {
  content: "";
  position: absolute;
  background: url(../img/icon-title.svg) no-repeat center center/cover;
  width: 1.4375rem;
  height: 1.6875rem;
  top: 50%;
  translate: 0 -50%;
  left: 19.6875rem;
}
@media screen and (max-width: 767px) {
  .p-faq__title::before {
    left: 3.75rem;
    width: 0.75rem;
    height: 0.875rem;
  }
}
.p-faq__title::after {
  content: "";
  position: absolute;
  background: url(../img/icon-title2.svg) no-repeat center center/cover;
  width: 9.763625rem;
  height: 5.875rem;
  top: 50%;
  translate: 0 -50%;
  right: 4.04875rem;
}
@media screen and (max-width: 767px) {
  .p-faq__title::after {
    width: 3.625rem;
    height: 2.18125rem;
    right: -0.375rem;
  }
}

.p-faq__content {
  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;
  width: 62.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-faq__content {
    width: 21.875rem;
    gap: 1.375rem;
  }
}

.p-faq__set {
  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__set {
    gap: 0.625rem;
  }
  .p-faq__set:nth-of-type(2) .p-faq__question {
    border-radius: 0.75rem;
  }
  .p-faq__set:nth-of-type(2) .p-faq__question::before {
    top: 0.3125rem;
    translate: unset;
  }
}

.p-faq__question {
  border-radius: 2.25rem;
  background: #48688F;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.03rem;
  padding: 0.8125rem 0.9375rem 0.6875rem 4.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    font-size: 0.75rem;
    letter-spacing: -0.015rem;
    padding: 0.375rem 0.9375rem 0.375rem 2rem;
  }
}
.p-faq__question::before {
  content: "Q";
  position: absolute;
  font-size: 1.5rem;
  color: #48688F;
  font-weight: 500;
  line-height: 150%;
  width: 2.5625rem;
  height: auto;
  aspect-ratio: 1;
  background: #FFF;
  text-align: center;
  border-radius: 50%;
  top: 50%;
  translate: 0 -50%;
  left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-faq__question::before {
    width: 1.25rem;
    font-size: 0.875rem;
    left: 0.4375rem;
  }
}

.p-faq__answer {
  color: #48688F;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.025rem;
  border-radius: 2rem;
  border: 1px solid #48688F;
  background: #FFF;
  padding: 1.25rem 0.625rem 1.5rem 4.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    font-size: 0.75rem;
    line-height: 130%;
    letter-spacing: -0.015rem;
    border-radius: 0.75rem;
    padding: 0.625rem 0.9375rem 0.75rem 1.9375rem;
    white-space: nowrap;
  }
}
.p-faq__answer::before {
  content: "A";
  position: absolute;
  font-size: 1.5rem;
  color: #FFF;
  font-weight: 500;
  line-height: 150%;
  width: 2.5625rem;
  height: auto;
  aspect-ratio: 1;
  background: #48688F;
  border-radius: 50%;
  top: 0.9375rem;
  text-align: center;
  left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-faq__answer::before {
    width: 1.25rem;
    font-size: 0.875rem;
    left: 0.4375rem;
    top: 0.4375rem;
  }
}

.p-cta {
  padding-bottom: 9.0625rem;
  text-align: center;
  background: url(../img/bg-cta.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-bottom: 1.5rem;
    background: url(../img/bg-cta-sp.webp) no-repeat center center/cover;
  }
}

.p-cta__text {
  gap: 0.8125rem;
  padding-bottom: 5.6875rem;
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    padding-bottom: 1.3125rem;
    gap: 0;
    padding-block: 1.375rem 1.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-cta__text {
    font-size: 1.25rem;
  }
}

.p-cta__img {
  width: 70rem;
  margin-inline: auto;
  margin-block: 8.8125rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-cta__img {
    width: 21.875rem;
    margin-block: 0.8125rem 0.5rem;
  }
}

.p-cta__btn {
  margin-inline: auto;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Shippori Mincho B1", serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Roboto", 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;
  }
}