@charset "utf-8";



/* 採用情報
-------------------------------*/
.rec01{
    width: 100%;
    padding-bottom: 180px;
    background: url(../img/recruit/rec_bg_ao.png) left bottom repeat-x;
    align-items: center;
}
.rec01 .ttl{
    width: 48%;
    font-size: 52px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    font-weight: 800;
    color: #0096fa;
}
.rec01 .txt{
    width: 50%;
}
.rec01 .txt p{
    width: 100%;
    max-width: 540px;
    font-family: "Noto Serif JP", serif;
    font-weight:500;
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 20px;
}
@media screen and (max-width:910px){
    .rec01{
        padding-bottom: 100px;
    }
    .rec01 .ttl{
        width: 100%;
        font-size: 40px;
        line-height: 1.6em;
        letter-spacing: 0.1em;
        margin-bottom: 1em;
    }
    .rec01 .txt{
        width: 100%;
    }
    .rec01 .txt p{
        width: 100%;
        max-width: initial;
        max-width: auto;
        font-size: 16px;
        line-height: 1.8em;
        margin-bottom: 20px;
    } 
}
@media screen and (max-width:640px){
    .rec01 .ttl{
        font-size: 30px;
        line-height: 1.6em;
    }
    .rec01{
        padding-bottom: 70px;
    }
}

.rec02{
    background: url(../img/recruit/rec_bg_ao_2.png);
}
.rec_slide{
    width: 100%;
    max-width: 1920px;
    margin: auto;
}
.rec_slide li{
    margin-left: 3px;
    margin-right: 3px;
    
}

/* 戸田塗装工業を知る */
.rec03{
    padding-top: 140px;
    padding-bottom: 110px;
}
.rec_data{
    width: 100%;
}
.rec_data .item{
    border: solid 2px #0096fa;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
}
.rec_data .item.d01,
.rec_data .item.d06{
    width: 60%;
}
.rec_data .item.d02,
.rec_data .item.d05{
    width: 36%;
}
.rec_data .item.d03,
.rec_data .item.d04{
    width: 48%;
}
.rec_data .item.d07{
    width: 100%;
}
@media screen and (min-width:911px){
    .rec03 .ttl01{
        margin-left: -25px;
    }
}

@media screen and (max-width:910px){
    .rec03 .item{
        margin-bottom: 30px;
    }
}
@media screen and (max-width:640px){
    .rec03{
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .rec_data .item{
        margin-bottom: 10px;
    }
    .rec_data .item img{
        height: 31.25vw;
        width: auto;
        max-width: none;
        object-fit: cover;
        object-position: center;
    }
    .rec_data .item.d07 img{
        height: 31.25vw;
        width: auto;
        max-width: 100%;
        object-fit: cover;
        object-position: center;
    }
    .rec_data .item.d01,
    .rec_data .item.d02,
    .rec_data .item.d03,
    .rec_data .item.d04,
    .rec_data .item.d05,
    .rec_data .item.d06{
        width: 100%;
    }
}

/* 働きやすい環境 */
.rec04{
    width: 100%;
    max-width: 1400px;
    margin: auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 80px 5%;
}
.rec04 .ttl01{
    text-align: center;
}
.rec_work{
    width: 100%;
    max-width: 980px;
    align-items: center;
    margin: 0 auto 50px;
}
.rec_work .img{
    width: 275px;
}
.rec_work .txt{
    width: calc(100% - 370px);
}
.rec_work .txt dt{
    font-size: 25px;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #0096fa;
    margin-bottom: 20px;
}
.rec_work .txt dd{
    font-family: "Noto Serif JP", serif;
    font-weight:500;
}
@media screen and (max-width:1300px){
    .rec04{
        border-radius: 0;
    }
    .rec_work .img{
        width: 20%;
    }
    .rec_work .txt{
        width: 75%;
    }
}
@media screen and (max-width:910px){
    .rec_work .txt dt{
        font-size: 20px;
        line-height: 1.5em;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:640px){
    .rec04{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .rec_work{
        margin-bottom: 20px;
    }
    .rec_work .img{
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .rec_work .img img{
        width: 150px;
    }
    .rec_work .txt{
        width: 100%;
    }
    .rec_work .txt dt{
        font-size: 20px;8
        line-height: 1.5em;
        margin-bottom: 8px;
    }

}

.rec05{
    width: 100%;
    height: 550px;
    background-attachment: fixed;
    background-image: url(../img/recruit/rec_img10.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 150px;
}
@media screen and (max-width:1600px){
    .rec05{
        height: 34.3vw;
        margin-top: 9.3vw;
    }
}

@media screen and (max-width:910px){
    .rec05{
        height: 40vw;
        background-attachment: scroll;
        margin-top: 0;
    }
}


/* 先輩メッセージ */
.rec06{
    width: 100%;
    max-width: 2400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 150px;
    padding-bottom: 100px;

    background-image: url(../img/top/bg_txt_interview.png);
    background-position: center center;
    background-repeat: repeat-x;
    -webkit-animation: kurukuru3 30s linear infinite;
    -moz-animation: kurukuru3 30s linear infinite;
    animation: kurukuru3 30s linear infinite;
}
/* 背景　横スクロール　*/
@keyframes kurukuru3 {
    0% {background-position: 1500px 50%;}
    100% {background-position:  -1500px 50%;}
}





.rec06 .ttl01{
    text-align: center;
}
.senpai_nav{
    width: 100%;
    margin-bottom: 50px;
}
.senpai_nav li{
    width: 31%;
    border-radius: 8px;
    overflow: hidden;
}
.senpai_nav li a{
    display: block;
    width: 100%;
    position: relative;
}
.senpai_nav li .img img{
    border-radius: 8px;
}

.senpai_nav li .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 280px;
    height: 100px;
    padding-top: 20px;
    padding-left: 20px;
    background-color: #f6f8fa;
    border-radius: 0 8px 0 0;
}
.senpai_nav li .txt .num{
    color: #0096fa;
    font-size: 90%;
}
.senpai_nav li .txt .name span{
    font-size: 30px;
    line-height: 1.2em;
    margin-left: 10px;
}
.rec06 .btn a{
    margin: auto;
}

@media (min-width:911px) and (max-width:1280px){
    .senpai_nav li .txt{
        width: 21vw;
        height: 80px;
        font-size: 80%;
    }
    .senpai_nav li .txt .name span{
        font-size: 25px;
        line-height: 1.2em;
        margin-left: 10px;
    }
}
@media (min-width:641px) and (max-width:910px){
    .rec06 {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .senpai_nav li .txt{
        position: static;
        width: 100%;
        height: auto;
        padding: 10px 0 0 0;
        border-radius: 0;
    }
    .senpai_nav li .txt .name span{
        font-size: 22px;
        line-height: 1.2em;
        margin-left: 10px;
    }
}
@media screen and (max-width:640px){
    .rec06 {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .senpai_nav{
        width: 90%;
        max-width: 350px;
        margin: auto;
        margin-bottom: 30px;
    }
    .senpai_nav li{
        width: 100%;
        margin-bottom: 20px;
    }
    .senpai_nav li .txt{
        width: 200px;
        height: auto;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 5px;
    }
}


/* 採用までの流れ */

.rec07{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 110px;
    background: -moz-linear-gradient(left, #0088f1, #00c0fa);
    background: -webkit-linear-gradient(left, #0088f1, #00c0fa);
    background: linear-gradient(to right, #0088f1, #00c0fa);

}
.rec07 .ttl01{
    color: #fff;
}
.rec07 .ttl01 .en{
    color: #fff;
    background:none;
    -webkit-text-fill-color: #fff;
}
.rec_flow{
    width: 100%;
}
.rec_flow .item{
    width: 21.25%;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    letter-spacing: 0;
}

.rec_flow .item .step{
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 700;
}
.rec_flow .item .step span{
    font-size: 15px;
    line-height: 1.2em;
    color: #0096fa;
    margin-right: 10px;
}
.rec_flow .item .icon{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.rec_flow .item p{
    font-family: "Noto Serif JP", serif;
    font-weight:500;
    text-align: justify;
    text-justify: inter-character;
}
.rec_flow .ya{
    width: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.rec07 .cap{
    text-align: center;
    color: #fff;
    font-size: 25px;
    line-height: 1.5em;
    margin-top: 80px;
    margin-bottom: 20px;
}

.btn_mail{
    width: 90%;
    max-width: 500px;
    margin: auto;
}

.btn_mail a{
    display: block;
    width: 100%;
    height: 80px;
    border: solid 1px #fff;
    background-color: #fff;
    border-radius: 40px;
    color: #0096fa;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.btn_mail a .txt{
    position: absolute;
    top: calc(50% - 13px);
    left: 40px;
    padding-left: 55px;
    background: url(../img/common/icon_mail.png) left center no-repeat;
}
.btn_mail a:hover .txt{
    color: #fff;
    background-image: url(../img/common/icon_mail_w.png);
}

.btn_mail a .bg0{
    position: absolute;
    top: calc(50% - 15px);
    right: calc(70px - 15px);
    width: 30px;
    height: 30px;
    background-image: url(../img/common/maru.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}
.btn_mail a .bg1{
    position: absolute;
    top: 0;
    right: -80px;
    width: 0%;
    height: 100%;
    border-radius: 80px 0 0 80px;
    background: -moz-linear-gradient(left, #0088f1, #00c0fa);
    background: -webkit-linear-gradient(left, #0088f1, #00c0fa);
    background: linear-gradient(to right, #0088f1, #00c0fa);
    transition: 0.3s;
}
.btn_mail a:hover .bg1{
    width: 100%;
}
.btn_mail a .bg2{
    position: absolute;
    top: calc(50% - 2.5px);
    right: calc(70px - 2.5px);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: -moz-linear-gradient(left, #0088f1, #00c0fa);
    background: -webkit-linear-gradient(left, #0088f1, #00c0fa);
    background: linear-gradient(to right, #0088f1, #00c0fa);
    transition: 0.3s;
}

.btn_mail a:hover .bg2{
    transform: scale(300, 300);
}
.btn_mail a .bg3{
    position: absolute;
    top: calc(50% - 15px);
    right: calc(70px - 15px);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../img/common/arrow_maru_w.png) center center/contain no-repeat;
    transform: scale(0, 0);
    transition: 0.3s;
}
.btn_mail a:hover .bg3{
    transform: scale(1, 1);
}

@media screen and (min-width:911px){
    .rec07 .ttl01{
        margin-left: -25px;
    }
}
@media screen and (max-width:1200px){

    .rec_flow .item{
        padding: 20px;
    }

    .rec_flow .item .step{
        font-size: 25px;
        line-height: 1.2em;
        text-align: center;
    }
    .rec_flow .item .step span{
        display: block;
        margin-right: 0;
    }

}
@media screen and (max-width:910px){
    .rec_flow{
        justify-content: flex-start;
    }
    .rec_flow .item{
        width: 40%;
        margin-bottom: 30px;
    }
    .rec_flow .ya{
        width: 10%;
        margin-bottom: 30px;
    }
    .rec07 .cap{
        font-size: 18px;
        line-height: 1.5em;
        margin-top: 20px;
    }
}
@media screen and (max-width:640px){
    .rec07{
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .rec_flow .item .step{
        font-size: 20px;
        line-height: 1.2em;
    }
    .rec07 .cap{
        font-size: 16px;
        line-height: 1.5em;
    }
    .btn_mail a .bg0,
    .btn_mail a .bg1,
    .btn_mail a .bg2,
    .btn_mail a .bg3{
        display: none;
    }
    .btn_mail a{
        height: 60px;
    }
    .btn_mail a .txt{
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);/*左右・上下*/
        width: 210px;
    }
}
@media screen and (max-width:480px){

    .rec_flow .item{
        width: 100%;
        margin-bottom: 10px;
    }
    .rec_flow .ya{
        display: none;
    }
    .rec_flow .item .step span{
        display: inline-block;
        margin-right: 10px;
    }

    .rec_flow .item .icon img{
        width: 80px;
        height: auto;
    }

}



/* 募集要項 */
.rec08{
    padding-top: 130px;
    padding-bottom: 10px;
}

.bosyu_img{
    width: 100%;
    margin-bottom: 40px;
}
.bosyu_img li{
    width: 47.5%;
}
.bosyu_img li img{
    border-radius: 10px;
}
.bosyu{
    align-items: flex-start;
}
.bosyu table{
    width: 47.5%;
    border-top: solid 1px #ccc;
    font-size: 90%;
    line-height: 1.6em;
}
.bosyu table tr{
    border-bottom: solid 1px #ccc;
}
.bosyu table th{
    width: 100px;
    padding: 15px 0;
    color: #0096fa;
    font-weight: 700;
    vertical-align: top;
}
.bosyu table.bt02 th{
    width: 130px;
}
.bosyu table td{
    padding: 15px 0;
    font-family: "Noto Serif JP", serif;
    font-weight:500;
}
@media screen and (min-width:1300px){
    .bosyu table.bt02 td{
        padding: 16.5px 0;
    }
}
@media screen and (min-width:911px){
    .rec08 .ttl01{
        margin-left: -25px;
    }
}
@media screen and (max-width:1300px){
    .bosyu table td br.sp{
        display: none;
    }
}

@media screen and (max-width:910px){
    .bosyu table{
        width: 100%;
    }
    .bosyu table.bt02{
        border-top: none;
    }
    .bosyu table th{
        width: 130px;
    }
}
@media screen and (max-width:640px){
    .bosyu_img{
        margin-bottom: 10px;
    }
    .bosyu_img li{
        width: 100%;
        margin-bottom: 10px;
    }
    .bosyu table th,
    .bosyu table.bt02 th{
        display: inline-block;
        width: 100%;
        background-color: #fff;
        padding: 10px;
    }
    .bosyu table td{
        display: inline-block;
        width: 100%;
        padding: 10px;
    }

}





/* 先輩メッセージ
-------------------------------*/
#v01,
#v02,
#v03{
    padding-top: 150px;
    margin-top: -150px;
}

.voi_box{
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
}
#v03.voi_box{
    margin-bottom: 0;
}

/* 名前とメイン画像 */
.voi01{
    width: 90%;
    max-width: 1260px;
    margin: auto;
    position: relative;
    padding-top: 150px;
}

.voi01 .txt{
    padding: 80px 40px;
    position: relative;
    z-index: 1;
}
.voi01 .txt:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 1800px;
    height: 100%;
    border-radius: 20px 0 0 20px;
    background: -moz-linear-gradient(left, #0088f1, #00c0fa);
    background: -webkit-linear-gradient(left, #0088f1, #00c0fa);
    background: linear-gradient(to right, #0088f1, #00c0fa);
    content: "";
}
.voi01 .txt ._in{
    width: 100%;
    max-width: 520px;
    position: relative;
    z-index: 2;
}
.voi01 .num{
    color: #fff;
    opacity: 0.2;
    font-size: 70px;
    line-height: 1em;
}
.voi01 .name{
    margin-top: -30px;
    margin-left: 10px;
    font-size: 23px;
    line-height: 1.4em;
    color: #fff;
}
.voi01 .name span:first-child{
    margin-right: 10px;
}

.voi01 .txt dl{
    margin-top: 50px;
    margin-left: 40px;
    font-size: 90%;
    line-height: 1.4em;
}
.voi01 .txt dt{
    width: 110px;
    background-color: #fff;
    padding: 1px;
    text-align: center;
    border-radius: 20px;
    color: #0096fa;
    margin-bottom: 30px;
}
.voi01 .txt dd{
    width: calc(100% - 110px);
    padding-left: 1em;
    color: #fff;
    margin-bottom: 30px;
}
.voi01 .img{
    position: absolute;
    left: calc(50% - 80px);
    top: 0;
    z-index: 3;
    width: 880px;
}
.voi01 .img img{
    border-radius: 20px;
}
@media (min-width:911px) and (max-width:1400px){

    .voi01{
        padding-top: 10.7vw;
    }
    .voi01 .txt{
        padding: 5.7vw 2.8vw;
        position: relative;
    }
    .voi01 .num{
        font-size: 5vw;
        line-height: 1em;
    }
    .voi01 .name{
        margin-top: -2.1vw;
        margin-left: 0.7vw;
    }
    .voi01 .txt dl{
        margin-top: 3.5vw;
        margin-left: 0;
    }
    .voi01 .txt dt{
        width: 80px;
        margin-bottom: 20px;
    }
    .voi01 .txt dd{
        width: calc(100% - 80px);
        margin-bottom: 20px;
    }
    .voi01 .img{
        left: calc(50% - 5.7vw);
        width: 62vw;
    }
}

@media screen and (max-width:910px){

    #v01,
    #v02,
    #v03{
        padding-top: 20px;
        margin-top: -20px;
    }
    .voi_box{
        margin-bottom: 10px;
    }
    .voi01{
        padding-top: 0;
    }

    .voi01 .txt{
        padding: 20px 0 100px;
        z-index: 1;
    }
    .voi01 .txt:after{
        left: -6%;
        width: 1000px;
        border-radius: 0;
    }
    .voi01 .txt ._in{
        max-width: initial;
        max-width: auto;
    }
    .voi01 .txt dl{
        margin-top: 30px;
    }
    .voi01 .txt dt{
        margin-bottom: 10px;
    }
    .voi01 .txt dd{
        margin-bottom: 10px;
    }
    .voi01 .img{
        position: relative;
        top: auto;
        left: auto;
        margin-top: -60px;
        width: 100%;
        text-align: center;
    }

}
@media screen and (max-width:640px){

    .voi01 .num{
        font-size: 12.5vw;
        line-height: 1em;
    }
    .voi01 .name{
        margin-top: -20px;
        font-size: 18px;
        line-height: 1.4em;
    }
    .voi01 .txt dl{
        margin-left: 0;
    }
    .voi01 .txt dt{
        width: 80px;
    }
    .voi01 .txt dd{
        width: calc(100% - 80px);
    }
    .voi01 .img{
        margin-top: -80px;
    }
}

/*　インタビュー内容　*/
.v_bg_w{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 130px;
    margin-top: -250px;
    padding-top: 250px;
}
.v_bg_w:after{
    position: absolute;
    top: 0;
    right: calc(50% - 700px);
    width: 1920px;
    height: 100%;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
    content: "";
}

.voi02{
    width: 90%;
    max-width: 1500px;
    margin: auto;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
}
.voi02 .txt{
    width: 50%;
}
.voi02 .txt .v-qa{
    width: 100%;
    max-width: 600px;
}
.voi02 .txt .v-qa:nth-child(2){
    margin-top: 60px;
}
.v-qa dt{
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}
.v-qa dt:before{
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background:url(../img/company/maru_q.png) center center/contain no-repeat;
    content: "";
}
.v-qa dd{
    margin-left: 40px;
    font-family: "Noto Serif JP", serif;
    font-weight:500;
}
.voi02 .img{
    width: 48%;
}
.voi02 .img img{
    border-radius: 20px;
}
.voi03{
    width: 90%;
    max-width: 1000px;
    margin: auto;
}

@media screen and (min-width:911px){
    .voi03{
        padding: 40px;
        text-align: center;
        background-color: #f6f8fa;
        border-radius: 10px;
        position: relative;
        z-index: 2;
    }
    .voi03 .v-qa dt{
        display: inline-block;
    }
    .voi03 .v-qa dd{
        margin-left: 0;
    }
}

@media screen and (max-width:910px){

    .v_bg_w{
        padding-bottom: 80;
        margin-top: 0;
        padding-top: 0;
    }
    .v_bg_w:after{
        display: none;
    }

    .voi02{
        padding-top: 30px;
        padding-bottom: 30px;
        display: block;
    }

    .voi02 .txt{
        width: 100%;
        margin-bottom: 30px;
    }
    .voi02 .txt .v-qa{
        width: 100%;
        max-width: 600px;
    }
    .voi02 .txt .v-qa:nth-child(2){
        margin-top: 30px;
    }
    .voi02 .img{
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:640px){
    .v-qa dt{
        font-size: 16px;
        line-height: 1.4em;
        margin-bottom: 10px;
    }
    .v-qa dd{
        margin-left: 0;
    }
}




/* 先輩ナビ **/
.voi_nav{
    padding-top: 180px;
    padding-bottom: 50px;
}
.voi_nav_list li{
    width: 31%;
}
.voi_nav_list li a{
    display: block;
    color: #fff;
    position: relative;
}
.voi_nav_list li a:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: -moz-linear-gradient(left, rgba(0,136,241,0.5), rgba(0,192,250,0.5));
    background: -webkit-linear-gradient(left, rgba(0,136,241,0.5), rgba(0,192,250,0.5));
    background: linear-gradient(to right, rgba(0,136,241,0.5), rgba(0,192,250,0.5));
    content: "";
    transition: 0.3s;
}
.voi_nav_list li a:hover:after{
    opacity: 0;
}

.voi_nav_list li a img{
    border-radius: 10px;
}
.voi_nav_list li a .txt{
    position: absolute;
    left: 20px;
    bottom: 10px;
    z-index: 2;
    color: #fff;
    transition: 0.3s;
}
.voi_nav_list li a:hover .txt{
    color: #0096fa;
}
.voi_nav_list li a .txt .name span{
    font-size: 150%;
    margin-left: 10px;
}

.rec_brn{
    width: 100%;
    max-width: 960px;
    margin: auto;
    margin-top: 150px;
}
.rec_brn a{
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.rec_brn a img{
    border-radius: 20px;
}
.rec_brn a .txt{
    position: absolute;
    left: 110px;
    top: calc(50% - 1em);
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 700;
    color: #fff;
}
.rec_brn a .bg1{
    position: absolute;
    right: 70px;
    top: calc(50% - 35px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);/*左右・上下*/
    width: 70px;
    height: 70px;
    border: solid 1px #fff;
    border-radius: 50%;
    transform: scale(1, 1);
}

.rec_brn a .bg2{
    position: absolute;
    right: 70px;
    top: calc(50% - 35px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);/*左右・上下*/
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    background-image: url(../img/common/arrow_maru_w.png);
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s;
    transform: scale(0.1, 0.1);
}
.rec_brn a:hover .bg2{
    transform: scale(1, 1);
}

@media screen and (max-width:1500px){
    .rec_brn{
        margin-top: 10vw;
    }
}
@media screen and (max-width:910px){
    .voi_nav{
        padding-top: 100px;
    }
    .voi_nav_list li{
        width: 32%;
    }
    .voi_nav_list li a .txt{
        left: 10px;
        font-size: 14px;
        line-height: 1.5em;
    }
    .rec_brn{
        margin-top: 50px;
    }
    .rec_brn a .txt{
        left: 40px;
        font-size: 28px;
        line-height: 1.2em;
    }
    .rec_brn a .bg1{
        display: none;
    }
    .rec_brn a .bg2{
        transform: scale(1, 1);
    }

}
@media screen and (max-width:640px){
    .voi_nav{
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .voi_nav_list{
        width: 100%;
        max-width: 250px;
        margin: auto;
    }
    .voi_nav_list li{
        width: 100%;
        margin-bottom: 10px;
    }
    .rec_brn{
        margin-top: 20px;
    }
    .rec_brn a .txt{
        font-size: 20px;
        line-height: 1.2em;
    }
    .rec_brn a .bg2{
        right: 30px;
        top: calc(50% - 15px);
        width: 30px;
        height: 30px;
    }

}








