@charset "UTF-8";

.whoweare-kv {
    padding-top: 0;
}

/* .h2SVGImg {
    max-height: 100px;
} */

.h2SVGImg img {
    width: 100%;

}


/* 採用担当からのメッセージ ここから */

.message .whoweare-kv__ttl {
    top: 10%;
    left: 4%;
    width: 90%;
}

.message .h2SVGImg {
    max-width: 20%;
    width: 100%;
}

@media screen and (max-width: 769px) {
    .message .h2SVGImg {
        max-width: 38%;

    }
}


.message .kv-wrap {
    position: relative;
    overflow: hidden;
}

.message .message-img {
    position: relative;
    z-index: 100;
    display: block;
    width: calc(100% - 196px);
    margin: 100px auto 100px;
}

.message-mv_name {
    position: absolute;
    bottom: 30px;
    max-width: 250px;
}

.message-mv_name img {
    width: 100%;
}

.message-mv_name01 {
    left: 42%
}

.message-mv_name02 {
    right: 19%
}

.message-mv_name03 {
    left: 13%
}

.message-mv_name.message-mv_name01 {
    width: 14%;
}

.message-mv_name.message-mv_name02 {
    width: 15%;
}

.message-mv_name.message-mv_name03 {
    width: 15%;
}

@media screen and (max-width: 769px) {
    .message .message-img {
        width: calc(100% - 40px);
        margin: 50px auto 50px;
    }

    .message-mv_name01 {
        left: 42%
    }

    .message-mv_name02 {
        right: 3%
    }

    .message-mv_name03 {
        left: 4%
    }

    .message-mv_name.message-mv_name01 {
        width: 26%;
    }

    .message-mv_name.message-mv_name02 {
        width: 27%;
    }

    .message-mv_name.message-mv_name03 {
        width: 28%;
    }

}

.message .message-img img {
    width: 100%;
}

.message .message-lead-wrap {
    position: relative;
    padding: 70px 20px 80px;
    margin-bottom: 120px;
}

@media screen and (max-width: 769px) {
    .message .message-lead-wrap {
        padding: 50px 10px 40px;
        margin-bottom: 80px;
    }
}

.message-lead__bg {
    background-size: cover;
    background-position: center top;
    /* width: calc(100% - 196px); */
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
}

.message-lead-wrap-title {
    max-width: 540px;
    margin: 0 auto 80px;
    z-index: 2;
    position: relative;
    z-index: 4;
    padding-top: 150px;
}

.message-lead-wrap-title img {
    width: 100%;
}

.message-lead__text {
    text-align: center;
    font-size: 18px;
    line-height: 39px;
    position: relative;
    z-index: 4;
}

.message-lead__text .sticks {
    display: inline-block;
    letter-spacing: -3px;
    padding-right: 4px;
}

@media screen and (max-width: 769px) {
    .message-lead__bg {
        /* width: calc(100% - 40px); */
        width: 100%;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 1;
    }

    .message-lead-wrap-title {
        max-width: 80%;
        margin-bottom: 40px;
        padding-top: 60px;

    }

    .message-lead__text {
        font-size: 14px;
        line-height: 25px;
    }
}

.message-charge {
    width: 100%;
    max-width: 940px;
    margin: 80px auto;
}

.message-charge h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
}

.message-charge ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 40px;
}

.message-charge ul li {
    width: 47.87%;
    max-width: 450px;
}

.message-charge__photo img {
    width: 100%;
}

.message-charge__item {
    padding: 24px 12px;
}

.message-charge__item-name .en {
    font-size: 12px;
}

.message-charge__item-name .ja {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
}

.message-charge__item-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
}

@media screen and (max-width: 769px) {
    .message-charge {
        margin: 40px auto;
        padding: 0 20px;
    }

    .message-charge h3 {
        font-size: 15px;
    }

    .message-charge ul {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }

    .message-charge ul li {
        width: 100%;
        max-width: none;
    }

    .message-charge ul li:first-child {
        margin-bottom: 20px;
    }

    .message-charge__item {
        padding: 15px 8px;
    }

    .message-charge__item-name .en {
        font-size: 8px;
    }

    .message-charge__item-name .ja {
        margin-top: 10px;
        font-size: 14px;
        font-weight: bold;
    }

    .message-charge__item-text {
        margin-top: 20px;
        font-size: 12px;
        line-height: 1.8;
    }
}

/* 採用担当からのメッセージ ここまで */


/* 募集要項 ここから */

.requirements .whoweare-kv__ttl {
    top: 40%;
    left: 4%;
    width: 90%;
}

.requirements .h2SVGImg {
    max-width: 30%;
    width: 100%;
}

@media screen and (max-width: 769px) {
    .requirements .h2SVGImg {
        max-width: 48%;

    }
}

.requirements-inner {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0;
}

@media screen and (max-width: 769px) {
    .requirements-inner {
        padding: 20px 20px 30px;
    }
}

.requirements-detail table {
    width: 100%;
    border: solid 1px #ccc;
    border-top-width: 0px;
}

.requirements-detail table th,
.requirements-detail table td {
    font-size: 14px;
    line-height: 23px;
    vertical-align: top;
    border-top: solid 1px #ccc;
}

.requirements-detail table th {
    background: #E0EDF5;
    width: 90px;
    padding: 10px 12px;
}

.requirements-detail table td {
    padding: 10px 15px;
    background-color: #fff;
}

.requirements-detail table dl {
    overflow: hidden;
}

.requirements-detail table dl dt {
    float: left;
}

.requirements-detail table dl dd {
    overflow: hidden;
}

@media screen and (max-width: 769px) {
    .requirements-detail table {
        width: 100%;
    }

    .requirements-detail table th,
    .requirements-detail table td {
        font-size: 12px;
        line-height: 1.8;
    }

    .requirements-detail table th {
        background: #E0EDF5;
        width: 70px;
        padding: 10px;
    }

    .requirements-detail table td {
        padding: 10px;
    }
}

.requirements-flow {
    margin-top: 50px;
}

.requirements-flow h3 {
    font-size: 18px;
}

.requirements-flow figure {
    margin-top: 10px;
}

.requirements-flow figure img {
    width: 100%;
}

@media screen and (max-width: 769px) {
    .requirements-flow {
        padding-left: 12px;
        padding-right: 12px;
    }

    .requirements-flow h3 {
        text-align: center;
    }

    .requirements-flow figure {
        margin-top: 15px;
    }
}

.requirements-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #E0EDF5;
    margin-top: 44px;
    padding: 25px 20px;
    font-size: 13px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.requirements-contact h3 {
    font-size: 16px;
    color: #0071bc;
}

@media screen and (max-width: 769px) {
    .requirements-contact {
        display: block;
        margin-top: 25px;
        padding: 15px;
        font-size: 12px;
        line-height: 1.875;
    }

    .requirements-contact h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }
}

/* 募集要項 ここまで */



/* 働く環境・人材育成 ここから */

.work .whoweare-kv__ttl {
    top: 40%;
    left: 4%;
    width: 90%;
}

.work .h2SVGImg {
    max-width: 40%;
    width: 100%;
}

@media screen and (max-width: 769px) {
    .work .h2SVGImg {
        max-width: 75%;

    }
}


@media screen and (max-width: 769px) {
    .work .whoweare-kv__ttl .mask-wrap--lgmiddle {
        height: 32px;
    }
}

@media screen and (max-width: 769px) {
    .work .whoweare-kv__ttl .en {
        font-size: 29px;
    }
}

.work .ancher-links {
    /* background: -webkit-linear-gradient(left, #808080 0%, #808080 50%, #ccc 50%, #ccc 100%);
    background: linear-gradient(to right, #808080 0%, #808080 50%, #ccc 50%, #ccc 100%); */
    padding: 50px 0;
    background: none;
}

@media screen and (max-width: 769px) {
    .work .ancher-links {
        border-top: solid 3px #fff;
    }
}

.work .ancher-links ul {
    width: 940px;
    min-width: inherit;
    margin: 0 auto;
    padding: 0;
}

@media screen and (min-width: 769px) {
    .work .ancher-links ul {
        gap: 80px
    }
}



@media screen and (max-width: 769px) {
    .work .ancher-links ul {
        width: auto;
    }
}

.work .ancher-links ul li {
    width: 50%;
    height: 70px;
    text-align: center;
    letter-spacing: 0.2em;
    box-sizing: border-box;
}

@media screen and (min-width: 770px) {
    .work .ancher-links ul li {
        /* border-left: solid 2px #fff;
        border-right: solid 2px #fff; */
        border-left: none;
        border-right: none;
    }
}

@media screen and (min-width: 770px) {
    .work .ancher-links ul li:nth-child(1) {
        /* border-left: solid 4px #fff; */
        border-left: none;
    }
}

.work .ancher-links ul li:nth-child(1) a.btn--white {
    border: none;
}

.work .btn--white.btn-wrap .btn:hover::before {
    background: #40A2E3;
}

.work .ancher-links ul li:nth-child(1) a.btn--white .btn {
    color: #fff;
    background: url(/recruit/newgraduate/assets25/img/recruit/work-environment/btn_lnav_work-environment01.png );
    background-size: cover;
    background-position: left center;
}

.work .ancher-links ul li:nth-child(1) a.btn--white .btn::after {
    /* width: 10px;
    height: 15px;
    background-image: url(../img/common/icon_arrow_white.png); */
    content: none;
}

@media screen and (min-width: 770px) {
    .work .ancher-links ul li:nth-child(2) {
        border-right: solid 4px #fff;
    }
}

.work .ancher-links ul li:nth-child(2) a.btn--white {
    border: none;
}

.work .ancher-links ul li:nth-child(2) a.btn--white .btn {
    color: #fff;
    background: url(/recruit/newgraduate/assets25/img/recruit/work-environment/btn_lnav_work-environment02.png );
    background-size: cover;
    background-position: left center;

}

.work .ancher-links ul li:nth-child(2) a.btn--white .btn::after {
    /* width: 10px;
    height: 15px;
    background-image: url(../img/common/icon_arrow_white.png); */
    content: none;
}

.work .ancher-links ul li a.btn--white {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.work .ancher-links ul li a.btn--white span {
    font-size: 18px;
    font-weight: bold;
}

.work .ancher-links ul a::before,
.work .ancher-links ul a::after {
    content: none
}


.work .lead {
    width: 940px;
    margin: 80px auto 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 769px) {
    .work .lead {
        width: auto;
        margin: 25px auto 40px;
        padding: 0 28px;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

.work .lead__ttl {
    width: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    /* border-left: solid 4px #61A60E;
    border-right: solid 4px #61A60E; */
    border-left: none;
    border-right: none;

}

@media screen and (max-width: 769px) {
    .work .lead__ttl {
        width: auto;
        margin-bottom: 30px;
        font-size: 26px;
        line-height: 1.4;
    }
}

.work .lead__text {
    width: 590px;
    font-size: 16px;
    line-height: 2.1875;
}

@media screen and (max-width: 769px) {
    .work .lead__text {
        width: auto;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
}

.work .block {
    position: relative;
    width: 940px;
    margin: 0 auto 60px;
}

@media screen and (max-width: 769px) {
    .work .block {
        width: auto;
        margin: 0 20px 45px;
    }
}

.work .block__ttl {
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.08em;
    border-bottom: 2px solid #40A2E3;
}

@media screen and (max-width: 769px) {
    .work .block__ttl {
        margin-bottom: 15px;
        font-size: 15px;
    }
}

.work .block__s-ttl {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #40A2E3;
}

@media screen and (max-width: 769px) {
    .work .block__s-ttl {
        margin-bottom: 6px;
    }
}

.work .table {
    width: 100%;
}

@media screen and (max-width: 769px) {
    .work .table {
        display: block;
    }

    .work .table tbody {
        display: block;
    }
}

@media screen and (max-width: 769px) {
    .work .table tr {
        display: block;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 769px) {
    .work .table tr:first-child {
        display: none;
    }
}

.work .table th {
    width: 154px;
    padding: 12px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #40A2E3;
    border-bottom: 6px solid #fff;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) {
    .work .table th {
        display: block;
        width: 100%;
        padding: 8px;
        border: none;
    }
}

.work .table th.table-head {
    padding: 10px;
    font-size: 12px;
    font-weight: normal;
    color: #231815;
    background-color: #fff;
    border-bottom: none;
    letter-spacing: 0.5em;
}

.work .table th.table-head:nth-child(2) {
    width: 426px;
}

.work .table th.table-head:nth-child(3) {
    width: 295px;
}

.work .table td {
    padding: 10px 20px;
    background-color: #F2F2F2;
    border-bottom: 6px solid #fff;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

@media screen and (max-width: 769px) {
    .work .table td {
        display: block;
        border: none;
        text-align: center;
        font-size: 14px;
        padding: 8px 15px 15px;
    }

    .work .table td::before {
        content: "内　容";
        display: block;
        font-size: 12px;
        color: #40A2E3;
    }
}

.work .table td:last-child {
    border-left: 6px solid #fff;
}

@media screen and (max-width: 769px) {
    .work .table td:last-child {
        position: relative;
        display: block;
        border: none;
    }

    .work .table td:last-child::after {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        display: block;
        width: calc(100% - 40px);
        height: 1px;
        background: #999;
    }

    .work .table td:last-child::before {
        content: "備　考";
        display: block;
        font-size: 12px;
        color: #40A2E3;
    }

    .work .table td.sp-none {
        display: none;
    }
}

.work .table-note {
    font-size: 12px;
    text-align: right;
    line-height: 1.6;
}

@media screen and (max-width: 769px) {
    .work .table-note {
        text-align: left;
    }
}

.work .addition {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media screen and (max-width: 769px) {
    .work .addition {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 25px;
    }
}

@media screen and (max-width: 769px) {
    .work .ex {
        width: 100%;
        margin-bottom: 15px;
    }
}

.work .ex dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 6px;
}

.work .ex dt {
    position: relative;
    width: 143px;
    height: 60px;
    background-color: #40A2E3;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media screen and (max-width: 769px) {
    .work .ex dt {
        width: 105px;
        height: 72px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 105px;
        flex: 0 0 105px;
    }
}

.work .ex dt::after {
    position: absolute;
    right: -37px;
    top: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 37px;
    border-color: transparent transparent transparent #40A2E3;
}

@media screen and (max-width: 769px) {
    .work .ex dt::after {
        right: -20px;
        border-width: 35px 0 35px 20px;
    }
}

.work .ex dd {
    width: 350px;
    padding: 10px 10px 10px 48px;
    background-color: #F2F2F2;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.07em;
}

@media screen and (max-width: 769px) {
    .work .ex dd {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        padding: 0 4px 0 25px;
        font-size: 14px;
    }
}

.work .movalu {
    width: 434px;
}

@media screen and (max-width: 769px) {
    .work .movalu {
        width: auto;
    }
}

.work .movalu__wrap {
    background-color: #F2F2F2;
    padding: 8px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media screen and (max-width: 769px) {
    .work .movalu__wrap {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .work .movalu__wrap>div {
        width: calc(100% - 159px);
    }
}

.work .movalu__text {
    padding: 8px;
    font-size: 14px;
    line-height: 1.6;
}

.work .movalu__ex {
    padding: 8px;
    font-size: 13px;
    line-height: 1.6;
}

@media screen and (max-width: 769px) {
    .work .movalu__ex.sp-on {
        display: block;
        width: 100%;
    }
}

.work .movalu__ex dt {
    display: inline-block;
    margin-bottom: 4px;
    padding: 0 4px;
    background-color: #40A2E3;
    color: #fff;
}

.work .movalu__ex dd {
    width: 100%;
}

.work .movalu__img {
    width: 204px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 204px;
    flex: 0 0 204px;
}

@media screen and (max-width: 769px) {
    .work .movalu__img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 159px;
        flex: 0 0 159px;
    }
}

.work .movalu__img img {
    max-width: 100%;
}

.work .box-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
}

@media screen and (max-width: 769px) {
    .work .box-area {
        margin-top: 20px;
    }
}

.work .box-area .box {
    width: 453px;
    margin-bottom: 25px;
    background-color: #F2F2F2;
}

@media screen and (max-width: 769px) {
    .work .box-area .box {
        width: 100%;
        margin-bottom: 10px;
    }
}

.work .box-area .box__ttl {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background-color: #40A2E3;
    color: #fff;
}

.work .box-area .box__wrap {
    padding: 15px 25px 25px;
    font-size: 14px;
    line-height: 1.6;
}

@media screen and (max-width: 769px) {
    .work .box-area .box__wrap {
        padding: 15px;
    }
}

.work .box-area .box__wrap--project>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

@media screen and (max-width: 769px) {
    .work .box-area .box__wrap--project>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.work .box-area .box__wrap--project .box__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 162px;
    flex: 0 0 162px;
    margin-left: 10px;
}

@media screen and (max-width: 769px) {
    .work .box-area .box__wrap--project .box__img {
        margin: 0 auto 10px;
        width: 225px;
    }
}

.work .box-area .box__wrap--project .note {
    margin-top: 10px;
    font-size: 12px;
}

.work .box-area .box__wrap--white500 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.work .box-area .box__wrap--white500 .box__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-left: 10px;
}

@media screen and (max-width: 769px) {
    .work .box-area .box__wrap--white500 .box__img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 114px;
        flex: 0 0 114px;
    }
}

.work .box-area .box__wrap--kurumin {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.work .box-area .box__wrap--kurumin .box__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83px;
    flex: 0 0 83px;
    margin-left: 10px;
}

@media screen and (max-width: 769px) {
    .work .box-area .box__wrap--kurumin .box__img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50px;
        flex: 0 0 50px;
    }
}

.work .box-area .box__wrap img {
    max-width: 100%;
}

.work .box-area .box__wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 10px;
}

@media screen and (max-width: 769px) {
    .work .box-area .box__wrap ul {
        font-size: 12px;
        max-width: 305px;
        margin: 10px auto 0;
    }
}

.work .box-area .box__wrap ul li:first-child,
.work .box-area .box__wrap ul li:nth-child(4),
.work .box-area .box__wrap ul li:nth-child(7) {
    width: 8.5em;
}

@media screen and (max-width: 370px) {

    .work .box-area .box__wrap ul li:first-child,
    .work .box-area .box__wrap ul li:nth-child(4),
    .work .box-area .box__wrap ul li:nth-child(7) {
        width: 48%;
    }
}

.work .box-area .box__wrap ul li:nth-child(2),
.work .box-area .box__wrap ul li:nth-child(5),
.work .box-area .box__wrap ul li:nth-child(8) {
    width: 6em;
}

@media screen and (max-width: 370px) {

    .work .box-area .box__wrap ul li:nth-child(2),
    .work .box-area .box__wrap ul li:nth-child(5),
    .work .box-area .box__wrap ul li:nth-child(8) {
        width: 48%;
    }
}

.work .box-area .box__wrap ul li:nth-child(3n) {
    width: 9em;
}

@media screen and (max-width: 370px) {
    .work .box-area .box__wrap ul li:nth-child(3n) {
        width: 48%;
    }
}

.work .box-area .box__wrap ul li::before {
    content: "笆� ";
    color: #40A2E3;
}

.work .block--photo {
    width: 100%;
}

@media screen and (max-width: 769px) {
    .work .block--photo {
        margin: 0 auto 45px;
    }
}

.work .block--photo .block__ttl {
    width: 940px;
    margin: 0 auto;
}

@media screen and (max-width: 769px) {
    .work .block--photo .block__ttl {
        width: auto;
        margin: 0 20px;
    }
}

.work .block--photo .photo-slide {
    position: relative;
}

.work .block--photo .photo-slide .slick-list {
    margin: 40px 0;
}

@media screen and (max-width: 769px) {
    .work .block--photo .photo-slide .slick-list {
        margin: 22px 0 13px;
    }
}

.work .block--photo .photo-slide .slick-slide {
    width: auto;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

@media screen and (max-width: 769px) {
    .work .block--photo .photo-slide .slick-slide {
        width: calc(100vw - 40px);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.work .block--photo .photo-slide .slick-slide .inner {
    padding: 10px 5px;
    background-image: url(../img/recruit/work/bg_transparent.png);
}

.work .block--photo .photo-slide .slick-slide p {
    display: none;
}

.work .block--photo .photo-slide .slick-slide img {
    width: 100%;
}

.work .block--photo .photo-slide .slick-center {
    width: 566px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 769px) {
    .work .block--photo .photo-slide .slick-center {
        width: calc(100vw - 40px);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.work .block--photo .photo-slide .slick-center .inner {
    background-image: none;
    padding: 0;
}

.work .block--photo .photo-slide .slick-center p {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.6;
}

.work .block--photo .photo-slide .slick-counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 260px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #808080;
}

@media screen and (max-width: 769px) {
    .work .block--photo .photo-slide .slick-counter {
        width: calc(100% - 170px);
        height: 40px;
    }
}

.work .block--photo .photo-slide .slide-arrow-wrap {
    position: absolute;
    bottom: 0;
}

@media screen and (min-width: 770px) {
    .work .block--photo .photo-slide .slide-arrow-wrap {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.work .block--photo .photo-slide .slide-arrow-wrap::after {
    position: absolute;
    top: 50%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    content: "";
    display: block;
    width: 9px;
    height: 14px;
    background-image: url(../img/common/icon_arrow_white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
}

@media screen and (min-width: 770px) {
    .work .block--photo .photo-slide .slide-arrow-wrap:hover:not(.off) {
        cursor: pointer;
    }

    .work .block--photo .photo-slide .slide-arrow-wrap:hover:not(.off) span::before {
        background: #007934;
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .work .block--photo .photo-slide .slide-arrow-wrap:hover:not(.off).btn-prev::after {
        -webkit-transform: translate(-3px, -50%) scale(-1, 1);
        transform: translate(-3px, -50%) scale(-1, 1);
    }

    .work .block--photo .photo-slide .slide-arrow-wrap:hover:not(.off).btn-next::after {
        -webkit-transform: translate(3px, -50%);
        transform: translate(3px, -50%);
    }
}

.work .block--photo .photo-slide .slide-arrow-wrap.off {
    pointer-events: none;
    opacity: 0.75;
}

@media screen and (min-width: 770px) {
    .work .block--photo .photo-slide .slide-arrow-wrap.btn-prev {
        -webkit-transform: translateX(-50%) translateX(-173px);
        transform: translateX(-50%) translateX(-173px);
    }
}

@media screen and (max-width: 769px) {
    .work .block--photo .photo-slide .slide-arrow-wrap.btn-prev {
        left: 20px;
    }
}

.work .block--photo .photo-slide .slide-arrow-wrap.btn-prev span {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.work .block--photo .photo-slide .slide-arrow-wrap.btn-prev::after {
    right: -20px;
    -webkit-transform: translate(0, -50%) scale(-1, 1);
    transform: translate(0, -50%) scale(-1, 1);
}

@media screen and (min-width: 770px) {
    .work .block--photo .photo-slide .slide-arrow-wrap.btn-next {
        -webkit-transform: translateX(-50%) translateX(173px);
        transform: translateX(-50%) translateX(173px);
    }
}

@media screen and (max-width: 769px) {
    .work .block--photo .photo-slide .slide-arrow-wrap.btn-next {
        right: 20px;
    }
}

.work .block--photo .photo-slide .slide-arrow-wrap.btn-next span {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.work .block--photo .photo-slide .slide-arrow-wrap.btn-next::after {
    left: -20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.work .block--photo .photo-slide .slide-arrow-wrap span {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #808080;
    color: #fff;
    width: 82px;
    height: 50px;
    position: relative;
    overflow: hidden;
}

.work .block--photo .photo-slide .slide-arrow-wrap span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.work .block--photo .photo-slide .slide-arrow-wrap img {
    max-width: 36.5px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 769px) {
    .work .block--photo .photo-slide .slide-arrow-wrap::after {
        width: 7px;
        height: 11px;
    }

    .work .block--photo .photo-slide .slide-arrow-wrap.btn-prev::after {
        right: -15px;
    }

    .work .block--photo .photo-slide .slide-arrow-wrap.btn-next::after {
        left: -15px;
    }

    .work .block--photo .photo-slide .slide-arrow-wrap span {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        background: #808080;
        color: #fff;
        width: 65px;
        height: 40px;
        position: relative;
        overflow: hidden;
    }

    .work .block--photo .photo-slide .slide-arrow-wrap img {
        max-width: 27px;
    }
}

.work .block--photo .photo-slide__pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #808080;
    color: #fff;
    width: 260px;
    height: 50px;
    font-size: 14px;
    line-height: 1;
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
    letter-spacing: 0.25em;
}

@media screen and (max-width: 769px) {
    .work .block--photo .photo-slide__pages {
        width: calc(100% - 130px);
        height: 40px;
        font-size: 10px;
    }
}

.work .work-content__sec-training {
    padding-top: 60px;
}

@media screen and (max-width: 769px) {
    .work .work-content__sec-training {
        padding-top: 30px;
    }
}

.work .work-content__sec-training .lead__ttl {
    /* border-left: solid 4px #B4BD00;
    border-right: solid 4px #B4BD00; */
    border-left: none;
    border-right: none;

}

@media screen and (min-width: 770px) {
    .work .work-content__sec-training .business-item__btns.sp-on {
        display: none;
    }
}

.work .work-content__sec-training .figure img {
    max-width: 100%;
}

@media screen and (max-width: 769px) {
    .work .work-content__sec-training .figure img {
        display: block;
        margin: 0 auto;
    }
}

.work .work-content__sec-training .figure--01 {
    margin-top: 35px;
}

@media screen and (max-width: 769px) {
    .work .work-content__sec-training .figure--01 {
        position: relative;
        margin-top: 0;
    }

    .work .work-content__sec-training .figure--01::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 35px;
        height: 54px;
        background: url(../img/recruit/work/icon_scale.png) no-repeat center;
        background-size: contain;
    }
}

.work .work-content__sec-training .figure--02 {
    margin-top: 20px;
}

@media screen and (max-width: 769px) {
    .work .work-content__sec-training .figure--02 {
        margin-top: 0;
    }

    .work .work-content__sec-training .figure--02 img {
        max-width: 329px;
    }
}

.work .work-content__sec-training .figure--02 p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
}

.work .work-content__sec-training .figure--02 dl {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
}

@media screen and (max-width: 769px) {
    .work .work-content__sec-training .figure--02 dl {
        margin-bottom: 35px;
    }
}

.work .work-content__sec-training .figure--02 dl dt {
    position: relative;
    width: 38px;
    height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 12px;
    color: #fff;
    font-size: 12px;
    background: #40A2E3;
}

@media screen and (max-width: 769px) {
    .work .work-content__sec-training .figure--02 dl dt {
        width: 40px;
        height: 53px;
    }
}

.work .work-content__sec-training .figure--02 dl dt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 12px;
    border-color: transparent transparent transparent #40A2E3;
    position: absolute;
    right: -12px;
    top: 0;
}

@media screen and (max-width: 769px) {
    .work .work-content__sec-training .figure--02 dl dt::after {
        border-width: 26px 0 26px 12px;
    }
}

.work .work-content__sec-training .figure--02 dl dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media screen and (max-width: 769px) {
    .work .work-content__sec-training .figure--02 dl dd {
        display: block;
    }
}

.work .work-content__sec-training .figure--02 dl dd span {
    display: block;
    margin-left: 1em;
}

@media screen and (max-width: 769px) {
    .work .work-content__sec-training .figure--02 dl dd span {
        font-size: 12px;
        line-height: 1.6;
        margin-left: 10px;
    }
}

.work .work-content__sec-training .box-area .box__ttl {
    background-color: #40A2E3;
}

.work .business-popup__items-inner {
    min-height: 100vh;
}

.work .business-popup__item-inner {
    overflow: scroll;
}

.work .business-popup__item-inner img {
    max-width: 750px;
    padding: 30px;
    background: #fff;
}

.work .ancher-links.fixed {
    position: static;
}

.work .color-border__main {
    background: #0d5e94;
}

.work .color-border__main::before {
    background: #40A2E3;
}

.work .color-border__main::after {
    background: #0d5e94;
}

.work .shikakuhojo {
    background-color: #f2f2f2;
    padding: 30px;
    font-size: 14px;
    margin-top: 35px;
    line-height: 1.6;
}


/* 働く環境・人材育成 ここまで */

/* 赤坂ツアー ここから*/

.business .business-content .business-item {
    margin-top: 0;
}

/* 赤坂ツアー ここまで*/