@charset "utf-8";
/* CSS Document */

h2 {
	font-weight: bold;
}
h3 {
	font-size: 28px;
	font-weight: bold;
}
h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
h4 span {
	font-size: 14px;
}
.txt_c {
	text-align: center;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.pt0 {
	padding-top: 0;
}
.green_box {
	background-color: #007f52;
	padding: 20px 30px;
	color: #ffffff;
	display: inline-block;
}
.green_bg {
	background-color: #d9ece6;
	width: 100%;
}
.green_bg_inner {
	max-width: 1100px;
	margin: auto;
	padding: 170px 0 40px;
}
.gray_bg {
	background-color: #e8f1f0;
	width: 100%;
}
.triangle {
	position: relative;
}

.triangle:after {
content: "";
position: absolute;
top: 0;
box-sizing: border-box;
border-right: calc(50vw - 10px) solid transparent;
border-left: calc(50vw - 10px) solid transparent;
border-top: 100px solid #fff;
}

.area01 ul {
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 30px;
}
.area01 ul li {
	width: 24%;
	margin-right: 50px;
}
.area01 ul li:last-child {
	margin-right: 0;
}
.area01 img {
	margin: auto;
}
.area01 p {
	padding: 20px;
	text-align: left;
	line-height: 1.5;
}
.area02 img {
	margin-top: 40px;
}
.area02 h2 span {
	font-size:50px;
	font-weight: bold;
}
.area_02 h4 + p {
	font-size: 14px;
	margin-bottom: 40px;
}

.area03 {
	background-image: url(../img/div/bg_area03.png);
	background-repeat: no-repeat;
	padding: 50px 0;
	margin: auto;
	width: 1200px;
}
.area03 h2 {
	color: #ffffff;
}
.area03 ul {
	width: 60%;
	margin: auto;
}
.area03 ul li {
	background-color: #ffffff;
	padding: 15px 70px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	line-height: 1.5;
}
.area03 ul li span {
	color: #007f54;
	font-weight: bold;
}
.area03 ul li::before {
	content: "";
    display: inline-block;
    width: 32px;
    height: 28px;
    background-image: url('../img/div/icon_check.png');
    background-position: center;
    background-size: contain;
	position: absolute;
	top: 15px;
	left: 20px;
}
.area03 ul li.tl::before {
	content: "";
    display: inline-block;
    width: 32px;
    height: 28px;
    background-image: url('../img/div/icon_check.png');
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	position: absolute;
	top: 25px;
	left: 20px;
}
.area04 {
	background-color: #e8f1f0;
	background-image: url(../img/div/bg_area04.png);
	background-repeat: no-repeat;
	padding: 0 0 50px;
	margin: auto;
	width: 1200px;
}
.area04_inner {
	margin: auto;
	width: 1100px;
}
.area04 h2 {
	color: #007f54;
}
.area04_inner > div {
	display: flex;
	width: 85%;
	margin: auto;
}
.area04_inner > div:nth-child(2) div:nth-child(1) {
	width: 45%;
}
.area04_inner > div:nth-child(2) div:nth-child(2) {
	width: 55%;
	padding-right: 22px;
}
.area04_inner > div:nth-child(2) div:nth-child(2) h4 span {
	vertical-align: -20px;
}
.area04_inner > div:nth-child(3) div:nth-child(1) {
	width: 55%;
	padding-left: 40px;
}
.area04_inner > div:nth-child(3) div:nth-child(2) {
	width: 45%;
	text-align: right;
}
.area04_inner > div:nth-child(4) div:nth-child(1) {
	width: 40%;
}
.area04_inner > div:nth-child(4) div:nth-child(2) {
	width: 60%;
	padding-right: 100px;
}
.area04_inner > div:nth-child(4) div:nth-child(2) h4 span {
	vertical-align: -20px;
}
.area04_inner > div:nth-child(3) div:nth-child(1) h4 {
	display: flex;
	align-items: end;
	line-height: 1.2;
}
.area04_inner > div:nth-child(3) div:nth-child(1) h4 span {
	margin-bottom: -5px;
}
.area04 h4 {
	padding-top: 20px;
}
.area04 h4 span {
	font-family: A-OTF A1 Mincho Std;
	font-size: 80px;
	color: #75b9a2;
	margin-right: 20px;
}
.area04 p {
	line-height: 1.4;
}

.area05 {
	text-align: center;
}
.area05 div {
	margin: 0 auto 50px;
	width: 1000px;
}
.area05 div:nth-of-type(3) {
	margin-bottom: 20px;
}
.area05 p {
	line-height: 1.5;
	margin-bottom: 20px;
}
.area05 ul {
	width: 926px;
	text-align: left;
	margin: auto;
	font-size: 14px;
	line-height: 1.3;
}

.area06 {
	background-image: url(../img/div/bg_area06.jpg);
	background-repeat: no-repeat;
	padding: 80px 0 0;
	margin: auto;
	text-align: center;
	width: 100%;
	height: 426px;
}
.area06 h2 {
	color: #ffffff;
	margin-bottom: 60px;
}

a.btn_contact {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 340px;
	margin: auto;
	padding: 23px 60px 21px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 4px solid #033a27;
	background: #ffffff;
	color: #018053;
}
a.btn_contact:before {
	content: "";
	display: inline-block;
	width: 31px;
	height: 25px;
	margin: -3px 5px 0 0;
	background: url("../img/div/icon_contact.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}



@media screen and (min-width:1201px) {
	.area03 {
		background-size: 100%;
		width: auto;
	}
	.area04 {
		background-size: 100%;
		width: auto;
	}
	.area06 {
		background-size: 100%;
		width: auto;
	}
}

@media screen and (max-width:700px) { 
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	section {
		padding-top: 50px;
	}
	h2 {
		font-size: 22px;
		line-height: 1.5;
	}
	h3 {
		font-size: 18px;
		line-height: 1.5;
	}
	h4 {
		font-size: 16px;
	}
	.green_box {
		padding: 15px 20px;
	}
	.green_bg_inner {
		padding-top: 120px;
	}
	.triangle:after {
		content: "";
		position: absolute;
		top: 0;
		box-sizing: border-box;
		border-right: calc(50vw) solid transparent;
		border-left: calc(50vw) solid transparent;
		border-top: 80px solid #fff;
	}
	.area01 ul {
		flex-direction: column;
	}
	.area01 ul li {
		width: 100%;
	}
	.area01 img {
		width: 60%;
	}
	.area02 img {
		width: 93%;
		margin: 20px auto 0;
	}
	.area02 h2 span {
		font-size:30px ;
	}
	.area02 p {
		font-size: 13px;
	}
	.area03 {
		width: 100%;
	}
	.area03 h2 {
		font-size: 21px;
	}
	.area03 ul {
		width: 85%;
	}
	.area03 ul li {
		padding: 5% 5% 5% 15%;
		font-size: 17px;
	}
	.area03 ul li::before {
		left: 4%;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.area03 ul li.tl::before {
		left: 4%;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.area04 {
		background-image: url(../img/div/bg_area04_sp.png);
		background-size: cover;
		width: 100%;
		padding-top: 0;
	}
	.area04 img {
		width: 80%;
		margin: 30px auto 0;
	}
	.area04 img:nth-of-type(2) {
		margin-top: 10px;
	}
	.area04_inner {
		width: 100%;
	}
	.area04_inner > div {
		flex-direction: column;
		width: 100%;
	}
	.area04 h4 {
		font-size: 18px;
	}
	.area04 h4 span {
		font-size: 52px;
	}
	.area04_inner > div:nth-last-of-type(2) {
		flex-direction: column-reverse;
	}
	.area04_inner > div div {
		width: 90%!important;
		margin: auto;
	}
	.area04_inner > div:nth-child(2) div:nth-child(2),.area04_inner > div:nth-child(4) div:nth-child(2) {
		padding-right: 0;
	}
	.area04_inner > div:nth-child(3) div:nth-child(1) {
		padding-left: 0;
	}
	.area04_inner > div:nth-child(2) div:nth-child(2) h4,.area04_inner > div:nth-child(4) div:nth-child(2) h4 {
		display: flex;
		align-items: end;
		line-height: 1.2;
	}
	.area04_inner > div div h4 span {
		margin-bottom: -6px;
	}
	.area05 {
		width: 95%;
		margin: auto;
	}
	.area05 img {
		width: 100%;
	}
	.area05 div {
		width: 100%;
		margin-bottom: 30px;
	}
	.area05 ul {
		width: 100%;
	}
	.area05 ul li {
		text-indent: -2em;
		padding-left: 2em;
	}
	.area05 p {
		width: 95%;
	}
	.area06 {
		background-image: url(../img/div/bg_area06_sp.jpg);
		background-size: cover;
		padding: 70px 0 120px;
	}
	.area06 h2 {
		line-height: 1.5;
	}
	a.btn_contact {
		width: 80%;
		margin-top: 40px;
	}
}

@media screen and (max-width:850px) { 
	img.map {
		width:100%;
	}
	gray-bg-inner .twc {
		background: 
		#EDEDE8 !important;
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
		display: table;
		table-layout: fixed;
		padding: 0;
		color:
			#000;
			line-height: 1.6;
	}
	.twc .cont{
		background: 
		#EDEDE8 !important;
	}
	.twc > div div {
		display: inline-block;
		width: 100%;
		padding: 0;
		border-top: none;
	}
	.twc > div div:nth-of-type(1) {
		background: #d8d7c5;
	color:    #000 !important;
		width: 100%;
		margin-bottom: 5px;
		padding-left: 10px;
	}
	
	.twc > div:last-child div {
		border-bottom: none;
	}
	section.pict {
	width: 100%;
	}
	section.pict p {
	width: 90%;
	margin:auto;
	}
	section.pict p img {
		width:100%;
	}
}

.banner{
	display: grid;
	grid-template-columns: repeat(2,max(450px,30%));
	gap: 10px;
	justify-content: center;
	max-width: 900px;
    margin: 0 auto 50px;
}

.banner img{
	width: 100%;
}

.banner a{
	display: block;
}

@media screen and (max-width:900px) { 
	.banner{
		grid-template-columns: auto
	}
}