@charset "UTF-8";

.publisherNumber {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.publisherNumber dt {
    font-size: 70px;
    font-size: 7rem;
    font-weight: bold;
    line-height: 1;
}

.publisherNumber dd {
    color: #eee;
    font-size: 20px;
    font-size: 2.0rem;
    margin-top: 10px;
}

.slideContent {
    text-align: center;
}

.slideContent div img.logo {
    border: none;
    width: 190px;
    padding-top: 10px;
}

.slideContent div img.logo.selflogo {
    width: 100px;
    padding-top: 0;
    vertical-align: middle;
}

.siteLogo img {
    max-width: 185px;
}

.mediasite {
    margin-top: 10px;
}

.mediasite img {
    max-width: 320px;
}

.recruit .flL {
    width: calc(100% - 570px);
}

.recruit .flR {
    width: 540px;
}

.overseas .flL {
    width: 620px;
}

.overseas .flR {
    width: calc(100% - 650px);
}

.overseas b {
    font-size: 18px;
    font-size: 1.8rem;
}

ul.overseasRequirement {
    margin-top: 10px;
}

ul.overseasRequirement li {
    padding-left: 1em;
    text-indent: -1em;
}

ul.overseasRequirement li::before {
    content: "- ";
}

@media screen and (max-width:1180px) {
    .recruit .flL {
        width: 100%;
    }

    .overseas .flR {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .flR {
        float: none;
    }

}

/*--スマホ切り替え--*/
@media screen and (max-width:740px) {

    .publisherNumber dl {
        width: 90%;
        margin: 10px auto;
    }

    .publisherNumber dt {
        font-size: 30px;
        font-size: 3rem;
    }

    .publisherNumber dd {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .slideContent div p {
        text-align: center;
    }

    .slideContent div p.alL {
        text-align: left;
    }

    .slideContent div img.logo {
        max-width: 80%;
        padding: 0;
        margin: 5px auto 0;
    }

    .recruit .flL,
    .recruit .flR,
    .overseas .flR,
    .overseas .flL {
        width: 100%;
    }

    .overseas a.btn,
    .recruit a.btn {
        display: block;
        width: 70%;
        margin: 10px auto;
    }
}