@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/* Reset CSS
-------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img{
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
    font-weight:normal;
}
ul,ol,li{
    list-style:none;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
hr {display:none;}
input,textarea,select{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
    *font-size:100%;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

img{
    max-width:100%;
    height:auto;
    vertical-align: bottom;
    margin:0;
    padding:0;
}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
html {scroll-behavior: smooth;}

a {
  outline:none;
  color: #2e2e2e;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

/* PCで電話リンクしない */
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
.d-ilblock{
    display: inline-block;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.f_en{
    /* Lexend Deca Bold */
    font-family: "Lexend Deca", sans-serif;
    font-weight:700;
}

/* Basic setting
-------------------------------*/

body {
	font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.8;
    color: #262843;
	-webkit-text-size-adjust: 100%;
}
#wrapper{
	margin:0 auto;
	padding:0;
	width:100%;
	overflow:hidden;
}
@media screen and (max-width:640px){
    body {
        font-size: 14px;
        line-height: 1.6;
    }

}




/* ヘッダー
-------------------------------*/
#header{
    width: 100%;
    padding-bottom: 10px;
    position: relative;
    z-index: 30;
}
#header h1{
    width: 95%;
    max-width: 1920px;
    margin: auto;
    padding: 3px;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
}
#header .inner{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
#header .h_logo{
    padding-left: 20px;
}
#header .h_logo a {
    display: block;
}

@media screen and (max-width:910px){
    #header{
        padding-top: 5px;
        background-color: #fff;
    }
    #header h1{
        color: #262843;
        margin-bottom: 10px;
    }
    #header .h_logo a img{
        visibility: hidden;
    }
    #header .h_logo a{
        background: url(../img/common/logo_b.svg) center left no-repeat;
        background-size: auto 100%;
    }
}
@media screen and (max-width:640px){
    #header h1{
        font-size: 10px;
    }
    #header .h_logo a img{
        width: auto;
        height: 45px;
    }


}




/* ページタイトル
-------------------------------*/
.page_ttl{
    margin-top: -120px;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 533px;
    background: url(../img/common/bg_ttl.png) center bottom/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}
.page_ttl ._in{
    width: 90%;
    max-width: 1440px;
    color: #fff;
    line-height: 1.2;
}

.page_ttl .ja{
    font-size: 70px;
    font-weight: 700;
    
}
.page_ttl .en{
    font-family: "Lexend Deca", sans-serif;
    font-size: 70px;
    font-weight: 700;
    color: rgba(255,255,255,0.3);
    letter-spacing: 0.08em;

}
@media screen and (max-width:1500px){
    .page_ttl{
        height: calc(100px + 28vw);
    }
    .page_ttl .ja{
        font-size: 4.6vw;
    }
    .page_ttl .en{
        font-size: 4.6vw;
    }
}
@media screen and (max-width:910px){
    .page_ttl{
        margin-top: 0;
        height: 28vw;
        padding-top: 0;
        padding-bottom: 3vw;
    }
}
@media screen and (max-width:640px){
    .page_ttl{
        height: 180px;
        padding-bottom: 0;
        background-position: center top;
        background-size: auto 150%;
    }
    .page_ttl ._in{
        line-height: 1.4;
    }
    .page_ttl .ja{
        font-size: 30px;
    }
    .page_ttl .en{
        font-size: 20px;
    }
}








/* フッター
-------------------------------*/
#footer {
    width: 100%;
    position: relative;
    z-index: 2;
}
.f_toi{
    width: 100%;
    height: 900px;
    overflow: hidden;
    position: relative;
}
.f_toi_video{
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.f_toi_video video{
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.f_toi_video:before{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: url(../img/common/bg_f_toi.png) center top no-repeat;
    content: "";
}
.f_toi_video:after{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(46,49,142,0.7);
    content: "";
}
.f_toi ._in{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);/*左右・上下*/
    z-index: 5;
    width: 90%;
    max-width: 900px;
    color: #fff;
}
.f_toi_ttl{
    margin-bottom: 50px;
    text-align: center;
}
.f_toi_ttl .in2{
    display: inline-block;
    text-align: left;
    line-height: 1.2;
}
.f_toi_ttl .en{
    font-family: "Lexend Deca", sans-serif;
    font-size: 166px;
    font-weight: 700;
    letter-spacing: 0.07em;
}
.f_toi_ttl .ja{
    font-size: 30px;
    font-weight: 600;
    padding-left: 10px;
}
.f_toi .in3{
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.f_toi_info{
    width: 100%;
    margin-top: 50px;
    align-items: center;
}
.f_toi_info .cont{
    width: 48%;
}
.f_toi_info .cont a{
    color: #fff;
}
.f_toi_info .cont .tel{
    font-family: "Lexend Deca", sans-serif;
    font-size: 46px;
    line-height: 1.1;
    font-weight: 700;
}
.f_toi_info .cont .tel span{
    display: inline-block;
    width: 58px;
    font-size: 24px;
}
.f_toi_info .cont .tel.fax{
    font-size: 36px;
}
.f_toi_info .cont .time{
    margin-top: 10px;
}
.f_toi_info .cont.mail a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 92px;
    border: solid 1px #fff;
    border-radius: 50px;
    padding-left: 68px;
    color: #fff;
    font-weight: 600;
    background-image: url(../img/common/arrow_btn.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 50px) center;
    transition: 0.3s;
}
.f_toi_info .cont.mail a:hover{
    background-color: rgba(255,255,255,0.2);
}


@media screen and (min-width:1921px){
    .f_toi_video:before{
        background-size: 100% auto;
    }
}
@media screen and (max-width:1920px){
    .f_toi_ttl .en{
        font-size: 8.6vw;
    }
}
@media screen and (max-width:1500px){
    .f_toi{
        height: 60vw;
    }
}
@media screen and (max-width:910px){
    .f_toi{
        height: 800px;
    }
    
    .f_toi ._in {
        padding-top: 50px;
    }
    .f_toi_ttl .ja {
        font-size: 24px;
    }
    .f_toi_info{
        max-width: 400px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .f_toi_info .cont{
        width: 100%;
        margin-bottom: 50px;
    }
    .f_toi_info .cont:last-child{
        margin-bottom: 0;
    }
}
@media screen and (max-width:640px){
    .f_toi{
        height: 650px;
    }
    .f_toi_video:before{
        display: none;
    }
    .f_toi ._in {
        padding-top: 0;
    }
    
    .f_toi_ttl .en {
        font-size: 50px;
    }
    .f_toi_ttl .ja {
        font-size: 20px;
    }
    .f_toi_info .cont .tel {
        font-size: 36px;
        line-height: 1.4;
    }
    .f_toi_info .cont .tel.fax {
        font-size: 28px;
    }
    .f_toi_info .cont.mail a{
        height: 70px;
    }
    
}




#footer .f_info{
    background-color: #262843;
    color: #fff;
    padding: 100px 0;
}
#footer .f_info ._in{
    width: 90%;
    max-width: 1400px;
    margin: auto;
}
#footer .f_logo{
    margin-bottom: 20px;
}

.f_nav{
    width: 100%;
}
.f_nav li:not(:last-child){
    margin-right: 2em;
}
.f_nav li a{
    display: block;
    color: #fff;
}
.f_nav li a:hover{
    text-decoration: underline;
}

#footer .copy{
    width: 100%;
    margin-top: 40px;
	text-align:right;
	font-size:12px;
    color: #5b5dab;
}
#pageTop{
	position:fixed;
	bottom:50px;
	right:20px;
    z-index: 50;
}
@media screen and (max-width:1250px){
    #footer .f_info ._in{
        max-width: 700px;
    }
    #footer .f_info .fi03{
        width: 100%;
        margin-top: 40px;
        padding-top: 40px;
        border-top: solid 1px #fff;
    }
    .f_nav{
        max-width: 550px;
        margin: auto;
    }
    
}
@media screen and (max-width:910px){
    #footer .f_info{
        padding-bottom: 30px;
    }
    #footer .f_info .fi02 img{
        width: 250px;
        height: auto;
    }
    #footer .copy{
        text-align:center;
    }
}

@media  (min-width:641px) and (max-width:910px){
    #footer:before{
        position: absolute;
        left: 0;
        top: -1px;
        z-index: 6;
        width: 100%;
        height: 2px;
        background-color: #fff;
        content: "";
    }
}

@media screen and (max-width:640px){

    #footer .f_info{
        padding-top: 60px;
    }
    #footer .f_info .fi01{
        width: 100%;
        text-align: center;
    }
    #footer .f_info .fi02{
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }
    #footer .f_info .fi03{
        display: none;
    }
    #pageTop img{
        width:50px;
        height:auto;
    }
}










/*text animetions*/
@keyframes showTextFromBottom{
    0%{
        transform: translateY( 100% );
    }
    100%{
        transform: translateY( 0px );
    }
}
.anime-up.displayed span{
    animation: showText 1s backwards;
    display: inline-block;
}
.anime-up.displayed > span{
    overflow: hidden;
}
.anime-up.displayed > span > span{
    animation: showTextFromBottom 0.5s backwards;
}














/* 採用情報
-------------------------------*/
.rec_top01{
    margin-top: -120px;
    width: 100%;
    height: 1400px;
    position: relative;
    background:url(../img/recruit_top/rec10.jpg) center center/cover no-repeat;
    overflow: hidden;
}

.r_t01_txt{
    position: absolute;
    top: 270px;
    left: calc(50% - 710px);
    width: 470px;
    color: #fff;
} 
.rec_ttl01{
    color: #fff;
    line-height: 1.3;
    padding-bottom: 90px;
    margin-bottom: 60px;
    border-bottom: solid 1px #fff;
} 
.rec_ttl01 .ja{
    font-size: 70px;
    font-weight: 700;
}
.rec_ttl01 .en{
    font-family: "Lexend Deca", sans-serif;
    font-size: 70px;
    font-weight: 700;
    color: rgba(255,255,255,0.3);
    letter-spacing: 0.08em;
}
.rec_ttl02{
    font-size: 70px;
    line-height: 1.3;
    letter-spacing: 0.07em;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    margin-bottom: 30px;
}

.r_t01_txt p{
    line-height: 2.5;
}
.r_t01_img{
    position: absolute;
    top: 270px;
    left: calc(50% - 181px);
}
/* スライドアニメーションの設定 */
@keyframes horizontal-animation {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* スライダーを表示する親コンテナ */
.rec_slider-container {
    display: flex;
    overflow: hidden;
    max-width: 1400px;
}
/* スライダー本体 */
.rec_slider-wrapper {
    display: flex;
    animation: horizontal-animation 120s linear infinite;
}
/* スライドコンテンツ */
.rec_slider-wrapper .slide {
    width: 392px;
    margin-right: 20px;
}
.rec_slider-wrapper .slide.wide {
    width: 1041px;
}

.rec_slider-wrapper .slide img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

@media (min-width:911px) and (max-width:1900px){
    
    .rec_top01{
        height: calc(120px + 67.3vw);
    }
    .r_t01_txt{
        top: 14vw;
        left: calc(50% - 37vw);
        width: 24vw;
    } 
    .rec_ttl01{
        padding-bottom: 4.7vw;
        margin-bottom: 3vw;
    } 
    .rec_ttl01 .ja{
        font-size: 3.6vw;
    }
    .rec_ttl01 .en{
        font-size: 3.6vw;
    }
    .rec_ttl02{
        font-size: 3.6vw;
        margin-bottom: 1.5vw;
    }
    .r_t01_txt p{
        font-size: 0.95vw;
    }
    .r_t01_img{
        top: 14vw;
        left: calc(50% - 9.5vw);
    }

}
@media  screen and (max-width:1900px){
    .rec_slider-wrapper .slide {
        width: 20.6vw;
        margin-right: 1vw;
    }
    .rec_slider-wrapper .slide.wide {
        width: 54.7vw;
    }
}

@media screen and (max-width:910px){
    .rec_top01{
        margin-top: 0;
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .r_t01_txt{
        position: static;
        width: 90%;
        max-width: 400px;
        margin: auto;
    } 
    .rec_ttl01{
        padding-bottom: 40px;
        margin-bottom: 40px;
    } 
    .rec_ttl01 .ja{
        font-size: 40px;
    }
    .rec_ttl01 .en{
        font-size: 40px;
    }
    .rec_ttl02{
        font-size: 40px;
    }
    .r_t01_img{
        position: static;
        margin-top: 80px;
        width: 100%:
    }
    
}
@media screen and (max-width:640px){
    .rec_top01{
        padding-top: 70px;
        padding-bottom: 60px;
    }
    .rec_ttl01{
        padding-bottom: 30px;
        margin-bottom: 30px;
    } 
    .rec_ttl01 .ja{
        font-size: 30px;
    }
    .rec_ttl01 .en{
        font-size: 30px;
    }
    .rec_ttl02{
        font-size: 30px;
    }
    .r_t01_img{
        margin-top: 60px;
    }
    
    .rec_slider-wrapper .slide {
        width: 60vw;
        margin-right: 10px;
    }
    .rec_slider-wrapper .slide.wide {
        width: 160vw;
    }

}


/* 採用TOP - 募集職種 */
.rec_top02{
    position: relative;
    z-index: 5;
/*    margin-top: -150px;*/
    margin-top: -7.8vw;
    width: 100%;
    background: url(../img/recruit_top/rec11.png) center top no-repeat;
    background-size: 100% auto;
    padding-top: 240px;
    padding-bottom: 90px;
}
.rec_ttl03{
    text-align: center;
    margin-bottom: 150px;
    line-height: 1.3;
}
.rec_ttl03 .ja{
    font-size: 45px;
    font-weight: 700;
    color: #2e318e;
    letter-spacing: 0.1em;
}
.rec_ttl03 .en{
    font-family: "Lexend Deca", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #5b5dab;
    letter-spacing: 0.07em;
}
.rec_ttl03 .ja.anime-up.displayed > span:first-child > span{
    color: #dc012a;
}

.r_t02_waku{
    width: 95%;
    max-width: 1450px;
    background-color: #fff;
    border-radius: 10px;
    padding: 100px 3%;
    margin: auto;
}
.r_t02_item{
    width: 100%;
    max-width: 1230px;
    margin: auto;
}
.r_t02_item:not(:last-child){
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #e2e2e2;
}
.r_t02_item .img{
    width: 39%;
}
.r_t02_item .txt{
    width: 56%;
}
.r_t02_item .txt dt{
    color: #2e318e;
    font-size: 150%;
    font-weight: 700;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
}
@media screen and (max-width:1900px){
    .rec_top02{
        padding-top: 12vw;
    }
    .rec_top02 .rec_ttl03{
        margin-bottom: 7.8vw;
    }
    .r_t02_waku{
        padding-top: 5.2vw;
    }
}
@media screen and (max-width:910px){
    .rec_top02{
        padding-bottom: 50px;
    }
    .rec_ttl03{
        margin-bottom: 80px;
    }
    .rec_ttl03 .ja{
        font-size: 35px;
    }
    .rec_ttl03 .en{
        letter-spacing: 0;
    }
    .r_t02_waku{
        width: 100%;
        border-radius: 0;
        padding: 50px 5%;
    }
    .r_t02_item:not(:last-child){
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width:640px){
    .rec_top02{
        margin-top: 0;
        background-image: url(../img/recruit_top/rec11_sp.jpg);
        background-size: auto 450px;
        padding-top: 200px;
    }
    .rec_top02 .rec_ttl03{
        margin-bottom: 180px;
    }
    .r_t02_waku{
        padding: 0;
    }
    .r_t02_item:not(:last-child){
        padding-bottom: 0;
        margin-bottom: 10px;
        border-bottom: none;
    }
    .r_t02_item .img{
        width: 100%;
        text-align: center;
        order: 2;
    }
    .r_t02_item .txt{
        width: 100%;
        padding: 20px 5%;
        order: 1;
    }
    
}





/* 採用TOP - 数字で知る三亥 */
.rec_top03{
    width: 100%;
    background: url(../img/recruit_top/rec14.jpg) center top no-repeat;
    padding-top: 140px;
    padding-bottom: 20px;
}
.r_t03_waku{
    width: 95%;
    max-width: 1450px;
    background-color: #fff;
    border-radius: 10px;
    padding: 100px 0;
    margin: auto;
}

.r_t03_about{
    width: 100%;
}
.r_t03_about li{
    width: 25%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    text-align: center;
    position: relative;
}
.r_t03_about li:not(:last-child){
    border-right: solid 1px #afafaf;
}
.r_t03_about li .cat{
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
}
.r_t03_about li .cat span{
    display: inline-block;
    width: 5em;
    text-align: center;
    color: #fff;
    background-color: #afafaf;
    border-radius: 30px;
    
}
.r_t03_about li .numb{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #2e318e;
    font-size: 30px;
    line-height: 1.2;
}
.r_t03_about li .numb .count{
    font-family: "Noto Serif JP", serif;
    font-size: 90px;
    font-weight: 700;
}

.r_t03_about li p{
    line-height: 1.5;
}

@media screen and (min-width:1920px){
    .rec_top03{
        background-size: 100% auto;
    }
}
@media screen and (max-width:1280px){
    .r_t03_about li .numb{
        font-size: 2.3vw;
    }
    .r_t03_about li .numb .count{
        font-size: 7vw;
    }
}
@media screen and (max-width:910px){
    .r_t03_waku {
        padding: 60px 0 20px;
    }
    .r_t03_about li{
        width: 50%;
        padding-left: 5%;
        padding-right: 5%;
        margin-bottom: 40px;
    }
    .r_t03_about li:nth-child(2){
        border-right: none;
    }
    .r_t03_about li .cat{
        font-size: 20px;
    }
}
@media screen and (max-width:640px){
    .rec_top03{
        background-size: auto 450px;
        padding-top: 200px;
    }
    .rec_top03 .rec_ttl03 {
        margin-bottom: 180px;
    }
    .r_t03_waku {
        width: 100%;
        border-radius: 0;
        padding-top: 50px;
    }
    .r_t03_about{
        width: 90%;
        max-width: 280px;
        margin: auto;
    }
    .r_t03_about li{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .r_t03_about li:not(:last-child){
        border-right:none;
        border-bottom: solid 1px #afafaf;
    }
    
    .r_t03_about li .cat{
        font-size: 18px;
    }
    .r_t03_about li .numb{
        font-size: 24px;
    }
    .r_t03_about li .numb .count{
        font-size: 90px;
    }

}



/* 採用TOP - 福利厚生 */
.rec_top04{
    width: 100%;
    background: url(../img/recruit_top/rec15.jpg) center top no-repeat;
    padding-top: 140px;
    padding-bottom: 150px;
}

.r_t04_01{
    width: 95%;
    max-width:1178px;
    margin: 0 auto 100px;
    border-radius: 10px;
    background-color: #2e318e;
    color: #fff;
    padding: 50px;
    align-items: center;
}
.r_t04_01 .img{
    width: 40%;
}
.r_t04_01 .txt{
    width: 50%;
}
.r_t04_01 .txt dt .en{
    color: #5b5dab;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 700;
}
.r_t04_01 .txt dt .ja{
    font-family: "Noto Serif JP", serif;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 15px;
}

.r_t04_02{
    width: 95%;
    max-width:1448px;
    margin: auto;
}
.r_t04_02 li{
    width: 32%;
    max-width: 439px;
    border-radius: 10px;
    background-color: #2e318e;
    color: #fff;
    padding: 30px;
}
.r_t04_02 li dl{
    margin-top: 30px;
}
.r_t04_02 li dt .en{
    color: #5b5dab;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 700;
}
.r_t04_02 li dt .ja{
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 10px;
}

@media screen and (max-width:1500px){
    .rec_top04{
        padding-bottom: 10vw;
    }
    .r_t04_01{
        margin-bottom:6.6vw;
    }
}

@media screen and (max-width:910px){
    .r_t04_02 li{
        padding: 20px;
    }
    .r_t04_02 li dl{
        margin-top: 20px;
    }
    .r_t04_02 li dt .ja{
        font-size: 20px;
        line-height: 1.2;
        font-weight: 800;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:640px){
    .rec_top04{
        background-image: url(../img/recruit_top/rec15_sp.jpg);
        background-size: auto 450px;
        padding-top: 200px;
        background-color: #2e318e;
    }
    .rec_top04 .rec_ttl03{
        margin-bottom: 160px;
    }
    .r_t04_01{
        width: 100%;
        margin: 0;
        border-radius: 0;
        padding: 20px;
    }
    .r_t04_01 .img{
        width: 100%;
        text-align: center;
    }
    .r_t04_01 .txt{
        width: 100%;
        max-width: 310px;
        margin: 30px auto;
    }
    .r_t04_01 .txt dt .ja{
        font-size: 26px;
    }

    .r_t04_02{
        width: 100%;
    }
    .r_t04_02 li{
        width: 100%;
        max-width: initial;
        max-width: auto;
        border-radius: 0;
        padding: 20px;
    }
    .r_t04_02 li .img{
        text-align: center;
    }
    .r_t04_02 li dl{
        width: 90%;
        max-width: 310px;
        margin: 20px auto 00;
    }
    .r_t04_02 li dt .ja{
        font-size: 26px;
    }
    
}



/* 採用TOP - キャリアプラン */
.rec_top05{
    width: 100%;
    background: url(../img/recruit_top/rec20.jpg) center top no-repeat;
    padding-top: 140px;
    padding-bottom: 150px;
}
.r_t05_01{
    width: 95%;
    max-width: 1448px;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 90px 50px 10px;
    align-items: center;
}
.r_t05_01 .txt{
    width: 40%;
}
.r_t05_01 .img{
    width: 55%;

}
.r_t05_01 .txt dt{
    font-size: 36px;
    line-height: 1.5;
    color: #2e318e;
    font-family: "Noto Serif JP", serif;
    font-weight: 800;
    margin-bottom: 20px;
} 

.r_t05_02{
    width: 95%;
    max-width: 1448px;
    margin: auto;
}
.r_t05_02 .item_cap{
    margin-bottom: 20px;
}
.r_t05_02 .item{
    width: 100%;
    background-color: #2e318e;
    border-radius: 50px;
    color: #fff;
    padding: 20px 50px;
    align-items: center;
    font-family: "Noto Sans JP", "Lexend Deca", sans-serif;
}
.r_t05_02 .item .sub1{
    width: 240px;
    font-size: 30px;
    font-weight: 700;
}
.r_t05_02 .item .sub2{
    width: calc(100% - (240px + 230px));
    padding-left: 40px;
    padding-right: 60px;
    border-left: dashed 1px #fff;
    line-height: 1.5;
}
.r_t05_02 .item .sub3{
    width: 230px;
    font-size: 30px;
    font-weight: 700;
}
.r_t05_02 .item .sub3 img{
    vertical-align: middle;
    margin-right: 10px;
}
.r_t05_02 .next{
    text-align: center;
    padding: 20px 0;
}
@media screen and (max-width:1300px){
    .r_t05_01 .txt dt{
        font-size: 30px;
    } 
}
@media screen and (max-width:910px){

    .r_t05_01{
        width: 100%;
        border-radius: 0;
        padding: 40px 0;
    }
    .r_t05_01 .txt{
        width: 90%;
        max-width: 500px;
        padding-bottom: 40px;
        margin: auto;
    }
    .r_t05_01 .img{
        width: 100%;
        text-align: center;

    }
    .r_t05_01 .txt dt{
        font-size: 36px;
        line-height: 1.5;
        color: #2e318e;
        font-family: "Noto Serif JP", serif;
        font-weight: 800;
        margin-bottom: 20px;
    } 
    
    .r_t05_02{
        width: 90%;
    }
    .r_t05_02 .item_cap{
        margin-bottom: 10px;
    }
    .r_t05_02 .item_cap img{
        width: 200px;
        height: auto;
    }
    .r_t05_02 .item{
        width: 100%;
        border-radius: 10px;
        padding: 40px;
    }
    .r_t05_02 .item .sub1{
        width: 100%;
        font-size: 30px;
    }
    .r_t05_02 .item .sub2{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-left: none;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .r_t05_02 .item .sub3{
        width: 100%;
        font-size: 30px;
    }
    
}
@media screen and (max-width:640px){
    .rec_top05{
        background-image: url(../img/recruit_top/rec20_sp.jpg);
        background-size: auto 450px;
        padding-top: 200px;
        padding-bottom: 0;
    }
    .rec_top05 .rec_ttl03 {
        margin-bottom: 160px;
    }
    .r_t05_01 .txt dt{
        font-size: 30px;
    } 

    .r_t05_02{
        width: 100%;
    }
    .r_t05_02 .item_cap{
        padding-left: 5%;
    }
    .r_t05_02 .item{
        border-radius: 0;
        padding: 30px 20px;
    }
    .r_t05_02 .item .sub1{
        font-size: 26px;
    }
    .r_t05_02 .item .sub3{
        font-size: 26px;
    }
    
    .r_t05_02 .item .sub3 img{
        width: 70px;
        height: auto;
    }
    .r_t05_02 .next{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .r_t05_02 .next img{
        width: 45px;
        height: auto;
    }
}






/* 採用TOP - 先輩社員の声 */
.rec_top06{
    width: 100%;
    background: url(../img/recruit_top/rec22.jpg) center top no-repeat;
    padding-top: 140px;
    padding-bottom: 10px;
}
.r_t06_bg{
    width: 95%;
    max-width: 1448px;
    border-radius: 10px;
    background: url(../img/recruit_top/rec26.jpg) center center no-repeat;
    background-size: cover;
    margin: auto;
    padding-top: 150px;
    padding-bottom: 50px;
}
.voice_list{
    width: 90%;
    max-width: 1320px;
    margin: auto;
}
.voice_list li{
    width: 48%;
    max-width: 601px;
    margin-bottom: 100px;
    text-align: center;
}
.voice_list li .txt{
    text-align: left;
    color: #fff;
    font-weight: 700;
    padding-top: 30px;
}
.voice_list li .txt .sub{
    font-size: 24px;
    letter-spacing: 0.07em;
    margin-bottom: 5px;
}
.voice_list li .txt .sub br.sp{
    display: none;
}
.voice_list li .txt .btn_more{
    text-align: right;
    margin-top: 10px;
}

@media screen and (max-width:910px){

    .r_t06_bg{
        padding-top: 80px;
    }
    .voice_list li{
        margin-bottom: 50px;
    }
    .voice_list li .txt{
        padding-top: 10px;
    }
    .voice_list li .txt .sub{
        font-size: 20px;
    }
    
    .voice_list li .txt .btn_more img{
        width: 160px;
        height: auto;
    }
    
}
@media screen and (max-width:640px){
    .rec_top06{
        background-size: auto 500px;
        padding-top: 200px;
    }
    .rec_top06 .rec_ttl03 {
        margin-bottom: 180px;
    }
    .r_t06_bg{
        width: 100%;
        border-radius: 0;
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .voice_list{
        max-width: 400px;
    }
    .voice_list li{
        width: 100%;
        margin-bottom: 40px;
    }
    .voice_list li .txt .sub br.pc{
        display: none;
    }
    .voice_list li .txt .sub br.sp{
        display: inline;
    }
    .voice_list li .txt .btn_more{
        margin-top: 20px;
        text-align: center;
    }
}





/* 採用TOP - エントリー */
.rec_top07{
    width: 100%;
    padding-top: 140px;
    padding-bottom: 150px;
}
.rec_top07 .rec_ttl03{
    margin-bottom: 60px;
}

.rec_top07 .txt{
    padding: 0 5%;
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.07em;
    font-weight: 700;
}
@media screen and (max-width:910px){
    .rec_top07 .txt{
        font-size: 26px;
    }
}
@media screen and (max-width:640px){
    .rec_top07{
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .rec_top07 .rec_ttl03{
        margin-bottom: 40px;
    }
    .rec_top07 .txt{
        font-size: 16px;
        text-align: left;
    }

}














/* 先輩社員の声
-------------------------------*/

.voi01{
    margin-top: -150px;
    width: 100%;
    height: 774px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: flex;
    justify-content: center;
    align-items: center;
}
.voi01.bg_voi01{
    background-image: url(../img/voice/senpai01_01.jpg);
}
.voi01.bg_voi02{
    background-image: url(../img/voice/senpai02_01.jpg);
}
.voi01.bg_voi03{
    background-image: url(../img/voice/senpai03_01.jpg);
}
.voi01.bg_voi04{
    background-image: url(../img/voice/senpai04_01.jpg);
}
.voi01.bg_voi05{
    background-image: url(../img/voice/senpai05_01.jpg);
}
.voi01.bg_voi06{
    background-image: url(../img/voice/senpai06_01.jpg);
}
.voi01.bg_voi07{
    background-image: url(../img/voice/senpai07_01.jpg);
}
.voi_info{
    width: 90%;
    max-width: 1200px;
}
.voi_info .v_ttl{
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: solid 1px #fff;
    line-height: 1.4;
}
.voi_info .v_ttl .ja{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.07em;
    color: #2e318e;
}
.voi_info .v_ttl .ja span{
    color: #dc012a;
}
.voi_info .v_ttl .en{
    font-family: "Lexend Deca", sans-serif;
    font-weight: 700;
    color: #5b5dab;
}
.voi_info .v_lead{
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #2e318e;
    margin-bottom: 20px;
}

.voi02{
    width: 100%;
    max-width: 1200px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: auto;
}
.voi02 .v_txt{
    width: 90%;
    max-width: 950px;
    margin: auto;
}
.voi02 .v_txt dt{
    font-weight: 700;
    color: #2e318e;
    font-size: 24px;
    margin-bottom: 10px;
}
.voi02 .v_txt dd{
    margin-bottom: 40px;
}
.voi02 .v_img{
    width: 100%;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.voi03{
    width: 90%;
    max-width: 730px;
    margin: auto;
    padding-bottom: 180px;
}
.voi03 .v_btn{
    width: 48%;
    max-width: 320px;
}
.voi03 .v_btn a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 92px;
    border-radius: 50px;
    background-color: #2e318e;
    padding-left: 50px;
    color: #fff;
    font-weight: 600;
    background-image: url(../img/common/arrow_btn.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 50px) center;
    transition: 0.3s;
}

@media screen and (max-width:910px){
    
    .voi01{
        margin-top: -80px;
        height: 500px;
    }
    .voi_info .v_lead{
        font-size: 30px;
        line-height: 1.6;
    }

    .voi02{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .voi02 .v_txt dt{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .voi02 .v_txt dd{
        margin-bottom: 30px;
    }


    .voi02 .v_img{
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .voi03{
        padding-bottom: 100px;
    }

    
}
@media screen and (max-width:640px){

    .voi01{
        margin-top: 0;
        height: auto;
        padding-top: 12vw;
        padding-bottom: 12vw;
    }
    .voi_info .v_ttl{
        margin-bottom: 15px;
    }
    .voi_info .v_ttl .ja{
        font-size: 20px;
    }
    .voi02{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .voi_info .v_lead{
        font-size: 24px;
        letter-spacing: 0;
        margin-bottom: 10px;
    }
    
    .voi02 .v_txt dt{
        font-size: 17px;
    }
    .voi02 .v_txt dd{
        margin-bottom: 20px;
    }
    
    .voi03{
        max-width: 320px;
    }
    .voi03 .v_btn{
        width: 100%;
        margin-bottom: 20px;
    }
    .voi03 .v_btn a{
        height: 80px;
        padding-left: 30px;
        background-position: calc(100% - 30px) center;
    }
    
}

@media screen and (max-width:500px){
    .voi_info .v_ttl .ja{
        font-size: 16px;
    }
    .voi_info .v_lead{
        font-size: 18px;
        line-height: 1.4;
    }
}





























/* layout */
.clear { clear: both; }
.ar { text-align: right; }
.ac { text-align: center; }
.strong{font-weight:bold;}
.f_red{
    color: #dc012a;
}

/* プリントの表示設定 */
@media print{
    body {
        zoom: 0.68;
        -webkit-print-color-adjust: exact;
    }

    #wrapper{
        width:1110px;
        margin:auto;
    }
    .navToggle {
        position: relative;
    }
    
    #header h1 {
        margin-bottom: 20px;
    }
    .page_ttl .en {
        font-size: 60px;
    }
    .page_ttl .ja {
        font-size: 60px;
    }
    
    .f_toi_ttl .en {
        font-size: 60px;
    }
    .f_toi_ttl .ja {
        font-size: 20px;
    }
    
}







