/*---------
choose
----------*/

/*---- 共通ブロック ----*/


/*----コンテンツブロック ----*/

.choose_guidance {
    margin-bottom: 150px;
}

.choose_guidance_list {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.choose_guidance_item:nth-child(1) {
    width: clamp(302px, calc(189.28px + 30.06vw), 420px);
    margin-left: auto;
}

.choose_guidance_item:nth-child(2) {
    width: clamp(285px, calc(175.04px + 29.32vw), 400px);
    margin-right: auto;
}

.choose_guidance_item:nth-child(3) {
    width: clamp(285px, calc(175.04px + 29.32vw), 400px);
    margin-left: auto;
}

.choose_guidance_photo {
    width: 100%;
}

/* 1枚目-------------- */

/* 2枚目-------------- */
.choose_guidance_item:nth-child(2) .choose_guidance_photo {
    position: relative;
}

.choose_guidance_item:nth-child(2) .choose_guidance_photo::before {
    content: "";
    position: absolute;
    background: url("../images/choose/sp-deco_left_square.png") center / cover no-repeat;
    aspect-ratio: 245 / 300;
    width: 245px;
    height: 300px;
    top: -40px;
    left: -20px;
    z-index: -1;
}

/* 疑似要素（名前） */
.choose_guidance_item:nth-child(2) .choose_guidance_photo::after {
    content: "";
    position: absolute;
    background: url("../images/choose/sp-choose_guidance_name_deco.png") center / cover no-repeat;
    width: 155px;
    height: 112px;
    top: 90%;
    left: 79%;
    transform: translate(-50%, -50%);
}

/* 装飾ボーダー */
.choose_guidance_item:nth-child(2) .choose_guidance_photo img,
.choose_guidance_item:nth-child(3) .choose_guidance_photo img {
    border-radius: 50%;
}

/* 3枚目-------------- */
.choose_guidance_item:nth-child(3) .choose_guidance_photo {
    position: relative;
}

.choose_guidance_item:nth-child(3) .choose_guidance_photo::after {
    content: "";
    position: absolute;
    background: url("../images/choose/sp-deco_right_square.png") center / cover no-repeat;
    aspect-ratio: 231 / 300;
    width: 231px;
    height: 300px;
    bottom: -105px;
    right: -20px;
    z-index: -1;
}

@media (min-width:768px) {

    /*---- 共通ブロック ----*/

    .section_content--choose {
        position: relative;
        overflow: visible;
    }

    /* 背景装飾 */
    .section_content--choose::before {
        content: "";
        position: absolute;
        aspect-ratio: 605 / 570;
        width: clamp(350px, calc(90.57px + 35.17vw), 605px);
        height: auto;
        z-index: -1;
    }

    .section_content--choose::before {
        background: url("../images/choose/deco_left_square.png") center / cover no-repeat;
        top: 0;
        left: 0;
    }

    .section_content--choose::after {
        background: url("../images/choose/deco_right_square.png") center / cover no-repeat;
        bottom: -350px;
        right: 0;
        content: "";
        position: absolute;
        aspect-ratio: 380 / 546;
        width: clamp(200px, calc(90.57px + 29.17vw), 415px);
        z-index: -1;
    }

    .section_space {
        max-width: 874px;
        margin: 0 auto;
    }

    /*----コンテンツブロック ----*/

    .choose_guidance {
        margin-bottom: 80px;
    }

    .choose_guidance_list {
        flex-direction: row-reverse;
        flex-wrap: wrap;
        gap: 30px;
    }

    .choose_guidance_item:nth-child(1) {
        width: clamp(300px, calc(418px + 40vw - 444.8px), 418px);
        margin-left: 0;
        margin-top: -40px;
    }

    .choose_guidance_item:nth-child(2) {
        width: clamp(280px, calc(395px + 40vw - 444.8px), 395px);
        margin-right: 0;
        margin-top: 25px;
    }

    .choose_guidance_item:nth-child(3) {
        width: clamp(320px, calc(468px + 40vw - 444.8px), 468px);
        margin-left: 0;
        margin-top: -150px;
    }

    /* 1枚目-------------- */

    /* 2枚目-------------- */

    .choose_guidance_item:nth-child(2) .choose_guidance_photo::before {
        content: none;
    }

    /* 疑似要素（名前） */
    .choose_guidance_item:nth-child(2) .choose_guidance_photo::after {
        background: url("../images/choose/choose_guidance_name_deco.png") center / cover no-repeat;
        width: 232px;
        height: 161px;
        top: 86%;
        left: 77%;
    }

    /* 3枚目-------------- */

    .choose_guidance_item:nth-child(3) .choose_guidance_photo::after {
        content: none;
    }
}

@media (min-width: 768px) and (max-width: 1112px) {
    .choose_guidance_list {
        justify-content: center;
    }

    .choose_guidance_item:nth-child(3) {
        margin-right: 0px;
        margin-top: -100px;
        margin-left: 330px;
    }

    .choose_guidance_item:nth-child(2) .choose_guidance_photo::after {
        width: 182px;
        height: 130px;
        top: 88%;
        left: 78%;
    }
}



/*---------
points
----------*/

/*---- 共通ブロック ----*/

/*----コンテンツブロック ----*/

.points_list {
    background: linear-gradient(180deg, #F7DD11 0%, #FFF391 69%, #FFF391 100%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 55px;
    padding: 30px 15px;
}

.points_item_detail_title {
    font-size: 20px;
    font-weight: bold;
    line-height: calc(32 / 20);
    color: var(--main-color);
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;

}

.points_item_detail_title::before {
    content: "";
    background: url("../images/choose/choose_item_detail_title_banana.png") center / cover no-repeat;
    width: 23px;
    height: 23px;
}

.points_item_detail_description {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.detail_description_text {
    font-size: 16px;
    line-height: calc(28 / 16);
}


@media (min-width:768px) {

    /*----コンテンツブロック ----*/

    .points_list {
        gap: 65px;
        padding: 65px 55px;
    }

    .points_item_detail_title {
        font-size: 26px;
        line-height: calc(38 / 26);

    }

    .points_item_detail_title::before {
        width: 31px;
        height: 31px;
    }

    .points_item_detail_description {
        padding: 25px 40px;
    }

}