#recruit .mainvisual {
    margin-top: 96px;
    background: url(../common/img/bg_green01.gif) no-repeat bottom left/100% 50%;
}

@media screen and (max-width: 1199px) {
    #recruit .mainvisual {
        margin-top: 63.89px;
    }
}

@media screen and (max-width: 767px) {
    #recruit .mainvisual {
        margin-top: 51.8px;
    }
}

#recruit .mainvisual__wrap {
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/mainvisual01.jpg) no-repeat center/1300px;
    position: relative;
}

@media screen and (max-width: 1199px) {
    #recruit .mainvisual__wrap {
        height: 500px;
        background-size: cover;
    }
}

@media screen and (max-width: 767px) {
    #recruit .mainvisual__wrap {
        height: 300px;
    }
}

#recruit .mainvisual__wrap__catch {
    font-size: 4.8rem;
    font-weight: bold;
}

@media screen and (max-width: 1199px) {
    #recruit .mainvisual__wrap__catch {
        font-size: 4.4rem;
    }
}

@media screen and (max-width: 767px) {
    #recruit .mainvisual__wrap__catch {
        font-size: 3.4rem;
    }
}

#recruit .mainvisual__wrap__catch__txt {
    display: inline-block;
    padding: 0 10px;
    line-height: 1.325;
    background: #fff;
}

#recruit .mainvisual__wrap__catch__txt:nth-of-type(2) {
    margin-top: 10px;
}

#recruit .mainvisual__wrap__catch__txt__mini {
    font-size: 4rem;
}

@media screen and (max-width: 1199px) {
    #recruit .mainvisual__wrap__catch__txt__mini {
        font-size: 3.6rem;
    }
}

@media screen and (max-width: 767px) {
    #recruit .mainvisual__wrap__catch__txt__mini {
        font-size: 2.6rem;
    }
}

#recruit .mainvisual__wrap__catch__txt__ind {
    margin: 0 -30px 0 -5px;
    font-size: 4rem;
}

@media screen and (max-width: 1199px) {
    #recruit .mainvisual__wrap__catch__txt__ind {
        font-size: 3.6rem;
    }
}

@media screen and (max-width: 767px) {
    #recruit .mainvisual__wrap__catch__txt__ind {
        margin: 0 -20px 0 -5px;
        font-size: 2.6rem;
    }
}

#recruit .message {
    margin-top: 100px;
}

@media screen and (max-width: 1199px) {
    #recruit .message {
        margin-top: 80px;
    }
}

@media screen and (max-width: 767px) {
    #recruit .message {
        margin-top: 60px;
    }
}

#recruit .message .inner {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    #recruit .message .inner {
        flex-wrap: wrap-reverse;
    }
}

#recruit .message__info {
    width: 49%;
}

@media screen and (max-width: 767px) {
    #recruit .message__info {
        width: 100%;
        margin-top: 20px;
    }
}

#recruit .message__info__head {
    display: flex;
    align-items: center;
}

#recruit .message__info__head__en {
    color: #57ad68;
    font-size: 6.8rem;
    line-height: 1;
}

@media screen and (max-width: 1199px) {
    #recruit .message__info__head__en {
        font-size: 6rem;
    }
}

@media screen and (max-width: 767px) {
    #recruit .message__info__head__en {
        font-size: 4rem;
    }
}

#recruit .message__info__head__jp {
    color: #57ad68;
    margin-left: 20px;
    font-size: 1.8rem;
    border-bottom: 2px solid #57ad68;
}

@media screen and (max-width: 1199px) {
    #recruit .message__info__head__jp {
        font-size: 1.6rem;
    }
}

#recruit .message__info__txt {
    margin-top: 40px;
    font-size: 1.4rem;
}

@media screen and (max-width: 1199px) {
    #recruit .message__info__txt {
        margin-top: 30px;
    }
}

#recruit .message__info__name {
    color: #57ad68;
    margin-top: 30px;
    font-weight: bold;
    text-align: right;
}

@media screen and (max-width: 767px) {
    #recruit .message__info__name {
        font-size: 1.4rem;
    }
}

#recruit .message__fig {
    width: 47.4%;
}

@media screen and (max-width: 767px) {
    #recruit .message__fig {
        width: 100%;
    }
}

#recruit .business {
    margin-top: 100px;
    padding: 96px 0;
    background: url(../img/bg_business.jpg) no-repeat center/cover;
}

@media screen and (max-width: 1199px) {
    #recruit .business {
        margin-top: 80px;
        padding: 80px 0;
    }
}

@media screen and (max-width: 767px) {
    #recruit .business {
        margin-top: 60px;
        padding: 60px 0;
    }
}

#recruit .business .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 767px) {
    #recruit .business .inner {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    #recruit .business__head {
        width: 100%;
        display: flex;
        align-items: center;
    }
}

#recruit .business__head__en {
    color: #fff;
    font-size: 6.8rem;
    line-height: 1;
}

@media screen and (max-width: 1199px) {
    #recruit .business__head__en {
        font-size: 6rem;
    }
}

@media screen and (max-width: 767px) {
    #recruit .business__head__en {
        font-size: 4rem;
    }
}

#recruit .business__head__jp {
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    font-size: 1.8rem;
    border-bottom: 2px solid #fff;
}

@media screen and (max-width: 767px) {
    #recruit .business__head__jp {
        margin: 0 0 0 20px;
        font-size: 1.6rem;
    }
}

#recruit .business__info {
    width: 67%;
}

@media screen and (max-width: 1199px) {
    #recruit .business__info {
        width: 58%;
    }
}

@media screen and (max-width: 767px) {
    #recruit .business__info {
        width: 100%;
    }
}

#recruit .business__info__sub {
    color: #fff;
    font-size: 2.8rem;
}

@media screen and (max-width: 1199px) {
    #recruit .business__info__sub {
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 767px) {
    #recruit .business__info__sub {
        margin-top: 20px;
        font-size: 1.8rem;
    }
}

#recruit .business__info__txt {
    color: #fff;
    margin-top: 30px;
    font-size: 1.4rem;
}

@media screen and (max-width: 1199px) {
    #recruit .business__info__txt {
        margin-top: 20px;
    }
}

#recruit .interview {
    margin-top: 100px;
}

@media screen and (max-width: 1199px) {
    #recruit .interview {
        margin-top: 80px;
    }
}

@media screen and (max-width: 767px) {
    #recruit .interview {
        margin-top: 60px;
    }
}

#recruit .interview__head {
    display: flex;
    justify-content: center;
    align-items: center;
}

#recruit .interview__head__en {
    color: #57ad68;
    font-size: 6.8rem;
    line-height: 1;
}

@media screen and (max-width: 1199px) {
    #recruit .interview__head__en {
        font-size: 6rem;
    }
}

@media screen and (max-width: 767px) {
    #recruit .interview__head__en {
        font-size: 4rem;
    }
}

#recruit .interview__head__jp {
    color: #57ad68;
    margin-left: 20px;
    font-size: 1.8rem;
    border-bottom: 2px solid #57ad68;
}

@media screen and (max-width: 767px) {
    #recruit .interview__head__jp {
        font-size: 1.6rem;
    }
}

#recruit .interview__flex {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

@media screen and (max-width: 1199px) {
    #recruit .interview__flex {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    #recruit .interview__flex {
        flex-wrap: wrap;
        margin-top: 50px;
    }
}

#recruit .interview__flex__list:first-child {
    width: 46.5%;
}

@media screen and (max-width: 767px) {
    #recruit .interview__flex__list:first-child {
        width: 100%;
    }
}

#recruit .interview__flex__list:last-child {
    width: calc(46.5% + 20px);
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    #recruit .interview__flex__list:last-child {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }
}

#recruit .interview__flex__list:last-child .interview__flex__list__link__fig__sub {
    left: -20px;
}

@media screen and (max-width: 767px) {
    #recruit .interview__flex__list:last-child .interview__flex__list__link__fig__sub {
        left: 0;
    }
}

#recruit .interview__flex__list__link {
    display: block;
    text-decoration: none;
}

#recruit .interview__flex__list__link:hover {
    opacity: 0.8;
}

#recruit .interview__flex__list__link:hover .interview__flex__list__link__name::after {
    left: 20px;
}

#recruit .interview__flex__list__link__fig {
    position: relative;
}

#recruit .interview__flex__list__link__fig__pic:hover {
    opacity: 1;
}

#recruit .interview__flex__list__link__fig__sub {
    position: absolute;
    left: 0;
    bottom: 20px;
}

#recruit .interview__flex__list__link__fig__sub__txt {
    display: inline-block;
    padding: 3.5px 10px;
    font-size: 2.4rem;
    font-weight: bold;
    background: #fff;
}

@media screen and (max-width: 1199px) {
    #recruit .interview__flex__list__link__fig__sub__txt {
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    #recruit .interview__flex__list__link__fig__sub__txt {
        font-size: 1.8rem;
    }
}

#recruit .interview__flex__list__link__fig__sub__txt:nth-of-type(2) {
    margin-top: 7px;
}

#recruit .interview__flex__list__link__year {
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
}

#recruit .interview__flex__list__link__name {
    margin-top: 5px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    #recruit .interview__flex__list__link__name {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 767px) {
    #recruit .interview__flex__list__link__name {
        font-size: 1.6rem;
    }
}

#recruit .interview__flex__list__link__name__job {
    color: #57ad68;
    font-size: 1.6rem;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    #recruit .interview__flex__list__link__name__job {
        font-size: 1.4rem;
    }
}

#recruit .interview__flex__list__link__name::after {
    content: "";
    width: 64.5px;
    height: 13px;
    display: block;
    margin: 20px auto 0;
    background: url(../common/img/ico_vec02@2x.png) no-repeat center/cover;
    position: relative;
    left: 0;
    -webkit-text-size-adjust: 100%;
    transition-duration: 0.5s;
}
