@charset "UTF-8";
:root {
  --bp-sm: 768px;
  --bp-lg: 1024px;
  --layer-loading: 200;
  --layer-modal: 100;
  --layer-drawer: 40;
  --layer-floating: 30;
  --layer-header: 20;
  --layer-footer: 10;
  --layer-default: 1;
  --width-container: 900px;
  --width-header: 1200px;
  --spacing-page: 20px;
  --color-primary: #ee5401;
  --color-accent: #d8002e;
  --color-text-primary: #1e1e1e;
  --color-dividers: #ddd;
  --color-background: #f5f4ec;
  --color-text-link: #1e1e1e;
  --color-text-hover: #909090;
  --font-size-base: 16px;
  --line-height-base: 1.8;
  --line-height-base-sm: 1.6;
  --font-family-base: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  --transition-duration: 0.3s;
  --letter-spacing-base: normal
}
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, ::before, ::after {
  box-sizing: border-box;
  min-width: 0;
  border-width: 0;
  border-style: solid
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #fff0
}
body {
  margin: 0
}
main {
  display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}
dt {
  font-weight: 700
}
dd {
  margin-left: 0
}
hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  clear: both;
  overflow: visible;
  border-top-width: 1px;
  color: inherit
}
pre {
  font-size: inherit;
  font-family: monospace, monospace
}
address {
  font-style: inherit
}
a {
  background-color: #fff0;
  color: inherit;
  text-decoration: none
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-size: inherit;
  font-family: monospace, monospace
}
small {
  font-size: 80%
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
svg, img, embed, object, iframe {
  vertical-align: bottom
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: #fff0;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle
}
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default
}
:-moz-focusring {
  outline: auto
}
select:disabled {
  opacity: inherit
}
option {
  padding: 0
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0
}
legend {
  padding: 0
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}
[type="search"] {
  outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
[type="number"] {
  -moz-appearance: textfield
}
label[for] {
  cursor: pointer
}
details {
  display: block
}
summary {
  display: list-item
}
[contenteditable]:focus {
  outline: auto
}
table {
  border-color: inherit;
  border-collapse: collapse
}
caption {
  text-align: left
}
td, th {
  padding: 0;
  vertical-align: top
}
th {
  font-weight: 700;
  text-align: left
}
html {
  scroll-behavior: smooth
}
html:has(dialog[open]) {
  overflow: hidden
}
body {
  min-height: 100dvh;
  color: var(--color-text-primary);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-family: var(--font-family-base);
  letter-spacing: var(--letter-spacing-base);
  line-break: strict;
  word-break: normal;
  overflow-wrap: anywhere
}
@media (width <=767px) {
  body {
    line-height: var(--line-height-base-sm)
  }
}
img {
  display: block;
  max-width: 100%;
  height: auto
}
dfn, cite, em, i {
  font-style: italic
}
@media (width <=767px) {
  : root {
    --font-size-base: 4.27vw;
    --spacing-page: 5.33vw
  }
}
.u-uppercase {
  text-transform: uppercase
}
.u-bold {
  font-weight: 700
}
.u-accent {
  color: var(--color-primary)
}
.u-red {
  color: var(--color-accent)
}
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, ::before, ::after {
  box-sizing: border-box;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #fff0
}
body {
  margin: 0
}
main {
  display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}
dt {
  font-weight: 700
}
dd {
  margin-left: 0
}
hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  clear: both;
  overflow: visible;
  border-top-width: 1px;
  color: inherit
}
pre {
  font-size: inherit;
  font-family: monospace, monospace
}
address {
  font-style: inherit
}
a {
  background-color: #fff0;
  color: inherit;
  text-decoration: none
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-size: inherit;
  font-family: monospace, monospace
}
small {
  font-size: 80%
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
svg, img, embed, object, iframe {
  vertical-align: bottom
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: #fff0;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle
}
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default
}
:-moz-focusring {
  outline: auto
}
select:disabled {
  opacity: inherit
}
option {
  padding: 0
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0
}
legend {
  padding: 0
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}
[type="search"] {
  outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
[type="number"] {
  -moz-appearance: textfield
}
label[for] {
  cursor: pointer
}
details {
  display: block
}
summary {
  display: list-item
}
[contenteditable]:focus {
  outline: auto
}
table {
  border-color: inherit;
  border-collapse: collapse
}
caption {
  text-align: left
}
td, th {
  padding: 0;
  vertical-align: top
}
th {
  font-weight: 700;
  text-align: left
}
html {
  scroll-behavior: smooth
}
html:has(dialog[open]) {
  overflow: hidden
}
body {
  min-height: 100dvh;
  color: var(--color-text-primary);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-family: var(--font-family-base);
  letter-spacing: var(--letter-spacing-base);
  line-break: strict;
  word-break: normal;
  overflow-wrap: anywhere
}
@media (width <=767px) {
  body {
    line-height: var(--line-height-base-sm);
    width: 100%;
  }
}
img {
  display: block;
  max-width: 100%;
  height: auto
}
dfn, cite, em, i {
  font-style: italic
}
@media (width <=767px) {
  : root {
    --font-size-base: 4.27vw;
    --spacing-page: 5.33vw
  }
}
.p-fixednav__desktop {
  display: grid;
  z-index: var(--layer-floating);
  position: fixed;
  top: 10%;
  right: 0;
  gap: 6px
}
@media (width <=767px) {
  .p-fixednav__desktop {
    display: none
  }
}
.p-fixednav__desktop .p-fixednav__item {
  display: grid;
  place-items: center;
  width: 40px;
  height: 170px;
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / .6);
  color: var(--color-primary);
  font-weight: 700;
  letter-spacing: .1em;
  text-orientation: upright;
  transition: opacity 0.15s ease;
  writing-mode: vertical-rl
}
.p-fixednav__desktop .p-fixednav__item:last-child {
  background-color: var(--color-primary);
  color: #fff
}
@media (hover: hover) {
  .p-fixednav__desktop .p-fixednav__item:hover {
    opacity: .8
  }
}
.p-fixednav__mobile {
  display: none
}
@media (width <=767px) {
  .p-fixednav__mobile {
    display: grid;
    z-index: var(--layer-floating);
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    grid-template-columns: 24vw 24vw 1fr;
    height: 18.67vw;
    padding: 2.67vw var(--spacing-page);
    gap: 1.33vw;
    background-color: #fff
  }
  .p-fixednav__mobile .p-fixednav__item {
    display: grid;
    place-items: center;
    height: 13.33vw;
    border: .53vw solid var(--color-primary);
    border-radius: 1.33vw;
    background-color: #fff;
    color: var(--color-primary);
    font-weight: 700;
    font-size: 3.2vw;
    line-height: 1.1;
    text-align: center
  }
  .p-fixednav__mobile .p-fixednav__item:last-child {
    position: relative;
    padding-right: 2.67vw;
    background-color: var(--color-primary);
    color: #fff;
    font-size: 5.33vw;
    letter-spacing: .1em
  }
  .p-fixednav__mobile .p-fixednav__item:last-child:before {
    position: absolute;
    top: 50%;
    right: 2.67vw;
    width: 2.67vw;
    height: 2.67vw;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #fff;
    content: ""
  }
  .p-fixednav__mobile .p-fixednav__item:last-child:after {
    position: absolute;
    top: 40%;
    right: 2.13vw;
    transform: scale(.6);
    content: "▶";
    color: var(--color-primary);
    font-size: 2.67vw;
    line-height: 1
  }
}
.p-pagetop {
  display: grid;
  z-index: var(--layer-floating);
  z-index: var(--layer-floating);
  position: fixed;
  right: 20px;
  bottom: 20px;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #666;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  opacity: .5;
  transition: opacity 0.15s ease
}
@media (hover: hover) {
  .p-pagetop:hover {
    opacity: .8
  }
}
@media (width <=767px) {
  .p-pagetop {
    display: none
  }
}
.LP-footer {
  padding: 1em;
  background: #333;
  color: #ccc;
  font-size: 10px;
  text-align: center
}
@media (width <=767px) {
  .LP-footer {
    font-size: 2.67vw
  }
}
.LP-pageHeader {
  z-index: 2;
  position: relative;
  padding: 16px 0;
  box-shadow: 0 1px 4px rgb(0 0 0 / .1);
  color: #242424;
  font-size: 15px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif
}
@media (width <=767px) {
  .LP-pageHeader {
    padding: 4.27vw 0;
    box-shadow: 0 .27vw 1.07vw rgb(0 0 0 / .1);
    font-size: 4vw
  }
}
.LP-pageHeader__inner {
  max-width: var(--width-header);
  margin: 0 auto;
  padding-inline: var(--spacing-page)
}
.LP-pageHeader__logo img {
  width: 160px
}
@media (width <=767px) {
  .LP-pageHeader__logo img {
    width: 29.33vw
  }
}
.LP-pageHeader__lead {
  padding-top: 2px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  text-align: left
}
@media (width <=767px) {
  .LP-pageHeader__lead {
    padding-top: .53vw;
    font-size: 2.67vw
  }
}
.LP-subNavigation__wrap {
  z-index: 1;
  position: relative;
  color: #242424;
  font-size: 15px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif
}
@media (width>=768px) {
  .LP-subNavigation__menu {
    display: flex;
    gap: 4vw;
    align-items: center
  }
}
@media (width <=767px) {
  .LP-subNavigation__wrap {
    font-size: 3.73vw
  }
}
.LP-subNavigation__inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: var(--width-header);
  margin: 0 auto;
  background-color: #fff
}
@media (width <=1200px) {
  .LP-subNavigation__inner {
    width: 100%;
  }
}
@media (width <=767px) {
  .LP-subNavigation__inner {
    display: block;
    padding: 0;
    width: 100%
  }
}
.LP-subNavigation__title {
  margin: 0 32px 0 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.45rem
}
@media (width <=767px) {
  .LP-subNavigation__title {
    margin: 0;
    font-size: 3.73vw
  }
}
@media (width <=767px) {
  .LP-subNavigation__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5.5vw;
    width: 100%
  }
}
.LP-subNavigation__menubutton {
  display: none
}
@media (width <=767px) {
  .LP-subNavigation__menubutton {
    display: block;
    position: relative;
    width: 5.33vw;
    height: 3.73vw;
    border: 0;
    background-color: #fff0;
    cursor: pointer
  }
  .LP-subNavigation__menubutton span {
    display: block;
    position: absolute;
    left: 0;
    width: 5.33vw;
    height: .53vw;
    background-color: #242424
  }
  .LP-subNavigation__menubutton span:nth-of-type(1) {
    top: 0
  }
  .LP-subNavigation__menubutton span:nth-of-type(2) {
    top: 1.6vw
  }
  .LP-subNavigation__menubutton span:nth-of-type(3) {
    top: 3.2vw
  }
  .LP-subNavigation__menubutton.is-active span:nth-of-type(1) {
    top: 1.6vw;
    transform: rotate(45deg)
  }
  .LP-subNavigation__menubutton.is-active span:nth-of-type(2) {
    opacity: 0
  }
  .LP-subNavigation__menubutton.is-active span:nth-of-type(3) {
    top: 1.6vw;
    transform: rotate(-45deg)
  }
}
.LP-subNavigation__button {
  display: flex;
  align-items: center
}
@media (width <=767px) {
  .LP-subNavigation__button {
    display: none;
    flex-direction: column
  }
  .LP-subNavigation__button.is-open {
    display: flex;
    margin-top: 5vw;
    gap: 3vw
  }
}
.LP-subNavigation__button a {
  padding: 0 16px;
  color: inherit;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.015rem;
  line-height: 14px;
  text-decoration: none
}
@media (width <=767px) {
  .LP-subNavigation__button a {
    width: 100%;
    font-size: 3.73vw
  }
}
.LP-subNavigation__button a.btn-course {
  margin-left: 8px;
  border: 1px solid rgb(233 71 9 / .5);
  border-radius: 4px;
  background-color: #fff;
  line-height: 38px
}
@media (width <=767px) {
  .LP-subNavigation__button a.btn-course {
    margin-left: 0;
    border: .27vw solid rgb(233 71 9 / .5);
    border-radius: 0;
    line-height: 10.13vw;
    text-align: center
  }
}
.LP-subNavigation__button a.btn-course:hover {
  border: 1px solid #e94709;
  box-shadow: 0 1px 2px rgb(0 0 0 / .16);
  color: inherit
}
.LP-subNavigation__button a.btn-trial {
  margin-left: 8px;
  border: 1px solid #fff0;
  border-radius: 4px;
  background-color: #e94709;
  box-shadow: 0 2px 4px rgb(0 0 0 / .16);
  color: #fff;
  line-height: 38px
}
@media (width <=767px) {
  .LP-subNavigation__button a.btn-trial {
    margin-left: 0;
    border: .27vw solid rgb(233 71 9 / .5);
    border-radius: 0;
    line-height: 10.13vw;
    text-align: center
  }
}
.LP-subNavigation__button a.btn-trial:hover {
  box-shadow: 0 2px 4px rgb(233 71 9 / .5);
  color: #fff
}
.c-cta {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto
}
.c-cta__button {
  display: block;
  width: 370px;
  margin: 0 auto
}
@media (width <=767px) {
  .c-cta__button {
    width: 90%
  }
}
@media (hover: hover) {
  .c-cta__button:hover {
    opacity: .8
  }
}
* .c-cta__label {
  position: absolute;
  top: -9px;
  left: 23px;
  width: 69px
}
@media (width <=767px) {
  .c-cta__label {
    top: -2.4vw;
    left: 4.53vw;
    width: 17.07vw
  }
}
.c-cta__label img {
  width: 100%
}
.c-cta__text {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap
}
@media (width <=767px) {
  .c-cta__text {
    font-size: 3.2vw
  }
}
.c-cta__text_highlight {
  color: #f6de00;
  font-size: 24px;
  letter-spacing: .1em
}
@media (width <=767px) {
  .c-cta__text_highlight {
    font-size: 6.4vw
  }
}
.c-cta__text_20 {
  font-size: 20px
}
@media (width <=767px) {
  .c-cta__text_20 {
    font-size: 4.8vw
  }
}
.c-cta__text_middle {
  font-size: 22px
}
@media (width <=767px) {
  .c-cta__text_middle {
    font-size: 4.8vw
  }
}


.c-cta__note {
    margin-top: 15px;
    color: #1E1E1E;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

@media (width <= 767px) {
    .c-cta__note {
        margin-top: 4vw;
        font-size: 3.73vw;
    }
}

.p-fv__cta {
    display: flex;
    align-items: center;
    gap: 80px;
}

.p-fv__cta .c-cta__note {
  margin-top: 0;
  font-weight: 700;
  line-height: 1.6;
  font-size: 26px;
  color: #fff;
  margin-bottom: 12px;
  text-align: left;
}

.p-fv__cta .c-cta__note_02 {
  font-size: 16px;
  font-weight: normal;
}

@media (width <=767px) {
  .p-fv__cta .c-cta__note {
    margin-top: 4vw;
    line-height: 1.6;
    font-size: 4.73vw;
    margin-bottom: 0;
  }.p-fv__cta .c-cta__note_02 {
  font-size: 3.73vw;
  text-align: center;
}
}

.p-fv__cta .fv_num {
    font-size: 140%;
}

.device-flame {
  position: relative;
  width: 221px;
  margin: auto
}
@media (width <=767px) {
  .device-flame {
    width: 58.93vw
  }
}
.device-flame .item {
  position: absolute;
  top: 12px;
  left: 14px;
  width: 193px
}
@media (width <=767px) {
  .device-flame .item {
    top: 3.2vw;
    left: 3.73vw;
    width: 51.47vw
  }
}
.device-flame .img-text {
  position: absolute;
  top: 404px;
  left: -42px;
  width: 280px;
  font-size: 14px
}
@media (width <=767px) {
  .device-flame .img-text {
    top: 107.73vw;
    left: -11.2vw;
    width: 74.67vw;
    font-size: 3.73vw
  }
}
.device-flame .graph-text_wrap {
  position: absolute;
  top: 74px;
  right: 0;
  left: 0;
  width: 140px;
  height: 80px;
  margin: 0 auto;
  border-radius: 8px;
  background: #e84709
}
@media (width <=767px) {
  .device-flame .graph-text_wrap {
    top: 19.73vw;
    width: 37.33vw;
    height: 21.33vw;
    border-radius: 2.13vw
  }
}
.device-flame .graph-text .first img {
  top: 13px
}
@media (width <=767px) {
  .device-flame .graph-text .first img {
    top: 3.47vw
  }
}
.device-flame .graph-text .second img {
  top: 33px
}
@media (width <=767px) {
  .device-flame .graph-text .second img {
    top: 8.8vw
  }
}
.device-flame .graph-text .third img {
  top: 53px
}
@media (width <=767px) {
  .device-flame .graph-text .third img {
    top: 14.13vw
  }
}
.device-flame .graph-text img {
  position: absolute;
  width: 15px;
  animation: text-fadein 20s infinite
}
@media (width <=767px) {
  .device-flame .graph-text img {
    width: 4vw
  }
}
.device-flame .graph-text img.graph-text1-1 {
  left: 47px;
  animation-delay: 0.1s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-1 {
    left: 12.53vw
  }
}
.device-flame .graph-text img.graph-text1-2 {
  left: 62px;
  animation-delay: 0.2s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-2 {
    left: 16.53vw
  }
}
.device-flame .graph-text img.graph-text1-3 {
  left: 77px;
  animation-delay: 0.3s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-3 {
    left: 20.53vw
  }
}
.device-flame .graph-text img.graph-text1-4 {
  left: 26px;
  animation-delay: 0.4s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-4 {
    left: 6.93vw
  }
}
.device-flame .graph-text img.graph-text1-5 {
  left: 41px;
  animation-delay: 0.5s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-5 {
    left: 10.93vw
  }
}
.device-flame .graph-text img.graph-text1-6 {
  left: 56px;
  animation-delay: 0.6s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-6 {
    left: 14.93vw
  }
}
.device-flame .graph-text img.graph-text1-7 {
  left: 71px;
  animation-delay: 0.7s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-7 {
    left: 18.93vw
  }
}
.device-flame .graph-text img.graph-text1-8 {
  left: 86px;
  animation-delay: 0.8s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-8 {
    left: 22.93vw
  }
}
.device-flame .graph-text img.graph-text1-9 {
  left: 101px;
  animation-delay: 0.9s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-9 {
    left: 26.93vw
  }
}
.device-flame .graph-text img.graph-text1-10 {
  left: 47px;
  animation-delay: 1s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-10 {
    left: 12.53vw
  }
}
.device-flame .graph-text img.graph-text1-11 {
  left: 62px;
  animation-delay: 1.1s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-11 {
    left: 16.53vw
  }
}
.device-flame .graph-text img.graph-text1-12 {
  left: 77px;
  animation-delay: 1.2s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-12 {
    left: 20.53vw
  }
}
.device-flame .graph-text img.graph-text2-1 {
  left: 47px;
  animation-delay: 4.1s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-1 {
    left: 12.53vw
  }
}
.device-flame .graph-text img.graph-text2-2 {
  left: 62px;
  animation-delay: 4.2s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-2 {
    left: 16.53vw
  }
}
.device-flame .graph-text img.graph-text2-3 {
  left: 77px;
  animation-delay: 4.3s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-3 {
    left: 20.53vw
  }
}
.device-flame .graph-text img.graph-text2-4 {
  left: 18px;
  animation-delay: 4.4s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-4 {
    left: 4.8vw
  }
}
.device-flame .graph-text img.graph-text2-5 {
  left: 33px;
  animation-delay: 4.5s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-5 {
    left: 8.8vw
  }
}
.device-flame .graph-text img.graph-text2-6 {
  left: 48px;
  animation-delay: 4.6s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-6 {
    left: 12.8vw
  }
}
.device-flame .graph-text img.graph-text2-7 {
  left: 63px;
  animation-delay: 4.7s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-7 {
    left: 16.8vw
  }
}
.device-flame .graph-text img.graph-text2-8 {
  left: 78px;
  animation-delay: 4.8s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-8 {
    left: 20.8vw
  }
}
.device-flame .graph-text img.graph-text2-9 {
  left: 93px;
  animation-delay: 4.9s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-9 {
    left: 24.8vw
  }
}
.device-flame .graph-text img.graph-text2-10 {
  left: 108px;
  animation-delay: 5s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-10 {
    left: 28.8vw
  }
}
.device-flame .graph-text img.graph-text2-11 {
  left: 33px;
  animation-delay: 5.1s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-11 {
    left: 8.8vw
  }
}
.device-flame .graph-text img.graph-text2-12 {
  left: 48px;
  animation-delay: 5.2s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-12 {
    left: 12.8vw
  }
}
.device-flame .graph-text img.graph-text2-13 {
  left: 63px;
  animation-delay: 5.3s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-13 {
    left: 16.8vw
  }
}
.device-flame .graph-text img.graph-text2-14 {
  left: 78px;
  animation-delay: 5.4s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-14 {
    left: 20.8vw
  }
}
.device-flame .graph-text img.graph-text2-15 {
  left: 93px;
  animation-delay: 5.5s
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-15 {
    left: 24.8vw
  }
}
.device-flame img.graph01 {
  position: absolute;
  top: 228px;
  left: 7px;
  width: 130px;
  height: 105px
}
@media (width <=767px) {
  .device-flame img.graph01 {
    top: 60.8vw;
    left: 1.87vw;
    width: 34.67vw;
    height: 28vw
  }
}
.device-flame img.graph02 {
  position: absolute;
  top: 194px;
  left: 47px;
  width: 33px
}
@media (width <=767px) {
  .device-flame img.graph02 {
    top: 51.73vw;
    left: 12.53vw;
    width: 8.8vw
  }
}
.device-flame img.graph02.no2 {
  left: 65px
}
@media (width <=767px) {
  .device-flame img.graph02.no2 {
    left: 17.33vw
  }
}
.device-flame img.graph02.no3 {
  left: 85px
}
@media (width <=767px) {
  .device-flame img.graph02.no3 {
    left: 22.67vw
  }
}
.device-flame img.graph02.no4 {
  left: 117px
}
@media (width <=767px) {
  .device-flame img.graph02.no4 {
    left: 31.2vw
  }
}
.device-flame img.graph02.no5 {
  left: 149px
}
@media (width <=767px) {
  .device-flame img.graph02.no5 {
    left: 39.73vw
  }
}
@keyframes text-fadein {
  64% {
    opacity: 0
  }
  66% {
    opacity: 1
  }
  100% {
    opacity: 1
  }
}
.item {
  animation: change-img-anim 20s infinite;
  opacity: 0
}
.item:first-of-type {
  animation-delay: 0s
}
.item:nth-of-type(2) {
  animation-delay: 4s
}
.item:nth-of-type(3) {
  animation-delay: 8s
}
.item:nth-of-type(4) {
  animation-delay: 12s
}
.item:nth-of-type(5) {
  animation-delay: 16s
}
.item:nth-of-type(5) .graph02 {
  animation: graph-fadein 20s infinite;
  opacity: 0
}
.item:nth-of-type(5) .graph02:first-of-type {
  animation-delay: 0s
}
.item:nth-of-type(5) .graph02:nth-of-type(2) {
  animation-delay: 0.2s
}
.item:nth-of-type(5) .graph02:nth-of-type(3) {
  animation-delay: 0.4s
}
.item:nth-of-type(5) .graph02:nth-of-type(4) {
  animation-delay: 0.6s
}
.item:nth-of-type(5) .graph02:nth-of-type(5) {
  animation-delay: 0.8s
}
@keyframes change-img-anim {
  0% {
    opacity: 0
  }
  6% {
    opacity: 1
  }
  22% {
    opacity: 1
  }
  28% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}
@keyframes text-fadein {
  64% {
    opacity: 0
  }
  66% {
    opacity: 1
  }
  100% {
    opacity: 1
  }
}
@keyframes graph-fadein {
  0% {
    opacity: 1
  }
  30% {
    opacity: 0
  }
  90% {
    opacity: 0
  }
  92% {
    opacity: 1
  }
  100% {
    opacity: 1
  }
}
.p-section09__inner, .p-section08__inner, .p-section07__inner, .p-section06__inner, .p-section05__inner, .p-section04__inner, .p-section03__inner, .p-section02__inner {
  max-width: calc(844px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-top: 60px;
  padding-bottom: 90px;
  padding-inline: var(--spacing-page);
}
.p-section02__inner {
  border-top: none
}
@media (width <=767px) {
  .p-section09__inner, .p-section08__inner, .p-section07__inner, .p-section06__inner, .p-section05__inner, .p-section04__inner, .p-section03__inner, .p-section02__inner {
    padding-top: 10.67vw;
    padding-bottom: 10.67vw;
  }
}
.p-section08__lead, .p-section07__lead, .p-section06__lead, .p-section05__lead, .p-section04__lead, .p-section03__lead {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 15px 20px;
  border-radius: 9999px;
  background-color: #4c94db;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 1
}
@media (width <=767px) {
  .p-section08__lead, .p-section07__lead, .p-section06__lead, .p-section05__lead, .p-section04__lead, .p-section03__lead {
    padding: 3.47vw 5.33vw;
    font-size: 4.27vw
  }
}
.p-section11__title, .p-section10__title, .p-section09__title, .p-section08__title, .p-section07__title, .p-section06__title, .p-section05__title, .p-section04__title, .p-section03__title {
  margin-top: 20px;
  color: var(--color-accent);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap
}
@media (width <=767px) {
  .p-section11__title, .p-section10__title, .p-section09__title, .p-section08__title, .p-section07__title, .p-section06__title, .p-section05__title, .p-section04__title, .p-section03__title {
    margin-top: 4.67vw;
    font-size: 5.87vw
  }
}
.p-point {
  display: flex;
  position: relative
}
.p-point-label {
  display: grid;
  flex: 0 0 154px;
  place-items: center;
  padding: 15px;
  border-radius: 8px 0 0 8px;
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center
}
@media (width <=767px) {
  .p-point-label {
    flex: 0 0 13.6vw;
    padding: 0;
    border-radius: 2.13vw 0 0 2.13vw
  }
}
.p-point-point {
  display: block;
  font-size: 14px
}
@media (width <=767px) {
  .p-point-point {
    font-size: 2.67vw
  }
}
.p-point-num {
  display: block;
  font-size: 54px
}
@media (width <=767px) {
  .p-point-num {
    font-size: 6.93vw
  }
}
.p-point-content {
  flex: 0 0 calc(100% - 154px - 65px);
  padding: 22px 5em 22px 22px;
  border: 3px solid var(--color-primary);
  border-radius: 0 8px 8px 0
}
@media (width <=767px) {
  .p-point-content {
    flex: 1;
    padding: 4.53vw 2.67vw;
    border-width: .8vw;
    border-radius: 0 2.13vw 2.13vw 0
  }
}
.p-point-title {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 1
}
@media (width <=767px) {
  .p-point-title {
    font-size: 3.73vw
  }
}
.p-point-title-accent {
  display: block;
  margin-top: 10px;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: .05em
}
@media (width <=767px) {
  .p-point-title-accent {
    margin-top: 1.33vw;
    font-size: 6.93vw;
    line-height: 1.2
  }
}
.p-point-catch {
  display: grid;
  position: absolute;
  top: 50%;
  right: 0;
  place-items: center;
  aspect-ratio: 1;
  width: 133px;
  transform: translateY(-50%);
  background-image: url(../images/heading-circle.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  line-height: 1
}
@media (width <=767px) {
  .p-point-catch {
    top: auto;
    right: -2.13vw;
    bottom: -4.8vw;
    width: 16vw;
    transform: unset;
    font-size: 2.93vw;
    line-height: 1.2;
    text-align: center
  }
}
.p-fv__1 {
  height: 470px;
  padding-top: 26px;
  background-image: url(../images/fv-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}
@media (width <=767px) {
  .p-fv__1 {
    aspect-ratio: 375/447;
    height: auto;
    padding-top: 2.53vw;
    background-image: url(../images/fv-bg_sp.webp);
    background-position: bottom right;
    background-size: contain
  }
}
.p-fv__inner {
  max-width: var(--width-header);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
  position: relative
}
.p-fv__lead {
  width: 507px;
  padding: 8px 0 8px 28px;
  background: linear-gradient(90deg, #f25604 0%, #ff7a31 97.85%);
  color: #fff;
  font-weight: 700;
  font-size: 37px;
  line-height: 1.6;
  letter-spacing: .02em;
  clip-path: polygon(0 0, 100% 0%, 91% 100%, 0% 100%)
}
@media (width <=767px) {
  .p-fv__lead {
    width: 65.87vw;
    margin-left: calc(var(--spacing-page) * -1);
    padding: .53vw 0 .53vw 3.47vw;
    font-size: 5.33vw
  }
}
.p-fv__lead-small {
  font-size: 34px
}
@media (width <=767px) {
  .p-fv__lead-small {
    font-size: 4.27vw
  }
}
@media (width <=767px) {
  .p-fv__lead-small2 {
    font-size: 4.27vw
  }
}
.p-fv__title {
  margin-top: 15px;
  color: #d8002e;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.45
}
@media (width <=767px) {
  .p-fv__title {
    margin-top: 1.99vw;
    font-size: 7.28vw;
    margin-bottom: 3.14vw;
  }
}
.p-fv__note {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.35;
  padding: 20px 0 25px
}
.p-fv__note_year {
  margin-right: 10px
}
.p-fv__note_price {
  font-size: 188%;
  color: #d8002e;
  margin-right: 2px
}
.p-fv__note_yen {
  font-size: 90%;
  color: #d8002e
}
@media (width <=767px) {
  .p-fv__note_yen {
    margin-bottom: 10px
  }
  .p-fv__note_year {
    line-height: 1.2;
    display: block;
    margin-right: 6px;
    font-size: 3.88vw;
  }
  .p-fv__note {
    font-size: 4.35vw;
    letter-spacing: -1px;
    padding: 0;
    display: flex;
    align-items: end
  }
}
.p-fv__text {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 33px;
  line-height: 1.45;
  text-decoration: underline;
  text-decoration-color: #fff967;
  text-decoration-thickness: 4px;
  text-underline-offset: 6px
}
.p-fv__text_obi {
  display: flex;
  gap: 20px;
  margin-bottom: 27px
}
.p-fv__text_obi p {
  display: block;
  background: #d8002e;
  color: #fff;
  padding: 10px 20px;
  font-size: 22px;
  line-height: 1;
  font-weight: 700
}
@media (width <=767px) {
  .p-fv__text_obi {
    margin-top: 25px;
    margin-bottom: 20px;
    gap: 2vw
  }
  .p-fv__text_obi p {
    padding: 2.2vw;
    font-size: 4.42vw;
  }
}
@media (width <=767px) {
  .p-fv__text {
    font-size: 6.12vw;
    line-height: 1.35;
    text-decoration-thickness: .53vw;
    text-underline-offset: 1.07vw;
    margin-top: 4.47vw;
    letter-spacing: 1px
  }
}
.p-fv__text-small {
  font-size: 30px
}
@media (width <=767px) {
  .p-fv__text-small {
    font-size: 4vw
  }
}
.p-fv__image_pc {
  width: 340px;
  bottom: -68px;
  left: 560px;
  position: absolute
}
@media (width <=1024px) {
  .p-fv__image_pc {
    left: 53vw;
  }
}
@media (width <=767px) {
  .p-fv__image {
    width: 46.67vw;
    margin-top: 5.47vw;
  }
}
.p-fv__2 {
  padding-top: 38px;
  padding-bottom: 38px;
  background-color: #1e1e1e
}
@media (width <=767px) {
  .p-fv__2 {
    padding-top: 0.33vw;
    padding-bottom: 6.33vw;
  }
}
.p-fv__inner2 {
  max-width: calc(1141px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page)
}
.p-fv__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 26px
}
@media (width <=767px) {
  .p-fv__container {
    gap: 3.4vw;
  }
}
.p-fv__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px
}
@media (width <=767px) {
  .p-fv__items {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    gap: 3.2vw
  }
}
@media (width <=767px) {
  .p-fv__item--01 {
    grid-row: 1;
  }
}
@media (width <=767px) {
  .p-fv__item--02 {
    grid-row: 2;
  }
}
@media (width <=767px) {
  .p-fv__item--03 {
    grid-row: 3;
  }
}
.p-fv__item {
  display: grid;
  position: relative;
  justify-items: center;
  padding: 20px 10px;
  gap: 10px;
  height: 180px;
  background-color: #fff
}
@media (width <=767px) {
  .p-fv__item {
    grid-template-rows: 12.27vw;
    grid-template-columns: 12.27vw 1fr;
    align-items: center;
    justify-items: start;
    padding: 0;
    gap: 1.6vw;
    height: auto;
  }
}
.p-fv__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #f25604;
  content: "";
  clip-path: polygon(0 0, 100% 0, 0 100%)
}
@media (width <=767px) {
  .p-fv__item: :before {
    width: 4vw;
    height: 4vw
  }
}
.p-fv__item--01 .p-fv__item-image {
  width: 61px
}
@media (width <=767px) {
  .p-fv__item--01 .p-fv__item-image {
    justify-self: center;
    width: 8vw
  }
}
.p-fv__item--02 .p-fv__item-image {
  width: 62px
}
@media (width <=767px) {
  .p-fv__item--02 .p-fv__item-text .large {
    font-size: 7.2vw;
  }
}
@media (width <=767px) {
  .p-fv__item--02 .p-fv__item-image {
    justify-self: center;
    width: 8.27vw
  }
}
.p-fv__item--03 .p-fv__item-image {
  width: 65px
}
@media (width <=767px) {
  .p-fv__item--03 .p-fv__item-image {
    justify-self: center;
    width: 8.53vw
  }
}
.p-fv__item-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-align: center
}
@media (width <=767px) {
  .p-fv__item-text {
    font-size: 4.53vw
  }
}
.p-fv__item-text .large {
  padding-right: .2em
}
.p-fv__item--01 .p-fv__item-text .large {
  font-size: 30px
}
@media (width <=767px) {
  .p-fv__item--01 .p-fv__item-text .large {
    font-size: 8vw
  }
}
.p-fv__item--02 .p-fv__item-text .large {
  color: var(--color-primary);
  font-size: 27px
}
@media (width <=767px) {
  .p-fv__item--02 .p-fv__item-text .large {
    font-size: 7.2vw
  }
}
.p-fv__item--03 .p-fv__item-text .large {
  color: var(--color-primary);
  font-size: 30px
}
@media (width <=767px) {
  .p-fv__item--03 .p-fv__item-text .large {
    padding-left: .2em;
    font-size: 8vw
  }
}
.p-fv__item-text .large2 {
  padding-left: .2em;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 33px;
  line-height: 1.2
}
@media (width <=767px) {
  .p-fv__item-text .large2 {
    padding-right: .2em;
    font-size: 8vw
  }
}
.p-fv__item-text .only {
  display: inline
}
@media (width <=767px) {
  .p-fv__item-text .only {
    display: none
  }
}
@media (width <=1080px) {
  .p-fv__cta {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
}
.p-fv__cta .c-cta {
  /* width: 100%; */
}
.p-fv__cta .c-cta__button {
  width: 389px
}
@media (width <=767px) {
  .p-fv__cta .c-cta__button {
    width: 90%;
    margin: 0 auto
  }
}
.p-fv__cta .c-cta__label {
  top: -16px;
  width: 83px
}
@media (width <=767px) {
  .p-fv__cta .c-cta__label {
    top: -2.4vw;
    width: 17.07vw
  }
}
.cta-deadline {
  background: linear-gradient(transparent 60%, rgba(255, 215, 0, 0.3) 60%);
  color: #ffffff;
  font-weight: bold;
  padding: 0 0.2em;
}
.cta-deadline2 {
  font-size: 120%;
  background: linear-gradient(transparent 60%, rgba(212, 175, 55, 0.3) 60%);
  color: #eb2400;
  font-weight: bold;
}
.cta-deadline3 {
  font-size: 110%;
  color: #eb2400;
  font-weight: bold;
}
.p-section01_bnr {
  padding-top: 20px;
  padding-bottom: 26px;
  max-width: 690px !important
}
@media (width <=767px) {
  .p-section01_bnr {
    padding-top: 20px;
    padding-bottom: 10px
  }
}
.p-section01 {
  padding-top: 20px;
  padding-bottom: 40px
}
@media (width <=767px) {
  .p-section01 {
    padding-top: 5.vw;
    padding-bottom: 5vw
  }
}
.p-section01__inner {
  max-width: calc(987px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page)
}
.p-section01__lead {
  max-width: 858px;
  margin-inline: auto;
  color: #686868;
  font-size: 9px;
  line-height: 1.6;
  margin-bottom: 45px;
}
@media (width <=767px) {
  .p-section01__lead {
    font-size: 2.4vw;
    padding: 0 2vw;
    margin-bottom: 7vw;
  }
}
.pc-only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc-only {
    display: inline;
  }
}
.badge_area .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.badge_area .flex .box {
  background: url(https://studying.jp/front/lp/img/badge_icon.png) no-repeat;
  background-size: cover;
  width: 193px;
  height: 189px;
  margin: 0;
  position: relative
}
.badge_area .flex .box p {
  margin: 0
}
.badge_area .flex .box p.ttl {
  padding-top: 39px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2
}
.badge_area .flex .box p.ttl span {
  font-size: 24px
}
.badge_area .flex .box p.number {
  color: #eb2400;
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  line-height: 1.2
}
.badge_area .flex .box p.number span {
  font-size: 50px
}
.badge_area .flex .box p.number02 {
  position: absolute;
  color: #838383;
  font-size: 10px;
  top: 99px;
  left: 110px
}
@media screen and (max-width: 768px) {
  .badge_area .flex {
    gap: 0
  }
  .badge_area .flex .box {
    width: 33.333%;
    height: 30vw
  }
  .badge_area .flex .box p.ttl {
    padding-top: 5vw;
    text-align: center;
    font-weight: 600;
    font-size: 3vw;
    line-height: 1.2
  }
  .badge_area .flex .box p.ttl span {
    font-size: 5vw
  }
  .badge_area .flex .box p.number {
    font-size: 4vw
  }
  .badge_area .flex .box p.number span {
    font-size: 9vw
  }
  .badge_area .flex .box p.number02 {
    position: absolute;
    color: #838383;
    font-size: 10px;
    top: 15vw;
    left: 20vw
  }
}
.p-section02__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  text-align: center
}
@media (width <=767px) {
  .p-section02__title {
    font-size: 6.93vw;
    white-space: nowrap
  }
}
.p-section02__lead {
  margin-top: 60px;
  color: var(--color-accent);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6;
  text-align: center
}
@media (width <=767px) {
  .p-section02__lead {
    margin-top: 5.33vw;
    font-size: 5.87vw
  }
}
.p-section02__image {
  max-width: 624px;
  margin-top: 20px;
  margin-inline: auto
}
@media (width <=767px) {
  .p-section02__image {
    max-width: unset;
    margin-top: 2.67vw
  }
}
.p-section02__note {
  margin-top: 20px;
  color: #686868;
  font-size: 14px;
  line-height: 1.6;
  text-align: center
}
@media (width <=767px) {
  .p-section02__note {
    margin-top: 0;
    font-size: 2.67vw
  }
}
.p-section03 {
  overflow: hidden
}
.p-section03__image-full {
  position: relative;
  width: 100vw;
  margin-top: 40px;
  margin-inline: calc(50% - 50vw);
  padding-inline: var(--spacing-page)
}
@media (width <=767px) {
  .p-section03__image-full {
    grid-row: 2;
    margin-top: 0
  }
}
.p-section03__image-zoom {
  display: none
}
@media (width <=767px) {
  .p-section03__image-zoom {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17.33vw;
    transform: translate(-50%, -50%)
  }
  .p-section03__image-zoom img {
    width: 100%
  }
}
.p-section03__image {
  max-width: 950px;
  margin-inline: auto
}
.p-section03__desc {
  max-width: 840px;
  margin-top: 40px;
  margin-inline: auto;
  line-height: 2.3
}
@media (width <=767px) {
  .p-section03__desc {
    grid-row: 1;
    margin-top: 0;
    font-size: 4.27vw;
    line-height: 1.4
  }
}
.p-section03__cta {
  margin-top: 40px
}
@media (width <=767px) {
  .p-section03__cta {
    margin-top: 8vw
  }
}
@media (width <=767px) {
  .p-section03__container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10.67vw
  }
}
.p-section03__modal {
  display: flex;
  z-index: 9999;
  position: fixed;
  align-items: center;
  justify-content: center;
  inset: 0;
  background: rgb(0 0 0 / .8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s
}
.p-section03__modal.is-active {
  opacity: 1;
  pointer-events: auto
}
.p-section03__modal-img {
  display: block;
  max-width: 99%;
  max-height: 80vh;
  margin: auto
}
.p-section03__modal-close {
  z-index: 10000;
  position: absolute;
  top: 16px;
  right: 16px;
  border: none;
  background: none;
  color: #fff;
  font-size: 2rem
}
.p-section04__desc {
  /* margin-top: 40px; */
  line-height: 1.6
}
@media (width <=767px) {
  .p-section04__desc {
    /* margin-top: 6.67vw; */
    font-size: 4.27vw
  }
}
.p-section04__image {
  max-width: 490px;
  margin-top: 40px;
  margin-inline: auto
}
@media (width <=767px) {
  .p-section04__image {
    max-width: unset;
    margin-top: 6.67vw;
    padding-bottom: 3.22vw
  }
}
.p-section04__cta {
  margin-top: 40px
}
@media (width <=767px) {
  .p-section04__cta {
    margin-top: 5.33vw
  }
}
.p-section05 {
  overflow: hidden
}
.p-section05__title-top {
  display: inline
}
.p-section05__banner {
  width: 571px;
  margin-top: 40px;
  margin-inline: auto
}
@media (width <=767px) {
  .p-section05__banner {
    width: 100%;
    margin-top: 2.67vw
  }
}
.p-section05__desc {
  width: 571px;
  margin-top: 20px;
  margin-inline: auto;
  color: #787878;
  font-size: 9px;
  line-height: 1.4
}
@media (width <=767px) {
  .p-section05__desc {
    width: 100%;
    margin-top: 2.67vw;
    font-size: 2.4vw
  }
}
.p-section05__voices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 40px;
  max-width: 670px;
  margin-top: 35px;
  margin-inline: auto
}
@media (width <=767px) {
  .p-section05__voices {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4vw;
    column-gap: 4vw;
    row-gap: 9.6vw;
    max-width: unset;
    margin-top: 12vw
  }
}
.p-section05__voice {
  display: flex;
  flex-direction: column;
  align-items: center
}
@media (width <=767px) {
  .p-section05__voice: nth-child(9) {
    display: none
  }
}
.p-section05__voice-img {
  aspect-ratio: 1;
  width: 156px
}
@media (width <=767px) {
  .p-section05__voice-img {
    width: 26.67vw
  }
}
.p-section05__voice-img img {
  width: 100%
}
.p-section05__voice-name {
  margin-top: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4
}
@media (width <=767px) {
  .p-section05__voice-name {
    margin-top: 2.67vw;
    font-size: 3.73vw
  }
}
.p-section05__voice-desc {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4
}
@media (width <=767px) {
  .p-section05__voice-desc {
    font-size: 3.73vw
  }
}
.p-section05__voice-text {
  margin-top: 7px;
  font-size: 15px;
  line-height: 1.4
}
@media (width <=767px) {
  .p-section05__voice-text {
    margin-top: 1.87vw;
    font-size: 4vw
  }
}
.p-section05__subtitle {
  margin-top: 58px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
  text-align: center
}
@media (width <=767px) {
  .p-section05__subtitle {
    margin-top: 13.33vw;
    font-size: 5.33vw;
    margin-bottom: 3.22vw
  }
}
.p-section05__full {
  width: 100vw;
  margin-top: 40px;
  margin-inline: calc(50% - 50vw);
  padding-inline: var(--spacing-page)
}
@media (width <=767px) {
  .p-section05__full {
    margin-top: 0
  }
}
.p-section05__interviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 973px;
  margin-inline: auto;
  gap: 15px
}
@media (width <=767px) {
  .p-section05__interviews {
    grid-template-columns: 1fr;
    gap: 0
  }
}
.p-section05__interview {
  aspect-ratio: 479/269
}
.p-section05__interview iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.p-section05__cta {
  margin-top: 60px
}
@media (width <=767px) {
  .p-section05__cta {
    margin-top: 8vw
  }
  .p-section05__cta .c-cta__button {
    width: 80%
  }
}
.p-section06__content {
  display: grid;
  grid-template-columns: 1fr 362px;
  margin-top: 20px;
  gap: 20px
}
@media (width <=767px) {
  .p-section06__content {
    grid-template-columns: 1fr;
    margin-top: 6.67vw;
    gap: 4.8vw
  }
}
.p-section06__desc {
  line-height: 1.6
}
@media (width <=767px) {
  .p-section06__desc {
    font-size: 4.27vw
  }
}
.p-section06__cta {
  margin-top: 39px
}
@media (width <=767px) {
  .p-section06__cta {
    margin-top: 0
  }
}
.p-section07__desc {
  line-height: 1.6
}
@media (width <=767px) {
  .p-section07__desc {
    font-size: 4.27vw
  }
}
.p-section07__cta {
  margin-top: 39px
}
@media (width <=767px) {
  .p-section07__cta {
    margin-top: 6.67vw
  }
}
.p-section07-2 {
  padding-bottom: 135px
}
@media (width <=767px) {
  .p-section07-2 {
    padding-bottom: 13.33vw
  }
}
.p-section07-2__inner {
  max-width: calc(900px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page)
}
.p-section07-2__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  margin-top: 55px
}
@media (width <=767px) {
  .p-section07-2__grid {
    grid-template-columns: 1fr;
    margin-top: 12vw;
    gap: 6.67vw
  }
}
.p-section07-2__grid .p-sub-title {
  grid-row: 1;
  grid-column: 1
}
@media (width <=767px) {
  .p-section07-2__grid .p-sub-title {
    grid-row: 1;
    grid-column: 1;
    font-size: 4.27vw
  }
}
.p-section07-2__grid .p-grid-note {
  grid-row: 3;
  grid-column: 1/3;
  justify-self: start;
  padding-left: 50px;
  border-radius: 9999px 0 0 9999px
}
@media (width <=767px) {
  .p-section07-2__grid .p-grid-note {
    grid-row: 4;
    grid-column: 1;
    width: 100%;
    padding: 2.67vw 6.93vw 2.67vw 10.4vw;
    border-radius: 0
  }
}
.p-section07-2__grid-img {
  z-index: calc(var(--layer-default) + 1);
  position: relative;
  grid-row: 1/4;
  grid-column: 2;
  align-self: end;
  margin-left: 64px
}
@media (width <=767px) {
  .p-section07-2__grid-img {
    grid-row: 2;
    grid-column: 1;
    width: 64.53vw;
    margin-left: 0;
    margin-inline: auto
  }
}
.p-section07-2__grid-desc {
  grid-row: 2;
  grid-column: 1
}
@media (width <=767px) {
  .p-section07-2__grid-desc {
    grid-row: 3;
    grid-column: 1
  }
}
.p-section07-2__list {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 10px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px
}
@media (width <=767px) {
  .p-section07-2__list {
    -moz-column-gap: 4vw;
    column-gap: 4vw;
    row-gap: 2.13vw;
    width: 80vw;
    margin-top: 6.67vw;
    margin-inline: auto
  }
}
.p-section07-2__list-item {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6
}
@media (width <=767px) {
  .p-section07-2__list-item {
    font-size: 4vw
  }
}
.p-section07-2__list-item:before {
  display: inline-block;
  width: 15px;
  height: 13px;
  margin-right: 5px;
  background-image: url(../images/icon-check2.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ""
}
@media (width <=767px) {
  .p-section07-2__list-item: before {
    width: 4vw;
    height: 3.47vw;
    margin-right: 1.33vw
  }
}
@media (width <=767px) {
  .p-section07-2__list-item: nth-child(1) {
    order: 1
  }
  .p-section07-2__list-item:nth-child(2) {
    order: 2
  }
  .p-section07-2__list-item:nth-child(3) {
    order: 3
  }
  .p-section07-2__list-item:nth-child(4) {
    order: 5
  }
  .p-section07-2__list-item:nth-child(5) {
    order: 4
  }
  .p-section07-2__list-item:nth-child(6) {
    order: 6
  }
}
.lP-button__entry {
  background-color: #e94709;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / .25);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / .25);
  color: #fff;
  display: inline-block;
  font-size: 24px;
  line-height: 1.25;
  margin: 0 auto;
  min-width: 340px;
  padding: 16px 40px 16px 30px;
  text-decoration: none
}
@media (width <=767px) {
  .lP-button__entry {
    background-color: #e94709;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / .25);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .25);
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
    margin: 0 auto;
    padding: 16px;
    position: relative;
    text-decoration: none
  }
}
.p-section08__desc {
  line-height: 1.6
}
@media (width <=767px) {
  .p-section08__desc {
    font-size: 4.27vw
  }
}
.p-section08__cta1 {
  display: none !important
}
@media (width <=767px) {
  .p-section08__cta1 {
    display: block;
    margin-top: 10.67vw
  }
}
.p-section08__course-inner {
  max-width: 708px;
  margin-top: 30px;
  margin-inline: auto
}
@media (width <=767px) {
  .p-section08__course-inner {
    max-width: 80%;
    margin-top: 6vw
  }
}
.p-section08__course-title {
  font-weight: 700;
  line-height: 1.6;
  font-size: 2rem;
}
@media (width <=767px) {
  .p-section08__course-title {
    font-size: 5.27vw;
    text-align: center
  }
}
.p-section08__course-container {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 0;
  gap: 1rem;
  text-align: center;
  max-width: calc(844px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-top: 30px;
  padding-inline: var(--spacing-page);
}
@media (width <=767px) {
  .p-section08__course-container {
    grid-template-columns: 1fr;
    margin-top: 2.67vw;
    gap: 5.33vw
  }
}
.p-section08__course-1 {
  grid-row: 1;
  grid-column: 1
}
.p-section08__course-2 {
  width: 520px;
  margin: 30px auto 20px;
}
.p-section08__course-2_title {
  padding-bottom: 10px;
  font-size: 18px;
}
@media (width <=767px) {
  .p-section08__course-2 {
    grid-column: 1;
    width: 100%;
  }
  .p-section08__course-2_title {
    font-size: 15px;
    padding-bottom: 0;
  }
}
.p-section08__course-3 {
  grid-row: 2;
  grid-column: 1;
  transform: translateX(22px)
}
@media (width <=767px) {
  .p-section08__course-3 {
    grid-row: 3;
    grid-column: 1;
    transform: translateX(0)
  }
}
.p-section08__course-top {
  padding: 20px 0;
  background-color: #010973;
  color: #fff;
  line-height: 1.6;
}
.p-section08 .card {
  width: 100%;
  background: #fff;
  border-top: none;
  margin-top: 4rem;
}
.p-section08 .card-header {
  background: #ee5401;
  color: #fff;
  text-align: center;
  padding: 12px 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
  position: absolute;
  letter-spacing: 0.04em;
  top: -1rem;
  white-space: nowrap;
  z-index: 10;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.p-section08 .card-header span {
  font-weight: normal;
}
.p-section08 .card-body {
  border-top: none;
  background: #feece6;
  border: none;
  padding: 50px 0 30px;
  position: relative;
  width: 520px;
  margin: 0 auto;
}
.p-section08 .campaign-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.p-section08 .campaign-badge .slash {
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 900;
}
.p-section08 .campaign-badge .label {
  color: var(--color-primary);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-section08 .price-area {
  text-align: center;
  margin-bottom: 3px;
  color: red;
}
.p-section08 .price-original {
  font-size: 20px;
  color: #666;
  margin-bottom: 4px;
}
.p-section08 .price-original .old {
  text-decoration: line-through;
  color: #888;
}
.p-section08 .price-original .arrow {
  margin: 0 6px;
  color: #333;
  font-weight: 700;
}
.p-section08 .price-main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  font-weight: 900;
  color: #333;
}
.p-section08 .price-main .amount {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}
.p-section08 .price-main .yen {
  font-size: 1.1rem;
  font-weight: 700;
  color: #111;
}
.p-section08 .price-installment {
  text-align: center;
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}
.p-section08 .term-info {
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
}
.p-section08 .term-info .bracket {
  font-weight: 700;
  font-size: 140%;
  color: #ee5401;
}
.p-section08 .course-block {
  border-radius: 2px;
  overflow: hidden;
  margin: 0 40px 15px;
}
.p-section08 .course-header {
  display: flex;
  align-items: stretch;
  background: #fff;
}
.p-section08 .course-label {
  background: #ee5401;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  letter-spacing: 0.04em;
  min-width: 80px;
  width: 35%;
}
.p-section08 .course-desc {
  padding: 10px 14px;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
  background: #f87f40;
  width: 65%;
}
.p-section08 .course-list {
  list-style: none;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #fff;
}
.p-section08 .course-list li {
  font-size: 16px;
  color: #222;
  line-height: 1.55;
  padding-left: 1em;
  position: relative;
  text-align: left;
}
.p-section08 .course-list li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #222;
}
.p-section08 .arrow-down {
  text-align: center;
  font-size: 1.4rem;
  color: #333;
  line-height: 1;
}
.p-section08 .catchcopy {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #e85c00;
  line-height: 1.4;
  margin-top: 10px;
}
@media (width <=767px) {
  .p-section08__course-top {
    padding: 5.33vw 0;
    margin-top: 1rem;
  }
  .p-section08__course-top {
    padding: 20px 0;
    background-color: #010973;
    color: #fff
  }
  .p-section08 .card {
    width: 100%;
    background: #fff;
    border-top: none;
    margin-top: 3rem;
  }
  .p-section08 .card-header {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.6;
    position: absolute;
    letter-spacing: 0.04em;
    top: -1rem;
    white-space: nowrap;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .p-section08 .card-body {
    border-top: none;
    border: none;
    padding: 2.3rem 0 1rem;
    position: relative;
    width: 100%;
  }
  .p-section08 .campaign-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .p-section08 .campaign-badge .slash {
    color: var(--color-primary);
    font-size: 1rem;
    font-weight: 900;
  }
  .p-section08 .campaign-badge .label {
    color: var(--color-primary);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .p-section08 .price-area {
    text-align: center;
    margin-bottom: 10px;
  }
  .p-section08 .price-original {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 4px;
  }
  .p-section08 .price-original .old {
    text-decoration: line-through;
    color: #888;
  }
  .p-section08 .price-original .arrow {
    margin: 0 6px;
    color: #333;
    font-weight: 700;
  }
  .p-section08 .price-main {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
  .p-section08 .price-main .amount {
    font-size: 2.1rem;
    font-weight: 900;
    color: #333;
    line-height: 1;
    letter-spacing: -0.02em;
  }
  .p-section08 .price-main .yen {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111;
  }
  .p-section08 .price-installment {
    text-align: center;
    font-size: 0.82rem;
    color: #555;
    margin-bottom: 6px;
  }
  .p-section08 .term-info {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
  }
  .p-section08 .term-info .bracket {
    font-weight: 700;
  }
  .p-section08 .course-block {
    overflow: hidden;
    margin-bottom: 10px;
    margin-inline: var(--spacing-page);
  }
  .p-section08 .course-header {
    display: flex;
    align-items: stretch;
    background: #fff;
  }
  .p-section08 .course-label {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    letter-spacing: 0.04em;
    min-width: 80px;
    width: 30%;
  }
  .p-section08 .course-desc {
    padding: 10px 14px;
    font-size: 0.9rem;
    line-height: 1.5;
    width: 70%;
  }
  .p-section08 .course-list {
    list-style: none;
    padding: 4.5vw 3vw;
    display: flex;
    flex-direction: column;
    gap: 3px;
    background: #fff;
  }
  .p-section08 .course-list li {
    font-size: 0.8rem;
    color: #222;
    line-height: 1.55;
    padding-left: 1em;
    position: relative;
    text-align: left;
  }
  .p-section08 .course-list li::before {
    content: '・';
    position: absolute;
    left: 0;
    color: #222;
  }
  .p-section08 .arrow-down {
    text-align: center;
    font-size: 1rem;
    color: #333;
    line-height: 1;
  }
  .p-section08 .catchcopy {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #e85c00;
    line-height: 1.4;
    margin-top: 0.6rem;
  }
}
.p-section08__course-top .u-bold {
  display: block;
  margin-bottom: 5px
}
@media (width <=767px) {
  .p-section08__course-top .u-bold {
    margin-bottom: 1.33vw
  }
}
.p-section08__course-bottom {
  padding: 10px 0;
  font-size: 20px;
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  border-left: 1px solid #b8b8b8
}
@media (width <=767px) {
  .p-section08__course-bottom {
    padding: 2.67vw 0;
    font-size: 18px;
  }
}
.p-section08__course-middle {
  padding: 5px 0;
  color: #fff;
  font-size: 17px;
}
@media (width <=767px) {
  .p-section08__course-middle {
    padding: .8vw 0;
    font-size: 16px;
  }
}
.p-section08__course-middle--1 {
  background-color: #6b95f8
}
.p-section08__course-middle--2 {
  background-color: #6ba8f8
}
.p-section08__course-middle--3 {
  background-color: #6bbaf8
}
.p-section08__course-middle--4 {
  background-color: #6bccf8
}
.p-section08__note {
  margin-top: 20px;
  line-height: 1.8
}
@media (width <=767px) {
  .p-section08__note {
    margin-top: 4vw;
    font-size: 3.47vw;
    line-height: 1.6;
    padding-inline: var(--spacing-page);
  }
}
.p-section08__note_wrap {
  width: 520px;
  margin: 0 auto 40px;
}
.p-section08__note .link {
  color: #594adf;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #594adf;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px
}
@media (width <=767px) {
  .p-section08__note .link {
    text-decoration-thickness: .27vw;
    text-underline-offset: .53vw
  }
  .p-section08__note_wrap {
    width: 100%;
  }
}
@media (hover: hover) {
  .p-section08__note .link:hover {
    text-decoration: none
  }
}
.p-section08__note2 {
  color: #787878;
  font-size: 13px;
  line-height: 1.8
}
@media (width <=767px) {
  .p-section08__note2 {
    font-size: 3.47vw;
    padding-inline: var(--spacing-page);
  }
}
.p-section08__cta2 {
  margin-top: 35px;
  margin-bottom: 65px
}
@media (width <=767px) {
  .p-section08__cta2 {
    margin-top: 8vw
  }
}
.p-section08__buy-btn {
  display: block;
  position: relative;
  width: 336px;
  margin-top: 30px;
  margin-inline: auto;
  padding: 20px 15px 20px 0;
  border-radius: 9999px;
  background-color: #1b9f39;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  transition: background-color 0.15s ease
}
@media (width <=767px) {
  .p-section08__buy-btn {
    width: 90%;
    padding: 6.33vw 4vw 6.33vw 0;
    font-size: 4.27vw
  }
}
@media (hover: hover) {
  .p-section08__buy-btn:hover {
    background-color: #0f7a2a
  }
}
.p-section08__buy-btn:after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url(../images/arrow-right-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ""
}
@media (width <=767px) {
  .p-section08__buy-btn: after {
    right: 8vw;
    width: 2.67vw;
    height: 2.67vw
  }
}
.p-section09 {
  overflow: hidden
}
.p-section09__title {
  color: #333;
  font-size: 40px
}
@media (width <=767px) {
  .p-section09__title {
    font-size: 6.93vw
  }
}
.p-section09__note {
  margin-top: 20px;
  text-align: center
}
@media (width <=767px) {
  .p-section09__note {
    margin-top: 2.67vw;
    font-size: 4.27vw
  }
}
.p-section09__full {
  width: 100vw;
  margin-top: 60px;
  margin-inline: calc(50% - 50vw);
  padding-inline: var(--spacing-page)
}
@media (width <=767px) {
  .p-section09__full {
    margin-top: 9.67vw;
    padding-right: 0;
    padding-left: var(--spacing-page)
  }
}
.p-section09__table-wrap {
  max-width: 978px;
  margin-inline: auto
}
@media (width <=767px) {
  .p-section09__table-wrap {
    max-width: unset;
    margin-inline: unset;
    padding-right: var(--spacing-page);
    overflow-x: scroll
  }
}
.p-section09__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  font-size: 15px;
  table-layout: fixed
}
@media (width <=767px) {
  .p-section09__table {
    min-width: 146.67vw;
    font-size: 3.73vw
  }
}
.p-section09__table colgroup col:nth-child(1) {
  width: 9em
}
@media (width <=767px) {
  .p-section09__table colgroup col: nth-child(1) {
    width: 7em
  }
}
.p-section09__table colgroup col:nth-child(2), .p-section09__table colgroup col:nth-child(3) {
  width: 50%
}
.p-section09__table th, .p-section09__table td {
  padding: 16px 12px;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fff;
  text-align: left;
  vertical-align: middle;
  word-break: break-word
}
@media (width <=767px) {
  .p-section09__table th, .p-section09__table td {
    padding: 1.67vw 1.67vw;
    line-height: 1.5;
    border-top: .27vw solid #e0e0e0;
    border-left: .27vw solid #e0e0e0
  }
}
.p-section09__table tr td:last-child {
  border-right: 1px solid #e0e0e0
}
@media (width <=767px) {
  .p-section09__table tr td: last-child {
    border-right: .27vw solid #e0e0e0
  }
}
.p-section09__table thead th {
  padding: 18px 12px;
  background: #eaf3fa;
  color: #333;
  font-weight: 700;
  text-align: center
}
@media (width <=767px) {
  .p-section09__table thead th {
    padding: 2.67vw 2.67vw
  }
}
.p-section09__table thead th:first-child {
  border-top: none;
  border-left: none;
  background: #fff
}
.p-section09__table thead th:nth-child(3) {
  background-color: #ddd;
  color: #666
}
.p-section09__table tbody th {
  background: #eaf3fa;
  font-weight: 700;
  text-align: center;
  white-space: nowrap
}
@media (width <=767px) {
  .p-section09__table tbody th {
    white-space: normal;
    position: sticky;
    top: 0;
    left: 0
  }
}
.p-section09__table tbody td:nth-child(3), .p-section09__table tbody td.gray {
  background: #f5f5f5;
  color: #888
}
.p-section09__table tbody tr:last-child th, .p-section09__table tbody tr:last-child td {
  border-bottom: 1px solid #e0e0e0
}
@media (width <=767px) {
  .p-section09__table tbody tr: last-child th, .p-section09__table tbody tr:last-child td {
    border-bottom: .27vw solid #e0e0e0
  }
}
.p-section09__cta {
  margin-top: 60px
}
@media (width <=767px) {
  .p-section09__cta {
    margin-top: 10.67vw
  }
}
.p-section09__note2 {
  margin-top: 30px;
  font-size: 12px;
  text-align: center
}
@media (width <=767px) {
  .p-section09__note2 {
    margin-top: 5.33vw;
    font-size: 3.2vw
  }
}
.p-section10 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f5f4ec
}
@media (width <=767px) {
  .p-section10 {
    padding-top: 13.33vw;
    padding-bottom: 13.33vw
  }
}
.p-section10__inner {
  max-width: calc(940px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page)
}
.p-section10__title {
  color: #333;
  font-size: 40px
}
@media (width <=767px) {
  .p-section10__title {
    font-size: 6.93vw
  }
}
.p-section10__catch {
  margin-top: 40px;
  color: var(--color-primary);
  font-weight: 700
}
@media (width <=767px) {
  .p-section10__catch {
    margin-top: 6.67vw
  }
}
.p-section10__desc {
  margin-top: 26px
}
@media (width <=767px) {
  .p-section10__desc {
    margin-top: 6.67vw
  }
}
.p-section10__teachers {
  display: flex;
  -moz-column-gap: 110px;
  column-gap: 110px;
  flex-wrap: wrap;
  justify-content: center;
  width: 600px;
  margin-top: 30px;
  margin-inline: auto
}
@media (width <=767px) {
  .p-section10__teachers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 8vw;
    column-gap: 8vw;
    row-gap: 3.73vw;
    width: 100%;
    margin-top: 6.67vw
  }
}
.p-section10__teacher {
  display: flex;
  flex-direction: column;
  align-items: center
}
.p-section10__teacher-img {
  width: 100px
}
@media (width <=767px) {
  .p-section10__teacher-img {
    width: 26.67vw
  }
}
.p-section10__teacher-name {
  margin-top: 10px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.6
}
@media (width <=767px) {
  .p-section10__teacher-name {
    margin-top: 2.67vw;
    font-size: 4.8vw
  }
}
.p-section10__teacher-role {
  font-size: 15px;
  line-height: 1.2;
  text-align: center
}
@media (width <=767px) {
  .p-section10__teacher-role {
    font-size: 3.47vw;
    line-height: 1.4
  }
}
.p-section10__cta {
  margin-top: 60px
}
@media (width <=767px) {
  .p-section10__cta {
    margin-top: 8vw
  }
}
.p-section11 {
  padding-top: 80px;
  padding-bottom: 80px
}
@media (width <=767px) {
  .p-section11 {
    padding-top: 4.33vw;
    padding-bottom: 13.33vw
  }
}
.p-section11__inner {
  max-width: calc(890px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page)
}
.p-section11__title {
  color: #333;
  font-size: 40px
}
@media (width <=767px) {
  .p-section11__title {
    font-size: 6.93vw
  }
}
.p-section11__feature-title {
  margin-top: 10px;
  color: var(--color-accent);
  font-weight: 700;
  font-size: 25px;
  line-height: 1.4;
  text-align: center
}
@media (width <=767px) {
  .p-section11__feature-title {
    margin-top: 2.67vw;
    font-size: 6.93vw
  }
}
.p-section11__feature-title .small {
  display: block;
  color: #6c6c6c;
  font-weight: 400;
  font-size: 16px
}
@media (width <=767px) {
  .p-section11__feature-title .small {
    font-size: 3.73vw
  }
}
.p-section11__content {
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 20px;
  margin-top: 10px
}
@media (width <=767px) {
  .p-section11__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.47vw
  }
}
.p-section11__1 {
  grid-row: 1;
  grid-column: 1
}
.p-section11__2 {
  grid-row: span 2;
  grid-column: 2
}
@media (width <=767px) {
  .p-section11__2 {
    grid-row: 2;
    grid-column: 1
  }
}
.p-section11__3 {
  grid-row: 2;
  grid-column: 1
}
@media (width <=767px) {
  .p-section11__3 {
    grid-row: 3;
    grid-column: 1;
    margin-top: 26.67vw
  }
}
.p-section11__desc {
  font-size: 18px;
  line-height: 1.6
}
@media (width <=767px) {
  .p-section11__desc {
    font-size: 4.27vw;
    text-align: center
  }
}
.p-section11__subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4
}
@media (width <=767px) {
  .p-section11__subtitle {
    font-size: 4.8vw
  }
}
.p-section11__subtitle:before {
  display: inline-block;
  content: "●";
  color: var(--color-primary);
  font-size: inherit
}
.p-section11__sub-desc {
  margin-top: 10px;
  line-height: 1.5
}
@media (width <=767px) {
  .p-section11__sub-desc {
    font-size: 4.27vw
  }
}
.p-section11__sub-desc + .p-section11__subtitle {
  margin-top: 20px
}
@media (width <=767px) {
  .p-section11__sub-desc + .p-section11__subtitle {
    margin-top: 8vw
  }
}
.p-section11__cta {
  margin-top: 120px
}
@media (width <=767px) {
  .p-section11__cta {
    margin-top: 5.33vw
  }
}
.p-section12 {
  padding-bottom: 77px
}
@media (width <=767px) {
  .p-section12 {
    padding-bottom: 10.67vw
  }
}
.p-section12__lead {
  position: relative;
  max-width: 900px;
  margin-inline: auto;
  padding: 34px;
  background: linear-gradient(270deg, #f08421 2.8%, #e26502 98.24%);
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  text-align: center
}
@media (width <=767px) {
  .p-section12__lead {
    width: 93.33vw;
    max-width: unset;
    padding: 9.33vw;
    font-size: 6.4vw
  }
}
.p-section12__lead:after {
  display: block;
  position: absolute;
  bottom: -26px;
  left: 50%;
  width: 4px;
  height: 52px;
  transform: translateX(-50%);
  background-image: url(../images/box-arrow.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ""
}
@media (width <=767px) {
  .p-section12__lead: after {
    bottom: -5.07vw;
    width: 1.07vw;
    height: 10.13vw;
    background-image: url(../images/box-arrow_sp.webp)
  }
}
.p-section12__lead-sub {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.6
}
@media (width <=767px) {
  .p-section12__lead-sub {
    margin-top: 1.87vw;
    font-size: 4vw
  }
}
.p-section12__inner {
  max-width: calc(900px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page)
}
.p-section12 .p-point {
  margin-top: 94px
}
@media (width <=767px) {
  .p-section12 .p-point {
    margin-top: 13.33vw
  }
}
.p-section12__gray {
  margin-top: 70px;
  padding: 15px;
  background-color: #ebebeb;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: .05em;
  text-align: center
}
@media (width <=767px) {
  .p-section12__gray {
    margin-top: 6.4vw;
    padding: 4vw 0;
    font-size: 4.8vw
  }
}
.p-section12__cases {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 25px;
  gap: 23px
}
@media (width <=767px) {
  .p-section12__cases {
    grid-template-columns: 1fr;
    margin-top: 5.33vw;
    gap: 8vw
  }
}
.p-section12__case {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px
}
@media (width <=767px) {
  .p-section12__case {
    flex-direction: row;
    gap: 6.67vw
  }
  .p-section12__case:nth-child(2n) {
    flex-direction: row-reverse;
    justify-content: flex-end
  }
}
.p-section12__case-header {
  display: grid;
  justify-items: center;
  gap: 15px
}
@media (width <=767px) {
  .p-section12__case-header {
    gap: 4vw
  }
}
.p-section12__case-label {
  padding: 8px 20px;
  border-radius: 999px;
  background: linear-gradient(270deg, #ff7a33 2.8%, #f15a09 98.24%);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .05em;
  text-align: center
}
@media (width <=767px) {
  .p-section12__case-label {
    padding: 2.13vw 5.33vw;
    font-size: 4.27vw
  }
}
.p-section12__case-title {
  background: linear-gradient(270deg, #f08521 2.8%, #e36704 98.24%);
  background-clip: text;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .05em;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  white-space: nowrap
}
@media (width <=767px) {
  .p-section12__case-title {
    font-size: 5.33vw
  }
}
@media (width <=767px) {
  .p-section12__case-img {
    flex: 0 0 36vw
  }
}
.p-section12__grid {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 42.2222222222% 44.4444444444%;
  -moz-column-gap: 13.3333333333%;
  column-gap: 13.3333333333%;
  row-gap: 20px;
  margin-top: 64px
}
@media (width <=767px) {
  .p-section12__grid {
    grid-template-columns: 1fr;
    margin-top: 13.33vw;
    gap: 6.67vw
  }
}
.p-section12 .p-sub-title {
  grid-row: 1;
  grid-column: 1
}
.p-section12__grid-img {
  grid-row: span 2;
  grid-column: 2
}
@media (width <=767px) {
  .p-section12__grid-img {
    grid-row: 2;
    grid-column: 1
  }
}
.p-section12__grid-desc {
  grid-row: 2;
  grid-column: 1
}
@media (width <=767px) {
  .p-section12__grid-desc {
    grid-row: 3
  }
}
.p-sub-title {
  align-self: start;
  padding-bottom: 10px;
  border-bottom: 3px solid #d9d9d9;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: .05em
}
@media (width <=767px) {
  .p-sub-title {
    padding-bottom: 0;
    border-bottom: none;
    font-size: 5.33vw;
    text-align: center
  }
}
.p-sub-title .large {
  display: block;
  margin-top: 13px;
  font-size: 30px
}
@media (width <=767px) {
  .p-sub-title .large {
    margin-top: 2.67vw;
    font-size: 6.93vw
  }
}
.p-sub-title .large .dot {
  display: inline-block;
  position: relative
}
.p-sub-title .large .dot:before {
  display: block;
  position: absolute;
  top: -.15em;
  left: 50%;
  width: 6px;
  height: 6px;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: var(--color-accent);
  content: ""
}
@media (width <=767px) {
  .p-sub-title .large .dot: before {
    top: -.2em;
    width: 1.33vw;
    height: 1.33vw
  }
}
@media (width <=767px) {
  .p-section12__grid-img {
    width: 68vw;
    margin-inline: auto
  }
}
.p-section13 {
  padding-bottom: 77px
}
@media (width <=767px) {
  .p-section13 {
    padding-bottom: 10.67vw
  }
}
.p-section13__inner {
  max-width: calc(900px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page)
}
.p-section13__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  margin-top: 30px
}
@media (width <=767px) {
  .p-section13__grid {
    grid-template-columns: 1fr;
    margin-top: 14.67vw;
    gap: 5.33vw
  }
}
.p-section13__grid .p-sub-title {
  grid-row: 1;
  grid-column: 2
}
@media (width <=767px) {
  .p-section13__grid .p-sub-title {
    grid-row: 1;
    grid-column: 1
  }
}
.p-section13__grid .p-grid-note {
  grid-row: 3;
  grid-column: 1/3
}
@media (width <=767px) {
  .p-section13__grid .p-grid-note {
    grid-row: 4;
    grid-column: 1
  }
}
.p-section13__grid-img {
  z-index: calc(var(--layer-default) + 1);
  position: relative;
  grid-row: 1/4;
  grid-column: 1;
  align-self: end
}
@media (width <=767px) {
  .p-section13__grid-img {
    grid-row: 2;
    grid-column: 1
  }
}
.p-section13__grid-desc {
  grid-row: 2;
  grid-column: 2
}
@media (width <=767px) {
  .p-section13__grid-desc {
    grid-row: 3;
    grid-column: 1
  }
}
.p-grid-note {
  justify-self: end;
  width: 70%;
  margin-bottom: 46px;
  padding: 15px 30px 15px 20%;
  border-radius: 0 9999px 9999px 0;
  background: #ffe4d9
}
@media (width <=767px) {
  .p-grid-note {
    width: 100%;
    margin-bottom: 0;
    padding: 2.67vw 6.93vw 2.67vw 10.4vw;
    border-radius: 0
  }
}
.p-grid-note-text {
  position: relative;
  color: #fc7328;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6
}
@media (width <=767px) {
  .p-grid-note-text {
    font-size: 4vw
  }
}
.p-grid-note-text:before {
  position: absolute;
  top: 13px;
  left: -22px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background-image: url(../images/icon-check.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ""
}
@media (width <=767px) {
  .p-grid-note-text: before {
    top: 3.47vw;
    left: -5.87vw;
    width: 4.8vw;
    height: 4.8vw
  }
}
.p-section14 {
  padding-bottom: 135px
}
@media (width <=767px) {
  .p-section14 {
    padding-bottom: 13.33vw
  }
}
.p-section14__inner {
  max-width: calc(900px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page)
}
.p-section14__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  margin-top: 55px
}
@media (width <=767px) {
  .p-section14__grid {
    grid-template-columns: 1fr;
    margin-top: 12vw;
    gap: 6.67vw
  }
}
.p-section14__grid .p-sub-title {
  grid-row: 1;
  grid-column: 1
}
@media (width <=767px) {
  .p-section14__grid .p-sub-title {
    grid-row: 1;
    grid-column: 1;
    font-size: 4.27vw
  }
}
.p-section14__grid .p-grid-note {
  grid-row: 3;
  grid-column: 1/3;
  justify-self: start;
  padding-left: 50px;
  border-radius: 9999px 0 0 9999px
}
@media (width <=767px) {
  .p-section14__grid .p-grid-note {
    grid-row: 4;
    grid-column: 1;
    width: 100%;
    padding: 2.67vw 6.93vw 2.67vw 10.4vw;
    border-radius: 0
  }
}
.p-section14__grid-img {
  z-index: calc(var(--layer-default) + 1);
  position: relative;
  grid-row: 1/4;
  grid-column: 2;
  align-self: end;
  margin-left: 64px
}
@media (width <=767px) {
  .p-section14__grid-img {
    grid-row: 2;
    grid-column: 1;
    width: 64.53vw;
    margin-left: 0;
    margin-inline: auto
  }
}
.p-section14__grid-desc {
  grid-row: 2;
  grid-column: 1
}
@media (width <=767px) {
  .p-section14__grid-desc {
    grid-row: 3;
    grid-column: 1
  }
}
.p-section14__list {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 10px;
  flex-wrap: wrap;
  width: 650px;
  margin-top: 10px
}
@media (width <=767px) {
  .p-section14__list {
    -moz-column-gap: 4vw;
    column-gap: 4vw;
    row-gap: 2.13vw;
    width: 80vw;
    margin-top: 6.67vw;
    margin-inline: auto
  }
}
.p-section14__list-item {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6
}
@media (width <=767px) {
  .p-section14__list-item {
    font-size: 4vw
  }
}
.p-section14__list-item:before {
  display: inline-block;
  width: 15px;
  height: 13px;
  margin-right: 5px;
  background-image: url(../images/icon-check2.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ""
}
@media (width <=767px) {
  .p-section14__list-item: before {
    width: 4vw;
    height: 3.47vw;
    margin-right: 1.33vw
  }
}
@media (width <=767px) {
  .p-section14__list-item: nth-child(1) {
    order: 1
  }
  .p-section14__list-item:nth-child(2) {
    order: 2
  }
  .p-section14__list-item:nth-child(3) {
    order: 3
  }
  .p-section14__list-item:nth-child(4) {
    order: 5
  }
  .p-section14__list-item:nth-child(5) {
    order: 4
  }
  .p-section14__list-item:nth-child(6) {
    order: 6
  }
}
.p-section15 {
  padding-bottom: 70px
}
@media (width <=767px) {
  .p-section15 {
    padding-bottom: 13.33vw
  }
}
.p-section15__inner {
  max-width: calc(900px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page)
}
.p-section15__box1 {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 292px;
  padding: 0 5.4444444444%;
  background-image: url(../images/sec15-box.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}
@media (width <=767px) {
  .p-section15__box1 {
    display: none;
    height: 77.87vw;
    padding: 0 13.07vw
  }
}
.p-section15__box1-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-bottom: 3px solid var(--color-primary);
  color: var(--color-primary);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6
}
.p-section15__box1-title:after {
  display: block;
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-top: 13px solid var(--color-primary);
  border-right: 12px solid #fff0;
  border-left: 12px solid #fff0;
  content: ""
}
.p-section15__box1-desc {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  text-align: center
}
.p-section15__box1-desc .large {
  padding-right: .1em;
  font-weight: 600;
  font-size: 60px
}
.p-section15__box1-btn {
  margin-top: 20px
}
.p-section15__box2 {
  display: none
}
@media (width <=767px) {
  .p-section15__box2 {
    display: block;
    position: relative;
    aspect-ratio: 329/246;
    background-image: url(../images/sec15-box_sp.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
  }
}
.p-section15__box2-title {
  position: relative;
  top: 6.13vw;
  left: 50%;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(-50%);
  border-bottom: .53vw solid var(--color-primary);
  color: var(--color-primary);
  font-weight: 700;
  font-size: 5.33vw;
  line-height: 1.6
}
.p-section15__box2-desc {
  position: absolute;
  top: 17.33vw;
  right: 17.07vw;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 4.27vw;
  line-height: 1.2;
  text-align: center
}
.p-section15__box2-desc .large {
  padding-right: .1em;
  font-weight: 700;
  font-size: 12.27vw
}
.p-section15__box2-btn {
  display: grid;
  position: absolute;
  right: 5.33vw;
  bottom: 4.27vw;
  place-items: center;
  width: 24vw;
  height: 24vw;
  background-image: url(../images/sec15-03.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  color: #fff;
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.4;
  text-align: center
}
.p-section15__sub-title {
  margin-top: 70px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.6
}
@media (width <=767px) {
  .p-section15__sub-title {
    margin-top: 5.33vw;
    font-size: 6.4vw
  }
}
.p-section15__sub-title .large {
  font-size: 44px
}
@media (width <=767px) {
  .p-section15__sub-title .large {
    font-size: 9.6vw
  }
}
.p-section15__items1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 26px;
  gap: 19px;
  background-color: var(--color-primary)
}
@media (width <=767px) {
  .p-section15__items1 {
    display: none
  }
}
.p-section15__item1 {
  padding-top: 9px;
  padding-bottom: 21px;
  background-color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  text-align: center
}
.p-section15__item1:nth-child(3) {
  position: relative
}
.p-section15__item1-title {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: .3em;
  border-bottom: 3px solid var(--color-primary)
}
.p-section15__item1-desc {
  margin-top: 15px;
  line-height: 1.4
}
.p-section15__item1-desc .dot {
  position: relative
}
.p-section15__item1-desc .dot:before {
  display: block;
  position: absolute;
  top: -.15em;
  left: 50%;
  width: 5px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: var(--color-primary);
  content: ""
}
.p-section15__item1-img {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 41px
}
.p-section15__items2 {
  display: none
}
@media (width <=767px) {
  .p-section15__items2 {
    display: block;
    margin-top: 2.93vw
  }
}
.p-section15__item2 {
  padding-left: 3.2vw;
  border-left: .8vw solid var(--color-primary);
  font-weight: 700;
  font-size: 4.27vw;
  line-height: 1
}
.p-section15__item2 + .p-section15__item2 {
  margin-top: 4.8vw
}
.p-section15__item2 .dot {
  position: relative
}
.p-section15__item2 .dot:before {
  display: block;
  position: absolute;
  top: -.2em;
  left: 50%;
  width: .8vw;
  height: .8vw;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: var(--color-primary);
  content: ""
}
.p-section15__item2:nth-child(3):after {
  display: inline-block;
  width: 6.4vw;
  height: 4.8vw;
  margin-left: .53vw;
  background-image: url(../images/sec15-01.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: ""
}
.p-contact {
  background-color: #f8f5ec
}
.p-contact__inner {
  max-width: calc(980px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page)
}
.p-contact__iframe {
  width: 100%;
  height: 910px
}
.voice-sec_catch {
  text-align: center;
  padding-bottom: 10px;
  font-size: 24px;
}
@media (width <=767px) {
  .p-contact__iframe {
    height: 1100px !important
  }
}
.voice-sec-inner {
  max-width: 900px;
  margin: 0 auto;
}
.voice-head {
  text-align: center;
  background: #000973;
  padding: 24px 0 16px;
}
.voice-badge {
  display: inline-block;
  font-size: 18px;
  background: #fff;
  font-weight: 700;
  color: #000973;
  line-height: 1;
  letter-spacing: .06em;
  padding: 8px 20px;
  border-radius: 99px;
  margin-bottom: 0;
}
.voice-ttl {
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
}
.voice-ttl .num {
  font-size: clamp(30px, 6vw, 46px);
  letter-spacing: -.02em;
  color: #FFF730;
}
.voice-cards {
  background: #EDEDE6;
  overflow: hidden;
  padding: 30px 36px 10px;
  margin-bottom: 20px;
}
.voice-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 0;
}
.voice-card:last-child {
  border-bottom: none;
}
.voice-photo {
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 50%;
  overflow: hidden;
  background: #eee;
  flex-shrink: 0;
}
.voice-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* テキスト */
.voice-body {
  flex: 1;
  position: relative;
  display: inline-block;
  padding: 14px 0 14px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #ffffff;
  box-shadow: 1px 1px 6px #00000021;
  border-radius: 8px;
}
.voice-body:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #ffffff;
}
.voice-body_first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 18px;
}
.voice-text {
  font-size: 19px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin-bottom: 2px;
}
.voice-text_first {
  font-size: 22px;
  margin-bottom: 0;
}
.voice-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}
.voice-name {
  font-size: 14px;
  color: #666;
}
.voice-tag {
  font-size: 14px;
  color: var(--color-primary);
  border-radius: 2px;
}
.voice-row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.voice-row2 .voice-card {
  border-bottom: none;
  padding: 18px 0 20px 0;
}
.voice-row2 .voice-card:first-child {}
.voice-row2 .voice-card:last-child {
  padding-left: 22px;
  padding-right: 0;
}
@media(max-width:640px) {
  .voice-cards {
    padding: 12px 4.2vw 14px;
    margin-bottom: 10px;
  }
  .voice-body {
    border-radius: 4px;
    display: block;
    padding: 4vw 0 3vw 3.8vw;
  }
  .voice-head {
    padding: 6vw 0 4vw;
  }
  .voice-row2 {
    grid-template-columns: 1fr;
  }
  .voice-row2 .voice-card {
    border-right: none !important;
    padding: 7px 0 !important;
  }
  .voice-row2 .voice-card:last-child {
    border-bottom: none;
  }
  .voice-sec_catch {
    text-align: center;
    padding-bottom: 6px;
    font-size: 5vw;
  }
  .voice-badge {
    font-size: 3.88vw;
    margin-bottom: 1.22vw;
    padding: 1.2vw 4vw;
  }
  .voice-card {
    gap: 13px;
    padding: 8px 0;
  }
  .voice-photo {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
  .voice-text {
    font-size: 4.22vw;
    margin-bottom: 0;
  }
  .voice-name {
    font-size: 3.22vw;
  }
  .voice-tag {
    font-size: 3.22vw;
  }
}
.zr-reason-header {
  background: var(--color-primary);
  padding-top: 5px;
  max-width: calc(844px + var(--spacing-page) * 2);
  margin: 0 auto;
  color: #fff;
}
.zr-stepper {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  margin-bottom: 6px;
  padding: 0 20px;
}
.zr-stepper:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 100%;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  background-color: var(--color-primary);
  left: 0;
  top: 47px;
}
.zr-stepper-label {
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  margin-right: 8px;
  letter-spacing: .02em;
}
.zr-stepper-num {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}
.zr-stepper-denom {
  font-size: 18px;
  font-weight: 500;
  margin-right: 14px;
  color: #ffb098;
  align-self: flex-end;
  padding-bottom: 2px;
}
.zr-stepper-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 30%;
}
.zr-dot {
  height: 3px;
  border-radius: 99px;
  flex: 1;
  background: #C73800;
  transition: background .2s;
}
.zr-dot.zr-dot--active {
  background: #ffffff;
}
.zr-reason-ttl {
  font-size: 34px;
  font-weight: 900;
  padding: 38px 20px 18px;
  line-height: 1.4;
  text-align: center;
  background: #ffeee5;
  color: var(--color-primary);
}
.zr-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.zr-tag {
  display: inline-block;
  border: 1.5px solid #bbb;
  color: #444;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 16px;
  border-radius: 99px;
  background: #fff;
  white-space: nowrap;
}
@media (width <=767px) {
  .zr-stepper {
    display: block;
    align-items: flex-start;
    padding: 7px 3vw 0;
    margin-bottom: 0;
    height: 47px;
  }
  .zr-stepper:after {
    content: "";
    position: absolute;
    height: 11px;
    width: 100%;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    background-color: var(--color-primary);
    left: 0;
    top: 46px;
  }
  .zr-stepper-denom {
    font-size: 3vw;
  }
  .zr-stepper-dots {
    width: 100%;
    gap: 14px;
  }
  .zr-stepper_text {
    padding-bottom: 4px;
  }
  .zr-reason-header {
    padding-top: 0;
    max-width: 100%;
  }
  .zr-reason-ttl {
    font-size: 6.32vw;
    padding: 6vw 0 3vw;
    line-height: 1.2;
    white-space: nowrap;
  }
  .zr-stepper-label {
    font-size: 4.22vw;
    margin-right: 3px;
  }
  .zr-stepper-num {
    font-size: 6vw;
    margin-right: 0;
  }
}
.u-sm-only {
  display: none
}
@media (width <=767px) {
  .u-sm-only {
    display: block
  }
}
.u-mdLg-only {
  display: none
}
@media (768px <=width) {
  .u-mdLg-only {
    display: block
  }
}
.u-uppercase {
  text-transform: uppercase
}
.u-bold {
  font-weight: 700
}
.u-accent {
  color: var(--color-primary)
}
.u-red {
  color: var(--color-accent)
}
.yellow {
  color: #F3DB53;
}