@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.mainBox {
    margin: 0 auto;
    width: 960px;
}
@media all and (max-width: 896px) {
    .mainBox {
        margin: 0 10px;
        width: auto !important;
    }
}

/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.mainImg {
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    min-height: 160px;
    background: url("../../img/corporate/main_img_bg.jpg") no-repeat center center;
    background-size: cover;
}
.mainImg .inner {
    margin: 0 auto;
    width: 860px;
}
.mainImg h2 {
    padding-top: 4px;
    font-size: 3.6rem;
    color: white;
}
.mainImg h2 .txtSpan {
    margin-bottom: 4px;
    display: block;
    font-size: 1.8rem;
    color: #C4D7F4;
    line-height: 1.1;
}
.mainImg h2 .enSpan {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 1px;
    letter-spacing: 1px;
}

@media all and (-ms-high-contrast:none){
    .mainImg:after {
        content:'';
        min-height: inherit;
        font-size: 0;
    }
}
@media all and (max-width: 896px) {
    .mainImg {
        margin-bottom: 50px !important;
    }
    .mainImg .inner {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
}


/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 46px;
    padding: 0 0 3px 15px;
    font-size: 3.5rem;
    color: #003A8D;
    line-height: 1;
    border-left: 7px solid #003A8D;
}


@media all and (max-width: 896px) {
    .headLine01 {
        font-size: 3rem !important;
    }
}


/*------------------------------------------------------------
	comImgBoxL
------------------------------------------------------------*/
.comImgBoxL {
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comImgBoxL .photoBox {
    width: 455px;
}
.comImgBoxL .textBox {
    margin-top: -8px;
    width: 455px;
}
.comImgBoxL .textBox p {
    margin-bottom: 5px;
    line-height: 2.28;
}
.comImgBoxL .textBox .txt {
    font-size: 1.6rem;
    font-weight: bold;
}
.comImgBoxL .textBox .txt .txtSpan {
    vertical-align: 2px;
}
.comImgBoxL .textBox .txt .txtSpan img {
    vertical-align: middle;
}

@media all and (max-width: 896px) {
    .comImgBoxL {
        margin-bottom: 50px !important;
        display: block;
    }
    .comImgBoxL .photoBox {
        width: auto !important;
        margin-bottom: 20px;
    }
    .comImgBoxL .photoBox img {
        width: 100%;
    }
    .comImgBoxL .textBox {
        width: auto !important;
        margin: 0;
    }
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
    width: 100%;
    border-collapse: collapse;
}
.comTable th {
    width: 23%;
    padding: 10px 5px 13px 14px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    border: 1px solid #003A8D;
    background-color: #D4E1F7;
}
.comTable td {
    padding: 10px 5px 13px 20px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #003A8D;
    background-color: #fff;
}

@media all and (max-width: 896px) {
}


/*------------------------------------------------------------
	comJsBox
------------------------------------------------------------*/
.comJsBox {
    margin-bottom: 98px;
    padding: 36px 0 44px;
    background-color: #F4F4F4;
}
.comJsBox .fooUl .slick-slide > div {
    width: 320px;
    float: left;
    margin-right: 5px;
    -webkit-backface-visibility: hidden; 
    -webkit-transform-style: preserve-3d;
}
.comJsBox .fooUl li a:hover img {
    opacity: 0.7;
}

@media all and (max-width: 896px) {
    .comJsBox {
        margin-bottom: 60px;
    }
    .comJsBox .fooUl .slick-slide > div {
        width: 50vw;
    }
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
    margin: 0 auto;
    width: 960px;
    padding: 19px 24px 8px;
    box-sizing: border-box;
    background-color: rgba(0, 86, 255, 0.15);
}
.comBox h4 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 2.8rem;
    color: #003A8D;
}
.comBox h4 span {
    display: inline-block;
    border-bottom: 4px solid #003A8D;
}
.comBox .linkUl {
    display: flex;
    flex-wrap: wrap;
}
.comBox .linkUl li {
    width: 300px;
}
.comBox .linkUl li:nth-child(3n-1) {
    margin-left: 6px;
    margin-right: 6px;
}
.comBox .linkUl li span {
    margin-bottom: 4px;
    padding: 0 0 5px 20px;
    display: block;
    font-size: 2rem;
    line-height: 1.6;
    font-weight: bold;
    background: url("../../img/common/icon01.png") no-repeat left center;
    background-size: 10px auto;
}
.comBox .linkUl li a:hover img {
    opacity: 0.7;
}

@media all and (max-width: 896px) {
    .comBox {
        padding-bottom: 20px;
        width: auto;
    }
    .comBox .linkUl {
        display: block;
    }
    .comBox .linkUl li {
        width: auto;
        margin-bottom: 20px;
    }
    .comBox .linkUl li:last-child {
        margin-bottom: 0;
    }
    .comBox .linkUl li img {
        width: 100%;
    }
}


/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
    margin: 0 auto 106px;
    width: 500px;
}
.comLink a {
    padding: 25px 40px 25px;
    display: block;
    font-size: 2rem;
    color: white;
    text-align: center;
    font-weight: bold;
    background: url("../../img/common/icon02.png") no-repeat right 20px center #003A8D;;
    background-size: 21px auto;
}
.comLink a:hover {
    opacity: 0.7;
}

@media all and (max-width: 896px) {
    .comLink {
        max-width: 330px;
        width: auto;
    }
    .comLink a {
        padding: 20px 30px;
        font-size: 1.7rem;
        background-position: right 7px center;
        background-size: 15px auto;
    }
}


/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.comImgBoxR {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comImgBoxR .photoBox {
    order: 2;
    width: 455px;
}
.comImgBoxR .textBox {
    margin-top: -10px;
    width: 460px;
}
.comImgBoxR .textBox p {
    margin-bottom: 19px;
    line-height: 2.28;
    letter-spacing: 0.2px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.comImgBoxR .textBox .link {
    width: 150px;
}
.comImgBoxR .textBox .link a {
    padding: 6px 15px;
    display: block;
    color: #003A8D;
    font-weight: bold;
    text-align: center;
    border: 1px solid #003A8D;
    background: url("../../img/common/icon03.png") no-repeat left 10px center;
    background-size: 11px auto;
}
.comImgBoxR .textBox .link a:hover {
    opacity: 0.7;
}

@media all and (max-width: 896px) {
    .comImgBoxR {
        display: block;
    }
    .comImgBoxR .photoBox {
        width: auto;
        margin-bottom: 20px;
    }
    .comImgBoxR .photoBox img {
        width: 100%;
    }
    .comImgBoxR .textBox {
        width: auto;
        margin: 0;
    }
    .comImgBoxR .textBox .link {
        margin: 0 auto;
    }
}
 
