@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/* sideBox */
#main .sideBox {
	width: 16rem;
	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: 2.031vw;
		left: 2.031vw;
	}
	#main .sideBox .imgtext {
		margin-bottom: 3.073vw;
		width: 12.865vw;
	}
	#main .sideBox .comBox {
		padding: 10px 15px 1.042vw;
		margin-left: 21px;
		width: 26.927vw;
		background-color: #fff;
		border-radius: 20px;
	}
	#main .sideBox .comBox .head {
		font-weight: 700;
		font-size: 1.667vw;
	}
	#main .sideBox .comBox .head img {
		width: 3.281vw;
		vertical-align: -7px;
	}
	#main .sideBox .comBox .imgUl {
		gap: 1.667vw;
	}
	#main .sideBox .comBox .imgUl li {
		width: 10.938vw;
	}
	#main .sideBox .comBox .imgUl .txt {
		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 .imgUl li {
		width: 8.9vw;
	}
	#main .sideBox .comBox .imgUl {
		gap: 1vw;
	}
	#main .sideBox .comBox .head {
		font-size: 1.4vw;
	}
	#main .sideBox .comBox .head img {
		width: 2.5vw;
		vertical-align: -3px;
	}
	#main .sideBox .imgtext {
		width: 9vw;
	}
}
@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: 1.3rem;
	position: relative;
	z-index: 1;
}
.mainVisual .mainImg img {
	width: 100%;
}
.mainVisual .posTxt {
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 4.5rem;
	left: 0;
}
.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: 32px;
	}
}
/* topBox */
#main .topBox {
	padding-bottom: 4rem;
}
#main .topBox .col {
	margin-bottom: 2rem;
	color: #40170e;
	font-size: 1.7rem;
	line-height: 1.76;
}
#main .topBox .comBox .imgUl {
	margin-bottom: 1.7rem;
}
/* sec01 */
#main .sec01 {
	padding: 7.2rem 0 7.3rem;
	position: relative;
	min-height: 74.5rem;
	background: url(../img/index/sec01_photo01.jpg) no-repeat left top / cover;
}
#main .sec01 h2 {
	margin: 0 auto 3.5rem;
	width: 29.1rem;
}
#main .sec01 h2 img {
	width: 100%;
}
#main .sec01::before,
#main .sec01::after {
	content: "";
	width: 100%;
	height: 3.9rem;
	position: absolute;
	left: 0;
	top: -1px;
	background: url(../img/index/bg01.png) no-repeat center top / 100%;
}
#main .sec01::after {
	height: 4.6rem;
	top: auto;
	bottom: -1rem;
	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.03em;
}
#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;
	overflow: hidden;
	padding: 1.5rem 0 8.4rem;
	background: #fff4e1 url(../img/index/bg03.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 -3.9rem 0 0;
	width: 19.4rem;
}
#main .sec02 .titleBox .head {
	margin: 0 0 1rem 2.8rem;
	padding-bottom: 0.9rem;
	flex: 1;
	font-size: 2rem;
	color: #e9830f;
	border-bottom: 0.15rem dashed #919191;
}
#main .sec02 .titleBox .head01 {
	margin: 6.8rem -4.8rem 1.2rem 2.8rem;
	display: flex;
	flex-wrap: wrap;
}
#main .sec02 .titleBox .head .img {
	margin: -1.1rem 0.4rem 0 -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 1.2rem -0.6rem;
}
#main .sec02 .titleBox.right .head .img {
	margin: 3.3rem -1.3rem -3rem auto;
}
#main .sec02 .inner {
	padding: 0 2.8rem;
}
#main .sec02 .text {
	margin-bottom: 2.6rem;
	font-size: 1.5rem;
	letter-spacing: 0.03em;
	line-height: 1.6;
	font-family:"fot-tsukuardgothic-std",sans-serif;
	font-weight: 700;
}
#main .sec02 .text01 {
	padding-right: 1.5rem;
}
#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: 0.8rem 0 0 -0.7rem;
	width: 6rem;
}
#main .sec02 .imgBox .textBox {
	padding: 1.1rem 1rem 0.9rem 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;
	z-index: 1;
	left: -1.2rem;
	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.2);
	top: 3.3rem;
}
#main .sec02 .imgBox .textBox .ttl {
	padding-left: 1rem;
	font-size: 1.1rem;
	font-weight: 500;
	position: relative;
	z-index: 2;
	letter-spacing: 0.02em;
	color: #40170e;
	line-height: 1.4;
}
#main .sec02 .imgBox .textBox p {
	position: relative;
	z-index: 2;
}
#main .sec02 .imgBox .textBox {
	position: relative;
}
#main .sec02 .imgBox .textBox .ttl::before {
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 100%;
	background: #e9830f;
	position: absolute;
	left: 0;
	top: 0.6rem;
	content: "";
}
#main .sec02 .imgBox.right .photo {
	margin: 0.8rem 0.5rem 0 1rem;
}
#main .sec02 .imgBox.right .textBox {
	margin-left: 0.5rem;
}
#main .sec02 .inner01 .text {
	margin-bottom: 1.6rem;
}
#main .sec02 .inner01 .left {
	gap: 0.7rem;
}
#main .sec02 .inner01 .left .photo {
	margin-left: 1rem;
}
#main .sec02 .inner01 .left .textBox {
	margin-right: 0.8rem;
}
#main .sec02 .inner01 .left .textBox::before {
	left: -0.8rem;
	top: 2.8rem;
}
#main .sec02 .inner01 .right .photo {
	margin: -0.4rem -0.8rem 0 0.3rem;
}
#main .sec02 .inner01 .right .textBox {
	margin-left: 0;
}
#main .sec02 .inner01 .right .textBox::before {
	right: -1rem;
	top: 2rem;
}
/* sec03 */
#main .sec03 {
	padding: 1.9rem 0 6rem;
	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 3.8rem;
	font-size: 2.6rem;
	line-height: 1.307;
	letter-spacing: 0.05em;
	text-align: center;
	color: #2d2d2d;
}
#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.6rem;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}
#main .sec03 .ttl02 {
	margin: 3.5rem 0 0.9rem;
}
#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: #e9830f;
}
#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: #e9830f;
}
#main .sec03 .list {
	margin-bottom: 2.4rem;
}
#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 .li01 {
	margin-top: 0 !important;
	background: none;
}
#main .sec03 .list li + li {
	margin-top: 0.85rem;
}
#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 {
	line-height: 1.6;
}
#main .sec03 .list02 li {
	padding-left: 1.8rem;
	text-indent: -1.8rem;
	color: #2d2d2d;
}
#main .sec03 .list02 li + li {
	margin-top: 0.4rem;
}
#main .sec03 .pointBox {
	margin-top: 2.6rem;
	overflow: hidden;
	border-radius: 1rem;
}
#main .sec03 .pointBox .heading {
	padding: 0.6rem;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	background: #e9830f;
}
#main .sec03 .pointBox .heading img {
	margin-left: 0.2rem;
	width: 6rem;
	vertical-align: -0.5rem;
}
#main .sec03 .imgBox {
	padding: 0.9rem 0 1.1rem 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;
}
/* sec04 */
#main .sec04 {
	padding: 3.1rem 0 3.2rem;
	background: url(../img/index/sec04_bg.jpg) repeat center top / 100%;
}
#main .sec04 .faqBox {
	padding: 2rem 1.5rem 3.5rem;
	border-radius: 3rem;
	background: #fff;
}
#main .sec04  .head {
	margin: 0 auto 1.3rem;
	width: fit-content;
	text-align: center;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	color: #2d2d2d;
	border-bottom: 0.2rem dashed #e9830f;
	padding-bottom: 0.7rem;
}
#main .sec04 .head .col {
	color: #e9830f;
}
#main .sec04 .text {
	margin-bottom: 3rem;
	color: #2d2d2d;
	line-height: 1.857;
	text-align: center;
}
#main .sec04 dl {
	margin-bottom: 1rem;
	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: 2.8rem;
	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.3rem;
}
#main .sec04 dl img {
	width: 100%;
}
#main .sec04 .ttl {
	margin-bottom: 1.2rem;
	text-align: center;
	font-size: 1.6rem;
}
#main .sec04 .infoBox {
	margin: 0 3rem;
	padding: 1.1rem 1.8rem 1.2rem;
	background-color: #fffcf2;
	border-radius: 0.4rem;
}
#main .sec04 .infoBox li {
	font-size: 1.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: url(../img/index/dot02.png) repeat-x left center / 0.6rem 0.2rem;
}
#main .sec04 .infoBox li:not(:last-child) {
	margin-bottom: 1.2rem;
}
#main .sec04 .infoBox span {
	padding-left: 0.2rem;
	background-color: #fffcf2;
	display: inline-block;
}
#main .sec04 .infoBox .orange {
	color: #e9830f;
	font-weight: 500;
	letter-spacing: 0.05em;
}
/* 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.4rem;
	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;
	border-radius: 1rem;
	background: #fff;
	border: 0.15rem 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: 1.8rem 0 1.2rem;
	display: block;
	text-align: center;
}
#main .sec05 .comBox .imgUl img {
	width: 10.2rem;
}
#main .sec05 .comBox .imgUl .img {
	margin-bottom: 0.7rem;
	display: inline-block;
}
#main .sec05 .comTips {
	margin: 0 auto 2.7rem;
	width: fit-content;
}
#main .sec05 .comBox .imgUl a:hover {
	opacity: 0.7;
}