@charset "utf-8";

/* ---------------------------------------------------- */
/* sec_top_wrap */
/* ---------------------------------------------------- */
.sec_top_wrap {
    padding-top: 80px;
}
@media (max-width: 999px) {
    .sec_top_wrap {
        padding-top: 50px;
    }
}

/* ---------------------------------------------------- */
/* sec_post_wrap */
/* ---------------------------------------------------- */
.sec_post_wrap {
    padding-top: 80px;
}
.sec_post_wrap .sec_inner + .sec_inner {
    margin-top: 80px;
}
.sec_post_wrap .img_1 > span {
    padding-top: 60%;
}
.sec_post_wrap .ttl_1 {
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: 0.15em;
}
.sec_post_wrap .clms_wrap_1 {
    display: flex;
    justify-content: space-between;
}
.sec_post_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
    position: relative;
    flex: none;
    width: 450px;
}
.sec_post_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
    position: relative;
    flex: none;
    width: 500px;
}
.sec_post_wrap .desc_1 {
    letter-spacing: 0.1em;
}
.sec_post_wrap .desc_1 {
    letter-spacing: 0.1em;
}
.sec_post_wrap .btn_1 {
    margin: 80px auto 0;
}
@media (max-width: 999px) {
    .sec_post_wrap {
        padding-top: 50px;
    }
    .sec_post_wrap .sec_inner + .sec_inner {
        margin-top: 50px;
    }
    .sec_post_wrap .img_1 {
        margin: 0 -20px;
    }
    .sec_post_wrap .ttl_1 {
        margin-top: 50px;
        margin-bottom: 15px;
        font-size: 29px;
    }
    .sec_post_wrap .clms_wrap_1 {
        display: block;
    }
    .sec_post_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
        width: auto;
    }
    .sec_post_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
        width: auto;
    }
    .sec_post_wrap .img_2 {
        margin: 50px -20px;
    }
    .sec_post_wrap .desc_1 {
        letter-spacing: 0em;
    }
    .sec_post_wrap .btn_1 {
        margin-top: 50px;
    }
}

/* ---------------------------------------------------- */
/* sec_bottom_wrap */
/* ---------------------------------------------------- */
.sec_bottom_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}
.sec_bottom_wrap .btn_1 {
    margin: 0 auto;
}
@media (max-width: 999px) {
    .sec_bottom_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sec_bottom_wrap .ttl_1 {
        margin-bottom: 30px;
    }
}
