* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  color: #333;
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  font-size: 100%;
  -webkit-text-size-adjust: none;
  position: relative;
  background-color: #f0ede7;
}
body.is-loading {
  overflow: hidden;
}
body.is-scroll-locked {
  overflow: hidden;
  touch-action: none;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.7;
}
.l-inner {
  padding: 0 20px;
  max-width: 1064px;
  margin: auto;
}
.c-title {
  font-size: 30px;
  letter-spacing: 0.15em;
  max-width: 1024px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 24px;
  }
}
.c-titleSub {
  font-size: 18px;
  color: #006e38;
  border-bottom: #006e38 1px solid;
  padding-bottom: 5px;
  max-width: 1024px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-titleSub {
    font-size: 14px;
  }
}
.c-titleH2 {
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-titleH2 {
    font-size: 20px;
  }
}
.l-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  padding-top: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding-top: 20px;
    padding-right: 20px;
  }
}
.l-headerLogo {
  max-width: 310px;
  padding-left: 20px;
  opacity: 1;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .l-headerLogo {
    max-width: 200px;
    margin-top: -10px;
  }
}
.l-headerLogo path {
  transition: 0.3s;
  fill: #006e38;
}
.l-headerMenu {
  margin-left: auto;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.l-headerMenuBox {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 33px;
}
.l-headerMenuBar {
  width: 55px;
  height: 1px;
  background-color: #006e38;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .l-headerMenuBar {
    width: 45px;
  }
}
.l-headerMenuBar.top.is-active {
  transform: translateY(15px) rotate(30deg);
}
.l-headerMenuBar.center.is-active {
  display: none;
}
.l-headerMenuBar.bottom.is-active {
  transform: translateY(0px) rotate(-30deg);
}
.l-headerMenuText {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  letter-spacing: 0.3em;
  color: #006e38;
}
@media screen and (max-width: 768px) {
  .l-headerMenuText {
    font-size: 12px;
  }
}
.l-headerMenu.is-dark .l-headerMenuText {
  color: #006e38;
}
.l-headerMenu.is-dark .l-headerMenuBar {
  background-color: #006e38;
}


@media screen and (max-width: 768px) {
  .mainteFvImg {
    height: 30vh;
  }
}
.c-intro {
  padding: 120px 0 300px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-intro {
    padding: 60px 0 100px;
  }
}
.c-introBox {
  display: flex;
  gap: 70px;
  align-items: flex-start;
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .c-introBox {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-introBox {
    flex-direction: column;
    margin-top: 10px;
  }
}
.c-introLeft {
  max-width: 465px;
}
@media screen and (max-width: 1024px) {
  .c-introLeft {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .c-introLeft {
    width: 100%;
  }
}
.c-introHead {
  font-size: 25px;
  color: #006e38;
  letter-spacing: 0.15em;
  line-height: 1.875;
}
@media screen and (max-width: 1024px) {
  .c-introHead {
    font-size: 20px;
  }
}
.c-introText {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .c-introText {
    font-size: 13px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) {
  .c-introText {
    margin-top: 20px;
  }
}
.c-introRight {
  max-width: 695px;
  aspect-ratio: 695/360;
  width: 48.3%;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 1440px) {
  .c-introRight {
    position: relative;
    margin-right: -225px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-introRight {
    width: 100%;
    position: relative;
    max-width: none;
  }
}
.c-introHuman {
  position: absolute;
}
.c-introHuman.human1 {
  top: -280px;
  right: 20px;
  max-width: 310px;
}
@media screen and (max-width: 1024px) {
  .c-introHuman.human1 {
    max-width: 200px;
    top: -220px;
  }
}
@media screen and (max-width: 768px) {
  .c-introHuman.human1 {
    right: -15px;
    max-width: 150px;
    width: 40vw;
    top: -70px;
  }
}
.c-introHuman.human2 {
  bottom: -140px;
  left: -20px;
  max-width: 310px;
}
@media screen and (max-width: 1024px) {
  .c-introHuman.human2 {
    max-width: 180px;
    bottom: -150px;
  }
}
@media screen and (max-width: 768px) {
  .c-introHuman.human2 {
    max-width: 150px;
    width: 40vw;
    bottom: -70px;
  }
}







/* faq
---------------------------------------------- */
.faq_faq {
	padding: 110px 0;
}

.faq_faqWrap {
	margin-top: 60px;
}

.faq_faqCont {
	margin-bottom: 70px;
}

.faq_faqCont:last-child {
	margin-bottom: 0;
}

.faq_faqContTtl {
	font-size: 28px;
	letter-spacing: .1em;
	text-align: center;
}

.faq_faqList {
	width: 100%;
	margin-top: 20px;
    background: #fff;
    padding: 55px;
}

.faq_faqList li {
    padding: 0 7px 7px 0;
    margin-bottom: 35px;
	border: solid #006f31;
    border-width: 0 2px 2px 0;
}

.faq_faqList li:last-child {
	margin-bottom: none;
}

.qBox {
	position: relative;
	padding: 15px 0;
	cursor: pointer;
	user-select: none;
	background: #006f31;
}

/* .qBox::after {
	content: "";
	position: absolute;
	top: 7px;
	left: 7px;
	width: 100%;
	height: 100%;
	border:solid #006f31;
	border-width:0 2px 2px 0;
} */

.faq_faqListTtl {
	position: relative;
	width: 100%;
	font-size: 20px;
	letter-spacing: .08em;
	padding-left: 7.1967213%;
	color: #fff;
}

.faq_faqListTtl::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 1.8214936%;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	background: url('../img/pc/icon_q.svg') center/contain no-repeat;
}

.faq_faqListTtl::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2.7322404%;
	transform: translateY(-50%);
	width: 30px;
	height: 24px;
	background: url('../img/pc/icon_arrow_r_white.svg') center/contain no-repeat;
	transition: .3s;
}

.faq_faqListTtl.active::after {
	transform: translateY(-50%) rotate(90deg);
}

.aBox {
	display: none;
	padding: 15px 3px 15px 8.1967213%;
}

.answer {
	position: relative;
	font-size: 20px;
	color: #b5091f;
	line-height: 2;
	letter-spacing: .08em;
	margin-bottom: 5px;
}

.answer::before {
	content: '';
    position: absolute;
    top: 50%;
    left: -5.8214936%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url(../img/pc/icon_a.svg) center / contain no-repeat;
}

.answer1::before {
	content: '';
    position: absolute;
    top: 50%;
    left: -5.8214936%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: url(../img/pc/icon_a1.svg) center / contain no-repeat;
}

.answer2::before {
	content: '';
    position: absolute;
    top: 50%;
    left: -5.8214936%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: url(../img/pc/icon_a2.svg) center / contain no-repeat;
}

.answer2 {
	margin-top: 15px;
}

.answerDes {
	font-size: 16px;
	line-height: 2;
	letter-spacing: .08em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.answerDes .small {
	display: inline-block;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 1.4;
	padding-left: 1em;
	text-indent: -1em;
}

.aBox a {
	text-decoration: underline;
}

.answerDes .inquiry {
	display: block;
	background-color: #f3f8f4;
	font-size: 16px;
	margin: 1em auto .5em;
	padding: 1em 1.5em;
	/* text-align: center; */
}

.answerDes .inquiry a {
	/* color: #006e38; */
}

.answerDes .inquiryTtl {
	display: block;
	color: #006e38;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: .5em;
}

/* .answerDes .inquiryInner{
								display: block;
								width: fit-content;
								margin-right: auto;
								margin-left: auto;
								text-align: left;
							} */

@media screen and (max-width: 768px) {
	.faq_faq {
		padding: 40px 0;
	}

	.faq_faqWrap {
		margin-top: 40px;
	}

	.faq_faqCont {
		margin-bottom: 30px;
	}

	.faq_faqContTtl {
		font-size: 20px;
	}

	.faq_faqList {padding: 20px;}

	.faq_faqList li {}

	.qBox {
		padding: 15px 0;
	}

	.faq_faqListTtl {
		font-size: 15px;
		letter-spacing: 0em;
		padding-right: 12%;
		padding-left: 15.1875%;
	}

	.faq_faqListTtl::before {
		left: 4.6875%;
		width: 20px;
		height: 20px;
	}

	.faq_faqListTtl::after {
		right: 4.6875%;
		width: 20px;
		height: 15px;
	}

	/* .faq_faqListTtl.active::after{
								top: 40%;
							} */
	.aBox {
		padding-right: 6%;
		padding-bottom: 12px;
		padding-left: 15.1875%;
	}

	.answer{font-size: 14px; line-height: 1.5; letter-spacing: .05em; margin-bottom: 10px;}

	.answer::before {
    	left: -15.6875%;
    	width: 20px;
    	height: 20px;
	}

	.answer1::before,
	.answer2::before {
    	left: -17.6875%;
    	width: 28px;
    	height: 28px;
	}

	.answerDes{font-size: 13px; line-height: 1.6;}

	.answerDes .small {
		font-size: 12px;
	}

	.answerDes .inquiry {
		font-size: 14px;
		padding: 15px 20px;
	}

	.answerDes .inquiryTtl {
		font-size: 14px;
	}

	.answerDes .inquiryInner {
		/* text-align: center; */
	}
}

@media screen and (max-width: 360px) {
	.faq_faqListTtl {
		font-size: 14px;
	}
}

/* faq_note
---------------------------------------------- */
.faq_note {
	margin-top: 90px;
	background: #fff;
}

.faq_noteTtl {
    position: relative;
    width: 100%;
    height: 80px;
    background: #006e38;
    padding: 27px 0;
    cursor: pointer;
}

.faq_noteTtl .btnChild {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.faq_noteTtl::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2.7322404%;
	transform: translateY(-50%);
	width: 30px;
	height: 24px;
	background: url('../img/pc/icon_arrow_r_white.svg') center/contain no-repeat;
	transition: .3s;
}

.faq_noteTtl.active::after {
	transform: translateY(-50%) rotate(90deg);
}

.faq_noteWrap {
	width: 100%;
	padding: 55px;
	background: #f6f3ed;
}

.faq_noteList {
	width: 100%;
}

.faq_noteList li {
	position: relative;
	font-size: 14px;
  line-height: 1.6;
	padding-left: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.faq_noteList li+li {
	margin-top: 10px;
}

.faq_noteList li::before {
	content: '●';
	position: absolute;
	top: 0;
	left: 0;
	color: #006e38;
}

.faq_notePeriod {
	font-size: 13px;
}

.faq_notePeriod .periodTtl {
	margin-top: 15px;
	font-weight: 600;
	color: #b5091f;
}

@media screen and (max-width: 768px) {
	.faq_note {
		margin-top: 40px;
	}

	.faq_note .openBtn {
		height: 60px;
		padding: 15px 0;
	}

	.faq_note .openBtn .btnChild {
		font-size: 20px;
		text-align: center;
		text-indent: -.5em;
	}

	.faq_noteWrap {
		display: block;
		padding: 25px 25px 25px 15px;
	}

	.faq_noteList+.faq_noteList {
		margin-top: 20px;
	}

	.faq_noteList {
		width: 100%;
	}

	.faq_noteTtl::after {
	width: 20px;
	height: 15px;
	}
}

