<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* secCmnTit */
.secCmnTit{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 440px;
    padding-top:58px;
    background: url(../img/mission/bgMissionTit.jpg) center top / cover no-repeat;
}
@media only screen and (max-width:767px){
    .secCmnTit{
        height:53.334vw;
        padding-top:35px;
        background: url(../img/mission/bgMissionTit_sp.jpg) center top / cover no-repeat;
    }
}
.secBnrBox .linkBnr:first-child {
    width: 100%;
    margin-right:0;
}
/* secTopTxt */
.secTopTxt{
    background: url(../img/mission/bgMissionTitTop.jpg) center top no-repeat;
    padding-top:155px;
    padding-bottom:220px;
}
.secTopTxt .boxMain{
    padding-left: 590px;
}
.secTopTxt .titMain{
    font-size:40px;
    line-height: 1.5;
    letter-spacing: 6px;
}
.secTopTxt .tit{
    font-size:24px;
    line-height: 1.85;
    margin-top:20px;
    letter-spacing: 3px;
}
.secTopTxt .txt{
    font-size:16px;
    line-height: 2;
    margin-top:30px;
    letter-spacing: 1px;
}
.secTopTxt .colorInner{
    background-color: #fff;
    padding: 0 0 0 5px;
}
.secTopTxt .boxInner{
    margin-top:30px;
}
.secTopTxt .txt.first{
    margin-top:25px;
}
@media only screen and (max-width:1400px){
    .secTopTxt .boxMain{
        padding-left: 550px;
    }
}
@media only screen and (max-width:767px){
    .secTopTxt{
        background: url(../img/mission/bgMissionTitTop_sp.jpg) center bottom 30px / cover no-repeat;
        padding-top:45px;
    }
   .img.sp{
        margin-top:-20px;
    }
    .secTopTxt .boxMain{
        padding:0;
        width: 89.33%;
        margin: 0 auto;
    }
    .secTopTxt .titMain{
        font-size:22px;
        line-height: 1.8;
        letter-spacing: 2px;
    }
    .secTopTxt .tit{
        font-size:16px;
        line-height: 1.85;
        margin-top:20px;
        letter-spacing: 1px;
    }
    .secTopTxt .txt{
        font-size:14px;
        line-height: 2.15;
        margin-top:12px;
        letter-spacing: 0;
    }
    .secTopTxt .txt.first{
        margin-top:15px;
    }
    .secTopTxt .colorInner{
        padding: 0;
    }
}
@media only screen and (max-width:359px){
    .secTopTxt .tit{
        font-size:15px;
    }
}

/* secMessageList */
.secMessageList{
    padding-top: 150px;
    overflow: hidden;
}
.secMessageList .item{
    height: 610px;
    padding-bottom: 70px;
}
.secMessageList .item:nth-child(n+2){
    margin-top: 100px;
}
.secMessageList .wrapper{
    position: relative;
}
.secMessageList .wrapper::before{
    content: '';
    width: 1px;
    height: 440px;
    position: absolute;
    top: 0;
    left: 0;
    background: #1a3385;
}
.secMessageList .wrapper::after{
    content: "";
    width: 1080px;
    height: 540px;
    background: #f9f9f7;
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
    z-index: -1;
}
.secMessageList .boxTxt{
    height: 540px;
    display: flex;
    align-items: center;
}
.secMessageList .txt{
    color:#1a3385;
    font-size:22px;
    line-height: 60px;
    letter-spacing: 2px;
    padding-left: 45px;
}
.secMessageList .txtMessage{
    font-size: 18px;
    color: #1a3385;
    letter-spacing: 2.5px;
    transform: rotate(270deg);
    transform-origin: left center;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    bottom: 8px;
    left: 2px;
}
.secMessageList .img{
    position: absolute;
    right: calc(50% - 960px);
    bottom: -60px;
}
.secMessageList .img img{
    position: relative;
    z-index: 10;
}
.secMessageList .img::before{
    content: "";
    background: #1a3385;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -10px;
    left: -10px;
}
@media only screen and (min-width:768px){
    .secMessageList .item:nth-child(2n) .wrapper::before{
        left: auto;
        right: 0;
    }
    .secMessageList .item:nth-child(2n) .wrapper::after{
        left: auto;
        right: calc(50% - 960px);
    }
    .secMessageList .item:nth-child(2n) .boxTxt{
        width: 580px;
        margin: 0 0 0 auto;
    }
    .secMessageList .item:nth-child(2n) .txt{
        padding-left: 0;
    }
    .secMessageList .item:nth-child(2n) .txtMessage{
        left: auto;
        right: -68px;
    }
    .secMessageList .item:nth-child(2n) .img{
        right: auto;
        left: calc(50% - 960px);
    }
    .secMessageList .item:nth-child(2n) .img::before{
        left: auto;
        right: -10px;
    }
}
@media only screen and (max-width:767px){
    .secMessageList{
        padding-top: 65px;
    }
    .secMessageList .txtMessageSp{
        font-size:18px;
        color:#1a3385;
        letter-spacing: 2.5px;
        text-align: right;
        position: relative;
        padding-right:5.3%;
    }
    .secMessageList .txtMessageSp::after{
        content: '';
        width: 72%;
        height: 1px;
        position: absolute;
        top: 6px;
        left:0;
        background: #1a3385;
    }
    .secMessageList .boxList{
        margin-top: 25px;
    }
    .secMessageList .item{
        height: auto;
        padding-bottom: 0;
    }
    .secMessageList .item:nth-child(n+2){
        margin-top: 30px;
    }
    .secMessageList .img{
        width: 89.334%;
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 0;
    }
    .secMessageList .img::before{
        bottom: -5px;
        left: auto;
        right: -5px;
    }
    .secMessageList .boxTxt{
        height: auto;
        background: #f9f9f7;
        margin-top: -40px;
        padding-top: 45px;
    }
    .secMessageList .wrapper::before,
    .secMessageList .wrapper::after,
    .secMessageList .txtMessage{
        display: none;
    }
    .secMessageList .txt{
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0.5px;
        padding: 10px 20px 20px;
    }
}

/* secInterview */
.cmnTitEng {
    text-align: center;
    font-size: 50px;
    letter-spacing: 10px;
    color: #1a3385;
}
.cmnTit {
    font-size: 22px;
    margin-top: 18px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 6px;
}
@media only screen and (max-width: 767px){
    .cmnTitEng {
        font-size: 34px;
        letter-spacing: 13px;
    }
    .cmnTit {
        font-size: 16px;
        margin-top: 13px;
        letter-spacing: 5px;
    }
}
.secInterview{
    padding-top:150px;
}
.secRecruit{
    padding: 120px 0 0;
}
.secRecruit .recruitBox{
    margin-top: 22px;
    padding-left: 20px;
    padding-bottom: 20px;
}
.secRecruit .recruitBox .boxMain{
    display: flex;
    background-color: #1a3385;
    position: relative;
    z-index: 10;
    padding: 30px 30px 3px;
}
.secRecruit .recruitBox .boxMain::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -20px;
    bottom: -20px;
    border: solid 4px #1a3385;
    z-index: -1;
}
.secRecruit .recruitBox .boxMain .rightBox{
    padding-top: 40px;
    padding-left: 42px;
    color: #fff;
}
.secRecruit .recruitBox .boxMain .rightBox .rightTit{
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
}
.secRecruit .recruitBox .boxMain .rightBox .rightTxt{
    font-size: 18px;
    line-height: 46px;
    margin-top: 22px;
    font-weight: 700;
    letter-spacing: 1.5px;
}
body.isDesktopIpad .secRecruit .recruitBox .boxMain .rightBox .rightTxt{
    font-size: 12px;
}
.secRecruit .recruitBox .boxMain .rightBox .cmnBtn{
    width: 300px;
    margin-left: 0;
    margin-top: 26px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 3px;
}
.secRecruit .cmnBtn.btnWebSite span::after{
    background: url(../img/common/iconBlackBtn_hover.png) center top / cover;
}
.secRecruit .cmnBtn.btnWebSite:hover span::after{
    background: url(../img/common/iconBtn02_hover.png) center top / cover;
}

@media only screen and (max-width:1440px){
    .secRecruit .recruitBox .boxMain .rightBox .rightTit {
        font-size: 25px;
    }
    .secRecruit .recruitBox .boxMain .rightBox .rightTxt {
        font-size: 15px;
    }
}
@media only screen and (max-width:767px){
    .secRecruit{
        padding: 0;
    }
    .secRecruit .recruitBox {
        margin-top: 0;
        padding: 95px 0 0;
    }
    .secRecruit .recruitBox .boxMain::after {
        display: none;
    }
    .secRecruit .recruitBox .boxMain {
        display: block;
        padding: 0 0 45px;
    }
    .secRecruit .recruitBox .boxMain .leftBox{
        max-width: 316px;
        width: 91.595%;
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .secRecruit .recruitBox .boxMain .rightBox {
        padding-top: 176px;
        padding-left: 0;
        text-align: center;
    }
    .secRecruit .recruitBox .boxMain .rightBox .rightTit {
        font-size: 17px;
        line-height: 30px;
        letter-spacing: 1.25px;
    }
    .secRecruit .recruitBox .boxMain .rightBox .rightTxt {
        font-size: 13px;
        line-height: 28px;
        margin-top: 17px;
        letter-spacing: normal;
    }
    .secRecruit .recruitBox .boxMain .rightBox .cmnBtn {
        width: 275px;
        margin-left: auto;
        margin-top: 15px;
        font-size: 16px;
    }
    .secRecruit .recruitBox .boxMain .underTxt{
        max-width: 264px;
        width: 76.522%;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -13px;
    }
    .secInterview{
        padding: 60px 0 87px;
    }
}
/* secBnrBox */
.secBnrBox .linkBnr .titBox .eng.top {
    font-size: 44px;
    letter-spacing: 10px;
    color:#1a3385;
}
.secBnrBox.box02 .linkBnr .titBox .tit.top, 
.secBnrBox.box03 .linkBnr .titBox .tit.top {
    color:#000;
}
.secBnrBox .jpnMain{
    color:#1a3385;
    font-size:25px;
    margin-top:35px;
    letter-spacing: 3px;
}
.secBnrBox .jpnSub{
    font-size:17px;
    color:#000;
    line-height: 2.1;
    margin-top:15px;
    letter-spacing: 3px;
}
.secBnrBox .linkBnr .titBox .jpnMain::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #fff;
    bottom:60px;
    right: calc(50% - 41px);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.secBnrBox .linkBnr:hover .titBox .jpnMain::before{
    background-color: #1a3385;
}
.secBnrBox .linkBnr .titBox .jpnMain::after {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #fff;
    bottom: 55px;
    right: calc(50% - 61px);
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.secBnrBox .linkBnr:hover .titBox .jpnMain::after{
    background-color: #1a3385;
}
@media only screen and (max-width:767px){
    .secBnrBox .jpnMain{
        font-size:12px;
        margin-top:15px;
        letter-spacing:0;
    }
    .secBnrBox .jpnSub{
        font-size:11px;
        line-height: 2.1;
        margin-top:-15px;
        letter-spacing:0;
    }
    .secBnrBox .linkBnr .titBox .jpnMain::before,
    .secBnrBox .linkBnr .titBox .jpnMain::after {
        display: none;
    }
    .secBnrBox .linkBnr .titBox .jpnMain::before,
    .secBnrBox .linkBnr .titBox .jpnMain::after {
        display: none;
    }
    .secBnrBox.box02 .linkBnr .titBox .eng.top span, 
    .secBnrBox.box03 .linkBnr .titBox .eng.top span {
        font-size:26px;
        letter-spacing: 4px;
    }
    .secBnrBox.box02 .linkBnr .titBox {
        padding-top:0;
    }
    .secBnrBox.box03 {
        margin-top:20px;
    }
    .secBnrBox.box02 {
        margin-top: 30px;
    }
}
/* secInterview */
.secInterview .boxInterview.lazyloaded{
    background: url(../img/mission/bgCustomers.jpg) left top / auto no-repeat;
    height: 420px;
    position: relative;
    margin-top:50px;
}
.secInterview .inner{
    width: 500px;
    background-color: #fff;
    box-shadow: 1.414px 1.414px 12px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    top:110px;
    right:0;
    border-left:6px solid #1a3385;
    padding:50px 0 35px 32px;
}
.secInterview .tit{
    font-size:25px;
    letter-spacing: 1px;
}
.secInterview .txt{
    font-size: 16px;
    line-height:2.2 ;
    margin-top:15px;
}
.secInterview .boxInterview.box02.lazyloaded{
    background: url(../img/mission/bgStaff.jpg) right top / auto no-repeat;
    height: 420px;
    position: relative;
    margin-top:70px;
}
.secInterview .boxInterview.box02 .inner{
    width: 500px;
    background-color: #fff;
    box-shadow: 1.414px 1.414px 12px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    top:110px;
    left:0;
    border-left:6px solid #1a3385;
    padding:50px 0 35px 32px;
}
.secInterview .boxInterview.box03.lazyloaded{
    background: url(../img/mission/bgFuture.jpg) left top / auto no-repeat;
    height: 420px;
    position: relative;
    margin-top:70px;
}
@media only screen and (max-width:767px){
    .secInterview .inner,
    .secInterview .boxInterview.box02 .inner{
        width:89.34%;
        margin: 0 auto;
        background-color: #fff;
        box-shadow: 1.414px 1.414px 12px 0px rgba(0, 0, 0, 0.2);
        position: relative;
        border-left:4px solid #1a3385;
        padding:25px 0 15px 23px;
        margin-top: -2px;
        top:auto;
    }
    .secInterview .tit{
        font-size:16px;
        letter-spacing: 1px;
    }
    .secInterview .txt{
        font-size: 14px;
        line-height:1.9 ;
        margin-top:10px;
    }
    .secInterview .boxInterview.lazyloaded{
        background: url(../img/mission/bgCustomers_sp.jpg) center top / cover no-repeat;
        height:45.33vw;
        margin-top:30px;
        padding-top: 37.33vw;
    }
    .secInterview .boxInterview.box03.lazyloaded{
        background: url(../img/mission/bgFuture_sp.jpg) center top / cover no-repeat;
        height:45.33vw;
        margin-top:130px;
        padding-top: 37.33vw;
    }
    .secInterview .boxInterview.box02.lazyloaded{
        background: url(../img/mission/bgStaff_sp.jpg) right top / cover no-repeat;
        height:45.33vw;
        margin-top:130px;
        padding-top: 37.33vw;
    }
    
}</pre></body></html>