@charset "utf-8";





@import url("/common/css/reset.css");
@import url("/common/css/base.css");





#intro_box {
	padding: 30px 0 60px;
}
@media screen and (max-width: 1120px) {
	#intro_box {
		padding: 3% 0 6%;
	}
}/* 閉じカッコ */
#intro {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: 125%;
	line-height: 2.4;
}





#problem_box {
	background: 
		url('/images/about/about_bg.svg') no-repeat center top,
		url('/images/about/about_bg0.svg') repeat-x center top;
	background-size: 
		1400px 371px,
		10px 46px;
	background-color: #fff2dd;
}
@media screen and (max-width: 800px) {
	#problem_box {
		background: url('/images/about/about_bg.svg') no-repeat center top;
		background-size: 175vw calc((371 / 1400) * 175vw);
		background-color: #fff2dd;
	}
}/* 閉じカッコ */
#problem {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
#problem_heading {
	padding: 60px 0;
	text-align: center;
	font-size: 187.5%;
}
#problem_list {
	box-sizing: border-box;
	width: 100%;
	max-width: 640px;
	min-height: 224px;
	margin: 0 auto 30px;
	padding: 0 0 0 220px;
	background: url('/images/about/problem_person.png') no-repeat left 20px bottom;
}
@media screen and (max-width: 768px) {
	#problem_list {
			width: 80%;
			max-width: 400px;
			padding: 0 0 234px 0;
			background: url('/images/about/problem_person.png') no-repeat right bottom;
	}
}/* 閉じカッコ */
#problem_list ul {
	margin-bottom: 40px;
	padding-left: 1em;
}
#problem_list ul li {
	margin-bottom: 0.2em;
	list-style: outside;
	font-size: 125%;
}
#problem_list_text {
	font-size: 150%;
}


#solution {
	padding-top: 50px;
	background: url('/images/about/problem_arrow.png') no-repeat center top;
}
#solution_text {
	margin-bottom: 40px;
	text-align: center;
	font-size: 187.5%;
}
#solution_text span {
	background: linear-gradient(transparent 60%, #9c6 0%);
}
#solution_list {
	max-width: 840px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#solution_list {
		max-width: 500px;
	}
}/* 閉じカッコ */
#solution_list ul {
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;

	flex-wrap: wrap;
}
#solution_list ul li {
	box-sizing: border-box;
	width: 31%;
	max-width: 215px;
	min-height: 215px;
	margin: 0 1% 30px;
	padding: 10px;
	background: url('/images/about/solution_bg.png') no-repeat center center;
	background-size: 100% auto;
	text-align: center;
	font-size: 125%;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	#solution_list ul li {
		width: 48%;
		height: 42vw;
		max-height: 215px;
		min-height: 0;
		margin-bottom: 3%;
		padding: 1%;
	}
}/* 閉じカッコ */
@media screen and (max-width: 400px) {/*念のため*/
	#solution_list ul li {
		height: auto;
		min-height: 42vw;
	}
}/* 閉じカッコ */
#solution_list ul li .supple {
	margin-bottom: 0.4em;
	font-size: 70%;
	line-height: 1.4;
}





#set_box {
	padding-bottom: 80px;
}
#set {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
#set_heading {
	padding: 60px 0;
	text-align: center;
	font-size: 187.5%;
}
#set_text {
	max-width: 940px;
	margin: 0 auto 40px;
}
#set_text_catch {
	margin-bottom: 40px;
	text-align: center;
	font-size: 150%;
}
#set_text_desc {
	font-size: 112.5%;
}



#set_abc_box {
	max-width: 950px;
	margin: 0 auto 80px;
}
#set_abc_box,
#set_bc {
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
#set_a_box {
	flex: 1;

	margin-right: 20px;
	background: #ffeded;
}
#set_a {
	padding: 10px;
}
#set_a_text {
}
#set_bc_box {
	flex: 2;

	background: #ffeded;
}
#set_b,
#set_c {
	flex: 1;
	padding: 10px 10px 0;
}
#set_bc_text {
	padding: 0 10px 10px;
}
.abc_img {
	max-width: 290px;
}
.set_name {
	font-size: 150%;
}
@media screen and (max-width: 768px) {
	#set_abc_box,
	#set_bc {
		display: block;
	}
	#set_a_box,
	#set_bc_box {
		max-width: 290px;
		margin: 0 auto 30px;
	}
}/* 閉じカッコ */




#set_consul {
	position: relative;

	box-sizing: border-box;
	max-width: 750px;
	min-height: 242px;
	margin: 0 auto;
	padding: 0 360px 0 0;
	background: url('/images/about/set_consul_person.png') no-repeat right bottom;
}
#set_consul_img {
}
#set_consul_text {
	font-size: 112.5%;
}
#set_consul_comment {
	position: absolute;
	bottom: 180px;
	right: 160px;
}
@media screen and (max-width: 768px) {
	#set_consul {
			width: 80%;
			max-width: 400px;
			padding: 0 0 272px 0;
			background: url('/images/about/set_consul_person.png') no-repeat right bottom;
	}
}/* 閉じカッコ */










