@charset "UTF-8";






/* header .nav{

-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding-right: 60px;

} */



header{
	display: block;
	position: relative;
	z-index: 2;
	padding: 30px 0 22px;

	overflow: hidden;


	background-color: #FAFAFA;
	top: 0;
	/* -webkit-transition: top 0s;
	transition: top 0s; */
}
header .logo:not(.sp){
	display: block;
	width: 272px;
	margin: 0 auto 33px;
}
header .logo-main{
	fill: #444140;
	width: 100%;
	height: 41px;
}
header .nav>li{
	position: relative;
	font-size: 1.3rem;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 14px;
	letter-spacing: 0.15em;
}
header .nav>li a{padding: 10px;}

header .nav>li:after{
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: -29px;
	height: 7px;
	background-color: #444140;
	-webkit-transition: bottom 0.2s;
	transition: bottom 0.2s;
	pointer-events: none;
}


header .nav>li.active:after,
header .nav>li:hover:after{
	bottom: -23px;
	-webkit-transition: bottom 0s;
	transition: bottom 0s;
}


/*
@keyframes naviview{
	0%{top:-140px;}
	100%{top:-80px;}
}
@keyframes navihide{
	0%{top:50px;}
	100%{top:0px;}
}
@-webkit-keyframes naviview{
	0%{top:-140px;}
	100%{top:-80px;}
}
@-webkit-keyframes navihide{
	0%{top:50px;}
	100%{top:0px;}
}
 header.mini{
	position: fixed;
	width: 100%;
	-webkit-animation: naviview 0.2s ease 0s 1 both;
			animation: naviview 0.2s ease 0s 1 both;
}
header{
	-webkit-animation: navihide 0.2s ease 0s 1 both;
			animation: navihide 0.2s ease 0s 1 both;
} */
header.mini{
	position: sticky;
	top: -80px;
}




@media screen and (max-width:768px){
	header{
		padding: 19px 20px 15px;
		overflow: visible;
	}
	header .logo:not(.sp){
		width: 50%;
		margin: 0;
	}
	header .logo-main{
		width: 167px;
		height: 25px;
	}
	header .nav>li{
		font-size: 2rem;
		padding: 10px;
		margin: 0 0 0 50px;
	}
	header .nav>li a{padding: 0;}
	header .nav>li:after{display: none;}

	.drawer-nav{
		position: fixed;
		z-index: 2;
		top: 0;
		left: 100%;
		background-color: #FFF;

		width: 100%;
		height: 100%;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;


	}

	.drawer-nav>a{
		position: absolute;
		top: 20px;
		left: 20px;
	}
   
    #nav_toggle{
		cursor: pointer;
		transition:width 0.3s;
		display: block;
		width: 74px;
		height: 64px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 100;
		padding: 23px 20px 0;
		
	}
	#nav_toggle div {position: relative;}
	#nav_toggle span{
		display: block;
		background-color: #444140;
		position:absolute;
		width: 100%;
		height: 2px;
		left: 0;

		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	#nav_toggle span:nth-child(1){top:0px;}
	#nav_toggle span:nth-child(2){top:7px;}
	#nav_toggle span:nth-child(3){top:14px;}
	
	
	
	.open #nav_toggle{background: none;}
	.open #nav_toggle span{width: 102%;background-color: #000;}
	.open #nav_toggle span:nth-child(1){
		top: 7px;
		left: -0.5px;
		-webkit-transform: rotate(160deg);
		-ms-transform: rotate(160deg);
		transform: rotate(160deg);
	}
	.open #nav_toggle span:nth-child(2){
		width: 0;
		left: 50%;
	}
	.open #nav_toggle span:nth-child(3){
		top: 7px;
		left: -0.5px;
		-webkit-transform: rotate(-160deg);
		-ms-transform: rotate(-160deg);
		transform: rotate(-160deg);
	}



}




.hero picture,
.hero img{
	width: 100%;
}

.hero .visual{
	position: relative;
	z-index: 0;
}
.hero .visual .part-wrap{
	height: 487px;
	background-image: url(../img/top-hero1.jpg);
	background-position: 50%;
	background-size: cover;
}


#page-service .hero .visual .part-wrap{background-image: url(../img/service-hero.jpg);}
#page-quality .hero .visual .part-wrap{background-image: url(../img/quality-hero.jpg);}
#page-company .hero .visual .part-wrap{background-image: url(../img/company-hero.jpg);}
#page-recruit .hero .visual .part-wrap{background-image: url(../img/recruit-hero.jpg);}
#page-partner .hero .visual .part-wrap{background-image: url(../img/partner-hero.jpg);}
#page-contact .hero .visual .part-wrap{background-image: url(../img/contact-hero.jpg);}

.hero .visual .title{
    font-size: 3.3rem;
    color: #FFF;
    letter-spacing: 0.2em;
    text-align: center;
}
/* .hero .visual .txt{
    position: absolute;
    bottom: 0;
    left: -15px;
    width: 487px;
    font-size: 1.1rem;
    letter-spacing: 0.6em;
    text-align: center;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
    -webkit-transform-origin:bottom left;
    -ms-transform-origin:bottom left;
    transform-origin:bottom left;
} */

.hero .visual .txt{
    position: fixed;
    bottom: calc(50% - 244px);
    left: 28px;
    width: 487px;
    font-size: 1.1rem;
    letter-spacing: 0.6em;
    text-align: center;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
    -webkit-transform-origin:bottom left;
    -ms-transform-origin:bottom left;
    transform-origin:bottom left;
}


#page-top .hero .txt-area{
    text-align: center;
    padding: 55px 0;
}
.hero .txt-area{
    text-align: center;
    padding: 80px 0;
}
#page-top .hero .txt-area .title{
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1em;
    letter-spacing: 0.1em;
}
body:not(#page-top) .hero .txt-area .title{
	position: relative;
	font-size: 2rem;
	color: #8b8a8a;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
}
body:not(#page-top) .hero .txt-area .title:after{
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	border-radius: 2px;
	background-color: #4099ea;
	margin: 45px auto 0;
}


body:not(#page-top) .hero .txt-area .subtitle{font-size: 1.6rem;}
.hero .txt-area .lead+.lead{margin-top: 2em;}
.hero .txt-area .btn-wrap+.lead{margin-top: 2em;}
.hero .txt-area .lead+.btn-wrap{margin-top: 4em;}
@media screen and (max-width:768px){
	.hero .visual .part-wrap{height: 200px;}
	.hero .visual .title{font-size: 2.3rem;}
	.hero .visual .txt{display: none;}
	#page-top .hero .txt-area{padding: 2em 0;}
	.hero .txt-area{padding: 3em 0;}
	#page-top .hero .txt-area .title{font-size: 2rem;}
	body:not(#page-top) .hero .txt-area .title{font-size: 1.8rem;}
	body:not(#page-top) .hero .txt-area .title:after{
		height: 2px;
		border-radius: 1px;
		margin: 20px auto 0;
	}
	body:not(#page-top) .hero .txt-area .subtitle{font-size: 1.4rem;}
}






.top-service{padding: 55px 0 80px;}

.top-service .box3{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.top-service .box3>.box{
    width: calc((100% - 96px) / 3.0001);
	margin-bottom: 46px;
	background-color: #FFF;
}

.top-service .box2{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.top-service .box2>.box{
    width: calc((100% - 40px) / 2);
	margin-bottom: 40px;
	background-color: #FFF;
}


.top-service .box img{width: 100%;}
.top-service .box .txt{
    /* background-color: #444140; */
    /* color: #FFF; */
    padding: 55px 90px 50px;
}
.top-service .box .txt .title{
    font-size: 2rem;
    text-align: center;
	margin-bottom: 1.5em;
	line-height: 1.6;
}
.top-service .box .txt .lead{
	line-height: 1.6;
	text-align: justify;
}

@media screen and (max-width:768px){
	.top-service{padding: 20px 0 40px;}
	.top-service .box3>.box,
	.top-service .box2>.box{
		width: 100%;
		margin-bottom: 20px;
	}
	.top-service .box .txt{padding: 20px 20px 30px;}
	.top-service .box .txt .title{font-size: 1.4rem;}
}


.management .lead{
    color: #DDD;
    line-height: 1.7;
}
.management .bg{
    background: url(../img/top-2.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.access .gmap iframe{
    width: 100%;
    height: 100%;
}
@media screen and (max-width:768px){
	.access .gmap{
		height: 75vw;

	}

}


.access a{
	text-decoration: underline;
}
.access a:hover{
	color: #4099ea;
	text-decoration: none;
}

.access .partnercorp *+*{
	margin-top: 0.4em;
}
.access .partnercorp{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 1.4rem;
	padding-top: 2em;
}

.access .partnercorp .part-title{
	font-weight: bold;
	font-size: 1.4rem;
	/* letter-spacing: 0.2em; */
	margin-bottom: 0.6em;
}
@media screen and (max-width:768px){
	.access .partnercorp,
	.access .partnercorp .part-title{
		font-size: 1.2rem;
	}
}



/* .service .part .hero{
	display: block;
	width: 100%;
	height: 220px;
	background: no-repeat 50% 50%;
	background-size: cover;
} */
.service .type50 .txt {padding: 85px 0;}
/* .service .part1 .hero{background-image: url(../img/service-1.jpg);}
.service .part2 .hero{background-image: url(../img/service-2.jpg);}
.service .part3 .hero{background-image: url(../img/service-3.jpg);}
.service .part4 .hero{background-image: url(../img/service-4.jpg);}
.service .part5 .hero{background-image: url(../img/service-5.jpg);} */

.service .part:nth-child(odd){

	background: url(../img/ptn1.gif) repeat 0 0;
}

@media screen and (max-width:768px){
	/* .service .part .hero{height: 140px;} */
	.service .type50 .txt{padding: 30px 0;}
	.service .type50 .txt.h3_title{padding: 30px 0 0;}
}



.quality{padding: 60px 0;}

.quality .part{position: relative;}
.quality .part:nth-child(even) .ico-wrap{order: 1;}
.quality .part:nth-child(even){
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.quality .part+.part:before{
	content: "";
	position: absolute;
	top: -1px;
	left: 59px;
	right: 59px;
	height: 2px;
	background-color: #b6b6b6;
}
.quality .ico1{width: 59px;height: 49px;}
.quality .ico2{width: 67px;height: 48px;}
.quality .ico3{width: 73px;height: 55px;}
.quality .ico4{width: 82px;height: 61px;}
.quality .ico5{width: 77px;height: 43px;}
.quality .ico6{width: 78px;height: 65px;}
#qua-ico3 .st0,
#qua-ico5 .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#b6b6b6;}
.quality .ico{
	width: 120px;
	height: 120px;
	background-color: #FFF;
	border-radius: 50%;
	border: 2px solid #b6b6b6;
}
.quality .ico>svg{fill: #b6b6b6;}
.quality .ico-wrap:before,
.quality .ico-wrap:after{
	content: "";
	display: block;
	position: relative;
	width: 2px;
	height: 50px;
	background-color: #b6b6b6;
	left: 59px;
}
.quality .part:first-child .ico-wrap:before,
.quality .part:last-child .ico-wrap:after{background: none;}
.quality .part .txt{max-width: calc(100% - 180px);}
.quality .part:nth-child(odd) .txt{padding-left: 25px;}
.quality .part:nth-child(even) .txt{padding-right: 25px;}
.quality .h4_title+.lead{margin-top: 1.3em;}
.quality .lead{line-height: 1.6;}

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

	.quality{padding: 40px 0;}
	.quality .part+.part:before{display: none;}
	.quality .part+.part{margin-top: 40px;}

	.quality .ico1{width: 30px;height: 25px;}
	.quality .ico2{width: 33px;height: 24px;}
	.quality .ico3{width: 40px;height: 26px;}
	.quality .ico4{width: 38px;height: 28px;}
	.quality .ico5{width: 38px;height: 21px;}
	.quality .ico6{width: 36px;height: 35px;}


	.quality .ico-wrap:before,
	.quality .ico-wrap:after{display: none;}

	.quality .ico{
		width: 60px;
		height: 60px;
		margin: 0 auto 0px;
	}
	.quality .part .txt{max-width: 100%;}
	.quality .part:nth-child(odd) .txt{padding-left: 0;}
	.quality .part:nth-child(even) .txt{padding-right: 0;}
}



.philosophy .bg{
	background: url(../img/company-1.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.philosophy .txt{background-color: #FFF;}
.philosophy .txt .h3_title+.lead{margin-top: 2em;}


.outline dt{
	width: 6em;
	font-weight: bold;
}
.outline dd{width: calc(100% - 6em);}


@media screen and (max-width:768px){
	.outline.type50 .box_l.txt{
		padding: 30px 20px 0;
	}
	.outline.type50 .box_r.txt {
		padding: 0 20px 30px;
	}
	.outline dl{margin-top: 2em;}
}



.recruit dt{
	width: 8em;
	font-weight: bold;
}
.recruit dd{width: calc(100% - 8em);}


.recruit .box .title{
	font-size: 1.6rem;
	line-height: 1.4;
	margin-bottom: 0.4em;
	font-weight: bold;
}
.recruit .box-elem1{
	margin-bottom: 30px;
	/* border-bottom: 1px solid #b6b6b6; */
}

.recruit .dltb{
	border-top: 1px solid #b6b6b6;
	padding: 40px 0;
}

.recruit .dltb dt:last-of-type,
.recruit .dltb dd:last-of-type{
	border-top: 1px solid #b6b6b6;
	margin-top: 35px;
	padding-top: 35px;
}


.partner{
	/* height: 600px; */
	text-align: center;
	padding: 80px 0;
}
.partner .btn-sq{margin-bottom: 30px;}
@media screen and (max-width:768px){
	/* .partner{height: 40vw;} */
	.partner{padding: 3em 0;}
}



.contact form{padding: 140px 100px;}
.contact .box+.box{margin-top: 48px;}
.contact .hisu{
	background-color: #4099ea;
	color: #FFF;
	font-size: 1.2rem;
	text-align: center;
	border-radius: 3px;
	padding: 0.5em;
	width: 50px;
}
.contact .box .title{
	padding-left: 60px;
	width: 250px;
}
.contact .box .hisu+.title{
	padding-left: 10px;
	width: 200px;
}
.contact .form-part{
	border: none;
	min-height: 48px;
	width: calc(100% - 250px);
	padding: 0.6em 1em;
	background-color: #FFF;
}

.contact .tab-select{
	position: relative;
	width: calc(100% - 33em);
}
.contact .tab-select select {
	width: 100%;
	font-size: 1.6rem;
	color: #FFF;
	height: 48px;
	line-height: 48px;
	padding-left: 2em;
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;

	background-color: #adadad;
	border-radius: 5px;
}
.contact .tab-select select::-ms-expand{display: none;}

.contact .tab-select{position: relative;}
.contact .tab-select:after{
	content: "";
	position: absolute;
	display: block;
	z-index: 1;
	top: calc(50% - 4px);
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #FFF transparent transparent transparent;
}
.contact .txtarea{padding-left: 250px;}
.contact textarea.form-part {
	resize: vertical;
	width: 100%;
	height: 15em;
	min-height: 15em;
	padding: 1em;
}
.contact .btn-wrap{
	text-align: center;
	margin-top: 60px;
}


.contact .pp-title{
	margin: 80px auto 40px;
	text-align: center;
	line-height: 1.6;
}
.contact .pp-wrap{
	overflow-y: scroll;
	height: 15em;
	background-color: #EFEFEF;
	padding: 40px;
}
.contact .pp-wrap .title{
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6;
	margin-bottom: 1em;
}
.contact .pp-wrap dt{
    line-height: 1.4;
    font-weight: bold;
}
.contact .pp-wrap dd{line-height: 2;}
.contact .pp-wrap dl>dd+dt{margin-top: 1.8em;}
.contact .pp-wrap dl>*+*{margin-top: 0.7em;}
.contact .pp-wrap dd a{text-decoration: underline;}







.contact.confi .box{
	background-color: #FFF;
	padding: 0 1em;
	line-height: 1.6;
}
.contact.confi .box .title {
    padding-left: 0;
    width: 10em;
}
.contact.confi .form-part{
	width: calc(100% - 10em);
	padding: 0.8em 1em;
	background: none;
	min-height: auto;
}

.contact.confi .error_messe{margin-top: 1em;}
.contact.confi .error_messe+.btn-sq{
	display: block;
	margin: 30px auto 0;
}
.contact.thanks .inner{
	padding-top: 40px;
	padding-bottom: 40px;
}
.contact.thanks .title{
	font-size: 2rem;
	margin-bottom: 1em;
	line-height: 1.4;
	text-align: center;
}

@media screen and (max-width:768px){
	.contact form{padding: 40px 0;}
	.contact .box+.box{margin-top: 30px;}
	.contact .hisu{
		font-size: 1rem;
		border-radius: 2px;
		width: 4em;
		display: inline-block;
		margin-right: 0.7em;
	}
	.contact .box .title{
		position: relative;
		top: 0.1em;
		padding-left: 0;
		width: auto;
		display: inline-block;
		font-size: 1.4rem;
	}
	.contact .box .hisu+.title{
		padding-left: 0;
		width: auto;
	}
	.contact .form-part{
		height: auto;
		width: 100%;
		margin-top: 10px;
		font-size: 1.4rem;
	}
	.contact .tab-select{
		border-radius: 3px;
		width:100%;
		margin-top: 10px;
	}
	.contact .tab-select select{
		width: 100%;
		font-size: 1.4rem;
		height: auto;
		line-height: 1;
		padding: 1em;
	}
	.contact .box.txtarea{
		padding-left: 0;
		margin: 10px 0 0;
	}
	.contact .btn-wrap{
		text-align: center;
		margin-top: 40px;
	}
	.contact .pp-title{
		margin: 40px auto 20px;
		text-align: left;
	}
	.contact .pp-wrap{
		height: 10em;
		padding: 20px;
	}
	.contact .pp-wrap .title{font-size: 1.4rem;}
	.contact .pp-wrap dl{
		font-size: 1.2rem;
	}

	.contact.confi .box{
		padding: 0.5em 1em;
	}
	.contact.confi .box .title {
		width: 100%;
	}
	.contact.confi .form-part{
		width: 100%;
		margin-top: 5px;
		padding: 0;
	}
	.contact.thanks .title{font-size: 1.4rem;}
}









footer{
    text-align: center;
    /* background: url(../img/foot-hero.jpg) no-repeat 50% 50%;
    background-size: cover; */
    height: 216px;
    padding: 68px 0 60px;
    /* margin-top: 45px; */
}
footer img{
	width: 272px;
}
footer small{
    font-size: 1.2rem;
    display: block;
    /* color: #DDD; */
    margin-top: 23px;
    letter-spacing: 0.19em;
}



@media screen and (max-width:768px){
	footer{
		height: auto;
		padding: 25px 0;
		/* margin-top: 20px; */
	}
	footer img{
		width: 56%;
	}
	footer .logo-main{
		width: 167px;
		height: 25px;
	}
	footer small{
		font-size: 0.8rem;
		line-height: 1.4;
		margin-top: 15px;
	}
}







body:not(.no-ani) header{opacity: 0;}
body:not(.no-ani) header .nav>li.active:after{bottom: -29px;}
body:not(.no-ani) .hero .visual .part-wrap{opacity: 0;}
body:not(.no-ani) .hero .txt-area{opacity: 0;}
.hero .visual:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	background-color: #444140;
}
body:not(.no-ani) .sections-wrap{opacity: 0;}


@keyframes fader{
	0%{opacity:0;}
	100%{opacity:1;}
}
@keyframes fader2{
	0%{opacity:0;}
	60%{opacity:1;}
	90%{opacity:0.6;}
	100%{opacity:1;}
}
@keyframes fader3{
	0%{bottom: -29px;}
	100%{bottom: -23px;}
}

@keyframes visual_a{
	0%{right:100%;}
	50%{right:0;left: 0;}
	100%{right:0;left: 100%;}
}
@keyframes visual_b{
	0%{opacity:0;}
	100%{opacity:1;}
}



/* - - - vendor - - - */
@-webkit-keyframes fader{
	0%{opacity:0;}
	100%{opacity:1;}
}
@-webkit-keyframes fader2{
	0%{opacity:0;}
	60%{opacity:1;}
	90%{opacity:0.6;}
	100%{opacity:1;}
}
@-webkit-keyframes fader3{
	0%{bottom: -29px;}
	100%{bottom: -23px;}
}

@-webkit-keyframes visual_a{
	0%{right:100%;}
	50%{right:0;left: 0;}
	100%{right:0;left: 100%;}
}
@-webkit-keyframes visual_b{
	0%{opacity:0;}
	100%{opacity:1;}
}
/* - - - vendor - - - */




.loaded:not(.no-ani) header{
	-webkit-animation: fader 1.5s ease 0s 1 both;
			animation: fader 1.5s ease 0s 1 both;
		/* -ms-animation: 'fader' 1.5s ease 0s 1 both; */	
}
.loaded:not(.no-ani) header .nav>li.active:after{
	-webkit-animation: fader3 0.2s ease 0.8s 1 both;
			animation: fader3 0.2s ease 0.8s 1 both;
}
.loaded:not(.no-ani) .hero .visual:after{
	-webkit-animation: visual_a 0.6s ease 0.5s 1 both;
		/* -ms-animation: 'visual_a' 0.6s ease 0.5s 1 both; */
			animation: visual_a 0.6s ease 0.5s 1 both;
}
.loaded:not(.no-ani) .hero .visual .part-wrap{
	-webkit-animation: visual_b 1s ease 0.7s 1 both;
		/* -ms-animation: 'visual_b' 1s ease 0.7s 1 both; */
			animation: visual_b 1s ease 0.7s 1 both;
}
.loaded:not(.no-ani) .hero .txt-area{
	-webkit-animation: fader2 0.2s ease 1s 1 both;
		/* -ms-animation: 'fader2' 0.2s ease 1s 1 both; */
			animation: fader2 0.2s ease 1s 1 both;
}
.loaded:not(.no-ani) .sections-wrap{
	-webkit-animation: fader2 0.2s ease 1.3s 1 both;
		/* -ms-animation: 'fader2' 0.2s ease 1.3s 1 both; */
			animation: fader2 0.2s ease 1.3s 1 both;
}
.loaded:not(.no-ani) .ani-part{opacity: 0;}
.loaded:not(.no-ani) .ani-part.ani{
	-webkit-animation: fader2 0.2s ease 0s 1 both;
		/* -ms-animation: 'fader2' 0.2s ease 0s 1 both; */
			animation: fader2 0.2s ease 0s 1 both;
}