@charset "UTF-8";
.link_wrap {
	margin-top: 30px;
}
#support .link_wrap {
	margin-top: 40px;
}
@media screen and (max-width: 980px) {
	.leadwrap{
		text-align: left;
	}
}
/*-----------------------------------

	intro

-----------------------------------*/
#intro .notebox .text{
	width: 82%;
}
#intro .notebox .img{
	top:-120px;
	right: -70px;
}
#about_people{
	margin: 50px 0 20px;
	padding: 40px 2% 25px;
}
#about_people ul li{
	width: 30%;
	float: left;
}
#about_people ul li:first-child{
	width: 37%;
}
#about_people ul li:nth-child(2){
	width: 32%;
}
#about_people ul li p{
	padding-left: 70px;
}
#about_people ul li p span{
	width: 60px;
	left: 0;
}
#about_people .title{
    width: 50%;
    display: inline-block;
    margin: 0 auto;
    top: -10px;
    left: 0;
    right: 0;
    padding: 0 10px;
}
@media screen and (max-width: 1100px) {
	#about_people .title {
		width: 80%;
	}
	#about_people {
		width: 100%;
		max-width: 640px;
		margin: 40px auto 0;
		padding: 30px 2% 25px;
	}
	#about_people ul li{
		width: 100%;
		float: none!important;
		margin-top: 30px;
	}
	#about_people ul li:first-child,
	#about_people ul li:nth-child(2) {
		width: 100%;
	}
}
@media screen and (max-width: 980px) {
	#intro .notebox .text{
		width: 100%;
		float: none!important;
	}
}
@media screen and (max-width: 740px) {
	#about_people ul li p{
		font-size: 1.6rem;
		padding-left: 50px;
	}
	#about_people ul li p span{
		width: 40px;
	}
	#about_people ul li p.text{
		font-size: 1.3rem;
	}
}
/*-----------------------------------

	what_detail

-----------------------------------*/
#what_detail .img{
	width: 50%;
}
#what_detail .text{
	width: 50%;
	padding: 30px 2.5%;
}
#what_detail .text .title{
	border-bottom: solid 2px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#what_detail .text .deco{
    top: -50px;
    right: -50px;
}
@media screen and (max-width: 980px) {
	#what_detail .img{
		width: 80%;
		max-width: 480px;
		float: none!important;
		margin: 0 auto 20px;
	}
	#what_detail .text{
		width: 100%;
		float: none!important;
	}
}
@media screen and (max-width: 740px) {
	#what_detail .text .deco {
		width: 30%;
		max-width: 200px;
		top: -40px;
		right: -40px;
	}
}
/*-----------------------------------

	support

-----------------------------------*/
#support ul li{
	margin-top: 20px;
}
#support ul.list_01 li .title,
#support ul.list_02 li .title{
	padding: 10px 2.5%;
	background:url("../img/common/deco_gorgeous_04_w.png"),#d0a758;
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
}
#support ul li .box{
	line-height: 2.4rem;
	padding:0 4% 20px;
}
#support ul li .box p{
	margin-top: 10px;
}
#support ul.list_01 li{
	width: 32%;
	max-width: 350px;
	margin-right: 2%;
}
#support ul.list_01 li:last-child{
	margin-right: 0;
}
#support ul.list_01 li .img{
	height: 240px;
}
#support ul.list_01 li .img img{
	width: 100%;
	height: 240px;
	object-fit: cover;
}
#support ul.list_02 li{
    width: 23%;
    max-width: 255px;
    margin-right: 2%;
}
#support ul.list_02 li:last-child{
	margin-right: 0;
}
#support ul.list_02 li .box img{
	width: 100px;
	display: block;
	margin: 20px auto;
}
#support_more {
	width: 950px;
	margin: 50px auto 20px;
    padding: 100px 2.5% 30px;
}
#support_more .h4_title{
	width: 40%;
	top:-5px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#support_more .h4_title:before,
#support_more .h4_title:after{
	content: url("../img/common/deco_flower_07.png");
	width: 80px;
	top:10px;
	position: absolute;
}
#support_more .h4_title:before{
	left: -85px;
}
#support_more .h4_title:after{
	right: -85px;
	transform: scale(-1, 1);
}
#support_more .circle{
	width: 130px;
	height: 130px;
	padding-top: 30px;
	left: 25px;
	top: 25px;
	z-index: 1;
}
#support_more .woman_03{
	top: -80px;
	right: -50px;
}
#support_more ul{
	width: 910px;
	margin: 20px auto 0;
}
#support_more ul li{
	width: 15%;
	max-width: 160px;
	line-height: 2.1rem;
	margin-right: 3.5%;	
}
#support_more ul li:nth-child(5n){
	margin-right: 0;
}
#support_more ul li .img{
	width: 100%;
	height: 145px;
	background: #fffef7;
	margin-bottom: 10px;
	padding-top: 30px;
}
#support_more ul li img{
	width: 80px;
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 1100px){
	#support_more{
		width: 90%;
	}
	#support_more .h4_title {
    	width: 50%;
	}
	#support_more .circle {
		left: -15px;
		top: -40px;
	}
	#support_more ul{
		width: 90%;
	}
}
@media screen and (max-width: 980px){
	#support ul{	
		margin: 0 auto;
	}
	#support ul.list_01 {
		width: 80%;
		max-width: 740px;
	}
	#support ul.list_02{
		width: 95%;
		max-width: 740px;
	}
	#support ul.list_01 li{
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}
	#support ul.list_02 li{
		width: 48%;
		max-width: 100%;
		margin-right: 2%;
	}
	#support ul.list_02 li .box img {
		width: 70px;
	}
	#support_more{
		padding-top: 80px;
	}
	#support_more .circle {
		top: -70px;
	}
	#support_more .h4_title {
		margin-top: -10px;
	}
	#support_more .h4_title .fz18 {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	#support_more .h4_title .fz60 {
		font-size: 4.0rem;
		line-height: 4.0rem;
	}
	#support_more ul li{
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
	#support_more ul li .img{
		height: auto;
		padding: 20px 0;
	}
	#support_more ul li img{
		width: 60px;
	}
	#support_more .h4_title::before, #support_more .h4_title::after {
		top: -15px;
	}
	#support_more .circle {
		top: -70px;
		width: 100px;
		height: 100px;
		padding-top: 20px;
	}
}
@media screen and (max-width: 740px){
	#support ul.list_01 li .img,
	#support ul.list_01 li .img img {
		height: 200px;
	}
	#support_more {
		padding-top: 30px;
	}
	#support_more .lead {
		text-align: left;
	}
	#support_more .circle {
		width: 80px;
		height: 80px;
		padding-top: 15px;
		left: -15px;
		top: -40px;
	}
	#support_more .h4_title {
		width: auto;
		display: inline-block;
		position: static;
		margin-bottom: 10px;
	}
	#support_more .h4_title:before,
	#support_more .h4_title:after {
		content: "";
	}
	#support_more .h4_title .fz60 {
	   	 font-size: 3.6rem;
    	line-height: 4.0rem;
	}
	#support_more ul li{
		width: 30%;
		text-align: left;
		margin-right:2%;
	}
	#support_more ul li:nth-child(4n){
		margin-right: 2%;
	}
	#support_more ul li:nth-child(3n){
		margin-right: 0;
	}
	#support_more ul li .img{
		height: auto;
	}
	#support_more ul li img{
		width: 50px;
	}
}
/*-----------------------------------

	faq

-----------------------------------*/
#faq dl{
	margin-top: 20px;
}
#faq span.icon{
	width:40px;
	height: 40px;
	float: left;
	margin-right: 20px;
	padding-top: 8px;
}
#faq span.icon img{
	width: 25px;
}
#faq dt {
	cursor: pointer;
	padding: 20px 30px 25px;
}
#faq dt p{
	width: 90%;
	display: inline-block;
	margin-top: 5px;
}
#faq dd{
	display: none;
	padding: 20px 0 25px;
	margin: 0 30px;
	border-top: solid 1px #d0a758;
}
#faq dd p{
	width: 93%;
	line-height: 2.4rem;
	display: inline-block;
}
#faq dt div {
	content: url("../img/common/icon_arrow_bottom_gd.svg");
	width: 20px;
	height: 20px;
	float: right;
	margin: 10px;
}
#faq dt div.active {
	transform: scale(1, -1);
}
@media screen and (max-width: 980px) {
	#faq dt {
		padding: 20px 2.5% 25px;
	}
	#faq dt p {
		width: 70%;
	}
	#faq dd{
		padding: 10px 0 20px;
		margin: 0 2.5%;
	}
	#faq dd p{
		width:100%;
		margin-top: 5px;
	}
}
@media screen and (max-width: 740px) {
	#faq span.icon{
		width:30px;
		height: 30px;
		padding-top: 5px;
	}
	#faq span.icon img{
		width: 20px;
	}
}