@charset "utf-8";

/*////////////////////////////////////
feature
////////////////////////////////////*/
@media screen and (min-width: 768px) {
.feature1,
.feature2 {
	position: relative;
	width: 100%;
	padding: 100px 0;
	background: #FFF;
	z-index: 1;
}
.feature1 .feature_item {
	position: relative;
	width: 85%;
	margin-left: 15%;
	background: #f5f3e8;
	padding:100px 50px 100px 30%;
	z-index: 1;
}
.feature2 .feature_item {
	position: relative;
	width: 85%;
	margin-right: 15%;
	background: #f5f3e8;
	padding:100px 30% 100px 10%;
	z-index: 1;
}
.feature1 .feature_item h2,
.feature2 .feature_item h2 {
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.6;
	color: #2e230b;
	margin-bottom: 1em;
}
.feature1 .feature_item span.under_logo_mark,
.feature2 .feature_item span.under_logo_mark {
	position: relative;
	display: inline-block;
	width: 50px;
	margin-bottom: 10px;
}

.feature1 .feature_item p,
.feature2 .feature_item p {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2;
	color: #2e230b;
	letter-spacing: 0.1em;
}
#feature1_img,
#feature3_img{
	position: absolute;
	width: 40%;
	top: 0;
	left: 0;
	border-radius: 0 50px 50px 0;
	overflow: hidden;
	z-index: 2;
}
#feature2_img,
#feature4_img{
	position: absolute;
	width: 40%;
	top: 0;
	right: 0;
	border-radius: 50px 0 0 50px;
	overflow: hidden;
	z-index: 2;
}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
.feature1,
.feature2 {
	position: relative;
	width: 100%;
	padding: 100px 0;
	background: #FFF;
}
.feature1 .feature_item {
	position: relative;
	width: 85%;
	margin-left: 15%;
	margin-top: -50px;
	background: #f5f3e8;
	padding:100px 50px 100px 10%;
	z-index: 1;
}
.feature2 .feature_item {
	position: relative;
	width: 85%;
	margin-right: 15%;
	margin-top: -50px;
	background: #f5f3e8;
	padding:100px 10% 100px 10%;
	z-index: 1;
}
.feature1 .feature_item h2,
.feature2 .feature_item h2 {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.6;
	color: #2e230b;
	margin-bottom: 1em;
}
.feature1 .feature_item span.under_logo_mark,
.feature2 .feature_item span.under_logo_mark {
	position: relative;
	display: inline-block;
	width: 50px;
	margin-bottom: 10px;
}

.feature1 .feature_item p,
.feature2 .feature_item p {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2;
	color: #2e230b;
	letter-spacing: 0.1em;
}
#feature1_img,
#feature3_img{
	position: relative;
	width: 80%;
	border-radius: 0 50px 50px 0;
	overflow: hidden;
	z-index: 2;
}
#feature2_img,
#feature4_img{
	position: relative;
	width: 80%;
	margin-left: 20%;
	border-radius: 50px 0 0 50px;
	overflow: hidden;
	z-index: 2;
}
}
/*////////////////////////////////////
feature FAQ
////////////////////////////////////*/
@media screen and (min-width: 768px) {
#feature_faq {
	position: relative;
	width: 100%;
	padding: 100px 0;
	background: #FFF;
}
#faq_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#faq_title_area {
	position: relative;
	width: 50%;
}
.under_logo_mark2 {
	position: relative;
	
}
.under_logo_mark2 span {
	font-family: 'Montserrat', sans-serif;
	font-size: 3.2rem;
	margin-left: 10px;
	color: #7db25a;
	font-weight: 700;
	vertical-align: bottom;
}
.under_logo_mark2 img {
	width: 30px;
}
.under_title {
	position: relative;
}
.under_title h2 {
	font-size: 6.3rem;
	font-weight: 700;
}
.under_title h2 span {
	color: #7db25a;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#feature_faq {
	position: relative;
	width: 100%;
	padding: 50px 0;
	background: #FFF;
}
#faq_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#faq_title_area {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
.under_logo_mark2 {
	position: relative;
	
}
.under_logo_mark2 span {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.2rem;
	margin-left: 10px;
	color: #7db25a;
	font-weight: 700;
	vertical-align: bottom;
}
.under_logo_mark2 img {
	width: 20px;
}
.under_title {
	position: relative;
}
.under_title h2 {
	font-size: 2.8rem;
	font-weight: 700;
}
.under_title h2 span {
	color: #7db25a;
}
}


@media screen and (min-width: 768px) {
.accordion {
	position: relative;
	width: 50%;
}
.toggle {
	display: none;
}
.option {
	position: relative;
	margin-bottom: 1em;
}

.title,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.6s;
	background: #faf7f0;
}
.title {
	position: relative;
	font-size: 2.2rem;
	padding: 1em 2em 1em 1em;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	color: rgba(91,64,44,1.00);
	font-weight: 400;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	cursor: pointer;
}
.title span {
	color: #7db25a;
	font-size: 2.8rem;
	margin-right: 10px;
	margin-top: -5px;
}
.title::after,
.title::before {
	content: "";
	position: absolute;
	right: 1.25em;
	top: 1.7em;
	width: 2px;
	height: 0.75em;
	background-color: #999;
	transition: all 0.6s;
}
.title::after {
	transform: rotate(90deg);
}

.content {
	max-height: 0;
	overflow: hidden;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.content p {
	margin: 0;
	padding: 1em 2em 1em 1em;
	font-size: 2.2rem;
	color: rgba(91,64,44,1.00);
	line-height: 2;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.content p span {
	color: #d73838;
	font-size: 2.8rem;
	margin-right: 10px;
	margin-top: -5px;
}
.toggle:checked + .title {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.toggle:checked + .title + .content {
	max-height: 500px;
	transition: all 2s;
}
.toggle:checked + .title::before {
	transform: rotate(90deg) !important;
}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
.accordion {
	position: relative;
	width: 100%;
}
	.toggle {
	display: none;
}
.option {
	position: relative;
	margin-bottom: 1em;
}
.title,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.6s;
	background: #faf7f0;
}
.title {
	position: relative;
	font-size: 2.2rem;
	padding: 1em 2em 1em 1em;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	color: rgba(91,64,44,1.00);
	font-weight: 400;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.title span {
	color: #7db25a;
	font-size: 2.8rem;
	margin-right: 10px;
	margin-top: -5px;
}
.title::after,
.title::before {
	content: "";
	position: absolute;
	right: 1.25em;
	top: 1.7em;
	width: 2px;
	height: 0.75em;
	background-color: #999;
	transition: all 0.6s;
}
.title::after {
	transform: rotate(90deg);
}

.content {
	max-height: 0;
	overflow: hidden;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.content p {
	margin: 0;
	padding: 1em 2em 1em 1em;
	font-size: 2.2rem;
	color: rgba(91,64,44,1.00);
	line-height: 2;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.content p span {
	color: #d73838;
	font-size: 2.8rem;
	margin-right: 10px;
	margin-top: -5px;
}
.toggle:checked + .title {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.toggle:checked + .title + .content {
	max-height: 500px;
	transition: all 2s;
}
.toggle:checked + .title::before {
	transform: rotate(90deg) !important;
}
}