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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
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: 1119px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1120 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #2E4459;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1rem;
}

a {
  text-decoration: none;
  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;
  }
}
em {
  font-style: normal;
  font-weight: 700;
}

.l-main {
  min-height: 100vh;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  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;
  }
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.p-fv {
  width: 100%;
  background-image: url(../../assets/img/img-fv__bg_sp.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  aspect-ratio: 375/770;
  height: 48.125rem;
  position: relative;
}
@media (min-width: 499px) {
  .p-fv {
    background-image: url(../../assets/img/img-fv__bg_sp.png);
    background-position: center center;
    aspect-ratio: 375/770;
  }
}
@media (min-width: 768px) {
  .p-fv {
    background-image: url(../../assets/img/img-fv__bg.png);
    aspect-ratio: 1440/800;
    height: auto;
    background-size: contain;
    background-position: top center;
  }
}
.p-fv__blur {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (min-width: 499px) {
  .p-fv__blur {
    height: 11.75rem;
  }
}

.p-fv__inner {
  padding-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .p-fv__inner {
    max-width: 67.5rem;
    width: 100%;
  }
}

.p-fv__logo {
  width: 7.6875rem;
  display: block;
}
@media (min-width: 768px) {
  .p-fv__logo {
    width: 13.125rem;
    aspect-ratio: 210/66;
  }
}
@media (min-width: 768px) {
  .p-fv__logo {
    width: 10.625rem;
  }
}
@media (min-width: 1400px) {
  .p-fv__logo {
    width: 12.375rem;
  }
}

.p-fv__sub-ttl {
  width: clamp(11.375rem, 45vw, 270px);
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .p-fv__sub-ttl {
    width: min(100%, 12.5rem);
    margin-left: 0.625rem;
  }
}
@media (min-width: 1400px) {
  .p-fv__sub-ttl {
    width: min(100%, 21.8125rem);
    margin-top: 1.875rem;
  }
}

.p-fv__ttl {
  margin-top: -0.0625rem;
  margin-left: -0.3125rem;
  width: clamp(21.4375rem, 60vw, 37.5rem);
}
@media (min-width: 768px) {
  .p-fv__ttl {
    width: min(100%, 37.5rem);
    margin-left: -0.625rem;
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .p-fv__ttl {
    width: 45.6825rem;
  }
}
.p-fv__ttl img {
  display: block;
  width: 100%;
  height: auto;
}

.p-fv__items {
  display: flex;
  justify-content: center;
  gap: 0.1875rem;
  width: 100%;
  margin-top: 0.4375rem;
}
@media (min-width: 768px) {
  .p-fv__items {
    width: min(100%, 34.375rem);
    gap: 1rem;
    margin-top: 0.25rem;
  }
}
@media (min-width: 1400px) {
  .p-fv__items {
    width: min(100%, 40.625rem);
    align-items: flex-start;
    justify-content: start;
    margin-top: 0.4375rem;
  }
}

.fv-item-1,
.fv-item-2 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.fv-item-1 {
  flex: 35 1 0;
}
@media (min-width: 1400px) {
  .fv-item-1 {
    flex: unset;
    width: 13.755625rem;
  }
}

.fv-item-2 {
  flex: 65 1 0;
}
@media (min-width: 1400px) {
  .fv-item-2 {
    width: 24.563125rem;
    flex: unset;
  }
}

.p-fv__text {
  margin-top: 2.5625rem;
  width: clamp(19.75rem, 60vw, 37.5rem);
}
@media (min-width: 768px) {
  .p-fv__text {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .p-fv__text {
    margin-top: 1.875rem;
    width: 42rem;
  }
}

.p-fv__points-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 0.125rem;
  width: clamp(20.9375rem, 60vw, 37.5rem);
  margin-inline: auto;
  position: absolute;
  bottom: 2%;
  left: 50%;
  translate: -50%;
}
@media (min-width: 499px) {
  .p-fv__points-wrap {
    width: min(100%, 37.5rem);
  }
}
@media (min-width: 768px) {
  .p-fv__points-wrap {
    translate: unset;
    left: 2.625rem;
    width: 64.6875rem;
    column-gap: unset;
    bottom: -16%;
  }
}
@media (min-width: 1400px) {
  .p-fv__points-wrap {
    bottom: -18%;
    left: 1.5rem;
  }
}

.p-fv__point img {
  display: block;
  filter: drop-shadow(1.603px 3.206px 8.016px rgba(255, 255, 255, 0.6));
}

.fv-point-1 {
  width: 10.09125rem;
  height: 1.97rem;
}
@media (min-width: 768px) {
  .fv-point-1 {
    width: 16.3125rem;
  }
}

.fv-point-2 {
  width: 8.68625rem;
  height: 1.97rem;
  padding-top: 0.5rem;
}
@media (min-width: 768px) {
  .fv-point-2 {
    padding-top: 0rem;
  }
}
@media (min-width: 768px) {
  .fv-point-2 {
    width: 14.375rem;
  }
}

.fv-point-3 {
  width: 7.420625rem;
  height: 1.97rem;
  padding-top: 1.0625rem;
}
@media (min-width: 499px) {
  .fv-point-3 {
    padding-top: 0.625rem;
  }
}
@media (min-width: 768px) {
  .fv-point-3 {
    padding-top: 0rem;
  }
}
@media (min-width: 768px) {
  .fv-point-3 {
    width: 12.875rem;
  }
}

.fv-point-4 {
  width: 13.25rem;
  height: 1.97rem;
  padding-top: 0.875rem;
}
@media (min-width: 768px) {
  .fv-point-4 {
    padding-top: 0rem;
  }
}
@media (min-width: 768px) {
  .fv-point-4 {
    width: 21.125rem;
  }
}

.fv-point-5 {
  width: 14.205625rem;
  height: 1.97rem;
  aspect-ratio: 227.29/31.8;
  padding-top: 1.875rem;
}
@media (min-width: 499px) {
  .fv-point-5 {
    padding-top: 1.25rem;
  }
}
@media (min-width: 768px) {
  .fv-point-5 {
    padding-top: 0.625rem;
  }
}
@media (min-width: 768px) {
  .fv-point-5 {
    width: 22.1875rem;
    padding-top: 1.9375rem;
  }
}
.fv-point-5 img {
  object-fit: cover;
}

.fv-point-6 {
  width: 13.055rem;
  height: 1.9875rem;
  aspect-ratio: 208.88/31.8;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .fv-point-6 {
    padding-top: 0.9375rem;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .fv-point-6 {
    width: 17.9375rem;
    margin-block-start: 0rem;
    padding-top: 3.0625rem;
  }
}
.fv-point-6 img {
  object-fit: cover;
}

.p-catch {
  background: linear-gradient(89deg, #2E4459 0.09%, #153D63 99.72%), #D9D9D9;
}

.p-catch__inner {
  padding-block: 1.875rem;
}
@media (min-width: 768px) {
  .p-catch__inner {
    padding-block: 2.1875rem 2.8125rem;
  }
}

.p-catch__fukidashi {
  position: relative;
  filter: drop-shadow(0px 1.595px 3.191px rgba(0, 0, 0, 0.15));
  width: 13.125rem;
  height: 3.25rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-catch__fukidashi {
    width: 16.375rem;
    height: 3.375rem;
  }
}

.catch-fukidashi__text {
  font-size: 1.29625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 33.185px */
  white-space: nowrap;
  position: absolute;
  padding-top: 0;
  top: 47%;
  left: 50%;
  translate: -50% -50%;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .catch-fukidashi__text {
    padding-top: 0.5625rem;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 160%; /* 41.6px */
  }
}

.p-catch__ttl {
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .p-catch__ttl {
    margin-top: 2.1875rem;
    width: 39rem;
    margin-inline: auto;
  }
}

.catch-em {
  color: #FFF429;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 130%; /* 44px */
  font-family: "Noto Serif JP", sans-serif;
}
@media (min-width: 768px) {
  .catch-em {
    line-height: 160%;
    font-size: 34px;
  }
}

.p-catch__text {
  color: #ffffff;
  font-weight: 500;
  line-height: 150%; /* 24px */
  margin-block-start: 0.9375rem;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-catch__text {
    margin-block-start: 0.8125rem;
    line-height: 160%; /* 32px */
    text-align: center;
    font-size: 20px;
    margin-block-start: 0.75rem;
  }
}

.p-media {
  padding-block: 1.5625rem 1.5rem;
  background-image: url(../../assets/img/img-media__bg.png);
  background-size: cover;
  background-position: left 77% top;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .p-media {
    padding-block: 3.6875rem 3.3125rem;
  }
}

.p-media__inner {
  max-width: 31.25rem;
}
@media (min-width: 768px) {
  .p-media__inner {
    max-width: 100%;
  }
}

.p-media__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.325625rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-media__text-wrap {
    gap: 0.25rem;
    align-items: center;
  }
}

.media-text__line {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  display: block;
  padding: 0.26625rem 0.325625rem;
  background: #ffffff;
  width: fit-content;
}
@media (min-width: 768px) {
  .media-text__line {
    font-size: 30px;
  }
}

.media-text__line-em {
  color: #DC005E;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}
@media (min-width: 768px) {
  .media-text__line-em {
    font-size: 30px;
  }
}

.p-media__list-sp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 31.25rem;
  margin-inline: auto;
  margin-top: 1.875rem;
  gap: 1.125rem;
}

.media-item-sp__wrap {
  gap: 0.5625rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -0.25rem;
}

.media-item-sp {
  width: min(10.1875rem, 100%);
  aspect-ratio: 1/1;
}
.media-item-sp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-media__list-pc {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
  margin-top: 2.1875rem;
}

.media-item-pc__wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.625rem;
}

.media-item-pc {
  width: 15.625rem;
}

.p-footer {
  background: #132434;
  text-align: center;
  padding-block: 3rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-block: 1.25rem;
  }
}

.p-footer__text {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  .p-footer__text {
    font-size: 0.75rem;
  }
}

.p-test {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-test {
    padding-block: 4.375rem;
  }
}

.p-test__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-test__container {
    flex-direction: column;
    row-gap: 1.25rem;
  }
}

.p-test__title {
  font-size: max(3.125rem, 40px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: 0em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-test__title {
    font-size: 3.125rem;
  }
}

.p-test__text {
  margin-block-start: 2.5rem;
  font-size: max(1.75rem, 22.4px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-test__text {
    font-size: 1.75rem;
  }
}

.p-test__text-wrap {
  width: min(25rem, 100%);
}

.p-test__img {
  width: min(37.5rem, 100%);
  height: auto;
}

.p-user {
  padding-block: 1.875rem 2.5rem;
}
@media (min-width: 768px) {
  .p-user {
    padding-block: 3.625rem;
  }
}

.p-user__text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.54px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-user__text {
    font-size: 30px;
    letter-spacing: normal;
  }
}

.p-user__image {
  width: 100%;
  margin-top: 1.125rem;
  text-align: center;
  margin-inline: auto;
  padding-inline: 2.875rem;
}
@media (min-width: 768px) {
  .p-user__image {
    margin-top: 1.625rem;
    width: 60.5625rem;
    padding-inline: 0;
  }
}

.p-cta {
  background: #126085;
  padding-block: 3.5625rem 2.125rem;
}
@media (min-width: 768px) {
  .p-cta {
    background: linear-gradient(90deg, #83B2E4 0%, #126085 100%);
    position: relative;
    height: 29.8125rem;
  }
}

.p-cta__bg {
  width: 36.1875rem;
  aspect-ratio: 579/477;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.p-cta__inner {
  height: inherit;
}

.p-cta__card {
  background: #FFF;
  border: 0.3125rem solid #000;
  padding-block: 2.5625rem 1.5rem;
  padding-inline: 0.5625rem;
  width: 100%;
  max-width: 31.25rem;
  margin-inline: auto;
  position: relative;
}
@media (min-width: 768px) {
  .p-cta__card {
    position: absolute;
    right: 3.375rem;
    border: 0.4375rem solid #000;
    padding-block: 3.625rem 1.6875rem;
    padding-inline: 3.1875rem;
    max-width: 37.3125rem;
    margin-block-start: 4.625rem;
    margin-top: 1.125rem;
  }
}

.p-cta__point {
  position: absolute;
  top: -1.625rem;
  left: 50%;
  translate: -50%;
  width: 19.1875rem;
}
@media (min-width: 768px) {
  .p-cta__point {
    width: 30.25rem;
    top: -2.875rem;
  }
}

.p-cta__card-inner {
  text-align: center;
}

.cta-card__ttl {
  color: #000;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 160%; /* 22.4px */
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .cta-card__ttl {
    font-size: 1.125rem;
  }
}

.cta-card__fukidashi {
  position: relative;
  display: inline-block;
  margin-block-start: 0.9375rem;
}

.cta-card__fukidashi-text {
  font-family: "Noto Sans JP", sans-serif;
  color: #0C1B5D;
  font-size: 1rem;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
}
@media (min-width: 768px) {
  .cta-card__fukidashi-text {
    font-size: 1.125rem;
  }
}

.cta-card__fukidashi-image {
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 0.3125rem;
  width: 7.96875rem;
  height: 0.3125rem;
}
@media (min-width: 768px) {
  .cta-card__fukidashi-image {
    width: 9.0625rem;
    bottom: 0.5rem;
  }
}

.cta-card__btn {
  margin-block-start: 1rem;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  margin-block-start: 1.0625rem;
}
@media (min-width: 768px) {
  .cta-card__btn {
    margin-block-start: 0.75rem;
  }
}

.cta-btn {
  margin-block-start: 1rem;
  display: inline-block;
  border-radius: 0.24025rem;
  background: #DC005E;
  box-shadow: 0px 1.281px 2.563px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  width: min(100%, 25rem);
}
@media (min-width: 768px) {
  .cta-btn {
    margin-block-start: 0.5625rem;
    width: 29.9375rem;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  }
}
.cta-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: #fff;
  scale: 0 1;
  transform-origin: left center;
  transition: scale 0.5s ease;
}
@media (any-hover: hover) {
  .cta-btn:hover::after {
    scale: 1 1;
  }
  .cta-btn:hover .btn__link-text,
  .cta-btn:hover .btn__link-arrow {
    color: #DC005E;
    text-shadow: unset;
  }
  .cta-btn:hover .btn__link-arrow {
    left: calc(100% + 20px);
  }
}

.btn__link-text,
.btn__link-arrow {
  color: #fff;
  transition: color 0.2s ease;
}

.btn__link-text {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 0.875rem;
  padding-block: 1.1875rem 0.9375rem;
  font-weight: 900;
  line-height: 120%; /* 17.684px */
  letter-spacing: 1.032px;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0px 0.641px 2.563px rgba(0, 0, 0, 0.26);
}
@media (min-width: 768px) {
  .btn__link-text {
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.26);
    font-size: 1.4375rem;
    font-weight: 900;
    line-height: 120%; /* 27.6px */
    letter-spacing: 1.61px;
    padding-block: 1.5625rem;
    margin-left: -1.375rem;
  }
}

.btn__link-arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: calc(100% + 0.625rem);
  transition: left 0.5s ease;
}
.btn__link-arrow svg {
  display: block;
  color: inherit;
  width: 0.4064375rem;
  height: 0.6774375rem;
}
@media (min-width: 768px) {
  .btn__link-arrow svg {
    width: 0.634375rem;
    height: 1.0573125rem;
  }
}
.btn__link-arrow path {
  fill: currentColor;
  transition: fill 0.2s ease;
}

.cta-card__attention {
  margin-block-start: 0.9375rem;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cta-card__attention {
    font-size: 0.875rem;
  }
}

.p-onayami-pc {
  background: #F0F0EB;
  padding-block: 4.9375rem 4.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../../assets/img/img-onayami__bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.p-onayami__deco {
  position: absolute;
  content: "";
}

.onayami-woman {
  width: 15.875rem;
  height: 25.5rem;
  bottom: 0;
  left: calc(50% + 21.5625rem);
}

.onayami-shape {
  width: 12.2719375rem;
  height: 3.038125rem;
  bottom: -2.8125rem;
  left: 50%;
  translate: -50%;
  z-index: 1;
}

.p-onayami__ttl-pc {
  text-align: center;
}

.onayami__ttl-pc__text-sm {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: 0.84px;
}

.onayami__ttl-pc__text {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 160%; /* 57.6px */
}

.onayami__ttl-pc__text-strong {
  color: #FFF;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 160%; /* 57.6px */
  letter-spacing: 1.08px;
  background: #2E4459;
  padding: 0.0625rem 0.0625rem;
}

.onayami__ttl-pc-em {
  color: #C3A12F;
  font-size: 2.625rem;
  font-weight: 800;
  line-height: 160%;
}

.p-onayami__card {
  width: 100%;
  max-width: 48.25rem;
  margin-top: 1.8125rem;
  background: #ffffff;
}

.p-onayami__card-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.25rem;
  padding: 1.875rem;
}

.onayami-card__text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 160%; /* 32px */
  position: relative;
  padding-left: 2rem;
}
.onayami-card__text::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0rem;
  width: 1.25rem;
  height: 1rem;
  background-image: url(../../assets/img/deco-check.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.onayami-card__text-em {
  color: #CB9B0C;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 160%;
}

.p-kaiketsu {
  padding-block: 2.125rem 4.25rem;
}
@media (min-width: 768px) {
  .p-kaiketsu {
    padding-block: 7.1875rem 6.25rem;
  }
}

.p-kaiketsu__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-kaiketsu__inner {
    max-width: 80rem;
  }
}

@media (min-width: 768px) {
  .p-kaiketsu__ttl {
    width: 61.3125rem;
    margin-left: -1.25rem;
  }
}

.p-kaiketsu__shape {
  width: 10.0583125rem;
  margin-top: -0.6875rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-kaiketsu__shape {
    width: 14.875rem;
    margin-top: 0.75rem;
  }
}

.kaiketsu-card__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.48px;
  color: #2E4459;
  font-family: "Noto Serif JP";
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.54px;
}
@media (min-width: 768px) {
  .kaiketsu-card__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    font-size: 1.125rem;
  }
}

.kaiketsu-card__image {
  width: 100%;
  aspect-ratio: 280/298;
  display: block;
}
.kaiketsu-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-kaiketsu-card-sp {
  margin-top: 0.1875rem;
}

.kaiketsu-card-sp__image-wrap {
  display: flex;
  flex-direction: row;
  gap: 0.4375rem;
  margin-top: 1.25rem;
}

.kaiketsu-card-sp__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.0625rem;
  margin-top: 1.125rem;
}

.line-2 {
  margin-top: 2.25rem;
}

.p-kaiketsu-card-pc {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 2.5rem;
}

.kaiketsu-card-pc__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.6875rem;
}

.kaiketsu-card-pc {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .kaiketsu-card-pc {
    gap: 0.3125rem;
  }
}

.p-training {
  position: relative;
}

.p-training__deco {
  position: absolute;
  content: "";
  z-index: 1;
  top: 1.9375rem;
}

.p-training__inner {
  padding-block-end: 2.8875rem;
  background-image: url(../../assets/img/img-training__bg-trapezoid_sp.png);
  background-size: cover;
  background-position: center 2.875rem;
  background-repeat: no-repeat;
  max-width: 100%;
}
@media (min-width: 768px) {
  .p-training__inner {
    background-image: url(../../assets/img/img-training__bg.png);
    background-position: center 1.0625rem;
    padding-block: 1.9375rem 5.375rem;
  }
}

.p-training__ttl {
  width: min(100%, 37.5rem);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-training__ttl {
    width: min(100%, 51.5625rem);
    padding-left: 6.125rem;
  }
}

.p-training__card-list__wrap {
  position: relative;
  width: min(100%, 37.5rem);
  margin-inline: auto;
  margin-top: 0.9375rem;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-training__card-list__wrap {
    width: min(100%, 62.5rem);
    padding-block: 4.3125rem 5.8125rem;
    margin-top: 2rem;
  }
}
.p-training__card-list__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/img-training__card-bg_sp.svg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
}
@media (min-width: 768px) {
  .p-training__card-list__wrap::before {
    background-image: url(../../assets/img/img-training__card-bg.png);
  }
}

.p-training__card-list {
  display: flex;
  flex-direction: column;
  gap: 3.25rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding-block: 2.125rem 4.21875rem;
  padding-inline: 0.75rem 1.5rem;
}
@media (min-width: 768px) {
  .p-training__card-list {
    padding-block: 1.0625rem 2.125rem;
    gap: 3.125rem;
  }
}

.training-card__item {
  position: relative;
  width: min(100%, 31.25rem);
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .training-card__item {
    flex-direction: row;
    gap: 2.5rem;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .-training-reverse {
    flex-direction: row-reverse !important;
  }
}

.training-card__item-image-frame {
  width: 100%;
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  .training-card__item-image-frame {
    width: 18.75rem;
  }
}
.training-card__item-image-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-border {
  position: absolute;
  top: 0.4375rem;
  left: 0.5rem;
  width: 102%;
  height: 102%;
  border: 0.1875rem solid #2E4459; /* 青色の枠線 */
  pointer-events: none; /* 枠がクリックの邪魔をしないように */
}
@media (min-width: 768px) {
  .overlay-border {
    top: 0.3125rem;
    left: 0.75rem;
  }
}

.training-card__item-body {
  display: flex;
  flex-direction: column;
  margin-top: 0.875rem;
}
@media (min-width: 768px) {
  .training-card__item-body {
    width: 22.5rem;
    margin-top: 0rem;
    padding-left: 0.5625rem;
  }
}

.training-card__item-ttl {
  padding-top: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.48px;
}
@media (min-width: 768px) {
  .training-card__item-ttl {
    padding-top: 0rem;
  }
}

.card__item-ls {
  white-space: nowrap;
}

.training-card__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.32px;
  margin-top: 1.25rem;
  margin-inline: -0.125rem -0.75rem;
}

.p-training__message {
  margin-top: 1.125rem;
}
@media (min-width: 768px) {
  .p-training__message {
    width: 54.625rem;
    margin-inline: auto;
    margin-top: 1.6875rem;
  }
}

.p-training__message-text {
  font-family: .p-training__message-text ff-jp;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 160%; /* 20.8px */
  letter-spacing: 0.26px;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .p-training__message-text {
    font-size: 1.25rem;
    font-style: normal;
    letter-spacing: 0.4px;
    text-align: center;
    margin-top: 0.75rem;
  }
}

.p-reason {
  background-image: url(../../assets/img/img-reason__bg_sp.png);
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 1.375rem;
}
@media (min-width: 768px) {
  .p-reason {
    padding-block: 4.9375rem 4.25rem;
    background-image: url(../../assets/img/img-reason__bg.png);
  }
}

.p-reason__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  width: min(100%, 31.25rem);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-reason__ttl {
    width: min(100%, 48.5625rem);
  }
}

.p-reason__card-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  width: min(100%, 37.5rem);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-reason__card-list {
    width: min(100%, 62.5rem);
    gap: 1.375rem;
  }
}

.reason-card__item {
  position: relative;
  width: min(100%, 31.25rem);
}
@media (min-width: 768px) {
  .reason-card__item {
    width: 100%;
  }
}

.reason-card__number {
  position: absolute;
  width: 3.5625rem;
  max-width: 6.25rem;
  top: 2.3125rem;
  left: 0;
}
@media (min-width: 499px) {
  .reason-card__number {
    width: 5.625rem;
  }
}
@media (min-width: 768px) {
  .reason-card__number {
    width: 5.25rem;
    top: 4.0625rem;
    left: 0.5rem;
  }
}

@media (min-width: 768px) {
  .-reverse__number {
    left: unset;
    right: 0;
    top: 2.9375rem;
  }
}

.reason-card__item-wrap {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 3.125rem;
}
@media (min-width: 768px) {
  .reason-card__item-wrap {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 1.875rem;
    margin-top: 4.8125rem;
  }
}

@media (min-width: 768px) {
  .-reverse {
    flex-direction: row !important;
  }
}

.reason-card__item-body {
  margin-top: 1.5625rem;
}
@media (min-width: 768px) {
  .reason-card__item-body {
    width: 29.375rem;
    margin-top: 0;
  }
}

.reason-card__item-ttl {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .reason-card__item-ttl {
    gap: 0.6875rem;
  }
}

.reason-card__item-ttl__text {
  color: #FFF;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 160%; /* 33.6px */
  padding: 0.0625rem 0.125rem;
  background: #C3A12F;
  white-space: nowrap;
  width: fit-content;
}
@media (min-width: 768px) {
  .reason-card__item-ttl__text {
    font-size: 1.625rem;
  }
}

.fz-sm {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .fz-sm {
    font-size: 1.625rem;
  }
}

.reason-card__item-text {
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  margin-top: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .reason-card__item-text {
    font-size: 1.125rem;
  }
}

.reason-card__item-image {
  width: 100%;
}
@media (min-width: 768px) {
  .reason-card__item-image {
    width: 31.25rem;
  }
}

.reason-card__top {
  margin-top: 2.4375rem;
}
@media (min-width: 768px) {
  .reason-card__top {
    margin-top: 2.625rem;
  }
}

.reason-card__skill-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.6875rem;
}
@media (min-width: 768px) {
  .reason-card__skill-wrap {
    flex-direction: row;
    row-gap: 0.75rem;
    column-gap: 1.9375rem;
    width: 34.375rem;
    flex-wrap: wrap;
    margin-inline: auto;
  }
}

.skill-item__01 {
  width: 11.875rem;
  max-width: 100%;
}

.skill-item__02 {
  width: 14.5625rem;
}

.skill-item__03 {
  width: 20.53725rem;
}
@media (min-width: 768px) {
  .skill-item__03 {
    width: 34.0625rem;
  }
}

.reason-card__skill-text {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .reason-card__skill-text {
    margin-top: 1.4375rem;
    font-size: 1.125rem;
  }
}

.p-program {
  padding-block: 1.0625rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .p-program {
    padding-block: 4.625rem 6.4375rem;
  }
}

.p-program__deco {
  position: absolute;
  top: 0;
  width: 100%;
  width: 1440/313;
  height: auto;
  aspect-ratio: 1;
  height: 19.5625rem;
}

.p-program__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-program__inner {
    align-items: center;
  }
}

.p-program__ttl {
  padding-top: 1.5rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-program__ttl {
    width: min(100%, 52.25rem);
    padding-top: 1.3125rem;
  }
}

.p-program__ttl-text {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 160%; /* 24px */
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .p-program__ttl-text {
    font-size: 1.25rem;
  }
}

.program__ttl-color {
  color: #C3A12F;
}

.p-program__card-list__wrap {
  margin-top: 1.5625rem;
  width: min(100%, 37.5rem);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-program__card-list__wrap {
    margin-top: 5.6875rem;
    width: 62.5rem;
  }
}

.p-program__card-list {
  display: flex;
  flex-direction: column;
}

.program-card__item {
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding-block: 1.125rem 3.75rem;
  padding-inline: 0.75rem;
  width: min(100%, 31.25rem);
  margin-inline: auto;
  position: relative;
}
@media (min-width: 768px) {
  .program-card__item {
    width: 53.125rem;
    margin-inline: unset;
    align-self: flex-start;
    padding-block: 2rem 2.25rem;
    padding-inline: 1.9375rem;
  }
}

@media (min-width: 768px) {
  .-program-item-reverse {
    align-self: flex-end;
  }
  .-program-item-reverse .training-card__item-body {
    padding-left: 15.375rem;
  }
}

.program-item-2 {
  margin-top: 22.9375rem;
}
@media (min-width: 768px) {
  .program-item-2 {
    margin-top: 7.5625rem;
  }
}

@media (min-width: 768px) {
  .program-item-2 {
    padding-bottom: 5.75rem;
  }
}

.program-item-3 {
  padding-block: 1.75rem;
  position: relative;
  margin-top: 22.9375rem;
}
@media (min-width: 768px) {
  .program-item-3 {
    width: 43.75rem;
    margin-inline: auto;
    margin-top: 7.3125rem;
    padding-block: 1.875rem;
  }
  .program-item-3 .program-item__body .program-card__item-ttl {
    text-align: center;
  }
}

.program-item-3__deco {
  position: absolute;
  width: 7.8125rem;
  top: -0.875rem;
  right: 0;
  height: auto;
}
@media (min-width: 768px) {
  .program-item-3__deco {
    width: 9.125rem;
    top: -1.5625rem;
    right: 0.75rem;
  }
}

.program-card__item-image {
  position: absolute;
  top: 91%;
  left: -0.875rem;
  width: 108%;
  filter: drop-shadow(0px 3.198px 15.99px rgba(0, 0, 0, 0.1));
}
@media (min-width: 768px) {
  .program-card__item-image {
    left: unset;
    right: -20%;
    width: 28.75rem;
    top: 4%;
  }
}

@media (min-width: 768px) {
  .-program-image-reverse {
    right: unset;
    left: -20%;
    top: 9%;
  }
}

@media (min-width: 768px) {
  .-program-item-reverse .program-item__body {
    padding-left: 13.25rem;
  }
  .-program-item-reverse .program-item__body .program-card__item-time {
    width: 36.25rem;
  }
}

.program-item__body {
  font-family: "Noto Sans JP", sans-serif;
}

.program-card__item-ttl {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 160%; /* 32px */
  position: relative;
  font-family: "Noto Serif JP", sans-serif;
}
@media (min-width: 768px) {
  .program-card__item-ttl {
    text-align: left;
    font-size: 1.875rem;
  }
}
.program-card__item-ttl::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  translate: 0 -50%;
  left: 0;
  right: 0;
  height: 0.0625rem;
  width: 100%;
  background: #3BA3BD;
}

.program-card__item-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 160%; /* 24px */
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .program-card__item-text {
    font-size: 1.125rem;
    width: 36.25rem;
    margin-top: 1.25rem;
  }
}

.item-body-fw {
  font-weight: 700;
}

.program-card__item-time {
  margin-top: 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 160%; /* 24px */
}
@media (min-width: 768px) {
  .program-card__item-time {
    font-size: 1.125rem;
    width: 32.5625rem;
    margin-top: 1.5rem;
  }
}

.p-price {
  padding-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .p-price {
    padding-bottom: 7.5rem;
  }
}

@media (min-width: 768px) {
  .p-price__inner {
    width: min(100%, 55rem);
    margin-inline: auto;
  }
}

.p-price__ttl-wrap {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  background-image: url(../../assets/img/img-plan__bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.price__ttl {
  padding-top: 6.25rem;
}
@media (min-width: 768px) {
  .price__ttl {
    padding-top: 4.8125rem;
  }
}

.price__ttl-text {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 160%; /* 24px */
}
@media (min-width: 768px) {
  .price__ttl-text {
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
}

.plan-ttl-text-color {
  color: #DC005E;
}

.p-price__table-container {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-price__table-container {
    margin-top: 2.5rem;
  }
}

.p-price__table-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.72px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-price__table-ttl {
    font-size: 1rem;
  }
}

.price-table__wrap {
  width: 100%;
  margin-inline: auto;
}

.price-table {
  width: min(100%, 50rem);
  margin-top: 0.875rem;
}
.price-table-row {
  display: grid;
  grid-template-columns: 15% 20% 30% 35%;
  align-items: center;
  justify-content: center;
}
.price-table-row:not(:first-child) {
  border-bottom: 1px solid #A6AFB7;
}

.price-table-head {
  background: #F4F0F0;
  padding-inline: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: 1.2px;
  text-align: center;
  height: 4.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .price-table-head {
    font-size: 1rem;
    height: 3.75rem;
    font-size: 0.75rem;
    white-space: nowrap;
  }
}

.sub-text {
  display: block;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.96px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .sub-text {
    font-size: 0.6875rem;
  }
}

.sub-text__head {
  display: block;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.96px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .sub-text__head {
    font-size: 0.5rem;
  }
}

.price-table-data {
  height: 5.5625rem;
  padding-inline: 0.625rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 150%; /* 36px */
  letter-spacing: 0.72px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .price-table-data {
    height: 4.375rem;
    font-size: 0.75rem;
  }
}
.price-table-data.--main {
  font-weight: 700;
  letter-spacing: 0.78px;
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .price-table-data.--main {
    font-size: 0.875rem;
  }
}

.price-table__attention {
  margin-top: 0.9375rem;
}

.price-table__attention-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 767px) {
  .price-table__attention-text {
    font-size: 0.75rem;
  }
}

.p-price__table__ttl-top-3col {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.72px;
  text-align: center;
  display: block;
  padding-block-end: 0.625rem;
}

.p-price__table-container-3col {
  margin-top: 2.875rem;
}

.price-table-row-3col {
  grid-template-columns: 15% 15% 40% 20% 10%;
}
@media screen and (max-width: 767px) {
  .price-table-row-3col {
    grid-template-columns: 20% 40% 40%;
  }
}
.price-table-row-3col:not(:first-child) {
  border-bottom: 1px solid #A6AFB7;
}

.p-price__table-ttl-3col {
  letter-spacing: 0.6px;
}

.price-table-head-3col {
  height: 3.125rem;
}

.price-table-data-3col {
  height: 3.6875rem;
}

.p-line {
  overflow: hidden;
  position: relative;
  background: #F4F0F0;
}

.p-line__inner {
  padding-block: 2.25rem 18.125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-line__inner {
    padding-block: 6.4375rem 3.9375rem;
    padding-left: 23.625rem;
  }
}

@media (min-width: 768px) {
  .p-line__ttl {
    width: 27.125rem;
    margin-inline: auto;
  }
}

.p-line__btn {
  width: min(100%, 24.25rem);
  margin-inline: auto;
  margin-top: 0.9375rem;
}
@media (min-width: 768px) {
  .p-line__btn {
    width: 23.8125rem;
    margin-top: 2.5rem;
    display: block;
    transition: all 0.3s;
  }
}
@media (min-width: 768px) and (any-hover: hover) {
  .p-line__btn:hover {
    opacity: 0.6;
  }
}

.line-btn__wrap {
  margin-inline: 1.5rem;
}
@media (min-width: 768px) {
  .line-btn__wrap {
    margin-inline: 0rem;
  }
}

.line__btn {
  width: min(100%, 31.25rem);
  margin-inline: auto;
  margin-top: 0.9375rem;
  border-radius: 5.6185625rem;
  background: #53B535;
  box-shadow: 0px 1.537px 3.073px 0px rgba(0, 0, 0, 0.25);
  height: 3.6875rem;
  position: relative;
  display: block;
  transition-duration: 0.4s;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .line__btn {
    width: min(100%, 23.4375rem);
    height: 4.8125rem;
  }
}
@media (min-width: 768px) and (any-hover: hover) {
  .line__btn:hover {
    transform: scale(1.1);
    background: #368083;
  }
}

.line-btn__text {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: min(100%, 25rem);
  padding-inline: 1.5rem;
}
@media (min-width: 768px) {
  .line-btn__text {
    padding-inline: 2rem;
  }
}

.p-line__phone {
  position: absolute;
  bottom: -33%;
  left: 50%;
  transform: translateX(-50%);
  width: 13.375rem;
  height: 27.125rem;
}
@media (min-width: 768px) {
  .p-line__phone {
    left: 20rem;
    bottom: unset;
    top: 2.125rem;
    width: 17rem;
    height: auto;
  }
}

.p-line__phone img {
  width: 100%;
  display: block;
}

.p-tokuten {
  position: relative;
  padding-block-end: 9.875rem;
  background-image: url(../../assets/img/img-tokuten__bg_sp.png);
  background-position: top 14.5625rem center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 499px) {
  .p-tokuten {
    background-position: top 21.875rem center;
  }
}
@media (min-width: 768px) {
  .p-tokuten {
    background-image: url(../../assets/img/img-tokuten__bg.png);
    background-position: top 8.9375rem center;
  }
}

.p-tokuten__ttl {
  padding-top: 3.75rem;
  width: min(100%, 52.6875rem);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-tokuten__ttl {
    width: 100%;
    padding-inline: 1.71875rem;
  }
}

.p-tokuten-list-wrap {
  margin-top: 8.375rem;
  width: 62.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-tokuten-list-wrap {
    width: 100%;
  }
}

.tokuten-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  gap: 2.5rem; /* カード間の余白 */
}
@media screen and (max-width: 767px) {
  .tokuten-list {
    grid-template-columns: 1fr; /* 1列 */
  }
}

.tokuten-item {
  display: flex;
  flex-direction: column;
  height: 13.6875rem;
  padding-block: 1.1875rem;
  padding-inline: 1.25rem 1.875rem;
  border-radius: 8px;
  background: radial-gradient(133.95% 133.95% at 26.97% 22.11%, #FFF 45%, #EAEAEA 77.5%, #F3F3F3 100%), #FFF;
}
@media screen and (max-width: 767px) {
  .tokuten-item {
    padding-inline: 1.25rem;
  }
}

.tokuten-ttl-1 {
  width: min(100%, 15.6875rem);
}

.tokuten-ttl-2 {
  width: min(100%, 11.9375rem);
}

.tokuten-ttl-3 {
  width: min(100%, 23.6875rem);
}

.tokuten-ttl-4 {
  width: min(100%, 23.4375rem);
}

.tokuten-ttl-5 {
  width: min(100%, 7.75rem);
}

.tokuten-ttl-6 {
  width: min(100%, 8rem);
}

.tokuten-ttl-7 {
  width: min(100%, 13.9375rem);
}

.tokuten-item__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.36px;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .tokuten-item__text {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.p-flow {
  margin-top: -9.375rem;
  padding-block-end: 7.5rem;
  background-image: url(../../assets/img/img-flow__bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: 2;
}

.p-flow__ttl {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 160%; /* 64px */
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__ttl {
    font-size: 1.5rem;
  }
}

.p-flow__list-wrap {
  margin-top: 3.75rem;
}

.p-flow__list {
  width: 62.5rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    width: 100%;
    gap: 5rem;
  }
}

.flow-item {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-item {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.flow-item__number {
  width: 6.4375rem;
  position: absolute;
  top: -0.6875rem;
  left: 20.75rem;
}
@media screen and (max-width: 767px) {
  .flow-item__number {
    left: 50%;
    translate: -50%;
    top: -1.75rem;
  }
}

.flow-item__body {
  display: flex;
  flex-direction: column;
  width: 43.75rem;
  background: #ffffff;
  padding-inline: 1.875rem 4.25rem;
}
@media screen and (max-width: 767px) {
  .flow-item__body {
    width: 100%;
    padding-inline: 0.75rem;
  }
}

.flow-item__ttl {
  margin-top: 2.125rem;
  color: #CB9B0C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 767px) {
  .flow-item__ttl {
    margin-top: 0.75rem;
    font-size: 1.25rem;
    letter-spacing: 0.4px;
  }
}

.flow-item__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.36px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .flow-item__text {
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
    padding-block-end: 0.875rem;
  }
}

.flow-item__image {
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .flow-item__image {
    width: 100%;
  }
}

.p-voice {
  background: #F6F8FA;
}

.p-voice__ttl-wrap {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  background-image: url(../../assets/img/img-voice__bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.p-voice__ttl {
  padding-block: 5rem 1.25rem;
  text-align: center;
  font-size: 2.875rem;
  font-weight: 600;
  line-height: 160%; /* 73.6px */
  border-block-end: 1px solid #666;
}
@media screen and (max-width: 767px) {
  .p-voice__ttl {
    font-size: 1.5rem;
    padding-block: 2.375rem 0.6875rem;
  }
}

.p-voice__list-wrap {
  margin-top: 1.9375rem;
  padding-bottom: 5.375rem;
}
@media (min-width: 768px) {
  .p-voice__list-wrap {
    margin-top: 4.0625rem;
  }
}

.voice-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  column-gap: 1.25rem;
  max-width: 50rem;
  margin-inline: auto;
  row-gap: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .voice-list {
    grid-template-columns: 1fr; /* 1列 */
    column-gap: 0rem;
    row-gap: 2.5rem;
  }
}

.voice-item {
  background: var(--fff, #FFF);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding-inline: 2rem 1.75rem;
  padding-block: 1.5rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .voice-item {
    padding: 1rem;
  }
}

.voice-item__head {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  align-items: center;
  justify-content: flex-start;
}

.voice-item__icon {
  width: 5rem;
}

.voice-item__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 1.6px;
}

.voice-item__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.28px;
  margin-top: 1rem;
}

.p-message {
  background-image: url(../../assets/img/img-message__bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 5.4375rem 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding-block: 2.5rem 3.625rem;
  }
}

.message-list {
  display: flex;
  flex-direction: column;
  gap: 6.5rem;
}
@media screen and (max-width: 767px) {
  .message-list {
    gap: 3.75rem;
  }
}

.message-item__ttl {
  text-align: center;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 160%; /* 60.8px */
}
@media screen and (max-width: 767px) {
  .message-item__ttl {
    font-size: 1.5rem;
  }
}

.message-item {
  position: relative;
  margin-top: 4.125rem;
}
@media screen and (max-width: 767px) {
  .message-item {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column-reverse;
  }
}

.message-item__body {
  width: 41.8125rem;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 1.9375rem 2.4375rem 1.5rem 2.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.32px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .message-item__body {
    width: 100%;
    padding: 1.5625rem;
    margin-left: 0;
    font-size: 0.875rem;
  }
}

.message-item__image {
  position: absolute;
  top: -2.0625rem;
  left: 2.0625rem;
  width: 23.125rem;
}
@media screen and (max-width: 767px) {
  .message-item__image {
    width: 100%;
    position: static;
  }
}

.p-faq {
  padding-block: 5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-block: 2.5rem 3.75rem;
  }
}

.p-faq__inner {
  max-width: 61.25rem;
}

.p-faq__ttl {
  text-align: center;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 160%; /* 60.8px */
}
@media screen and (max-width: 767px) {
  .p-faq__ttl {
    font-size: 1.5rem;
  }
}

.faq__items {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .faq__items {
    margin-top: 1.25rem;
  }
}

details {
  border-bottom: 1px solid #999;
}
details:first-of-type {
  border-top: 1px solid #999;
}
@media (any-hover: hover) {
  details:hover {
    cursor: pointer;
  }
}

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

.faq__item {
  border-bottom: 1px solid #999;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

.faq__question {
  padding-block: 1.8125rem 1.3125rem;
  width: 100%;
  position: relative;
}
.faq__question::before, .faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #2E4459;
}
.faq__question::before {
  right: 0px;
  width: 20px;
  height: 2px;
}
.faq__question::after {
  right: 9px;
  width: 2px;
  height: 20px;
  transition: rotate 0.3s ease;
}
@media (any-hover: hover) {
  .faq__question:hover {
    cursor: pointer;
  }
}

details[open] .faq__question::after {
  rotate: 90deg;
}

.faq__question-text {
  list-style: none;
  position: relative;
  padding-inline: 2.25rem 2.625rem;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
.faq__question-text::before {
  content: "Q.";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 140%; /* 28px */
}

.faq__answer {
  padding-bottom: 20px;
}

.faq__answer-text {
  list-style: none;
  position: relative;
  padding-inline: 2.25rem 2.625rem;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}
.faq__answer-text::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%; /* 32px */
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Serif JP", sans-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;
  }
}/*# sourceMappingURL=style.css.map */