@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/* sideBox */
#main .sideBox {
	width: 16.1rem;
	position: absolute;
	z-index: 99;
	top: 0.3rem;
	left: 0;
}
#main .sideBox .imgtext img {
	width: 100%;
}
@media all and (min-width: 897px) {
	#main .sideBox {
		width: auto;
		position: fixed;
		top: 1.85vw;
		left: 1.85vw;
	}
	#main .sideBox .imgtext {
		margin-bottom: 3vw;
		width: 13.125vw;
	}
	#main .sideBox .comBox {
		padding: 0.573vw 0.781vw 1.042vw;
		margin-left: 1.3vw;
		width: 26.927vw;
		background-color: #fff;
		border-radius: 1.042vw;
	}
	#main .sideBox .comBox .head {
		margin-bottom: 0.938vw;
		font-weight: 700;
		font-size: 1.667vw;
	}
	#main .sideBox .comBox .head img {
		width: 3.281vw;
		vertical-align: -0.365vw;
	}
	#main .sideBox .comBox .imgUl {
		margin: 0;
	}
	#main .sideBox .comBox .imgUl li {
		margin: 0 1.615vw;
	}
	#main .sideBox .comBox .imgUl li img {
		height: 8.177vw;
	}
	#main .sideBox .comBox .imgUl .txt {
		margin-top: 0.156vw;
		font-weight: 400;
		font-size: 1.042vw;
	}
}
@media all and (min-width: 897px) and (max-width: 1780px) {
	#main .sideBox .comBox {
		margin-left: 0;
	}
}
@media all and (min-width: 897px) and (max-width: 1540px) {
	#main .sideBox .comBox {
		width: fit-content;
	}
	#main .sideBox .comBox .head {
		font-size: 1.4vw;
	}
	#main .sideBox .comBox .head img {
		width: 2.5vw;
		vertical-align: -3px;
	}
	#main .sideBox .imgtext {
		width: 9vw;
	}
	#main .sideBox .comBox .imgUl {
		margin: 0 -1vw;
	}
}
@media all and (min-width: 897px) and (max-width: 1180px) {
	#main .sideBox .comBox {
		display: none;
	}
}
@media all and (min-width: 897px) and (max-width: 960px) {
	#main .sideBox .imgtext {
		width: 124px;
	}
}
/* mainVisual */
.mainVisual {
	margin-bottom: 3.1rem;
	position: relative;
	z-index: 1;
}
.mainVisual .mainImg img {
	width: 100%;
}
.mainVisual .posTxt {
	position: absolute;
	z-index: 2;
	top: 4rem;
	left: 0;
	width: 100%;
}
.mainVisual .posTxt img {
	width: 100%;
}
#main .bg {
	background-color: #fff;
}
@media all and (min-width: 897px) {
	#main .bg {
		margin: 0 auto;
		width: 600px;
		box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
	}
	.mainVisual .posTxt {
		top: 25px;
	}
}
/* topBox */
#main .topBox {
	padding-bottom: 2.1rem;
}
#main .topBox .col {
	margin-bottom: 2rem;
	color: #40170e;
	font-size: 1.7rem;
	line-height: 1.76;
}
#main .topBox .comBox .imgUl {
	margin-bottom: 1.2rem;
}
/* sec01 */
#main .sec01 {
	padding: 4rem 0 7.3rem;
	position: relative;
	min-height: 71rem;
	background: url(../img/index/sec01_photo01.jpg) no-repeat left top / cover;
}
#main .sec01 h2 {
	margin: 0 0.25rem 0.8rem;
}
#main .sec01 h2 img {
	width: 100%;
}
#main .sec01::before,
#main .sec01::after {
	content: "";
	width: 100%;
	height: 3.9rem;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/index/bg01.png) no-repeat center top / 100%;
}
#main .sec01::after {
	height: 4.6rem;
	top: auto;
	bottom: -0.9rem;
	background-image: url(../img/index/bg02.png);
}
#main .sec01 p {
	text-align: center;
	font-size: 1.5rem;
	color: #40170e;
	line-height: 2.26;
	letter-spacing: 0.025em;
}
#main .sec01 p span {
	padding: 0 0.7rem 0.2rem;
	background: -webkit-linear-gradient(#fff,#fff) repeat-x left bottom / 100% 2.4rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
/* sec02 */
#main .sec02 {
	margin-bottom: 1.2rem;
	padding: 10.1rem 0 8.4rem;
	background: #fff4e1 url(../img/index/bg03.png) no-repeat center bottom -1px / 100% 4.6rem; 
	overflow: hidden;
}
#main .sec02 img {
	width: 100%;
}
#main .sec02 .info {
	margin: 0 2.6rem;
	position: relative;
}
#main .sec02 .head {
	padding-bottom: 0.7rem;
	margin-bottom: 1.4rem;
	width: fit-content;
	position: relative;
	font-size: 2rem;
	color: #E38D37;
	border-bottom: 0.15rem dashed #333;
}
#main .sec02 .head .ico {
	position: absolute;
	left: -1.1rem;
	top: -6.9rem;
	width: 7.5rem;
}
#main .sec02 .photo {
	position: absolute;
	right: -4.6rem;
	top: -7.9rem;
	width: 20.7rem;
}
#main .sec02 .text {
	margin-right: -1rem;
	font-size: 1.5rem;
	letter-spacing: 0.03em;
	line-height: 1.6;
}
#main .sec02 .img {
	margin: 1.8rem 0.1rem 0 -0.5rem;
	position: relative;
}
#main .sec02 .btmPho {
	margin: -3.1rem -3.9rem 0 -3rem;
}
#main .sec02 .info02 {
	margin-top: 12.5rem;
}
#main .sec02 .info02 .head {
	margin: 0 -1.5rem 1.7rem auto;
}
#main .sec02 .info02 .head .ico {
	left: auto;
	right: 0.4rem;
	top: -7.2rem;
}
#main .sec02 .info02 .photo {
	right: auto;
	left: -5.8rem;
	top: -8.1rem;
}
#main .sec02 .info02 .text {
	margin: 0 0 0 0.2rem;
}
#main .sec02 .info02 .img {
	margin: 1.4rem 1.3rem 0 0.6rem;
}
#main .sec02 .btmImg {
	margin: 4.8rem 2.7rem 0 2.8rem;
}
/* sec03 */
#main .sec03 {
	padding: 1.6rem 0 5rem;
	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: 2rem 0 2.4rem;
	font-size: 2.6rem;
	line-height: 1.46;
	letter-spacing: 0.05em;
	text-align: center;
	color: #2d2d2d;
}
#main .sec03 .title img {
	display: block;
	width: 13.5rem;
	margin: 0 auto -1px;
}
#main .sec03 .title span {
	background: -webkit-linear-gradient(rgba(255,229,119,0.6),rgba(255,229,119,0.6)) repeat-x left bottom 0.3rem / 100% 1rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#main .sec03 .ttl {
	margin-bottom: 0.5rem;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}
#main .sec03 .ttl02 {
	margin: 2.9rem 0 1.3rem;
}
#main .sec03 .ttl span {
	margin: 0 auto 0.3rem;
	padding: 1px 0;
	width: fit-content;
	min-width: 7.2rem;
	display: block;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	border-radius: 1.4rem;
	color: #fff;
	background: #46835A;
}
#main .sec03 .ttl02 span {
	text-indent: 0.1em;
	letter-spacing: 0.1em;
}
#main .sec03 .ttl small {
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	color: #46835A;
}
#main .sec03 .list li {
	letter-spacing: 0.05em;
	line-height: 1.6;
	color: #2d2d2d;
	display: flex;
	justify-content: space-between;
	background: url(../img/index/dot01.png) repeat-x center left / 11rem 0.3rem;
}
#main .sec03 .list li + li {
	margin-top: 1rem;
}
#main .sec03 .list .txt {
	padding-left: 0.4rem;
	width: fit-content;
	position: relative;
	background: #fff;
	display: block;
}
#main .sec03 .list .txt01 {
	padding: 0 0.2rem 0 0;
}
#main .sec03 .list img {
	margin-right: 0.3rem;
	width: 3.8rem;
	vertical-align: -0.5rem;
}
#main .sec03 .list .subText {
	color: #2d2d2d;
	font-size: 1.5rem;
	letter-spacing: 0.03em;
}
#main .sec03 .list02 {
	margin-bottom: 0.9rem;
	line-height: 1.6;
}
#main .sec03 .list02 li {
	padding: 0 0 1px 1.8rem;
	text-indent: -1.8rem;
	color: #2d2d2d;
	font-weight: 500;
}
#main .sec03 .list02 li + li {
	margin-top: 0.4rem;
}
#main .sec03 .note {
	color: #2D2D2D;
	font-size: 1.4rem;
}
#main .sec03 .pointBox {
	margin-top: 2.8rem;
	overflow: hidden;
	border-radius: 1rem;
}
#main .sec03 .pointBox .heading {
	padding: 0.6rem;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	background: #E38D37;
}
#main .sec03 .pointBox .heading img {
	margin-left: 0.2rem;
	width: 6rem;
	vertical-align: -0.5rem;
}
#main .sec03 .imgBox {
	padding: 0.8rem 0 1.2rem 1.3rem;
	font-size: 1.4rem;
	gap: 1.6rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px dashed #2d2d2d;
	border-top: none;
	border-radius: 0 0 1rem 1rem;
}
#main .sec03 .imgBox .photo {
	width: 4.2rem;
}
#main .sec03 .imgBox .photo img {
	width: 100%;
}
#main .sec03 .imgBox .textBox {
	flex: 1;
	letter-spacing: 0.05em;
	line-height: 1.642;
	color: #2d2d2d;
	font-weight: 500;
}
/* sec04 */
#main .sec04 {
	padding: 3.1rem 0 3rem;
	background: url(../img/index/sec04_bg.jpg) repeat center top / 100%;
}
#main .sec04 .faqBox {
	padding: 3.1rem 1.5rem 2.3rem;
	border-radius: 3rem;
	background: #fff;
}
#main .sec04 .head {
	margin: 0 auto 1.2rem;
	width: 19.1rem;
}
#main .sec04 .head img {
	width: 100%;
}
#main .sec04 .text {
	margin-bottom: 2.9rem;
	color: #2d2d2d;
	line-height: 1.857;
	text-align: center;
}
#main .sec04 dl {
	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-top: 1.2rem;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
}
#main .sec04 dl dd {
	padding-top: 0;
}
#main .sec04 dl dt .en,
#main .sec04 dl dd .en {
	width: 3.2rem;
	display: block;
	position: absolute;
	left: 0;
	top: 0.4rem;
}
#main .sec04 .pho {
	margin: 1.5rem 4.4rem 0 0.5rem;
	display: block;
}
#main .sec04 dl img {
	width: 100%;
}
/* sec05 */
#main .sec05 {
	padding-top: 5.4rem;
}
#main .sec05 .heading {
	margin-bottom: 1.6rem;
	text-align: center;
	font-size: 1.6rem;
	color: #2d2d2d;
}
#main .sec05 .heading span {
	display: block;
}
#main .sec05 .heading .img {
	margin-top: 1.9rem;
}
#main .sec05 .heading img {
	width: 25.1rem;
}
#main .sec05 .text  {
	margin-bottom: 3.2rem;
	text-align: center;
	color: #2d2d2d;
}
#main .sec05 .text02 {
	width: fit-content;
	margin: 0 auto 1.3rem;
	color: #222;
	font-size: 1.3rem;
	text-align: center;
	background: #fffac0;
	line-height: 1.2;
}
#main .sec05 .comBox .head {
	margin-bottom: 2.2rem;
}
#main .sec05 .comBox .imgUl li {
	width: 14rem;
	margin: 0 1rem;
	border-radius: 1rem;
	background: #fff;
	border: 0.15rem solid #f09c0b;
	box-shadow: 0 0.5rem 0 #f09c0b;
}
#main .sec05 .comBox .imgUl {
	margin: 0 0 1.9rem;
}
#main .sec05 .comBox .imgUl a {
	padding: 1.5rem 0 1.2rem;
	display: block;
	text-align: center;
}
#main .sec05 .comBox .imgUl li img {
	height: 10.3rem;
}
#main .sec05 .comTips {
	margin: 0 auto 2.8rem;
	width: fit-content;
}
#main .sec05 .comBox .imgUl a:hover {
	opacity: 0.7;
}