@charset "UTF-8";

#main-key-visual{
	max-width: calc(100% - 10rem);
	margin: 10rem auto 0;
	background: #ddd;
}
#sec05{
	text-align: center;
}

#sec01,
#sec02,
#sec03,
#sec04{
	text-align: left;
	border-bottom: .1rem solid #ddd;
}
main .sec .pic{
	margin-bottom: 4rem;
}
.sec-ttl06{
	font-size: 3.6rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
#sec01 h2,
#sec02 h2,
#sec03 h2,
#sec04 h2{
	font-size: 2.4rem;
	line-height: 1.5;
	color: #009d80;
	margin-bottom: 1.5rem;
}
.btn01.large{
	width: 100%;
	margin-top: 4rem;
	background-color: #009d80;
}


.contact-btn02{
	width: 100%;
	display: flex;
	height: 14rem;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 3rem;
	background: #009d80;
	letter-spacing: .2em;
	margin: 4rem auto 0;
}
.contact-btn02:hover{
	letter-spacing: .4em;
}

@media screen and (max-width: 768px){
	main{
		padding-top: 0;
	}
	#main-key-visual{
		max-width: 100%;
		margin: 1.5rem auto 0;
		height: 60vw;
	}
	main .sec .pic{
		margin-bottom: 3rem;
	}
	.sec-ttl06{
		font-size: 2.2rem;
		margin-bottom: 1.5rem;
	}
	#sec01 h2,
	#sec02 h2,
	#sec03 h2,
	#sec04 h2{
		font-size: 1.7rem;
		margin-bottom: 1.5rem;
	}
	.btn01.large{
		width: 100%;
		margin-top: 3rem;
		line-height: 1.5;
	}
	.contact-btn02{
		height: 6rem;
		font-size: 1.8rem;
		margin: 2.5rem auto;
	}
}

/*--------- #sec04_2  ---------*/

#sec04_2{
	padding-bottom: 10rem;
}
#sec04_2 dl{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	padding: 3rem 0;
	border-top: .2rem solid #ddd;
	border-bottom: .2rem solid #ddd;
}
#sec04_2 dt{
	padding-right: 2rem;
}
#sec04_2 dd{
	padding-left: 2rem;
	display: flex;
	align-items: center;
}
#sec04_2 .large{
	font-size: 4rem;
	color: #e94d37;
	margin-right: 1rem;
}
#sec04_2 .list01{
	background: #fafafa;
	border: .1rem solid #ddd;
	padding: 1rem 2.5rem 2.5rem;
	margin: 4rem 0;
}
#sec04_2 .list01 li{
	padding-top: 1.5rem;
	line-height: 1.8;
	text-indent: -1em;
	padding-left: 1em;
}
#sec04_2 .list01 li:before{
	content: "";
	display: inline;
	color: #009d80;
}
#sec04_2 .list01:nth-of-type(2){
	margin-top: 1.5rem;
}