@charset "utf-8";
/* CSS Document */


/* header
   ================================================================== */
header{
	margin: 0 0 0;
	position: relative;
}

header .kv{
	text-align: center;
    line-height: 0;
}

header .nav_block{
	background: #353535;
}

header .nav_block *{
	color: #fff;
}

header .nav_block .inner{
	padding: 3vw 3vw;
}

header .nav_block .site_logo .logo_box{
	display: inline-flex;
    line-height: 0;
}

header .nav_block .site_logo span{
	display: block;
}

header .nav_block .site_logo .logo{
	width: 30vw;
}

header .nav_block .site_logo .logo img{
	width: 100%;
}

header .nav_block .site_logo .txt{
    padding: .5vw 0 0 3vw;
    width: calc(100% - 30vw);
    box-sizing: border-box;
    font-weight: 500;
	line-height: 100%;
}

header .nav_block .site_logo .txt .eng{
	font-size: 3.3vw;
    letter-spacing: 0;
    font-family: 'Oswald';
}

header .nav_block .site_logo .txt .jpn{
	font-size: 2.3vw;
}

header nav{
	display: none;
}


/* footer_tag
   ================================================================== */
footer{
    margin: 10vw 0 0;
	padding: 0 0 0;
    position: relative;
    z-index: 1;
    background: #fff;
}

footer .inner{
    position: relative;
}

footer #page_top{
    width: 18vw;
	position: absolute;
    top: -9vw;
    right: 0;
    line-height: 0;
    z-index: 1;
}

footer #page_top a{
    display: block;
    line-height: 0;
}

footer #page_top a img{
    width: 100%;
}

/* top_box */
footer .top_box{
	padding: 10vw 0 3vw;
    border-top: 1px solid #d9d9d9;
    position: relative;
}

footer .top_box .site_logo{
    width: 100%;
    line-height: 0;
}

footer .top_box .site_logo img{
    width: 100%;
}

/* bottom_box */
footer .bottom_box{
	padding: 6vw 0 4vw;
    text-align: center;
    border-top: 1px solid #d9d9d9;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .bottom_box .site_logo{
    width: 25vw;
    line-height: 0;
}

footer .bottom_box .site_logo img{
    width: 100%;
}

footer .bottom_box .links{
    margin: 0 0 0 10vw;
    width: 15vw;
    line-height: 0;
}

footer .bottom_box .links a{
    display: block;
    line-height: 0;
}


/* interview
   ================================================================== */
.interview{
    margin: 0 0 0;
}

.interview .inner{
    padding: 0;
}

.interview .list{
    font-size: 0;
    display: flex;
}

.interview .list > li{
    margin: 0;
    box-sizing: border-box;
    width: 50%;
}

.interview .list .title_box{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #004fa1;
}

.interview .list .title_box{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #004fa1;
}

.interview .list .title_box span{
    color: #fff;
}

.interview .list .title_box .jpn{
    font-size: 4vw;
}

.interview .list .title_box .eng{
    font-size: 3vw;
}

.interview .list .link_box{
    line-height: 0;
}

.interview .list .link_box a{
    line-height: 0;
    height: 100%
}

.interview .list .link_box a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.interview .list .link_box .sp{
    display: block;
}


/* about
   ================================================================== */
.about{
    padding: 10vw 0 6vw;
}

.about .list{
    margin: 3vw 0 0;
}

.about .list > li{
    padding: 5vw 0;
    display: flex;
    border-bottom: 1px solid #7e7e7e;
}

.about .list > li:last-child{
    border-bottom: none;
}

.about .list .number{
    font-size: 7vw;
    line-height: 1;
    font-weight: 500;
    color: #004fa1;
    font-family: 'Oswald';
    letter-spacing: 0;
    width: 8vw;
}

.about .list .text_box{
    padding: 0 0 0 3vw;
    width: calc(100% - 8vw);
    box-sizing: border-box;
}

.about .list .text_box .ttl{
    font-size: 3.7vw;
    font-weight: 500;
    color: #3d3d3d;
}

.about .list .text_box p{
    margin: 2vw 0 0;
}


/* company
   ================================================================== */
.company{
    display: flex;
    justify-content: center;
}

.company .link_box{
    width: 50%;
}

.company .link_box a{
    height: 44vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #004fa1;
}

.company .link_box a .block_title{
    padding: 0 2vw 0 11vw;
    position: relative;
    box-sizing: border-box;
}

.company .link_box a .block_title:before{
	content: "";
    margin: auto;
	background-image: url("../../images/recruit/company/webp/arrow.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 7vw;
	height: 7vw;
	position: absolute;
	top: 0;
    bottom: 0;
	left: 0;
}

.company .link_box a .block_title span{
    color: #fff;
}

.company .photo{
    width: 50%;
    background-image: url("../../images/recruit/company/webp/img04_sp.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


/* common_table
   ================================================================== */	
.common_table{
	margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.common_table th,
.common_table td{
	padding: 3vw 4vw;
    font-size: 3.5vw;
    line-height: 170%;
    letter-spacing: 0.1em;
    font-family: "Noto Sans JP";
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.common_table th{
    border-top: 1px solid #ddd;
	background: #F6F6F6;
    font-weight: 700;
}

.common_table td{
	background: #fff;
    overflow: hidden;
}

.common_table td a{
	display: inline-block;
    font-size: inherit;
    line-height: inherit;
}

.common_table td .box + .box{
	margin: 4vw 0 0;
    padding: 4vw 0 0;
    position: relative;
}

.common_table td .box + .box::before{
	content: "";
    border-top: 1px dashed #ddd;
    position: absolute;
    top: 0;
    left: -50vw;
    width: 2000%;
}


/* recruit
   ================================================================== */
.recruit{
    padding: 15vw 0 0;
}

.recruit .anime_btn{
    margin: 8vw 0 0;
}

/* tab_nav */
.tab_nav{
    margin: 6vw auto 0;
	font-size: 0;
}

.tab_nav li{
    margin: 2vw 2% 0 0;
    padding: 3vw 0;
    width: 49%;
	display: inline-block;
    background: #ebebeb;
    box-sizing: border-box;
    text-align: center;
}

.tab_nav li:nth-child(2n+2){
    margin-right: 0;
}

.tab_nav li.select{
	background: #ffec1d;
}

.tab_nav li .ttl span{
    padding: 1vw;
    font-size: 3.2vw;
    border: 1px solid #ababab;
    font-weight: 400;
    width: 45%; 
	display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.tab_nav li.select .ttl span{
	background: #fff;
    border-color: #fff;
}

.tab_nav li .name{
    margin: 2vw 0 0;
    font-size: 3.5vw;
    font-weight: 400;
}

/* tab_wrap */
.tab_wrap{
	margin: 8vw 0 0;
}

.tab_wrap .name{
    margin: 0 0 4vw;
    font-size: 4.2vw;
    font-weight: 400;
    color: #3d3d3d;
    text-align: center;
}

.tab_content_box{
	display: none;
	height: 0;
	visibility: hidden;
}

.tab_content_box.select{
	display: block;
	height: auto;
	visibility: visible;
}


/* interview_page
   ================================================================== */
.interview_page{
    padding: 10vw 0;
}

.interview_page .interview_page_kv{
    line-height: 0;
}

.interview_page .pr_box{
    margin: 5vw 3vw 0;
}

.interview_page .catch{
    padding: 0 0 5vw;
    font-size: 4.3vw;
    font-weight: 500;
    color: #3d3d3d;
    text-align: center;
    background-image: url("../../images/recruit/interview/webp/ttl_bottom.webp");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 1vw;
}

.interview_page .top_txt{
    margin: 5vw 0 0;
    font-sized: 3.5vw;
}

.interview_page .list{
    margin: 5vw 0 0;
}

.interview_page .list > li{
    margin: 5vw 0 0;
    position: relative;
}

.interview_page .list > li:not(.photo){
    padding: 4vw;
    border: 1px solid #b9b9b9;
}

.interview_page .list .number{
    font-size: 7vw;
    line-height: 1;
    font-weight: 500;
    color: #004fa1;
    font-family: 'Oswald';
    letter-spacing: 0;
}

.interview_page .list .block_title{
    margin: 1vw 0 0;
}

.interview_page .list .block_title .jpn{
    font-size: 5.3vw;
}

.interview_page .list .block_title .eng{
    font-size: 3.5vw;
}

.interview_page .list p{
    margin: 3vw 0 0;
}

.interview_page .back_btn{
    margin: 5vw 0 0;
    text-align: center;
}

.interview_page .back_btn a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5vw;
    width: 45vw;
    height: 12vw;
    background: #353535;
    color: #fff;
}


@media screen and (min-width : 500px){


    /* header
       ================================================================== */
    header{
        margin: 0 0 0;
    }

    header .kv{
        text-align: center;
    }

    header .kv .tab.pc{
        display: inline-block;
    }

    header .nav_block .inner{
        padding: 2.7vw 2.0vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header .nav_block .site_logo .logo_box{
        display: inline-flex;
        line-height: 0;
    }

    header .nav_block .site_logo .logo{
        width: 21.0vw;
    }

    header .nav_block .site_logo .txt{
        padding: .5vw 0 0 2.0vw;
        width: calc(100% - 21.0vw);
    }

    header .nav_block .site_logo .txt .eng{
        font-size: 2.4vw;
    }

    header .nav_block .site_logo .txt .jpn{
        margin: 1.0vw 0 0;
        font-size: 1.6vw;
    }

    header nav{
        display: block;
    }

    header nav ul{
        display: flex;
        justify-content: flex-end;
    }

    header nav ul li{
        margin-left: 4.5vw;
    }

    header nav ul li a{
        font-size: 1.5vw;
        font-weight: 500;
        display: block;
        position: relative;
    }

    header nav ul li a::after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
        transition: .3s;
        transform: scaleX(0);
    }

    header nav ul li a:hover::after{
        transform: scaleX(1);
    }
    

    /* footer_tag
       ================================================================== */
    footer{
        margin: 10.0vw 0 0;
    }

    footer .inner{
        padding: 3.0vw 2.0vw 2.0vw;
        border-top: 1px solid #d9d9d9;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer #page_top{
        width: 10.2vw;
        top: -5.1vw;
        right: 0;
    }

    /* top_box */
    footer .top_box{
        padding: 0;
        border-top: none;
        width: 50.6vw;
    }

    /* bottom_box */
    footer .bottom_box{
        padding: 0;
        width: calc(100% - 50.6vw);
        box-sizing: border-box;
        border-top: none;
    }

    footer .bottom_box .site_logo{
        width: 15.7vw;
    }

    footer .bottom_box .links{
        margin: 0 0 0 2.0vw;
        width: 8.4vw;
    }


    /* interview
       ================================================================== */
    .interview{
        margin: 0 0 0;
    }

    .interview .list{
        font-size: 0;
        display: flex;
    }

    .interview .list > li{
        margin: 0;
    }

    .interview .list .title_box .jpn{
        font-size: 3.6vw;
    }

    .interview .list .title_box .eng{
        font-size: 2.0vw;
    }

    .interview .list .link_box{
        line-height: 0;
    }

    .interview .list .link_box a{
        line-height: 0;
    }

    .interview .list .link_box .sp{
        display: none;
    }

    .interview .list .link_box .tab.pc{
        display: block;
    }


    /* about
       ================================================================== */
    .about{
        padding: 12.0vw 0;
    }

    .about .list{
        margin: 8.0vw 0 0;
        display: flex;
        justify-content: space-between;
    }

    .about .list > li{
        padding: 0;
        width: 32%;
        display: block;
        border-bottom: none;
    }

    .about .list .number{
        font-size: 6.0vw;
        width: 100%;
    }

    .about .list .text_box{
        padding: 2.0vw 0 0;
        width: 100%;
    }

    .about .list .text_box .ttl{
        font-size: 2.0vw;
    }

    .about .list .text_box p{
        margin: 1.5vw 0 0;
    }


    /* company
       ================================================================== */
    .company{
        display: flex;
        justify-content: center;
    }

    .company .link_box{
        width: 40%;
    }

    .company .link_box a{
        height: 24.0vw;
    }

    .company .link_box a .block_title{
        padding: 0 5.0vw 0 6.0vw;
    }

    .company .link_box a .block_title:before{
        width: 4.0vw;
        height: 3.6vw;
    }

    .company .photo{
        width: 60%;
        background-image: url("../../images/recruit/company/webp/img04_pc.webp");
        background-position: center left;
    }
   

    /* common_table
       ================================================================== */	
    .common_table{
        border-bottom: none;
    }
    
    .common_table th,
    .common_table td{
    	padding: 1.5vw 3.0vw;
        font-size: 1.5vw;
        line-height: 3.0vw;
        width: auto;
        display: table-cell;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    
    .common_table th{
        width: 21.0vw;
    }

    .common_table td .box + .box{
    	margin: 2vw 0 0;
        padding: 2vw 0 0;
    }


    /* recruit
       ================================================================== */
    .recruit{
        padding: 10.0vw 0 0;
    }

    .recruit .anime_btn{
        margin: 6.0vw 0 0;
    }

    /* tab_nav */
    .tab_nav{
        margin: 3.0vw auto 0;
        width: 45.0vw;
    }

    .tab_nav li{
        margin: 2.0vw 2% 0 0;
        padding: 2.0vw 1.7vw;
        width: 49%;
        height: 8.0vw;
        display: inline-flex;
        align-items: center;
        position: relative;
        cursor: pointer;
    }
    
    .tab_nav li:hover{
        background: #ffec1d;
    }

    .tab_nav li:hover:before,
    .tab_nav li.select:before{
        content: "";
        margin: auto;
        background: #ffec1d;
        height: calc(tan(60deg) * 1.6vw / 2);
        width: 1.6vw;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }

    .tab_nav li .ttl span{
        padding: .1vw 1.0vw;
        font-size: 1.2vw;
        width: 7.0vw;
    }

    .tab_nav li:hover .ttl span{
        background: #fff;
        border-color: #fff;
    }

    .tab_nav li .name{
        margin: 0 0 0;
        padding: 0 0 0 1.0vw;
        width: calc(100% - 7.0vw);
        box-sizing: border-box;
        font-size: 1.3vw;
        text-align: left;
    }

    /* tab_wrap */
    .tab_wrap{
        margin: 3.5vw 0 0;
    }

    .tab_wrap .name{
        padding: 0 1.4vw 2.5vw;
        font-size: 2.4vw;
        line-height: 3.0vw;
        text-align: left;
        border-bottom: 1px solid #dcdcdc;
    }

    .tab_wrap .common_table{
        width: 90%;
    }

    .tab_content_box{
        display: none;
        height: 0;
        visibility: hidden;
    }

    .tab_content_box.select{
        display: block;
        height: auto;
        visibility: visible;
    }


    /* interview_page
       ================================================================== */
    .interview_page{
        padding: 10.0vw 0;
    }

    .interview_page .interview_page_kv{
        text-align: center;
    }

    .interview_page .interview_page_kv img{
        width: 100%;
    }

    .interview_page .pr_box{
        margin: 8.0vw auto 0;
        width: 88.0vw;
    }

    .interview_page .catch{
        padding: 0 0 3.0vw;
        font-size: 2.4vw;
        background-size: 100% .3vw;
    }

    .interview_page .top_txt{
        margin: 3.0vw 0 0;
        font-sized: 1.8vw;
        line-height: 3.0vw;
    }

    .interview_page .list{
        margin: 8.0vw 0 0;
        font-size: 0;
    }

    .interview_page .list > li{
        margin: 4.0vw 4% 0 0;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: 48%;
        min-height: 38.0vw;
    }

    .interview_page .list > li:nth-child(2n+2){
        margin-right: 0;
    }

    .interview_page .list > li:not(.photo){
        padding: 2.4vw;
    }

    .interview_page .list .number{
        font-size: 3.8vw;
    }

    .interview_page .list .block_title{
        margin: 2.5vw 0 0;
    }

    .interview_page .list .block_title .jpn{
        font-size: 2.2vw;
    }

    .interview_page .list .block_title .eng{
        font-size: 1.5vw;
    }

    .interview_page .list p{
        margin: 2.5vw 0 0;
        font-sized: 1.8vw;
        line-height: 3.0vw;
    }

    
}
@media screen and (min-width : 1250px){    


    /* header
       ================================================================== */
    header{
        margin: 0 0 0;
    }

    header .kv{
        text-align: center;
    }

    header .nav_block .inner{
        padding: 27px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header .nav_block .site_logo .logo_box{
        display: inline-flex;
        line-height: 0;
    }

    header .nav_block .site_logo .logo{
        width: 210px;
    }

    header .nav_block .site_logo .txt{
        padding: 5px 0 0 20px;
        width: calc(100% - 210px);
    }

    header .nav_block .site_logo .txt .eng{
        font-size: 24px;
    }

    header .nav_block .site_logo .txt .jpn{
        margin: 10px 0 0;
        font-size: 16px;
    }

    header nav{
        display: block;
    }

    header nav ul{
        display: flex;
        justify-content: flex-end;
    }

    header nav ul li{
        margin-left: 45px;
    }

    header nav ul li a{
        font-size: 15px;
    }
    

    /* footer_tag
       ================================================================== */
    footer{
        margin: 100px 0 0;
    }

    footer .inner{
        padding: 30px 20px 20px;
        border-top: 1px solid #d9d9d9;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer #page_top{
        width: 102px;
        top: -51px;
        right: 0;
    }

    /* top_box */
    footer .top_box{
        padding: 0;
        border-top: none;
        width: 676px;
    }

    /* bottom_box */
    footer .bottom_box{
        padding: 0;
        width: calc(100% - 676px);
        box-sizing: border-box;
        border-top: none;
    }

    footer .bottom_box .site_logo{
        width: 157px;
    }

    footer .bottom_box .links{
        margin: 0 0 0 20px;
        width: 84px;
    }


    /* interview
       ================================================================== */
    .interview{
        margin: 0 0 0;
    }

    .interview .inner{
        max-width: 2000px;
    }

    .interview .list{
        font-size: 0;
        display: flex;
    }

    .interview .list > li{
        margin: 0;
    }

    .interview .list .title_box .jpn{
        font-size: 36px;
    }

    .interview .list .title_box .eng{
        font-size: 20px;
    }

    .interview .list .link_box{
        line-height: 0;
    }

    .interview .list .link_box a{
        line-height: 0;
    }

    .interview .list .link_box .sp{
        display: none;
    }

    .interview .list .link_box .tab.pc{
        display: block;
    }


    /* about
       ================================================================== */
    .about{
        padding: 120px 0;
    }

    .about .list{
        margin: 80px 0 0;
        display: flex;
        justify-content: space-between;
    }

    .about .list > li{
        padding: 0;
        width: 32%;
        display: block;
        border-bottom: none;
    }

    .about .list .number{
        font-size: 60px;
        width: 100%;
    }

    .about .list .text_box{
        padding: 20px 0 0;
        width: 100%;
    }

    .about .list .text_box .ttl{
        font-size: 25px;
    }

    .about .list .text_box p{
        margin: 15px 0 0;
    }


    /* company
       ================================================================== */
    .company{
        display: flex;
        justify-content: center;
    }

    .company .link_box{
        width: 40%;
    }

    .company .link_box a{
        height: 260px;
    }

    .company .link_box a .block_title{
        padding: 0 50px 0 60px;
    }

    .company .link_box a .block_title:before{
        width: 40px;
        height: 36px;
    }

    .company .photo{
        width: 60%;
        background-image: url("../../images/recruit/company/webp/img04_pc.webp");
        background-position: center left;
    }
  

    /* common_table
       ================================================================== */	
    .common_table{
        border-bottom: none;
    }
    
    .common_table th,
    .common_table td{
    	padding: 15px 30px;
        font-size: 15px;
        line-height: 30px;
        width: auto;
        display: table-cell;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    
    .common_table th{
        width: 210px;
    }

    .common_table td .box + .box{
    	margin: 20px 0 0;
        padding: 20px 0 0;
    }


    /* recruit
       ================================================================== */
    .recruit{
        padding: 100px 0 0;
    }

    .recruit .anime_btn{
        margin: 60px 0 0;
    }

    /* tab_nav */
    .tab_nav{
        margin: 80px auto 0;
        width: 450px;
    }

    .tab_nav li{
        margin: 20px 2% 0 0;
        padding: 20px 17px;
        width: 49%;
        height: 80px;
    }

    .tab_nav li:hover:before,
    .tab_nav li.select:before{
        height: calc(tan(60deg) * 16px / 2);
        width: 16px;
    }

    .tab_nav li .ttl span{
        padding: 1px 10px;
        font-size: 12px;
        width: 70px;
    }

    .tab_nav li .name{
        margin: 0 0 0;
        padding: 0 0 0 10px;
        width: calc(100% - 70px);
        box-sizing: border-box;
        font-size: 13px;
        text-align: left;
    }

    /* tab_wrap */
    .tab_wrap{
        margin: 55px 0 0;
    }

    .tab_wrap .name{
        padding: 0 14px 25px;
        font-size: 24px;
        line-height: 30px;
        text-align: left;
        border-bottom: 1px solid #dcdcdc;
    }

    .tab_wrap .common_table{
        width: 900px;
    }

    .tab_content_box{
        display: none;
        height: 0;
        visibility: hidden;
    }

    .tab_content_box.select{
        display: block;
        height: auto;
        visibility: visible;
    }


    /* interview_page
       ================================================================== */
    .interview_page{
        padding: 100px 0;
    }

    .interview_page .interview_page_kv{
        text-align: center;
    }

    .interview_page .interview_page_kv img{
        width: 100%;
    }

    .interview_page .pr_box{
        margin: 80px auto 0;
        width: 880px;
    }

    .interview_page .catch{
        padding: 0 0 30px;
        font-size: 24px;
        background-size: 100% 3px;
    }

    .interview_page .top_txt{
        margin: 30px 0 0;
        font-sized: 18px;
        line-height: 30px;
    }

    .interview_page .list{
        margin: 80px 0 0;
        font-size: 0;
    }

    .interview_page .list > li{
        margin: 40px 4% 0 0;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: 48%;
        min-height: 380px;
    }

    .interview_page .list > li:nth-child(2n+2){
        margin-right: 0;
    }

    .interview_page .list > li:not(.photo){
        padding: 24px;
    }

    .interview_page .list .number{
        font-size: 38px;
    }

    .interview_page .list .block_title{
        margin: 25px 0 0;
    }

    .interview_page .list .block_title .jpn{
        font-size: 22px;
    }

    .interview_page .list .block_title .eng{
        font-size: 15px;
    }

    .interview_page .list p{
        margin: 25px 0 0;
        font-sized: 18px;
        line-height: 30px;
    }
    

}
