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


#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: 100vw;
    height: 92vw;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 15vw;
}
.main_copy img{
    position: absolute;
    width: 100vw;
    right: 0;
}
.main_copy div{
    margin-left: 5vw;
    z-index: 1;
}
.main_copy div p:first-child{
    font-size: 3vw;
    margin-bottom: 1vw;
}
.main_copy div p:last-child{
    font-size: 2.8vw;
    margin-bottom: 5vw;
    line-height: 1.6;
}
.main_copy div h1{
    margin-bottom: 2vw;
    font-size: 5vw;
    font-weight: 400;
    line-height: 1.8;
}
.main_copy div h1.ls{
    letter-spacing: -0.3vw;
}
.main_copy div h1 span{
    color: #050608;
    background: #fff;
    padding: 0.503vw 0.805vw;
}

.main_con .con_img{
    width: 100vw;
    margin: 0 auto;
}
.img_scroll {
    overflow-x: auto;
}

.img_scroll .con_img {
    display: block;
    width: 165vw;
    max-width: 165vw!important;
}

.main_con01{
    width: 85vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10vw;
    flex-direction: column;
}
.main_con01 img{
    width: 100%;
    height: 100%;
    border-radius: 40vw;
    margin-bottom: 5vw;
}
.main_con01 div{
    width: 100%;
}
.main_con01 div h2{
    font-size: 5.5vw;
    font-weight: 300;
    margin-bottom: 2vw;
}
.main_con01 div p{
    font-size: 3.2vw;
    margin-bottom: 3vw;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: auto;
}

.main_con02{
    width: 85vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10vw;
    flex-direction: column;
}
.main_con02 div{
    position: relative;
    width: 100%;
    background-color: rgba(156, 156, 156, 0.15);
    margin-bottom: 10vw;
}
.main_con02 div:first-child::after{
    position: absolute;
    content: "";
    display: block;
    width: 5vw;
    height: 8vw;
    background: url(../images/common/btn_arrow.svg) no-repeat center / contain;
    left: 50%;
    right: auto;
    top: auto;
    transform: translate(-50%, -50%) rotate(90deg);
    bottom: -13vw;
}
.main_con02 div h2{
    position: absolute;
    font-size: 4vw;
    top: 0;
    left: 0;
    line-height: 1;
    font-weight: 300;
}
.main_con02 div p{
    padding: 9vw 6vw 6vw;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: auto;
}

.con01{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20vw auto 10vw;
    flex-direction: column-reverse;
}
.con01 div{
    width: 100%;
}
.con01 div img{
    margin-bottom: 10vw;
}
.con01 div h2{
    font-size: 4.2vw;
    margin-bottom: 3vw;
}
.con01 div p{
    font-size: 3.2vw;
    margin-bottom: 10vw;
}
.con01 div div{
    width: 85vw;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: auto;
}
.con01 div:first-child div{
    margin-left: 7.5vw;
}
.con01 div:last-child div{
    margin-right: auto;
    margin-left: 7.5vw;
}
.con01 div:first-child img{
    width: 92.5vw;
    margin-left: auto;
    border-radius: 1vw 0 0 1vw;
}
.con01 div:last-child img{
    width: 92.5vw;
    border-radius: 0 1vw 1vw 0;
}
.img_03{
    width: 100vw;
    margin: 0 auto 15vw;
    border-radius: 1vw;
}

.con02{
    width: 100vw;
    display: flex;
    justify-content: space-between;
    margin: 20vw auto 10vw;
    flex-direction: column;
}
.con02 img{
    order: 2;
    width: 92.5vw;
    height: 100%;
    margin-right: 7.5vw;
    border-radius: 0 1vw 1vw 0;
}
.con02 div{
    order: 1;
    width: 85vw;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: auto;
}
.con02 h2{
    font-size: 4.2vw;
    margin-bottom: 3vw;
}
.con02 p{
    font-size: 3.2vw;
    margin-bottom: 10vw;
}
.con02 p span{
    font-size: 3vw;
}

.btn .blue,.btn .red,.btn .green{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85vw;
    height: 15vw;
    background-size: 100% 100%;
    font-size: 3.4vw;
    font-weight: 500;
    border-radius: 1vw;
    color: #FFF;
    margin: 0 auto 10vw;
}
.btn .blue::after,.btn .red::after,.btn .green::after{
    position: absolute;
    content: "";
    display: block;
    width: 1.509vw;
    height: 3.018vw;
    background: url(../images/common/btn_arrow.svg) no-repeat center / contain;
    right: 3.018vw;
}
.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%
    );
}


}