/************ common **********************/
.bace_ttl1{
	font-size:25px;
	text-align:center;
	position:relative;
}

.bace_ttl1.white{
	color:#FFF;
}

.bace_ttl1.blue{
	color:#088ad5;
}

.bace_ttl1 span.ttl_main{
	display:inline-block;
	position:relative;
}

.bace_ttl1 span.ttl_main:before{
	content:"";
	display:block;
	width:0px;
	height:3px;
	background:#000;
	position:absolute;
	left:0;
	bottom:-6px;
	transition: all 0.4s ease;
}

.bace_ttl1.active span.ttl_main:before{
	width:25px;
}

.bace_ttl1.bace_ttl2 span.ttl_main:before{
	background:#088ad5;
}

.bace_ttl1.white span.ttl_main:before{
	background:#FFF;
}

.bace_ttl1.blue span.ttl_main:before{
	background:#088ad5;
}

.bace_ttl1 span.ai{
	display:inline-block;
	font-size:15px;
	position:relative;
	margin-left:30px;
	top:6px;
}

.bace_ttl1 span.ai:before{
	content:"";
	display:block;
	width:1px;
	height:60px;
	transform:rotate(45deg);
	position:absolute;
	background:#000;
	left:-6px;
	top:-32px;
}


.bace_ttl1 span.ai.long{
	position:absolute;
	top:6px;
	margin-left:40px;
}

.bace_ttl1 span.ai.mid{
	position:absolute;
	top:12px;
	margin-left:40px;
}
.bace_ttl1 span.ai.long:before{
	left:-22px;
	top:-15px;
}

.bace_ttl1 span.ai.mid:before{
	left:-22px;
	top:-15px;
}

.bace_ttl1.white span.ai:before{
	background:#FFF;
}

.bace_ttl1.blue span.ai:before{
	background:#088ad5;
}


.bace_ttl1.bace_ttl2 span.ttl_main{
	font-size:35px;
	color:#088ad5;
}
.bace_ttl1.bace_ttl2 span.ai{
	font-size:25px;
	color:#088ad5;
	margin-left:50px;
}
.bace_ttl1.bace_ttl2 span.ai:before{
	background:#088ad5;
	height:80px;
	left:-20px;
}

.bace_btn01{
	display:block;
	width:200px;
	text-align:center;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	padding:12px 0 10px;
	position:relative;
	background:#088ad5;
}

.bace_btn01.blue{
	background:#335aa7;
}

.bace_btn01.mt{
	margin-top:35px;
}

.bace_btn01.mt2{
	margin-top:50px;
}


.bace_btn01.mt_auto{
	margin:35px auto 0;
}

.bace_btn01.mt_auto2{
	margin:20px auto 0;
}

.bace_btn01:after{
	content:"";
	display:inline-block;
	background:url(../images_new/common/icon_btn_right.png) no-repeat left top;
	background-size:13px 4px;
	width:13px;
	height:4px;
	position:relative;
	left:8px;
	top:-3px;
	transition: all 0.4s ease;
}

.bace_btn01:hover:after,
.btn_over:hover .bace_btn01:after{
	left:13px;
}

.parent-container {
	text-align: center; /* 水平方向の中央揃え */
  }
  
  .cBtn1 {
	display: inline-block;
  }
  
.bace_btn02 {
	display: inline-block; /* インラインブロックにする */
	width: 200px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 0 10px;
	margin: 0 20px;
	position: relative;
	background: #088ad5;
}
  
  .bace_btn02.blue {
	background: #335aa7;
  }
  
  .bace_btn02.mt {
	margin-top: 35px;
  }
  
  .bace_btn02.mt2 {
	margin-top: 50px;
  }
  
  .bace_btn02.mt_auto {
	margin: 35px auto 0;
  }
  
  .bace_btn02.mt_auto2 {
	margin: 20px auto 0;
  }
  
  .bace_btn02:after {
	content: "";
	display: inline-block;
	background: url(../images_new/common/icon_btn_right.png) no-repeat left top;
	background-size: 13px 4px;
	width: 13px;
	height: 4px;
	position: relative;
	left: 8px;
	top: -3px;
	transition: all 0.4s ease;
  }
  
  .bace_btn02:hover:after,
  .btn_over:hover .bace_btn02:after {
	left: 13px;
  }


.btm_contact{
	background:#e9eff0;
	padding:100px 0;
}

.btm_contact .txt01{
	font-size:15px;
	text-align:center;
	margin-top:55px;
}

.btm_contact .inner{
	width:900px;
	margin:50px auto 0;
}

.btm_contact .inner .inner_l,
.btm_contact .inner .inner_r{
	width:440px;
	float:left;
	background:#FFF;
	padding:35px 0 40px;
	height:195px;
	box-sizing:border-box;
}

.btm_contact .inner .inner_l{
	padding-top:55px;
}



.btm_contact .inner .inner_r{
	float:right;
}

.btm_contact .inner .txt01{
	font-size: 18px;
	color: rgb(23, 39, 50);
	line-height: 1.389;
	text-align: center;
	margin-top:0;
}

.btm_contact .inner .txt02{
	margin-top:15px;
	text-align:center;
	font-size:12px;
}

.btm_contact .inner .inner_r a{
	display:block;
	width:235px;
	margin:13px auto 0;
}

.bace_btn01.back:after{
	content:"";
	display:none;
}

.bace_btn01.back:before{
	content:"";
	display:none;
	display:inline-block;
	background:url(../images_new/common/icon_btn_right2.png) no-repeat left top;
	background-size:13px 4px;
	width:13px;
	height:4px;
	position:relative;
	right:8px;
	top:-3px;
	transition: all 0.4s ease;
	transform:rotateY(180deg);
}

.bace_btn01.back:hover:before{
	right:15px;
}

@media screen and (max-width: 768px) {
	.bace_ttl1{
		font-size:5.3vw;
	}

	.bace_ttl1:before{
		content:"";
		display:block;
		width:30%;
		height:3px;
		background:#000;
		position:absolute;
		left:50%;
		margin-left:-15%;
		bottom:-20%;
		transform: scaleX(0);
		width:30%;
		transition: all 0.4s ease;
	}

	.bace_ttl1.white:before{
		background:#FFF;
	}

	.btm_contact .bace_ttl1:before{
		bottom:-40%;
	}

	.bace_ttl1.bace_ttl2:before,
	.bace_ttl1.blue:before{
		background:#088ad5;
	}

	.bace_ttl1.active:before{
		transform: scaleX(1);
	}

	.bace_ttl1 span.ttl_main:before{
		content:"";
		display:block;
		width:0%;
		height:2px;
		background:#000;
		position:absolute;
		left:0;
		bottom:-3%;
	}

	.bace_ttl1.active span.ttl_main:before{
		width:30%;
	}

	.bace_ttl1 span.ai{
		display:block;
		font-size:3.8vw;
		position:relative;
		margin-left:0% !important;
		top:0vw;
	}

	.bace_ttl1 span.ai:before{
		display:none !important;
		content:"";
		display:block;
		width:1px;
		height:17vw;
		transform:rotate(0deg);
		position:absolute;
		background:#000;
		left:0% ;
		top:0vw;
	}

	.bace_ttl1 span.ai.guideline:before{
		left:-10% !important;
	}

	.bace_ttl1.white span.ai:before{
		background:#FFF;
	}

	.bace_btn01{
		width:60%;
		font-size:3.3vw;
		padding:3% 0 2%;
	}

	.bace_btn01.mt{
		margin-top:10%;
	}

	.bace_btn01.mt2{
		margin-top:10%;
	}


	.bace_btn01.mt_auto{
		margin:10% auto 0;
	}

	.bace_btn01.mt_auto2{
		margin:6% auto 0;
	}

	.bace_btn01:after{
		content:"";
		display:inline-block;
		background:url(../images_new/common/icon_btn_right.png) no-repeat left top;
		background-size:100% auto;
		width:4vw;
		height:2vw;
		position:relative;
		left:3%;
		top:-0vw;
		transition: all 0.4s ease;
	}

	.bace_btn01:hover:after{
		left:13px;
	}

	.btm_contact{
		background:#e9eff0;
		padding:15% 0;
	}
	/****/
	.btm_contact .bace_ttl1 span.ttl_main:before,
	.company_about_block2 .bace_ttl1 span.ttl_main:before,
	.long span.ttl_main:before{
		left:50%;
		margin-left:-15%;
		bottom:-10vw;
		transform: scaleX(0);
		width:30%;
		transition: all 0.4s ease;
	}

	.long span.ttl_main:before{
		bottom:-12vw;
	}

	.btm_contact .bace_ttl1.active span.ttl_main:before,
	.company_about_block2 .bace_ttl1.active span.ttl_main:before,
	.long.active span.ttl_main:before{
		transform: scaleX(1);
	}

	.btm_contact .bace_ttl1 span.ai,
	.company_about_block2 span.ai,
	.long span.ai{
		display:block;
		font-size:3.8vw;
		position:relative;
		margin-left:0%;
		text-align:center;
		top:0vw;
	}

	.btm_contact .bace_ttl1 span.ai:before,
	.company_about_block2 .bace_ttl1 span.ai:before{
		content:"";

	}

	.btm_contact .txt01{
		font-size:3.8vw;
		text-align:center;
		margin-top:10%;
	}

	.btm_contact .inner{
		width:90%;
		margin:50px auto 0;
	}

	.btm_contact .inner .inner_l,
	.btm_contact .inner .inner_r{
		width:100%;
		float:none;
		background:#FFF;
		padding:8% 0 6%;
		height:auto;
		box-sizing:border-box;
	}

	.btm_contact .inner .inner_l{
		padding-top:8%;
	}

	.btm_contact .inner .inner_r{
		float:none;
		margin-top:8%
	}

	.btm_contact .inner .txt01{
		font-size: 4vw;
	}

	.btm_contact .inner .txt02{
		margin-top:5%;
		text-align:center;
		font-size:3.3vw;
	}

	.btm_contact .inner .inner_r a{
		display:block;
		width:70%;
		margin:5% auto 0;
	}
}

.sub_contents{
	width:1180px;
	margin:100px auto ;
}

.btn_area{
	width:200px;
	margin:0 auto;
}

@media screen and (max-width: 768px) {
	.sub_contents{
		width:90%;
		margin:13% auto ;
	}

	.sub_contents.w100{
		width:100%;
	}

	.btn_area{
		width:80%;
		margin:0 auto;
	}

	.bace_ttl1.bace_ttl2 span.ttl_main{
		font-size:6.3vw;
		color:#088ad5;
		display:block;
	}
	.bace_ttl1.bace_ttl2 span.ai{
		font-size:5.3vw;
		color:#088ad5;
		margin-left:0%;
	}

	.bace_ttl1.bace_ttl2.min span.ttl_main{
		font-size:6vw;
	}

	.bace_ttl1.bace_ttl2.min span.ai{
		font-size:4vw;
	}

	.bace_ttl1.bace_ttl2 span.ai:before{
		background:#088ad5;
		height:15vw;
		left:-15%;
		top:-95%;
	}

	.bace_ttl1.bace_ttl2.min span.ai:before{
		left:-15%;
		top:-135%;
	}

	.bace_ttl1 span.ai.long{
		position:relative;
		display:block;
		top:auto;
		margin-left:auto;
	}

	.bace_ttl1 span.ai.mid{
		position:relative;
		top:0;
		margin-left:0%;
	}
	.bace_ttl1 span.ai.long:before{
		left:-15%;
		top:-95%;
		display:none;
	}

	.bace_ttl1 span.ai.mid:before{
		left:-10%;
		top:-65%;
	}

	.bace_ttl1 span.ai.short:before{
		left:-7%;
	}

	.bace_ttl1 span.ai.short2:before{
		left:-40% !important;
	}
}

/************ /common **********************/


/****************** TOP **********************/

#top_main{
	position:absolute;
	width:100%;
	left:0;
	top:0;
	z-index:1;
	width:100%;
	height:auto;
}

#top_main li{
	width:100%;
	height:auto;
}


#top_main li .image{
	position:absolute;
	left:50%;
	width:400px;
	top:20%;
	margin-left:-200px;
	height:auto;
}

#top_main li.slide1{
}
#top_main li.slide2{
	opacity:0;
}
#top_main li.slide3{
	opacity:0;
}
#top_main li.slide4{
	opacity:0;
}

#top_main li.slide2.active,
#top_main li.slide3.active,
#top_main li.slide4.active{
	opacity:1;
}

.top_block01{
	width:900px;
	margin:3.5% auto 0;
	background:#FFF;
	position:relative;
	z-index:2;
	padding-top:5%;
	padding-bottom:110px;
}

.top_block01 ul{
	width:810px;
	margin:65px auto 0;
}

.top_block01 ul li{
	margin-bottom:25px;
}

.top_block01 ul li a{
	display:block;
	text-decoration:none;
}

.top_block01 ul li a .date{
	display:block;
	width:100px;
	float:left;
	font-size:15px;
	color:#000000;
}

.top_block01 ul li a .category{
	display:block;
	width:110px;
	font-size:12px;
	color:#ffffff;
	background:#f44d4d;
	float:left;
	text-align:center;
	padding:2px 0 1px;
}

.top_block01 ul li a .category.category2{
	background:#088ad5;
}

.top_block01 ul li a .ttl{
	width:710px;
	float:right;
	text-align:left;
	font-size:15px;
	color:#000000;
}

.top_block01 ul li a.pdf .ttl:after{
	content:"";
	display:inline-block;
	background:url(../images_new/top/new_icon01.png) no-repeat left top;
	background-size:15px 17px;
	width:15px;
	height:17px;
	position:relative;
	left:5px;
	top:2px;
}

.top_block01 ul li a.blank .ttl:after{
	content:"";
	display:inline-block;
	background:url(../images_new/top/new_icon02.png) no-repeat left top;
	background-size:15px 15px;
	width:15px;
	height:15px;
	position:relative;
	left:5px;
	top:2px;
}

.news_more{
	margin-top:15px;
	text-align:right;
}

.news_more a{
	display:inline-block;
	font-size:15px;
	color:#000000;
	position:relative;
	text-decoration:none;
}

.news_more a:after{
	content:"";
	display:inline-block;
	background:url(../images_new/top/new_icon03.png) no-repeat left top;
	background-size:13px 4px;
	width:13px;
	height:4px;
	left:7px;
	position:relative;
	top:-3px;
	transition: all 0.4s ease;
}

.news_more a:hover:after{
	left:12px;
}

.top_block02{
	width:100%;
	height:335px;
	box-sizing:border-box;
	background:url(../images_new/top/bg_block02.jpg) no-repeat center top;
	background-size:cover;
	padding-top:120px;
	position:relative;
	z-index:1;
}

.top_block02 p{
	margin-top:32px;
	font-size: 15px;
	color: rgb(0, 0, 0);
	line-height: 1.667;
	text-align: center;
}

.top_block03{
	width:1180px;
	margin:100px auto 0;
}

.top_block03 a{
	display:block;
	text-decoration:none;
}

.top_block03 .inner1 a h3,
.top_block03 .inner2 a h3{
	color:#000;
}

.top_block03 .top_block03_l{
	width:770px;
	float:left;
}

.top_block03 .top_block03_l .inner1,
.top_block03 .top_block03_l .inner2{
	width:770px;
	height:350px;
	padding:50px 0 0  50px;
	box-sizing:border-box;
	overflow:hidden;
	position:relative;
}


.top_block03 .top_block03_l .inner1 .bg{
	background:url(../images_new/top/top_block03_bg01.jpg) no-repeat left top;
	background-size:770px 350px;
	width:770px;
	height:350px;
	transform:scale(1);
	transition: all 0.4s;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
}

.top_block03 .top_block03_l .inner2 .bg{
	background:url(../images_new/top/top_block03_bg02.jpg) no-repeat left top;
	background-size:770px 350px;
	width:770px;
	height:350px;
	transform:scale(1);
	transition: all 0.4s;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
}

.top_block03 .top_block03_l .inner1 .rev,
.top_block03 .top_block03_l .inner2 .rev,
.top_block03 .top_block03_r .rev{
	position:relative;
	z-index:2;
}

.top_block03 .top_block03_r .inner{
	padding-left:50px;
}

.top_block03 .top_block03_r h3{
	text-align:left;
}

.top_block03 .top_block03_l .inner1:hover .bg,
.top_block03 .top_block03_l .inner2:hover .bg,
.top_block03 .top_block03_r:hover .bg .inner{
	transform:scale(1.2);
}

.top_block03 .top_block03_l .bace_ttl1{
	text-align:left;
}

.top_block03 .top_block03_r{
	width:410px;
	height:700px;
	background:#282f39;
	float:right;
	padding-top:500px;
	box-sizing:border-box;
	overflow:hidden;
	position:relative;
}

.top_block03 .top_block03_r .bg{
	width:410px;
	height:410px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
}

.top_block03 .top_block03_r .bg .inner{
	background:url(../images_new/top/top_block03_bg03.jpg) no-repeat left top ;
	background-size:410px 410px;
	width:410px;
	height:410px;
	transition: all 0.4s;
	z-index:1;
	position:absolute;
	left:0;
	top:0;

}

.top_block04{
	margin-top:100px;
	background:#f5f5f5;
	padding:100px 0 120px;
}

.top_block04 .inner{
	width:900px;
	margin:0 auto;
}

.top_block04 .inner .inner_l{
	width:590px;
	float:left;
}

.top_block04 .inner .inner_r{
	width:270px;
	float:right;
	margin-top:85px;
}

.top_block04 .inner .inner_r .bace_ttl1{
	text-align:left;
}

.top_block04 .inner .inner_r p{
	font-size: 15px;
	color: rgb(0, 0, 0);
	line-height: 1.667;
	text-align: left;
	margin-top:25px;
}

.top_block04 ul{
	width:900px;
	margin:50px auto 0;
}

.top_block04 ul li{
	width:284px;
	float:left;
	margin-right:23px;
}

.top_block04 ul li a{
	display:block;
	text-decoration:none;
}

.top_block04 ul li a > span{
	display:block;
	margin-top:15px;
	font-size:20px;
	color:#000000;
	font-weight:bold;
	position:relative;
}

.top_block04 ul li a > span.image_area{
	margin:0;
	width:284px;
	height:172px;
	overflow:hidden;
}

.top_block04 ul li a > span.image_area img{
	transform:scale(1);
	transition: all 0.4s;
}

.top_block04 ul li a:hover > span.image_area img{
	transform:scale(1.2);
}

.top_block04 ul li a > span:before{
	content:"";
	width:0px;
	height:2px;
	background:#000;
	position:absolute;
	left:0;
	bottom:-10px;
	transition: all 0.4s ease;
}

.top_block04 ul li a > span.active:before{
	width:25px;
}

.top_block04 ul li a > span > span{
	display:inline-block;
	font-size:15px;
	color:#000000;
	font-weight:bold;
	margin-left:20px;
}

.top_block04 ul li:last-child{
	margin-right:0;
}
@media screen and (max-width: 768px) {
	#top_main{
		position:relative;
		width:100%;
		left:0;
		top:0;
		z-index:1;
		height:60vw;
	}


	#top_main li{
		width:100%;
		height:70vw;
	}

	#top_main li.slide1{
		background:url(../images_new/top/slide_01_sp.jpg) no-repeat center bottom;
		background-size:cover;
	}
	#top_main li.slide2{
		background:url(../images_new/top/slide_02_sp.jpg) no-repeat center top;
		background-size:cover;
	}
	#top_main li.slide3{
		background:url(../images_new/top/slide_03_sp.jpg) no-repeat center top;
		background-size:cover;
	}
	#top_main li.slide4{
		background:url(../images_new/top/slide_04_sp.jpg) no-repeat center top;
		background-size:cover;
	}

	.top_block01{
		width:90%;
		margin:3.5% auto 0;
		background:#FFF;
		position:relative;
		z-index:2;
		padding-top:5%;
		padding-bottom:15%;
	}

	.top_block01 ul{
		width:100%;
		margin:10% auto 0;
	}

	.top_block01 ul li{
		margin-bottom:5%;
	}

	.top_block01 ul li a{
		display:block;
		text-decoration:none;
	}

	.top_block01 ul li a .date{
		display:block;
		width:30%;
		font-size:3.8vw;
	}

	.top_block01 ul li a .category{
		display:block;
		width:40%;
		font-size:3.3vw;
		color:#ffffff;
		background:#f44d4d;
		float:left;
		text-align:center;
		padding:1% 0 0.5%;
		position:relative;
		top:-0.5vw;
	}

	.top_block01 ul li a .ttl{
		width:100%;
		font-size:3.8vw;
		margin-top:2%;
	}

	.top_block01 ul li a.pdf .ttl:after{
		content:"";
		display:inline-block;
		background:url(../images_new/top/new_icon01.png) no-repeat left top;
		background-size:100% auto;
		width:4vw;
		height:3.8vw;
		position:relative;
		left:2%;
		top:0.8vw;
	}

	.top_block01 ul li a.blank .ttl:after{
		content:"";
		display:inline-block;
		background:url(../images_new/top/new_icon02.png) no-repeat left top;
		background-size:100% auto;
		width:4vw;
		height:4vw;
		position:relative;
		left:2%;
		top:0.8vw;
	}

	.news_more{
		width:100%;
		margin-top:5% auto 0;
		text-align:right;
	}

	.news_more a{
		font-size:3.8vw;
	}

	.news_more a:after{
		content:"";
		display:inline-block;
		background:url(../images_new/top/new_icon03.png) no-repeat left top;
		background-size:100% auto;
		width:4vw;
		height:1vw;
		left:2%;
		position:relative;
		top:-1vw;
		transition: all 0.4s ease;
	}

	.news_more a:hover:after{
		left:12px;
	}

	.top_block02{
		width:100%;
		height:70vw;
		box-sizing:border-box;
		background:url(../images_new/top/bg_block02_sp.jpg) no-repeat center top;
		background-size:cover;
		padding-top:20vw;
		position:relative;
		/*top:-5vw;*/
		z-index:1;
	}

	.top_block02 p{
		width:90%;
		margin:10% auto 0;
		font-size: 3.3vw;
		text-align: center;
	}

	.top_block03{
		width:90%;
		margin:10% auto 0;
	}

	.top_block03 .bace_ttl1 span.ai:before,
	.top_block04 .bace_ttl1 span.ai:before{
		left:-10%;
	}

	.top_block03 .top_block03_l{
		width:100%;
		float:none;
	}

	.top_block03 .top_block03_l .inner1{
		background:url(../images_new/top/top_block03_bg01_sp.jpg) no-repeat left top;
		background-size:cover;
	}

	.top_block03 .bg{
		display:none;
	}

	.top_block03 .top_block03_l .inner1,
	.top_block03 .top_block03_l .inner2{
		width:100%;
		height:60vw;
		padding:8% 0 0  5%;
		box-sizing:border-box;
	}

	.top_block03 .top_block03_l .inner2{
		margin:5% 0;
	}

	.top_block03 .top_block03_l .bace_ttl1{
		text-align:left;
	}

	.top_block03 .top_block03_l .bace_ttl1:before,
	.top_block03 .top_block03_r .bace_ttl1:before{
		width:0%;
		left:0;
		margin-left:0;
		transform: scaleX(1);
	}

	.top_block03 .top_block03_l .bace_ttl1.active:before,
	.top_block03 .top_block03_r .bace_ttl1.active:before{
		width:20%;
	}


	.top_block03 .top_block03_l .inner2{
		background:url(../images_new/top/top_block03_bg02_sp.jpg) no-repeat left top;
		background-size:cover;
	}

	.top_block03 .top_block03_r{
		width:100%;
		height:80vw;
		background:url(../images_new/top/block03_bg03_sp.jpg) no-repeat left top #282f39;
		background-size:100% auto;
		float:right;
		padding:60vw 0 42vw;
		box-sizing:border-box;
	}

	.top_block03 .top_block03_r .inner{
		padding-left:5%;
	}


	.top_block04{
		margin-top:15%;
		background:#f5f5f5;
		padding:15% 0 ;
	}

	.top_block04 .inner{
		width:90%;
		margin:0 auto;
	}

	.top_block04 .inner .inner_l{
		width:100%;
		float:none;
	}

	.top_block04 .inner .inner_r{
		width:100%;
		margin:10% auto 0;

	}

	.top_block04 .inner .inner_r .bace_ttl1{
		text-align:center;
	}

	.top_block04 .bace_btn01.mt2{
		margin:10% auto 0;
	}

	#access .bace_btn01{
		margin:0 auto;
	}

	.top_block04 .inner .inner_r p{
		font-size: 3.8vw;
		color: rgb(0, 0, 0);
		line-height: 1.667;
		text-align: left;
		margin-top:10%;
	}

	.top_block04 ul{
		width:80%;
		margin:15% auto 0;
	}

	.top_block04 ul li{
		width:100%;
		float:none;
		margin-right:0px;
		margin-bottom:15%;
	}

	.top_block04 ul li a{
		display:block;
		text-decoration:none;
	}

	.top_block04 ul li a > span{
		display:block;
		margin-top:5%;
		font-size:4.5vw;
		color:#000000;
		font-weight:bold;
		position:relative;
	}

	.top_block04 ul li a > span.image_area{
		width:100%;
		height:auto;
		overflow:visible;
	}

	.top_block04 ul li a:hover > span.image_area img{
		transform:scale(1);
	}

	.top_block04 ul li a > span:before{
		content:"";
		width:0%;
		height:2px;
		background:#000;
		position:absolute;
		left:0;
		bottom:-2vw;
	}

	.top_block04 ul li a > span.image_area:before{
		display:none;
	}

	.top_block04 ul li a > span.active:before{
		width:20%;
	}

	.top_block04 ul li a > span > span{
		display:inline-block;
		font-size:3.8vw;
		color:#000000;
		font-weight:bold;
		margin-left:5%;
	}

	.top_block04 ul li:last-child{
		margin-right:0;
	}

	#header_sub nav ul li a:after{
		display:none !important;
	}
}

/****************** /TOP **********************/


/****************** COMPANY **********************/
.company_outline_block.mt{
	margin-top:100px;
}

.company_outline_block{
	width:1180px;
	margin:40px auto 0;
	background:#e6f0f5;
}

.company_outline_block .company_outline_block_l{
	width:750px;
	float:left;
}

.company_outline_block .company_outline_block_r{
	width:430px;
	float:right;
	padding:180px 0 0 85px;
	box-sizing:border-box;
}

.company_outline_block .company_outline_block_r.min{
	padding:180px 0 0 50px;
}

.company_outline_block.company_outline_block2 .company_outline_block_l{
	float:right;
}

.company_outline_block.company_outline_block2 .company_outline_block_r{
	float:left;
	padding-left:55px;
}

.company_outline_block .company_outline_block_r .bace_ttl1{
	text-align:left;
}

.company_outline_block .company_outline_block_r .bace_btn01{
	margin-top:55px;
}

@media screen and (max-width: 768px) {
	.company_outline_block img{
		width:100%;
		height:auto;
	}

	.company_outline_block.mt{
		margin-top:15%;
	}

	.company_outline_block{
		width:90%;
		margin:8% auto 0;
		background:#e6f0f5;
	}

	.company_outline_block .company_outline_block_l{
		width:100%;
		float:none;
	}

	.company_outline_block .company_outline_block_r{
		width:100%;
		float:none;
		padding:10% 0 10% 0px;
		box-sizing:border-box;
	}

	.company_outline_block .company_outline_block_r h2{
		text-align:center !important;
	}

	.company_outline_block .company_outline_block_r.min{
		padding:10% 0 10% 0px;
	}

	.company_outline_block.company_outline_block2 .company_outline_block_l{
		float:none;
	}

	.company_outline_block.company_outline_block2 .company_outline_block_r{
		float:none;
		padding:10% 0 10% 0px;
	}

	.company_outline_block .company_outline_block_r .bace_ttl1{
		text-align:left;
	}

	.company_outline_block .company_outline_block_r .bace_btn01{
		margin:10% auto 0;
	}

	.bace_ttl1 span.ai.company_mid:before {
		left: -10%;
	}
}

/* about **/

.company_about_block1{
	background:#f2f4fa;
	padding:100px 0;
}

.company_about_block1 p{
	margin-top:40px;
	font-size: 20px;
	color: rgb(0, 0, 0);
	line-height: 1.75;
	text-align: center;
	font-weight:bold;
}

.company_about_block2{
	padding:100px 0;

}

.company_about_block2 table{
	width:900px;
	margin:60px auto 0;
	border-top:solid 1px #2591d7;
}

.company_about_block2 table th{
	border-bottom:solid 1px #2591d7;
	width:330px;
	position:relative;
	font-size:19px;
	color:#088ad5;
	padding:50px 0 45px 100px;
	box-sizing:border-box;
}

.company_about_block2 table td{
	border-bottom:solid 1px #2591d7;
	vertical-align:middle;
	font-size: 15px;
	color: rgb(0, 0, 0);
	line-height: 1.667;
}

.company_about_block2 table th img{
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-36px;
}

@media screen and (max-width: 768px) {
	.company_about_block1{
		background:#f2f4fa;
		padding:10% 0;
	}

	.company_about_block1 p{
		margin-top:15%;
		font-size: 4.5vw;
		color: rgb(0, 0, 0);
		line-height: 1.75;
		text-align: center;
		font-weight:bold;
		padding:0 5%;
	}

	.company_about_block2{
		padding:10% 0;

	}

	.company_about_block2 table{
		width:90%;
		margin:15% auto 0;
		border-top:none;
	}

	.company_about_block2 table th{
		display:block;
		border-bottom:none;
		width:100%;
		position:relative;
		font-size:4.2vw;
		color:#088ad5;
		padding:7% 0 7% 20%;
		box-sizing:border-box;
		border-bottom:solid 1px #2591d7;
	}

	.company_about_block2 table td{
		display:block;
		border-bottom:none;
		vertical-align:middle;
		font-size: 3.6vw;
		color: rgb(0, 0, 0);
		line-height: 1.667;
		padding:5% 0 5% 0%;
	}

	.company_about_block2 table th img{
		position:absolute;
		left:2%;
		top:50%;
		margin-top:-7%;
		width:15%;
		height:auto;
	}
}

/* message **/

.company_message_block{
	margin-top:100px;
	text-align:center;
}

.company_message_block h2{
	font-size:20px;
}

.company_message_block p{
	font-size: 15px;
	color: rgb(0, 0, 0);
	line-height: 1.667;
	text-align: left;
	margin-top:10px;
}

.company_message_block p span{
	display:block;
	margin-top:13px;
}

.company_message_block2{
	margin:100px auto 0;
	width:1180px;
}

.company_message_block2 .company_message_block2_l{
	width:590px;
	float:left;
}

.company_message_block2 .company_message_block2_r{
	width:550px;
	float:right;
}

.company_message_block2 .company_message_block2_r h3,
.company_message_block3 h3{
	font-size:20px;
	word-break:keep-all;
}

.company_message_block3 h3.mt{
	margin-top:50px;
}

.company_message_block2 .company_message_block2_r p,
.company_message_block3 p,
.base_txt{
	font-size: 15px;
	color: rgb(0, 0, 0);
	line-height: 1.667;
	text-align: left;
	margin-top:15px;
}

.company_message_block2 .company_message_block2_r p span,
.company_message_block3 p span,
.base_txt span{
	display:block;
	margin-top:8px;
}

.company_message_block3{
	width:1180px;
	margin:50px auto 0;
}

.company_message_block4{
	margin-bottom:100px;
}

@media screen and (max-width: 768px) {
	.company_message_block{
		margin-top:15%;
		text-align:center;
	}

	.company_message_block h2{
		font-size:4.5vw;
	}

	.company_message_block p{
		font-size: 3.8vw;
		margin-top:5%;
	}

	.company_message_block p span{
		display:block;
		margin-top:3%;
	}

	.company_message_block2{
		margin:10% auto 0;
		width:100%;
	}

	.company_message_block2 .company_message_block2_l{
		width:100%;
		float:none;
	}

	.company_message_block2 .company_message_block2_r{
		width:100%;
		float:none;
	}

	.company_message_block2 .company_message_block2_r h3,
	.company_message_block3 h3{
		font-size:4.5vw;
		word-break:break-all;
		margin-top:5%;
	}

	.company_message_block3 h3.mt{
		margin-top:8%;
	}

	.company_message_block2 .company_message_block2_r p,
	.company_message_block3 p,
	.base_txt{
		font-size: 3.8vw;
		margin-top:5%;
	}

	.company_message_block2 .company_message_block2_r p span,
	.company_message_block3 p span,
	.base_txt span{
		display:block;
		margin-top:3%;
	}

	.company_message_block3{
		width:100%;
		margin:0 auto 0;
	}

	.company_message_block4{
		margin-bottom:10%;
	}
}

/* outline **/
.outline_block01{
	width:700px;
	margin:80px auto 0;
}

.outline_block01 th,
.outline_block01 td{
	padding:20px 0 17px;
	border-bottom:solid 1px #088ad5;
	vertical-align:top;
}

.outline_block01 th{
	width:120px;
	font-size:15px;
}

.outline_block01 td{
	font-size: 15px;
	color: rgb(0, 0, 0);
	line-height: 2;
	text-align: left;
}

.outline_block01 td span{
	font-size:13px;
	margin-top:-5px;
	display:block;
}

.outline_block01 td.pt{
	padding-top:60px;
}

.outline_block01 td #map{
	width:100%;
	height:290px;
	margin:15px 0 20px;
}

.outline_block02{
	margin-top:100px;
}

.outline_block02 .slide{
	width:900px;
	margin:50px auto 0;
}

.outline_block01.outline_block02{
	width:900px;
	margin-bottom:100px;
}
@media screen and (max-width: 768px) {
	.outline_block01{
		width:90%;
		margin:10% auto 0;
	}

	.outline_block01 th,
	.outline_block01 td{
		padding:5% 0 ;
		display:block;
		border-bottom:solid 1px #088ad5;
		vertical-align:top;
	}

	.outline_block01 td{
		border-bottom:none;
	}

	.outline_block01 th{
		width:100%;
		font-size:3.8vw;
	}

	.outline_block01 td{
		font-size: 3.8vw;
	}

	.outline_block01 td span{
		font-size: 3.5vw;
	}

	.outline_block01 td.pt{
		padding:5% 0 ;
	}

	.outline_block01 td #map{
		width:100%;
		height:290px;
		margin:15px 0 20px;
	}

	.outline_block02{
		margin-top:10%;
	}

	.outline_block02 .slide{
		width:85%;
		margin:10% auto 10%;
	}

	.outline_block01.outline_block02{
		width:90%;
		margin-bottom:10%;
	}

	.bx-wrapper .bx-prev {
	  left: 5%;
	  background: url('../images_new/company/outline/icon_l.png') no-repeat left top;
	}

	.bx-wrapper .bx-next {
	  right: 5%;
	  background: url(../images_new/company/outline/icon_r.png) no-repeat left top;
	}

}

/****************** /COMPANY **********************/

/****************** /recruit **********************/

.recruit_message_block01{
	width:100%;
	max-width:1600px;
	background:url(../images_new/recruit/message/bg01.jpg) no-repeat center bottom;
	background-size:cover;
	width:100%;
	height:700px;
	margin:100px auto 0;
}

.recruit_message_block01 .inner{
	width:1180px;
	margin:0 auto;
	padding-top:80px;
}

.base_txt span.inline{
	display:inline;
}

.recruit_message_block01 h2{
	font-size: 20px;
	color: rgb(8, 138, 213);
	line-height: 1.5;
	text-align: left;
}

.recruit_message_block02{
	margin-top:100px;
}

.recruit_message_block02 h4{
	margin-top:50px;
	font-size: 30px;
	color: rgb(0, 0, 0);
	line-height: 1.333;
	text-align: center;
}

.recruit_message_block02 .txt01{
	margin-top:35px;
	font-size: 15px;
	color: rgb(0, 0, 0);
	line-height: 1.667;
	text-align: center;
}

.recruit_message_block02 ul{
	width:1180px;
	margin:45px auto 0;
}

.recruit_message_block02 ul li{
	width:610px;
	float:left;
}

.recruit_message_block02 ul li:nth-child(2n){
	width:570px;
	float:right;
}

.recruit_message_block02 ul li{
	padding:30px 0;
	border-bottom:solid 1px #088ad5;
}

.recruit_message_block02 ul li h5,
.bace_ttl3{
	font-size:20px;
	color:#000000;
	position:relative;
}

.recruit_message_block02 ul li h5 span:before,
.bace_ttl3 span:before{
	content:"";
	display:block;
	width:0px;
	height:3px;
	background:#088ad5;
	position:absolute;
	left:50%;
	margin-left:-13px;
	bottom:-10px;
	transition: all 0.4s ease;
}

.recruit_message_block02 ul li h5.active span:before,
.bace_ttl3.active span:before {
	width:26px;
}

.recruit_message_block02 ul li h5 span,
.bace_ttl3 span{
	font-size:25px;
	color:#088ad5;
	display:inline-block;
	margin-right:9px;
	position:relative;
	top:2px;
}

.recruit_message_block02 ul li p{
	margin-top:30px;
	font-size: 15px;
	color: rgb(0, 0, 0);
	line-height: 1.667;
}

.recruit_message_block02 .btn_area{
	width:200px;
	margin:75px auto 0;
	text-align:center;
}

.recruit_message_block03{
	margin-top:100px;
	background:url(../images_new/recruit/message/bg02.jpg) no-repeat center top;
	background-size:cover;
	padding:100px 0;
}

.recruit_message_block03 h4{
	text-align:center;
	font-size:20px;
	margin-top:90px;
	position:relative;
}

.recruit_message_block03 h4:before{
	content:"";
	display:block;
	width:0px;
	height:3px;
	background:#088ad5;
	position:absolute;
	left:50%;
	margin-left:-13px;
	bottom:-15px;
	transition: all 0.4s ease;
}

.recruit_message_block03 h4.active:before{
	width:26px;

}

.recruit_message_block03 .btn_area1{
	width:200px;
	margin:60px auto 0;
}

.recruit_message_block03 .btn_area33{
	width:200px;
	margin:40px auto 0;
}

.recruit_message_block03 .inner{
	width:800px;
	margin:75px auto 0;
	padding-top:70px;
	border-top:solid 1px #cbcbcb;
}

.recruit_message_block03 .inner p,
.recruit_guideline_block02 .txt03{
	margin:40px auto 0;
	width:800px;
	padding:0 20px;
	font-size: 15px;
	color: rgb(0, 0, 0);
	line-height: 1.667;
}

.recruit_message_block03 .inner p a,
.recruit_guideline_block02 .txt03 a{
	color:#4e89d1;
}

.recruit_message_block03 .inner p a:hover,
.recruit_guideline_block02 .txt03 a:hover{
	text-decoration:none;
}

@media screen and (max-width: 768px) {
	.recruit_message_block01{
		width:100%;
		background:none;
		background-size:contain;
		width:100%;
		height:auto;
		margin-top:15%;
	}

	.recruit_message_block01 .inner{
		width:100%;
		margin:0 auto;
		padding-top:5%;
	}

	.base_txt span.inline{
		display:inline;
	}

	.recruit_message_block01 h2{
		font-size: 4.5vw;
		margin-bottom:30%;
		padding:0 2.5%;
	}

	.recruit_message_block01 p{
		padding:0 5%;
	}

	.recruit_message_block02{
		margin-top:100px;
	}

	.recruit_message_block02 h4{
		margin-top:15%;
		font-size: 5.8vw;
	}

	.recruit_message_block02 .txt01{
		margin-top:5%;
		font-size: 3.8vw;
		padding:0 5%;
		text-align:left;
	}

	.recruit_message_block02 ul{
		width:90%;
		margin:8% auto 0;
	}

	.recruit_message_block02 ul li{
		width:100%;
		float:none;
	}

	.recruit_message_block02 ul li:nth-child(2n){
		width:100%;
		float:none;
	}

	.recruit_message_block02 ul li{
		padding:5% 0;
		border-bottom:solid 1px #088ad5;
	}

	.recruit_message_block02 ul li h5,
	.bace_ttl3{
		font-size:4.5vw;
	}

	.recruit_message_block02 ul li h5 span:before,
	.bace_ttl3 span:before{
		content:"";
		display:block;
		width:0px;
		height:3px;
		background:#088ad5;
		position:absolute;
		left:50%;
		margin-left:-13px;
		bottom:-10px;
		transition: all 0.4s ease;
	}

	.recruit_message_block02 ul li h5.active span:before,
	.bace_ttl3.active span:before {
		width:100%;
	}

	.recruit_message_block02 ul li h5 span,
	.bace_ttl3 span{
		font-size:5.3vw;
		color:#088ad5;
		margin-right:2%;
		position:relative;
		top:0.5vw;
	}

	.recruit_message_block02 ul li p{
		margin-top:8%;
		font-size: 3.8vw;
	}

	.recruit_message_block02 .btn_area{
		width:80%;
		margin:10% auto 0;
		text-align:center;
	}

	.recruit_message_block02 .btn_area a{
		margin:0 auto;
	}

	.recruit_message_block03{
		margin-top:15%;
		background:url(../images_new/recruit/message/bg02.jpg) no-repeat center top;
		background-size:cover;
		padding:15% 0;
	}

	.recruit_message_block03 h4{
		text-align:center;
		font-size:4.5vw;
		margin-top:10%;
		position:relative;
	}

	.recruit_message_block03 h4:before{
		content:"";
		display:block;
		width:10%;
		height:3px;
		background:#088ad5;
		position:absolute;
		left:50%;
		margin-left:-5%;
		bottom:-55%;
		transition: all 0.4s ease;
		transform: scaleX(0);
	}

	.recruit_message_block03 h4.active:before{
		transform: scaleX(1);
	}

	.recruit_message_block03 .btn_area1{
		width:60%;
		margin:12% auto 0;
	}

	.recruit_message_block03 .btn_area1 a{
		width:100%;
	}

	.recruit_message_block03 .inner{
		width:100%;
		margin:10% auto 0;
		padding-top:10%;
		border-top:none;
		position:relative;
	}

	.recruit_message_block03 .inner:before{
		content:"";
		width:90%;
		height:1px;
		background:#cbcbcb;
		position:absolute;
		left:50%;
		top:0;
		margin-left:-45%;
	}

	.recruit_message_block03 .inner p,
	.recruit_guideline_block02 .txt03{
		margin:8% auto 0;
		width:90%;
		font-size: 3.8vw;
	}

	.recruit_message_block03 .inner p a,
	.recruit_guideline_block02 .txt03 a{
		color:#4e89d1;
	}

	.recruit_message_block03 .inner p a:hover,
	.recruit_guideline_block02 .txt03 a:hover{
		text-decoration:none;
	}
}

.recruit_interview_block01{
	margin-top:100px;
}

.recruit_interview_block01 ul{
	text-align:center;
}

.recruit_interview_block01 ul li{
	display:inline-block;
}

.recruit_interview_block01 ul li a{
	display:block;
	position:relative;
	text-decoration:none;
	color:#000;
	text-align:left;
	transition: all 0.3s ease;
}

.recruit_interview_block01 ul li a:hover{
	color:#088ad5;
}

.recruit_interview_block01 ul li a:before,
.recruit_interview_block01 ul li a:after {
  position: absolute;
  top: -0px;
  left: -0px;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
}

.recruit_interview_block01 ul li a:hover:before,
.recruit_interview_block01 ul li a:hover:after {
  width: 100%;
  height: 100%;
  box-sizing:border-box;
}
.recruit_interview_block01 ul li a:hover:before {
  border-top-color: #088ad5;
  border-right-color: #088ad5;
  transition: width .3s, height .3s .3s;
}
.recruit_interview_block01 ul li a:hover:after {
  border-bottom-color: #088ad5;
  border-left-color: #088ad5;
  transition: height .3s, width .3s .3s;
}


.recruit_interview_block01 ul li a .inner{
	display:block;
	background-color: rgba(224,236,243,0.8);
	left: 0px;
	bottom:0;
	width: 100%;
	height: 91px;
	padding:10px;
	box-sizing:border-box;
	position:absolute;
}

.recruit_interview_block01 ul li a .inner .ttl01{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.267;
	position:relative;
}

.recruit_interview_block01 ul li a .inner .ttl01:before{
	content:"";
	display:block;
	width:0px;
	height:3px;
	background:#088ad5;
	position:absolute;
	left:0;
	top:44px;
	transition: all 0.4s ease;
}

.recruit_interview_block01 ul li a .inner .ttl01:before{
	width:25px;
}

.recruit_interview_block01 ul li a .inner .ttl01 span{
	font-size:12px;
	display:block;
}

.recruit_interview_block01 ul li a .inner .name{
	display:block;
	position:absolute;
	left:0;
	font-size:15px;
	bottom:5px;
	left:10px;
}

.recruit_interview_block02_ov{
	margin-top:100px;
	background:#f1f4fa;
	padding:100px 0;
}

.recruit_interview_block02_ov.white{
	margin-top:0;
	background:#FFF;
}

.recruit_interview_block02{
	width:1180px;
	margin:0 auto;
}

.recruit_interview_block02.sec{
	margin-top:85px;
	border-top:solid 1px #088ad5;
	padding-top:85px;
}

.recruit_interview_block02 .bace_ttl1{
	text-align:left;
}

.recruit_interview_block02 .bace_ttl1 .ai{
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size:20px;
	margin-left:50px;
	top:-3px;
}

.recruit_interview_block02 .bace_ttl1 .ai:before {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    transform: rotate(45deg);
    position: absolute;
    background: #000;
    left: -25px;
    top: -15px;
}

.recruit_interview_block02 .bace_ttl1 span.ttl_main:before{
	display:none;
}

.recruit_interview_block02 .txt01{
	font-size: 15px;
	color: rgb(0, 1, 1);
	line-height: 2.205;
	text-align: left;
	font-weight:bold;
	margin-top:40px;
}

.recruit_interview_block02 .bace_ttl3{
	margin-top:45px;
}

.recruit_interview_block02 .txt02{
	font-size: 20px;
	color: rgb(0, 1, 1);
	text-align: left;
	font-weight:bold;
	margin-top:25px;
}

.recruit_interview_block02 .inner{
	margin-top:30px;
	position:relative;
}

.recruit_interview_block02 .inner .inner_r{
	background-color: rgba(224, 236, 243,0.8);
	position: absolute;
	width: 625px;
	height: 300px;
	left:550px;
	top:250px;
	box-sizing:border-box;
	padding:60px 20px 55px 30px;
}

.recruit_interview_block02 .inner.right_box .inner_l{
	float:right;
}

.recruit_interview_block02 .inner.right_box .inner_r{
	left:0;
}

.recruit_interview_block02 .inner .inner_r .bace_ttl1{
	font-size:20px;
}

.recruit_interview_block02 .inner .inner_r .bace_ttl1 .ai{
	font-size:13px;
	top:10px;
	margin-left:30px;
}

.bace_ttl1 .ai span{
	font-size:20px;
	position:relative;
	left:25px;
	top:-0px;
}

.recruit_interview_block02 .inner .inner_r .bace_ttl1 .ai:before{
	content:"";
	display:block;
	width:1px;
	height:60px;
	transform:rotate(45deg);
	position:absolute;
	left:-6px;
	top:-22px;
}

.recruit_interview_block02 .inner .inner_r p{
	margin-top:30px;
	font-size: 15px;
	color: rgb(0, 0, 0);
	line-height: 1.667;
	text-align: left;
}

.recruit_interview_block02 .inner2{
	margin-top:150px;
}

.recruit_interview_block02 .inner2 .inner2_l{
	width:555px;
	float:left;
}

.recruit_interview_block02 .inner2 .inner2_r{
	width:555px;
	float:right;
}

.bace_ttl5{
	font-size:20px;
	color:#088ad5;
	position:relative;
}

.bace_ttl5:before{
	content:"";
	display:block;
	width:0px;
	height:3px;
	background:#088ad5;
	position:absolute;
	left:0;
	top:44px;
	transition: all 0.4s ease;
}

.bace_ttl5.active:before{
	width:25px;
}

.recruit_interview_block02 .inner2 p{
	font-size: 15px;
	color: rgb(0, 0, 0);
	line-height: 1.667;
	margin-top:30px;
}

.recruit_interview_block02 .btn_area{
	width:200px;
	margin:45px auto 0;
}

@media screen and (max-width: 768px) {
	.recruit_interview_block01{
		margin-top:10%;
	}

	.recruit_interview_block01 ul{
		text-align:center;
		width:90%;
		margin:0 auto;
	}

	.recruit_interview_block01 ul li{
		display:block;
		width:32%;
		float:left;
		margin-right:2%;
		margin-bottom:5%;
	}

	.recruit_interview_block01 ul li:nth-child(3n){
		margin-right:0;
	}

	.recruit_interview_block01 ul li a{
		display:block;
		position:relative;
		text-decoration:none;
		color:#000;
		text-align:left;
		transition: all 0.3s ease;
	}

	.recruit_interview_block01 ul li a:hover{
		color:#088ad5;
	}

	.recruit_interview_block01 ul li a:before,
	.recruit_interview_block01 ul li a:after {
	  position: absolute;
	  top: -0px;
	  left: -0px;
	  z-index: 2;
	  content: '';
	  width: 0;
	  height: 0;
	  border: 5px solid transparent;
	}

	.recruit_interview_block01 ul li a:hover:before,
	.recruit_interview_block01 ul li a:hover:after {
	  width: 100%;
	  height: 100%;
	  box-sizing:border-box;
	}
	.recruit_interview_block01 ul li a:hover:before {
	  border-top-color: #088ad5;
	  border-right-color: #088ad5;
	  transition: width .3s, height .3s .3s;
	}
	.recruit_interview_block01 ul li a:hover:after {
	  border-bottom-color: #088ad5;
	  border-left-color: #088ad5;
	  transition: height .3s, width .3s .3s;
	}

	.recruit_interview_block01 ul li a .inner{
		display:block;
		background-color: rgba(224,236,243,0.8);
		left: 0px;
		bottom:0;
		width: 100%;
		height: 25vw;
		padding:5%;
		box-sizing:border-box;
		position:absolute;
	}

	.recruit_interview_block01 ul li a .inner .ttl01{
		font-size: 3.5vw;
		font-weight: bold;
		line-height: 1.267;
		position:relative;
		display:block;
	}

	.recruit_interview_block01 ul li a .inner .ttl01:before{
		content:"";
		display:block;
		width:0px;
		height:3px;
		background:#088ad5;
		position:absolute;
		left:0;
		top:44px;
		transition: all 0.4s ease;
	}

	.recruit_interview_block01 ul li a .inner .ttl01:before{
		width:40%;
	}

	.recruit_interview_block01 ul li a .inner .ttl01 span{
		font-size:3.3vw;
		display:block;
	}

	.recruit_interview_block01 ul li a .inner .name{
		display:block;
		position:absolute;
		left:0;
		font-size:3.8vw;
		bottom:2vw;
		left:5%;
	}

	.recruit_interview_block02_ov{
		margin-top:10%;
		background:#f1f4fa;
		padding:10% 0;
	}

	.recruit_interview_block02_ov.white{
		margin-top:0;
		background:#FFF;
	}

	.recruit_interview_block02{
		width:90%;
		margin:0 auto;
	}

	.recruit_interview_block02.sec{
		margin-top:10%;
		border-top:solid 1px #088ad5;
		padding-top:10%;
	}

	.recruit_interview_block02 .bace_ttl1{
		text-align:center;
	}

	.recruit_interview_block02 .bace_ttl1 .ai{
		font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		font-size:4.5vw;
		margin-left:0px;
		top:-3px;
	}

	.recruit_interview_block02 .bace_ttl1 .ai:before,
	.recruit_interview_block02 .inner .inner_r .bace_ttl1 .ai:before{
		content: "";
		display: block;
		width: 30%;
		height: 2px;
		transform: rotate(0deg) !important;
		position: absolute;
		background: #000;
		left: 50%;
		margin-left:-15%;
		top:auto;
		bottom:-40%;
		transition: all 0.4s ease;
		transform: scaleX(0);
	}

	.recruit_interview_block02 .inner .inner_r .bace_ttl1 .ai:before{
		background:#088ad5;
	}

	.recruit_interview_block02 .bace_ttl1.active .ai:before,
	.recruit_interview_block02 .inner .inner_r .bace_ttl1 .ai:before{
		transform: scaleX(1);
	}

	.recruit_interview_block02 .bace_ttl1 span.ttl_main:before{
		display:none;
	}

	.recruit_interview_block02 .txt01{
		font-size: 3.8vw;
		color: rgb(0, 1, 1);
		line-height: 2.205;
		text-align: left;
		font-weight:bold;
		margin-top:10%;
	}

	.recruit_interview_block02 .bace_ttl3{
		margin-top:10%;
	}

	.recruit_interview_block02 .txt02{
		font-size: 4.5vw;
		color: rgb(0, 1, 1);
		text-align: left;
		font-weight:bold;
		margin-top:8%;
	}

	.recruit_interview_block02 .inner{
		margin-top:8%;
		position:relative;
	}

	.recruit_interview_block02 .inner .inner_r{
		background-color: rgba(224, 236, 243,0.8);
		position: relative;
		width: 100%;
		height: auto;
		left:auto;
		top:auto;
		box-sizing:border-box;
		padding:5%;
	}

	.recruit_interview_block02 .inner.right_box .inner_l{
		float:none;
	}

	.recruit_interview_block02 .inner.right_box .inner_r{
		left:auto;
	}

	.recruit_interview_block02 .inner .inner_r .bace_ttl1{
		font-size:4.5vw;
	}

	.recruit_interview_block02 .inner .inner_r .bace_ttl1 .ai{
		font-size:3.5vw;
		top:auto;
		margin-left:0px;
	}

	.bace_ttl1 .ai span{
		font-size:4.5vw;
		position:relative;
		left:3%;
		top:-0px;
	}

	.recruit_interview_block02 .inner .inner_r p{
		margin-top:8%;
		font-size: 3.8vw;
	}

	.recruit_interview_block02 .inner2{
		margin-top:15%;
	}

	.recruit_interview_block02 .inner2 .inner2_l{
		width:100%;
		float:none;
	}

	.recruit_interview_block02 .inner2 .inner2_r{
		width:100%;
		float:none;
		margin-top:5%;
	}

	.bace_ttl5{
		font-size:4.5vw;
		color:#088ad5;
		position:relative;
	}

	.bace_ttl5:before{
		content:"";
		display:block;
		width:0px;
		height:3px;
		background:#088ad5;
		position:absolute;
		left:0;
		top:auto;
		bottom:-20%;
		transition: all 0.4s ease;
	}

	.bace_ttl5.long:before{

	}

	.bace_ttl5.active:before{
		width:25px;
	}

	.recruit_interview_block02 .inner2 p{
		font-size: 3.8vw;
		color: rgb(0, 0, 0);
		line-height: 1.667;
		margin-top:10%;
	}

	.recruit_interview_block02 .btn_area{
		width:60%;
		margin:8% auto 0;
	}

	.recruit_interview_block02 .btn_area a{
		width:100%;
	}
}

/**systemsolutions**/

.recruit_system_job_block01{
	margin-top:45px;
}

.recruit_system_job_block01 .txt01{
	text-align:center;
	font-size:15px;
}

.recruit_system_job_block01 ul{
	width:1180px;
	margin:45px auto 0;
}

.recruit_system_job_block01 ul li{
	width:550px;
	float:left;
}

.recruit_system_job_block01 ul li:nth-child(2n){
	float:right;
}

.recruit_system_job_block01 ul li a{
	display:block;
	position:relative;
	text-decoration:none;
	position:relative;
}

.recruit_system_job_block01 ul li a .icon{
	position:absolute;
	right:0;
	top:325px;
	transition: all 0.4s ease;
	width:15px;
	display:block;
}

.recruit_system_job_block01 ul li a:hover .icon{
	top:330px;

}

.recruit_system_job_block01 ul li a span.ttl{
	display:block;
	margin-top:30px;
	font-size:18px;
	color:#088ad5;
	font-weight:bold;
}

.recruit_system_job_block01 ul li a span.txt02{
	display:block;
	margin-top:25px;
	font-size: 17px;
	color: rgb(0, 0, 0);
	line-height: 1.838;
	text-align: left;
}

.ttl_base{
	position:relative;
}

.ttl_base:before{
	content:"";
	display:block;
	width:0px;
	height:3px;
	background:#088ad5;
	position:absolute;
	left:0%;
	bottom:-11px;
	transition: all 0.4s ease;
}

.ttl_base.active:before{
	width:25px;
}

.recruit_system_job_block02{
	margin-top:50px;
	background:#f1f4fa;
	padding:90px 0;
}

.recruit_system_job_block02.white{
	margin-top:0;
	background:none;
}

.ttl_base2{
	text-align:center;
	font-size:25px;
	color:#088ad5;
	position:relative;
}

.ttl_base2:before{
	content:"";
	display:block;
	width:25px;
	height:3px;
	background:#088ad5;
	position:absolute;
	left:50%;
	bottom:-15px;
	margin-left:-12px;
	transition: all 0.4s ease;
	transform: scaleX(0);
}

.ttl_base2.active:before{
	transform: scaleX(1);
}

.recruit_system_job_block02 .txt01{
	text-align:center;
	font-size: 15px;
	color: rgb(0, 0, 0);
	line-height: 1.667;
	text-align: center;
	margin-top:30px;
}

.recruit_system_job_block02 .image01{
	text-align:center;
	margin-top:40px;
}

.recruit_system_job_block02 .inner{
	margin:40px auto 0;
	width:1180px;
}

.recruit_system_job_block02 .inner.mt{
	margin-top:100px;
}

.recruit_system_job_block02 .inner.mt2{
	margin-top:60px;
}

.recruit_system_job_block02 .inner h3{
	font-size:20px;
	color:#088ad5;
}

.recruit_system_job_block02 .inner .txt02{
	margin-top:30px;
	font-size: 15px;
	line-height: 2;
	text-align: left;
}

.recruit_system_job_block02 .inner .txt02 span{
	display:block;
	font-size: 20px;
	color:#088ad5;
	line-height: 2;
	text-align: left;
	font-weight:bold;
}

.recruit_system_job_block02 .inner .inner_block{
	background:#FFF;
	padding:32px 40px 32px;
	margin-top:65px;
}

.recruit_system_job_block02.white  .inner .inner_block{
	background:#f1f4fa;
}

.recruit_system_job_block02 .inner .inner_block h4{
	font-size:20px;
	color:#088ad5;
}

.recruit_system_job_block02 .inner .inner_block .txt03{
	margin-top:20px;
	font-size:15px;
	line-height: 2;
}

.recruit_system_job_block02 .inner .inner_block2{
	margin:40px auto 0;
	background:#e3eef4;
}

.recruit_system_job_block02 .inner .inner_block2 .inner_block2_l{
	width:590px;
	float:left;
}

.recruit_system_job_block02 .inner .inner_block2 .inner_block2_r{
	width:590px;
	float:right;
	/*padding:95px 35px 0 ;*/
	padding:62px 35px 0 ;
	box-sizing:border-box;
	text-align:left;
}

.recruit_system_job_block02.white .inner .inner_block2 .inner_block2_l{
	float:right;
}

.recruit_system_job_block02.white .inner .inner_block2 .inner_block2_r{
	float:left;
}

.recruit_system_job_block02 .inner .inner_block2 .inner_block2_r h4{
	text-align:left;
}

.recruit_system_job_block02 .inner .inner_block2 .inner_block2_r .txt04{
	font-size: 15px;
	color: rgb(0, 0, 0);
	line-height: 2;
	margin-top:30px;
}

.recruit_system_job_block02 .inner .inner_block2 .btn_area{
	margin-top:35px;
}

.recruit_system_job_block02 .inner .inner_block2 .inner_block2_r h4{
	font-size:22px;
}

.recruit_system_job_block02 .inner .inner_block2 .inner_block2_r h4 span.ai{
	font-size:13px;
}

.recruit_system_job_block02 .inner .inner_block2 .inner_block2_r h4 span.ai:before{
	left: -12px;
	top: -22px;
}

.recruit_system_job_block02 .inner .inner_block2 .inner_block2_r h4 .ai span{
	font-size:17px;
	left:15px;
}

@media screen and (max-width: 768px) {
	.recruit_system_job_block01{
		margin-top:8%;
	}

	.recruit_system_job_block01 .txt01{
		text-align:center;
		font-size:3.8vw;
		padding:0 5%;
	}

	.recruit_system_job_block01 ul{
		width:90%;
		margin:5% auto 0;
	}

	.recruit_system_job_block01 ul li{
		width:100%;
		float:none;
	}

	.recruit_system_job_block01 ul li.mb{
		margin-bottom:10%;
	}

	.recruit_system_job_block01 ul li:nth-child(2n){
		float:none;
		margin-top:8%;
	}

	.recruit_system_job_block01 ul li a{
		display:block;
		position:relative;
		text-decoration:none;
		position:relative;
	}

	.recruit_system_job_block01 ul li a .icon{
		position:absolute;
		right:0;
		top:52vw;
		transition: all 0.4s ease;
		width:5%;
		display:block;
	}

	.recruit_system_job_block01 ul li a:hover .icon{
		top:330px;

	}

	.recruit_system_job_block01 ul li a span.ttl{
		display:block;
		margin-top:5%;
		font-size:4vw;
	}

	.recruit_system_job_block01 ul li a span.txt02{
		display:block;
		margin-top:8%;
		font-size: 3.9vw;
	}

	.ttl_base{
		position:relative;
	}

	.ttl_base:before{
		content:"";
		display:block;
		width:0px;
		height:3px;
		background:#088ad5;
		position:absolute;
		left:0%;
		bottom:-11px;
		transition: all 0.4s ease;
	}

	.ttl_base.active:before{
		width:25px;
	}

	.recruit_system_job_block02{
		margin-top:10%;
		background:#f1f4fa;
		padding:10% 0;
	}

	.recruit_system_job_block02.white{
		margin-top:0;
		background:none;
	}

	.ttl_base2{
		text-align:center;
		font-size:5.3vw;
		color:#088ad5;
		position:relative;
	}

	.ttl_base2:before,
	.recruit_system_job_block02 .inner .inner_block2 .inner_block2_r h4 span.ai:before{
		content:"";
		display:block;
		width:20%;
		height:3px;
		background:#088ad5;
		position:absolute;
		left:50%;
		bottom:-30%;
		margin-left:-10%;
		transition: all 0.4s ease;
		transform: scaleX(0);
		top:auto !important;
	}

	.ttl_base2.active:before,
	.recruit_system_job_block02 .inner .inner_block2 .inner_block2_r h4 span.ai:before{
		transform: scaleX(1);
	}

	.recruit_system_job_block02 .txt01{
		text-align:center;
		font-size: 3.8vw;
		color: rgb(0, 0, 0);
		line-height: 1.667;
		text-align: center;
		margin-top:8%;
		padding:0 4%;
	}

	.recruit_system_job_block02 .image01{
		text-align:center;
		margin-top:8%;
	}

	.recruit_system_job_block02 .inner{
		margin:8% auto 0;
		width:90%;
	}

	.recruit_system_job_block02 .inner.mt{
		margin-top:12%;
	}

	.recruit_system_job_block02 .inner.mt2{
		margin-top:8%;
	}

	.recruit_system_job_block02 .inner h3{
		font-size:4.5vw;
		color:#088ad5;
	}

	.recruit_system_job_block02 .inner .txt02{
		margin-top:5%;
		font-size: 3.8vw;
		line-height: 2;
		text-align: left;
	}

	.recruit_system_job_block02 .inner .txt02 span{
		display:block;
		font-size: 4.5vw;
		color:#088ad5;
		line-height: 2;
		text-align: left;
		font-weight:bold;
	}

	.recruit_system_job_block02 .inner .inner_block{
		background:#FFF;
		padding:5%;
		margin-top:8%;
	}

	.recruit_system_job_block02.white  .inner .inner_block{
		background:#f1f4fa;
	}

	.recruit_system_job_block02 .inner .inner_block h4{
		font-size:4.5vw;
		color:#088ad5;
	}

	.recruit_system_job_block02 .inner .inner_block .txt03{
		margin-top:5%;
		font-size:3.8vw;
		line-height: 2;
	}

	.recruit_system_job_block02 .inner .inner_block2{
		margin:8% auto 0;
		background:#e3eef4;
	}

	.recruit_system_job_block02 .inner .inner_block2 .inner_block2_l{
		width:100%;
		float:none;
	}

	.recruit_system_job_block02 .inner .inner_block2 .inner_block2_r{
		width:100%;
		float:none;
		padding:10% 5%;
		box-sizing:border-box;
		text-align:left;
	}

	.recruit_system_job_block02.white .inner .inner_block2 .inner_block2_l{
		float:right;
	}

	.recruit_system_job_block02.white .inner .inner_block2 .inner_block2_r{
		float:left;
	}

	.recruit_system_job_block02 .inner .inner_block2 .inner_block2_r h4{
		text-align:center;
	}

	.recruit_system_job_block02 .inner .inner_block2 .inner_block2_r .txt04{
		font-size: 15px;
		color: rgb(0, 0, 0);
		line-height: 2;
		margin-top:30px;
	}

	.recruit_system_job_block02 .inner .inner_block2 .btn_area{
		margin:8% auto 0;
		width:80%;
	}

	.recruit_system_job_block02 .inner .inner_block2 .btn_area a{
		width:100%;
	}

	.recruit_system_job_block02 .inner .inner_block2 .inner_block2_r h4{
		font-size:4.5vw;
	}

	.bace_ttl1 span.ttl_main:before {
		display:none;
	}

	.recruit_system_job_block02 .inner .inner_block2 .inner_block2_r h4 span.ai{
		font-size:3.5vw;
		margin-left:0;
	}



	.recruit_system_job_block02 .inner .inner_block2 .inner_block2_r h4 .ai span{
		font-size:17px;
		left:15px;
	}
}

/**weekschedule**/

.recruit_system_job_block02.weekschedule .image01{
	position:relative;
	width:1180px;
	margin:0 auto;
}

.recruit_system_job_block02 .image01 h2{
	position:absolute;
	right:50px;
	bottom:35px;
}

.recruit_system_job_block02 .image01 h2 .ttl_main:before{
	display:none;
}

.recruit_system_job_block02 .image01 h2 .ai:before{
	top:-15px;
	left:-12px;
}

.weekschedule .txt01{
	font-size: 20px;
	color: rgb(0, 0, 0);
	line-height: 1.5;
	text-align: center;
	font-weight:bold;
	margin-top:30px;
}

.weekschedule .image02{
	width:1180px;
	margin:35px auto 0;
}

.weekschedule .image03{
	width:1180px;
	position:relative;
	margin:40px auto 0;
}

.weekschedule .image03 .ab_block{
	position:absolute;
}

.weekschedule .image03 .ab_block .ab_block01_txt01{
	font-size:15px;
	color:#088ad5;

	font-weight:bold;
}

.weekschedule .image03 .ab_block .ab_block01_txt02{
	font-size:15px;
	color:#088ad5;
	font-weight:bold;
	margin-top:20px;
}

.weekschedule .image03 .ab_block .ab_block01_txt03{
	font-size:15px;
	margin-top:10px;
	color: rgb(0, 0, 0);
	line-height: 1.667;
}

.weekschedule .ai.ai2{
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
	display:inline-block;
	margin-left:8px;
	background:#088ad5;
	padding:2px 7px 1px;
}

.weekschedule .image03 .ab_block.ab_block01{
	left:50px;
	top:67px;
}

.weekschedule .image03 .ab_block.ab_block01.ab_block01_3{
	left:50px;
	top:117px;
}

.weekschedule .image03 .ab_block.ab_block03{
	left:50px;
	top:258px;
}

.weekschedule .image03 .ab_block.ab_block03.ab_block03_2{
	top:308px;
}

.weekschedule .image03 .ab_block.ab_block03.ab_block03_3{
	top:308px;
}

.weekschedule .image03 .ab_block.ab_block02{
	left:640px;
	top:-3px;
}
.weekschedule .image03 .ab_block.ab_block01.ab_block01_2{
	top:117px;
}

.weekschedule .image03 .ab_block.ab_block04{
	left:640px;
	top:202px;
}
.weekschedule .image03 .ab_block.ab_block04.ab_block04_2{
	left:640px;
	top:189px;
}
.weekschedule .image03 .ab_block.ab_block04.ab_block04_3{
	left:640px;
	top:189px;
}
.weekschedule .image03 .ab_block.ab_block05{
	left:640px;
	top:420px;
}

.weekschedule .image03 .ab_block.ab_block06{
	left:640px;
	top:430px;
}


@media screen and (max-width: 768px) {
	.recruit_system_job_block02.weekschedule .image01{
		position:relative;
		width:90%;
		margin:0 auto;
	}

	.recruit_system_job_block02 .image01 h2{
		position:relative;
		right:auto;
		bottom:auto;
		margin-top:5%;
		color:#088ad5;
	}

	.recruit_system_job_block02 .image01 h2 .ttl_main:before{
		display:none;
	}

	.recruit_system_job_block02 .image01 h2 .ai:before{
		top:-15px;
		left:-12px;
	}

	.weekschedule .txt01{
		font-size: 4.5vw;
		color: rgb(0, 0, 0);
		line-height: 1.5;
		text-align: center;
		font-weight:bold;
		margin-top:8%;
	}

	.weekschedule .image02{
		width:100%;
		margin:8% auto 0;
	}

	.weekschedule .image03{
		width:100%;
		margin:8% auto 0;
		margin:8% auto 0;
	}

	.weekschedule .image03 .ab_block{
		position:absolute;
	}

	.weekschedule .image03 .ab_block .ab_block01_txt01{
		font-size:3.8vw;
		color:#088ad5;
		font-weight:bold;
	}

	.weekschedule .image03 .ab_block .ab_block01_txt01:before{
		bottom:-1.5vw;
	}

	.weekschedule .image03 .ab_block .ab_block01_txt01.active:before{
		width:7%;
	}

	.weekschedule .image03 .ab_block .ab_block01_txt02{
		font-size:3.6vw;
		color:#088ad5;
		font-weight:bold;
		margin-top:4%;
	}

	.weekschedule .image03 .ab_block .ab_block01_txt03{
		font-size:3.2vw;
		margin-top:1%;
		color: rgb(0, 0, 0);
		line-height: 1.667;
	}

	.weekschedule .ai.ai2{
		font-size:15px;
		color:#ffffff;
		font-weight:bold;
		display:inline-block;
		margin-left:8px;
		background:#088ad5;
		padding:2px 7px 1px;
	}

	.weekschedule .image03 .ab_block.ab_block01{
		left:12%;
		top:19%;
	}

	.weekschedule .image03 .ab_block.ab_block01.ab_block01_3{
		left:12%;
		top:48.8vw;
	}

	.weekschedule .image03 .ab_block.ab_block03{
		left:12%;
		top:58%;
	}

	.weekschedule .image03 .ab_block.ab_block03.ab_block03_2{
		top:308px;
	}

	.weekschedule .image03 .ab_block.ab_block02{
		left:12%;
		top:-0.5%;
	}
	.weekschedule .image03 .ab_block.ab_block01.ab_block01_2{
		top:117px;
	}

	.weekschedule .image03 .ab_block.ab_block04{
		left:12%;
		top:38%;
	}
	.weekschedule .image03 .ab_block.ab_block04.ab_block04_2{
		left:12%;
		top:60%;
	}

	.weekschedule .image03 .ab_block.ab_block04.ab_block04_3{
		left:12%;
		top:60%;
	}
	.weekschedule .image03 .ab_block.ab_block05{
		left:12%;
		top:77.5%;
	}

	.weekschedule .image03 .ab_block.ab_block03.ab_block03_3{
		top:159.2vw;
	}

	.weekschedule .image03 .ab_block.ab_block04.ab_block04_3{
		top:93.3vw;
	}

	.weekschedule .image03 .ab_block.ab_block02.ab_block02_3{
		top:-0.5%;
	}

	.weekschedule .image03 .ab_block.ab_block06{
		top:205.4vw;
		left: 12%;
	}

}


/**system**/

.recruit_system_job_block02.system{
	width:1180px;
	margin:100px auto 0;
}

.recruit_system_job_block02.system h3{
	font-size:20px;
	color:#088ad5;
}

.recruit_system_job_block02.system h3.mt{
	margin-top:80px;
}

.recruit_system_job_block02.system .image01{
	margin-top:50px;
}

.recruit_system_job_block02.system ul{
	width:900px;
	margin:60px auto 0;
}

.recruit_system_job_block02.system ul li{
	width:300px;
	float:left;
	background:#e0ecf3;
	border:solid 1px #e0ecf3;
	padding:25px;
	box-sizing:border-box;
}

.recruit_system_job_block02.system ul li:nth-child(2){
	background:#FFF;
}

.recruit_system_job_block02.system ul li h4{
	font-size:18px;
	color:#000000;
	position:relative;

}

.recruit_system_job_block02.system ul li h4 span.ai{
	font-size:25px;
	color:#088ad5;
	display:inline-block;
	margin-right:8px;
	position:absolute;
	left:0;
	top:0;
}

.recruit_system_job_block02.system ul li h4 span.indent{
	display:block;
	padding-left:40px;
	line-height:1.3;
	padding-top:3px;
}

.recruit_system_job_block02.system ul li h4:before{
	content:"";
	display:block;
	top:40px;
}

.recruit_system_job_block02.system ul li h4 span.ab{
	position:absolute;
	left:35px;
	top:25px;
}

.recruit_system_job_block02.system ul li p{
	font-size: 14px;
	color: rgb(0, 0, 0);
	line-height: 1.714;
	margin-top:30px;
}

@media screen and (max-width: 768px) {
	.recruit_system_job_block02.system{
		width:90%;
		margin:10% auto 0;
	}

	.recruit_system_job_block02.system h3{
		font-size:4.5vw;
	}

	.recruit_system_job_block02.system h3.mt{
		margin-top:8%;
	}

	.recruit_system_job_block02.system .image01{
		margin-top:8%;
	}

	.recruit_system_job_block02.system ul{
		width:90%;
		margin:5% auto 0;
	}

	.recruit_system_job_block02.system ul li{
		width:100%;
		float:none;
		background:#e0ecf3;
		border:solid 1px #e0ecf3;
		padding:5%;
		box-sizing:border-box;
	}

	.recruit_system_job_block02.system ul li:nth-child(2){
		background:#FFF;
	}

	.recruit_system_job_block02.system ul li h4{
		font-size:4vw;
		color:#000000;
		position:relative;
	}

	.recruit_system_job_block02.system ul li h4 span.ai{
		font-size:5.3vw;
		color:#088ad5;
		display:inline-block;
		margin-right:2%;
	}

	.recruit_system_job_block02.system ul li h4 span.ab{
		position:absolute;
		left:35px;
		top:25px;
	}

	.recruit_system_job_block02.system ul li p{
		font-size: 3.5vw;
		color: rgb(0, 0, 0);
		line-height: 1.714;
		margin-top:8%;
	}
}

/**data**/

.data_list01{
	width:1150px;
	margin:100px auto 0;
}

.data_list01 li{
	width:760px;
	float:left;
}

.data_list01 li:nth-child(2n){
	width:370px;
	float:right;
}

.data_list02{
	width:1150px;
	margin:20px auto 0;
}

.data_list02 li{
	width:370px;
	float:left;
}

.data_list02 li:last-child{
	width:760px;
	float:right;
}

.data_list03{
	width:1150px;
	margin:20px auto 0;
}

.data_list03 li{
	width:370px;
	float:left;
	margin-right:20px;
}

.data_list03 li:last-child{
	margin-right:0;
}

.data_list01 li,
.data_list02 li,
.data_list03 li{
	position:relative;
}

.data_list01 li p,
.data_list02 li p,
.data_list03 li p{
	position:absolute;
	font-size:19px;
	left:30px;
	bottom:45px;
	font-weight:bold;
}

.data_list01 li p span,
.data_list02 li p span,
.data_list03 li p span{
	font-size:15px;
}

@media screen and (max-width: 768px) {
	.data_list01{
		width:90%;
		margin:10% auto 0;
	}

	.data_list02,
	.data_list03{
		width:90% !important;
		margin:0% auto 0 !important;
	}

	.data_list01 li,
	.data_list02 li,
	.data_list03 li{
		width:100% !important;
		float:none;
		margin-bottom:5%;
	}

	.data_list01 li img,
	.data_list02 li img,
	.data_list03 li img{
		width:100%;
		height:auto;
	}

	.data_list01 li:last-child{
		width:370px;
		float:right;
	}

	.data_list02{
		width:1150px;
		margin:20px auto 0;
	}

	.data_list02 li{
		width:370px;
		float:left;
	}

	.data_list02 li:last-child{
		width:760px;
		float:right;
	}

	.data_list03{
		width:1150px;
		margin:20px auto 0;
	}

	.data_list03 li{
		width:370px;
		float:left;
		margin-right:20px;
	}

	.data_list03 li:last-child{
		margin-right:0;
	}

	.data_list01 li,
	.data_list02 li,
	.data_list03 li{
		position:relative;
	}

	.data_list01 li p,
	.data_list02 li p,
	.data_list03 li p{
		font-size:2.8vw;
		left:4vw;
		bottom:10%;
		font-weight:bold;
		margin-top:5%;
	}

	.data_list01 li:nth-child(2){
		width:48% !important;
		float:left;
	}

	.data_list01 li:nth-child(3){
		width:48%  !important;
		float:right;
	}

	.data_list01 li p:before,
	.data_list02 li p:before,
	.data_list03 li p:before{
		bottom:-1vw;
	}

	.data_list01 li p span,
	.data_list02 li p span,
	.data_list03 li p span{
		font-size:2vw;
	}

	.data_list03 li{
		width:48% !important;
		float:left;
		margin-right:0 !important;
	}

	.data_list03 li:nth-child(2){
		width:48% !important;
		float:right;
	}

}

/**guideline**/

.recruit_guideline_block01{
	margin-top:100px;
}

.recruit_guideline_block01 h2{
	text-align:center;
	font-size:25px;
	color:#088ad5;
}

.recruit_guideline_block01 .txt01{
	margin-top:30px;
	font-size: 15px;
	color: rgb(0, 0, 0);
	line-height: 2.067;
	text-align: center;
}

.recruit_guideline_block02{
	background:#f1f4fa;
	margin-top:80px;
	padding:100px 0;
}

.recruit_guideline_block02 .txt01{
	margin-top:50px;
	font-size: 15px;
	color: rgb(0, 0, 0);
	line-height: 1.867;
	text-align: center;
	font-weight:bold;
}

.recruit_guideline_block02 .btn_area{
	margin-top:50px;
}

.recruit_guideline_block02 .btn_area.mt{
	margin-top:70px;
}

.recruit_guideline_block02 .inner1{
	padding-top:100px;
	border-top:solid 1px #cccccc;
	width:800px;
	margin:80px auto 0;
}

.recruit_guideline_block02 table{
	width:950px;
	margin:40px auto 0;
}

.recruit_guideline_block02 table th,
.recruit_guideline_block02 table td{
	padding:25px 0 23px;
	border-bottom:solid 1px #088ad5;
	vertical-align:top;
}

.recruit_guideline_block02 table th{
	width:85px;
	font-size:15px;
	border-right:solid 1px #088ad5;
}

.recruit_guideline_block02 table td{
	font-size:15px;
	padding-left:20px;
	text-align:center;
}

.recruit_guideline_block02 .inner2{
	width:1055px;
	margin:100px auto 0;
	position:relative;
}

.recruit_guideline_block02 .inner2 h4{
	font-size:20px;
	color:#088ad5;
}

.recruit_guideline_block02 .inner2 p{
	font-size:15px;
	position:absolute;
	right:0;
	top:0;
}

.recruit_guideline_block02 .inner2 .image01{
	margin-top:15px;
}



@media screen and (max-width: 768px) {
	.recruit_guideline_block01{
		margin-top:15%;
	}

	.recruit_guideline_block01 h2{
		font-size:5.3vw;
	}

	.recruit_guideline_block01 .txt01{
		margin-top:5%;
		font-size: 3.8vw;
		color: rgb(0, 0, 0);
		line-height: 2.067;
		text-align: left;
	}

	.recruit_guideline_block02{
		background:#f1f4fa;
		margin-top:80px;
		padding:100px 0;
	}

	.recruit_guideline_block02 .txt01{
		margin-top:10%;
		font-size: 3.8vw;
		text-align: center;
		font-weight:bold;
		padding:0 5%;
	}

	.recruit_guideline_block02 .btn_area{
		margin:10% auto 0;
		width:60%;
	}

	.recruit_guideline_block02 .btn_area a{
		width:100%;
	}

	.recruit_guideline_block02 .btn_area.mt{
		margin-top:10%;
	}

	.recruit_guideline_block02 .inner1{
		width: 100%;
		margin: 10% auto 0;
		padding-top: 10%;
		border-top: none;
		position: relative;
	}

	.recruit_guideline_block02 .inner1:before{
	    content: "";
		width: 90%;
		height: 1px;
		background: #cbcbcb;
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -45%;
	}

	.recruit_guideline_block02 table{
		width:90%;
		margin:10% auto 0;
	}

	.recruit_guideline_block02 table th,
	.recruit_guideline_block02 table td{
		padding:5% 0 ;
		display:block;
		border-bottom:solid 1px #088ad5;
		vertical-align:top;
	}


	.recruit_guideline_block02 table td{
		border-bottom:none;
	}

	.recruit_guideline_block02 table th{
		width:100% !important;
		font-size:3.8vw;
		border-right:none;
	}

	.recruit_guideline_block02 table td{
		font-size: 3.8vw;
	}


	.recruit_guideline_block02 table td{
		border-bottom:none;
	}


	.recruit_guideline_block02 .inner2{
		width:90%;
		margin:10% auto 0;
		position:relative;
	}

	.recruit_guideline_block02 .inner2 h4{
		font-size:4.5vw;
		color:#088ad5;
	}

	.recruit_guideline_block02 .inner2 p{
		font-size:3.8vw;
		position:relative;
		text-align:left;
	}

	.recruit_guideline_block02 .inner2 .image01{
		margin-top:15px;
	}
}

/**system**/

@media screen and (max-width: 768px) {

}


/****************** /recruit **********************/

/****************** contact **********************/

.contact_block01{
	margin-top:100px;
	background:#f2f4fa;
	padding:80px 0;
}

.contact_block01 .txt01{
	text-align:center;
	font-size:15px;
	margin-top:40px;
}

.contact_block01 ul{
	width:600px;
	margin:30px auto 0;
}

.contact_block01 ul li{
	margin-bottom:25px;
	font-size:18px;
}

.contact_block01 ul li span{
	color:#088ad5;
	display:inline-block;
	margin-right:4px;
}

.contact_block01 ul li a{
	color:#000;
}

.contact_block01 ul li a:hover{
	text-decoration:none;
}

.contact_block02{
	margin-top:100px;
}

.contact_block02 .btn_area_first{
	width:620px;
	margin:50px auto 0;
}

.contact_block02 .btn_area_first a{
	width:100%;
	font-size:15px;
}

.contact_block02 .txt01{
	font-size:15px;
	text-align:center;
	margin-top:7px;
}

.contact_block02 .txt01.mt{
	margin-top:20px;
}

.contact_block02 .txt01 sup,
.contact_block02 .form_area table th sup{
	color:#d20000;
}

.contact_block02 .form_area table th .glay{
	color:#999999;
}

.contact_block02 .form_area table{
	width:780px;
	margin:40px auto 0;
}

.contact_block02 .form_area table th,
.contact_block02 .form_area table td{
	padding:20px 0;
	border-bottom:solid 1px #088ad5;
	font-size:17px;
	width:280px;
	vertical-align:top;
}

.contact_block02 .form_area table th{
	color:#222;
}

.contact_block02 .form_area table td{
	width:500px;
	font-size:15px;
}

.contact_block02 .form_area table td .caution{
	padding:5px 0 4px;
}

.contact_block02 .form_area table th.first{
	border-bottom:none;
	width:100%;
	font-size:15px;
	font-weight:normal;
}

.contact_block02 .form_area table th.last{
	width:100%;
	font-size:15px;
	font-weight:normal;
}

.contact_block02 .form_area table th.first label{
	margin-right:40px;
}

.contact_block02 .form_area table th.first label.kind{
	margin-right:80px;
}


.contact_block02 .form_area table td select.w100{
	width:100%;
	box-sizing:border-box;
	padding:10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:solid 1px #d9d9d9;
	height:39px;
}

.contact_block02 .form_area table td input[type="text"].w100,
.contact_block02 .form_area table td textarea.w100{
	width:100%;
	box-sizing:border-box;
	padding:10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:solid 1px #d9d9d9;
	height:39px;
}

.contact_block02 .form_area table td textarea.w100{
	height:190px;
}

.contact_block02 .form_area table td input[type="text"].w50{
	width:50%;
	box-sizing:border-box;
	padding:10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:solid 1px #d9d9d9;
	height:39px;
}

.contact_block02 .form_area table td .pull{
	display:block;
	position:relative;
}

/*
.contact_block02 .form_area table td .pull:after{
	content:"";
	display:block;
	background:url(../images_new/contact/image01.png) no-repeat left top;
	background-size:39px 39px;
	width:39px;
	height:39px;
	position:absolute;
	right:1px;
	top:0px;
}
*/

.contact_block02 .form_area table td .pull select{
	background:url(../images_new/contact/image01.png) no-repeat right top;
	background-size:39px 39px;
}

.contact_block02 .form_area table td .address_l{
	width:120px;
	float:left;
	padding-top:5px;
}

.contact_block02 .form_area table td .address_r{
	width:370px;
	float:right;
	position:relative;
}

.contact_block02 .form_area table td .address_r a{
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	height:39px;
	display:inline-block;
	padding:7px 12px 0;
	background:#088ad5;
	box-sizing:border-box;
	position:relative;
	left:30px;
	top:-2px;
}

.contact_block02 .form_area table td > div{
	margin-bottom:10px;
}

.contact_block02 .form_area table td .address_r input[type="text"].w50,
.contact_block02 .form_area table td .address_r select,
.contact_block02 .form_area table td .address_r .pull{
	width:190px;
}

.contact_block02 .form_area table td .check{
	position:relative;
	top:2px;
}

.contact_block02 .txt02{
	width:780px;
	margin:20px auto 0;
	font-size:15px;
}

.contact_block02 .txt02 a{
	color:#088ad5;
}

.contact_block02 .txt02 a:hover{
	text-decoration:none;
}

.contact_block02 .btn_area{
	width:450px;
	margin:80px auto 0;
}

.contact_block02 .btn_area li{
	width:180px;
	float:left;
}

.contact_block02 .btn_area li:last-child{
	float:right;
	width:220px;
}

.contact_block02 .btn_area li:nth-child(1) a{
	border:solid 1px #088ad5;
	background:#f2f4fa;
	color:#088ad5;
}

.contact_block02 .btn_area li:nth-child(1) a:after{
	background:url(../images_new/common/icon_btn_right2.png) no-repeat left top;
	background-size:13px 4px;
}

.contact_btm{
	width:1180px;
	margin:100px auto ;
}

.contact_btm .contact_btm_l{
	width:505px;
	float:left;
	background:#f2f4fa;
	padding-bottom:35px;
}

.contact_btm .contact_btm_l .txt04{
	padding-top:35px;
	font-size: 18px;
	color: rgb(23, 39, 50);
	line-height: 1.389;
	text-align: center;
}

.contact_btm .contact_btm_l .txt05{
	padding-top:10px;
	font-size: 15px;
	color: rgb(23, 39, 50);
	text-align: center;
}

.contact_btm .contact_btm_l .image{
	text-align:center;
	margin-top:10px;
}

.contact_btm .contact_btm_r{
	width:660px;
	float:right;
	padding-top:12px;
}

.contact_btm .contact_btm_r li{
	font-size: 13px;
	line-height: 1.786;
	margin-bottom:20px;
}

.contact_block02 .form_area table td a.w100{
	width:100% !important;
}

.td_link01{
	display:none;
}

@media screen and (max-width: 768px) {
	.contact_block01{
		margin-top:10%;
		background:#f2f4fa;
		padding:10% 0;
	}

	.contact_block01 .txt01{
		text-align:center;
		font-size:3.8vw;
		margin-top:8%;
	}

	.contact_block01 ul{
		width:87%;
		margin:5% auto 0;
		margin-left:8%;
	}

	.contact_block01 ul li{
		margin-bottom:4%;
		font-size:4vw;
		position:relative;
		padding-left:0.7em;
		text-indent:-0.7em;
	}

	.contact_block01 ul li span{
		color:#088ad5;
		display:inline-block;
		margin-right:2%;
	}

	.contact_block01 ul li a{
		color:#000;
	}

	.contact_block01 ul li a:hover{
		text-decoration:none;
	}

	.contact_block02{
		margin-top:10%;
	}

	.contact_block02 .btn_area_first{
		width:90%;
		margin:10% auto 0;
	}

	.contact_block02 .btn_area_first a{
		width:100%;
		font-size:3.8vw;
	}

	.contact_block02 .txt01{
		padding:0 5%;
		font-size:3.8vw;
		text-align:center;
		margin-top:2%;
	}

	.contact_block02 .txt01.mt{
		margin-top:5%;
	}

	.contact_block02 .txt01 sup,
	.contact_block02 .form_area table th sup{
		color:#d20000;
	}

	.contact_block02 .form_area table{
		width:95%;
		margin:10% auto 0;
	}

	.contact_block02 .form_area table th,
	.contact_block02 .form_area table td{
		display:block;
		padding:4% 0;
		border-bottom:solid 1px #088ad5;
		font-size:3.9vw;
		width:100%;
		vertical-align:top;
	}

	.contact_block02 .form_area table td{
		width:100%;
		font-size:3.8vw;
	}

	.contact_block02 .form_area table td .caution{
		padding:2% 0 1%;
	}

	.contact_block02 .form_area table th.first{
		border-bottom:none;
		width:100%;
		font-size:3.8vw;
		font-weight:normal;
	}

	.contact_block02 .form_area table th.first label{
		margin-right:0px;
		display:block;
		margin-bottom:3%;
	}

	.contact_block02 .form_area table th.first label.kind{
		margin-right:0px;
		display:block;
	}

	.contact_block02 .form_area table td select.w100{
		width:100%;
		box-sizing:border-box;
		padding:10px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border:solid 1px #d9d9d9;
		height:39px;
	}

	.contact_block02 .form_area table td input[type="text"].w100,
	.contact_block02 .form_area table td textarea.w100{
		width:100%;
		box-sizing:border-box;
		padding:10px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border:solid 1px #d9d9d9;
		height:39px;
	}

	.contact_block02 .form_area table td textarea.w100{
		height:200px;
	}

	.contact_block02 .form_area table td input[type="text"].w50{
		width:50%;
		box-sizing:border-box;
		padding:10px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border:solid 1px #d9d9d9;
		height:39px;
	}

	.contact_block02 .form_area table td .pull{
		display:block;
		position:relative;
	}

	.contact_block02 .form_area table td .pull:after{
		content:"";
		display:block;
		background:url(../images_new/contact/image01.png) no-repeat left top;
		background-size:39px 39px;
		width:39px;
		height:39px;
		position:absolute;
		right:1px;
		top:0px;
	}

	.contact_block02 .form_area table td .address_l{
		width:100%;
		float:none;
		padding-top:5px;
	}

	.contact_block02 .form_area table td .address_r{
		width:100%;
		float:none;
		position:relative;
	}

	.contact_block02 .form_area table td .address_r a{
		font-size:3.8vw;
		font-weight:bold;
		color:#ffffff;
		text-decoration:none;
		height:39px;
		display:inline-block;
		padding:3% 3% 0;
		background:#088ad5;
		box-sizing:border-box;
		position:relative;
		left:5%;
		top:-2px;
	}

	.contact_block02 .form_area table td > div{
		margin-bottom:3%;
	}

	.contact_block02 .form_area table td .address_r input[type="text"].w50,
	.contact_block02 .form_area table td .address_r select,
	.contact_block02 .form_area table td .address_r .pull{
		width:190px;
	}

	.contact_block02 .form_area table td .check{
		position:relative;
		top:2px;
	}

	.contact_block02 .txt02{
		width:95%;
		margin:5% auto 0;
		font-size:3.8vw;
	}

	.contact_block02 .txt02 a{
		color:#088ad5;
	}

	.contact_block02 .txt02 a:hover{
		text-decoration:none;
	}

	.contact_block02 .btn_area{
		width:95%;
		margin:8% auto 0;
	}

	.contact_block02 .btn_area li{
		width:42%;
		float:left;
	}

	.contact_block02 .btn_area li:last-child{
		float:right;
		width:53%;
	}

	.contact_block02 .btn_area li a{
		width:100%;
		padding:5% 0 4%;
	}

	.contact_block02 .btn_area li:nth-child(1) a{
		border:solid 1px #088ad5;
		background:#f2f4fa;
		color:#088ad5;
	}

	.contact_block02 .btn_area li:nth-child(1) a:after{
		background:url(../images_new/common/icon_btn_right2.png) no-repeat left top;
		background-size:13px 4px;
	}

	.contact_btm{
		width:95%;
		margin:10% auto ;
	}

	.contact_btm .contact_btm_l{
		width:100%;
		float:none;
		background:#f2f4fa;
		padding:0 5% 5%;
		box-sizing:border-box;
	}

	.contact_btm .contact_btm_l .txt04{
		padding-top:5%;
		font-size: 4vw;
		color: rgb(23, 39, 50);
		line-height: 1.389;
		text-align: center;
	}

	.contact_btm .contact_btm_l .txt05{
		padding-top:3%;
		font-size: 3.8vw;
		color: rgb(23, 39, 50);
		text-align: center;
	}

	.contact_btm .contact_btm_l .image{
		text-align:center;
		margin-top:3%;
	}

	.contact_btm .contact_btm_r{
		width:100%;
		float:none;
		padding-top:5%;
	}

	.contact_btm .contact_btm_r li{
		font-size: 3.5vw;
		line-height: 1.786;
		margin-bottom:3%;
		padding-left:1em;
		text-indent:-1em;
	}
}


/****************** /contact **********************/


/****************** policy **********************/
.privacy_block01{
	width:1040px;
	margin:100px auto 0;
}

.privacy_block01 h2{
	padding-bottom:20px;
	font-size:20px;
	border-bottom:solid 1px #088ad5;
}

.privacy_block01 p{
	margin-top:25px;
	font-size: 15px;
	color: rgb(0, 0, 0);
	line-height: 1.6;
}

.privacy_block01 p span{
	color:#088ad5;
	font-weight:bold;
}

.privacy_block01 p.txt02{
	text-align:right;
	margin-top:50px;
}

.privacy_block01 p.txt03{
	margin-top:30px;
}

.privacy_block01 p.txt04{
	margin-top:50px;
}

.privacy_block01 p.txt04 span{
	display:inline-block;
	margin-right:15px;
	position:relative;
	top:-10px;
}

.privacy_block01 span.indent{
	display:block;
	color:#000;
	font-weight:normal;
	padding-left:2.2em;
	text-indent:-2.2em;
}

.error{
	text-align:center;
	color:#d20000;
	font-size:16px;
	margin-top:20px;
}

.privacy_block01 span.sp_indent{
	display:block;
	color:#000;
	font-weight:normal;
}

@media screen and (max-width: 768px) {
	.privacy_block01{
		width:90%;
		margin:10% auto 0;
	}

	.privacy_block01 h2{
		padding-bottom:3%;
		font-size:4.5vw;
		border-bottom:solid 1px #088ad5;
	}

	.privacy_block01 p{
		margin-top:3%;
		font-size: 3.8vw;
	}

	.privacy_block01 p span{
		color:#088ad5;
		font-weight:bold;
	}

	.privacy_block01 p.txt02{
		text-align:right;
		margin-top:8%;
	}

	.privacy_block01 p.txt03{
		margin-top:5%;
	}

	.privacy_block01 p.txt04{
		margin-top:5%;
		position:relative;
		padding:3% 0 0 23%;
	}

	.privacy_block01 p.txt04 span{
		display:block;
		margin-right:5%;
		position:relative;
		top:auto;
		width:20%;
		position:absolute;
		left:0;
	}

	.privacy_block01 span.indent{
		display:block;
		color:#000;
		font-weight:normal;
		padding-left:2.2em;
		text-indent:-2.2em;
	}

	.privacy_block01 span.sp_indent{
		display:block;
		color:#000;
		font-weight:normal;
		padding-left:1em;
		text-indent:-1em;
	}

	.error{
		text-align:center;
		color:#d20000;
		font-size:16px;
		margin-top:20px;
	}
}
/****************** /policy **********************/

/****************** sitemap **********************/
.sitemap_block{
	width:1070px;
	margin:60px auto 0;
	border-bottom:solid 1px #088ad5;
	padding-bottom:80px;
}

.sitemap_block.mt{
	margin-top:100px;
}

.sitemap_block .bace_ttl3 a{
	text-decoration:none;
	font-size:25px;
	color:#000000;
	line-height:1.2;
}

.sitemap_block .bace_ttl3 span:before{
	left:0;
	margin-left:0;
	bottom:-4px;
}

.sitemap_block ul{
	width:900px;
	margin:30px 0 0 10px;
}

.sitemap_block ul li{
	width:300px;
	float:left;
	margin-bottom:20px;
}

.sitemap_block ul li a{
	font-size:17px;
	color:#000000;
	text-decoration:none;
	display:inline-block;
	position:relative;
}

.sitemap_block ul li a:before{
	content:"";
	display:none;
	display:inline-block;
	background:url(../images_new/common/icon_btn_right2.png) no-repeat left top;
	background-size:13px 4px;
	width:13px;
	height:4px;
	position:relative;
	right:10px;
	top:-3px;
	transition: all 0.4s ease;
}

.sitemap_block ul li a:hover:before{
	right:5px;
}


.sitemap_block ul li:last-child,
.sitemap_block ul li.mb0{
	margin-bottom:0;
}

@media screen and (max-width: 768px) {
	.sitemap_block{
		width:90%;
		margin:10% auto 0;
		border-bottom:solid 1px #088ad5;
		padding-bottom:10%;
	}

	.sitemap_block.mt{
		margin-top:10%;
	}

	.sitemap_block .bace_ttl3 a{
		text-decoration:none;
		font-size:5.3vw;
	}

	.sitemap_block .bace_ttl3 span:before{
		left:0;
		margin-left:0;
		bottom:-4px;
	}

	.sitemap_block ul{
		width:100%;
		margin:10% 0 0 0px;
	}

	.sitemap_block ul li{
		width:100%;
		float:none;
		margin-bottom:3%;
	}

	.sitemap_block ul li a{
		font-size:3.9vw;
		color:#000000;
		text-decoration:none;
		display:block;
		position:relative;
	}

	.sitemap_block ul li a:before{
		content:"";
		display:none;
		display:inline-block;
		background:url(../images_new/common/icon_btn_right2.png) no-repeat left top;
		background-size:100% auto;
		width:4vw;
		height:2vw;
		position:relative;
		right:0;
		margin-right:5%;
		top:-50%;
		transition: all 0.4s ease;
	}

	.sitemap_block ul li a:hover:before{
		right:2%;
	}


	.sitemap_block ul li:last-child,
	.sitemap_block ul li.mb0{
		margin-bottom:0;
	}

	.sitemap_block ul li.mb0{
		margin-bottom:3%;
	}

	.recruit_system_job_block02.system ul li h4 span.indent{
		display:block;
		padding-left:13%;
		line-height:1.3;
		padding-top:1%;
	}

	.recruit_system_job_block02.system ul li h4:before{
		content:"";
		display:block;
		top:130%;
	}
}

/****************** /sitemap **********************/

/****************** products **********************/

.products_block1{
	width:100%;
	height:600px;
	background:url(../images_new/lincoln/top/bg01.png) no-repeat center top;
	background-size:cover;
	padding-top:100px;
}

.products_block1 p{
	margin-top:35px;
	font-size: 20px;
	color: rgb(0, 0, 0);
	line-height: 1.75;
	text-align: center;
}

.products_block1 .btn{
	text-align:center;
	margin-top:35px;
}

.products_block2{
	margin-top:130px;
}

.products_block2 p{
	text-align:center;
	font-size:75px;
	font-weight:bold;
	margin-top:80px;
	color:#088ad5;
}

.products_block2 p span{
	font-size:50px;
}

.products_block3{
	margin-top:120px;
	background:#f2f4fa;
	padding:90px 0 100px;
}

.products_block3 .txt01{
	font-size: 20px;
	line-height: 1.75;
	text-align: center;
	margin-top:35px;
}

.products_block3 ul{
	width:1180px;
	margin:70px auto 0;
}

.products_block3 ul li{
	width:590px;
	float:left;
	margin-bottom:70px;
	position:relative;
}

.products_block3 ul li:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:3px;
	width:44px;
	height:38px;
	background-size:100% auto !important;
}

.products_block3 ul li:nth-child(1):before{
	top:7px;
	background:url(../images_new/lincoln/top/icon01.png) no-repeat left top;
}
.products_block3 ul li:nth-child(2):before{
	background:url(../images_new/lincoln/top/icon02.png) no-repeat left top;
}
.products_block3 ul li:nth-child(3):before{
	background:url(../images_new/lincoln/top/icon03.png) no-repeat left top;
}
.products_block3 ul li:nth-child(4):before{
	background:url(../images_new/lincoln/top/icon04.png) no-repeat left top;
}
.products_block3 ul li:nth-child(5):before{
	background:url(../images_new/lincoln/top/icon05.png) no-repeat left top;
	height:43px;
}
.products_block3 ul li:nth-child(6):before{
	top:0px;
	background:url(../images_new/lincoln/top/icon06.png) no-repeat left top;
	height:48px;
}
.products_block3 ul li:nth-child(7):before{
	background:url(../images_new/lincoln/top/icon07.png) no-repeat left top;
	height:42px;
}
.products_block3 ul li:nth-child(8):before{
	top:-2px;
	background:url(../images_new/lincoln/top/icon08.png) no-repeat left top;
	height:50px;
}

.products_block3 .other{
	width:590px;
	margin:45px auto 0;
	background:#FFF;
	padding:40px 0;
}

.products_block3 .other p{
	text-align:center;
	font-size:20px;
	color:#088ad5;
}

.products_block3 .other a{
	margin-top:25px;
}

.products_block3 ul li h3{
	font-size:25px;
	color:#088ad5;
	padding-left:55px;
}

.products_block3 ul li p{
	margin-top:40px;
	font-size: 14px;
	color: rgb(0, 0, 0);
	line-height: 2;
}

.products_block3 ul li a{
	display:inline-block;
	margin-top:40px;
}

.products_block3 ul li a.mr{
	margin-right:40px;
}

.products_block3 ul li:nth-child(2n){
	float:right;
}

.products_block4{
	text-align:center;
	margin-top:120px;
}

.slide_voice_wrapper{
	position:relative;
	overflow:hidden;
}
.slide_voice_wrapper .btn_arrow{
	position:absolute;
	z-index:20;
	top:0;
	bottom:0;
	width:80px;
	text-align:center;
	background-color:rgba(255,255,255,0.8);
}
.slide_voice_wrapper .btn_prev{
	left:0;
}
.slide_voice_wrapper .btn_next{
	right:0;
}
.slide_voice_wrapper .btn_arrow img{
	position:relative;
	top:175px;
}
#top_voice .bx-viewport,
#top_voice ul{
	transition:transform;
}
.slide_voice_wrapper .slide_inner{
	position:relative;
	width:1500px;
	margin:0 auto;
}
#top_slide_voice li{
	width:235px;
	margin-right:20px;
}
#top_slide_voice li .pic{
	position:relative;
	margin-bottom:10px;
}
#top_slide_voice li .pic .info{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:10;
	background-color:rgba(0,0,0,0.8);
	padding:15px;
	color:#FFF;
	text-align:center;
	opacity:0;
}
#top_slide_voice li .pic:hover .info{
	opacity:1;
}
#top_slide_voice li .pic .info .inner{
	position:absolute;
	left:15px;
	right:15px;
	bottom:120px;
}
#top_slide_voice li .pic .info .body{
	font-size:15px;
	padding-bottom:25px;
}
#top_slide_voice li .pic .info .link{
	text-align:center;
}
#top_slide_voice li .pic .info .link a{
	display:inline-block;
	line-height:100%;
	padding:5px 10px;
	border:1px solid #FFF;
	font-size:13px;
	text-decoration:none;
	color:#FFF;
}
#top_slide_voice li .caption{
	padding:0 10px;
	font-size:13px;
}
#top_slide_voice li .ttl{
	padding:0 10px;
	font-size:18px;
}
.slide_voice_wrapper{
	padding-bottom:50px;
}
#top_voice .btn_orange{
	height:55px;
	line-height:55px;
	margin:0 auto;
}

.products_block5{
	margin-top:90px;
}

.products_block5 .slide_inner{
	margin-top:50px;
}

.products_block5 .pic{
	padding:0;
	border:none;
}

.products_block6{
	background:#f2f4fa;
	margin-top:110px;
	padding:90px 0 100px;
}

.products_block6 .inner{
	width:840px;
	margin:60px auto 0;
}

.p_base_ttl{
	font-size:20px;
	color:#088ad5;
	position:relative;
}

.p_base_ttl:before{
	content:"";
	display:block;
	width:0px;
	height:3px;
	background:#088ad5;
	position:absolute;
	left:0;
	bottom:-6px;
	transition: all 0.4s ease;
}

.p_base_ttl.active:before{
	width:25px;
}

.tag_list-details {
	font-size: 0;
	margin-top: 35px;
}
.tag_list-details > div {
	box-sizing: border-box;
	display: inline-block;
	color: #088ad5;
	font-size: 14px;
	font-feature-settings: "palt" 1;
	text-align: center;
	border: 1px solid #088ad5;
	border-radius: 50px;
	background-color: #fff;
	padding: 5px 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.products_block6 .inner h3.mt{
	margin-top:50px;
}

.products_block6 .inner p.txt01{
	margin-top:20px;
	font-size:18px;
}

.products_block6 .inner p.txt02{
	margin-top:10px;
	font-size:15px;
}

@media screen and (max-width: 768px) {

	.products_block1{
		width:100%;
		height:auto;
		background:url(../images_new/lincoln/top/bg01.png) no-repeat center top;
		background-size:cover;
		padding:10vw 5vw;
		box-sizing:border-box;
	}

	.products_block1 p{
		margin-top:10%;
		font-size: 4.5vw;
		color: rgb(0, 0, 0);
		line-height: 1.75;
		text-align: left;
	}

	.products_block1 .btn{
		text-align:center;
		margin-top:5%;
	}

	.products_block2{
		margin-top:10%;
	}

	.products_block2 p{
		font-size:12vw;
		margin-top:10%;
	}

	.products_block2 p span{
		font-size:10vw;
	}

	.products_block3{
		margin-top:10%;
		background:#f2f4fa;
		padding:10% 0 ;
	}

	.products_block3 .txt01{
		font-size: 4.5vw;
		line-height: 1.75;
		text-align: center;
		margin-top:8%;
		padding:0 5vw;
		text-align:left;
	}

	.products_block3 ul{
		width:90%;
		margin:10% auto 0;
	}

	.products_block3 ul li{
		width:100%;
		float:none;
		margin-bottom:8%;
	}

	.products_block3 ul li:before{
		content:"";
		display:block;
		position:absolute;
		left:0;
		top:0.5vw;
		width:8vw;
		height:15vw;
		background-size:100% auto !important;
	}

	.products_block3 ul li:nth-child(1):before{
		top:0.5vw;
		background:url(../images_new/lincoln/top/icon01.png) no-repeat left top;
	}
	.products_block3 ul li:nth-child(2):before{
		background:url(../images_new/lincoln/top/icon02.png) no-repeat left top;
	}
	.products_block3 ul li:nth-child(3):before{
		background:url(../images_new/lincoln/top/icon03.png) no-repeat left top;
	}
	.products_block3 ul li:nth-child(4):before{
		background:url(../images_new/lincoln/top/icon04.png) no-repeat left top;
	}
	.products_block3 ul li:nth-child(5):before{
		background:url(../images_new/lincoln/top/icon05.png) no-repeat left top;
		height:15vw;
	}
	.products_block3 ul li:nth-child(6):before{
		top:0.5vw;
		background:url(../images_new/lincoln/top/icon06.png) no-repeat left top;
		height:15vw;
	}
	.products_block3 ul li:nth-child(7):before{
		background:url(../images_new/lincoln/top/icon07.png) no-repeat left top;
		height:15vw;
	}
	.products_block3 ul li:nth-child(8):before{
		top:0.5vw;
		background:url(../images_new/lincoln/top/icon08.png) no-repeat left top;
		height:15vw;
	}

	.products_block3 .other{
		width:80%;
		margin:8% auto 0;
		background:#FFF;
		padding:5% ;
	}

	.products_block3 .other p{
		font-size:4.5vw;
	}

	.products_block3 .other a{
		margin-top:4%;
	}

	.products_block3 ul li h3{
		font-size:4.6vw;
		padding-left:12vw;
	}

	.products_block3 ul li p{
		margin-top:4%;
		font-size: 3.6vw;
		color: rgb(0, 0, 0);
		line-height: 2;
	}

	.products_block3 ul li a{
		display:block;
		margin:5% auto 0;
	}

	.products_block3 ul li a.mr{
		margin-right:auto;
		margin-left:auto;
	}

	.products_block3 ul li:nth-child(2n){
		float:none;
	}

	.products_block4{
		width:90%;
		margin:10% auto 0;
	}

	.slide_voice_wrapper{
		position:relative;
		overflow:hidden;
	}
	.slide_voice_wrapper .btn_arrow{
		position:absolute;
		z-index:20;
		top:0;
		bottom:0;
		width:80px;
		text-align:center;
		background-color:rgba(255,255,255,0.8);
	}
	.slide_voice_wrapper .btn_prev{
		left:0;
	}
	.slide_voice_wrapper .btn_next{
		right:0;
	}
	.slide_voice_wrapper .btn_arrow img{
		position:relative;
		top:175px;
	}
	#top_voice{
		padding:25px 0 45px;
	}
	#top_voice .ttl_area{
		padding:0 0 10px;
	}
	.slide_voice_wrapper{
		position:relative;
	}
	.slide_voice_wrapper .btn_arrow{
		width:9.8%;
		bottom:-30vw;
	}
	.slide_voice_wrapper .btn_arrow img{
		position:absolute;
		top:35%;
		left:50%;
		width:15px;
		margin-left:-7px;
		margin-top:-15px;
	}
	.slide_voice_wrapper .slide_inner{
		position:relative;
		left:-32%;
		width:159.375%;
	}
	#top_slide_voice li{
		width:25%;
		padding-right:6px;
		float:left;
		margin-right:0;
		box-sizing:border-box;
	}
	#top_slide_voice li .pic{
		position:relative;
		margin-bottom:5px;
	}
	#top_slide_voice li .pic .info{
		display:none;
	}

	#top_slide_voice li .pic .info .body{
		font-size:12px;
		padding-bottom:10px;
		padding-top:10px;
	}

	#top_slide_voice li .pic:hover .info{
		opacity:1;
	}
	#top_slide_voice li .caption{
		padding:0 5px;
		font-size:8px;
	}
	#top_slide_voice li .ttl{
		padding:0 5px;
		font-size:10px;
	}
	.slide_voice_wrapper{
		padding-bottom:30px;
	}

	.products_block5{
		margin-top:10%;
	}

	.products_block5 .slide_inner{
		margin-top:12%;
	}

	.products_block5 .pic{
		padding:0;
		border:none;
	}

	.products_block6{
		background:#f2f4fa;
		margin-top:110px;
		padding:90px 0 100px;
	}

	.products_block6 .inner{
		width:90%;
		margin:10% auto 0;
	}

	.p_base_ttl{
		font-size: 4.5vw;
	}

	.p_base_ttl:before{
		content:"";
		display:block;
		width:0px;
		height:3px;
		background:#088ad5;
		position:absolute;
		left:0;
		bottom:-1vw;
		transition: all 0.4s ease;
	}


	.products_block6 .inner h3.mt{
		margin-top:8%;
	}

	.products_block6 .inner p.txt01{
		margin-top:5%;
		font-size:4vw;
	}

	.products_block6 .inner p.txt02{
		margin-top:2%;
		font-size:3.8vw;
	}

}

/*17*/

.products_block_txt01{
	margin-top:60px;
	font-size: 20px;
	line-height: 1.75;
	text-align: center;
	font-weight:bold;
}

.p17_block01{
	background:#f2f4fa;
	padding:75px 0;
}

.p17_block01 .inner{
	width:1130px;
	margin:70px auto 0;
}

.p17_block01 .inner h3.mt{
	margin-top:65px;
}

.p17_block01 .inner ul{
	margin-top:30px;
}

.p17_block01 .inner ul.mt{
	margin-top:80px;
}

.p17_block01 .inner ul li{
	width:550px;
	float:left;
}



.p17_block01 .inner ul li:last-child{
	float:right;
}

.p17_block01 .inner ul li:nth-child(1){
	float:left !important;
}

.p17_block01 .inner p,
.p17_block02 p{
	margin-top:40px;
	font-size: 15px;
	line-height: 1.838;
	text-align: left;
}

.p17_block01 .inner p.txt02{
	margin-top:100px;
}

.p17_block01 .inner p.txt03{
	margin-top:20px;
	font-size:20px;
	font-weight:bold;
}

.p17_block01 .inner p.bold{
	margin-top:25px;
	font-weight:bold;
}

.p17_block02 p{
	font-feature-settings: "palt" 1;
	margin-top:20px;
}

.p17_block02 h3{
	margin-top:45px;
	line-height:1.4;

	padding-bottom:8px;
}

.p17_block01 p a,
.sales_box .caution2 a,
.products_block_txt01 a,
.stay_block .stay_table td a{
	color:#088ad5;
}

.p17_block01 p a:hover,
.sales_box .caution2 a:hover,
.products_block_txt01 a:hover,
.stay_block .stay_table td a:hover{
	text-decoration:none;
}

.p17_block02{
	padding:120px 0;
}

.p17_block02.pt0{
	padding-top:0;
}

.p17_block02 .narrow_down-title {
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
}
.p17_block02 .narrow_down {
	width: 1080px;
	height: 150px;
	font-size: 0;
	margin-right: auto;
	margin-left: auto;
}
.p17_block02 .narrow_down .left,
.p17_block02 .narrow_down .right {
	display: inline-block;
	vertical-align: top;
}
.p17_block02 .narrow_down .left {
	width: 100px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.p17_block02 .narrow_down .right {
	width: 965px;
	font-size: 0;
}
.p17_block02 .narrow_down .left .btn,
.p17_block02 .narrow_down .right .btn {
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	color: #088ad5;
	font-size: 16px;
	font-weight: 700;
	font-feature-settings: "palt" 1;
	text-align: center;
	border: 1px solid #088ad5;
	border-radius: 20px;
	background-color: #fff;
	transition: color .4s, background-color .4s;
}
.p17_block02 .narrow_down .left .btn:hover,
.p17_block02 .narrow_down .right .btn:hover {
	background-color: #daeef9;
}
.p17_block02 .narrow_down .left .btn {
	width: 100%;
	height: 150px;
}
.p17_block02 .narrow_down .right .btn {
	box-sizing: border-box;
	display: inline-block;
	line-height: 1;
	padding: 11px 30px;
	margin-right: 13px;
	margin-bottom: 15px;
}
.p17_block02 .narrow_down .right .btn br {
	display: none;
}
.p17_block02 .narrow_down .left .btn.selected,
.p17_block02 .narrow_down .right .btn.selected {
	cursor: default;
	color: #fff;
	background-color: #088ad5;
}
.p17_block02 .narrow_down .left .btn.selected:hover,
.p17_block02 .narrow_down .right .btn.selected:hover {
	opacity: 1;
}
.p17_block02 .narrow_down .left .btn span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	margin: auto;
}
@media screen and (max-width: 768px) {
	.p17_block02 .narrow_down {
		width: calc(100% - 10vw);
		height: 115vw;
	}
	.p17_block02 .narrow_down .left,
	.p17_block02 .narrow_down .right {
		display: block;
	}
	.p17_block02 .narrow_down .left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2.60417vw;
	}
	.p17_block02 .narrow_down .right {
		width: 100%;
		font-size: 0;
	}
	.p17_block02 .narrow_down .left .btn,
	.p17_block02 .narrow_down .right .btn {
		font-size: 3.64583vw;
		border: .26042vw solid #088ad5;
		border-radius: 6.51041vw;
	}
	.p17_block02 .narrow_down .left .btn {
		height: 10.41667vw;
	}
	.p17_block02 .narrow_down .right .btn {
		width: calc((100% / 2) - 1.30209vw);
		height: 12vw;
		vertical-align: top;
		padding: 2.60417vw;
		margin-right: 1.30209vw;
		margin-bottom: 1.95313vw;
		margin-left: 0;
	}
	.p17_block02 .narrow_down .right .btn:nth-of-type(2n) {
		margin-right: 0;
		margin-left: 1.30209vw;
	}
	.p17_block02 .narrow_down .right .btn span {
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		transform: translateY(-50%);
		margin: auto;
	}
	.p17_block02 .narrow_down .right .btn br {
		display: inline;
	}
}

.p17_block02 .inner{
	/* width:1130px; */
	width: 1170px;
	font-size: 0;
	/* margin:70px auto 0; */
	margin: 0 auto;
}
.p17_block02 .heading {
	font-weight: 700;
}
.p17_block02 .inner .tag_list {
	/* height: 166px; */
	font-size: 0;
	margin-top: 20px;
}
.p17_block02 .inner .tag_list > div {
	box-sizing: border-box;
	display: inline-block;
	color: #088ad5;
	font-size: 14px;
	font-feature-settings: "palt" 1;
	text-align: center;
	border: 1px solid #088ad5;
	border-radius: 50px;
	background-color: #fff;
	padding: 5px 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.p17_block02 .inner ul li{
	display: inline-block;
	width:350px;
	vertical-align: top;
	/* float:left; */
	margin-top: 70px;
	margin-left: 20px;
	margin-right: 20px;
	/* margin-right: 40px; */
}
.p17_block02 .inner ul li.hide {
	display: none;
}

.p17_block02 .inner ul li a{
	margin-top:25px;
}

.p17_block02 .inner ul.mt{
	margin-top:60px;
}

.p17_block02 .inner ul li:last-child{
	margin-right:0;
}


.p17_block02 .p17_block02_inner .p17_block02_inner_l{
	width:750px;
	float:left;
}

.p17_block02 .p17_block02_inner .p17_block02_inner_r{
	width:350px;
	float:right;
}

.pop_link{
	display:inline-block;
	position:relative;
}

.pop_link:after{
	content:"";
	display:block;
	background:url(../images_new/lincoln/17/btn_modal.png) no-repeat left top;
	background-size:100% auto;
	width:55px;
	height:55px;
	position:absolute;
	right:-10px;
	bottom:-10px;
}

.new_ico{
	font-size:10px;
	background-color: #088ad5;
	color:#ffffff;
	padding: 4px 2px 2px 2px;
	display:inline-block;
	width:40px;
	text-align:center;
	margin-top: -26px;
	position: absolute;
}


.p17_block01 .one,
.p17_block01 .one li{
	width:825px !important;
	margin-left:auto !important;
	margin-right:auto !important;
}



@media screen and (max-width: 768px) {
	.products_block_txt01{
		margin-top:10%;
		font-size: 4.5vw;
		text-align:left;
	}

	.p17_block01{
		background:#f2f4fa;
		padding:10% 0;
	}

	.p17_block01 .inner{
		width:90%;
		margin:10% auto 0;
	}

	.p17_block01 .inner h3.mt{
		margin-top:8%;
	}

	.p17_block01 .inner ul{
		margin-top:8%;
	}

	.p17_block01 .inner ul.mt{
		margin-top:10%;
	}

	.p17_block01 .inner ul li{
		width:100%;
		float:none;
	}

	.p17_block01 .inner ul li:last-child{
		float:none;
		margin-top:8%;
	}

	.p17_block01 .inner ul li:nth-child(1){
		float:none !important;
	}

	.p17_block01 .inner p,
	.p17_block02 p{
		margin-top:5%;
		font-size: 3.8vw;
	}

	.p17_block01 .inner p.txt02{
		margin-top:10%;
	}

	.p17_block01 .inner p.txt03{
		margin-top:4%;
		font-size:4.5vw;
	}

	.p17_block01 .inner p.bold{
		margin-top:4%;
	}

	.p17_block02 p{
		margin-top:5%;
	}

	.p17_block02 h3{
		margin-top:8%;
		line-height:1.4;
		padding-bottom:3%;
	}

	.p17_block01 p a,
	.sales_box .caution2 a,
	.products_block_txt01 a,
	.stay_block .stay_table td a{
		color:#088ad5;
	}

	.p17_block01 p a:hover,
	.sales_box .caution2 a:hover,
	.products_block_txt01 a:hover,
	.stay_block .stay_table td a:hover{
		text-decoration:none;
	}

	.p17_block02{
		padding:10% 0;
	}

	.p17_block02.pt0{
		padding-top:0;
	}

	.p17_block02 .inner{
		width:90%;
		margin:10% auto 0;
	}

	.p17_block02 .inner ul li{
		/* width:80%; */
		width: 100%;
		float:none;
		margin:0 auto 8% !important;
	}

	.p17_block02 .inner ul li img{
		width:100%;
	}

	.p17_block02 .inner ul li:nth-child(2n){
		float:none;
	}

	.p17_block02 .inner ul li a{
		margin-top:3%;
	}

	.p17_block02 .inner ul.mt{
		margin-top:8%;
	}

	.p17_block02 .inner ul li:last-child{
		margin-right:0;
	}

	.p17_block02 .p17_block02_inner .p17_block02_inner_l{
		width:80%;
		float:none;
		margin:0 auto;
		margin-bottom:5%;
	}

	.p17_block02 .p17_block02_inner .p17_block02_inner_r{
		width:80%;
		margin:0 auto;
		float:none;
	}

	.pop_link{
		display:inline-block;
		position:relative;
	}

	.pop_link:after{
		content:"";
		display:block;
		background:url(../images_new/lincoln/17/btn_modal.png) no-repeat left top;
		background-size:100% auto;
		width:10vw;
		height:10vw;
		position:absolute;
		right:-2vw;
		bottom:-2vw;
	}

	.p17_block01 .one,
	.p17_block01 .one li{
		width:90% !important;
		margin-left:auto !important;
		margin-right:auto !important;
	}

	.p17_block01 .one img,
	.p17_block01 .one li img{
		width:100%;
	}

	.new_ico{
		margin-top: -20px;
	}

}
/*/17*/

.p17_block01 .step_txt{
	font-size:18px;
	font-weight:bold;
}

.p17_block01 .step_btn1{
	display:inline-block;
	margin-top:20px;
	margin-left:10px;
	width:200px;
	text-align:center;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	padding:12px 0 10px;
	position:relative;
	background:#088ad5;
}

.p17_block01 .step_btn2{
	display:inline-block;
	margin-left:10px;
	width:200px;
	text-align:center;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	padding:12px 0 10px;
	position:relative;
	background:#088ad5;
}

.p17_block01 .step{
	position:relative;
	margin-bottom:80px;
}

.p17_block01 .step.mt{
	margin-top:30px;
}

.p17_block01 .step:after{
	content:"";
	display:block;
	background:url(../images_new/lincoln/08/icon05.png) no-repeat left top;
	background-size:25px 15px;
	width:25px;
	height:15px;
	position:absolute;
	left:50%;
	margin-left:-12px;
	bottom:-50px;
}

.p17_block01 .step.last:after{
	display:none;
}

.p17_block01 .step table{
	border:solid 2px #088ad5;
	width:100%;
}

.p17_block01 .step table th{
	padding:12px 0 10px 90px;
	background:#088ad5;
	display:block;
	font-size:25px;
	color:#ffffff;
	position:relative;
}

.p17_block01 .step table th.th1:before{
	content:"";
	display:block;
	background:url(../images_new/lincoln/08/icon01.png) no-repeat left top;
	background-size:33px 32px;
	width:33px;
	height:32px;
	position:absolute;
	left:40px;
	top:50%;
	margin-top:-16px;
}

.p17_block01 .step table th.th2:before{
	content:"";
	display:block;
	background:url(../images_new/lincoln/08/icon02.png) no-repeat left top;
	background-size:38px 25px;
	width:38px;
	height:25px;
	position:absolute;
	left:40px;
	top:50%;
	margin-top:-12px;
}

.p17_block01 .step table th.th3:before{
	content:"";
	display:block;
	background:url(../images_new/lincoln/08/icon03.png) no-repeat left top;
	background-size:28px 33px;
	width:28px;
	height:33px;
	position:absolute;
	left:40px;
	top:50%;
	margin-top:-16px;
}

.p17_block01 .step table th.th4:before{
	content:"";
	display:block;
	background:url(../images_new/lincoln/08/icon04.png) no-repeat left top;
	background-size:37px 28px;
	width:37px;
	height:28px;
	position:absolute;
	left:40px;
	top:50%;
	margin-top:-14px;
}

.p17_block01 .step table td{
	padding:40px 40px 35px;
	background:#FFF;
	font-size: 15px;
	color: rgb(0, 0, 0);
	line-height: 2;
	display:block;
}

.p17_block01 .inner.min{
	width:870px;
}

.p17_block01 .step_btm_txt{
	font-size:12px;
	padding-left:1em;
	text-indent:-1em;
}

.p17_block02 .inner2{
	width:750px;
	margin:50px auto 0;
}

.p17_block02 .inner2 .txt01{
	font-size:12px;
}

.p17_block02 .inner2 .txt02{
	font-size: 12px;
	color: rgb(0, 0, 0);
	line-height: 1.667;

}

.p17_block02 .inner2 table{
	border:solid 2px #088ad5;
	border-bottom:none;
}

.p17_block02 .inner2 table th{

	background:#f2f4fa;
	border-bottom:solid 2px #088ad5;
	border-right:solid 2px #088ad5;
	font-size:14px;
	color:#088ad5;
	padding:0 25px 0 25px;
	vertical-align:middle;
}

.p17_block02 .inner2 table th.th2{
	width:150px;
}

.p17_block02 .inner2 table td{
	width:375px;
	box-sizing:border-box;
	background:#FFF;
	border-bottom:solid 2px #088ad5;
	font-size:14px;
	color:#000;
	line-height: 2;
	font-weight:bold;
	padding:20px 30px 20px 30px;
}

@media screen and (max-width: 768px) {
	.p17_block01 .step_txt{
		font-weight:bold;
		box-sizing:border-box;

	}

	.p17_block01 .step{
		display:inline-block;
		margin-top:0px;
		margin-left:0px;
		width:200px;
		text-align:center;
		font-size:12px;
		color:#ffffff;
		text-decoration:none;
		font-weight:bold;
		padding:12px 0 10px;
		position:relative;
		margin-bottom:15%;
	}

	.p17_block01 .step_btn2{
		display:inline-block;
		margin-top:10px;
		margin-left:0px;
		width:200px;
		text-align:center;
		font-size:12px;
		color:#ffffff;
		text-decoration:none;
		font-weight:bold;
		padding:12px 0 10px;
		position:relative;
		background:#088ad5;
	}

	.p17_block01 .step{
		position:relative;
		margin-bottom:15%;
	}

	.p17_block01 .step.mt{
		margin-top:8%;
	}

	.p17_block01 .step:after{
		content:"";
		display:block;
		background:url(../images_new/lincoln/08/icon05.png) no-repeat left top;
		background-size:100% auto;
		width:5vw;
		height:5vw;
		position:absolute;
		left:50%;
		margin-left:-2.5vw;
		bottom:-10vw;
	}

	.p17_block01 .step.last:after{
		display:none;
	}

	.p17_block01 .step table{
		border:solid 2px #088ad5;
		width:100%;
		margin:0 auto;
	}

	.p17_block01 .step table th{
		padding:3% 0 2% 15%;

		font-size:5.3vw;
	}

	.p17_block01 .step table th.th1:before{
		content:"";
		display:block;
		background:url(../images_new/lincoln/08/icon01.png) no-repeat left top;
		background-size:100% auto;
		width:5vw;
		height:5vw;
		position:absolute;
		left:6vw;
		top:50%;
		margin-top:-2vw;
	}

	.p17_block01 .step table th.th2:before{
		content:"";
		display:block;
		background:url(../images_new/lincoln/08/icon02.png) no-repeat left top;
		background-size:100% auto;
		width:6vw;
		height:5vw;
		position:absolute;
		left:5vw;
		top:50%;
		margin-top:-2vw;
	}

	.p17_block01 .step table th.th3:before{
		content:"";
		display:block;
		background:url(../images_new/lincoln/08/icon03.png) no-repeat left top;
		background-size:100% auto;
		width:4vw;
		height:5vw;
		position:absolute;
		left:6vw;
		top:50%;
		margin-top:-1.7vw;
	}

	.p17_block01 .step table th.th4:before{
		content:"";
		display:block;
		background:url(../images_new/lincoln/08/icon04.png) no-repeat left top;
		background-size:100% auto;
		width:5vw;
		height:5vw;
		position:absolute;
		left:6vw;
		top:50%;
		margin-top:-1.5vw;
	}

	.p17_block01 .step table td{
		padding:4% 5% 4%;
		background:#FFF;
		font-size: 3.8vw;
	}

	.p17_block01 .inner.min{
		width:90%;
	}

	.p17_block01 .step_btm_txt{
		font-size:3.3vw;
		padding-left:1em;
		text-indent:-1em;
	}

	.p17_block02 .inner2{
		width:90%;
		margin:10% auto 0;
	}

	.p17_block02 .inner2 .txt01{
		font-size:12px;
	}

	.p17_block02 .inner2 .txt02{
		font-size: 12px;
		color: rgb(0, 0, 0);
		line-height: 1.667;

	}

	.p17_block02 .inner2 table{
		border:solid 2px #088ad5;
		border-bottom:none;
		margin-top:8%;
		width:100%;
		box-sizing:border-box;
	}

	.p17_block02 .inner2 table th{

		background:#f2f4fa;
		border-bottom:solid 2px #088ad5;
		border-right:solid 2px #088ad5;
		font-size:3.4vw;
		color:#088ad5;
		padding:2%;
		vertical-align:middle;
	}

	.p17_block02 .inner2 table th.th2{
		width:20%;
	}

	.p17_block02 .inner2 table td{
		width:50%;
		box-sizing:border-box;
		background:#FFF;
		border-bottom:solid 2px #088ad5;
		font-size:3.4vw;
		color:#088ad5;
		line-height: 2;
		font-weight:bold;
		padding:3% ;
	}
}

.sales_menubox ul{
	text-align:center;
	width:1080px;
	margin:0 auto;
}

.sales_menubox ul.sales_menu2{
	width:520px;
}

.sales_menubox ul li{
	display:block;
	margin-right:38px;
	width:240px;
	float:left;
}

.sales_menubox ul li:last-child{
	margin-right:0;
}

.sales_menubox ul.sales_menu2 li:last-child a{
	text-align:left;
	padding:17px 0 0 50px;
}

.sales_menubox ul li a{
	display:block;
	font-size:17px;
	color:#ffffff;
	text-align:center;
	width:240px;
	height:65px;
	box-sizing:border-box;
	line-height:1.1;
	background:#088ad5;
	padding:25px 0 16px;
	text-decoration:none;
	color:#ffffff;
	text-decoration:none;
	position:relative;
}

.sales_menubox ul li a:before{
	content:"";
	display:block;
	background:url(../images_new/lincoln/12/icon01.png) no-repeat left top;
	background-size:100% auto;
	width:15px;
	height:8px;
	position:absolute;
	top:50%;
	margin-top:-2px;
	left:60px;
}

.sales_menubox ul.sales_menu2 li:last-child a:before{
	left:30px;
	margin-top:-2px;
}


.sales_menubox ul li:nth-child(2) a:before{
	left:30px;
}
.sales_menubox ul li:nth-child(3) a:before{
	left:47px;
}
.sales_menubox ul li:nth-child(4) a:before{
	left:30px;
}

ul.sales_menu2 li:nth-child(1) a:before{
	left:35px;
}
ul.sales_menu2 li:nth-child(2) a:before{
	left:47px;
}

/*takagi*/

.sales_menubox2 ul{
	display:inline-block;
	/*
	text-align:center;
	width:1080px;
	margin-left:auto;
	margin-right:auto;
	*/
}

.sales_menubox2 ul.sales_menu2{
	width:1080px;
}

.sales_menubox2 ul li{
	display:block;
	margin-top:10px;
	margin-right:30px;
	text-align:center;
	width:210px;
	float:left;
}
.sales_menubox2 ul li:last-child{
	margin-right:0;
}

.sales_menubox2 ul.sales_menu2 li:last-child a{
	text-align:left;
	padding:17px 0 0 50px;
}

.sales_menubox2 ul li a{
	display:inline-block;
	font-size:17px;
	color:#ffffff;
	text-align:center;
	width:210px;
	height:65px;
	box-sizing:border-box;
	line-height:1.1;
	background:#088ad5;
	padding:25px 0 16px;
	text-decoration:none;
	color:#ffffff;
	text-decoration:none;
	position:relative;
}

.sales_menubox2 ul li a:before{
	content:"";
	display:block;
	background:url(../images_new/lincoln/12/icon01.png) no-repeat left top;
	background-size:100% auto;
	width:15px;
	height:8px;
	position:absolute;
	top:50%;
	margin-top:-2px;
	left:25px;
}

.sales_menubox2 ul.sales_menu2 li:last-child a:before{
	left:15px;
	margin-top:-2px;
}

.sales_menubox2 ul li:nth-child(2) a:before{
	left:15px;
}
.sales_menubox2 ul li:nth-child(3) a:before{
	left:20px;
}
.sales_menubox2 ul li:nth-child(4) a:before{
	left:15px;
}
ul.sales_menu2 li:nth-child(1) a:before{
	left:35px;
}
ul.sales_menu2 li:nth-child(2) a:before{
	left:47px;
}

/*takagi*/


.client_list .client_list_txt01{
	font-size:17px;
	color:#000000;
	width:540px;
	margin:33px auto 0;
}

.client_list .client_list_txt01 .icon_2way{
	display:block;
	position:relative;
	padding-left:33px;
}

.client_list .client_list_txt01 .icon_1way{
	display:block;
	position:relative;
	margin-top:15px;
	padding-left:33px;
}

.client_list .client_list_txt01 .icon_2way:before{
	content:"";
	display:block;
	background:url(../images_new/lincoln/12/icon02.png) no-repeat left top;
	background-size:100% auto;
	width:20px;
	height:20px;
	position:absolute;
	top:3px;
	left:0px;
}

.client_list .client_list_txt01 .icon_1way:before{
	content:"";
	display:block;
	background:url(../images_new/lincoln/12/icon03.png) no-repeat left top;
	background-size:100% auto;
	width:20px;
	height:20px;
	position:absolute;
	top:3px;
	left:0px;
}

.client_list{
	width:1180px;
	margin:0 auto;
}

.client_list .sales_list{
	margin-top:30px;
}

.client_list .sales_list li{
	width:240px;
	height: auto;
	float:left;
	margin-right:70px;
	margin-bottom:40px;
}


.client_list .sales_list li img{
	width:100%;
	height:auto;
}

.client_list .sales_list li p{
	font-size:15px;
	margin-top:8px;
	line-height:1.1;
	padding-top:5px;
}

.client_list .sales_list.min li p{
	font-size:15px;
}

.client_list .sales_list li p br{
	display:none;
}

.client_list .sales_list li p:nth-child(3){
	display:block;
	padding-left:33px;
	font-weight:bold;
	margin-top:0;
}

.client_list .sales_list li p .icon_2way,
.client_list .sales_list li p .icon_1way{
	display:block;
	padding-left:33px;
	position:relative;
}

.client_list .sales_list li p .icon_2way:before{
	content:"";
	display:block;
	background:url(../images_new/lincoln/12/icon02.png) no-repeat left top;
	background-size:100% auto;
	width:20px;
	height:20px;
	position:absolute;
	top:-2px;
	left:0px;
}

.client_list .sales_list li p .icon_1way:before{
	content:"";
	display:block;
	background:url(../images_new/lincoln/12/icon03.png) no-repeat left top;
	background-size:100% auto;
	width:20px;
	height:20px;
	position:absolute;
	top:-2px;
	left:0px;
}

.client_list .sales_list li:nth-child(4n){
	margin-right:0;
}

.sales_box .caution2{
	font-size:16px;
	margin-bottom:100px;
}

@media screen and (max-width: 768px) {
	.sales_menubox ul{
		text-align:center;
		width:100%;
		margin:0 auto;
	}

	.sales_menubox ul.sales_menu2{
		width:100%;
		margin:0 auto;
	}

	.sales_menubox ul li{
		display:block;
		margin-right:0px;
		width:49%;
		float:left;
		margin-bottom:5%;
	}

	.sales_menubox ul li:nth-child(2n){
		float:right;
	}

	.sales_menubox ul li:last-child{
		margin-right:0;
	}

	.sales_menubox ul.sales_menu2 li:last-child a{
		text-align:center;
		padding: 4% 0 15%;

	}

	.sales_menubox ul li a{
		display:block;
		font-size:4vw;
		color:#ffffff;
		text-align:center;
		width:100%;
		height:auto;
		box-sizing:border-box;
		line-height:1.1;
		background:#088ad5;
		padding:10% 0 15%;
		height:16vw;
		box-sizing:border-box;
		text-decoration:none;
		color:#ffffff;
		text-decoration:none;
		position:relative;
	}

	.sales_menubox ul li a:before{
		content:"";
		display:block;
		background:url(../images_new/lincoln/12/icon01.png) no-repeat left top;
		background-size:100% auto;
		width:5vw;
		height:3vw;
		position:absolute;
		top:70%;
		margin-top:-0px;
		left:50%;
		margin-left:-2.5vw;
	}

	.sales_menubox ul.sales_menu2 li:last-child a:before{
		left:50%;
		margin-top:-2px;
	}

	.sales_menubox ul li:nth-child(2) a:before{
		top:70%;
		margin-top:-0px;
		left:50%;
		margin-left:-2.5vw;
	}
	.sales_menubox ul li:nth-child(3) a:before{
		top:70%;
		margin-top:-0px;
		left:50%;
		margin-left:-2.5vw;
	}
	.sales_menubox ul li:nth-child(4) a:before{
		top:70%;
		margin-top:-0px;
		left:50%;
		margin-left:-2.5vw;
	}

/*takagi*/
	.sales_menubox2 ul{
		text-align:center;
		width:100%;
		margin:0 auto;
	}

	.sales_menubox2 ul.sales_menu2{
		width:100%;
		margin:0 auto;
	}

	.sales_menubox2 ul li{
		display:block;
		margin-right:0px;
		width:49%;
		float:left;
		margin-bottom:5%;
	}

	.sales_menubox2 ul li:nth-child(2n){
		float:right;
	}

	.sales_menubox2 ul li:last-child{
		margin-right:0;
	}

	.sales_menubox2 ul.sales_menu2 li:last-child a{
		text-align:center;
		padding: 4% 0 15%;

	}

	.sales_menubox2 ul li a{
		display:block;
		font-size:4vw;
		color:#ffffff;
		text-align:center;
		width:100%;
		height:auto;
		box-sizing:border-box;
		line-height:1.1;
		background:#088ad5;
		padding:10% 0 15%;
		height:16vw;
		box-sizing:border-box;
		text-decoration:none;
		color:#ffffff;
		text-decoration:none;
		position:relative;
	}

	.sales_menubox2 ul li a:before{
		content:"";
		display:block;
		background:url(../images_new/lincoln/12/icon01.png) no-repeat left top;
		background-size:100% auto;
		width:5vw;
		height:3vw;
		position:absolute;
		top:70%;
		margin-top:-0px;
		left:50%;
		margin-left:-2.5vw;
	}

	.sales_menubox2 ul.sales_menu2 li:last-child a:before{
		left:50%;
		margin-top:-2px;
	}

	.sales_menubox2 ul li:nth-child(2) a:before{
		top:70%;
		margin-top:-0px;
		left:50%;
		margin-left:-2.5vw;
	}
	.sales_menubox2 ul li:nth-child(3) a:before{
		top:70%;
		margin-top:-0px;
		left:50%;
		margin-left:-2.5vw;
	}
	.sales_menubox2 ul li:nth-child(4) a:before{
		top:70%;
		margin-top:-0px;
		left:50%;
		margin-left:-2.5vw;
	}

/*takagi*/


	ul.sales_menu2 li:nth-child(1) a:before{
		left:50%;
	}
	ul.sales_menu2 li:nth-child(2) a:before{
		left:50%;
	}

	.client_list .client_list_txt01{
		font-size:3.6vw;
		color:#000000;
		width:100%;
		margin:5% auto 8%;
	}

	.client_list .client_list_txt01 .icon_2way{
		display:block;
		position:relative;
		padding-left:8vw;
	}

	.client_list .client_list_txt01 .icon_1way{
		display:block;
		position:relative;
		margin-top:3%;
		padding-left:8vw;
	}

	.client_list .client_list_txt01 .icon_2way:before{
		content:"";
		display:block;
		background:url(../images_new/lincoln/12/icon02.png) no-repeat left top;
		background-size:100% auto;
		width:5vw;
		height:5vw;
		position:absolute;
		top:0.9vw;
		left:0px;
	}

	.client_list .client_list_txt01 .icon_1way:before{
		content:"";
		display:block;
		background:url(../images_new/lincoln/12/icon03.png) no-repeat left top;
		background-size:100% auto;
		width:5vw;
		height:5vw;
		position:absolute;
		top:0.9vw;
		left:0px;
	}

	.client_list{
		width:90%;
		margin:0 auto;
	}

	.client_list .sales_list{
		margin-top:8%;
	}

	.client_list .sales_list li{
		width:49%;
		float:left;
		margin-right:0px;
		margin-bottom:5%;
	}

	.client_list .sales_list li:nth-child(2n){
		float:right;
	}

	.client_list .sales_list li img{
		width:100%;
		height:auto;
	}

	.client_list .sales_list li p{
		font-size:3.9vw;
		margin-top:8%;
		line-height:1.1;
		padding-top:0%;
	}

	.client_list .sales_list.min li{
		font-size:1.7vw;
	}

	.client_list .sales_list li p:nth-child(3){
		display:block;
		padding-left:6vw;
		font-weight:bold;
		margin-top:0;
	}

	.client_list .sales_list li p .icon_2way,
	.client_list .sales_list li p .icon_1way{
		display:block;
		padding-left:6vw;
		position:relative;
	}

	.client_list .sales_list li p .icon_2way:before{
		content:"";
		display:block;
		background:url(../images_new/lincoln/12/icon02.png) no-repeat left top;
		background-size:100% auto;
		width:5vw;
		height:5vw;
		position:absolute;
		top:-0.5vw;
		left:0px;
	}

	.client_list .sales_list li p .icon_1way:before{
		content:"";
		display:block;
		background:url(../images_new/lincoln/12/icon03.png) no-repeat left top;
		background-size:100% auto;
		width:5vw;
		height:5vw;
		position:absolute;
		top:-0.5vw;
		left:0px;
	}

	.client_list .sales_list li:nth-child(4n){
		margin-right:0;
	}

	.sales_box .caution2{
		font-size:16px;
		margin-bottom:100px;
	}
}

.stay_block{
	width:1180px;
	margin:-40px auto 100px;
}

.stay_block .stay_table{
	margin-top:50px;
}

.stay_block .stay_table td{
	width:590px;
	font-size:13px;
	padding-bottom:20px;
}

.stay_block .stay_table td span.bl{
	color:#088ad5;
	display:inline-block;
	margin-right:20px;
}

@media screen and (max-width: 768px) {
	.stay_block{
		width:90%;
		margin:0px auto 10%;
	}

	.stay_block .stay_table{
		margin-top:8%;
	}

	.stay_block .stay_table td{
		width:100%;
		display:block;
		font-size:3.4vw;
		padding-bottom:0px;

		position:relative;
		padding-left:4vw;
	}

	.stay_block .stay_table td:before{
		content:"●";
		display:block;
		color:#088ad5;
		position:absolute;
		width:3.4vw;
		height:3.4vw;
		left:0;
		top:0;
	}

	.stay_block .stay_table td span.bl{
		color:#088ad5;
		display:inline-block;
		margin-right:4vw;
		display:none;

	}
}

.voice_detail{
	/*width:1180px;*/
	width:900px;
	margin:0 auto 100px;
}

.voice_detail .btn_arrow{
	margin:70px auto 0;
}

.voice_detail .btn_arrow .btn_back{
	width:250px;
	float:left;
}

.voice_detail .btn_arrow .btn_back a,
.voice_detail .btn_arrow .btn_next a{
	display:inline-block;
	position:relative;
	font-size:17px;
	color:#088ad5;
	font-weight:bold;
	text-decoration:none;
}

.voice_detail .btn_arrow .btn_back a:before{
	content:"";
	display:inline-block;
	background:url(../images_new/lincoln/voice/icon_l.png) no-repeat left top;
	background-size:100% auto;
	width:7px;
	height:12px;
	position:relative;
	top:1px;
	margin-right:8px;
}


.voice_detail .btn_arrow .btn_next a:after{
	content:"";
	display:inline-block;
	background:url(../images_new/lincoln/voice/icon_l.png) no-repeat left top;
	background-size:100% auto;
	width:7px;
	height:12px;
	position:relative;
	top:-1px;
	margin-left:8px;
	transform:rotate(180deg);
}

.voice_detail .btn_arrow .btn_next{
	width:250px;
	float:right;
	text-align:right;
}

.voice_detail .main_img{
	margin-top:45px;
}

.voice_detail .main_img p{
	margin-top:5px;
	font-size:14px;
}

.voice_detail .main_img .image{
	display:block;
	margin-top:35px;
}

.voice_detail h4{
	margin-top:40px;
	font-size: 25px;
	color: rgb(8, 138, 213);
	font-weight: bold;
	line-height: 1.52;
	text-align: left;

	margin-top:40px;
}

.voice_detail h5{
	margin-top:35px;
	font-size: 20px;
}
.voice_detail h5.sub_ttl02 {
	position: relative;
}
.voice_detail h5.sub_ttl02 > .subttl_btn {
	position: absolute;
	top: -5px;
	right: 0;
	width: 220px;
	vertical-align: middle;
}

.min_area p{
	margin-top:20px;
	font-size:15px;
}
.min_area p a.anchor {
	color: #088ad5;
	font-size: 17px;
	font-weight: 700;
	transition: opacity .4s;
}
.min_area p a.anchor::after {
	position: relative;
	content: "≫";
}
.min_area p a.anchor:hover {
	opacity: .7;
}

.voice_btm{
	border:solid 60px #f2f4fa;
	margin-top:100px;
}

.voice_btm .voice_btm_inner{
	padding:45px 85px 80px;
}

.voice_btm .voice_btm_inner p{
	margin-top:35px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.75;
	position:relative;
}

.voice_btm .voice_btm_inner a{
	position:absolute !important;
	right:0;
	bottom:0;
}

.voice_btm .voice_btm_inner a:before{
	content:"";
	display:block;

	background:url(../images_new/lincoln/voice/icon_brank.png) no-repeat left top;
	background-size:100% auto;
	width:21px;
	height:17px;
	position:absolute;
	left:20px;
	top:15px;
}

@media screen and (max-width: 768px) {
	.voice_detail{
		width:90%;
		margin:0 auto 10%;
	}

	.voice_detail .btn_arrow{
		margin:10% auto 0;
	}

	.voice_detail .btn_arrow .btn_back{
		width:40%;
		float:left;
	}

	.voice_detail .btn_arrow .btn_back a,
	.voice_detail .btn_arrow .btn_next a{
		display:inline-block;
		position:relative;
		font-size:4vw;
		color:#088ad5;
		font-weight:bold;
		text-decoration:none;
	}

	.voice_detail .main_img p{
		margin-top:2%;
		font-size:3.2vw;
	}

	.voice_detail .btn_arrow .btn_back a:before{
		content:"";
		display:inline-block;
		background:url(../images_new/lincoln/voice/icon_l.png) no-repeat left top;
		background-size:100% auto;
		width:2vw;
		height:5vw;
		position:relative;
		top:2vw;
		margin-right:2vw;
	}


	.voice_detail .btn_arrow .btn_next a:after{
		content:"";
		display:inline-block;
		background:url(../images_new/lincoln/voice/icon_l.png) no-repeat left top;
		background-size:100% auto;
		width:2vw;
		height:5vw;
		position:relative;
		top:0.4vw;
		margin-left:2vw;
		transform:rotate(180deg);
	}

	.voice_detail .btn_arrow .btn_next{
		width:40%;
		float:right;
		text-align:right;
	}

	.voice_detail .main_img{
		margin-top:8%;
	}

	.voice_detail .main_img .image{
		display:block;
		margin-top:35px;
	}

	.voice_detail h4{
		margin-top:8%;
		font-size: 5.3vw;
	}

	.voice_detail h5{
		margin-top:5%;
		font-size: 4.5vw;
	}
	.voice_detail h5.sub_ttl02 {
		position: relative;
	}
	.voice_detail h5.sub_ttl02 > .subttl_btn {
		position: static;
		top: 0;
		width: 70%;
		margin-top: 3vw;
		margin-left: auto;
	}

	.min_area p{
		margin-top:4%;
		font-size:3.8vw;
	}
	.min_area p a.anchor {
		font-size: 4vw;
	}

	.voice_btm{
		border:solid 5vw #f2f4fa;
		margin-top:10%;
	}

	.voice_btm .voice_btm_inner{
		padding:5%;
	}

	.voice_btm .voice_btm_inner p{
		margin-top:8%;
		font-size: 4.5vw;
		font-weight: bold;
		line-height: 1.75;
		position:relative;
	}

	.voice_btm .voice_btm_inner a{
		position:relative !important;
		right:auto;
		bottom:auto;
		margin:5% auto 0 !important;
	}

	.voice_btm .voice_btm_inner a:before{
		content:"";
		display:block;
		background:url(../images_new/lincoln/voice/icon_brank.png) no-repeat left top;
		background-size:100% auto;
		width:4vw;
		height:4vw;
		position:absolute;
		left:2vw;
		top:4vw;
	}
}

.list_txt{
	margin-bottom:65px;
}

.list_txt li{
	font-size: 16px;
	line-height: 1.838;
	margin-bottom:20px;
	padding-left:1em;
	text-indent:-1em;
	float:none !important;
}

#sub_navi.products:after{
	margin-left:-65px;
}

#sub_navi ul.pb0{
	padding-bottom:0;
}

#sub_navi ul.pab0{
	padding:0;
}

#sub_navi ul li{
	display:inline-block;
	width:auto;
	padding:0 10px;
	text-align:center;
	position:relative;
}

.bace_ttl1.bace_ttl2 .min_l{
	text-align:left;
	top:14px;
	left:20px;
}

.bace_ttl1.bace_ttl2 .min_l:before {
    background: #088ad5;
    height: 80px;
    left: -40px !important;
	top:-10px;
}

ul.list_txt.one.f_none.f_none li{
	float:none !important;
}

.movie_icon{
	display:inline-block;
	position:relative;
}

.movie_icon:after{
	content:"";
	display:inline-block;
	background: url(../images/common/movie_icon.gif) no-repeat right 0px;
	background-size:100% auto;
	width:17px;
	height:15px;
	position:relative;
	left:10px;
	top:2px;
}

.voice_btn{
	text-align:center;
	margin-top:80px;
}

.voice_btn a{
	width:500px;
	margin:0 auto;
	font-size:20px;
	padding:20px 0 15px;
}

.voice_btn a:after{
	background-size:100% auto;
	width:19px;
	height:20px;
	top:9px;
}

.pl0{
	padding-left:0 !important;
}

/* .frame_dot */
.frame_dot {
	background: url(../images/lincoln/frame_dot.png) repeat left top;
	padding: 5px 6px 6px 6px;
}
.frame_dot_inner {
	padding: 25px 20px;
	background-color: #fff;
}
.frame_dot .min {
	font-size: 20px;
}
.frame_dot ul {
	margin-top: 20px;
}
.frame_dot ul li {
	padding: 5px 0 0 20px;
	font-size: 16px;
	position: relative;
}
.frame_dot ul li:before {
    content:"●";
    position: absolute;
    top: 0.3em;
    left: 0;
	color: #0071bc;
}


h6.sub_ttl02 {
	margin-top: 90px;
	text-align: center;
	font-size: 16px;
}

@media screen and (max-width: 768px) {

	#sub_navi ul.pb0{
		padding-bottom:0;
	}

	#sub_navi ul.pab0{
		padding:0;
	}

	#sub_navi ul li{
		display:block;
		width:auto;
		padding:0 0px;
	}

	.bace_ttl1.bace_ttl2 .min_l{
		text-align:center;
		top:auto;
		left:auto;
	}

	.movie_icon:after{
		content:"";
		display:inline-block;
		background: url(../images/common/movie_icon.gif) no-repeat right 0px;
		background-size:100% auto;
		width:4vw;
		height:4vw;
		position:relative;
		left:10px;
		top:1vw;
	}

	.voice_btn a{
		width:80%;
		margin:0 auto;
		font-size:3vw;
		padding:2vw 0 2vw;
	}
	.voice_btn a:after{
		background-size:100% auto;
		width:3vw;
		height:2vw;
		top:0.5vw;
	}

}

/****************** /products **********************/

/****************** recruit **********************/
.guideline_navi{
	margin:45px auto 0;
}

.column1{
	width:240px;
}

.column2{
	width:520px;
}

.column3{
	width:800px;
}

.guideline_navi li{
	width:240px;
	float:left;
	margin-right:40px;
}

.guideline_navi li:last-child{
	margin-right:0;
}

.guideline_navi li a{
	display:block;
	text-align:center;
	font-size:17px;
	color:#ffffff;
	height:64px;
	box-sizing:border-box;
	background:#088ad5;
	padding:24px 0 17px;
	line-height:1.2;
	text-decoration:none;
	position:relative;
}

.guideline_navi li a:before{
	content:"";
	display:block;
	background:url(../images_new/recruit/guideline/icon_guideline.png) no-repeat left top;
	background-size:100% auto;
	width:15px;
	height:8px;
	position:absolute;
	left:40px;
	top:50%;
	margin-top:-2px;
}

.guideline_navi li:nth-child(2) a:before{
	left:40px;
}
/*

.guideline_navi li:last-child a{
	padding-top:13px;
	padding-left:40px;
}*/

.rec_new_ttl{
	text-align:center;
	font-size:20px;
	color:#000000;
	margin-top:80px;
	position:relative;
}

.rec_new_ttl.rec_new_ttl2,
.rec_new_ttl.rec_new_ttl3{
	margin-top:130px;
}

.rec_new_ttl:before{
	background:#000;
	left:50%;
	margin-left:-57px;
}

.rec_new_ttl.rec_new_ttl2:before{
	left:50%;
	margin-left:-16px;
}

.rec_new_ttl.rec_new_ttl3:before{
	left:50%;
	margin-left:-145px;
}

.rec_new_ttl th{
	border-right:none !important;
}

.rec_new_ttl td{
	text-align:left !important;
}

@media screen and (max-width: 768px) {

	.guideline_navi,
	.column1,
	.column2,
	.column3{
		width:70%;
		margin:8% auto 0;
	}

	.guideline_navi li{
		width:100%;
		float:none;
		margin-right:0px;
		margin-bottom:8%;
	}

	.guideline_navi li:last-child{
		margin-right:0;
	}

	.guideline_navi li a{
		display:block;
		text-align:center;
		font-size:3.7vw;
		color:#ffffff;
		height:13vw;
		box-sizing:border-box;
		background:#088ad5;
		padding:5vw 0 0;
		line-height:1.2;
		text-decoration:none;
		position:relative;
	}

	.guideline_navi li a:before{
		content:"";
		display:block;
		background:url(../images_new/recruit/guideline/icon_guideline.png) no-repeat left top;
		background-size:100% auto;
		width:3vw;
		height:2vw;
		position:absolute;
		left:40px;
		top:50%;
		margin-top:-0vw;
	}

	.guideline_navi li:nth-child(2) a:before{
		left:40px;
	}


	.guideline_navi li:last-child a{
		padding-top:2.4vw;
		padding-left:0px;
	}

	.rec_new_ttl{
		text-align:center;
		font-size:4.5vw;
		color:#000000;
		margin-top:15%;
		position:relative;
	}

	.rec_new_ttl.rec_new_ttl2,
	.rec_new_ttl.rec_new_ttl3{
		margin-top:20%;
	}

	.rec_new_ttl:before{
		background:#000;
		left:50%;
		margin-left:-13vw;
	}

	.rec_new_ttl.rec_new_ttl2:before{
		left:50%;
		margin-left:-4vw;
	}

	.rec_new_ttl.rec_new_ttl3:before{
		left:50%;
		margin-left:-33vw;
	}

	.rec_new_ttl th{
		border-right:none !important;
	}

	.rec_new_ttl td{
		text-align:left !important;
	}

}

/****************** /recruit **********************/
