@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.jsBox {
    height: 750px;
    position: relative;
}
.jsBox .fooUl {
    width: 100%;
    height: 100%;
}
.jsBox .fooUl div {
    height: 100%;
}
.jsBox .fooUl li {
    float: left;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    position: relative;
}
.jsBox .fooUl li:after {
	width: 100%;  
	height: 100%;
	background: linear-gradient(45deg,#5688c0 19.22%, #fff 54.66%);
    mix-blend-mode: multiply; 
    opacity: 0.7;
	position: absolute;  
	top: 0;
	left: 0; 
    transform-origin: left bottom;
	content: ""; 
}
.jsBox .fooUl .liStyle01 {
    background-image: url("../img/index/js_photo01.jpg");
}
.jsBox .fooUl .liStyle02 {
    background-image: url("../img/index/js_photo02.jpg");
}
.jsBox .fooUl .liStyle03 {
    background-image: url("../img/index/js_photo03.jpg");
}
.jsBox .inner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.jsBox .inner .mainBox {
    max-width: 1100px;
}
.jsBox h2 {
    padding-bottom: 53px;
    font-size: 3.3rem;
    color: white;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.24em;
}
.jsBox h2 span {
    margin-bottom: -8px;
    display: block;
    font-size: 5.6rem;
    letter-spacing: 0.34em;
}
.necessity {
    text-align: center;
    padding: 157px 0 94px;
    background-color: rgba(227,236,243,0.9);
}
.headLine01 span {
    font-size: 2.1rem;
    letter-spacing: 0.34em;
}
.necessity p {
    padding-top: 11px;
    line-height: 2.25;
    letter-spacing: 0.26em;
}
.service {
    padding: 145px 0 128px;
}
.service p {
    padding: 29px 0 68px;
    text-align: center;
    line-height: 2.25;
    letter-spacing: 0.26em;
}
.service .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service .list li {
    width: 46.5%;
    margin-bottom: 20px;
	-webkit-transition: all ease-in-out 600ms;
    transition: all ease-in-out 600ms;
    opacity: 0;
	transform: translate(0,30px);
}
.service .list li.on {
	opacity: 1;
	transform: translate(0, 0);
}
.service .list li a {
    display: block;
    overflow: hidden;
}
.service .list li span {
    padding: 20px 10px 16px;
    display: block;
    letter-spacing: 0.26em;
    text-align: center;
    background-color: #E8F0F6;
}
.service .list li .photo {
    overflow: hidden;
    position: relative;
    padding-top: 39.3%;
}
.service .list li .photo .sub {
    transition: all ease 600ms;
    transform:scale(1.05);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.recruit {
    max-width: 1240px;
    margin: 0 auto;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 613px;
    position: relative;
    background: url("../img/index/photo03.jpg") no-repeat center center;
    background-size: cover;
}
.recruit .innerBox {
    padding: 50px 0;
    position: relative;
    width: 100%;
    height: 100%;
}
.recruit .subBox {
    padding-top: 8px;
}
.recruit .headLine01::after {
    height: 5px;
    background-color: white;
}
.recruit p {
    padding: 28px 0 0;
    text-align: center;
    line-height: 2.25;
    letter-spacing: 0.26em;
}
.recruit .comLink {
    position: absolute;
    bottom: -100px;
    right: 135px;
}
.partner {
    padding: 178px 0 0;
}
.partner p {
    line-height: 2.25;
    letter-spacing: 0.26em;
    text-align: center;
    padding: 29px 0 68px;
}
.partner .comLink a {
    background: linear-gradient(80deg, #003872 10%, #5C7285 100%);
}

@media all and (min-width: 768px) {
    .service .list li a:hover .photo .sub {
        transform:scale(1)
    }
}

@media all and (max-width: 767px) {
    .jsBox {
        height: 580px;        
    }
    .jsBox .fooUl li::after {
        display: none;
    }
    .jsBox .fooUl .liStyle01 {
        background-image: url("../img/index/sp_js_photo01.jpg");
    }
    .jsBox .fooUl .liStyle02 {
        background-image: url("../img/index/sp_js_photo02.jpg");
    }
    .jsBox .fooUl .liStyle03 {
        background-image: url("../img/index/sp_js_photo03.jpg");
        background-position: center top;
    }
    .jsBox h2 {
        padding-bottom: 44px;
        font-size: 2rem;
        margin-right: -20px;
    }
    .jsBox h2 span {
        margin-bottom: 5px;
        line-height: 1.4;
        font-size: 4.07rem;
    }
    .necessity {
        padding: 70px 0 64px;
    }
    .headLine01 span {
        font-size: 1.5rem;
    }
    .necessity p {
        font-size: 1.45rem;
        line-height: 1.9;
    }
    .service {
        padding: 71px 0 51px;
    }
    .service p {
        padding: 20px 0 45px;
        font-size: 1.45rem;
        line-height: 1.9;
    }
    .service .list {
        display: block;
    }
    .service .list li {
        margin-bottom: 26px;
        width: auto;
    }
    .service .list li .photo {
        padding-top: 41.3%;
    }
    .service .list li span {
        font-size: 1.45rem;
        padding: 15px 10px 11px;
    }
    .recruit {
        min-height: 494px;
        background-image: url("../img/index/sp_photo01.jpg");
    }
    .recruit .headLine01::after {
        height: 4px;
    }
    .recruit p {
        padding-top: 20px;
        font-size: 1.45rem;
        letter-spacing: 0.28em;
        line-height: 1.9;
    }
    .recruit .subBox {
        padding-top: 0;
    }
    .recruit .comLink {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: -70px;
    }
    .partner {
        padding: 133px 0 0;
    }
    .partner p {
        padding: 24px 0 42px;
        font-size: 1.45rem;
        line-height: 1.9;
        letter-spacing: 0.28em;
    }
    .partner .comLink {
        width: 247px;
    }
    .partner .comLink a {
        padding: 27px 20px 23px;
        font-size: 1.74rem;
        border-radius: 8px;
    }
}

@media all and (min-width: 768px) and (max-width: 1100px) {
    .jsBox {
        height: 570px;
    }
    .necessity p {
        letter-spacing: 0.2em;
    }
    .service p {
        letter-spacing: 0.2em;
    }
}
@media all and (-ms-high-contrast:none){
    .recruit:before {
        font-size: 0;
        content: '';
        min-height: inherit;
    }
}

@media all and (max-width: 374px) {
    .jsBox .fooUl li {
        background-size: cover;
    }
    .jsBox h2 {
        font-size: 1.6rem;
    }
}