header{

    padding: 1.5rem 0;
    border-bottom: 2px solid #C7C7C5;
}
.header_wrap{
    max-width: 1200px;
    margin: 0 auto;
}
header a {
    display: block;
    width: 15rem;
}
header a img {
    width: 100%;
} 
.first_banner  {
    position: relative;
    background-image: url(../img/pc-main-img-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.first_banner img {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
}
.index_text_box{
    max-width: 1200px;
    margin: 0 auto;
    height: 24rem ;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    gap: 2rem;
}
.index_text_box p {
    font-size: 30px;
    color: #fff;
    font-family: 'Freesentation-6SemiBold';
    line-height: 1.2;
}
.index_text_box span {
    font-size: 24px;
    color: #F2F2F2;
    line-height: 1.2;
    font-family: 'Freesentation-4Regular';
}
.width_1200{
    max-width: 1200px;
    margin: 0 auto;
}
.index_btn_top{
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
}
.index_btn_top a{
    display: flex;
    flex-flow: column nowrap;
    width: 32%;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: .1rem .2rem .5rem rgba(61, 62, 77, 0.1);
    height: 15rem;
}
.index_btn_top a span {
    font-size: 24px;
    font-family: 'Freesentation-7Bold';
    padding: 1rem;
}
.top_btn_img{
    width: 100%;
    background-color: #F2EEEB;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem;
}
.top_btn_img img {
    height: 6rem;
}
.index_btn_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0 4rem;
}
.index_btn_bottom a {
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    gap: 6rem;
    border-radius: 1rem;
    height: 7rem;
}
.index_btn_bottom span {
    font-size: 24px;
    font-family: 'Freesentation-7Bold';
    color: #fff;
}
.index_btn_bottom a:nth-of-type(1) {
    background-color: #B0A7A0;
}
.index_btn_bottom a:nth-of-type(2) {
    background-color: #D3C9C2;
}
.index_btn_bottom a img{
    height: 5.5rem;
}
.bottom_left{
    display: flex;
    width: 49%;
    align-items: center;
    flex-flow: column nowrap;
    transform: translateY(20px);
}
.index_bottom{
    background-color: #F2EEEB;
}
.bottom_all{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 0 ;
}
.bottom_left span{
    display: flex;
    align-items: center; 
    gap: 1rem;
    font-size: 30px;
    font-family: 'Freesentation-7Bold';
}
.bottom_left span img{
    width: 2rem;
}
.bottom_img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom_img img {
    width: 75%;
}
.bottom_right{
    display: flex;
    flex-flow: column nowrap;
    width: 49%;
    gap: 1.5rem;
}
.bottom_right a{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    box-shadow: .1rem .2rem .5rem rgba(61, 62, 77, 0.1);
    border-radius: 1rem;
    height: 7rem;
}
.bottom_right a img {
    height: 4rem;
}
.bottom_right a span{
    font-size: 24px;
    font-family: 'Freesentation-7Bold';
}
.sub1_box {
    padding: 2rem 1.5rem;
    border: 1px solid #EAEAE9;
    margin-bottom: 2rem;
    border-radius: 1rem;
}
.point3{
    font-size: 20px;
    font-family: 'Freesentation-7Bold';
}
.sub1_box pre {
    line-height: 1.4;
    font-size: 16px;
    color: #848484;
    flex-flow: column;
    display: flex;
    gap: 1rem;
}
.point2 {
    font-size: 20px;
    color: #4C2F9F;
    font-family: 'Freesentation-7Bold';
}
.main_titles{
    font-size: 24px;
    color: #4C2F9F;
    font-family: 'Freesentation-7Bold';
    padding: 2rem 0;
}
.sub1_titles{
    font-size: 20px;
    color: #4C2F9F;
    font-family: 'Freesentation-7Bold';
    padding-bottom: 2rem;
}
.sub1_btn_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0;
}
.sub1_btn_wrap a {
    width: 48%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2rem;
    border-radius: 1rem;
}
.sub_btn_codea{
    display: flex;
    align-items: center;
    justify-content: right;
}
.sub1_btn1,.sub1_btn3{
    background-color: #D3C9C2;
}
.sub1_btn2 , .sub1_btn4 {
    background-color: #B0A7A0;
}
.sub1_btn_wrap a span{
        font-size:20px;
        color: #fff;
    }
.sub1_btn_wrap a img{
        width: 1.5rem;
}
.sub2_9 ,.sub2_4 {
    display: none;
}
.sub2_titles{
    width: 100%;
    display: flex;
    text-align: center;
    font-family: 'Freesentation-7Bold';
    justify-content: center;
    font-size: 16px;
    line-height: 1.2;
    /* margin-bottom: 4rem; */
}
.sub_btn_code2 {
    margin-top: 8rem;
}
.sub_btn_code2a{
    justify-content: right;
}
.sub_btn_code2b{
    justify-content: left;

}
.sub_category {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
    }
.sub_category a{
    display: flex;
    flex-flow: column nowrap;
    width: 48%;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: .1rem .2rem .5rem rgba(61, 62, 77, 0.1);
    height: 20rem;
    margin-bottom: 2rem;
}
.sub_category span{
    font-size: 24px;
    font-family: 'Freesentation-7Bold';
    padding: 2rem;
}
.top_btn_img2{
    width: 100%;
    background-color: #F2EEEB;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;}

.top_btn_img2 img {
        width: 7rem;
}


@media screen and (max-width: 1200px){
    .width_1200{
        padding: 0 2rem;
    }
    .bottom_all{
        flex-flow: column nowrap;
        padding: 0rem 0 4rem;
    }
    .bottom_right{
        width: 100%;
        position: relative;
        padding: 0 2rem ;
    }
    .bottom_all a{
        width: 100%;
        justify-content: space-between;
        padding: 0 2rem;
    }
    header{
        display: flex;
        justify-content: center;
    }
    .bottom_left{
        width: 100%;
    }
    .bottom_img img {
        width: 70%;
    }
    .index_text_box{
        width: 66%;
        margin: 0;
        height: 16rem;
        padding: 0 2rem;
    }
    .index_bottom{
        padding-top: 2rem;
    }
}
@media screen and (max-width: 768px){
    .sub2_titles br{
        display: none;
    }
    .point3 {
        font-size: 18px;
    }
    .sub1_btn_wrap a span {
        font-size: 18px;
    }
    .sub1_btn_wrap a{
        padding: 1.5rem;
    }
    .index_btn_bottom a{
        gap: 0;
        justify-content: space-between;
        height: 6rem;
    }
    .index_btn_bottom span {
        font-size: 1.7rem;
    }
    .index_btn_bottom a img {
        height: 4.5rem;
    }
    .index_btn_top a span{
        font-size: 1.7rem;
        text-align: center;
        line-height: 1.2;
    }
    .first_banner{
        background-image: url(../img/mo-img-1.png);
    }
    .bottom_img img {
        width: 70%;
    }
    .bottom_left span{
        font-size: 19px;
    }
    .bottom_left {
        transform: translateY(45px);
    }
    .index_text_box p{
        font-size: 18px;
    }
    .index_text_box span {
        font-size: 16px;
    }
    .bottom_right a span {
        font-size: 19px;
    }
    .main_titles {
        font-size: 20px;
    }
    .index_text_box span br{
        display: none;
    }
    .sub_category span{
        height: 6rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sub_category span {
        font-size: 20px;
    }
    .sub_category a{
        height: 17rem;
    }
    .index_bottom{
        padding-top: 0rem;
    }
}
@media screen and (max-width: 380px){
    .first_banner{
        background-size: contain;
    }
}