/* ==========================================================================
	 mainvisual
========================================================================== */
.mainvisual {
	width: 100%;
	height: 52vw;
	background-image: url(/assets/img/supporter/index/bg_mainvisual_sp.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.mainvisual__container {
	padding-top: 6.6666666667vw;
	height: 52vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mainvisual__title {
	font-size: 5.0666666667vw;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 1.6;
	letter-spacing: 0.15em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
	.mainvisual {
		height: 400px;
		background-image: url(/assets/img/supporter/index/bg_mainvisual.png);
	}
	.mainvisual__container {
		padding-top: 0;
		height: 400px;
	}
	.mainvisual__title {
		font-size: 3rem;
	}
}

/* ==========================================================================
	 guide
========================================================================== */
.guide {
	margin-bottom: 18.6666666667vw;
}
.guide__container {
	padding-right: 8vw;
	padding-left: 8vw;
}
.guide__leadcopy {
	margin-bottom: 13.3333333333vw;
	font-size: 3.7333333333vw;
	line-height: 1.8;
}
.guide__leadcopy br.for-pc {
	display: none;
}
.guide__block {
	margin-bottom: 13.3333333333vw;
}
.guide__block:last-of-type {
	margin-bottom: 0;
}
.guide__title {
	margin-bottom: 9.3333333333vw;
	font-size: 5.0666666667vw;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.guide__title::after {
	margin-top: 2.6666666667vw;
	content: "";
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 24vw;
	height: 0.5333333333vw;
	background-color: #4ec6c1;
}
.guide__subtitle {
	margin-bottom: 4.8vw;
	padding-left: 0.4em;
	border-left: 4px solid #34afaa;
	font-size: 4.8vw;
	font-weight: 600;
	color: #34afaa;
	line-height: 1.1;
	letter-spacing: 0.1em;
}
.guide__bodycopy {
	margin-top: -0.5em;
	margin-bottom: 4vw;
	font-size: 3.7333333333vw;
	line-height: 1.8;
}
.guide__text-link {
	color: #34afaa;
	text-decoration: underline;
}
.guide__text-link:hover {
	text-decoration: none;
}
.guide__note-list {
	padding-top: 1.3333333333vw;
}
.guide__note-list--padding {
	margin-top: -1.3333333333vw;
	padding-top: 0;
}
.guide__note-item {
	margin-bottom: 0.1em;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 2.6666666667vw;
	line-height: 1.7;
}
.guide__note-link {
	color: #34afaa;
	text-decoration: underline;
}
.guide__note-link:hover {
	text-decoration: none;
}
.pguide__note-extarnal {
	color: #34afaa;
	text-decoration: underline;
}
.guide__note-extarnal::after {
	content: "";
	display: inline-block;
	margin-right: 0.1em;
	margin-left: 0.3em;
	vertical-align: -0.2666666667vw;
	width: 2.6666666667vw;
	height: 2.6666666667vw;
	background-image: url(/assets/common/img/icon_external_green.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.guide__note-extarnal:hover {
	text-decoration: none;
}
.guide__link {
	margin-top: 6.6666666667vw;
}
.guide__plan {
	margin-bottom: 4vw;
}
.guide__plan-dt {
	margin-bottom: 0.5em;
	font-size: 4vw;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.guide__plan-dt span {
	color: #007764;
}
.guide__plan-dd {
	font-size: 3.7333333333vw;
	line-height: 1.8;
}
.guide__table {
	margin-bottom: 1.3333333333vw;
	/*table-layout: fixed;*/
}
.guide__table thead {
	background-color: #a5c6d4;
	color: #fff;
}
.guide__table .guide__th {
	padding-top: 0.4em;
	padding-right: 0.2em;
	padding-bottom: 0.6em;
	padding-left: 0.2em;
	font-size: 3.4666666667vw;
	text-align: center;
	line-height: 1.4;
}
.guide__table .guide__th span {
	display: block;
	font-size: 2.6666666667vw;
}
.guide__table .price__th .price__th-note {
	font-size: 2.4vw;
}
.guide__table .guide__th:not(:first-of-type) {
	border-left: 1px solid #d2e2e9;
}
.guide__table tbody tr:nth-child(odd) .guide__th {
	background-color: #dbe8ee;
}
.guide__table tbody tr:nth-child(even) .guide__th {
	background-color: #cde0e7;
}
.guide__table .guide__td {
	padding-top: 0.5em;
	padding-right: 0.2em;
	padding-bottom: 0.6em;
	padding-left: 0.2em;
	border-left: 1px solid #d2e2e9;
	background-color: #fff;
	font-size: 3.4666666667vw;
	text-align: center;
	line-height: 1.4;
}
.guide__table tbody tr:nth-child(even) .guide__td {
	background-color: #edf4f6;
}
.guide__table .guide__td.guide__table-benefit {
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 3.0vw;
	text-align: left;
}
.guide__note {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 0.8em;
	line-height: 1.7;
}
.guide__notice {
	margin-top: 4vw;
	margin-bottom: 0.8vw;
	padding-top: 4vw;
	padding-right: 5.3333333333vw;
	padding-bottom: 4vw;
	padding-left: 5.3333333333vw;
	background-color: #fff;
}
.guide__notice-title {
	margin-bottom: 3.2vw;
	padding-bottom: 1.3333333333vw;
	border-bottom: 1px solid #bebebe;
	font-size: 4.2666666667vw;
	font-weight: 600;
	color: #34afaa;
	line-height: 1.6;
}
.guide__notice-text {
	margin-bottom: 0;
	font-size: 3.4666666667vw;
	line-height: 1.8;
}

@media screen and (min-width: 768px) {
	.guide {
		margin-bottom: 140px;
	}
	.guide__container {
		margin-right: auto;
		margin-left: auto;
		padding-right: 30px;
		padding-left: 30px;
		max-width: 1020px;
	}
	.guide__leadcopy {
		margin-bottom: 80px;
		font-size: 1.6rem;
	}
	.guide__block {
		margin-bottom: 100px;
	}
	.guide__title {
		margin-bottom: 50px;
		font-size: 2.8rem;
	}
	.guide__title::after {
		margin-top: 15px;
		width: 130px;
		height: 2.5px;
	}
	.guide__subtitle {
		margin-bottom: 25px;
		border-left: 6px solid #34afaa;
		font-size: 2.4rem;
	}
	.guide__bodycopy {
		margin-bottom: 25px;
		font-size: 1.6rem;
	}
	.guide__note-list {
		padding-top: 8px;
	}
	.guide__note-list--padding {
		margin-top: -12px;
		padding-top: 0;
	}
	.guide__note-item {
		font-size: 1.2rem;
	}
	.guide__note-extarnal {
		color: #34afaa;
		text-decoration: underline;
	}
	.guide__note-extarnal::after {
		vertical-align: -2px;
		width: 13px;
		height: 13px;
	}
	.guide__link {
		margin-top: 30px;
		margin-left: 0;
	}
	.guide__plan {
		margin-bottom: 25px;
	}
	.guide__plan-dt {
		margin-bottom: 8px;
		font-size: 1.6rem;
	}
	.guide__plan-dd {
		font-size: 1.6rem;
	}
	.guide__img {
		max-width: 520px;
	}
	.guide__table {
		margin-bottom: 5px;
	}
	.guide__table .guide__th {
		font-size: 1.8rem;
	}
	.guide__table .guide__th span {
		font-size: 1.4rem;
	}
	.guide__table .price__th .price__th-note {
		font-size: 1.3rem;
	}
	.guide__table .guide__td {
		font-size: 1.8rem;
	}
	.guide__table .guide__td.guide__table-benefit {
		font-size: 1.6rem;
	}
	.guide__notice {
		margin-top: 25px;
		margin-bottom: 5px;
		padding-top: 20px;
		padding-right: 30px;
		padding-bottom: 20px;
		padding-left: 30px;
	}
	.guide__notice-title {
		margin-bottom: 12px;
		padding-bottom: 5px;
		font-size: 2rem;
	}
	.guide__notice-text {
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 960px) {
	.guide__leadcopy br.for-pc {
		display: inline;
	}
}

/* ==========================================================================
	 apply
========================================================================== */
.apply {
	margin-bottom: 18.6666666667vw;
}
.apply__container {
	padding-right: 8vw;
	padding-left: 8vw;
}
.apply__block {
	margin-bottom: 13.3333333333vw;
}
.apply__block:last-of-type {
	margin-bottom: 0;
}
.apply__title {
	margin-bottom: 9.3333333333vw;
	font-size: 5.0666666667vw;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.apply__title::after {
	margin-top: 2.6666666667vw;
	content: "";
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 24vw;
	height: 0.5333333333vw;
	background-color: #4ec6c1;
}
.apply__subtitle {
	margin-bottom: 4.8vw;
	padding-left: 0.4em;
	border-left: 4px solid #34afaa;
	font-size: 4.8vw;
	font-weight: 600;
	color: #34afaa;
	line-height: 1.1;
	letter-spacing: 0.1em;
}
.apply__bodycopy {
	margin-top: -0.5em;
	margin-bottom: 4vw;
	font-size: 3.7333333333vw;
	line-height: 1.8;
}
.apply__link {
	margin-top: 3.5vw;
	margin-bottom: 4.5vw;
}
.apply__link.button-arrow {
	margin-top: 6.6666666667vw;
	padding-left: 1em;
	padding-right: 1em;
}
.apply__link.button-arrow::after {
	display: none;
}
.apply__link.button-arrow .nowrap {
	white-space: nowrap;
}
.apply__text-link {
	color: #34afaa;
	text-decoration: underline;
}
.apply__text-link:hover {
	text-decoration: none;
}
.apply__post {
	list-style: decimal;
	margin-left: 1.5em;
	margin-bottom: 4vw;
	font-size: 3.7333333333vw;
	line-height: 1.8;
}
.apply__note {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 0.8em;
	line-height: 1.7;
}
.apply__formlink {
	margin-bottom: 4vw;
}
.apply__formlink-dt {
	margin-bottom: 0.5em;
	font-size: 4vw;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.apply__formlink-dt span {
	color: #007764;
}
.apply__formlink-dd {
	font-size: 3.7333333333vw;
	line-height: 1.8;
}
.apply__download {
	margin-bottom: 4vw;
}
.apply__download-item {
	margin-top: 4vw;
}
.apply__download-item:not(:first-of-type) {
	margin-top: 6vw;
}
.apply__download-dt {
	margin-bottom: 0.5em;
	font-size: 4vw;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.apply__download-dt span {
	color: #007764;
}
.apply__download-dd {
	font-size: 3.7333333333vw;
	line-height: 1.8;
}
.apply__download-link {
	margin-top: 3.5vw;
}
.apply__flow {
	list-style: decimal;
	margin-left: 1.5em;
	margin-bottom: 4vw;
	font-size: 3.7333333333vw;
}

@media screen and (min-width: 768px) {
	.apply {
		margin-bottom: 100px;
	}
	.apply__container {
		margin-right: auto;
		margin-left: auto;
		padding-right: 30px;
		padding-left: 30px;
		max-width: 1020px;
	}
	.apply__block {
		margin-bottom: 100px;
	}
	.apply__title {
		margin-bottom: 50px;
		font-size: 2.8rem;
	}
	.apply__title::after {
		margin-top: 15px;
		width: 130px;
		height: 2.5px;
	}
	.apply__subtitle {
		margin-bottom: 25px;
		border-left: 6px solid #34afaa;
		font-size: 2.4rem;
	}
	.apply__bodycopy {
		margin-bottom: 25px;
		font-size: 1.6rem;
	}
	.apply__link {
		margin-top: 20px;
		margin-bottom: 30px;
		margin-left: 0;
	}
	.apply__link.button-pdf {
		max-width: 400px;
	}
	.apply__link.button-arrow {
		max-width: 400px;
		margin-top: 25px;
	}
	.apply__post {
		margin-bottom: 25px;
		font-size: 1.6rem;
	}
	.apply__formlink {
		margin-bottom: 25px;
		font-size: 1.6rem;
	}
	.apply__formlink-dt {
		margin-bottom: 8px;
		font-size: 1.6rem;
	}
	.apply__formlink-dd {
		font-size: 1.6rem;
	}
	.apply__download {
		margin-bottom: 25px;
		font-size: 1.6rem;
	}
	.apply__download-item {
		width: 50%;
		margin-top: 30px;
		margin-bottom: 0;
	}
	.apply__download-item:not(:first-of-type) {
		/*margin-top: 30px;*/
	}
	.apply__download-dt {
		margin-bottom: 8px;
		font-size: 1.6rem;
	}
	.apply__download-dd {
		font-size: 1.6rem;
	}
	.apply__download-link {
		max-width: 400px;
		margin-top: 15px;
		margin-left: 0;
	}
	.apply__download-link br.for-sp {
		display: none;
	}
	.apply__flow {
		margin-bottom: 25px;
		font-size: 1.6rem;
	}
}

/* ==========================================================================
	 benefit
========================================================================== */
.benefit {
	margin-bottom: 18.6666666667vw;
}
.benefit__container {
	padding-right: 8vw;
	padding-left: 8vw;
}
.benefit__block {
	margin-bottom: 13.3333333333vw;
}
.benefit__block:last-of-type {
	margin-bottom: 0;
}
.benefit__title {
	margin-bottom: 9.3333333333vw;
	font-size: 5.0666666667vw;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.benefit__title::after {
	margin-top: 2.6666666667vw;
	content: "";
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 24vw;
	height: 0.5333333333vw;
	background-color: #4ec6c1;
}
.benefit__subtitle {
	margin-bottom: 4.8vw;
	padding-left: 0.4em;
	border-left: 4px solid #34afaa;
	font-size: 4.8vw;
	font-weight: 600;
	color: #34afaa;
	line-height: 1.1;
	letter-spacing: 0.1em;
}
.benefit__bodycopy {
	margin-top: -0.5em;
	margin-bottom: 4vw;
	font-size: 3.7333333333vw;
	line-height: 1.8;
}
.benefit__text-link {
	color: #34afaa;
	text-decoration: underline;
}
.benefit__text-link:hover {
	text-decoration: none;
}
.benefit__note {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 0.8em;
	line-height: 1.7;
}
.benefit__target {
	margin-top: 4vw;
	margin-bottom: 4vw;
	padding-top: 4vw;
	padding-right: 5.3333333333vw;
	padding-bottom: 4vw;
	padding-left: 5.3333333333vw;
	background-color: #fff;
}
.benefit__target-list {
}
.benefit__target-dt {
	margin-right: 0.8em;
	margin-bottom: 0.8em;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 0.6em;
	max-width: 6em;
	min-width: 17.3333333333vw;
	background-color: #007764;
	font-size: 2.9333333333vw;
	color: #fff;
	text-align: center;
	line-height: 1.9;
}
.benefit__target-dd {
	font-size: 3.4666666667vw;
	line-height: 1.7;
}
.benefit__target-text {
	padding-top: 2.6666666667vw;
	font-size: 3.2vw;
	line-height: 1.8;
}
.benefit__subcont {
	margin-bottom: 4vw;
}
.benefit__subcont-dt {
	margin-bottom: 0.5em;
	font-size: 4vw;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.benefit__subcont-dt span {
	color: #007764;
}
.benefit__subcont-dd {
	font-size: 3.7333333333vw;
	line-height: 1.8;
}
.benefit__sns-link {
	margin-right: 1em;
	color: #34afaa;
	text-decoration: underline;
}
.benefit__sns-link::after {
	content: "";
	display: inline-block;
	margin-right: 0.1em;
	margin-left: 0.3em;
	vertical-align: -0.05em;
	width: 0.9em;
	height: 0.9em;
	background-image: url(/assets/common/img/icon_external_green.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.benefit__sns-link:hover {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.benefit {
		margin-bottom: 100px;
	}
	.benefit__container {
		margin-right: auto;
		margin-left: auto;
		padding-right: 30px;
		padding-left: 30px;
		max-width: 1020px;
	}
	.benefit__block {
		margin-bottom: 100px;
	}
	.benefit__title {
		margin-bottom: 50px;
		font-size: 2.8rem;
	}
	.benefit__title::after {
		margin-top: 15px;
		width: 130px;
		height: 2.5px;
	}
	.benefit__subtitle {
		margin-bottom: 25px;
		border-left: 6px solid #34afaa;
		font-size: 2.4rem;
	}
	.benefit__bodycopy {
		margin-bottom: 25px;
		font-size: 1.6rem;
	}
	.benefit__target {
		margin-top: 25px;
		margin-bottom: 25px;
		padding-top: 20px;
		padding-right: 30px;
		padding-bottom: 20px;
		padding-left: 30px;
	}
	.benefit__target-list {
		display: flex;
		align-items: flex-start;
	}
	.benefit__target-dt {
		min-width: 80px;
		margin-bottom: 0;
		font-size: 1.4rem;
	}
	.benefit__target-dd {
		font-size: 1.5rem;
	}
	.benefit__target-dd-item {
		display: inline-block;
	}
	.benefit__target-dd-item:not(:last-of-type) {
		margin-right: 1em;
	}
	.benefit__target-text {
		padding-top: 10px;
		font-size: 1.5rem;
	}
	.benefit__subcont {
		margin-bottom: 25px;
		font-size: 1.6rem;
	}
	.benefit__subcont-dt {
		margin-bottom: 8px;
		font-size: 1.6rem;
	}
	.benefit__subcont-dd {
		font-size: 1.6rem;
	}
}

/* ==========================================================================
	 faq
========================================================================== */
.faq__container {
	padding-right: 8vw;
	padding-bottom: 18.6666666667vw;
	padding-left: 8vw;
}
.faq__heading {
	margin-bottom: 8vw;
	font-size: 2.9333333333vw;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.08em;
}
.faq__heading span {
	font-family: "Montserrat", sans-serif;
	font-size: 6.9333333333vw;
	letter-spacing: 0;
}
.faq__leadcopy {
	margin-bottom: 10.6666666667vw;
	font-size: 3.7333333333vw;
	line-height: 1.8;
}
.faq__leadcopy a {
	color: #34afaa;
	text-decoration: underline;
}
.faq__tab {
	margin-bottom: 10.6666666667vw;
}
.faq__tab-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.faq__tab-item {
	margin-bottom: 1.3333333333vw;
	padding-top: 0.8em;
	padding-right: 0.5em;
	padding-bottom: 0.9em;
	padding-left: 0.5em;
	border-radius: 1.3333333333vw;
	width: calc(50% - 5px);
	background-color: #c9dde5;
	font-size: 3.2vw;
	text-align: center;
	color: #fff;
	line-height: 1.6;
	cursor: pointer;
	transition: transform 0.4s;
}
.faq__tab-item:hover {
	background-color: #4ec6c1;
}
.faq__tab-item.is-active {
	background-color: #4ec6c1;
}
.faq__tab-item .nowrap {
	display: block;
}
.faq__block {
	display: none;
}
.faq__block.is-active {
	display: block;
	animation: tab-show 0.8s ease-in-out;
}
.faq__category {
	margin-bottom: 5.3333333333vw;
	padding-left: 0.4em;
	border-left: 4px solid #34afaa;
	font-size: 4.8vw;
	font-weight: 600;
	color: #34afaa;
	line-height: 1.1;
	letter-spacing: 0.1em;
}
.faq__sub-category {
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #34afaa;
	font-size: 4.2666666667vw;
	font-weight: 600;
	line-height: 1.6;
}
.faq__list {
	margin-bottom: 2.1333333333vw;
	background-color: #fff;
}
.faq__list:last-of-type {
	margin-bottom: 0;
}
.faq__dt {
	position: relative;
	padding-top: 5.3333333333vw;
	padding-right: 10.6666666667vw;
	padding-bottom: 5.3333333333vw;
	padding-left: 13.3333333333vw;
	font-size: 3.4666666667vw;
	color: #34afaa;
	line-height: 1.8;
	cursor: pointer;
}
.faq__dt::before {
	position: absolute;
	top: 33%;
	left: 5%;
	content: "Q";
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 6.1333333333vw;
	font-weight: 400;
	color: #34afaa;
	line-height: 1;
	transition: 0.4s;
}
.faq__dt::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	width: 4.8vw;
	height: 4.8vw;
	background-image: url(/assets/common/img/icon_plus_green.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.faq__dt:hover {
	opacity: 0.8;
}
.faq__dt.is-active::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	width: 4.8vw;
	height: 4.8vw;
	background-image: url(/assets/common/img/icon_minus_green.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.faq__dd {
	display: none;
	position: relative;
	padding-right: 10.6666666667vw;
	padding-bottom: 6.6666666667vw;
	padding-left: 13.3333333333vw;
	font-size: 3.2vw;
	line-height: 1.8;
}
.faq__dd::before {
	position: absolute;
	top: 0;
	left: 5%;
	content: "A";
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 6.1333333333vw;
	font-weight: 400;
	color: #a5c6d4;
	line-height: 1;
}
.faq__dd picture {
	margin-right: auto;
	margin-left: auto;
	padding-top: 5.3333333333vw;
}
.faq__note {
	padding-top: 0.8em;
	display: block;
	font-size: 2.6666666667vw;
	line-height: 1.7;
}
.faq__link {
	color: #34afaa;
	text-decoration: underline;
}
.faq__link:hover {
	text-decoration: none;
}

@keyframes tab-show {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@media screen and (min-width: 768px) {
	.faq__container {
		margin-right: auto;
		margin-left: auto;
		padding-right: 30px;
		padding-bottom: 100px;
		padding-left: 30px;
		max-width: 1020px;
	}
	.faq__heading {
		margin-bottom: 40px;
		font-size: 1.6rem;
	}
	.faq__heading span {
		font-size: 4rem;
	}
	.faq__leadcopy {
		margin-bottom: 100px;
		font-size: 1.6rem;
	}
	.faq__tab {
		margin-bottom: 80px;
		gap: 20px;
	}
	.faq__tab-item {
		margin-bottom: 6px;
		padding-top: 0.9em;
		padding-bottom: 1em;
		border-radius: 5px;
		width: calc(50% - 10px);
		font-size: 1.7rem;
	}
	.faq__tab-item .nowrap {
		display: inline;
		white-space: nowrap;
	}
	.faq__category {
		margin-bottom: 20px;
		border-left: 6px solid #34afaa;
		font-size: 2.4rem;
	}
	.faq__sub-category {
		margin-top: 40px;
    	font-size: 1.9rem;
    }
	.faq__list {
		margin-bottom: 10px;
	}
	.faq__dt {
		margin-bottom: 5px;
		padding-top: 25px;
		padding-right: 60px;
		padding-bottom: 25px;
		padding-left: 80px;
		font-size: 1.6rem;
	}
	.faq__dt::before {
		top: 28%;
		left: 3%;
		font-size: 3.2rem;
	}
	.faq__dt::after {
		right: 3%;
		width: 25px;
		height: 25px;
	}
	.faq__dt.is-active::after {
		right: 3%;
		width: 25px;
		height: 25px;
	}
	.faq__dd {
		padding-right: 60px;
		padding-bottom: 25px;
		padding-left: 80px;
		font-size: 1.6rem;
	}
	.faq__dd::before {
		left: 3%;
		font-size: 3.2rem;
	}
	.faq__dd picture {
		padding-top: 30px;
		padding-bottom: 10px;
		max-width: 730px;
	}
	.faq__note {
		font-size: 1.2rem;
	}
}

/* ==========================================================================
	 supporter
========================================================================== */
.supporter {
	margin-bottom: 18.6666666667vw;
}
.supporter__container {
	padding-right: 8vw;
	padding-left: 8vw;
}
.supporter__leadcopy {
	margin-bottom: 13.3333333333vw;
	font-size: 3.7333333333vw;
	line-height: 1.8;
}
.supporter__block {
	margin-bottom: 13.3333333333vw;
}
.supporter__block:last-of-type {
	margin-bottom: 0;
}
.supporter__title {
	margin-bottom: 9.3333333333vw;
	font-size: 5.0666666667vw;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.supporter__title::after {
	margin-top: 2.6666666667vw;
	content: "";
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 24vw;
	height: 0.5333333333vw;
	background-color: #4ec6c1;
}
.supporter__subtitle {
	margin-bottom: 4.8vw;
	padding-left: 0.4em;
	border-left: 4px solid #34afaa;
	font-size: 4.8vw;
	font-weight: 600;
	color: #34afaa;
	line-height: 1.1;
	letter-spacing: 0.1em;
}
.supporter__bodycopy {
	margin-top: -0.5em;
	margin-bottom: 4vw;
	font-size: 3.7333333333vw;
	line-height: 1.8;
}
.supporter__note {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 0.8em;
	line-height: 1.7;
}
.supporter__table {
	margin-bottom: 1.3333333333vw;
}
.supporter__table thead {
	background-color: #a5c6d4;
	color: #fff;
}
.supporter__table .supporter__th {
	padding-top: 0.4em;
	padding-right: 0.2em;
	padding-bottom: 0.6em;
	padding-left: 0.2em;
	font-size: 3.4666666667vw;
	text-align: center;
	line-height: 1.4;
}
.supporter__table .supporter__th span {
	display: block;
	font-size: 2.6666666667vw;
}
.supporter__table .supporter__th:not(:first-of-type) {
	border-left: 1px solid #d2e2e9;
}
.supporter__table thead th:first-of-type {
	width: 6em;
}
.supporter__table tbody tr:nth-child(odd) .supporter__th {
	background-color: #dbe8ee;
}
.supporter__table tbody tr:nth-child(even) .supporter__th {
	background-color: #cde0e7;
}
.supporter__table .supporter__td {
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	/*border-left: 1px solid #d2e2e9;*/
	background-color: #fff;
	font-size: 3.4666666667vw;
	text-align: left;
	line-height: 1.6;
}
.supporter__table tbody tr:nth-child(even) .supporter__td {
	background-color: #edf4f6;
}
.supporter__table .supporter-name {
	display: inline-block;
}
.supporter__table .supporter-name:not(:last-of-type) {
	margin-right: 1em;
}
.supporter__name-list {}
.supporter__name-list:not(:first-of-type) {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 1px solid #bebebe;
}
.supporter__name-item {
	display: inline-block;
}
.supporter__name-item:not(:last-of-type) {
	margin-right: 1em;
}
.supporter__banner-list {}
.supporter__banner-list a {
	display: block;
	overflow: hidden;
}
.supporter__banner-list a img {
	display: block;
	transition: .4s;
}
.supporter__banner-list a:hover img {
	transform: scale(1.03);
	opacity: .85;
}
.supporter__banner-list-l {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 16px;
}
.supporter__banner-item-l {
	width: 100%;
}
.supporter__banner-list-m {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 16px;
}
.supporter__banner-item-m {
	width: calc(50% - 8px);
}
.supporter__banner-list-s {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 16px;
}
.supporter__banner-item-s {
	width: calc(50% - 8px);
}

@media screen and (min-width: 768px) {
	.supporter {
		margin-bottom: 140px;
	}
	.supporter__container {
		margin-right: auto;
		margin-left: auto;
		padding-right: 30px;
		padding-left: 30px;
		max-width: 1020px;
	}
	.supporter__leadcopy {
		margin-bottom: 80px;
		font-size: 1.6rem;
	}
	.supporter__block {
		margin-bottom: 100px;
	}
	.supporter__title {
		margin-bottom: 50px;
		font-size: 2.8rem;
	}
	.supporter__title::after {
		margin-top: 15px;
		width: 130px;
		height: 2.5px;
	}
	.supporter__subtitle {
		margin-bottom: 25px;
		border-left: 6px solid #34afaa;
		font-size: 2.4rem;
	}
	.supporter__bodycopy {
		margin-bottom: 25px;
		font-size: 1.6rem;
	}
	.supporter__table {
		margin-bottom: 5px;
	}
	.supporter__table .supporter__th {
		font-size: 1.6rem;
	}
	.supporter__table .supporter__th span {
		font-size: 1.3rem;
	}
	.supporter__table thead th:first-of-type {
		width: 20%;
	}
	.supporter__table .supporter__td {
		padding-right: 0.8em;
		padding-left: 0.8em;
		font-size: 1.6rem;
	}
	.supporter__banner-list-l {
		gap: 20px;
		margin-bottom: 20px;
	}
	.supporter__banner-item-l {
		width: calc(50% - 10px);
	}
	.supporter__banner-list-m {
		gap: 20px;
		margin-bottom: 20px;
	}
	.supporter__banner-item-m {
		width: calc((100% - 40px) / 3);
	}
	.supporter__banner-list-s {
		gap: 20px;
		margin-bottom: 20px;
	}
	.supporter__banner-item-s {
		width: calc((100% - 60px) / 4);
	}
}

/* ==========================================================================
	 report
========================================================================== */
.report {
	margin-bottom: 18.6666666667vw;
}
.report__container {
	padding-right: 8vw;
	padding-left: 8vw;
}
.report__leadcopy {
	margin-bottom: 13.3333333333vw;
	font-size: 3.7333333333vw;
	line-height: 1.8;
}
.report__block {
	margin-bottom: 13.3333333333vw;
}
.report__block:last-of-type {
	margin-bottom: 0;
}
.report__title {
	margin-bottom: 9.3333333333vw;
	font-size: 5.0666666667vw;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.report__title::after {
	margin-top: 2.6666666667vw;
	content: "";
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 24vw;
	height: 0.5333333333vw;
	background-color: #4ec6c1;
}
.report__subtitle {
	margin-bottom: 4.8vw;
	padding-left: 0.4em;
	border-left: 4px solid #34afaa;
	font-size: 4.8vw;
	font-weight: 600;
	color: #34afaa;
	line-height: 1.1;
	letter-spacing: 0.1em;
}
.report__bodycopy {
	margin-top: -0.5em;
	margin-bottom: 4vw;
	font-size: 3.7333333333vw;
	line-height: 1.8;
}
.report__file {
	text-align: left;
}
.report__file-list {
	display: inline-block;
	text-align: left;
}
.report__file-item {
	margin-bottom: 2.6666666667vw;
}
.report__file-link {
	font-size: 4.2666666667vw;
	text-decoration: underline;
	color: #34afaa;
}
.report__file-link::before {
	content: "";
	display: inline-block;
	margin-right: 0.3em;
	vertical-align: -0.8vw;
	width: 4.8vw;
	height: 4.8vw;
	background-image: url(/assets/common/img/icon_pdf_black.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.report__file-link:hover {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.report {
		margin-bottom: 140px;
	}
	.report__container {
		margin-right: auto;
		margin-left: auto;
		padding-right: 30px;
		padding-left: 30px;
		max-width: 1020px;
	}
	.report__leadcopy {
		margin-bottom: 80px;
		font-size: 1.6rem;
	}
	.report__block {
		margin-bottom: 100px;
	}
	.report__title {
		margin-bottom: 50px;
		font-size: 2.8rem;
	}
	.report__title::after {
		margin-top: 15px;
		width: 130px;
		height: 2.5px;
	}
	.report__subtitle {
		margin-bottom: 25px;
		border-left: 6px solid #34afaa;
		font-size: 2.4rem;
	}
	.report__bodycopy {
		margin-bottom: 25px;
		font-size: 1.6rem;
	}
	.report__file-list {

	}
	.report__file-item {
		display: inline-block;
		width: auto;
	}
	.report__file-item:not(:last-child) {
		margin-right: 30px;
	}
	.report__file-link {
		font-size: 1.6rem;
	}
	.report__file-link::before {
		vertical-align: -3px;
		width: 18px;
		height: 18px;
	}
}

/* ==========================================================================
	 contact
========================================================================== */
.contact {
	margin-bottom: 18.6666666667vw;
}
.contact__container {
	padding-right: 8vw;
	padding-left: 8vw;
}
.contact__block {
	margin-bottom: 13.3333333333vw;
}
.contact__block:last-of-type {
	margin-bottom: 0;
}
.contact__box {
	margin-top: 4vw;
	margin-bottom: 0.8vw;
	padding-top: 4vw;
	padding-right: 5.3333333333vw;
	padding-bottom: 4vw;
	padding-left: 5.3333333333vw;
	border: 1px solid #bebebe;
}
.contact__box-title {
	margin-bottom: 3.2vw;
	padding-bottom: 1.3333333333vw;
	border-bottom: 1px solid #bebebe;
	font-size: 4.2666666667vw;
	font-weight: 600;
	color: #34afaa;
	line-height: 1.6;
}
.contact__box-text {
	margin-bottom: 0;
	font-size: 3.4666666667vw;
	line-height: 1.8;
}

@media screen and (min-width: 768px) {
	.contact {
		margin-bottom: 140px;
	}
	.contact__container {
		margin-right: auto;
		margin-left: auto;
		padding-right: 30px;
		padding-left: 30px;
		max-width: 1020px;
	}
	.contact__block {
		margin-bottom: 100px;
	}
	.contact__box {
		margin-top: 25px;
		margin-bottom: 5px;
		padding-top: 20px;
		padding-right: 30px;
		padding-bottom: 20px;
		padding-left: 30px;
	}
	.contact__box-title {
		margin-bottom: 12px;
		padding-bottom: 5px;
		font-size: 2rem;
	}
	.contact__box-text {
		font-size: 1.6rem;
	}
}




/* ==========================================================================
	 参考price
========================================================================== */
.price {
	margin-bottom: 18.6666666667vw;
}
.price__container {
	padding-right: 8vw;
	padding-left: 8vw;
}
.price__block {
	margin-bottom: 13.3333333333vw;
}
.price__block:last-of-type {
	margin-bottom: 0;
}
.price__title {
	margin-bottom: 9.3333333333vw;
	font-size: 5.0666666667vw;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.price__title::after {
	margin-top: 2.6666666667vw;
	content: "";
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 24vw;
	height: 0.5333333333vw;
	background-color: #4ec6c1;
}
.price__subtitle {
	margin-bottom: 4.8vw;
	padding-left: 0.4em;
	border-left: 4px solid #34afaa;
	font-size: 4.8vw;
	font-weight: 600;
	color: #34afaa;
	line-height: 1.1;
	letter-spacing: 0.1em;
}
.price__bodycopy {
	margin-top: -0.5em;
	margin-bottom: 4vw;
	font-size: 3.7333333333vw;
	line-height: 1.8;
}
.price__note-list {
	padding-top: 1.3333333333vw;
}
.price__note-list--padding {
	margin-top: -1.3333333333vw;
	padding-top: 0;
}
.price__note-item {
	margin-bottom: 0.1em;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 2.6666666667vw;
	line-height: 1.7;
}
.price__note-link {
	color: #34afaa;
	text-decoration: underline;
}
.price__note-link:hover {
	text-decoration: none;
}
.price__note-extarnal {
	color: #34afaa;
	text-decoration: underline;
}
.price__note-extarnal::after {
	content: "";
	display: inline-block;
	margin-right: 0.1em;
	margin-left: 0.3em;
	vertical-align: -0.2666666667vw;
	width: 2.6666666667vw;
	height: 2.6666666667vw;
	background-image: url(/assets/common/img/icon_external_green.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.price__note-extarnal:hover {
	text-decoration: none;
}
.price__link {
	margin-top: 6.6666666667vw;
}
.price__detail {
	margin-top: 4vw;
	margin-bottom: 0.8vw;
	padding-top: 4vw;
	padding-right: 5.3333333333vw;
	padding-bottom: 4vw;
	padding-left: 5.3333333333vw;
	background-color: #fff;
}
.price__detail-list {
	display: flex;
	align-items: center;
}
.price__detail-dt {
	margin-right: 0.8em;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 0.6em;
	min-width: 17.3333333333vw;
	background-color: #007764;
	font-size: 2.9333333333vw;
	color: #fff;
	text-align: center;
	line-height: 1.9;
}
.price__detail-dd {
	font-size: 3.4666666667vw;
	line-height: 1.7;
}
.price__detail-text {
	padding-top: 2.6666666667vw;
	font-size: 3.2vw;
	line-height: 1.8;
}
.price__table {
	margin-bottom: 1.3333333333vw;
	table-layout: fixed;
}
.price__table thead {
	background-color: #a5c6d4;
	color: #fff;
}
.price__table .price__th {
	padding-top: 0.5em;
	padding-right: 0.2em;
	padding-bottom: 0.6em;
	padding-left: 0.2em;
	font-size: 3.4666666667vw;
	text-align: center;
	line-height: 1.4;
}
.price__table .price__th span {
	display: block;
	font-size: 2.6666666667vw;
}
.price__table .price__th .price__th-note {
	font-size: 2.4vw;
}
.price__table .price__th:not(:first-of-type) {
	border-left: 1px solid #d2e2e9;
}
.price__table tbody tr:nth-child(odd) .price__th {
	background-color: #dbe8ee;
}
.price__table tbody tr:nth-child(even) .price__th {
	background-color: #cde0e7;
}
.price__table .price__td {
	padding-top: 0.5em;
	padding-right: 0.2em;
	padding-bottom: 0.6em;
	padding-left: 0.2em;
	border-left: 1px solid #d2e2e9;
	background-color: #fff;
	font-size: 3.4666666667vw;
	text-align: center;
	line-height: 1.4;
}
.price__table tbody tr:nth-child(even) .price__td {
	background-color: #edf4f6;
}
.price__parking-head {
	padding-top: 0.4em;
	padding-right: 0.2em;
	padding-bottom: 0.6em;
	padding-left: 0.2em;
	background-color: #a5c6d4;
	font-size: 3.4666666667vw;
	text-align: center;
	color: #fff;
	line-height: 1.4;
}
.price__parking-body {
	padding-top: 0.5em;
	padding-right: 0.2em;
	padding-bottom: 0.6em;
	padding-left: 0.2em;
	background-color: #fff;
	font-size: 3.4666666667vw;
	text-align: center;
	line-height: 1.4;
}
.price__bottom-note {
	margin-top: 12vw;
	padding-top: 0.4em;
	padding-right: 0.5em;
	padding-bottom: 0.4em;
	padding-left: 0.8em;
	display: inline-block;
	border: 1px solid #bebebe;
	font-size: 2.6666666667vw;
	line-height: 1.6;
}

.price__info {
	max-width: 800px;
	margin: 0 auto;
}
.price__info img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.price {
		margin-bottom: 100px;
	}
	.price__container {
		margin-right: auto;
		margin-left: auto;
		padding-right: 30px;
		padding-left: 30px;
		max-width: 1020px;
	}
	.price__block {
		margin-bottom: 100px;
	}
	.price__title {
		margin-bottom: 50px;
		font-size: 2.8rem;
	}
	.price__title::after {
		margin-top: 15px;
		width: 130px;
		height: 2.5px;
	}
	.price__subtitle {
		margin-bottom: 25px;
		border-left: 6px solid #34afaa;
		font-size: 2.4rem;
	}
	.price__bodycopy {
		margin-bottom: 25px;
		font-size: 1.6rem;
	}
	.price__img {
		max-width: 520px;
	}
	.price__close {
		margin-bottom: 0;
		font-size: 1.8rem;
	}
	.price__note-list {
		padding-top: 8px;
	}
	.price__note-list--padding {
		margin-top: -12px;
		padding-top: 0;
	}
	.price__note-item {
		font-size: 1.2rem;
	}
	.price__note-extarnal {
		color: #34afaa;
		text-decoration: underline;
	}
	.price__note-extarnal::after {
		vertical-align: -2px;
		width: 13px;
		height: 13px;
	}
	.price__link {
		margin-top: 30px;
		margin-left: 0;
	}
	.price__detail {
		margin-top: 25px;
		margin-bottom: 5px;
		padding-top: 20px;
		padding-right: 30px;
		padding-bottom: 20px;
		padding-left: 30px;
	}
	.price__detail-dt {
		min-width: 80px;
		font-size: 1.4rem;
	}
	.price__detail-dd {
		font-size: 1.6rem;
	}
	.price__detail-text {
		padding-top: 10px;
		font-size: 1.5rem;
	}
	.price__table {
		margin-bottom: 5px;
	}
	.price__table .price__th {
		font-size: 1.8rem;
	}
	.price__table .price__th span {
		display: inline;
		font-size: 1.7rem;
	}
	.price__table .price__th .price__th-note {
		font-size: 1.3rem;
	}
	.price__table .price__td {
		font-size: 1.8rem;
	}
	.price__parking {
		max-width: 290px;
	}
	.price__parking-head {
		font-size: 1.8rem;
	}
	.price__parking-body {
		font-size: 1.8rem;
	}
	.price__bottom-note {
		margin-top: 70px;
		font-size: 1.2rem;
	}
}

/*# sourceMappingURL=style.css.map */