@charset "UTF-8";



#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: 1110px;
    height: 410px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}
.main_copy img{
    position: absolute;
    width: 580px;
    right: 0;
}
.main_copy div{
    margin-left: 0;
    z-index: 1;
}
.main_copy div p:first-child{
    font-size: 18px;
    margin-bottom: 20px;
}
.main_copy div p:last-child{
    font-size: 20px;
    line-height: 1.6;
}
.main_copy div h1{
    margin-bottom: 25px;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.8;
}
.main_copy div h1 span{
    color: #050608;
    background: #fff;
    padding: 5px 8px;
}

.main_con .con_img{
    width: 1280px;
    margin: 0 auto;
}

.main_con01{
    width: 1110px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}
.main_con01 img{
    width: 408px;
    height: 100%;
    border-radius: 120px;
}
.main_con01 div{
    width: 610px;
}
.main_con01 div h2{
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 20px;
}
.main_con01 div p{
    font-size: 18px;
    margin-bottom: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: auto;
}

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

.con01{
    width: 1280px;
    display: flex;
    justify-content: space-between;
    margin: 150px auto 75px;
}
.con01 div{
    width: 577px;
}
.con01 div img{
    margin-bottom: 120px;
}
.con01 div h2{
    font-size: 24px;
    margin-bottom: 30px;
}
.con01 div p{
    font-size: 18px;
    margin-bottom: 120px;
}
.con01 div div{
    width: 485px;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: auto;
}
.con01 div:first-child div{
    margin-left: 85px;
}
.con01 div:last-child div{
    margin-right: 85px;
}
.con01 div:first-child img{
    border-radius: 0 10px 10px 0;
}
.con01 div:last-child img{
    border-radius: 10px 0 0 10px;
}
.img_03{
    width: 1110px;
    margin: 0 auto 150px;
    border-radius: 10px;
}

.con02{
    width: 1280px;
    display: flex;
    justify-content: space-between;
    margin: 150px auto 75px;
}
.con02 img{
    width: 577px;
    height: 100%!important;
    border-radius: 0 10px 10px 0;
}
.con02 div{
    width: 485px;
    margin-right: 85px;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: auto;
}
.con02 h2{
    font-size: 24px;
    margin-bottom: 30px;
}
.con02 p{
    font-size: 18px;
    margin-bottom: 70px;
}
.con02 p span{
    font-size: 15px;
}

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