@charset "UTF-8";
/* ----------------------------------------------
    共通css上書き
------------------------------------------------- */
.ly_cont {
    margin-top: 0;
}


/* ----------------------------------------------------------------
    RECRUITの中で共通
---------------------------------------------------------------- */
.recruit__marginTop {
    margin-top: 56px;
}
.recruit__read {
    margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
    .recruit__marginTop {
        margin-top: 136px;
    }
    .recruit__read {
        margin-top: 40px;
    }
}


/* ----------------------------------------------------------------
    RECRUIT
---------------------------------------------------------------- */
.recruit {
    padding: 30px 0 0;
}
.recruit_read_inner {
    display: flex;
    flex-direction: column;
    gap: 23px;
    margin-top: 14px;
}
.recruit_read_title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
    .recruit {
        padding: 58px 0 0;
    }
    .recruit_read_inner {
        display: grid;
        grid-template-columns: 542px 325px;
        gap: 60px;
        margin-top: 34px;
    }
    .recruit_read_title {
        font-size: 4.0rem;
    }
    .recruit_read_inner div img {
        width: 325px;
    }
}


/* ----------------------------------------------------------------
    アンカーリンク
---------------------------------------------------------------- */
.bl_anchor {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
a.bl_anchor_item__recruit {
    padding: 12px 20px;
    gap: 16px;
    height: 80px;
}
.bl_anchor__icon {
    width: calc(100vw / 360 * 46);
}
.bl_anchor__heading_en {
    font-family: "Geologica";
    display: block;
    color: #C7000B;
    font-weight: 500;
    line-height: 27px; /* 192.857% */
}
.bl_anchor__heading {
    display: block;
    color: #000;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
}
a.bl_anchor_item__recruit::after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    content: "\F107";
    font-family: "Font Awesome 6 Pro";
    font-size: 1.4rem;
    font-weight: 400;
    transition: all .3s;
    color: #000;
}
@media print, screen and (min-width: 768px) {
    .bl_anchor {
        margin-top: 68px;
        flex-direction: row;
        gap: 40px;
    }
    a.bl_anchor_item__recruit {
        padding: 30px 70px 30px 30px;
        gap: 30px;
        width: 440px;
        height: 120px;
    }
    .bl_anchor__icon {
        width: 69px;
    }
    .bl_anchor__heading {
        font-size: 2.0rem;
    }
    a.bl_anchor_item__recruit::after {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        content: "\F107";
        font-family: "Font Awesome 6 Pro";
        font-size: 1.4rem;
        font-weight: 400;
        transition: all .3s;
        color: #000;
    }
    .bl_anchor_item:hover::after {
        top: 72px;
        color: #C7000B;
    }
}


/* ========================================
    職種紹介
========================================= */
.jobtype {
    margin-top: 54px;
}
.jobtype_group {
    display: flex;
    padding: 0px 20px 40px 20px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    background: #F8F8F8;
    margin-top: 40px;
}
.jobtype_group__img {
    width: 200px;
}
.jobtype_group + .jobtype_group {
    margin-top: 20px;
}
.jobtype_group__name {
    color: #C7000B;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.8;
}
.jobtype_group__oneword {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8;
    margin-top: 11px;
    letter-spacing: -0.02em;
}
.jobtype_group__txt {
    margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
    .jobtype {
        margin-top: 96px;
    }
    .jobtype_group {
        display: flex;
        flex-direction: row;
        gap: 40px;
        padding: 28px 40px 30px;
        margin-top: 50px;
    }
    .jobtype_group__img {
        width: 280px;
    }
    .jobtype_group + .jobtype_group {
        margin-top: 40px;
    }
    .jobtype_group__box {
        width: 600px;
    }
    .jobtype_group__name {
        font-size: 2.4rem;
    }
    .jobtype_group__oneword {
        font-size: 2.0rem;
    }
    .jobtype_group__txt {
        margin-top: 11px;
    }
}


/* ========================================
    職種紹介
========================================= */
/* .system {
    margin-top: 4px;
} */
.system_contents {
    padding-bottom: 24px;
    border-bottom: 1px solid #D9D9D9;
}
.system_contents:first-of-type {
    margin-top: 32px;
}
.system_contents:last-of-type {
    border-bottom: none;
}
.system_contents + .system_contents {
    padding: 10px 0 24px;
}
.system_contents__img {
    max-width: 321px;
}
.system_contents__titile {
    display: none;
}
.system_contents__schedule {
    display: block;
    margin-top: 22px;
}
@media print, screen and (min-width: 768px) {
    .system {
        margin-top: 136px;
    }
    .system_contents {
        padding-bottom: 30px;
        display: grid;
        grid-template-columns: 105px 813px;
        gap: 40px;
        align-items: center;
        padding-left: 40px;
    }
    .system_contents:first-of-type {
        margin-top: 40px;
    }
    .system_contents + .system_contents {
        padding: 30px 0 30px 40px;
    }
    .system_contents__titile {
        display: block;
        font-size: 2.0rem;
        font-weight: 700;
        line-height: 1.8;
    }
    .system_contents__txt {
        margin-top: 12px;
    }
    .system_contents__schedule {
        margin-top: 18px;
    }
}


/* ========================================
    数字で見るパワーメディア
========================================= */
.bl_lv2Heading_year {
    display: inline-block;
    font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
    .bl_lv2Heading_year {
        display: inline !important;
        font-size: 1.6rem;
        font-weight: 500;
    }
}


.date_item {
    padding: 10px 0 20px;
    border-radius: 8px;
    border: 1px solid #C7000B;
    margin-top: 36px;
}
.date_box__threeRows .date_item {
    margin-top: 20px;
}
.date_box__twoRows .date_item + .date_item,
.date_box__threeRows .date_item + .date_item {
    margin-top: 20px;
}
.date_item dt {
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 37.91px; /* 189.55% */
}
.date_item__twoRows {
    width: 100%;
}
.date_box img {
    display: block;
    margin: 18px auto 0;
}
.date_item__img01 {
    width: calc(100vw / 360 * 286);
}
.date_item__img02 {
    width: calc(100vw / 360 * 244);
}
.date_item__img03 {
    width: calc(100vw / 360 * 112);
}
.date_item__img04 {
    width: calc(100vw / 360 * 300);
}
.date_item__img05 {
    width: calc(100vw / 360 * 300);
}
.date_item__img06 {
    width: calc(100vw / 360 * 300);
}
.date_item__img07 {
    width: calc(100vw / 360 * 300);
}
.date_item__img08 {
    width: calc(100vw / 360 * 112);
}
@media print, screen and (min-width: 768px) {
    .date_box__twoRows {
        display: grid;
        grid-template-columns: 475px 475px;
        gap: 50px;
        margin-top: 50px;
    }
    .date_box__threeRows {
        display: grid;
        grid-template-columns: 300px 300px 300px;
        grid-template-rows: 265px 265px;
        gap: 50px;
        margin-top: 50px;
    }
    .date_item {
        padding: 30px 0 29px;
        border-radius: 8px;
        border: 1px solid #C7000B;
        margin-top: 0;
    }
    .date_box__threeRows .date_item {
        margin-top: 0;
    }
    .date_box__twoRows .date_item + .date_item {
        margin-top: 0;
    }
    .date_box__threeRows .date_item + .date_item {
        margin-top: 0;
    }
    .date_item dt {
        font-size: 2.4rem;
    }
    .date_item__twoRows {
        width: 100%;
    }
    .date_box img {
        margin: 20px auto 0;
    }
    .date_item__img01 {
        width: 348px;
    }
    .date_item__img02 {
        width: 264px;
    }
    .date_item__img03 {
        width: 112px;
    }
    .date_item__img04 {
        width: 100%;
    }
    .date_item__img05 {
        width: 100%;
    }
    .date_item__img06 {
        width: 100%;
    }
    .date_item__img07 {
        width: 100%;
    }
    .date_item__img08 {
        width: 112px;
    }
}


/* ========================================
    福利厚生
========================================= */
.welfare_list {
    margin-top: 24px;
}
.welfare_list__box + .welfare_list__box {
    margin-top: 25px;
}
.welfare_list__box {
    width: 300px;
}
.welfare_list__title {
    color: #C7000B;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.6;
    padding-bottom: 8px;
    border-bottom: 1px solid #D9D9D9;
}
.welfare_list__box p {
    margin-top: 8px;
}
@media print, screen and (min-width: 768px) {
    .welfare_list {
        margin-top: 38px;
        display: flex;
        flex-wrap: wrap;
        gap: 72px 50px;
    }
    .welfare_list__box + .welfare_list__box {
        margin-top: 0;
    }
    .welfare_list__box p {
        margin-top: 13px;
    }
}


.recruitment {
    background: #F8F8F8;
    padding: 40px 0 60px;
}
.recruitment_box__img {
    width: calc(100vw / 360 * 188);
    margin: 0 auto;
}
.recruitment_box__title {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.6;
    margin-top: 20px;
}
.recruitment_box__txt p {
    margin-top: 4px;
}
.recruitment_box__txt .el_commonBtn {
    pointer-events: none;
    background: #707070;
    margin: 33px auto 0;
}
@media print, screen and (min-width: 768px) {
    .recruitment {
        background: #F8F8F8;
        padding: 127px 0 140px;
    }
    .recruitment_box {
        width: 917px;
        margin: 0 auto;
        display: flex;
        gap: 80px;
    }
    .recruitment_box__img {
        width: 217px;
        margin: 0;

    }
    .recruitment_box__title {
        font-size: 3.0rem;
        font-weight: bold;
        margin-top: 0;
    }
    .recruitment_box__txt p {
        margin-top: 10px;
    }
    .recruitment_box__txt .el_commonBtn {
        margin: 33px auto 0 0;
    }
}
