article section{
    padding-bottom: 44px;
}
.pageTitle{
    background: url(img/headImage.jpg) top center;
    background-size: cover;
}
.sect1{
    padding-top: 24px;
    width: 73%;
    max-width: 780px;
    margin: 0 auto;
}
.sect1 p{
    font-size: 16px;
    line-height: 2;
    width: 67%;
    float: left;
}
.sect1 dl{
    width: 29%;
    float: right;
}
.sect1 dl dd{
    padding-top: 8px;
    line-height: 1.5;
}
.sect1 dl dd strong{
    padding-top: 4px;
    display: block;
    font-size: 20px;
    font-family: "ヒラギノ角ゴ W6 JIS2004";
}
.sect1::after{
    display: block;
    content: "";
    clear: both;
}
.sect2{
    background: #f2f3f9;
}
.sect2 dl a{
    color: #333333;
}
.sect2 .inner{
    max-width: 944px;
    margin: 0 auto;
}
.sect2 .contentsLeft,
.sect2 .contentsRight{
    width:  448px;
}
.sect2 dl{
    padding: 18px 0;
    border-top: 1px solid #cccccc;
    line-height: 1.5;
    display: flex;
}
.sect2 dl dt{
    width: 114px;
}
.sect2 .contentsLeft{
    float: left;
}
.sect2 .contentsRight{
    float: right;
}
.sect2 h3{
    padding: 56px 0 12px;
    clear: both;
    font-size: 20px;
    font-family: "ヒラギノ角ゴ W6 JIS2004";
}
.sect2 dl:last-child{
    border-bottom: 1px solid #cccccc;
}
.sect2 .inner> dl dt{
    width: 215px;
    line-height: 43px;
    font-size: 20px;
    font-family: "ヒラギノ角ゴ W6 JIS2004";
}
.banners{
    padding-bottom: 0;
}
.banners ul{
    width: 944px;
    margin: 0 auto;
    padding: 47px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.banners li{
    font-family: "ヒラギノ角ゴ W6 JIS2004";
    width: 296px;
    text-align: center;
    font-size: 16px;
}
.banners li span{
    display: block;
    width: 100%;
    padding-top: 59.4%;
    position: relative;
    overflow: hidden;
}
.banners li:nth-child(2){
    margin:0 28px;
}
.banners li span::after{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banners li span::after{
    transition: all .3s ease-out;
}
.banners .staff span::after{
    background: url(img/bnrStaff.jpg) top center no-repeat;
    background-size: 100% auto;
}
.banners .csr span::after{
    background: url(img/bnrCSR.jpg) top center no-repeat;
    background-size: cover;
}
.banners .recruit span::after{
    background: url(img/bnrRecruit.jpg) top center no-repeat;
    background-size: cover;
}
.banners li:hover span::after{
    transform: scale(1.1);
}
.banners strong{
    display: block;
    padding-top: 16px;
    font-weight: normal;
}
.banners a{
    color: #333333;
}
.sect3{
    padding-top: 44px;
}
.sect3 #map{
    margin: 20px auto;
    width:800px;
    height: 449px;
}
.sect4{
    max-width: 944px;
    margin: 0 auto;
}
.sect4 dl{
    box-sizing: border-box;
    padding: 18px 0 18px 70px;
    border-top: 1px solid #cccccc;
    line-height: 1.5;
    display: flex;
}
.sect4 dl:last-child{
    border-bottom: 1px solid #cccccc;
}
.sect4 dt{
    width: 140px;
}
@media screen and (max-width: 1050px) {
    .sect3 #map{
        margin: 20px auto;
        width:90%;
    }
}
@media screen and (max-width: 1180px) {
    .banners ul{
        width: 100%;
        box-sizing: border-box;
        padding: 3%;
    }
    .banners li{
        width: 32%;
        text-align: center;
        font-size: 14px;
    }
    .banners li:nth-child(2){
        margin:0 2%;
    }
    .banners a{
        color: #333333;
    }
    .sect2 .contentsLeft,
    .sect2 .contentsRight{
        width:  45%;
    }
    .sect2 .contentsLeft{
        margin-left: 3%;
    }
    .sect2 .contentsRight{
        margin-right: 3%;
    }
    .sect2 h3{
        padding: 56px 0 12px 5%;
    }
    .sect2 .inner > dl:last-child{
        width: 90%;
        margin: 0 auto;
    }
    .sect4{
        width: 90%;
    }
    .sect4 dl{
        box-sizing: border-box;
        padding: 18px 0 18px 5%;
        border-top: 1px solid #cccccc;
        line-height: 1.5;
        display: flex;
    }
    .sect4 dl:last-child{
        border-bottom: 1px solid #cccccc;
    }

}
@media screen and (max-width: 640px) {
    .pageTitle{
        background: url(img/headImage.jpg) -250px 0px no-repeat;
        background-size: cover;
    }
    .sect1{
        width: 90%;
    }
    .sect1 p{
        margin-top: 8px;
        width: 100%;
        float: none;
    }
    .sect1 dl{
        margin-top: 24px;
        text-align: center;
        width: 100%;
        float: none;
    }
    .sect1 dl img{
        width: 60%;
    }
    .sect2 .contentsLeft,
    .sect2 .contentsRight{
        width:  90%;
        float: none;
        margin: 0 auto;
    }
    .sect2 .contentsLeft dl:last-child{
        border-bottom: none;
    }
    .sect2 .inner> dl {
        display: block;
    }
    .sect2 .inner> dl dt{
        line-height: 1;
    }
    .sect2 .inner> dl dd{
        padding-top: 8px;
    }
    .sect3 #map{
        height: 350px;

    }
    .sect4 dt{
        width: 32%;
    }
    .sect4 dd{
        width: 68%;
    }
}
