body {
    background: #ffffff;
}
/*AREAINTERVIEW*/
.areaInterView {
    padding-bottom: 80px;
    background-color: #F8F7F6;
}

.areaInterView .wrapTitle {
	margin-bottom: 53px;
}

.areaInterView .contentFutures {}

.areaInterView .wrapInterview {
    padding-bottom: 32px;
}

.areaInterView .wrapInterview .itemInterview {
    margin-bottom: 84px;
}

.areaInterView .wrapInterview .itemInterview:last-child {
    margin-bottom: 0;
}


.areaInterView .wrapInterview .itemInterview .boxInterview {
    display: flex;
    justify-content: space-between;
    border: solid #D8D8D7;
    border-width: 1px 0;
    align-items: center;
}

.areaInterView .wrapInterview .itemInterview .boxInterview .wrapItemInter {
    position: relative;
    width: 48%;
    padding-left: clamp(0px, 5vw, 70px);
    margin-top: -0.5vw;
}

.areaInterView .wrapInterview .itemInterview .boxInterview .wrapItemInter .titleInterview {
    font-size: 32px;
    font-weight: bold;
    color: #2DC2C0;
    margin-bottom: 23px;
    line-height: 1.38;
}

.areaInterView .wrapInterview .itemInterview .boxInterview .wrapItemInter .txtInterView {
    font-size: 14px;
    font-weight: 600;
    color: #3E3A39;
    margin-bottom: 23px;
    line-height: 1.84;
}

.areaInterView .wrapInterview .itemInterview .boxInterview .wrapItemInter .txtInterView .interBig {
    font-size: 20px;
    display: block;
    font-weight: normal;
}

.areaInterView .linkDetail a {
    padding: 15px 0 13px;
}

.areaInterView .linkDetail a:after {
    top: 17px;
    transform: none;
    transition: all 0.4s;
}

.areaInterView .linkDetail a.open:after {
    transform: rotate(90deg);
    transition: all 0.4s;
}

.areaInterView .wrapInterview .itemInterview .boxInterview .interviewPhoto {
    margin-left: -20.3vw;
    width: 82%;
}

.areaInterView .wrapInterview .itemInterview .boxInterview .interviewPhoto img {}

.areaInterView .wrapInterview .itemInterview .contentInterview {
    display: none;
    padding-top: 66px;
}

.areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview {
    margin-bottom: 71px;
}

.areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview:last-child {
    margin-bottom: 0;
}

.areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview .interReason {
    display: flex;
    margin-bottom: 56px;
    align-items: center;
    justify-content: space-between;
}

.areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview .interReason .itemInterImg {
    width: 47.5%;
}

.areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview .interReason .itemInterImg img {
    width: 100%;
    height: 100%;
    aspect-ratio: 464 / 320;
    object-fit: cover;
    object-position: center;
}

.areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview .interReason .boxInterReason {
    width: 47.6%;
}

.areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview .interReason .boxInterReason .titleInterReason {
    font-size: 28px;
    font-weight: bold;
    color: #2DC2C0;
    margin-bottom: 22px;
    display: flex;
}

.dash {
    margin-right: -4px;
}

.areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview .interReason .boxInterReason .txtInterReason {
    font-size: 14px;
    font-weight: normal;
    color: #3E3A39;
    text-align: justify;
    line-height: 2;
}

.areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview .interDev {}

.areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview .interDev .titleInterDev {
    font-size: 28px;
    font-weight: bold;
    color: #2DC2C0;
    margin-bottom: 23px;
    display: flex;
}

.areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview .interDev .txtInterDev {
    font-size: 14px;
    font-weight: normal;
    color: #3E3A39;
    line-height: 2;
    text-align: justify;
}

@media (max-width: 1070px) and (min-width: 851px) {
    .areaInterView .wrapInterview .itemInterview .boxInterview .wrapItemInter {
        width: 434px;
        padding-left: clamp(0px, 3vw, 70px);
    }

    .areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview .interReason .boxInterReason {
        width: 49.6%;
    }

    .areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview .interReason .itemInterImg {
        width: 46.5%;
    }
}

@media (max-width: 1030px) and (min-width: 851px) {
    .areaInterView .wrapInterview .itemInterview .boxInterview .wrapItemInter .titleInterview {
        font-size: 28px;
        margin-bottom: 9px;
    }

    .areaInterView .wrapInterview .itemInterview .boxInterview .wrapItemInter .txtInterView {
        margin-bottom: 15px;
    }

    .areaInterView .wrapInterview .itemInterview .boxInterview .wrapItemInter .txtInterView .interBig {
        font-size: 18px;
        line-height: 1.4;

    }

    .areaInterView .wrapInterview .itemInterview .boxInterview .wrapItemInter .txtInterView {
        margin-bottom: 8px;
    }

    .areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview .interReason .boxInterReason .titleInterReason {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview .interDev .titleInterDev {
        font-size: 26px;
        margin-bottom: 12px;
    }
}

@media (max-width: 850px) {
    .areaInterView .contentFutures {
        overflow-x: hidden;
    }
    .areaInterView .wrapTitle {
        padding: 0;
        margin-bottom: 25px;
    }
    .areaInterView .wrapInterview {
        padding-bottom: 0;
    }

    .areaInterView .wrapInterview .itemInterview {
        margin-bottom: 80px;
    }

    .areaInterView .wrapInterview .itemInterview .boxInterview {
        flex-direction: column-reverse;
        padding: 0;
        margin-bottom: 20px;
        border: none;
    }

    .areaInterView .wrapInterview .itemInterview .boxInterview .interviewPhoto {
        margin-left: -61%;
        width: 170%;
        margin-bottom: 20px;
    }

    .areaInterView .wrapInterview .itemInterview .boxInterview .interviewPhoto img {
        aspect-ratio: 414 / 162;
        object-fit: cover;
        object-position: top;
    }

    .areaInterView .wrapInterview .itemInterview .contentInterview {
        padding-top: 40px;
        border-top: 1px solid #D8D8D7;
    }

    .areaInterView .wrapInterview .itemInterview .boxInterview .wrapItemInter {
        width: 100%;
        padding: 0;
    }

    .areaInterView .wrapInterview .itemInterview .boxInterview .wrapItemInter .titleInterview {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.35;
    }

    .areaInterView .wrapInterview .itemInterview .boxInterview .wrapItemInter .txtInterView {
        font-size: 14px;
        margin-bottom: 18px;
        line-height: 1.8;
    }

    .areaInterView .wrapInterview .itemInterview .boxInterview .wrapItemInter .txtInterView .interBig {
        font-size: 18px;
    }

    .areaInterView .wrapInterview .itemInterview .boxInterview .wrapItemInter .linkDetail {
        margin: 0 auto;
    }

    .areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview {
        margin-bottom: 40px;
    }

    .areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview .interReason {
        margin-bottom: 20px;
        flex-direction: column;
    }

    .areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview:nth-child(2n) .interReason {
        flex-direction: column-reverse;
    }

    .areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview .interReason .itemInterImg {
        width: 100%;
        margin-bottom: 10px;
    }

    .areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview .interReason .boxInterReason {
        width: 100%;
    }

    .areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview .interReason .boxInterReason .titleInterReason {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .dash {
        margin-right: 0;
    }

    .areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview .interReason .boxInterReason .txtInterReason {
        font-size: 14px;
        line-height: 1.8;
    }

    .areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview .interDev .titleInterDev {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .areaInterView .wrapInterview .itemInterview .contentInterview .iframeInterview .interDev .txtInterDev {
        font-size: 14px;
    }

    .areaInterView .linkDetail a {
        padding: 13px 0 14px;
    }
}