/*+++++++++++++++++++++++++++++++++++++++++++
	ヘッダー
+++++++++++++++++++++++++++++++++++++++++++ */
header {
    height: 100vh;
    background: url(../../top_img/kv_bg.png) no-repeat center center;
    margin-bottom: 41px;
}
header h2 {
	height: calc(100vh - 94px);
	padding: 20px 0 80px;
	text-shadow: none;
}
header h2 img {
	max-height: 100%;
	margin: 0 auto;
}
header .scroll{
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
    bottom: -60px;
}
@media screen and (max-width: 767px) {
	header h2 {
		padding: 10vw 0;
	}
	header .scroll {
		display: none;
	}
}

/*+++++++++++++++++++++++++++++++++++++++++++
	section
+++++++++++++++++++++++++++++++++++++++++++ */

/* -------------------------------- 配置 */
.f_left {
	float: left;
}
.f_left.imgArea {
	text-align: right;
}
.f_right  {
	float: right;
}
.f_right.imgArea {
	text-align: left;
}
@media screen and (max-width: 767px) {
	.f_left,
	.f_right {
		float: none;
	}
	.f_left.imgArea,
	.f_right.imgArea {
		text-align: center;
	}
}



/* -------------------------------- imgArea */
.imgArea {
	width: 62%;
}
.imgArea img {
	box-shadow: 1px 0px 10px 2px rgba(0,0,0,0.5);
}
@media screen and (max-width: 767px) {
	.imgArea {
		width: 100%;
	}
	.imgArea img {
		box-shadow: none;
	}
}
/* -------------------------------- textArea */
.textArea {
	width: 38%;
	height: 100%;
}
.textArea h3 {
	padding: 0 50px 10px;
	line-height: 1.4;
	font-size: 2em;
	border-bottom:#CF870A 3px solid;
	margin-bottom: 20px;
}
.textArea h3 img {
	margin-right: 10px;
	vertical-align: 0;
}
.textArea p {
	padding-left: 50px;
}
.textArea .btn {
	display: block;
	width: 384px;
	height: 68px;
	margin: 0 0 0 50px;
	padding: 22px 18px 0;
	line-height: 1;
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	border-radius: 100px;
	background-color: #CF870A;
	position: absolute;
	bottom: 0;
}
.textArea .btn:hover {
	opacity: 0.7;
}
.textArea .btn img {
	position: absolute;
	right: 28px;
	top: 28px;
}
@media screen and (max-width: 767px) {
	.textArea {
		width: 100%;
		height: auto;
	}
	.textArea h3 {
		text-align: center;
		text-indent: 0;
		padding: 0;
		border: none;
		font-size: 6vw;
		letter-spacing: 0;
		line-height: 1.3;
		position: relative;
	}
	.textArea h3::before {
		content: '';
		width: 100%;
		height: 1px;
		margin: -1px auto 0;
		background: #CF870A;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
	}
	.textArea h3 .sp_bg {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		padding: 15px;
		background: #FFF;
		text-align: center;
		position: relative;
		z-index: 1;
	}
	.textArea p {
		padding: 0;
		text-align: center;
		font-size: 4vw;
	}
	.textArea .btn {
		width: 100%;
		height: auto;
		padding: 4vw;
		margin: 0;
		position: relative;
		bottom: auto;
	}
	.textArea .btn img {
		top: 50%;
		right: 15px;
		margin-top: -5px;
	}
}
/* -------------------------------- section*/
.section_1,
.section_2,
.section_3 {
	margin-bottom:175px;
	position: relative;
}
.section_1::after,
.section_2::after,
.section_3::after {
	content: '';
	display: block;
	clear: both;
}
@media screen and (max-width: 767px) {
	.section_1,
	.section_2,
	.section_3 {
		margin-bottom: 50px;
		padding: 0 10px;
	}
}
/* -------------------------------- section_1 */
.section_1 .textArea {
	padding-top: 10%;
}
.section_1 .textArea h3 {
	border-bottom-color:#CF870A;
	color: #CF870A;
}
.section_1 .textArea .btn {
	background-color: #CF870A;
}
@media screen and (max-width: 767px) {
	.section_1 .textArea {
		padding-top: 5%;
	}
	.section_1 .textArea h3::before {
		background-color: #CF870A;
	}
}
/* -------------------------------- section_2 */
.section_2 .textArea {
	padding-top: 7%;
}
.section_2 .textArea h3 {
	border-bottom-color:#659857;
	color: #659857;
	text-indent: -60px;
	padding-left: 90px;
}
.section_2 .textArea .btn {
	background-color: #659857;
}
@media screen and (max-width: 767px) {
	.section_2 .textArea {
		padding-top: 5%;
	}
	.section_2 .textArea h3 {
		text-indent: 0;
		padding-left: 0;
	}
	.section_2 .textArea h3::before {
		background-color: #659857;
	}
}
/* -------------------------------- section_3 */
.section_3 .textArea {
	padding-top: 7%;
}
.section_3 .textArea h3 {
	border-bottom-color:#4974aa;
	color: #4974aa;
	text-indent: -37px;
	padding-left: 67px;
}
.section_3 .textArea .btn {
	background-color: #4974aa;
}
@media screen and (max-width: 767px) {
	.section_3 .textArea {
		padding-top: 5%;
	}
	.section_3 .textArea h3 {
		text-indent: 0;
		padding-left: 0;
	}
	.section_3 .textArea h3::before {
		background-color: #4974aa;
	}
}
/* -------------------------------- newsArea */
.newsArea{
	clear:both;
	text-align: center;
	color:#316510;
	margin-bottom:130px;
}
.newsArea h2{
	display:inline-block;
	height: 200px;
	vertical-align: top;
	padding-right: 155px;
	font-size: 2em;
	
}
.newsArea ul{
	display: inline-block;
	min-height: 200px;
	padding-left:40px;
	text-align: left;
	border-left:#316510 2px solid;
}
.newsArea a{
	padding-left:1em;
	color: #000;
}
@media screen and (max-width: 767px) {
	.newsArea {
		border-top: #316510 1px solid;
		border-bottom: #316510 1px solid;
		padding: 20px 10px;
		margin-bottom: 50px;
	}
	.newsArea h2 {
		display: block;
		height: auto;
		padding-right: 0;
		font-size: 6vw;
	}
	.newsArea ul {
		display: block;
		min-height: 0;
		padding-left: 0;
		border: none;
		font-size: 3.6vw;
	}
	.newsArea ul li {
		line-height: 1.4;
		margin-top: 15px;
	}
	.newsArea a {
		display: block;
		padding: 0;
	}
}

