@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	position: relative;
}
#main .mainVisual > img {
	width: 100%;
}
#main .mainVisual .textImg {
	position: absolute;
	top: 4.5%;
	right: 26.35%;
	width: 18.1%;
}
#main .bgBox {
	margin: -0.3rem 0 9.2rem;
	padding: 0.5rem 2rem 7.6rem;
	position: relative;
	background-color: #FFF8EE;
}
#main .bgBox::before {
	position: absolute;
	top: -11.6rem;
	left: 0;
	width: 100%;
	height: 12rem;
	background: url(/img/kmcapp_sb/img/index/bg01.png) no-repeat center top / 100% 100%;
	content: '';
}
#main .topBox {
	margin-bottom: 4.7rem;
}
#main .topBox .topImg {
	margin: max(-29.5%,-39.1rem) auto 3.1rem;
	width: min(62.6%,83rem);
	position: relative;
	z-index: 5;
}
#main .topBox .text {
	margin: -0.1rem auto 0;
	width: fit-content;
	color: #000;
	font-size: 1.2rem;
	line-height: 1.33;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.01em;
}
#main .sec01 {
	margin: 0 auto 7.9rem;
	padding: 12.3rem 0 0;
	position: relative;
	max-width: 103rem;
	min-height: 103.1rem;
	background-color: #FFF;
	border-radius: 50%;
	box-sizing: border-box;
	z-index: 1;
}
#main .sec01 .subBg {
	position: relative;
}
#main .sec01::before {
	position: absolute;
	bottom: 13.6rem;
	left: 50%;
	transform: translateX(-50%);
	width: 53.5rem;
	height: 53.5rem;
	background: linear-gradient(0deg, rgba(242, 242, 242, 0.2) 0.06%, rgba(241, 241, 240, 0.24) 11.12%, rgba(237, 234, 230, 0.6) 100%);
	content: '';
	border-radius: 50%;
	z-index: -1;
}
#main .sec01 .subBg::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 12rem;
	height: 100%;
	background: linear-gradient(270deg, rgba(255, 248, 238, 0) 0%, rgba(255, 248, 238, 1) 95.51%);
	content: '';
	z-index: 10;
}
#main .sec01 .subBg::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 12rem;
	height: 100%;
	background : linear-gradient(90deg, rgba(255, 248, 238, 0) 0%, rgba(255, 248, 238, 1) 95.51%);
	content: '';
	z-index: 10;
}
#main .sec01 h2 {
	margin: 0 auto 2.9rem;
	max-width: 48.6rem;
	position: relative;
	z-index: 5;
}
#main .sec01 .photoList {
	/* padding: 0 1.8rem; */
}
#main .sec01 .photoList .slick-list {
	padding-left: 1.8rem;
}
#main .sec01 .photoList .slick-slide > div {
	margin-right: 3.2rem;
}
#main .sec01 .photoList li {
	/* margin-right: 3.2rem;
	width: calc((100% - 16rem) / 6); */
}
#main .sec01 .photoList li:nth-child(6n) {
	margin-right: 0
}
#main .sec01 .photoList li .pho {
	margin-bottom: 1.5rem;
	width: 100%;
	height: 19rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: #FFF;
	border-radius: 0.5rem;
}
#main .sec01 .photoList li .pho img {
	width: 13.5rem;
	position: relative;
	z-index: 15;
}
#main .sec01 .photoList li .txt {
	margin: 0 -1rem 0.8rem 0;
	font-size: 1.9rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.43;
}
#main .sec01 .photoList li .sml {
	margin-right: -2rem;
	font-size: 1.6rem;
}
#main .sec02 {
	margin-bottom: 10rem;
}
#main .sec02 h2 {
	margin: 0 auto 6.1rem;
	max-width: 71rem;
}
#main .sec02 .textArea .ttlBox {
	margin-bottom: 3.3rem;
	min-height: 13.6rem;
	position: relative;
	padding: 0 4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #5AB700;
	box-sizing: border-box;
}
#main .sec02 .textArea .ttlBox::before {
	position: absolute;
	bottom: -1.8rem;
	left: 50%;
	width: 3.4rem;
	height: 1.9rem;
	transform: translateX(-50%);
	background-color: #5AB700;
	clip-path: polygon(0 0,100% 0,50% 100%);
	content: '';
}
#main .sec02 .textArea .ttlBox .lBox {
	width: calc(100% - 20rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#main .sec02 .textArea .ttlBox .lBox .point {
	width: 9.5rem;
	height: 9.5rem;
}
#main .sec02 .textArea .ttlBox .lBox .txt {
	padding-bottom: 0.4rem;
	width: calc(100% - 11.8rem);
	color: #FFF;
	font-size: 4.4rem;
	font-weight: 700;
}
#main .sec02 .textArea .ttlBox .lBox .txt .col01 {
	color: #FFFF48;
}
#main .sec02 .textArea .ttlBox .rBox {
	margin: 0.6rem 4.1rem -0.5rem 0;
	width: 15rem;
}
#main .sec02 .textArea .text {
	margin-bottom: 1.6rem;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.59;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .sec02 .textArea.style01 {
	margin-top: 7.9rem;
}
#main .sec02 .textArea.style01 .ttlBox {
	align-items: center;
}
#main .sec02 .textArea.style01 .lBox .txt {
	padding: 0;
}
#main .sec02 .textArea.style01 .lBox .txt .sml {
	margin-bottom: -0.8rem;
	display: block;
	font-size: 2.5rem;
}
#main .sec02 .textArea.style01 .rBox {
	margin: 0 3.9rem 0 0;
	width: 14.2rem;
}
#main .sec02 .textArea.style01 .text {
	margin-bottom: 3.1rem;
}
#main .sec02 .textArea.style01 .textImg {
	margin: 0 auto;
	max-width: 65rem;
}
#main .sec03 {
	position: relative;
}
#main .sec03 .content {
	max-width: 111.5rem;
}
#main .sec03 .topImg {
	margin: 0 auto;
	padding-left: 3.6rem;
	max-width: 107.9rem;
	box-sizing: content-box;
}
#main .sec03 .imgArea {
	margin-left: -4.7rem;
	position: absolute;
	top: 11.9rem;
	left: 50%;
	transform: translateX(-50%);
	max-width: 81rem;
	width: 100%;
	z-index: 10;
}
#main .sec03 .subBgBox {
	margin: -3.2rem -2rem 0;
	padding: 2.6rem 0 6.5rem;
	position: relative;
	background-color: #FFF;
}
#main .sec03 .subBgBox::before {
	position: absolute;
	top: -11rem;
	left: 0;
	width: 100%;
	height: 11.5rem;
	background: url(/img/kmcapp_sb/img/index/sec03_bg01.png) no-repeat center top / 100% 100%;
	content: '';
}
#main .sec04 {
	padding: 11.3rem 0 7.5rem;
}
#main .sec04 h2 {
	margin: 0 auto 3.8rem;
	max-width: 49.7rem;
}
#main .sec04 .imgList {
	margin-bottom: 4.4rem;
}
#main .sec04 .imgList li:not(:last-child) {
	margin-bottom: 3.9rem;
}
#main .sec04 .imgList li.style02 {
	margin-bottom: 5.7rem;
}
#main .sec04 .imgList li.style03 {
	margin-bottom: 2.7rem;
}
#main .sec04 .imgArea {
	margin: 0 auto;
	max-width: 79.8rem;
}
#main .sec05 .topImg {
	margin: 0 auto;
	max-width: 71.6rem;
}
#main .sec05 .imgArea01 {
	margin: -2.2rem auto 5.5rem;
	max-width: 114.4rem;
	padding-right: 7.7rem;
	box-sizing: content-box;
}
#main .sec05 .imgArea02 {
	margin: 0 auto 4rem;
	max-width: 63rem;
}
#main .sec05 .imgArea03 {
	margin: 7rem auto 0;
	max-width: 72rem;
}
#main .faqBox {
	margin-bottom: 34.5rem;
}
#main .faqBox h2 {
	margin-bottom: 6rem;
	font-size: 6rem;
	font-weight: 700;
	text-align: center;
}
#main .faqBox .faqDl {
	overflow: hidden;
	border-radius: 0.8rem;
	border: 1px solid #5AB700;
}
#main .faqBox .faqDl:not(:last-child) {
	margin-bottom: 4rem;
}
#main .faqBox .faqDl dt {
	position: relative;
	padding: 1rem 8rem 1rem 10.5rem;
	min-height: 9.3rem;
	color: #FFF;
	font-size: 3.2rem;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
	cursor: pointer;
	background: #5AB700 url(/img/kmcapp_sb/img/common/faq_icon01.png) no-repeat center left 2rem / 6.7rem;
}
#main .faqBox .faqDl dt::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 4rem;
	width: 3rem;
	height: 3rem;
	background: url(/img/kmcapp_sb/img/common/faq_icon04.png) no-repeat left top / 100%;
	content: '';
}
#main .faqBox .faqDl dd {
	padding: 2rem 8rem 2rem 10.5rem;
	display: none;
	font-size: 2.8rem;
	font-weight: 500;
	background: #FFF url(/img/kmcapp_sb/img/common/faq_icon02.png) no-repeat center left 2.5rem / 5.4rem;
}
#main .faqBox .faqDl dt.on::before {
	background-image: url(/img/kmcapp_sb/img/common/faq_icon03.png);
}
#main .sec06 {
	padding: 0.5rem 0 10.8rem;
	position: relative;
	background-color: #FFF8EE;
}
#main .sec06::before {
	position: absolute;
	top: -25rem;
	left: 0;
	width: 100%;
	height: 26rem;
	background: url(/img/kmcapp_sb/img/index/sec06_bg01.png) no-repeat center top / 100% 100%;
	content: '';
}
#main .sec06 .imgArea {
	margin: -19.2rem auto 1.8rem;
	max-width: 74rem;
	position: relative;
}
@media all and (max-width: 767px) {
	#main .mainVisual .textImg {
		position: absolute;
		top: 6.1%;
		right: 4%;
		width: 38.7%;
	}
	#main .bgBox {
		margin: -3.4rem 0 7.1rem;
		padding: 0.5rem 2rem 0;
	}
	#main .bgBox::before {
		top: -3rem;
		height: 3.5rem;
		background-image: url(/img/kmcapp_sb/img/index/bg01_sp.png);
	}
	#main .topBox {
		margin-bottom: 3.2rem;
	}
	#main .topBox .topImg {
		margin: -19.8rem -0.5rem 1.8rem -1.2rem;
		width: auto;
	}
	#main .topBox .topImg img {
		width: 100%;
	}
	#main .topBox .text {
		margin: 0.1rem auto 0;
		font-size: 1rem;
		line-height: 1.4;
		letter-spacing: 0.01em;
	}
	#main .outBox {
		margin: 0 -2rem;
		overflow: hidden;
	}
	#main .sec01 {
		margin: 0 -13.5rem 5.8rem;
		padding: 7.5rem 0 0;
		max-width: 64.4rem;
		min-height: 65.1rem;
	}
	#main .sec01 .subBg {
		margin: auto;
		max-width: 37.5rem;
	}
	#main .sec01::before {
		bottom: 9.6rem;
		width: 33.5rem;
		height: 33.5rem;
	}
	#main .sec01 .subBg::before {
		display: none;
	}
	#main .sec01 .subBg::after {
		display: none;
	}
	#main .sec01 h2 {
		margin: 0 auto 1.8rem;
		max-width: 30.4rem;
	}
	#main .sec01 .photoList .slick-list {
		padding: 0 7.2rem 0 9rem;
	}
	#main .sec01 .photoList .slick-slide > div {
		margin-right: 2rem;
	}
	#main .sec01 .photoList li .pho {
		margin-bottom: 0.9rem;
		height: 12rem;
		border-radius: 0.5rem;
	}
	#main .sec01 .photoList li .pho img {
		width: 8.5rem;
	}
	#main .sec01 .photoList li .txt {
		margin: 0 -1rem 0.5rem 0;
		font-size: 1.2rem;
		font-weight: 700;
		line-height: 1.42;
	}
	#main .sec01 .photoList li .sml {
		margin-right: -1rem;
		font-size: 1rem;
	}
	#main .sec02 {
		margin-bottom: 6.6rem;
	}
	#main .sec02 h2 {
		margin: 0 auto 4.2rem;
		max-width: 30.3rem;
	}
	#main .sec02 .textArea .ttlBox {
		margin: 0 -2rem 2rem;
		min-height: 8.8rem;
		padding: 0 2rem;
	}
	#main .sec02 .textArea .ttlBox::before {
		bottom: -1.1rem;
		width: 2.2rem;
		height: 1.2rem;
	}
	#main .sec02 .textArea .ttlBox .lBox {
		width: calc(100% - 10rem);
	}
	#main .sec02 .textArea .ttlBox .lBox .point {
		width: 6rem;
		height: 6rem;
	}
	#main .sec02 .textArea .ttlBox .lBox .txt {
		margin-right: -3rem;
		padding-bottom: 0;
		width: calc(100% - 4.3rem);
		font-size: 2.7rem;
		line-height: 1.2;
	}
	#main .sec02 .textArea .ttlBox .rBox {
		margin: 0.4rem -0.8rem 0 0;
		width: 9.4rem;
	}
	#main .sec02 .textArea .text {
		margin-bottom: 2.7rem;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#main .sec02 .textArea .textImg img {
		width: 100%;
	}
	#main .sec02 .textArea.style01 {
		margin-top: 5.5rem;
	}
	#main .sec02 .textArea.style01 .ttlBox {
		padding: 0.9rem 2rem 0.8rem;
		align-items: start;
	}
	#main .sec02 .textArea.style01 .lBox .txt {
		margin-right: -8.3rem;
		padding: 0;
		width: calc(100% + 1rem);
		line-height: 1.4;
	}
	#main .sec02 .textArea.style01 .lBox .txt .sml {
		margin-bottom: -0.2rem;
		font-size: 1.9rem;
	}
	#main .sec02 .textArea.style01 .lBox .txt .sml .col01 {
		font-size: 1.9rem;
	}
	#main .sec02 .textArea.style01 .lBox .txt .col01 {
		font-size: 3rem;
	}
	#main .sec02 .textArea.style01 .rBox {
		margin: 0.4rem 0 0;
		width: 9.6rem;
	}
	#main .sec02 .textArea.style01 .text {
		margin-bottom: 2.3rem;
	}
	#main .sec02 .textArea.style01 .textImg {
		margin: 0;
		max-width: inherit;
	}
	#main .sec03 {
		margin: 0 -2rem;
		position: relative;
		overflow: hidden;
	}
	#main .sec03 .topImg {
		margin: 0;
		padding-left: 0;
		max-width: inherit;
	}
	#main .sec03 .topImg img {
		width: 100%;
	}
	#main .sec03 .imgArea {
		margin-left: 0;
		top: 7.4rem;
		left: -1.3rem;
		right: -2.3rem;
		transform: none;
		max-width: inherit;
		width: auto;
	}
	#main .sec03 .subBgBox {
		margin: -3rem 0 0;
		padding: 3.6rem 0 3.5rem;
	}
	#main .sec03 .subBgBox::before {
		top: -3rem;
		height: 3.5rem;
		background-image: url(/img/kmcapp_sb/img/index/sec03_bg01_sp.png);
	}
	#main .sec03 .subBgBox .comBtn a {
		margin: 0;
	}
	#main .sec04 {
		padding: 5.2rem 0 7rem;
	}
	#main .sec04 h2 {
		margin: 0 auto 2.3rem;
		max-width: 31.1rem;
	}
	#main .sec04 .imgList {
		margin: 0 -0.1rem 3.5rem -0.2rem;
	}
	#main .sec04 .imgList li:not(:last-child) {
		margin-bottom: 2.5rem;
	}
	#main .sec04 .imgList li img {
		width: 100%;
	}
	#main .sec04 .imgList li.style02 {
		margin: 0 -1.3rem 3.4rem 0;
	}
	#main .sec04 .imgList li.style03 {
		margin: 0 -0.1rem 1.8rem 0;
	}
	#main .sec04 .imgList li.style04 {
		margin-right: -0.1rem;
	}
	#main .sec04 .imgArea {
		margin: 0 -0.4rem 0 0;
		max-width: inherit;
	}
	#main .sec04 .imgArea img {
		width: 100%;
	}
	#main .sec05 {
		padding-bottom: 2.4rem;
		position: relative;
	}
	#main .sec05::before {
		position: absolute;
		bottom: -5.5rem;
		left: -2rem;
		right: -2rem;
		height: 6rem;
		background: url(/img/kmcapp_sb/img/index/sec05_bg01.png) no-repeat center bottom / 100% 100%;
		content: '';
	}
	#main .sec05 .topImg {
		margin: 0 -0.1rem 0 -0.1rem;
		max-width: inherit;
	}
	#main .sec05 .topImg img {
		width: 100%;
	}
	#main .sec05 .imgArea01 {
		margin: -1.8rem -2rem 4.2rem;
		max-width: inherit;
		padding-right: 0;
	}
	#main .sec05 .imgArea02 {
		margin: 0 auto 2.1rem;
		max-width: inherit;
		width: 31.7rem;
	}
	#main .sec05 .imgArea03 {
		margin: 0 -2rem;
		max-width: inherit;
	}
	#main .sec05 .imgArea01 img,
	#main .sec05 .imgArea02 img,
	#main .sec05 .imgArea03 img,
	#main .imgArea03 img {
		width: 100%;
	}
	#main .imgArea03 {
		margin: 0 -2.9rem 7.8rem;
	}
	#main .faqBox {
		margin: 0 2rem 8.8rem;
	}
	#main .faqBox h2 {
		margin-bottom: 2.2rem;
		font-size: 3rem;
		font-weight: 700;
		text-align: center;
	}
	#main .faqBox .faqDl {
		border-radius: 0.4rem;
	}
	#main .faqBox .faqDl:not(:last-child) {
		margin-bottom: 1.6rem;
	}
	#main .faqBox .faqDl dt {
		padding: 0.9rem 5rem 1rem 5.5rem;
		min-height: 6.9rem;
		font-size: 1.6rem;
		line-height: 1.4;
		background: #5AB700 url(/img/kmcapp_sb/img/common/faq_icon01.png) no-repeat center left 1.1rem / 3.4rem;
	}
	#main .faqBox .faqDl dt::before {
		right: 1.7rem;
		width: 1.5rem;
		height: 1.5rem;
	}
	#main .faqBox .faqDl dd {
		padding: 1.7rem 1rem 2rem 5.5rem;
		font-size: 1.4rem;
		background: #FFF url(/img/kmcapp_sb/img/common/faq_icon02.png) no-repeat center left 1.5rem / 2.7rem;
	}
	#main .sec06 {
		padding: 0.5rem 0 3.6rem;
	}
	#main .sec06::before {
		top: -4rem;
		height: 4.2rem;
		background-image: url(/img/kmcapp_sb/img/index/sec06_bg01_sp.png);
	}
	#main .sec06 .imgArea {
		margin: -1.4rem -2.2rem 0.1rem -1.2rem;
		max-width: inherit;
	}
	#main .sec06 .imgArea img {
		width: 100%;
	}
	#main .sec06 .comBtn a {
		margin: 0;
	}
}