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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
******************************************/
/*****************************************
 * px→remの計算
******************************************/
/*****************************************
 * vwの計算
******************************************/
/*****************************************
 * line-heightの計算
******************************************/
html {
  font-size: 16px;
  overflow-x: hidden;
}
@media (max-width: 1240px) {
  html {
    font-size: 1.2903225806vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

img {
  height: auto;
}

/* ある時からbr消去 
----------------------------------------------- */
@media screen and (max-width: 399px) {
  .sm-remove {
    display: none;
  }
}

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

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

/* ある時からbr追加
----------------------------------------------- */
.sm-add {
  display: none;
}
@media screen and (max-width: 399px) {
  .sm-add {
    display: block;
  }
}

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

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

.l-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
}

.l-conclusion {
  margin-top: 12.5rem;
}
.dummy__img img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-conclusion {
    margin-top: 3.75rem;
  }
}

.l-reason {
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .l-reason {
    margin-top: 3.75rem;
  }
}

.l-trainer {
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .l-trainer {
    margin-top: 3.75rem;
  }
}

.l-voice {
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .l-voice {
    margin-top: 3.75rem;
  }
}

.l-cta {
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .l-cta {
    margin-top: 3.75rem;
  }
}

.l-faq {
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .l-faq {
    margin-top: 3.75rem;
  }
}

.l-price {
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .l-price {
    margin-top: 3.75rem;
  }
}

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

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

.c-btn {
  align-items: center;
  background-color: #7EC701;
  border-radius: 1.25rem;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  display: inline-flex;
  gap: 0.625rem;
  justify-content: center;
  padding: 0.625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-btn {
    gap: 0.3125rem;
    padding: 0.625rem;
  }
}

.line-icon {
  max-width: 3.0625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .line-icon {
    max-width: 1.875rem;
  }
}

.c-btn__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-btn__text {
    font-size: 0.875rem;
  }
}

.c-inner {
  margin: 0 auto;
  max-width: 77.5rem;
  padding: 0 1.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-inner {
    max-width: 40rem;
  }
}

.c-sec-title__img-wrap {
  border-bottom: 0.3125rem solid #305D7A;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-sec-title__img-wrap {
    border-bottom: 0.1875rem solid #305D7A;
  }
}

.c-sec-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-sec-title {
    font-size: 1.25rem;
  }
}
.c-sec-title.center {
  text-align: center;
}
.c-sec-title.right {
  text-align: end;
}
@media screen and (max-width: 767px) {
  .c-sec-title.right {
    text-align: center;
  }
}
.c-sec-title.white {
  color: #fff;
}

.c-sec-title-img {
  margin: 0 auto;
  max-width: 77.5rem;
  position: relative;
}
.c-sec-title-img img {
  bottom: -0.25rem;
  height: auto;
  max-width: 42.75rem;
  padding: 0 1.25rem;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-sec-title-img img {
    bottom: -0.1875rem;
    max-width: 21.875rem;
  }
}

.p-header {
  background: url(../img/header-bg.webp) no-repeat center center/cover;
  height: inherit;
  padding: 0.625rem 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding: 0.625rem 0.625rem;
  }
}

.p-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-header__logo {
  max-width: 12.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: 6.25rem;
  }
}

.p-mv__bottom {
  background-color: #305D7A;
  padding: 1.875rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__bottom {
    display: none;
  }
}

.p-mv-bottom__text {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-mv-bottom__text {
    font-size: 1rem;
  }
}

.p-mv-bottom__text::before,
.p-mv-bottom__text::after {
  background-color: #fff;
  content: "";
  height: 0.1875rem;
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .p-mv-bottom__text::before,
  .p-mv-bottom__text::after {
    width: 2.875rem;
  }
}

.p-mv-bottom__text::before {
  -webkit-transform: rotate(60deg);
  margin-right: 0.3125rem;
  transform: rotate(60deg);
}

.p-mv-bottom__text::after {
  -webkit-transform: rotate(-60deg);
  margin-left: 0.3125rem;
  transform: rotate(-60deg);
}

.p-youtube {
  height: 0;
  margin-top: 3.75rem;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-youtube {
    margin-top: 1.25rem;
  }
}

.p-youtube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-reason__list {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  margin-top: 3rem;
}
.p-reason__list .p-reason__item:nth-of-type(1) .p-reason__item-content-wrap::after {
  background-color: rgba(154, 215, 208, 0.5);
}
.p-reason__list .p-reason__item:nth-of-type(2) {
  margin-left: auto;
}
.p-reason__list .p-reason__item:nth-of-type(2) .p-reason__item-content-wrap::after {
  background-color: rgba(205, 235, 231, 0.5);
}
.p-reason__list .p-reason__item:nth-of-type(3) .p-reason__item-content-wrap::after {
  background-color: rgba(230, 245, 243, 0.5);
}

.p-reason__item {
  max-width: 49.3125rem;
  width: 100%;
}

.p-reason__item-title {
  align-items: center;
  border-bottom: 0.3125rem solid #F5B391;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-reason__item-title {
    font-size: 1.125rem;
  }
}
.p-reason__item-title span {
  align-items: center;
  background-color: #F5B391;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  height: 3.125rem;
  justify-content: center;
  margin-bottom: -0.25rem;
  width: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item-title span {
    font-size: 1rem;
    height: 1.875rem;
    margin-bottom: -1.875rem;
    width: 1.875rem;
  }
}

.p-reason__item-wrap {
  display: flex;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item-wrap {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.p-reason__item-img {
  flex-shrink: 0;
  margin: 0 auto;
  max-width: 17.875rem;
  width: 100%;
}
.p-reason__item-img img {
  -o-object-fit: cover;
  aspect-ratio: 286/286;
  object-fit: cover;
}

.p-reason__item-content-wrap {
  align-items: center;
  display: flex;
  padding-left: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason__item-content-wrap {
    margin-top: -3.125rem;
    padding-bottom: 1.25rem;
    padding-left: 0;
    padding-top: 3.125rem;
  }
}
.p-reason__item-content-wrap::after {
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  margin-right: calc(50% - 50vw);
  position: absolute;
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-reason__item-content-wrap::after {
    height: 100%;
    margin-left: calc(50% - 50vw);
  }
}

.p-reason__list .p-reason__item:nth-of-type(1) .p-reason__item-content-wrap::after {
  background-color: rgba(154, 215, 208, 0.5);
}
.p-reason__list .p-reason__item:nth-of-type(2) {
  margin-left: auto;
}
.p-reason__list .p-reason__item:nth-of-type(2) .p-reason__item-content-wrap::after {
  background-color: rgba(205, 235, 231, 0.5);
}
.p-reason__list .p-reason__item:nth-of-type(3) .p-reason__item-content-wrap::after {
  background-color: rgba(230, 245, 243, 0.5);
}

.p-reason__item-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-reason__item-text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.p-trainer__bg {
  background: linear-gradient(0deg, #55D0C2 0%, #55D0C2 29%, #9AD7D0 29%, #9AD7D0 100%);
  height: inherit;
  padding-bottom: 6.25rem;
  position: relative;
  z-index: -2;
}
.p-trainer__bg::before {
  color: rgba(255, 255, 255, 0.2);
  content: "HAYAKAWA";
  font-size: 13.75rem;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 11%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-trainer__bg::before {
    -webkit-transform: translateX(50%);
    font-size: 18vw;
    right: 50%;
    top: 10%;
    transform: translateX(50%);
  }
}
.p-trainer__bg::after {
  bottom: 4%;
  color: rgba(255, 255, 255, 0.2);
  content: "TSUBASA";
  font-size: 13.75rem;
  font-weight: 700;
  left: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-trainer__bg::after {
    -webkit-transform: translateX(-50%);
    bottom: 1%;
    font-size: 18vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-trainer__wrap {
  display: flex;
  height: inherit;
  margin-top: 10.625rem;
}
@media screen and (max-width: 767px) {
  .p-trainer__wrap {
    flex-direction: column;
    margin-top: 0.625rem;
  }
}

.p-trainer-greeting {
  position: relative;
  width: 55%;
}
@media screen and (max-width: 767px) {
  .p-trainer-greeting {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
}

.p-trainer-greeting__content {
  max-width: 30rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-trainer-greeting__content {
    margin: 0 auto;
  }
}

.p-trainer-greeting__text-wrap {
  background-color: #fff;
  border-radius: 0.625rem;
  height: 100%;
  left: 0.5625rem;
  padding: 1.25rem;
  position: absolute;
  top: 0.5625rem;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-trainer-greeting__text-wrap {
    padding: 0.625rem 1.25rem 0.625rem 0.625rem;
  }
}

.p-trainer-greeting__text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-trainer-greeting__text {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
}

.p-trainer-content__title {
  color: #305D7A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-trainer-content__title {
    font-size: 0.75rem;
  }
}

.p-trainer__greeting-img-wrap {
  align-items: flex-end;
  display: flex;
  gap: 1.75rem;
  position: absolute;
  right: -0.625rem;
  top: -2.875rem;
}
@media screen and (max-width: 767px) {
  .p-trainer__greeting-img-wrap {
    align-items: center;
    justify-content: center;
    position: static;
  }
}

.p-trainer__greeting-img {
  max-width: 13.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-trainer__greeting-img {
    margin-bottom: -0.5625rem;
    max-width: 6.25rem;
  }
}

.p-trainer-greeting__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  padding-bottom: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-trainer-greeting__name {
    font-size: 1.125rem;
    text-align: center;
  }
}
.p-trainer-greeting__name span {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-trainer-greeting__name span {
    font-size: 0.875rem;
  }
}

.p-trainer-greeting__content-bg {
  max-width: 30.0625rem;
}
@media screen and (max-width: 767px) {
  .p-trainer-greeting__content-bg img {
    height: 15.625rem;
  }
}
@media screen and (max-width: 520px) {
  .p-trainer-greeting__content-bg img {
    height: 18.75rem;
  }
}

.p-trainer-profile {
  margin-top: 10.625rem;
  position: relative;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-trainer-profile {
    margin: 1.875rem auto 0 auto;
    max-width: 30.0625rem;
    width: 100%;
  }
}

.p-trainer__content {
  background-color: #fff;
  border-radius: 0.625rem;
  height: 100%;
  left: 0.5625rem;
  padding: 1.25rem;
  position: absolute;
  top: 0.5625rem;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-trainer__content {
    padding: 0.625rem 1.25rem 0.625rem 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-trainer-profile__content-bg {
    margin: 0 auto;
    max-width: 30rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-trainer-profile__content-bg img {
    height: 28.125rem;
  }
}
@media screen and (max-width: 520px) {
  .p-trainer-profile__content-bg img {
    height: 35.625rem;
  }
}

.p-trainer-profile__list {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-trainer-profile__list {
    margin-top: 0.625rem;
  }
}

.p-trainer-profile__item {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-trainer-profile__item {
    font-size: 0.75rem;
  }
}

.p-voice__list {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-voice__list {
    gap: 1.25rem;
  }
}

.p-voice-list {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-voice-list {
    margin-top: 1.25rem;
  }
}

.p-voice__item {
  align-items: center;
  border: 0.4375rem solid #9AD7D0;
  border-radius: 1.875rem;
  display: flex;
  gap: 2.5rem;
  padding: 1.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__item {
    flex-direction: column;
    gap: 0.625rem;
    padding: 0.625rem 1.25rem;
  }
}

.p-voice__item-profile {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.625rem;
}

.p-voice__item-img {
  margin: 0 auto;
  max-width: 11rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-voice__item-img {
    max-width: 6.25rem;
  }
}

.p-voice__item-name {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-voice__item-name {
    font-size: 0.875rem;
  }
}

.p-voice__item-text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-voice__item-text {
    font-size: 0.75rem;
  }
}

.p-cta__bg {
  background: url(../img/cta-bg02.webp) no-repeat center center/cover;
  height: inherit;
  padding: 2.5rem 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cta__bg {
    background: url(../img/cta-bg-sp.webp) no-repeat center center/cover;
    padding: 1.25rem 0;
  }
}

.p-cta__text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    font-size: 0.875rem;
  }
}
.p-cta__text + .p-cta__text {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-cta__text + .p-cta__text {
    margin-top: 0.625rem;
  }
}

.p-cta__btn {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-cta__btn {
    margin-top: 0.625rem;
  }
}

.p-cta-detail {
  margin-top: 6.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta-detail {
    margin-top: 2.5rem;
  }
}

.p-cta-detail__line {
  display: inline-block;
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta-detail__line {
    margin-top: 1.25rem;
    width: 100%;
  }
}

.p-cta-detail__line-wrap {
  align-items: center;
  border: 0.3125rem solid #55D0C2;
  border-radius: 1.25rem;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  padding: 1.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta-detail__line-wrap {
    gap: 0.3125rem;
    padding: 0.625rem 1.25rem;
  }
}

.p-cta-detail__line-img {
  flex-shrink: 0;
  max-width: 5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cta-detail__line-img {
    max-width: 1.875rem;
  }
}

.p-cta-detail__line-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-cta-detail__line-text {
    font-size: 1.125rem;
  }
}

.p-cta-detail__line-flow {
  font-size: 1.25rem;
  margin-top: 0.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta-detail__line-flow {
    font-size: 0.875rem;
  }
}

.p-cta-detail__list {
  display: flex;
  gap: 5rem;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-cta-detail__list {
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}

.p-cta-detail__item {
  border: 0.3125rem solid #55D0C2;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cta-detail__item {
    padding: 0.625rem 1.25rem;
  }
}

.p-cta-detail__item-img {
  height: 15.625rem;
  margin: 0 auto;
  max-width: 15.625rem;
}
@media screen and (max-width: 767px) {
  .p-cta-detail__item-img {
    height: auto;
    max-width: 11.25rem;
  }
}

.p-cta-detail__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-cta-detail__item-text {
    font-size: 0.875rem;
  }
}
.p-cta-detail__item-text span {
  color: #F46629;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-cta-detail__item-text span {
    font-size: 1.25rem;
  }
}

.p-cta-detail__item-text-small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-cta-detail__item-text-small {
    font-size: 0.75rem;
  }
}

.p-faq__list {
  margin: 0 auto;
  margin-top: 3.75rem;
  max-width: 56.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    margin-top: 1.25rem;
  }
}

.p-faq-list__item {
  background-color: #fff;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
}

.p-faq-list__item + .p-faq-list__item {
  margin-top: 1.25rem;
}

.p-faq-list__item-question {
  background-color: #305D7A;
  color: #fff;
  cursor: pointer;
  font-size: 1.125rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1.75rem 3.75rem 1.75rem 5rem;
  position: relative;
  text-indent: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq-list__item-question {
    font-size: 0.875rem;
    padding: 0.75rem 2.5rem 0.75rem 3.75rem;
  }
}

.p-faq-list__item-question::before,
.p-faq-list__item-question::after {
  background: #fff;
  content: "";
  height: 0.1875rem;
  position: absolute;
  right: 1.25rem;
  top: 2.75rem;
  transition: 0.3s;
  width: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq-list__item-question::before,
  .p-faq-list__item-question::after {
    top: 1.3125rem;
    width: 1.125rem;
  }
}

.p-faq-list__item-question::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-faq-list__item-question.is-open::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.p-faq-list__item-question span {
  color: #fff;
  display: inline-block;
  margin-right: 1.25rem;
}

.p-faq-list__item-answer {
  display: none;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 1.75rem 2.5rem 1.25rem 5rem;
  text-indent: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq-list__item-answer {
    font-size: 0.875rem;
    padding: 0.9375rem 1.875rem 0.9375rem 3.75rem;
  }
}

.p-faq-list__item-answer span {
  color: #333;
  display: inline-block;
  margin-right: 1.25rem;
}

.p-price__img-wrap {
  margin-top: 3.75rem;
  width: 75rem;
}
@media screen and (max-width: 767px) {
  .p-price__img-wrap {
    margin-top: 3.75rem;
    max-width: 40rem;
  }
}

.p-ps__wrap {
  border: 0.25rem dashed #9AD7D0;
  padding: 2.25rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-ps__wrap {
    padding: 1.25rem;
  }
}

.p-ps__text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-ps__text {
    font-size: 0.875rem;
  }
}

.p-footer {
  background: url(../img/footer-bg.webp) no-repeat center center/cover;
  padding: 1.875rem 0;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 1.25rem 0;
  }
}

.p-footer__logo {
  margin: 0 auto;
  max-width: 7.9375rem;
  width: 100%;
}

.p-footer-sns__list {
  align-items: center;
  display: flex;
  gap: 5rem;
  justify-content: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer-sns__list {
    margin-top: 1.25rem;
  }
}

.p-footer-sns__item:nth-of-type(1) {
  max-width: 3rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer-sns__item:nth-of-type(1) {
    max-width: 1.875rem;
  }
}
.p-footer-sns__item:nth-of-type(2) {
  max-width: 2.6875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer-sns__item:nth-of-type(2) {
    max-width: 1.875rem;
  }
}
.p-footer-sns__item:nth-of-type(3) {
  max-width: 3rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer-sns__item:nth-of-type(3) {
    max-width: 1.875rem;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */