@charset "UTF-8";

.mv{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.mv .mv_slide{
    width: 100%;
}
.slick-slide img{
    width: 100%;
}
.mv_slide .sp{
	display: none;
}
.mv h2{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100vw / 1600 * 657);
    height: 100%;
    left: calc(100vw / 1600 * 70);
}
.mv h2 img{
    width: 100%;
    height: 100%;
}
.mv h2::after{
    content: "";
    height:100%;
    width: 1068px;
    background-color: #D20000;
    top: -2px;
    right: calc(100vw / 1600 * 95);
    z-index: -2;
    position: absolute;
    opacity: .7;
    transform: translate(7.5vw) skew(-19deg);
}
.scroll{
    position: absolute;
    z-index: 0;
    left: calc(100vw / 1600 * 45);
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    bottom: 122px;
    transform: rotate(90deg) translateX(-50%);
    color: #fff;
}
.scroll::after{
    content: "";
    background-color: #fff;
    position: absolute;
    height: 2px;
    width: 100px;
    top: 50%;
    transform: translatey(-50%);
    left: 70px;
}
.mv .slick-dots{
	bottom: -33px;
	z-index: 1;
	background-color: #fff;
}
.mv .slick-dots li button{
    background: transparent;
    background-color: #CCCCCC;
    height: 3px;
    width: 70px;
    padding: 0;
    transition:  0.3s linear;
}
.mv .slick-dots li{
    width: 88px;
}
.mv .slick-dots li button::before{
    height: 3px;
    width: 70px;
    border-radius: 0;
}
.main_txt{
    font-size: calc(100vw / 1600 * 16);
	line-height: 2;
    letter-spacing: 1.3px;
	text-align: justify;
}
.sub_tit{
    font-size: calc(100vw / 1600 * 28);
    font-weight: 500;  
}
/*----------------------------
------------------------------
About
------------------------------
----------------------------*/
.about h3{
	font-size: calc(100vw / 1600 * 32);
    text-align: center;
    margin-bottom: calc(100vw / 1600 * 25);
}
.about{
	margin-top: 160px;
}
.about_contain{
    display: flex;
    justify-content: space-between;
}
.about figure{
    width: 26%;
}
.about figure img{
    width: 100%;
    max-height: 546px;
    object-fit: cover;
}
.about_txt{
    width: 49%;
    max-width: 780px;
    padding-left: calc(100vw / 1600 * 50);
    padding-right: calc(100vw / 1600 * 50);
    
}
.about_txt p:nth-child(2){
    font-size: calc(100vw / 1600 * 50);
    color: #D20000;
    font-weight: 700;
    text-align: center;
    margin-bottom: calc(100vw / 1600 * 50);
    line-height: 1.36;
}

.about .link_arrow{
    width: calc(100vw / 1600 * 250);
	margin-top: calc(100vw / 1600 * 51);
	font-family: 'Noto Sans JP', sans-serif;
}



/*----------------------------
------------------------------
work
------------------------------
----------------------------*/
.work{
    position: relative;
    background-color: #D20000;
    margin: calc(100vw / 1600 * 155) auto;
    margin-bottom: 0;
    padding: calc(100vw / 1600 * 160) 0;
}
.work .container{
    display: flex;
    
}
.work .container .work_right{
    width: 50%;
    
}
.work .container .work_right figure{
    width: calc(100vw / 1600 * 760);
    height: calc(100vw / 1600 * 590);
    position: absolute;
    left: 0;
}
.work .container .work_right figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.work .container .work_right figure::after{
    content: "";
    position: absolute;
    background: rgba(225, 220, 20, 0.15);
    width: 100%;
    height: 100%;
    left: 0;
}
.work_right .sp{
	display: none;
}
.work .container .work_left{
    width: 50%;
    color: #fff;
    padding-left: calc(100vw / 1600 * 40);
}
.work .container .work_left h3{
    margin-bottom: calc(100vw / 1600 * 15);
	line-height: 0.8;
}

.work .main_txt{
    margin-bottom: calc(100vw / 1600 * 40);
    margin-top: calc(100vw / 1600 * 37);
	line-height: 2;
    letter-spacing: 0px;
}
.used_lang{
    border:  1px #fff solid;
    border-radius: 10px;
    padding-left: calc(100vw / 1600 * 43);
}
.used_lang  p{
    font-size: calc(100vw / 1600 * 20);
    font-weight: 500;
    margin-top: calc(100vw / 1600 * 30);
}
.used_lang ul{
    display: flex;
    font-size: calc(100vw / 1600 * 20);
    justify-content: space-between;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: calc(100vw / 1600 * 10);
}
.used_lang ul li{
    margin: calc(100vw / 1600 * 20) calc(100vw / 1600 * 18);
    position: relative;
}
.used_lang ul li:last-child{
    margin-right: calc(100vw / 1600 * 40);
}
.used_lang ul li::after{
    position: absolute;
    content: "";
    background-color: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    left: -20px;
    top: 50%;
    transform: translatey(-50%);
}
.work .link_arrow{
	margin-left: 0;
	font-family: 'Montserrat', sans-serif;
}
.work .red_hover:hover{
	border: 1px solid #fff;
}
/*----------------------------
------------------------------
staff
------------------------------
----------------------------*/

.staff{
    background-color: #F5F5F5;
    padding-top: calc(100vw / 1600 * 155);
    padding-bottom: calc(100vw / 1600 * 120);
    overflow: hidden;
}
.staff_slide a:hover{
	opacity: .7;
}
.staff_item{
    width:  calc(100vw / 1600 * 978);
    height: calc(100vw / 1600 * 440);
    position: relative;
    display: inline-block;
    margin: calc(100vw / 1600 * 50);
    position: relative;
}
.staff_txt p:first-child{
    font-family: 'Montserrat', sans-serif;
    color: #D20000;
    font-size: calc(100vw / 1600 * 14);
    font-weight: 700;
}
.staff_txt span:nth-child(2){
    font-size: calc(100vw / 1600 * 24);
    font-weight: 500;
	margin: calc(100vw / 1600 * 19) 0 calc(100vw / 1600 * 30) 0;
	position: relative;
	display: inline-block;
}
.staff_txt span:nth-child(2):after{
	content: "";
	position: absolute;
	border-right: #D20000 2px solid;
    border-top: #D20000 2px solid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: -30px;
	width: calc(100vw / 1600 * 12);
    height: calc(100vw / 1600 * 12);
}

.staff_txt p:nth-child(3){
    font-size: calc(100vw / 1600 * 16);
	line-height: 2;
}
.staff_item .staff_txt{
    background-color: #fff;
    width:  calc(100vw / 1600 * 560);
    position: absolute;
    z-index: 2;
    /*height: calc(100vw / 1600 *320);*/
	padding: calc(100vw / 1600 *30);
}
.staff_num{
    position: absolute;
    color: #D20000;
    font-family: 'Montserrat', sans-serif;
    font-size: calc(100vw / 1600 *99);
    font-weight: 600;
    right: calc(100vw / 1600 *10);
    top: calc(100vw / 1600 *-70);
    z-index: 2;
}
/*.staff_item::after{
    position: absolute;
    color: #D20000;
    font-family: 'Montserrat', sans-serif;
    font-size: calc(100vw / 1600 *99);
    font-weight: 600;
    right: calc(100vw / 1600 *10);
    top: calc(100vw / 1600 *-39);
}
.staff_item:nth-child(１)::after{
    content: "01";
}
.staff_item:nth-child(2)::after{
    content: "02";
}
.staff_item:nth-child(3)::after{
    content: "03";
}
.staff_item:nth-child(4)::after{
    content: "04";
}
.staff_item:nth-child(5)::after{
    content: "05";
}*/
.staff_img{
    width:  calc(100vw / 1600 * 560);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);    
}
.staff_img img{
    width: 100%;
}
.slick-initialized .slick-slide{
    display: flex;
    align-items: center;
}
.slick-next{
	transform: translateX(calc(100vw /1600 *488)) translateY(-50%);
}
.staff .slick-next:before{
    content: '';
    height: 72px;
    width: 72px;
    position: absolute;
    border-top: 2px solid #D20000;
    border-right: 2px solid #D20000;
    right: 50vw;
    transform: rotateZ(45deg) translateY(-50%);
    top: 50%;
}
.staff .slick-prev{
    z-index: 3;
	transform: translateX(calc(100vw /1600 *-555)) translateY(-50%);
}
.staff .slick-prev:before{
    content: '';
    height: 72px;
    width: 72px;
    position: absolute;
    border-bottom:  2px solid #D20000;
    border-left: 2px solid #D20000;
    left: 50vw;
    transform: rotateZ(45deg) translateY(-50%);
    top: 50%;
}
.staff .slick-dots li{
    margin: 0;
}
.staff .slick-dots li button{
    background: transparent;
    background-color: #CCCCCC;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    transition:  0.3s linear;
}
.slick-dots li button::before {
    content: "";
    background-color: #D20000;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    opacity: 0;
    transition:  0.3s linear;
}
.staff .link_arrow{
	margin-top: calc(100vw / 1600 * 75);
	font-family: 'Montserrat', sans-serif;
}
/*----------------------------
------------------------------
recruitment
------------------------------
----------------------------*/
.recruitment{
    padding: calc(100vw / 1600 * 130) 0 75px 0;
}
.rec_pic{
    width: 100%;
}
.rec_pic img{
    width: 100%;
}

.recruitment .sub_tit{
    margin-bottom: calc(100vw / 1600 * 85);
}
.rec_tit{
    font-size: calc(100vw / 1600 * 24);
    font-weight: 500;
    margin-top: calc(100vw / 1600 * 79);
    padding-bottom: calc(100vw / 1600 * 38);
    border-bottom: #D20000 2px solid;
}
.rec_tit a{
    position: relative;
    display: inline-block;
}
.rec_tit a::before{
	position: absolute;
	bottom: calc(100vw / 1600 * -6);
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.rec_tit a:hover::before{
	transform: scale(1, 1);
}
.rec_tit a::after{
    content: "";
    position: absolute;
    border-top: #D20000 2px solid;
    border-right: #D20000 2px solid;
    height: calc(100vw / 1600 * 12);
    width: calc(100vw / 1600 * 12);
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    right: calc(100vw / 1600 * -30)
}
.position{
    margin-top: calc(100vw / 1600 * 60);
}
.position ul{
    display: flex;
    justify-content: space-between;
}
.position ul li{
    width: 31%;
}
.position ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vw / 1600 * 60);
    background-color: #D20000;
    color: #fff;
    font-size: calc(100vw / 1600 * 20);
    font-weight: 700;
    position: relative;
}
.position ul li a::after{
    content: "";
    position: absolute;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    height: calc(100vw / 1600 * 10);
    width: calc(100vw / 1600 * 10);
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    right: calc(100vw / 1600 * 20)
}  
.position ul li a:hover{
	color: #D20000;
	background: #fff;
	border: 1px solid #d20000;
}
.position ul li a:hover::after{
	border-top: #d20000 2px solid;
    border-right: #d20000 2px solid;
}

/*----------------------------
------------------------------
access
------------------------------
----------------------------*/
.access{
    background-color: #F5F5F5;
    padding: calc(100vw / 1600 * 110) 0 calc(100vw / 1600 * 120) 0;
}
.access .sub_tit{
	margin-top: calc(100vw / 1600 * 10);
}
.address{
    margin: calc(100vw / 1600 * 73) auto calc(100vw / 1600 * 20) auto;
    font-size: calc(100vw / 1600 * 16);
}
.address span:first-child{
    margin-right: calc(100vw / 1600 * 35);
    position: relative;
}
.address span:first-child::after{
    content: "";
    position: absolute;
    background-color: #707070;
    width: 2px;
    height: calc(100vw /1600 * 24);
    top: 50%;
    transform: translateY(-50%);
    right: calc(100vw /1600 * -20);
}
.address span:last-child{
	font-family: 'Montserrat', sans-serif;
}
.access .link_arrow{
	font-family: 'Montserrat', sans-serif;
}

@media screen and (min-width: 1600px) {
    .mv h2{
        width: 657px;
        left: 70px;
    }
	.mv h2::after{
    	right: 95px;
}
    .about_txt h3{
        margin-bottom: 25px;
		font-size: 3.2rem;
    }
    .about_txt p:nth-child(2){
        font-size: 5rem;
    }
    .main_txt{
        font-size: 1.6rem;
    }
     .about.link_arrow{
        width: 250px;
    }
    .about_txt{
        padding-left: 50px;
        padding-right: 50px;
    }
    .about .link_arrow{
        font-size: 1.6rem;
        width: 250px;
        height: 56px;
        margin-top: 51px;
    }
    .work .container {
        height: 590px;
    }
    .work .container .work_right figure{
        height: 590px;
    }
    /*----------------------------
    ------------------------------
    work
    ------------------------------
    ----------------------------*/
    .work{
        margin: 155 auto;
		margin-bottom: 0;
        padding: 160px 0;
    }
    .work .container{
        height: 590px;
    }
    
    .work .container .work_right figure{
        height: 590px;
    }
    .work .container .work_left{
        padding-left:  40px;
    }
    .work .container .work_left h3{
        margin-bottom: 15px;
    }
	.work .container .work_left .sp{
		display: none;
	}
    .work .sub_tit{
        font-size: 2.8rem;
    }
    .work .main_txt{
        margin-bottom: 40px;
        margin-top: 37px;
    }
    .used_lang{
        padding-left: 43px;
    }
    .used_lang  p{
        font-size: 2rem;
        margin-top: 30px;
    }
    .used_lang ul{
        font-size: 2rem;
		margin-bottom: 10px;
    }
    .used_lang ul li{
        margin: 20px 18px;
    }
	.used_lang ul li:last-child{
    margin-right: 40px;
}
    /*----------------------------
    ------------------------------
    staff
    ------------------------------
    ----------------------------*/
    .staff{
        padding-top: 155px;
        padding-bottom: 120px;
    }
    .staff_item{
        width: 987px;
        height: 440px;
    }
    .staff_item .staff_txt{
        width:  560px;
        height: 370px;
		padding: 50px;
    }
    .staff_txt p:first-child{
        font-size: 1.4rem;
    }
    .staff_txt span:nth-child(2){
        font-size: 2.4rem;
		margin: 19px 0 30px 0;
		
    }
	.staff_txt span:nth-child(2):after{
		width: 12px;
		height: 12px;
}

    .staff_txt p:nth-child(3){
        font-size: 1.6rem;
    }
    .staff_num{
        font-size: 9.9rem;
        right: 10px;
        top: -70px;
    }
    .staff_img{
        width:  560px;
    }
    .staff .link_arrow{
		margin-top: 75px;
	}
	.slick-initialized .slick-slide{
		display: flex;
		align-items: center;
	}
	.slick-next{
		transform: translateX(488px) translateY(-50%);
	}
	
	.staff .slick-prev{
		transform: translateX(-555px) translateY(-50%);
	}

    /*----------------------------
    ------------------------------
    recruitment
    ------------------------------
    ----------------------------*/
    .recruitment{
        padding: 130px 0 75px 0;
    }
    
    .recruitment .sub_tit{
        margin-bottom: 85px;
    }
    .rec_tit{
        font-size: 2.4rem;
        margin-top: 79px;
		padding-bottom: 38px;
    }
    .rec_tit a::after{
        height: 12px;
        width: 12px;
        right: -30px;
    }
    .position{
        margin-top: 60px;
    }
    .position ul li a{
        width: 360px;
        height: 60px;
        font-size: 20px;
    }
    
    .access{
        padding: 110px 0 120px 0;
    }
	
    /*----------------------------
    ------------------------------
    access
    ------------------------------
    ----------------------------*/
	.access .sub_tit{
		margin-top: 10px;
	}
    .address{
        margin: 73px auto 20px auto;
        font-size: 1.6rem;
    }
    .address span:first-child{
        margin-right: 35px;
    }
    .address span:first-child::after{
        width: 2px;
        height: 24px;
        right: -20px;
    }
    
    
        
}

/*-------------------------------------------
---------------------------------------------
responsive SP
----------------------------------------------
--------------------------------------------*/
@media screen and (max-width: 768px){
	main{
        margin-top: 0px;
    }
	.mv_slide .sp{
		display: block;
	}
    .mv h2{
        width: 67%;
        top: 20%;
    }
    .mv h2::after{
        transform: translate(65.5vw) skew(-74deg);
        top: 18px;
		width: 3000px;
    }
	.scroll{
		bottom: 251px;
	}
	.mv h2 img{
        transform: translatey(-12px);
		width: 135%;
    }
    .mv .slick-dots{
        z-index: 0;
    }
    .mv .slick-dots li{
        width: 24px;
    }
    .mv .slick-dots li button{
        width: 24px;
    }
    .mv .slick-dots li button::before{
        width: 24px;
    }
    
	/*-------------------------------------------
	about
	-------------------------------------------*/
    .about_contain{
        flex-wrap: wrap;
    }
    .osakapic{
        order: 2;
    }
    .hcmcpic{
        order: 3;
    }
    .about_txt{
        order: 1;
		padding-left: 20px;
    	padding-right: 20px;
    }
    .about_txt{
        width: 100%;
        margin: 30px auto;
    }
    .about figure{
        width: 50%;
    }
    .about .link_arrow{
        width: 170px;
        height: 45px;
		margin-top: 40px;
    }
	.sub_tit{
		font-size: 1.6rem;
	}
	.about{
		margin-top: 50px;
	}
	.about_txt h3{
		font-size: 3rem;
		margin-bottom: 16px;
	}
	.about_txt p:nth-child(2){
		font-size: 2.0rem;
	}
	.main_txt{
		font-size: 1.4rem;
	}

	/*-------------------------------------------
	work
	-------------------------------------------*/
    .work{
        margin-top: 0;
    }
	.work .container{
		flex-direction: column-reverse;
	}
	.work .container .work_right{
		width: 100%;
		margin-top: 20px;
	}
	.work .container .work_right figure{
		position: relative;
		width: 100%;
		height: 100%;
	}
	.work_right .sp{
		display: flex;
	}
	.work .container .work_left{
		width: 100%;
		padding-left: 0;
	}
	.used_lang{
		margin-top: 40px;
		padding: 10px 10px 10px 20px;
	}
	.used_lang p{
		font-size: 1.4rem;
	}
	.used_lang ul{
		font-size: 1.4rem;
	}
	.used_lang ul li::after{
		width: 8px;
		height: 8px;
		left: -11px;
	}
	.work .container .work_left .pc{
		display: none;
	}
	.work .link_arrow{
		margin: auto;
		margin-top: 50px;
	}
	/*-------------------------------------------
	staff
	-------------------------------------------*/
	.staff_item{
        width: 265px;
        height: 450px;
        margin: 30px;
    }
	.staff_item.staff_item_vn{
		height: 500px;
	}
    .staff_img{
        width: 265px;
        top: 0;
        transform: none;
    }
    .staff_item .staff_txt{
        width: 265px;
        top: 165px;
        right: 10px;
        height: 444px;
		    padding: 15px;
    }
    .staff_txt p:first-child {
        font-size: 1.4rem;
    }
    .staff_txt span:nth-child(2){
        font-size: 1.5rem;
    }
	.staff_txt span:nth-child(2):after{
		width: 10px;
    	height: 10px;
		right: -23px
	}
    .staff_txt p:nth-child(3){
        font-size: 1.4rem;
    }
    .staff_num{
        font-size: 5rem;
        left: 10px;
    }
	.slick-next{
		transform: translateX(148px) translateY(-50%);
	}
    .staff .slick-next:before{
        height: 22px;
        width: 22px;
        right: 50vw;
    	transform: rotate(45deg);
    }
	.staff .slick-prev{
		transform: translateX(-148px) translateY(-50%);
	}
	.staff .slick-prev:before{
        height: 22px;
        width: 22px;
        left: 50vw;
    	transform: rotate(45deg);
    }
	.slick-dots{
		    bottom: -46px;
	}
	.staff .link_arrow{
		margin-top: 80px;
	}
	/*-------------------------------------------
	recruitment
	-------------------------------------------*/
	.recruitment{
		padding-bottom: 75px;
	}
	.rec_tit{
		font-size: 1.5rem;
		margin-top: 35px;
		padding-bottom: 20px;
	}
	.rec_tit a::after{
		width:  8px;
		height: 8px;
		right: -20px
	}
	.position ul{
		flex-direction: column;
		align-items: center;
	}
	.position ul li{
		width: 80%;
		margin-bottom: 20px;
	}
	.position ul li a{
		height: 50px;
		font-size: 1.5rem;
	}
	.position ul li a::after{
		height: 8px;
		width: 8px;
		right: 10px
	}
	
	/*-------------------------------------------
	access
	-------------------------------------------*/
	.address{
		font-size: 1.4rem;
		margin: 30px auto 20px auto;
	}
	.address span:first-child{
		margin-right: 15px;
	}
	.address span:first-child::after{
		height: 14px;	
		right: -7px;
	}
    .address span:last-child{
        display: block;
        margin-top: 10px;
    }
	.access .container .link_arrow{
		margin-top: 35px;
	}
}

/*-------------------------------------------
---------------------------------------------
responsive SP
----------------------------------------------
--------------------------------------------*/
@media screen and (max-width: 500px){
	.mv h2 img{
        transform: translatey(5px);
    }
	.mv h2::after{
		width: 1068px;
    }
	.scroll{
		bottom: 180px;
	}
	.about_txt p:nth-child(2){
		text-align: left;
	}
}
@media screen and (max-width: 400px){
	.slick-next {
    transform: translateX(130px) translateY(-50%);
}
	.staff .slick-prev{
		transform: translateX(-131px) translateY(-50%);
	}
}
/**/
.about .link_arrow.vn_font{
	font-family: 'Montserrat', sans-serif;
}