/* section_visual
------------------------------------------------- */
.mv {
  background:none;
  position:relative;
  z-index: 99;
  padding-top: 125px;
}

.mv div,
.mv ul{
  opacity : 1;
}

.mv .inner {
  width: 100%;
  height: 684px;
  text-align:center;
  background-position:bottom center;
  background-repeat:no-repeat;
  background-size:cover;
}

/* abƒeƒXƒg—p */
.mv_ab {
  background:none;
  position:relative;
  z-index: 99;
  padding-top: 125px;
}

.mv_ab div,
.mv_ab ul{
  opacity : 1;
}

.mv_ab .inner {
  width: 100%;
  height: 684px;
  text-align:center;
  background-position:bottom center;
  background-repeat:no-repeat;
  background-size:cover;
}

/* section01
------------------------------------------------- */
.section01 {
  text-align:center;
  padding-bottom:90px;
	margin-bottom:100px;
	border-bottom: 1px solid #cccccc;
}
.section01 h2 {
	margin-bottom:40px;
	font-size: 42px;
}
.section01 .txt {
	font-size: 18px;
	line-height: 2.3em;
}

/* section02
------------------------------------------------- */
.section02 {
  text-align:center;
	margin-bottom:110px;
}
.section02 h3 {
	margin-bottom:50px;
	font-size: 42px;
}
.section02 h3 .underline {
	border-bottom: dashed 1px #4f9e43;
	padding-bottom: 5px;
	color: #4f9e43;
}
.section02 .unit {
	clear: both;
	width: 100%;
}
.section02 .unit .box_l {
	float: left;
	width: 50%;
}
.section02 .unit .box_r {
	float: right;
	width: 50%;
}
.section02 .unit .txt_box {
	padding-top: 20px;
}
.section02 .unit .ph {
	height: 450px;
	overflow: hidden;
}
.section02 .unit .ph img {
	min-width: 100%;
	min-height: 450px;
}
.section02 .unit .ph02 {
	height: 530px;
	overflow: hidden;
}
.section02 .unit .ph02 img {
	min-width: 100%;
	min-height: 530px;
}
.section02 .reason {
	margin-bottom:0;
	font-size: 20px;
	color: #4f9e43;
	line-height: 1;
}
.section02 .number {
	font-size: 60px;
	margin-left: 5px;
	line-height: 1.5;
}
.section02 h4 {
	margin-bottom:5px;
	font-size: 30px;
	line-height: 1.5;
}
.section02 .txt {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom:20px;
}
.section02 .btn_detail {
	height: 37px;
	padding: 0 37px;
	display: inline-block;
	line-height: 37px;
	background: #eeeeee;
	border-radius: 37px;
	position: relative;
	font-size: 15px;
}
.section02 .btn_detail::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
  width: 0;
  height: 0;
  margin-top: -3px;
	border: 3px solid transparent;
	border-left: 5px solid #000;
  z-index:99;
}

/* section03
------------------------------------------------- */
.section03 {
  text-align:center;
	height: 426px;
	background: url(../img/top/bg_section03.jpg) no-repeat top center;
	margin-bottom:110px;
	padding-top: 90px;
}
.section03 h3 {
	margin-bottom:10px;
	font-size: 34px;
}
.section03 .txt {
	font-size: 16px;
	line-height: 2.3em;
	margin-bottom:20px;
}

/* section04
------------------------------------------------- */
.section04 {
  text-align:center;
	width: 1080px;
	padding-bottom: 50px;
	margin: 0 auto 80px;
	border-bottom: 1px solid #cccccc;
}
.section04 h3 {
	margin-bottom: 40px;
	font-size: 34px;
}
.section04 ul {
	margin: 0 0 60px 0;
}
.section04 li {
	width: 247.5px;
	margin: 0 29px 0 0;
	float: left;
}
.section04 li:last-child {
	margin: 0;
}
.section04 li .ph {
	margin-bottom: 20px;
}
.section04 li .ph img {
	width:100%;
  height:auto;
}
.section04 li .tit {
	font-size: 22px;
}
.section04 li .txt {
	font-size: 14px;
	line-height: 2em;
	margin-bottom:20px;
  letter-spacing: -1px;
}
.section04 .btn_detail {
	height: 37px;
	padding: 0 37px;
	display: inline-block;
	line-height: 37px;
	background: #fff;
	border: 1px solid #4f9e43;
	border-radius: 37px;
	position: relative;
	font-size: 15px;
	color: #4f9e43;
}
.section04 .btn_detail::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
  width: 0;
  height: 0;
  margin-top: -3px;
	border: 3px solid transparent;
	border-left: 5px solid #4f9e43;
  z-index:99;
}
.section04 .btn_plan {
	margin-bottom:10px;
}

/* section05
------------------------------------------------- */
.section05 {
  text-align:left;
	width: 1080px;
  margin: 0 auto 80px;
  padding-bottom: 50px;
  border-bottom: 1px solid #cccccc;
}
.section05.report {
  margin: 0 auto 90px;
  padding-bottom: 0;
  border-style: none;
  padding-bottom: 50px;
  border-bottom: 1px solid #cccccc;
}
.section05 h3 {
	margin-bottom: 30px;
	font-size: 34px;
	text-align:center;
}
.section05 .inner {
	margin-bottom: 70px;
}
.section05 .unit {
	width: 247.5px;
	margin-right: 29px;
	float: left;
	font-size: 15px;
}
.section05 .unit:last-child {
	margin-right: 0;
}
.section05 .unit .ph {
	margin-bottom: 10px;
}
.section05 .unit .ph img {
	width: 100%;
  height: auto;
}
.section05 .unit .date {
	margin-bottom: 10px;
	width: 100%;
}
.section05 .unit ul.icon_category {
	float: left;
	margin-right: 10px;
}
.section05 .unit .day {
	float: left;
}
.section05 .unit .tit {
	text-decoration: underline;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.section05 .btn_wrapper {
	margin: 0 auto;
  /* width: 670px; */
  width: 320px;
}
.section05 .btn_wrapper li {
	float: left;
	width: 320px;
}
.section05 .btn_wrapper li:last-child {
	float: right;
}
.section05 .bnr_fuhou {
	text-align: center;
}
section.section05_fuho.clearfix {
  text-align: center;
  margin-bottom: 80px;
}

/* section06
------------------------------------------------- */
.section06 {
  text-align:center;
	padding: 80px 0;
	background: #e8e8e8;
}
.section06 h3 {
	margin-bottom: 30px;
	font-size: 34px;
}
.section06 ul {
	width: 1080px;
	margin: 0 auto;
}
.section06 li {
	width: 340px;
	margin-right: 30px;
	float: left;
}
.section06 li:last-child {
	margin-right: 0;
}
.section06 li .ph {
	margin-bottom: 25px;
}
.section06 .btn_detail {
	height: 50px;
	padding: 0 50px;
	display: inline-block;
	line-height: 50px;
	background: #fff;
	border-radius: 50px;
	position: relative;
	font-size: 21px;
	letter-spacing: 1px;
}
.section06 .btn_detail::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
  width: 0;
  height: 0;
  margin-top: -3px;
	border: 3px solid transparent;
	border-left: 5px solid #000;
  z-index:99;
}

/* section07
------------------------------------------------- */
.section07 {
  text-align:center;
	height: 426px;
	background: url(../img/top/bg_section07.jpg) no-repeat top center;
	margin-bottom:110px;
	padding-top: 90px;
}
.section07 h3 {
	margin-bottom:10px;
	font-size: 34px;
}
.section07 .txt {
	font-size: 16px;
	line-height: 2.3em;
	margin-bottom:20px;
}

/* section08
------------------------------------------------- */
.section08 {
	width: 1050px;
	padding-bottom: 110px;
	margin:0 auto 110px;
	border-bottom: 1px solid #cccccc;
}
.section08 h3 {
	margin-bottom: 40px;
	font-size: 34px;
	text-align:center;
}
.section08 .box_l {
	width: 685px;
	float: left;
}
.section08 .box_l li {
	margin-bottom: 37px;
}
.section08 .box_l li:last-child,
.section08 .box_r li:last-child {
	margin-bottom: 0;
}
.section08 .box_r {
	width: 300px;
	float: right;
}
.section08 .box_r li {
	margin-bottom: 18px;
}
.section08 .box_r li.txt {
	margin-top: -15px;
	padding: 0 10px;
	text-align: left;
}

.section08 .box_l li img {
  width: 100%;
}

/* section09
------------------------------------------------- */
.section09 {
	width: 1080px;
	margin:0 auto 40px;
	text-align:center;
}
.section09 h3 {
	margin-bottom: 10px;
	font-size: 34px;
}
.section09 .sub {
	font-size: 16px;
	line-height: 2em;
	margin-bottom: 40px;
}
.section09 li {
	width: 520px;
	margin-bottom: 60px;
	float: left;
}
.section09 li:first-child {
	width: 1080px;
}
.section09 li:nth-child(3),
.section09 li:nth-child(5) {
	float: right;
}
.section09 li .ph {
	margin-bottom: 20px;
}
.section09 li h4 {
	font-size: 22px;
}
.section09 li .txt {
	font-size: 14px;
	line-height: 2em;
	margin-bottom:20px;
}
.section09 .btn_detail {
	height: 37px;
	padding: 0 37px;
	display: inline-block;
	line-height: 37px;
	background: #fff;
	border: 1px solid #4f9e43;
	border-radius: 37px;
	position: relative;
	font-size: 15px;
	color: #4f9e43;
}
.section09 .btn_detail::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
  width: 0;
  height: 0;
  margin-top: -3px;
	border: 3px solid transparent;
	border-left: 5px solid #4f9e43;
  z-index:99;
}

/* section10
------------------------------------------------- */
.section10 {
	width: 1080px;
	margin:0 auto;
	text-align:left;
}
.section10 h3 {
	padding: 10px 0;
	font-size: 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px dotted #cccccc;
}
.section10 .unit {
	border-bottom: 1px dotted #cccccc;
}
.section10 .unit a {
	padding: 15px 0;
	display: block;
	width: 100%;
}
.section10 .unit:last-child {
	border-style: none;
}
.section10 .unit ul.icon_category {
	float: left;
	width: 80px;
}
.section10 .unit .day {
	font-size: 15px;
	float: left;
	width: 160px;
}
.section10 .unit .tit {
	text-decoration: underline;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	width: 250px;
	font-size: 15px;
}
.section10 .unit .txt {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: right;
	width: 580px;
	font-size: 15px;
}
