#contents .top{
    position: relative;
    width: 100%;
    margin-top: 80px;
}
#contents .top .main-cap{
    position: relative;
    width: 90vw;
    margin: 0 auto;
}
#contents .top .main-cap:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #bababa;
    width: 100%;
    height: 1px;
    z-index: 0;
}
#contents .top .main-cap:after{
    content: "";
    position: absolute;
    background: #6c6c6c;
    width: 100px;
    height: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
#contents .top .main-cap h1{
    position: relative;
    display: table;
    z-index: 2;
    padding: 20px 100px 20px 0;
    font-size: 1.6em;
    letter-spacing: .2em;
    line-height: 1.9;
    font-weight: normal;
    background: #f5f4eb;
}
#contents .top .text-box{
    width: calc(1200px - 5vw);
    margin-left: 5vw;
    margin-top: 80px;
    display: flex;
}
#contents .top .text-box h2{
    padding-right: 100px;
    font-size: 1.6em;
    letter-spacing: .2em;
    line-height: 1.9;
    font-weight:  normal;
    width: auto;
    white-space: nowrap;
}

#contents .top.thanks h2{
    display: table;
    font-size: 1.4em;
    letter-spacing: .2em;
    line-height: 1.9;
    font-weight: normal;
    margin: 60px auto;
}
#contents .top.thanks a.link {
    margin: 0 auto;
}
#contents .sec1{
    width: 95vw;
    margin: 150px auto 0;
}
#contents .sec{
    width: 95vw;
    margin: 250px auto 0;
}
#contents .sec1 .image-box,
#contents .sec3 .image-box,
#contents .sec5 .image-box {
    width: 90%;
    height: 50vh;
    max-height: 700px;
    margin-left: auto;
}
#contents .sec2 .image-box,
#contents .sec4 .image-box {
    width: 90%;
    height: 50vh;
    max-height: 700px;
    margin-left: 0;
}
#contents .sec1 .image-box .image{
    width: 100%;
    height: 100%;
    background: url(../img/reqruit1.jpg) 50% 23% / cover no-repeat;
}
#contents .sec2 .image-box .image{
    width: 100%;
    height: 100%;
    background: url(../img/reqruit2.jpg) center / cover no-repeat;
}
#contents .sec3 .image-box .image{
    width: 100%;
    height: 100%;
    background: url(../img/reqruit3.jpg) 50% 47% / cover no-repeat;
}
#contents .sec4 .image-box .image{
    width: 100%;
    height: 100%;
    background: url(../img/reqruit4.jpg) center / cover no-repeat;
}
#contents .sec5 .image-box .image{
    width: 100%;
    height: 100%;
    background: url(../img/reqruit5.jpg) 50% 96% / cover no-repeat;
}
#contents .sec .text-box{
    width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
}
#contents .sec .text-box h2{
    padding-right: 70px;
    font-size: 1.6em;
    letter-spacing: .2em;
    text-indent: .2em;
    line-height: 1.5;
    font-weight: normal;
    width: auto;
    white-space: nowrap;
}
#contents .sec .text-box .text{
    width: auto;
}
#contents .sec .text-box .text h3{
    margin-bottom: 30px;
    font-size: 1.55em;
    line-height: 1.5;
    letter-spacing: .2em;
    font-weight: normal;
}
#contents .sec .staff-box{
    width: 80%;
    margin: 50px auto;
    display: flex;
}
#contents .sec .staff-box h2{
    font-weight: normal;
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.4rem;
    padding: 40px 20px;
    margin-right: 80px;
    margin-top: 100px;
    height: 1%;
    display: table;
    line-height: 1;
    letter-spacing: .3em;
    border-right: 1px solid #bababa;
    border-left: 1px solid #bababa;
}
#contents .sec .staff-box h2 span{
    -ms-writing-mode: initial;
    writing-mode: initial;
    letter-spacing: 0;
    line-height: 1.5;
    margin: -2px 0 6px;
}
#contents .sec .staff-box ul{
    display: flex;
    flex-wrap: wrap;
}
#contents .sec .staff-box ul li{
    width: 50%;
    padding: 0 1.5vw;
    margin-top: 100px;
}
#contents .sec .staff-box ul .staff-image {
    position: relative;
    width: 100%;
    background-color: #e8eadb;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 4 / 2.5;/* モダンブラウザ用 */
    margin: 0 auto;
}
#contents .sec .staff-box ul li .staff-image > .staff-img {
    width: 100%;
    max-width: 500px;
    height: 100%;
}
#contents .sec .staff-box ul li:nth-child(1) .staff-image > .staff-img {
    background: url(../img/staff1.jpg) center / cover no-repeat;
}
#contents .sec .staff-box ul li:nth-child(2) .staff-image > .staff-img {
    background: url(../img/staff2.jpg) center / cover no-repeat;
}
#contents .sec .staff-box ul li:nth-child(3) .staff-image > .staff-img {
    background: url(../img/staff3.jpg) center / cover no-repeat;
}
#contents .sec .staff-box ul li:nth-child(4) .staff-image > .staff-img {
    background: url(../img/staff4.jpg) center / cover no-repeat;
}
#contents .sec .staff-box ul li:nth-child(5) .staff-image > .staff-img {
    background: url(../img/staff5.jpg) center / cover no-repeat;
}
#contents .sec .staff-box ul li:nth-child(6) .staff-image > .staff-img {
    background: url(../img/staff6.jpg) center / cover no-repeat;
}
#contents .sec .staff-box ul li .name{
    font-size: 1rem;
    letter-spacing: .3em;
    text-indent: .3em;
    line-height: 1.5;
    padding: 15px 22px;
    text-align: center;
    background: #dedede;
    display: table;
    margin: 0 auto;
    transform: translateY(-50%);
}
#contents .sec .staff-box ul .staff-text{
    width: 100%;
    max-width: 500px;
    height: 100%;
    margin: 0 auto;
    padding: 0 30px;
}
#contents .sec .staff-box ul li h3{
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 1.2rem;
    letter-spacing: .1em;
    line-height: 1.5;
    padding: 0 10px;
}
#contents .sec .staff-box ul li p{
    padding: 0 10px;
    font-size: 1em;
}
#contents .data-area{
    width: 86%;
    margin: 70px auto 100px;
    border-top: 1px solid #bababa;
    padding-top: 100px;
    position: relative;
}
#contents .data-area:before {
    content: "";
    position: absolute;
    background: #6c6c6c;
    width: 100px;
    height: 1px;
    left: 50%;
    top: -1px;
    transform: translateX(-50%);
}
#contents .data-box{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#contents .data-box .data h3{
    font-size: 1.2em;
    margin-bottom: 30px;
    letter-spacing: .4em;
}
#contents .data-box .data h3.m-top{
    margin-top: 70px;
}
#contents .data-box dl{
    margin-top: 50px;
}
#contents .data-box dl dt{
    line-height: 1;
    padding-bottom: 10px;
    white-space: nowrap;
    font-weight: 700;
    font-size: 1.1rem;
}
#contents .data-box dl dd{
    margin-bottom: 30px;
    line-height: 1.3;
    font-size: 1.1rem;
}
#contents .data-box dl dd p{
    line-height: 2;
    font-size: 1.1rem;
}
#contents .data-link{
    width: 100%;
    margin-top: 50px;
}
#contents .data-link h3{
    font-size: 1.2em;
    letter-spacing: .4em;
    margin-bottom: 30px;
}
#contents .data-link .link-pdf{
    display: flex;
    align-items: center;
}
#contents .data-link a.pdf:first-child{
    margin: 0 20px 0 0;
}
#contents .data-link a.pdf{
    font-size: 1.1rem;
    margin: 0 20px;
	display: flex;
	align-items: center;
	position: relative;
    letter-spacing: .1em;
    transition: all .75s cubic-bezier(0.253, 0.85, 0.344, 1);
}
#contents .data-link a.pdf:hover{
    opacity: .5;
}
#contents .data-link a.pdf .icn{
	display: block;
	position: relative;
	width: 20px;
    height: 20px;
    margin-left: 10px;
    transform: translate(0px, 0px);
	transition: all .3s ease;
}
#contents .data-link a.pdf .icn:before{
    content: "";
    position: absolute;
    background: url(../../assets/icn_pdf.svg) no-repeat;
	background-size: 20px;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0%;
	transition: all .75s cubic-bezier(0.253, 0.85, 0.344, 1);
}
#contents .sec6{
    width: 86%;
    margin: 100px auto 200px;
    border-top: 1px solid #bababa;
    padding-top: 100px;
    position: relative;
}
#contents .sec6:before {
    content: "";
    position: absolute;
    background: #6c6c6c;
    width: 100px;
    height: 1px;
    left: 50%;
    top: -1px;
    transform: translateX(-50%);
}
#contents .sec6 .text-box{
    display: block;
    margin-bottom: 80px;
    padding: 0 15px;
    text-align: center;
}
#contents .sec6 .text-box .text h3{
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 1.1rem;
}
@media screen and (max-width: 1300px) {
    #contents .top .text-box{
        display: block;
        width: 80vw;
        margin: 80px auto 0;
    }
    #contents .sec1 {
        margin-top: 120px;
    }
    #contents .sec .text-box{
        display: block;
        width: 80vw;
        margin: 50px auto;
    }
    #contents .top .text-box h2{
        margin-bottom: 30px;
        padding-right: 0;
    }
    #contents .sec .text-box h2{
        margin-bottom: 10px;
        font-weight: 700;
        padding: 12px 14px;
        background: #e9eadc;
        display: table;
        font-size: 1em;
    }
    #contents .sec .image-box{
        width: 100%;
        margin: 0 auto;
    }
    #contents .sec .staff-box{
        flex-wrap: wrap;
        width: 86vw;
    }
    #contents .sec .staff-box h2{
        writing-mode: initial;
        width: auto;
        padding: 20px 1.5vw;
        border-right: none;
        border-left: none;
        font-size: 1.25rem;
        margin: 100px auto 20px;
        border-bottom: 1px solid #bababa;
        border-top: 1px solid #bababa;
    }
    #contents .sec .staff-box h2 span{
        letter-spacing: .4em;
        margin: 0;
    }
    #contents .sec .staff-box ul li:first-child,
    #contents .sec .staff-box ul li:nth-child(2){
        margin-top: 30px;
    }
    #contents .data-box{
        width: 100%;
    }
    #contents .sec6 .text-box h2{
        margin-bottom: 15px;
        font-weight: 700;
        padding: 12px 14px;
        background: #e9eadc;
        display: table;
        font-size: 1em;
    }
    #contents .sec6 .text-box{
        width: 1000px;
    }
    #contents .sec6 .text-box .text h3{
        text-align: left;
    }
}
@media screen and (max-width: 1200px) {
    #contents .top.thanks h2 {
        width: 86%;
    }
}
@media screen and (max-width: 1100px) {
    #contents .sec .staff-box ul li .name{
        font-size: .9rem;
        letter-spacing: .1em;
        text-indent: .1em;
    }
    #contents .sec {
        width: 95vw;
        margin: 150px auto 0;
    }
    #contents .sec1 {
        margin-top: 100px;
    }
    #contents .sec .text-box{
        margin: 40px auto;
    }
    #contents .sec .staff-box ul .staff-text{
        padding: 0 10px;
    }
    #contents .data-box{
        display: block;
    }
    #contents .data-box .data:nth-child(2){
        margin-top: 70px;
    }
    #contents .sec6 .text-box,
    form#mail_form {
        width: 86%;
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
    #contents .top {
        margin-top: 30px;
    }
    #contents .top .main-cap{
        width: 86vw;
    }
    #contents .top .main-cap h1{
        font-size: 1.35em;
        padding: 20px 30px 20px 0;
    }
    #contents .top .main-cap:after{
        width: 70px;
    }
    #contents .top .text-box{
        margin-top: 50px;
        width: 86vw;
    }
    #contents .sec {
        margin: 100px auto 0;
        width: 100%;
    }
    #contents .sec1 {
        margin-top: 70px;
    }
    #contents .sec .text-box {
        width: 86vw;
        margin: 30px auto 0;
    }  
    #contents .sec .text-box h2{
        font-size: .9em;
        line-height: 1.7;
        letter-spacing: .05em;
        white-space: initial;
        margin-bottom: 10px;
        padding: 7px 10px;
    }
    #contents .top .text-box h2,
    #contents .sec .text-box .text h3{
        font-size: 1.25em;
        line-height: 1.7;
        letter-spacing: .05em;
        white-space: initial;
        margin-bottom: 20px;
    }
    #contents .top .text-box h2 br,
    #contents .sec .text-box h2 br,
    #contents .sec .text-box .text h3 br{
        display: none;
    }
    #contents .top .text-box p,
    #contents .sec .text-box p{
        font-size: 1rem;
    }
    #contents .sec .staff-box {
        margin: 0 auto;
    } 
    #contents .sec .staff-box h2{
        margin-top: 70px;
        margin-bottom: 0;
        font-size: 1.1rem;
        letter-spacing: .1em;
        padding: 17px 1.5vw;
        width: 100%;
        text-align: center;
    }
    #contents .sec .staff-box ul li {
        width: 100%;
        padding: 0;
        margin-top: 70px;
    }
    #contents .sec .staff-box ul li:first-child {
        margin-top: 30px;
    }
    #contents .sec .staff-box ul li:nth-child(2) {
        margin-top: 70px;
    }
    #contents .sec .staff-box ul .staff-text {
        padding: 0 1.5vw;
    }
    #contents .sec .staff-box ul li h3 {
        margin-top: 0;
        font-size: 1.15rem;
        padding: 0;
        letter-spacing: 0.05em;
        margin-bottom: 20px;
    }
    #contents .sec .staff-box ul li p{
        font-size: 1rem;
        padding: 0;
    }
    #contents .data-area,
    #contents .sec {
        margin: 60px auto;
        padding-top: 62px;
    }
    #contents .sec1{
        padding-top: 0;
        margin-top: 30px;
    }
    #contents .data-box dl dd,
    #contents .data-box dl dd p{
        font-size: 1rem;
    }
    #contents .data-box .data h3{
        font-size: 1.1em;
        margin-bottom: 20px;
        letter-spacing: .2em;
    }
    #contents .data-box dl {
        margin-top: 30px;
    }
    #contents .data-box dl dt{
        font-size: 1rem;
    }
    #contents .data-box .data h3.m-top,
    #contents .data-link {
        margin-top: 50px;
    }
    #contents .data-link .link-pdf {
        display: block;
    }
    #contents .data-link h3{
        font-size: 1.1em;
        margin-bottom: 40px;
        letter-spacing: .2em;
    }
    #contents .data-link a.pdf {
        font-size: 1rem;
        margin: 20px 0;
    }
    #contents .sec6 .text-box {
        margin: 0 auto;
        padding: 0;
    }
    #contents .sec6 .text-box .text h3{
        font-size: 1.1rem;
    }
    #contents .sec6 .text-box .text h3 br{
        display: block;
    }
    #contents .top.thanks h2 {
        font-size: 1.1em;
        line-height: 1.7;
        letter-spacing: .05em;
        white-space: initial;
        margin-bottom: 30px;
    }
    #contents .top.thanks h2 br {
        display: none;
    }
}
@media screen and (max-width: 375px) {
    #contents .top .main-cap h1 {
        font-size: 1.25em;
    }
    #contents .top .text-box h2,
    #contents .sec .text-box .text h3 {
        font-size: 1.15em;
        line-height: 1.7;
    }
    #contents .top .text-box p,
    #contents .sec .text-box p {
        font-size: .9rem;
    }
    #contents .sec .text-box h2 {
        font-size: .85em;
    }
    #contents .sec .staff-box ul li h3 {
        font-size: 1.05rem;
    }
    .contents .sec .staff-box h2{
        font-size: 1rem;
    }
    #contents .sec .staff-box ul li p{
        font-size: .9rem;
    }
}