@charset "UTF-8";
/*ttl
---------------------*/
.h4_style{
	font-family: "Zen Maru Gothic", serif;
	font-size: 2.8rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5rem auto 4rem;
}
.h4_style:before,
.h4_style:after{
	content: "";
	display: inline-block;
	width: 12.5rem;
	height: 2px;
	background: #816636;
	margin: 0 3rem;
}
@media screen and (max-width: 1200px) {
.h2_style{
	font-size: 3.2rem;
}
}
@media screen and (max-width: 960px) {
	.h4_style{
	font-size: 2.4rem;
	}
}
@media screen and (max-width: 767px) {
.h4_style{
	font-size: 2rem;
	margin: 3rem auto 2rem;
}
.h4_style:before,
.h4_style:after{
	width: 6rem;
	margin: 0 2rem;
}
}

/*main img
---------------------*/
header{
	background: #FFFBED url("../img/main_service@2x.png") no-repeat center center;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.main_text{
		margin: auto;
		left: inherit;
	}
}
/*sesrvice
---------------------*/
.service_h3{
	position: relative;
	font-family: "Zen Maru Gothic", serif;
	font-size: 3rem;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}
.service_h3 span{
	display: block;
	font-family: "Quicksand", sans-serif;
	font-size: 1.6rem;
	font-weight: light;
}
.service_h3:after{
	content: "";
	display: block;
	width: 6rem;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media screen and (max-width: 767px) {
.service_h3{
	font-size: 2rem;
	margin: 0 auto 1rem;
	padding-bottom: 1rem;
}
.service_h3 span{
	font-size: 1.4rem;
}

}

.overview_list{
	background: #FFFBED;
	padding: 4rem 3rem 3rem;
	border-radius: 1.5rem;
}
.overview_list.bg_white{
	background: #fffffd;
}
.overview_list dt{
	width: 25%;
	color: #fffffd;
	font-weight: bold;
	text-align: center;
	padding: .7rem;
	margin-bottom: 1rem;
	border-radius: 1.5rem;
}
.overview_list dd{
	width: 73%;
	padding: .7rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
.overview_list{
	padding: 2rem 1rem 1rem;
}
.overview_list dt{
	width: 25%;
	min-width: 10rem;
	margin-bottom: .5rem;
}
.overview_list dd{
	width: 100%;
	margin-bottom: .5rem;
}
}
/*activities
---------------------*/
.act_list li{
	border-radius: 14px;
	padding: 3rem 2rem;
	background: #fffffd;
}
.col2 li{
	max-width: 49%;
}
.col3 li{
	width: 35.6rem;
	max-width: 33%;
}
.act_list li .act_ico img{
	width: 17.6rem;
	display: block;
	margin: 0 auto 1.5rem;
}
.act_h4{
	font-family: "Zen Maru Gothic", serif;
	font-size: 2.4rem;
	text-align: center;
	padding: .5rem;
	margin: 1.5rem 0 1.5rem;
	color: #fff;
	font-weight: 600;
}
.img_max310{
	max-width: 31rem;
	margin: auto;
	display: block;
}
.counseling_list{
	margin: 1rem auto;
}
.counseling_list dt{
	color: #816636;
}
@media screen and (max-width: 1100px) {
.act_h4{
	font-size: 2.2rem;
}
}
@media screen and (max-width: 960px) {
.act_list{
	margin-top: 3rem;
}
.col3 li{
	width: 52.5rem;
	max-width: 48%;
	margin: 0 auto 2rem;
}
.col3 li:last-child{
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.act_ico{
	margin: 0 auto 1rem;
}
}
@media screen and (max-width: 767px) {
.act_list.col2 li,
.act_list.col3 li{
	width: 100%;
	max-width: 100%;
	margin: 0 auto 2rem;
}
.act_h4{
	font-size: 1.8rem;
	padding: 1rem;
	line-height: 1;
}
}
