@CHARSET "UTF-8";
/*
date: 2018.06.02
*** basic setting on css/normalize.css ***
*/


/* = common setting
-------------------------------------------------------------- */ 

*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	overflow-y: scroll;
}
body {
	margin: 0;
	overflow: hidden;
	font-size: 14px;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
    font-weight: 600;
	color: #000;
	line-height: 1.7;
	letter-spacing: 1px;
}

a {
	outline: none;
	color: #000;
	text-decoration: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

img{
	max-width: 100%;
	height: auto;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: bottom;
}
iframe{
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 600;
	margin: 0 0 20px;
}
ul,dl,dd{
	margin: 0;
	padding: 0;
}
li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p{
	margin: 0 0 20px;
}
.hide_text{
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.replace{
	display: inline-block;
	background-position: top left;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.font_mincyo{
	font-family: "Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E",Meiryo;
}

.font_en{
	font-family: 'Open Sans', sans-serif;
}
.sp_none{
	display: none;
}

.btn_link{
	background: #000;
	border: #000 solid 1px;
	color: #fff;
	display: block;
	padding: 8px 20px;
	width: 100%;
	max-width: 300px;
	margin: 10px auto;
	border-radius: 5px;
	text-align: center;
}
.btn_link:hover{
	background: #fff;
	color: #000;
}

.btn_scroll{
	position: absolute;
	bottom: 50px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	color: #fff !important;
	margin-left: -28px;
	width: 56px;
	text-align: center;
}
.btn_scroll span {
	position: absolute;
	bottom: -20px;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
	40% {
		-webkit-transform: rotate(-45deg) translate(-8px, 8px);
	}
	50% {
		-webkit-transform: rotate(-45deg) translate(-8px, 8px);
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
}
@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
	}
	40% {
		transform: rotate(-45deg) translate(-8px, 8px);
	}
	50% {
		transform: rotate(-45deg) translate(-8px, 8px);
	}
	100% {
		transform: rotate(-45deg) translate(0, 0);
	}
}

table{
	width: 100%;
	border-collapse: collapse;
  	border-spacing: 0;
}
table th{
	padding: 5px 10px;
	display: block;
	background: #ccc;
	text-align: left;
	font-weight: 600;
}
table td{
	padding: 5px 10px 15px;
	display: block;
}

.txt_right{
	text-align: right;
}

/* Clearing floats */
.clear:after{
	clear: both;
}
.clear:before,
.clear:after{
	display: table;
	content: "";
}

.accordion dd{
	display: none;
}

.animated{
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;	
}

.wow{
	visibility: hidden;
}

/* =Basic structure
-------------------------------------------------------------- */

.wrapper{
	width: 95%;
	max-width: 980px;
	margin: 0 auto;
}

/* sns */
.sns_btn{
	position: relative;
	height: 30px;
}
.sns_btn span{
	position: absolute;
	top: 0;
	display: inline-block;
}
.sns_btn span.fb{
	right: 70px;
	width: 100px;
}
.sns_btn span.tw{
	right: 180px;
}
.sns_btn span.google1{
	right: 0;
	width: 60px;
}




/* =Header
-------------------------------------------------------------- */

#site_header{
	padding: 10px 0;
}
#header_logo{
	display: block;
	width: 80%;
	max-width: 400px;
}



/* =Nav
-------------------------------------------------------------- */

.menu_wrap dt{
	position: fixed;
	top: 0;
	right: 0;
	width: 55px;
	height: 55px;
	background: #000;
	text-align: center;
	z-index: 9999;
}
.menu_wrap dt span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 8px;
}
.menu_wrap dt span.border{
	width: 40px;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;
}
.menu_wrap dt span.menu_txt{
	bottom: 0;
	color: #fff;
	font-size: 11px;
}
.menu_wrap dt span.border:nth-of-type(1) {
	top: 10px;
}
.menu_wrap dt span.border:nth-of-type(2) {
	top: 20px;
	opacity: 1;
}
.menu_wrap dt span.border:nth-of-type(3) {
	top: 30px;
}
.menu_wrap dt.open span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu_wrap dt.open span:nth-of-type(2) {
	opacity: 0;
}
.menu_wrap dt.open span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
.main_navigation dd{
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
}
.main_navigation dd ul{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.main_navigation dd ul li a{
	color: #000;
	display: block;
	font-size: 18px;
	line-height: 1.5;
	padding: 15px;
	border-bottom: #ccc solid 1px;
	position: relative;
}
.main_navigation dd ul li a i{
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 15px;
	color: #ccc;
}



/* =Footer
-------------------------------------------------------------- */

#footer_entry{
	margin: 80px auto;
}

#site_footer__top{
	text-align: center;
}
#page_top i{
	font-size: 30px;
}
#footer_logo{
	display: block;
	width: 90%;
	margin: 20px auto 10px;
}
#site_footer__inner{
	background: #201f1f;
	color: #fff;
}
#site_footer__inner a{
	color: #fff;
}
#site_footer__inner .wrapper{
	width: 100%;
}
#btn_linkCorp{
	display: block;
	background: #434343;
	padding: 15px;
	font-size: 18px;
}
#footer_map{
	margin: 30px 0 50px;
}
#footer_map li a{
	display: block;
	padding: 15px;
	border-bottom: #aaa dotted 1px;
	position: relative;
}
#footer_map li:last-child a{
	border: 0;
}
#footer_map a i{
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 15px;
	color: #ccc;
}

#footer_copy{
	color: #707070;
	font-size: 11px;
	letter-spacing: 0;
	margin: 0;
	padding: 15px;
}



/* =Top
-------------------------------------------------------------- */

.front_sec{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	border-bottom: #fff solid 15px;
	padding: 30px 0;
}
.front_secImg{
	height: 100px;
	width: auto;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}
.front_sec_inner{
	background: rgba(255,255,255,.85);
	padding: 30px 15px;
	margin-top: 20px;
}
.front_sec_inner h2{
	margin-bottom: 40px;
	font-weight: bold;
}
.front_sec_inner p{
	margin-bottom: 30px;
}

#front1{
	background-image: url('/images/top/bg1.jpg');
	margin-bottom: 160px;
}
#front1 .wrapper{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

#front1_img{
	/*width: 50%;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;*/
	text-align: right;
}
#front1_img img{
	display: inline-block;
	margin-bottom: 10px;
}
#front1_txt{
	position: absolute;
	bottom: -140px;
	left: 0;
	width: 100%;
	padding: 0 15px;
	text-align: center;
}
#front1_txt h1{
	margin-bottom: 10px;
}
#front1_txt p{
	margin: 0;
	font-size: 16px;
}

#front2{
	background-image: url('/images/top/bg2.jpg');
	text-align: center;
	color: #fff;
	padding: 30px 0 100px;
}
#front2 .wrapper{
	width: 80%;
}
#front2 h2{
	font-size: 25px;
	position: relative;
	margin-bottom: 50px;
}
#front2 h2::after{
	content: '';
	position: absolute;
	background: #0b446c;
	width: 100px;
	bottom: -10px;
	left: 50%;
	margin-left: -50px;
	height: 1px;
}
#front2 p{
	font-size: 16px;
	margin-bottom: 30px;
}
#front3{
	background-image: url('/images/top/bg3.jpg');
	color: #004894;
}
#sec3_img{
	width: 50%;
	max-width: 260px;
}

#front4{
	background-image: url('/images/top/bg4.jpg');
	color: #00561f;
}
#sec4_img{
	width: 70%;
	max-width: 360px;
}

#front5{
	background-image: url('/images/top/bg5.jpg');
	color: #535353;
}
#sec5_img{
	width: 50%;
	max-width: 185px;
}
#front5 h2{
	position: relative;
	padding-top: 25px;
}
#front5 h2 img{
	position: absolute;
	top: 0;
	left: 0;
	width: 85px;
}
#front5 h3{
	font-size: 20px;
}
#front5 h3 span{
	border-bottom: #000 solid 1px;
}
#front_bnr{
	margin-top: 80px;
}
#front_bnr li{
	margin-bottom: 10px;
}
#front_bnr li a{
	display: block;
	width: 100%;
	color: #fff;
	overflow: hidden;
	position: relative;
}
#front_bnr li a::after{
	content: '';
	position: absolute;
	background: #fff;
	width: 10%;
	height: 2px;
	top: 20px;
	right: 0;
	z-index: 5;
	-webkit-transition: .8s;
	transition: .8s;
}
.front_bnr__inner{
	z-index: 5;
	position: absolute;
	left: 0;
	bottom: 30px;
}
#front_bnr li h2{
	margin-bottom: 30px;
	padding: 0 15px;
}
#front_bnr li p{
	margin: 0;
	padding: 0 15px;
}


/* =page
-------------------------------------------------------------- */

#page_title{
	padding: 50px 0 30px;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	margin: 0;
}

.header_img{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#header_img__inner{
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,.6);
}
.photos{
	margin-bottom: 50px;
}
.photos li{
	margin-bottom: 5px;
}
.photos li img{
	width: 100%;
}



/* =Company
-------------------------------------------------------------- */

#company_header{
	background-image: url('/images/company/header_img.jpg');
	height: 200px;
}
#company_info{
	margin: 50px auto;
	max-width: 600px;
}
.company_wrap{
	background: #eeeeee;
	padding: 50px 0 30px;
	margin-bottom: 10px;
}
.company_wrap h2{
	font-size: 20px;
	position: relative;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
.company_wrap h2::after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100px;
	height: 1px;
	left: 50%;
	margin-left: -50px;
	background: #000;
	display: block;
}
.company_wrap p{
	margin-bottom: 30px;
	line-height: 2;
}
#company_philosophy{
	text-align: center;
}
#company_philosophy h3{
	font-weight: bold;
	font-size: 20px;
}




/* =Message
-------------------------------------------------------------- */

#message_header{
	margin-bottom: 50px;
}
#message_header #header_img__inner{
	background: rgba(44,114,162,.75);
	padding: 20px 15px;
}
#message_header #header_img__inner p{
	margin: 0;
}
#message_header #header_img__inner p span{
	font-size: 20px;
}

#message_cont{
	width: 100%;
	margin-bottom: 100px;
}
.message_cont__inner{
	width: 90%;
	max-width: 800px;
	margin: 0 auto 50px;
}
.message_cont__inner h2{
	font-weight: bold;
}
.message_cont__inner h3{
	font-weight: bold;
}




/* =Service
-------------------------------------------------------------- */

#service_header{
	background-image: url('/images/service/bg.jpg');
	padding-top: 250px;
	margin-bottom: 50px;
}
#service_header h2{
	font-weight: bold;
}

#service_cont{
	margin-bottom: 80px;
}
.service_cont__inner{
	margin-bottom: 10px;
}
.service_cont__txt{
	color: #fff;
	padding: 20px 15px 40px;
}
.service_cont__txt p{
	margin: 0;
}
#service_cont1{
	background: #4889bb;
}
#service_cont2{
	background: #84ccc9;
}




/* =Interview
-------------------------------------------------------------- */

#interview_header{
	margin-bottom: 50px;
}
#interview_header h2{
	font-size: 18px;
}
#interview_header p span{
	font-weight: bold;
	font-size: 20px;
}

.bg_eto{
	background: #009e96;
}
.bg_deminami{
	background: #516091;
}
.bg_yagura{
	background: #cd5e3c;
}

#interview_list{
	margin-bottom: 80px;
}
.interview_list__box{
	margin-bottom: 10px;
	display: block;
}
.interview_list__txt{
	padding: 20px 15px 5px;
	color: #fff;
	text-align: right;
}
.interview_list__txt p{
	margin-bottom: 10px;
}
.interview_list__txt h2{
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 5px;
}
.btn_interview{
	background: #fff;
	color: #009e96;
	border: #009e96 solid 1px;
	display: inline-block;
	text-align: center;
	padding: 5px 10px;
	font-size: 12px;
	margin: 0;
}
#interview_list2 .btn_interview{
	color: #516091;
	border: #516091 solid 1px;
}
#interview_list3 .btn_interview{
	color: #cd5e3c;
	border: #cd5e3c solid 1px;
}

#interview_detail_header{
	overflow: hidden;
	margin-bottom: 50px;
}
#interview_detail_header #header_img__inner{
	background: rgba(0,158,150,.8);
	padding: 20px 15px;
}
#interview_detail_header #header_img__inner.bg_deminami{
	background: rgba(81,96,145,.8);
}
#interview_detail_header #header_img__inner.bg_yagura{
	background: rgba(205,94,60,.8);
}
#interview_detail_header #header_img__inner h1{
	font-size: 20px;
}
#interview_detail_header #header_img__inner p{
	margin: 0;
}
#interview_detail_header #header_img__inner p.interview_name{
	font-size: 18px;
}
#interview_detail_header #header_img__inner p.interview_name span{
	font-size: 12px;
}

#interview_detail_cont{
	width: 100%;
	margin-bottom: 100px;
}
#interview_detail_cont p{
	padding: 0 20px;
	margin-bottom: 50px;
}



/* =Story
-------------------------------------------------------------- */

#story_intro{
	position: relative;
	background: url('/images/story/bg1.jpg') no-repeat center center;
	background-size: cover;
	padding: 50px 0 100px;
	color: #fff;
	text-align: center;
}
#story_intro .animated{
	-webkit-animation-duration: 5s;
	animation-duration: 5s;	
}
#story_intro h2{
	font-size: 25px;
	margin: 50px 0 30px;
}
#story_intro p{
	font-size: 16px;
}

.story_sec{
	position: relative;
	margin-bottom: 80px;
}
.story_icon{
	width: 50%;
	max-width: 290px;
	margin: -50px auto 10px;
}
.story_sec h2{
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px;
	color: #00549a;
	font-weight: bold;
}
.story_sec h3{
	font-size: 16px;
}

#story6{
	margin-bottom: 100px;
}

	

#carrer_header{
	text-align: center;
	padding: 50px 0;
}
#carrer_header .font_en{
	color: #ccc;
	font-size: 40px;
	margin-bottom: 50px;
}



/* =Contact
-------------------------------------------------------------- */

#page_contact{
	padding-bottom: 100px;
	max-width: 750px;
}
#contact_intro {
	text-align: center;
	margin-bottom: 50px;
}
#contact_intro .required,
#contact_form dt .required{
	color: #a40035;
	font-weight: 800;
}
#contact_form dt .small{
	font-size: 60%;
}
#contact_form input[type="text"],
#contact_form input[type="email"],
#contact_form input[type="tel"],
#contact_form textarea{
	width: 100%;
	padding: 3px;
	margin: 2px 0;
}
#contact_form input[type="radio"]{
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
#contact_form input[type="text"].short_box{
	width: 100px;
}
#contact_form dl{
	padding: 10px 0;
	border-bottom: #ccc solid 1px;
}
#contact_form dt{
	font-size: 15px;
}
#contact_form dd .contact_list{
	display: inline-block;
	margin-right: 20px;
}
#form_submit_button{
	display: block;
	background: #313131;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	margin: 50px auto;
	width: 100%;
	border: 0;
	outline: 0;
	cursor: pointer;
}
.error_blank{
	color: #a40035;
	font-weight: bold;
}
span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}
@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}


#page_thanks{
	padding-bottom: 200px;
}
#page_thanks h1{
	margin-bottom: 80px;
}




/* =RWD
-------------------------------------------------------------- */

@media screen and (min-width: 768px){
	body{
		min-width: 1200px;
	}
	a:hover {
		color: #000;
	}
	a img:hover{
		opacity: .8;
	}
	p{
		line-height: 2;
	}
	table th{
		padding: 10px;
		display: table-cell;
		background: none;
	}
	table td{
		padding: 10px;
		display: table-cell;
	}
	.wrapper{
		width: 100%;
	}
	.pc_none{
		display: none;
	}
	.sp_none{
		display: block;
	}
	.replace:hover{
		background-position: bottom left !important;
	}
	.btn_scroll{
		font-size: 16px;
		bottom: 80px;
		width: 68px;
		margin-left: -34px;
		letter-spacing: 2px;
	}
	.btn_scroll span{
		width: 40px;
		height: 40px;
		margin-left: -20px;
		bottom: -30px;
	}
	#site_header{
		margin-bottom: 20px;
	}
	#site_header .wrapper{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#btn_headerEntry{
		background-image: url('/images/common/btn_entry.png');
		width: 170px;
		height: 28px;
	}
	#btn_facebook{
		background-image: url('/images/common/btn_facebook.png');
		width: 52px;
		height: 30px;
	}
	.accordion dd{
		display: block;
	}
	.menu_wrap{
		-webkit-transition: .3s;
		transition: .3s;
	}
	.menu_wrap dt{
		display: none;
	}
	.main_navigation dd{
		display: block;
		position: relative;
		top: 0;
		border: 0;
		background: none;
	}
	.main_navigation dd ul{
		position: static;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.main_navigation dd ul li{
		margin: 0 20px;
	}
	.main_navigation dd ul li a{
		font-size: 15px;
		border: 0;
		padding: 0;
		position: relative;
	}
	.main_navigation dd ul li a::after{
		position: absolute;
		content: '';
		width: 0;
		height: 2px;
		background: #000;
		bottom: -10px;
		left: 0;
		display: block;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.main_navigation dd ul li a:hover::after,
	.main_navigation dd ul li.current a::after{
		width: 100%;
	}
	.main_navigation dd ul li a i{
		display: none;
	}
	#footer_entry{
		height: 130px;
		margin: 100px auto 150px;
	}
	#footer_entry a:hover img{
		margin-top: -5px;
		opacity: 1;
		box-shadow: 0 5px 5px rgba(0,0,0,.4);
	}
	#site_footer__top{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-align-items: flex-end;
		align-items: flex-end;
		text-align: left;
		margin-bottom: 10px;
	}
	#footer_map li a{
		position: relative;
	}
	#footer_map li a::after{
		position: absolute;
		content: '';
		width: 0;
		height: 2px;
		background: #fff;
		bottom: -10px;
		left: 0;
		display: block;
		-webkit-transition: .5s;
		transition: .5s;
	}
	#footer_map li a:hover::after{
		width: 100%;
	}
	#page_top{
		text-align: center;
	}
	#page_top{
		font-size: 12px;
	}
	#footer_logo{
		margin: 0;
	}
	#btn_linkCorp{
		display: inline-block;
		padding: 5px 50px;
		border: #434343 solid 1px;
	}
	#btn_linkCorp:hover{
		opacity: .8;
	}
	#footer_map{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	#footer_map li{
		margin: 0 20px;
	}
	#footer_map li a{
		border: 0;
		padding: 0;
	}
	#footer_map a i{
		display: none;
	}
	#footer_copy{
		text-align: center;
	}
	.front_secImg{
		height: auto;
	}
	.front_sec_inner{
		text-align: center;
		margin: 50px 0;
		padding: 50px 20px;
	}
	.front_sec_inner h2{
		font-size: 24px;
	}
	#front1 .wrapper{
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
	#front1{
		margin: 0;
	}
	#front1_txt{
		position: static;
		color: #fff;
		text-align: left;
		padding-bottom: 50px;
		width: 50%;
	}
	#front1_txt h1{
		font-size: 30px;
		text-shadow: 0 0 18px rgba(0,0,0,.7);
		margin-bottom: 20px;
	}
	#front1_txt p{
		font-size: 18px;
		text-shadow: 0 0 18px rgba(0,0,0,.7);
	}
	#front1_img img{
		margin-bottom: 20px;
	}
	#front2{
		padding: 50px 0 150px;
	}
	#front2 h2{
		font-size: 36px;
		margin-bottom: 80px;
	}
	#front2 p{
		font-size: 24px;
	}
	#front5 h2{
		padding-top: 50px;
	}
	#front5 h2 img{
		width: auto;
		left: 250px;
	}
	#front_bnr{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 100px;
	}
	#front_bnr li a{
		width: 480px;
		height: 280px;
	}
	#front_bnr li a:hover::after{
		width: 20%;
	}
	#front_bnr li a img{
		-webkit-transition: .8s;
		transition: .8s;
	}
	#front_bnr li a:hover img{
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1;
	}
	#front_bnr li h2{
		font-size: 24px;
		margin-bottom: 40px;
		padding: 0 40px;
	}
	#front_bnr li p{
		padding: 0 40px;
	}
	#company_header{
		height: auto;
		background: none;
	}
	#company_info{
		font-size: 18px;
	}
	#company_info th{
		width: 200px;
	}
	.company_wrap h2{
		font-size: 24px;
	}
	.company_wrap p{
		font-size: 18px;
		line-height: 2.2;
		margin-bottom: 50px
	}
	#company_detail p{
		padding-left: 100px;
	}
	#company_philosophy h3{
		font-size: 36px;
	}
	#company_policy{
		padding-bottom: 80px;
	}
	#header_img__inner{
		position: absolute;
		line-height: 1.5;
	}
	#header_img__inner h2{
		font-size: 30px;
		margin-bottom: 50px;
	}
	#header_img__inner p{
		font-size: 18px;
	}
	#message_header{
		position: relative;
	}
	#message_header #header_img__inner{
		position: absolute;
		width: 530px;
		height: 430px;
		top: 0;
		left: 50%;
		margin-left: -490px;
		padding-top: 100px;
		padding-left: 40px;
	}
	#message_header #header_img__inner p span{
		font-size: 30px;
	}
	#message_header{
		margin-bottom: 80px;
	}
	.photos{
		display: -webkit-flex;
		display: flex;
	}
	.message_cont__inner h2{
		font-size: 24px;
		margin-bottom: 50px;
	}
	.message_cont__inner h3{
		font-size: 18px;
		margin: 50px 0;
	}
	#service_header{
		padding-top: 300px;
		margin-bottom: 80px;
	}
	#service_header h2{
		font-size: 30px;
		margin-bottom: 30px;
	}
	#service_header p{
		padding-right: 300px;
	}
	#service_cont{
		margin-bottom: 150px;
	}
	.service_cont__inner{
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.service_cont__inner img{
		width: 50%;
	}
	.service_cont__txt{
		width: 490px;
		padding: 30px;
	}
	.service_cont__txt h2{
		font-size: 24px;
		margin-bottom: 30px;
		letter-spacing: 3px;
	}
	#service_cont2{
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	#interview_header{
		text-align: center;
		padding-top: 30px;
	}
	#interview_header h2{
		font-size: 30px;
		margin-bottom: 50px;
	}
	#interview_header p{
		font-size: 18px;
		line-height: 1.5;
	}
	#interview_header p span{
		font-size: 30px;
	}
	#interview_list{
		margin-bottom: 150px;
	}
	.interview_list__box{
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
		position: relative;
		overflow: hidden;
	}
	.interview_list__box img{
		-webkit-transition: 1s;
		transition: 1s;
	}
	.interview_list__box:hover img{
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.interview_list__box::after{
		content: '';
		background: #009e96;
		width: 1000px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 5;
		display: block;
		-webkit-transform: skewX(-13deg);
		transform: skewX(-13deg);
		margin-left: -950px;
	}
	#interview_list2::after{
		background: #516091;
	}
	#interview_list3::after{
		background: #cd5e3c;
	}
	.interview_list__box img{
		width: 50%;
	}
	.interview_list__txt{
		text-align: left;
		width: 490px;
		position: relative;
		z-index: 10;
		padding: 0;
	}
	.interview_list__txt p{
		font-size: 18px;
	}
	.interview_list__txt h2{
		font-size: 72px;
	}
	.btn_interview{
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -490px;
		font-size: 16px;
		width: 190px;
		padding: 0;
		height: 30px;
		line-height: 30px;
		letter-spacing: 0;
		z-index: 10;
	}
	#interview_detail_header{
		overflow: hidden;
		margin-bottom: 80px;
	}
	#interview_detail_header #header_img__inner{
		position: absolute;
		width: 55%;
		left: 50%;
		bottom: 120px;
		margin-left: -5%;
		padding: 50px;
	}
	#interview_detail_header #header_img__inner h1{
		font-size: 30px;
	}
	#interview_detail_header #header_img__inner p{
		font-size: 16px;
	}
	#interview_detail_header #header_img__inner p.interview_name{
		font-size: 24px;
	}
	#interview_detail_header #header_img__inner p.interview_name span{
		font-size: 12px;
	}
	#interview_detail_cont p{
		padding: 0;
	}
	#interview_detail_cont{
		margin-bottom: 200px;
	}
	#story_intro{
		padding: 100px 0 200px;
	}
	.story_sec{
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 30px 0 120px;
		margin: 0;
	}
	.story_sec .cover{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 80%;
		z-index: 5;
		background: -ms-linear-gradient(bottom, #2c72a2 40%, transparent);
		background: -webkit-linear-gradient(bottom, #2c72a2 40%, transparent);
		background: linear-gradient(bottom, #2c72a2 40%, transparent);
	}
	.story_sec .wrapper{
		position: relative;
		z-index: 10;
		padding-right: 430px;
	}
	.story_icon{
		margin: 0 0 30px;
	}
	.story_sec h2{
		font-size: 30px;
		text-align: left;
		margin-bottom: 50px;
		text-shadow: 10px 10px 35px #fff, -10px -10px 35px #fff;
	}
	.story_sec h3{
		font-size: 18px;
		color: #fff;
		margin-bottom: 30px;
	}
	.story_sec p{
		color: #fff;
	}
	.story_photo{
		position: absolute;
		bottom: 0;
		right: -30px;
	}
	.btn_scroll_wrap{
		z-index: 10;
		position: absolute;
		left: 50%;
		bottom: 0;
		background: #125582;
		display: block;
		width: 110px;
		height: 82px;
		text-align: center;
		margin-left: -55px;
	}
	.btn_scroll_wrap:hover{
		opacity: .8;
	}
	.story_sec .btn_scroll{
		bottom: 35px;
	}
	.story_sec .btn_scroll span{
		bottom: -20px;
	}
	#story1{
		background-image: url('/images/story/bg2.jpg');
	}
	#story2{
		background-image: url('/images/story/bg3.jpg');
	}
	#story2 .cover{
		height: 60%;
		background: -ms-linear-gradient(bottom, #000 30%, transparent);
		background: -webkit-linear-gradient(bottom, #000 30%, transparent);
		background: linear-gradient(bottom, #000 30%, transparent);
	}
	#story3{
		background-image: url('/images/story/bg4.jpg');
	}
	#story3 .cover{
		height: 60%;
		background: -ms-linear-gradient(bottom, #fff 30%, transparent);
		background: -webkit-linear-gradient(bottom, #fff 30%, transparent);
		background: linear-gradient(bottom, #fff 30%, transparent);
	}
	#story3 h3{
		color: #000;
	}
	#story3 p{
		color: #000;
	}
	#story4{
		background-image: url('/images/story/bg5.jpg');
	}
	#story4 .cover{
		height: 60%;
		background: -ms-linear-gradient(bottom, #c2874b 30%, transparent);
		background: -webkit-linear-gradient(bottom, #c2874b 30%, transparent);
		background: linear-gradient(bottom, #c2874b 30%, transparent);
	}
	#story4 .story_photo{
		right: 0;
	}
	#story5{
		background-image: url('/images/story/bg6.jpg');
	}
	#story5 .cover{
		height: 60%;
		background: -ms-linear-gradient(bottom, #8f8d89 40%, transparent);
		background: -webkit-linear-gradient(bottom, #8f8d89 40%, transparent);
		background: linear-gradient(bottom, #8f8d89 40%, transparent);
	}
	#story6{
		background-image: url('/images/story/bg7.jpg');
		padding: 30px 0 50px;
	}
	#story6 .cover{
		height: 60%;
		background: -ms-linear-gradient(bottom, #000 40%, transparent);
		background: -webkit-linear-gradient(bottom, #000 40%, transparent);
		background: linear-gradient(bottom, #000 40%, transparent);
	}
	#contact_intro br{
		display: none;
	}
	#contact_form dl{
		display: table;
		width: 100%;
	}
	#contact_form dt,
	#contact_form dd{
		display: table-cell;
		padding: 15px 0;
	}
	#contact_form dt{
		width: 35%;
		vertical-align: top;
	}
	#contact_form dd{
		font-size: 15px;
	}
	#form_submit_button{
		font-size: 18px;
		padding: 20px;
	}
	#page_thanks p{
		text-align: center;
	}
}