@charset "UTF-8";
@media screen and (min-width:768px) and ( max-width:1275px){

#Contents.blue{
    background:url("../images/interview/interview_back_b.jpg") center/cover no-repeat;
    color: #FFF;
}
#Contents.green{
    background:url("../images/interview/interview_back_g.jpg") center/cover no-repeat;
    color: #FFF;
}
#Contents.red{
    background:url("../images/interview/interview_back_r.jpg") center/cover no-repeat;
    color: #FFF;
}



section{
    margin: 0 auto;
}

.con_2clum{
    display: flex;
}

.main_copy{
    position: relative;
    width: 87.059vw;
    height: 32.157vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6.275vw;
}
.main_copy img{
    position: absolute;
    width: 45.49vw;
    right: 0;
}
.main_copy div{
    margin-left: 0;
    z-index: 1;
}
.main_copy div p:first-child{
    font-size: 1.412vw;
    margin-bottom: 1.569vw;
}
.main_copy div p:last-child{
    font-size: 1.569vw;
    line-height: 1.6;
}
.main_copy div h1{
    margin-bottom: 1.961vw;
    font-size: 2.667vw;
    font-weight: 400;
    line-height: 1.8;
}
.main_copy div h1 span{
    color: #050608;
    background: #fff;
    padding: 0.392vw 0.627vw;
}

.main_con .con_img{
    width: 100vw;
    margin: 0 auto;
}

.main_con01{
    width: 87.059vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 7.059vw;
}
.main_con01 img{
    width: 32vw;
    height: 100%;
    border-radius: 9.412vw;
}
.main_con01 div{
    width: 47.843vw;
}
.main_con01 div h2{
    font-size: 2.824vw;
    font-weight: 300;
    margin-bottom: 1.569vw;
}
.main_con01 div p{
    font-size: 1.412vw;
    margin-bottom: 1.569vw;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: auto;
}

.main_con02{
    width: 87.059vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 9.412vw;
}
.main_con02 div{
    position: relative;
    width: 38.824vw;
    background-color: rgba(156, 156, 156, 0.15);
}
.main_con02 div:first-child::after{
    position: absolute;
    content: "";
    display: block;
    width: 2.196vw;
    height: 4.706vw;
    background: url(../images/common/btn_arrow.svg) no-repeat center / contain;
    right: -5.882vw;
    top: 50%;
    transform: translateY(-50%);
}
.main_con02 div h2{
    font-size: 1.961vw;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    font-weight: 300;
}
.main_con02 div p{
    padding: 4.706vw;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: auto;
}

.con01{
    width: 100vw;
    display: flex;
    justify-content: space-between;
    margin: 150px auto 75px;
}
.con01 div{
    width: 45.255vw;
}
.con01 div img{
    margin-bottom: 9.412vw;
}
.con01 div h2{
    font-size: 1.882vw;
    margin-bottom: 2.353vw;
}
.con01 div p{
    font-size: 1.412vw;
    margin-bottom: 9.412vw;
}
.con01 div div{
    width: 38.039vw;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: auto;
}
.con01 div:first-child div{
    margin-left: 6.667vw;
}
.con01 div:last-child div{
    margin-right: 6.667vw;
}
.con01 div:first-child img{
    border-radius: 0 0.784vw 0.784vw 0;
}
.con01 div:last-child img{
    border-radius: 0.784vw 0 0 0.784vw;
}
.img_03{
    width: 87.059vw;
    margin: 0 auto 150px;
    border-radius: 0.784vw;
}

.con02{
    width: 100vw;
    display: flex;
    justify-content: space-between;
    margin: 150px auto 75px;
}
.con02 img{
    width: 45.255vw;
    height: 100%!important;
    border-radius: 0 0.784vw 0.784vw 0;
}
.con02 div{
    width: 38.039vw;
    margin-right: 6.667vw;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: auto;
}
.con02 h2{
    font-size: 1.882vw;
    margin-bottom: 2.353vw;
}
.con02 p{
    font-size: 1.412vw;
    margin-bottom: 5.49vw;
}
.con02 p span{
    font-size: 1.176vw;
}

.btn .blue,.btn .red,.btn .green{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 87.059vw;
    height: 10.588vw;
    background-size: 100% 100%;
    font-size: 2.667vw;
    font-weight: 500;
    border-radius: 0.784vw;
    color: #FFF;
    margin: 0 auto 120px;
}
.btn .blue::after,.btn .red::after,.btn .green::after{
    position: absolute;
    content: "";
    display: block;
    width: 1.176vw;
    height: 2.353vw;
    background: url(../images/common/btn_arrow.svg) no-repeat center / contain;
    right: 2.353vw;
}
.btn a.blue{
    background: linear-gradient(
        to right,
        #0065BD 0%,
        rgba(128, 255, 255, 0.4) 100%
    );
}
.btn a.green{
    background: linear-gradient(
        to right,
        #009E80 0%,
        rgba(180, 255, 86, 0.4) 100%
    );
}


}