article section{
    padding-bottom: 44px;
}
/* カテゴリトップ */
.pageTitle{
    background: url(../about/img/staff/headImage_staff.jpg) top center;
    background-size: cover;
}
.sect1{
    padding: 64px 0 80px;
    max-width: 800px;
    margin: 0 auto;
}
.sect1 .btn{
    position: absolute;
    bottom: 0;
    left:31%;
}
.categoryTop .sect1 a{
    width: 198px;
    padding: 8px 0;
    display: block;
    border: 1px solid #001489;
    color:#001489;
    text-align: center;
    font-size: 14px;
}
.categoryTop .sect1 a::after{
    content: "＞";
}
.sect2{
    background: #f2f3f9;
}
.sect2 .inner{
    max-width: 800px;
    margin: 0 auto;
}
.sect2 dl{
    padding: 18px 0;
    border-top: 1px solid #cccccc;
    line-height: 1.5;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.sect2 dl:last-child{
    border-bottom: 1px solid #cccccc;
}
.sect2 dl dt{
    width: 135px;
}
.btnEntry{
    padding: 40px 0;
}
.btnEntry a{
    display: block;
    width:272px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    padding: 12px 0;
    background: #001489;
    color: #fff;
}
.staff .sect1{
    max-width: 945px;
    padding-top: 32px;
}
.staff .sect1 .catch{
    width: 800px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    padding: 28px 0;
}
.staff .sect1 ul{
    display: flex;
    flex-wrap: wrap;
    width: 945px;
    margin: 0 auto;
}
.staff .sect1 li{
    width: 288px;
    margin-bottom: 32px;
}
.staff .sect1 li:nth-child(3n-1){
    width: 288px;
    margin-left:40px;
    margin-right: 40px;
}
.staff .sect1 li dt{
    font-size: 18px;
    font-family: "ヒラギノ角ゴ W6 JIS2004";
}
.staff .sect1 li dt span{
    padding: 16px 0 6px;
    display: block;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ W3 JIS2004";
}
.staff .sect1 li dd{
    padding-top: 10px;
    line-height: 1.6;
}
.staff .infoArea{
    border: 1px solid #cccccc;
    text-align: center;
    width: 750px;
    margin: 44px  auto 0;
    padding: 32px 0 30px;
}
.staff .infoArea p{
    padding-bottom: 16px;
}
.staff .infoArea a{
    display: block;
    width: 272px;
    margin: 0 auto;
    border: 1px solid #001489;
    background: #001489;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    transition: all .4s ease 0s;
}
.staff .infoArea a:hover{
    border:1px solid #001489;
    background: #fff;
    color: #001489;
}
@media screen and (max-width: 1180px) {
    .sect1{
        box-sizing: border-box;
        padding: 64px 5% 80px;
    }
    .categoryTop .sect1 dt{
        line-height: 1.2;
    }
    .sect2 .inner{
        width: 90%;
    }
    .sect2 dl dt{
        width: 25%;
    }
    .sect2 dl dd{
        width: 75%;
    }
    .staff .sect1{
        width: 100%;
        padding: 32px 5%;
    }
    .staff .sect1 .catch{
        width: 100%;
        padding: 20px 0;
    }
    .staff .sect1 ul{
        width: 100%;
        margin: 0 auto;
    }
    .staff .sect1 li{
        width: 32%;
        margin-bottom: 16px;
    }
    .staff .sect1 li:nth-child(3n-1){
        width: 32%;
        margin-left:2%;
        margin-right: 2%;
    }
    .staff .sect1 li dt{
        font-size: 18px;
    }
    .staff .sect1 li dt span{
        padding: 8px 0 6px;
    }
    .staff .sect1 li dd{
        padding-top: 8px;
    }
    .staff .infoArea{
        box-sizing: border-box;
        width: 80%;
        margin: 20px  auto 0;
        padding: 20px 10px 20px;
    }
    .staff .infoArea p{
        line-height: 1.5;
        padding-bottom: 10px;
    }
    .staff .infoArea a{
        width: 260px;
        font-size: 16px;
    }
}
@media screen and (max-width: 640px) {
    .pageTitle{
        background: url(../about/img/staff/headImage_staff.jpg) -40px 64px ;
        background-size: cover;
    }
    .sect1 .btn{
        position: static;
    }
    .sect1 .btn a{
        margin: 16px 0;
        width: 100%;
    }
    .staff .sect1 li{
        width: 48%;
        margin-bottom: 16px;
    }
    .staff .sect1 li:nth-child(3n-1){
        width: 48%;
        margin-left:inherit;
        margin-right: inherit;
    }
    .staff .sect1 li:nth-child(even){
        width: 48%;
        margin-left:4%;
    }
    .staff .infoArea{
        width: 100%;
        margin: 20px  auto 0;
        padding: 20px 10px 20px;
    }
    .staff .infoArea a{
        width: 100%;
    }
}
