
/*----------------------------------------*/

/*common*/

/*----------------------------------------*/

.container {
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.lower article {
	padding-top: 0;
}

section {
	padding: 80px 0;
}

.sec_tit {
	display: inline-block;
	margin: 0 auto 40px;
	text-align: center;
	position: relative;
}

.sec_tit:before {
	content: '';
	display: block;
	width: 104%;
	height: 16px;
	background-color: #c0db81;
	position: absolute;
	bottom: 0;
	left: -2%;
	z-index: 1;
}

.bg_g .sec_tit:before {
	background-color: #fff;
}

.sec_tit span {
	display: inline-block;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	background-color: #ffbd06;
	border-radius: 24px;
	padding: 5px 20px;
	margin-bottom: 20px;
	position: relative;
}

.sec_tit span:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -12px;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #ffbd06;
	margin-left: -12px;
}

.sec_tit em {
	font-size: 24px;
	font-weight: 500;
	font-style: normal;
	color: #444;
	position: relative;
	z-index: 2;
}

.sec_tit em b {
	font-size: 36px;
	font-weight: 900;
}


/*----------------------------------------*/

/*mv_container*/

/*----------------------------------------*/

.mv_container {
	width: 100%;
	height: 580px;
	padding-top: 130px;
	display: flex;
	position: relative;
}

.mv_container .txt_container {
	display: block;
	width: 20%;
	height: 100%;
}

.mv_container .img_container {
	display: block;
	width: 80%;
	height: 100%;
}

.mv_container .chatch_container {
	width: 90vw;
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translate(-50%,0);
}

.mv_container .chatch_ttl {
	padding-bottom: 20px;
}

.mv_container .chatch_ttl span {
	display: inline-block;
	background-color: #ffbd06;
	padding: 2px 5px 3px 15px;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .05em;
}

.mv_container .chatch_ttl strong {
	display: block;
	font-size: 60px;
	font-weight: 700;
	color: #1c9d28;
	text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff;
	letter-spacing: .05em;
}

.mv_container .chatch_txt {
	display: inline-block;
	background-color: #fff;
	padding: 2px 5px 3px 15px;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .05em;
}

.mv_container .img_container span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


/*----------------------------------------*/

/*sec01*/

/*----------------------------------------*/

.ex_list_container {
	display: flex;
	flex-wrap: wrap;
    background-color: #4b6395;
	padding: 60px 40px 30px;
	border: 5px solid #fff;
	border-radius: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,.6);
}

.ex_list_item {
	padding: 0 2em 2em 2em;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 24px;
}

.ex_list_item span {
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	letter-spacing: .05em;
	position: relative;
	z-index: 1;
}

.ex_list_item span::before {
	content: '';
	display: block;
	width: 105%;
	height: 40%;
	background-color: #ffbd06;
	position: absolute;
	top: 60%;
	left: -2.5%;
	z-index: -1;
}

.ex_container {
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
}

.ex_container .txt_container {
	width: 50%;
}

.ex_container .img_container {
	width: 48%;
}

.ex_container .ex_subttl {
	font-size: 24px;
	font-weight: 500;
	color: #1c9d28;
	border-bottom: 2px solid #ffbd06;
	padding-bottom: 10px;
	margin-bottom: 20px;
}


@media screen and (max-width: 875px) {
	.ex_list_container {
		padding: 6.86vw 3.43vw 3.43vw;
	}

	.ex_list_item span {
		font-size: 2.74vw;
	}

	.ex_list_item span::before {
		width: 102%;
		left: -1%;
	}
}


/*----------------------------------------*/

/*sec02*/

/*----------------------------------------*/

.feature_subttl {
	font-size: 42px;
	font-weight: 500;
	color: #1c9d28;
	text-align: center;
	letter-spacing: .05em;
	border-bottom: 2px solid #ffbd06;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.feature_wrap {
	display: flex;
	justify-content: space-between;
}

.feature_list_container {
	width: 31%;
	background: linear-gradient(#c0db81 0%, #72cf7a 100%);
	border: 5px solid #fff;
	border-radius: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,.6);
}

.feature_list_container dt {
	display: block;
	width: 100%;
	height: 150px;
	box-sizing: border-box;
	padding: 20px 0 0 20px;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	letter-spacing: .1em;
}

.feature_list_container:nth-of-type(1) dt {
	background: url('../img/feature_obj01.png') right top no-repeat;
	background-size: contain;
}

.feature_list_container:nth-of-type(2) dt {
	background: url('../img/feature_obj02.png') right top no-repeat;
	background-size: contain;
}

.feature_list_container:nth-of-type(3) dt {
	background: url('../img/feature_obj03.png') right top no-repeat;
	background-size: contain;
}

.feature_list_container dt strong {
    font-family: "Questrial", sans-serif;
	font-size: 72px;
	font-weight: 400;
	color: #f9df7f;
	text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff;
	padding-left: .05em;
}

.feature_list_container dd {
	height: 150px;
	box-sizing: border-box;
	padding: 0 0 10px 10px;
	display: flex;
	align-items: center;
}

.feature_list_container dd span {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: 1.3em;
	letter-spacing: .05em;
}

.feature_list_container dd strong {
	font-size: 38px;
	font-weight: 700;
	color: #cc0000;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
	line-height: 1.2em;
	letter-spacing: .05em;
}


@media screen and (max-width: 1100px) {
	.feature_subttl {
		font-size: 3.82vw;
	}
	
	.feature_list_container dd {
		height: 13.64vw;
		padding: 0 0 .91vw 10px;
	}
	
	.feature_list_container dd span {
		font-size: 2.18vw;
	}
	
	.feature_list_container dd strong {
		font-size: 3.45vw;
	}
}

/*----------------------------------------*/

/*sec03*/

/*----------------------------------------*/

.contact_ttl {
	font-size: 36px;
	font-weight: 900;
	color: #ffbd06;
	padding-bottom: 30px;
}

.contact_lead {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 1em;
}


/*----------------------------------------*/

/*sec06*/

/*----------------------------------------*/

#sec06 {
	background: url('../img/sec06_obj.jpg') center center no-repeat;
	background-size: cover;
	position: relative;
}

#sec06:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	position: absolute;
	top: 0;
	left: 0;
}

#sec06 .sec_tit em {
	color: #fff;
}

#sec06 .tel {
	font-size: 72px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
}

.form_btn_container {
	padding-bottom: 40px;
}

.form_btn_container a {
	display: block;
	width: 500px;
	height: 80px;
	background-color: #f0bc00;
	text-align: center;
	margin: 0 auto;
	position: relative;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-ms-transition: .5s ease-out;
	transition: .5s ease-out;
}

.form_btn_container:nth-of-type(2) a {
	background-color: #1c9d28;
}

.form_btn_container a:hover {
	background-color: #f9df7f;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-ms-transition: .5s ease-out;
	transition: .5s ease-out;
}

.form_btn_container:nth-of-type(2) a:hover {
	background-color: #72cf7a;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-ms-transition: .5s ease-out;
	transition: .5s ease-out;
}

.form_btn_container a:before {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 46px;
	right: 20px;
	z-index:10;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.form_btn_container a:after {
	content: '';
	display: block;
	width: 25px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 40px;
	right: 20px;
	transform: translateY(-50%) rotate(25deg);
	-webkit-transform: translateY(-50%) rotate(25deg);
}

.form_btn_container a span {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: 80px;
}

.form_btn_container a span:after {
	content: '';
	display: block;
	width: 36px;
	height: 26px;
	background: url('../img/ico_mail.png') center center no-repeat;
	background-size: 36px 26px;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}



/*----------------------------------------*/

/*footer*/

/*----------------------------------------*/

#footer {
	background-color: #222;
	border-top: 5px solid #999;
}

#footer p {
	font-size: 100%;
	line-height: 1.2em;
	color: #fff;
}

#footer a {
	font-size: 115%;
}

#footer a:link {
	text-decoration: none;
	color: #fff;
}

#footer a:visited {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	color: #FFBD06;
}

#footer a:active {
	text-decoration: none;
	color: #fff;
}

#colophon {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding: 18px 0;
}

#footer ul {
	width: 180px;
	margin-left: 30px;
	float: left;
}

#footer ul li{
	background: url(../../common/img/arrow01.png) no-repeat left center;
	font-size: 14px;
	text-indent: 1.8em;
	line-height: 2em;
}

#footer ul li a {
	font-family: 'Meiryo', 'メイリオ', 'ヒラギノ 角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', 'ＭＳ Ｐゴシック'!important;
	font-size: 14px;
}

#footer #map_canvas00 {
	margin: 0 30px 10px 0;
	float: right;
}

#footer p#footer_add {
	clear: both;
	font-family: 'Meiryo', 'メイリオ', 'ヒラギノ 角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', 'ＭＳ Ｐゴシック'!important;
	font-size: 14px;
	text-align: right;
	margin-right: 30px;
}

#footer p#copy {
	font-family: 'Meiryo', 'メイリオ', 'ヒラギノ 角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', 'ＭＳ Ｐゴシック'!important;
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
}