/*toptitle*/
/*------------------------------------------------------------------------------*/
.toptitle03_01 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 50px;
	color: #000;
}
.toptitle03_01 .sub {
	display: block;
	color: #2FA65F;
	font-size: 11px;
	letter-spacing: 5px;
	margin-bottom: 20px;
	padding: 0 20px;
}
.toptitle03_01 .in_bl {
	position: relative;
	vertical-align: middle;
}
.toptitle03_01 .in_bl:before {
	content: '';
	width: 13px;
	height: 1px;
	background: #0F9545;
	position: absolute;
	top: 50%;
	left: -20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.toptitle03_01 .in_bl:after {
	content: '';
	width: 13px;
	height: 1px;
	background: #0F9545;
	position: absolute;
	top: 50%;
	right: -20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.toptitle03_02 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 20px;
	display: inline-block;
	padding: 20px 40px;
	background: #FFF;
	position: relative;
}
.toptitle03_02 .sub {
	position: absolute;
	left: 10px;
	top: -18px;
	background: #0F9545;
	color: #FFF;
	font-size: 11px;
	padding: 10px 30px;
	letter-spacing: 5px;
}
.toptitle03_02 .in_bl {
	position: relative;
	vertical-align: middle;
}
.toptitle03_02 .in_bl:before {
	content: '';
	width: 13px;
	height: 1px;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: -20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.toptitle03_02 .in_bl:after {
	content: '';
	width: 13px;
	height: 1px;
	background: #FFF;
	position: absolute;
	top: 50%;
	right: -20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.toptitle03_03 {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 40px;
}

/*mainimg*/
/*------------------------------------------------------------------------------*/
#mainimage {
	position: relative;
	line-height: 1.2;
}
#slider_wrap {
	display: flex;
	align-items: center;
}
.flexslider {
	overflow: hidden;
    position: relative;
    width: 95%;
    order: 2;
    margin: 0;
    border: none;
    border-radius: 0;
}
.flexslider .slides > li {
    text-align: center;
}
#mainimage .main_img {
	height: 600px;
}
#mainimage01 {
	background: url(../image/main_img01.jpg) no-repeat center top;
	background-size: cover;
}
#mainimage02 {
	background: url(../image/main_img02.jpg) no-repeat center top;
	background-size: cover;
}
#mainimage03 {
	background: url(../image/main_img03.jpg) no-repeat center top;
	background-size: cover;
}
#mainimage04 {
	background: url(../image/main_img04.jpg) no-repeat center top;
	background-size: cover;
}
#mainimage05 {
	background: url(../image/main_img05.jpg) no-repeat center top;
	background-size: cover;
}
#mainimage06 {
	background: url(../image/main_img06.jpg) no-repeat center top;
	background-size: cover;
}
#mainimage07 {
	background: url(../image/main_img07.jpg) no-repeat center top;
	background-size: cover;
}

.slider-controls {
    width: 5%;
    order: 1;
    text-align: center;
}
.slider-controls li {
	padding: 20px 0;
}
.slider-controls li a {
	padding: 5px 1px;
	display: inline-block;
	position: relative;
}
.slider-controls li a:before {
	content: '';
	width: 100%;
	height: 2px;
	background: #DDD;
	position: absolute;
	left: 0;
	bottom: 0;
}
.slider-controls li.flex-active a:before,
.slider-controls li a:hover:before {
	background: #037B34;
}
.mainimage_in {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 4;
	height: 600px;
	width: 1120px;
	margin: 0 auto;
}
.mainimage_in h2 {
	margin-top: 105px;
	font-size: 32px;
	letter-spacing: 5px;
	color: #2FA65F;
}
.mainimage_in h2 .text01 {
	padding: 24px 0 24px 50px;
	background: #FFF;
	display: inline-block;
}
.mainimage_in h2 .text02 {
	padding: 24px 50px 24px 0;
	background: #FFF;
	display: inline-block;
}

/*top_box01*/
/*------------------------------------------------------------------------------*/
#top_box01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_box01_in {
	width: -webkit-calc((100% - 40px) / 4);
	width: calc((100% - 40px) / 4);
	position: relative;
	margin-bottom: 50px;
}
.top_box01_in:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(3,123,52,0.6);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	z-index: 1;
}
.top_box01_in .img100 {
	overflow: hidden;
}
.top_box01_in .img100 img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    transform: scale(1.0);
}
.top_box01_in h4 {
	background:#0F9545;
	color:#FFFFFF;
	position: absolute;
	left: 0;
	bottom: -25px;
	padding: 15px;
	width: 100%;
	font-size: 16px;
	z-index: 3;
}
.top_box01_in p {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #FFF;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    z-index: 2;
    padding: 0 20px;
}
.top_box01_in:hover:before {
	opacity: 1;
}
.top_box01_in:hover .img100 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.top_box01_in:hover p {
	opacity: 1;
}

/*top_box02*/
/*------------------------------------------------------------------------------*/
#top_box02 {
	background: url(../image/top_box02_bg.jpg) no-repeat center top fixed;
	background-size: cover;
	padding-top: 100px;
	min-height: 540px;
}
#top_box02_in {
	width: 640px;
	padding: 50px;
	background: #FFF;
	position: relative;
}
#top_box02_in .btn01 {
	position: absolute;
	right: 20px;
	bottom: -20px;
}

/*top_bnr01*/
/*------------------------------------------------------------------------------*/
#top_bnr01 ul {
	display: flex;
	justify-content: space-between;
	margin: 0 50px;
}
#top_bnr01 li {
	position: relative;
}
#top_bnr01 li:before {
	content: '';
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #FFF url(../image/common/arr01.png) no-repeat center;
	z-index: 2;
	border:1px solid #68B085;
}
#top_bnr01 li a:before {
	content: '';
	background: rgba(15,149,69,0.25);
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	border: 5px solid #0F9545;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1;
}
#top_bnr01 li a .sub {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 220px;
	padding: 20px 18px;
	color: #FFF;
	font-size: 20px;
	line-height: 1.2;
	background: #0F9545;
	letter-spacing: 2px;
	z-index: 3;
}
#top_bnr01 li:hover a:before {
	opacity: 1;
}

/*top_box03*/
/*------------------------------------------------------------------------------*/
#top_box03 {
	background: #F5F5F5;
	padding: 70px 0;
}
#top_box03 .blog_container {
	margin-bottom: 30px;
	position: relative;
}
#top_box03 dl {
	background: #FFF;
	position: relative;
	margin-right: -webkit-calc(40px / 3);
	margin-right: calc(40px / 3);
	max-width: 270px;
	border-bottom: 2px solid #FFF;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#top_box03 dl:last-child {
	margin-right: 0;
}
#top_box03 dl:hover {
	-moz-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.05);
	border-bottom: 2px solid #0F9545;
}
#top_box03 dt {
	overflow: hidden;
	position: relative;
}
#top_box03 dt:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	opacity:0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
#top_box03 dl:hover dt:before {
	opacity:1;
}
#top_box03 dt img {
	max-width: 100%;
	width: auto;
	height: auto;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#top_box03 dl:hover img {
    transform: scale(1.1);
}
#top_box03 .blog_cat {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	line-height: 1.2;
	color: #FFF;
	text-align: center;
	width: 100px;
	padding: 8px 5px;
	z-index: 2;
}
#top_box03 .blog_cat.cat01 {
	background: #126183;
}
#top_box03 .blog_cat.cat02 {
	background: #CF7715;
}
#top_box03 .blog_cat.cat03 {
	background: #CF3915;
}
#top_box03 .blog_cat.cat04 {
	background: #0F9545;
}
#top_box03 .blog_title {
	padding: 15px;
}
#top_box03 .blog_contents {
	display: none;
}
#top_box03 .blog_btn {
	padding: 10px 30px 5px 0;
	margin: 0 10px;
	text-align: right;
	border-top: 2px solid #F5F5F5;
	position: relative;
}
#top_box03 .blog_btn:before {
	content: '';
	width: 6px;
	height: 6px;
	border-top: 2px solid #0F9545;
	border-right: 2px solid #0F9545;
	position: absolute;
	top: 50%;
	right: 10PX;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
#top_box03 .btn01 a {
	margin: 0 auto;
}
.slider-arrow {
	position: absolute;
	top: 50%;
	margin-top: -32px;
	height: 64px;
	width: 38px;
	cursor: pointer;
	z-index: 10;
}
.slider-prev {
	left: -3%;
	background: url(../image/common/arr03.png) no-repeat;
}
.slider-next {
	right: -3%;
	background: url(../image/common/arr04.png) no-repeat;
}
.slick-dots li button:before {
	font-size: 12px;
}
.slick-dots li.slick-active button:before {
	color: #0F9545;
}

/*top_box04*/
/*------------------------------------------------------------------------------*/
#top_box04 {
	display: flex;
	justify-content: space-between;
}
#top_rss_box {
	width: -webkit-calc(100% - 260px);
	width: calc(100% - 260px);
	position: relative;
}
#top_rss_box .toptitle03_01 {
	margin-bottom: 30px;
}
#top_rss_box_in dl {
	display: flex;
	font-size: 13px;
	line-height: 1.2;
	padding: 17px;
	background: #F5F5F5;
	margin-bottom: 10px;
}
#top_rss_box_in .rss_date {
	width: 105px;
	position: relative;
}
#top_rss_box_in .rss_date:after {
	content: ':';
	color: #2CA55F;
	position: absolute;
	top: 0;
	right: 15px;
}
#top_rss_box_in .rss_title {
	width: calc(100% - 105px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#top_rss_box_in .rss_contents {
	display: none;
}
#top_rss_box .btn01 {
	display: inline-block;
	position: absolute;
	top: 40px;
	right: 0;
}
#top_rss_box .btn01 a {
	width: 120px;
	height: 40px;
}
#top_recruit_bnr {
	margin-top: 40px;
	position: relative;
}
#top_recruit_bnr a:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	background: #FFF url(../image/common/arr01.png) no-repeat center;
	z-index: 2;
	border:1px solid #68B085;
}
#top_recruit_bnr .rec_sp {
	display: none;
}
#top_recruit_bnr p {
	color: #FFF;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/*top_bnr02*/
/*------------------------------------------------------------------------------*/
#top_bnr02 {
	border-top: 5px solid #F5F5F5;
	padding-top: 60px;
}
#top_bnr02 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 50px;
}
#top_bnr02 li {
	margin-bottom: 20px;
}
#top_bnr02 li:nth-child(1),
#top_bnr02 li:nth-child(2) {
	margin: 0 7px 20px;
}
#top_bnr02 li:nth-child(3),
#top_bnr02 li:nth-child(4) {
	margin-right: 14px;
}

/*top_bnr03*/
/*------------------------------------------------------------------------------*/
#top_bnr03 {
	border-top: 5px solid #F5F5F5;
	padding-top: 60px;
}
#top_bnr03 ul {
	display: flex;
	justify-content: center;
	margin: 0;
	flex-wrap:wrap;
}
#top_bnr03 li {
	margin: 0 7px 20px;
}
#top_bnr03 li img {
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}



/*top_box05*/
/*------------------------------------------------------------------------------*/
#top_box05 {
	border-top: 2px solid #F5F5F5;
	padding-top: 50px;
	position: relative;
}
#top_box05:before {
	content: '';
	width: 80px;
	height: 2px;
	background: #0F9545;
	position: absolute;
	top: -2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#top_box05 ul {
	display: flex;
	justify-content: center;
	margin: 0 50px;
}
#top_box05 li {
	margin: 0 7px;
}

