@charset "UTF-8";
/*==================================================================

# reserve-page

===================================================================*/

/*========================================================
/* line-reserve
==========================================================*/
#line-reserve {
    text-align: center;
    margin: clamp(40px, calc(21.307692307692307px + 5.1923076923076925vw), 121px) 0 clamp(40px, calc(17.615384615384613px + 6.217948717948718vw), 137px);

    .heading {
        color: var(--blue-color01);
        line-height: 1.4;
    }

    .line-reserve_container {
        width: min(100% - 2rem, 881px);
        margin-inline: auto;
        font-family: var(--font-marugothic);
        margin-top: clamp(42px, calc(23.076923076923077px + 5.256410256410256vw), 124px);

        h3,
        h4,
        p {
            font-weight: 300;
        }

        .tit {
            background: var(--blue-color01);
            padding: 1.3em;
            color: #fff;
        }

        .tit_txt {
            color: var(--dark-red-color01);
            margin-top: 10px;
            line-height: 1.5;
        }

        .step_box {
            display: flex;
            justify-content: space-around;
            align-items: flex-start;
            width: min(100%, 791px);
            margin-inline: auto;
            padding-top: 25px;

            &:nth-of-type(n+2) {
                padding-top: 82px;
                position: relative;

                &::before {
                    position: absolute;
                    content: "";
                    background: url(../img/arrow-down.webp)no-repeat center / contain;
                    width: clamp(27px, calc(21.923076923076923px + 1.4102564102564104vw), 49px);
                    height: 31px;
                    top: 5%;
                    left: 50%;
                    transform: translateX(-50%);
                }
            }

            figure {
                width: min(100%, 150px);
                border: 4px solid var(--blue-color01);
                border-radius: 26px;

                > img {
                    border-radius: 22px;
                }
            }

            figcaption {
                width: min(100%, 610px);
                margin-left: clamp(20px, calc(17.46153846153846px + 0.7051282051282052vw), 31px);
                text-align: left;

                .step_tit {
                    width: min(100%, 434px);
                    background: var(--blue-color01);
                    padding: 0.5em;
                    color: #fff;
                    text-align: left;
                    display: inline-block;
                }

                .txt {
                    font-size: clamp(14px, calc(13.538461538461538px + 0.1282051282051282vw), 16px);
                    color: var(--text-color);
                    line-height: 1.7;
                    padding-left: 1em;
                    margin-top: 1.5em;
                }
            }
        }

        .line-reason_container {
            margin-top: clamp(72px, calc(55.84615384615385px + 4.487179487179487vw), 142px);
        }

        .reason_box {
            display: flex;
            justify-content: space-around;
            width: min(100%, 724px);
            margin-inline: auto;
            padding-top: 25px;

            &:nth-of-type(n+2) {
                margin-top: clamp(5px, calc(-7.461538461538462px + 3.4615384615384617vw), 59px);
            }

            figure {
                width: min(100%, 111px);

                @media (max-width: 767px) {
                    width: clamp(55px, calc(37.30958230958231px + 4.914004914004914vw), 75px);
                }
            }

            figcaption {
                width: min(100%, 610px);
                text-align: left;
                color: var(--text-color);

                .reason_tit {
                    padding: 1.2em 0 1em 1em;
                    text-align: left;
                    border-bottom: 1px solid var(--text-color);
                }

                .txt {
                    font-size: clamp(14px, calc(13.538461538461538px + 0.1282051282051282vw), 16px);
                    color: var(--text-color);
                    line-height: 1.7;
                    padding-left: 1em;
                    margin-top: 0.5em;
                }
            }
        }

        .note {
            margin-top: clamp(42px, calc(18.923076923076927px + 6.41025641025641vw), 142px);
            background: rgba(87, 183, 195, 0.27);
            border-radius: 26px;
            color: var(--blue-color02);
            font-weight: 300;
            line-height: 1.2;
            padding: 1.1em;
        }
    }
}
