@charset "utf-8";
/* CSS Document */

/* 
============================================================= */
.textStyle01 + .textStyle01 {
    margin-top: 15px;
}

/* /index.html
============================================================= */
/* topMV */
.topMV {
    position: relative;
    padding-top: calc((310 / 1070)* 100%);
    background-image: url(/images/mv_pc.jpg);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
.topMVtext {
    width: 965px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.topMVtext p {
    float: right;
    padding-right: 2.6%;
    color: #ffffff;
    font-weight: bold;
    font-size: 19px;
    line-height: 170%;
    letter-spacing: -0.04em;
}
.topMVtext br._sp1 {
    display: none;
}
@media screen and (max-width: 964px) {
    .topMVtext {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .topMV {
        padding-top: calc((480 / 640)* 100%);
        background-image: url("/images/mv_sp.jpg");
    }
    .topMVtext {
        top: 22px;
        left: 0;
        transform: translateX(0);
    }
    .topMVtext p {
        padding-right: 20px;
        padding-left: 20px;
        line-height: 190%;
    }
    .topMVtext br._sp1 {
        display: block;
    }
    .topMVtext br._sp2 {
        display: none;
    }
}
@media screen and (max-width: 520px) {
    .topMVtext p {
        font-size: clamp(12px, 3.6vw, 19px);
    }
}

/* topMenuSet */
.topMenuSet {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.topMenuSet > .col {
    width: calc((100% - 15px) / 2);
    border: 1px solid #001e50;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.topMenuSet .titleStyle02 {
    padding: 12px 13px 15px;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: normal;
}
.topMenuSet .titleStyle02 > a::before {
    width: 7px;
    height: 7px;
    top: calc(50% - 4px);
}
.topMenuSet .linkBox {
    display: flex;
}
.topMenuSet .linkBox .imgStyle01 {
    width: 27.089947089%;
    margin: 0 20px 20px 15px;
}
.topMenuSet .listStyle01 {
    flex: 1;
    margin-right: 15px;
}
.topMenuSet .listStyle01:after {
    content: "";
    display: block;
    clear: both;
}
.topMenuSet .listStyle01 > li {
    float: left;
    width: 50%;
    margin-right: 0;
    margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
    .topMenuSet > .col {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .topMenuSet .listStyle01 > li {
        float: none;
        width: 100%;
    }
}

/* infoBox */
.infoBox.infoBoxStyle02 {
    padding: 0;
    background-color: #e1e4eb;
}
.infoBox.infoBoxStyle02 > dl {
    border-top: none;
}
.infoBox.infoBoxStyle02 > dl::before {
    content: none;
}
.infoBox.infoBoxStyle02 > dl:last-child {
    border-bottom: none;
}
@media screen and (max-width: 767px) {
    .infoBox.infoBoxStyle02 {
        margin: 0;
        padding: 0 15px;
    }
}

/* /company/business.html
============================================================= */
.businessLineUp .col2setAdjust {
    margin-bottom: 0;
}
.businessLineUp .col2setAdjust .colImg {
    width: 42%;
    margin-right: 4%;
}
.businessLineUp .col2setAdjust .colText {
    width: 53%;
}
.businessLineUp .col2setAdjust .dotListStyle > li {
    font-size: 13px;
    margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
    .businessLineUp .col2setAdjust > .col {
        float: left;
    }
}

/* /company/access.html
============================================================= */
.accessMapWrap {
    max-width: 80%;
    margin: 0 auto 30px;
}
.accessMap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%; /* 比率を4:3に固定 */
}
.accessMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .accessMapWrap {
        max-width: 100%;
        margin: 0 auto 30px;
    }
}

/* /recruit/voice/index.html
============================================================= */
.voiceMenu .col2setAdjust > .colImg {
    width: 37.222222222%;
}
.voiceMenu .col2setAdjust > .colText {
    width: 58.611111111%;
}
.voiceMenu .textStylCopy {
    font-size: 16px;
    margin-bottom: 17px;
}
.voiceMenu .history {
    font-size: 12px;
    color: #575757;
    font-weight: bold;
    line-height: 170%;
}
@media screen and (max-width: 767px) {
    .voiceMenu .col2setAdjust > .colImg, .voiceMenu .col2setAdjust > .colText {
        width: 100%;
    }
}

/* /recruit/voice/　詳細ページ
============================================================= */
.voiceMenuIntro .history {
    padding: 15px;
    margin-top: 20px;
    background-color: #f1f1f1;
}
.imgBox .imgStyle01 {
    margin: 30px auto 0;
    max-width: 80%;
}
@media screen and (max-width: 767px) {
    .imgBox .imgStyle01 {
        max-width: 100%;
    }
}

/* /recruit/person.html
============================================================= */
.tablePersonIdeal {
    margin-top: 30px;
}
.tablePersonIdeal .col01 th.thPerson {
    background-color: #e3001b;
}
.tablePersonIdeal .col02 th.thPerson {
    background-color: #AFABAB;
}
.tablePersonIdeal em {
    font-style: normal;
    font-weight: bold;
}
