@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .main-visual {
	margin-bottom: 3.3rem;
	position: relative;
}
#main .main-visual img {
	width: 100%;
}
#main .main-visual::after {
	width: 11rem;
	height: 10.5rem;
	position: absolute;
	left: 0;
	bottom: -5.7rem;
	background: url(../img/index/bg01.webp) no-repeat left top / 100%;
	content: '';
	z-index: 1;
}
#main .intro-box {
	margin-bottom: 6rem;
}
#main .intro-box .text01 {
	margin-bottom: 4rem;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2;
}
#main .intro-box .text01 .sub-txt01 {
	color: #31732C;
	font-weight: 700;
	background: linear-gradient(rgba(240, 205, 143, 0.20), rgba(240, 205, 143, 0.20)) no-repeat left bottom / 100% 1.1rem;
}
#main .intro-box .text01 .bold {
	font-weight: 700;
}
#main .intro-box .img-box {
	display: flex;
	align-items: flex-start;
}
#main .intro-box .img-box .text-box {
	margin-right: -8.1rem;
	flex: 1;
	position: relative;
	background: rgba(255, 255, 255, 0.80);
	z-index: 1;
}
#main .intro-box .img-box .text-box p {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.8;
	color: #31732C;
}
#main .intro-box .img-box .photo-box {
	margin-top: 3.8rem;
	width: calc(50% + 2.8rem);
	position: relative;
}
#main .intro-box .img-box .photo-box::before {
	content: '';
	background: url(../img/index/bg02.webp) no-repeat center center / 100%;
	opacity: 0.4;
	mix-blend-mode: multiply;
}
#main .intro-box .img-box .photo-box img {
	width: 100%;
}
#main .about {
	margin-bottom: 6.5rem;
	position: relative;
}
#main .about::before {
	width: calc(100% - 2rem);
	height: calc(100% - 2rem);
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(240, 205, 143, 0.15);
	content: '';
}
#main .about .bg01 {
	width: 11.4rem;
	position: absolute;
	right: 0;
	top: -2.9rem;
}
#main .about .text-box,
#main .about .photo-box {
	position: relative;
	z-index: 1;
}
#main .about .text-box {
	padding: 5.3rem 4rem 3.4rem 2rem;
}
#main .about .text-box p {
	margin-bottom: 2.4rem;
	line-height: 1.8;
}
#main .about .text-box p:last-child {
	margin-bottom: 0;
}
#main .about .text-box p strong {
	font-weight: 700;
}
#main .about .photo-box {
	margin-left: 4rem;
	position: relative;
}
#main .about .photo-box .bg02 {
	width: 11rem;
	position: absolute;
	left: -4rem;
	top: -2.5rem;
}
#main .about .photo-box img {
	width: 100%;
}
#main .about .photo-box .com-bg01 {
	top: auto;
	bottom: -7.5rem;
	left: auto;
	right: 1rem;
	z-index: 1;
}
#main .plan {
	margin-bottom: 6.4rem;
}
#main .plan .com-bg02 {
	left: 55%;
	top: -1.6rem;
	right: auto;
	bottom: auto;
}
#main .plan .headline01 {
	margin-bottom: 3.5rem;
}
#main .plan .plan-list {
	margin-bottom: 7.1rem;
}
#main .plan .plan-list .slick-list {
	padding: 1.5rem 2.7rem 0 0;
	overflow: visible;
}
#main .plan .plan-list .slick-slide > div {
	margin-right: 1.8rem;
}
#main .plan .plan-list .item {
	padding: 1rem;
	position: relative;
	vertical-align: top;
	background: rgba(240, 205, 143, 0.15);
}
#main .plan .inner {
	padding: 1.8rem 1rem 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #F0CD8F;
	z-index: 1;
}
#main .plan .ttl {
	padding: 0 1.5rem;
	min-width: 18.1rem;
	max-width: 100%;
	position: absolute;
	left: 50%;
	top: -1rem;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.4em;
	white-space: nowrap;
	background: url(../img/index/bg03.webp) no-repeat center center / cover;
	transform: translateX(-50%);
}
#main .plan .sub-ttl {
	margin-bottom: 1px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .plan .price {
	margin-bottom: 0.5rem;
	color: #31732C;
	font-weight: 700;
	font-size: 4rem;
	line-height: 1;
}
#main .plan .price .sm {
	margin-right: 0.2rem;
	font-size: 2.6rem;
	vertical-align: 0;
}
#main .plan .price sup {
	margin-left: 0.5rem;
	color: #333;
	font-size: 1.2rem;
	font-weight: 400;
	vertical-align: 1.75em;
}
#main .plan .text {
	font-size: 1.2rem;
	line-height: 1.8;
}
#main .plan .plan-box::before {
	font-size: 4rem;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	left: 50%;
	top: -6rem;
	transform: translateX(-50%);
	content: '＋';
}
#main .plan .plan-box {
	margin-bottom: 0.7rem;
	padding: 1rem;
	position: relative;
	text-align: center;
	background: rgba(240, 205, 143, 0.15);
}
#main .plan .plan-box .bg {
	width: 11.4rem;
	position: absolute;
	top: -2rem;
	right: -2rem;
	z-index: 1;
}
#main .plan .plan-box .inner {
	padding-top: 1.9rem;
	padding-bottom: 1.2rem;
}
#main .plan .plan-box .ttl {
	min-width: 15.6rem;
}
#main .plan .plan-box .price {
	margin-bottom: 0.9rem;
}
#main .plan .plan-box .text .sub-txt01 {
	margin-right: 0.5rem;
	padding: 0 0.5rem;
	display: inline-block;
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	vertical-align: 0.1em;
	background: rgba(49, 115, 44, 0.20);
}
#main .plan .plan-box .text .sub-txt02 {
	color: #31732C;
	font-weight: 700;
	font-size: 2rem;
}
#main .plan .plan-box .text .sub-txt02 .sm {
	font-size: 1.6rem;
}
#main .plan .note {
	text-align: right;
	font-size: 1.2rem;
}
#main .plan .sub-sec {
	padding-top: 4.2rem;
	position: relative;
}
#main .plan .sub-sec .com-bg02 {
	bottom: auto;
	top: 0;
	left: 3rem;
}
#main .plan .sub-sec .heading {
	margin-bottom: 2.1rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
}
#main .plan .sub-sec .heading span {
	padding: 0 2.5rem;
	display: inline-block;
	position: relative;
}
#main .plan .sub-sec .heading span::before {
	width: 1.5rem;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #31732C;
	content: '';
}
#main .plan .sub-sec .heading span::after {
	width: 1.5rem;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	background: #31732C;
	content: '';
}
#main .plan .sub-sec .table-box {
	margin: 0 -0.2rem 3.5rem;
	position: relative;
}
#main .plan .sub-sec .table-box::before {
	font-size: 4rem;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	left: 50%;
	bottom: -2.8rem;
	transform: translateX(-50%);
	content: '＋';
}
#main .plan .sub-sec .table-box table {
	margin-bottom: 0.5rem;
	width: 100%;
	border-collapse: collapse;
}
#main .plan .sub-sec .table-box th,
#main .plan .sub-sec .table-box td {
	padding: 0.2rem 0.4rem;
	height: 4.6rem;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.2;
	vertical-align: middle;
	text-align: center;
	border: 0.2rem solid #fff;
}
#main .plan .sub-sec .table-box th {
	width: 30.5%;
	background: rgba(49, 115, 44, 0.10);
}
#main .plan .sub-sec .table-box th .sm {
	font-size: 1.2rem;
	display: inline-block;
	letter-spacing: -0.05em;
}
#main .plan .sub-sec .table-box td {
	background: rgba(240, 205, 143, 0.20);
}
#main .plan .sub-sec .table-box thead th {
	height: auto;
}
#main .plan .sub-sec .table-box thead td {
	padding: 0.6rem 0.2rem 0.5rem;
	width: 22.7%;
	height: auto;
	color: #fff;
	font-weight: 700;
	background: #31732C;
}
#main .plan .sub-sec .table-box td .number {
	color: #31732C;
	font-size: 2rem;
	font-weight: 700;
}
#main .plan .sub-sec .table-box td .number span {
	font-size: 1.2rem;
}
#main .plan .sub-sec .table-box td .dot {
	display: inline-block;
}
#main .plan .sub-sec .table-box td .dot img {
	width: 2rem;
}
#main .plan .sub-sec .table-box td .txt {
	font-size: 1.2rem;
	font-weight: 400;
	display: block;
}
#main .plan .sub-sec .table-box td .line {
	display: inline-block;
	font-size: 2rem;
	font-weight: 400;
	color: #333;
}
#main .plan .sub-sec .img-list {
	margin: -1.5rem -0.5rem 0;
	position: relative;
}
#main .plan .sub-sec .img-list li {
	margin-top: 1.5rem;
	width: 25%;
	padding: 0 0.5rem;
	text-align: center;
}
#main .plan .sub-sec .img-list li .txt {
	margin-top: 0.4rem;
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.2;
}
#main .plan .sub-sec .com-bg01 {
	top: auto;
	bottom: -5.7rem;
	right: 0;
}
#main .point {
	margin-bottom: 6.4rem;
	position: relative;
}
#main .point .bg01 {
	width: 11rem;
	position: absolute;
	right: 4.8rem;
	top: -4rem;
}
#main .point .headline01 {
	margin: 0 0 4.1rem 4rem;
}
#main .point .img-box {
	margin-bottom: 5.2rem;
	position: relative;
}
#main .point .img-box:last-child {
	margin-bottom: 0;
}
#main .point .img-box::before {
	width: calc(100% - 2rem);
	height: calc(100% - 2rem);
	position: absolute;
	left: 2rem;
	top: 2rem;
	background: rgba(49, 115, 44, 0.10);
	content: '';
	z-index: -1;
}
#main .point .img-box .com-bg02 {
	bottom: auto;
	top: -4.5rem;
	left: auto;
	right: 2rem;
	z-index: 1;
}
#main .point .img-box .photo-box {
	margin-right: 4rem;
}
#main .point .img-box .photo-box img {
	width: 100%;
}
#main .point .img-box .text-box {
	padding: 1px 2rem 3.9rem 4.3rem;
}
#main .point .img-box .heading {
	margin: -1.9rem 0 2rem;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	color: #000;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2;
	z-index: 1;
}
#main .point .img-box .heading .num {
	margin-right: 1.3rem;
	padding-bottom: 0.5rem;
	color: #31732C;
	font-weight: 400;
	font-size: 6rem;
	line-height: 1;
	white-space: nowrap;
	border-bottom: 1px solid #31732C;
}
#main .point .img-box .heading .txt .txt-inner {
	margin-bottom: 0.5rem;
	padding: 0 1rem;
	display: inline-block;
	vertical-align: top;
	background: #fff;
}
#main .point .img-box .heading .txt .txt-inner:last-child {
	margin-bottom: 0;
}
#main .point .img-box .heading .color-green {
	color: #31732C;
}
#main .point .img-box .ttl {
	margin-bottom: 0.6rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.8;
}
#main .point .img-box .text {
	margin-bottom: 1.8rem;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.8;
}
#main .point .img-box .text:last-child {
	margin-bottom: 0;
}
#main .point .img-box.right::before {
	left: 0;
}
#main .point .img-box.right .photo-box {
	margin: 0 0 0 4rem;
}
#main .point .img-box.right .text-box {
	padding: 1px 4.3rem 3.9rem 2rem;
}
#main .point .img-box.right .heading {
	flex-direction: row-reverse;
}
#main .point .img-box.right .heading .num {
	margin: 0 0 0 1rem;
	padding-bottom: 0.4rem;
}
#main .point .bg02 {
	width: 11.4rem;
	position: absolute;
	right: 0;
	bottom: -6.5rem;
}
#main .faq {
	margin-bottom: 5.4rem;
	position: relative;
}
#main .faq .com-bg02 {
	left: auto;
	right: 10rem;
	top: -0.9rem;
	bottom: auto;
}
#main .faq .headline01 {
	margin-bottom: 4rem;
}
#main .faq .faq-list dt {
	padding: 2rem 4rem 2rem 2.1rem;
	position: relative;
	display: flex;
	background: rgba(240, 205, 143, 0.15);
	border-bottom: 1px solid #F0CD8F;
	cursor: pointer;
}
#main .faq .faq-list dt::after {
	width: 1.4rem;
	height: 0.8rem;
	position: absolute;
	right: 1.9rem;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	background: url(../img/common/icon02.webp) no-repeat center center / 100%;
	content: '';
}
#main .faq .faq-list dt.on::after {
	transform: translateY(-50%) rotate(0deg);
}
#main .faq .faq-list dt .mark {
	margin: 0.5rem 0.9rem 0 0;
	display: block;
	color: #31732C;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	white-space: nowrap;
	line-height: 1;
}
#main .faq .faq-list dt .txt {
	flex: 1;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.82;
}
#main .faq .faq-list dd {
	position: relative;
	display: none;
}
#main .faq .faq-list dd .mark {
	position: absolute;
	left: 2.2rem;
	top: 2rem;
	color: #F0CD8F;
	font-size: 2rem;
	font-weight: 700;
	white-space: nowrap;
	letter-spacing: 0.01em;
}
#main .faq .faq-list dd .inner {
	padding: 2.1rem 1rem 2rem 5.1rem;
}
#main .faq .faq-list dd .ttl {
	margin-bottom: -1px;
	font-weight: 700;
	line-height: 1.8;
}
#main .faq .faq-list dd .text {
	margin-bottom: 2.4rem;
	line-height: 1.8;
}
#main .faq .faq-list dd .text:last-child {
	margin-bottom: 0;
}
#main .contact {
	margin-bottom: 6rem;
	position: relative;
}
#main .contact .bg01 {
	width: 11rem;
	position: absolute;
	right: 8.2rem;
	top: -1.6rem;
	z-index: 1;
}
#main .contact .com-bg01 {
	top: -4.4rem;
	right: 5.1rem;
}
#main .contact .com-bg02 {
	left: auto;
	bottom: auto;
	right: 2rem;
	top: 3rem;
}
#main .contact .headline01 {
	margin: 0 0 4.5rem 2rem;
}
#main .contact .line-btn {
	margin-bottom: 2rem;
	text-align: center;
}
#main .contact .intro {
	margin-bottom: 2rem;
	font-size: 1.5rem;
	line-height: 2;
}
#main .contact .line-btn a {
	display: inline-block;
}
#main .contact .line-btn img {
	width: 33.5rem;
}
#main .contact .mail-form form {
	padding: 2.4rem 2.4rem;
	border: 1px solid #F0CD8F;
}
#main .contact .mail-form .form-list {
	margin-bottom: 2.5rem;
	padding-bottom: 2.2rem;
	word-break: break-all;
	border-bottom: 1px solid #F0CD8F;
}
#main .contact .mail-form .form-list dt {
	margin-bottom: 1rem;
	font-size: 1.5rem;
	line-height: 1.68;
	font-weight: 700;
}
#main .contact .mail-form .form-list dt .txt {
	display: block;
	position: relative;
}
#main .contact .mail-form .form-list dt .must,
#main .contact .mail-form .form-list dt .any {
	padding: 1px 1px 0.2rem;
	width: 4.4rem;
	display: block;
	text-align: center;
	position: absolute;
	right: 0;
	top: 1px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.7;
	white-space: nowrap;
	border-radius: 0.3rem;
	background: rgba(49, 115, 44, 0.20);
}
#main .contact .mail-form .form-list dt .any {
	padding-top: 0;
	padding-bottom: 1px;
	color: #F0CD8F;
	background: #fff;
	border: 1px solid #F0CD8F;
}
#main .contact .mail-form .form-list dd {
	margin-bottom: 2.1rem;
	font-size: 1.5rem;
	line-height: 1.7;
}
#main .contact .mail-form .form-list dd:last-child {
	margin-bottom: 0;
}
#main .contact .mail-form .form-list dd input[type="text"],
#main .contact .mail-form .form-list dd input[type="tel"],
#main .contact .mail-form .form-list dd input[type="email"],
#main .contact .mail-form .form-list dd select,
#main .contact .mail-form .form-list dd textarea {
	padding: 1rem 1.6rem;
	width: 100%;
	height: 6rem;
	vertical-align: top;
	color: #333;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.7;
	border-radius: 0.3rem;
	border: 1px solid #DDD;
	background: #F7F7F7;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}
#main .contact .mail-form .form-list dd textarea {
	height: 12rem;
	resize: vertical;
}
#main .contact .mail-form .form-list dd input[type="text"].error,
#main .contact .mail-form .form-list dd input[type="tel"].error,
#main .contact .mail-form .form-list dd input[type="email"].error,
#main .contact .mail-form .form-list dd textarea.error {
	border-color: #FA8A7B;
	background-color: #FFF1F1;
}
#main .form-list .errorTxt {
	display: block;
	font-size: 1.3rem;
	font-weight: 500;
	color: #FA8A7B;
	margin-top: 1rem;
}
#main .contact .mail-form .form-list dd ::placeholder {
	opacity: 1;
	color: #999;
}
#main .contact .mail-form .form-list dd .note {
	margin-top: 0.9rem;
	font-size: 1.2rem;
	font-weight: 400;
}
#main .contact .mail-form .radio-list li label {
	display: block;
}
#main .contact .mail-form .radio-list li input[type="radio"] {
	display: none;
}
#main .contact .mail-form .radio-list li input[type="radio"] ~ span {
	padding: 1.9rem 1.8rem 1.9rem 5.7rem;
	display: block;
	color: #59522F;
	font-size: 1.5rem;
	font-weight: 400;
	border-radius: 0.3rem;
	background: #fff url(../img/common/radio_icon01.webp) no-repeat left 1.6rem center / 3rem;
	cursor: pointer;
}
#main .contact .mail-form .radio-list li input[type="radio"]:checked ~ span {
	background-image: url(../img/common/radio_icon02.webp);
	background-color: rgba(240, 205, 143, 0.20);
}
#main .contact .mail-form .submit {
	margin: 0 auto;
	max-width: 38.5rem;
}
#main .contact .mail-form .submit li {
	margin-bottom: 2.5rem;
}
#main .contact .mail-form .submit li:last-child {
	margin-bottom: 0;
}
#main .contact .mail-form .submit label {
	width: 100%;
	height: 6rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 6rem;
	background: #0F47AA;
	cursor: pointer;
	overflow: hidden;
	transition: 0.3s;
}
#main .contact .mail-form .submit span {
	padding: 0 3.8rem 0 0.4rem;
	display: inline-block;
	background: url(../img/common/icon03.webp) no-repeat right center / 2.4rem;
}
#main .contact .mail-form .submit input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	cursor: pointer;
}
#main .info {
	padding-top: 6rem;
	background: rgba(240, 205, 143, 0.20);
}
#main .info .heading {
	margin-bottom: 2rem;
	position: relative;
	text-align: center;
	color: #31732C;
	font-size: 1.9rem;
	font-weight: 700;
	overflow-x: clip;
}
#main .info .heading span {
	padding: 0 2rem;
	display: inline-block;
	position: relative;
}
#main .info .heading span::before {
	margin-top: -1px;
	width: 100vw;
	min-width: 60rem;
	height: 0.2rem;
	position: absolute;
	left: 100%;
	top: 50%;
	background: #31732C;
	content: '';
}
#main .info .heading span::after {
	margin-top: -1px;
	width: 100vw;
	min-width: 60rem;
	height: 0.2rem;
	position: absolute;
	right: 100%;
	top: 50%;
	background: #31732C;
	content: '';
}
#main .info .banner {
	margin-bottom: 2rem;
}
#main .info .banner:last-child {
	margin-bottom: 0;
}
#main .info .banner a {
	display: block;
}
#main .info .banner img {
	width: 100%;
}
#main .info .photo {
	margin-bottom: 0.4rem;
}
#main .info .photo img {
	width: 100%;
}
#main .info .txt-list {
	margin-bottom: 4rem;
}
#main .info .txt-list li {
	padding: 1.6rem 0 1.4rem;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.62;
	border-bottom: 1px solid #D0B078;
}
#main .info .txt-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#main .info .txt-list .font-mont {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}
@media all and (min-width: 897px) {
	#main .contact .mail-form .submit label:hover {
		opacity: 0.7;
	}
}
#main.thanks {
	padding-top: 10rem;
}
#main.thanks .contact {
	min-height: calc(100svh - 29.4rem);
}
#main.thanks .contact .intro {
	margin-bottom: 3rem;
	text-align: center;
	font-size: 1.4rem;
}
#main.thanks .contact .back-top {
	margin: 0 auto;
	max-width: 28.5rem;
}
#main.thanks .contact .back-top a {
	width: 100%;
	height: 6rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 6rem;
	background: #0F47AA;
	cursor: pointer;
	overflow: hidden;
}
#main.thanks .contact .back-top a span {
	padding: 0 3.8rem 0 0.4rem;
	display: inline-block;
	background: url(../img/common/icon03.webp) no-repeat right center / 2.4rem;
}