@charset "utf-8";

/* base */

html {
    font-family: "Noto Sans JP", sans-serif;
    font-size: min(2.5641vw, 15.3846px);
    -webkit-font-smoothing: antialiased;
}

body {
    max-width: 600px;
    margin: 0 auto;
    font-weight: 400;
    font-style: normal;
    color: #242424;
    line-height: 1.6;
    padding: 0;
}

/* header */
.header_inner {
    display: flex;
    padding: 0.8rem 1.2rem;
    align-items: center;
    gap: 0.4rem;
}

.header_icon {
    width: 4.8rem;
    height: 4.8rem;
    flex-shrink: 0;
}

.header_logo {
    width: 26.4524rem;
    /* height: 1.6756rem; */
    flex-shrink: 0;
}


/* cta */
.cta_btn {
    padding-top: 3.6rem;
    position: relative;
    display: block;
}

.cta_btn img {
    display: block;
    position: relative;
    z-index: 1;
}

.cta_btn img.cta_baloon {
    position: absolute;
    top: 0;
    left: .5rem;
    right: 0;
    width: 21.25rem;
    z-index: 2;
    height: auto;
    display: block;
    margin-inline: auto;
}


/* fv */

.fv {
    position: relative;
}

.fv_box {
    position: absolute;
    left: 2.4rem;
    bottom: 2.4rem;
    width: calc(100% - 4.8rem);
    padding: 0 1.6rem 1.6rem 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.8rem;
    border: 1px solid #0974CD;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(4px);
}

.fv_deco {
    margin-top: -1.6rem;
    width: 17.6rem;
}

.fv h2 {
    margin-top: 0.8rem;
    color: #0771CA;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 170%;
}

.fv_btn {
    margin-top: .8rem;
}


/* section common settings */
.section_inner {
    padding-inline: 2.4rem;
}

/* section01 */
.section01 {
    background: rgba(230, 241, 250, 0.70);
    padding-block: 4rem;
}

.section01 h2 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.048rem;
}

.section01_text01 {
    margin-top: 1.6rem;
}

.section01_text02 {
    margin-top: 4rem;
}

.section01_text03 {
    margin-top: 2.4rem;
}

.section01_arrow {
    width: 10rem;
    margin-inline: auto;
    margin-top: 4rem;
}

.section01_text04 {
    margin-top: 4rem;
}

.section01_btn {
    margin-top: 4rem;
}

/* section02 */
.section02 {
    padding-block: 4rem;
}

.section02 h2 {
    color: #0771CA;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.048rem;
}

.section02_text01 {
    margin-top: 1.6rem;
}

.section02_img01 {
    margin-top: 1.6rem;
    margin-inline: auto;
    width: 24rem;
}

.section02_cta {
    display: flex;
    padding: 2.4rem 1.6rem;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    border-radius: 0.8rem;
    border: 2px solid #00B900;
    background: #F2FBF2;
}

.section02_cta p {
    color: #333;
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.07rem;
}

.section02_cta_btn {
}

/* section03 */
.section03 {
    padding-block: 4rem;
    background: #F9FAFB;
}

.section03_deco {
    width: 18.3rem;
    margin-inline: auto;
}

.section03 h2 {
    margin-top: 0.8rem;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 100%;
}

.section03_voices {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 2.4rem;
}

.section03_voices .voice {
    display: flex;
    padding: 1.6rem;
    flex-direction: column;
    align-items: center;
    border-radius: 0.8rem;
    background: #FFF;
    box-shadow: 4px 8px 24px 0 rgba(0, 0, 0, 0.12);
}

.section03_voices .voice_photo {
    border-radius: 0.8rem;
    overflow: hidden;
}

.section03_voices .voice_profile {
    margin-top: 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
}

.section03_voices .voice_name {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.096rem;
}

.section03_voices .voice_name span {
    color: rgba(36, 36, 36, 0.80);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.084rem;
}

.section03_voices .voice_job {
    color: rgba(36, 36, 36, 0.80);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.084rem;
}

.section03_voices .voice_body {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(36, 36, 36, 0.10);
}

.section03_voices .voice_body h4 {
    color: #242424;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.084rem;
}

.section03_voices .voice_body p {
    margin-top: 0.8rem;
    color: rgba(36, 36, 36, 0.80);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.084rem;
}

.section03_voices .voice_body p b {
    color: rgba(36, 36, 36, 1);
}

.section03_voices .voice_body p span {
    color: #0771CA;
    font-family: "Inter";
    font-weight: 700;
    line-height: 100%;
    background: linear-gradient(transparent 65%, #FFFF44 65%);
}

.section03_note {
    display: block;
    margin-top: 1.6rem;
    color: rgba(36, 36, 36, 0.60);
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 400;
    line-height: 100%;
}


/* section04 */
.section04 {
    padding-block: 4rem;
    background: #F0F7FC;
}

.section04_reasons {
    margin-top: 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.section04_deco {
    margin: 2.4rem auto;
    width: 4rem;
}


/* section05 */
.section05 {
    padding-block: 2.4rem;
}

.section05 h2 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 150%;
}

.section05_item01 {
    margin-top: 2.4rem;
}

.section05_item02 {
    margin-top: 4rem;
}

.section05_text01 {
    margin-top: 2.4rem;
    line-height: 300%;
    text-align: center;
}

.section05_text01 span {
    display: inline-block;
    color: #0771CA;
    font-family: "Inter";
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.072rem;
    background: linear-gradient(transparent 65%, #FFFF44 65%);
}

.section05_text01 small {
    font-size: .8rem;
    line-height: 1;
}

.section05_text02 {
    margin-top: 1.2rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 150%;
}

.section05_text02 small {
    font-size: .8rem;
    line-height: 1;
}

.section05_text03 {
    margin-top: 1.2rem;
    display: block;
    color: rgba(36, 36, 36, 0.40);
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.06rem;
}

.section05_text03 ul {
    list-style: disc;
    padding-left: 1.6rem;
}

.section05_text03 * + p {
    margin-bottom: 1.5em;
}

.section05_item03 {
    margin-top: 1.6rem;
}

.section05_cta {
    margin-top: 4rem;
    display: flex;
    padding: 2.4rem 1.6rem;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    border-radius: 0.8rem;
    border: 2px solid #00B900;
    background: #F2FBF2;
}

.section05_cta p {
    color: #333;
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.07rem;
}

.section05_cta_deco {
    margin-top: 1.2rem;
}

.section05_cta_btn {
}

/* section06 */
.section06 {
    padding-block: 4rem;
    background: #F7F7F7;
}

.section06_block01_list {
    margin-top: 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.section06_deco {
    margin: 3.2rem auto;
    width: 4.6286rem;
}

.section06_block02_list {
    margin-top: 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

/* section07 */
.section07 {
    padding-block: 4rem;
}

.section07 h2 {
    color: #0974CD;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0.144rem;
}

.section07_message {
    margin-top: 2.4rem;
    border-radius: 0.8rem;
    border: 1px solid rgba(36, 36, 36, 0.10);
    padding: 1.6rem;
}

.section07_profile {
    margin-bottom: 1.6rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    align-self: stretch;
}

.section07_profile img {
    width: 10rem;
    flex-shrink: 0;
}

.section07_profile p {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 200%;
    letter-spacing: 0.084rem;
}

.section07_body {
    color: rgba(36, 36, 36, 0.80);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.084rem;
}

.section07_subhead {
    margin-block: 3.2rem 1.2rem;
    border-radius: 0.4rem;
    background: #F3F8FC;
    padding: 1.2rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.096rem;
}

.section07_subhead img {
    margin-bottom: 0.2rem;
    display: block;
    width: 1.6rem;
}

.section07_cta {
    margin-top: 2.4rem;
    display: flex;
    padding: 2.4rem 1.6rem;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    border-radius: 0.8rem;
    border: 2px solid #00B900;
    background: #F2FBF2;
}

.section07_cta_deco {
    margin-top: 1.2rem;
}

.section07_cta_btn {
}

.section07_highlight {
    margin-block: 3.2rem 1.2rem;
}

.section07_highlight span {
    display: inline-block;
    color: #0974CD;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 130%;
    background: linear-gradient(transparent 75%, #FFC34A 75%)
}

.section07_highlight span+span {
    margin-top: 0.4rem;
}

.section07_cta p {
    color: #333;
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.07rem;
}

/* section08 */
.section08 {
    padding-block: 4rem;
}

.section08 h2 {
    text-align: center;
    font-family: "Inter";
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.08rem;
}

.section08 h2 span {
    display: block;
    margin-bottom: 0.8rem;
    color: #0974CD;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.056rem;
}

.section08_list {
    margin-top: 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.section08_list .faq {
    padding: 1.6rem;
    border-radius: 0.8rem;
    border: 1px solid rgba(36, 36, 36, 0.10);
}

.section08_list .faq_q {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.8rem;
    font-family: "Inter";
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.056rem;
}

.section08_list .faq_q::before {
    content: "";
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    flex-shrink: 0;
    background: url(../img/section08_icon_q.svg) no-repeat center center / contain;
}

.section08_list .faq_q::after {
    margin-left: auto;
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    background: url(../img/section08_icon_arrow.svg) no-repeat center center / contain;
}

.section08_list .faq_a_inner {
    margin-top: 1.6rem;
    padding-top: 1.6rem;
    display: flex;
    justify-content: flex-start;
    gap: 0.8rem;
    border-top: 1px solid rgba(36, 36, 36, 0.10);
    color: rgba(36, 36, 36, 0.80);
    font-family: "Inter";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.056rem;
}

.section08_list .faq_a_inner::before {
    content: "";
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    flex-shrink: 0;
    background: url(../img/section08_icon_a.svg) no-repeat center center / contain;
}

/* FAQ accordion */
.js-faq-trigger {
    touch-action: manipulation;
}

.js-faq-trigger--active.faq_q::after {
    transform: rotate(180deg);
}

.js-faq-accordion {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.js-faq-accordion--active {
    max-height: 1000px;
}


/* section09 */
.section09 {
    padding-block: 2.4rem;
    background: #FCF3F3;
}

.section09_deco {
    margin-inline: auto;
    width: 9.8rem;
}

.section09 h2 {
    margin-top: 1.2rem;
    color: #242424;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.144rem;
}

.section09_message {
    margin-top: 2.4rem;
    color: #333;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.096rem;
}

.section09_message span {
    color: #0974CD;
    font-weight: 700;
}

.section09_text01 {
    margin-top: 4rem;
}

.section09_h3 {
    margin-top: 1.24rem;
    color: #2885D3;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.12rem;
}

.section09_text02 {
    margin-top: 2.4rem;
}

.section09_text03 {
    margin-top: 4rem;
}

.section09_cta {
    margin-top: 2.4rem;
    display: flex;
    padding: 2.4rem 1.6rem;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    border-radius: 0.8rem;
    border: 2px solid #00B900;
    background: #F2FBF2;
}

.section09_cta p {
    color: #333;
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.07rem;
}

.section09_cta p+p {
    margin-top: -0.4rem;
    color: #333;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.07rem;
}

.section09_cta_deco {
    margin-top: 1.2rem;
}

.section09_cta_btn {
}

/* section10 */
.section10 {
    padding-block: 4rem;
}

.section10_list {
    margin-top: 0.8rem;
    list-style: disc;
    padding-left: 1.6rem;
}

.section10_list li {
    color: rgba(36, 36, 36, 0.60);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.14rem;
}

/* footer */
footer {
    padding-block: 4rem;
    background: #F7F7F7;
}

.footer_inner {
    padding-inline: 2.4rem;
}

footer h3 {
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.14rem;
}

.footer_info h4 {
    margin-bottom: 0.6rem;
    color: rgba(36, 36, 36, 0.60);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.072rem;
}

.footer_info h4:not(:first-child) {
    margin-top: 1.6rem;
}

.footer_info p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.072rem;
}

.footer_bottom {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    text-align: center;
    border-top: 1px solid rgba(36, 36, 36, 0.10);
}

.footer_bottom_list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.footer_bottom_list a {
    display: block;
    color: rgba(36, 36, 36, 0.80);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.072rem;
}

.footer_bottom_list p {
    color: rgba(36, 36, 36, 0.60);
    font-size: 1rem;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.06rem;
}

/* float btn */
.float {
    max-width: 600px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
    z-index: 10;
    transform: translateY(100%);
    padding: 1.2rem 1.6rem;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.float_btn {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/float_btn.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* CTA button animations - removed inline animations, now using classes */

/* Animation classes */
.fuwatto {
    opacity: 0;
    animation: fuwatto .5s ease-out 1 forwards;
    animation-delay: .5s;
}

.poyoyon {
    animation: poyoyon 1.2s ease-in-out infinite;
}

@keyframes fuwatto {
    0% {
        transform: translateY(10px) scale(.85);
        opacity: 0;
    }
    70% {
        transform: translateY(-2px) scale(1.05);
        opacity: 1;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

@keyframes poyoyon {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    25% {
        transform: scale(1.05);
        opacity: 1;
    }
    50% {
        transform: scale(0.95);
        opacity: 1;
    }
    75% {
        transform: scale(1.02);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}