#eyecatch
{
	margin-bottom: 30px;
}

#eyecatch ul,
#eyecatch ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#eyecatch ul li img
{
	width: 100%;
	height:auto;
}

#about
{
	background:
	url(../images/about_bg_text.png) no-repeat left bottom,
	url(../images/about_bg.jpg) repeat-x bottom;
}

#about .bg_img
{
	background:
	url(../images/about_bg_photo_01.png) no-repeat left top,
	url(../images/about_bg_photo_02.png) no-repeat right bottom 60px;
	-ms-background-size: 45% auto;
	-o-background-size: 45% auto;
	-webkit-background-size: 45% auto;
	-moz-background-size: 45% auto;
	background-size: 45% auto;
}


#about h2
{
	font-size: 46px;
	line-height: 140%;
	margin-bottom: 20px;
}

#about h2 strong
{
	color: #FFF;
	background-color: #33726a;
	display: inline-block;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: 4px;
}



#about p
{
	margin-bottom: 50px;
}

#about .sp_photo
{
	display: none;
}


#service
{
	background: url(../images/about_bg_photo.jpg) repeat-x center top,
	#34726a;
	padding-top: 460px;
	position: relative;
	color: #FFF;
}

#service .body
{
	_zoom: 1;
	overflow: visible;
	position: relative;
	z-index: 10;
}



#service h2
{
	font-size: 68px;
	line-height: 120%;
	color: #FFF;
}

#service h2 small
{
	font-size: 18px;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}


#service h3
{
	font-size: 38px;
	line-height: 120%;
}

#service .navi_box
{
	clear: both;
	padding-top: 60px;
}

#service .navi_box dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}

#service .navi_box dl dt
{
	display: table-cell;
	width: 25%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	position: relative;
}

#service .navi_box dl dt:after
{
	content: "";
	display: block;
	background-color: #222222;
	height: 130px;
	width: 300px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: -10;
}


#service .navi_box dl dt a big
{
	font-size: 62px;
	line-height: 120%;
	color: #F3D72A;
	display: block;
	width: 1.4em;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: ##F3D72A;
	font-weight: bold;
	margin-right: 30px;
	margin-left: auto;
	text-align: center;
	position: relative;
	z-index: 10;
}

#service .navi_box dl dt a img
{
	margin-top: -40px;
}

#service .navi_box dl dt p
{
	font-size: 24px;
	line-height: 120%;
	color: #FFF;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}


#service .navi_box dl dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;

}

#sdgs
{
	background-image: url(../images/sdgs_bg.jpg);
	background-repeat: no-repeat;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: relative;
}

#sdgs:before
{
	content:"";
	display: block;
	background-image: url(../images/service_bg_line02.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 80px;
	width: 100%;
	position: absolute;
	top: 0px;

}

#sdgs .body
{
	position: relative;
	z-index: 10;
}

#sdgs h2
{
	font-size: 48px;
	line-height: 100%;
	margin-bottom: 40px;
}

#sdgs h2 big
{
	font-size: 74px;
	line-height: 100%;
}

#sdgs h3
{
	font-size: 38px;
	line-height: 160%;
}

#sdgs .icon_area dl
{
	display: block;
}

#sdgs .icon_area dl dt
{
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#sdgs .icon_area dl dt a
{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#sdgs .icon_area dl dt p
{
	display: grid;
	place-items: center center;
	width: 300px;
	margin: 0px;
	padding: 0px;
	height: 180px;
	font-size: 24px;
	line-height: 120%;
	font-weight: bold;
	color: #33726A;
	background-color: #FFF;

}

#sdgs .icon_area dl dt .icon
{
	display: grid;
	place-items: center center;
	background-color: #f5f5f5;
	height: 180px;
	width: 180px;
}


#sdgs .icon_area dl dd
{
	display: none;
	margin: 0px;
	padding: 0px;
}


#licence
{
	background-image: url(../images/licence_bg_line.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-top: 100px;
	padding-bottom: 0px;
}

#licence dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#licence dl dt
{
	display: table-cell;
	width: 640px;
	height: 280px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	background-image: url(../images/licence_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

#licence dl dt:last-child
{
	background-image: url(../images/group_bg.jpg);
	background-repeat: no-repeat;
}


#licence dl dt a
{
	margin: 0px;

}

#licence dl dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;

}

#licence .next_box
{
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

#recruit
{
	background:
	url(../images/recruit_bg.gif) no-repeat left bottom,
	#f5f5f5;
	padding-top: 120px;
	padding-bottom: 0px;
}

#recruit .body
{
	position: relative;
	overflow: visible;
}


#recruit h2
{
	font-size: 68px;
	line-height: 120%;
}

#news table
{
	width: 100%;
}

#news table th
{
	font-size: 18px;
	line-height: 120%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 120px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #33726A;
}

#news table td
{
	font-size: 18px;
	line-height: 120%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: justify;
	vertical-align: top;
}

#news  table td a strong
{
	color: #F00;
	padding-right: 10px;
}

#news table td a
{
	font-size: 18px;
	line-height: 120%;
	color: #333;
	margin: 0px;
	padding: 0px;
}


#news table tr:nth-child(2n-1) th,
#news table tr:nth-child(2n-1) td
{
	background-color: #f8f8f8;
}

#banner .body
{
	text-align: center;
}

#banner .body a
{
	margin-bottom: 20px;
	display: block;
}


/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{

#service .body,
#licence .body
{
	width: 1300px;
}

#about
{
	padding-bottom: 0px;
	padding-top: 0px;
}

#about .bg_img
{
	padding-bottom: 450px;

}

#about .text
{
	width: 640px;
	float: right;
}


#service h2
{
	float: left;
}


#service .text
{
	width: 660px;
	float: right;

}

#service:after
{
	content: "";
	display: block;
	background-image: url(../images/service_bg_line01.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 500px;
	width: 100%;
	position: absolute;
	top: 400px;
}


#service:before
{
	content: "";
	display: block;
	background-image: url(../images/service_bg_line02.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 480px;
	width: 100%;
	position: absolute;
	bottom: 0px;
}

#sdgs
{
	padding-top: 230px;
}

#sdgs .text
{
	width: 660px;
	float: left;
}

#sdgs .icon_area
{
	width: 480px;
	float: right;
}



#recruit .body
{
	padding-bottom: 300px;
}


#recruit .photo
{
	position: absolute;
	left: 560px;
	top: 0px;
	width: 1000px;
}



#recruit .img
{
	position: absolute;
	left: 360px;
	bottom: 0px;
}


#news .title
{
	width: 220px;
	float: left;
	padding-bottom: 200px;
}

#news table
{
	width: 860px;
	margin-right: 0px;
	margin-left: auto;
}


#news .next_box
{
	width: 220px !important;
	position: absolute;
	top: 100px;
}

#news .next_box a
{
	width:180px;
	min-width: initial;
}


}


/* タブレットレイアウト : 768 px 〜 959 px */
@media screen and (min-width:768px) and (max-width:1199px)
{


#about
{
	background: url(../images/about_bg_text.png) no-repeat left bottom,
	url(../images/about_bg.jpg) repeat-x bottom;
	padding-bottom: 300px;
}


#about .bg_img
{

	padding-bottom: 300px;
}

#recruit
{
	background:
	url(../images/recruit_bg_photo.jpg) no-repeat right 120px,
	url(../images/recruit_bg.gif) no-repeat left bottom,
	#f5f5f5;
	-ms-background-size: auto 40%;
	-o-background-size: auto 40%;
	-webkit-background-size: auto 40%;
	-moz-background-size: auto 40%;
	background-size: auto 40%;
}

#recruit .photo
{
	display: none;
}


}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

#about
{
	background: url(../images/about_bg.jpg) repeat-x bottom;
	-ms-background-size: auto 100%;
	-o-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	padding-bottom: 0px;
}

#about .body
{
	background:
	url(../images/about_bg_text.png) no-repeat center bottom,
	url(../images/about_bg_photo_02.png) no-repeat right bottom 30px;

	-ms-background-size: 360px auto;
	-o-background-size: 360px auto;
	-webkit-background-size: 360px auto;
	-moz-background-size: 360px auto;
	background-size: 360px auto;
	padding-bottom: 220px;
}

#about .bg_img
{
	background-image: none;
}


#about h2
{
	font-size: 24px;
	line-height: 140%;
	margin-bottom: 20px;
}


#about .sp_photo
{
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

#service
{
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	padding-top: 160px;
	padding-bottom: 60px;
}


#service h2
{
	font-size: 48px;
	margin-bottom: 30px;
	position: relative;
	z-index: 10;
}

#service h3
{
	font-size: 24px;
	margin-bottom: 0px;
}



#service .navi_box dl
{
	display: inline-table;
}

#service .navi_box dl dt
{
	display: table-cell;
	width: 50%;
}

#service .navi_box dl dt:after
{
	width: 97%;
}


#service .navi_box dl dd:nth-child(4n)
{
	display: table-row;
	height: 10px;
}

#service .navi_box dl dt p
{
	font-size: 16px;
	line-height: 140%;
	padding: 10px;
}

#service:after
{
	content: "";
	display: block;
	background-image: url(../images/service_bg_line01.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 300px;
	width: 100%;
	position: absolute;
	top: 300px;
}


#service:before
{
	content: "";
	display: block;
	background-image: url(../images/service_bg_line02.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 380px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;

}


#sdgs:before
{
	content:"";
	display: block;
	background-image: url(../images/service_bg_line02.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 40px;
	width: 100%;
	position: absolute;
	top: 0px;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

#sdgs
{
	padding-top: 120px;

}

#sdgs h3
{
	font-size: 28px;
	line-height: 160%;
}

#sdgs .icon_area dl dt p
{
	width: 62%;
}

#sdgs .icon_area dl dt .icon
{
	width: 38%;
}

#licence .body
{
	padding-right: 0px;
	padding-left: 0px;
}


#licence dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#licence dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#licence dl
{
	display: block;
}

#licence dl dt
{
	display: block;
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-bottom: 10px;
}



#licence dl dt a
{
	display: inline-block;
	width: 80%;
}


#licence dl dd
{
	display: none;
}

#recruit
{
	background-image: url(../images/recruit_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 40px;

}

#recruit .body
{
	padding-bottom: 0px;
}

#recruit .photo
{
	display: block;
	margin-bottom: 20px;
}

#news 
{
	padding-top: 40px;

}

#news table
{
	margin-bottom: 40px;
}

#news table th
{
	display: block;
	width: auto;
	padding-bottom: 0px;
}

#news table td
{
	display: block;
	padding-top: 0px;
}


}