@charset "UTF-8";

/*============================
	i-interview
============================*/
.interview__page .inter__atc {
    width: 48%;
    max-width: 554px;
    min-width: auto;
    margin: 0 0 100px;
}

.interview__page .inter__ctg {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    border-radius: 30px 0 0 0;
    font-size: 1.8rem;
    line-height: 49px;
    min-width: 164px;
}

.i-int__link {
    position: absolute;
    bottom: 0;
    right: 0;
}

.i-int__link i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #E86263;
    color: #fff;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 1.4rem;
    text-align: center;
    transition: .3s ease-out;
}

.inter__atc:hover .i-int__link i {
    transform: translate(10px);
}
.interview__page .inter__img{
    border-radius: 0 40px 0 40px;
}
@media screen and (max-width:1024px) {
    .interview__page .inter__atc {
        width: 48%;
        margin: 0 0 60px;
    }

    .interview__page .inter__ctg {
        bottom: 0;
        right: 0;
        border-radius: 20px 0 0 0;
        font-size: 1.6rem;
        line-height: 45px;
        min-width: 140px;
    }

    .i-int__link {
        bottom: 0;
        right: 0;
    }

    .i-int__link i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-left: 10px;
        font-size: 1.2rem;
    }
    .interview__page .inter__img{
        border-radius: 0 30px 0 30px;
    }

}

@media screen and (max-width:767px) {

    .interview__page .inter__atc {
        width: 100%;
        margin: 0 auto 30px;
    }

    .interview__page .inter__ctg {
        bottom: 0;
        right: 0;
        border-radius: 20px 0 0 0;
        font-size: 1.6rem;
        line-height: 45px;
        min-width: 140px;
    }

    .i-int__link {
        bottom: 0;
        right: 0;
    }

    .i-int__link i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-left: 10px;
        font-size: 1.2rem;
    }
}

/*============================
interview-detail
============================*/
.inter-detail__mvwrap {
    margin-top: 80px;
}
.inter-detail__mv{
    border-radius: 0 0 40px 40px;
}

.interview-detail__page .breadcrumb__area {
    top: 0;
    left: 0;
    width: 100%;

}

.inter-detail__copywrap {
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .4);
    border-radius: 0 25px 0 25px;
    padding: 30px;
    width: fit-content;
    min-width: 460px;
}

.inter-detail__copy {
    line-height: 1.5;
    margin-bottom: .5em;
}

.inter-detail__name .name {
    margin-right: .5em;
}

.inter-detail__name .year {
    margin-right: 1em;
}

.inter-detail__name .ctg {
    display: inline-block;
    padding: 0 1em;
    color: #fff;
    text-align: center;
    line-height: 26px;
    background: #E86263;
}

.i-detail-lead {
    max-width: 916px;
    margin: 0 auto 50px;
}

.i-detail__pagelink--box {
    max-width: 600px;
    margin: 0 auto 60px;
    border: solid 1px #E86263;
    padding: 40px 5%;
}

.i-detail__pagelink--ul li {
    margin-bottom: .5em;
}

.i-detail__pagelink--ul i {
    margin-right: .5em;
}

.i-detail__imgwrap {
    width: 42%;
    max-width: 450px;
}

.i-detail__txtwrap {
    width: 53%;
}
.i-detail__atc {
    padding-top: 50px;
    margin-top: -50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: solid 1px #E86263;
}

.i-detail__atc:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.i-detail__h3 {
    line-height: 1.4;
}
.idetail__img{
    border-radius: 0  40px 0 40px;
    overflow: hidden;
}


@media screen and (max-width:1024px) {
    .inter-detail__mvwrap {
        margin-top: 58px;
    }
    .inter-detail__mv{
        border-radius: 0 0 30px 30px;
    }

    .inter-detail__copywrap {
        top: 50%;
        left: 75%;
        padding: 20px 2%;
        min-width: 320px;
        max-width: 50%;
    }

    .inter-detail__copy {
        margin-bottom: .5em;
    }

    .inter-detail__name .name {
        margin-right: .5em;
    }

    .inter-detail__name .year {
        margin-right: 1em;
    }

    .inter-detail__name .ctg {
        padding: 0 1em;
        line-height: 22px;
    }

    .i-detail__pagelink--box {
        margin: 0 auto 40px;
        padding: 30px 5%;
    }


    .i-detail__imgwrap {
        width: 42%;
    }

    .i-detail__txtwrap {
        width: 53%;
    }

    .i-detail__atc {
        padding-top: 50px;
        margin-top: -50px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .idetail__img{
        border-radius: 0  30px 0 30px;
    }
}

@media screen and (max-width:767px) {

    .inter-detail__mv{
        border-radius: 0 0 20px 20px;
    }

    .inter-detail__copywrap {
        top: auto;
        left: auto;
        position: relative;
        transform: none;
        padding: 20px 5%;
        min-width: auto;
        max-width: none;
        width: 100%;
    }

    .inter-detail__copy {
        margin-bottom: .5em;
    }

    .inter-detail__name .name {
        margin-right: .5em;
    }

    .inter-detail__name .year {
        margin-right: 1em;
    }

    .inter-detail__name .ctg {
        padding: 0 1em;
        line-height: 22px;
    }

    .i-detail__pagelink--box {
        margin: 0 auto 40px;
        padding: 20px 5%;
    }

    .i-detail__flex.reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .i-detail__imgwrap {
        width: 100%;
        margin-bottom: 30px;
    }

    .i-detail__txtwrap {
        width: 100%;
    }

    .i-detail__atc {
        padding-top: 50px;
        margin-top: -50px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .idetail__img{
        border-radius: 0  30px 0 30px;
    }
}

/*============================
interview-detail
============================*/
.r-curr__li {
    width: 48%;
    height: 100px;
    background: #FFEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 0 0;
    border: solid 1px #E86263;
    position: relative;
    bottom: -1px;
    transition: .3s ease-out;
}

.r-curr__li.active {
    background: #fff;
    border-bottom: solid 1px #fff;
}

.r-sch__ul::before {
    content: "";
    position: absolute;
    left: 67px;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: dashed 1.5px #E86263;
}

.r-sch__li {
    margin-bottom: 50px;

}

.r-curr__atcwrap {
    padding: 80px 5%;
    background: #fff;
    border: solid 1px #E86263;
}


.r-flow__flwo--li:last-child {
    margin-bottom: 0;
}

.r-sch__time {
    width: 134px;
    height: 134px;
    line-height: 134px;
    border-radius: 50%;
    background: #fff;
    color: #E86263;
    border: solid 1px #E86263;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}



.r-sch__txtwrap {
    width: calc(100% - 134px);
    padding: 0 0 0 5%;
}

.r-curr__atc {
    display: none;
}

.r-curr__atc.atc01 {
    display: block;
}

.i-detail__btnarea {
    padding: 100px 0;
}

.i-detail__btn a {
    margin: 0 auto;
}

@media screen and (max-width:1024px) {

    .r-curr__li {
        width: 49%;
        height: 60px;
        border-radius: 15px 15px 0 0;
    }

    .r-sch__ul::before {
        left: 60px;
    }

    .r-sch__li {
        margin-bottom: 40px;

    }

    .r-curr__atcwrap {
        padding: 50px 5%;
    }


    .r-sch__time {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }



    .r-sch__txtwrap {
        width: calc(100% - 120px);
        padding: 0 0 0 5%;
    }
}

@media screen and (max-width:767px) {
    .r-curr__tabwrap {
        display: flex;
    }

    .r-curr__li {
        width: 49%;
        height: 40px;
        border-radius: 10px 10px 0 0;
        font-size: 1.4rem;
    }

    .r-sch__ul::before {
        left: 50%;
        transform: translate(-50%);
    }

    .r-curr__atcwrap {
        padding: 30px 5%;
    }

    .r-sch__li {
        margin-bottom: 30px;

    }


    .r-sch__time {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin: 0 auto 20px;
    }



    .r-sch__txtwrap {
        width: 100%;
        padding: 10px 0;
        background: #fff;
        position: relative;
    }

    .r-sch__h3 {
        text-align: center;
    }
}