@charset "utf-8";
:root {
  --color-key: #A62B17;
  --color-key-lt: #FACCCE;
  --color-key-vlt: #FDEBEC;
  --color-key-2: #E63A20;
  --color-sub: #265593;
  --color-sub-lt: #D3DDE9;
  --color-sub-vlt: #EBEFF5;
  --gray: #585858;
  --gray-lt: #D8D8D8;
  --gray-vlt: #E8E8E8;
  --body-bg: #F6F6F6;
  --body-color: #000;
  --border-color: #CCCCCC;
  --font-sans-serif: 'Noto Sans JP', sans-serif;
  --font-size-base: 1.8rem;
  --font-size-xl: 4.8rem;
  --font-size-lg: 2.4rem;
  --font-size-sm: 1.6rem;
  --font-size-xs: 1.4rem;
  --font-weight-base: 400;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --line-height-base: 1.8;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
p {
  font-size: inherit;
  margin: 0;
}

img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  line-height: initial;
  outline: none;
  font-size: inherit;
  font-family: inherit;
  width: 100%;
}

form,
label {
  margin-bottom: 0;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

dd {
  margin-bottom: 1rem;
}

a,
button {
  color: var(--color-key);
  cursor: pointer;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;
}

th {
  font-weight: var(--font-weight-base);
  text-align: left;
}

th,
td {
  padding: .3em 0;
}

iframe {
  border: none;
}

html {
  font-size: .52083vw;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: var(--body-bg);
  margin: 0;
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-base);
  line-height: var(--line-height-base);
  color: var(--body-color);
  word-break: break-all;
  overflow-wrap: break-word;
}

/* --------------------------------
  共通コンテナ
-------------------------------- */
.container {
  padding: 0 16.66666vw;
}

/* --------------------------------
  ヘッダー
-------------------------------- */
.header {
  align-items: center;
  background-color: var(--body-color);
  display: flex;
  height: 5.729vw;
  justify-content: space-between;
  padding: 1.042vw 2.083vw;
}

.logo {
  display: block;
}

.logo__img {
  width: 9.896vw;
}

.header__buttons {
  align-items: center;
  display: flex;
}

.header__button {
  margin-left: 2.08333vw;
}

.header__button.button-link {
  background: url(/lp3/img/icon/arrow-button.svg) left center / 1.2em no-repeat;
  color: #fff;
  font-size: 1.6rem;
  padding-left: 1.6em;
  padding-right: 0;
}

.button-link__sub {
  background-color: #fff;
  border-radius: 1em;
  display: block;
  margin-top: .25em;
  padding-bottom: .1em;
  text-align: center;
}

.button-link__sub.-new {
  color: var(--color-key);
}

.button-link__sub.-old {
  color: var(--color-sub);
}

/* --------------------------------
  ファーストビュー
-------------------------------- */
.hero {
  padding: 3.646vw 0 3.125vw;
  position: relative;
}

.hero__medals {
  display: flex;
  margin-bottom: 1.563vw;
}

.hero__medal {
  margin-right: 1.042vw;
  width: 14.583vw;
}

.hero__bubble {
  background: url(/lp3/img/hero-bubble.svg) left top / 100% no-repeat;
  color: #fff;
  font-size: 3.8rem;
  font-weight: var(--font-weight-bold);
  height: 5vw;
  letter-spacing: .03em;
  line-height: 1;
  margin-bottom: .1em;
  padding: 0.938vw 0 0 1.5625vw;
  text-shadow: 0 0 .52083vw rgba(0,0,0, .2);
  width: 32.292vw;
  white-space: nowrap;
}

.hero__bubble .sm {
  font-size: 2.8rem;
}

.hero__sub-title {
  font-size: 5.4rem;
  letter-spacing: .035em;
  line-height: 1.4;
  margin-bottom: .1em;
}

.hero__sub-title .sm {
  font-size: 4.8rem;
}

.hero__title {
  font-size: 5.6rem;
  letter-spacing: .07em;
  line-height: 1.8;
  margin-bottom: 1.823vw;
}

.hero__title-item {
  color: #fff;
  padding: 0.26vw 1.19791vw 0.625vw;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #A62B17 0%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.hero__readbox {
  display: grid;
  font-size: 2.6rem;
  font-weight: var(--font-weight-bold);
  gap: 3.646vw;
  grid-template-columns: 18.75vw 17.188vw;
  height: 5.208vw;
  letter-spacing: .03em;
  line-height: 1.4;
  margin-bottom: 2.083vw;
  position: relative;
  width: 39.583vw;
  z-index: 0;
}

.hero__readbox-item {
  display: block;
  padding: 0.677vw 0 0 5.208vw;
}

.hero__readbox-img {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.hero__info {
  font-size: var(--font-size-sm);
}

.hero__bg {
  height: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* --------------------------------
  コンテンツ
-------------------------------- */
.content {
  padding-top: 4.167vw;
}

.content__head {
  text-align: center;
}

.content__title {
  font-feature-settings: "palt";
  font-size: var(--font-size-xl);
  letter-spacing: .05em;
  line-height: 1.4;
}

.content__sub-title {
  font-feature-settings: "palt";
  letter-spacing: .02em;
  margin-top: 1.042vw;
}

.content__title::before {
  background-color: var(--color-key);
  content: "";
  display: block;
  height: 0.26vw;
  margin: 0 auto .52083vw;
  width: 4.167vw;
}

.content__body {
  margin-top: 3.125vw;
}

.content-result {
  padding-bottom: 4.167vw;
}

.content-about {
  background-color: var(--body-color);
  color: #fff;
  padding-bottom: 4.167vw;
}

.content-about .content__body {
  margin-top: 0.521vw;
}

.content-about__text {
  font-feature-settings: "palt";
  font-size: var(--font-size-lg);
  letter-spacing: .04em;
}

.content-about__img {
  width: 17.708vw;
}

.results {
  display: flex;
  flex-wrap: wrap;
  margin: -0.521vw;
}

.result {
  padding: 0.521vw;
  width: 20%;
}

.result:nth-child(-n+4) {
  width: 25%;
}

.content-voice {
  margin-bottom: 4.167vw;
}

.voice {
  border-top: .10416vw solid;
  display: flex;
  flex-direction: column;
  margin: 0 0.521vw;
}

.voice__head {
  align-items: flex-start;
  display: flex;
  padding: 0.781vw 1.042vw;
}

.voice__title {
  flex: 1;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-left: 0.521vw;
}

.voice__medal-wrap {
  padding: 0 1.042vw;
}

.voice__medal {
  align-items: center;
  display: flex;
  height: 4.688vw;
  justify-content: center;
  line-height: 1;
  padding: 0 2.083vw;
  position: relative;
  text-align: center;
}

.voice__medal::before,
.voice__medal::after {
  background: url(/lp3/img/voice-ear.svg) center/ 100% no-repeat;
  content: "";
  display: block;
  height: 3.646vw;
  left: 0.521vw;
  margin-top: -1.823vw;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 1.563vw;
}

.voice__medal::after {
  left: auto;
  right: 0.521vw;
  transform: scale(-1, 1);
}

.voice__medal-label {
  background-color: #fff;
  border-radius: 10em;
  display: inline-block;
  font-size: var(--font-size-sm);
  line-height: 1;
  padding: .1em .6em .3em;
}

.voice__medal-title {
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0.417vw 0 0.26vw;
}

.voice__infos {
  display: flex;
  line-height: 1;
  padding: 0.781vw 0;
  text-align: center;
}

.voice__info {
  flex: 1;
  padding: 0 1.042vw;
}

.voice__info:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.voice__info-label {
  border-radius: 10em;
  color: #fff;
  display: inline-block;
  padding: .45em 2em .6em;
}

.voice__info-label-2 {
  background-color: #fff;
  border-radius: 10em;
  border: 1px solid;
  display: inline-block;
  font-size: var(--font-size-sm);
  padding: .025em 1em .15em;
}

.voice__info-text {
  margin-top: .3em;
}

.voice__foot {
  border-top: 1px solid var(--border-color);
  line-height: 1.6;
  padding: 1.042vw;
  position: relative;
}

.voice__foot-label {
  border-radius: 0 10em 10em 0;
  display: inline-block;
  font-size: var(--font-size-sm);
  left: 0;
  line-height: 1;
  padding: .1em 1.04166vw .3em;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

.voice-key {
  background-color: var(--color-key-vlt);
  border-color: var(--color-key);
} 

.voice-key .voice__medal,
.voice-key .voice__info-label {
  background-color: var(--color-key);
}

.voice-key .voice__medal-label,
.voice-key .voice__info-label-2 {
  color: var(--color-key);
}

.voice-key .voice__info-label-2 {
  border-color: var(--color-key);
}

.voice-key .voice__foot-label {
  background-color: var(--color-key-lt);
  color: var(--color-key);
}

.voice-sub {
  background-color: var(--color-sub-vlt);
  border-color: var(--color-sub);
} 

.voice-sub .voice__medal,
.voice-sub .voice__info-label {
  background-color: var(--color-sub);
}

.voice-sub .voice__medal-label,
.voice-sub .voice__info-label-2 {
  color: var(--color-sub);
}

.voice-sub .voice__info-label-2 {
  border-color: var(--color-sub);
}

.voice-sub .voice__foot-label {
  background-color: var(--color-sub-lt);
  color: var(--color-sub);
}

.splide__track::after,
.splide__track::before {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.688vw;
  z-index: 1;
}

.splide__track::after {
  background-image: linear-gradient(90deg, var(--body-bg) 0%, rgba(246, 246, 246, 0) 100%);
  right: 0;
  transform: matrix(-1, 0, 0, 1, 0, 0)
}

.splide__track::before {
  background-image: linear-gradient(90deg, var(--body-bg) 0%, rgba(246, 246, 246, 0) 100%);
  left: 0;
}

.splide__slide {
  display: flex;
}

.splide__arrow {
  background-color: #000;
  box-shadow: 0 .15625vw 1.10416vw rgba(0,0,0, .1);
  height: 2.604vw;
  opacity: 1;
  width: 2.604vw;
  z-index: 2;
}

.splide__arrow::before {
  background: url(/lp3/img/icon/arrow-slider.svg) center / 100% no-repeat;
  content: "";
  display: block;
  height: 0.938vw;
  width: 0.938vw;
}

.splide__arrow--next::before {
  transform: scale(-1, 1);
}

.splide__pagination {
  bottom: 0;
  margin-top: 1.042vw;
  position: relative;
}

.splide__pagination__page {
  background-color: var(--border-color);
  height: 0.729vw;
  margin: 0.26vw;
  opacity: 1;
  width: 0.729vw;
}

.splide__pagination__page.is-active {
  background-color: var(--color-key);
  transform: scale(1);
}

.content-program {
  background: url(/lp3/img/program-bg.jpg) center top / cover no-repeat;
  padding-bottom: 4.167vw;
  color: #fff;
}

.content-program .content__body {
  margin-top: 1.563vw;
}

.program {
  font-weight: var(--font-weight-bold);
}

.program__num {
  color: var(--color-key);
  font-size: 5.4rem;
  line-height: 1;
  margin-bottom: -0.208vw;
}

.program__num::before {
  content: "Contents";
  display: block;
  font-size: 1.2rem;
  margin: 0 0 -.4em .3em;
}

.program__title {
  background-color: var(--color-key-vlt);
  border-top: .10416vw solid var(--color-key);
  color: var(--color-key);
  font-size: var(--font-size-lg);
  line-height: 1.2;
  padding: 0.729vw 1.042vw 0.781vw;
}

.program__body {
  background-color: #fff;
  color: var(--body-color);
  flex: 1;
  padding: 1.042vw;
}

.program__text {
  background: url(/lp3/img/icon/check2.svg) left .25em / 1em no-repeat;
  font-size: 2rem;
  line-height: 1.4;
  padding-left: 1.4em;
}

.program__text + .program__text {
  margin-top: .5em;
}

.program__img {
  margin-top: 1.042vw;
}

.content-case {
  background: url(/lp3/img/case-bg.jpg) center top / cover no-repeat;
  padding-bottom: 4.167vw;
}

.case {
  background-color: #fff;
  border-top: .15625vw solid var(--color-key);
  font-weight: var(--font-weight-bold);
}

.case:not(:last-child) {
  margin-bottom: 3.125vw;
}

.case__head {
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  padding: 0.521vw 1.042vw 0.521vw 0.521vw;
}

.case__num {
  color: var(--color-key);
  line-height: 1;
  margin-right: 0.521vw;
  text-align: center;
  width: 3.906vw;
}

.case__num-text {
  font-size: 1.4rem;
}

.case__num-text2 {
  font-size: 4rem;
}

.case__title {
  flex: 1;
  font-feature-settings: "palt";
  font-size: 3.2rem;
  letter-spacing: .02em;
  line-height: 1.4;
  margin-top: -.1em;
}

.case__body {
  padding: 0.781vw 1.042vw 0.781vw 0.781vw;
}

.case__lists + .case__lists {
  margin-top: 1.563vw;
}

.problem {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.problem__body {
  flex: 1;
  padding: 0.781vw;
}

.problem__title {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.2;
  padding: .5em 1em .6em 1.9em;
}

.problem__text {
  font-size: 2rem;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}

.problem__text + .problem__text {
  margin-top: .3em;
}

.problem-cross .problem__title {
  background: url(/lp3/img/icon/cross.svg) .78125vw center / 1em no-repeat #666;
}

.problem-cross .problem__body {
  background: url(/lp3/img/problem-cross.svg) right .52083vw bottom / 4.375vw no-repeat var(--body-bg);
  position: relative;
}

.problem-cross .problem__body::after {
  background: url(/lp3/img/problem-arrow.svg) center / 100% no-repeat;
  content: "";
  display: block;
  height: 2.604vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  width: 3.906vw;
}

.problem-circle .problem__title {
  background: url(/lp3/img/icon/circle.svg) .78125vw center / 1em no-repeat var(--color-key);
}

.problem-circle .problem__body {
  background: url(/lp3/img/problem-circle.svg) right .52083vw bottom / 4.375vw no-repeat var(--color-key-vlt);
}

.content-price {
  padding: 2.083vw 0;
}

.price-lists {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 7rem;
  max-width: 79rem;
}

.price-list {
  align-items: center;
  background-color: #fff;
  border-radius: 100rem;
  display: grid;
  grid-template-columns: 12rem 1fr;
  height: 9rem;
  line-height: 1.25;
  text-align: center;
}

.price-list__body {
  padding: 0 .5rem .5em 0;
}

.price-list__badge {
  border-right: 1px solid;
  display: grid;
  font-size: 2.4rem;
  height: 5rem;
  padding: 0 0 .1em .5rem;
  place-content: center;
}

.price-list__ttl {
  font-size: 2.4rem;
  font-weight: var(--font-weight-base);
}

.price-list__ttl .lg {
  font-size: 3.2rem;
}

.price-list__txt {
  font-size: 1.8rem;
}

.price-list.-red .price-list__badge,
.price-list.-red .price-list__txt {
  color: var(--color-key);
}

.price-list.-blue .price-list__badge,
.price-list.-blue .price-list__txt {
  color: var(--color-sub);
}

.price-bnrs {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 4rem;
  max-width: 100rem;
}

.price__note {
  margin-top: 1em;
}

.price__comment {
  text-align: center;
}

.content-review .content__body {
  margin-top: 2.083vw;
  padding: 0 2.604vw;
}

.reviews .review:last-child {
  margin-top: 1.823vw;
}

.review {
  margin: 0 0.521vw;
  text-align: center;
}

.review__img {
  border: 1px solid;
  width: 100%;
}

.review__txt {
  background: left center / 1.66666vw no-repeat;
  display: inline-block;
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  margin-top: .5em;
  padding-left: 2.083vw;
}

.review-new .review__img {
  border-color: var(--color-key);
}

.review-new .review__txt {
  background-image: url(/lp3/img/icon/review-new.svg);
  color: var(--color-key);
}

.review-mid .review__img {
  border-color: var(--color-sub);
}

.review-mid .review__txt {
  background-image: url(/lp3/img/icon/review-mid.svg);
  color: var(--color-sub);
}

.credit {
  background-color: #fff;
  margin: 3.125vw auto 0;
  max-width: 17.708vw;
  padding: 1.563vw 0.781vw 0.781vw;
  position: relative;
  text-align: center;
}

.credit__title {
  background-color: var(--body-color);
  border-radius: 10em;
  color: #fff;
  display: inline-block;
  left: 50%;
  line-height: 1;
  padding: .2em 1em .4em;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.content-cta {
  background-color: #000;
  margin-top: 4.167vw;
  padding: 3.125vw 2.083vw;
}

.content__inner {
  background-color: #fff;
  border-top: .15625vw solid var(--color-key);
  padding: 2.083vw 2.083vw 1.563vw;
}

.content-cta .content__title {
  margin-bottom: .1em;
}

.content-cta .content__title::before {
  content: none;
}

.content-cta .content__sub-title {
  border-bottom: .10416vw solid;
  border-top: .10416vw solid;
  color: var(--color-key);
  display: inline-block;
  font-size: 2.8rem;
  letter-spacing: .05em;
  line-height: 1;
  margin: 0 auto .3em;
  padding: .15em .5em .4em;
}

.cta-text {
  margin-bottom: .6em;
  text-align: left;
}

.cta-text__inner {
  background: url(/lp3/img/icon/check.svg) .5em center / 1em no-repeat var(--color-key-vlt);
  display: inline-block;
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  line-height: 1;
  padding: .3em .4em .45em 1.8em;
}

.cta-text__inner .num {
  font-size: 1.1em;
}

.content-cta .content__body {
  background-color: var(--body-bg);
  padding: 1.563vw;
}

.content-mentor {
  padding-bottom: 4.167vw;
  position: relative;
  z-index: 0;
}

.content-mentor .content__body {
  margin-top: 1.563vw;
}

.mentor-read {
  font-size: 4rem;
  font-weight: var(--font-weight-black);
  letter-spacing: .05em;
  line-height: 2.2;
  text-align: center;
  text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
}

.mentor-em {
  border: .10416vw solid var(--color-key);
  font-size: 4.8rem;
  padding: 0.313vw 1.042vw 0.521vw;
  margin: 0 0.521vw;
  text-shadow: none;
}

.mentor-em.--01 {
  color: #fff;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, var(--color-key) 0%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.mentor-em.--02 {
  background-color: #fff;
  color: var(--color-key);
}

.mentor-company {
  display: flex;
  gap: 2.083vw;
  justify-content: center;
}

.mentor-company__img {
  border: .10416vw solid #fff;
  box-shadow: 0 0 2.08333vw #fff;
  width: 11.458vw;
}

.content-mentor__bg {
  height: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.content-mentor-slider {
  margin-bottom: 4.167vw;
}

.content-mentor-slider .content__title {
  align-items: center;
  display: flex;
  font-size: 4rem;
  justify-content: center;
}

.content-mentor-slider .content__title::before,
.content-mentor-slider .content__title::after {
  background-color: var(--color-key);
  content: "";
  display: block;
  height: 0.156vw;
  margin: 0 1.042vw;
  width: 1.563vw;
}

.content-mentor-slider .content__body {
  margin-top: 2.08333vw;
}

.content-mentor-slider__info {
  color: var(--gray);
  line-height: 1.6;
  margin-top: 1.5em;
  padding: 0 2.5em;
  text-indent: -1em;
}

.mentor {
  margin: 0 0.521vw;
}

.mentor-staff {
  background-image: linear-gradient(180deg, #a62b17, #e63a20);
}

.mentor-user {
  background-image: linear-gradient(180deg, #B75545, #DBAAA2);
}

.mentor__head {
  position: relative;
  padding: 0.625vw 0.781vw 0 0;
  z-index: 0;
  height: 7.031vw;
}

.mentor__name {
  color: #fff;
  font-size: 2.8rem;
  letter-spacing: .05em;
  line-height: 1;
  margin: 0.781vw 0 1.042vw;
  padding-left: 1.563vw;
}

.mentor__label {
  background-color: #fff;
  border-radius: 0 10em 10em 0;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  padding: 0.521vw 1.563vw 0.625vw;
}

.mentor-staff .mentor__label {
  color: #a62b17;
}

.mentor-user .mentor__label {
  color: #B75545;
}

.mentor__img {
  bottom: 0;
  opacity: .2;
  position: absolute;
  right: 0.781vw;
  width: 6.25vw;
  z-index: -1;
}

.mentor__body {
  padding: 0 0.208vw 0.208vw;
}

.mentor__body-inner {
  background-color: #fff;
  min-height: 14.323vw;
  padding: 0.781vw;
}

.mentor__list li {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 0.781vw;
  text-indent: -0.781vw;
}

.mentor__list li::before {
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.417vw;
  margin-right: 0.365vw;
  transform: translateY(-.1em);
  width: 0.417vw;
}

.mentor-staff li::before {
  background-color: #a62b17;
}

.mentor-user li::before {
  background-color: #B75545;
}

.mentor__list li + li {
  margin-top: .6em;
}

.content-interview {
  background-image: linear-gradient(135deg, #000, #a62b17);
  padding-bottom: 4.167vw;
}

.content-interview .content__title {
  color: #fff;
}

.content-interview .content__body {
  display: grid;
  gap: 3.125vw;
  grid-template-columns: 1fr 1fr;
}

.interview {
  border-top: .20833vw solid;
  padding: 1.563vw;
}

.interview.--key {
  background-image: linear-gradient(180deg, #fff, #FDEBEC);
  border-color: var(--color-key);
}

.interview.--sub {
  background-image: linear-gradient(180deg, #fff, #EBEFF5);
  border-color: var(--color-sub);
}

.interview__head {
  display: grid;
  gap: 2.083vw;
  grid-template-columns: 1fr 7.8125vw;
  margin-bottom: 1.302vw;
}

.interview__name {
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  margin-bottom: 1em;
}

.interview.--key .voice__medal {
  background-color: var(--color-key);
}

.interview.--key .voice__medal-label {
  color: var(--color-key);
}

.interview.--sub .voice__medal {
  background-color: var(--color-sub);
}

.interview.--sub .voice__medal-label {
  color: var(--color-sub);
}

.interview__txt {
  line-height: 1.9;
}

.interview__body .button {
  display: block;
  font-size: 1.8rem;
  margin: 1.5625vw auto 0;
  padding: .7em 0 .8em;
  text-align: center;
  width: 15.625vw;
}

.faq {
  border-top: 1px solid var(--border-color);
  font-feature-settings: "palt";
  letter-spacing: .02em;
  padding: 1.042vw 0;
}

.faq:last-child() {
  border-bottom: 1px solid var(--border-color);
}

.faq__title {
  font-size: 2rem;
  line-height: 1.6;
  padding-left: 1.563vw;
  position: relative;
}

.faq__title::before {
  color: var(--color-key);
  content: "Q";
  left: 0;
  position: absolute;
  top: 0;
}

.faq__text {
  margin-top: .5em;
  padding-left: 1.563vw;
}

.content-page .content__body {
  font-size: 1.6rem;
}

.content-page__text {
  margin: 1em 0;
}

.content-page__title {
  border-left: .10416vw solid var(--color-key);
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
  margin: 2em 0 1em;
  padding: 0 0 .1em .5em;
}

.overviews {
  margin: 0;
}

.overview {
  border-top: 1px solid var(--border-color);
  padding: 1.4em 0 1.5em;
}

.overview__title {
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
}

.overview__text {
  margin: 0;
}

.content-wrong {
  background-color: var(--gray-vlt);
}

.wrong-lists {
  margin: 0 auto;
  max-width: 52.083vw;
}

.wrong-list {
  align-items: center;
  display: flex;
  gap: 1.563vw;
  margin-top: 2.083vw;
}

.wrong-list__img {
  width: 6.771vw;
}

.wrong-list__txt {
  align-items: center;
  background-color: #fff;
  display: grid;
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
  min-height: 9.375vw;
  padding: 1.302vw 2.083vw;
  position: relative;
  z-index: 0;
}

.wrong-list__txt::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 1.563vw;
  position: absolute;
  top: 1.563vw;
  width: 1.563vw;
}

.wrong-list:nth-child(1) .wrong-list__txt::before {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  left: -1.562vw;
}

.wrong-list:nth-child(2) .wrong-list__txt {
  margin-left: auto;
  order: -1;
}

.wrong-list:nth-child(2) .wrong-list__txt::before {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: -1.562vw;
}

.wrong-alert {
  overflow: hidden;
  padding: 2.604vw 0;
}

.wrong-alert__txt {
  color: #fff;
  display: grid;
  font-size: 4.8rem;
  font-weight: var(--font-weight-black);
  height: 8.333vw;
  line-height: 1.4;
  place-content: center;
  position: relative;
  text-align: center;
  transform: rotate(-2deg);
  z-index: 0;
}

.wrong-alert__txt::before {
  background-color: var(--color-key);
  content: "";
  height: 100%;
  left: -5%;
  position: absolute;
  top: 0;
  width: 110%;
  z-index: -1;
}

.content-correct {
  background-color: var(--body-color);
  color: #fff;
  margin-top: -5.208vw;
  padding: 6.25vw 0 3.125vw;
}

.content-correct__chart {
  width: 60%;
}

.content-correct .content__title {
  font-size: 4rem;
  line-height: 1.6;
}

.content-correct .content__title::before {
  content: none;
}

.content-correct .content__foot {
  margin-top: 3.125vw;
  text-align: center;
}

.content-correct .content__foot::after {
  background: url(/lp3/img/icon/double-arrow.svg) center / 100% no-repeat;
  content: "";
  display: block;
  height: 3.125vw;
  margin: 3.125vw auto 0;
  width: 3.646vw;
}

.flow-lists {
  display: flex;
  gap: 1.563vw;
  justify-content: center;
  margin-top: 2.083vw;
}

.flow-list:nth-child(2) {
  display: flex;
}

.flow-list:nth-child(2)::after {
  background: url(/lp3/img/program2-step-arrow.svg) center /100% no-repeat;
  content: "";
  display: block;
  height: 2.083vw;
  margin: 0.521vw -0.521vw 0 0.26vw;
  width: 2.083vw;
}

.flow-list__img {
  width: 17.708vw;
}

.program2-wrap {
  border: .15625vw solid var(--color-key);
  margin-top: 4.167vw;
  padding: 5.208vw 3.125vw 0;
  position: relative;
}

.program2__step {
  left: -0.104vw;
  position: absolute;
  top: -0.104vw;
}

.program2__step-img {
  width: 17.708vw;
}

.program2 {
  align-items: center;
  display: grid;
  gap: 3.125vw;
  grid-template-columns: 1fr 28.64583vw;
  margin-bottom: 3.125vw;
}

.program2__ttl {
  font-size: 3.2rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: .05em;
  line-height: 1.6;
  padding-left: 2.083vw;
  position: relative;
}

.program2__ttl::before {
  background-image: linear-gradient(180deg, #a62b17 0%, #a62b17 48%, #f6f6f6 48%, #f6f6f6 51%, #000 51%, #000 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0.156vw;
  width: 0.417vw;
}

.program2__ttl-sm {
  display: block;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0;
}

.program2__txt {
  font-size: 2.2rem;
  margin-top: 1.5em;
}

.program2__img {
  width: 100%;
}

.program2-repeat {
  background: url(/lp3/img/program2-repeat.svg) center /100% no-repeat;
  content: "";
  display: block;
  height: 4.167vw;
  margin: 1.5625vw auto -2.604166666666667vw;
  width: 14.583vw;
}

.program2-note {
  margin-top: 1em;
}

.good {
  background-color: #fff;
  border: .26041vw solid #FACCCE;
  margin-top: 6.25vw;
  padding: 0 3.125vw 2.604vw;
}

.good__ttl {
  font-size: 3.2rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 1.823vw;
  text-align: center;
}

.good__ttl::before {
  background: url(/lp3/img/good-icon.svg) center / 100% no-repeat;
  content: "";
  display: block;
  height: 4.167vw;
  margin: -2.08333vw auto 0;
  width: 4.167vw;
}

.good__body {
  display: grid;
  gap: 3.125vw;
  grid-template-columns: 36.45833vw 1fr;
}

.good__def {
  background-color: var(--color-key-vlt);
  margin-bottom: 1.042vw;
  overflow: hidden;
  padding: 0 1.563vw 1.563vw;
}

.good__def-ttl {
  color: #fff;
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 1.302vw;
  padding: 0.417vw 0 0.521vw;
  position: relative;
  z-index: 0;
}

.good__def-ttl::after {
  background-color: var(--color-key);
  content: "";
  height: 100%;
  left: -2.083vw;
  position: absolute;
  top: 0;
  transform: skewX(-15deg);
  width: 20.833vw;
  z-index: -1;
}

.good__def-list {
  counter-reset: good-num 0;
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
}

.good__def-list li {
  text-indent: -1.4em;
  padding-left: 1.4em;
}

.good__def-list li + li {
  margin-top: .4em;
}

.good__def-list li::before {
  color: var(--color-key);
  content: counter(good-num) ".";
  counter-increment: good-num 1;
  font-size: 3rem;
  line-height: 1;
  margin-right: .2em;
}

.good__list li {
  font-size: 2.2rem;
  line-height: 1.6;
  padding-left: 0.521vw;
  text-indent: -0.521vw;
}

.good__list li + li {
  margin-top: .4em;
}

.good__list li::before {
  background-color: var(--color-key);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.521vw;
  transform: translateY(-.1em);
  width: 0.521vw;
}

.good__txt {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-top: .4em;
}

.good__figure {
  margin: 0;
}

.good__img {
  width: 100%;
}

.good__figcaption {
  margin: 1em 0 0;
  text-align: center;
}

.support {
  background-color: #fff;
  border-top: .15625vw solid var(--color-key);
  margin-top: 4.167vw;
}

.support__ttl {
  color: var(--color-key);
  font-size: 3.2rem;
  font-weight: var(--font-weight-bold);
  padding: 1.302vw 0 0.521vw;
  text-align: center;
}

.support__body {
  padding: 0 2.604vw 1.042vw;
}

.support__lists {
  display: grid;
  gap: 0 2.083vw;
  grid-template-columns: 1fr 1fr 1fr;
}

.support__list {
  padding: 1.563vw 0;
}

.support__list:not(:nth-last-child(-n+3)) {
  border-bottom: 1px solid var(--border-color);
}

.support__list-head {
  display: grid;
  gap: 1.042vw;
  grid-template-columns: 3.64583vw 1fr;
}

.support__list-ttl {
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
}

.support__list-body {
  margin-top: 1.042vw;
}

.content-offer {
  padding: 0 0 4.167vw;
}

.offer {
  background-color: #fff;
}

.offer__title {
  background-color: var(--color-key);
  color: #fff;
  font-size: 4rem;
  letter-spacing: .05em;
  line-height: 11rem;
  position: relative;
  text-align: center;
}

.offer__title::after {
  background-color: var(--color-key);
  bottom: -2rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 2.1rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 2.4rem;
}

.offer__body {
  border-bottom: 1rem solid var(--gray-vlt);
  border-left: 1rem solid var(--gray-vlt);
  border-right: 1rem solid var(--gray-vlt);
  padding: 5rem 8rem;
}

.offer__read,
.offer__txt {
  font-size: 3.2rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  text-align: center;
}

.offer__read {
  margin-bottom: 1.5em;
}

.offer__read .sm {
  font-size: 1.8rem;
}

.offer__read .lg,
.offer__txt .lg {
  font-size: 4rem;
}

.offer__img {
  border: 1px solid var(--border-color);
  margin-bottom: 2rem;
}

.offer__infos {
  margin-top: 4rem;
}

.offer__info {
  line-height: 1.6;
}

.offer__info:not(:first-child) {
  margin-top: .2em;
}

.content-youtube {
  background-color: #fff;
  padding-bottom: 4.167vw;
}

.content-youtube .content__title {
  font-size: 4rem;
  display: flex;
  justify-content: center;
}

.content-youtube .content__title::before { 
  content: none;
}

.content-youtube .content__title-inner {
  display: block;
  padding: 0 6rem;
  position: relative;
}

.content-youtube .content__title-inner::before,
.content-youtube .content__title-inner::after {
  background-color: var(--color-key);
  bottom: 0;
  content: "";
  height: 8rem;
  position: absolute;
  width: .4rem;
}

.content-youtube .content__title-inner::before {
  left: 0;
  transform: rotate(-30deg);
}

.content-youtube .content__title-inner::after {
  right: 0;
  transform: rotate(30deg);
}

.content-youtube .content__title-icon {
  align-items: center;
  display: flex;
  font-size: 3.2rem;
  justify-content: center;
  line-height: 1;
  margin-bottom: 1.5rem;
}

.content-youtube .content__title-icon::before {
  background: url(/lp3/img/icon/youtube.svg) center / 100% no-repeat;
  content: "";
  height: 4rem;
  margin-right: .5em;
  width: 5.7rem;
}

.content-youtube .content__body {
  padding: 0 5rem;
}

.content-youtube .splide__slide {
  align-items: center;
}

.content-youtube .splide__track::before,
.content-youtube .splide__track::after {
  background-image: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.youtube-thumb {
  position: relative;
  transform: scale(.8);
  transition: .3s ease-out;
  z-index: 0;
  margin: 0 -1rem;
}

.content-youtube .splide__slide.is-active .youtube-thumb {
  transform: scale(1);
  margin: 0;
}

.youtube-thumb::before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: .2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.youtube-thumb::after {
  background: url(/lp3/img/icon/play.svg) center / 100% no-repeat;
  content: "";
  height: 5rem;
  left: 50%;
  opacity: .8;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
  z-index: 2;
}

.content-youtube .content__foot {
  margin-top: 4rem;
  text-align: center;
}

/* --------------------------------
  フッター
-------------------------------- */
.footer {
  background-color: #000;
  margin-top: 4.167vw;
  padding-bottom: 2.083vw;
}

.footer__head {
  border-bottom: 1px solid rgba(255,255,255, .2);
  padding: 2.083vw 0;
}

.footer__body {
  padding: 2.083vw 0;
}

.footer__link {
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin: 0 1.042vw;
}

.footer__copy {
  color: #fff;
  line-height: 1;
  margin-top: 1.042vw;
  opacity: .6;
  text-align: center;
}

/* --------------------------------
  ボタン
-------------------------------- */
.button {
  border-radius: 10em;
  display: inline-block;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: .04em;
  line-height: 1.2;
  padding: 1.2em 1.6em 1.4em 1.6em;
}

.button__inner {
  background: url(/lp3/img/icon/arrow-button.svg) left center / 1.2em no-repeat;
  padding-left: 1.6em;
}

.button-key {
  background-image: linear-gradient(to right, var(--color-key), var(--color-key-2));
  border: .10416vw solid rgba(255,255,255, .3);
  box-shadow: 0 .20833vw 1.10416vw rgba(0,0,0, .2);
  color: #fff;
}

.button-black {
  border: 1px solid;
  color: var(--body-color);
}

.button-black .button__inner {
  background-image: url(/lp3/img/icon/arrow-button-black.svg);
  padding-bottom: .2em;
}

.button-ghost {
  border: 1px solid;
  color: #fff;
}

.button-sm {
  font-size: 1.2rem;
}

.button-cta {
  box-shadow: 0 .3125vw 1.04166vw rgba(0,0,0, .2);
  display: block;
  font-size: 2.8rem;
  padding: .4em 1em .8em 1em;
  text-align: center;
}

.button-cta .lg {
  font-size: 1.15em;
}

.button-cta__label {
  display: block;
  line-height: 1;
  text-align: center;
  margin-bottom: .4em;
}

.button-cta__label-inner {
  background-color: #fff;
  border-radius: 10em;
  color: var(--color-key);
  display: inline-block;
  font-size: 1.8rem;
  padding: .2em .5em .3em;
  letter-spacing: 0;
}

.button-youtube {
  box-shadow: 0 .3rem 1rem rgba(0,0,0, .2);
  font-size: 2rem;
  line-height: 6.7rem;
  padding: 0 2em;
}

/* --------------------------------
  aリンク
-------------------------------- */
.link {
  text-decoration: underline;
}

/* --------------------------------
  ユーティリティー
-------------------------------- */
.lg {
  font-size: 1.25em;
}

.sm {
  font-size: .75em;
}

.xs {
  font-size: .5em;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 1.5em;
}

.d-inline-block {
  display: inline-block;
}

.text-key {
  color: var(--color-key);
}

.text-key-2 {
  color: var(--color-key-2);
}

.text-white {
  color: #fff;
}

.text-under {
  border-bottom: .15625vw solid;
}

.text-under-key {
  border-bottom: .15625vw solid var(--color-key);
}

.fw-bold {
  font-weight: var(--font-weight-bold);
}

.fw-black {
  font-weight: var(--font-weight-black);
}

.text-center {
  text-align: center;
}

.text-indent {
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}

.text-indent + .text-indent {
  margin-top: .5em;
}

.list li {
  line-height: 1.6;
}

.list li:not(:last-child) {
  margin-bottom: .5em;
}

.list-disc li {
  padding-left: 1em;
  text-indent: -1em;
}

.list-num li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.text-xl {
  font-size: var(--font-size-xl);
}

.text-lg {
  font-size: var(--font-size-lg);
}

.text-sm {
  font-size: var(--font-size-sm);
}

.text-xs {
  font-size: var(--font-size-xs);
}

.banner-wrap {
  margin: 4.167vw 0;
  padding: 0 2.604vw;
}

.banner {
  display: block;
  margin: 0 0.521vw;
}

/* ================================================================
  hoverアニメーション
================================================================ */
@media (hover: hover) and (pointer: fine) {

  .button,
  .banner {
    transition: 1s cubic-bezier(.16,1.48,.64,1);
  }

  .button:hover {
    opacity: .8;
    transform: translateY(-5%);
  }

  .banner:hover{
    opacity: .8;
  }

  .link:hover {
    text-decoration: none;
  }

  .youtube-thumb:hover {
    cursor: pointer;
    opacity: .8;
  }

}

/* ================================================================
  PC版のみレイアウト
================================================================ */
@media screen and (min-width: 768px) {

  /* --------------------------------
    ヘッダー
  -------------------------------- */
  .header {
    left: 0;
    position: sticky;
    top: 0;
    z-index: 100;
  }

  /* --------------------------------
    コンテンツ
  -------------------------------- */
  .content-about .content__body {
    align-items: flex-start;
    display: flex;
  }

  .content-about__text {
    flex: 1;
    margin-left: 3.125vw;
    margin-top: -0.521vw;
    order: 1;
  }

  .results-wrap {
    margin: 0 auto;
    max-width: 44.792vw;
  }

  .voice__img {
    max-width: 5.208vw;
    width: 33%;
  }

  .program-lists {
    display: flex;
    flex-wrap: wrap;
    margin: -0.521vw -0.651vw;
  }

  .program-list {
    display: flex;
    padding: 0.521vw 0.651vw;
    width: calc(100% / 3);
  }

  .program {
    display: flex;
    flex-direction: column;
  }

  .case {
    margin-left: auto;
    margin-right: auto;
    max-width: 52.083vw;
  }

  .case__lists {
    display: flex;
    margin: 0 -1.562vw;
  }
  
  .case__list {
    display: flex;
    flex-direction: column;
    padding: 0 1.563vw;
    width: 50%;
  }

  .content__inner {
    margin: 0 auto;
    max-width: 60.417vw;
  }

  .content-cta .content__head {
    display: flex;
    justify-content: center;
  }
  
  .content-cta .content__head-left {
    margin-right: 2.083vw;
  }

  .content-cta .content__body {
    margin: 1.5625vw auto 0;
    max-width: 52.083vw;
  }

  .content-cta__button-wrap {
    margin: 0 auto;
    max-width: 32.813vw;
  }

  .faqs {
    max-width: 52.083vw;
    margin: 0 auto;
  }

  .content-page .content__body {
    max-width: 52.083vw;
    margin-left: auto;
    margin-right: auto;
  }

  .overview {
    align-items: flex-start;
    display: flex;
  }

  .overview__title {
    margin-top: .1em;
    width: 10.417vw;
  }

  .overview__text {
    flex: 1;
  }

  .content-mentor-slider__info {
    text-align: center;
  }

  /* --------------------------------
    フッター
  -------------------------------- */
  .footer__lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  /* --------------------------------
    ユーティリティー
  -------------------------------- */
  .pc-none {
    display: none;
  }

}

/* ================================================================
  スマホ版レイアウト
================================================================ */
@media screen and (max-width: 767px) {
  :root {
    --font-size-base: 1.6rem;
    --font-size-xl: 3rem;
    --font-size-lg: 1.6rem;
    --font-size-sm: 1.4rem;
    --font-size-xs: 1.2rem;
  }

  img {
    width: 100%;
  }

  html {
    font-size: 2.66667vw;
  }
  
  /* --------------------------------
    共通コンテナ
  -------------------------------- */
  .container {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }

  /* --------------------------------
    ヘッダー
  -------------------------------- */
  .header {
    height: 16vw;
    padding: 2.667vw 5.333vw;
  }

  .logo__img {
    height: 10.667vw;
    width: auto;
  }

  .header__button.button-link {
    font-size: 1rem;
  }

  /* --------------------------------
    ファーストビュー
  -------------------------------- */
  .hero {
    padding: 7.19999vw 0;
  }

  .hero .container {
    padding-right: 0;
  }

  .hero__medals {
    margin-bottom: 4vw;
  }

  .hero__medal {
    margin-right: 2.667vw;
    width: 33.6vw;
  }

  .hero__bubble {
    font-size: 2rem;
    height: 13.867vw;
    padding: 2.66666vw 0 0 5.067vw;
    text-shadow: 0 0 2.66666vw rgba(0, 0, 0, .2);
    width: 89.333vw;
    margin-bottom: 1.067vw;
  }

  .hero__bubble .sm {
    font-size: 1.5rem;
  }

  .hero__sub-title {
    font-size: 2.6rem;
    margin-bottom: 0.8vw;
  }

  .hero__sub-title .sm {
    font-size: 2.3rem;
  }

  .hero__title {
    font-size: 3rem;
    margin-bottom: 4.8vw;
  }

  .hero__title-item {
    padding: 0 3.2vw 1.333vw;
  }
  
  .hero__readbox {
    font-size: 1.2rem;
    gap: 9.333vw;
    grid-template-columns: 41.333vw 38.667vw;
    height: 13.333vw;
    margin-bottom: 4.267vw;
    width: 89.333vw;
  }

  .hero__readbox .sm {
    display: inline-block;
    font-size: 1rem;
    transform-origin: left;
    transform: scale(.9);
  }

  .hero__readbox-item {
    padding: 2.13333vw 0 0 10.667vw;
  }

  .hero__info {
    font-size: 1.2rem;
  }

  /* --------------------------------
    コンテンツ
  -------------------------------- */
  .content {
    padding-top: 10.667vw;
  }
  
  .content__sub-title {
    margin-top: 5.333vw;
  }
  
  .content__title::before {
    height: 1.067vw;
    margin: 0 auto 2.6666vw;
    width: 16vw;
  }
  
  .content__body {
    margin-top: 6.667vw;
  }

  .content-about,
  .content-result {
    padding-bottom: 10.667vw;
  }

  .content-about .content__body {
    margin-top: 0;
  }

  .content-about__text {
    font-size: 1.6rem;
    margin-top: 8vw;
  }

  .content-about__img {
    padding: 0 9.6vw 0 9.333vw;
    width: 100%;
  }

  .results {
    margin: -1.067vw;
  }

  .result {
    padding: 1.067vw;
  }

  .content-voice {
    margin-bottom: 10.667vw;
  }

  .content-voice .container {
    padding: 0;
  }

  .splide__track::after,
  .splide__track::before {
    width: 9.333vw;
  }

  .splide__arrow {
    height: 13.333vw;
    width: 13.333vw;
  }

  .splide__arrow::before {
    height: 4.8vw;
    width: 4.8vw;
  }

  .splide__arrow--prev {
    left: 2.667vw;
  }

  .splide__arrow--next {
    right: 2.667vw;
  }

  .splide__pagination {
    margin-top: 4vw;
  }

  .splide__pagination__page {
    height: 3.733vw;
    width: 3.733vw;
    margin: 1.333vw;
  }
  
  .voice {
    border-top-width: 0.533vw;
    margin: 0 1.333vw;
  }

  .voice__head {
    padding: 3.2vw 4vw 4vw;
  }

  .voice__img {
    width: 21.333vw;
  }

  .voice__title {
    font-size: 2rem;
  }

  .voice__medal-wrap {
    padding: 0 4vw;
  }

  .voice__medal {
    height: 18.667vw;
    padding: 0 5.333vw;
  }

  .voice__medal::before,
  .voice__medal::after {
    height: 13.333vw;
    left: 2.667vw;
    margin-top: -6.667vw;
    width: 5.6vw;
  }

  .voice__medal::after {
    left: auto;
    right: 2.667vw;
  }

  .voice__medal-label {
    font-size: 1.2rem;
  }

  .voice__medal-title {
    font-size: 1.6rem;
    margin: 1.6vw 0 1.067vw;
  }

  .voice__infos {
    padding: 4vw 0;
  }

  .voice__info-label {
    font-size: 1.4rem;
  }

  .voice__info-label-2 {
    font-size: 1.2rem;
  }

  .voice__info-text {
    font-size: 1.4rem;
  }

  .voice__foot {
    padding: 5.333vw 4vw 4vw;
  }

  .voice__foot-label {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .content-program {
    padding-bottom: 10.667vw;
  }

  .content-program .content__body {
    margin-top: 0;
  }

  .program-list {
    margin-top: 4vw;
  }

  .program__num {
    font-size: 4rem;
  }

  .program__num::before {
    font-size: 1rem;
    margin: 0 0 -0.5em;
  }

  .program__title {
    border-top-width: 0.533vw;
    font-size: 2rem;
    padding: 2.933vw 4vw 3.467vw;
  }

  .program__body {
    padding: 4vw;
  }

  .program__text {
    font-size: 1.6rem;
  }

  .program__img {
    margin-top: 4vw;
  }

  .content-case {
    padding-bottom: 10.667vw;
  }

  .case {
    border-width: 0.533vw;
  }

  .case:not(:last-child) {
    margin-bottom: 8vw;
  }

  .case__head {
    padding: 2.667vw 4vw;
  }

  .case__num {
    margin-right: 2.667vw;
    width: 12vw;
  }

  .case__num-text {
    font-size: 1rem;
  }

  .case__num-text2 {
    font-size: 2.8rem;
  }

  .case__title {
    font-size: 2rem;
  }

  .case__body {
    padding: 4vw;
  }

  .case__lists + .case__lists {
    margin-top: 8vw;
  }

  .problem-cross {
    margin-bottom: 8vw;
  }

  .problem-cross .problem__body::after {
    background-image: url(/lp3/img/problem-arrow-sp.svg);
    bottom: 0;
    height: 9.333vw;
    right: 50%;
    top: auto;
    transform: translate(50%, 100%);
    width: 21.333vw;
  }

  .problem__title {
    font-size: 1.8rem;
    padding-right: 2.667vw;
  }

  .problem-cross .problem__title,
  .problem-circle .problem__title {
    background-position: 2.667vw;
  }

  .problem__body {
    background-size: 19.733vw;
    background-position: right 2.66666vw bottom;
    padding: 3.733vw 4vw 4vw;
  }

  .problem-cross .problem__body,
  .problem-circle .problem__body  {
    background-size: 19.733vw;
    background-position: right 2.66666vw bottom;
  }

  .problem__text {
    font-size: 1.6rem;
  }

  .content-price {
    padding: 5.33333vw 0;
  }

  .price-lists,
  .price-bnrs,
  .credit {
    max-width: 100%;
  }

  .price-lists {
    gap: 2rem;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
    padding: 0 3rem;
  }

  .price-list {
    grid-template-columns: 8.5rem 1fr;
    height: 7rem;
  }

  .price-list__badge {
    font-size: 1.8rem;
    height: 3rem;
  }

  .price-list__ttl {
    font-size: 1.8rem;
  }

  .price-list__ttl .lg {
    font-size: 2.4rem;
  }

  .price-list__txt {
    font-size: 1.6rem;
  }

  .price-bnrs {
    gap: 2rem;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .price__note {
    font-size: 1.4rem;
  }

  .price__comment {
    font-size: 1.4rem;
    text-align: left;
  }

  .credit {
    margin-top: 10.667vw;
    padding: 8vw 4vw 4vw;
  }

  .credit__img {
    height: 7.467vw;
    width: auto;
  }

  .content-cta {
    margin-top: 10.667vw;
    padding: 10.667vw 2.667vw;
  }

  .content__inner {
    border-width: 0.8vw;
    padding: 5.333vw 2.667vw 2.667vw;
  }

  .content-cta .content__head {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .content__head-right {
    margin-top: 4vw;
  }

  .content-cta .content__sub-title {
    border-width: 0.533vw;
    font-size: 1.8rem;
  }

  .content-cta__price {
    font-size: 1.4rem;
  }

  .cta-text__inner {
    font-size: 1.4rem;
  }

  .cta-text__inner .text-sm {
    font-size: 1rem;
  }

  .cta-text__inner .num {
    font-size: 1.2rem;
  }

  .content-cta .content__body {
    margin-top: 1.333vw;
    padding: 4vw 2.667vw 2.667vw;
  }

  .button-cta__label {
    margin-bottom: .6em;
  }

  .button-cta__label-inner {
    font-size: 1.2rem;
  }

  .button-cta {
    box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .2);
    font-size: 1.4rem;
    padding: 1em 0 1.2em;
  }

  .button-cta .lg {
    font-size: 1.8rem;
  }

  .content-cta__info {
    font-size: 1.4rem;
  }

  .faq {
    padding: 4vw 0;
  }

  .faq__title {
    font-size: 1.8rem;
    padding-left: 8vw;
  }

  .faq__text {
    padding-left: 8vw;
  }

  .content-page .content__body {
    font-size: 1.4rem;
  }
  
  .content-page__title {
    border-left-width: .53333vw;
    font-size: 1.6rem;
  }

  .overview__title {
    margin-bottom: .5em;
  }

  .wrong-lists {
    max-width: 100%;
  }

  .wrong-list {
    align-items: flex-start;
    gap: 0;
    margin-top: 8vw;
  }

  .wrong-list__img {
    width: 21.333vw;
  }

  .wrong-list__txt {
    font-size: 1.6rem;
    min-height: auto;
    padding: 4vw 5.333vw;
  }

  .wrong-list__txt::before {
    height: 5.333vw;
    top: 5.333vw;
    width: 5.333vw;
  }

  .wrong-list:nth-child(1) .wrong-list__txt::before {
    left: -5.333vw;
  }

  .wrong-list:nth-child(2) .wrong-list__txt::before {
    right: -5.333vw;
  }

  .wrong-alert {
    padding: 8vw 0;
  }

  .wrong-alert__txt {
    font-size: 3rem;
    height: 37.333vw;
  }

  .content-correct {
    margin-top: -10.667vw;
    padding-bottom: 8vw;
  }

  .content-correct__chart {
    width: 80%;
  }

  .content-correct .content__head .content__title {
    font-size: 2.2rem;
  }

  .content-correct .content__foot {
    margin-top: 6.667vw;
  }

  .content-correct .content__foot::after {
    height: 12.8vw;
    margin-top: 8vw;
    width: 14.933vw;
  }

  .content-correct .content__foot .content__title {
    font-size: 2rem;
    letter-spacing: -.05em;
  }

  .flow-lists {
    gap: 2.667vw;
    margin-top: 6.667vw;
  }

  .flow-list:nth-child(2)::after {
    height: 6.667vw;
    width: 6.667vw;
    margin: 14.667vw -1.333vw 0 -1.333vw;
  }

  .flow-list__img {
    width: 26.667vw;
  }

  .program2-wrap {
    border-width: 0.533vw;
    margin-top: 10.667vw;
    padding: 20vw 5.333vw 0;
  }

  .program2__step {
    left: -0.533vw;
    top: -0.533vw;
  }

  .program2__step-img {
    height: 10.667vw;
    width: auto;
  }

  .program2 {
    gap: 6.667vw;
    grid-template-columns: 1fr;
    margin-bottom: 10.667vw;
  }

  .program2__ttl {
    font-size: 2.2rem;
    text-align: center;
    padding-left: 0;
  }

  .program2__ttl::before {
    background-image: linear-gradient(90deg, #a62b17 0%, #a62b17 48%, #f6f6f6 48%, #f6f6f6 51%, #000 51%, #000 100%);
    height: 1.067vw;
    margin: 0 auto 2.666666666666667vw;
    position: static;
    width: 16vw;
  }

  .program2__ttl-sm {
    font-size: 1.4rem;
    margin-top: .25em;
  }

  .program2__txt {
    font-size: 1.6rem;
  }

  .program2-repeat {
    margin: 5.333333333333334vw auto -5.333333333333334vw;
    height: 13.333vw;
    width: 46.667vw;
  }

  .program2-note {
    font-size: 1.4rem;
  }

  .support {
    border-top-width: 0.8vw;
    margin-top: 10.667vw;
  }

  .support__ttl {
    font-size: 2.2rem;
    padding: 5.333vw 0 1.333vw;
  }

  .support__body {
    padding: 0 5.333vw 2.667vw;
  }

  .program2__img {
    width: 100%;
  }

  .support__lists {
    gap: 0 4vw;
    grid-template-columns: 1fr 1fr;
  }

  .support__list {
    padding: 4vw 0;
  }

  .support__list:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid var(--border-color);
  }

  .support__list-head {
    gap: 2.133vw;
    grid-template-columns: 1fr;
  }

  .support__list-ico {
    margin: 0 auto;
    width: 16vw;
  }

  .support__list-ttl {
    font-size: 1.4rem;
    text-align: center;
    white-space: nowrap;
  }

  .support__list-body {
    display: none;
  }

  .good {
    border-width: 0.8vw;
    margin-top: 16vw;
    padding: 0 5.333vw 5.333vw;
  }
  
  .good__ttl {
    font-size: 2.4rem;
    font-weight: var(--font-weight-bold);
    line-height: 1.4;
    margin-bottom: 6.667vw;
  }
  
  .good__ttl::before {
    height: 16vw;
    margin: -8vw auto 2.66666vw;
    width: 16vw;
  }

  .good__body {
    gap: 6.667vw;
    grid-template-columns: 1fr;
  }

  .good__def {
    margin-bottom: 6.667vw;
    padding: 0 4vw 4vw;
  }

  .good__def-ttl {
    font-size: 1.8rem;
    margin-bottom: 4vw;
    padding: 1.867vw 0 2.667vw;
  }

  .good__def-ttl::after {
    left: -8vw;
    width: 78.667vw;
  }

  .good__def-list {
    font-size: 1.8rem;
  }

  .good__def-list li {
    text-indent: -1.25em;
    padding-left: 1.25em;
  }

  .good__def-list li + li {
    margin-top: .6em;
  }

  .good__def-list li::before {
    font-size: 2rem;
  }

  .good__list li {
    font-size: 1.6rem;
    padding-left: 4vw;
    text-indent: -4vw;
  }

  .good__list li::before {
    height: 2.133vw;
    width: 2.133vw;
  }

  .good__list li + li {
    margin-top: .6em;
  }

  .good__txt {
    font-size: 1.6rem;
    margin-top: .6em;
  }

  .good__figure {
    text-align: center;
  }

  .good__img {
    width: 57.333vw;
  }

  .good__figcaption {
    font-size: 1.4rem;
  }

  .content-review .content__body {
    margin-top: 5.333vw;
    padding: 0;
  }

  .review {
    margin: 0 1.333vw;
  }

  .reviews .review:last-child {
    margin-top: 3.2vw;
  }

  .review__txt {
    background-size: 5.333vw;
    font-size: 1.4rem;
    padding-left: 6.667vw;
  }

  .content-mentor {
    padding-bottom: 10.667vw;
  }

  .content-mentor .content__body {
    margin-top: 5.333vw;
  }

  .mentor-read {
    font-size: 2.2rem;
    margin-bottom: 9.333vw;
    text-align: left;
  }

  .mentor-em {
    border-width: 0.533vw;
    font-size: 2.6rem;
    margin: 0 2.133vw 0 0;
    padding: 0.8vw 3.2vw 1.6vw;
  }

  .mentor-company {
    gap: 0;
    justify-content: space-between;
  }

  .mentor-company__img {
    border-width: 0.533vw;
    box-shadow: 0 0 10.66666vw #fff;
    width: 26.667vw;
  }

  .content-mentor-slider {
    margin-bottom: 10.667vw;
  }

  .content-mentor-slider .container {
    padding: 0;
  }

  .content-mentor-slider .content__title {
    font-size: 2.4rem;
  }

  .content-mentor-slider .content__title::before,
  .content-mentor-slider .content__title::after {
    height: 0.533vw;
    margin: 0 2.667vw;
    width: 5.333vw;
  }

  .content-mentor-slider .content__body {
    margin-top: 6.667vw;
  }

  .mentor {
    margin: 0 1.333vw;
  }

  .mentor__head {
    height: 26.667vw;
    padding: 4vw 4vw 0 0;
  }

  .mentor__name {
    font-size: 2.2rem;
    margin: 1.333vw 0 4vw 0;
    padding-left: 5.333vw;
  }

  .mentor__label {
    font-size: 1.6rem;
    padding: 1.6vw 5.333vw 2.133vw;
  }

  .mentor__img {
    right: 4vw;
    width: 24vw;
  }

  .mentor__body {
    padding: 0 1.067vw 1.067vw;
  }

  .mentor__body-inner {
    min-height: 70.667vw;
    padding: 4vw;
  }

  .mentor__list li {
    font-size: 1.4rem;
    text-indent: -3.2vw;
    padding-left: 3.2vw;
  }

  .mentor__list li::before {
    height: 1.6vw;
    margin-right: 1.6vw;
    width: 1.6vw;
  }

  .content-interview {
    padding-bottom: 10.667vw;
  }

  .content-interview .content__body {
    grid-template-columns: 1fr;
    gap: 8vw;
  }

  .interview {
    border-width: 0.533vw;
    padding: 4vw 5.333vw 5.333vw;
  }

  .interview__head {
    gap: 4vw;
    grid-template-columns: 1fr 21.33333vw;
    height: 44vw;
    margin-bottom: 5.333vw;
    position: relative;
  }

  .interview__name {
    font-size: 2rem;
    margin: 3.2vw 0 0;
  }

  .interview__name-info {
    display: block;
    font-size: 1.6rem;
  }

  .interview__head .voice__medal {
    left: 0;
    position: absolute;
    top: 25.333vw;
    width: 100%;
  }

  .interview__body .button {
    font-size: 1.6rem;
    margin: 5.333vw 0 0;
    width: 100%;
  }

  .content-offer {
    padding: 0 0 10.667vw;
  }

  .offer__title {
    font-size: 2.4rem;
    line-height: 7rem;
  }

  .offer__title::after {
    bottom: -1.5rem;
    height: 1.6rem;
    width: 1.8rem;
  }

  .offer__title .sm {
    font-size: 1.8rem;
  }

  .offer__body {
    border-width: .5rem;
    padding: 2.5rem 1.5rem 2rem;
  }

  .offer__read,
  .offer__txt {
    font-size: 1.8rem;
  }

  .offer__read .sm {
    font-size: 1.2rem;
  }

  .offer__read .lg,
  .offer__txt .lg {
    font-size: 2.4rem;
  }

  .offer__img {
    margin-bottom: 1.3rem;
  }

  .offer__infos {
    margin-top: 2.5rem;
  }
  
  .offer__info:not(:first-child) {
    margin-top: .5em;
  }

  .content-youtube {
    padding-bottom: 10.667vw;
  }

  .content-youtube .content__title {
    font-size: 2.4rem;
  }

  .content-youtube .content__title-icon {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .content-youtube .content__title-icon::before {
    height: 2rem;
    width: 2.85rem;
  }

  .content-youtube .content__title-inner {
    padding: 0 3.4rem;
  }

  .content-youtube .content__title-inner::before,
  .content-youtube .content__title-inner::after {
    height: 6rem;
    width: .3rem;
  }

  .content-youtube .content__body {
    padding: 0;
  }

  .content-youtube .splide__track {
    margin: -.5rem 0 -1rem;
  }

  .youtube-thumb {
    margin: 0 -2rem;
  }

  .content-youtube .content__foot {
    margin-top: 3rem;
  }

  /* --------------------------------
    フッター
  -------------------------------- */
  .footer {
    margin-top: 10.667vw;
    padding-bottom: 29.333vw;
    text-align: center;
  }

  .footer__head,
  .footer__body {
    padding: 8vw 0;
  }

  .footer__list:not(:last-child) {
    margin-bottom: 3.2vw;
  }

  .footer__copy {
    font-size: 1.2rem;
    margin-top: 2.667vw;
  }

  /* --------------------------------
    フッター固定ナビゲーション
  -------------------------------- */
  .footer-nav {
    background-color: rgba(0,0,0, .8);
    bottom: 0;
    height: 21.333vw;
    left: 0;
    padding: 2.667vw;
    position: fixed;
    width: 100%;
    z-index: 100;
  }

  .footer-nav__inner {
    display: flex;
    justify-content: space-between;
  }

  .footer-nav__inner .button-ghost {
    padding: 0 0 .4em;
    width: 36vw;
  }

  .footer-nav__inner .button-key {
    font-size: 1.5rem;
    padding: 0 0 .15em;
    width: 100%;
  }

  .footer-nav__button {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 16vw;
  }

  .footer-nav__button .button__inner {
    background-size: 1.5em;
    display: block;
    padding-left: 2em;
  }

  /* --------------------------------
    ボタン
  -------------------------------- */
  .button-key {
    border-width: .53333vw;
  }

  .button-youtube {
    font-size: 1.4rem;
    line-height: 3.7rem;
  }

  /* --------------------------------
    ユーティリティー
  -------------------------------- */
  .sp-none {
    display: none!important;
  }

  .text-under,
  .text-under-key {
    border-bottom-width: .53333vw;
  }

  .banner-wrap {
    margin: 16vw 0;
    padding: 0;
  }

  .banner-wrap__item {
    margin: 10.667vw 0;
  }

  .banner {
    margin: 0 1.333vw;
  }

}