@charset "utf-8";

@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2) format('woff2'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff) format('woff'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2) format('woff2'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff) format('woff'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format('opentype');
}

.fSerif{
    font-family:'YakuHanMP_Noto','Noto Serif Japanese', serif;
}

.wrapper1520{
    width: 1520px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
.secCmnTop.bgRecruit{
    background: url(../img/recruit/bgRecruit.jpg) center top / cover no-repeat;
    height: 100vh;
    max-height: 1000px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
    color: #222222;
    position: relative;
    z-index: 1;
}
.secCmnTop .wrapper{
    position: relative;
    bottom: 5%;
}
.secCmnTop .wrapper:before{
    content: '';
    position: absolute;
    background: url(../img/recruit/imgMain.jpg) center top / cover no-repeat;
    width: 1400px;
    height: 900px;
    top: calc(50% - 380px);
    left: 275px;
    z-index: 2;
}
.secCmnTop .txtSide{
    position: absolute;
    right: 0;
    top: calc(50% - 344px);
    z-index: 2;
    width: 3.125vw;
}
.secCmnTop .titBox{
    background: #fff;
    border-radius: 10px;
    padding: 18px 30px;
    display: flex;
    position: relative;
    width: 680px;
    height: 80px;
    align-items: center;
    z-index: 3;
    margin-top: 30px;
    text-decoration: none;
}
.secCmnTop .titBox:before{
    content: '';
    position: absolute;
    top: calc(50% - 22px);
    right: 18px;
    width: 44px;
    height: 44px;
    background: url(../img/recruit/iconBoxArrow.png)center center / cover no-repeat;
}
.secCmnTop .titBox::after{
    content: '';
    position: absolute;
    top: -10px;
    left: 30px;
    width: 20px;
    height: 20px;
    background: #d3aa00;
    border-radius: 50%;
}
.secCmnTop .titJpn{
    font-size: 24px;
    margin-top: 0;
    letter-spacing: calc(24px * (100 / 1000));
    text-decoration: none;
    color: #222222;
}
.secCmnTop .titTop{
    position: relative;
    z-index: 3;
    width: 43.158%;
    width: 69.418vh;
}
.secCmnTop .titTop img{
    width: 100%;
    height: auto;
}
.isDesktopIpad .secCmnTop .titTop {
    width: 656px;
}
@media only screen and (max-width:1750px){
    .secCmnTop .txtSide{
        right: 88px;
    }
}
@media only screen and (max-width:1600px){
    .secCmnTop .wrapper:before{
        width: 1000px;
        height: 643px;
        top: calc(50% - 322px);
        left: 275px;
    }
}
@media only screen and (max-width:767px){
    .secCmnTop::before{
        display: none;
    }
    .wrapper1520{
        width: 100%;
        max-width: unset;
    }
    .secCmnTop.bgRecruit {
        background: url(../img/recruit/bgRecruit_sp.jpg) center top / cover no-repeat;
        height: 169.87vw;
        display: block;
    }
    .secCmnTop .txtSide {
        position: absolute;
        right: 17px;
        top: 125px;
        width: 30px;
    }
    .secCmnTop .titTop {
        width: 77.07%;
        margin: 0;
        margin-left: 0;
    }
    .secCmnTop .wrapper:before {
        background: url(../img/recruit/imgMain_sp.jpg) center top / cover no-repeat;
        width: 100%;
        height: 87.695vw;
        top: 25vw;
        left: 0;
    }
    .secCmnTop .wrapper {
        padding-bottom: 0;
        padding-top: 101vw;
        width: 100%;
        bottom: 0;
    }
    .secCmnTop .titBox {
        border-radius: 5px;
        padding: 15px 16px;
        width: 100%;
        height: 45px;
        margin: 3px auto 0;
        width: 90.67%;
    }
    .secCmnTop .titJpn {
        font-size: 13px;
        letter-spacing: calc(13px * (100 / 1000));
    }
    .secCmnTop .titBox:before {
        top: calc(50% - 11px);
        right: 9px;
        width: 22px;
        height: 22px;
    }
    .secCmnTop .titBox::after {
        top: -5px;
        left: 18px;
        width: 10px;
        height: 10px;
    }
    .boxEntryTxt .ankerTxt {
        font-size: 14px;
        width: 295px;
        height: 65px;
        letter-spacing: calc(14px * (100 / 1000));
    }
}

/* boxEntryTxt */
.boxEntryTxt{
    padding: 208px 0 130px;
    text-align: center;
}
.boxEntryTxt.lazyloaded{
    background: url(../img/recruit/bgBoxEntry.jpg) center top / cover no-repeat;
}
.boxEntryTxt .ankerTxt{
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    width: 1060px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222222;
    position: relative;
    margin: 0 auto;
    letter-spacing: calc(18px * (100 / 1000));
}
.boxEntryTxt .ankerTxt:before{
    content: '';
    position: absolute;
    width: 9px;
    height: 8px;
    top: calc(50% - 4px);
    right: 30px;
}
.boxEntryTxt.lazyloaded .ankerTxt:before{
    background: url(../img/recruit/iconAnker.png) center center / cover no-repeat;
}
.boxEntryTxt .tit{
    font-size: 32px;
    font-weight: bold;
    line-height: calc(72 / 32);
    margin-top: 50px;
    letter-spacing: calc(32px * (150 / 1000));
}
.boxEntryTxt .txt{
    font-size: 18px;
    line-height: calc(48 / 18);
    margin-top: 20px;
    letter-spacing: calc(18px * (200 / 1000));
}
.boxEntryTxt .imgEntry{
    margin-top: 65px;
}

/* secMessage */
.secMessage{
    padding: 120px 0 110px;
    color: #fff;
}
.secMessage.lazyloaded{
    background: url(../img/recruit/bgMessage.jpg) center top / cover no-repeat;
}
.boxContentsTxt .titEng{
    font-size: 60px;
    color: #fff;
    letter-spacing: calc(60px * (150 / 1000));
}
.boxContentsTxt .titJp{
    font-size: 15px;
    display: inline-block;
    color: #fff;
    letter-spacing: calc(15px * (100 / 1000));
    position: relative;
    margin: 25px auto 0 5px;
}
.boxContentsTxt .titJp:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: #fff;
    top: calc(50% - 2px);
    right: -30px;
}
/* boxMessage */
.secMessage .boxMessage{
    margin-top: 130px;
}
.secMessage .itemMessage{
    display: flex;
    position: relative;
}
.secMessage .itemMessage:nth-child(even){
    flex-direction: row-reverse;
}
.secMessage .itemMessage:nth-child(n+2){
    margin-top: 210px;
}
.secMessage .boxMessage .boxTxt{
    text-align: left;
    width: 630px;
}
.secMessage .itemMessage:nth-child(even) .boxTxt{
    width: 650px;
}
.secMessage .imgMessage{
    position: absolute;
    top: calc(50% - 340px);
    right: -95px;
}
.secMessage .itemMessage:nth-child(even) .imgMessage{
    top: calc(50% - 290px);
    right: unset;
    left: -40px;
}
.secMessage .boxMessage .tit{
    font-size: 34px;
    line-height: calc(74 / 34);
    font-weight: bold;
    letter-spacing: calc(34px * (150 / 1000));
}
.secMessage .boxMessage .titSub{
    font-size: 26px;
    line-height: calc(54 / 26);
    letter-spacing: calc(26px * (200 / 1000));
    margin-top: 14px;
    /* font-weight: bold; */
}

/* boxAbout */
.secMessage .boxAbout{
    margin-top: 170px;
    color: #fff;
}
.secMessage .boxTit{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: calc(28px * (150 / 1000));
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2e4f32;
}
.secMessage .boxAbout .listAbout{
    margin-top: 35px;
    display: flex;
}
.secMessage .boxAbout .itemAbout{
    margin-right: 40px;
    text-align: center;
    width: calc((100% - 80px) / 3);
}
.secMessage .boxAbout .itemAbout:last-child{
    margin-right: 0px;
}
.secMessage .boxAbout .txtAbout{
    margin-top: 32px;
}
.secMessage .boxAbout .num{
    font-size: 40px;
    letter-spacing: calc(40px * (150 / 1000));
}
.secMessage .boxAbout .tit{
    font-size: 22px;
    letter-spacing: calc(22px * (50 / 1000));
    margin-top: 23px;
    font-weight: bold;
}
.secMessage .boxAbout .txt{
    font-size: 16px;
    line-height: calc(31 / 16);
    letter-spacing: calc(16px * (50 / 1000));
    margin-top: 20px;
    text-align: left;
}

/* boxMerit */
.secMessage .boxMerit{
    margin-top: 130px
}
.secMessage .boxMerit .listMerit{
    padding: 40px 100px;
    position: relative;
    background: #fff;
    color: #222222;
}
.secMessage .boxMerit .listMerit:before{
    content: '';
    position: absolute;
    width: 398px;
    height: 254px;
    bottom: -32px;
    right: -100px;
}
.secMessage.lazyloaded .boxMerit .listMerit:before{
    background: url(../img/recruit/imgMerit.png) center top / cover no-repeat;
}
.secMessage .boxMerit .itemMerit{
    display: flex;
    gap: 17px;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid rgba(34, 34, 34, 0.102);
}
.secMessage .boxMerit .itemMerit:last-child{
    border-bottom: none;
}
.secMessage .boxMerit .txt{
    font-size: 22px;
    letter-spacing: calc(22px * (50 / 1000));
}

@media only screen and (max-width:767px){
    .boxEntryTxt {
        margin: 0 auto;
        padding: 50px 0 50px;
        text-align: center;
    }
    .boxEntryTxt .ankerTxt {
        font-size: 14px;
        width: 295px;
        height: 65px;
        letter-spacing: calc(14px * (100 / 1000));
    }
    .boxEntryTxt .tit {
        font-size: 16px;
        font-weight: bold;
        line-height: calc(28 / 16);
        margin-top: 30px;
        letter-spacing: calc(16px * (150 / 1000));
    }
    .boxEntryTxt .txt {
        font-size: 13px;
        line-height: calc(26 / 13);
        margin-top: 20px;
        letter-spacing: calc(13px * (200 / 1000));
    }
    .boxEntryTxt .imgEntry {
        margin-top: 32px;
    }
    .boxContentsTxt .titEng {
        font-size: 32px;
        letter-spacing: calc(32px * (150 / 1000));
    }
    .boxContentsTxt .titJp {
        font-size: 11px;
        letter-spacing: calc(11px * (100 / 1000));
        margin: 10px auto 0 0;
    }
    .secMessage.lazyloaded {
        background: url(../img/recruit/bgMessage_sp.jpg) center top / cover no-repeat;
    }
    .secMessage {
        padding: 50px 0;
    }
    .secMessage .itemMessage {
        display: block;
    }
    .secMessage .imgMessage {
        position: static;
    }
    .secMessage .boxMessage .boxTxt {
        width: 89.334%;
        margin-top: 25px;
    }
    .secMessage .itemMessage:nth-child(even) .boxTxt {
        width: 89.334%;
    }
    .secMessage .boxMessage .tit {
        font-size: 18px;
        line-height: calc(34 / 18);
        letter-spacing: calc(18px * (150 / 1000));
    }
    .secMessage .boxMessage .titSub {
        font-size: 14px;
        line-height: calc(28 / 14);
        letter-spacing: calc(14px * (200 / 1000));
        margin-top: 10px;
    }
    .secMessage .boxMessage {
        margin-top: 5px;
    }
    .secMessage .itemMessage:nth-child(n+2) {
        margin-top: 42px;
    }
    .secMessage .boxAbout {
        margin-top: 40px;
    }
    .secMessage .boxTit {
        font-size: 15px;
        letter-spacing: calc(15px * (150 / 1000));
        width: 100%;
        height: 56px;
        line-height: calc(27 / 15);
        text-align: center;
    }
    .secMessage .boxAbout .listAbout {
        margin-top: 20px;
        display: block;
    }
    .secMessage .boxAbout .itemAbout {
        margin-right: 0;
        width: 100%;
        margin-top: 20px;
    }
    .secMessage .boxAbout .txtAbout {
        margin-top: 20px;
    }
    .secMessage .boxAbout .tit {
        font-size: 17px;
        letter-spacing: calc(17px * (50 / 1000));
        margin-top: 20px;
    }
    .secMessage .boxAbout .txt {
        font-size: 13px;
        line-height: calc(23 / 13);
        letter-spacing: calc(13px * (50 / 1000));
        margin-top: 20px;
    }
    .secMessage .boxMerit {
        margin-top: 30px;
    }
    .secMessage .boxMerit .listMerit {
        padding: 0px 22px;
    }
    .secMessage .boxMerit .txt {
        font-size: 13px;
        letter-spacing: calc(13px * (50 / 1000));
        line-height: 2;
    }
    .secMessage .imgAbout{
        width: 100%;
    }
    .secMessage .itemMerit .imgAbout{
        width: 27px;
        flex-shrink: 0;
    }
    .secMessage .boxMerit .listMerit:before {
        width: 118px;
        height: 75px;
        bottom: -32px;
        right: -20px;
    }
    .secMessage .boxMerit .itemMerit {
        gap: 11px;
        padding: 20px 0;
    }
}

/* secDesignTicker */
.secDesignTicker{
    overflow: hidden;
    margin-top: 130px;
}
.secDesignTicker .boxTicker {
    display: flex;
}
.secDesignTicker .itemTicker:nth-child(odd) {
    animation: loop 80s -40s linear infinite;
    backface-visibility: hidden;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}
.secDesignTicker .itemTicker:nth-child(even) {
    animation: loop2 80s linear infinite;
}
@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}
@media only screen and (max-width:767px){
    .secDesignTicker{
        margin-top: 6px;
    }
    .secDesignTicker .imgTicker{
        height: 171px;
        width: 660px;
    }
}


/* secInterview */
.secInterview{
    margin-top: 120px;
}
.secInterview .titEng{
    color: #222222;
}
.secInterview .titJp{
    color: #222222;
}
.secInterview .titJp:before {
    background: #222222;
}
.secInterview .movieBox{
    margin-top: 73px;
    width: 100%;
    padding: 80px;
    text-align: center;
    background: #f8f7f6;
}
.secInterview .txtName{
    font-size: 28px;
    letter-spacing: calc(28px * (150 / 1000));
}
.secInterview .txtJob{
    font-size: 16px;
    letter-spacing: calc(16px * (150 / 1000));
    margin-top: 14px;
}
.secInterview .txtComment{
    font-size: 26px;
    letter-spacing: calc(16px * (150 / 1000));
    line-height: calc(72 / 26);
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-top: 20px;
}
.secInterview .txtComment:before{
    content: "“";
    position: absolute;
    top: 6px;
    left: -30px;
    font-size: 60px;
    color: #e8e7e6;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
    z-index: -1;
}
.secInterview .mainMovie{
    margin-top: 20px;
}
@media only screen and (max-width:767px){
    .secInterview {
        margin-top: 50px;
    }
    .secInterview .mainMovie{
        width: 89.334%;
        height: 0;
        padding-top: 56.272%;
        position: relative;
        margin: 19px auto 0;
    }
    .secInterview .mainMovie iframe{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .secInterview .movieBox {
        margin-top: 25px;
        padding: 50px 0;
    }
    .secInterview .txtName {
        font-size: 18px;
        letter-spacing: calc(18px * (150 / 1000));
    }
    .secInterview .txtName {
        font-size: 18px;
        letter-spacing: calc(18px * (150 / 1000));
    }
    .secInterview .txtJob {
        font-size: 11px;
        letter-spacing: calc(11px * (150 / 1000));
        margin-top: 10px;
    }
    .secInterview .txtComment {
        font-size: 16px;
        letter-spacing: calc(16px * (150 / 1000));
        line-height: calc(30 / 16);
        margin-top: 32px;
    }
    .secInterview .txtComment:before {
        top: -4px;
        left: -7px;
        font-size: 40px;
    }
}

/* secJob */
.secJob{
    margin-top: 100px;
}
.secJob .boxContentsTxt{
    color: #222222;
}
.secJob .titEng{
    color: #222222;
}
.secJob .titJp{
    color: #222222;
}
.secJob .titJp:before {
    background: #222222;
}

.secJob .jobTabs {
    margin-top: 60px;
}

.secJob .jobTabHeaders {
    display: flex;
    align-items: center;
}

.secJob .jobTabButton {
    width: calc((100% - 40px) / 2);
    cursor: pointer;
    border-radius: 5px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    letter-spacing: calc(20px * (50 / 1000));
    font-weight: bold;
    margin-right: 40px;
    border: 1px solid #222222;
}
.secJob .jobTabButton:nth-child(2){
    margin-right: 0px;
}

.secJob .jobTabButton.isActive {
    background: #222222;
    color: #fff;
    position: relative;
}
.secJob .jobTabButton.isActive::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #222;
    z-index: 1;
}

.secJob .jobTabContents {
    background: #f8f7f6;
    margin-top: 40px;
    padding: 95px 70px 80px;
}

.secJob .jobTabContent {
    display: none;
}

.secJob .jobTabContent.isActive {
    display: block;
}

.secJob .jobInfoList {
    padding: 0;
    font-size: 16px;
    line-height: calc(24 / 16);
    letter-spacing: calc(16px * (50 / 1000));
}

.secJob .jobInfoItem {
    display: flex;
    border-bottom: 1px solid #e1e1e1;
}
.secJob .jobInfoItem:first-child{
    border-top: 1px solid #e1e1e1;
}

.secJob .jobInfoItem .dt {
    width: 17.5%;
    display: flex;
    align-items: center;
    position: relative;
    margin: 20px 0;
    border-right: 1px solid #e1e1e1;
}

.secJob .jobInfoItem .dd {
    width: 82.5%;
    padding: 32px 30px;
}

.secJob .ankerTxt{
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    width: 400px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222222;
    position: relative;
    margin: 40px auto 0;
    letter-spacing: calc(18px * (100 / 1000));
}
.secJob .ankerTxt:before{
    content: '';
    position: absolute;
    width: 9px;
    height: 8px;
    top: calc(50% - 4px);
    right: 30px;
}
.secJob.lazyloaded .ankerTxt:before{
    background: url(../img/recruit/iconAnker.png) center center / cover no-repeat;
}
@media only screen and (max-width:767px){
    .secJob {
        margin-top: 47px;
    }
    .boxContentsTxt .titJp:before {
        width: 13px;
        height: 1px;
        top: calc(50% - 0px);
        right: -18px;
    }
    .secJob .jobTabs {
        margin-top: 27px;
    }
    .secJob .jobTabButton {
        width: calc((100% - 15px) / 2);
        cursor: pointer;
        border-radius: 5px;
        height: 55px;
        font-size: 14px;
        letter-spacing: calc(14px * (50 / 1000));
        margin-right: 15px;
    }
    .secJob .jobTabContents {
        margin-top: 40px;
        padding: 30px 0;
    }
    .secJob .jobTabButton.isActive::after {
        display: none;
    }
    .secJob .jobInfoList {
        font-size: 11px;
        line-height: calc(18 / 11);
        letter-spacing: calc(11px * (50 / 1000));
    }
    .secJob .jobInfoItem .dt {
        width: 25.55%;
        margin: 20px 0;
    }
    .secJob .jobInfoItem .dd {
        width: 75.5%;
        padding: 20px 10px;
    }
    .secJob .ankerTxt {
        font-size: 14px;
        width: 295px;
        height: 65px;
        margin: 30px auto 0;
        letter-spacing: calc(14px * (100 / 1000));
    }
    .secContact::after {
        clip-path: unset;
    }
    .secContact {
        padding: 144px 0 50px;
        margin-top: 0;
    }
    .secContact::before {
        top: 67.5px;
    }
}

#fNavi {
    position: fixed;
    right: 0;
    bottom: unset;
    top: 305px;
    /* transform: translateX(100%);
    transition: all 0.2s ease-out; */
    z-index: 9999;
    transform: none !important;
}
@media only screen and (max-width:767px){
    #fNavi {
        position: fixed;
        right: 0;
        bottom: 0;
        top: unset;
        /* transform: translateY(100%);
        transition: all 0.2s ease-out; */
        z-index: 9999;
    }
}

@media only screen and (max-width:370px){
    .secCmnTop .titJpn {
        font-size: 10px;
    }
    .secCmnTop .titBox {
        padding: 10px 10px;
    }
    .boxEntryTxt .tit {
        font-size: 13px;
    }
    .boxEntryTxt .txt {
        font-size: 11px;
    }
    .secMessage .boxMessage .tit {
        font-size: 14px;
    }
    .secMessage .boxMessage .titSub {
        font-size: 11px;
    }
    .secMessage .boxAbout .txt {
        font-size: 11px;
    }
    .secMessage .boxTit {
        font-size: 13px;
    }
    .secMessage .boxMerit .txt {
        font-size: 11px;
    }
    .secInterview .txtComment {
        font-size: 13px;
    }
    .secJob .jobInfoList {
        font-size: 10px;
    }
}

.okPage #btnNavi .border .inner, 
.okPage #btnNavi .border .inner::before, 
.okPage #btnNavi .border .inner::after {
    background: #222;
}
.okPage .secHero .listLink {
    color: #222;
}
.okPage .secHero .listLink {
    color: #222;
}
.okPage .secCmnTop.details {
    height: 250px;
}
.secHero::before,
.secHero::after{
    z-index: 2;
}
@media only screen and (max-width:767px){
    .okPage .secCmnTop.details {
        height: 100px;
    }
    #footer .bgBox {
        padding: 70px 0 28vw;
    }
    .okPage #footer .bgBox {
        padding: 70px 0 60px;
    }
    .coPage #footer .bgBox {
        padding: 70px 0 60px;
    }
}