@charset "UTF-8";

#mv,
#mv_outer:before {
    display: none;
}
/*------こんなお悩みありませんか？------*/
a#worries_01+div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140%;
    height: 520px;
    background: #e6cfe6;
    border-radius: 50%;
    z-index: 0;
}
a#worries_01+div .inner_item_txt {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    border: 3px solid var(--i_main_color);
    height: 100%;
}
a#worries_02+div .wrapper_item {
    display: flex;
    align-items: center;
    justify-content: center;
}
a#worries_02+div .inner_item:nth-child(1) {
    margin-right: -65px;
}
a#worries_02+div .inner_item:nth-child(3) {
    margin-left: -35px !important;
}
a#worries_02+div .inner_item:nth-child(1),
a#worries_02+div .inner_item:nth-child(3) {
    width: 20%!important;
}
a#worries_02+div .inner_item:nth-child(2) {
    width: 60%!important;
    margin: 0 !important;
}
a#worries_02+div .inner_item:nth-child(2) .inner_item_txt {
    color: #fff;
    padding: 30px;
    background: #6b496a;
    border-radius: 50px;
}
a#worries_02+div .inner_item:nth-child(2) .inner_item_txt h3.h {
    font-size: 2.4rem;
}
a#worries_02+div .inner_item:nth-child(1) .inner_item_img,
a#worries_02+div .inner_item:nth-child(3) .inner_item_img {
    height: 250px;
    object-fit: contain;
}
@media screen and (max-width: 900px) {
    a#worries_01+div .wrapper_item {
        display: flex;
        justify-content: space-between;
    }
    a#worries_01+div .inner_item {
        width: 32%;
        margin: 0 !important;
    }
    a#worries_01+div .inner_item_txt h3.h {
        font-size: 1.7rem !important;
    }
    a#worries_02+div .inner_item:nth-child(1) .inner_item_img,
    a#worries_02+div .inner_item:nth-child(3) .inner_item_img {
        height: auto;
    }
}
@media screen and (max-width: 768px) {
    a#worries_01+div:before {
        width: 180%;
    }
    a#worries_01+div:after {
        content: "";
        background: #e6cfe6;
        bottom: 0;
        width: 100%;
        height: 30%;
        position: absolute;
        left: 0;
    }
    a#worries_02+div .wrapper_item {
        justify-content: space-between;
    }
    a#worries_02+div .inner_item:nth-child(1),
    a#worries_02+div .inner_item:nth-child(3) {
        width: 20% !important;
        margin-bottom: 0;
    }
    a#worries_02+div .inner_item:nth-child(2) {
        width: 100% !important;
        order: 1;
    }
    a#worries_02+div .inner_item:nth-child(1) {
        margin-right: 0;
        order: 2;
        margin-top: -60px;
    }
    a#worries_02+div .inner_item:nth-child(3) {
        margin-left: 0 !important;
        order: 3;
        margin-top: -60px;
    }
}
@media screen and (max-width: 480px) {
    a#worries_01+div:before {
        width: 200%;
    }
    a#worries_02+div .inner_item:nth-child(1),
    a#worries_02+div .inner_item:nth-child(3) {
        margin-top: -30px;
    }
    a#worries_02+div .inner_item:nth-child(2) .inner_item_txt h3.h {
        font-size: 1.6rem !important;
    }
}