@charset "utf-8";
/*
 * ページ個別のCSSを記述
 */

/* promo */
.home_promo{
	position: relative;
}
.home_promo-moji{
	position: absolute;
	top: 220px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 3;
}
.home_promo-text{
	position: absolute;
	bottom: 240px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 3;
}
.home_promo-text .text_txt01{
	font-size: 26px;
	font-weight: 700;
	color: white;
}
.home_promo-text .text_txt02{
	font-size: 18px;
	color: white;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.home_promo-moji{
		top: 160px;
	}
	.home_promo-text{
		bottom: 80px;
	}
	.home_promo-text .text_txt01{
		font-size: 20px;
	}
	.home_promo-text .text_txt02{
		font-size: 13px;
	}
}
@media print{
	.home_promo-moji{
		top: 160px;
	}
	.home_promo-text{
		bottom: 80px;
	}
	.home_promo-text .text_txt01{
		font-size: 20px;
	}
	.home_promo-text .text_txt02{
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	.home_promo-moji{
		top: 120px;
	}
	.home_promo-moji img{
		width: 92%;
	}
	.home_promo-text{
		bottom: 20px;
	}
	.home_promo-text .text_txt01{
		font-size: 16px;
		text-shadow: 
	    black 2px 0px,  black -2px 0px,
	    black 0px -2px, black 0px 2px,
	    black 2px 2px , black -2px 2px,
	    black 2px -2px, black -2px -2px,
	    black 1px 2px,  black -1px 2px,
	    black 1px -2px, black -1px -2px,
	    black 2px 1px,  black -2px 1px,
	    black 2px -1px, black -2px -1px;
	}
	.home_promo-text .text_txt02{
		padding: 0 10px;
		line-height: 1.4;
		font-size: 12px;
		color: white;
		text-align: left;
		text-shadow: 
	    black 2px 0px,  black -2px 0px,
	    black 0px -2px, black 0px 2px,
	    black 2px 2px , black -2px 2px,
	    black 2px -2px, black -2px -2px,
	    black 1px 2px,  black -1px 2px,
	    black 1px -2px, black -1px -2px,
	    black 2px 1px,  black -2px 1px,
	    black 2px -1px, black -2px -1px;
	}
}

/* area01 */
.home_area01{
	position: relative;
	background-image: url(../img/home/area01_textbg.png);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 400px;
}

.home_area01-text01{
	padding-top: 130px;
	text-align: center;
}
.home_area01-text01 .text01_txt01{
	font-family: 'Lato', 'Noto Sans JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.04em;
}
.home_area01-text01 .text01_txt02{
	font-size: 15px;
}

.home_area01-photo01{
	overflow: hidden;
}
.home_area01-photo01 li{
	position: absolute;
	margin: 0;
	z-index: 3;
}
.home_area01-photo01 .photo01{
	top: -20px;
	left: 150px;
}
.home_area01-photo01 .photo02{
	bottom: -50px;
	left: 80px;
}
.home_area01-photo01 .photo03{
	top: 0px;
	right: 30px;
}
.home_area01-photo01 .photo04{
	bottom: -80px;
	right: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.home_area01{
		background-size: 330px auto;
	}
	.home_area01-text01{
		position: relative;
		padding-top: 80px;
		z-index: 6;
	}
	.home_area01-text01 .text01_txt01{
		font-size: 20px;
	}
	.home_area01-text01 .text01_txt02{
		font-size: 14px;
	}
	
	.home_area01-photo01 .photo01{
		top: -20px;
		left: 20px;
	}
	.home_area01-photo01 .photo01 img{
		width: 164px;/* 80% */
	}
	.home_area01-photo01 .photo02{
		bottom: -50px;
		left: 10px;
	}
	.home_area01-photo01 .photo02 img{
		width: 218px;/* 80% */
	}
	.home_area01-photo01 .photo03{
		top: 0px;
		right: 0px;
	}
	.home_area01-photo01 .photo03 img{
		width: 194px;/* 80% */
	}
	.home_area01-photo01 .photo04{
		bottom: -80px;
		right: 20px;
	}
	.home_area01-photo01 .photo04 img{
		width: 183px;/* 80% */
	}
}
@media print{
	.home_area01{
		background-size: 330px auto;
	}
	.home_area01-text01{
		position: relative;
		padding-top: 80px;
		z-index: 6;
	}
	.home_area01-text01 .text01_txt01{
		font-size: 20px;
	}
	.home_area01-text01 .text01_txt02{
		font-size: 14px;
	}
	
	.home_area01-photo01 .photo01{
		top: -20px;
		left: 20px;
	}
	.home_area01-photo01 .photo01 img{
		width: 164px;/* 80% */
	}
	.home_area01-photo01 .photo02{
		bottom: -50px;
		left: 10px;
	}
	.home_area01-photo01 .photo02 img{
		width: 218px;/* 80% */
	}
	.home_area01-photo01 .photo03{
		top: 0px;
		right: 0px;
	}
	.home_area01-photo01 .photo03 img{
		width: 194px;/* 80% */
	}
	.home_area01-photo01 .photo04{
		bottom: -50px;
		right: 20px;
	}
	.home_area01-photo01 .photo04 img{
		width: 183px;/* 80% */
	}
}
@media screen and (max-width: 767px) {
	.home_area01{
		background-position: center 100px;
		background-size: 100% auto;
		min-height: 460px;
	}
	
	.home_area01-text01{
		padding-top: 160px;
	}
	.home_area01-text01 .text01_txt01{
		font-size: 14px;
	}
	.home_area01-text01 .text01_txt02{
		font-size: 13px;
	}
	
	.home_area01-photo01{
		overflow: hidden;
	}
	.home_area01-photo01 li{
		position: absolute;
		margin: 0;
		z-index: 3;
	}
	.home_area01-photo01 .photo01{
		top: -20px;
		left: -10px;
	}
	.home_area01-photo01 .photo01 img{
		width: 103px;/* 50% */
	}
	.home_area01-photo01 .photo02{
		bottom: -30px;
		left: -30px;
	}
	.home_area01-photo01 .photo02 img{
		width: 137px;/* 50% */
	}
	.home_area01-photo01 .photo03{
		top: 0px;
		right: 0px;
	}
	.home_area01-photo01 .photo03 img{
		width: 122px;/* 50% */
	}
	.home_area01-photo01 .photo04{
		bottom: -10px;
		right: -10px;
	}
	.home_area01-photo01 .photo04 img{
		width: 115px;/* 50% */
	}
}

/* area02 */
.home_area02{
	overflow: hidden;
	width: 100%;
	min-width: 1140px;
}
.home_area02-txt01{
	text-align: center;
	line-height: 0;
}

.home_area02-photo01{
	position: relative;
	font-size: 0px;
	z-index: 2;
}
.home_area02-photo01 li{
	display: inline-block;
	padding-right: 30px;
	width: 360px;
	font-size: 15px;
	vertical-align: top;
}
.home_area02-photo01 li:last-child{
	padding-right: 0px;
}
.home_area02-photo01 li .photo01_img{
	position: relative;
	height: 230px;
	line-height: 0;
}
.home_area02-photo01 li:last-child .photo01_img img{
	position: absolute;
	top: 0px;
	left: 0px;
}
.home_area02-photo01 li .photo01_txt01{
	display: inline-block;
	border-bottom: #754f3a solid 1px;
	padding-bottom: 3px;
	font-size: 18px;
	letter-spacing: 0.04em;
	font-weight: 700;
}

.home_area02-bg01{
	position: relative;
	top: -110px;
	left: 50%;
	margin-left: -766px;
}
.home_area02-bg02{
	position: relative;
	top: -400px;
	left: 50%;
	margin-left: 990px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.home_area02{
		min-width: 768px;
	}

	.home_area02-photo01{
		margin: 0 auto;
	}
	.home_area02-photo01 li{
		padding-right: 2%;
		width: 31%;
	}

	.home_area02-photo01 li .photo01_img{
		height: 160px;
	}

	.home_area02-photo01 li .photo01_txt01{
		font-size: 16px;
	}
	
	.home_area02-bg01{
		position: relative;
		top: -50px;
		left: 0;
		margin-left: -120px;
	}
	.home_area02-bg02{
		position: relative;
		top: -400px;
		left: 50%;
		margin-left: 80px;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1139px) {
	.home_area02-photo01 li .photo01_img{
		height: 200px;
	}
}
@media screen and (min-width: 800px) and (max-width: 999px) {
	.home_area02-photo01 li .photo01_img{
		height: 180px;
	}
}
@media print{
	.home_area02{
		min-width: 768px;
	}

	.home_area02-photo01{
		margin: 0 auto;
	}
	.home_area02-photo01 li{
		padding-right: 2%;
		width: 31%;
	}

	.home_area02-photo01 li .photo01_img{
		height: 160px;
	}

	.home_area02-photo01 li .photo01_txt01{
		font-size: 16px;
	}
	
	.home_area02-bg01{
		position: relative;
		top: -50px;
		left: 0;
		margin-left: -120px;
	}
	.home_area02-bg02{
		position: relative;
		top: -400px;
		left: 50%;
		margin-left: 80px;
	}
}
@media screen and (max-width: 767px) {
	.home_area02{
		min-width: 100%;
		height: 1140px;
	}
	
	.home_area02-photo01 li{
		display: block;
		padding-right: 0px;
		padding-bottom: 20px;
		width: auto;
		font-size: 14px;
	}
	.home_area02-photo01 li:last-child{
		padding-bottom: 0px;
	}
	.home_area02-photo01 li .photo01_img{
		position: static;
		height: auto;
		text-align: center;
	}
	.home_area02-photo01 li:last-child .photo01_img img{
		position: static;
		width: auto;
		max-width: 300px;
	}
	.home_area02-photo01 li .photo01_txt01{
		font-size: 17px;
	}
	
	.home_area02-bg01{
		top: -680px;
		left: 0%;
		margin-left: 0px;
	}
	.home_area02-bg02{
		top: -160px;
		left: 0%;
		margin-left: 100px;
	}
}

/* area03 */
.home_area03{
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 1140px;
}
.home_area03-text01{
	position: absolute;
	top: 65px;
	background-image: url(../img/home/area03_textbg.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 190px;
	margin-left: 23px;
	width: 552px;
	height: 523px;
	text-align: center;
	z-index: 3;
}
@media screen and (min-width: 1141px) {
	.home_area03-text01{
		left: 50%;
	}
}
.home_area03-txt01{
	font-family: 'Lato', 'Noto Sans JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.home_area03-bg{
	position: relative;
	left: 50%;
	margin-left: -1000px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.home_area03{
		min-width: 768px;
	}
	.home_area03-text01{
		position: absolute;
		top: 25px;
		right: 10px;
		background-size: 442px auto;
		padding-top: 120px;
		margin-left: 0;
		width: 442px;
		height: 418px;
	}
	.home_area03-txt01{
		font-size: 20px;
	}
	
	.home_area03-bg{
		margin-left: -600px;
	}
	.home_area03-bg img{
		width: 1136px;
	}
}
@media print{
	.home_area03{
		min-width: 768px;
	}
	.home_area03-text01{
		position: absolute;
		top: 25px;
		right: 10px;
		background-size: 442px auto;
		padding-top: 120px;
		margin-left: 0;
		width: 442px;
		height: 418px;
	}
	.home_area03-txt01{
		font-size: 20px;
	}
	
	.home_area03-bg{
		margin-left: -600px;
	}
	.home_area03-bg img{
		width: 1136px;
	}
}
@media screen and (max-width: 767px) {
	.home_area03{
		min-width: 100%;
	}
	.home_area03-text01{
		position: static;
		background-size: 280px 280px;
		padding-top: 20px;
		margin: 0 auto 20px auto;
		width: 92%;
		height: 280px;
	}
	
	.home_area03-txt01{
		font-size: 16px;
	}
	
	.home_area03-bg{
		position: relative;
		left: 50%;
		margin-left: -280px;
	}
	.home_area03-bg img{
		width: 860px;
	}
}

/* area04 */
.home_area04-txt01{
	font-family: 'Lato', 'Noto Sans JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.04em;
}

.home_area04-list01{
	margin: 0 auto;
	font-size: 0px;
}
.home_area04-list01 li{
	display: inline-block;
	width: 360px;
	text-align: center;
	vertical-align: top;
}
.home_area04-con01{
	position: relative;
	padding-top: 20px;
	width: 224px;
}
.home_area04-con01 a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	text-align: right;
	z-index: 3;
}
.home_area04-con01 .con01_no01{
	background-image: url(../img/home/area04_ic01-pop_on.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.home_area04-con01 .con01_no02{
	background-image: url(../img/home/area04_ic02-pop_on.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.home_area04-con01 .con01_no03{
	background-image: url(../img/home/area04_ic03-pop_on.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.home_area04-con01 a:hover img{
	opacity: 0;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.home_area04-txt01{
		font-size: 26px;
	}
	
	.home_area04-list01 li{
		width: 33.3%;
	}
}
@media print{
	.home_area04-txt01{
		font-size: 26px;
	}
	
	.home_area04-list01 li{
		width: 33.3%;
	}
}
@media screen and (max-width: 767px) {
	.home_area04-txt01{
		font-size: 20px;
	}
	
	.home_area04-list01 li{
		display: block;
		padding-bottom: 20px;
		width: auto;
	}
	.home_area04-list01 li:last-child{
		padding-bottom: 0px;
	}
	.home_area04-con01{
		margin: 0 auto;
	}
}

/* area05 */
.home_area05{
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 1140px;
	height: 546px;/* 画像高さにあわせる */
}

.home_area05-text01{
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 40px;
	width: 100%;
	z-index: 3;
}
.home_area05-con01{
	display: block;
	background-image: url(../img/home/area05_textbg.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 115px;
	width: 460px;
	height: auto;
	min-height: 434px;
	text-align: center;
}
.home_area05-txt01{
	font-family: 'Lato', 'Noto Sans JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.04em;
}
.home_area05-bt{
	margin: 0 auto;
	width: 250px;
}

.home_area05-bg01{
	position: relative;
	left: 50%;
	margin-left: -1060px;
}
.home_area05-bg02{
	position: relative;
	top: -546px;
	left: 50%;
	margin-left: -75px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.home_area05{
		min-width: 768px;
		height: 400px;/* 画像高さにあわせる */
	}
	
	.home_area05-text01{
		padding-top: 20px;
	}
	.home_area05-con01{
		background-size: 318px auto;
		padding-top: 50px;
		width: 318px;
		height: auto;
		min-height: 304px;
	}
	.home_area05-txt01{
		font-size: 24px;
	}
	.home_area05-bt{
		width: 200px;
	}
	
	.home_area05-bg01{
		display: none;
	}
	.home_area05-bg02{
		position: relative;
		top: 0;
		left: 50%;
		margin-left: -75px;
	}
	.home_area05-bg02 img{
		height: 400px;
	}
}
@media print{
	.home_area05{
		min-width: 768px;
		height: 400px;/* 画像高さにあわせる */
	}
	
	.home_area05-text01{
		padding-top: 20px;
	}
	.home_area05-con01{
		background-size: 318px auto;
		padding-top: 50px;
		width: 318px;
		height: auto;
		min-height: 304px;
	}
	.home_area05-txt01{
		font-size: 24px;
	}
	.home_area05-bt{
		width: 200px;
	}
	
	.home_area05-bg01{
		display: none;
	}
	.home_area05-bg02{
		position: relative;
		top: 0;
		left: 50%;
		margin-left: -75px;
	}
	.home_area05-bg02 img{
		height: 400px;
	}
}
@media screen and (max-width: 767px) {
	.home_area05{
		min-width: 100%;
		height: auto;/* 画像高さにあわせる */
	}
	
	.home_area05-text01{
		position: static;
		padding-top: 0px;
		width: auto;
	}
	.home_area05-con01{
		display: block;
		background-size: 280px 280px;
		padding-top: 20px;
		width: auto;
		height: 280px;
		min-height: 280px;
	}
	.home_area05-txt01{
		font-size: 17px;
	}
	.home_area05-bt{
		margin: 0 auto;
		width: 100%;
	}
	
	.home_area05-bg01{
		position: static;
		left: 0%;
		margin-left: 0px;
		margin-bottom: 2px;
		text-align: center;
	}
	.home_area05-bg02{
		position: static;
		top: 0;
		left: 0%;
		margin-left: 0px;
	}
}


/*
 * 塗り替えをご検討中の皆様へ
 */
.nurikae_area01{
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 1140px;
}

.nurikae_area01-con01{
	position: absolute;
	top: 0px;
	left: 50%;
	padding-top: 10px;
	width: 570px;
	z-index: 3;
}

.nurikae_area01-text01{
	background-image: url(../img/common/bg_pattern01.gif);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px;
}
.nurikae_area01-text02{
	background-image: url(../img/common/bg_pattern02.gif);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px;
}
.nurikae_area01-text03{
	background-image: url(../img/common/bg_pattern03.gif);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px;
}

.nurikae_area01-txt01{
	display: table;
	border-bottom: #60341f solid 1px;
	padding-bottom: 6px;
	width: 100%;
}
.nurikae_area01-txt01 .txt01_anshin{
	display: table-cell;
	padding: 0 5px;
	width: 95px;
	font-size: 22px;
	font-weight: 400;
	vertical-align: bottom;
}
.nurikae_area01-txt01 .txt01_hon{
	display: table-cell;
	padding-bottom: 2px;
	vertical-align: bottom;
}

.nurikae_area01-photo01{
	position: relative;
	left: 50%;
	margin-left: -1000px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.nurikae_area01{
		min-width: 768px;
	}
	
	.nurikae_area01-con01{
		padding-top: 0px;
		padding-left: 20px;
		background-color: white;
		width: 50%;
		min-height: 540px;
		font-size: 13px;
	}
	
	.nurikae_area01-text01{
		padding: 15px;
		margin-right: 10px;
	}
	.nurikae_area01-text02{
		padding: 15px;
		margin-right: 10px;
	}
	.nurikae_area01-text03{
		padding: 15px;
		margin-right: 10px;
	}
	
	.nurikae_area01-txt01 .txt01_anshin{
		width: 65px;
		font-size: 17px;
		vertical-align: middle;
	}
	.nurikae_area01-txt01 .txt01_hon{
		font-size: 14px;
	}
	
	.nurikae_area01-photo01{
		left: 45%;
		margin-left: -650px;
	}
}
@media print{
	.nurikae_area01{
		min-width: 768px;
	}
	
	.nurikae_area01-con01{
		padding-top: 0px;
		padding-left: 20px;
		background-color: white;
		width: 50%;
		min-height: 540px;
		font-size: 13px;
	}
	
	.nurikae_area01-text01{
		padding: 15px;
		margin-right: 10px;
	}
	.nurikae_area01-text02{
		padding: 15px;
		margin-right: 10px;
	}
	.nurikae_area01-text03{
		padding: 15px;
		margin-right: 10px;
	}
	
	.nurikae_area01-txt01 .txt01_anshin{
		width: 65px;
		font-size: 17px;
		vertical-align: middle;
	}
	.nurikae_area01-txt01 .txt01_hon{
		font-size: 14px;
	}
	
	.nurikae_area01-photo01{
		left: 45%;
		margin-left: -650px;
	}
}
@media screen and (max-width: 767px) {
	.nurikae_area01-tit{
		padding: 0 4%;
	}
	
	.nurikae_area01{
		min-width: 100%;
	}
	
	.nurikae_area01-con01{
		position: static;
		padding-top: 0px;
		width: auto;
	}
	
	.nurikae_area01-text01{
		padding: 15px;
		margin-left: 4%;
		margin-right: 4%;
	}
	.nurikae_area01-text02{
		padding: 15px;
		margin-left: 4%;
		margin-right: 4%;
	}
	.nurikae_area01-text03{
		padding: 15px;
		margin-left: 4%;
		margin-right: 4%;
	}

	.nurikae_area01-txt01 .txt01_anshin{
		width: 70px;
		font-size: 17px;
		vertical-align: middle
	}
	
	.nurikae_area01-photo01{
		position: relative;
		left: 0px;
		margin-left: 0px;
	}
}

/* area02 */
.nurikae_area02-list01{
	position: relative;
	padding-top: 15px;
	height: 440px;
}
.nurikae_area02-list01 li{
	position: absolute;
	width: 23.5%;
	vertical-align: top;
}
.nurikae_area02-list01 .list01_01{
	top: 0px;
	left: 0px;
}
.nurikae_area02-list01 .list01_02{
	top: 0px;
	left: 25.5%;
}
.nurikae_area02-list01 .list01_03{
	top: 0px;
	left: 51%;
}
.nurikae_area02-list01 .list01_04{
	top: 0px;
	right: 0%;
}
.nurikae_area02-list01 .list01_05{
	bottom: 0px;
	right: 0%;
}
.nurikae_area02-list01 .list01_06{
	bottom: 0px;
	left: 51%;
}
.nurikae_area02-list01 .list01_07{
	bottom: 0px;
	left: 25.5%;
}
.nurikae_area02-list01 .list01_08{
	bottom: 0px;
	left: 0%;
}

.nurikae_area02-con01{
	position: relative;
	padding: 0 5px 5px 0;
}
.nurikae_area02-con01::before{
	content: '';
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
	width: 98%;
	height: 95%;
	background-color: #9ed29a;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	z-index: -1;
}
.nurikae_area02-con01 .con01_inn{
	background-color: #e8ffe6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 15px;
	height: 200px;
}

.nurikae_area02-step{
	position: absolute;
	top: -30px;
	left: 15px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
}
.nurikae_area02-step .step_no{
	font-size: 30px;
}

.nurikae_area02-txt01{
	display: table;
	border-bottom: #60341f solid 1px;
	width: 100%;
	height: 90px;
}
.nurikae_area02-txt01 p{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.nurikae_area02-txt02{
	font-size: 13px;
}

.nurikae_area02-con01 .con01_arrow01{
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -25px;
	font-size: 30px;
	color: #d75431;
}
.nurikae_area02-con01 .con01_arrow02{
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -10px;
	font-size: 30px;
	color: #d75431;
}
.nurikae_area02-con01 .con01_arrow03{
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -25px;
	font-size: 30px;
	color: #d75431;
}
.nurikae_area02-con01 .con01_arrow04{
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.nurikae_area02-step{
		top: -26px;
		left: 15px;
		font-size: 17px;
	}
	.nurikae_area02-step .step_no{
		font-size: 26px;
	}
	
	.nurikae_area02-txt01{
		height: 70px;
	}
	.nurikae_area02-txt01 p{
		font-size: 13px;
	}
	.nurikae_area02-txt02{
		font-size: 12px;
	}
}
@media print{
	.nurikae_area02-step{
		top: -26px;
		left: 15px;
		font-size: 17px;
	}
	.nurikae_area02-step .step_no{
		font-size: 26px;
	}
	
	.nurikae_area02-txt01{
		height: 70px;
	}
	.nurikae_area02-txt01 p{
		font-size: 13px;
	}
	.nurikae_area02-txt02{
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.nurikae_area02-list01{
		height: auto;
	}
	.nurikae_area02-list01 li{
		position: static;
		padding-bottom: 40px;
		width: auto;
	}
	
	.nurikae_area02-con01{
		position: relative;
		padding: 0 5px 5px 0;
	}
	.nurikae_area02-con01 .con01_inn{
		height: auto;
	}
	
	.nurikae_area02-step{
		top: -24px;
		font-size: 16px;
	}
	.nurikae_area02-step .step_no{
		font-size: 24px;
	}
	
	.nurikae_area02-txt01{
		height: auto;
	}
	.nurikae_area02-txt01 p{
		padding: 20px 0;
	}
	.nurikae_area02-txt02{
		font-size: 14px;
	}
	
	.nurikae_area02-con01 .con01_arrow01{
		display: none;
	}
	.nurikae_area02-con01 .con01_arrow02{
		position: absolute;
		bottom: -30px;
		left: 50%;
		margin-left: -10px;
		font-size: 30px;
		color: #d75431;
	}
	.nurikae_area02-con01 .con01_arrow03{
		display: none;
	}
	.nurikae_area02-con01 .con01_arrow04{
		display: inline-block;
		position: absolute;
		bottom: -30px;
		left: 50%;
		margin-left: -10px;
		font-size: 30px;
		color: #d75431;
	}
}

/* area03 */
.nurikae_area03-con01{/* con01 */
	position: relative;
	margin-top: -15px;
}
.nurikae_area03-con01 .con01_txt01{
	position: relative;
	top: 15px;
	background:linear-gradient(90deg,#539a4e 0%,#539a4e 45%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 100%);
	height: 75px;
}
.nurikae_area03-con01 .con01_txt01 p{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -570px;
	font-family: 'Lato', 'Noto Sans JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 75px;
	color: white;
}

.nurikae_area03-text01{
	border: #9ed29a solid 1px;
	padding: 35px 20px 20px 20px;
}
.nurikae_area03-text01 .text01_con01{
	overflow: hidden;
	border-bottom: #9ed29a solid 1px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.nurikae_area03-text01 .text01_con01 .text01_con01-text{
	float: right;
	width: 50%;
}
.nurikae_area03-text01 .text01_con01 .text01_con01-img{
	float: left;
	padding-right: 30px;
	width: 50%;
	text-align: center;
}

.nurikae_area03-con02{/* con02 */
	position: relative;
	margin-top: -15px;
}
.nurikae_area03-con02 .con02_txt01{
	position: relative;
	top: 15px;
	background:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,#a8b631 55%,#a8b631 100%);
	height: 75px;
}
.nurikae_area03-con02 .con02_txt01 p{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 570px;
	font-family: 'Lato', 'Noto Sans JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 75px;
	color: white;
	text-align: right;
}

.nurikae_area03-text02{
	border: #c7cf85 solid 1px;
	padding: 35px 20px 20px 20px;
}
.nurikae_area03-text02 .text02_con01{
	overflow: hidden;
	border-bottom: #c7cf85 solid 1px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.nurikae_area03-text02 .text02_con01 .text02_con01-text{
	float: left;
	width: 50%;
}
.nurikae_area03-text02 .text02_con01 .text02_con01-img{
	float: right;
	padding-left: 30px;
	width: 50%;
	text-align: center;
}

.nurikae_area03-con03{/* con03 */
	position: relative;
	margin-top: -15px;
}
.nurikae_area03-con03 .con03_txt01{
	position: relative;
	top: 15px;
	background:linear-gradient(90deg,#b13b3b 0%,#b13b3b 45%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 100%);
	height: 75px;
}
.nurikae_area03-con03 .con03_txt01 p{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -570px;
	font-family: 'Lato', 'Noto Sans JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 75px;
	color: white;
}

.nurikae_area03-text03{
	border: #d29a9a solid 1px;
	padding: 35px 20px 20px 20px;
}
.nurikae_area03-text03 .text03_con01{
	overflow: hidden;
	border-bottom: #d29a9a solid 1px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.nurikae_area03-text03 .text03_con01 .text03_con01-text{
	float: right;
	width: 50%;
}
.nurikae_area03-text03 .text03_con01 .text03_con01-img{
	float: left;
	padding-right: 30px;
	width: 50%;
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.nurikae_area03-con01 .con01_txt01{
		height: 65px;
	}
	.nurikae_area03-con01 .con01_txt01 p{
		left: 0px;
		padding-left: 10px;
		margin-left: 0px;
		width: auto;
		font-size: 20px;
		line-height: 65px;
	}
	
	.nurikae_area03-text01{
		padding: 35px 15px 15px 15px;
	}
	
	.nurikae_area03-con02 .con02_txt01{
		height: 65px;
	}
	.nurikae_area03-con02 .con02_txt01 p{
		right: 0px;
		padding-right: 10px;
		width: auto;
		font-size: 20px;
		line-height: 65px;
	}
	
	.nurikae_area03-text02{
		padding: 35px 15px 15px 15px;
	}
	
	.nurikae_area03-con03 .con03_txt01{
		height: 65px;
	}
	.nurikae_area03-con03 .con03_txt01 p{
		left: 0px;
		padding-left: 10px;
		margin-left: 0px;
		width: auto;
		font-size: 20px;
		line-height: 65px;
	}
	
	.nurikae_area03-text03{
		padding: 35px 15px 15px 15px;
	}
}
@media print{
	.nurikae_area03-con01 .con01_txt01{
		height: 65px;
	}
	.nurikae_area03-con01 .con01_txt01 p{
		left: 0px;
		padding-left: 10px;
		margin-left: 0px;
		width: auto;
		font-size: 20px;
		line-height: 65px;
	}
	
	.nurikae_area03-text01{
		padding: 35px 15px 15px 15px;
	}
	
	.nurikae_area03-con02 .con02_txt01{
		height: 65px;
	}
	.nurikae_area03-con02 .con02_txt01 p{
		right: 0px;
		padding-right: 10px;
		width: auto;
		font-size: 20px;
		line-height: 65px;
	}
	
	.nurikae_area03-text02{
		padding: 35px 15px 15px 15px;
	}
	
	.nurikae_area03-con03 .con03_txt01{
		height: 65px;
	}
	.nurikae_area03-con03 .con03_txt01 p{
		left: 0px;
		padding-left: 10px;
		margin-left: 0px;
		width: auto;
		font-size: 20px;
		line-height: 65px;
	}
	
	.nurikae_area03-text03{
		padding: 35px 15px 15px 15px;
	}
}
@media screen and (max-width: 767px) {
	.nurikae_area03-con01 .con01_txt01{
		background:linear-gradient(90deg,#539a4e 0%,#539a4e 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
		height: 40px;
	}
	.nurikae_area03-con01 .con01_txt01 p{
		left: 0px;
		padding-left: 4%;
		margin-left: -0px;
		font-size: 16px;
		line-height: 40px;
	}
	
	.nurikae_area03-text01{
		padding: 25px 15px 10px 15px;
	}
	.nurikae_area03-text01 .text01_con01{
		border-bottom: none;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.nurikae_area03-text01 .text01_con01 .text01_con01-text{
		float: none;
		padding-bottom: 20px;
		width: auto;
	}
	.nurikae_area03-text01 .text01_con01 .text01_con01-img{
		float: none;
		padding-right: 0px;
		width: auto;
	}
	
	.nurikae_area03-con02 .con02_txt01{
		background:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,#a8b631 25%,#a8b631 100%);
		height: 40px;
	}
	.nurikae_area03-con02 .con02_txt01 p{
		position: absolute;
		top: 0px;
		left: 0px;
		padding-right: 4%;
		width: 100%;
		font-size: 16px;
		line-height: 40px;
	}	
	
	.nurikae_area03-text02{
		padding: 25px 15px 10px 15px;
	}
	.nurikae_area03-text02 .text02_con01{
		border-bottom: none;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.nurikae_area03-text02 .text02_con01 .text02_con01-text{
		float: none;
		padding-bottom: 20px;
		width: auto;
	}
	.nurikae_area03-text02 .text02_con01 .text02_con01-img{
		float: none;
		padding-left: 0px;
		width: auto;
	}
	
	.nurikae_area03-con03 .con03_txt01{
		background:linear-gradient(90deg,#b13b3b 0%,#b13b3b 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
		height: 40px;
	}
	.nurikae_area03-con03 .con03_txt01 p{
		left: 0px;
		padding-left: 4%;
		margin-left: -0px;
		font-size: 16px;
		line-height: 40px;
	}
	
	.nurikae_area03-text03{
		padding: 25px 15px 10px 15px;
	}
	.nurikae_area03-text03 .text03_con01{
		border-bottom: none;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.nurikae_area03-text03 .text03_con01 .text03_con01-text{
		float: none;
		padding-bottom: 20px;
		width: auto;
	}
	.nurikae_area03-text03 .text03_con01 .text03_con01-img{
		float: none;
		padding-left: 0px;
		width: auto;
	}
}


/*
 * 施工実績
 */
.works_nav{
	overflow: hidden;
	font-size: 0px;
}
.works_nav li{
	display: inline-block;
	padding-right: 1.5%;
	padding-bottom: 10px;
	width: 18.8%;
	font-size: 17px;
	vertical-align: top;
}
.works_nav li:nth-child(5n){
	padding-right: 0;
}
.works_nav li a{
	display: block;
	background-color: #5b9057;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 14px 10px;
	color: white;
	text-align: center;
}
.works_nav li a span{
	display: block;
	font-size: 30px;
	line-height: 1.2;
}
.works_nav li a:hover{
	background-color: #576090;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
.works_nav li .active{
	background-color: #576090;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.works_nav li{
		font-size: 15px;
	}
	.works_nav li a{
		padding: 14px 5px;
	}
	.works_nav li a span{
		font-size: 26px;
	}
}
@media print{
	.works_nav li{
		font-size: 15px;
	}
	.works_nav li a{
		padding: 14px 5px;
	}
	.works_nav li a span{
		font-size: 26px;
	}
}
@media screen and (max-width: 767px) {
	.works_nav li{
		display: block;
		padding-right: 0px;
		width: auto;
		font-size: 15px;
	}
	.works_nav li a{
		position: relative;
		padding: 14px 5px;
	}
	.works_nav li a span{
		position: absolute;
		top: 50%;
		right: 10px;
		display: inline-block;
		margin-top: -10px;
		font-size: 18px;
	}
}

/* area01 */
.works_area01-con01{
	overflow: hidden;
	background-image: url(../img/common/c_dotline-yoko.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.works_area01-con01 .con01_text{
	float: right;
	background-image: url(../img/common/bg_pattern01.gif);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px;
	width: 540px;
}
.works_area01-con01 .con01_photo{
	float: left;
	width: 50%;
}

.works_area01-photo01{
	overflow: hidden;
	font-size: 0px;
}
.works_area01-photo01 li{
	display: inline-block;
	padding-right: 2%;
	width: 49%;
	vertical-align: top;
}
.works_area01-photo01 li:last-child{
	padding-right: 0;
}
.works_area01-photo01 li .photo01_con{
	overflow: hidden;
	font-size: 14px;
	text-align: center;
}
.works_area01-photo01 li .photo01_con .text{
	position: relative;
	display: inline-block;
}
.works_area01-photo01 li .photo01_con .text::before{
	content: '';
	position: absolute;
	top: 50%;
	left: -20px;
	display: block;
	background-color: #60341f;
	width: 15px;
	height: 1px;
}
.works_area01-photo01 li .photo01_con .text::after{
	content: '';
	position: absolute;
	top: 50%;
	right: -20px;
	display: block;
	background-color: #60341f;
	width: 15px;
	height: 1px;
}
.works_area01-photo01 li .trim01{
	background-color: #f0f9ee;
}

.works_area01-photo02{
	overflow: hidden;
	font-size: 0px;
}
.works_area01-photo02 li{
	display: inline-block;
	padding-right: 1%;
	width: 19.2%;
	vertical-align: top;
}
.works_area01-photo02 li:last-child{
	padding-right: 0;
}
.works_area01-photo02 li .photo02_con{
	overflow: hidden;
	font-size: 13px;
	text-align: center;
}
.works_area01-photo02 li .photo02_con .text{
	position: relative;
	display: inline-block;
}
.works_area01-photo02 li .photo02_con .text::before{
	content: '';
	position: absolute;
	top: 50%;
	left: -20px;
	display: block;
	background-color: #60341f;
	width: 15px;
	height: 1px;
}
.works_area01-photo02 li .photo02_con .text::after{
	content: '';
	position: absolute;
	top: 50%;
	right: -20px;
	display: block;
	background-color: #60341f;
	width: 15px;
	height: 1px;
}
.works_area01-photo02 li .trim02{
	background-color: #f0f9ee;
}

.works_area01-photo02 li .photo02_text{
	border: #cccccc solid 1px;
	padding: 10px;
	font-size: 14px;
}

.works_area01-con03{
	padding: 20px;
}

/* paging */
.works_paging{
	background-color: #e9ffe7;
	padding: 6px 0;
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.works_area01-con01 .con01_text{
		padding: 15px;
		width: 50%;
		font-size: 15px;
	}
	
	.works_area01-photo01 li .photo01_con{
		font-size: 13px;
	}
	
	.works_area01-photo02 li .photo02_con{
		font-size: 10px;
	}
	.works_area01-photo02 li .photo02_con .text::before{
		left: -15px;
		width: 10px;
	}
	.works_area01-photo02 li .photo02_con .text::after{
		right: -15px;
		width: 10px;
	}
	
	.works_area01-photo02 li .photo02_text{
		font-size: 13px;
	}
	
	.works_area01-con03{
		padding: 15px;
	}
}
@media print{
	.works_area01-con01 .con01_text{
		padding: 15px;
		width: 50%;
		font-size: 15px;
	}
	
	.works_area01-photo01 li .photo01_con{
		font-size: 13px;
	}
	
	.works_area01-photo02 li .photo02_con{
		font-size: 10px;
	}
	.works_area01-photo02 li .photo02_con .text::before{
		left: -15px;
		width: 10px;
	}
	.works_area01-photo02 li .photo02_con .text::after{
		right: -15px;
		width: 10px;
	}
	
	.works_area01-photo02 li .photo02_text{
		font-size: 13px;
	}
	
	.works_area01-con03{
		padding: 15px;
	}
}
@media screen and (max-width: 767px) {
	.works_area01-con01{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.works_area01-con01 .con01_text{
		float: none;
		padding: 15px;
		margin-bottom: 20px;
		width: auto;
	}
	.works_area01-con01 .con01_photo{
		float: none;
		width: auto;
	}
	
	.works_area01-photo01 li{
		display: block;
		padding-right: 0;
		padding-bottom: 20px;
		width: auto;
	}
	.works_area01-photo01 li:last-child{
		padding-bottom: 0px;
	}
	
	.works_area01-photo02 li{
		display: block;
		padding-right: 0;
		padding-bottom: 20px;
		width: auto;
	}
	.works_area01-photo02 li:last-child{
		padding-bottom: 0px;
	}
	.works_area01-photo02 li .photo02_con{
		font-size: 14px;
	}

	.works_area01-con03{
		padding: 15px;
	}
	
	/* paging */
	.works_paging{
		font-size: 12px;
	}
}


/*
 * 会社概要
 */
.company_area01{
	background-image: url(../img/company/area01_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 40px 0;
	height: auto;
	min-height: 482px;
	text-align: center;
}

.company_area01-tit{
	position: relative;
	left: -10px;
	font-family: 'Lato', 'Noto Sans JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 36px;
	color: #d75431;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.company_area01{
		padding: 30px 0;
	}
	
	.company_area01-tit{
		font-size: 30px;
	}
	.company_area01-txt01{
		width: 260px;
	}
}
@media print{
	.company_area01{
		padding: 30px 0;
	}
	
	.company_area01-tit{
		font-size: 30px;
	}
	.company_area01-txt01{
		width: 260px;
	}
}
@media screen and (max-width: 767px) {
	.company_area01{
		background-size: 100% 100%;
		padding: 20px 10px;
		min-height: 100px;
	}
	
	.company_area01-tit{
		font-size: 20px;
	}
	.company_area01-txt01{
		width: 220px;
	}
}

/* area02 */
.company_area02-con01{
	display: table;
	width: 100%;
}
.company_area02-con01 .con01_left{
	display: table-cell;
	padding-right: 2%;
	width: 49%;
	vertical-align: top;
}
.company_area02-con01 .con01_right{
	display: table-cell;
	width: 49%;
	vertical-align: top;
}

.company_area02-text01{
	background-image: url(../img/common/bg_pattern01.gif);
	background-position: center top;
	background-repeat: repeat;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px;
}
.company_area02-text02{
	background-image: url(../img/common/bg_pattern03.gif);
	background-position: center top;
	background-repeat: repeat;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px;
}

.company_area02-hyo01,
.company_area02-hyo02{
	display: table;
	border-bottom: #60341f solid 1px;
	margin: 0;
	width: 100%;
}
.company_area02-hyo01{
	border-top: #60341f solid 1px;
}
.company_area02-hyo01 dt,
.company_area02-hyo02 dt{
	display: table-cell;
	background-color: #4f884b;
	padding: 10px;
	width: 130px;
	font-weight: 400;
	text-align: center;
	color: white;
	vertical-align: middle;
}
.company_area02-hyo01 dd,
.company_area02-hyo02 dd{
	display: table-cell;
	padding: 10px;
	margin: 0;
	vertical-align: middle;
}

.company_area02-hyo03,
.company_area02-hyo04{
	display: table;
	border-bottom: #60341f solid 1px;
	margin: 0;
	width: 100%;
}
.company_area02-hyo03{
	border-top: #60341f solid 1px;
}
.company_area02-hyo03 dt,
.company_area02-hyo04 dt{
	display: table-cell;
	background-color: #b44b21;
	padding: 10px;
	width: 130px;
	font-weight: 400;
	text-align: center;
	color: white;
	vertical-align: middle;
}
.company_area02-hyo03 dd,
.company_area02-hyo04 dd{
	display: table-cell;
	padding: 10px;
	margin: 0;
	vertical-align: middle;
}

.company_area02-hyo01 dt,
.company_area02-hyo02 dt,
.company_area02-hyo03 dt,
.company_area02-hyo04 dt{
	height: 60px;
}
.company_area02-hyo01 .hyo_2line,
.company_area02-hyo02 .hyo_2line,
.company_area02-hyo03 .hyo_2line,
.company_area02-hyo04 .hyo_2line{
	height: 80px;
}
.company_area02-hyo01 .hyo_3line,
.company_area02-hyo02 .hyo_3line,
.company_area02-hyo03 .hyo_3line,
.company_area02-hyo04 .hyo_3line{
	height: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.company_area02-text01{
		padding: 15px;
	}
	.company_area02-text02{
		padding: 15px;
	}
	
	.company_area02-hyo01 dt,
	.company_area02-hyo02 dt{
		width: 110px;
	}
	.company_area02-hyo01 dd,
	.company_area02-hyo02 dd{
		padding-right: 0;
		font-size: 15px;
	}
	
	.company_area02-hyo03 dt,
	.company_area02-hyo04 dt{
		width: 110px;
	}
	.company_area02-hyo03 dd,
	.company_area02-hyo04 dd{
		padding-right: 0;
		font-size: 15px;
	}
	
	.company_area02-hyo01 .hyo_3line,
	.company_area02-hyo02 .hyo_3line,
	.company_area02-hyo03 .hyo_3line,
	.company_area02-hyo04 .hyo_3line{
		height: 160px;
	}

	.company_area02-hyo02 dd .hyo02_tab-free{
		display: inline-block;
		padding-left: 44px;
	}
	.company_area02-hyo02 dd .hyo02_tab-tel,
	.company_area02-hyo02 dd .hyo02_tab-fax{
		display: inline-block;
		width: 44px;
	}
}
@media print{
	.company_area02-text01{
		padding: 15px;
	}
	.company_area02-text02{
		padding: 15px;
	}
	
	.company_area02-hyo01 dt,
	.company_area02-hyo02 dt{
		width: 110px;
	}
	.company_area02-hyo01 dd,
	.company_area02-hyo02 dd{
		padding-right: 0;
		font-size: 15px;
	}
	
	.company_area02-hyo03 dt,
	.company_area02-hyo04 dt{
		width: 110px;
	}
	.company_area02-hyo03 dd,
	.company_area02-hyo04 dd{
		padding-right: 0;
		font-size: 15px;
	}
	
	.company_area02-hyo01 .hyo_3line,
	.company_area02-hyo02 .hyo_3line,
	.company_area02-hyo03 .hyo_3line,
	.company_area02-hyo04 .hyo_3line{
		height: 160px;
	}

	.company_area02-hyo02 dd .hyo02_tab-free{
		display: inline-block;
		padding-left: 44px;
	}
	.company_area02-hyo02 dd .hyo02_tab-tel,
	.company_area02-hyo02 dd .hyo02_tab-fax{
		display: inline-block;
		width: 44px;
	}
}
@media screen and (max-width: 767px) {
	.company_area02-con01{
		display: block;
		width: auto;
	}
	.company_area02-con01 .con01_left{
		display: block;
		padding-right: 0;
		padding-bottom: 30px;
		width: auto;
	}
	.company_area02-con01 .con01_right{
		display: block;
		width: auto;
		vertical-align: top;
	}
	
	.company_area02-text01{
		padding: 15px;
	}
	.company_area02-text02{
		padding: 15px;
	}
	
	.company_area02-hyo01,
	.company_area02-hyo02{
		display: block;
	}
	.company_area02-hyo01 dt,
	.company_area02-hyo02 dt{
		display: block;
		border-left: #60341f solid 1px;
		border-right: #60341f solid 1px;
		width: auto;
	}
	.company_area02-hyo01 dd,
	.company_area02-hyo02 dd{
		display: block;
		border-left: #60341f solid 1px;
		border-right: #60341f solid 1px;
	}
	
	.company_area02-hyo03,
	.company_area02-hyo04{
		display: block;
	}
	.company_area02-hyo03 dt,
	.company_area02-hyo04 dt{
		display: block;
		border-left: #60341f solid 1px;
		border-right: #60341f solid 1px;
		width: auto;
	}
	.company_area02-hyo03 dd,
	.company_area02-hyo04 dd{
		display: block;
		border-left: #60341f solid 1px;
		border-right: #60341f solid 1px;
	}
	
	.company_area02-hyo01 dt,
	.company_area02-hyo02 dt,
	.company_area02-hyo03 dt,
	.company_area02-hyo04 dt{
		height: auto;
	}
	.company_area02-hyo01 .hyo_2line,
	.company_area02-hyo02 .hyo_2line,
	.company_area02-hyo03 .hyo_2line,
	.company_area02-hyo04 .hyo_2line{
		height: auto;
	}
	.company_area02-hyo01 .hyo_3line,
	.company_area02-hyo02 .hyo_3line,
	.company_area02-hyo03 .hyo_3line,
	.company_area02-hyo04 .hyo_3line{
		height: auto;
	}
}

/* area03 */
.company_area03{
	position: relative;
	padding-bottom: 165px;
}
.company_area03-text01{
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -340px;
	background-color: rgba(255,254,230,0.8);
	padding-top: 45px;
	width: 680px;
	height: 200px;
	text-align: center;
	z-index: 3;
}

.company_area03-bt{
	margin: 0 auto;
	width: 220px;
}
@media screen and (max-width: 767px) {
	.company_area03-text01{
		bottom: -30px;
		left: 50%;
		margin-left: -43%;
		padding-top: 30px;
		padding: 30px 2% 10px 2%; 
		width: 86%;
		height: auto;
		text-align: left;
	}
	
	.company_area03-bt{
		margin: 0 auto;
		width: 100%;
	}
}

/* area04 */
.company_area04{
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 1140px;
}

.company_area04-photo01{
	position: relative;
	z-index: 6;
}

.company_area04-text01{
	background-color: white;
	padding: 40px 0;
}

.company_area04-con01{/* con01 */
	position: relative;
	margin-top: -15px;
}
.company_area04-con01 .con01_txt01{
	position: relative;
	top: 15px;
	background:linear-gradient(90deg,#539a4e 0%,#539a4e 45%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 100%);
	height: 75px;
}
.company_area04-con01 .con01_txt01 p{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -570px;
	font-family: 'Lato', 'Noto Sans JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 75px;
	color: white;
}

.company_area04-text01{
	border: #9ed29a solid 1px;
	background-color: white;
	padding: 35px 20px 20px 20px;
}
.company_area04-text01 .text01_con01{
	display: table;
	width: 100%;
}
.company_area04-text01 .text01_con01 .text01_con01-left{
	display: table-cell;
	border-right: #9ed29a solid 1px;
	padding-right: 20px;
	width: 55%;
}
.company_area04-text01 .text01_con01 .text01_con01-right{
	display: table-cell;
	padding-left: 20px;
	width: 45%;
}

.company_area04-text02{
	overflow: hidden;
	font-size: 0px;
}
.company_area04-text02 li{
	display: inline-block;
	padding-right: 2%;
	width: 49%;
	font-size: 16px;
	font-weight: 700;
	color: white;
	vertical-align: top;
}
.company_area04-text02 li:nth-child(2n){
	padding-right: 0;
}
.company_area04-text02 li p{
	display: block;
	background: linear-gradient(180deg,#87c7c0 0%,#87c7c0 50%,#75bab0 50%,#75bab0 100%);
	padding: 2px 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.company_area04-text02 li p .text02_ic{
	display: inline-block;
	padding-right: 6px;
}
.company_area04-text02 li p .text02_txt{
	position: relative;
	top: 2px;
}

.company_area04-text03{
	background-color: #4f884b;
	padding: 20px;
}
.company_area04-text03 .text03_tit{
	border-bottom: white solid 1px;
	padding-bottom: 10px;
	font-family: 'Lato', 'Noto Sans JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: white;
	text-align: center;
}

.company_area04-box01{
	display: table;
	width: 100%;
}
.company_area04-box01 .box01_left{
	display: table-cell;
	width: 50%;
	color: white;
	vertical-align: middle;
}
.company_area04-box01 .box01_right{
	display: table-cell;
	color: white;
	text-align: center;
	vertical-align: middle;
}

.company_area04-tel{
	font-family: Arial, sans-serif;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
}
.company_area04-tel .tel_mini{
	display: inline-block;
	padding-right: 10px;
	font-size: 20px;
	font-weight: 400;
}

.company_area04-bt{
	margin: 0 auto;
	width: 360px;
}

.company_area04-bg01{
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -800px;
	z-index: 3;
}
.company_area04-bg02{
	position: relative;
	top: -400px;
	left: 50%;
	margin-left: 600px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.company_area04{
		min-width: 768px;
	}
	
	.company_area04-con01 .con01_txt01{
		height: 65px;
	}
	.company_area04-con01 .con01_txt01 p{
		left: 0px;
		padding-left: 10px;
		margin-left: 0px;
		font-size: 20px;
		line-height: 65px;
	}
	
	.company_area04-text01{
		padding: 35px 15px 15px 15px;
	}
	.company_area04-text01 .text01_con01 .text01_con01-left{
		padding-right: 15px;
	}
	
	.company_area04-text02 li{
		font-size: 15px;
	}
	.company_area04-text02 li p .text02_ic{
		padding-right: 3px;
	}
	
	.company_area04-text03{
		position: relative;
		padding: 15px;
		z-index: 3;
	}
	.company_area04-text03 .text03_tit{
		font-size: 20px;
	}
	
	.company_area04-box01 .box01_left{
		padding-right: 20px;
	}
	
	.company_area04-tel{
		font-size: 32px;
	}
	.company_area04-tel .tel_mini{
		font-size: 18px;
	}
	
	.company_area04-bt{
		width: 300px;
	}
	
	.company_area04-bg01{
		top: 0px;
		left: 50%;
		margin-left: -450px;
	}
	.company_area04-bg02{
		position: relative;
		top: -30px;
		left: 50%;
		margin-left: 100px;
	}
}
@media print{
	.company_area04{
		min-width: 768px;
	}
	
	.company_area04-con01 .con01_txt01{
		height: 65px;
	}
	.company_area04-con01 .con01_txt01 p{
		left: 0px;
		padding-left: 10px;
		margin-left: 0px;
		font-size: 20px;
		line-height: 65px;
	}
	
	.company_area04-text01{
		padding: 35px 15px 15px 15px;
	}
	.company_area04-text01 .text01_con01 .text01_con01-left{
		padding-right: 15px;
	}
	
	.company_area04-text02 li{
		font-size: 15px;
	}
	.company_area04-text02 li p .text02_ic{
		padding-right: 3px;
	}
	
	.company_area04-text03{
		position: relative;
		padding: 15px;
		z-index: 3;
	}
	.company_area04-text03 .text03_tit{
		font-size: 20px;
	}
	
	.company_area04-box01 .box01_left{
		padding-right: 20px;
	}
	
	.company_area04-tel{
		font-size: 32px;
	}
	.company_area04-tel .tel_mini{
		font-size: 18px;
	}
	
	.company_area04-bt{
		width: 300px;
	}
	
	.company_area04-bg01{
		top: 0px;
		left: 50%;
		margin-left: -450px;
	}
	.company_area04-bg02{
		position: relative;
		top: -30px;
		left: 50%;
		margin-left: 100px;
	}

	.company_area04-print01{
		height: 370px !important;
	}
}
@media screen and (max-width: 767px) {
	.company_area04{
		min-width: 100%;
	}
	
	.company_area04-text01{
		padding: 20px 0;
	}
	
	.company_area04-con01 .con01_txt01{
		background:linear-gradient(90deg,#539a4e 0%,#539a4e 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
		height: 45px;
	}
	.company_area04-con01 .con01_txt01 p{
		top: 0px;
		left: 0px;
		padding-left: 4%;
		margin-left: 0px;
		font-size: 18px;
		line-height: 45px;
	}
	
	.company_area04-text01{
		padding: 25px 15px 15px 15px;
	}
	.company_area04-text01 .text01_con01{
		display: block;
		width: auto;
	}
	.company_area04-text01 .text01_con01 .text01_con01-left{
		display: block;
		border: none;
		padding-right: 0px;
		padding-bottom: 20px;
		width: auto;
	}
	.company_area04-text01 .text01_con01 .text01_con01-right{
		display: block;
		padding-left: 0px;
		width: auto;
	}
	
	.company_area04-text02 li{
		display: block;
		padding-right: 0;
		width: auto;
		font-size: 15px;
	}

	.company_area04-text03{
		position: relative;
		padding: 15px;
		z-index: 3;
	}
	.company_area04-text03 .text03_tit{
		font-size: 18px;
	}
	
	.company_area04-box01{
		display: block;
		width: auto;
	}
	.company_area04-box01 .box01_left{
		display: block;
		padding-bottom: 20px;
		width: auto;
	}
	.company_area04-box01 .box01_right{
		display: block;
	}
	
	.company_area04-tel{
		font-size: 26px;
	}
	.company_area04-tel .tel_mini{
		font-size: 16px;
	}
	
	.company_area04-bt{
		width: 100%;
	}
	
	.company_area04-bg01{
		top: 0px;
		left: 0%;
		margin-left: -30px;
	}
	.company_area04-bg01 img{
		width: 200px;
	}
	.company_area04-bg02{
		position: relative;
		top: -20px;
		left: 50%;
		margin-left: 0px;
	}
	.company_area04-bg02 img{
		width: 200px;
	}
}


/*
 * お問い合わせ
 */
.contact_area01{
	background-image: url(../img/contact/area01_bg.jpg);
	background-size: cover;
}

.contact_area01-con01{
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px;
	margin: 0 auto;
	width: 1040px;
	text-align: center;
}
.contact_area01-txt01{
	font-family: 'Lato', 'Noto Sans JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 24px;
	font-weight: 700;
}

.contact_area01-dial{/* TEL FAX */
	overflow: hidden;
	font-size: 0px;
}
.contact_area01-dial li{
	display: inline-block;
	padding-right: 2%;
	width: 49%;
	vertical-align: top;
}
.contact_area01-dial li:last-child{
	padding-right: 0;
}

.contact_area01-dial li .dial_box{
	background-color: white;
	border: #4f884b solid 1px;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.contact_area01-table{
	display: table;
	padding: 15px 0;
	width: 100%;
	height: 230px;
}
.contact_area01-table .table_txt{
	display: table-cell;
	padding: 0 20px;
	font-size: 15px;
	text-align: left;
	vertical-align: middle;
}
.contact_area01-table .table_txt .table_tel,
.contact_area01-table .table_txt .table_fax{
	position: relative;
	padding-left: 60px;
	font-size: 36px;
}
.contact_area01-table .table_txt .table_tel .tel_ic{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	text-align: center;
}
.contact_area01-table .table_txt .table_tel .tel_ic img{
	position: relative;
	top: -3px;
	width: 40px;
	height: auto;
}

.contact_area01-table .table_txt .table_txt02{
	display: table;
}
.contact_area01-table .table_txt .table_txt02 .txt02_left{
	position: relative;
	display: table-cell;
	width: 100px;
	vertical-align: middle:
}
.contact_area01-table .table_txt .table_txt02 .txt02_left .txt02_dot{
	position: absolute;
	top: 50%;
	right : 15px;
	margin-top: -15px;
}
.contact_area01-table .table_txt .table_txt02 .txt02_right{
	display: table-cell;
	vertical-align: middle:
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.contact_area01-con01{
		padding: 15px;
		margin: 0 10px;
		width: auto;
	}
	.contact_area01-txt01{
		font-size: 20px;
	}

	.contact_area01-table{
		height: 190px;
	}
	.contact_area01-table .table_txt{
		font-size: 14px;
	}
	.contact_area01-table .table_txt .table_tel,
	.contact_area01-table .table_txt .table_fax{
		padding-left: 54px;
		font-size: 30px;
	}
	.contact_area01-table .table_txt .table_tel .tel_ic{
		width: 46px;
	}
	.contact_area01-table .table_txt .table_tel .tel_ic img{
		width: 36px;
	}
	
	.contact_area01-table .table_txt .table_txt02 .txt02_left{
		width: 80px;
	}
}
@media print{
	.contact_area01-con01{
		padding: 15px;
		margin: 0 10px;
		width: auto;
	}
	.contact_area01-txt01{
		font-size: 20px;
	}

	.contact_area01-table{
		height: 190px;
	}
	.contact_area01-table .table_txt{
		font-size: 14px;
	}
	.contact_area01-table .table_txt .table_tel,
	.contact_area01-table .table_txt .table_fax{
		padding-left: 54px;
		font-size: 30px;
	}
	.contact_area01-table .table_txt .table_tel .tel_ic{
		width: 46px;
	}
	.contact_area01-table .table_txt .table_tel .tel_ic img{
		width: 36px;
	}
	
	.contact_area01-table .table_txt .table_txt02 .txt02_left{
		width: 80px;
	}
}
@media screen and (max-width: 767px) {
	.contact_area01-con01{
		padding: 15px;
		width: 92%;
		
	}
	.contact_area01-txt01{
		font-size: 17px;
	}
	
	.contact_area01-dial li{
		display: block;
		padding-right: 0;
		padding-bottom: 20px;
		width: auto;
	}
	.contact_area01-dial li:last-child{
		padding-bottom: 0px;
	}

	.contact_area01-table{
		height: auto;
	}
	.contact_area01-table .table_txt{
		font-size: 13px;
	}
	.contact_area01-table .table_txt .table_tel,
	.contact_area01-table .table_txt .table_fax{
		padding-left: 40px;
		font-size: 20px;
	}
	.contact_area01-table .table_txt .table_tel .tel_ic{
		width: 40px;
	}
	.contact_area01-table .table_txt .table_tel .tel_ic img{
		width: 24px;
	}
	.contact_area01-table .table_txt .table_tel .tel_txt{
		padding-left: 0px;
		width: 40px;
		font-size: 16px;
	}
	
	.contact_area01-table .table_txt .table_txt02{
		display: table;
	}
	.contact_area01-table .table_txt .table_txt02 .txt02_left{
		width: 70px;
	}
	.contact_area01-table .table_txt .table_txt02 .txt02_left .txt02_dot{
		margin-top: -11px;
	}
}

/* area02 */
.contact_area02{
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 1140px;
}

.contact_area02 div form{
	position: relative;
	z-index: 6;
}

.contact_area02-bg01{
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -800px;
	z-index: 3;
}
.contact_area02-bg02{
	position: relative;
	top: -200px;
	left: 50%;
	margin-left: 600px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.contact_area02{
		min-width: 768px;
	}
	
	.contact_area02-bg01{
		top: 0px;
		left: 50%;
		margin-left: -450px;
	}
	.contact_area02-bg02{
		position: relative;
		top: -30px;
		left: 50%;
		margin-left: 100px;
	}
}
@media print{
	.contact_area02{
		min-width: 768px;
	}
	
	.contact_area02-bg01{
		top: 0px;
		left: 50%;
		margin-left: -450px;
	}
	.contact_area02-bg02{
		position: relative;
		top: -30px;
		left: 50%;
		margin-left: 100px;
	}
}
@media screen and (max-width: 767px) {
	.contact_area02{
		min-width: 100%;
	}
	
	.contact_area02-bg01{
		top: 0px;
		left: 0%;
		margin-left: -30px;
	}
	.contact_area02-bg01 img{
		width: 200px;
	}
	.contact_area02-bg02{
		position: relative;
		top: -20px;
		left: 50%;
		margin-left: 0px;
	}
	.contact_area02-bg02 img{
		width: 200px;
	}
}

/* policy */
.policy_tit{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-family: 'Noto Serif JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 24px;
	text-align: center;
}

.policy_text{
	overflow: hidden;
	overflow-y: scroll;
	background-color: white;
	border: #cccccc solid 1px;
	padding: 20px;
	height: 400px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.policy_tit{
		font-size: 22px;
	}
	.policy_text{
		font-size: 15px;
	}
}
@media print{
	.policy_tit{
		font-size: 22px;
	}
	.policy_text{
		font-size: 15px;
	}
}
@media screen and (max-width: 767px) {
	.policy_tit{
		font-size: 18px;
	}
		.policy_text{
		padding: 10px;
		height: 200px;
		font-size: 13px;
	}
}




