@charset "utf-8";

/*#wrapper {
	background: #fff none repeat scroll 0 0;
	overflow: hidden;
	position: relative;
	z-index: 4;
}*/

/* =homebox
-------------------------------------------------------------- */
@media screen and (max-width: 736px) {

}

/* =About
-------------------------------------------------------------- */
#home_about {
	padding-block: 70px 80px;
}
#home_about .titlebox h2 {
	font-size: 3.6rem;
}
#home_about .titlebox h2 .small {
	font-size: 2.2rem;
}
#home_about .contbox .list-box h3 {
	padding-bottom: 20px;
	border-bottom: 1px solid var(--color-bd-gray);
	font-size: 1.8rem;
	line-height: 1.5;
}
#home_about .contbox .list-box h3 span {
	font-size: 2.5rem;
}
#home_about .contbox .list-box p {
	text-align: center;
}

@media screen and (max-width: 736px) {
	#home_about .titlebox h2 {
		font-size: 3.2rem;
	}
}

/* =Problem
-------------------------------------------------------------- */
#home_problem {
	position: relative;
	z-index: 2;
}

/* =CTA
-------------------------------------------------------------- */
#home_cta {
	padding-top: 290px;
	margin-top: -240px;
	background: var(--color-bg-lightgreen);
	color: #fff;
	position: relative;
	z-index: 1;
}
#home_cta::after {
	content: '';
	display: block;
	width: 100%;
	height: 120px;
	background: url(../images/home/triangle.png) no-repeat top center / 100% 100%;
	position: absolute;
	bottom: -120px;
	right: 0;
}

/* =SERVICE
-------------------------------------------------------------- */
#home_service {
	padding-block: 190px 100px;
	background: var(--color-main-green);
	position: relative;
}
.service-head-list {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.service-head-list .item {
	padding: 25px 35px;
	background: #FDFBF8;
	border: 2px solid var(--color-bd-gray);
	border-radius: 90px;
	font-size: 3.4rem;
	line-height: 1;
	font-weight: var(--weight-bold);
}
#home_service .lead-text {
	font-size: 2.8rem;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	margin-top: 20px;
}

#home_service .contbox {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#home_service .contbox .list-box {
	display: flex;
	gap: 20px 50px;
	align-items: center;
}
#home_service .contbox .list-box .head {
	flex-grow: 1;
	padding-inline: 10px;
	text-align: center;
	font-weight: var(--weight-bold);
	font-size: 2rem;
	line-height: 1.5;
}
#home_service .contbox .list-box .head span {
	font-size: 2.6rem;
}
#home_service .contbox .list-box .text-box {
	width: 650px;
}
#home_service .contbox .list-box .text-box p {
	margin: 0;
}
#home_service .contbox .list-box .text-box p span {
	font-size: 1.6rem;
	font-weight: var(--weight-bold);
}

@media screen and (max-width: 736px) {
	.service-head-list .item {
		padding-inline: 10px;
		font-size: 2.4rem;
	}
	#home_service .lead-text {
		font-size: 2.2rem;
	}

	#home_service .contbox .list-box {
		flex-direction: column;
	}
	#home_service .contbox .list-box .head {
		flex-grow: 1;
		padding-inline: 10px;
		text-align: center;
		font-weight: var(--weight-bold);
		font-size: 2rem;
		line-height: 1.5;
	}
	#home_service .contbox .list-box .text-box {
		width: 100%;
	}
}

/* =Message
-------------------------------------------------------------- */
#home_message {
	background-color: var(--color-bg-beige);
	padding-top: 100px;
}

/* =Promise
-------------------------------------------------------------- */
#home_promise {
	background-color: var(--color-bg-beige);
	padding-top: 120px;
}
#home_promise .titlebox::before {
	left: 50%;
	transform: translateX(-50%);
}
#home_promise .content .item .img-box	{
	width: 244px;
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 100%;
	margin: 0 auto 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#home_promise .content .item h3 {
	color: var(--color-main-green);
	text-align: center;
	line-height: 1.5;
}

/* =NEWS
-------------------------------------------------------------- */
#home_news {
	background-color: var(--color-bg-beige);
	padding-top: 80px;
}

@media screen and (max-width: 736px) {
	#home_news .flex-column-2 {
		gap: 80px;
	}
}

/* =COMPANY
-------------------------------------------------------------- */
#home_company {
	background-color: var(--color-bg-beige);
	padding-block: 80px;
}
#home_company .googlemap iframe {
	border: 15px solid var(--color-bd-gray);
	border-radius: 10px;
	box-sizing: border-box;
}