

@charset "utf-8";
html{
    font-size: 62.5%;
}
.interview-page {
    max-width: 100%;
    font-family: "游ゴシック", sans-serif;
    font-size: 2.0rem;
    line-height: 1.8;
}
h1{
    font-family: "游明朝";
    font-size: 6.0rem;
}
h2{
    font-size: 3.2rem;
    margin: 0;
    font-family: "游ゴシック";
}
li {
    list-style: none;
}
p{
    margin: 0;
}
a {
    text-decoration: none;
}
.sub-ttl {
    font-weight:bold;
}
img{
    width: 100%;
    height: 100%;
}

/* 以下PC */
.sub-fv{
    position: relative;
    top:120px;
    padding-bottom:120px;
}
.sub-fv::after{
    position: absolute;
    content: "";
    z-index: 5;
    width: 50%;
    height: 150px;
    top: 20%;
    right: 100px;
}
.sub_01::after{
    right: 170px;
    background: url(../images/interview/fv-txt01.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}
.sub_02::after{
    top: 20%;
    right: 140px;
    height: 150px;
    background: url(../images/interview/fv-txt02.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}
.sub_03::after{
    top: 20%;
    right: 140px;
    height: 150px;
    background: url(../images/interview/fv-txt03.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}
.sub_04::after{
    top: 20%;
    right: 200px;
    background: url(../images/interview/fv-txt04.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.sub_05::after{
    right: 170px;
    background: url(../images/interview/fv-txt05.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}
.sub_06::after{
    right: 170px;
    background: url(../images/interview/fv-txt06.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}
.intro{
    display: flex;
    align-items: flex-end;
    position: absolute;
    margin-top: -200px;
}
.intro h1{
    background: #062E48;
    text-transform: uppercase;
    text-align: right;
    width: 41vw;
    height: 100px;
    color: #fff;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.intro-block{
    background: #fff;
    border: solid 1px #707070;
    padding: 50px;
    width: 30vw;
    margin-left: 100px;
    line-height: 1.5;
}
.intro-block::after{
    position: absolute;
    content: "";
    top: 60px;
    margin-left: -50px;
    width: 30px;
    height: 40px;
    background: #062E48;
}
.intro-block .name{
    font-weight: bold;
    font-size: 3.0rem
}
.intro-block .name span{
    font-size: 2.0rem;
    margin-left: 20px;
}
.work-block, .motto-block, .atmos-block{
    display: flex;
}
/* .intro-block{
    width: ;
} */
#why h2, #work h2{
    margin-bottom: 25px;
}
#motto h2, #atmos h2{
    margin-bottom: 16px;
}
#why .content-inner{
    width: 60%;
    margin: 150px auto 100px;
}
.work-block-left{
    width: 45%;
}
.work-block-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.work-block-right{
    width: 55%;
    padding: 100px 200px 145px 90px;
    background: #F8F8F8;
}
.motto-block{
    width: 60%;
    margin: 120px auto 50px;
}
.motto-block-left{
    width: 50%;
    padding-right: 60px;
    margin-top: auto;
}
.motto-block-right{
    width: 50%;
}
.motto-block-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.motto-block-under{
    width: 60%;
    margin: 0 auto;
}
.atmos-blockArea{
    width: 80%;
    margin: 100px auto 0;
    position: relative;
    padding: 80px 160px;
}
.atmos-blockArea::after{
    position: absolute;
    content: "";
    z-index: -1;
    width: 80%;
    height: 590px;
    background: #F8F8F8;
    top: 180px;
}
.atmos-block{
    width: 75%;
    min-height: 320px;
    margin: 0 auto;
}

.atmos-block-left{
    width: 45%;
}
.atmos-block-left img{
    object-fit: cover;
}
.atmos-block-left-03{
    margin-top: 140px;
    width: 45%;
}
.atmos-block-left-03 img{
    object-fit: contain;
}
.atmos-block-right{
    width: 55%;
    padding-left: 40px;
    margin-top: 140px;
}
.atmos-block-under{
    width: 80%;
    margin: 30px auto 80px;
}
#andmore h2{
    margin-bottom: 36px;
}
.andmore-block{
    width: 60%;
    margin: 0px auto 120px;
    text-align: start;
}
.interview01 .atmos-blockArea::after{
    height: 550px;
}
.interview03 .atmos-blockArea::after {
    height: 660px;
}
.interview05 .atmos-blockArea::after{
    height: 500px;
}
.interview06 .atmos-blockArea::after{
    height: 660px;
}
.link-btn {
    font-size: 16px;
}
.link-btn img {
    top: calc(0% - 0px);
}

@media screen and (min-width:769px) and (max-width:1500px) {
    .interview-page {
        font-size: 1.9rem;
    }
    .sub-fv::after {
        top: 6%;
        height: 120px;
    }
    .intro-block .name{
        font-size: 2.5rem
    }
    #why .content-inner {
        width: 70%;
    }
    #why .content-inner_06 {
        margin-top: 170px;
    }
    .work-block-left_03 img, 
    .work-block-left_04 img, 
    .work-block-left_05 img, 
    .work-block-left_06 img{
        object-position: center;
    }
    .motto-block{
        width: 70%;
    }
    .motto-block-under{
        width: 70%;
    }
    .atmos-block {
        width: 100%;
    }
    .atmos-block-under {
        width: 100%;
    }
    .atmos-blockArea::after {
        right: 120px
    }
    .andmore-block {
        width: 70%;
    }
    
}

/* ブレイクポイント要確認 */
@media screen and (max-width:768px){
    .interview-page{
        font-size: 1.6rem;
    }
    .sub-fv{
        position: relative;
        top:60px;
        padding-bottom:60px;
    }
    .sub-fv img{
        width: 100vw;
        height: 400px;
        object-fit: cover;
        object-position: 13%;
    }
    .sub-fv::after{
        top: auto;
        bottom: -20%;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    .sub_01::after{
        bottom: -26%;
        width: 75%;
        background-size: contain;
    }
    .sub_02::after{
        bottom: -23%;
        width: 75%;
        height: 100px;
        background-size: contain;
    }
    .sub_03::after{
        bottom: -23%;
        width: 75%;
        height: 100px;
        background-size: contain;
    }
    .sub_04::after{
        bottom: -26%;
        width: 75%;
        height: 130px;
        background-size: contain;
    }
    .sub_05::after{
        bottom: -26%;
        width: 75%;
        background-size: contain;
    }
    .sub_06::after{
        bottom: -25%;
        width: 70%;
        background-size: contain;
    }
    /* .interview-page main{
        padding: 0 20px;
    } */
    .work-block, .motto-block, .atmos-block{
        flex-wrap: wrap;
    }
    #why h2, #work h2{
        margin-bottom: 25px;
    }
    #motto h2, #atmos h2{
        margin-bottom: 16px;
    }
    .intro{
        margin-top: -40px;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        
    }
    .intro::after{
        content: "";
        position: absolute;
        background: url(../images/interview/int_topsp.png);
        background-position: bottom;
        background-size: 100% 100%;
        z-index: -1;
        width: 100%;
        top: -120px;
        height: 650px;
    }
    .intro h1{
        font-size: 3.6rem;
        width: 70vw;
        height: 80px;
        margin-left: 0;
        margin-right: auto;
        padding-right: 10px;
    }
    .intro-block{
        width: 80vw;
        margin-top: 145px;
        margin-left: 0;
        padding: 20px 20px 20px 40px;
    }
    .intro-block::after {
        top: 236px;
        margin-left: -40px;
    }
    .intro-block .name span{
        display: block;
        margin-left: 0;
    }
    h2{
        font-size: 2.8rem;
        margin-bottom: 25px;
    }
    #why .content-inner{
        width: 100%;
        padding: 0 20px;
        margin: 130px auto 100px;
    }
    .work-block-left{
        width: 100%;
        /* padding: 0 20px; */
    }
    .work-block-left img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
    }
    .work-block-right{
        width: 100%;
        padding: 40px 20px;
        background: #F8F8F8;
    }
    .motto-block{
        flex-wrap: wrap-reverse;
        width: 100%;
        margin: 120px auto 0;
    }
    .motto-block-left{
        width: 100%;
        padding: 0 20px;
        margin-top: 20px;
    }
    .motto-block-right{
        width: 100%;
    }
    .motto-block-right img{
        width: 100%;
        height: 100%;
    }
    .motto-block-under{
        width: 100%;
        padding: 0 20px;
    }
    .atmos-blockArea{
        width: 100%;
        margin: 100px auto 0;
        position: relative;
        padding: 0;
        /* padding: 0 20px; */
    }
    .atmos-block{
        width: 100%;
    }
    .atmos-block-03{
        width: 100%;
        margin: 0 auto;
    }
    .atmos-block-left {
        width: 100%;
    }
    .atmos-block-left-03 {
        width: 100%;
        margin-top: 0px;
    }
    .atmos-block-left-03 img{
    object-fit: cover;
    }
    .atmos-block-right{
        width: 100%;
        padding: 0 20px;
        margin-top: 20px;
    }
    .atmos-block-right-03{
        width: 100%;
        padding: 0 20px;
        margin-top: 20px;
    }
    .atmos-blockArea{
        background: #F8F8F8;
    }
    .atmos-blockArea::after{
        content: none;
    }
    .atmos-block-under{
        width: 100%;
        margin: 0;
        padding: 0 20px 40px;
    }
    #andmore h2{
        margin-bottom: 36px;
    }
    .andmore-block{
        width: 100%;
        padding: 0 20px;
        margin: 80px auto 100px;
        text-align: left;
    }
    .link-btn {
        margin: 50px auto;
    }
}