/*!
 * @acab/reset.css
 */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:where([hidden]:not([hidden=until-found])) {
    display: none !important
}

:where(html) {
    -webkit-text-size-adjust: none;
    color-scheme: dark light
}

@supports not (min-block-size: 100dvb) {
    :where(html) {
        block-size: 100%
    }
}

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

:where(body) {
    block-size: 100%;
    block-size: 100dvb;
    font-family: system-ui, sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased
}

:where(input, button, textarea, select) {
    color: inherit;
    font: inherit
}

:where(textarea) {
    resize: vertical;
    resize: block
}

:where(button, label, select, summary, [role=button], [role=option]) {
    cursor: pointer
}

:where(:disabled) {
    cursor: not-allowed
}

:where(label:has(>input:disabled), label:has(+input:disabled)) {
    cursor: not-allowed
}

:where(button) {
    border-style: solid
}

:where(a) {
    text-underline-offset: .2ex
}

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

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

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

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

:where(h1, h2, h3) {
    line-height: calc(1em + .5rem)
}

:where(hr) {
    block-size: 0;
    border: none;
    -webkit-border-before: 1px solid;
    border-block-start: 1px solid;
    color: inherit;
    overflow: visible
}

:where(:focus-visible) {
    outline: 2px solid var(--focus-color, Highlight);
    outline-offset: 2px
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
    border: 0 !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

:root {
    --font-family-primary: "Noto Sans JP", sans-serif;
    --font-family-secondary: "Oswald", "Noto Sans JP", sans-serif;
    --color-00-black: #29292a;
    --color-00-white: #ffffff;
    --color-01-gray: #898686;
    --color-02-gray: #e5e5e5;
    --color-03-gray: #c9c9c9;
    --color-01-red: #e25452;
    --color-02-red: #e50012;
    --color-01-pink: #f8cfcf;
    --color-02-pink: #fceeed;
    --color-03-pink: #f6829d;
    --color-01-green: #e7fbdb;
    --color-02-green: #37a322;
    --gradient-pink-01: linear-gradient(180deg, rgba(252, 238, 237, 1) 0%, rgba(255, 157, 154, 1) 100%);
    --gradient-pink-02: linear-gradient(90deg, rgba(252, 104, 111, 1) 10%, rgba(255, 147, 76, 1) 100%);
    --gradient-red-01: linear-gradient(90deg, rgba(229, 0, 18, 1) 0%, rgba(244, 133, 62, 1) 100%);
    --gradient-cta-01: linear-gradient(180deg, rgba(55, 163, 34, 1) 0%, rgba(30, 128, 17, 1) 100%);
    --gradient-cta-02: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(226, 226, 226, 1) 100%)
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 50px
}

@media print,
screen and (min-width:768px) {
    html {
        scroll-padding-top: 70px
    }
}

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

body {
    background-color: var(--color-00-white);
    color: var(--color-00-black);
    font-family: var(--font-family-primary);
    -webkit-font-feature-settings: "palt"1;
    font-feature-settings: "palt"1;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    padding-top: 50px;
    word-break: break-all
}

@media print,
screen and (min-width:768px) {
    body {
        padding-top: 70px
    }
}

:where(a) {
    color: inherit;
    text-decoration: none
}

:where(a):hover {
    text-decoration: none
}

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

:where(em),
:where(i) {
    font-style: normal
}

:where(h1),
:where(h2),
:where(h3),
:where(h4),
:where(h5),
:where(h6) {
    font-size: 1.6rem;
    font-weight: normal
}

:where(p) {
    font-size: 14px
}

@media print,
screen and (min-width:768px) {
    :where(p) {
        font-size: 15px
    }
}

:where(em) {
    font-weight: bold
}

:where(img) {
    display: block;
    height: auto;
    width: 100%
}

:where(btn) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    cursor: pointer
}

:where(input) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--color-00-white);
    border: 1px solid var(--color-03-gray)
}

:where(textarea) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--color-00-white);
    border: 1px solid var(--color-03-gray)
}

.visually-hidden {
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    white-space: nowrap !important
}

@media print,
screen and (max-width:767px) {
    .pc-only {
        display: none !important
    }
}

@media print,
screen and (min-width:768px) {
    .sp-only {
        display: none !important
    }
}

.footer {
    background-color: var(--color-02-red);
    color: var(--color-00-white);
    padding: 15px 0 115px;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .footer {
        padding-bottom: 141px
    }
}

.footer__copyright {
    display: block;
    font-size: 11px;
    line-height: 1;
    text-align: center
}

@media print,
screen and (min-width:768px) {
    .footer__copyright {
        font-size: 12px
    }
}

.header {
    background-color: var(--color-00-white);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    color: var(--color-00-black);
    height: 50px;
    left: 0;
    padding: 10px 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

@media print,
screen and (min-width:768px) {
    .header {
        height: 70px;
        padding: 14px 20px
    }
}

.header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0
}

@media print,
screen and (min-width:768px) {
    .header__inner {
        max-width: 1024px;
        padding: 0
    }
}

.header__logo {
    display: block
}

@media print,
screen and (max-width:767px) {
    .header__logo {
        width: 89px
    }

    .header__logo img {
        display: block;
        height: 30px;
        width: 89px
    }
}

@media print,
screen and (min-width:768px) {
    .header__logo {
        width: 124px
    }

    .header__logo img {
        display: block;
        height: 42px;
        width: 124px
    }
}

@media(hover: hover) {
    .header__logo a {
        -webkit-transition: opacity 200ms;
        transition: opacity 200ms
    }

    .header__logo a:hover {
        opacity: .7
    }
}

.header__chatbot {
    display: block
}

@media print,
screen and (max-width:767px) {
    .header__chatbot {
        height: 30px
    }
}

@media print,
screen and (min-width:768px) {
    .header__chatbot {
        height: 42px
    }
}

.header__chatbot img {
    display: block;
    height: 100%;
    width: auto
}

.hero {
    background-color: var(--color-00-white);
    background-image: url(../images/hero-background.webp);
    background-position: top center;
    background-repeat: repeat;
    background-size: 20px 20px;
    padding: 0 0 20px 0;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .hero {
        padding: 0
    }
}

.hero__inner {
    margin: 0 auto;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .hero__inner {
        max-width: 1200px;
        overflow: hidden
    }
}

@media print,
screen and (min-width:768px) {
    .hero__title {
        height: 450px;
        left: calc(50% - 600px);
        position: absolute;
        top: 0;
        width: 1200px;
        z-index: 1
    }
}

.hero__price {
    text-align: center
}

@media print,
screen and (min-width:768px) {
    .hero__price {
        margin-top: 382px;
        margin-bottom: 20px;
        position: relative;
        z-index: 2
    }
}

.hero__price-image {
    margin: 0 auto;
    width: 73.6%
}

.hero__price-image_waribiki {
    margin: -25px auto 0;
    width: 85%
}

@media print,
screen and (min-width:768px) {
    .hero__price-image {
        margin: 0 auto;
        width: 387px
    }

    .hero__price-image_waribiki {
        margin: 0 auto;
        width: 413px
    }
}

.hero__price-text {
    color: var(--color-03-pink);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    margin-top: 5px
}

@media print,
screen and (min-width:768px) {
    .hero__price-text {
        font-size: 14px
    }
}

.hero__price-link {
    color: var(--color-00-black);
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    margin: 10px auto 0;
    text-decoration: underline;
    text-underline-offset: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media print,
screen and (min-width:768px) {
    .hero__price-link {
        font-size: 16px;
        margin-top: 15px
    }
}

@media(hover: hover) {
    .hero__price-link {
        -webkit-transition: text-decoration-color 200ms, color 200ms;
        transition: text-decoration-color 200ms, color 200ms
    }

    .hero__price-link:hover {
        color: var(--color-01-red);
        text-decoration-color: rgba(0, 0, 0, 0)
    }
}

.title {
    background-color: var(--color-01-red);
    color: var(--color-00-white);
    padding: 17px 20px 19px;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .title {
        padding: 32px 50px 38px
    }
}

.title:after {
    background-color: var(--color-01-red);
    bottom: -9px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    height: 10px;
    left: calc(50% - 13px);
    position: absolute;
    width: 26px;
    z-index: 1
}

@media print,
screen and (min-width:768px) {
    .title:after {
        bottom: -19px;
        height: 20px;
        left: calc(50% - 25px);
        width: 50px
    }
}

.title__text {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center
}

@media print,
screen and (min-width:768px) {
    .title__text {
        font-size: 36px
    }
}

.cta {
    background-color: var(--color-01-green);
    padding: 25px 22px
}

@media print,
screen and (min-width:768px) {
    .cta {
        padding: 30px 30px
    }
}

.cta__inner {
    margin: 0 auto
}

@media print,
screen and (min-width:768px) {
    .cta__inner {
        max-width: 810px
    }
}

.cta__waribiki {
    margin: 0 auto 13px;
    width: 80%;
}

@media print,
screen and (min-width:768px) {
    .cta__waribiki {
        width: 55%;
    }
}

.cta__btns {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, 1fr)
}

@media print,
screen and (min-width:768px) {
    .cta__btns {
        gap: 18px
    }
}

.cta__primary-btn,
.cta__secondary-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid var(--color-02-green);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 0;
    position: relative
}

@media print,
screen and (min-width:768px) {

    .cta__primary-btn,
    .cta__secondary-btn {
        padding: 19px 0
    }
}

@media(hover: hover) {

    .cta__primary-btn,
    .cta__secondary-btn {
        -webkit-transition: -webkit-filter 100ms;
        transition: -webkit-filter 100ms;
        transition: filter 100ms;
        transition: filter 100ms, -webkit-filter 100ms
    }

    .cta__primary-btn:hover,
    .cta__secondary-btn:hover {
        -webkit-filter: brightness(1.1);
        filter: brightness(1.1)
    }
}

.cta__primary-btn-text,
.cta__secondary-btn-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

@media print,
screen and (min-width:768px) {

    .cta__primary-btn-text,
    .cta__secondary-btn-text {
        font-size: 24px
    }
}

.cta__primary-btn-icon,
.cta__secondary-btn-icon {
    display: block;
    height: 13px;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

@media print,
screen and (min-width:768px) {

    .cta__primary-btn-icon,
    .cta__secondary-btn-icon {
        height: 17px;
        right: 10px;
        width: 10px
    }
}

.cta__primary-btn-icon svg,
.cta__secondary-btn-icon svg {
    height: 100%;
    width: 100%
}

.cta__primary-btn {
    background: var(--gradient-cta-01)
}

.cta__primary-btn-text {
    color: var(--color-00-white)
}

.cta__primary-btn-icon svg {
    fill: var(--color-00-white)
}

.cta__secondary-btn {
    background: var(--gradient-cta-02)
}

.cta__secondary-btn-free {
    background-color: var(--color-02-green);
    border-radius: 100px;
    color: var(--color-00-white);
    display: block;
    font-size: 15px;
    font-weight: 500;
    left: 50%;
    line-height: 1;
    padding: 3px 8px 5px;
    position: absolute;
    top: -12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media print,
screen and (min-width:768px) {
    .cta__secondary-btn-free {
        font-size: 16px;
        padding: 3px 15px 4px
    }
}

.cta__secondary-btn-text {
    color: var(--color-02-green)
}

.cta__secondary-btn-icon svg {
    fill: var(--color-02-green)
}

.cta__bnr {
    margin-top: 20px
}

@media print,
screen and (min-width:768px) {
    .cta__bnr {
        margin: 30px auto 0;
        width: 405px
    }
}

.cta__bnr a {
    background-color: #fff;
    display: block
}

@media(hover: hover) {
    .cta__bnr a picture {
        -webkit-transition: opacity 200ms;
        transition: opacity 200ms
    }

    .cta__bnr a:hover picture {
        opacity: .7
    }
}

.cta__present {
    background-color: var(--color-00-white);
    border: 1px solid var(--color-00-black);
    border-radius: 10px;
    margin-top: 15px;
    overflow: hidden;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .cta__present {
        margin-top: 20px
    }
}

.cta__present a {
    display: block
}

@media(hover: hover) {
    .cta__present a {
        -webkit-transition: opacity 200ms;
        transition: opacity 200ms
    }

    .cta__present a:hover {
        opacity: .7
    }
}

.cta__present-title {
    background: var(--gradient-pink-02);
    color: var(--color-00-white);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 0;
    text-align: center
}

@media print,
screen and (min-width:768px) {
    .cta__present-title {
        font-size: 20px
    }
}

.cta__present-content {
    background-color: var(--color-00-white);
    padding: 10px 20px
}

@media print,
screen and (min-width:768px) {
    .cta__present-content {
        padding: 20px 20px 20px 80px
    }
}

@media print and (max-width: 830px),
screen and (min-width:768px)and (max-width: 830px) {
    .cta__present-content {
        padding-left: 40px
    }
}

.cta__present-content-title {
    color: var(--color-01-red);
    font-family: var(--font-family-secondary);
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

@media print,
screen and (min-width:768px) {
    .cta__present-content-title {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.cta__present-content-title-line1 {
    display: block;
    font-size: 22px
}

@media print,
screen and (min-width:768px) {
    .cta__present-content-title-line1 {
        font-size: 24px
    }
}

.cta__present-content-title-line1 > em {
    font-size: 26px
}

@media print,
screen and (min-width:768px) {
    .cta__present-content-title-line1 > em {
        font-size: 29px
    }
}

.cta__present-content-title-line2 {
    display: block;
    font-size: 16px;
    margin-top: 5px
}

@media print,
screen and (min-width:768px) {
    .cta__present-content-title-line2 {
        font-size: 24px;
        margin-top: 0
    }
}

.cta__present-content-title-line2 > em {
    font-size: 17px
}

@media print,
screen and (min-width:768px) {
    .cta__present-content-title-line2 > em {
        font-size: 28px
    }
}

.cta__present-content-text {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 10px
}

@media print,
screen and (max-width:767px) {
    .cta__present-content-text br {
        display: none
    }
}

@media print,
screen and (min-width:768px) {
    .cta__present-content-text {
        font-size: 16px
    }
}

.cta__present-content-photo {
    border-radius: 50%;
    height: 80px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 80px
}

@media print,
screen and (min-width:768px) {
    .cta__present-content-photo {
        height: 130px;
        right: 80px;
        top: 10px;
        width: 130px
    }
}

@media print and (max-width: 830px),
screen and (min-width:768px)and (max-width: 830px) {
    .cta__present-content-photo {
        right: 40px
    }
}

.cta__present-content-photo img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.diagnosis {
    background-color: var(--color-00-white);
    padding: 30px 20px;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .diagnosis {
        padding: 50px
    }
}

.diagnosis__inner {
    margin: 0 auto;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .diagnosis__inner {
        max-width: 970px
    }
}

.diagnosis__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    font-weight: 900;
    gap: 5px;
    grid-template-areas: "before line1 after""before line2 after";
    grid-template-columns: auto auto auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}

@media print,
screen and (min-width:768px) {
    .diagnosis__title {
        gap: 10px 20px
    }
}

.diagnosis__title:before,
.diagnosis__title:after {
    background-image: url(../images/title-slash.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 40px;
    width: 30px
}

@media print,
screen and (min-width:768px) {

    .diagnosis__title:before,
    .diagnosis__title:after {
        height: 75px;
        width: 55px
    }
}

.diagnosis__title:before {
    grid-area: before
}

.diagnosis__title:after {
    grid-area: after;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.diagnosis__title-line1 {
    display: block;
    font-size: 15px;
    grid-area: line1;
    line-height: 1;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media print,
screen and (min-width:768px) {
    .diagnosis__title-line1 {
        font-size: 22px
    }
}

.diagnosis__title-line2 {
    background-image: url(../images/diagnosis-line.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    font-size: 24px;
    grid-area: line2;
    line-height: 1;
    margin: 0 auto;
    padding-bottom: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media print,
screen and (min-width:768px) {
    .diagnosis__title-line2 {
        font-size: 32px;
        padding-bottom: 20px
    }
}

#diagnosis .diagnosis-answer__button,
#benefit .benefit-diagnosis-choice__btn {
    background-position: right 10px center;
    background-size: auto 10px;
    font-size: 1.5rem
}

@media print,
screen and (min-width:768px) {

    #diagnosis .diagnosis-answer__button,
    #benefit .benefit-diagnosis-choice__btn {
        background-position: right 14px center;
        background-size: auto 14px;
        font-size: 1.6rem
    }
}

.problem {
    background-color: var(--color-02-gray);
    padding: 0;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .problem {
        padding: 0 50px
    }
}

.problem__inner {
    margin: 0 auto;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .problem__inner {
        max-width: 970px
    }
}

.solution {
    background: var(--gradient-pink-01);
    padding: 10px 10px 15px;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .solution {
        padding: 80px 50px 50px
    }

    .solution:before {
        background: -webkit-gradient(linear, left top, right top, from(#e7e7e7), color-stop(#efefef), to(#e7e7e7));
        background: linear-gradient(to right, #e7e7e7, #efefef, #e7e7e7);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        content: "";
        display: block;
        height: 50px;
        left: calc(50% - 220px);
        position: absolute;
        top: -1px;
        width: 440px;
        z-index: 1
    }
}

.solution__inner {
    margin: 0 auto;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .solution__inner {
        max-width: 970px
    }
}

.solution__title {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    display: grid;
    font-weight: 900;
    gap: 5px 0;
    grid-template-areas: "before line1 after""before line2 after";
    grid-template-columns: auto auto auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}

@media print,
screen and (min-width:768px) {
    .solution__title {
        gap: 10px 20px
    }
}

.solution__title:before,
.solution__title:after {
    background-image: url(../images/title-slash.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 40px;
    width: 30px
}

@media print,
screen and (min-width:768px) {

    .solution__title:before,
    .solution__title:after {
        height: 75px;
        width: 55px
    }
}

.solution__title:before {
    grid-area: before
}

.solution__title:after {
    grid-area: after;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.solution__title-line1 {
    display: block;
    font-size: 15px;
    grid-area: line1;
    line-height: 1;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media print,
screen and (min-width:768px) {
    .solution__title-line1 {
        font-size: 26px
    }
}

.solution__title-line2 {
    color: var(--color-01-red);
    display: block;
    font-size: 26px;
    grid-area: line2;
    letter-spacing: -0.05em;
    line-height: 1;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media print,
screen and (min-width:768px) {
    .solution__title-line2 {
        font-size: 53px
    }
}

.solution__list {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr
}

@media print,
screen and (min-width:768px) {
    .solution__list {
        gap: 20px
    }
}

.solution__item {
    background-color: var(--color-00-white);
    border-radius: 10px;
    padding: 20px 30px
}

@media print,
screen and (min-width:768px) {
    .solution__item {
        padding: 30px 50px
    }
}

.solution__item-title {
    background-image: radial-gradient(circle, var(--color-00-black) 1px, transparent 1px);
    background-position: 0 bottom;
    background-repeat: repeat-x;
    background-size: 4px 2px;
    display: block;
    font-family: var(--font-family-secondary);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.5;
    margin: 0 auto;
    padding-bottom: 15px;
    text-align: center
}

@media print,
screen and (min-width:768px) {
    .solution__item-title {
        background-image: radial-gradient(circle, var(--color-00-black) 2px, transparent 2px);
        background-size: 8px 4px;
        font-size: 24px
    }
}

.solution__item-title-line {
    display: inline-block
}

.solution__item-title strong {
    color: var(--color-01-red);
    font-size: 140%;
    font-weight: 700
}

@media print,
screen and (min-width:768px) {
    .solution__item-title strong {
        font-size: 140%
    }
}

.solution__item-title strong > span {
    font-size: 110%
}

.solution__item-image {
    margin: 20px auto 0;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .solution__item-image {
        margin-top: 30px;
        max-width: 430px
    }
}

.solution__item-image img {
    display: block;
    height: auto;
    width: 100%
}

.solution__item-image-badge {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--gradient-red-01);
    border-radius: 50%;
    color: var(--color-00-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    font-weight: 700;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2;
    position: absolute;
    right: -20px;
    top: -10px;
    width: 60px
}

@media print,
screen and (min-width:768px) {
    .solution__item-image-badge {
        font-size: 16px;
        height: 80px;
        right: -40px;
        top: -20px;
        width: 80px
    }
}

@media print,
screen and (max-width:767px) {
    .solution__accordion {
        margin: 0 -20px
    }
}

.solution__top {
    position: relative
}

.solution__top:before,
.solution__top:after {
    background-image: url(../images/solution-frame2.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 180% 60px;
    content: "";
    display: block;
    height: 60px;
    left: 6px;
    position: absolute;
    width: calc(100% - 12px);
    z-index: 1
}

@media print,
screen and (min-width:768px) {

    .solution__top:before,
    .solution__top:after {
        background-size: 100% 60px;
        height: 60px
    }
}

.solution__top:before {
    top: 0
}

.solution__top:after {
    bottom: 0;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.solution__top-frame {
    height: calc(100% - 34px);
    left: 0;
    position: absolute;
    top: 16px;
    width: 100%;
    z-index: 0
}

@media print,
screen and (min-width:768px) {
    .solution__top-frame {
        height: calc(100% - 42px);
        top: 20px
    }
}

.solution__top-frame:before,
.solution__top-frame:after {
    background-image: url(../images/solution-frame1.webp);
    background-position: center;
    background-repeat: repeat-y;
    background-size: 70px 70px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 70px
}

.solution__top-frame:before {
    left: 0;
    top: 0
}

.solution__top-frame:after {
    right: 0;
    top: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.solution__top-content {
    padding: 40px 50px;
    position: relative;
    z-index: 3
}

@media print,
screen and (min-width:768px) {
    .solution__top-content {
        padding: 50px
    }
}

.solution__top-inner {
    background-color: #fff
}

.solution__top-layout {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr
}

@media print,
screen and (min-width:768px) {
    .solution__top-layout {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40px;
        grid-template-columns: 50% 1fr;
        margin-top: 30px
    }
}

.solution__top-image {
    margin-top: 10px
}

@media print,
screen and (min-width:768px) {
    .solution__top-image {
        margin-top: 0
    }
}

.solution__top-text {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center
}

@media print,
screen and (min-width:768px) {
    .solution__top-text {
        font-size: 18px
    }
}

.solution__top-text strong {
    color: var(--color-01-red);
    font-weight: 700
}

.plus {
    background-color: var(--color-00-white);
    padding: 40px 20px 60px;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .plus {
        padding: 50px 50px 150px
    }
}

.plus:before {
    background-color: #ff9d9a;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    height: 25px;
    left: calc(50% - 45px);
    position: absolute;
    top: -1px;
    width: 90px;
    z-index: 1;
    z-index: 1
}

@media print,
screen and (min-width:768px) {
    .plus:before {
        height: 45px;
        left: calc(50% - 90px);
        width: 180px
    }
}

.plus__label {
    color: var(--color-00-white);
    display: block;
    font-size: 18px;
    font-weight: 900;
    left: 50%;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: -10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}

@media print,
screen and (min-width:768px) {
    .plus__label {
        font-size: 26px;
        top: -18px
    }
}

.plus__inner {
    margin: 0 auto;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .plus__inner {
        max-width: 970px
    }
}

.plus__title {
    display: block;
    font-family: var(--font-family-secondary);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.5;
    margin: 0 auto;
    text-align: center
}

@media print,
screen and (min-width:768px) {
    .plus__title {
        font-size: 24px
    }
}

.plus__title strong {
    color: var(--color-01-red);
    font-size: 140%;
    font-weight: 700
}

@media print,
screen and (min-width:768px) {
    .plus__title strong {
        font-size: 140%
    }
}

.plus__title strong > span {
    font-size: 110%
}

.plus__image {
    margin: 20px auto 0
}

@media print,
screen and (min-width:768px) {
    .plus__image {
        margin-top: 30px;
        max-width: 810px
    }
}

.plus__image img {
    display: block;
    height: auto;
    width: 100%
}

.reason {
    background: var(--gradient-red-01);
    padding: 80px 10px 30px;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .reason {
        padding: 100px 50px 50px
    }
}

.reason__mask {
    background: var(--gradient-red-01);
    clip-path: url(#path1);
    height: 300px;
    left: 0;
    position: absolute;
    top: -30px;
    width: 100%;
    z-index: 1
}

@media print,
screen and (min-width:768px) {
    .reason__mask {
        top: -100px
    }
}

.reason__inner {
    margin: 0 auto;
    position: relative;
    z-index: 2
}

@media print,
screen and (min-width:768px) {
    .reason__inner {
        max-width: 970px
    }
}

.reason__title {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    color: var(--color-00-white);
    display: grid;
    font-weight: 900;
    gap: 3px;
    grid-template-areas: "before line1 after""before line2 after";
    grid-template-columns: auto auto auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: -80px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}

@media print,
screen and (min-width:768px) {
    .reason__title {
        gap: 0px 20px;
        top: -140px
    }
}

.reason__title:before,
.reason__title:after {
    background-image: url(../images/title-star.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 30px;
    width: 30px
}

@media print,
screen and (min-width:768px) {

    .reason__title:before,
    .reason__title:after {
        height: 60px;
        width: 60px
    }
}

.reason__title:before {
    grid-area: before
}

.reason__title:after {
    grid-area: after;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.reason__title-line1 {
    display: block;
    font-size: 15px;
    grid-area: line1;
    line-height: 1;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media print,
screen and (min-width:768px) {
    .reason__title-line1 {
        font-size: 26px
    }
}

.reason__title-line2 {
    display: block;
    font-size: 31px;
    grid-area: line2;
    line-height: 1;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media print,
screen and (min-width:768px) {
    .reason__title-line2 {
        font-size: 53px
    }
}

.reason__title-line2 span {
    font-size: 33px
}

@media print,
screen and (min-width:768px) {
    .reason__title-line2 span {
        font-size: 70px
    }
}

.reason__list {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr
}

@media print,
screen and (min-width:768px) {
    .reason__list {
        gap: 20px
    }
}

.reason__item {
    background-color: var(--color-00-white);
    border-radius: 10px;
    padding: 20px 10px
}

@media print,
screen and (min-width:768px) {
    .reason__item {
        padding: 30px 50px
    }
}

.reason__item-title {
    background-image: radial-gradient(circle, var(--color-00-black) 1px, transparent 1px);
    background-position: 0 bottom;
    background-repeat: repeat-x;
    background-size: 4px 2px;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    margin: 0 20px 15px;
    padding-bottom: 5px
}

@media print,
screen and (min-width:768px) {
    .reason__item-title {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        background-image: radial-gradient(circle, var(--color-00-black) 2px, transparent 2px);
        background-size: 8px 4px;
        gap: 20px;
        gap: 20px;
        grid-template-columns: auto 1fr;
        justify-self: flex-start;
        margin: 0 0 30px;
        padding-bottom: 30px;
        width: 100%
    }
}

.reason__item-title-icon {
    margin: 0 auto;
    width: 95px
}

@media print,
screen and (min-width:768px) {
    .reason__item-title-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
        margin: 0;
        width: 140px
    }
}

.reason__item-title-text {
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center
}

@media print,
screen and (min-width:768px) {
    .reason__item-title-text {
        font-size: 32px;
        padding-right: 140px
    }

    .reason__item-title-text--long {
        padding-right: 0
    }
}

.reason__item-title-text strong {
    color: var(--color-01-red);
    font-size: 150%;
    font-weight: 700
}

@media print,
screen and (min-width:768px) {
    .reason__item-title-text strong {
        font-size: 120%
    }
}

.reason__item-title-text strong span {
    font-size: 90%
}

.reason__num {
    margin: 0 20px
}

@media print,
screen and (min-width:768px) {
    .reason__num {
        margin: 0 auto;
        max-width: 515px
    }
}

.reason__num figcaption {
    display: block;
    font-size: 11px;
    text-align: center
}

@media print,
screen and (min-width:768px) {
    .reason__num figcaption {
        font-size: 18px
    }
}

@media print,
screen and (max-width:767px) {
    .reason__support {
        margin: -14px 20px 0
    }
}

@media print,
screen and (min-width:768px) {
    .reason__support {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr 1fr;
        margin: 0 40px
    }
}

@media print,
screen and (max-width:767px) {
    .reason__support li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: radial-gradient(circle, var(--color-00-black) 1px, transparent 1px);
        background-position: 0 bottom;
        background-repeat: repeat-x;
        background-size: 4px 2px;
        display: grid;
        gap: 20px;
        grid-template-columns: 72px 1fr;
        padding: 15px 20px 17px
    }

    .reason__support li:last-child {
        background: none;
        padding-bottom: 0
    }
}

@media print,
screen and (max-width:767px) {
    .reason__support-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 114px;
        flex: 0 0 114px
    }
}

@media print,
screen and (min-width:768px) {
    .reason__support-icon {
        margin: 0 auto;
        width: 144px
    }
}

.reason__support-text {
    font-weight: 700
}

@media print,
screen and (max-width:767px) {
    .reason__support-text {
        font-size: 12px;
        line-height: 1.3;
        text-align: center
    }
}

@media print,
screen and (min-width:768px) {
    .reason__support-text {
        font-size: 20px;
        line-height: 1.3;
        margin-top: 10px;
        text-align: center
    }
}

.reason__support-text strong {
    font-size: 19px;
    font-weight: 700
}

@media print,
screen and (min-width:768px) {
    .reason__support-text strong {
        font-size: 28px;
        line-height: 1.2
    }
}

.reason__support-text-emphasis {
    color: var(--color-01-red)
}

.accordion {
    margin: 20px 0 0
}

@media print,
screen and (min-width:768px) {
    .accordion {
        margin: 50px auto 0;
        max-width: 820px
    }
}

.accordion__details {
    border: 1px solid var(--color-01-red);
    border-radius: 10px;
    overflow: hidden
}

.accordion__details[open] .accordion__summary-icon::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.accordion__summary {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color-02-pink);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    padding: 5px 20px;
    position: relative
}

.accordion__summary::-webkit-details-marker {
    display: none
}

@media print,
screen and (min-width:768px) {
    .accordion__summary {
        padding: 5px 20px
    }
}

.accordion__summary-text {
    color: var(--color-01-red);
    font-size: 11px;
    font-weight: 700
}

@media print,
screen and (min-width:768px) {
    .accordion__summary-text {
        font-size: 18px
    }
}

.accordion__summary-icon {
    background-color: var(--color-01-red);
    border-radius: 50%;
    height: 14px;
    position: absolute;
    right: 10px;
    top: calc(50% - 7px);
    width: 14px
}

@media print,
screen and (min-width:768px) {
    .accordion__summary-icon {
        height: 20px;
        right: 20px;
        top: calc(50% - 10px);
        width: 20px
    }
}

.accordion__summary-icon::before,
.accordion__summary-icon::after {
    border-top: 1px solid var(--color-00-white);
    content: "";
    display: block;
    height: 1px;
    left: calc(50% - 4px);
    position: absolute;
    top: 50%;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    width: 8px
}

@media print,
screen and (min-width:768px) {

    .accordion__summary-icon::before,
    .accordion__summary-icon::after {
        left: calc(50% - 5px);
        width: 10px
    }
}

.accordion__summary-icon::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion__content-title {
    background-color: var(--color-01-red);
    color: var(--color-00-white);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    padding: 3px 20px;
    text-align: center
}

@media print,
screen and (min-width:768px) {
    .accordion__content-title {
        font-size: 16px;
        padding: 5px 20px
    }
}

.accordion__content-layout {
    padding: 20px
}

@media print,
screen and (min-width:768px) {
    .accordion__content-layout {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
        padding: 30px
    }
}

.accordion__content-image {
    margin: 0 10px
}

@media print,
screen and (min-width:768px) {
    .accordion__content-image {
        margin: 0
    }
}

.accordion__content-text {
    margin: 10px 0 0 0
}

@media print,
screen and (min-width:768px) {
    .accordion__content-text {
        margin: 0
    }
}

.accordion__content-text p {
    font-size: 12px;
    line-height: 1.6;
    margin: 0
}

@media print,
screen and (min-width:768px) {
    .accordion__content-text p {
        font-size: 15px
    }
}

.accordion__content-notice {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px !important;
    gap: 2px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.6;
    margin-top: 1em !important
}

@media print,
screen and (min-width:768px) {
    .accordion__content-notice {
        font-size: 14px !important
    }
}

.accordion__content-basic {
    padding: 20px
}

@media print,
screen and (min-width:768px) {
    .accordion__content-basic {
        padding: 30px
    }
}

.accordion__content-basic ul {
    list-style-type: disc;
    margin-left: 1.3em;
    margin-top: 1em;
    padding: 0
}

.accordion__content-basic li {
    line-height: 1.3;
    margin-top: .5em
}

.accordion__content-basic p {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 1.5em
}

@media print,
screen and (min-width:768px) {
    .accordion__content-basic p {
        font-size: 15px
    }
}

.accordion__content-basic a {
    color: var(--color-01-red);
    font-weight: 500;
    text-decoration: underline
}

.accordion__content-basic a:hover {
    text-decoration: none
}

.accordion__content-basic-notice {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    gap: 2px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.6;
    margin-top: 1em !important
}

@media print,
screen and (min-width:768px) {
    .accordion__content-basic-notice {
        font-size: 15px
    }
}

.voice {
    background-color: var(--color-00-white);
    background-image: url(../images/hero-background.webp);
    background-position: top center;
    background-repeat: repeat;
    background-size: 20px 20px;
    padding: 20px 20px 15px;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .voice {
        padding: 50px
    }
}

.voice__inner {
    margin: 0 auto;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .voice__inner {
        max-width: 970px
    }
}

.voice__title {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    display: grid;
    font-weight: 900;
    gap: 5px;
    grid-template-areas: "before line1 after""before line2 after";
    grid-template-columns: auto auto auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}

@media print,
screen and (min-width:768px) {
    .voice__title {
        gap: 10px 20px
    }
}

.voice__title:before,
.voice__title:after {
    background-image: url(../images/title-slash.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 40px;
    width: 30px
}

@media print,
screen and (min-width:768px) {

    .voice__title:before,
    .voice__title:after {
        height: 75px;
        width: 55px
    }
}

.voice__title:before {
    grid-area: before
}

.voice__title:after {
    grid-area: after;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.voice__title-line1 {
    display: block;
    font-size: 15px;
    grid-area: line1;
    line-height: 1;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media print,
screen and (min-width:768px) {
    .voice__title-line1 {
        font-size: 26px
    }
}

.voice__title-line2 {
    color: var(--color-01-red);
    display: block;
    font-size: 28px;
    grid-area: line2;
    line-height: 1;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media print,
screen and (min-width:768px) {
    .voice__title-line2 {
        font-size: 53px
    }
}

.voice__item {
    background-color: var(--color-00-white);
    border: 1px solid var(--color-01-red);
    border-radius: 10px;
    overflow: hidden;
    padding-top: 135px;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .voice__item {
        border-width: 2px;
        padding-top: 190px
    }
}

.voice__item-header {
    background: var(--gradient-red-01);
    clip-path: url(#path2);
    color: var(--color-00-white);
    height: 270px;
    left: 50%;
    padding-top: 135px;
    position: absolute;
    top: -135px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150%;
    z-index: 0
}

@media print,
screen and (min-width:768px) {
    .voice__item-header {
        height: 380px;
        padding-top: 190px;
        top: -190px
    }
}

.voice__item-header-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    gap: 15px;
    grid-template-columns: auto 1fr;
    margin: 0 auto;
    max-width: calc(100vw - 80px);
    padding-top: 5px;
    position: relative;
    z-index: 1
}

@media print,
screen and (min-width:768px) {
    .voice__item-header-inner {
        max-width: 600px;
        padding-top: 10px
    }
}

.voice__item-header-photo {
    width: 80px
}

@media print,
screen and (min-width:768px) {
    .voice__item-header-photo {
        width: 120px
    }
}

.voice__item-header-content {
    font-weight: 700
}

.voice__item-header-title {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    text-decoration-color: var(--color-00-white);
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px
}

@media print,
screen and (min-width:768px) {
    .voice__item-header-title {
        font-size: 30px;
        line-height: 1.4;
        text-decoration-thickness: 2px;
        text-underline-offset: 8px
    }
}

.voice__item-header-name {
    display: block;
    font-size: 11px;
    line-height: 1.3;
    margin-top: 5px
}

@media print,
screen and (min-width:768px) {
    .voice__item-header-name {
        font-size: 18px;
        margin-top: 15px
    }
}

.voice__item-body {
    padding: 0 20px 30px;
    position: relative;
    z-index: 1
}

@media print,
screen and (min-width:768px) {
    .voice__item-body {
        padding: 0 50px 50px
    }
}

.voice__item-body-question {
    background-image: radial-gradient(circle, var(--color-01-red) 1px, transparent 1px);
    background-position: 0 bottom;
    background-repeat: repeat-x;
    background-size: 4px 2px;
    color: var(--color-01-red);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 15px;
    padding-bottom: 10px;
    text-align: center
}

@media print,
screen and (min-width:768px) {
    .voice__item-body-question {
        background-image: radial-gradient(circle, var(--color-01-red) 2px, transparent 2px);
        background-size: 8px 4px;
        font-size: 26px;
        margin-top: 30px;
        padding-bottom: 20px
    }
}

.voice__item-body-answer {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px
}

@media print,
screen and (min-width:768px) {
    .voice__item-body-answer {
        font-size: 18px;
        margin-top: 20px
    }
}

.voice__note {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    gap: 2px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.3;
    margin: 20px 25px 0
}

@media print,
screen and (min-width:768px) {
    .voice__note {
        font-size: 14px;
        margin: 30px 0 0
    }
}

.voice .splide .splide__pagination {
    bottom: auto;
    gap: 10px;
    left: auto;
    margin-top: 20px;
    position: relative;
    right: auto;
    top: auto
}

.voice .splide .splide__pagination__page {
    aspect-ratio: 1/1;
    background-color: var(--color-01-gray);
    height: 10px;
    width: 10px
}

.voice .splide .splide__pagination__page.is-active {
    background-color: var(--color-02-red);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.voice .splide .splide__arrow {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1
}

.voice .splide .splide__arrow > svg {
    visibility: hidden
}

.voice .splide .splide__arrow::before {
    background-image: url(../images/voice-arrow.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 36px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 36px
}

@media print,
screen and (min-width:768px) {
    .voice .splide .splide__arrow::before {
        height: 52px;
        width: 52px
    }
}

.voice .splide .splide__arrow--prev {
    left: -16px
}

.voice .splide .splide__arrow--next {
    right: -16px
}

.voice .splide .splide__arrow--next::before {
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1)
}

.message {
    background-color: var(--color-00-white);
    background-image: url(../images/message-background.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 250% auto;
    padding: 30px 20px
}

@media print,
screen and (min-width:768px) {
    .message {
        background-size: 100% auto;
        padding: 50px
    }
}

.message__inner {
    margin: 0 auto
}

@media print,
screen and (min-width:768px) {
    .message__inner {
        max-width: 970px
    }
}

.message__title {
    background-image: radial-gradient(circle, var(--color-00-black) 1px, transparent 1px);
    background-position: 0 bottom;
    background-repeat: repeat-x;
    background-size: 4px 2px;
    color: var(--color-01-red);
    font-size: 23px;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 15px;
    padding-bottom: 10px;
    text-align: center
}

@media print,
screen and (min-width:768px) {
    .message__title {
        background-image: radial-gradient(circle, var(--color-00-black) 2px, transparent 2px);
        background-size: 8px 4px;
        font-size: 53px;
        margin-top: 30px;
        padding-bottom: 20px
    }
}

.message__photo {
    margin: 20px auto 0;
    max-width: 330px
}

@media print,
screen and (min-width:768px) {
    .message__photo {
        margin-top: 50px;
        max-width: 599px
    }
}

.message__text {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 20px
}

@media print,
screen and (min-width:768px) {
    .message__text {
        font-size: 21px;
        margin-top: 40px
    }
}

.message__profile {
    margin-top: 20px
}

@media print,
screen and (min-width:768px) {
    .message__profile {
        margin-top: 30px
    }
}

.message__profile-title {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media print,
screen and (min-width:768px) {
    .message__profile-title {
        gap: 15px
    }
}

.message__profile-title:before,
.message__profile-title:after {
    background-image: radial-gradient(circle, var(--color-00-black) 1px, transparent 1px);
    background-position: 0 bottom;
    background-repeat: repeat-x;
    background-size: 4px 2px;
    content: "";
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 2px;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    width: 100%
}

@media print,
screen and (min-width:768px) {

    .message__profile-title:before,
    .message__profile-title:after {
        background-image: radial-gradient(circle, var(--color-00-black) 2px, transparent 2px);
        background-size: 8px 4px;
        height: 4px;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

.message__profile-title > span {
    color: var(--color-00-black);
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1
}

@media print,
screen and (min-width:768px) {
    .message__profile-title > span {
        font-size: 30px
    }
}

.message__profile-text {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 10px
}

@media print,
screen and (min-width:768px) {
    .message__profile-text {
        font-size: 21px;
        margin-top: 40px
    }
}

.qa {
    background-color: var(--color-00-white);
    padding: 20px 10px 30px;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .qa {
        padding: 50px
    }
}

.qa__inner {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .qa__inner {
        gap: 20px;
        max-width: 970px
    }
}

.qa__details {
    border: 1px solid var(--color-00-black);
    border-radius: 10px;
    overflow: hidden
}

@media print,
screen and (min-width:768px) {
    .qa__details {
        border-width: 2px
    }
}

.qa__details[open] .qa__question-arrow {
    -webkit-transform: translateY(5px) rotate(315deg);
    transform: translateY(5px) rotate(315deg)
}

@media print,
screen and (min-width:768px) {
    .qa__details[open] .qa__question-arrow {
        -webkit-transform: translateY(10px) rotate(315deg);
        transform: translateY(10px) rotate(315deg)
    }
}

.qa__question {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color-02-pink);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    padding: 10px 20px 10px 10px;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .qa__question {
        gap: 30px;
        padding: 20px 30px 20px 20px
    }
}

.qa__question-icon {
    background-image: url("../images/qa-icon-q.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
    width: 30px
}

@media print,
screen and (min-width:768px) {
    .qa__question-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        height: 60px;
        width: 60px
    }
}

.qa__question-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    margin-right: 10px;
    text-align: center
}

@media print,
screen and (min-width:768px) {
    .qa__question-text {
        font-size: 30px;
        margin-right: 20px
    }
}

.qa__question-arrow {
    border-right: 1px solid var(--color-00-black);
    border-top: 1px solid var(--color-00-black);
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    height: 10px;
    -webkit-transform: translateY(0) rotate(135deg);
    transform: translateY(0) rotate(135deg);
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    width: 10px
}

@media print,
screen and (min-width:768px) {
    .qa__question-arrow {
        border-width: 2px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        height: 20px;
        width: 20px
    }
}

.qa__answer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px 10px 10px;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .qa__answer {
        gap: 30px;
        padding: 20px
    }
}

.qa__answer-icon {
    background-image: url("../images/qa-icon-a.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
    width: 30px
}

@media print,
screen and (min-width:768px) {
    .qa__answer-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        height: 60px;
        width: 60px
    }
}

.qa__answer-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 11px;
    line-height: 1.6
}

@media print,
screen and (min-width:768px) {
    .qa__answer-text {
        font-size: 18px
    }
}

.qa__answer-text strong {
    color: var(--color-01-red);
    font-weight: 500
}

.qa__answer-notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    gap: 2px;
    line-height: 1.3;
    margin-top: .5em;
    width: 100%
}

@media print,
screen and (min-width:768px) {
    .qa__answer-notice {
        font-size: 16px
    }
}

.price {
    background-color: var(--color-00-white);
    padding: 20px 20px 30px;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .price {
        padding: 50px
    }
}

.price__inner {
    margin: 0 auto;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .price__inner {
        max-width: 970px
    }
}

.price__image {
    margin: 0 auto
}

@media print,
screen and (min-width:768px) {
    .price__image {
        max-width: 530px
    }
}

.payment {
    background-color: var(--color-00-white);
    padding: 20px 20px 30px;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .payment {
        padding: 50px
    }
}

.payment__inner {
    margin: 0 auto;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .payment__inner {
        max-width: 1130px
    }
}

.payment__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center
}

@media print,
screen and (min-width:768px) {
    .payment__title {
        font-size: 30px
    }
}

.payment__list {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 20px
}

@media print,
screen and (min-width:768px) {
    .payment__list {
        gap: 15px;
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 70px;
        margin-top: 50px
    }
}

.payment__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid var(--color-01-red);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 20px;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .payment__item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.payment__item:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 40px;
    width: 40px
}

.payment__item:nth-child(1):before {
    background-image: url("../images/payment-icon-japanpost.svg")
}

.payment__item:nth-child(2):before {
    background-image: url("../images/payment-icon-convenience.svg")
}

.payment__item:nth-child(3):before {
    background-image: url("../images/payment-icon-card.svg")
}

@media print,
screen and (min-width:768px) {
    .payment__item:nth-child(3) {
        gap: 10px;
        padding: 10px 10px
    }

    .payment__item:nth-child(3) .payment__text {
        letter-spacing: -0.05em
    }
}

.payment__text {
    color: var(--color-01-red);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 60px);
    flex: 0 0 calc(100% - 60px);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1
}

@media print,
screen and (min-width:768px) {
    .payment__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 60px);
        flex: 0 0 calc(100% - 60px);
        font-size: 18px
    }
}

.payment__notice {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 11px;
    gap: 2px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.3
}

@media print,
screen and (min-width:768px) {
    .payment__notice {
        bottom: -10px;
        font-size: 14px;
        left: 0;
        margin: 0;
        padding: 0 10px;
        position: absolute;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        width: 100%
    }
}

.materials {
    background-color: var(--color-00-white);
    padding: 20px 20px 30px;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .materials {
        padding: 50px
    }
}

.materials__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    position: relative
}

@media print,
screen and (min-width:768px) {
    .materials__inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 50px;
        grid-template-columns: 1fr 1fr;
        max-width: 970px
    }
}

.materials__image {
    border: 1px solid var(--color-03-gray)
}

.materials__list {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr
}

.materials__list li {
    border-bottom: 1px solid var(--color-01-gray);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 10px
}

@media print,
screen and (min-width:768px) {
    .materials__list li {
        font-size: 16px
    }
}

.materials__notice {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    font-weight: normal;
    gap: 2px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.3;
    margin-top: 5px
}

@media print,
screen and (min-width:768px) {
    .materials__notice {
        font-size: 14px;
        margin-top: 10px
    }
}

.fixed-cta {
    background-color: var(--color-01-green);
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 25px 22px;
    pointer-events: none;
    position: fixed;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    width: 100%;
    z-index: 100
}

@media print,
screen and (min-width:768px) {
    .fixed-cta {
        padding: 30px 30px
    }
}

.fixed-cta.fixed-cta--scrolled {
    opacity: 1;
    pointer-events: auto
}

.fixed-cta__inner {
    margin: 0 auto
}

@media print,
screen and (min-width:768px) {
    .fixed-cta__inner {
        max-width: 810px
    }
}

.fixed-cta__btns {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr)
}

@media print,
screen and (min-width:768px) {
    .fixed-cta__btns {
        gap: 18px
    }
}

.fixed-cta__primary-btn,
.fixed-cta__secondary-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid var(--color-02-green);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 0;
    position: relative
}

@media print,
screen and (min-width:768px) {

    .fixed-cta__primary-btn,
    .fixed-cta__secondary-btn {
        padding: 19px 0
    }
}

@media(hover: hover) {

    .fixed-cta__primary-btn,
    .fixed-cta__secondary-btn {
        -webkit-transition: -webkit-filter 100ms;
        transition: -webkit-filter 100ms;
        transition: filter 100ms;
        transition: filter 100ms, -webkit-filter 100ms
    }

    .fixed-cta__primary-btn:hover,
    .fixed-cta__secondary-btn:hover {
        -webkit-filter: brightness(1.1);
        filter: brightness(1.1)
    }
}

.fixed-cta__primary-btn-text,
.fixed-cta__secondary-btn-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

@media print,
screen and (min-width:768px) {

    .fixed-cta__primary-btn-text,
    .fixed-cta__secondary-btn-text {
        font-size: 24px
    }
}

.fixed-cta__primary-btn-icon,
.fixed-cta__secondary-btn-icon {
    display: block;
    height: 13px;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

@media print,
screen and (min-width:768px) {

    .fixed-cta__primary-btn-icon,
    .fixed-cta__secondary-btn-icon {
        height: 17px;
        right: 10px;
        width: 10px
    }
}

.fixed-cta__primary-btn-icon svg,
.fixed-cta__secondary-btn-icon svg {
    height: 100%;
    width: 100%
}

.fixed-cta__primary-btn {
    background: var(--gradient-cta-01)
}

.fixed-cta__primary-btn-text {
    color: var(--color-00-white)
}

.fixed-cta__primary-btn-icon svg {
    fill: var(--color-00-white)
}

.fixed-cta__secondary-btn {
    background: var(--gradient-cta-02)
}

.fixed-cta__secondary-btn-free {
    background-color: var(--color-02-green);
    border-radius: 100px;
    color: var(--color-00-white);
    display: block;
    font-size: 15px;
    font-weight: 500;
    left: 50%;
    line-height: 1;
    padding: 3px 8px 5px;
    position: absolute;
    top: -12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media print,
screen and (min-width:768px) {
    .fixed-cta__secondary-btn-free {
        font-size: 16px;
        padding: 3px 15px 4px
    }
}

.fixed-cta__secondary-btn-text {
    color: var(--color-02-green)
}

.fixed-cta__secondary-btn-icon svg {
    fill: var(--color-02-green)
}
