article section{
    padding-bottom: 44px;
}
/* カテゴリトップ */
.categoryTop .pageTitle{
    background: url(img/indexHeadImage.jpg) top center;
    background-size: cover;
}
.categoryTop .catch{
    color: #000099;
    font-size: 28px;
    text-align: center;
    font-family: "ヒラギノ角ゴ W6 JIS2004";
    line-height: 1;
}
.categoryTop .read{
    margin: 8px 0;
    text-align: center;
    line-height: 1.5;
}
.categoryTop .pageList{
    font-family: "ヒラギノ角ゴ W6 JIS2004";
    display: flex;
    flex-wrap: wrap;
    width: 778px;
    margin: 32px auto 0;
}
.categoryTop .pageList li{
    width: 46%;
    margin-bottom: 32px;
    font-size: 18px;
}
.categoryTop .pageList a{
    color: #333333;
}
.categoryTop .pageList strong{
    display: inline-block;
    padding-top: 4px;
    position: relative;
    line-height: 1.5;
}
.categoryTop .pageList strong::after{
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    background: url(img/arw.png);
    background-size:16px auto;
    position: absolute;
    right: -23px;
    top: 8px;
}
.categoryTop .pageList li:nth-child(2n){
    margin-left: 56px;
}
.categoryTop .pageList span{
    width: 100%;
    padding-top: 60%;
    display: block;
    overflow: hidden;
    position: relative;
}
.categoryTop .pageList span::after{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    transition: all .3s ease-out;
}
.categoryTop .pageList li:hover span::after{
    transform: scale(1.1);
}
.categoryTop .page1 span::after{
    background: url(../common/img/topImage03.jpg);
    background-size: cover;
}
.categoryTop .page2 span::after{
    background: url(../common/img/topestate.jpg);
    background-size: cover;
}
.categoryTop .page3 span::after{
    background: url(../common/img/topImage05.jpg);
    background-size: cover;
}
.categoryTop .page4 span::after{
    background: url(../common/img/topstaffing.jpg);
    background-size: cover;
}
.categoryTop .page5 span::after{
    background: url(../common/img/topliquor.jpg);
    background-size: cover;
}
.categoryTop .page6 span::after{
    background: url(img/okuridasi.jpg);
    background-size: cover;
}
.pageTitle{
    background: url(img/headImage.jpg) top center;
    background-size: cover;
}
.sect1{
    padding-top: 48px;
    width: 74%;
    max-width: 700px;
    margin: 0 auto;
}
.sect1 p{
    padding-top: 8px;
    font-size: 16px;
    line-height: 2;
}
.sect2{
    background: #f2f3f9;
}
.sect2 .inner{
    max-width: 944px;
    margin: 0 auto;
}
.sect2 .inner::after{
    content: "";
    clear: both;
    display: block;
}
.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 dl:last-child{
    border-bottom: 1px solid #cccccc;
}
.sect2 dl.single{
    width: 448px;
    margin: 10px auto 0;
}
.sect2 dl.single dt{
    width: 136px;
}
.sect3 ul{
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.sect3 li{
    width: 47.3%;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.sect3 li:nth-child(2n){
    margin-left: 5.4%
}
.sect3 figcaption{
    padding-top: 8px;
}
.btmText{
    margin-top: 20px;
}
.btmText p{
    font-size: 14px;
    max-width: 768px;
    width: 90%;
    margin: 0 auto;
    line-height: 1.4;
    margin-bottom: 0.6em;
}
@media screen and (max-width: 1180px) {
    /* カテゴリトップ */
    .categoryTop .pageList{
        width: 100%;
    }
    .categoryTop .pageList li{
        width: 48%;
        margin-bottom: 32px;
        font-size: 18px;
    }
    .categoryTop .pageList li:nth-child(2n){
        margin-left: 4%;
    }
    .sect2 .contentsLeft,
    .sect2 .contentsRight{
        width:  45%;
    }
    .sect2 .contentsLeft{
        margin-left: 3%;
    }
    .sect2 .contentsRight{
        margin-right: 3%;
    }
}
@media screen and (max-width: 640px) {
    .categoryTop .catch{
        color: #000099;
        font-size: 20px;
        text-align: center;
        font-family: "ヒラギノ角ゴ W6 JIS2004";
        line-height: 1.4;
    }
    .categoryTop .pageList li{
        margin-bottom: 16px;
        font-size: 16px;
    }
    .categoryTop .pageList strong{
        padding-top:4px;
        max-width: 90%
    }
    .categoryTop .pageList strong::after{
        top: 8px;
    }
    .sect1{
        width: 90%;
    }
    .sect1 p{
        margin-top: 8px;
        width: 100%;
        float: none;
    }
    .sect1 dl{
        margin-top: 24px;
        text-align: center;
        width: 100%;
        float: none;
    }
    .sect2 .contentsLeft,
    .sect2 .contentsRight{
        width:  90%;
        float: none;
        margin: 0 auto;
    }
    .sect2 .contentsLeft dl:last-child{
        border-bottom: none;
    }
    .sect3 li{
        font-size: 12px;
    }
    .sect2 dl.single{
        width: 90%;
    }
}
