*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

body {
  text-rendering: optimizeSpeed;
  line-height: 1;
  min-height: 100vh;
}

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

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

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

input,
button,
textarea,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: none;
}

[type="submit"],
[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

html {
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

.is-sp {
  display: none;
}

.l-inner {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  width: 1080px;
}

/*
.s-inner
------------------------------------*/

.s-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  width: 55rem;
}

/*
.m-inner
------------------------------------*/

.m-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  width: 61.25rem;
}

.c-logo {
  height: auto;
  width: 15.625rem;
}

.c-logo img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

/*
.c-sec-block
------------------------------------*/

.c-sec-block {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

/*
.c-sec-title
------------------------------------*/

.c-sec-title {
  align-items: center;
  color: #06114c;
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  justify-content: center;
  text-align: center;
}

.c-sec-title__icon {
  flex-shrink: 0;
  margin-right: 1rem;
  width: 1.875rem;
}

.c-sec-title__icon img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

/*
.c-btn
------------------------------------*/

.c-btn {
  background: linear-gradient(93deg, #300571 5.63%, #2f58cd 100%);
  background-size: 160% 80%;
  border-radius: 60px;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  max-width: 100%;
  padding: 1.625rem 1.625rem 1.6875rem;
  text-align: center;
  transition: transform 0.2s ease-out 0s, background-position 0.2s ease-out 0s;
  width: 35rem;
}

.c-btn:hover {
  background-position: 80% 40%;
  transform: scale(0.96);
}

.c-btn--s {
  font-size: 1.125rem;
  width: 25rem;
}

/*
.c-to-top
------------------------------------*/

.c-to-top {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  bottom: 5rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
  display: flex;
  height: 4rem;
  justify-content: center;
  position: fixed;
  right: 2.5rem;
  width: 4rem;
  z-index: 100;
}

.c-to-top__arrow {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 50% 0);
  background-color: #222;
  clip-path: polygon(0 100%, 100% 100%, 50% 0);
  height: 0.6875rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
}

/*
.p-header
------------------------------------*/

.p-header__logo {
  height: 3.9375rem;
  width: 4.25rem;
}

.p-header__logo img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

/*
.p-fv
------------------------------------*/

.p-fv {
  background: url("../img/fv-bg.webp") no-repeat top center/cover;
  padding-top: 1rem;
  width: 100%;
}

.p-fv__content {
  padding-bottom: 2.5rem;
  position: relative;
}

.p-fv__visual {
  bottom: 0;
  height: auto;
  position: absolute;
  right: 0;
  width: 44%;
}

.p-fv__visual img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-fv__labels {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  height: auto;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  position: absolute;
  right: 0;
  width: 44%;
}

.p-fv__labels img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.p-fv__top-text {
  height: auto;
  width: 21.25rem;
}

.p-fv__top-text img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.p-fv__second-text {
  color: #06114c;
  font-size: 1.25rem;
  font-weight: 600;
}

.p-fv__main-text {
  height: auto;
  margin-top: 1rem;
  width: 26.25rem;
}

.p-fv__main-text img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.p-fv__third-text {
  align-items: center;
  display: flex;
  margin-top: 1rem;
}

.p-fv__third-text img {
  -o-object-fit: contain;
  height: 1.875rem;
  object-fit: contain;
  width: 1.875rem;
}

.p-fv__third-text span {
  color: #3a1078;
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 0.5rem;
}

.p-fv__btn {
  margin-top: 2rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-fv__btn-micro {
  color: #3a1078;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
  text-align: center;
}

.p-fv__btn-micro::before {
  background-color: #3a1078;
  content: "";
  height: 1.5rem;
  left: -0.25rem;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  width: 1px;
}

.p-fv__btn-micro::after {
  background-color: #3a1078;
  content: "";
  height: 1.5rem;
  position: absolute;
  right: -0.25rem;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: 1px;
}

/*
.p-fv-btn
------------------------------------*/

.p-fv-btn {
  align-items: center;
  background: linear-gradient(273deg, #4b308c 26.4%, #2f58cd 97.51%);
  background-size: 160% 80%;
  border-radius: 66px;
  color: #fff;
  display: flex;
  font-size: 1.375rem;
  font-weight: 600;
  height: 5.75rem;
  justify-content: center;
  line-height: 1.4;
  position: relative;
  text-align: center;
  transition: transform 0.2s ease-out 0s;
  transition: transform 0.2s ease-out 0s, background-position 0.2s ease-out 0s;
  width: 26.5rem;
}

.p-fv-btn:hover {
  background-position: 80% 40%;
  transform: scale(0.96);
}

.p-fv-btn__arrow {
  height: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}

.p-fv-btn__arrow img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

/*
.p-sample
------------------------------------*/

.p-sample {
  background: url("../img/sample-bg.webp") no-repeat center center/cover;
}

.p-sample__title {
  text-align: center;
}

.p-sample__title span {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.p-sample__title span::before {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 18px 10px 0 10px;
  bottom: -18px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.p-sample__title span::after {
  border-color: #06114c transparent transparent;
  border-style: solid;
  border-width: 18px 10px 0 10px;
  bottom: -14px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.p-sample__movie {
  aspect-ratio: 16/9;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  max-width: 600px;
  width: 100%;
}

.p-sample__movie iframe {
  height: 100%;
  width: 100%;
}

/*
.p-result
------------------------------------*/

.p-result__container {
  margin-top: 4rem;
}

.p-result__card:not(:first-child) {
  margin-top: 3.5rem;
}

/*
.p-result-card
------------------------------------*/

.p-result-card {
  background-color: #f5f5f5;
  padding: 3rem 4rem;
}

.p-result-card__top {
  display: flex;
  justify-content: space-between;
}

.p-result-card__visual {
  width: 26%;
}

.p-result-card__visual img {
  -o-object-fit: cover;
  border-radius: 4px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-result-card__desc {
  border-bottom: 1px solid #ddd;
  padding-top: 0.25rem;
  width: 68%;
}

.p-result-card__desc-flex {
  display: flex;
  justify-content: space-between;
}

.p-result-card__desc-left {
  width: 30%;
}

.p-result-card__profession {
  background-color: #06114c;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-result-card__name {
  color: #06114c;
  font-weight: 600;
  margin-top: 0.25rem;
}

.p-result-card__desc-right {
  width: 64%;
}

.p-result-card__desc-ul {
  position: relative;
}

.p-result-card__desc-ul::before {
  background-color: #ddd;
  content: "";
  height: 90%;
  left: 0.4375rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  z-index: 1;
}

.p-result-card__desc-ul--short::before {
  height: 60%;
  top: 2.5rem;
}

.p-result-card__desc-li {
  padding-left: 1.5rem;
  position: relative;
  z-index: 2;
}

.p-result-card__desc-li:not(:first-child) {
  margin-top: 0.25rem;
}

.p-result-card__desc-li::before {
  background-color: #ddd;
  border-radius: 50%;
  content: "";
  height: 1rem;
  left: 0;
  position: absolute;
  top: 0.25rem;
  width: 1rem;
}

.p-result-card__desc-li--purple::before {
  background-color: #3a1078;
}

.p-result-card__desc-li--main::before {
  background-color: #06114c;
}

.p-result-card__desc-message {
  color: #3a1078;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 2rem;
}

.p-result-card__contents {
  margin-top: 2rem;
}

.p-result-card__content {
  filter: drop-shadow(0px 0px 16px rgba(6, 17, 76, 0.16));
  margin-left: auto;
  width: 70%;
}

.p-result-card__content:not(:first-child) {
  margin-top: 2rem;
}

.p-result-card__content--left {
  margin-left: 0;
  margin-right: auto;
}

.p-result-card__content-title {
  background-color: #3a1078;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-weight: 600;
  padding: 0.5rem;
  text-align: center;
}

.p-result-card__content-text {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 1rem 2.75rem;
}

/*
.p-worry
------------------------------------*/

.p-worry {
  background: url("../img/worry-bg.webp") no-repeat top center/cover;
  background-size: 100% 80%;
}

.p-worry__container {
  margin-top: 4.5rem;
}

.p-worry__contents {
  display: flex;
  justify-content: space-between;
}

.p-worry__list {
  width: 46%;
}

.p-worry__list:not(:first-child) {
  margin-top: 4rem;
}

.p-worry__item:not(:first-child) {
  margin-top: 2.5rem;
}

.p-worry__illust {
  height: auto;
  margin-left: auto;
  width: 29.625rem;
}

.p-worry__illust img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

/*
.p-worry-item
------------------------------------*/

.p-worry-item {
  background-color: #fff;
  border: 3px solid #06114c;
  border-radius: 8px;
  color: #06114c;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 2rem 1.25rem;
  position: relative;
}

.p-worry-item__profession {
  background-color: #06114c;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  left: 1.25rem;
  padding: 0.125rem 0.75rem 0.1875rem;
  position: absolute;
  top: -1rem;
}

/*
.p-feature
------------------------------------*/

.p-feature__container {
  margin-top: 4.5rem;
}

.p-feature__li:not(:first-child) {
  margin-top: 4rem;
}

/*
.p-feature-item
------------------------------------*/

.p-feature-item {
  display: flex;
  justify-content: space-between;
  margin-right: -2.5rem;
}

.p-feature-item--rev {
  flex-direction: row-reverse;
  margin-left: -2.5rem;
  margin-right: auto;
}

.p-feature-item__contents {
  width: 50%;
}

.p-feature-item__num {
  height: auto;
  width: 3.5625rem;
}

.p-feature-item__num img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.p-feature-item__title {
  font-size: 1.5rem;
  font-weight: 600;
}

.p-feature-item__text {
  margin-top: 1rem;
}

.p-feature-item__img {
  height: auto;
  width: 48%;
}

.p-feature-item__img img {
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
  width: 100%;
}

/*
.p-reason
------------------------------------*/

.p-reason {
  position: relative;
}

.p-reason::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 26%, 0 48%);
  background: linear-gradient(102deg, #d4dfff 30.91%, #f3f6ff 70.8%);
  clip-path: polygon(0 0, 100% 0, 100% 26%, 0 48%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-reason__visual {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  max-width: 100%;
  width: 28.75rem;
}

.p-reason__visual img {
  -o-object-fit: cover;
  border-radius: 4px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-reason__container {
  margin-top: 4.5rem;
}

.p-reason__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-reason__li {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 24px 0px rgba(1, 51, 112, 0.24);
  color: #06114c;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 4.625rem 0.75rem 2rem 1.5rem;
  position: relative;
  width: 47%;
}

.p-reason__li span {
  color: #06114c;
  font-size: 1.5rem;
  font-weight: 700;
}

.p-reason__li:nth-child(n + 3) {
  margin-top: 2.75rem;
}

.p-reason__li-label {
  height: 5.125rem;
  left: 1.5rem;
  position: absolute;
  top: -1rem;
  width: 5rem;
}

.p-reason__li-label img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

/*
.p-cta
------------------------------------*/

.p-cta {
  background-color: #f6faff;
  padding-bottom: 4.5rem;
  padding-top: 4rem;
}

.p-cta__btn {
  text-align: center;
}

.p-cta__micro {
  color: #2f58cd;
  margin-bottom: 0.5rem;
  text-align: center;
}

.p-cta__micro span {
  -webkit-background-clip: text;
  /* テキストで切り抜く */
  -webkit-text-fill-color: transparent;
  /* 切り抜いた部分は背景を表示 */
  background-image: -webkit-linear-gradient(93deg,
      #300571 5.63%,
      #2f58cd 100%);
  /* 背景色にグラデーションを指定 */
  color: transparent;
  /* 非対応のブラウザの為に色を設定 */
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.p-cta__micro span::before {
  background-color: #2f58cd;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 40%;
  transform: rotate(-45deg) translateY(-50%);
  width: 2px;
}

.p-cta__micro span::after {
  background-color: #2f58cd;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 40%;
  transform: rotate(45deg) translateY(-50%);
  width: 2px;
}

/*
.p-message
------------------------------------*/

.p-message {
  background: linear-gradient(351deg,
      #bbc8eb 3.72%,
      #f7f9ff 26.29%,
      #eff3ff 51.1%,
      #fff 93.3%);
  padding-bottom: 5rem;
}

.p-message__top-bg {
  background: linear-gradient(278deg,
      #8f869c 0%,
      #d5d0dd 13.28%,
      #f8f8f8 27.96%,
      #fff 83.46%);
  padding-bottom: 4.5rem;
  padding-top: 3rem;
}

.p-message__top {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 41.875rem;
}

.p-message__content {
  background-color: #fff;
  color: #06114c;
  margin-top: -5.75rem;
  padding: 3rem 5.75rem;
  position: relative;
  z-index: 1;
}

.p-message__profile {
  background: url("../img/profile-bg.webp") no-repeat center center/cover;
  margin-top: 4rem;
}

.p-message__media {
  margin-top: 4rem;
}

.p-message__media-title {
  text-align: center;
}

.p-message__media-title span {
  -webkit-background-clip: text;
  background-image: linear-gradient(93deg, #300571 5.63%, #2f58cd 100%);
  color: #0f8dbf;
  color: transparent;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.p-message__media-splide {
  margin-top: 2rem;
}

.p-message__media-splide .splide__slide {
  width: 100%;
}

.p-message__media-splide .splide__slide img {
  height: auto;
  width: 100%;
}

/*
.p-message-top
------------------------------------*/

.p-message-top {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-message-top__contents {
  width: 49%;
}

.p-message-top__title {
  color: #2f58cd;
}

.p-message-top__title span {
  -webkit-background-clip: text;
  background-image: linear-gradient(93deg, #300571 5.63%, #2f58cd 100%);
  color: transparent;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
}

.p-message-top__author {
  color: #06114c;
  font-weight: 600;
  margin-top: 3.5rem;
}

.p-message-top__visual {
  height: auto;
  width: 48%;
}

.p-message-top__visual img {
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
  width: 100%;
}

/*
.p-message-profile
------------------------------------*/

.p-message-profile__inner {
  display: flex;
  justify-content: space-between;
}

.p-message-profile__visual {
  height: auto;
  width: 36%;
}

.p-message-profile__visual span {
  color: #06114c;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-top: 0.5rem;
}

.p-message-profile__visual img {
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-message-profile__contents {
  width: 60%;
}

.p-message-profile__text {
  color: #06114c;
  line-height: 1.6;
}

.p-message-profile__label {
  height: auto;
  margin-left: auto;
  max-width: 100%;
  width: 20rem;
}

.p-message-profile__label img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

/*
.p-price
------------------------------------*/

.p-price__courses {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4rem;
}

.p-price__course {
  width: 46%;
}

.p-price__benefit {
  border: 4px solid #3a1078;
  margin-top: 4.5rem;
  padding: 3rem 1.5rem 1.5rem;
  position: relative;
}

.p-price__benefit-title {
  background-color: #3a1078;
  border-radius: 30px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  left: 50%;
  padding: 0.625rem 2.75rem;
  position: absolute;
  top: -1.5rem;
  transform: translateX(-50%);
  z-index: 1;
}

.p-price__benefit-contents {
  color: #2f58cd;
  font-weight: 600;
  text-align: center;
}

.p-price__benefit-contents span {
  -webkit-background-clip: text;
  background-image: linear-gradient(93deg, #300571 5.63%, #2f58cd 100%);
  color: transparent;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
}

.p-price__benefit-desc {
  color: #06114c;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  width: 30rem;
}

.p-price__content {
  margin-top: 7.625rem;
}

.p-price__lectures {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4rem;
}

.p-price__lecture-item {
  border: 2px solid #4e31aa;
  display: flex;
  width: 48%;
}

.p-price__lecture-item:nth-child(n + 3) {
  margin-top: 1.5rem;
}

.p-price__lecture-num {
  background-color: #4e31aa;
  color: #fff;
  flex-shrink: 0;
  font-weight: 500;
  padding: 1.125rem;
  text-align: center;
  width: 5.75rem;
}

.p-price__lecture-text {
  font-weight: 600;
  padding: 1.3125rem 2rem;
}

.p-price__lecture-desc {
  margin-top: 1.5rem;
}

/*
.p-price-course
------------------------------------*/

.p-price-course {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 16px 0px rgba(6, 15, 61, 0.24);
  padding: 6.5rem 2rem 2rem;
  position: relative;
}

.p-price-course__title {
  background: linear-gradient(93deg, #300571 5.63%, #2f58cd 100%);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  left: -0.0625rem;
  padding: 0.625rem 1.5rem;
  position: absolute;
  top: 1.75rem;
  width: 90%;
}

.p-price-course__title--black {
  background: #06114c;
}

.p-price-course__price {
  font-family: "Akshar", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}

.p-price-course__price span {
  font-size: 1rem;
  font-weight: 600;
}

.p-price-course__desc {
  align-items: center;
  display: flex;
}

.p-price-course__icon {
  height: 2rem;
  width: 2rem;
}

.p-price-course__icon img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.p-price-course__text {
  color: #06114c;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0.5rem;
}

/*
.p-voice
------------------------------------*/

.p-voice {
  background: url("../img/voice-bg.webp") no-repeat center center/cover;
}

.p-voice__container {
  margin-top: 4rem;
}

.p-voice__flame {
  -o-border-image: linear-gradient(to right, #300571, #2f58cd) 1;
  background-color: #fff;
  border: 8px solid;
  border-image: linear-gradient(to right, #300571, #2f58cd) 1;
  height: 45rem;
  overflow-y: scroll;
  padding: 4rem 3.5rem;
  width: 100%;
}

.p-voice__li:not(:first-child) {
  margin-top: 3rem;
}

.p-voice__author {
  border-bottom: 1px solid #2f58cd;
  color: #2f58cd;
  font-weight: 600;
  padding-bottom: 1rem;
}

.p-voice__text {
  margin-top: 0.8125rem;
}

/*
.p-flow
------------------------------------*/

.p-flow__container {
  margin-top: 4rem;
}

.p-flow__ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 45rem;
}

.p-flow__li:not(:first-child) {
  margin-top: 2.75rem;
}

/*
.p-flow-item
------------------------------------*/

.p-flow-item {
  align-items: center;
  border-bottom: 2px solid #ddd;
  display: flex;
  justify-content: space-between;
  padding: 0 4.5rem 2rem;
  position: relative;
}

.p-flow-item::after {
  border-color: #dddddd transparent transparent transparent;
  border-style: solid;
  border-width: 24px 24px 0 24px;
  bottom: -24px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.p-flow-item__contents {
  width: 82%;
}

.p-flow-item__title {
  align-items: center;
  display: flex;
}

.p-flow-item__title img {
  -o-object-fit: contain;
  height: 2rem;
  object-fit: contain;
  width: 2rem;
}

.p-flow-item__title span {
  color: #06114c;
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 0.5rem;
}

.p-flow-item__text {
  color: #444;
  margin-top: 0.75rem;
}

.p-flow-item__img {
  height: auto;
  width: 16%;
}

.p-flow-item__img img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

/*
.p-faq
------------------------------------*/

.p-faq {
  background-color: #f3f4fc;
}

.p-faq__container {
  margin-top: 4rem;
}

.p-faq__block {
  background-color: #fff;
  border-radius: 4px;
  padding: 2.5rem 3.25rem;
}

.p-faq__dl {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 1.5rem;
}

.p-faq__dl:not(:first-child) {
  margin-top: 1.5rem;
}

.p-faq__dt,
.p-faq__dd {
  display: flex;
}

.p-faq__dt span {
  color: #06114c;
  font-weight: 600;
}

.p-faq__dd {
  margin-top: 1rem;
}

.p-faq__icon {
  flex-shrink: 0;
  height: 2.5rem;
  margin-right: 1rem;
  width: 2.5rem;
}

.p-faq__icon img {
  height: 100%;
  width: 100%;
}

.p-faq__text {
  margin-top: 0.5rem;
}

/*
.p-contact
------------------------------------*/

.p-contact {
  background: url("../img/voice-bg.webp") no-repeat center center/cover;
  padding-bottom: 7.5rem;
}

.p-contact__header {
  text-align: center;
}

.p-contact__header-title {
  color: #06114c;
  display: block;
  font-size: 2.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.2;
}

.p-contact__header-sub {
  background: linear-gradient(93deg, #300571 5.63%, #2f58cd 100%);
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.5rem 0.625rem;
}

.p-contact__header-sub span {
  font-size: 1rem;
  font-weight: 600;
}

.p-contact__container {
  margin-top: 2rem;
}

.p-contact__area {
  filter: drop-shadow(0px 4px 4px rgba(141, 164, 194, 0.24));
}

.p-contact__tab {
  align-items: center;
  background-color: #f4f4f4;
  display: inline-flex;
  padding: 0.75rem 2.375rem;
}

.p-contact__tab span {
  font-size: 1.125rem;
  font-weight: 700;
}

.p-contact__tab-icon {
  height: 1.25rem;
  margin-right: 0.5rem;
  width: 1.125rem;
}

.p-contact__tab-icon img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.p-contact__contents {
  background-color: #fff;
  padding: 3.5rem 8rem;
}

.p-contact__dl:not(:first-child) {
  margin-top: 1.5rem;
}

.p-contact__dt {
  font-weight: 600;
}

.p-contact__require {
  background-color: #311c8b;
  color: #fff;
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.1875rem 0.5rem;
}

.p-contact__radio input[type="radio"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  border: 1px solid #ddd;
  display: block;
}

.p-contact__radio-item {
  align-items: center;
  display: flex;
}

.p-contact__radio-item:not(:first-child) {
  margin-top: 0.25rem;
}

.p-contact__radio-item label {
  font-weight: 600;
}

.p-contact__radio-item label span {
  font-weight: 400;
}

.p-contact__dd {
  margin-top: 0.25rem;
}

.p-contact__dd input[type="text"],
.p-contact__dd input[type="email"],
.p-contact__dd textarea {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  border: 1px solid #ddd;
  display: block;
  padding: 0.5rem 1rem;
  width: 100%;
}

.p-contact__checkbox {
  align-items: center;
  display: flex;
  margin-top: 1.5rem;
}

.p-contact__checkbox input[type="checkbox"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  border: 1px solid #ddd;
  border-radius: 0;
  display: block;
}

.p-contact__bottom {
  margin-top: 3.5rem;
  text-align: center;
}

.p-contact__bottom input[type="submit"] {
  background: linear-gradient(93deg, #300571 5.63%, #2f58cd 100%);
  background-size: 160% 80%;
  border-radius: 40px;
  color: #fff;
  padding: 1rem;
  text-align: center;
  transition: background-position 0.1s ease-out 0s;
  width: 13.75rem;
}

.p-contact__bottom input[type="submit"]:hover {
  background-position: 80% 40%;
}

/*
.p-contact-thanks
------------------------------------*/

.p-contact-thanks__header {
  background: url("../img/voice-bg.webp") no-repeat top center/cover;
  height: 30rem;
  padding-top: 1rem;
  width: 100%;
}

.p-contact-thanks__title {
  margin-top: 4rem;
}

.p-contact-thanks__title-sub {
  color: #2f58cd;
  font-weight: 600;
  margin-top: 1.5rem;
  text-align: center;
}

.p-contact-thanks__title-sub span {
  -webkit-background-clip: text;
  background-image: linear-gradient(93deg, #300571 5.63%, #2f58cd 100%);
  color: transparent;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
}

.p-contact-thanks__contents {
  background-color: #fff;
  padding-top: 5.75rem;
  width: 100%;
}

.p-contact-thanks__contents-area {
  -o-border-image: linear-gradient(93deg, #300571 5.63%, #2f58cd 100%) 1;
  border: 1px solid;
  border-image: linear-gradient(93deg, #300571 5.63%, #2f58cd 100%) 1;
  border-top: 8px solid;
  color: #06114c;
  padding: 2.5rem;
  text-align: center;
}

.p-contact-thanks__bottom {
  margin-bottom: 7.5rem;
  margin-top: 4.5rem;
  text-align: center;
}

/*
.p-sticky-bottom
------------------------------------*/

.p-sticky-bottom {
  background-color: rgba(255, 255, 255, 0.64);
  bottom: 0;
  padding: 1rem;
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
}

.p-sticky-bottom__btn {
  text-align: center;
}

.p-footer {
  background-color: #262859;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  width: 100%;
}

.p-footer__container {
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
}

.font-bold {
  font-weight: 600;
}

.font-purple {
  color: #3a1078;
}

.font-main {
  color: #06114c;
}

.font-small {
  font-size: 1.5rem;
}

.under-line {
  background: linear-gradient(transparent 60%, #fef391 40%);
}

.text-link {
  color: #2f58cd;
  text-decoration: underline;
}

.mt40 {
  margin-top: 2.5rem;
}

@media (max-width: 1160px) {
  html {
    font-size: 1.3793103448vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }

  .is-pc {
    display: none;
  }

  .is-sp {
    display: inline-block;
  }

  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .s-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .m-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-logo {
    width: 6.875rem;
  }

  .c-sec-block {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .c-sec-title {
    font-size: 1.5rem;
  }

  .c-sec-title__icon {
    margin-right: 0.5rem;
    width: 1.5rem;
  }

  .c-btn {
    font-size: 1.125rem;
    padding: 1.25rem;
  }

  .c-to-top {
    bottom: 5rem;
    height: 2.5rem;
    right: 0.9375rem;
    width: 2.5rem;
  }

  .c-to-top__arrow {
    height: 0.5rem;
    width: 0.75rem;
  }

  .p-header__logo {
    height: 2.6875rem;
    width: 3rem;
  }

  .p-fv {
    background: url("../img/fv-bg_sp.webp") no-repeat top center/cover;
    height: 45.625rem;
    padding-top: 0.5rem;
  }

  .p-fv__content {
    height: 46.25rem;
  }

  .p-fv__visual {
    bottom: 16%;
    right: -20px;
    width: 58%;
  }

  .p-fv__labels {
    bottom: 9.375rem;
    left: 0;
    right: auto;
    width: 54%;
  }

  .p-fv__top-text {
    width: 10.625rem;
  }

  .p-fv__second-text {
    font-size: 1.0625rem;
  }

  .p-fv__main-text {
    margin-top: 0.5rem;
    width: 100%;
  }

  .p-fv__third-text {
    align-items: start;
  }

  .p-fv__third-text img {
    margin-top: 0.375rem;
  }

  .p-fv__third-text span {
    font-size: 1.125rem!important;
  }

  .p-fv__btn {
    background-color: #fff;
    bottom: 2.5rem;
    margin: 0 calc(50% - 50vw);
    padding-bottom: 1rem;
    padding-top: 0.5rem;
    position: absolute;
    width: 100vw;
    z-index: 10;
  }

  .p-fv-btn {
    font-size: 1.125rem;
    height: 4.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .p-sample__title span {
    font-size: 1.25rem;
  }

  .p-sample__movie {
    margin-top: 1.5rem;
  }

  .p-result__container {
    margin-top: 2rem;
  }

  .p-result__card:not(:first-child) {
    margin-top: 1.5rem;
  }

  .p-result-card {
    padding: 1.5rem 2rem;
  }

  .p-result-card__top {
    flex-direction: column;
  }

  .p-result-card__visual {
    width: 100%;
  }

  .p-result-card__desc {
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 100%;
  }

  .p-result-card__desc-flex {
    flex-direction: column;
  }

  .p-result-card__desc-left {
    width: 100%;
  }

  .p-result-card__desc-right {
    margin-top: 0.5rem;
    width: 100%;
  }

  .p-result-card__desc-message {
    font-size: 1rem;
    margin-top: 1.5rem;
  }

  .p-result-card__contents {
    margin-top: 1.5rem;
  }

  .p-result-card__content:not(:first-child) {
    margin-top: 1.25rem;
  }

  .p-result-card__content {
    width: 100%;
  }

  .p-result-card__content-text {
    padding: 0.5rem 1rem;
  }

  .p-worry {
    background: url("../img/worry-bg_sp.webp") no-repeat top center/cover;
    background-size: 100% 80%;
  }

  .p-worry__container {
    margin-top: 3rem;
  }

  .p-worry__contents {
    flex-direction: column;
  }

  .p-worry__list:not(:first-child) {
    margin-top: 0;
  }

  .p-worry__list {
    display: contents;
    width: 100%;
  }

  .p-worry__item:not(:first-child) {
    margin-top: 0;
  }

  .p-worry__item {
    margin-bottom: 2.5rem;
  }

  .p-worry__item:nth-child(1) {
    order: 1;
  }

  .p-worry__item:nth-child(2) {
    order: 3;
  }

  .p-worry__item:nth-child(3) {
    order: 5;
  }

  .p-worry__item:nth-child(4) {
    order: 7;
  }

  .p-worry__item:nth-child(5) {
    order: 9;
  }

  .p-worry__item:nth-child(6) {
    order: 2;
  }

  .p-worry__item:nth-child(7) {
    order: 4;
  }

  .p-worry__item:nth-child(8) {
    order: 6;
  }

  .p-worry__item:nth-child(9) {
    order: 8;
  }

  .p-worry__illust {
    width: 90%;
  }

  .p-worry-item {
    font-size: 1rem;
    padding: 1.5rem 1rem;
  }

  .p-feature__container {
    margin-top: 3rem;
  }

  .p-feature__li:not(:first-child) {
    margin-top: 2.5rem;
  }

  .p-feature-item {
    flex-direction: column;
    margin-right: 0;
  }

  .p-feature-item--rev {
    margin-left: 0;
  }

  .p-feature-item__contents {
    width: 100%;
  }

  .p-feature-item__title {
    font-size: 1.125rem;
  }

  .p-feature-item__img {
    background-color: #f5f5f5;
  }

  .p-feature-item__img {
    margin-top: 1rem;
    width: 100%;
  }

  .p-reason__container {
    margin-top: 3rem;
  }

  .p-reason__li:nth-child(n + 3) {
    margin-top: 0;
  }

  .p-reason__li {
    font-size: 1.125rem;
    padding: 3.5rem 0.75rem 1.5rem 1.5rem;
    width: 100%;
  }

  .p-reason__li span {
    font-size: 1.375rem;
  }

  .p-reason__li:not(:first-child) {
    margin-top: 2rem;
  }

  .p-reason__li-label {
    width: 4rem;
  }

  .p-reason__li-label {
    top: -0.75rem;
  }

  .p-cta {
    padding-bottom: 3.5rem;
    padding-top: 3rem;
  }

  .p-cta__micro span {
    font-size: 1.125rem;
  }

  .p-message {
    padding-bottom: 4rem;
  }

  .p-message__top-bg {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-top: 2.5rem;
  }

  .p-message__content {
    font-size: 0.875rem;
    margin-top: -2rem;
    padding: 1.5rem 1rem;
  }

  .p-message__media-title span {
    font-size: 1.1875rem;
  }

  .p-message-top__contents {
    width: 50%;
  }

  .p-message-top__title span {
    font-size: 1rem;
  }

  .p-message-top__author {
    font-size: 0.875rem;
    margin-top: 2rem;
  }

  .p-message-top__visual {
    width: 40%;
  }

  .p-message-profile__inner {
    flex-direction: column;
  }

  .p-message-profile__visual {
    width: 100%;
  }

  .p-message-profile__visual img {
    width: 88%;
  }

  .p-message-profile__contents {
    font-size: 0.875rem;
    margin-top: 1rem;
    width: 100%;
  }

  .p-message-profile__label {
    margin-right: auto;
  }

  .p-price__courses {
    margin-top: 3rem;
  }

  .p-price__course {
    width: 100%;
  }

  .p-price__course:not(:first-child) {
    margin-top: 1rem;
  }

  .p-price__benefit {
    margin-top: 3.5rem;
  }

  .p-price__benefit-title {
    font-size: 1.25rem;
    padding: 0.625rem 1.5rem;
    white-space: nowrap;
  }

  .p-price__benefit-contents span {
    font-size: 1.25rem;
  }

  .p-price__benefit-desc {
    width: 100%;
  }

  .p-price__content {
    margin-top: 5.75rem;
  }

  .p-price__lectures {
    margin-top: 3rem;
  }

  .p-price__lecture-item:nth-child(n + 3) {
    margin-top: 0;
  }

  .p-price__lecture-item {
    width: 100%;
  }

  .p-price__lecture-item:not(:first-child) {
    margin-top: 1rem;
  }

  .p-price__lecture-num {
    padding: 1rem 0.25rem;
    width: 4.5rem;
  }

  .p-price__lecture-text {
    padding: 1rem 0.5rem;
  }

  .p-price-course {
    padding: 5.75rem 1rem 1.5rem;
  }

  .p-price-course__title {
    font-size: 1.125rem;
  }

  .p-price-course__price {
    font-size: 2rem;
  }

  .p-price-course__text {
    font-size: 1rem;
  }

  .p-voice {
    background-position: bottom center;
  }

  .p-voice__container {
    margin-top: 3rem;
  }

  .p-voice__flame {
    height: 25rem;
    margin-top: 2.5rem;
    padding: 2rem 1.5rem;
  }

  .p-flow__container {
    margin-top: 3rem;
  }

  .p-flow__li:not(:first-child) {
    margin-top: 2rem;
  }

  .p-flow-item {
    flex-direction: column;
    padding: 0 0.5rem 2rem;
  }

  .p-flow-item__contents {
    width: 100%;
  }

  .p-flow-item__title span {
    font-size: 1.25rem;
  }

  .p-flow-item__img {
    margin-top: 1rem;
    width: 30%;
  }

  .p-faq__container {
    margin-top: 3rem;
  }

  .p-faq__block {
    padding: 1.25rem 1.25rem;
  }

  .p-faq__icon {
    height: 2rem;
    margin-right: 0.5rem;
    width: 2rem;
  }

  .p-faq__text {
    margin-top: 0.1875rem;
  }

  .p-contact {
    background-position: bottom center;
    padding-bottom: 5rem;
  }

  .p-contact__header-title {
    font-size: 2rem;
  }

  .p-contact__header-sub {
    font-size: 1.25rem;
  }

  .p-contact__header-sub span {
    font-size: 0.8125rem;
  }

  .p-contact__tab {
    padding: 0.5rem 1.5rem;
  }

  .p-contact__tab span {
    font-size: 1rem;
  }

  .p-contact__tab-icon {
    height: 1.125rem;
    width: 1rem;
  }

  .p-contact__contents {
    padding: 1.25rem 1.5rem 2.5rem;
  }

  .p-contact__checkbox {
    align-items: flex-start;
  }

  .p-contact__checkbox input[type="checkbox"] {
    margin-right: 0.25rem;
    margin-top: 0.5rem;
  }

  .p-contact-thanks__header {
    height: 20rem;
  }

  .p-contact-thanks__title {
    margin-top: 2.5rem;
  }

  .p-contact-thanks__title-sub span {
    font-size: 1.5rem;
  }

  .p-contact-thanks__contents {
    padding-top: 4rem;
  }

  .p-contact-thanks__contents-area {
    text-align: left;
  }

  .p-contact-thanks__bottom {
    margin-bottom: 4rem;
  }

  .p-sticky-bottom {
    padding: 0.5rem;
  }

  .p-footer {
    padding-bottom: 6.25rem;
  }
}

/* customize
20250414
------------------------------------*/
.p-price__schedule__content {
  margin-bottom: 7.625rem;
}

.p-price__schedule {
  border: 4px solid #3a1078;
  margin-top: 4rem;
  padding: 3rem 1.5rem;
}

.p-price__schedule-item-time {
  display: flex;
  width: 85%;
  margin: 0 auto 3rem;
  border: 2px solid;
}

.p-price__schedule-time-text {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.5rem 2rem;
  margin: auto;
}

.p-price__schedule-time-text span {
  font-weight: 600;
}

.p-price__schedule-item {
  display: flex;
  border-bottom: 2px solid #ddd;
  padding: 1rem 2rem;
  width: 60%;
  margin: auto;
}

.p-price__schedule-num {
  background-color: #4e31aa;
  color: #fff;
  flex-shrink: 0;
  font-weight: 500;
  padding: 0.5rem;
  text-align: center;
  width: 13rem;
}

.p-price__schedule-num.p-price-schedule-num--black {
  background-color: #06114c;
}

.p-price__schedule-text {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.5rem 2rem;
  margin-left: auto;
}

.p-price__schedule-item:first-of-type {
  padding-top: 0;
}

.p-price__course.p-price-course:first-child,
.p-price__course.p-price-course:nth-child(2) {
  margin-bottom: 2rem;
}

.p-price-course__desc {
  display: block;
}

.p-price-course__desc__content {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-price__schedule {
    padding: 2rem 1.5rem;
    margin-top: 3rem;
  }

  .p-price__schedule-item-time {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: 0 auto 2rem;
  }

  .p-price__schedule-item-time .p-price__schedule-num.p-price-schedule-num--black {
    width: 100%;
  }

  .p-price__schedule-time-text span {
    display: block;
    font-weight: 600;
  }

  .p-price__schedule-time-text {
    padding: 0.5rem;
  }

  .p-price__schedule__content {
    margin-bottom: 5.75rem;
  }

  .p-price__schedule-item {
    width: 100%;
    padding: 1rem 0;
  }

  .p-price__schedule-num {
    width: 7rem;
  }

  .p-price__schedule-text {
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
  }

  .p-price__course.p-price-course:first-child,
  .p-price__course.p-price-course:nth-child(2) {
    margin-bottom: 0;
  }
}

/* customize
20250528
------------------------------------*/
/* 特典表示ボタン fvとcta */
.p-fv__btn,
.p-cta__btn {
  margin-top: 2.5rem;
}

.p-sticky-bottom__btn {
  margin-top: 0.9rem;
}

.p-cta__btn .c-btn,
.p-sticky-bottom .c-btn {
  position: relative;
}

.p-fv__btn-micro_gift {
  color: #3a1078;
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
  text-align: center;
  margin-bottom: 1.3rem;
}

.p-fv__btn-micro_gift span.under-line {
  font-weight: 600;
}

.p-fv__btn-micro_gift::before,
.p-fv__btn-micro_gift::after,
.p-cta__micro_gift::before,
.p-cta__micro_gift::after {
  display: none;
}

.p-fv__btn-label,
.p-cta__btn-label,
.p-sticky-bottom__btn-label {
  position: absolute;
  top: -0.9rem;
  left: 1.5rem;
  width: 5.5rem;
}

.p-fv__btn-label img,
.p-cta__btn-label img,
.p-sticky-bottom__btn-label img {
  height: auto;
}

.p-cta__micro_gift,
.p-sticky-bottom__micro_gift {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.3rem;
  position: relative;
}

.p-cta__micro_gift,
.p-sticky-bottom__micro_gift {
  display: inline-block;
  background-image: -webkit-linear-gradient(93deg, #300571 5.63%, #2f58cd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}

.p-fv__btn-micro_gift .sp-block,
.p-cta__micro_gift .sp-block {
  font-weight: 600;
}

.p-cta__micro_gift span.under-line02 {
  position: relative;
  background-image: -webkit-linear-gradient(93deg, #300571 5.63%, #2f58cd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
  z-index: 1;
}

.p-cta__micro_gift span.under-line02::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 36%;
  background: #fef391;
  z-index: -1;
  border-radius: 2px;
}

/* 特典バナー */
.p-price.c-sec-block h2 {
  margin-bottom: 2rem;
}

figure.tokuten-banner {
  width: 80%;
  margin: 0 auto 2rem;
}

figure.tokuten-banner-sp {
  display: none;
}

/* 申し込み完了画面 */
.p-contact-thanks__contents-area {
  text-align: left;
}

.p-contact-thanks__contents-area p {
  padding-bottom: 1.2rem;
}

.p-contact-thanks__contents-area p:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {

  .p-fv__btn-label,
  .p-cta__btn-label,
  .p-sticky-bottom__btn-label {
    width: 4rem;
    top: -0.7rem;
  }

  .p-fv__visual {
    bottom: 18%;
  }

  .p-fv__labels {
    bottom: 13.2rem;
  }

  .p-fv__btn-micro_gift {
    font-size: 1rem;
  }

  .p-cta__micro_gift {
    font-size: 1.125rem;
  }

  .p-cta__btn {
    margin-top: 0;
  }

  span.sp-block {
    display: block;
  }

  figure.tokuten-banner {
    display: none;
  }

  figure.tokuten-banner-sp {
    display: block;
    margin: 0 auto 2rem;
  }
}

/* customize
20250701
------------------------------------*/
.p-fv__btn-micro_gift .sp-block {
  font-size: 85%;
}

/* customize
20250728
------------------------------------*/
/* 特典バナー */
figure.tokuten-banner {
  width: 80%;
  margin: 0 auto 4rem;
}

.p-contact__header-desc {
  margin-top: 1.5rem;
}

/* customize
20250813
------------------------------------*/
/* 団体コース */
.p-price-course__desc p:last-child {
  margin-top: 0.7rem;
}

/* customize
20250825
------------------------------------*/
/* 支払いフォーム上部の文章 */
.p-contact__contents_info {
  padding-bottom: 2rem;
  text-align: center;
}

/* customize
20250909
------------------------------------*/
/* 支払いフォームラベル */
.p-contact__radio-item label {
  align-items: center;
  display: flex;
}

.p-contact__radio-item+p {
  padding-top: 5px;
  padding-bottom: 15px;
  font-size: 0.9rem;
}

/* customize
20251007
------------------------------------*/
/* 支払いフォーム　チェックボタン */
.p-contact__checkbox:first-child {
  flex-direction: column;
  align-items: flex-start;
}

.p-contact__checkbox-item:not(:first-child) {
  margin-top: 0.25rem;
}

.p-contact__checkbox-item {
  align-items: center;
  display: flex;
}

.p-contact__checkbox-item label {
  align-items: center;
  display: flex;
  font-weight: 600;
}

/* customize
20251117
------------------------------------*/
/* 録画講義LPのみ */
  .p-fv__third-text span {
    font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-fv__visual {
    bottom: 15%;
  }
  .p-fv__btn {
    bottom: 0;
  }
}