@charset 'UTF-8';

.start_cont{
    width:100vw;
    height:95vh;
    background:url(/img/recruit/bg_girls_recruit.jpg) no-repeat;
    background-size:cover;
    position:relative;
}

.start_cont:before{
    content:"";
    display:block;
    position:absolute;
    width:100vw;
    height:95vh;
    background:#CC040A;
    opacity:0.8;
}

.start_cont .title{
    position:absolute;
    width:100%;
    text-align:center;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    font-size:6vw;
    line-height:1.3;
    color:#fff;
}

.wrp_otjinfo{
    width:100vw;
    height:40vh;
    position:relative;
}

.otjinfo{
    position:absolute;
    width:34vw;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}

.otjinfo h2{
    font-size:1.4vw;
    color:#db1a1f;
}

.otjinfo p{
    padding:1.2vh 0 0;
    font-size:1.0vw;
    line-height:1.8;
    color:#db1a1f;
}

/*スライダー関連*/

#slider li{
    z-index:0 !important;
}

#slider li a{
    display:block;
    background-size:cover;
    background-position:center;
    height:70vh;
    position:relative;
}

.bx-wrapper{
    margin-bottom:0 !important;
}

.bx-wrapper .bx-viewport{
    box-shadow:none !important;
    border:none !important;
    left:0px !important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    bottom:20px;
}

.bx-wrapper .bx-pager.bx-default-pager a{
    background:#fff;
}

.bx-pager .active{
    background:#DB1A1F !important;
}

#slider li:nth-of-type(even) .pickup_data{
    position: absolute;
    top: 20vh;
    right: 55vw;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

#slider li:nth-of-type(odd) .pickup_data{
    position:absolute;
    top: 20vh;
    right: 55vw;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}


.pickup_data h3{
    font-size:2.5vw;
    letter-spacing:0.2em;
    font-weight:bold;
    color:#db1a1f;
}

.pickup_data p{
    margin:2.3vh 0;
    width:33vw;
    font-size:1.3vw;
    color:#db1a1f;
}

#slider li:nth-of-type(odd) .pickup_data .btn-more{
    right:0;
    width: 15vw;
}

.pickup_data .btn-more{
    display: block;
    padding: 1vh 1.2vw;
    line-height: 1;
    border: 1px solid #DB1A1F;
    color: #DB1A1F;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.08em;
    text-align: center;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position:relative;
    width: 15vw;
}

.pickup_data .btn-more:after {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    position: absolute;
    display: block;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    top: 50%;
    right: 14px;
    margin: -7px 0 0;
    font-size: 15px;
    vertical-align: middle;
}

.pickup_data .btn-more:hover{
    background: #DB1A1F;
    border-color: #DB1A1F;
    text-decoration: none;
    color: #fff;
}

.bx-prev, .bx-next{
    color:#db1a1f;
    text-align:center;
    text-decoration:none;
    font-size:3vw;
    transform:scaleY(1.2);
    background:none !important;
    text-indent:0 !important;
}

.fa-angle-right:before {
    content: "\f105";
    padding: 30px 20px 30px 20px;
    position: relative;
    right: 25px;
}

.fa-angle-left:before {
    content: "\f104";
    padding: 30px 20px 30px 20px;
}

/*キャンペーン*/
.campaign {
    display:flex;
    justify-content: flex-start;
    -webkit-justify-content: start;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.campaign{
    width:100%;
}

.campaign a{
    display:block;
    text-decoration:none;
    position:relative;
    overflow:hidden;
}

.campaign a .photo{
    width:100%;
    height:auto;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.campaign a:hover  .photo{
    transform:scale(1.15);
}

.campaign a .spell{
    font-family: 'Prata',"Hiragino Kaku Gothic ProN","メイリオ";
    color: #DB1A1F;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    position:absolute;
    top: 50%;
    left:3vw;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity:1;
}

.campaign a:hover .spell{
    opacity:0;
}

.campaign a .spell [itemprop="description"]{
    text-transform: uppercase;
    display:block;
    font-size: 5vw;
    letter-spacing: 0.1em;
    margin-top:3vh;
}

.campaign a .name{
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 1;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    width: 100%;
}

.campaign a:hover .name{
    opacity: 100;
    -moz-opacity: 1;
    opacity: 1;
    transform: scaleY(1px);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
}

.campaign a .name p{
    font-size: 1vw;
    text-align: left;
    font-family: 'Prata',"Hiragino Kaku Gothic ProN","メイリオ";
    color: #fff;
    line-height: 1.6;
    height: 25vh;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15%;
    padding-right: 15%;
    width: 80%;
    padding: 0 21%;
}

.campaign a .name p span{
    display: block;
    margin: 0 0 12px;
    font-size: 2vw;
    font-weight: bold;
    width: 100%;
}
 

/*キャンペーン*/

/*待遇紹介*/
.newgirls ul{
    display:flex;
    justify-content: flex-start;
    -webkit-justify-content: start;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.newgirls ul li{
    width:50%;
}

.newgirls ul li a{
    display:block;
    text-decoration:none;
    position:relative;
    overflow:hidden;
}

.newgirls ul li a .photo{
    width:100%;
    height:auto;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.newgirls ul li a:hover  .photo{
    transform:scale(1.15);
}

.newgirls ul li a .spell{
    font-family: 'Prata',"Hiragino Kaku Gothic ProN","メイリオ";
    color: #DB1A1F;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    position:absolute;
    top: 50%;
    left:3vw;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity:1;
}

.newgirls ul li a:hover .spell{
    opacity:0;
}

.newgirls ul li a .spell [itemprop="description"]{
    text-transform: uppercase;
    display:block;
    font-size: 5vw;
    letter-spacing: 0.1em;
    margin-top:3vh;
}

.newgirls ul li a .name{
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 1;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    width: 100%;
}

.newgirls ul li a:hover .name{
    opacity: 100;
    -moz-opacity: 1;
    opacity: 1;
    transform: scaleY(1px);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
}

.newgirls ul li a .name p{
    font-size: 1vw;
    text-align: left;
    font-family: 'Prata',"Hiragino Kaku Gothic ProN","メイリオ";
    color: #fff;
    line-height: 1.6;
    height: 55vh;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15%;
    padding-right: 15%;
    width: 80%;
    padding: 0 21%;
}

.newgirls ul li a .name p span{
    display: block;
    margin: 0 0 12px;
    font-size: 2vw;
    font-weight: bold;
    width: 100%;
}
 


/*募集要項*/
.bosyuu h2{
color: #db1a1f;
    font-size: 4.5vw;
    margin: 6vh 0;
    text-align: center;
    /* font-weight: 600; */
    font-family: Helvetica;
    letter-spacing: 0em;
}

.bosyuu dl{
    width:49%;
    margin:0 auto;
    border-bottom:solid 1px #db1a1f;
    padding:2vh;
}

.bosyuu dl dt{
    font-size: 1.3vw;
    color: #db1a1f;
    border: solid 1px;
    width: 12vw;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
    float: left;
}

.bosyuu dl dd{
    color: #db1a1f;
    font-size:1.5vw;
    width: 80%;
    padding-left: 20vw;
}

/*メッセージ*/
.msgarea h2{
    background: #db1a1f;
    font-size: 2vw;
    margin: 6vh 0;
    color:#fff;
    padding:3vh 0;
    text-align: center;
    letter-spacing: 0em;
}

/*------------
-------------------------
ここからフォーム部分
-------------------------
--------------*/


.page-ttl h2{
    font-size: 40px;
    font-weight: bold;
    color: #db1a1f;
}

.page-ttl p{
    margin:1.6vh 0 0 0;
    font-size: 24px;
    font-weight: bold;
    color: #db1a1f;
}

.timeline{
    display:flex;
    display: flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items: center;
    width: 37%;
    margin: 3vh auto 6vh auto;
}

.timeline li {
    width:10vw;
    padding:1.8vh 0;
    border:solid 1px #db1a1f;
    font-size:1.0vw;
    text-align:center;
    color: #db1a1f;
    position:relative;
}

.timeline .active{
    background:#db1a1f;
    color:#fff;
}

.timeline li:after{
    font-family: 'FontAwesome';
    content:'\f0da';
    position:absolute;
    top:50%;
    right:-1.4vw;
    color:#db1a1f;
    font-size:28px;
    transform:translate(0%, -50%);
    -webkit-transform:translate(0%, -50%);
}

.timeline li:last-of-type:after{
    content:"" !important;
}

#page-ttl3{
    padding: 5vh 0 4vh 0;
    text-align: center;
    font-size: 3vw;
    font-weight: bold;
    color: #db1a1f;
    width:75%;
    margin:0 auto;
}

.page-ttl3{
    padding: 5vh 0 4vh 0;
    text-align: center;
    font-size: 3vw;
    font-weight: bold;
    color: #db1a1f;
    width:75%;
    margin:0 auto;
}

.mailform{
    width:49%;
    margin:0 auto;
    border-collapse: collapse;
    border-top:solid 1px #db1a1f;
    border-bottom:solid 1px #db1a1f;
}

.mailform th{
    width:40%;
    background:#db1a1f;
    font-size:1.2vw;
    padding:2vh 2vw;
    border-bottom:solid 1px #fff;
}

.mailform th p{
    color:#fff;
}

.mailform th p span{
    display:block;
    font-size:0.8vw;
}

.mailform td{
    border-bottom:solid 1px #db1a1f;
    padding:2vh 2vw;
    color: #db1a1f;
    border-right: solid 1px #db1a1f;
}

.mailform td *{
    font-size:1.0vw;
    border-color:#db1a1f;
}

.mailform td p, .mailform td label{
    color:#db1a1f;
}

.mailform input, .mailform button, .mailform textarea, .mailform select {
    background: none;
    border:solid 1px #db1a1f;
    border-radius: 0;
    outline: none;
}

.right_td {
    position: relative;
    color:#db1a1f;
    font-size:1vw;
}
.right_td p {
    font-size: 1vw;
    padding-top: 5px;
}
.trans + label {
    display: inline-block;
    height: 18px;
    margin-right: 16px;
    margin-bottom: 6px;
    padding-left: 25px;
    cursor: pointer;
    background-image: url('/img/common/icon_sprite_radio.png');
    background-repeat: no-repeat;
    background-position: 0 bottom;
}

.bt_kakunin{
    padding:8vh 0;
    text-align:center;
}

.page-ttl3-2 {
    padding: 0vh 0 1.3vh 0;
    text-align: center;
    font-size: 2.0vw;
    color: #db1a1f;
    border-bottom: solid 4px;
    width: 75%;
    margin: 0 auto;
}

.reserve_warning{
    font-size: 1.0vw;
    color: #db1a1f;
    width: 75%;
    margin: 1vh auto 5vh;
}

.reserve_warning li{
    padding:1.5vh 0.3vw;
    color: #db1a1f;
    border-bottom:dotted 1px;
}

.notmailcase{
    width: 75%;
    margin: 5vh auto 5vh;
    display:flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    border-bottom: solid 4px #DB1A1F;
    padding-bottom: 30px;
}

.notmailcase .case_pc , .notmailcase .case_sp{
    width:47%;
}

.notmailcase [class*="case_"] h4{
    color: #db1a1f;
    border:solid 1px;
    font-size:1.1vw;
    padding:0.6vh 0;
    text-align:center;
}

.notmailcase [class*="case_"] h4 i{
    vertical-align:middle;
    margin:0 0.8vw 0 0;
}

.notmailcase [class*="case_"] p{
    color: #db1a1f;
    margin:1.8vh 0 0;
    font-size:0.9vw;
    line-height:2.0;
}

.notmailcase [class*="case_"] h5{
    color: #db1a1f;
    border-left:solid 6px;
    border-bottom:solid 1px;
    font-size:0.8vw;
    margin:2vh 0 0 0;
    padding:0 0 0 0.6vw;
}

.notmailcase .carrerlink{
    display:flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin:2vh 0;
}

.notmailcase .carrerlink li{
    width:32%;
}

.notmailcase .carrerlink li a{
    background:#db1a1f;
    border:solid 1px;
    text-align:center;
    width:100%;
    display:block;
    text-decoration:none;
    color:#fff;
    font-size:1.2vw;
    padding:1vh 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.notmailcase .carrerlink li a:hover {
    background: #fff;
    color: #e60012;
    text-decoration: none;
    border: 1px solid #e60012;
}

.domain{
}

.bt_summary{
    background:#db1a1f;
    border:solid 1px;
    text-align:center;
    display:block;
    text-decoration:none;
    color:#fff;
    font-size:1.2vw;
    padding:1.5vh 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 25vw;
    margin: 3vh auto 8vh;
}

.bt_summary:hover {
    background: #fff;
    color: #e60012;
    text-decoration: none;
    border: 1px solid #e60012;
}

.bt_summary i{
    vertical-align: middle;
    font-size: 1.0vw;
}

/*======================================
  確認ページ
 ======================================*/

.botan{
    text-align:center;
    padding:5vh 0 8vh;
}

/*======================================
  サンキューページ
 ======================================*/

.article_area{
    padding:0vh 0 8vh;
    width:50%;
    margin:0 auto;
    text-align:center;
}

.article_area .thanks, .article_area .confirm, .article_area .coursebox{
    font-size:1.3vw;
    line-height:1.8;
    color:#db1a1f;
}

.article_area .h_course{
   font-size:1.8vw;
   margin:2vh 0 0;
}


.article_area .coursebox{
    margin:2vh auto 0;
    font-size:1.2vw;
    width:32vw;
    text-align:left;
}

.article_area .coursebox li{
    margin:0 0 1.6vh;
}

.to_top{
    
}