/* =========================================================
   OLEA - 初めての方へ
========================================================= */

.olea-first-visit {
    position: relative;
    min-height: 100vh;

    padding: 60px 20px 80px;

    background-color: #f6e1d4;
    background-image: url("assets/images/olea-first-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

    color: #333;
}

/* =========================================================
   Inner
========================================================= */

.olea-first-visit__inner {
    width: 100%;
    max-width: 760px;

    margin: 0 auto;

    padding: 55px 55px 60px;

    background: rgba(255, 255, 255, 0.45);

    border-radius: 18px;

    box-sizing: border-box;

    backdrop-filter: blur(2px);
}


/* =========================================================
   Page Title
========================================================= */

.olea-first-visit__title {
    margin: 0 0 45px;

    text-align: center;

    font-size: clamp(34px, 5vw, 56px);
    font-weight: 400;
    line-height: 1.4;

    letter-spacing: 0.05em;

    color: #57aa31;
}


/* =========================================================
   Section
========================================================= */

.olea-first-visit__section {
    margin-bottom: 55px;
}


/* =========================================================
   Intro Text
========================================================= */

.olea-first-visit__text {
    font-size: 20px;
    line-height: 2;

    letter-spacing: 0.03em;
}

.olea-first-visit__text p {
    margin: 0 0 1.7em;
}

.olea-first-visit__text p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   Heading
========================================================= */

.olea-first-visit__heading {
    margin: 0 0 30px;

    text-align: center;

    font-size: clamp(30px, 4vw, 46px);
    font-weight: 400;
    line-height: 1.5;

    letter-spacing: 0.05em;

    color: #57aa31;
}


/* =========================================================
   Symptoms List
========================================================= */

.olea-first-visit__list {
    width: fit-content;

    margin: 0 auto;
    padding: 0;

    list-style: none;

    font-size: 20px;
    line-height: 1.9;
}

.olea-first-visit__list li {
    position: relative;

    margin-bottom: 8px;

    padding-left: 1.4em;
}

.olea-first-visit__list li::before {
    content: "・";

    position: absolute;
    left: 0;
    top: 0;
}


/* =========================================================
   Note
========================================================= */

.olea-first-visit__note {
    padding: 26px 28px;

    background: rgba(255, 255, 255, 0.58);

    border-radius: 12px;

    font-size: 18px;
    line-height: 1.9;
}

.olea-first-visit__note p {
    margin: 0 0 1.5em;
}

.olea-first-visit__note p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   Back
========================================================= */

.olea-first-visit__back {
    margin-top: 50px;

    text-align: center;
}

.olea-first-visit__back a {
    display: inline-block;

    padding: 12px 28px;

    font-size: 16px;

    color: #637456;

    text-decoration: none;

    border: 1px solid #94a487;
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.55);

    transition: opacity 0.3s ease;
}

.olea-first-visit__back a:hover {
    opacity: 0.65;
}


/* =========================================================
   Tablet
========================================================= */

@media screen and (max-width: 768px) {

    .olea-first-visit {
        padding: 35px 14px 60px;
    }

    .olea-first-visit__inner {
        padding: 40px 28px 45px;
    }

    .olea-first-visit__title {
        margin-bottom: 35px;
    }

    .olea-first-visit__section {
        margin-bottom: 45px;
    }

    .olea-first-visit__text {
        font-size: 18px;
        line-height: 1.9;
    }

    .olea-first-visit__list {
        font-size: 18px;
    }

    .olea-first-visit__note {
        font-size: 16px;
    }
}


/* =========================================================
   Smartphone
========================================================= */

@media screen and (max-width: 480px) {

    .olea-first-visit {
        padding: 20px 10px 45px;
    }

    .olea-first-visit__inner {
        padding: 32px 20px 38px;

        border-radius: 12px;
    }

    .olea-first-visit__title {
        margin-bottom: 30px;

        font-size: 34px;
    }

    .olea-first-visit__heading {
        margin-bottom: 24px;

        font-size: 30px;
    }

    .olea-first-visit__text {
        font-size: 16px;
        line-height: 1.9;
    }

    .olea-first-visit__list {
        width: 100%;

        font-size: 16px;
        line-height: 1.8;
    }

    .olea-first-visit__note {
        padding: 20px 18px;

        font-size: 15px;
        line-height: 1.8;
    }

    .olea-first-visit__back {
        margin-top: 35px;
    }
}
