.interview-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.interview-box img {
    width: 100%;
    margin-bottom: 61px;
}

.interview-box .name {
    width: 37%;
    padding-left: 80px;
}


.interview-box .name h3{
    font-size: 40px;
    font-family: A-OTF-R;
    display: flex;
    align-items: center;
}
.interview-box .name h3::before {
    content: "";
    width: 26px;
    height: 26px;
    background-image: url('../images/recruit/ic-arrow.png');
    background-size: cover;
    margin-right: 20px;
    display: inline-block;
}


.interview-box .name h3 span{
    font-size: 30px;
}
.interview-box .name p{
    font-size: 20px;
    color: #CCCCCC;
    font-family: A-OTF-R;
    padding-left: 45px;
}

.interview-box .list {
    width: 60%;
}
.interview-box .list dl {
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 25px;
}
.interview-box .list dl:last-of-type {
    border: none;
    margin-bottom: 0;
}

.interview-box .list dl dt {
    font-size: 18px;
    font-weight: bold;
    color: #011B70;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.interview-box .list dl dd {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 33px;
}

.about {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
}

.about img{
    width: 48%;
    object-fit: cover;
}
.about .text{
    width: 45%;
}
.about .text h4 {
    font-size: 32px;
    font-family: A-OTF-R;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-bottom: 22px;
}

.about .text h4 span {
    color: #C31C27;
}

.about .text p {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 2;
}

.human .box{
    display: flex;
    align-items: center;
    justify-content: center;
}

.human .box img{
    width: 50%;
}

.human p {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
}

.enviroment {
    display: flex;
    flex-wrap: wrap;
}

.enviroment .box {
    width: 31.5%;
    margin-right: 2.75%;
}

.enviroment .box:last-child{
    margin-right: 0;
}

.enviroment .box img{
    width: 100%;
}

.enviroment .box h4{
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
    font-family: A-OTF-R;
    padding: 20px 0;
    letter-spacing: 1px;
}

.enviroment .box p{
    line-height: 2;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 1370px){
    .interview-box .name{
        padding-left: 0;
    }
}

@media screen and (max-width: 1024px){
    .interview-box .name{
        width: 100%;
    }

    .interview-box .list{
        width: 100%;
        margin-top: 30px;
    }
}

@media screen and (max-width: 580px){
    .about img{
        width: 100%;
    }

    .about .text{
        width: 100%;
    }

    .enviroment .box{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .enviroment .box:last-child{
        margin-bottom: 0;
    }

    .about .text h4{
        font-size: 24px;
    }

    .human p{
        font-size: 14px;
    }

    .enviroment .box h4{
        font-size: 20px;
    }

    .interview-box .name h3{
        font-size: 26px;
    }

    .interview-box .name p{
        font-size: 16px;
    }

    .interview-box img{
        margin-bottom: 30px;
    }
}