@charset "utf-8";

h1 {
    background-image: url("../../images/pickup/h1_bg.webp");
    color: #fff;
    height: 80px;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

h3 {
    background: linear-gradient(45deg, #A2C2CC 0%, #CFE2E6 100%);
    filter: drop-shadow(1px 1px 0px #457998);
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    padding: 8px 0 8px 54px;
    margin-bottom: 45px;
    position: relative;
}

h3::before {
    content: "";
    width: 14px;
    top: 50%;
    left: 25px;
    height: calc(100% - 24px);
    background-color: #B7D2DA;
    position: absolute;
    transform: translateY(-50%);
}

.breadcrumb {
    margin-bottom: 32px;
}

.main_content section+section {
    margin-top: 50px;
}

.pickup_inner {
    padding: 0 25px;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 22px;
        width: 100vw;
        height: 60px;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        background-image: url("../../images/pickup/h1_bg_sp.webp");
    }

    h1::before {
        content: "";
        width: 95px;
        height: 23px;
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../../images/pickup/h1_bg_sp_text.webp");
        right: 10px;
        bottom: 8px;
    }

    h3 {
        font-size: 18px;
        padding: 8px 16px 8px 37px;
        margin-bottom: 30px;
        line-height: 140%;
    }

    h3::before {
        left: 16px;
        width: 11px;
        height: calc(100% - 17px);
    }

    .pickup_inner {
        padding: 0 16px;
    }

    .main_content {
        padding-top: 0;
    }

    .main_content section+section {
        margin-top: 40px;
    }
}


/* ------------------------------
header
------------------------------ */
.copy_block {
    background-image: url("../../images/pickup/copy_bg.webp");
    background-repeat: no-repeat;
    background-size: 104.5%;
    background-position: top 43% right;
    font-family: 'Noto Serif JP', serif;
    display: flex;
    align-items: center;
    padding: 18px 0 25px 72px;
    font-weight: 500;
    font-size: 32px;
    text-align: left;
    color: #0f3c57;
    margin-bottom: 64px;
    position: relative;
}

.copy_block h2 {
    text-shadow: 0px 0px 6px #fff;
}

.copy_block h2::before {
    content: "";
    width: 17px;
    height: calc(100% - 20px);
    background: #B2D0D8;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 25px;
}

.copy_block h2 span {
    font-family: 'YakuHanJP','Noto Sans JP', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #1A1311;
    display: block;
    margin-top: 10px;
    text-indent: 0.3em;
}

.copy_block>span {
    max-width: 209px;
    width: 100%;
}

.copy_block_img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    max-width: 209px;
    width: 100%;
    mix-blend-mode: multiply;
}

@media screen and (max-width: 767px) {
    .copy_block {
        display: block;
        font-size: 22px;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 20px;
        background-size: cover;
        background-position: bottom 64% right 76%;
        padding: 18px 0 20px 66px;
        margin-bottom: 0;
    }

    .copy_block h2 {
        line-height: 137%;
    }

    .copy_block h2::before {
        width: 14px;
        height: calc(100% - 20px);
        left: 32px;
    }
}


/* ------------------------------
top_block
------------------------------ */
.top_block {
    font-size: 16px;
}

.top_block p {
    margin-bottom: 40px;
    line-height: 197%;
}

.top_block p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    section:first-child span img {
        width: 210px;
        margin: auto;
        height: 150px;
        object-fit: cover;
    }

    .top_block p {
        margin-bottom: 30px;
        line-height: 175%;
    }
}

/* ------------------------------
attempt
------------------------------ */
.attempt {
    font-size: 20px;
}

.attempt dt {
    margin-bottom: 20px;
}

.attempt dd {
    font-size: 16px;
    padding-left: 26px;
    text-indent: -26px;
    line-height: 197%;
}

.attempt dd::before {
    content: "→";
    padding-right: 10px;
}

.list_circle {
    padding-left: 52px;
}

.list_circle li::before {
    left: -27px;
}

.list_circle li:not(:last-child) {
    margin-bottom: 35px;
}

.list_circle--gray li::before {
    color: #BABABA;
}

@media screen and (max-width: 767px) {
    .list_circle li::before {
        font-size: 20px;
    }

    .attempt dt {
        font-size: 18px;
        margin-bottom: 7px;
        line-height: 175%;
    }

    .attempt dd {
        font-size: 14px;
        line-height: 175%;
    }

    .list_circle {
        padding-left: 30px;
    }

    .health_management .list_circle li {
        font-size: 16px;
    }

    .health_management .list_circle li::before {
        font-size: 16px;
    }

    .health_management .list_circle li::before {
        font-size: 16px;
    }

    .list_circle li:not(:last-child) {
        margin-bottom: 25px;
    }
}

/* ------------------------------
arrow_text
------------------------------ */
.arrow_text {
    font-size: 16px;
    position: relative;
}

.arrow_text {
    margin-bottom: 25px;
}

.icon_arrow {
    position: relative;
    margin-right: 30px;
}

.arrow_text>.icon_arrow::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 18px;
    height: 18px;
    background-color: #86BCDD;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.arrow_text>.icon_arrow::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 8px;
    height: 10px;
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}

.reference {
    margin-top: 50px;
    padding-left: 25px;
}

.reference p:first-child {
    margin-bottom: 15px;
    font-size: 16px;
}

.reference_small {
    font-size: 14px;
    line-height: 197%;
    padding-left: 30px;
    margin-top: 30px;
}

.icon_window::after {
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .reference {
        margin-top: 35px;
        padding-left: 0px;
    }

    .reference p:first-child {
        margin-bottom: 22px;
    }

    .arrow_text {
        margin-bottom: 30px;
        padding-left: 32px;
        text-indent: -32px;
    }

    .arrow_text a {
        line-height: 175%;
    }

    .reference_small {
        margin-top: -5px;
        line-height: 175%;
        padding-left: 48px;
        text-indent: -18px;
    }
}