@charset "utf-8";
/* Theme Name: : 株式会社NTEC2 */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Roboto:400,700&display=swap');

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	/*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HG明朝", "Sawarabi Mincho", serif;*/
	font-family: 'Roboto','Noto Sans JP','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, helvetica, sans-serif;
	/*font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;*/
	/*font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";*/
	line-height: 160%;
	color: #000;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/*クリアフィックス*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:before {
	display: block;
	content: "";
	clear: both;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
}


img {
	vertical-align:middle;
	max-width:100%;
	height:auto;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	opacity: 0.6;
	color: inherit;
	text-decoration: none;
}

ul{
	list-style:none;
}

/*フレックス*/

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb {

	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;
}

a[href*="tel"] {
	pointer-events: none;
}
@media only screen and (max-width: 1024px) {
	a[href*="tel"] {
		pointer-events: initial !important;
	}
	body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
	font-size:16px;
}
}
#wrapper{
	width:100%;
	overflow:hidden;
}

#header .inner{
	max-width:1000px;
	margin:0 auto;
	text-align:right;
	width:95%;
	padding-top:20px;
}


#header dl{
	background:#abde43;
	display:inline-block;
	padding:2px 12px;
}
#header .inner .flexb{
	text-align:left;
	padding:10px 0 20px 0;
	
}
#header dt{
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	font-size:11px;
	line-height:140%;
	padding-right:5px;
}
#header dd{
	display:inline-block;
	vertical-align:middle;
	font-size:22px;
}
#header dd img{
	margin-top:-5px;
	margin-right:8px;
}
#nav p{
	display:none;
}
#header #nav li{
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	padding:10px 0 0 0;
	position:relative;
	margin-left:50px;
}
#header #nav li span{
	cursor:pointer;
}
#header #nav li ul{
	position:absolute;
	top:100%;
	left:50%;
	width:180px;
	text-align:left;
	transform: translateX(-50%);
	display:none;
	z-index:10;
	
}
#header #nav li:hover ul{
	display:block;
}
#header #nav li li{
	font-size:16px;
	padding:0;
	display:block;
	padding:0 0 1px 0;
	margin:0;
}
#header #nav li img{
	vertical-align:middle;
	margin-top:-5px;
	margin-right:5px;
}
#header #nav li li a{
	background:rgba(171,222,67,0.9);
	display:block;
	padding:5px 10px;
}

#footer .inner{
	max-width:1000px;
	margin:0 auto;
	width:95%;
}
#footer .foot1{
	padding:35px 0 0 0;
}



#footer .left h3{
	padding:0 0 15px 0;
}
#footer .left p{
	padding:0 0 20px 0;
}
#footer .left li{
	font-size:14px;
}
#footer .left ul{
	padding:0 0 20px 0;
}
#footer .right dt{
	font-weight:bold;
	
}

#footer .right dd{
	font-size:16px;
}

#footer .right dl{
	padding:0 0 20px 30px;
}
#footer .foot2{
	padding:10px 0 20px 0;
}
#footer .foot2 li{
	display:inline-block;
	font-size:16px;
	padding:0 40px 0 0;
}
#footer .foot2 li a{
	background:url(images/footmk.svg) 0 50% no-repeat;
	padding:0 0 0 20px;
}

#footer .foot2 .copy{
	font-size:16px;
	padding:0 0 20px 0;
}
#footer .foot2 ul{
	padding:0 0 20px 0;
}

.totop{
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:90;
}
@media only screen and (max-width: 1024px) {
	#nav div{
		display:block;
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
	background:none;
    -webkit-transform: translateX(200px);
transform: translateX(200px);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    padding:0;
	z-index:151;
	border:none;
	padding-bottom:0;
	background:linear-gradient(to bottom , transparent 40px, #fff 40px);
	
    }
	#header .inner{
		padding-top:40px;
	}

	#nav ul li{
		max-height:none;
		float:none;
		width:auto;
		text-align:left;
		display:block !important;
	}
	#nav ul li a:after{
		display:none !important;
	}
	#nav ul li a:hover{
		background:#599cce;
		color:#fff;
	}

	#nav p{
		display:block;
		position:fixed;
		width:40px;
		height:40px;
		top:0;
		right:0;
		z-index:152;
		background:#abde43;
		cursor:pointer;
		
	}

	#nav li{
		float:none;
		width:auto;
		border-bottom:1px dotted #cacad9;
		padding:0 !important;
		margin-top:0;
		margin-left:0 !important; 
		display:block !important;
		font-family:"游ゴシック",YuGothic,"メイリオ",Meiryo,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,'ＭＳ Ｐゴシック',sans-serif;
		
	}
	#nav ul li a,#nav ul li span{
		height:auto;
		display:block !important;
		padding:8px 7px 8px 7px;
		font-size:16px;
		line-height:160%;
		letter-spacing:1px;
	}
	#nav .menu-gnav-container{
		text-align:left;
		background:#fff;
	}

	#nav.action div{
		-webkit-transform:translateX(0px);
        transform:translateX(0px);
	}
	
	#nav p span.n{
    display: block;
    background: #333;
    height: 2px;
    width: 26px;
    text-indent: -9999px;
    padding: 0;
    top: 50%;
    left: 8px;
    margin-top: -1px;
    position: absolute;
    }
	#nav p span.n:before{
    display: block;
    content: "";
    background: #333;
    height: 2px;
    width: 26px;
    position: absolute;
    top: -8px;
    left: 0;
    }
	#nav p span.n:after{
    display: block;
    content: "";
    background: #333;
    height: 2px;
    width: 26px;
    position: absolute;
    top: 8px;
    left: 0;
    }
	#nav.action p span.n{
	 -webkit-transform: rotate(-45deg);
		 transform: rotate(-45deg);
		  -webkit-transition:ease .10s;
         transition:ease .10s;
	}
	#nav.action p span.n:after,#nav.action p span.n:before{
		 -webkit-transform: rotate(90deg);
		 transform: rotate(90deg);
		 top:0;
		 left:0;
	}
	#nav ul{
		display:block;
		padding:40px 0 0 0;
		overflow-y: auto;
		width:auto;
		height: 100%;
		
		
	}
	#nav .menu-gnav-container{
		
		
		overflow-y: auto;
		padding:0;
	}
	
	.overlay:after,.overlay #header .inner:before{
		content:"";
		width:100%;
		height:100%;
		background:#000;
		position:fixed;
		top:0;
		left:0;
		opacity:0.3;
		z-index:150;
	}
	#nav li a:hover::before, #nav li.st a::before{
		bottom:auto;
		left:auto;
		right:10px;
		top:50%;
		margin-top:-3px;
	
	}
	#header #nav li ul{
		position:relative;
		display:block;
		top:auto;
		left:auto;
		transform: translateX(0);
		padding-top:0;
		width:auto;
	}
	#header dl{
		padding-right:30px;
		min-height:40px;
		padding-left:8px;
	}
	#footer .foot1 .right{
		width:100%;
	}
	#footer .right dl{
		padding:0 10% 20px 0;
	}
	#footer .foot2 .copy{
		width:100%;
		text-align:right;
	}
	#footer .right dt{
		font-size:16px;
	}
	#footer .right dd{
	font-size:14px;
}
#footer .foot2 .copy{
	font-size:14px;
}
}
@media only screen and (max-width: 599px) {
	#header dl{
		display:block;
	}
	#header .inner{
		text-align:left;
	}
	#header dt{
		padding-right:2px;
	}
	#header dd img{
		margin-right:3px;
	}
	#header dd{
		font-size:20px;
	}
	#footer .foot1 .right dl{
		width:50%;
		padding-right:0;
	}
	
}

.foot-cont{
	background:linear-gradient(105deg , #abde43 50%, #eee 50%);
	padding:65px 0;
}

.foot-cont .inner{
	border:1px solid #101b30;
	position:relative;
}

.foot-cont h3{
	font-size:28px;
	position:absolute;
	top:50%;
	left:10%;
	transform: translateY(-50%);
}

.foot-cont .right{
	width:50%;
	text-align:center;
	box-sizing:border-box;
	padding:40px 2.5%;
	float:right;
}

.foot-cont .right p a{
	background:#fff;
	border:1px solid #bfbfbf;
	font-weight:bold;
	padding:20px 70px;
	display:inline-block;
}
.foot-cont .right p a img{
	margin-right:10px;
}
#footer .foot-cont .right dl{
	padding:0 0 0 0;
}

#footer .foot-cont .right dd.tel{
	font-size:28px;
}
#footer .foot-cont .right dd.tel img{
	margin-top:-5px;
	margin-right:10px;
}
#footer .foot-cont .right dt{
	padding:0 0 5px 0;
}

@media only screen and (max-width: 1024px) {
	.foot-cont .right{
		width:auto;
		max-width:400px;
	}
	.foot-cont h3{
		left:3%;
		font-size:24px;
	}
	
}
@media only screen and (max-width: 599px) {
	.foot-cont h3{
		position:relative;
		top:auto;
		left:auto;
		transform: translateY(0);
		text-align:center;
		padding:20px 0 0 0;
	}
	.foot-cont .right{
		float:none;
		margin:0 auto;
		width:95%;
	}
	.foot-cont .right p a{
		display:block;
		padding:20px 2.5%;
	}
	
}

.home #header{
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:151;
}
.main_img{
	position:relative;
}
.main_img .mob{
	display:none;
}
.main_img img{
	width:100%;
	height:auto;
}
.main_img .text{
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	z-index:1;
	width:65%;
}


@media only screen and (max-width: 599px) {
	.home #header{
		position:relative;
		
	}
	.main_img .pc{
		display:none;
	}
	.main_img .mob{
		display:block;
	}
}
#main .inner{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	width:95%;
}
.home-news{
	background:url(images/home/hnews_bk.gif) 0 0 repeat;
	padding:40px 0 30px 0;
}
.h3h{
	font-size:28px;
}
.home-news .hmore{
	text-align:center;
	padding:0 0 20px 0;
}
.home-news h3{
	padding:0 0 35px 0;
}
.hmore a{
	display:inline-block;
	width:100%;
	max-width:260px;
	font-weight:bold;
	border:1px solid;
	padding:10px 2.5%;.jpg
	box-sizing:border-box;
}
.hmore a img{
	margin-left:1em;
	margin-top:-3px;
}
.home-news .hmore a{
	background:#fff;
}

#main .home-news .inner{
	max-width:900px;
}

.home-news .wrap{
	background:#fff;
	border-top:1px solid #c9c9c9;
	margin-bottom:40px;
}

.home-news .wrap dt{
	float:left;
	font-weight:bold;
}

.home-news .wrap dl{
	padding:12px 20px;
}

.home-news .wrap dd{
	padding:0 0 0 120px;
}
.home-news .wrap dl:nth-child(2n){
	background:#eeeeee;
}

.home-about{
	background:url(https://nte-c.jp/ntec/wp-content/uploads/2022/08/h_about_bk.jpg) center 50% no-repeat;
	background-size:cover;
	text-align:center;
	padding:80px 0 65px 0;
}
.home-about h3{
	color:#fff;
	padding:0 0 70px 0;
	text-shadow:0 0 5px #000,0 0 5px #000;
}

.home-about p{
	color:#fff;
	text-align:center;
	text-shadow:0 0 5px #000,0 0 5px #000;
	padding:0 0 20px 0;
}

.home-about p.hmore{
	padding-top:80px;
}
.home-about p.hmore a{
	border-bottom-color:#fff;
	color:#fff;
	text-shadow:none;
}
@media only screen and (max-width: 599px) {
	.h3h{
		font-size:24px;
	}
	.home-about h3{
		padding-bottom:30px;
	}
	.home-about p.hmore{
		padding-top:10px;
	}
	.home-news .wrap dt{
		float:none;
	}
	.home-news .wrap dd{
		padding-left:0;
	}
}

.home-servece h3{
	text-align:center;
	padding:0 0 50px 0;
}
.home-servece{
	background:url(https://nte-c.jp/ntec/wp-content/uploads/2022/08/works_bg.gif) 0 0 no-repeat;
	padding:70px 0 45px 0;
	position:relative;
}

.home-servece:before{
	content:"";
	width:5px;
	height:100%;
	top:0;
	right:1.5%;
	position:absolute;
	background:#abde43;
	z-index:5;
}
.home-servece:after{
	content:"";
	width:100%;
	height:5px;
	bottom:65px;
	left:0;
	position:absolute;
	background:#abde43;
	z-index:5;
}
.home-servece .box{
	padding-bottom:45px;
}
.home-servece .box .tbox{
	width:50%;
	box-sizing:border-box;
	padding-left:2.5%;
}
.home-servece .box:nth-child(2n) .tbox{
	padding-left:0;
	padding-right:2.5%;
}
.home-servece .box .tbox .in{
	max-width:500px;
	box-sizing:border-box;
}
.home-servece .box .pic{
	width:50%;
	padding:0 0 20px 0;
}
.home-servece .box .pic img{
	width:100%;
	height:auto;
}
.home-servece .box .pic span.w{
	display:inline-block;
	width:95%;
	position:relative;
}
.home-servece .box .pic span.w:before{
	content:"";
	width:30px;
	height:100%;
	background:linear-gradient(to right , #fff, transparent);
	position:absolute;
	top:0;
	left:0;
}
.home-servece .box:nth-child(2n) .pic span.w:before{
	content:"";
	width:30px;
	height:100%;
	background:linear-gradient(to left , #fff, transparent);
	position:absolute;
	top:0;
	left:auto;
	right:0;
}
.home-servece .box:nth-child(2n+1){
	flex-direction:row-reverse;
}

.home-servece .box:nth-child(2n+1) .pic{
	text-align:right;
}

.home-servece .box:nth-child(2n+1) .tbox .in{
	float:right;
	padding-right:25px;
}
.home-servece .box:nth-child(2n)  .tbox .in{
	padding-left:25px;
	padding-right:0;
}
.home-servece .box .tbox h4{
	font-size:24px;
	padding:30px 0 25px 0;
}
.home-servece .box:nth-child(2n) .tbox h4,.home-servece .box:nth-child(2n) .tbox .hmore{
	text-align:right;
}
.home-servece .box .tbox p{
	padding:0 0 20px 0;
}
.home-servece .box .tbox .hmore{
	padding-top:20px;
}
.home-servece .box .tbox .hmore a{
	text-align:center;
	color:#fff;
	border-color:#0f3170;
	background:#0f3170;
}
@media only screen and (max-width: 1024px) {
	.home-servece .box .tbox h4{
		font-size:20px;
	}
	.home-servece:before{
		right:1%;
	}
}

@media only screen and (max-width: 599px) {
	.home-servece .box .pic{
		width:100%;
	}
	.home-servece .box .pic span.w{
		width:auto;
	}
	.home-servece .box .pic span.w:before{
		display:none;
	}
	.home-servece .box .tbox{
		width:90%;
		margin:0 auto;
		padding-left:0 !important;
		padding-right:0 !important; 
	}
	.home-servece .box .tbox .in{
		padding-left:0 !important;
		padding-right:5px !important; 
	}
	.home-servece .box .tbox .hmore{
		text-align:center !important;
	}
	.home-servece:before{
		right:2%;
	}
}

.home-rec .pic img{
	width:100%;
	height:auto;
}
.home-rec{
	background:#dae7f4;
}

.home-rec .inner{
	margin-bottom:-20%;
	padding:80px 0 0 0;
	position:relative;
	z-index:1;
}
.home-rec h3{
	text-align:center;
	padding:0 0 50px 0;
}
.home-rec h3+p{
	text-align:center;
	font-size:20px;
	padding:0 0 20px 0;
}
.home-rec ul{
	padding:25px 0 0 0;
}

.home-rec li{
	width:42%;
	padding:0 2.5% 20px 2.5%;
}
.home-rec li a{
	display:block;
	padding:45px 10%;
	font-size:24px;

	font-weight:bold;
	border-radius:10px;
}
.home-rec li:nth-child(1) a{
	background:url(images/home/arrow1.png) 90% 50% no-repeat #f8bcff;
}
.home-rec li:nth-child(2) a{

	background:url(images/home/arrow1.png) 90% 50% no-repeat #abde43;
}
@media only screen and (max-width: 1024px) {
	.home-rec h3 + p{
		font-size:16px;
	}
	
}
@media only screen and (max-width: 599px) {
	.home-rec li a{
		padding:25px 10px;
		font-size:16px;
		background-position: 95% 50% !important;
	}
	.home-rec li{
		padding-left:0.5%;
		padding-right:0.5%;
		width:49%;
	}
}

.page_img img{
	width:100%;
	height:auto;
}

.subtit{
	padding:70px 2.5% 65px 2.5%;
	font-size:28px;
	text-align:center;
}

.about_nav{
	max-width:1000px;
	width:95%;
	margin:0 auto 55px auto;
	background:#eee;
}
.about_nav li{
	width:20%;
	
	position:relative;
}
.about_nav li:first-child:before{
	display:none;
}
.about_nav li:before{
	content:"";
	width:1px;
	height:30px;
	position:absolute;
	background:#7d7d7d;
	left:0;
	top:50%;
	margin-top:-15px;
}
.about_nav li a{
	display:block;
	text-align:center;
	font-size:18px;
	padding:14px 2%;
}
.about_nav li a:hover{
	background:#abde43;
	opacity:1;
}
.h3s{
	font-size:24px;
	font-weight:normal;
	border-bottom:2px solid #bfbfbf;
	padding:5px 0;
	position:relative;
	margin-bottom:60px;
}
.h3s:before{
	content:"";
	width:150px;
	height:2px;
	bottom:-2px;
	left:0;
	background:#101b30;
	position:absolute;
}

.about1 .tbox{
	width:56%;
}
.about1 p{
	padding:0 0 20px 0;
}

.about1 dl{
	width:35%;
	text-align:center;
}
.about1 dl dt{
	padding:20px 0 20px 0;
}

.about1{
	padding:0 0 60px 0;
}
.tgn{
	height:0;
}

@media only screen and (max-width: 1024px) {
	.subtit{
		font-size:26px;
	}
	.h3s{
		font-size:20px;
	}
	.about_nav li a{
		font-size:16px;
	}
	
}
@media only screen and (max-width: 599px) {
	.subtit{
		font-size:24px;
	}
	.about_nav li{
		width:33.33%;
	}
	.about_nav li:nth-child(3n+1):before{
		display:none;
	}
	.about_nav li:nth-child(4),.about_nav li:nth-child(5){
		width:50%;
	}
	.about1 .tbox{
		width:100%;
	}
	.about1 dl{
		width:100%;
	}
}
.about2 table {
  border-collapse: collapse;
	width: 100%;
	margin-bottom: 100px;
}
.about2 th{
	width: 25%;
	background-color: #eeeeee;
	padding: 15px 2.5%;
}
.about2 td{
	width: 75%;
	padding-bottom: 10px;
}
.about2 td .w5 ul{
	padding-bottom: 10px;
}
.about2 td .w5 li{
	text-indent:-1.3em;
	padding-left:1.3em;
}
.about2 td .w5 ul li{
	text-indent:-1.5em;
	padding-left:1.5em;
}
.about2 dt .g{
	background-color: #eeeeee;
	width:100%;
	max-width: 25px;
	writing-mode:vertical-rl;
	padding: 4px 0% 8px 0%;
	margin-left: 20px;
	position: absolute;
	top:0;
	left:0;
}
.about .gapei {
	position: relative;
}
.about .gapei .keisen .mk{
	position: absolute;
	top: 0;
	left: 0;
}
.about .gapei dd {
	text-indent: 0em;
    padding-left: 3em;
}
.about2 dl.kyoka{
	padding-bottom: 10px;
}
.about2 .kyoka dt{
	float: left;
}
.about2 .keisen{
	float: left;
}
.about2 .kyoka dd{
	padding-left: 26.6%;
}
.about2 .yakuin dt{
	float: left;
}
.about2 .yakuin dd{
	padding-left: 450px;
}
.about2 .kigyou li{
	width: 50%;
}
.about2 table th,.about2 table td {
  border: solid 1px #bfbfbf;
	padding: 15px 2.5%;
}
.about3{
	padding-bottom:60px;
}
.about3 .step1 li{
	width: 100%;
	padding: 20px 0;
	text-align: center;
	background-color: #125fa3;
	color: #fff;
	margin-bottom: 70px;
	font-weight:bold;
}
.about3 .step1{
	width: 22.6%;
}
.about3 .step2{
	width: 23.9%;
	background-color: #fff;
	position: relative;
}
.about3 .step3{
	width: 28.7%;
	background-color: #fff;
	margin-right: 7.2%;
}
.about3 .step4{
	width: 100%;
	margin-left: 30%;
	background-color: #fff;
}
.about3 .step3 li{
	border: 1px solid #101b30;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 30px;
	background-color: #fff;
}
.about3 .step3 h4:nth-child(3){
	margin-bottom: 20px;
}
.about3 .step2 li{
	border: 1px solid #101b30;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	background-color: #fff;
	font-weight:bold;
	margin-bottom:70px;
	position: relative;
	z-index: 1;
}
.about3 .step2:after {
    content: "";
    width: 2px;
    height: 7%;
    background-color: #101b30;
    position: absolute;
    left: 50%;
    top: 62px;
    z-index: 0;
}
.about3 .step4 li{
	border: 1px solid #101b30;
	width: 100%;
	max-width: 250px;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 10px;
	background-color: #fff;
}
/*線関係*/
.about3 .step1{
	position: relative;
}
.about3 .step1:before{
content: "";
    width: 2px;
    height: 7%;
    background-color: #101b30;
    position: absolute;
    left: 50%;
    top: 62px;
    z-index: -10;
}
.about3 .step2{
	position: relative;
}
.about3 .step2:before{
content: "";
width: 125px;
height: 2px;
background-color:
#101b30;
position: absolute;
left: -50%;
top: 33px;
z-index: -10;
}
.about3 .step3{
	position: relative;
}
.about3 .step3 li:first-child:before{
	display: none;
}
.about3 .step3:before{
    content: "";
    width: 125px;
    height: 2px;
    background-color: #101b30;

    position: absolute;
    left: -100px;
    top: 33px;
    z-index: -10;
}
.about3 .step3:after{
	content: "";
    width: 2px;
    height: 93%;
    background-color: #101b30;
    position: absolute;
   	left:-15%;
    top: 35px;
    z-index: 0;
}
.about3 .step3 li:last-child:after{
	content: "";
    width: 15%;
    height: 50%;
    background-color: #fff;
    position: absolute;
    left: -17%;
    top: 35px;
    z-index: 1;
}
.about3 .step3 li{
	position: relative;
	font-weight:bold;
}
.about3 .step3 li:before{
    content: "";
    width: 15%;
    height: 2px;
    background-color: #101b30;
    position: absolute;
    left: -15%;
    top: 33px;
    z-index: -10;
}
.about3 .step3 .eda{
	position: relative;
	border:none;
	padding-top:0;
	padding-bottom:0;
}
.about3 .step3 .eda .tp{
	display:block;
    border: 1px solid 
#101b30;
width: 100%;
padding: 20px 0;
text-align: center;
position:relative;
z-index:1;

background-color:
    #fff;
}
.about3 .step3 .eda:after{
	content: "";
    width: 15%;
    height: 2px;
    background-color: #101b30;
    position: absolute;
    left: -15%;
    top: 33px;
    z-index: -10;
}

.about3 .step4 li{
	position: relative;
}
.about3 .step4 li:before{
    content: "";
    width: 23%;
    height: 2px;
    background-color: #101b30;
    position: absolute;
    left: -23%;
    top: 33px;
    z-index: 0;
}
.about3 .step4 li:nth-child(1):after{
    content: "";
    width: 23%;
    height: 2px;
    background-color: #101b30;
    position: absolute;
    left: -23%;
    top: 33px;
    z-index: 0;
}
.about3 .step4{
	position: relative;
	padding-top:30px;
}
.about3 .step4:before{
	content: "";
    width: 2px;
    height: 100%;
    background-color: #101b30;
    position: absolute;
    left: -20%;
    top: 0;
    z-index: 0;
}
/*線関係ここまで*/
.about3 .step4 li:last-child{
	margin-bottom: 30px;
	position: relative;
}
.about3 .step4 li:last-child:after{
content: "";
width: 23%;
height: 50%;
background-color:
#fff;
position: absolute;
left: -33%;
top: 35px;
z-index: 0;
}

.about4{
	padding-bottom:80px;
}
.about4 .box .in dl{
	width: 48%;
	margin-bottom: 25px;
	padding: 16px 2.5%;
	position: relative;
	max-width: 450px;
}

.about4 .box dt{
	text-align: center;
	font-weight: bold;
	padding-bottom: 16px;
	color: #fff;
}
.about4 .box dd{
	color: #fff;
}
.about4 .box .bg_g dd,.about4 .box .bg_g dd:first-child{
	color:#333;
}
.about4 .box .bg_g dt{
	color:#333;
}
.about4 .box dd:first-child{
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	color: #fff;
}
.about4 .bg_g{
	background-color: #abde43;
}
/*
.about4 .box .bg_g:before{
	content:"";
	width:100%;
	height:10%;
	position:absolute;
	top:100%;
	left:0;
	right:0;
	background:linear-gradient(to top right, transparent 50%,#abde43 50%, #abde43 calc(50% + 2px)) top left/ 50% 100% no-repeat,
	linear-gradient(to top left, transparent 50%,#abde43 50%, #abde43 calc(50% + 2px)) top right / 50% 100% no-repeat;
		
}
*/
.about4 .box .bg_g:before{
	content:"";
	width:100%;
	height:23px;
	position:absolute;
	bottom:-23px;
	left:0;
	right:0;
	background: url(images/about/bg_g.png) center 0 no-repeat;
	
}
.about4 .bg_b{
	background-color: #5375a3;
}
/*
.about4 .box .bg_b:before{
	content:"";
	width:100%;
	height:10%;
	position:absolute;
	top:100%;
	left:0;
	right:0;
	background:linear-gradient(to top right, transparent 50%,#5375a3 50%, #5375a3 calc(50% + 2px)) top left/ 50% 100% no-repeat,
	linear-gradient(to top left, transparent 50%,#5375a3 50%, #5375a3 calc(50% + 2px)) top right / 50% 100% no-repeat;	
}
*/
.about4 .box .bg_b:before{
	content:"";
	width:100%;
	height:23px;
	position:absolute;
	top:100%;
	left:0;
	right:0;
	background: url(images/about/bg_b.png) center 0 no-repeat;
}
.about4 .box .w100{
	position: relative;
	margin-bottom: 50px;
}
.about4 .box .bg_b2{
	background-color: #125fa3;
	padding-top: 23px;
}
.about4 .box  .bg_b2 dd:first-child{
	padding-bottom: 0;
}
.about4 .box .bg_b2 dt{
	font-size: 24px;
	font-weight: bold;
}
/*
.about4 .box .bg_b2:before{
	content:"";
	width:100%;
	height:35%;
	position:absolute;
	top:100%;
	left:0;
	right:0;
	background:linear-gradient(to top right, transparent 50%,#125fa3 50%, #125fa3 calc(50% + 2px)) top left/ 50% 100% no-repeat,
	linear-gradient(to top left, transparent 50%,#125fa3 50%, #125fa3 calc(50% + 2px)) top right / 50% 100% no-repeat;	
}
*/
.about4 .box .bg_b2:before{
	content:"";
	width:100%;
	height:39px;
	position:absolute;
	top:100%;
	left:0;
	right:0;
	background: url(images/about/bg_b2.png) center 0 no-repeat;
}
.about4 .box .in{
	padding-bottom: 20px;
	max-width: 950px;
	margin: 0 auto;
}
.about4 .box .w100{
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}
.about4 .box .bg_b2 .c{
	border: 2px solid #fff;
	font-size: 24px;
	position: absolute;
	top: 34%;
	left:32%;
	padding: 5px 1.1%;
	font-weight: bold;
}
.about4 .history dl{
	width: 100%;
	border: 1px solid #bfbfbf;
	padding:27px 5.4% 48px 5.4%; 
	margin-bottom: 30px;
	position: relative;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}
.about4 .history dl:after{
	content: "";
    width: 4px;
    height: 30px;
    background-color: #bfbfbf;
    position: absolute;
    bottom: -30px;
    left: 50%;
    z-index: 0;
	
}

.about4 .history dd:first-child{
	font-weight: bold;
	padding-bottom: 20px;
}

.about4 .history dl:last-child:after{
		display:none;
}
/*
.about4 .box .bg_b2:after{
		content:"";
		width:2px;
		height:10%;
		z-index:2;
		top:100%;
		background:#125fa3;
		position:absolute;
		left:50%;
		margin-left:-1px;
	}
	
	.about4 .box .bg_g:after{
		content:"";
		width:2px;
		height:10%;
		z-index:2;
		top:100%;
		background:#abde43;
		position:absolute;
		left:50%;
		margin-left:-1px;
	}
	.about4 .box .bg_b:after{
		content:"";
		width:2px;
		height:10%;
		z-index:2;
		top:100%;
		background:#5375a3;
		position:absolute;
		left:50%;
		margin-left:-1px;
	}
	*/
.about5{
	padding-bottom:50px;
}
.about5 .box{
	flex-direction:row-reverse;
	border: 1px solid #bfbfbf;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 55px 3% 75px 3%;
	margin-bottom: 50px;
}
.about5 h4{
	padding-bottom: 19px;
}
.about5 .tbox{
	width: 48%;
	
}
.about5 .map{
	width: 50%;
	text-align: center;
}
.about5 .tbox .hmore a{
	text-align: center;
	margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
	.about2 td .w5 li{
		
	}
	.about2 .kyoka dt{
		padding-bottom: 10px;
	}
	.about2 .kyoka dd{
		padding-left: 0px;
		font-size: 18px;
	}
	.about2 .kyoka dt{
		float: none;
	}
	.about2 .yakuin{
		padding-bottom: 20px;
	}
	.about2 .yakuin dd{
		padding-left: 0px;
	}
	.about2 .yakuin dt{
		float: none;
	}
	.about2 .kigyou li{
		width: 95%;
	}
	.about3 .step4 li:before{
	content: "";
    width: 21%;
    height: 2px;
    background-color: #101b30;
    position: absolute;
    left: -21%;
    top: 33px;
    z-index: 0;
	}
	.about3 .step4{
	width: 100%;
    margin-left: 32%;
    background-color: #fff;
	}
	.about3 .step1 h4{
		font-size: 14px;
	}
	.about3 .step2 h4{
		font-size: 14px;
	}
	.about3 .step3 h4{
		font-size: 14px;
	}
	.about3 .step4 p{
	font-size: 12px;
	}
	.about3 .step4:before{
    height: 97.5%;
    left: -22%;
    top: -20px;
}
	.about4 .box .in dl{
		width:50%;
	}
	.about4 .box dd{
		font-size: 16px;
	}
	.about4 .box .bg_b2 .c{
		font-size: 18px;
		left:10%;
	}
	/*
	.about4 .box .bg_b2:after{
		content:"";
		width:2px;
		height:30px;
		z-index:2;
		top:100%;
		background:#125fa3;
		position:absolute;
		left:50%;
		margin-left:-1px;
	}
	
	.about4 .box .bg_g:after{
		content:"";
		width:2px;
		height:30px;
		z-index:2;
		top:100%;
		background:#abde43;
		position:absolute;
		left:50%;
		margin-left:-1px;
	}
	.about4 .box .bg_b:after{
		content:"";
		width:2px;
		height:30px;
		z-index:2;
		top:100%;
		background:#5375a3;
		position:absolute;
		left:50%;
		margin-left:-1px;
	}
	*/
}
@media only screen and (max-width: 599px) {
	.about3 .step1{
		width:100%;
	}
	.about2 table{
		border-bottom:1px solid #bfbfbf;
	}
	.about2 table th{
		display:block;
		width:100%;
		border-bottom:none;
		box-sizing:border-box;
	}
	.about2 table td{
		display:block;
		width:100%;
		box-sizing:border-box;
		border-bottom:none;
	}
	.about3 .step1 li{
		margin-bottom:30px;
		position:relative;
	}
	.about3 .step1:before{
		left:10px;
		height:100%;
	}
	.about3 .step1 li:nth-child(n+2){
		margin-left:25px;
		box-sizing:border-box;
		width:auto;
	}
	.about3 .step1 li:first-child:before{
		content:"";
		width:2px;
		height:30px;
		background:#101b30;
		position:absolute;
		top:100%;
		left:50%;
	}
	.about3 .step2 li{
		margin-bottom: 30px;
	}
	.about3 .step2 li:first-child::before {
		content: "";
		width: 2px;
		height: 30px;
		background: #101b30;
		position: absolute;
		top: 100%;
		left: 50%;
	}
	.about3 .step2 li+li{
		margin-left: 25px;
		width: auto;
		margin-bottom: 0;
	}
	.about3 .step2:after {
		left: 10px;
		height: 100%;
	}
	.about3 .step3::after {
    height: 92.5%;
	}
	.about3 .step2{
		width:100%;
		padding-bottom:30px;
	}
	.about3 .step2:before{
		left:10px;
		height:30px;
		border:none;
		width:2px;
		top:auto;
		bottom:0;
		background:#101b30;
		z-index:1;
	}
	.about3 .step3{
		width:100%;
		margin-right:0;
	}
	.about3 .step3 li{
		margin-left:25px;
		width:auto;
	}
	.about3 .step3:before{
		top:0;
		left:10px;
		height:100%;
		border:none;
		width:2px;
		background:#101b30;
		z-index:1;
	}
	.about3 .step3 li:before{
		display:none;
	}
	.about3 .step3 li:after,.about3 .step3 li:last-child:after{
		content:"";
		left:-15px;
		width:15px;
		position:absolute;
		background:#101b30;
		z-index:1;
		top:50%;
		height:2px;
	}
	.about3 .step3 .eda .tp{
		position:relative;
		z-index:2;
	}
	.about3 .step3 .eda .tp:before{
		content:"";
		left:-15px;
		width:15px;
		position:absolute;
		background:#101b30;
		z-index:1;
		top:50%;
		height:2px;
	}
	.about3 .step4{
		margin-left:0;
	}
	.about3 .step3 .eda:after{
		width:2px;
		height:calc(100% - 32px);
		top:0;
		left:10px;
		z-index:1;
	}
	.about3 .step4 li{
		max-width:none;
	}
	.about3 .step4 li:last-child:after{
		position:absolute;
		content:"";
		left:-16px;
		z-index:2;
		width:15px;
		
	}
	.about3 .step4 li:nth-child(1):after{
		width:15px;
		left:-15px;
	}
	.about3 .step3:after{
		content:"";
		width:2px;
		height:62px;
		bottom:0;
		left:10px;
		top:auto;
		background:#fff;
		z-index:3;
	}
	
	.about4 .box .bg_b2 .c{
		left: 2.5%;
	}
	/*
	.about4 .box .bg_g:before{
		height:30px;
	}
	.about4 .box .bg_b:before{
		height:30px;
	}
	.about4 .box .bg_b2:before{
		height:30px;
	}
	*/
	.about5 .tbox{
	width:100%;
	margin: 0 auto;
}
	.about5 .map{
	width:100%;
	text-align: center;
}
	.about5 .tbox .hmore{
	width: 100%;	
	text-align: center;
}

}
.topics {
	flex-direction:row-reverse;
	padding-bottom:50px;
}

.topics #side{
	width:25%;
	padding:0 0 30px 0;
}
.topics .wrap{
	width:69%;
}
.topics .wrap .list .box{
	padding:10px 3% 0 3%;

}
.topics .wrap .list .box .txt p{
	padding:0 0 15px 0;
}
.topics .wrap .list .date{
	font-weight:bold;
}
.topics .wrap .list .box:nth-child(2n){
	background:#eee;
}
.topics .wrap .list{
	padding-bottom:53px;
}

.topics #side h3{
	background:#101b30;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-weight:normal;
	padding:23px 2.5%;
}
.topics #side li a{
	display:block;
	padding:15px 2.5%;
}
.topics #side li{
	border-bottom:1px solid #eee;
}

.pagenav{
	text-align:center;
	padding-bottom:50px;
}

.wp-pagenavi a, .wp-pagenavi span{
	padding:5px 10px;
}
@media only screen and (max-width: 599px) {
	.topics .wrap{
		width:100%;
	}
	.topics #side{
		width:100%;
	}
}
.contact{
	padding-bottom:100px;
}
.contact .table{
	max-width:850px;
	margin:0 auto;
	padding:0 0 65px 0;
}
.contact table{
	width:100%;
	border-collapse:collapse;
}
.contact th{
	background:#eeeeee;
	width:290px;
	padding:22px 0 2.5%;
	box-sizing:border-box;
	vertical-align:top;
	border-bottom:2px dotted #b5b5b5;
}
.contact td{
	width:560px;
	box-sizing:border-box;
	padding:15px 2.5%;
	border-bottom:2px dotted #b5b5b5;
}
.contact .size1{
	width:100%;
	background:#eeeeee;
	padding:3px;
	box-sizing:border-box;
	border:none;
}

.contact textarea{
	width:100%;
	padding:3px;
	box-sizing:border-box;
	background:#eeeeee;
	border:none;
	height:180px;
}

.contact .formbtn li{
	width:50%;
	box-sizing:border-box;
	padding:0 1% 20px 1%;
	max-width:235px;
}
.contact .formbtn .send{
	width:100%;
	height:auto;
	color:#fff;
	font-weight:bold;
	border:none;
	background:#125fa3 url(images/home/arrow2.png) 90% 50% no-repeat;
	padding:10px 0;
	box-sizing:border-box;
	cursor:pointer;
}
.contact .formbtn .send:hover{
	opacity:0.6;
}
.contact .formbtn .backinp{
	width:100%;
	height:auto;
	font-weight:bold;
	border:none;
	background:#ccc url(images/arrowback.png) 10% 50% no-repeat;
	padding:10px 0;
	box-sizing:border-box;
	cursor:pointer;
}
.contact .formbtn .backinp:hover{
	opacity:0.6;
}
.mw_wp_form_input .back{
	display:none;
}
.mwform-radio-field{
	display:inline-block;
	padding:0 1em 0 0;
}
.mw_wp_form .horizontal-item + .horizontal-item{
	margin:0;
}
@media only screen and (max-width: 599px) {
	.contact th{
		display:block;
		width:100%;
		border-bottom:none;
	}
	.contact td{
		display:block;
		width:100%;
		margin-bottom:20px;
		min-height:2.5em;
	}
}


/*リクルート*/
.recruit .home-rec{
	background: #fff;
}
.recruit .home-rec ul{
	padding:25px 0 0 0;
}

.recruit .home-rec li{
	width:48%;
	max-width:420px;
	padding:0 2.5% 61px 2.5%;
}
.recruit .home-rec li a{
	display:block;
	padding:45px 10%;
	font-size:24px;

	font-weight:bold;
	border-radius:10px;
}

.recruit .home-rec li:nth-child(1) a{
	background:url(images/home/arrow1.png) 90% 50% no-repeat #f8bcff;
}
.recruit .home-rec li:nth-child(2) a{

	background:url(images/home/arrow1.png) 90% 50% no-repeat #abde43;
}
.rec1 .rec_tit{
	background-color: #f8bcff;
	padding: 30px 0;
	margin-bottom: 33px;
}
.rec1 .rec_tit h3{
	font-size: 24px;
	font-weight: normal;
	position: relative;
	padding-left: 25px;
}
.rec1 .rec_tit h3:before{
	content: "";
	width: 5px;
	height: 39px;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
}
.rec1 .h3s{

	margin-bottom:30px;
}

.rec1 h4+p{
	padding-bottom: 50px;
}
.rec1 table {
  border-collapse: collapse;
	width: 100%;
	margin-bottom: 100px;
}
.rec1 th{
	width: 25%;
	background-color: #eeeeee;
	padding: 15px 2.5%;
}
.rec1 td{
	width: 75%;
	padding-bottom: 10px;
}
.rec1 table th, .rec1 table td{
	border: solid 1px #bfbfbf;
    padding: 15px 2.5%;
}
.rec1 .h35 li{
	padding-bottom: 20px;
}
.rec1 .h35 li:last-child{
	padding-bottom: 0px;
}
.rec1 .entry dd{
	border: 1px solid #bfbfbf;
	width: 100%;
	max-width: 300px;
	position: relative;
}

/*
.rec1 .entry dd a:before{
	content: "";
	background-image: url("images/recruit/rikunabi.gif");
	background-repeat: no-repeat;
	position: absolute;
	top: 38%;
	left: 0;
	padding-top: 33px;
    padding-left: 133px;

}

.rec1 .entry dd a{
	 padding: 34px 0 34px 143px;
	text-align: left;
	display: block;
	font-size:16px;
}

.rec1 .b{
	color: #216cb0;
}
*/

.rec1.ca .rec_tit{
	background-color: #abde43;
}
.rec1.ca .rec_tit h3{
	color:#000;
}
.rec1.ca .rec_tit h3:before{
	background-color: #000;
}
@media only screen and (max-width: 1024px) {
	.rec1 .entry dt br{
	display: none;
}
}

@media only screen and (max-width: 599px) {
.recruit .home-rec li a {
    padding: 25px 10px;
	font-size: 16px;
	background-position:95% 50%  !important;
}
.recruit .home-rec li{
	width:49%;
	padding-left:0.5%;
	padding-right:0.5%;
}
.rec1 th{
	font-size: 16px;	
	}
.rec1 td{
		font-size: 16px;
	}
.rec1 li{
		font-size: 16px;
	}
.rec1 .entry dt{
	padding-top: 0;
	font-size: 16px;
	}
	.rec1 table th{
		width:100%;
		display:block;
		border-bottom:none;
		box-sizing:border-box;
	}
	.rec1 table td{
		width:100%;
		display:block;
		border-bottom:none;
		box-sizing:border-box;
	}
	.rec1 table{
		border-bottom:solid 1px #bfbfbf;
	}
}

/*tachiai*/
.service_nav{
	max-width:1000px;
	width:95%;
	margin:0 auto 25px auto;
	background:#eee;
}
.service_nav li{
	width:20%;
	display:flex;flex-direction:column;
	
	position:relative;
}
.service_nav li.st a{
	background:#abde43;
}
.service_nav li:first-child:before{
	display:none;
}
.service_nav li:before{
	content:"";
	width:1px;
	height:30px;
	position:absolute;
	background:#7d7d7d;
	left:0;
	top:50%;
	margin-top:-15px;
}
.service_nav li a{
	display:flex;
	text-align:center;
	align-items: center;
	font-size:18px;
	padding:14px 2%;
	flex-grow:1;
	justify-content: center;
	

	
}
.service_nav li a:hover{
	background:#abde43;
	opacity:1;
}
.tachiai .box .pic{
	width: 48.28%;
}
.tachiai .box .tbox{
	width: 48.28%;
}
.tachiai .box .tbox dl{
	padding-bottom:20px;
}
.tachiai .box .tbox dt{
	font-weight:bold;
}
.tachiai .box{
	width: 100%;
	border: 3px solid #125fa3;
	flex-direction:row-reverse;
	padding: 32px 3.1%;
	margin-bottom: 54px;
}
.tachiai .tbox{
	position: relative;
}
.tachiai p .b{
	display:inline-block;
	color: #FFFFFF;
	background-color: #125fa3;
	text-align: center;
	max-width:96px;
	width:100%;
	padding:5px 2.5%;
}
.tachiai p{
	padding:0 0 20px 0;
}
.tachiai h4{
	text-align: center;
	font-size: 22px;
	padding-bottom: 36px;
}
.tachiai .in{
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
}
.tachiai .in dl{
	width:  31.57%;
	padding-bottom: 36px;
}
.tachiai .box3 .in dl{
	width:47.37%;
}
.tachiai .in dl img{
	padding-bottom: 20px;
}
.tachiai .in .g{
	width: 29px;
	display: inline-block;
	background-color: #abde43;
	text-align: center;
	margin-right: 10px;
}

.tachiai .in dt{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}
.tachiai .box3{
	background-color: #ededed;
	position: relative;
	margin-bottom: 96px;
}
.tachiai .box3 h4{
	padding-top: 90px;
}
.tachiai .box3:before{
	content: "";
    width: calc(28.4% + 4px);
    height: 52px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: linear-gradient(to top right, transparent 50%,#fff 50%, #fff calc(50% + 2px)) top left/ 50% 100% no-repeat, linear-gradient(to top left, transparent 50%,#fff 50%, #fff calc(50% + 2px)) top right / 50% 100% no-repeat;
}
@media only screen and (max-width: 1024px) {
	.service_nav li a{
	font-size:16px;
	}
	.tachiai .box .tbox{
	font-size: 16px;
	}
	
}
@media only screen and (max-width: 599px) {
	.service_nav{
		margin-bottom: 30px;
	}
	.service_nav li{
	width:50%;
	}
	.service_nav li:last-child:before{
		display: none;
	}
	.service_nav li:nth-last-child(3):before{
	width: 0px;	
	}
	.tachiai .box .pic{
	width: 100%;
	margin: 0 auto;
	text-align:center;
}
	.tachiai .in dl img{
		margin: 0 auto;
		display: block;
	}
	.tachiai .box .tbox{
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}
	.tachiai .b{
		position: relative;
	}
	.tachiai .in dl,.tachiai .box3 .in dl{
	width:  100%;
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
}
}

/*sekkeikeisoku*/

.sekkei{
	padding-bottom:40px;
}
.sekkei .tit h3+p{
	padding:0 2.5% 40px 2.5%;
}
.sekkei .bg_g {
	padding-top: 46px;
	background-color: #eeeeee;
	width: 100%;
	position: relative;

}

.sekkei .bg_g .in{
	width: 95%;
	background-color: #fff;
	margin: 0px auto 20px;
	padding:15px 2.5%;
}
.sekkei .bg_g .in h4{
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-left: 10px;
	background:url(images/tit_line.gif) 0 3px no-repeat;

}
.sekkei .table .inner{
	background: #fff;
	box-sizing: border-box;
	padding: 25px 3% 30px 3%;
	transform: translateY(-30px);
	border: 3px solid #1860a8;
}
.sekkei .table h4 {
    background-color: #125fa3;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    padding: 5px 2.5%;
    min-width: 90px;
    margin-bottom: 27px;
}
.sekkei .bg_g+.bg_g{
	padding: 0 0 10px 0;
	margin-bottom: 30px;
}
.sekkei .table table{
	width: 100%;
	border-collapse: collapse;
}
.sekkei .table table tbody th{
	text-align: left;
	font-weight: normal;
	border:1px solid #ccc;
	padding: 3px 5px;
}
.sekkei .table table tbody td{
	text-align: center;
	border:1px solid #ccc;
	padding: 3px 5px;
}
.sekkei .table thead th{
	background:#125fa3 ;
	color: #fff;
	padding: 3px 5px;
}
.sekkei .table thead th+th{
	border-left:1px solid #fff ;
}
.sekkei1 .box{
	flex-direction: row-reverse;
	width: 95%;
	background-color: #FFFFFF;
	border: 3px solid #1860a8;
	padding: 25px 2.7% 11px;
	margin: 0 auto 37px;
}
.sekkei1 h3{
	margin-bottom:30px;
}
.sekkei1 .pic{
	width: 45%;
	padding:0 0 20px 0;
}
.sekkei1 .tbox{
	width: 45%;
}
.sekkei1 .tbox p{
	padding:0 0 20px 0;
}
.sekkei1 .tbox h4{
	background-color: #125fa3;
	padding:5px 2.5%;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 27px;
	display:inline-block;
	min-width:90px;
}
.sekkei1 .box2{
	width: 95%;
	margin: 0 auto 44px;
}
.sekkei1 .box2 ul{
	width: 100%;
	padding-bottom: 45px;
}
.sekkei1 .box2 li{
	width:48%;
	max-width: 450px;
}
.sekkei2{
	padding-bottom:70px;
}
.sekkei2 .tit{
	position: relative;
}
.sekkei2 .tit+p{
	padding: 0 2.5% 30px 2.5%;
}
.sekkei2 h3{
	margin-bottom: 30px;
}
.sekkei2 .sub{
	width:100%;
	position: absolute;
	top: 0;
	left: 75%;
	letter-spacing:-5px;
	
}
.sekkei2 .sub li{
	display: inline-block;
	color: #FFFFFF;

	padding: 5px 2%;
	background-color: #abde43;
	font-size: 12px;
	letter-spacing:0;
}
.sekkei2 .sub li:first-child{

	margin-right: 13px;
}
.sekkei2 .box{
	width: 95%;
	margin: 0 auto;
	flex-direction: row-reverse;
}
.sekkei2 .box .pic{
    width: 42.11%;
    padding-top: 25px;
    max-width: 400px;
}
.sekkei2 .box .tbox{
	width: 55%;
	background: #fff;
	box-sizing: border-box;
	padding: 25px 3% 0 3%;
	border: 3px solid #1860a8;
	border-bottom: none;
}
.sekkei2 .tbox h4{
	background-color: #125fa3;
	display:inline-block;
    text-align: center;
    color: #FFFFFF;
	padding:5px 2.5%;
	min-width:90px;
	
	
    margin-bottom: 27px;
}
.sekkei2 .tbox dl{
	padding-bottom: 20px;
}
.sekkei2 .tbox dt{
	font-weight: bold;
}
.sekkei2 .tbox dd{
	width: 100%;
}
.sekkei2 .box2{
	width: 95%;
	margin: 0 auto;
}
.sekkei2 .box2 .left{
	box-sizing: border-box;
	padding: 10px 3% 35px 3%;
	width: 55%;
	float: left;
	background: #fff;
	border: 3px solid #1860a8;
	border-top: none;
}
.sekkei2 .box2 .left dl{
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 17px 0 43px;
}
.sekkei2 .box2 .left dt{
	padding-top: 6px;
	padding-bottom: 20px;
	font-weight: bold;
}

.sekkei2 .box2 dl.right{
	width: 42.11%;
    max-width: 400px;
	float: right;
	    position: relative;
    top: -70px;
}

.sekkei2 .box2 .right dt {
  position: relative;
  display: inline-block;
  margin: 0 0 19px 0;
  padding: 11px 10px;
  min-width: 120px;
  max-width: 100%;
	background-color: #125fa3;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.sekkei2 .box2 .right dt:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 26.7%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid  #125fa3;
}
.sekkei2 .box3{
	background: #f6fcec;

}
.sekkei2 .box3 .in{
	width: 95%;
	margin: 0 auto;
	padding-bottom: 48px;
}
.sekkei2 .box3 h4{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding: 50px 0 0px 0;
	margin-bottom: 44px;
	 position: relative;
  display: inline-block;
	width: 100%;
}
.sekkei2 .box3 h4::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 49px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
.sekkei2 .box3 h4+p{
	text-align: center;
	padding-bottom: 26px;
}
.sekkei2 .box3 ul{
	width: 100%;
}
.sekkei2 .box3 li{
	width: 47.36%;
	position: relative;
}

.sekkei2 .box3 .w16w{
	position: absolute;
	bottom: 13%;
	left: 17px;
	width: 36.88%;
	padding: 2.3% 0;
	text-align: center;
	background-color: rgba( 255, 255, 255, 0.8 );
	font-weight: bold;
}
.sekkei3 h3{
	margin-bottom:50px;
}
.sekkei3 .box{
	width: 95%;
	margin: 0 auto;
	background-color: #FFFFFF;
	margin-bottom: 32px;
}
.sekkei3 .box .tbox{
	margin: 0 auto;
	padding:25px 3% 0 3%;
}
.sekkei3 .box .tbox p{
	padding-bottom: 27px;
}
.sekkei3 .box .tbox dl{
	padding-bottom: 31px;
}
.sekkei3 .box .tbox dt{
	font-weight: bold;
	padding-bottom: 7px;
}
.sekkei3 .box2 {
	width: 95%;
	background-color: #FFFFFF;
	border: 3px solid #1860a8;
	box-sizing: border-box;
	margin:  0 auto;
	padding:25px 2.7% 5px 2.7%;
}
.sekkei3 .box2 h4{
	display:inline-block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding:5px 2.5%;
	
	background-color: #1860a8;
	margin: 0 0  15px 0;
}

.sekkei3 .pics{
	width: 100%;
	margin: 0 auto;
} 
.sekkei3 .pics dl{
	width: 47.3%;
	padding:0 0 20px 0;
}
.sekkei3 .pics dt{
	text-align: center;
	font-weight: bold;
	padding:5px 0 0 0;
}
.sekkei3 .bg_g{
	padding-bottom: 48px;
}
.sekkei3 {
	padding-bottom: 46px;
}
.sekkei3 .box2 ul{
	width: 100%;
	padding-bottom: 45px;
}
.sekkei4 .box{
	width: 95%;
	margin: 0 auto;
	    background-color: #FFFFFF;
    border: 3px solid #1860a8;
    box-sizing: border-box;
    margin: 0 auto;
	padding:25px 2.7% 5px 2.7%;
	
}
.sekkei4 .box .flexb{
	flex-direction: row-reverse;
}
.sekkei4 .box p{
	padding:0 0 20px 0;
}
.sekkei4 .box .pic{
	width:47.3%;	
}
.sekkei4 .box .tbox{
	width:50%;
}
.sekkei4 .tbox p{
	padding:0 0 20px 0;
}
.sekkei4 .tbox dl{
	padding:0 0 20px 0;
}
.sekkei4 .tbox dt{
	font-weight: bold;
	padding-bottom: 10px;
}
.sekkei4 .bg_g{
	padding-bottom: 48px;
}
.sekkei4 {
	padding-bottom: 70px;
}
.sekkei5 .bg_g:after{
	display: none;
}
.sekkei5 .box .tbox{
	border-bottom:3px solid #1860a8;
	margin-bottom: 20px;
}
.sekkei5 .box .pic{
	padding-top: 0;
}
.sekkei5 .box .pic li{
	padding: 0 0 20px 0;
}
.sekkei5 .tbox dt {
	padding-left: 1em;
	text-indent: -1em;
	padding-bottom: 5px;
}
.sekkei5 .tbox dd{
	padding-left: 1em;
}
.sekkei5 .box .pic li .chy{
	display: block;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
}
.sekkei5 .tit{
	padding-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
	.sekkei2 .sub{
		position: relative;
		left: 0;
		margin-bottom: 30px;
		text-align:right;
	}
	.sekkei2 h3{
		margin-bottom:10px;
	}
	.sekkei .h4s{
		margin-bottom: 10px;
	}

	.sekkei2 .box2 dl.left{
		width: 100%;
		text-align: center;
	}
	.sekkei2 .box2 dl.right{
		top: 0;
		transform: translateY(-23%);
		padding-top: 0;
		text-align: center;
		max-width: 100%;
		padding-bottom: 50px;
	}
	.sekkei2 .box2 .right dt:before{
		    left:50%;
	}
	.sekkei2 .box2 .right dt{
		max-width: 400px;
	}
	.sekkei2 .box3 .w16w{
		font-size: 14px;
	}
}
@media only screen and (max-width: 599px) {
	.sekkei .h4s{
		font-size: 18px;
		margin-bottom: 30px;
	}
	.sekkei .tit h4+p{
		font-size: 16px;
	}
	.sekkei1 .pic{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding-bottom: 30px;
	}
	.sekkei1 .tbox{
		width: 100%;
		margin: 0 auto;
	}
	.sekkei1 .tbox h4{
		margin-bottom: 15px;
	}
	.sekkei1 .tbox p{
		font-size: 16px;
	}
	.sekkei1 .box2 li{
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}
		.sekkei1 .box2 li:last-child{
		padding-bottom: 0px;
	}
		.sekkei2 .sub{
		margin-bottom: 0px;
	}
	.sekkei2 .box .pic{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding-bottom: 30px;
		max-width: 100%;
	}
	.sekkei2 .box .tbox{
		width: 100%;
	}
	.sekkei2 .box2 dl.left{
		width: 100%;
	}
		.sekkei2 .box2 dl.right{
		width: 100%;
		top: 0;
		padding-top: 30px;
		max-width: 100%;
		transform: translateY(0);
	}
	.sekkei2 .box2 .left dt{
		text-align: left;
	}
	.sekkei2 .box2 dd{
		text-align: center;
	}
	.sekkei2 .tbox dd{
		font-size: 16px;
	}
	.sekkei2 .box2{
		margin-bottom: 30px;
	}
	.sekkei2 .bg_g{
		margin-top: 20px;
	}
	.sekkei2 .box2 .left{
		width: 100%;
	}
	.sekkei2 .box3 h4+p br{
		display: none;
	}
	.sekkei2 .box3 h4{
		font-size: 18px;
		margin-bottom: 25px;
	}
	.sekkei2 .box3 h4+p{
		font-size: 16px;
	}
		.sekkei2 .box3 li{
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}
		.sekkei2 .box3 li:last-child{
		padding-bottom: 0px;
	}
	.sekkei2 .box3{
		margin-bottom: 50px;
	}
	.sekkei3 .pics dl{
		width: 100%;
	}
	.sekkei3 .pics dd{
		text-align: center;
	}
	.sekkei4 .box .pic{
		width: 100%;
		padding-bottom: 20px;
	}
	.sekkei4 .box .tbox{
		width: 100%;
	}	
}

/*メンテナンス事業*/
.maintenance .h4s{
	font-size:24px;
	font-weight:normal;
	border-bottom:2px solid #bfbfbf;
	padding:5px 0;
	position:relative;
	margin-bottom:54px;
}
.maintenance .h4s:before{
	content:"";
	width:150px;
	height:2px;
	bottom:-2px;
	left:0;
	background:#101b30;
	position:absolute;
}
.maintenance .tit h4+p{
	padding-bottom: 40px;
}
.mainte1 .box{
	width: 95%;
	margin:0 auto;
	flex-direction:row-reverse;
	padding-bottom: 32px;
}
.mainte1 .picbox{
	border: 3px solid #1860a8;
	box-sizing: border-box;
	position: relative;
	width: 47.37%;
	box-sizing:border-box;
}
.mainte1 .picbox .w16b{
	padding:5px 2.5%;
	background-color: #0f3170;
	text-align: center;
	position: absolute;
	top: 7.07%;
	left: 23px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.mainte1 .tbox{
	width: 47%;
}
.maintenance .bg_g{
	background-color: #eeeeee;
	padding: 46px 0;
	margin-bottom: 88px;
}
.mainte1 .bg_g .out{
	width: 45%;
	margin: 0 auto;
}
.maintenance .bg_g .in{
	width: 100%;
	background-color: #fff;
	padding: 25px 5% 25px 5%;
	margin-bottom: 20px;
	min-height: 176px;
}
.maintenance .mainte3 .bg_g .in{
	min-height: 280px;
}
.maintenance .mainte5 .bg_g .in,.maintenance .mainte2 .bg_g .in{
	padding-left:2.5%;
	padding-right:2.5%;
}
.maintenance .bg_g .in h4{
	font-size: 18px;
	font-weight: bold;

	padding-bottom: 23px;
	position: relative;
	padding-left: 10px;
}
.maintenance .mainte5 .bg_g .in h4{
	padding-bottom:0;
}
.maintenance .bg_g .in h4:before{
	content: "";
	width: 2px;
	height: 20px;
	position: absolute;
	top: 5px;
	left: 0;
	background-color: #1860a8;
}
.mainte1 .bg_g .in p{
	line-height: 120%;
}
.mainte1 .bg_g .out .flex img{
	display: block;
	vertical-align: bottom; 
	max-height: 314px;
}
.mainte1 .bg_g .out .flex{
	position: relative;
}
.mainte1 .bg_g .out .flex:before{
	content: url(images/maintenance/icon_01.png);
    position: absolute;
    top: 50%;
    left:48%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index: 1;
}
.mainte1 .bg_g .out .flex  li{
	position: relative;
	width: 50%;
}
.mainte1 .bg_g .out .flex .w16b{

	padding:3px 2.5%;
	background-color: #3d598b;
	text-align: center;
	position: absolute;
	top: 5%;
    left: 10%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.mainte2 h3{
	margin-bottom:30px;
}
.mainte2 h3+p{
	padding: 0 2.5% 40px 2.5%;
}
.maintenance .mainte2 .box{
	width:  95.6%;
	margin: 0 auto;
	padding-top: 19px;
}
.maintenance .mainte2 .box2 {
    width: 95.6%;
    margin: 0 auto;
    padding-top: 19px;
}
.maintenance .mainte2 .bg_g .in{
	width: 95.6%;
	margin: 0 auto;
}
.maintenance .mainte2 .bg_g .in dl{
	padding-top:20px;
}
.maintenance .mainte2 .picbox{
	position: relative;
	width: 45%;
	max-width: 450px;
}
.maintenance .mainte2 .box .picbox{
	width:47.08%;
}
.maintenance .mainte2 .box2 .picbox:first-child{
	position: relative;
}
.maintenance .mainte2 .box2 .picbox:first-child:before{
	content: url(images/maintenance/icon_02.png);
	position: absolute;
	top: 50%;
    left: 108%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.maintenance .mainte2 .w16b{
    
    background-color: #0f3170;
    text-align: center;
    position: absolute;
    top: 22px;
    left: 23px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
	padding:5px 2.5%;
}
.maintenance .mainte2 .w8w{
    background-color: #ededec;
    text-align: center;
    position: absolute;
    top: 22px;
    left: 23px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
	padding:2px 2.5%;
}
.maintenance .mainte2 .out{
	padding-bottom: 46px;
}
.mainte3 h3{
	margin-bottom:30px;
}
.mainte3 h3+p{
	padding: 0 2.5% 40px 2.5%;
}
.mainte3 .out{
	width:  45%;
	margin: 0 auto;
}
.mainte3 .out li {
	padding-bottom: 20px;
}
.mainte4 .out{
	width:  45%;
	margin: 0 auto;
}
.mainte4 h3{
	margin-bottom:30px;
}
.mainte4 h3+p{
	padding: 0 2.5% 40px 2.5%;
}
.maintenance .mainte4 .bg_g .in {
    min-height: 80px;
	padding-bottom: 0;
}
.main_image_box{
	padding-bottom: 20px;
}
.mainte4 .flexb li{
	padding-bottom: 20px;
	width: 47%;
	
}
.mainte4 .flexb li img{
	cursor:pointer;
}
.mainte4 .flexb li:hover + .result{
	display: none;
}
.mainte4 .mainimg li{
	width: 100%;
	display: none;
}
.mainte4 .mainimg li:first-child{
	display: block;
}
.mainte4 .imglist:hover + .mainimg{
	display: block;
}
.mainte5 .box{
	width: 95%;
	margin:0 auto;
	flex-direction:row-reverse;
	padding-bottom: 32px;
}
.mainte5 .picbox{
	border: 3px solid #1860a8;
	box-sizing: border-box;
	position: relative;
	width: 47.37%;
}
.mainte5 .picbox .w16b{
	padding:3px 2.5%;
	min-width:90px;
	background-color: #0f3170;
	text-align: center;
	position: absolute;
	top: 22px;
	left: 23px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.mainte5 .tbox{
	width: 47%;
}
.mainte5 .bg_g {
    width: 100%;

}
.mainte5 .bg_g .out{
	width: 95.4%;
	margin: 0 auto;
}
.mainte5 .bg_g .in {
    min-height: 0;

}
.mainte5 .bg_g .flexb li{
	width: 48.2%;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
	.mainte1 .bg_g .in p br{
		display: none;
	}
	.mainte1 .picbox .w16b{
	 font-size: 14px;
	}
	.maintenance .h4s{
	font-size: 20px;
	}
	.maintenance .mainte2 .w16b{
	font-size: 14px;	
	top:-20px;
	min-width: 156px;
	}
	.maintenance .mainte2 .box{
		padding-top: 50px;
	}
	.maintenance .mainte2 .box2 .picbox:first-child:before{
		left: 104%;
	}
	.mainte5 .picbox .w16b{
	 font-size: 14px;
	 min-width:50px;
	}
}
@media only screen and (max-width: 599px) {
	.maintenance .bg_g .in{
		min-height:0;
	}
	.maintenance .mainte3 .bg_g .in{
		min-height:0;
	}
	.maintenance .bg_g .out img{
		margin: 0 auto;
		display: block;
	}

	.maintenance .h4s{
		font-size: 18px;
		margin-bottom: 30px;
	}
	.mainte1 .picbox{
	width: 100%;
	max-width: 450px;
	margin: 0 auto 20px;
	}
	.mainte1 .tbox{
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	}
	.mainte1 .tbox p{
	font-size: 16px;	
	}
	.mainte1 .bg_g .out{
		width: 95%;
		padding-bottom: 20px;
	}
	.mainte1 .bg_g .out .flex li{
		width: 50%;
	}
	.maintenance .bg_g .in p{
		font-size: 16px;
	}
	.maintenance .bg_g .in br{
		display: none;
	}
	.maintenance .mainte2 .box .picbox{
		width: 95%;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.maintenance .mainte2 .box2  .picbox{
		width: 100%;
		margin: 0 auto;
		max-width: 450px;
		padding-bottom: 20%;
	}
	.maintenance .mainte2 .box2 .picbox:first-child:before{
		margin-left:-27%;
		bottom:-25%;
    left: 50%;
	transform:  rotate( 90deg );
	}
	.maintenance .mainte2 .box2  .picbox:last-child{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.maintenance .mainte2 .w16b{
	left: 0;
	}
	.mainte3 .out{
		width: 95%;
	}
	.mainte3 .out li{
		text-align: center;
	}
	.mainte4 .out{
		width: 95%;
	}
	.mainte4 .flexb li{
		text-align: center;
	}
	.mainte5 .picbox{
	width: 100%;
	max-width: 450px;
	margin: 0 auto 20px;
	}
	.mainte5 .tbox{
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	}
	.mainte5 .tbox p{
	font-size: 16px;	
	}
	.mainte5 .bg_g .out li{
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}
}

/*サイトポリシー*/
.sitepolicy{
	padding-bottom:80px;
}
.sitepolicy .subtit2 p{
	text-align: center;
	padding-bottom: 73px;
}
.sitepolicy h3{
	margin-bottom:30px;
}

.sitepolicy .wrap{
	padding-bottom: 100px;
}
.sitepolicy .tbox p{
	padding-bottom: 20px;
}
.sitepolicy .w400{
	display:inline-block;
	border: 1px solid #bfbfbf;

}
.sitepolicy dl{
	padding: 0 0 20px 0;
}
.sitepolicy dt{
	padding-bottom: 30px;
}
.sitepolicy .wrap2 dt{
	padding-bottom: 0px;
}
.sitepolicy .wrap2 .tbox{
	padding-bottom: 100px;
}
.sitepolicy li{
	text-indent:-1em;
	padding-left:1em;
}
@media only screen and (max-width: 1024px) {
	.sitepolicy br{
	display: none;
}
	.sitepolicy .subtit2 p{
		text-align:left;
	}
	.sitepolicy .wrap li{
	text-indent: -1em;
	padding-left: 1em;
}
}
@media only screen and (max-width: 599px) {
	.sitepolicy .h4s{
		font-size: 18px;
		margin-bottom: 0px;
	}
	.sitepolicy .tbox p,.sitepolicy .tbox dt,.sitepolicy .tbox dd{
		font-size: 16px;
	}
	.sitepolicy .wrap {
		padding-bottom: 30px;
	}
	.sitepolicy .wrap2 .tbox{
		padding-bottom: 30px;
	}
	.sitepolicy .wrap2 ul{
		padding-bottom: 20px;
	}
		.sitepolicy .wrap li{
	font-size: 16px;
	}
	.sitepolicy .wrap2 li{
	font-size: 16px;
	}
}

/*privacypolicy*/
.privacypolicy .subtit2 p{
	text-align: center;
	padding-bottom: 73px;
}
.privacypolicy .wrap dl{
	padding-bottom: 60px;
}
.privacypolicy .wrap dt{
	font-weight: bold;
	padding-bottom: 20px;
}
.privacypolicy .logobox{
	width: 100%;
	text-align: right;
	padding-bottom: 160px;
}
.privacypolicy .logobox img{
	display: block;
	margin-left: auto;
	padding-bottom: 43px;
}
.privacypolicy .secu_contant{
	width: 100%;
}
.privacypolicy .secu_contant h3{
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 25px;
}
.privacypolicy .secu_contant dl{
	padding-bottom: 30px;
}
.privacypolicy .secu_contant dl:last-child{
	padding-bottom: 0px;
}
.privacypolicy .secu_contant dt{
	float: left;
	text-align: left;
	font-weight: bold;
}
.privacypolicy .secu_contant dd{
	padding-left: 17.6%;
}
.privacypolicy .secubox{
	padding: 20px 0;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}
.privacypolicy .secu_contant{
	padding-bottom: 115px;
}
@media only screen and (max-width: 1024px) {
.privacypolicy .subtit2 br{
	display: none;
}
	.privacypolicy .subtit2 p{
		text-align:left;
	}
	.privacypolicy .logobox{
		padding-bottom: 100px
	}
}
@media only screen and (max-width: 599px) {
.privacypolicy .subtit2 p{
	font-size: 16px;
}
.privacypolicy dl{
	padding-bottom: 30px;
}
.privacypolicy dt{
	padding-bottom: 10px;
	font-size: 16px;
}
.privacypolicy dd{
	font-size: 16px;
}
.privacypolicy .secu_contant h3{
	text-align: center;
	}
	.privacypolicy .secu_contant dl{
		padding-bottom: 20px;
	}
.privacypolicy .secu_contant dt{
	float: none;
}
.privacypolicy .secu_contant dd{
	padding-left:0;
	}
}

/*sitemap*/
.sitemap{
	padding-bottom:80px;
}
.sitemap dt{
	padding-bottom: 23px;
	font-weight: bold;
	position: relative;
}
.sitemap dt:before {
    content: "";
    background-image:url(images/home/arrow1.png);
    background-position: 2px center;
    background-repeat: no-repeat;
    padding-left: 35px;
}
.sitemap .wrap dl{
	margin-bottom: 56px;
	width: 49%;
}
.sitemap .wrap2{
	width: 100%;
}
.sitemap .wrap2 dl{
	margin-bottom: 0px;
}
.sitemap .sitetop{
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 57px;
}
.sitemap .wrap li{
	display: block;
	
	background-color: #eeeeee;
	padding:10px 2.5% 10px 3.68%;
}
.sitemap .wrap li:nth-child(2n){
	background-color: #FFFFFF;
}
@media only screen and (max-width: 599px) {
	.sitemap .wrap dl{
	width: 100%;
	margin-bottom: 30px;
}
	.sitemap .wrap2 dl{
	margin-bottom: 0px;
}
}

.fin h4{
	font-size:24px;
	padding:0 0 20px 0;
}
.fin p{
	padding:0 0 20px 0;
}
.fin{
	text-align:center;
	padding:0 0 50px 0;
}

.single .tit p{
	font-size:16px;
	padding:0 0 10px 0;
}
.single .tit{
	border-bottom:3px solid #eeeeee;
	margin-bottom:45px;
}
.single .tit h3{
	font-size:24px;
	padding:0 0 20px 0;
}
.single .txt p{
	padding:0 0 20px 0;
}
.single .txt{
	padding-bottom:50px;
}
.single .backs{
	text-align:center;
	padding:0 0 80px 0;
}
.single .backs a{
	border:1px solid #000;
	display:inline-block;
	padding:12px 2.5em;
}
@media only screen and (max-width: 1024px) {
	.single .tit h3{
		font-size:20px;
	}
	.single .tit{
		margin-bottom:30px;
	}
}

.service_img{
	position:relative;
}
.service_img .mobpic{
	display:none;
}
.service_img .mobpic img{
	width:100%;
	height:auto;
	
}
.service_img .pic1 img{
	width:100%;
}

.service_img li{
	position:absolute;
}
.service_img li a{
	display:block;
	text-indent:-9999px;
	width:100%;
	height:0;
	
}
.service_img li:nth-child(1){
	width:13.5%;
	left:72.57%;
	top:24%;
}
.service_img li:nth-child(1) a{
	padding-bottom:20.63%;
	background:url(images/sbtn1.png) 0 0 no-repeat;
	background-size:cover;
}
.service_img li:nth-child(2){
	width:8.93%;
	left:77.14%;
	top:57.2%;
}
.service_img li:nth-child(2) a{
	padding-bottom:48.8%;
	background:url(images/sbtn2.png) 0 0 no-repeat;
	background-size:cover;
}

.service_img li:nth-child(3){
	width:9.5%;
	left:55.29%;
	top:57%;
}
.service_img li:nth-child(3) a{
	padding-bottom:22.56%;
	background:url(images/sbtn3.png) 0 0 no-repeat;
	background-size:cover;
}
.service_img li:nth-child(4){
	width:6.43%;
	left:25.57%;
	top:5%;
}
.service_img li:nth-child(4) a{
	padding-bottom:33.33%;
	background:url(images/sbtn4.png) 0 0 no-repeat;
	background-size:cover;
}

.service_img li:nth-child(5){
	width:6.43%;
	left:69.36%;
	top:39%;
}
.service_img li:nth-child(5) a{
	padding-bottom:34.44%;
	background:url(images/sbtn5.png) 0 0 no-repeat;
	background-size:cover;
}
@media only screen and (max-width: 1024px) {
	.service_img li{
		position:relative;
		left:auto !important;
		top:auto !important;
		width:auto !important;
		display:inline-block;
		padding:0 1em 20px 1em;
	}
	.service_img ul{
		text-align:center;
		padding:20px 2.5% 0 2.5%;
	}
	.service_img li a{
		text-indent:0;
		background:none !important;
		padding-bottom:0 !important;
		text-decoration:underline;
	}
	.service_img .pic1{
		display:none;
	}
	.service_img .mobpic{
		display:block;
	}
}