@charset "utf-8";

/***************************************************************************
*
* INDEX STYLE
*
***************************************************************************/
.main {
    position: relative;
    overflow: hidden;
}

.main .inner {
    position: absolute;
    width: 1005px;
    left: 50%;
    top: 50.3%;
    transform: translate(-50%, -50%);
}

.main .mainTitle {
    font-size: 48px;
    color: #fff;
    line-height: 1.35;
    letter-spacing: -0.7px;
    margin-bottom: 14.5px;
}

.main .minTitle {
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    line-height: 1.85;
    margin-bottom: 28px;
    padding-left: 1.5px;
}

.main .jobsBtn {
    width: 330px;
    margin-left: 3px;
}

.main .jobsBtn a {
    display: block;
}

/*areaCity*/
.areaCity .cityLine {
    padding: 110px 0 162px;
}

.areaCity .cityLine .text {
    text-align: center;
    line-height: 2;
    position: relative;
}

.areaCity .cityLine .text:after {
    content: "";
    position: absolute;
    background: url(../images/index/city-line-bg.png) no-repeat;
    background-size: 100%;
    width: 300px;
    height: 288px;
    left: 50%;
    top: 59%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/*genBtn*/
.genBtn {
    width: 320px;
    margin: 0 auto;
}

.genBtn a {
    font-weight: bold;
    color: #fff;
    background: #001b6a;
    padding: 28px 0;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    box-shadow: 10px 10px 0px 0px #ccd1e1;
    letter-spacing: -1px;
}

/*genBtn*/

.cityBox {
    background: url(../images/index/city-box-bg1.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0 40px;
}

.cityBox2 {
    background: url(../images/index/city-box-bg2.jpg) no-repeat;
    background-size: cover;
    padding: 40px 0 38px;
}

.cityBox3 {
    background: url(../images/index/city-box-bg3.jpg) no-repeat;
    background-size: cover;
    padding: 40px 0 79px;
}

.cityBox .wrapCity {
    display: flex;
}

.cityBox2 .wrapCity {
    flex-direction: row-reverse;
}

.cityBox .wrapCity .cityboxPhoto {
    width: 880px;
}

.cityBox .wrapCity .cityboxInfo {
    background: #fff url(../images/index/cityboxInfo-bg1.png) no-repeat center center;
    background-size: 432px 423px;
    width: 480px;
    height: 480px;
    margin-left: -96px;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 147px;
    padding: 0 44px 20px;
}

.cityBox2 .wrapCity .cityboxInfo {
    background: #fff url(../images/index/cityboxInfo-bg2.png) no-repeat center center;
    background-size: 432px 311px;
    margin-right: -96px;
    margin-left: 0;
}

.cityBox3 .wrapCity .cityboxInfo {
    background: #fff url(../images/index/cityboxInfo-bg3.png) no-repeat center center;
    background-size: 344px 432px;
}

.cityBox .wrapCity .cityboxInfo .boxInfor .infoTitle {
    font-size: 32px;
    color: #001b6a;
    text-align: center;
    letter-spacing: 2px;
}

.cityBox .wrapCity .cityboxInfo .boxInfor .infoTitleEn {
    color: #808db4;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.cityBox .wrapCity .cityboxInfo .boxInfor .boxText {
    line-height: 2;
    margin-bottom: 38px;
    text-align: justify;
}

@media(max-width: 768px) {
    .main .inner {
        width: 100%;
        top: 32.8%;
    }

    .main .mainTitle {
        font-size: 28px;
        text-align: center;
        margin-bottom: 6px;
        line-height: 1.45;
    }

    .main .minTitle {
    	font-size: 14px;
    	text-align: center;
    	padding-left: 0;
    	line-height: 1.75;
    	margin-bottom: 19.5px;
    }

    .main .jobsBtn {
        text-align: center;
        width: 100%;
    }
    .main .jobsBtn a{
        width: 234px;
        display: inline-block;
    }

    /*genBtn*/
    .genBtn {
        width: 228px;
    }

    .genBtn a {
        font-size: 16px;
        padding: 16px 0 17px;
        box-shadow: 7px 7px 0px 0px #ccd1e1;
    }
    /*genBtn*/

    .cityBox .wrapCity {
        display: block;
        overflow: hidden;
    }

    .cityBox .wrapCity .cityboxPhoto {
        width: 100%
    }

    .cityBox .wrapCity .cityboxPhoto img {
        width: 90.6%;
        display: inline-block;
    }
	/*areaCity*/
    .areaCity .cityLine {
        padding: 115.5px 0 120px;
    }

    .areaCity .cityLine .text {
        font-size: 14px;
        text-align: left;
        padding: 0 4%;
        line-height: 1.75;
        text-align: justify;
    }

    .areaCity .cityLine .text:after {
        background: url(../images/index/city-line-bg-sp.png) no-repeat;
        background-size: 100%;
        width: 300px;
        height: 270px;
        left: 50%;
        top: 52.6%;
    }

    .cityBox .wrapCity .cityboxInfo {
        width: 341px;
        height: 340px;
        margin: -24px auto 0;
        padding: 15px 8.5% 0px;
    }

    .cityBox1 {
        background: url(../images/index/city-box-bg1-sp.jpg) no-repeat;
        background-size: 100% 100%;
        padding: 24px 0;
    }

    .cityBox2 {
        background: url(../images/index/city-box-bg2-sp.jpg) no-repeat;
        background-size: cover;
        padding: 24px 0;
    }

    .cityBox3 {
        background: url(../images/index/city-box-bg3-sp.jpg) no-repeat;
        background-size: cover;
        padding: 24px 0 25px;
    }

    .cityBox1 .wrapCity .cityboxInfo {
        background-size: 306px 299px;
    }

    .cityBox .wrapCity .cityboxInfo .boxInfor .infoTitle {
        font-size: 24px;
        line-height: 1.3;
        letter-spacing: 1.3px;
    }

    .cityBox .wrapCity .cityboxInfo .boxInfor .infoTitleEn {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .cityBox .wrapCity .cityboxInfo .boxInfor .boxText {
        font-size: 14px;
        line-height: 1.75;
        margin-bottom: 26px;
        text-align: justify;
    }

    .cityBox2 .wrapCity .cityboxPhoto {
        text-align: right;
    }

    .cityBox2 .wrapCity .cityboxInfo {
        background: #fff url(../images/index/cityboxInfo-bg2.png) no-repeat top 57px left 20px;
        background-size: 305px 220px;
    }

    .cityBox3 .wrapCity .cityboxInfo {
        background: #fff url(../images/index/cityboxInfo-bg3.png) no-repeat center 56%;
        background-size: 243px 306px;
    }

}

@media(max-width: 414px){
    .main .jobsBtn{
        margin-left: 1.9%;
        
    }
}


@media all and (-ms-high-contrast:none) {
    .genBtn a{
        padding: 29px 0 27px;
    }
}