@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    line-height: calc(.25rem + 1em + .25rem)
}

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

:where(:not(fieldset, progress, meter)) {
    border-collapse: collapse;
    border-width: 0;
    border-style: solid;
    background-origin: border-box;
    background-repeat: no-repeat
}

html {
    block-size: 100%;
    -webkit-text-size-adjust: none
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    min-block-size: 100%
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
    display: block
}

:where(img, svg, video) {
    block-size: auto;
    max-inline-size: 100%
}

:where(svg) {
    stroke: none;
    fill: currentColor
}

:where(svg):where(:not([fill])) {
    stroke: currentColor;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round
}

:where(svg):where(:not([width])) {
    inline-size: 5rem
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
    color: inherit;
    font: inherit;
    font-size: inherit;
    letter-spacing: inherit
}

:where(textarea) {
    resize: vertical
}

@supports (resize:block) {
    :where(textarea) {
        resize: block
    }
}

:where(p, h1, h2, h3, h4, h5, h6) {
    overflow-wrap: break-word
}

h1 {
    font-size: 2em
}

:where(ul, ol) {
    list-style: none
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
    cursor: pointer;
    touch-action: manipulation;
    text-decoration: none
}

:where(input[type=file]) {
    cursor: auto
}

:where(input[type=file])::-webkit-file-upload-button {
    cursor: pointer
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
    cursor: pointer
}

:where(:not(:active)):focus-visible {
    outline-offset: 5px
}

:where(input[type=file])::-webkit-file-upload-button {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    text-align: center
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    text-align: center
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
    cursor: not-allowed
}

:where(iframe[src*=youtube]) {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9
}

.is-pc {
    display: block
}

.is-sp {
    display: none
}

[data-anim-elm] {
    opacity: 0
}

[v-cloak] {
    display: none
}

table {
    width: 100%;
    border-collapse: collapse
}

button {
    outline: 0;
    background: 0 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "Noto Sans JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic ", YuGothic, Osaka, メイリオ, Meiryo, "MS Pゴシック", "MS P Gothic", sans-serif;
    background: #fff
}

.index_page .pc_main,
.index_page .pc_sub {
    display: none
}

.index_page .cta_sticky {
    opacity: 0;
    position: fixed;
    z-index: 10;
    bottom: 0;
    display: grid;
    place-items: center;
    width: 100%;
    visibility: hidden;
    transition: opacity .5s cubic-bezier(.22, 1, .36, 1), visibility .5s cubic-bezier(.22, 1, .36, 1)
}

.index_page .cta_sticky.is-visible {
    opacity: 1;
    visibility: visible
}

.index_page .cta_sticky__btn {
    margin-bottom: calc(20 / 393 * 100vw);
    display: block;
    width: calc(313 / 393 * 100vw)
}

@-webkit-keyframes sticky-hover {
    from {
        -webkit-filter: brightness(1);
        filter: brightness(1)
    }

    to {
        -webkit-filter: brightness(1.05);
        filter: brightness(1.05)
    }
}

@keyframes sticky-hover {
    from {
        -webkit-filter: brightness(1);
        filter: brightness(1)
    }

    to {
        -webkit-filter: brightness(1.05);
        filter: brightness(1.05)
    }
}

.index_page .header {
    display: flex;
    justify-content: space-between
}

.index_page .header__logo {
    width: 52%;
    padding: calc(12 / 393 * 100vw) 0 0 calc(13 / 393 * 100vw)
}

.index_page .header_ad {
    display: grid;
    place-items: center;
    position: relative;
    width: 48%;
    height: calc(60 / 393 * 100vw);
    padding: calc(3 / 393 * 100vw) 0 0;
    transition: opacity .4s cubic-bezier(.22, 1, .36, 1)
}

.index_page .mv {
    position: relative;
    z-index: 1;
    padding: calc(27 / 393 * 100vw) 0 0;
    background: url(../img/top/bg_mv.webp) center top/cover no-repeat
}

.index_page .mv__subtitle {
    display: block;
    width: calc(331 / 393 * 100vw);
    margin: 0 auto calc(10 / 393 * 100vw)
}

.index_page .mv__title {
    display: block;
    width: calc(349 / 393 * 100vw);
    margin: 0 auto calc(14 / 393 * 100vw)
}

.index_page .intro {
    position: relative;
    z-index: 2;
    margin-top: calc(-103 / 393 * 100vw);
    padding-top: calc(94 / 393 * 100vw);
    background: url(../img/top/bg_intro_01.webp) left top/cover no-repeat
}

.index_page .intro__title {
    margin-left: calc(1 / 393 * 100vw);
    margin-bottom: calc(22 / 393 * 100vw)
}

.index_page .intro_head {
    margin-left: calc(20 / 393 * 100vw);
    margin-bottom: calc(29 / 393 * 100vw)
}

.index_page .intro_head_row {
    display: flex
}

.index_page .intro_head__text {
    display: inline-block;
    padding: calc(4 / 393 * 100vw) 0 calc(4 / 393 * 100vw) calc(7 / 393 * 100vw);
    background: linear-gradient(90deg, #ff7d28, #ff491b);
    color: #fff4ec;
    font-size: calc(28 / 393 * 100vw);
    font-weight: 500;
    letter-spacing: .03em
}

.index_page .intro_head__bg {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #ff491b transparent transparent transparent;
    border-width: calc(48 / 393 * 100vw) calc(10 / 393 * 100vw) 0 0
}

.index_page .intro_head_row+.intro_head_row {
    margin-top: calc(7 / 393 * 100vw)
}

.index_page .intro_head_row:nth-of-type(2) .intro_head__text {
    padding-right: calc(9 / 393 * 100vw)
}

.index_page .intro__img {
    margin-bottom: calc(18 / 393 * 100vw)
}

.index_page .intro_lead {
    padding: calc(31 / 393 * 100vw) calc(30 / 393 * 100vw) calc(100 / 393 * 100vw);
    background: url(../img/top/bg_intro_02.webp) left top/cover no-repeat
}

.index_page .intro_lead_text {
    color: #ececec;
    font-size: calc(18 / 393 * 100vw);
    line-height: 2.1;
    letter-spacing: .05em
}

.index_page .intro_lead_text__bold {
    display: inline-block;
    padding: calc(2 / 393 * 100vw) 0 calc(2 / 393 * 100vw) 0;
    font-weight: 500
}

.index_page .intro_lead_text__bold01 {
    background: linear-gradient(90deg, #0ea9eb, #f82e5f)
}

.index_page .intro_lead_text__bold02 {
    background: linear-gradient(90deg, #0ea9eb, #6a79b4)
}

.index_page .section_head__subtitle {
    display: block;
    margin-bottom: calc(13 / 393 * 100vw);
    color: #ff6400;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    font-size: calc(14 / 393 * 100vw);
    letter-spacing: .02em
}

.index_page .section_head__title {
    color: #ff6400;
    font-size: calc(30 / 393 * 100vw);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .04em
}

.index_page .section_head__text {
    margin-top: calc(13 / 393 * 100vw);
    color: #ff6400;
    font-size: calc(14 / 393 * 100vw);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .04em
}

.index_page .padding_wrapper {
    padding-left: calc(20 / 393 * 100vw);
    padding-right: calc(20 / 393 * 100vw)
}

.index_page .why {
    position: relative;
    z-index: 3;
    margin-top: calc(-40 / 393 * 100vw);
    padding-top: calc(35 / 393 * 100vw);
    padding-bottom: calc(20 / 393 * 100vw);
    background: url(../img/top/bg_why.webp) left top/cover no-repeat
}

.index_page .why .section_head__subtitle {
    color: #fff
}

.index_page .why .section_head__title {
    margin-bottom: calc(44 / 393 * 100vw);
    color: #fff
}

.index_page .why_card+.why_card {
    margin-top: calc(60 / 393 * 100vw)
}

.index_page .why_card_body {
    position: relative;
    z-index: 1;
    padding-top: calc(20 / 393 * 100vw);
    padding-inline: calc(20 / 393 * 100vw);
    padding-bottom: calc(42 / 393 * 100vw);
    border-radius: calc(4 / 393 * 100vw);
    background: #ffe5cb
}

.index_page .why_card:nth-of-type(1) .why_card_body {
    padding-bottom: calc(135 / 393 * 100vw)
}

.index_page .why_card:nth-of-type(3) .why_card_body {
    padding-bottom: calc(122 / 393 * 100vw)
}

.index_page .why_card:nth-of-type(4) .why_card_body {
    padding-bottom: calc(96 / 393 * 100vw)
}

.index_page .why_card__number {
    position: absolute;
    z-index: 2;
    top: calc(-21 / 393 * 100vw);
    left: calc(7 / 393 * 100vw)
}

.index_page .why_card__img {
    position: relative;
    z-index: 1;
    margin-bottom: calc(17 / 393 * 100vw)
}

.index_page .why_card__title {
    margin-bottom: calc(12 / 393 * 100vw);
    background: linear-gradient(90deg, #ff7d28, #ff491b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: calc(22 / 393 * 100vw);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .06em
}

.index_page .why_card__text {
    color: #333;
    font-size: calc(15 / 393 * 100vw);
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .04em
}

.index_page .why_result {
    position: relative;
    z-index: 2;
    margin: calc(-102 / 393 * 100vw) calc(-20 / 393 * 100vw) 0 calc(20 / 393 * 100vw);
    padding: calc(18 / 393 * 100vw) calc(20 / 393 * 100vw) calc(28 / 393 * 100vw);
    border: calc(3 / 393 * 100vw) solid #ff7d28;
    border-right: 0;
    border-radius: calc(60 / 393 * 100vw) 0 0 calc(10 / 393 * 100vw);
    background: #fff url(../img/top/bg_result.svg) right top/34px auto repeat
}

.index_page .why_card:nth-of-type(4) .why_result {
    margin-top: calc(-65 / 393 * 100vw)
}

.index_page .why_result_title__01 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: calc(4 / 393 * 100vw);
    font-size: calc(13 / 393 * 100vw);
    font-weight: 700;
    letter-spacing: .1em;
    color: #ff6723
}

.index_page .why_result_title__01::after,
.index_page .why_result_title__01::before {
    content: "";
    width: calc(15 / 393 * 100vw);
    height: calc(1 / 393 * 100vw);
    margin-top: calc(8 / 393 * 100vw);
    background: #ff6723
}

.index_page .why_result_title__01::before {
    rotate: 45deg;
    margin-right: calc(7 / 393 * 100vw)
}

.index_page .why_result_title__01::after {
    rotate: 135deg;
    margin-left: calc(2 / 393 * 100vw)
}

.index_page .why_result_title__02 {
    display: grid;
    place-items: center;
    width: calc(244 / 393 * 100vw);
    height: calc(51 / 393 * 100vw);
    margin: 0 auto calc(11 / 393 * 100vw);
    border-radius: calc(26 / 393 * 100vw);
    background: #ff6723;
    color: #fff;
    font-size: calc(18 / 393 * 100vw);
    letter-spacing: .06em
}

.index_page .why_result__img {
    margin-inline: auto;
    margin-bottom: calc(14 / 393 * 100vw)
}

.index_page .why_card:nth-of-type(1) .why_result__img {
    width: calc(296 / 393 * 100vw);
    max-width: 100%
}

.index_page .why_card:nth-of-type(3) .why_result__img {
    margin-top: calc(19 / 393 * 100vw);
    margin-bottom: calc(9 / 393 * 100vw)
}

.index_page .why_card:nth-of-type(3) .why_result__img img {
    width: 100%
}

.index_page .why_card:nth-of-type(4) .why_result__img {
    margin-top: calc(30 / 393 * 100vw);
    margin-bottom: calc(22 / 393 * 100vw)
}

.index_page .why_result__text {
    font-size: calc(10 / 393 * 100vw);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    color: #f3a582
}

.index_page .why_result__qol {
    margin-bottom: calc(18 / 393 * 100vw);
    color: #783709;
    font-size: calc(15 / 393 * 100vw);
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .04em
}

.index_page .why_result__qol em {
    font-weight: 700;
    font-style: normal
}

.index_page .foru {
    padding-top: calc(36 / 393 * 100vw);
    padding-bottom: calc(81 / 393 * 100vw)
}

.index_page .foru .section_head__title {
    position: relative;
    display: inline-block
}

.index_page .foru .section_head__title::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(-23 / 393 * 100vw);
    right: calc(-35 / 393 * 100vw);
    width: calc(34 / 393 * 100vw);
    height: calc(27 / 393 * 100vw);
    background: url(../img/top/bg_title_01.svg) left top/cover no-repeat
}

.index_page .foru_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(9 / 393 * 100vw);
    margin-top: calc(24 / 393 * 100vw)
}

.index_page .foru_card {
    padding: calc(2 / 393 * 100vw);
    background: linear-gradient(90deg, #ff6501, #ff8701);
    border-radius: calc(10 / 393 * 100vw)
}

.index_page .foru_card_inner {
    position: relative;
    height: 100%;
    padding: calc(19 / 393 * 100vw) calc(10 / 393 * 100vw) calc(20 / 393 * 100vw);
    background: #fffbf4;
    border-radius: calc(8 / 393 * 100vw)
}

.index_page .foru_card:nth-of-type(10) .foru_card_inner,
.index_page .foru_card:nth-of-type(3) .foru_card_inner,
.index_page .foru_card:nth-of-type(4) .foru_card_inner,
.index_page .foru_card:nth-of-type(7) .foru_card_inner,
.index_page .foru_card:nth-of-type(8) .foru_card_inner,
.index_page .foru_card:nth-of-type(9) .foru_card_inner {
    padding-bottom: calc(9 / 393 * 100vw)
}

.index_page .foru_card__number {
    position: absolute;
    z-index: 2;
    top: calc(-1 / 393 * 100vw);
    left: calc(-1 / 393 * 100vw);
    width: calc(50 / 393 * 100vw);
    height: calc(45 / 393 * 100vw);
    padding: calc(2 / 393 * 100vw) 0 0 calc(6 / 393 * 100vw);
    background: url(../img/top/bg_foru_number.svg) left top/cover no-repeat;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: calc(16 / 393 * 100vw);
    font-style: italic;
    font-weight: 400;
    letter-spacing: -.02em
}

.index_page .foru_card__img {
    display: grid;
    place-items: center;
    margin-bottom: calc(13 / 393 * 100vw)
}

.index_page .foru_card:nth-of-type(10) .foru_card__img,
.index_page .foru_card:nth-of-type(3) .foru_card__img,
.index_page .foru_card:nth-of-type(7) .foru_card__img,
.index_page .foru_card:nth-of-type(8) .foru_card__img,
.index_page .foru_card:nth-of-type(9) .foru_card__img {
    margin-bottom: calc(3 / 393 * 100vw)
}

.index_page .foru_card__text {
    font-size: calc(14 / 393 * 100vw);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .02em;
    text-align: center
}

.index_page .cta {
    padding-top: calc(69 / 393 * 100vw);
    padding-bottom: calc(66 / 393 * 100vw);
    background: url(../img/top/bg_cta.webp) left top/cover no-repeat
}

.index_page .cta_head__01 {
    display: grid;
    place-items: center;
    margin-bottom: calc(12 / 393 * 100vw)
}

.index_page .cta_head__02,
.index_page .cta_head__03,
.index_page .cta_head__title {
    color: #fff;
    text-align: center
}

.index_page .cta_head__02 {
    font-size: calc(16 / 393 * 100vw);
    font-weight: 500;
    letter-spacing: .02em
}

.index_page .cta_head__03 {
    margin-bottom: calc(12 / 393 * 100vw);
    font-size: calc(17 / 393 * 100vw);
    font-weight: 500;
    letter-spacing: .02em
}

.index_page .cta_head__title {
    margin-bottom: calc(14 / 393 * 100vw);
    font-size: calc(34 / 393 * 100vw);
    font-weight: 300;
    letter-spacing: .08em
}

.index_page .cta_head__title em {
    font-weight: 700;
    font-style: normal
}

.index_page .cta_body {
    padding-top: calc(28 / 393 * 100vw);
    padding-bottom: calc(31 / 393 * 100vw);
    background: #fff;
    border-radius: calc(10 / 393 * 100vw)
}

.index_page .cta__coupon {
    position: relative;
    z-index: 1
}

.index_page .cta__btn {
    position: relative;
    z-index: 2;
    display: block;
    margin: calc(12 / 393 * 100vw) auto calc(10 / 393 * 100vw);
    transition: opacity .4s cubic-bezier(.22, 1, .36, 1)
}

.index_page .cta_body__text {
    font-size: calc(12 / 393 * 100vw);
    font-weight: 500;
    line-height: 1.6;
    color: #b29595;
    text-align: justify;
}

.unlimited-plan__note {
    font-size: calc(12 / 393 * 100vw);
    margin-top: calc(15 / 393 * 100vw);
    color: #333;
    letter-spacing: -0.03em;
}

.unlimited-plan {
    background: #E7F7F7;
    padding-top: calc(26 / 393 * 100vw);
    padding-bottom: calc(50 / 393 * 100vw);
}

.cta_body__text span {
    font-weight: 700;
}

.index_page .lesson {
    padding-top: calc(37 / 393 * 100vw);
    padding-bottom: calc(80 / 393 * 100vw)
}

.index_page .lesson .section_head__title {
    margin-bottom: calc(25 / 393 * 100vw)
}

.index_page .lesson_box+.lesson_box {
    margin-top: calc(36 / 393 * 100vw)
}

.index_page .lesson_box_head {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.index_page .lesson_box_head::after {
    content: "";
    display: block;
    width: calc(76 / 393 * 100vw);
    aspect-ratio: 1/1
}

.index_page .lesson_box:nth-of-type(1) .lesson_box_head::after {
    margin-top: calc(4 / 393 * 100vw);
    background: url(../img/top/bg_menu_head_01.webp) left top/cover no-repeat
}

.index_page .lesson_box:nth-of-type(2) .lesson_box_head::after {
    background: url(../img/top/bg_menu_head_02.svg) left top/cover no-repeat
}

.index_page .lesson_box:nth-of-type(3) .lesson_box_head::after {
    background: url(../img/top/bg_menu_head_03.svg) left top/cover no-repeat
}

.index_page .lesson_box__title {
    position: relative;
    color: #ff6400;
    font-size: calc(28 / 393 * 100vw);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: .04em
}

.index_page .lesson_box__title::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(-10 / 393 * 100vw);
    right: calc(-40 / 393 * 100vw);
    width: calc(34 / 393 * 100vw);
    height: calc(27 / 393 * 100vw);
    background: url(../img/top/bg_title_01.svg) left top/cover no-repeat
}

.index_page .lesson_box:nth-of-type(1) .lesson_box_body {
    margin-top: calc(-8 / 393 * 100vw)
}

.index_page .lesson_box_body__lead {
    margin-bottom: calc(18 / 393 * 100vw);
    padding: calc(15 / 393 * 100vw) 0 calc(4 / 393 * 100vw);
    border: 2px solid #ff6400;
    border-radius: calc(10 / 393 * 100vw) calc(10 / 393 * 100vw) 0 0;
    border-bottom: none;
    color: #ff6400;
    font-size: calc(14 / 393 * 100vw);
    font-weight: 700;
    letter-spacing: .04em;
    text-align: center
}

.index_page .lesson_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(10 / 393 * 100vw)
}

.index_page .lesson_list_item {
    display: flex;
    align-items: flex-end;
    padding: 0 calc(4 / 393 * 100vw) calc(8 / 393 * 100vw) calc(8 / 393 * 100vw);
    aspect-ratio: 111/130
}

.index_page .lesson_box:nth-of-type(1) .lesson_list_item:nth-of-type(1) {
    background: url(../img/top/bg_menu_0101.webp) left top/cover no-repeat
}

.index_page .lesson_box:nth-of-type(1) .lesson_list_item:nth-of-type(2) {
    background: url(../img/top/bg_menu_0102.webp) left top/cover no-repeat
}

.index_page .lesson_box:nth-of-type(1) .lesson_list_item:nth-of-type(3) {
    background: url(../img/top/bg_menu_0103.webp) left top/cover no-repeat
}

.index_page .lesson_box:nth-of-type(1) .lesson_list_item:nth-of-type(4) {
    background: url(../img/top/bg_menu_0104.webp) left top/cover no-repeat
}

.index_page .lesson_box:nth-of-type(1) .lesson_list_item:nth-of-type(5) {
    background: url(../img/top/bg_menu_0105.webp) left top/cover no-repeat
}

.index_page .lesson_box:nth-of-type(1) .lesson_list_item:nth-of-type(6) {
    background: url(../img/top/bg_menu_0106.webp) left top/cover no-repeat
}

.index_page .lesson_box:nth-of-type(1) .lesson_list_item:nth-of-type(7) {
    background: url(../img/top/bg_menu_0107.webp) left top/cover no-repeat
}

.index_page .lesson_box:nth-of-type(1) .lesson_list_item:nth-of-type(8) {
    background: url(../img/top/bg_menu_0108.webp) left top/cover no-repeat
}

.index_page .lesson_box:nth-of-type(1) .lesson_list_item:nth-of-type(9) {
    background: url(../img/top/bg_menu_0109.webp) left top/cover no-repeat
}

.index_page .lesson_box:nth-of-type(2) .lesson_list_item:nth-of-type(1) {
    background: url(../img/top/bg_menu_0201.webp) left top/cover no-repeat
}

.index_page .lesson_box:nth-of-type(2) .lesson_list_item:nth-of-type(2) {
    background: url(../img/top/bg_menu_0202.webp) left top/cover no-repeat
}

.index_page .lesson_box:nth-of-type(2) .lesson_list_item:nth-of-type(3) {
    background: url(../img/top/bg_menu_0203.webp) left top/cover no-repeat
}

.index_page .lesson_box:nth-of-type(3) .lesson_list_item:nth-of-type(1) {
    background: url(../img/top/bg_menu_0301.webp) left top/cover no-repeat
}

.index_page .lesson_box:nth-of-type(3) .lesson_list_item:nth-of-type(2) {
    background: url(../img/top/bg_menu_0302.webp) left top/cover no-repeat
}

.index_page .lesson_list_item__text {
    color: #fff;
    font-size: calc(15 / 393 * 100vw);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .02em
}

.index_page .lesson__note {
    margin-top: calc(20 / 393 * 100vw);
    color: #9b6647;
    font-size: calc(12 / 393 * 100vw);
    font-weight: 500;
    letter-spacing: .05em
}

.index_page .vp_bg {
    background: linear-gradient(180deg, #ffe5cb, #ffdbd7)
}

.index_page .voice {
    padding-top: calc(34 / 393 * 100vw);
    padding-bottom: calc(20 / 393 * 100vw)
}

.index_page .voice_card {
    padding-top: calc(20 / 393 * 100vw);
    padding-bottom: calc(36 / 393 * 100vw);
    border-radius: calc(20 / 393 * 100vw);
    background: #fff
}

.index_page .voice_card:nth-of-type(1) {
    margin-top: calc(30 / 393 * 100vw)
}

.index_page .voice_card+.voice_card {
    margin-top: calc(40 / 393 * 100vw)
}

.index_page .voice_card_head {
    padding-top: calc(10 / 393 * 100vw);
    min-height: calc(135 / 393 * 100vw);
    margin-inline: calc(30 / 393 * 100vw) calc(20 / 393 * 100vw);
    margin-bottom: calc(5 / 393 * 100vw)
}

.index_page .voice_card:nth-of-type(1) .voice_card_head {
    background: url(../img/top/pic_voice_01.webp) right top/calc(116 / 393 * 100vw) auto no-repeat;
    margin-bottom: calc(10 / 393 * 100vw)
}

.index_page .voice_card:nth-of-type(2) .voice_card_head {
    background: url(../img/top/pic_voice_02.webp) right top/calc(116 / 393 * 100vw) auto no-repeat
}

.index_page .voice_card:nth-of-type(3) .voice_card_head {
    background: url(../img/top/pic_voice_03.webp) right top/calc(116 / 393 * 100vw) auto no-repeat;
    margin-bottom: calc(10 / 393 * 100vw)
}

.index_page .voice_card:nth-of-type(4) .voice_card_head {
    background: url(../img/top/pic_voice_04.webp) right calc(14 / 393 * 100vw)/calc(116 / 393 * 100vw) auto no-repeat;
    margin-bottom: calc(23 / 393 * 100vw)
}

.index_page .voice_card__number {
    margin-bottom: calc(6 / 393 * 100vw);
    color: #ff6400;
    font-family: Roboto, sans-serif;
    font-size: calc(13 / 393 * 100vw);
    font-weight: 300;
    line-height: 1
}

.index_page .voice_card__title {
    color: #ff6400;
    font-size: calc(19 / 393 * 100vw);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .08em
}

.index_page .voice_card_age {
    position: relative;
    padding-bottom: calc(14 / 393 * 100vw);
    font-size: calc(16 / 393 * 100vw);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: .05em;
    color: #ff6400;
    margin-top: calc(14 / 393 * 100vw);
}

.index_page .voice_card_problem__item {
    display: flex;
    align-items: center;
    color: #ff6400;
    font-size: calc(14 / 393 * 100vw);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .05em
}

.index_page .voice_card_problem__item+.voice_card_problem__item {
    margin-left: calc(17 / 393 * 100vw)
}

.index_page .voice_card_problem__item::before {
    content: "";
    display: block;
    width: calc(19 / 393 * 100vw);
    aspect-ratio: 1/1;
    margin-right: calc(4 / 393 * 100vw);
    background: url(../img/top/ico_check_01.svg) left top/cover no-repeat
}

.index_page .voice_card_body {
    padding: calc(20 / 393 * 100vw) calc(32 / 393 * 100vw) 0;
    border-top: calc(1 / 393 * 100vw) solid #ffe5cb;
    color: grey;
    font-size: calc(16 / 393 * 100vw);
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .05em
}

.index_page .voice_note {
    font-size: calc(12 / 393 * 100vw);
    color: #808080;
    line-height: 1.7;
    letter-spacing: .05em;
    margin-top: calc(10 / 393 * 100vw);
    font-weight: 500;
}

.index_page .place {
    padding-top: calc(10 / 393 * 100vw);
    padding-bottom: calc(78 / 393 * 100vw)
}

.index_page .place .section_head__title {
    line-height: 1.45
}

.index_page .place .section_head__title sup {
    font-size: calc(10 / 393 * 100vw);
    vertical-align: calc(14 / 393 * 100vw)
}

.index_page .place__img {
    margin: calc(11 / 393 * 100vw) 0 calc(33 / 393 * 100vw)
}

.index_page .place__note {
    color: #9b6647;
    font-size: calc(12 / 393 * 100vw);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .05em
}

.index_page .trial {
    padding-top: calc(35 / 393 * 100vw);
    padding-bottom: calc(84 / 393 * 100vw)
}

.index_page .qa .section_head__subtitle,
.index_page .qa .section_head__title,
.index_page .trial .section_head__subtitle,
.index_page .trial .section_head__text,
.index_page .trial .section_head__title {
    color: #dd6a1f
}

.index_page .trial_card {
    position: relative;
    padding-top: calc(20 / 393 * 100vw);
    padding-bottom: calc(35 / 393 * 100vw);
    border-radius: calc(20 / 393 * 100vw);
    border: calc(2 / 393 * 100vw) solid #ff6400;
    background: #ffefdf;
    padding-left: 15px;
    padding-right: 15px;
}

.index_page .trial_card:nth-of-type(1) {
    margin-top: calc(32 / 393 * 100vw)
}

.index_page .trial_card+.trial_card {
    margin-top: calc(29 / 393 * 100vw)
}

.index_page .trial_card+.trial_card::before {
    position: absolute;
    top: calc(-30 / 393 * 100vw);
    left: 50%;
    content: "";
    width: calc(1 / 393 * 100vw);
    height: calc(29 / 393 * 100vw);
    background: #ff6400
}

.index_page .trial_card__img {
    margin-bottom: calc(11 / 393 * 100vw)
}

.index_page .trial_card__number {
    display: inline-block;
    margin-bottom: calc(7 / 393 * 100vw);
    padding: calc(4 / 393 * 100vw) calc(14 / 393 * 100vw) calc(2 / 393 * 100vw);
    border-radius: calc(4 / 393 * 100vw);
    border: calc(3 / 393 * 100vw) solid #ff6400;
    background: #fff;
    box-shadow: calc(4 / 393 * 100vw) calc(4 / 393 * 100vw) 0 #ffc19a;
    color: #ff6400;
    font-family: Roboto, sans-serif;
    font-size: calc(15 / 393 * 100vw);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .04em;
    text-align: center
}

.index_page .trial_card__title {
    margin-bottom: calc(4 / 393 * 100vw);
    color: #ff6400;
    font-size: calc(22 / 393 * 100vw);
    font-weight: 700;
    line-height: 1.81;
    letter-spacing: .04em
}

.index_page .trial_card__text {
    color: #ff6400;
    font-size: calc(14 / 393 * 100vw);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .04em
}

.index_page .trial_card_set {
    margin-top: calc(35 / 393 * 100vw);
    padding-top: calc(30 / 393 * 100vw);
    border-top: calc(1 / 393 * 100vw) dashed #ffce9d
}

.index_page .trial_card_set .trial_card__title {
    margin-bottom: calc(8 / 393 * 100vw)
}

.index_page .trial_card_set_body {
    display: flex
}

.index_page .trial_card_set__img {
    flex-shrink: 0;
    width: calc(130 / 393 * 100vw);
    margin-right: calc(16 / 393 * 100vw)
}

.index_page .trial_card_set_list li {
    display: inline-block;
    padding: calc(2 / 393 * 100vw) calc(14 / 393 * 100vw) calc(2 / 393 * 100vw);
    border-radius: calc(14 / 393 * 100vw);
    background: #ff6400;
    color: #fff;
    font-size: calc(14 / 393 * 100vw);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .01em;
    white-space: nowrap;
}

.index_page .trial_card_set_list li+li {
    margin-top: calc(10 / 393 * 100vw)
}

.index_page .trial_card__note {
    margin-top: calc(16 / 393 * 100vw);
    color: #ff6400;
    font-size: calc(14 / 393 * 100vw);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .02em
}

.index_page .qa {
    padding-top: calc(35 / 393 * 100vw);
    padding-bottom: calc(84 / 393 * 100vw)
}

.index_page .qa_card {
    border-top: calc(2 / 393 * 100vw) solid #dd6a1f
}

.index_page .qa_card:nth-of-type(1) {
    margin-top: calc(30 / 393 * 100vw)
}

.index_page .qa_card:nth-last-of-type(1) {
    border-bottom: calc(2 / 393 * 100vw) solid #dd6a1f
}

.index_page .qa_card__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(12 / 393 * 100vw) 0 calc(11 / 393 * 100vw);
    list-style: none;
    color: #dd6a1f;
    font-size: calc(16 / 393 * 100vw);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .08em
}

.index_page .qa_card__title::-webkit-details-marker {
    display: none
}

.index_page .qa_card__title::after {
    content: "";
    width: calc(12 / 393 * 100vw);
    height: calc(12 / 393 * 100vw);
    margin-inline: calc(6 / 393 * 100vw) calc(23 / 393 * 100vw);
    background: url(../img/top/ico_qa_arrow.svg) left top/cover no-repeat;
    rotate: 180deg
}

.index_page .qa_card[open] .qa_card__title::after {
    rotate: 0deg
}

.index_page .qa_card_body {
    padding: calc(10 / 393 * 100vw) 0 calc(20 / 393 * 100vw)
}

.index_page .qa_card__text {
    color: grey;
    font-size: calc(15 / 393 * 100vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .08em
}

.index_page .qa_card__img+.qa_card__text,
.index_page .qa_card__text+.qa_card__img,
.index_page .qa_card__text+.qa_card__text {
    margin-top: calc(17 / 393 * 100vw)
}

.index_page .qa_card__text_icon {
    color: #b02026
}

.index_page .footer {
    padding: calc(24 / 393 * 100vw) calc(10 / 393 * 100vw) calc(140 / 393 * 100vw);
    background: linear-gradient(290.22deg, #f25c36 18.83%, #ff7217 72.21%)
}

.index_page .footer_list {
    display: flex;
    justify-content: center;
    margin-bottom: calc(20 / 393 * 100vw)
}

.index_page .footer_list a {
    color: #fff;
    font-size: calc(12 / 393 * 100vw);
    line-height: 1.5
}

.index_page .footer_list li+li::before {
    content: "|";
    margin-inline: calc(16 / 393 * 100vw) calc(16 / 393 * 100vw);
    color: #fff
}

.index_page .copyright {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: calc(11 / 393 * 100vw)
}

@media screen and (768px <=width) {
    .index_page .bg_wrapper {
        position: relative
    }

    .index_page .bg_wrapper::before {
        content: "";
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: url(../img/top/bg_pc.webp) center top/cover repeat
    }

    .index_page .device_wrapper {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: space-between
    }

    .index_page .pc_main {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        display: block;
        width: 50%;
        height: 100svh;
        padding: 0 4.63%
    }

    .index_page .pc_main__logo {
        display: block;
        margin-bottom: 9vh
    }

    .index_page .pc_main__text {
        height: 32vh
    }

    .index_page .pc_main__img {
        position: absolute;
        left: 2.7%;
        bottom: 2.7%;
        height: 33vh;
        max-width: 90%
    }

    .index_page .pc_main__img img,
    .index_page .pc_main__text img {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: left;
        object-position: left
    }

    .index_page .sp_main {
        overflow: hidden;
        flex-shrink: 0;
        width: 393px;
        background: #fff
    }

    .index_page .pc_sub {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        display: flex;
        align-items: flex-end;
        height: 100svh;
        padding-inline: 2%
    }

    .index_page .pc_copyright {
        display: block;
        padding: 0 0 20px;
        text-transform: uppercase;
        font-family: Roboto, sans-serif;
        font-size: 11px;
        color: #fff
    }

    .index_page .cta_sticky {
        width: 393px
    }

    .index_page .cta_sticky__btn {
        margin-bottom: 20px;
        width: 313px
    }

    .index_page .header__logo {
        padding: 12px 0 0 13px;
        background: #fff
    }

    .index_page .header_ad {
        height: 60px;
        padding: 5px
    }

    .index_page .mv {
        padding: 27px 0 0
    }

    .index_page .mv__subtitle {
        width: 331px;
        margin: 0 auto 10px
    }

    .index_page .mv__title {
        width: 349px;
        margin: 0 auto 14px
    }

    .index_page .intro {
        margin-top: -103px;
        padding-top: 94px
    }

    .index_page .intro__title {
        margin-left: 1px;
        margin-bottom: 22px
    }

    .index_page .intro_head {
        margin-left: 20px;
        margin-bottom: 29px
    }

    .index_page .intro_head__text {
        padding: 4px 0 4px 7px;
        font-size: 28px
    }

    .index_page .intro_head__bg {
        border-width: 48px 10px 0 0
    }

    .index_page .intro_head_row+.intro_head_row {
        margin-top: 7px
    }

    .index_page .intro_head_row:nth-of-type(2) .intro_head__text {
        padding-right: 9px
    }

    .index_page .intro__img {
        margin-bottom: 18px
    }

    .index_page .intro_lead {
        padding: 31px 30px 100px
    }

    .index_page .intro_lead_text {
        font-size: 18px
    }

    .index_page .intro_lead_text__bold {
        padding: 2px 0 2px 0
    }

    .index_page .section_head__subtitle {
        margin-bottom: 13px;
        font-size: 14px
    }

    .index_page .section_head__title {
        font-size: 30px
    }

    .index_page .section_head__text {
        margin-top: 13px;
        font-size: 14px
    }

    .index_page .padding_wrapper {
        padding-left: 20px;
        padding-right: 20px
    }

    .index_page .why {
        margin-top: -40px;
        padding-top: 35px;
        padding-bottom: 20px
    }

    .index_page .why .section_head__title {
        margin-bottom: 44px
    }

    .index_page .why_card+.why_card {
        margin-top: 60px
    }

    .index_page .why_card_body {
        padding-top: 20px;
        padding-inline: 20px;
        padding-bottom: 42px;
        border-radius: 4px
    }

    .index_page .why_card:nth-of-type(1) .why_card_body {
        padding-bottom: 135px
    }

    .index_page .why_card:nth-of-type(3) .why_card_body {
        padding-bottom: 122px
    }

    .index_page .why_card:nth-of-type(4) .why_card_body {
        padding-bottom: 96px
    }

    .index_page .why_card__number {
        top: -21px;
        left: 7px
    }

    .index_page .why_card__img {
        margin-bottom: 17px
    }

    .index_page .why_card__title {
        margin-bottom: 12px;
        font-size: 22px
    }

    .index_page .why_card__text {
        font-size: 15px
    }

    .index_page .why_result {
        margin: -102px -20px 0 20px;
        padding: 18px 20px 28px;
        border: 3px solid #ff7d28;
        border-radius: 60px 0 0 10px;
        border-right: 0
    }

    .index_page .why_card:nth-of-type(4) .why_result {
        margin-top: -65px
    }

    .index_page .why_result_title__01 {
        margin-bottom: 4px;
        font-size: 13px
    }

    .index_page .why_result_title__01::after,
    .index_page .why_result_title__01::before {
        content: "";
        width: 15px;
        height: 1px;
        margin-top: 8px
    }

    .index_page .why_result_title__01::before {
        margin-right: 7px
    }

    .index_page .why_result_title__01::after {
        margin-left: 2px
    }

    .index_page .why_result_title__02 {
        width: 244px;
        height: 51px;
        margin: 0 auto 11px;
        border-radius: 26px;
        font-size: 18px
    }

    .index_page .why_result__img {
        margin-bottom: 14px
    }

    .index_page .why_card:nth-of-type(1) .why_result__img {
        width: 296px
    }

    .index_page .why_card:nth-of-type(3) .why_result__img {
        margin-top: 19px;
        margin-bottom: 9px
    }

    .index_page .why_card:nth-of-type(4) .why_result__img {
        margin-top: 30px;
        margin-bottom: 22px
    }

    .index_page .why_result__text {
        font-size: 10px
    }

    .index_page .why_result__qol {
        margin-bottom: 18px;
        font-size: 15px
    }

    .index_page .foru {
        padding-top: 36px;
        padding-bottom: 81px
    }

    .index_page .foru .section_head__title::after {
        top: -23px;
        right: -35px;
        width: 34px;
        height: 27px
    }

    .index_page .foru_list {
        gap: 9px;
        margin-top: 24px
    }

    .index_page .foru_card {
        padding: 2px;
        border-radius: 10px
    }

    .index_page .foru_card_inner {
        padding: 19px 10px 20px;
        border-radius: 8px
    }

    .index_page .foru_card:nth-of-type(10) .foru_card_inner,
    .index_page .foru_card:nth-of-type(3) .foru_card_inner,
    .index_page .foru_card:nth-of-type(4) .foru_card_inner,
    .index_page .foru_card:nth-of-type(7) .foru_card_inner,
    .index_page .foru_card:nth-of-type(8) .foru_card_inner,
    .index_page .foru_card:nth-of-type(9) .foru_card_inner {
        padding-bottom: 9px
    }

    .index_page .foru_card__number {
        top: -1px;
        left: -1px;
        width: 50px;
        height: 45px;
        padding: 2px 0 0 6px;
        font-size: 16px
    }

    .index_page .foru_card__img {
        margin-bottom: 13px
    }

    .index_page .foru_card:nth-of-type(10) .foru_card__img,
    .index_page .foru_card:nth-of-type(3) .foru_card__img,
    .index_page .foru_card:nth-of-type(7) .foru_card__img,
    .index_page .foru_card:nth-of-type(8) .foru_card__img,
    .index_page .foru_card:nth-of-type(9) .foru_card__img {
        margin-bottom: 3px
    }

    .index_page .foru_card__text {
        font-size: 14px
    }

    .index_page .cta {
        padding-top: 69px;
        padding-bottom: 66px
    }

    .index_page .cta_head__01 {
        margin-bottom: 12px
    }

    .index_page .cta_head__02 {
        font-size: 16px
    }

    .index_page .cta_head__03 {
        margin-bottom: 12px;
        font-size: 17px
    }

    .index_page .cta_head__title {
        margin-bottom: 14px;
        font-size: 34px
    }

    .index_page .cta_body {
        padding-top: 28px;
        padding-bottom: 31px;
        border-radius: 10px
    }

    .index_page .cta__btn {
        margin: 12px auto 10px
    }

    .index_page .cta_body__text {
        font-size: 12px
    }

    .unlimited-plan {
        padding-top: 26px;
        padding-bottom: 50px;
    }

    .unlimited-plan__note {
        font-size: 12px;
        margin-top: 15px;
    }

    .index_page .lesson {
        padding-top: 37px;
        padding-bottom: 80px
    }

    .index_page .lesson .section_head__title {
        margin-bottom: 25px
    }

    .index_page .lesson_box+.lesson_box {
        margin-top: 36px
    }

    .index_page .lesson_box_head::after {
        width: 76px
    }

    .index_page .lesson_box:nth-of-type(1) .lesson_box_head::after {
        margin-top: 4px
    }

    .index_page .lesson_box__title {
        font-size: 28px
    }

    .index_page .lesson_box__title::after {
        top: -10px;
        right: -40px;
        width: 34px;
        height: 27px
    }

    .index_page .lesson_box:nth-of-type(1) .lesson_box_body {
        margin-top: -8px
    }

    .index_page .lesson_box_body__lead {
        margin-bottom: 18px;
        padding: 15px 0 4px;
        border-radius: 10px 10px 0 0;
        font-size: 14px
    }

    .index_page .lesson_list {
        gap: 10px
    }

    .index_page .lesson_list_item {
        padding: 0 4px 8px 8px
    }

    .index_page .lesson_list_item__text {
        font-size: 15px
    }

    .index_page .lesson__note {
        margin-top: 20px;
        font-size: 12px
    }

    .index_page .voice {
        padding-top: 34px;
        padding-bottom: 20px
    }

    .index_page .voice_card {
        padding-top: 20px;
        padding-bottom: 36px;
        border-radius: 20px;
        background: #fff
    }

    .index_page .voice_card:nth-of-type(1) {
        margin-top: 30px
    }

    .index_page .voice_card+.voice_card {
        margin-top: 40px
    }

    .index_page .voice_card_head {
        padding-top: 10px;
        min-height: 135px;
        margin-inline: 30px 20px;
        margin-bottom: 5px
    }

    .index_page .voice_card:nth-of-type(1) .voice_card_head {
        background-size: 116px auto;
        margin-bottom: 10px
    }

    .index_page .voice_card:nth-of-type(2) .voice_card_head {
        background-size: 116px auto
    }


    .index_page .voice_card:nth-of-type(3) .voice_card_head {
        background-size: 116px auto;
        margin-bottom: 10px
    }

    .index_page .voice_card:nth-of-type(4) .voice_card_head {
        margin-bottom: 23px;
        background-position: right 14px;
        background-size: 116px auto
    }

    .index_page .voice_card__number {
        margin-bottom: 6px;
        font-size: 13px
    }

    .index_page .voice_card__title {
        font-size: 19px
    }

    .index_page .voice_card_age {
        padding-bottom: 14px;
        font-size: 16px;
        margin-top: 14px;
    }

    .index_page .voice_card_problem_list {
        padding-inline: 18px
    }

    .index_page .voice_card_problem__item {
        font-size: 14px
    }

    .index_page .voice_card_problem__item+.voice_card_problem__item {
        margin-left: 17px
    }

    .index_page .voice_card_problem__item::before {
        width: 19px;
        margin-right: 4px
    }

    .index_page .voice_card_body {
        padding: 20px 32px 0;
        border-top: 1px solid #ffe5cb;
        font-size: 16px
    }

    .index_page .voice_note {
        font-size: 12px;
        margin-top: 10px;
    }

    .index_page .place {
        padding-top: 10px;
        padding-bottom: 78px
    }

    .index_page .place .section_head__title sup {
        font-size: 10px;
        vertical-align: 14px
    }

    .index_page .place__img {
        margin: 11px 0 33px
    }

    .index_page .place__note {
        font-size: 12px
    }

    .index_page .trial {
        padding-top: 35px;
        padding-bottom: 84px
    }

    .index_page .trial_card {
        padding-top: 20px;
        padding-bottom: 35px;
        border-radius: 20px;
        border: 2px solid #ff6400;
        padding-left: 15px;
        padding-right: 15px;
    }

    .index_page .trial_card:nth-of-type(1) {
        margin-top: 32px
    }

    .index_page .trial_card+.trial_card {
        margin-top: 29px
    }

    .index_page .trial_card+.trial_card::before {
        top: -30px;
        width: 1px;
        height: 29px
    }

    .index_page .trial_card__img {
        margin-bottom: 11px
    }

    .index_page .trial_card__number {
        margin-bottom: 7px;
        padding: 4px 14px 2px;
        border-radius: 4px;
        border: 3px solid #ff6400;
        box-shadow: 4px 4px 0 #ffc19a;
        font-size: 15px
    }

    .index_page .trial_card__title {
        margin-bottom: 4px;
        font-size: 22px
    }

    .index_page .trial_card__text {
        font-size: 14px
    }

    .index_page .trial_card_set {
        margin-top: 35px;
        padding-top: 30px;
        border-top: 1px dashed #ffce9d
    }

    .index_page .trial_card_set .trial_card__title {
        margin-bottom: 8px
    }

    .index_page .trial_card_set__img {
        width: 130px;
        margin-right: 16px
    }

    .index_page .trial_card_set_list li {
        padding: 2px 14px 2px;
        border-radius: 14px;
        font-size: 14px
    }

    .index_page .trial_card_set_list li+li {
        margin-top: 10px
    }

    .index_page .trial_card__note {
        margin-top: 16px;
        font-size: 14px
    }

    .index_page .qa {
        padding-top: 35px;
        padding-bottom: 84px
    }

    .index_page .qa_card {
        border-top: 2px solid #dd6a1f
    }

    .index_page .qa_card:nth-of-type(1) {
        margin-top: 30px
    }

    .index_page .qa_card:nth-last-of-type(1) {
        border-bottom: 2px solid #dd6a1f
    }

    .index_page .qa_card__title {
        padding: 12px 0 11px;
        font-size: 16px
    }

    .index_page .qa_card__title::after {
        width: 12px;
        height: 12px;
        margin-inline: 6px 23px
    }

    .index_page .qa_card_body {
        padding: 10px 0 20px
    }

    .index_page .qa_card__text {
        font-size: 15px
    }

    .index_page .qa_card__img+.qa_card__text,
    .index_page .qa_card__text+.qa_card__img,
    .index_page .qa_card__text+.qa_card__text {
        margin-top: 17px
    }

    .index_page .footer {
        padding: 24px 10px 140px
    }

    .index_page .footer_list {
        margin-bottom: 20px
    }

    .index_page .footer_list a {
        font-size: 12px
    }

    .index_page .footer_list li+li::before {
        margin-inline: 16px 16px
    }

    .index_page .copyright {
        font-size: 11px
    }
}

@media screen and (max-width:767px) {
    .is-pc {
        display: none
    }

    .is-sp {
        display: block
    }

    html {
        font-size: calc(16 / 393 * 100vw)
    }
}

@media (hover:hover) and (pointer:fine) {
    .index_page .cta_sticky__btn:hover {
        -webkit-animation: sticky-hover .7s cubic-bezier(.22, 1, .36, 1) forwards;
        animation: sticky-hover .7s cubic-bezier(.22, 1, .36, 1) forwards
    }

    .index_page .header_ad:hover {
        opacity: .7
    }

    .index_page .cta__btn:hover {
        opacity: .7
    }
}

@media (prefers-reduced-motion:no-preference) {
    html:focus-within {
        scroll-behavior: smooth
    }

    :focus-visible {
        transition: outline-offset 145ms cubic-bezier(.25, 0, .4, 1)
    }

    :where(:not(:active)):focus-visible {
        transition-duration: .25s
    }
}

.index_page .paypay-cta {
    padding-bottom: calc(20 / 393 * 100vw);
}

@media screen and (768px <=width) {
    .index_page .paypay-cta {
        padding-bottom: 20px;
    }
}

/*//////////////////////////
ask-doctors
/////////////////////////*/
.index_page .ask-doctors {
    padding-block: calc(16.5 / 393 * 100vw);
    padding-inline: calc(10 / 393 * 100vw) calc(13 / 393 * 100vw);
    background-color: #FFF;
    border-radius: calc(10 / 393 * 100vw);
    margin-top: calc(60 / 393 * 100vw);
    width: calc(363 / 393 * 100vw);
    margin-left: calc(-5 / 393 * 100vw);
    position: relative;
}

@media screen and (768px <=width) {
    .index_page .ask-doctors {
        padding-block: 16.5px;
        padding-inline: 10px 13px;
        border-radius: 10px;
        margin-top: 60px;
        width: 363px;
        margin-left: -5px;
    }
}

.index_page .ask-doctors::before {
    content: '';
    position: absolute;
    top: -28%;
    left: 50%;
    translate: -50%;
    background: url(../img/top/down-arrow.png) no-repeat center center / contain;
    width: calc(72 / 393 * 100vw);
    height: calc(29 / 393 * 100vw);
    display: inline-block
}

@media screen and (768px <=width) {
    .index_page .ask-doctors::before {
        width: 72px;
        height: 29px;
    }
}

.ask-doctors_img img {
    width: calc(339 / 393 * 100vw);
    height: calc(117 / 393 * 100vw);
}

@media screen and (768px <=width) {
    .ask-doctors_img img {
        width: 339px;
        height: 117px;
    }
}

/*//////////////////////////
トップお知らせ 
/////////////////////////*/
.top__notice {
    font-size: calc(18 / 393 * 100vw);
    font-weight: 700;
    color: #FF3D00;
    background: #FAFF00;
    padding-block: calc(10 / 393 * 100vw);
    text-align: center;
    line-height: 1.6;
}

@media screen and (768px <=width) {
    .top__notice {
        font-size: 18px;
        padding-block: 10px;
    }
}

/*//////////////////////////////////
キャンペーンポップアップ
//////////////////////////////////*/
.paypay-cp__top {
    width: calc(259 / 393 * 100vw);
    margin: calc(40 / 393 * 100vw) auto 0;
}

@media screen and (768px <=width) {
    .paypay-cp__top {
        width: 259px;
        margin: 40px auto 0;
    }
}

.paypay-cp__top img {
    width: 100%;
    height: 100%;
}

/* 初期設定 */
button {
    background: none;
}

:where(dialog) {
    width: unset;
    max-width: unset;
    height: unset;
    max-height: unset;
    padding: unset;
    color: unset;
    background-color: unset;
    border: unset;
    overflow: unset;
}

body:has(dialog[open]) {
    overflow: hidden;
}

.paypay-cp {
    display: flex;
    position: relative;
}

.modal__open-btn {
    position: absolute;
    left: 50%;
    translate: -50%;
    bottom: 15.5%;
    width: calc(205 / 393 * 100vw);
    height: auto;
}
@media screen and (768px <=width) {
    .modal__open-btn {
        width: 205px;
    }
}
/* ============
    モーダルのスタイル 
    ============ */
dialog::backdrop {
    opacity: 0;
    transition: background 0.3s ease-in-out;
}

dialog.js-show.modal__content {
    opacity: 1;
}

dialog.js-show::backdrop {
    opacity: 1;
    /* 背景画像 */
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
}

.modal__content {
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    /* モーダル枠組みのスタイル */
    width: min(500px, 95%);
    max-height: 80vh;
    margin: auto;
    background: #fff;
}

.modal__inner {
    overflow-y: scroll;
    height: 100%;
    position: relative;
}

.modal__body {
    height: fit-content;
}

.modal__close-btn {
    position: absolute;
    z-index: 2;
    top: 4vw;
    right: 3vw;
    padding: 0;
}

@media screen and (768px <=width) {
    .modal__close-btn {
        top: 3%;
        right: 3%;
    }
}

.modal__close-btn img {
    width: clamp(0px, calc(36 / 393 * 100vw), 36px);
    height: clamp(0px, calc(36 / 393 * 100vw), 36px);
}

@media screen and (768px <=width) {
    .modal__close-btn img {
        width: 36px;
        height: 36px;
    }
}

.index_page .paypay-cta{
    padding-bottom: calc(20 / 393 * 100vw);
}

@media screen and (768px <=width) {
    .index_page .paypay-cta{
        padding-bottom: 20px;
    }
}