@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainImg02 {
    min-height: 690px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: url("../img/index/main_img_bg.jpg") no-repeat center center;
    background-size: cover;
}
.mainImg02 .inner {
    margin: 0 auto;
    width: 640px;
    box-sizing: border-box;
    padding: 30px 40px 50px;
    text-align: center;
    background-color: white;
}
.mainImg02 h2 {
    font-size: 4.2rem;
    color: #003A8D;
}
.mainImg02 h2 .en {
    margin-bottom: 7px;
    font-size: 2.2rem;
    display: block;
}
.mainImg02 h2 .txtSpan {
    margin-top: 20px;
    display: block;
    font-size: 1.8rem;
}
.facility {
    padding: 98px 0 100px;
}
.facility .headLine01 {
    margin-bottom: 35px;
}
.strength {
    margin-bottom: 100px;
    padding: 50px 0 40px;
    background-color: #F4F4F4;
}
.strength .headLine01 {
    margin-bottom: 31px;
}
.strength .inner {
    margin-bottom: 10px;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.strength .inner .photoBox {
    width: 357px;
    order: 2;
}
.strength .inner .textBox {
    padding: 46px 40px 20px 37px;
    width: calc(100% - 357px);
    box-sizing: border-box;
}
.strength .inner .textBox h3 {
    margin-bottom: 6px;
    font-size: 2.8rem;
    color: #003A8D;
    letter-spacing: 1px;
}
.strength .inner .textBox p {
    line-height: 2.28;
}
.strength .inner02 .photoBox {
    order: 0;
}


@media all and (max-width: 896px) {
    .mainImg02 {
        min-height: 400px;
    }
    .mainImg02 .inner {
        padding: 30px 20px;
        width: auto;
        margin: 0 10px;
        max-width: inherit;
    }
    .mainImg02 h2 {
        font-size: 2.3rem;
    }
    .facility {
        padding: 40px 0;
    }
    .strength .inner {
        display: block;
    }
    .strength .inner .photoBox {
        width: auto;
    }
    .strength .inner .photoBox img {
        width: 100%;
    }
    .strength .inner .textBox {
        width: auto;
        padding: 20px 10px;
    }
    .strength .inner .textBox h3 {
        font-size: 2.3rem;
        letter-spacing: 0;
    }
}

@media all and (-ms-high-contrast:none){
    .mainImg02:before {
        content:'';
        min-height: inherit;
        font-size: 0;
    }
}
