@charset "UTF-8";
/*-------------------------
 * 
 * 
 * 
 * Lead
 * 
 * 
 * 
-------------------------*/

#leads {
	background: #F0F7F0;
}

#leads > .inner {
	max-width: 1082px;
	padding: 72px 0 116px;
}

#leads .container {
	flex-shrink: 0;
	width: 39%;
	min-width: 420px;
	position: relative;
}

#leads .container::before {
	display: block;
	content: '';
	width: 735px;
	height: 448px;
	background: url(../images/lead_11.png) no-repeat center center / cover;
	position: absolute;
	bottom: -68px;
	right: -760px;
}

.leads_ttl {
	text-align: left;
}

.leads_img {
	display: none;
}

.leads_text {
	line-height: 1.5;
}

@media (max-width: 960px) {

}

@media (max-width: 768px) {

	#leads > .inner {
		padding-bottom: 80px;
	}

	#leads .container {
		width: 100%;
		min-width: initial;
	}

	#leads .container::before {
		display: none;
	}

	.leads_img {
		display: block;
		width: 116%;
		margin-bottom: 30px;
	}

	.leads_img > .img {
		padding-top: 60.93%;
		background: url(../images/lead_11.png) no-repeat center center / cover;
	}
	
}

@media (max-width: 560px) {

	#leads > .inner {
		padding: 40px 0 50px;
	}

	.leads_img {
		width: 140%;
	}

}

@media (max-width: 370px) {

	.leads_ttl .hl_01_cn {
		font-size: 20px;
	}

	.leads_ttl .hl_01_cn::before {
		top: 6px;
	}

}

/*-------------------------
 * 
 * 
 * 
 * About
 * 
 * 
 * 
-------------------------*/

#about > .inner {
	padding: 50px 0 50px;
}

.about_ttl .hl_01_cn{
	color: #000;
}
.about_ttl .hl_01_ecn {
	color: #199A42 ;
}

.about_ttl .hl_01_cn::before {
	background-image: url(../images/quogreen-l.png);
}

.about_ttl .hl_01_cn::after {
	background-image: url(../images/quogreen-r.png);
}

.about_ttl br {
	display: none;
}

.about_list {
	width: 800px;
	margin: 0 auto;
}

.about_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 40px;
}

.about_item {
	width: 240px;
	height: 240px;
	border-radius: 120px;
	overflow: hidden;
	background: #199A42;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 55px;
	flex-shrink: 0;
	margin-bottom: 20px;
}

.about_item_hl {
	text-align:center;
	color:#E6F2E7;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 10px;
}
.about_item_hl span {
	display:block;
	margin-top:5px;
	color:#E6F2E7;
	font-size: 12px;
	
	margin-bottom: 10px;
}
.about_item_desc {

	line-height: 1;
}

.about_item_content > span {
	position: relative;
}

.about_item_content .num {
	font-size: 80px;
}

.about_item_content .unit {
	margin-top:10px;
	font-size: 22px;
	color:#E6F2E7;
}

/* 01 */

.about_item_content_01 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

/* 02 */

.about_item_content_02 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.about_item_content_02 .unit {
	margin-left: .25em;
	margin-top:10px;
}

/* 03 */

.about_item_content_03 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.about_item_content_03 .num {
	display: flex;
	align-items: center;
}

.about_item_content_03 .num::before {
	display: block;
	content: '';
	width: 49px;
	height: 47px;
	background: url(../images/star.png) no-repeat center center / cover;
	margin-right: 6px;
}

/* 04 */

.about_item_content_04 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.about_item_content_04 .num {
	margin-top:-10px;
	font-size: 80px;
}

/* 05 */

.about_item_05 .about_item_hl {
	margin-bottom: 20px;
}

.about_item_content_05 {
	display: flex;
	justify-content: center;
	align-items: baseline;
	text-align: center;
}

.about_item_content_05 .prop {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 24px;
}

.about_item_content_05 .prop_03 {
	margin-right: 0;
}

.about_item_content_05 .prop .num {
	position: relative;
	font-size: 72px;
}

.about_item_content_05 .prop .num::after {
	display: block;
	content: ':';
	font-size: 40px;
	position: absolute;
	right: -18px;
	bottom: 18px;
}

.about_item_content_05 .prop_03 .num::after {
	display: none;
}

@media (max-width: 960px) {

	.about_list {
		width: 520px;
	}

	.about_item:last-of-type {
		margin-top: -20px;
	}

}

@media (max-width: 768px) {

	#about > .inner {
		width: 100%;
	}

	.about_list ul {
		column-gap: 30px;
	}
	
}

@media (max-width: 560px) {

	#about > .inner {
		padding-top: 50px;
	}

	.about_ttl br {
		display: inline;
	}

	.about_list {
		width: 240px;
	}

	.about_item:last-of-type {
		margin-top: 0;
	}

}

/*-------------------------
 * 
 * 
 * 
 * Reason
 * 
 * 
 * 
-------------------------*/

#reason > .inner {
	max-width: 1082px;
	padding: 60px 0 50px ;
}

#reason > .inner1 {
	max-width: 1082px;
	padding: 60px 0 0px;
}
#reason .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.reason_desc {
	padding-bottom: 0px;
}

.reason_desc_hl {
	font-size: 20px;
	margin-bottom: 20px;
}

.reason_desc_text {
	line-height: 1.5;
	/* font-size:14px; */
	font-size:15px;

}

.reason_box_odd .reason_img {
	width: 30%;
	min-width: 320px;
	flex-shrink: 0;
	margin-left: 7.5%;
}
.reason_box_even .reason_img {
	width: 30%;
	min-width: 320px;
	flex-shrink: 0;
	margin-right: 7.5%;
}
.reason_box_even .reason_img{
	width: 30%;
	min-width: 320px;
	flex-shrink: 0;
	margin-right: 7.5%;
}
.reason_box_even .reason_img.reason_img1 ,.reason_box_odd .reason_img.reason_img1{
	min-width: 450px;
}
.reason_box_even {
  flex-direction: row-reverse;
}
.reason_img > .img {
	padding-top: 70%;
	
	
}

@media (max-width: 960px) {

#reason .container {
		display: block;
	}

.reason_box_odd .reason_img,.reason_box_even .reason_img {
		width: 100%;
		max-width: 320px;
		min-width:auto;
		margin: 0 auto;
	}
.reason_box_even .reason_img.reason_img1 ,.reason_box_odd .reason_img.reason_img1{
		width: 100%;
		max-width: 450px;
	min-width:auto;
}
	.reason_desc {
		padding-bottom: 40px;
	}

}

@media (max-width: 768px) {

	#reason .container {
		display: block;
	}

	.reason_desc {
		padding-bottom: 30px;
	}

	.reason_box_odd .reason_img,.reason_box_even .reason_img {
		width: 100%;
		max-width: 320px;
		min-width:auto;
		margin: 0 auto;
	}
	
}

@media (max-width: 560px) {

	#reason > .inner {
		padding-top: 50px;
	}

}

/*-------------------------
 * 
 * 
 * 
 * Merit
 * 
 * 
 * 
-------------------------*/

#merit {
	background: #E6F2E7;
}

#merit > .inner {
	max-width: 900px;
	padding: 50px 0 50px;
}

.merit_ttl br {
	display: none;
}

#merit_list {
	margin-bottom: 0px;
}

#merit_list ul {
	display: flex;
	column-gap: 5%;
}

.merit_item {
	width: 30%;
}

.merit_item_desc {
	margin-top: 30px;
}

.merit_item_desc_hl {
	/*font-size: 20px;*/
	margin-bottom: 16px;
}

.merit_item_desc_hl br.br_01 {
	display: none;
}

.merit_item_text {
	line-height: 1.5;
	font-size:14px;
}

.merit_item_img > .img {
	padding-top: 62.5%;
/*	background-color: #fff;*/
}

.merit_item_01 .merit_item_img > .img {
	background-image: url(../images/merit_01.png);
}

.merit_item_02 .merit_item_img > .img {
	background-image: url(../images/merit_02.png);
}

.merit_item_03 .merit_item_img > .img {
	background-image: url(../images/merit_03.png);
}

.merit_btn a:link, .merit_btn a:visited{
	background:none;

	border: 1px solid #65472D;
	/*background: #65472D;*/
	color: #65472D;
	font-size: 18px;
	margin: 0 auto;
}

.merit_btn a:hover {
	background:none;
	opacity: .7;
	/*background: #65472D;*/
	
}

@media (max-width: 1280px) {

	#merit_list ul {
		column-gap: 3%;
	}
	
	.merit_item {
		width: 31.33%;
	}
	
}

@media (max-width: 960px) {

	#merit_list ul {
		display: block;
	}

	.merit_item {
		width: 100%;
		display: flex;
		margin-bottom: 30px;
	}

	.merit_item_desc {
		margin-bottom: 0;
	}

	.merit_item_img {
		width: 30%;
		min-width: 320px;
		flex-shrink: 0;
		margin-left: 7.5%;
	}

	.merit_btn a {
		width: 280px;
	}

}

@media (max-width: 768px) {

	.merit_item {
		display: block;
		margin-bottom: 40px;
	}

	.merit_item_text {
		margin-bottom: 30px;
	}

	.merit_item_img {
		width: 100%;
		max-width: 320px;
		min-width:auto;
		margin: 0 auto;
	}
	
}

@media (max-width: 560px) {

	#merit > .inner {
		padding-top: 50px;
	}

	.merit_ttl br {
		display: inline;
	}
	
		.merit_item_img {
		width: 100%;
		
		margin: 0 auto;
	}

}

/*-------------------------
 * 
 * 
 * 
 * Support
 * 
 * 
 * 
-------------------------*/

#support {
	background: #fff;
}

#support > .inner {
	max-width: 1082px;
	padding: 70px 0 50px;
}

#support .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.support_desc_hl {
	font-size: 20px;
	margin-bottom: 20px;
}

.support_desc_hl br {
	display: none;
}

.support_desc_text {
	line-height: 1.5;
}

.support_img {
	width: 46.5%;
	flex-shrink: 0;
	margin-left: 5.5%;
	background: #F0F7F0;
	padding: 28px 20px 36px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.support_img_hl {
	font-size: 21px;
	line-height: 1.25;
	margin-bottom: 25px;
}

.support_img_hl br {
	display: none;
}

.support_img_logo {
	width: 100%;
	max-width: 276px;
}

.support_img_logo img {
	display: block;
	width: 100%;
}

@media (max-width: 960px) {

	.support_desc_hl br {
		display: inline;
	}

	.support_img_hl {
		font-size: 18px;
	}

	.support_img_hl br {
		display: inline;
	}

}

@media (max-width: 768px) {

	#support .container {
		display: block;
	}

	.support_desc_text {
		margin-bottom: 30px;
	}

	.support_img {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
	
}

@media (max-width: 560px) {

	#support > .inner {
		padding-top: 50px;
	}

}

/*-------------------------
 * 
 * 
 * 
 * Voice
 * 
 * 
 * 
-------------------------*/

#voice {
	background: #EFEFEF;
}

#voice > .inner {
	width: 100%;
	max-width: initial;
	padding: 50px 0;
}

.voice_ttl {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 30px;
	text-align: center;
}

#voice_slider_wrapper {
	width: 90%;
	max-width: 1010px;
	margin: 0 auto;
}

.voice_slider_container {
    overflow: hidden;
}

#voice_slider {
	width: 1010px;
}

.voice_item {
	width: calc( 100% - 10px );
	margin-bottom: 10px;
}

.voice_btn a {
	background: #199A42;
	font-size: 18px;
	margin: 30px auto 0;
}

.voice_btn a:hover {
	background: #268d47;
}

@media (max-width: 1280px) {

	#voice_slider {
		width: 100%;
	}

}

@media (max-width: 960px) {

	#voice_slider_wrapper {
		width: 95%;
		margin: 0 0 0 auto;
	}

	#voice_slider {
		width: 1010px;
	}

	.voice_btn a {
		width: 280px;
	}

}

@media (max-width: 768px) {
	
}

@media (max-width: 560px) {

}

/*-------------------------
 * 
 * 
 * 
 * Expand
 * 
 * 
 * 
-------------------------*/

#expand {
	background: #fff;
}

#expand > .inner {
	max-width: 1082px;
	padding: 70px 0 50px;
}

.expand_ttl br {
	display: none;
}

#expand .expand_list ul {
	display: flex;
	column-gap: 5.5%;
}

.expand_item {
	width: 29.66%;
	border-radius: 8px;
	overflow: hidden;
	background: #F0F7F0;
	padding: 24px;
}

.expand_item_hl {
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 20px;
	color: #199A42;
}

.expand_item_desc {
	line-height: 1.5;
}

@media (max-width: 1280px) {

	#expand .expand_list ul {
		column-gap: 3%;
	}
	
	.expand_item {
		width: 31.33%;
		padding: 24px;
	}
	
	.expand_item_hl {
		font-size: 20px;
	}

}

@media (max-width: 960px) {

	#expand .expand_list ul {
		display: block;
	}
	
	.expand_item {
		width: 100%;
		margin-bottom: 20px;
	}

	.expand_item:last-of-type {
		margin-bottom: 0;
	}

}

@media (max-width: 768px) {
	
}

@media (max-width: 560px) {

	#expand > .inner {
		padding-top: 50px;
	}

	.expand_ttl br {
		display: inline;
	}

}
