@charset "UTF-8";

.tokusyu_wrap {
    width: 100%;
    padding: 200px 0 250px;
    background-image: url(../images/bgimg_top.png),
        url(../images/bgimg_bottom.png),
        url(../images/bgimg_left.png),
        url(../images/bgimg_right.png);
    background-repeat: no-repeat,
        no-repeat,
        no-repeat,
        no-repeat;
    background-position: 50% top,
        50% bottom,
        left 40%,
        right 60%;
}

.tokusyu_box_wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.tokusyu_box_wrap h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 2;
    padding-bottom: 40px;
}

.tokusyu_box01,
.tokusyu_box02 {
    background-image: radial-gradient(circle, #007d49 2px, transparent 2px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 15px 4px;
    padding: 70px 0 50px;
}

.tokusyu_box01_img_wrap,
.tokusyu_box02_img_wrap {
    display: flex;
    position: relative;
    z-index: auto;
}

.tokusyu_box01_img_wrap::before {
    content: url(../images/bgimg_blue.png);
    position: absolute;
    top: -46px;
    left: -170px;
    z-index: -2;
}

.tokusyu_box02_img_wrap::before {
    content: url(../images/bgimg_purple.png);
    position: absolute;
    bottom: -120px;
    right: -200px;
    z-index: -2;
}

.tokusyu_box01_img_wrap img,
.tokusyu_box02_img_wrap img {
    width: 50%;
}

.tokusyu_box01_img_caption,
.tokusyu_box02_img_caption {
    padding-top: 15px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.tokusyu_box01_txt_wrap,
.tokusyu_box02_txt_wrap {
    padding: 60px 0 0 0;
    position: relative;
    z-index: auto;
}

.tokusyu_box01_txt_wrap:after {
    content: url(../images/bgimg_yellow02.png);
    position: absolute;
    top: 45%;
    right: -180px;
    z-index: -2;
}

.tokusyu_box02_txt_wrap:after {
    content: url(../images/bgimg_yellow01.png);
    position: absolute;
    top: 10%;
    left: -400px;
    z-index: -2;
}

.tokusyu_box01_txt_wrap h4,
.tokusyu_box02_txt_wrap h4 {
    font-size: 26px;
    font-weight: 700;
    color: #007d49;
    margin-bottom: 30px;
}

.tokusyu_box01_txt_wrap p,
.tokusyu_box02_txt_wrap p {
    font-size: 18px;
    padding-bottom: 30px;
    line-height: 1.6;
    font-weight: 500;
}


@media (max-width: 1000px) {
    .tokusyu_wrap {
        padding: 90px 40px;
    }

    .tokusyu_box_wrap {
        background-color: #ffffffba;
        padding: 30px;
    }
}

@media (max-width: 820px) {

    .tokusyu_wrap {
        background-size: contain, contain, 20%, 20%;
        padding: 90px 40px;
    }

    .tokusyu_box_wrap {
        padding: 0 40px;
    }

    .tokusyu_box_wrap h3 {
        font-size: 24px;
        line-height: 1.5;
        padding-bottom: 30px;
    }

    .tokusyu_box01,
    .tokusyu_box02 {
        background-image: radial-gradient(circle, #007d49 2px, transparent 2px);
        background-position: left top;
        background-repeat: repeat-x;
        background-size: 15px 4px;
        padding: 40px 0 20px;
    }

    .tokusyu_box01_img_caption,
    .tokusyu_box02_img_caption {
        padding-top: 15px;
        font-size: 15px;
        font-weight: 500;
        text-align: center;
    }

    .tokusyu_box01_txt_wrap,
    .tokusyu_box02_txt_wrap {
        padding: 40px 0;
        position: relative;
        z-index: auto;
    }

    .tokusyu_box01_txt_wrap h4,
    .tokusyu_box02_txt_wrap h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .tokusyu_box01_txt_wrap p,
    .tokusyu_box02_txt_wrap p {
        font-size: 18px;
        padding-bottom: 30px;
        line-height: 1.6;
    }

}

@media (max-width: 460px) {

    .news_ttl {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .tokusyu_wrap {
        padding: 90px 10px;
    }

    .tokusyu_box_wrap {
        padding: 0 10px;
    }

    .tokusyu_box01_img_wrap,
    .tokusyu_box02_img_wrap {
        flex-direction: column;
    }

    .tokusyu_box01_img_wrap img,
    .tokusyu_box02_img_wrap img {
        width: 80%;
        margin: 0 auto;
    }

}