@charset "utf-8";

/* 採用サイト CSS
-------------------------------*/
#recruit-site{
    background-image: none;
}




/* header
-------------------------------*/
#header.rec-header {
    border-bottom: none;
}
.rec-header .h_logo{
    width: auto;
}
.rec-header .h_logo a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.rec-header .h_logo .rec-label{
    margin-left: 20px;
    padding-top: 8px;
}
.rec-label span{ /* header,footer 共通  */
    display: inline-block;
    width: 114px;
    border: solid 2px #0084cb;
    border-radius: 6px;
    text-align: center;
    padding: 7px 0;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #0084cb;
}
#header.rec-header .inner{
    position: relative;
}
#header.rec-header .h_btn{
    position: absolute;
    left: 500px;
    top: 10px;
}
.rec-header .h_btn a{
    display: block;
    width: 114px;
    border: solid 2px #0084cb;
    border-radius: 6px;
    text-align: center;
    padding: 7px 0;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    background-color: #0084cb;
    color: #fff;
}


@media screen and (min-width:911px){
    #header.rec-header {
        padding-top: 40px;
    }
}

@media screen and (max-width:1270px){
    #header.rec-header .h_btn{
        position: fixed;
        left: auto;
        top: 30%;
        right: 0;
        z-index: 3;
    }
    .rec-header .h_btn a{
        display: block;
        width: 40px;
        border: solid 2px #0084cb;
        border-radius: 6px 0 0 6px;
        text-align: center;
        padding: 10px 7px;
        font-size: 18px;
        line-height: 1.4em;
        font-weight: 500;
        background-color: #0084cb;
        color: #fff;
    }
}

@media screen and (max-width:640px){
    #header.rec-header .inner {
        width: 95%;
    }
    .rec-label span{ /* header,footer 共通  */
        width: 100px;
        font-size: 16px;
        line-height: 1.2em;
    }
}
@media screen and (max-width:600px){

    .rec-header .h_logo a img{
        width: 56vw;
        height: auto;
    }
    .rec-header .h_logo .rec-label{
        margin-left: 10px;
        padding-top: 5px;
    }
    .rec-header .h_logo .rec-label span{
        width: 19vw;
        border-radius: 1vw;
        padding: 1.16vw 0;
        font-size: 3vw;
        line-height: 1.2em;
    }
}



/* メニューボタン  */
.navToggle {
    width: 45px;
    height: 45px;
}
.navToggle span {
    width: 30px;
    left: 6px;
}
.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 19px;
    border-bottom: solid 3px #007bc5;
}

.navToggle span:nth-child(3) {
    top: 28px;
}
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 5px;
}
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    left: 5px;
}
.rec-header nav.globalMenuSp ul li a span{
    display: none;
}
.rec-header nav.globalMenuSp ul li.toi a span{
    display: block;
}

.rec-header nav.globalMenuSp ul li.corp a{
    color: #007bc5;
}
.rec-header nav.globalMenuSp ul li.corp img{
    width: 14px;
    height: auto;
    vertical-align: middle;
    margin-left: 5px;
}
@media screen and (min-width: 911px) {
    .rec-header nav.globalMenuSp ul li {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
        letter-spacing: 0.07em;
    }
    .rec-header nav.globalMenuSp ul li a{
        padding-top: 0;
        padding-bottom: 0;
    }
    .rec-header nav.globalMenuSp ul li a span{
        display: block;
        color: #007bc5;
        font-size: 15px;
        line-height: 1.5em;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
    }
    .rec-header nav.globalMenuSp ul li a::after {
        display: none;
    }
    .rec-header nav.globalMenuSp ul li.toi a{
        width: 190px;
        border: solid 2px #007bc5;
        border-radius: 6px;
        padding: 12px 0;
        text-align: center;
    }
    .rec-header nav.globalMenuSp ul li.toi a span{
        display: inline-block;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
        letter-spacing: 0;
        font-size: 20px;
        line-height: 1.2em;
        padding-left: 35px;
        padding-right: 0;
        background: url(../img/recruit/icon_mail.png) left center no-repeat;
    }
    
    .rec-header nav.globalMenuSp ul li.corp{
        position: absolute;
        right: 0;
        top: -25px;
        margin-left: 0;
        font-size: 14px;
    }
    .rec-header nav.globalMenuSp ul li.corp a:hover{
        text-decoration: underline;
    }

    
}

@media (min-width:911px) and (max-width:1270px){
    .rec-header nav.globalMenuSp ul li.toi a{
        width: 15vw;
        padding: 0.9vw 0;
    }
    .rec-header nav.globalMenuSp ul li.toi a span{
        font-size: 1.57vw;
        line-height: 1.2em;
        padding-left: 2.7vw;
        background-size: 2.2vw auto;
    }
}






/* footer
-------------------------------*/
#footer.rec-footer{
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 25px;
    padding-left: 5%;
    padding-right: 5%;
}

#footer.rec-footer .logo{
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer.rec-footer .logo .rec-label{
    margin-left: 20px;
    padding-top: 8px;
}
#footer.rec-footer .f_btn{
/*    text-align: center;
    margin-top: 20px;*/
    margin-left: 20px;
    padding-top: 8px;
}
/*#footer.rec-footer .f_btn a{
    display: inline-block;
    width: 200px;
    border: solid 2px #0084cb;
    border-radius: 6px;
    text-align: center;
    padding: 7px 0;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    background-color: #0084cb;
    color: #fff;
}*/
#footer.rec-footer .f_btn a{
    display: inline-block;
    width: 114px;
    border: solid 2px #0084cb;
    border-radius: 6px;
    text-align: center;
    padding: 7px 0;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    background-color: #0084cb;
    color: #fff;
}

#footer.rec-footer .add{
    margin-top: 20px;
    font-size: 112%;
    line-height: 1.6em;
    letter-spacing: 0.07em;
}
#footer.rec-footer .add .p-num{
    padding-right: 1em;
}

.f_list_sdgs.rec{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
}

.f_list_sdgs.rec ul{
    justify-content: center;
}

#footer.rec-footer .link{
    margin-top: 20px;
}
#footer.rec-footer .link a{
    font-size: 112%;
    line-height: 1.8em;
    letter-spacing: 0.07em;
    color: #0084cb;
}
#footer.rec-footer .link a span{
    padding-right: 40px;
    background: url(../img/common/arrow_1.png) right center no-repeat;
}
#footer.rec-footer #copy{
    margin-top: 60px;
    color: #0084cb;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;

}
@media screen and (max-width:910px){
    #footer.rec-footer .add{
        font-size: 100%;
        line-height: 1.8em;
    }
    #footer.rec-footer .link a{
        font-size: 100%;
        line-height: 1.8em;
    }
}

@media screen and (max-width:640px){
    #footer.rec-footer{
        padding-top: 60px;
    }
    #footer.rec-footer .logo{
        display: block;
    }

    #footer.rec-footer .logo .rec-label{
        margin-top: 10px;
        margin-left: 0;
        padding-top: 0;
    }
    #footer.rec-footer .f_btn{
        margin-top: 20px;
    }
    #footer.rec-footer .f_btn a{
        width: 100px;
        font-size: 16px;
        line-height: 1.2em;
    }
    
    #footer.rec-footer .add{
        margin-top: 20px;
        letter-spacing: 0;
    }
    #footer.rec-footer .add .p-num{
        padding-right: 0;
        display: block;
    }

    #footer.rec-footer .link a span{
        padding-right: 20px;
        background-size: 12px auto;
    }

}




/* common
-------------------------------*/

.rec_page_name{
    width: 100%;
    max-width: 1630px;
    margin: auto;
    margin-bottom: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.rec_page_name .txt{
    width: 35%;
    padding-left: 2%;
}
.rec_page_name .txt .ja{
    color: #fff;
    font-size: 55px;
    line-height: 1.2em;
    letter-spacing: 0.07em;
    font-weight: 500;
}
.rec_page_name .txt .ja span{
    padding: 6px 30px 8px;
    background-color: #007bc5;
}
.rec_page_name .txt .en{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2em;
    margin-top: 50px;
    color: #007bc5;
    padding-left: 1em;
}
.rec_page_name .img{
    width: 61%;
}
.rec-f-contact{
    width: 90%;
    max-width: 1628px;
    margin: auto;
    background: url(../img/recruit/bnr_bg.jpg) center center/cover no-repeat;
}
.rec-f-contact a{
    width: 100%;
    height: 357px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}
.rec-f-contact a .en{
    font-size: 150px;
    line-height: 1.2em;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.rec-f-contact a .ja{
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.rec-f-message{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 180px;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    color: #007bc5;
    font-size: 30px;
    line-height: 2em;
    letter-spacing: 0.07em;
    font-weight: 500;
}

.w1200{
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

@media screen and (max-width:1600px){
    .rec_page_name{
        margin-bottom: 9.3vw;
    }
    .rec_page_name .txt .ja{
        font-size: 3.4vw;
        line-height: 1.2em;
    }
    .rec_page_name .txt .ja span{
        padding: 0.375vw 1.875vw 0.5vw;
    }
    .rec_page_name .txt .en{
        font-size: 1.875vw;
        line-height: 1.2em;
        margin-top: 3.125vw;
    }
    
    .rec-f-contact a{
        height: 22.3vw;
    }
    .rec-f-contact a .en{
        font-size: 9.3vw;
        line-height: 1.2em;
    }
    .rec-f-contact a .ja{
        font-size: 25px;
        line-height: 1.2em;
    }
    .rec-f-message{
        padding-top: 6.25vw;
        padding-bottom: 11.25vw;
    }
}

@media screen and (max-width:910px){
    
    .rec_page_name .txt .ja{
        font-size: 4.2vw;
        line-height: 1.2em;
    }
    .rec_page_name .txt .en{
        font-size: 3vw;
        line-height: 1.2em;
    }
    
    .rec-f-contact a .ja{
        font-size: 22px;
        line-height: 1.2em;
    }
    .rec-f-message{
        font-size: 22px;
        line-height: 2em;
    }
}

@media screen and (max-width:640px){
    
    .rec_page_name .txt{
        width: 100%;
        padding-top: 6vw;
        padding-bottom: 6vw;
        padding-left: 5%;
    }
    .rec_page_name .txt .ja{
        font-size: 24px;
        line-height: 1.2em;
    }
    .rec_page_name .txt .en{
        font-size: 18px;
        line-height: 1.2em;
    }

    .rec_page_name .img{
        width: 100%;
    }
    
    .rec-f-contact a{
        height: 28vw;
    }
    .rec-f-contact a .ja{
        font-size: 18px;
        line-height: 1.8em;
    }

    .rec-f-message{
        font-size: 18px;
        line-height: 2em;
        letter-spacing: 0;
    }
}
@media screen and (max-width:420px){
    .rec-f-message br{
        display: none;
    }
}







/* home
-------------------------------*/

.rec01{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    margin-bottom: 150px;
    position: relative;
}
.rec01 .img{
    width: 1628px;
    margin: auto;
    position: relative;
}
.rec01 .img .cap{
    position: absolute;
    bottom: 125px;
    right: 90px;
    z-index: 5;
}
.rec01 .bnr{
    position: absolute;
    left: 0;
    bottom: -50px;
    z-index: 3;
    width: 478px;
}

.scroll{
    position: absolute;
    right: 40px;
    top: calc(50% - 95px);
    width: 60px;
    text-align: center;
}
.scroll .sub{
    font-size: 18px;
    letter-spacing: 0.06em;
    color: #007bc5;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 400;
}
.scroll .ya a{
    display: block;
    margin: 10px auto 0;
    width: 20px;
    height: 150px;
    background: url(../img/recruit/scroll_arrow.png) center center repeat-y;/* 縦の時は　repeat-y */
    -moz-animation: kurukuru3 3s linear infinite;
    animation: kurukuru3 3s linear infinite;
}
/* スクロールの矢印　縦にスクロール　 */
@keyframes kurukuru3 {
    0% {background-position: 0 0;}
    100% {background-position: 0 300px;}
}

@-moz-keyframes kurukuru3 {
    0% {background-position: 0 0;}
    100% {background-position: 0 300px;}
}


@media screen and (max-width:1900px){
    

    .rec01 .img{
        width: 86%;
    }
    .rec01 .img .cap{
        bottom: 6.5789vw;
        right:4.7368vw;
        width: 41.21vw;
    }
    .rec01 .bnr{
        bottom: -3.125vw;
        width: 25.15789vw;
    }
    .scroll{
        right: 0;
        width: 7%;
    }
    .scroll .sub{
        font-size: 16px;
    }
}

@media screen and (max-width:1280px){
    .rec01{
        margin-bottom: 11vw;
    }
    .rec01 .img{
        margin-left: 0;
        width:93%;
    }
    .rec01 .bnr{
        left: 30px;
    }
    .scroll .sub{
        font-size: 13px;
    }
}

@media screen and (max-width:910px){
    .rec01 .img{
        width: 100%;
    }
    .rec01 .img .cap{
        width: 55vw;
    }
    .rec01 .bnr{
        position: static;
        width: 80%;
        margin: auto;
        text-align: center;
        margin-top: 30px;
    }
    .scroll{
        display: none;
    }
}

@media screen and (max-width:640px){

    .rec01 .img{
        width: 100%;
        height: 180vw;
        background: url(../img/recruit/rec_top_01_sp.jpg) center top/cover no-repeat;
    }
    .rec01 .img img.pc{
        display: none;
    }
    .rec01 .img .cap{
        position: absolute;
        bottom: auto;
        top: 65%;
        right: 3%;
        width: 94%;
    }
    .rec01 .bnr{
        margin-top: 80px;
    }
    .scroll{
        display: block;
        width: 60px;
        position: absolute;
        top: 160vw;
        left: calc(50% - 30px);
        right: auto;
    }
    .scroll .ya a{
        pointer-events: none;
        height: 25vw;
    }
    
}







/* メッセージ */
.rec02{
    width: 100%;
    max-width: 1630px;
    margin: auto;
    background: url(../img/recruit/rec_top_02.jpg) 584px top no-repeat;
    background-size: auto;
    margin-bottom: 80px
}
.rec02 .txt1 {
    padding-left: 5%;
}
.rec02 .txt1 .sub1{
    font-size: 50px;
    line-height: 2em;
    font-weight: 500;
}
.rec02 .txt1 .sub1 span{
    background-color: #007bc5;
    color: #fff;
    padding: 5px 0 5px 10px;
}
.rec02 .txt1 .sub1 span img{
    line-height: 1em;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}
.rec02 .txt1 .sub2{
    margin-top: 50px;
    font-size: 112%;
    line-height: 2em;
}
.rec02 .txt1 .sub2 p{
    margin-bottom: 30px;
}

.rec02 .txt2{
    font-family: "Montserrat", sans-serif;
    font-size: 217px;
    line-height: 1.2em;
    font-weight: 700;
    color: #f2f2f2;
}
.rec02 .img{
    display: none;
}

@media screen and (max-width:1280px){
    .rec02 .txt2{
        font-size: 16.9vw;
        line-height: 1.2em;
    }
}

@media screen and (max-width:910px){
    .rec02{
        padding-bottom: 78vw;
        background-position: center bottom;
        background-size: 100% auto;
        margin-bottom: 6vw;
    }
    .rec02 .txt1 {
        padding-right: 5%;
    }

    .rec02 .txt1 .sub2{
        font-size: 100%;
        line-height: 1.8em;
    }
    .rec02 .txt1 .sub2 p{
        margin-bottom: 20px;
    }

    .rec02 .txt2{
        text-align: center;
        font-size: 17.2vw;
        line-height: 1.2em;
    }

}
@media screen and (max-width:740px){
    .rec02 .txt1 .sub1{
        font-size: 6.7vw;
        line-height: 2em;
    }
    .rec02 .txt1 .sub1 span{
        padding-left: 1.3vw;
    }
    .rec02 .txt1 .sub1 img{
        width: 36vw;
        height: auto;
        line-height: 0.5em;
    }
    .rec02 .txt1 .sub2{
        margin-top: 6.1vw;
    }
    
}
@media screen and (max-width:640px){
    .rec02 .txt1 .sub2 p br.sp{
        display: none;
    }

    
}








/* スタッフ紹介 */
.rec03{
    width: 100%;
    max-width: 1630px;
    height: 1162px;
    margin: auto;
    background-image:url(../img/recruit/rec_top_03_bg.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}
.rec03 .txt1{
    position: absolute;
    left: 80px;
    top: 400px;
    width: 480px;
    color: #fff;
}
.rec03 .txt1 .sub1{
    font-size: 50px;
    line-height: 1.5em;
    font-weight: 500;
}

.rec03 .txt1 .sub2{
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 112%;
    line-height: 2em;
}

.rec03 .txt1 .btn_rec a {
    background-color: transparent;
    border: solid 2px #fff;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
}
.rec03 .txt1 .btn_rec a span {
    padding-right: 30px;
    background-image: url(../img/common/arrow_4_w.png);
}
.rec03 .img{
    position: absolute;
    top: -50px;
    right: 50px;
    width: 928px;
}
.rec03 .txt2{
    position: absolute;
    right: -26px;
    bottom: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 217px;
    line-height: 1.2em;
    font-weight: 700;
    color: #f2f2f2;
}
@media  (min-width:911px) and (max-width:1650px){
    
    .rec03{
        height: 72vw;
    }
    .rec03 .txt1{
        left: 4vw;
        top: 24.2vw;
        width: 29vw;
    }
    .rec03 .txt1 .sub1{
        font-size: 3vw;
        line-height: 1.5em;
    }
    .rec03 .txt1 .sub1 img{
        width: 7vw;
        height: auto;
        vertical-align: middle;
    }
    .rec03 .txt1 .sub2{
        margin-top: 3vw;
        margin-bottom: 3vw;
        font-size: 1vw;
        line-height: 2em;
    }
    .rec03 .img{
        width: 56.24vw;
    }
    .rec03 .txt2{
        right: 0;
        bottom: 0;
        font-size: 13.15vw;
        line-height: 1.2em;
    }
}

@media screen and (max-width:910px){
    .rec03{
        width: 100%;
        height: auto;
        padding: 15vw 5%;
        background-color: #0084cb;
        background-image: url(../img/recruit/rec_top_03_bg_2.jpg),url(../img/recruit/rec_top_03_bg_3.jpg);
        background-repeat: no-repeat,no-repeat;
        background-position: center top,center bottom;
        background-size: 100% auto,100% auto;
    }
    .rec03 .txt1{
        position: static;
        margin: auto;
        width: 100%;
        max-width: 500px;
    }
    .rec03 .txt1 .sub2{
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 112%;
        line-height: 2em;
    }
    .rec03 .txt1 .btn_rec a {
        background-color: transparent;
        border: solid 2px #fff;
        color: #fff;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 600;
    }
    .rec03 .txt1 .btn_rec a span {
        padding-right: 30px;
        background-image: url(../img/common/arrow_4_w.png);
    }
    .rec03 .img{
        position: static;
        width: 100%;
    }
    .rec03 .txt2{
        right: 20px;
        bottom: 7vw;
        font-size: 20vw;
        line-height: 1.2em;
    }

}

@media screen and (max-width:600px){
    
    .rec03{
        padding-top: 26vw;
    }
    .rec03 .txt1 .sub1{
        font-size: 8.3vw;
        line-height: 1.5em;
    }
    .rec03 .txt1 .sub1 img{
        width: 19.6vw;
        height: auto;
        vertical-align: middle;
    }
    .rec03 .txt1 .sub2{
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 100%;
        line-height: 1.8em;
    }
    .rec03 .txt1 .sub2 br{
        display: none;
    }

}






/* 会社案内資料 */
.rec04{
    margin-top: 120px;
    margin-bottom: 120px;
}

.rec_ttl{
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 70px;
    text-align: center;
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: #007bc5;
    position: relative;
}
.rec_ttl:after{
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    width: 100px;
    height: 3px;
    background-color: #007bc5;
    content: "";
}
.rec_download{
    justify-content: center;
}
.rec_download .item{
    width: 45%;
    max-width: 385px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    text-align: center;
}
.rec_download .item .txt{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.rec_download .item .btn{
    margin-top: 20px;
}
.rec_download .item .btn_rec{
    margin-top: 20px;
}
.rec_download .item .btn_rec a{
    border: solid 2px #007bc5;
    margin: auto;
}
.rec_download .item .btn_rec a:hover{
    background-color: #e3f0f8;
}
.rec_download .item .btn_rec a span {
    background-image: url(../img/common/arrow_3.png);
}

@media screen and (max-width:910px){
    .rec_ttl{
        padding-bottom: 20px;
        margin-bottom: 50px;
        font-size: 30px;
        line-height: 1.2em;
    }
}

@media screen and (max-width:640px){
    .rec04{
        margin-top: 60px;
        margin-bottom: 70px;
    }
    .rec_ttl{
        font-size: 26px;
        line-height: 1.2em;
    }
    .rec_ttl:after{
        left: calc(50% - 30px);
        width: 60px;
    }
    .rec_download .item .txt{
        font-size: 18px;
        line-height: 1.4em;
    }
}

@media screen and (max-width:480px){
    .rec_download .item{
        width: 100%;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
}



/* 募集要項 */
.rec05{
    margin-bottom: 120px;
}
.bisyu-youkou .ttl{
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 500;
    color: #007bc5;
    padding-left: 0.5em;
    padding-bottom: 15px;
    border-bottom: solid 2px #007bc5;
    margin-bottom: 15px;
}
.bisyu-youkou table{
    width: 100%;
    margin-bottom: 100px;
    border: none;
}

.bisyu-youkou .wp-block-table td,
.bisyu-youkou .wp-block-table th {
    border: none;
}

.bisyu-youkou table tr{
    border-bottom: solid 2px #ccc;
}
.bisyu-youkou table td:nth-child(1){
    width: 240px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    font-size: 115%;
    line-height: 1.4em;
    font-weight: 500;
    vertical-align: top;
}
.bisyu-youkou table td:nth-child(2){
    width: calc(100% - 240px);
    padding-top: 40px;
    padding-bottom: 40px;
}
@media screen and (max-width:910px){
    .bisyu-youkou .ttl{
        font-size: 26px;
        line-height: 1.2em;
    }
    .bisyu-youkou table td:nth-child(1){
        width: 180px;
        padding: 20px 10px;
    }
    .bisyu-youkou table td:nth-child(2){
        width: calc(100% - 180px);
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width:640px){

    .rec05{
        margin-bottom: 70px;
    }
    .bisyu-youkou .ttl{
        font-size: 20px;
        line-height: 1.2em;
    }
    .bisyu-youkou table{
        margin-bottom: 70px;
    }
    
    .bisyu-youkou table td:nth-child(1){
        display: inline-block;
        width: 100%;
        padding: 10px;
        background-color: #f1f1f1;
    }
    .bisyu-youkou table td:nth-child(2){
        display: inline-block;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    
}












/* staff
-------------------------------*/
.stf01 {
    align-items: center;
}
.stf01 .txt1{
    width: 730px;
    font-size: 55px;
    line-height: 1.6em;
    color: #007bc5;
    font-weight: 500;
}
.stf01 .txt2{
    width: calc(100% - 730px);
    font-size: 112%;
    line-height: 2em;
}

.stf02{
    padding-top: 80px;
    padding-bottom: 80px;
}
.stf_ttl{
    width: 100%;
    position: relative;
    font-size: 112%;
    line-height: 1.2em;
    letter-spacing: 0.07em;
    color: #666;
    margin-bottom: 50px;
}
.stf_ttl:after{
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
    width: 100%;
    height: 1px;
    background-color: #007bc5;
    content: "";
}
.stf_ttl span{
    padding-right: 2em;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.stf_name{
    align-items: center;
}
.stf_name .img{
    width: 51%;
    order: 1;
}
.stf_name .txt{
    width: 43%;
    order: 2;
}
.stf_name .txt .sub1{
    color: #007bc5;
    font-family: "Montserrat", sans-serif;
    font-size: 55px;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.stf_name .txt .sub2{
    font-size: 25px;
    line-height: 1.2em;
    letter-spacing: 0.07em;
}
.stf_name .txt .sub2 span{
    display: inline-block;
    vertical-align: middle;
/*    margin-left: 20px;*/
    font-size: 16px;
    line-height: 1.2em;
    letter-spacing: 0.07em;
    padding: 3px 10px;
    border: solid 1px #ccc;
    border-radius: 30px;
}
.stf_interview{
    width: 100%;
    max-width: 780px;
    margin: auto;
}
.stf_interview dt{
    text-align: center;
    font-size: 27px;
    line-height: 1.5em;
    letter-spacing: 0.07em;
    margin-top: 80px;
    margin-bottom: 40px;
}

@media screen and (max-width:1280px){

    .stf01 .txt1{
        width: 57vw;
        font-size: 4.2vw;
        line-height: 1.6em;
    }
    .stf01 .txt1 img{
        width: 23.59vw;
        height: auto;
        vertical-align: middle;
    }
    .stf01 .txt2{
        width: calc(100% - 57vw);
        font-size: 100%;
        line-height: 2em;
    }
    .stf_name .txt .sub1{
        font-size: 4.2vw;
        line-height: 1.2em;
    }
}
@media screen and (max-width:910px){

    .stf01 .txt1{
        width: 100%;
        font-size: 40px;
        line-height: 1.6em;
    }
    .stf01 .txt1 img{
        width: 220px;
        height: auto;
    }
    .stf01 .txt2{
        width: 100%;
        margin-top: 30px;
    }

    .stf_name .txt .sub2{
        font-size: 20px;
        line-height: 1.2em;
        letter-spacing: 0.07em;
    }
    .stf_name .txt .sub2 span{
        font-size: 15px;
        line-height: 1.2em;
    }
    .stf_interview dt{
        font-size: 20px;
        line-height: 1.5em;
        margin-top: 50px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:640px){
    .stf02 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .stf_ttl{
        font-size:100%;
        line-height: 1.2em;
        margin-bottom: 30px;
    }
    .stf_name .img{
        width: 100%;
        order: 2;
    }
    .stf_name .txt{
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }
    .stf_name .txt .sub1{
        font-size: 25px;
        line-height: 1.2em;
    }
    .stf_name .txt .sub2{
        font-size: 16px;
        line-height: 1.2em;
    }
    .stf_name .txt .sub2 span{
        font-size: 13px;
        line-height: 1.2em;
    }
    .stf_interview dt{
        font-size: 16px;
        line-height: 1.5em;
        margin-top: 30px;
        font-weight: 500;
        margin-bottom: 10px;
        text-align: left;
    }

    
}













/* contact
-------------------------------*/
.toi_cont{
    margin-bottom: 100px;
}
.toi_ttl{
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: #007bc5;
}
.toi_ttl .kei{
    display: inline-block;
    width: 2px;
    height: 100px;
    background-color: #007bc5;
    margin-bottom: 20px;
}


.mailform{
    width: 100%;
    border-top: solid 2px #007bc5;
    margin-top: 80px;
    margin-bottom: 50px;
}

.mailform tr{
    border-bottom: solid 2px #b3b3b3;
}
.mailform th{
    width: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    vertical-align: top;
    font-size: 150%;
    line-height: 1.5em;
}
.mailform td.hissu{
    width: 90px;
    padding-top: 40px;
    padding-bottom: 40px;
    vertical-align: top;
}
.mailform td.hissu span{
    background-color: #f15a24;
    padding: 0 8px;
    color: #fff;
    font-size: 90%;
}
.mailform td.imp{
    width: calc(100% - 490px);
    padding-top: 35px;
    padding-bottom: 35px;
}

.mailform .maru label{
    display: inline-block;
    border: solid 1px #ccc;
    padding: 10px 20px;
    border-radius: 50px;
    margin-right: 20px;
}
.mailform .maru label:last-child{
    margin-right: 0;
}
.mailform td.imp p.kakunin{
    margin-top: 15px;
    margin-bottom: 3px;
    font-size: 90%;
}
.length_l{
    width: 100%;
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #fff;
}
.naiyou{
    width: 100%;
    height: 200px;
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #fff;
    resize: vertical;
}
::placeholder {
    color: #ccc;
}
::-ms-input-placeholder {
    color: #ccc;
}
.btn_sousin{
    width: 80%;
    max-width: 530px;
    height: 110px;
    border-radius: 60px;
    background-color: #007bc5;
    color: #fff;
    font-size: 25px;
    line-height: 1em;
    font-weight: 500;
    border:0px solid;
    cursor:pointer;
}

@media screen and (max-width:1280px){
    .toi_ttl .kei{
        height: 50px;
        margin-bottom: 10px;
    }
    .mailform th{
        width: 300px;
        padding-left: 20px;
        vertical-align: top;
        font-size: 120%;
        line-height: 1.5em;
    }
    .mailform td.imp{
        width: calc(100% - 390px);
    }
    .btn_sousin{
        max-width: 41vw;
        height: 8.5vw;
        font-size: 1.9vw;
        line-height: 1em;
    }
}

@media screen and (max-width:910px){
    .toi_ttl{
        font-size: 26px;
        line-height: 1.5em;
    }
    .mailform th{
        width: 200px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        vertical-align: top;
        font-size: 100%;
        line-height: 1.5em;
    }
    .mailform td.hissu{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .mailform td.imp{
        width: calc(100% - 290px);
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .btn_sousin{
        max-width: 300px;
        height: 60px;
        font-size: 18px;
        line-height: 1em;
    }

}

@media screen and (max-width:640px){
    .toi_cont{
        margin-bottom: 60px;
    }

    .toi_ttl{
        font-size: 20px;
        line-height: 1.5em;
    }
    .toi_ttl .kei{
        height: 30px;
        margin-bottom: 0px;
    }
    .mailform{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .mailform th{
        display: inline-block;
        width: auto;
        margin-right: 1em;
        padding-top: 20px;
        padding-bottom: 10px;
        padding-left: 0;
    }
    .mailform td.hissu{
        display: inline-block;
        width: auto;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .mailform td.imp{
        display: inline-block;
        width: 100%;
        padding-top: 0;
        padding-bottom: 30px;
    }
    .btn_sousin{
        font-size: 16px;
        line-height: 1em;
    }

}

@media screen and (max-width:420px){
    .toi_cont .lead1{
        text-align: left;
    }
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    border-width: 3px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 120%;
    line-height: 1.5em;
    text-align: center;
}







