@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
	background: url("../img/index_img/bg_main.jpg") center center;
	background-size: cover;
	width: 100%;
	padding: 120px 0 140px;
}
#mainimage .container ul {
	position: relative;
}
#mainimage .container ul li:first-child {
	position: absolute;
	top: -90px;
	right: 0;
}
#mainimage .container ul li:first-child img {
	width: 50%;
	height: auto;
}
#mainimage .container ul li:last-child {
	position: absolute;
	top: 0;
	text-align: right;
	right: 35%;
	color: #fff;
	margin-top: 20px;
	text-shadow: #479774 1px 1px 2px, #479774 -1px 1px 2px,
   #479774 1px -1px 2px, #479774 -1px -1px 2px;
}
#mainimage .container ul li:last-child span {
	font-size: 18px;
}
@media print, screen and (min-width:768px) {
	#mainimage {
		padding: 280px 0 420px;
		background: url("../img/index_img/bg_main.jpg") center left;
	}
	#mainimage .container ul li:first-child {
		top: -90px;
		right: 0;
	}
	#mainimage .container ul li:first-child img {
		width: auto;
		height: auto;
	}
	#mainimage .container ul li:last-child {
		top: 180px;
		right: 10%;
		margin-top: 0;
		font-size: 24px;
		text-shadow: none;
	}
	#mainimage .container ul li:last-child span {
		font-size: 30px;
	}
}
@media print, screen and (min-width:1400px) {
	#mainimage .container ul li:last-child {
		right: 20%;
	}
}
@media print, screen and (min-width:1600px) {
	#mainimage .container ul li:last-child {
		right: 30%;
	}
}
@media print, screen and (min-width:1750px) {
	#mainimage .container ul li:last-child {
		right: 38%;
	}
}
/*------------------------------------------------------------content*/
/* section#01 */
#sec01 {
	padding: 30px 0;
}
#sec01 .container {
	background: url("../img/index_img/bg_sec01.png") no-repeat bottom center;
	background-size: 90% auto;
	padding-bottom: 220px;
}
#sec01 .txt {
	margin: 20px 0;
}
@media print, screen and (min-width:480px) {
	#sec01 .container {
		padding-bottom: 300px;
	}
}
@media print, screen and (min-width:768px) {
	#sec01 {
		padding: 80px 0;
	}
	#sec01 .container {
		background: url("../img/index_img/bg_sec01.png") no-repeat right center;
		background-size: auto;
		padding-bottom: 0;
		position: relative;
	}
	#sec01 .title:first-letter {
		margin-right: -8px;
	}
	#sec01 .txt {
		font-size: 18px;
		font-weight: 500;
		line-height: 2.5;
		margin-top: 60px;
	}
	#sec01 .btn01 a {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -70px;
		margin: auto;
		width: 218px;
	}
}
/* section#02 */
#sec02 {
	padding: 30px 0;
	overflow-x: hidden;
}
#sec02::-webkit-scrollbar {
	display: none;
}
#sec02 {
	-ms-overflow-style: none;
}
#sec02 .title {
	color: #092e16;
	font-weight: 500;
	line-height: 2;
	font-size: 18px;
}
#sec02 .title span {
	font-size: 18px;
	line-height: 1.2;
	background: linear-gradient(transparent 50%, #9ad7c9 50%);
}
#sec02 .title:first-letter {
	font-size: 24px;
}
#sec02 ul.introduction li {
	width: 100%;
	height: 200px;
	position: relative;
	margin: 0 0 10px;
}
#sec02 ul.introduction li span {
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: #fff;
	font-size: 20px;
	z-index: 10;
}
#sec02 ul.introduction li span::after {
	content: "";
	position: absolute;
	right: -105px;
	bottom: -105px;
	border: 90px solid transparent;
	transform: rotate(-45deg);
	border-top-color: rgba(41, 170, 141, 0.88);
	z-index: -10;
}
#sec02 ul.introduction li:first-child {
	background: url("../img/index_img/sec02_ph01.jpg") no-repeat center center;
}
#sec02 ul.introduction li:nth-child(2) {
	background: url("../img/index_img/sec02_ph02.jpg") no-repeat center center;
}
#sec02 ul.introduction li:nth-child(2) span {
	text-shadow: #29aa8d 1px 1px 2px, #29aa8d -1px 1px 2px, #29aa8d 1px -1px 2px, #29aa8d -1px -1px 2px;
	;
}
#sec02 ul.introduction li:nth-child(3) {
	background: url("../img/index_img/sec02_ph03.jpg") no-repeat center center;
}
#sec02 ul.introduction li:nth-child(4) {
	background: url("../img/index_img/sec02_ph04.jpg") no-repeat center center;
}
#sec02 ul.btn li:first-child {
	margin: 20px 0;
}
@media print, screen and (min-width:768px) {
	#sec02 {
		padding: 80px 0;
	}
	#sec02 .title {
		font-size: 24px;
	}
	#sec02 .title span {
		font-size: 28px;
	}
	#sec02 .title:first-letter {
		font-size: 60px;
		margin-right: -8px;
	}
	#sec02 .txt {
		font-size: 16px;
		font-weight: 500;
	}
	#sec02 ul.introduction {
		width: 1080px;
		margin: 50px auto 0;
		font-size: 0;
	}
	#sec02 ul.introduction li {
		display: inline-block;
		width: 50%;
		height: 280px;
		position: relative;
		margin: 0 0 10px;
		overflow-y: hidden;
	}
	#sec02 ul.introduction li::-webkit-scrollbar {
		display: none;
	}
	#sec02 ul.introduction li {
		overflow: hidden;
		-ms-overflow-style: none;
		margin-bottom: 50px;
	}
	#sec02 ul.introduction li span {
		position: absolute;
		right: 35px;
		bottom: 15px;
		color: #fff;
		font-size: 25px;
		z-index: 10;
	}
	#sec02 ul.introduction li span::after {
		content: "";
		position: absolute;
		right: -125px;
		bottom: -125px;
		border: 110px solid transparent;
		transform: rotate(-45deg);
		border-top-color: rgba(41, 170, 141, 0.88);
		z-index: -10;
	}
	#sec02 ul.introduction li:nth-child(2) span {
	text-shadow: none;
	;
}
	#sec02 ul.btn {
		margin: 30px auto 0;
		text-align: center;
	}
	#sec02 ul.btn li {
		display: inline-block;
	}
	#sec02 .btn01 a {
		width: 218px;
	}
	#sec02 ul.btn li:first-child {
		margin: 0 35px 0 0;
	}
}
/*更新プログラム(連動)フォーマット*/
/* section#03 */
#sec03 {
	padding: 30px 0;
	overflow-y: hidden;
}
#sec03 .title {
	color: #fff;
	font-weight: 500;
	line-height: 2;
	font-size: 18px;
}
#sec03 .title span {
	font-size: 18px;
	line-height: 1.2;
	background: linear-gradient(transparent 50%, #9ad7c9 60%);
}
#sec03 .title:first-letter {
	font-size: 24px;
}
/*更新プログラム(TOP完結)フォーマット*/
#news02 {
	width: 100%;
	height: 200px;
	overflow-y: scroll;
}
#news02::-webkit-scrollbar {
	width: 15px;
}
#news02::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 20px;
	box-shadow: none;
}
#news02::-webkit-scrollbar-thumb {
	background: #36a77b;
	height: 80px;
	border: 1px solid #fff;
	border-radius: 10px;
	box-shadow: none;
}

#news02 {

}
#news02 .newsbox {
	overflow: hidden;/* for modern browser */
}
#news02 .newsbox .news_text_area {
	zoom: 1;/*ie6*/
	overflow: hidden;
}
#news02 .newsbox .news_text {
	line-height: 1.5;
}
#news02 .newsbox img {
	margin-bottom: 10px;
}
#news02 .newsbox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#news02 .newstitle {
	font-size: 16px;
	font-weight: bold;
	color: #092e16;
	margin-bottom: 10px;
}
#news02 .newstitle span {
	margin-right: 20px;
}
#news02 .news_text {
	font-weight: 500;
}
#news02 .pdf_link {
	margin-top: 10px;
}
#news02 .pdf_link li {
	margin-bottom: 5px;
	text-align: left;
}
#news02 .pdf_link li a {
	padding: 2px 0 2px 28px;
	display: inline-block;
	line-height: 1.4;
	text-decoration: underline;
	background: url(../img/common_img/icon_pdf.png) left top no-repeat;
	background-size: auto 22px;
}
#news02 .pdf_link li a:hover {
	text-decoration: none;
}
@media print, screen and (min-width:768px) {
	/* #section03 */
	#sec03 .title {
		font-size: 28px;
	}
	#sec03 .title span {
		font-size: 28px;
	}
	#sec03 .title:first-letter {
		font-size: 60px;
	}
	#news02 .newstitle {
		font-size: 20px;
	}
	#news02 .newstitle br {
		display: none;
	}
	#news02 .news_text {
		font-size: 16px;
		padding-left: 120px;
	}
}
/*Googlemap*/
#googlemap iframe {
	display: none;
}
.mapbtn {
	background: #666;
	border-radius: 4px;
	margin: 0 auto;
	text-align: center;
	width: 100px;
}
.mapbtn a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}
.mapbtn a:hover {
	text-decoration: underline;
}
@media print, screen and (min-width:768px) {
	#googlemap iframe {
		display: block;
	}
	.mapbtn {
		display: none;
	}
}