@charset "utf-8";
@import url("https://use.typekit.net/ylt5dka.css");


body{
	width: 100%;
	box-sizing: border-box;
	display: block;
	margin:0 auto;
	line-height: 1.88;
	letter-spacing: 0.06em;
	font-family: pt-sans, sans-serif;
	font-weight: 400;
}

.serif, .se , .table-area ,.map-flex , .other-flex div ul li , .other-work , .pagecontact-area , .ina-text1 span{
	font-family: pt-serif, serif;
}

header , .history-area , h2 , .types-1 span , .works-text1 , .ina-text2 , .ina-text3 , .day-row1 p , .day-flow2 p{
	font-family: pt-serif, serif;
}

.faq-area , .req-box , .qa-list , .nav-wrap , .privacy-wrap h3{
	font-family: pt-serif, serif;
}

.other-cate{
	font-family: pt-sans, sans-serif!important;
}

h1{
	margin: 0!important;
}

.hf-left h1 a{
	font-size: 20px;
	color:white;
	text-decoration: none;
	font-weight: 400;
}

.hf-left h1 a span{
	position:relative;
	bottom: 46px;
	display:inline-block;
	margin-left: 10px;
}

.mv1 , .mv2 , .mv3{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	transition: 1s;
}


.mv1{
	opacity: 1;
}

.mv2{
	opacity: 0;
}

/*.mv3{
	opacity: 0;
}
*/
.sm-imgbox{
	display: none!important;
}

.current .mv2{
	opacity: 1;
}

.current .mv1{
	opacity: 0;
}

/*.current3 .mv2{
	opacity: 1;
}
*/
.move1{
  opacity: 0;
  transform: translate(0, 10%);
  transition: 0.7s;
}

.move1.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.move2{
  opacity: 0;
  transform: translate(0, 10%);
  transition: 1s;
}

.move2.is-show2 {
  transform: translate(0, 0);
  opacity: 1;
}

.move3{
  opacity: 0;
  transform: translate(0, 10%);
  transition: 1.3s;
}

.move3.is-show3 {
  transform: translate(0, 0);
  opacity: 1;
}

.move4{
  opacity: 0;
  transition: 0.8s;
  transition-delay: 0.2s;
}

.move4.is-show4{
  opacity: 1;
}

.move5{
  opacity: 0;
  transition: 0.8s;
  transition-delay: 0.4s;
}

.move5.is-show5{
  opacity: 1;
}

.move6{
  opacity: 0;
  transition: 0.8s;
  transition-delay: 0.6s;
}

.move6.is-show6{
  opacity: 1;
}

.move7{
  opacity: 0;
  transition: 0.8s;
  transition-delay: 0.8s;
}

.move7.is-show7{
  opacity: 1;
}


.fix-nav{
	position: fixed;
	background: white;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	width: 100%;
	opacity: 0;
	z-index: -1;
	transition: 0.4s;
}

.fix-nav.open{
	opacity: 1;
	z-index: 9999;
}

.blue-logo{
	width: 112px;
}

.fix-nav .header-flex{
	padding-top:12px ;
}

.fix-nav .hf-right a , .fix-nav .hf-right a.contact-link{
	color: #156AAC;
}

.fix-nav .header-wrap{
	max-height: 80px;
}

.fix-nav .hf-right .recruit-link{
	color: white;
	margin-top: 2px;
}

.fix-nav .hf-right a{
	margin-top: 13px;
}

.fix-nav .hf-right a.contact-link{
	border:1px solid #156AAC;
	margin-top: 2px;
}

.fix-nav .hf-right a.contact-link:hover{
	background: #156AAC;
	color: white;
}

.fix-nav .menu_button .menu_icon01 span{
	background: #156AAC;
}





.mainV{
	width: 100%;
	height: auto;
	min-height:900px;
	position: relative;
}

.mainV:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background:#156AAC;
	opacity: 0.2;
}

.imgbox{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 900px;	
}

.imgbox .imgposition{
	width: 100%;
	height: 900px;
}

.header-wrap{
	position: relative;
}

.num-area{
	position: absolute;
	bottom: -150px;
	right: 0;
	z-index: 1;
	width: 190px;
	display: flex;
}

.num-area p{
	margin: 0;
	font-size: 18px;
	position: relative;
}

.num-area .na1{
	color: white;
	text-align: left;
	width: 40%;
	transition: 1s;
}

.num-area .na1:before{
	content: '';
	width:58%;
	height: 1px;
	background: white;
	position: absolute;
	right: 0;
	top: 50%;
	    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.num-area .na2{
	text-align: right;
	color: #6C7D8D;
	width: 60%;
	transition: 1s;
}

.num-area .na2:before{
	content: '';
	width:58%;
	height: 1px;
	background: #6C7D8D;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);	
}

.num-area.check .na1{
	width: 60%;
	color:#6C7D8D;
}

.num-area.check .na2{
	width: 40%;
	color: white;
}


.header-wrap{
	width: 1370px;
	padding:0 20px;
	max-width: 100%;
	display: block;
	box-sizing: border-box;
	margin:0 auto;
}

header{
	position: relative;
	z-index: 50;
}

.header-flex{
	display: flex;
	width: 100%;
	padding-top: 38px;
}

.hf-left{
	width: 40%;
}

.logo{
	width: 150px;
	height: 86px;
}

.hf-right{
	width: 60%;
	display: flex;
	justify-content: space-between;
}

.hf-right a{
	display: block;
	font-size: 16px;
	color: white;
	text-decoration: none;
	margin-top:14px;
	height: 26px;
	transition: 0.4s;
}

.hf-right a:hover{
	opacity: 0.6;
}

.hf-right a.contact-link{
	border:1px solid white;
	padding:8px 0 10px;
	border-radius: 25px;
	width: 174px;
	text-align: center;
	margin-top: 2px;

}

.hf-right a.contact-link:hover{
	opacity: 1;
	background: white;
	color: #156AAC;

}

.hf-right .recruit-link{
	background-image: url('img/r-bg.png');
	width: 174px;
	background-position: center;
	background-size: cover;
	text-align: center;
	padding:8px 0 10px;
	border-radius: 25px;
	margin-top: 2px;
	height: 46px;
		box-sizing: border-box;
	box-sizing: border-box;
}

.hf-right .recruit-link:hover{
	color: #156AAC;
	opacity: 1!important;
	background-image: none;
	background: white;	border:1px solid #156AAc;
}

.wrap{
	width: 1240px;
	padding:0 20px;
	max-width: 100%;
	display: block;
	box-sizing: border-box;
	margin:0 auto;	
}

.main-text{
	margin: 100px auto 0;
	text-align: center;
	color: white;
	font-size: 54px;
	font-weight: 400!important;
	position: relative;
	z-index: 3;
	letter-spacing: 0.25em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;	
}

.main-text span{
	display: block;
	font-size: 21px;
	letter-spacing: 0.18em;
	font-weight: 100!important;
}

.about-wrap{
	width: 100%;
	position:relative;
	margin-top: 140px;
}

.about-wrap:after{
	content:'';
	width: 50%;
	height: 610px;
	background: #EAEFF4;
	position:absolute;
	left:0;
	bottom: -90px;
	z-index: -1;
}

.al2{
	position: absolute;
	right: 0;
	bottom: -90px;
	width: 500px;
	z-index: 3;
}

.about-area{
	background-image: url("img/about-bg.png");
	background-size: cover;
	background-position: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	max-width: 70%;
	width: 1030px;
	height: 800px;
	box-sizing: border-box;
}

.about-area:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-image: url("img/abuot-bg2.png");
	background-size: cover;
	background-position: center;
	opacity: 0.84;	
}

.about-box{
		width: 1370px;
		max-width: 100%;
    padding: 0 20px;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    position:relative;
}

.about-flex{
	display: flex;
	position: relative;
	z-index: 2;
}

.af-left{
	width:50%;
	padding-right:73px;
	padding-left: 28px;
	box-sizing: border-box;
	display: block;
}

.af-left img{
	width: 100%;
	margin-top: 62px;
	margin-bottom: 150px;
}

.af-right{
	width:50%;
	box-sizing: border-box;
	color: white;
	position: relative;
}

.af-right h2{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin-top: 66px;
  margin-left: auto;
  margin-right: 0;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.35em;
}

.right-box{
	width: 355px;
	max-width: 100%;
	margin-left: auto;
	margin-top: 65px;
}

.af-right h2 span{
	display: block;
	font-size: 28px;
}

.ar-text1{
	font-size: 22px;
	margin:0 0 37px;
}

.ar-text2{
	font-size: 16px;
	margin: 0;
}

.view{
	position: absolute;
	width: 260px;
	left: 0;
	bottom: 7px;
	border: 1px solid white;
	text-align: center;
	font-size: 15px;
	display: block;
	color: white;
	box-sizing: border-box;
	text-decoration: none;
	padding:15px 0;
	border-radius: 35px;
	transition: 0.4s;
}

.view-new{
	width: 285px;
	display:block;
	margin:73px auto 0;
	border: 1px solid white;
	position:relative;
	text-align: center;
	font-size: 15px;
	display: block;
	color: white;
	box-sizing: border-box;
	text-decoration: none;
	padding:15px 0;
	border-radius: 35px;
	transition: 0.4s;	
}

.view:hover{
	background: white;
	color: #156AAC;
}

.view-new:hover{
	background: white;
	color: #156AAC;
}

.view:hover:after , .view-new:hover:after{
	opacity: 0;
}

.vr-titile{
	position:absolute;
	top: 112px;
	left: 47%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
	  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 5;
  font-size: 41px;
  color:#156AAC;
}

.vr-titile span{
	background:white;
	display:block;
	line-height: 1.6;
	margin:0 20px;
	text-align: center;
}

.vr-titile span.wh1{
	height: 388px;
}

.vr-titile span.wh2{
	height: 270px;
}

.vr-titile span.wh3{
	height: 350px;
	margin-top: 88px;
}

.vr-titile span.wh4{
	height: 305px;
	margin-top: 88px;
}


.view:after{
	content: '';
	width: 49px;
	height: 8px;
	background-image: url(img/bar.png);
	background-size: cover;
	position: absolute;
	right: -25px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.4s;
}

.view-new:after{
	content: '';
	width: 49px;
	height: 8px;
	background-image: url(img/bar.png);
	background-size: cover;
	position: absolute;
	right: -25px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.4s;	
}


.bg-flex{
	width: 100%;
	max-width: 100%;
	margin:270px auto 275px;
	left: 0;
	top: 0;
	display: flex;
	color: white;
}

.bg-flex .rel{
	position: relative;
	z-index: 4;
}


.bf-left{
	background-image: url('img/business-bg.png');
	background-size: cover;
	background-position: center;
	width: 50%;
	min-height: 500px;	
	display: block;
	position: relative;
	box-sizing: border-box;
	padding:0 90px;
}

.bf-left:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #416B8D;
	opacity: 0.2;
	z-index: 3;
}

.bf-left:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.2;
	z-index: 2;
}

.bf-right{
	background-image: url('img/works-bg.png');
	background-size: cover;
	background-position: center;
	width: 50%;
	min-height: 500px;
	display: block;
	position: relative;
	box-sizing: border-box;
	padding:0 90px;	
	top: 85px;
}

.view-link{
    width: 285px;
    margin:46px auto 0;
    border: 1px solid #156AAC;
    text-align: center;
    font-size: 15px;
    display: block;
    color: #156AAC;
    box-sizing: border-box;
    text-decoration: none;
    padding: 15px 0;
    border-radius: 35px;
    transition: 0.4s;	
    position:relative;
}

.view-link:hover{
	background: #156AAC;
	color:white;
}

.view-link:hover:after{
	opacity: 0;
}

.view-link:after{
		content: '';
    width: 49px;
    height: 8px;
    background-image: url(img/bar-blue.png);
    background-size: cover;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.4s;	
}

.bf-right:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.2;
	z-index: 2;
}



.bf-left h2{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin:83px 0 0;
  margin-left: auto;
  font-size: 18px;
  letter-spacing: 0.3rem;
}

.bf-left h2 span{
	font-size: 28px;
	display: block;
}

.bf-right h2{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin:83px 0 0;
  margin-left: auto;
  font-size: 18px;
  letter-spacing: 0.3rem;
}

.white-abo{
	position:absolute;
	background: white;
	bottom: -115px;
	left: 0;
	right: 0;
	z-index: 10;
	margin:0 auto;
	width: 70%;
	box-sizing:border-box;
	padding:57px 55px;
}

.white-abo .b-text1 , .white-abo .b-text2{
	margin: 0;
	font-size: 14px;
	color:black;
}

.bf-right h2 span{
	font-size: 28px;
	display: block;
}

.b-text1{
	margin-top: 80px;
	margin-bottom: 80px;
}

.b-text2{
	margin-top: 80px;
	margin-bottom: 80px;
}

.view2{
	position: absolute;
	z-index: 4;
	width: 284px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
	bottom:70px;
	border: 1px solid white;
	text-align: center;
	font-size: 15px;
	display: block;
	color: white;
	box-sizing: border-box;
	text-decoration: none;
	padding:15px 0;
	border-radius: 35px;
	transition: 0.4s;
}

.view2:hover{
	background: white;
	color: #156AAC;
}

.view2:hover:after{
	opacity: 0;
}

.view2:after{
	content: '';
	width: 49px;
	height: 8px;
	background-image: url(img/bar.png);
	background-size: cover;
	position: absolute;
	right: -25px;
	z-index: 4;
	transition: 0.4s;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);	
}

.recruit-wrap{
	position:relative;

}

.about-area{
	width: 1430px;
}

.recruit-bg{
	background-image: url("img/recruit-bg.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    max-width: 70%;
    width: 1430px;
    height: 800px;
    box-sizing: border-box;
}

.recruit-bg:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url('img/r-bg2.png');
	background-size: cover;
	background-position: center;
	z-index: 2;
}

.recruit-rel{
	position: relative;
	z-index: 3;
	display: flex;
}

.recruit-left{
	width: 50%;
	box-sizing: border-box;
	padding-right: 30px;
	color: white;
	margin-top: 102px;
}

.recruit-left h2{
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: block;
    font-size: 18px;
    margin-top: 15px;
    margin-left: 0;
    margin-bottom:80px;
    letter-spacing: 0.3rem;	
}

.recruit-left h2 span{
	display: block;
	font-size: 28px;
}

.recruit-right{
	width: 50%;
	box-sizing: border-box;
	padding-left: 66px;
	margin-top: 66px;
}

.recruit-right img{
	width: 570px;
	max-width: 115%;
}

.r-view{
	    width: 284px;
    border: 1px solid white;
    text-align: center;
    font-size: 15px;
    display: block;
    color: white;
    position:relative;
    margin-top: 67px;
    box-sizing: border-box;
    text-decoration: none;
    padding: 15px 0;
    border-radius: 35px;
    transition: 0.4s;
}

.r-view:after{
    content: '';
    width: 49px;
    height: 8px;
    background-image: url(img/bar.png);
    background-size: cover;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.4s;	
}

.r-view:hover{
	background: white;
	color:#156AAC;
}

.r-view:hover:after{
	opacity: 0;
}

.recruit-wrap:after{
		content: '';
    width: 50%;
    height: 610px;
    background: #EAEFF4;
    position: absolute;
    right: 0;
    bottom: -195px;
    z-index: -1;
}

.rl2{
	position:absolute;
	left: 0;
	bottom: -195px;
	width: 500px;
	z-index: 3;
}


.r-text1{
	font-size: 22px;
	margin: 0 0 50px;
}

.r-text2{
	font-size: 14px;
	margin: 0;
}

.interview-area{
	position: relative;
}

.interview-wrap{
	margin-top: 440px;
}

.re-vr{
	position:absolute;
	left: 32%;
	top:114px;
	font-size: 41px;
	color:#156AAC;
	font-weight: 400;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.15em;
}

.re-vr span{
	background: white;
	margin:0 20px;
	padding:10px 0;
}

.interview-area h2{
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: block;
    font-size: 14px;
    margin-bottom: 265px;
    letter-spacing: 0.3rem;
    color: white;
    margin-left: auto;
}

.interview-area h2 span{
	display: block;
	font-size: 21px;
}

.interview-flex{
	display: flex;
}

.in-left{
	width: 64%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;	
	margin-top: 55px;
}

.in-l1{
	width: 50%;
	padding-right: 30px;
	box-sizing: border-box;
	position: relative;
}

.in-l1 a{
	text-decoration: none;
}

.in-l1 a p , .in-l2 a p{
	color: white;
	margin-bottom: 0;
	margin-top: 25px;
}

.in-l2{
	width: 50%;	
	box-sizing: border-box;
	padding-left: 30px;
	margin-top: 46px;
	position: relative;
}

.in-l2 a{
	text-decoration: none;
}


.in-right{
	width: 36%;
	box-sizing: border-box;
	padding-left: 100px;
	padding-top: 120px;
}

.in-rel{
	position: relative;
	width: 302px;
	max-width: 100%;
}

.in-rel img{
	width: 100%;
}

.message{
	margin: 0;
	padding:0 8px;
	position: absolute;
	right: -64px;
	bottom: -22px;
	height: 349px;
	font-size: 24px;
	background: white;
	box-sizing: border-box;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;	
    color: #156AAC!important;
    line-height: 2;
}

.ms-1{
	padding:30px 8px;
}

.ms-2{
	padding:70px 36px;
}

.ms-3{
	padding:47px 36px;
}

.bar-2{
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 49px;
	height: auto;
}

.interview-bg{
	position: relative;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: -1;
	margin-bottom: 270px;
}

.interview-bg img{
	width: 100%;
	height: 1400px;
	top: -1300px;
	left: 0;
	object-fit: cover;
	position: absolute;
}

.invr{
	position:absolute;
	right: 17%;
	top: 150px;
	font-size: 41px;
	margin: 0;
	color:white;
	letter-spacing: 0.4rem;
	line-height: 1.9;
	  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;	
	z-index: 10;
}

.invr span{
	border-right:3px solid white;
}

.in-l2.mt-60{
	margin-top: 60px;
}

.inr-1{
	font-size: 22px;
	color:#156AAC;
	margin: 0 0 50px;
}

.inr-2{
	font-size: 14px;
	margin: 0;
	color:white;
}

.view3{
	width: 285px;
	margin-top: 45px;
	border: 1px solid white;
	text-align: center;
	font-size: 15px;
	display: block;
	color: white;
	box-sizing: border-box;
	text-decoration: none;
	padding:15px 0;
	border-radius: 35px;
	position: relative;
	transition: 0.4s;
}

.view3:hover{
	background: white;
	color: #156AAC;
}

.view3:hover:after{
	opacity: 0;
}

.view3:after{
	content: '';
	width: 49px;
	height: 8px;
	background-image: url(img/bar.png);
	background-size: cover;
	position: absolute;
	right: -25px;
	z-index: 4;
	top: 50%;
	transition: 0.4s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);	
}

.slick-area{
	margin:30px 0 230px;
}

.slick{
	padding-left: 0;
}

.slick div img{
	width: 100%;
}

.slick .slick-list .slick-slide:nth-child(odd){
	margin-top:54px;
}

.slick div li{
	padding:0 16px;
	box-sizing: border-box;
}

.contact-area{
	background-image: url('img/cu-bg.png');
	background-size: cover;
	background-position: center;
	padding:190px 0 110px;
	width: 1067px;
	display:block;
	margin:0 auto 80px;
	max-width: 100%;
	position:relative ;

}

.contact-area h2{
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: block;
    font-size: 18px;
    letter-spacing: 0.35rem;
    color: #156AAC;
	position: absolute;
	left: 50%;
	top: -100px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
}

.contact-area h2 span{
	display: block;
	font-size: 28px;
}

.contact-flex{
	display: flex;
}

.cof-left{
	width: 50%;
	box-sizing: border-box;
}

.cof-right{
	width: 50%;
	box-sizing: border-box;
}

.c-text1{
	text-align: center;
	font-size: 22px;
	margin:0 0 55px;
}

.cof-left a{
	font-size: 57px;
	text-align: center;
	text-decoration: none;
	color: #156AAC;
	display: block;
}

.cof-left a span{
	font-size: 23px;
	vertical-align: middle;
}

.cof-left a img{
	width: 31.5px;
}

.cof-left p{
	font-size: 16px;
	text-align: center;
	padding-right: 40px;
	margin: 0;
}

.cof-right a{
	width: 390px;
	max-width: 100%;
	display: block;
	margin:15px auto 0;
	background-image: url('img/contact-bg.png');
	background-size: cover;
	background-position: center;
	border-radius: 50px;
	text-decoration: none;
	color: white;
	text-align: center;
	padding:28px 0;
	transition: 0.4s;
}

.cof-right a:hover{
	opacity: 0.6;
}

.cof-right a img{
	width: 23px;
}

footer{
	background-image:url('img/footer-bg.png');
	background-size: cover;
	background-position:center;
	width: 100%;
	padding:95px 0 60px;
	color: white;
}

.footer-flex{
	display: flex;
	margin-bottom: 55px;
}

.ff-left{
	width: 50%;
}

.ff-right{
	width: 50%;
}

.ffl-1{
	font-size: 20px;
	margin:0 0 25px;
	vertical-align: middle;
}

.ffl-1 img{
	display:inline-block;
	position:relative;
	margin-right: 13px;
	width: 86px;
	top: 5px;
	vertical-align: middle;
}

.ffl-2{
	font-size: 15px;
	margin: 0;
}

.ffl-2 a{
	display: inline-block;
	margin-left:21px;
	font-size: 15px;
	color: white;
	transition: 0.4s;
}

.ffl-2 a:hover{
	opacity: 0.6;
}

.ffl-2 a img{
	display: inline-block;
	margin-left: 4px;
	position: relative;
	top: 3px;
}

.copy{
	font-size: 13px;
	margin: 0;
}

.ff-right a{
	font-size: 13px;
	display: block;
	text-decoration: none;
	color:white;
	width: 145px;
	margin-left: auto;
	margin-right: 33px;
	position: relative;
	top: 145px;
}

footer .wrap{
	position: relative;
}

footer{
	position: relative;
}

.abo-link{
	position: absolute;
	right: -30px;
	bottom: 0;
	font-size: 13px;
	color: white;
	text-decoration: none;
	  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.abo-link img{
	margin-bottom: 18px;
	transition: 0.4s;
}

.abo-link:hover img{
	transform: translateY(-6px);
}

.pageV1{
	background-image:url('img/page-v1.png');
	background-size: cover;
	background-position:center;
	width: 100%;
	height: auto;
	min-height: 500px;
	position: relative;
}

.pageV1:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background:#156AAC;
	opacity: 0.2;
}

.pageV4{
	background-image:url('img/page-v4.png');
	background-size: cover;
	background-position:center;
	width: 100%;
	height: auto;
	min-height: 500px;
	position: relative;
}

.pageV4:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background:#156AAC;
	opacity: 0.2;
}

.pageV5{
	background-image:url('img/page-v5.png');
	background-size: cover;
	background-position:center;
	width: 100%;
	height: auto;
	min-height: 500px;
	position: relative;
}

.page-title{
    background: white;
    width: 140px;
    position: absolute;
    right: 0;
    bottom: -367px;
    z-index: 2;
    padding: 37px 0 95px;
}

.contact-title{
	padding-bottom: 45px!important;
}

.pagecontact-area{
	margin:200px 0 180px;
}

.contact-wrap{
	width: 1000px;
	box-sizing: border-box;
	max-width: 100%;
	display: block;
	margin:0 auto;
	padding:0 20px;
}

.contact-caution{
	font-size: 16px;
	text-align: center;
	margin:0 0 100px;
}















.pr-pt2{
	width: 172px;
	box-sizing: border-box;
	padding:37px 13px;
}

.pr-pt2 h2{
	margin: 0;
}

.pr-pt2 h2 span{
	display: block;
	padding-right: 8px;
	line-height: 1.6;
}

.privacy-wrap{
	width: 1050px;
	padding:0 20px;
	display: block;
	margin:0 auto;
}

.privacy-wrap p{
	margin: 20px 0 60px;
}

.privacy-wrap h3{
	font-weight: 400;
	font-size: 20px;
	margin: 0;
}

.page-wrap{
	position: relative;
}

.page-area{
	margin-top: 120px;
	margin-bottom: 220px;
}

.page-title h2{
		  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color:#156AAC;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.25em;
}

.page-title h2 span{
	font-size:32px;
	display: block;
}

.pt-h2{
	font-size: 28px;
	text-align: center;
	margin: 0;
	color: #156AAC;
}

.pt-h2 span{
	display: block;
	font-size: 18px;
	text-align: center;
}

.table-area{
	width: 996px;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin:100px auto;
}

.ta-left{
	width: 23.5%;
	box-sizing: border-box;
	border-bottom: 2px solid #156AAC;
	padding-left: 20px;
}

.ta-right{
	width: 76.5%;
	box-sizing: border-box;
	padding-left: 23px;
	border-bottom:2px solid #A5A5A5;
}

.table-area p{
	font-size: 18px;
	margin:25px 0;
}

.table-area p.place-name{
	margin-bottom: 4px;
}

.table-area p.address-text{
	margin-top: 4px;
}

.tmap-link{
	color: black;
	display: inline-block;
	margin-left: 24px;
}

.tmap-link img{
	position: relative;
	left: 4px;
	top: 3px;
}

.t-tel{
	color: black;
	text-decoration: none;
}

.map-flex{
	display: flex;
}

.map-left{
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
}

.map-right{
	width: 50%;
	box-sizing: border-box;
	padding-left: 20px;
}

.map-left iframe , .map-right iframe{
	width: 100%;
	height: 500px;
}

.map-text-f{
	display: flex;
	margin-top: 20px;
}

.mtf-1{
	font-size: 18px;
	margin: 0;
	width:70px;
	color: #156AAC;
}

.mtf-2{
	font-size: 18px;
	margin: 0;
}

.mtf-3{
	font-size: 18px;
	margin: 0;
	width:125px;
	color: #156AAC;
}

.history-area{
	width: 100%;
	background-image: url('img/history-bg.png');
	background-size: cover;
	background-position: center;
	padding:95px 0;
	margin-top: 125px;
	color: white;
}

.history-area h2{
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color:white;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.3em;
  display: block;
  margin-top: 0;
  margin-bottom:20px;
  margin-left: auto;
}

.history-area h2 span{
	display: block;
	font-size: 28px;
}

.history-flex{
	display: flex;
	flex-wrap: wrap;
	width: 996px;
	max-width: 100%;
	margin:0 auto;
}

.history-left{
	width: 23.5%;
	box-sizing: border-box;
	position: relative;
	border-right:2px solid white;
}

.history-right{
	width: 76.5%;
	box-sizing: border-box;

}

.history-flex p{
	margin:25px 0;
	font-size: 18px;
}

.history-flex .first p{
	margin-top: 0;
	margin-bottom: 19px;
	position: relative;
	bottom: 6px;
}

.history-right p{
	position: relative;
	padding-left: 75px;
}

.history-flex p.history-last-text{
	margin-bottom: 0;
	margin-top: 35px;
}

.lh-row{
	line-height: 1;
}

.history-right p:before{
	content: '';
	width: 16px;
	height: 16px;
	background: white;
	border-radius: 50%;
	position: absolute;
	left: -9px;
	top: 6px;
	z-index: 4;
}

.history-right.first p:before{
	background:#589CCC;
	border:2px solid white;
	box-sizing: border-box;
}

.pt2{
	padding-bottom: 7px;
}

.pageV2{
	background-image:url('img/page-v2.png');
	background-size: cover;
	background-position:center;
	width: 100%;
	height: auto;
	min-height: 500px;
	position: relative;
}

.pageV2:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background:#156AAC;
	opacity: 0.2;
}

.pageV3:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background:#156AAC;
	opacity: 0.2;
}

.ab-area{
	width: 1087px;
	display: block;
	max-width: 95%;
	box-sizing: border-box;
	padding:90px 168px 150px;
	margin:0 auto 115px;
	background-image: url('img/ab-bg.png');
	background-size: cover;
	background-position: center;
	position:relative;
	color: white;
}

.ab-area h2{
	position: absolute;
	top: 84px;
	left: -40px;
	color: #156AAC;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.3em;  
}

.ab-area h2 span{
	display: block;
	font-size: 28px;
}

.aba-t1{
	font-size: 32px;
	background: white;
	color:#156AAC;
	display:inline-block;
	margin:0 0 100px;
	padding:0 20px;
	letter-spacing: 0.12em;
	line-height: 1.5;
	position: relative;	
}

.aba-t2{
	font-size: 16px;
	margin: 0;
}

.company-top{
	background-image: none!important;
	color: #156AAC!important;
	margin-bottom: 40px;
}

.aba-blue1{
	width: 220px;
	max-width: 100%;
	background:#156AAC;
	color: white!important;
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
}

.aba-blue2{
	width: 485px;
	max-width: 100%;
	background:#156AAC;
	color: white!important;
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
}

.t2-blue{
	line-height: 2.2;
	font-size: 15px;
	margin-top:60px;
	margin-bottom: 0;
}

.flow-flex{
	display: flex;
	flex-wrap: wrap;
	margin-top: 85px;
	margin-bottom: 5px;
}

.ff1{
	width: 33.33%;
	box-sizing: border-box;
	padding-right: 30px;
	margin-bottom: 25px;
}

.ff2{
	width: 33.33%;
	box-sizing: border-box;
	padding:0 15px;
	margin-top: 36px;
	margin-bottom: 25px;
}

.ff3{
	width: 33.33%;
	box-sizing: border-box;
	padding-left:30px;
	margin-top: 72px;
	margin-bottom: 25px;
}

.flow-flex div img{
	width: 100%;
	margin-bottom: 30px;
}

.flow-flex div img.step{
	width: 75px;
	margin-bottom: 0;
	margin-right: 15px;
	position: relative;
	top: 6px;
}

.ff-text1{
	font-size: 22px;
	margin: 0;
	color: #156AAC;
}

.ff-text2{
	font-size: 14px;
	margin:20px 0 0;
}

.types-area{
	position: relative;
	margin-bottom: 250px;
}

.types-bg{
	position: absolute;
	width: 100%;
	height: 327px;
	background-image: url('img/types-bg.png');
	background-size: cover;
	background-position: center;
	bottom: -55px;
	left: 0;
	z-index: -1;
}

.types-area h2{
	color: #156AAC;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.3em;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: 100px;
}

.types-area h2 span{
	display: block;
	font-size: 28px;
}

.types-flex{
	display: flex;
	color: white;
}

.types-left{
	width: 50%;
	padding-left: 95px;
	padding-right: 25px;
	box-sizing: border-box;
}

.types-left img{
	width: 100%;
}

.types-right{
	width: 50%;
	padding-right: 95px;
	padding-left: 25px;
	box-sizing: border-box;
}

.types-right img{
	width: 100%;
}

.types-1{
	font-size: 19px;
	margin:20px 0 15px;
}

.types-1 span{
	color: white;
	background:#156AAC;
	padding:8px 15px;
	display: inline-block;
} 

.types-2{
	font-size: 16px;
	margin: 0;

}

.works-flex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 75px;
}

.works1{
	width: 33.33%;
	box-sizing: border-box;
	padding-right: 30px;
	margin-bottom: 20px;
}

.works2{
	width: 33.33%;
	box-sizing: border-box;
	padding:0 15px;
	margin-bottom: 20px;
}

.works3{
	width: 33.33%;
	box-sizing: border-box;
	padding-left: 30px;
	margin-bottom: 20px;
}

.works-flex div img{
	width: 100%;
}

.works-text1{
	font-size: 18px;
	margin:0;
	display:inline-block;
	min-width: 203px;
	box-sizing:border-box;
	background:white;
	color:#156AAC;
	padding:6px 18px;
	position:relative;
	bottom: 53px;
}

.works-text2{
	margin: 0;
	position:relative;
	bottom: 30px;
	text-align: right;
}

.other-flex div ul li{
	position:relative;
}

.other-flex div ul li div{
	position:absolute;
	right: 0;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);	
}

.other-flex div ul li div.right1{
	right: -13px;
}

.other-cate{
	display:inline-block;
	font-size: 12px;
	color:#156AAC;
	padding:0 7px;
	margin-right: 8px;
	border:1px solid #156AAC;
}

.oc2{
	margin-right: 0!important;
}

.works-text2 .cate{
	border:1px solid #156AAC;
	font-size: 12px;
	padding:2px 8px;
	color: #156AAC;
	margin-left: auto;
	margin-right: 8px;
}

.works-text2 .cate2{
	margin-right: 0!important;
}

.other-work{
	font-size: 22px;
	margin-top: 53px;
	margin-bottom: 75px;
	color: #156AAC;
	position: relative;
}

.other-work:before{
	content: '';
	width: 35px;
	height: 1px;
	background: #156AAC;
	position: absolute;
	left: 0;
	bottom:-30px;
}

.other-flex{
	display: flex;
}

.other-left{
	width: 40%;
	box-sizing: border-box;
	padding-right: 60px;
}

.other-right{
	width: 60%;
	box-sizing: border-box;
	padding-left: 60px;
	padding-right: 90px;
}

.other-flex div ul{
	padding-left: 0;
	list-style: none;
}

.mts{
	display: none;
}

.other-flex div ul li{
	margin: 15px 0;
	font-size: 18px;
	color:#156AAC;
}

.pageV3{
	background-image:url('img/page-v3.png');
	background-size: cover;
	background-position:center;
	width: 100%;
	height: auto;
	min-height: 500px;
	position: relative;
}

.in-title{
	font-size: 18px;
	color: #156AAC;
	font-weight: 400;
	margin: 0;
	padding-left: 24px;
}

.in-title span{
	display: block;
	padding-left:0!important;
	font-size: 28px;
}

.interview-area{
	width: 1440px;
	max-width: 100%;
	display: block;
	position: relative;
	margin:110px auto 0px;
	padding-top: 30px;
}

.ina-flex{
	width: 100%;
	position: relative;
	margin-bottom: 360px;
}

.ina-flex2.plus__flex{
	margin-bottom: 360px;
}

.mb__60.ina-text2{
	margin-bottom: 60px;
}

.ina-left{
	width: 60%;
	box-sizing: border-box;
	position: relative;
	padding-left:152px;
	padding-right: 270px;
	background-image: url('img/in-bg.png');
	background-size: cover;
	background-position: center;
	padding-top: 100px;
	padding-bottom: 140px;
	color: white;
}

.t-right{
	text-align: right;
}

.t-right span{
	padding-right:24px;
}

.ina-right{
	width: 40%;
	box-sizing: border-box;
}

.in-num{
	position: absolute;
	left: 152px;
	top: -68px;
	width: 116px;
}

.ina-text1{
	margin-top: 0;
	margin-bottom: 45px;
	font-size: 28px;
}

.ina-text2{
	font-size: 16px;
	margin: 0 0 12px;
}

.ina-text3{
	font-size: 24px;
	margin:0 0 60px;
}

.ina-text4{
	font-size: 15px;
	margin: 0;
}

.in-rightimg{
	position: absolute;
	width: 720px;
	top: -140px;
	right: 60px;
	z-index: 2;
}

.in-rightimg2{
	position: absolute;
	width: 470px;
	top: 460px;
	right: 210px;
	z-index: 2;
}

.ina-flex2{
	width: 100%;
	position: relative;
}

.ina-right{
	margin-left:auto;
	width: 60%;
	box-sizing: border-box;
	position: relative;
	padding-right:152px;
	padding-left: 270px;
	background-image: url('img/in-bg.png');
	background-size: cover;
	background-position: center;
	padding-top: 100px;
	padding-bottom: 140px;
	color: white;
}

.in-leftimg{
	position: absolute;
	width: 650px;
	top: -80px;
	left: 70px;
	z-index: 2;
}

.in-leftimg2{
	position: absolute;
	width: 470px;
	top: 440px;
	left: 200px;
	z-index: 2;
}

.in-num2{
	position: absolute;
	left: 270px;
	top: -68px;
	width: 116px;
}

.model-area{
	width: 100%;
	box-sizing: border-box;
	padding:106px 56px 65px;
	background: #EAEFF4;
	margin-top: 200px;
	margin-bottom: 140px;
	position: relative;
}

.model-area h2{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.3rem;
  font-size: 18px;
  margin: 0;
  position: absolute;
  right: 75px;
  top: -63px;
  height: 180px;
  color: #156AAC;
}

.model-area h2 span{
	display: block;
	font-size: 28px;
}

.mt-1{
	margin: 0 0 60px;
	font-size: 22px;
	text-align: center;
	color:#156AAC;
}

.mt-1 span{
	display: block;
	font-size: 16px;
	color: black;
}

.model-img{
	width: 100%;
}

.model-flex{
	display: flex;
	justify-content: space-between;
	width: 100%;
	color: white;
}

.model-left{
	width: 47.5%;
	background:rgba(21,106,172,0.89);
	box-sizing: border-box;
	padding:50px 53px;
	box-sizing: border-box;
}

.model-right{
	width: 47.5%;
	background:rgba(21,106,172,0.89);
	box-sizing: border-box;
	padding:50px 53px 75px;
	box-sizing: border-box;
}

.model-t1{
	text-align: center;
	font-size: 22px;
	position: relative;
	margin: 0 0 84px;
}

.model-t1:after{
	content: '';
	position: absolute;
	bottom: -31px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);		
	width: 35px;
	height: 1px;
	background: white;
}

.model-t2{
	margin: 0;
	font-size: 16px;
}

.day-area{
	background-image: url('img/day-bg.png');
	background-size: cover;
	background-position: center;
	width: 100%;
	padding:76px 0 250px;
	margin-top: 175px;
}

.day-wrap{
	width: 1440px;
	max-width: 100%;
	display: block;
	margin:0 auto;
}

.day-flex1{
	display: flex;
	box-sizing: border-box;
	width: 100%;
	padding-left: 0!important;
}

.df1-left{
	width: 50%;
	box-sizing: border-box;
}

.df1-right{
	width: 50%;
	box-sizing: border-box;
	padding-left: 60px;
}

.df1-right .day-img{
	max-width: 100%;
	width: 630px;
	display: block;
	margin-left: auto;
}

.df1-left h2{
	margin: 0 0 70px;
	font-size: 28px;
	text-align: center;
	color: #156AAC;
}

.df1-left h2 span{
	display: block;
	text-align: center;
	font-size: 18px;
}

.day-flow{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.day-flow1{
	width: 29%;
	box-sizing: border-box;
	border-right:1px solid #72ADDB;
}

.day-flow2{
	width: 71%;
	box-sizing: border-box;
	padding-left: 45px;
}

.day-flow1 p{
	font-size: 16px;
	margin:23px 0;
	color:#156AAC;
}

.day-flow2 p{
	font-size: 20px;
	margin:19px 0;
	color:#156AAC;
}

.day-row1 p{
	margin-top: 0!important;
	line-height: 1;
	position:relative;
	bottom: 6px;
}

.day-row1{
	line-height: 1;
}

.day-row1.day-flow2 p:before{
    content: '';
    width: 13px;
    height: 13px;
    border:1px solid #156AAC;
    box-sizing:border-box;
    background: #E1EAED;
    border-radius: 50%;
    position: absolute;
    left: -52px;
    top: 4px;
    z-index: 4;	
}

.day-row-last.day-flow2 p{
	position:relative;

}

.day-row-last.day-flow2 p:before{
    content: '';
    width: 13px;
    height: 13px;
    box-sizing:border-box;
    background: #156AAC;
    border-radius: 50%;
    position: absolute;
    left: -52px;
    top: 4px;
    z-index: 4;	
}

.day-row-last p{
	margin-bottom: 0!important;
	margin-top: 15px;
	position: relative;
	top: 6px;
	line-height: 1;
}

.day-row-last{
	line-height: 1;
}

.day-flex-p2{
	display: flex;
	box-sizing: border-box;
	width: 100%;
	padding-right: 0!important;	
	margin-top: 350px;
}

.df2-left{
	width: 50%;
	box-sizing: border-box;
	padding-right: 60px;
}

.df2-left img{
	width: 100%;
}

.df2-right{
	width: 50%;
	box-sizing: border-box;
	padding-left: 24px;
}

.df2-right h2{
	margin: 0 0 70px;
	font-size: 28px;
	text-align: center;
	color: #156AAC;
}

.df2-right h2 span{
	display: block;
	text-align: center;
	font-size: 18px;
}

.faq-area{
	margin:160px 0;
}

.faq-area h2{
	text-align: center;
	font-size:28px;
	margin:0 0 130px;
	font-weight: 400;
	color: #156AAC;
}

.faq-area h2 span{
	display: block;
	font-size: 18px;
}

.qa-box{
	width: 1056px;
	max-width: 100%;
	padding:0 20px;
	box-sizing: border-box;
	display: block;
	margin:0 auto;
}

.qa-box .q{
	position: relative;
	font-size: 22px;
	padding:18px 0 36px;	
	padding-left: 80px;
	margin:18px 0;
	border-bottom:2px solid #BFBFBF;
}

.qa-box .q:before{
	content: '';
	width: 30px;
	height: 53px;
	background-image: url('img/Q.png');
	background-size: cover;
	position: absolute;
	left: 12px;
	top: 10px;
}

.qa-box .a{
	position: relative;
	font-size: 16px;
	padding:18px 0;	
	padding-left: 80px;
	margin:18px 0 90px;
}

.qa-box .a:before{
	content: '';
	width: 20px;
	height: 39px;
	background-image: url('img/A.png');
	background-size: cover;
	position: absolute;
	left: 18px;
	top: 11px;
}

.requirement-area{
	margin:185px 0;
	width: 1050px;
	padding:0 20px;
	box-sizing: border-box;
	display: block;
	max-width: 100%;
	margin:115px auto 0; 
}

.bottom-space{
	margin-bottom:550px;
}

.requirement-area h2{
	font-size: 28px;
	text-align: center;
	color: #156AAC;
	margin: 0;
	font-weight: 400;
}

.requirement-area h2 span{
	display: block;
	font-size: 18px;
}

.req-box{
	width: 100%;
	box-sizing: border-box;
	border:2px solid #156AAC;
	padding:24px 34px 80px;
	margin-top: 80px;
}

.req-box h3{
	font-weight: 400;
	font-size: 22px;
	margin:0 0 70px;
	color: #156AAc;
}

.req-flex{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding:0 28px;
	box-sizing: border-box;
}

.req-left{
	width: 16%;
	box-sizing: border-box;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom:1px solid #BFBFBF;
}

.req-right{
	width: 84%;
	box-sizing: border-box;
	padding-left: 68px;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom:1px solid #BFBFBF;
}

.req-left p{
	font-size: 16px;
	font-weight: bold;
	margin:0;
	line-height:2.1;
}

.req-right p{
	font-size: 16px;
	margin:0;
	line-height: 2.1;
}

.req-left p.first , .req-right p.first{
	margin-top: 0;
}

.contact-text{
	font-size: 22px;
	text-align: center;
	margin: 110px 0 0;
}

.pc-none{
	display: none;
}

.day1-rel , .day2-rel{
	position: relative;
	width: 100%;
}

.day-area{
	position:relative;
	z-index: -1;
}

.day1-rel .day-img{
	position:absolute;
	max-width: 45%;
	width: 570px;
	right: 0;
	top: 0;
	z-index: -1;
}

.day2-rel .day-img{
	position:absolute;
	max-width: 45%;
	width: 570px;
	left: 0;
	top: 0;
	z-index: -1;
}

.day-img2{
	width: 485px;
	position:relative;
	z-index: 2;
	top: 60%;
}

.day-area{
	z-index: 1;
}

.day1-rel h2{
	width: 648px;
	max-width: 48%;
	text-align: center;
	font-size: 28px;
	color:white;
	background-image:url('img/dt-bg.png') ;
	background-size: cover;
	background-position: center;
	font-weight: 400;
	margin: 0;
	padding:33px 0;
	position:absolute;
	left: 0;
	top: -116px;
	letter-spacing: 0.12em;
}

.day-flex1 .day-flow{
	margin-top: 180px;
}

.day2-rel h2{
	width: 648px;
	max-width: 48%;
	text-align: center;
	font-size: 28px;
	color:white;
	background-image:url('img/dt-bg.png') ;
	background-size: cover;
	background-position: center;
	font-weight: 400;
	margin: 0;
	padding:33px 0;
	position:absolute;
	right: 0;
	top: -116px;
	letter-spacing: 0.12em;
}

.day-flex-p2 .day-flow{
	margin-top: 180px;
}

.day1-rel h2 span , .day2-rel h2 span{
	font-size: 18px;
	display:inline-block;
	margin-left: 50px;
}

	nav{
			position: fixed;
	    overflow-x: hidden;
	    min-height: 100vh;
	    width: 100%;
	    right: -100%;
	    top: 0;
	    background: white;
	    margin-top: 0px;
	    transition: .8s;
	    padding-top: 0px;
	    z-index: 88;
	    color: #fff;
	    background-image:url('img/nav-bg.png');
	    background-size: cover;
	    background-position: center;	
	}

	nav:before{
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 59;
		opacity: 0.87;
	    background-image:url('img/nav-bg2.png');
	    background-size: cover;
	    background-position: center;		
	}

	.interview-view{
		display: none;
	}

	.nav-area{
		position: relative;
		z-index: 999;
	}

	.form-flex{
		display: flex;
		margin-bottom: 40px;
	}

	.form-left{
		width: 32%;
		box-sizing: border-box;
		position: relative;
		padding-top: 13px;
	}

	.confirm .form-left{
		padding-top: 0;
	}

	.confirm .form-left .must{
		display: none;
	}

	.form-right{
		width: 68%;
		box-sizing: border-box;
		padding-left: 33px;
	}

	.form-right input{
			line-height: 1.8;
			letter-spacing: 0.06em;
			font-family: pt-serif, serif;
			font-weight: 400;
			color:#156AAC;
			font-size: 16px;
			box-sizing: border-box;
			padding:9px 22px;
			border:2px solid rgba(21, 106, 172, 0.5);
	}

	.confirm .submit{
		display: flex;
		margin-top: 75px;
	}

	.confirm .submit .back{
		width: 50%;
	}

	.confirm .submit .send{
		width: 50%;
	}

	.confirm .submit .back input{
			line-height: 1.8;
			letter-spacing: 0.06em;
			font-family: pt-serif, serif;
			font-weight: 400;	
			border: 0;
			background:gray;
			color: white;
			text-align: center;
			width: 304px;
			max-width: 100%;
			display: block;
			padding:16px 0;
			border:2px solid gray;
			cursor: pointer;
			transition: 0.4s;
			margin:0 auto;
	}

	.confirm .submit .back input:hover{
		background: white;
		color: black;
		font-weight: bold;
	}


	.form-right.fr-size1 input{
		width: 444px;
		box-sizing: border-box;
		max-width: 100%;
	}

	.form-right.fr-size2 input{
		width: 581px;
		box-sizing: border-box;
		max-width: 100%;
	}

	.form-right.fr-size3 input{
		width: 227px;
		box-sizing: border-box;
		max-width: 100%;
	}

	.form-right.fr-size4 input{
		width: 100%;
		box-sizing: border-box;
		max-width: 100%;
	}

	.form-right.fr-size5 input{
		width: 282px;
		box-sizing: border-box;
		max-width: 100%;
	}

	.form-right.fr-size6 input{
		width: 506px;
		box-sizing: border-box;
		max-width: 100%;
	}

	.submit .send input.send{
			line-height: 1.8;
			letter-spacing: 0.06em;
			font-family: pt-serif, serif;
			font-weight: 400;	
			border: 0;
			background:#156AAC;
			color: white;
			text-align: center;
			width: 304px;
			max-width: 100%;
			display: block;
			margin:0 auto 0;
			padding:16px 0;
			border:2px solid #156AAC;
			cursor: pointer;
			transition: 0.4s;
	}

	.submit .send input:hover{
		background: white;
		color: #156AAC;
		font-weight: bold;
	}


	.form-right textarea{
			line-height: 1.8;
			letter-spacing: 0.06em;
			font-family: pt-serif, serif;
			font-weight: 400;
			color:#156AAC;
			font-size: 16px;
			box-sizing: border-box;
			padding:9px 22px;
			resize: none;
			width: 100%;
			height: 235px;
			border:2px solid rgba(21, 106, 172, 0.5);		
	}

	.form-right input::placeholder , .form-right textarea::placeholder{
		color:#156AAC;
		opacity: 0.5;
	}

	.form-left p{
		margin: 0;
	}

	.form-left .must{
		color: white;
		position: absolute;
		right: 0;
		top: 14px;
		width: 47px;
		text-align: center;
		font-size: 14px;
		background: #156AAC;
	}

	.th1{
		font-size: 26px;
	}

	.th2{
		font-size: 18px;
		margin-bottom: 80px;
	}

	.th3{
		display: inline-block;
    font-size: 22px;
    margin-bottom: 180px;
    color: black;
    transition: 0.4s;
	}	


	.th3:hover{
		opacity: 0.6;
	}

	.ina-text1 span{
		display:inline-block;
		background: white;
		color:#156AAC;
		letter-spacing: 0.12em;
		margin-bottom: 12px;
		padding:0 10px;
	}

	.ina-text1 span.mb0{
		margin:0;
	}

.in-l1.mt-60{
	margin-top: 60px;
}



@media screen and (max-width: 1450px){

	.white-abo{
		width: 80%;
	}

	.interview-area{
		width: 1200px;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
	}

	.ina-left{
		padding-left: 52px;
		padding-right: 215px;
	}


	.in-rightimg{
		right: 0;
	}

	.in-num{
		left: 52px;
	}

	.in-leftimg{
		left: 0;
	}

	.ina-right{
		padding-left: 215px;
		padding-right: 52px;
	}

	.in-num2{
		left: 215px;
	}

	.in-rightimg{
		width: 570px;
	}

	.in-leftimg{
		width: 570px;
	}



}


@media screen and (max-width: 1360px) {

	.recruit-right img{
		max-width: 100%;
	}

	.wrap.r0{
		padding-right: 0;
	}

	.al2{
		bottom: -18%;
	}

	.other-right{
		padding-right: 0;
		padding-left: 40px;
	}

	.abo-link{
		right: 15px;
	}

	.wrap{
		max-width: 100%;
	}

	.ff-right a{
		margin-right: 50px;
	}

	.num-area{
		right: 20px;
	}

/*	.ina-left{
		padding-left: 20px;
	}

	.in-num{
		left: 20px;
	}*/

/*	.ina-right{
		padding-right: 20px;
	}*/

	.day-flex1{
		padding-left: 20px;
	}

	.day-flex-p2{
		padding-right: 20px;
	}

	
}

@media screen and (max-width: 1200px){

	.pageV1 , .pageV2 , .pageV3 , .pageV4 , .pageV5{
		min-height:488px;
	}

	.al2{
		bottom: -24%;
	}	

	.rl2{
		bottom: -44%;
	}

	.interview-wrap{
		margin-top: 450px;
	}

	.in-rightimg2{
		width: 360px;
		right: 180px;
	}

	.in-leftimg2{
		width: 360px;
		left: 140px;
	}

	.day-img2{
		max-width: 90%;
	}

	.logo{
		width: 120px;
		height: auto;
	}

	.hf-left h1 a span{
		font-size: 16px;
		bottom: 36px;
	}

}



@media screen and (max-width: 1100px){

	.pageV1 , .pageV2 , .pageV3 , .pageV4 , .pageV5{
		min-height: 478px;
	}

	.vr-titile{
		font-size: 32px;
		left: 42%;
	}

	.vr-titile span{
		margin:0 15px;
	}

	.vr-titile span.wh1{
		height: 310px;
	}

	.vr-titile span.wh2{
		height: 250px;
	}

	.vr-titile span.wh3{
		height: 285px;
		margin-top: 65px;
	}

	.vr-titile span.wh4{
		height: 250px;
		margin-top: 65px;
	}




	.al2{
		bottom: -34%;
	}	

	.af-left{
		padding-left: 0;
	}

	.white-abo{
		width: 90%;
	}

	.contact-area{
		margin-bottom: 0;
	}

	.in-num2{
		left: 200px;
	}

	.in-leftimg{
		width: 550px;
	}

	.in-rightimg{
		width: 550px;
	}

	.hf-left{
		width: 34%;
		box-sizing:border-box;
		padding-right: 20px;
	}

	.hf-right{
		width: 66%;
		box-sizing:border-box;
		padding-left: 20px;
	}

	.logo{
		width: 100px;
	}

	.hf-left h1 a span{
		font-size: 14px;
		margin-left: 8px;
		bottom: 30px;
	}

	.in-left{
		width: 60%;
	}

	.in-right{
		width: 40%;
		padding-left: 90px;
	}

	.message{
		font-size: 24px;
		right: -50px;
		height: 290px;
		text-align: left;
		padding:30px 8px 0;
		bottom: -10px;
	}

	.ms-1{
		padding:9px 8px 0;
	}

	.ms-2{
		padding:50px 27px 0;
	}

	.ms-3{
		padding:20px 27px 0;
	}

	.interview-bg img{
		top: -1200px;
		height: 1320px;
	}

	.view{
		position: relative;
		bottom: 0;
		margin-top: 30px;
	}

	.recruit-left{
		width: 43%;
	}

	.recruit-right{
		width: 57%;
	}

	.recruit-left h2{
		margin-bottom: 65px;
	}

	.bf-right h2{
		margin-top: 60px;
	}

	.bf-left h2{
		margin-top: 60px;
	}

	.bf-left{
		padding:0 50px;
	}

	.bf-right{
		padding:0 50px;
	}

	.af-left{
		padding-right: 50px;
	}

	.af-right h2{
		margin-bottom: 20px;
	}

	footer{
		padding:75px 0 50px;
	}

	.ab-area{
		padding:90px 90px 120px;
	}

	.in-rightimg{
		right: 0;
	}

	.in-leftimg{
		left: 0;
	}

	.ina-left{
		padding-right: 200px;
	}

	.ina-right{
		padding-left: 200px;
	}




}

@media screen and (max-width: 950px){

	.num-area{
		display:none;
	}

	.ina-flex2.plus__flex{
		margin-bottom: 30px;
	}

	.mv2{
		opacity: 0!important;
	}

	.mv1{
		opacity: 1!important;
	}

	.cof-left p{
		padding-right: 0;
	}

		.day-flow2 .voice-box:before{
			display:none!important;
		}

	.day-flow2 .voice-box{
		width: 340px;
		box-sizing:border-box;
		position:relative;
		padding:25px 16px;
		border-radius: 10px;
		background: white;	
		font-size: 14px;
		margin-top: 35px;
		line-height: 1.8!important;
	}

	.day-flow1.day-row-last{
		height: 34px;	
	}

	.voice-box img{
		width: 80px;
		position:absolute;
		left: 0;
		top: -17px;
	}

	.about-wrap:after , .recruit-wrap:after{
		display:none;
	}

	.recruit-right img{
		margin-left: auto;
		width: 450px;
		display:block;
		right: 0!important;
		top: 62px;
	}

	.recruit-rel .pc-none{
		width: 90%;
		box-sizing:border-box;
		padding-right: 20px;
	}

	.re-vr{
		z-index: 4;
		top: 380px;
		font-size: 32px;
	}

	.recruit-left h2{
		margin-top: 66px;
	}

	.slick div li{
		padding-left: 0;
		padding-right: 32px;
		position:relative;
		left: 50%;
	}

	.day1-rel h2{
		font-size: 20px;
		padding:25px 20px;
		display:inline-block;
		text-align: center;
		width: auto;
		max-width: 100%;
		box-sizing:border-box;
		width: 420px;		
	}

	.hf-left{
		width: 80%;
	}

	.day2-rel h2{
		font-size: 20px;
		padding:25px 20px;
		display:inline-block;
		text-align: center;
		width: auto;
		max-width: 100%;
		margin-top: 140px;
		box-sizing:border-box;
		width: 420px;
	}

	.day-flex1 .day-flow{
		margin-top: 50px;
	}

	.day-flex-p2 .day-flow{
		margin-top: 190px;
	}

	.day1-rel h2 span, .day2-rel h2 span{
		font-size: 15px;
		margin-left: 38px;
	}

	.recruit-bg{
		height: 1125px;
		max-width: 90%;
	}

	.in-rightimg2{
		position:relative;
		right: 0;
		top: -150px;
		max-width: 65%;

	}

	.ar-text1{
		margin-top: 250px;
	}

	.sp-none-i{
		display:none!important;
	}

	.in-leftimg2{
		display:none;
	}

	.r-img2{
		display:block;
		margin-left: auto;
		max-width: 65%;
		position:relative;
		bottom: 150px;
	}

	.works1{
		width: 50%;
	}

	.works2{
		width: 50%;
	}

	.works3{
		width: 50%;
	}

	.works-flex div:nth-child(odd){
		padding-left: 0!important;
		padding-right: 20px!important;
	}

	.works-flex div:nth-child(even){
		padding-right: 0!important;
		padding-left: 20px!important;
	}

	.other-flex{
		display:block;
	}

	.other-left{
		width: 100%;
		padding: 0;
	}

	.other-right{
		width: 100%;
		padding: 0;		
	}

	.other-flex div ul li{
		width: 524px;
		margin:10px 0;
	}

	.confirm .submit{
		display: block;
	}

	.works-text1{
		padding:6px 12px;
		font-size: 16px;
		min-width: 160px;
		bottom: 46px;
	}

	.form-flex{
		display: block;
		margin-bottom: 15px;
	}

	.confirm .submit .back input{
		margin:20px auto;
	}

	.submit .send input.send{
		margin:20px auto;
	}

	.form-left{
		width: 100%;
		margin-bottom: 8px;
	}

	.form-right input{
		width: 100%!important;
	}

	.form-left .must{
		top: 17px;
		right: 45%;
	}

	.form-right{
		width: 100%;
		padding-left: 0px;
	}

	.about-wrap{
		padding-left:0px;
		padding-right: 0px;
	}

	.day-area .wrap{
		padding:0 ;
	}

	.about-area{
		padding:45px 32px;
		margin-bottom: 195px;
		max-width:90%;
		height: 1200px;
	}

	.about-flex{
		display: block;
	}

	.af-left{
		width: 100%;
		padding-right:0%;
		margin-top: 44px;
	}

	.af-left img{
		left: 0;
		width: 450px;
		height:550px;
		object-fit: cover;
		margin-bottom: 100px;
	}

	.right-box{
		width: 90%;
		margin-left: auto;
		box-sizing: border-box;
		padding-left: 20px;
		margin-top: 0;
	}

	.about-box{
		padding-left: 0;
	}

	.af-left img{
		position: relative;
	}

	.vr-titile{
		left: 52%;
		top: 34%;
	}

	.vr-titile span{
		margin:0 22px;
	}

	.af-right{
		position: static;
	}

	.af-right h2{
		position: absolute;
		right: 0;
		top: 0;
	}

	.ar-text1{
		margin-top: 45px;
		margin-bottom: 30px;
	}

	.view{
		margin-top: 60px;
	}

	.af-right{
		width: 100%;
	}

	.tb-block{
		display: none;
	}

	.view-new{
		margin-top: 60px;
	}

	.al2{
		bottom: -40%;
	}

	.bg-flex{
		display: block;
		margin-top: 600px;
		margin-bottom: 300px;
	}

	.bf-left{
		width: 100%;
	}

	.bf-right{
		width: 100%;
	}

	.bf-left h2{
		margin-top: 0;
		padding-top: 45px;
	}

	.bf-left{
		min-height: 420px;
		padding-bottom: 45px;
		margin-bottom: 100px;
	}

	.bf-right{
		min-height: 420px;
		padding-bottom: 45px;		
	}

	.white-abo{
		padding-bottom: 0;
	}

	.view2{
		position: relative;
		margin:30px auto 0;
		left: 0;
		bottom: 0;
		transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
	}

	.bf-right h2{
		margin-top: 0;
		padding-top: 45px;
	}

	.b-text1{
		margin-bottom: 30px;
	}

	.bf-right h2{
		height: auto;
	}

	.recruit-wrap{
		padding-left: 0;
	}

	.recruit-bg{
		padding: 45px 32px;
	}

	.recruit-rel{
		display: block;
	}

	.recruit-left{
		width: 100%;
	}

	.recruit-right{
		width: 100%;
	}

	.sp-none{
		display: none;
	}

	.pc-none{
		display: block;
	}

	.recruit-rel .pc-none{
		color: white;
	}

	.recruit-right img{
		position: relative;
		right: -52px;
	}

	.recruit-right{
		padding-left: 20%;
	}

	.recruit-left h2{
		position: absolute;
		margin-left: 0;
		left: 0;
		top: 0;
	}

	.r-text1{
		margin-bottom: 32px;
		margin-top: 250px;
	}

	.r-text2 br{
		display: none;
	}

	.in-right{
		display: none;
	}

	.interview-flex{
		display: block;
	}

	.interview-bg{
		display: none;
	}

	.interview-area h2{
		margin-left: auto;
		margin-right: 0;
		padding-right: 20px;
	}

	.invr{
		right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);		
	}

	.inr-1{
		margin-bottom: 30px;
		width: 100%;
		box-sizing: border-box;
		padding:0 20px;
	}

	.inr-2{
		width: 100%;
		box-sizing: border-box;
		padding:0 20px;		
	}

	.in-left{
		width: 100%;
		background-image: url('img/interview-sp.png');
		background-position: center;
		background-size: cover;
		margin-bottom: 80px;
		display: block;
		padding-bottom: 0;
	}

	.interview-area h2 , .invr{
		color: #156AAC;
	}

	.invr{
		top: 30px;
	}

	.interview-wrap{
		padding: 0;
	}

	.in-l1{
		width: 60%;
		margin-left: auto;
		margin-right: 20px;
		padding-right: 0;
		position: relative;
		bottom: 160px;
	}

	.in-rel{
		margin-left: auto;
		margin-right: 30px;
	}

	.in-l2{
		width: 400px;
		margin-top: 0;
	}

	.in-l1 a p.profile, .in-l2 a p.profile{
		width: 302px;
		margin-left: auto;
    margin-right: 30px;
	}

	.in-l2 a p.profile{
		margin-left: 0;
	}

	.in-l2 .in-rel{
		margin-left: 0;
	}

	.in-l2{
		bottom: 115px;
	}

	.interview-view{
		margin-top: 0;
		margin-left: auto;
		margin-right: 50px;
		position: relative;
		bottom: 45px;
	}

	.slick-area{
		margin:0 0 160px;
	}

	.contact-flex{
		display: block;
	}

	.cof-left{
		width: 100%;
	}

	.cof-right{
		width: 100%;
	}

	.contact-area{
		padding-top: 120px;
		padding-bottom: 65px;
	}

	.c-text1{
		margin-bottom: 0;
	}

	.cof-right a{
		margin-top: 25px;
	}

	.hf-right{
		display: none;
	}

	.footer-flex{
		display: block;
	}

	.ff-left{
		width: 100%;
	}

	.ff-right{
		width: 100%;
		margin-top: 75px;
	}

	.ff-right a{
		top: 0;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 5px;
	}

	.footer-flex{
		margin-bottom: 0;
	}

	.in-l1{
		margin-right: 0;
	}

	.in-rel{
		margin-right: 50px;
	}

	.message{
		right: -50px;
	}

	.mainV{
		min-height: 700px;
	}

	.imgbox{
		height: 700px;
	}

	.imgbox .imgposition{
		height: 700px;
	}

	.main-text{
		margin-top: 45px;
	}

	.num-area{
		bottom: -100px;
	}

	.menu_button{

	 outline: none;
	 border: none;
	 font-size: 20px;
	 text-align: center;
	margin-left:auto;
	 margin-top:0;
	 display:block;
	 position: absolute;
	 right: 40px;
	 top: 0;
	 	z-index: 9999;
	}

	.header-flex{
		padding-top: 22px;
	}


	.menu_button:hover{
		cursor:pointer;
	}

	.menu_button .menu_icon01 {
	  display: block;
	  float:left;
	  cursor: pointer;
	  transition: .7s;
	  position: relative;
	  top:33px;
	  left:20px;
	}

	.menu_button .menu_icon01 span {
	  display: block;
	  width: 27px;
	  height: 2px;
	  background: #fefbee;
	  margin-bottom: 15px;
	  transition: .7s;
	}

	.menu_button.open .menu_icon01 span{
		background:white; 
	}
	
	.news-flex article .news-content img{
		height:170px;
	}


	.menu_button .menu_icon01{
		top: 22px;
		left: 16px;
	}

	.menu_button:hover{
		cursor:pointer;
	}

	.menu_button .menu_icon01 {
	  display: block;
	  float:left;
	  cursor: pointer;
	  transition: .7s;
	  position: relative;
	  top:28px;
	  left:20px;

	}
	.menu_button .menu_icon01 span {
	  display: block;
	  width: 40px;
	  height: 3px;
	  background: white;
	  margin-bottom: 7px;
	  transition: .7s;
	}

	.in{
		transform: translateX(-100%);
	}

	.menu_button.open .menu_icon01 span.bar2{
		width: 40px;
	}

	.menu_button.open .menu_icon01 span.bar3{
		width: 40px;
	}	

	.menu_button.open .menu_icon01{
	  transform: rotate(-45deg);

	}
	.menu_button.open .menu_icon01 .bar1 {
	  transform: rotate(0deg) translateY(7px);
	}
	.menu_button.open .menu_icon01 .bar2 {
	  opacity: 0;
	}
	.menu_button.open .menu_icon01 .bar3 {
	 transform: rotate(-90deg) translateX(11px);

	}

	.menu_button .menu_icon02 {
	  display: block;
	  float: left;
	  cursor: pointer;
	  transition: all 0.2s ease-in;
	}
	.menu_button .menu_icon02 span {
	  display: block;
	  width: 30px;
	  height: 2px;
	  background: #707070;
	  margin-bottom: 4px;
	  transition: all 0.4s ease-out;
	}
	.menu_button.open .menu_icon02 .bar1 {
	  transform: translateY(10px) rotate(135deg);
	}
	.menu_button.open .menu_icon02 .bar2 {
	 opacity: 0;
	 transform:translateX(-100px);
	}
	.menu_button.open .menu_icon02 .bar3 {
	 transform:  translateY(-6px)
	 rotate(45deg);
	}

	.menu_button .menu_icon03 {
	  display: block;
	  float: left;
	  cursor: pointer;
	  transition: all 0.2s ease-in;
	}
	.menu_button .menu_icon03 span {
	  display: block;
	  width: 30px;
	  height: 2px;
	  background: #707070;
	  margin-bottom: 4px;
	  transition: all 0.4s ease-out;
	}
	.menu_button.open .menu_icon03 .bar1 {
	  transform: translateY(10px) rotate(45deg);
	}
	.menu_button.open .menu_icon03 .bar2 {
	 opacity: 0;
	 width:150px;
	 transform: translateX(-60px)
	}
	.menu_button.open .menu_icon03 .bar3 {
	 transform: translateY(-6px)
	 rotate(135deg);
	 }

	 .interview-view{
	 	display: block;
	 }

	 .nav-link{
	 	padding-left: 0;
	 	margin-top: 40px;
	 	list-style: none;
	 }

	 .nav-link li{
	 	text-align: center;
	 	margin:45px 0;
	 	font-size: 24px;
	 	list-style: none;
	 }

	 .nav-link li a{
	 	color: white;
	 	text-decoration: none;
	 }

	 .nl-1{
	 	width: 250px;
	 	border:1px solid white;
	 	border-radius: 30px;
	 	font-size: 22px;
	 	text-align: center;
	 	margin:45px auto;
	 	box-sizing: border-box;
	 	text-decoration: none;
	 	color: white;
	 	display: block;
	 	padding:13px 0;
	 }

	 .nl-2{
	 	width: 250px;
	 	border:1px solid white;
	 	background: white;
	 	border-radius: 30px;
	 	font-size: 22px;
	 	text-align: center;
	 	margin:45px auto;
	 	text-decoration: none;
	 	color: #156AAC;
	 	display: block;
	 	padding:13px 0;	 	
	 }

	 .page-title{
	 	bottom: -384px;
	 }

	 .page-area{
	 	margin-top: 75px;
	 	margin-bottom: 210px;
	 }

	 .map-flex{
	 	display: block;
	 }

	 .map-left{
	 	width: 100%;
	 	padding: 0;
	 }

	 .map-right{
		 	width: 100%;
	 		padding: 0; 
	 		margin-top: 50px;
	 }

	 .history-left{
	 	width: 35%;
	 }

	 .history-right{
	 	width: 65%;
	 }

	 .history-area h2{
	 	margin-bottom: 50px;
	 }

	 .history-right p{
	 	padding-left: 50px;
	 }

	 .types-area h2{
	 	top: 0;
	 	margin-top: 100px;
	 	margin-bottom: 40px;
	 }

	 .types-right{
	 	padding-right: 0;
	 }

	 .types-left{
	 	padding-left: 0;
	 }

	 .in-rightimg{
	 	position: relative;
	 	display: block;
	 	margin-left: auto;
	 	top: -180px;
	 }

	 .ina-left{
	 	width: 95%;
	 	padding-bottom: 300px;
	 	padding-right: 20px;
	 }

	 .ina-flex{
	 	margin-bottom: 0;
	 }

	 .in-leftimg{
	 	display: none;
	 }

	 .ina-right{
	 	width: 95%;
	 	margin-right:0;
	 	padding-left: 52px;
	 	padding-right: 20px;
	 	padding-bottom: 250px;
	 }

	 .in-num2{
	 	left: 52px;
	 }

	 .r-img{
	 	width:520px;
	 	position: relative;
	 	bottom: 180px;
	 }

	 .model-area{
	 	margin-top: 0;
	 }

	 .career-wrap{
	 	padding: 0;
	 }

	 .model-flex{
	 	padding:0 20px;
	 	box-sizing: border-box;
	 	display: block;
	 }

	 .model-left{
	 	width: 100%;
	 	margin:0px 0 40px;
	 }

	 .model-right{
	 	width: 100%;
	 	margin:40px 0 0;
	 }

	 .df1-right .day-img{
	 	display: none;
	 }

	 .df2-left img{
	 	display: none;
	 }

	 .day-flex1{
	 	padding:0 20px!important;
	 	width: 100%;
	 }

	 .df1-left{
	 	width: 100%;
	 	padding-right: 0;
	 }

	 .df1-right{
	 	display: none;
	 }

	 .dayimg-sp{
	 	display: block;
	 	width: 90%;
	 	margin:76px 0 0;
	 	margin-left: auto;
	 }

	 .ds2{
	 	display:block;
	 	position:relative;
	 	bottom: 70px;
	 	max-width: 70%;
	 	margin: 0;
	 }

	 .df2-left{
	 	display: none;
	 }

	 .day-flex-p2{
	 	margin-top: 0;
	 	padding:0 20px!important;
	}

	.df2-right{
		width: 100%;
		padding: 0;
	}

	.d-sp{
		margin-bottom: 0;
	}

	.day-area{
		padding-bottom: 95px;
	}

	.interview-area{
		margin-top: 500px;
		padding-top: 0;
	}

	.ia-page{
		margin-top: 110px;
	}

	.model-area{
		margin-bottom: 80px;
	}

	.day-area{
/*		margin-top: 80px;*/
		padding-top: 80px;
	}

	.faq-area{
		margin: 80px 0;
	}

	.faq-area h2{
		margin-bottom: 80px;
	}

	.req-flex{
		padding: 0;
	}

	.req-right{
		padding-left: 55px;
	}

	.contact-caution{
		margin-bottom: 70px;
	}

	.pagecontact-area{
		margin:100px 0 160px;
	}

	.company-top{
		padding-right: 20px;
	}

	 .aba-blue1 , .aba-blue2{
		text-align: left;
		box-sizing: border-box;
		padding:0 15px;
	}

	.rl2{
		left:calc(100% - 500px);
	}

	.r-text2{
		margin-top: 200px;
	}

	.pc-none .r-view{
		display:block;
		margin:67px auto 0;
	}

	.interview-view{
		margin:80px auto 0;
		bottom: 0;
	}

	.in-left{
		padding-bottom:80px;
		bottom: 0;
	}

	.in-l1{
		bottom: 0!important;
		margin-bottom: 46px;
	}

	.in-l1.mt-60{
		margin-top: 46px;
	}

	.in-l2{
		bottom: 0!important;
	}

	.inr-2{
		display:none!important;
	}

	.wh-textsp{
		width: 100%;
		box-sizing:border-box;
		padding:160px 20px 0;
		font-size: 14px;
		color:white;
		margin-bottom: 58px;
		margin-top:0;
	}

	.interview-area h2{
		margin-bottom:55px;
	}

	.aba-blue2{
		width: 495px;
	}



}



@media screen and (max-width: 600px){

	.cof-left a span{
		font-size: 18px;
	}

	.day-flow2 .voice-box{
		width: 220px;
		max-width: 100%;
		box-sizing:border-box;
		position:relative;
		padding:25px 12px;
		border-radius: 10px;
		background: white;	
		font-size: 12px;
		margin-top: 35px;
	}

	.voice-box img{
		width: 67px;
		position:absolute;
		left: 0;
		top: -14px;
	}	

	.af-left img{
		width: 350px;
		height: 400px;
	}

	.recruit-right img{
		width: 350px;
	}

	.re-vr{
		left:19%;
		top: 300px;
	}



	.slick .slick-list .slick-slide:nth-child(odd){
	margin-top:29px;
}


	.white-abo{
		width: 92%;
		padding:38px 25px 0;
	}

	.bg-flex{
		margin-top: 430px;
	}

	.af-left img{
		margin-bottom: 290px;
	}

	.al2{
		width: 360px;
		bottom: -28%;
	}

	.rl2{
		width: 360px;
		left: calc(100% - 360px);
	}

	.recruit-bg{
		height: 1035px;
	}

	.day1-rel h2 , .day2-rel h2{
		font-size: 16px;
		padding:14px 0;
		width: 312px;
	}

	.day1-rel h2 span, .day2-rel h2 span{
		font-size: 11px;
		margin-left: 24px;
	}

	.day-flex1 .day-flow{
		margin-top: 10px;
	}

	.day-flex-p2 .day-flow{
		margin-top: 150px;
	}


	.other-flex div ul li div.right1{
		right: 0;
	}

	.works-text2{
		bottom: 40px;
	}

	.other-flex div ul{
		margin:0;
	}

	.other-flex div ul li{
		width: 100%;
		margin:12px 0;
	}

	.other-flex div ul li div{
		position:relative;
		top: -4px;
		transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
	}

	.works-flex div:nth-child(odd){
		padding-right: 0!important;
	}

	.works-flex div:nth-child(even){
		padding-left: 0!important;
	}

	.aba-blue1 , .aba-blue2{
		font-size: 20px;
		padding:3px 12px;
	}

	.aba-blue1{
		width: 140px;
	}

	.company-top{
		padding-right: 0!important;
	}

	.t2-blue{
		margin-top: 45px;
	}

	.th1{
		font-size: 22px;
	}

	.th2{
		font-size: 16px;
		margin-bottom: 60px;
	}

	.th3{
		margin-bottom: 60px;
    font-size: 18px;
	}

	.contact-caution{
		font-size: 15px;
	}

	.form-left .must{
		top: 15px;
		right: 20px;
	}

	.form-right.fr-size1 input{
		padding:7px 15px;
		font-size: 15px;
	}

	.form-left{
		margin-bottom: 7px;
	}



	.form-right textarea{
		padding:7px 15px;
		font-size: 15px;
	}

	.form-left p{
		font-size: 15px;
	}

	 .types-area{
	 	margin-bottom: 150px;
	 }

	 .about-area{
	 	background-image: url('img/sm-about-bg.png');
	 }

	 .imgbox{
	 	display: none!important;
	 }

	 .sm-imgbox{
	 	display: block!important;
	 }

	.flow-flex{
		margin-top: 60px;
		display: block;
	}

	.ff1{
		width: 100%;
		padding: 0;
		margin:0 0 50px;
	}

	.ff2{
		width: 100%;
		padding: 0;
		margin: 0 0 50px;
	}

	.ab-area{
		padding:60px 90px 60px;
		padding-right: 40px;
	}

	.ff3{
		width: 100%;
		padding: 0;
		margin: 0 0 50px;		
	}

	.flow-flex div img{
		margin-bottom: 20px;
	}

	.aba-t1{
		font-size: 20px;
		margin-bottom: 75px;
		padding:0 10px;
	}

	.aba-t1:before{
		bottom: -25px;
	}

	.ab-area h2{
		top: 60px;
	}


	.in-l1{
		width: 100%;
	}

	.in-l2{
		width: 400px;
	}

	.cof-left a{
		font-size: 40px;
	}

	.main-text{
		font-size: 49px;
		
	}

	.main-text span{
		font-size: 13px;
		letter-spacing: 0.18em;
	}

	.table-area{
		display: block;
	}

	.ta-left{
		width: 100%;
		border-bottom: 0;
		padding-left: 0;
	}

	.ta-right{
		width: 100%;
		padding-left: 0;
	}

	.table-area p{
		margin: 15px 0;
		font-size:16px;
	}

	.ta-left p{
		margin-bottom: 3px;
	}

	.ta-right p{
		margin-top: 3px;
	}

	.map-left iframe, .map-right iframe{
		height: 400px;
	}

	.mtf-1{
		font-size: 16px;
		width: 60px;
	}

	.mtf-2{
		font-size: 16px;
	}

	.mtf-3{
		font-size: 16px;
		width: 100px;
	}

	.history-flex{
		display: block;
	}

	.history-left{
		width: 100%;
		border-right: 0;
	}

	.history-right p:before{
		display: none;
	}

	.history-right{
		width: 100%;
		border-right: 0;
	}

	.history-right p{
		padding-left: 0;
	}

	.history-left p{
		font-size: 16px;
		margin-bottom: 0;
	}

	.history-flex .first p{
		margin-bottom: 0;
	}

	.history-flex .first p{
		bottom: 0;
	}

	.history-flex .history-right p.history-last-text{
		margin-top: 0;
	}

	.lh-row{
		line-height: 1.8;
	}

	.history-right p{
		margin-top: 0;
		margin-bottom: 45px;
	}

	.history-area{
		padding-bottom: 95px;
	}

	.pageV1{
		min-height: 351px;
	}

	.pageV2{
		min-height: 351px;
	}

	.pageV3{
		min-height: 351px;
	}

	.pageV4{
		min-height: 351px;
	}

	.pageV5{
		min-height: 351px;
	}	

	.page-title{
		width: 83px;
		margin:0 auto;
		padding:23px 0 70px;
		bottom: -256px;
	}

	.pr-pt2{
	 	width: 120px;
	 	padding:30px 11px 50px;
	 }

	 .privacy-wrap p{
	 	font-size: 14px;
	 	margin:15px 0 45px;
	 }

	 .privacy-wrap h3{
	 	font-size: 18px;
	 }

	.page-title h2{
		font-size: 13px;
	}

	.page-title h2 span{
		font-size: 20px;
	}

	.pt2{
		padding-bottom:10px;
	}

	.works-flex{
		display: block;
	}

	.works1{
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}

	.works2{
		width: 100%;
		padding: 0;	
		margin-bottom: 20px;
	}

	.works3{
		width: 100%;
		padding: 0;	
		margin-bottom: 20px;
	}

	.works-text1{
		margin: 5px 0;
	}

	.other-work{
		margin-top: 100px;
	}

	.other-flex{
		display: block;
	}

	.other-left{
		width: 100%;
	}

	.other-right{
		width: 100%;
	}

	.other-right ul{
		margin: 0;
	}

	.types-flex{
		display: block;
	}

	.types-left{
		width: 100%;
		padding: 0;
	}

	.types-right{
		width: 100%;
		padding: 0;
		margin-top: 40px;
	}

	.types-bg{
		height: 800px;
	}

	.in-title{
		font-size: 12px;
		padding-left: 15px;
	}

	.in-title span{
		font-size: 19px;
		padding-left: 15px;
	}

	.in-num{
		width: 74px;
		top: -44px;
		left: 35px;
	}

	.ina-left{
		padding-left: 35px;
	}

	.ina-right{
		padding-left: 35px;
	}

	.ina-left{
		padding-top: 70px;
		padding-bottom: 220px;
	}

	.ina-text1{
		font-size: 18px;
		margin-bottom: 30px;
	}

	.ina-text2{
		font-size: 11px;
	}

	.ina-text3{
		font-size: 15px;
	}

	.ina-text4{
		font-size: 12px;
	}

	.in-rightimg{
		width: 350px;
		max-width: 90%;
		top: -140px;
	}

	.in-num2{
		width: 74px;
		top: -44px;
		left: 35px;
	}

	.ina-right{
		padding-top: 70px;
		padding-bottom: 220px;		
	}

	.r-img{
		width: 350px;
		max-width: 90%;
		bottom: 140px;
	}

	.model-area{
		padding-left: 44px;
		padding-right: 44px;
	}

	.model-area h2{
		right: 0;
		margin-right: auto;
		display: none;
	}

	.model-left , .model-right{
		padding:45px 32px;
	}

	.model-t1{
		font-size: 16px;
		margin-bottom: 50px;
	}

	.model-t1:after{
		bottom: -18px;
	}

	.model-t2{
		font-size: 12px;
	}

	.day-flow1{
		padding-left: 0;
	}

	.day-flow2{
		padding-left: 30px;
		padding-right: 0;
	}

	.day-flow1 p, .day-flow2 p{
		font-size: 15px;
		margin:20px 0;
	}

	.df1-left h2{
		font-size: 19px;
	}

	.df1-left h2 span{
		font-size: 12px;
	}

	.day-area{
		padding-top: 100px;
		margin-top: 70px;
	}

	.df2-right h2{
		font-size: 19px;
	}

	.df2-right h2 span{
		font-size: 12px;
	}

	.faq-area{
		margin-top: 130px;
	}

	.faq-area h2{
		font-size: 19px;
	}

	.faq-area h2 span{
		font-size: 12px;
	}

	.qa-box .q{
		font-size: 16px;
		padding-left: 42px;
		padding-bottom: 26px;
		margin-bottom: 0;
		margin-top: 50px;
	}

	.qa-box .q:before{
		width: 20px;
		height: 34px;
		left: 0;
		top: 14px;
	}

	.qa-box .a:before{
		width: 13px;
		height: 24px;
		left: 0;
	}

	.qa-box .a{
		font-size: 13px;
		padding: 12px 0;
		margin:12px 0 ;
				padding-left: 37px;
		}


		.faq-area h2{
			margin-bottom: 0px;
		}

		.requirement-area h2{
			font-size: 19px;
		}

		.requirement-area h2 span{
			font-size: 12px;
		}

		.req-box{
			display: none;
		}

		.contact-text{
			font-size: 15px;
			margin-top: 90px;
		}


		.qa-list{
			margin-top: 67px;
		}

.qa-list dl {
    position: relative;
    margin:0;
    cursor: pointer;
    border:1px solid #156AAC;
   
}

.qa-list .qalast{
	 border-bottom:1px solid #212A41;
}


.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 19px;
    right: 20px;
    display: block;
    width:13px;
    height: 13px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 1px solid #156AAC;
    border-right: 1px solid #156AAC;
    transition: .5s;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right:38px;
    font-size:15px;
    color: #156AAC;
}

.qa-list dl dd .faq2{
	margin-bottom:20px;
}		

.qa-list dl dd{
	margin: 0;
	padding:25px 0;
}

	.req-flex{
		display: block;
		padding:0 20px;
	}

	.req-left{
		width: 100%;
		border-right: 0;
	}

	.req-right{
		width: 100%;
		padding-left: 0;
		border-bottom:1px solid #CFCFCF;
	}

	.lastdd{
		border-bottom: 0;
	}

	.req-left p{
		font-size: 14px;
		margin-top: 15px;
		margin-bottom: 0;
	}

	.req-right p{
		margin-bottom: 15px;
		font-size: 14px;
	}

	.tb-block{
		display: block;
		position: absolute;
		-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.3rem;
    font-size: 12px;
    left:52px;
    top: -45px;
    margin: 0;
    color: #156AAC;
	}

	.tb-block span{
		display: block;
		font-size: 19px;
	}

	.scroll{
		overflow-x: scroll!important;
		margin-top: 20px;
	}

	.sc-area{
		width: 850px;
		white-space: nowrap;
	}

	.mts{
		display: block;
	}

	.company-top{
		margin-bottom: 30px;
	}

	.req-left{
		border-bottom: 0!important;
		margin-bottom: 5px!important;
		padding-bottom: 0!important;
	}

	.req-right p{
		margin-bottom: 0!important;
	}

	.req-right p , .req-left p{
		line-height: 1.9;
	}

	.day-area{
		z-index: 1;
	}

	.day-row1.day-flow2 p:before{
		left: -37px;
		top: 0;
	}

	.day-row-last.day-flow2 p:before{
		left: -37px;
		top: 1px;
	}

	.in-rightimg2{
		top: -100px;
	}

	.r-img2{
		bottom: 100px;
	}




}


@media screen and (max-width: 440px){

	.about-area{
		max-width: 95%;
	}

	.vr-titile{
		font-size: 29px;
		top: 28%;
	}

	.vr-titile span{
		margin:0 14px;
	}

	.vr-titile span.wh1{
		height: 290px;
	}

	.vr-titile span.wh2{
		height: 210px;
	}

	.vr-titile span.wh3{
		margin-top: 60px;
		height: 265px;
	}

	.vr-titile span.wh4{
		margin-top: 60px;
		height: 225px;
	}

	.af-left img{
		margin-bottom: 190px;
	}

	.about-area{
		height: 1030px;
	}

	.al2{
		width: 310px;
		bottom: -29%;
	}

	.bg-flex{
		margin-top: 370px;
	}



	.bf-left{
		padding:0 20px;
		min-height: 330px;
	}

	.af-left img{
		width: 282px;
		height: 352px;
	}

	.recruit-right img{
		width: 282px;
	}

	.re-vr{
		font-size: 29px;
		left: 6%;
		top: 248px;
	}

	.re-vr span{
		margin:0 14px;
		padding:10px 0 0;
	}


	.bf-right{
		padding:0 20px;
		min-height: 330px;		
	}

	.view-link:after{
		width: 44px;
		height: 7px;
	}

	.view-link{
		width: 233px;
		padding:13px 0;
		font-size:14px;
		margin-top: 30px;
	}

	.hf-left h1 a span{
		font-size: 12px;
		bottom: 22px;
		margin-left: 6px;
	}

	.aba-blue{
		font-size: 18px;
	}

	.about-area{
		padding-right: 20px;
	}

	.day-flow1{
		padding-right: 12px;
	}

	.af-right h2{
		font-size: 12px;
	}

	.af-right h2 span{
		font-size: 19px;
	}

	.af-left{
		padding-right: 12%;
	}

	.ar-text1{
		font-size: 17px;
	}

	.ar-text2{
		font-size: 14px;
	}

	.view{
		width: 170px;
		font-size: 10px;
		padding:9px 0;
	}

	.view:after{
		width: 33px;
		height: 5px;
		right: -16px;
	}

	.bf-left{
		padding:0 44px 45px;
	}

	.bf-left h2{
		font-size: 12px;
		height: auto;
	}

	.bf-left h2 span{
		font-size: 19px;
	}

	.b-text1{
		font-size: 12px;
		margin:50px 0 40px;
	}

	.b-text2{
		font-size: 12px;
		margin:10px 0 30px;		
	}

	.bf-right h2{
		font-size: 12px;
		height: auto;
	}

	.bf-right h2 span{
		font-size: 19px;
	}

	.view2{
		width: 170px;
		font-size: 10px;
		padding:9px 0;
	}

	.view2:after{
		width: 33px;
		height: 5px;
		right: -16px;		
	}

	.recruit-left h2{
		font-size: 12px;
	}

	.recruit-left h2 span{
		font-size: 19px;
	}

	.recruit-right{
		padding-left: 12%;
	}

	.r-text1{
		font-size: 17px;
	}

	.r-text2{
		font-size: 12px;
	}

	.interview-area{
		margin-top: 65px;
	}

	.recruit-bg{
		margin-bottom: 65px;
	}

	.interview-area h2{
		font-size: 12px;
	}

	.interview-area h2 span{
		font-size: 19px;
	}

	.inr-1{
		font-size: 17px;
	}

	.inr-2{
		font-size: 12px;
	}

	.in-rel{
		width: 208px;
	}

	.message{
		font-size: 17px;
		height: 220px;
		padding-top: 15px;
	}

	.ms-2{
		padding:44px 25px 0;	
	}


	.in-l1 a p.profile, .in-l2 a p.profile{
		width: 208px;
		margin-right: 55px;
		font-size: 12px;
		margin-top: 20px;
	}

	.in-l2 a{
		width: 208px;
		max-width: 100%;
	}

	.in-l2{
		width:306px;
	}

	.interview-view{
		width: 233px;
		padding:13px 0;
	}

	.interview-view:after{
		width: 44px;
		height: 7px;
	}


	.bar-2{
		width: 34px;
	}

	.contact-area h2{
		font-size: 12px;
		top: -73px;
	}

	.contact-area h2 span{
		font-size: 19px;
	}

	.contact-area{
		padding-top: 110px;
	}

	.c-text1{
		font-size: 14px;
		text-align: center;
	}

	.cof-left a img{
		width: 22px;
	}

	.cof-left a{
		font-size:38px;
	}

	.cof-left p{
		font-size: 13px;
	}

	.cof-right a{
		width: 284px;
		padding:16px 0;
		margin-top: 30px;
		font-size: 12px;
	}

	.cof-right a img{
		width: 20px;
	}

	.ffl-1{
		font-size: 16px;
	}

	.ffl-2{
		font-size: 12px;
	}

	.ffl-2 a{
		font-size: 12px;
	}

	.ffl-2 a img{
		width: 10px;
		top: 4px;
	}

	.ff-right a{
		font-size: 11px;
	}

	.copy{
		font-size: 10px;
	}

	.abo-link{
		right: 20px;
		font-size: 11px;
	}

	.abo-link img{
		margin-bottom: 15px;
	}

	.logo , .blue-logo{
		width: 75px;
		height: 43px;
	}

	.fix-nav{
		height: 62px;
	}

	.fix-nav .header-flex{
		padding-top: 11px;
	}

	.fix-nav .menu_button .menu_icon01{
		top: 25px;
	}



	.num-area{
		bottom: -85px;
		width: 150px;
	}

	.num-area .na1{
		font-size: 10px;
	}

	.num-area .na2{
		font-size: 10px;
	}

	.menu_button .menu_icon01 span{
		width: 30px;
		height: 2px;
		margin-bottom: 4px;
	}

	.menu_button.open .menu_icon01 span.bar3{
		width: 30px;
	}

	.menu_button.open .menu_icon01 .bar3{
		transform: rotate(-90deg) translateX(4px);
	}

	.menu_button.open .menu_icon01{
		top: 25px;
    left: 27px;
	}

	.nav-link li{
		font-size: 16px;
	}

	.nl-1{
		width: 190px;
		font-size: 14px;
		margin:40px auto;
	}

	.nl-2{
		width: 190px;
		font-size: 14px;
		margin:40px auto ;
	}

	.nav-link li{
		margin:40px 0;
	}

	.page-title{
		bottom: -300px;
	}


	.pt-h2{
		font-size: 19px;
	}

	.pt-h2 span{
		font-size: 12px;
	}

	.table-area{
		margin:65px auto;
	}

	.map-left iframe, .map-right iframe{
		height: 300px;
	}

	.mtf-3{
		width: 115px;
		box-sizing: border-box;
		padding-right: 6px;
	}

	.history-area{
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.history-area h2{
		font-size: 12px;
	}

	.history-area h2 span{
		font-size: 19px;
	}

	.history-flex p{
		font-size: 16px;
	}

	.page-area{
		margin-bottom: 100px;
	}

	.about-wrap{
		padding-right: 0;
	}

	.aba-t2{
		font-size: 14px;
	}

	.ab-area{
		max-width: 100%;
	}

	.ab-area{
		padding-right: 20px;
		padding-left: 75px;
	}

	.ab-area h2{
		font-size: 12px;
		left: -28px;
	}

	.ab-area h2 span{
		font-size: 19px;
	}

	.ff-text1{
		font-size: 19px;
	}

	.flow-flex div img.step{
		top: 9px;
	}

	.ff-text2{
		font-size: 14px;
	}

	.types-area h2{
		font-size: 12px;
		height: 135px;
	}


	.types-area h2 span{
		font-size: 19px;
	}

	.types-1{
		font-size: 17px;
		margin:5px 0 12px;
	}

	.types-1 span{
		padding:5px 10px;
	}

	.types-2{
		font-size: 14px;
	}

	.types-bg{
		height: 70%;
	}

	.other-flex div ul li{
		font-size: 16px;
	}

	.works-flex{
		margin-top: 50px;
	}

	.sc-area{
		width: 600px;
		white-space: nowrap;
	}

	.mt-1{
		font-size: 19px;
	}

	.mt-1 span{
		font-size: 12px;
	}


	.day-flow1 p{
		font-size: 14px;
	}

	.day-flow1{
		width: 34%;
	}

	.day-flow2{
		width: 66%;
	}

	.day-area{
		margin-top: 35px;
	}

	.in-rightimg2 , .r-img2{
		max-width: 75%;
	}

	.main-text{
		margin-top: 52px;
	}

	.recruit-bg{
		max-width: 95%;
	}

	.rl2 {
	    width: 310px;
	    left: calc(100% - 310px);
	}

	.recruit-bg{
		height: 910px;
	}

	.invr{
		font-size: 32px;
	}

	.in-left{
		margin-top: 0;
	}

	.interview-area h2{
		margin-bottom: 6px;
		height: 200px;
	}

	.view-new:after{
		width: 44px;
		height: 7px;
	}

	.view-new{
		width: 233px;
		padding:13px 0;
	}

	.interview-view{
		width: 233px;
		padding:13px 0;		
	}

	.r-view{
		width: 233px;
		padding:13px 0;	
	}

	.r-view:after{
		width: 44px;
		height: 7px;
	}

	.contact-area{
		margin-top: 180px;
	}

	.interview-area h2{
		position:relative;
		top: -60px;
	}

	.invr{
		top: 10px;
	}

	.wh-textsp{
		padding-top: 145px;
	}





}



h2{
	font-weight: 400;
}



















