@charset "UTF-8";

/*

	about.html

*/


/*------------------------------------------
	共通
------------------------------------------*/

.aboutCmn {
    padding-bottom: 100px;
}

.aboutCmn .secTtl {
    margin-bottom: 0;
}

.aboutCmn .leadBox {
    height: 300px;
    padding: 0 10px;
    margin: 0 -100px 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aboutCmn .leadBox .lead {
    color: #fff;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}

.aboutCmn .indent {
    text-indent: 1em;
}

.aboutCmn .imgList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.aboutCmn .imgList .item {
    width: 25%;
    /*border: 1px solid #B4B4B4;*/
}

.aboutCmn .imgList .item+.item {
    margin-left: -1px;
    width: calc(25% + 1px);
}

.aboutCmn .imgList .item a {
    height: 100%;
    display: block;
}

.aboutCmn .imgList .item a:hover {
    opacity: 1;
}

.aboutCmn .imgList .item a:hover img {
    opacity: .7;
}

.aboutCmn .subTtl01 {
    color: #002B54;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}

.aboutCmn .subTtl02 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 30px;
    margin-bottom: 20px;
    background: #002B54;
    margin-top: 40px;
}

.aboutCmn dl {
    color: #231815;
}

.aboutCmn dl dt {
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #B4B4B4;
}

.aboutCmn dl dt.gallery-icon {
    border-bottom: none
}

.aboutCmn dl dd {
    margin-bottom: 30px;
}

.aboutCmn p {
    text-indent: 8px;
    margin: 16px auto 0 auto;
}

.aboutCmn .gallery {
    display: block;
    padding: 16px 0;
}

.aboutCmn .flex {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
}

.aboutCmn .flex .box {
    width: 48%;
    margin: 0 5px;
}

.aboutCmn .flex .box h3 {
    color: #002B54;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.aboutCmn .flex .box img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.aboutCmn .design {
    width: 100%;
    height: auto;
    display: block;
    margin: 20px auto 0 auto;
}

.aboutCmn .design h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 30px;
    margin-bottom: 20px;
    background: #002B54;
}

.aboutCmn .design h4 {
    font-weight: bold;
    margin: 16px auto;
    border-bottom: 1px solid #B4B4B4;
    padding: 6px 0;
}

.aboutCmn .design strong.eng,
.aboutCmn .design span{
    display: block;
    color: #002B54;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.aboutCmn .border {
    padding: 10px 20px 10px 20px;
    margin-bottom: 12px;
    border: 1px solid #B4B4B4;
    font-size: 14px;
}

.aboutCmn a {
    color: #1d2088;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .aboutCmn {
        padding-bottom: 50px;
    }
    .aboutCmn .leadBox {
        height: 150px;
        margin: 0 -20px 30px;
    }
    .aboutCmn .leadBox .lead {
        font-size: 22px;
    }
    .aboutCmn .subTtl01 {
        font-size: 20px;
    }
    .aboutCmn .subTtl02 {
        font-size: 18px;
        padding: 10px 15px;
    }
    .aboutCmn h2 {
        font-size: 20px;
    }
    .aboutCmn .design h3 {
        font-size: 18px;
        padding: 10px 15px;
    }
    .aboutCmn .design span {
        font-size: 20px;
    }
    .aboutCmn .design h4 {
        font-size: 14px;
    }
    .aboutCmn dl dt {
        margin-bottom: 5px;
    }
    .aboutCmn dl dd {
        margin-bottom: 15px;
    }
    .aboutCmn .flex {
        flex-direction: column;
    }
    .aboutCmn .flex .box {
        width: 100%;
        padding: 24px 0;
    }
}


/*------------------------------------------
	.aboutNav
------------------------------------------*/

.aboutNav {
    padding: 70px 0 100px;
}

.aboutNav .secTtl {
    margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
    .aboutNav {
        padding: 50px 0;
    }
    .aboutNav .secTtl {
        margin-bottom: 40px;
    }
}


/*------------------------------------------
	.aboutEle
------------------------------------------*/

.aboutEle .leadBox {
    background-image: url("../img/img/img_about_ele01.png");
}

.aboutEle .imgList {
    margin: 50px auto;
}

@media screen and (max-width: 767px) {
    .aboutEle .imgList {
        margin-top: 30px;
    }
}


/*------------------------------------------
	.aboutFa
------------------------------------------*/

.aboutFa .leadBox {
    background-image: url("../img/img/img_about_fa01.png");
}

.aboutFa .imgList {
    margin-top: 50px;
}

.aboutFa .box {
    margin: 50px auto 0;
}

.aboutFa .box img {
    float: right;
}

.aboutFa .box .txt {
    width: 53%;
    float: left;
}

@media screen and (max-width: 767px) {
    .aboutFa .imgList {
        margin-top: 30px;
    }
    .aboutFa .box {
        margin: 30px auto 0;
    }
    .aboutFa .box img {
        float: none;
        display: block;
        margin: 0 auto 20px;
    }
    .aboutFa .box .txt {
        width: 100%;
        float: none;
    }
}


/*------------------------------------------
	.aboutSolu
------------------------------------------*/

.aboutSolu .leadBox {
    background-image: url("../img/img/img_about_solu01.png");
}

.aboutSolu .imgList {
    margin: 30px auto 50px;
}

.aboutSolu .mems {
    padding-bottom: 50px;
}

.aboutSolu .mems .txt+.subTtl02 {
    margin-top: 40px;
}

.aboutSolu .mems dd .txtBox {
    width: 48%;
    float: left;
}

.aboutSolu .mems dd .name {
    position: relative;
}

.aboutSolu .mems dd .name:before {
    content: "・";
}

.aboutSolu .mems dd .txt {
    padding: 10px 20px 20px;
    margin-bottom: 12px;
    border: 1px solid #B4B4B4;
}

.aboutSolu .mems dd img {
    max-width: 48%;
    float: right;
}

.aboutSolu .safty {
    padding-bottom: 50px;
}

.aboutSolu .safty dd .txt {
    width: 48%;
    float: left;
}

.aboutSolu .safty dd img {
    max-width: 48%;
    float: right;
}

.aboutSolu .auto .box {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aboutSolu .auto .box .txt {
    width: 50%;
}

.aboutSolu .auto .box .imgBox {
    text-align: center;
    width: 48%;
}

@media screen and (max-width: 767px) {
    .aboutSolu .mems {
        padding-bottom: 30px;
    }
    .aboutSolu .mems dd .txtBox {
        width: 100%;
        float: none;
    }
    .aboutSolu .mems dd .txt {
        padding: 10px 15px;
    }
    .aboutSolu .mems dd img {
        max-width: 100%;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .aboutSolu .safty {
        padding-bottom: 30px;
    }
    .aboutSolu .safty dd .txt {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .aboutSolu .safty dd img {
        max-width: 100%;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .aboutSolu .auto .box {
        padding-bottom: 10px;
        display: block;
    }
    .aboutSolu .auto .box .txt,
    .aboutSolu .auto .box .imgBox {
        width: 100%;
        float: none;
    }
    .aboutSolu .auto .box .imgBox {
        margin-top: 20px;
    }
}


/*# sourceMappingURL=about.css.map */