@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	overflow: hidden;
}
#main .imgUl.hidden {
	display: none;
}
#main .sideBox {
	position: absolute;
	left: 0.5rem;
	top: 0.4rem;
	color: #fff;
	z-index: 20;
}
#main .content {
	background: #fff;
	overflow: hidden;
}
#main .content .inner {
	padding: 0 2.5rem;
}
#main .sideBox .text {
	width: 15rem;
	height: 15rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .sideBox .text img {
	width: 100%;
}
#main .mainVisual {
	margin-bottom: 1.4rem;
	position: relative;
}
#main .mainVisual .posTxt {
	position: absolute;
	width: 8.9rem;
	left: 0.9rem;
	bottom: 2rem;
}
#main .mainVisual .posTxt.txt02 {
	left: auto;
	right: 0;
	bottom: 7.6rem;
}
#main .mainVisual img {
	width: 100%;
}
#main .content .topBox .col {
	margin-bottom: 4rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: #40170E;
	line-height: 1.666;
}
#main .content .sec01 {
	margin: 4.7rem 0 0;
	padding: 6.4rem 0;
	min-height: 74.5rem;
	background: url(../img/index/photo01.jpg) no-repeat center top / cover;
	position: relative;
}
#main .content .sec01::before,
#main .content .sec01::after {
	content: "";
	width: 100%;
	height: 3.9rem;
	position: absolute;
	left: 0;
	top: -1px;
	background: url(../img/index/bg02.png) no-repeat center top / 100%;
}
#main .content .sec01::after {
	height: 4.6rem;
	top: auto;
	bottom: -1rem;
	background-image: url(../img/index/bg03.png);
}
#main .content .sec01 .head {
	margin: 0 auto 1.3rem;
	width: 34.7rem;
}
#main .content .sec01 .head img {
	width: 100%;
}
#main .content .sec01 p {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 2.125;
	color: #40170e;
}
#main .content .sec01 p span {
	padding: 0 0.5rem;
	background: #fff;
}
#main .sec02 {
	margin-bottom: 1.2rem;
	padding: 1.5rem 0 8.4rem;
	background: #FFF8E6 url(../img/index/bg04.png) no-repeat center bottom -1px / 100% 4.6rem; 
}
#main .sec02 .titleBox {
	margin-bottom: 0.3rem;
	display: flex;
	align-items: flex-start;
}
#main .sec02 .titleBox .photo {
	margin: 0 -3rem 0 0;
	width: 19.4rem;
}
#main .sec02 .titleBox .head {
	margin: 0 0 1rem 2.8rem;
	padding-bottom: 1.1rem;
	flex: 1;
	font-size: 2rem;
	color: #12883B;
	border-bottom: 1.5px dashed #919191;
}
#main .sec02 .titleBox .head .img {
	margin: 2.7rem 0 -0.1rem -1.3rem;
	width: 7.5rem;
	display: block;
}
#main .sec02 .titleBox.right {
	margin-top: 5rem;
	flex-direction: row-reverse;
}
#main .sec02 .titleBox.right .photo {
	margin: 0 0 0 -3rem;
}
#main .sec02  img {
	width: 100%;
}
#main .sec02 .titleBox.right .head {
	margin: 0 2.8rem 1rem -0.6rem;
}
#main .sec02 .titleBox.right .head .img {
	margin: 4.3rem -1.3rem -3.1rem auto;
}
#main .sec02 .inner {
	padding: 0 2.8rem;
}
#main .sec02 .text {
	margin-bottom: 1.9rem;
	font-size: 1.5rem;
	letter-spacing: 0.03em;
	line-height: 1.6;
	color: #333;
}
#main .sec02 .imgBox {
	margin-bottom: 2rem;
	display: flex;
	justify-content: space-between;
	gap: 1.2rem;
}
#main .sec02 .imgBox.right {
	flex-direction: row-reverse;
	gap: 0.4rem;
}
#main .sec02 .imgBox .photo {
	margin-top: 0.8rem;
	width: 6rem;
}
#main .sec02 .imgBox .textBox {
	padding: 0.7rem 0 0.5rem 1.4rem;
	flex: 1;
	font-size: 1.3rem;
	line-height: 1.615;
	font-weight: 500;
	background: #fff;
	border-radius: 1rem;
	position: relative;
}
#main .sec02 .imgBox .textBox::before {
	content: "";
	position: absolute;
	left: -0.8rem;
	top: 3.6rem;
	width: 3rem;
	height: 2.5rem;
	background: url(../img/index/icon01.png) no-repeat center top / 100%;
}
#main .sec02 .imgBox.right .textBox::before {
	right: -1.1rem;
	left: auto;
	transform: scaleX(-1);
	top: 3.3rem;
}
#main .sec02 .imgBox .textBox .ttl {
	padding-left: 1.1rem;
	font-size: 1.1rem;
	font-weight: 500;
	position: relative;
	letter-spacing: 0.02em;
	color: #40170e;
	line-height: 1.4;
}
#main .sec02 .imgBox .textBox * {
	position: relative;
}
#main .sec02 .imgBox .textBox .ttl::before {
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 100%;
	background: #12883b;
	position: absolute;
	left: 0;
	top: 0.6rem;
	content: "";
}
#main .sec03 {
	margin-bottom: 7.8rem;
	font-size: 1.5rem;
}
#main .sec03 .image img {
	width: 100%;
}
#main .sec03 .head {
	margin: 0 auto 2.8rem;
	width: 25.9rem;
}
#main .sec03 .head img {
	width: 100%;
}
#main .sec03 .title {
	margin: 2.4rem 0 2.1rem;
	font-size: 2.6rem;
	line-height: 1.307;
	letter-spacing: 0.05em;
	text-align: center;
	color: #2d2d2d;
}
#main .sec03 .title span {
	background: linear-gradient(to top,rgba(255,229,119,0.6) 1rem,transparent 0);
}
#main .sec03 .ttl {
	margin-bottom: 0.6rem;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.3em;
	text-align: center;
}
#main .sec03 .ttl02 {
	margin: 3.1rem 0 0.9rem;
	letter-spacing: 0.1em;
}
#main .sec03 .ttl span {
	margin: 0 auto 0.3rem;
	padding: 1px 0;
	width: fit-content;
	min-width: 7.2rem;
	display: block;
	border-radius: 1.4rem;
	color: #fff;
	background: #12883b;
}
#main .sec03 .ttl small {
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	color: #12883b;
}
#main .sec03 .list {
	margin: 0 2.8rem 2.4rem;
}
#main .sec03 .list .noMar {
	margin-top: 0 !important;
}
#main .sec03 .list .noBg {
	background: transparent;
}
#main .sec03 .list li {
	letter-spacing: 0.05em;
	line-height: 1.6;
	color: #2d2d2d;
	display: flex;
	justify-content: space-between;
	background: url(../img/index/dot.png) repeat-x center left / 11rem 0.3rem;
}
#main .sec03 .list li:nth-child(2) {
	margin-top: 0.9rem;
}
#main .sec03 .list li + li {
	margin-top: 0.6rem;
}
#main .sec03 .list .txt {
	width: fit-content;
	position: relative;
	background: #fff;
	display: block;
}
#main .sec03 .list .txt01 {
	font-weight: 500;
}
#main .sec03 .list img {
	margin-right: 0.3rem;
	width: 3.2rem;
	vertical-align: -0.3rem;
}
#main .sec03 .list02 {
	margin: 0 1rem 0 2.8rem;
	font-weight: 500;
	line-height: 1.6;
}
#main .sec03 .list02 li + li {
	margin-top: 1rem;
}
#main .sec03 .pointBox {
	margin:  2.8rem 2.8rem 0;
	overflow: hidden;
	border-radius: 1rem;
}
#main .sec03 .pointBox .heading {
	padding: 0.7rem 0.6rem 0.6rem;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	background: #12883b;
}
#main .sec03 .pointBox .heading img {
	margin-left: 0.2rem;
	width: 6rem;
}
#main .sec03 .imgBox {
	padding: 1.9rem 0 1.3rem 1.5rem;
	font-size: 1.4rem;
	gap: 1.1rem;
	display: flex;
	justify-content: space-between;
	border: 1px dashed #2d2d2d;
	border-top: none;
	border-radius: 0 0 1rem 1rem;
}
#main .sec03 .imgBox .photo {
	margin-top: 0.4rem;
	width: 4.2rem;
}
#main .sec03 .imgBox .photo img {
	width: 100%;
}
#main .sec03 .imgBox .textBox {
	flex: 1;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.642;
}
#main .sec04 {
	padding: 3.1rem 2.7rem 3.2rem 2.8rem;
	background: url(../img/index/bg.png) repeat center top / 100%;
}
#main .sec04 .faqBox {
	padding: 2rem 1.5rem 2.2rem;
	border-radius: 3rem;
	background: #fff;
}
#main .sec04  .head {
	margin: 0 auto 1.1rem;
	width: fit-content;
	text-align: center;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	color: #2d2d2d;
	border-bottom: 0.2rem dashed #12883b;
	padding-bottom: 0.7rem;
}
#main .sec04 .head .col {
	color: #12883b;
}
#main .sec04 .text {
	margin-bottom: 3rem;
	color: #2d2d2d;
	line-height: 1.857;
	text-align: center;
}
#main .sec04 dl {
	color: #333;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.555;
}
#main .sec04 dl dt,
#main .sec04 dl dd {
	padding:  0.6rem 0 0.6rem 4rem;
	position: relative;
}
#main .sec04 dl dd {
	margin: 2.9rem 0 0;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
}
#main .sec04 dl dt .en,
#main .sec04 dl dd .en {
	width: 3.2rem;
	display: block;
	position: absolute;
	left: 0;
	top: 0.5rem;
}
#main .sec04 dl img {
	width: 100%;
}
#main .sec04 dl dd .comTips {
	text-indent: 0;
	padding: 0;
	line-height: 1.6;
	font-size: 1.4rem;
}
#main .sec05 {
	padding: 5.5rem 0 0;
}
#main .sec05 .heading {
	text-align: center;
	font-size: 1.6rem;
	color: #2d2d2d;
}
#main .sec05 .heading span {
	display: block;
}
#main .sec05 .heading .img {
	margin-top: 2rem;
}
#main .sec05 .heading img {
	width: 25.1rem;
}
#main .sec05 .text  {
	margin: 1.5rem 0 3.9rem;
	text-align: center;
	color: #2d2d2d;
}
#main .sec05 .text02 {
	width: fit-content;
	margin: 1.4rem auto 0.6rem;;
	font-size: 1.3rem;
	text-align: center;
	font-weight: 700;
	background: #fffac0;
}
#main .sec05  .comBox .imgUl li {
	width: 14rem;
	border-radius: 1rem;
	background: #fff;
	border: 1.5px solid #f09c0b;
	box-shadow: 0rem 0.5rem 0rem #f09c0b;
}
#main .sec05 .comBox .imgUl {
	margin-bottom: 1.9rem;
	gap: 2rem;
}
#main .sec05 .comBox .imgUl a {
	padding-bottom: 1.2rem;
}
#main .sec05 .comBox .imgUl img {
	width: 10.2rem;
}
#main .sec05 .comBox .imgUl .img {
	height: 9rem;
	margin: 1.2rem 0 0.2rem;
}
@media all and (min-width: 897px) {
	#main .content {
		margin: 0 auto;
		width: 600px;
	}
	#main .mainImg {
		margin-top: -42px;
	}
	#main .sideBox {
		position: fixed;
		margin-right: min(calc(100vw / 1920 * 20), 20px);
		width: min(29.27vw, 562px);
		top: min(calc(100vw / 1920 * 38), 38px);
		left: min(calc(100vw / 1920 * 38), 38px);
	}
	#main .sideBox .text {
		margin-bottom: 50px;
		width: min(calc(100vw / 1920 * 247), 247px);
		height: min(calc(100vw / 1920 * 247), 247px);
		font-size:  min(calc(100vw / 1920 * 24), 24px);	
		font-weight: 700;
		line-height: 1.625;
		text-align: center;
		background: url(../img/index/bg01.png) no-repeat center center / 100% 100%;
		text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
	}
	#main .sideBox a {
		color: #fff;
	}
	#main .sideBox .comBox {
		margin: 0 auto;
	}
	#main .sideBox .comBox .imgUl {
		gap: min(calc(100vw / 1920 * 30), 30px);
	}
	#main .sideBox .comBox .imgUl li {
		width: min(calc(100vw / 1920 * 246), 246px);
		font-size:  min(calc(100vw / 1920 * 20), 20px);
		font-weight: 400;
	}
	#main .sideBox .comBox .imgUl .img {
		margin-bottom: -5px;
		height: min(calc(100vw / 1920 * 160), 160px);
	}
	#main .sideBox .comBox .head  {
		margin-bottom:  min(calc(100vw / 1920 * 15), 15px);
		font-size:  min(calc(100vw / 1920 * 32), 32px);
		font-weight: 700;
	}
	#main .sideBox .comBox .head img {
		width: 56px;
		width:  min(calc(100vw / 1920 * 56), 56px);
	}
}
@media (min-width: 897px)  and (max-width: 1590px) {
	#main .sideBox {
		width: auto;
	}
	#main .sideBox .comBox .imgUl {
		flex-direction: column;
		align-items: center;
	}
}
@media (min-width: 897px)  and (max-width: 1110px) {
	#main .sideBox .comBox {
		display: none;
	}
}