@charset "utf-8";
#mv{
	padding-top: 140px;
	width: 100%;
	overflow-x: hidden;
	margin-bottom: 45px;
}
#mv.inview_single{
	transition: 1.2s;
	opacity: 0;
}
#mv.inview_single.incontents{opacity: 1;}
#mv #mv_slider{
	width: 100%;
	padding-left: 22.5%;
	box-sizing: border-box;
}
#mv #mv_slider .slider_base{
	height: 40vw;
	min-height: 540px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#mv #mv_slider #slider01{background-image: url("../images/top/mv_01.jpg");}
#mv #mv_slider #slider02{background-image: url("../images/top/mv_02.jpg");}
#mv #mv_slider #slider03{background-image: url("../images/top/mv_03.jpg");}
#mv #mv_slider #slider04{background-image: url("../images/top/mv_04.jpg");}
#mv #mv_copy{
	position: absolute;
	left: 7.5%;
	top: 17vw;
}
#mv #mv_copy dt{
	font-family:YakuHanMP,"Noto Serif JP","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
	font-size: 5.8rem;
	line-height: 1.4482;
	margin-bottom: 45px;
}
#mv #mv_copy dt span,
#mv #mv_copy dt i{font-weight: inherit;}
#mv #mv_copy dt span{font-size: 0.9em;}
#mv #mv_copy dt i{
	color: #81b251;
	letter-spacing: 0.095em;
}
#mv #mv_copy dd{
	color: #58423c;
	line-height: 2;
}
#mv.inview_single #mv_copy dt,
#mv.inview_single #mv_copy dd{
	opacity: 0;
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
}
#mv.inview_single #mv_copy dt{transition: opacity 0.8s ease-out .8s, transform 0.8s ease-out .8s;}
#mv.inview_single #mv_copy dd{transition: opacity 0.8s ease-out 1.2s, transform 0.8s ease-out 1.2s;}
#mv.inview_single.incontents #mv_copy dt,
#mv.inview_single.incontents #mv_copy dd{
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform:translateX(0);
}


.section_base{
	background: url("../images/common/section_bg.png") repeat-x 0 0;
	padding: 40px;
	margin-bottom: 40px;
}
.section_base section{
	max-width: 1520px;
	min-height: 450px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 75px;
	box-sizing: border-box;
	background-size: 60% auto;
}
.section_base section > div h2,
.section_base section > div p,
.section_base section > div a{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	float: right;
}

.section_base section > div h2{
	position: relative;
	font-size: 4.2rem;
	line-height: 1.5;
	font-family:"Noto Serif JP","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section_base section > div h2::after{
	font-family: Papyrus,'Special Elite', sans-serif;
	content: attr(data-after-content);
	font-size: 1.55rem;
	display: block;
	color: #8fb06e;
	margin-top: 45px;
}
.section_base section > div h2 span{
	position: relative;
	font-weight: 500;
	padding: 40px 0;
	letter-spacing: 0.11em;
}
.section_base section > div h2 span i{
	font-weight: inherit;
	font-size: 0.45em;
	letter-spacing: -0.05em;
}
.section_base section > div h2 span::before,
.section_base section > div h2 span::after{
	content: " ";
	position: absolute;
	width: 1px;
	height: 30px;
	background-color: #130602;
	left: 50%;
}
.section_base section > div h2 span::before{top: 0;}
.section_base section > div h2 span::after{bottom: 0;}

.section_base section > div p{
	font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
	height: 260px;
	margin: 110px 30px 0 0;
	line-height: 2;
	color: #58423c;
	letter-spacing: 0.05em;
}
.section_base section > div p a{
	position: relative;
	display: inline-block;
	font-family:"Noto Serif JP","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color: #130602;
	color: #fff;
	padding: 20px 12px;
	line-height: 1;
	margin-right: 30px;
}
.section_base section > div p a::after{
	transition: .4s;
	content: " ";
	position: absolute;
	width: 2px;
	height: 26px;
	background-color: #8fb06e;
	left: 50%;
	margin-left: -1px;
	bottom: -12px;
}

#section1 section{background-image: url("../images/top/section1_mv.jpg");}
#section2 section{
	background-image: url("../images/top/section2_mv.jpg");
	background-position: right center;
}
#section2 section > div{padding-right: 710px;}
#section3 section{background-image: url("../images/top/section3_mv.jpg");}



#section4{
	box-sizing: border-box;
	padding: 40px 40px 80px;
	max-width: 1600px;
	margin: 0 auto;
}
#section4 section{
	padding-top: 90px;
	text-align: center;
	background: url("../images/top/section4_mv.jpg") no-repeat center top;
}
#section4 section h2{
	position: relative;
	font-size: 4.2rem;
	line-height: 1.5;
	font-family:YakuHanMP,"Noto Serif JP","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#section4 section h2::after{
	font-family: Papyrus,'Special Elite', sans-serif;
	content: attr(data-after-content);
	font-size: 1.8rem;
	display: block;
	color: #8fb06e;
	margin-top: 5px;
}
#section4 section h2 span{
	position: relative;
	font-weight: 500;
	padding: 40px 0;
	letter-spacing: 0.11em;
	color: #fff;
}
#section4 section h2 span::before,
#section4 section h2 span::after{
	content: " ";
	position: absolute;
	width: 30px;
	height: 1px;
	background-color: #fff;
	opacity: .6;
	top: 50%;
}
#section4 section h2 span::before{left: -40px;}
#section4 section h2 span::after{right: -40px;}
#section4 section > p{
	color: #fff;
	margin: 35px 0 140px;
}
#section4 section .section4_box{
	background-color: rgba(255,255,255,.75);
	padding: 4px;
}
#section4 section .section4_box ul{
	background-color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding: 25px 2.5%;
}
#section4 section .section4_box ul li{
	font-family:YakuHanMP,"Noto Serif JP","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: 31%;
	text-align: left;
	margin-bottom: 40px;
}
#section4 section .section4_box ul li a,
#section4 section .section4_box ul li a span{
	display: block;
	transition: .3s;
	width: 100%;
	box-sizing: border-box;
}
#section4 section .section4_box ul li a span.img_box{
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
#section4 section .section4_box ul li a span.img_box img{transition: .6s;}
#section4 section .section4_box ul li a span.title_box{
	position: relative;
	padding: 0 0.5em 0 30px;
	font-size: 1.8rem;
}
#section4 section .section4_box ul li a span.title_box::before{
	transition: .4s;
	content: " ";
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #8fb06e;
	left: 5px;
	top: 50%;
}
#section5{
	background: url("../images/common/section_bg.png") repeat 0 0;
	padding: 80px 0;
}
#section5 section{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	/*align-items: center;*/
}
#section5 section h2{
	font-family:"Noto Serif JP","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size: 3.4rem;
	line-height: 1.4;
	position: relative;
}
#section5 section h2::before{
	font-family: Papyrus,'Special Elite', sans-serif;
	content: attr(data-before-content);
	font-size: 1.55rem;
	display: block;
	color: #8fb06e;
	margin-top: 45px;
}
#section5 section h2 span{
	position: relative;
	font-weight: 500;
	padding: 40px 0;
	letter-spacing: 0.11em;
}
#section5 section h2 span::before,
#section5 section h2 span::after{
	content: " ";
	position: absolute;
	width: 1px;
	height: 30px;
	background-color: #130602;
	left: 50%;
}
#section5 section h2 span::before{top: 0;}
#section5 section h2 span::after{bottom: 0;}

#section5 section ul{width: 82%;}
#section5 section ul li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
}
#section5 section ul li:not(:last-child){
	border-bottom: solid 1px #e7e1e1;
	padding-bottom: 17px;
	margin-bottom: 17px;
}
#section5 section ul li span{display: block;}
#section5 section ul li .date_box{
	font-family:YakuHanMP,"Noto Serif JP","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.02em;
	font-size: 1.8rem;
	color: #723423;
	margin-right: 2em;
}
#section5 section ul li .title_box a{
	font-size: 1.65rem;
	color: #58423c;
}
#section5 section .linkstyle01{
	width: 100%;
	margin-top: 40px;
	text-align: right;
}
#section5 section .linkstyle01 a{
	font-size: 1.5rem;
	padding: 8px 3em;
}
#section6{
	background: url("../images/top/section6_bg.png") repeat-x center bottom;
	text-align: center;
}
#section6 a{
	display: block;
	position: relative;
	font-family:YakuHanMP,"Noto Serif JP","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 3.0rem;
	line-height: 1.3;
	letter-spacing: 0.128em;
	padding: 60px 0;
}
#section6 a::before{
	transition: .4s;
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(124,156,56,.6);
	opacity: 0;
}
#section6 a span{
	position: relative;
	font-weight: 600;
	color: #fff;
	text-shadow: 0 0 4px rgba(0,0,0,.5);
}
#section6 a span::before,
#section6 a span::after{
	content: " ";
	position: absolute;
	width: 80px;
	height: 1px;
	background-color: #fff;
	opacity: .6;
	top: 50%;
	box-shadow: 0 0 3px rgba(0,0,0,.35);
}
#section6 a span::before{left: -100px;}
#section6 a span::after{right: -100px;}
/*----------------------------------------------------------------------------------
PCのみ
----------------------------------------------------------------------------------*/
@media screen and (min-width:1021px){
	.section_base section > div p a:hover{background-color: #7c9c38;}
	.section_base section > div p a:hover::after{height: 0;}
	#section4 section .section4_box ul li a:hover .img_box img{
		transform: scale(1.05);
		opacity: .7;
	}
	#section4 section .section4_box ul li a:hover span.title_box{color: #7c9c38;}
	#section4 section .section4_box ul li a:hover span.title_box::before{width: 0px;}
	#section5 section ul li .title_box a:hover{text-decoration: underline;}
	#section6 a:hover::before{opacity: 1;}
}
/*----------------------------------------------------------------------------------
タブレット・SP
----------------------------------------------------------------------------------*/
@media screen and (max-width:1020px){
	#mv{padding-top: 60px;}
	
	
}
/*----------------------------------------------------------------------------------
タブレット
----------------------------------------------------------------------------------*/
@media screen and (max-width:1020px) and (min-width:641px){
	.section_base{padding: 30px 0 30px 5%;}
	.section_base section{
		padding: 0;
		min-height: 270px;
	}
	.section_base section > div{overflow: hidden;}
	.section_base section > div p{margin: 40px 10px 0 0;}
	#section2 section{background-position: left center;}
	#section2 section > div{padding-right: 0;}
}
/*----------------------------------------------------------------------------------
SP
----------------------------------------------------------------------------------*/
@media screen and (max-width: 640px){
	#mv #mv_slider{
		/*padding-left: 5%;*/
		padding-left: 0;
	}
	#mv #mv_slider .slider_base{
		height: 80vw;
		min-height: 0;
		background-position: 75% center;
	}
	/*#mv #mv_copy{
		width: 90%;
		margin: -100px 0 0;
		position: relative;
		left: 0;
		top: 0;
		box-sizing: border-box;
		background-color: #fff;
		padding: 20px 7%;
	}*/
	#mv #mv_copy{
		width: 100%;
		margin: 0;
		position: relative;
		left: 0;
		top: 0;
		box-sizing: border-box;
		background-color: #fff;
		padding: 20px 7%;
	}
	#mv #mv_copy dt{
		font-size: 3rem;
		line-height: 1.4482;
		margin-bottom: 15px;
	}
	#mv #mv_copy dd{
		color: #58423c;
		line-height: 1.6;
		font-size: 1.3rem;
	}
	#mv #mv_copy dd br{display: none;}
	
	.section_base{
		background-size: 200px auto;
		padding: 20px 6%;
		margin-bottom: 40px;
	}
	.section_base section{
		max-width: 100%;
		min-height: 0;
		background-position: center top;
		padding-top: 52vw;
		background-size: 100% auto;
	}
	.section_base section > div h2,
	.section_base section > div p,
	.section_base section > div a{
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		-o-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		float: none;
		text-align: center;
	}
	.section_base section > div h2{font-size: 2.8rem;}
	.section_base section > div h2::after{
		margin-top: 5px;
		font-size: 1.2rem;
	}
	.section_base section > div h2 span{
		padding: 20px 0;
		letter-spacing: 0.08em;
	}
	.section_base section > div h2 span i{font-size: 0.6em;}
	.section_base section > div h2 span::before,
	.section_base section > div h2 span::after{
		width: 30px;
		height: 1px;
		left: auto;
		top: 50%!important;
	}
	.section_base section > div h2 span::before{left: -35px;}
	.section_base section > div h2 span::after{right: -35px;}
	.section_base section > div p{
		height: auto;
		margin: 30px 0 0;
		line-height: 1.7;
	}
	.section_base section > div p a{
		width: 80%;
		box-sizing: border-box;
		padding: 14px 5%;
		line-height: 1;
		margin: 15px auto 0;
		display: block;
	}
	.section_base section > div p a::after{
		width: 26px;
		height: 2px;
		left: auto;
		right: -13px;
		margin-left: 0;
		bottom: auto;
		top: 50%;
	}
	#section2 section{background-position: center top;}
	#section2 section > div{padding-right: 0;}
	#section4{
		box-sizing: border-box;
		padding: 0;
		max-width: 100%;
	}
	#section4 section{
		padding: 30px 0 40px;
		background-size: 260% auto;
	}
	#section4 section h2{font-size: 2.8rem;}
	#section4 section h2::after{
		mmargin-top: 5px;
		font-size: 1.2rem;
	}
	#section4 section h2 span{padding: 30px 0;}
	#section4 section h2 span::before,
	#section4 section h2 span::after{width: 24px;}
	#section4 section h2 span::before{left: -30px;}
	#section4 section h2 span::after{right: -30px;}
	#section4 section > p{
		margin: 20px auto 35px;
		width: 90%;
	}
	#section4 section .section4_box ul{padding: 25px 6%;}
	#section4 section .section4_box ul li{
		width: 49%;
		margin-bottom: 25px;
	}
	#section4 section .section4_box ul li a span.img_box{margin-bottom: 7px;}
	#section4 section .section4_box ul li a span.title_box{
		position: relative;
		padding: 0 0 0 16px;
		font-size: 1.55rem;
		letter-spacing: 0;
	}
	#section4 section .section4_box ul li a span.title_box::before{
		width: 12px;
		left: 0;
	}
	#section5{
		padding: 40px 0;
		background-size: 200px auto;
	}
	#section5 section{display: block;}
	#section5 section h2{
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		-o-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		font-size: 2.6rem;
		text-align: center;
		margin-bottom: 35px;
	}
	#section5 section h2::before{
		margin-top: 0;
		font-size: 1.2rem;
	}
	#section5 section h2 span{
		position: relative;
		padding: 0;
	}
	#section5 section h2 span::before,
	#section5 section h2 span::after{
		width: 20px;
		height: 1px;
		left: auto;
		top: 50%!important;
	}
	#section5 section h2 span::before{top: auto;left: -25px;}
	#section5 section h2 span::after{bottom: auto;right: -25px; }

	#section5 section ul{width: 100%;}
	#section5 section ul li{display: block;}
	#section5 section ul li span{display: block;}
	#section5 section ul li .date_box{
		font-size: 1.6rem;
		margin-right: 0;
	}
	#section5 section ul li .title_box a{font-size: 1.45rem;}
	#section5 section .linkstyle01{
		margin-top: 30px;
		text-align: center;
	}
	#section5 section .linkstyle01 a{
		font-size: 1.5rem;
		padding: 12px 3em;
	}
	#section6{
		background-size: auto 100%;
		background-position: 180% 0;
	}
	#section6 a{
		font-size: 2.4rem;
		padding: 40px 0;
	}
	#section6 a span::before,
	#section6 a span::after{width: 50px;}
	#section6 a span::before{left: -60px;}
	#section6 a span::after{right: -60px;}
}