/* ==========================================================================
	 mainvisual
========================================================================== */
.mainvisual {
	width: 100%;
	height: 52vw;
	background-image: url(/assets/img/supporter/apply-individual/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);
}
.mainvisual__title .nowrap {
	white-space: nowrap;
}

@media screen and (min-width: 768px) {
	.mainvisual {
		height: 400px;
		background-image: url(/assets/img/supporter/apply-individual/bg_mainvisual.png);
	}
	.mainvisual__container {
		padding-top: 0;
		height: 400px;
	}
	.mainvisual__title {
		font-size: 3rem;
	}
}
/* ==========================================================================
	 apply
========================================================================== */
.apply {
	margin-bottom: 18.6666666667vw;
}
.apply__container {
	padding-right: 8vw;
	padding-left: 8vw;
}
.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__title .nowrap {
	white-space: nowrap;
}
.apply__leadcopy {
	margin-bottom: 13.3333333333vw;
	font-size: 3.7333333333vw;
	line-height: 1.8;
}
.apply__block {
	margin-bottom: 13.3333333333vw;
}
.apply__block:last-of-type {
	margin-bottom: 8vw;
}
.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__bodycopy.text-center {
	text-align: center;;
}
.apply__link {
	margin-top: 6.6666666667vw;
}
.apply__form {
	background-color: #fff;
}
.apply__form-container {
	padding-top: 8vw;
	padding-right: 8vw;
	padding-bottom: 10.6666666667vw;
	padding-left: 8vw;
}
.apply__form-subtitle {
	margin-top: 0.25em;
	margin-bottom: 1em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #34afaa;
	font-size: 4.2666666667vw;
	font-weight: 600;
	line-height: 1.6;
}
.apply__dl {
	width: 100%;
	margin-bottom: 10.6666666667vw;
	font-size: 3.7333333333vw;
	text-align: left;
}
.apply__dt {
	width: 100%;
	margin-bottom: 2.6666666667vw;
	font-size: 3.7333333333vw;
	text-align: left;
	font-weight: 600;
}
.apply__dt-mark {
	display: inline-block;
	margin-right: 0.25em;
	color: #34afaa;
}
.apply__required {
	margin-left: 1em;
	padding-top: 0.3em;
	padding-right: 0.7em;
	padding-bottom: 0.5em;
	padding-left: 0.7em;
	display: inline-block;
	background: #d70b23;
	font-size: 2.9333333333vw;
	font-weight: normal;
	text-align: center;
	color: #fff;
	line-height: 1;
	vertical-align: 0.2666666667vw;
}
.apply__no-required {
	margin-left: 1em;
	padding-top: 0.3em;
	padding-right: 0.7em;
	padding-bottom: 0.5em;
	padding-left: 0.7em;
	display: inline-block;
	background: #a5c6d4;
	font-size: 2.9333333333vw;
	font-weight: normal;
	text-align: center;
	color: #fff;
	line-height: 1;
	vertical-align: 0.2666666667vw;
}
.apply__dd {
	position: relative;
	display: block;
	width: 100%;
}
.apply__dl-flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.apply__dl-inlinebox {
	display: block;
	margin-top: 0.5em;
}
.apply__dl input[type=text],
.apply__dl input[type=email],
.apply__dl input[type=tel],
.apply__dl input[type=number] {
	padding-top: 4vw;
	padding-right: 4vw;
	padding-bottom: 4vw;
	padding-left: 4vw;
	background: #edf4f6;
	border-radius: 1.3333333333vw;
	border: none;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	font-size: 3.7333333333vw;
}
.apply__dl .wpcf7-form-control-wrap[data-name=name-sei],
.apply__dl .wpcf7-form-control-wrap[data-name=name-mei],
.apply__dl .wpcf7-form-control-wrap[data-name=name-sei-kana],
.apply__dl .wpcf7-form-control-wrap[data-name=name-mei-kana] {
	width: 49.25%;
}
.apply__dl .wpcf7-form-control-wrap[data-name=zip] {
	display: inline-block;
	width: calc(4.5em + 8vw);
	margin-bottom: 0.8em;
}
.apply__dl .wpcf7-form-control-wrap[data-name=birth-year] {
	display: inline-block;
	width: calc(2.5em + 8vw);
}
.apply__dl .wpcf7-form-control-wrap[data-name=age] {
	display: inline-block;
	width: 2em;
}
.apply__dl .wpcf7-form-control-wrap[data-name=age] input[type=number] {
	padding: 0;
	background: transparent;
	text-align: center;
}
.apply__dl .wpcf7-form-control-wrap[data-name=units] {
	display: inline-block;
}
.apply__dl textarea {
	padding-top: 4vw;
	padding-right: 4vw;
	padding-bottom: 4vw;
	padding-left: 4vw;
	background: #edf4f6;
	border-radius: 1.3333333333vw;
	border: none;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	font-size: 3.7333333333vw;
	line-height: 1.7;
}
.apply__dl select {
	padding-top: 4vw;
	padding-right: 4vw;
	padding-bottom: 4vw;
	padding-left: 3.2vw;
	border-radius: 1.3333333333vw;
	border: none;
	background: #edf4f6;
	font-size: 3.7333333333vw;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.apply__dl input[type=radio],
.apply__dl input[type=checkbox] {
	cursor: pointer;
}
.apply__dl-radio input[type=radio],
.apply__dl-checkbox input[type=checkbox] {
	margin-right: 0.6rem;
	transform: scale(1.1);
	vertical-align: -1px;
}
.apply__dl-radio .wpcf7-list-item {
	display: block;
	margin: 2vw 0 2vw 0;
}
.apply__dl-radio label {
	display: block;
	position: relative;
	padding: 3.6vw 4vw 3.6vw calc(4vw + 14px);
	border-radius: 1.3333333333vw;
	border: 1px solid #bebebe;
	cursor: pointer;
}
.apply__dl-radio label:hover {
	background: #EDF4F6;
}
.apply__dl-radio label:has(input:checked) {
	border-color: #4ec6c1;
	background: #edf4f6;
}
.apply__dl-radio input[type=radio] {
	position: relative;
	appearance: none;
}
.apply__dl-radio input[type="radio"]::before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: -14px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: solid 2px #fff;
	box-shadow: 0 0 0 1px #999;
	box-sizing: border-box;
	background: #fff;
	transform: translateY(-50%);
	margin-top: -6px;
}
.apply__dl-radio input[type=radio]:checked {
	accent-color: #fff;
}
.apply__dl-radio input[type="radio"]:checked::before {
	border-color: #fff;
	box-shadow: 0 0 0 1px #4ec6c1;
	background: #4ec6c1;
}
.apply__dl-checkbox-area {
	padding: 15px;
	background: #EDF4F6;
}
.apply__dl .wpcf7-form-control-wrap[data-name=benefit-change] label {
	display: block;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
}
.apply__dl-checkbox-area .wpcf7-list-item {
	margin-left: 0;
}
.apply__dl input::-webkit-input-placeholder {
	color: #999;
}
.apply__dl input:-moz-placeholder {
	color: #999;
}
.apply__dl input::-moz-placeholder {
	color: #999;
}
.apply__dl input:-ms-input-placeholder {
	color: #999;
}
.apply__dl-bodycopy {
	margin-bottom: 0.5em;
	font-size: 3.2vw;
	line-height: 1.7;
}
.apply__dl-bodycopy:not(:first-child) {
	margin-top: 1.5em;
}
.apply__notice-title {
	margin-bottom: 0.8vw;
	font-size: 3.7333333333vw;
	font-weight: 600;
	line-height: 1.6;
}
.apply__notice-bodycopy {
	margin-bottom: 8vw;
	font-size: 3.2vw;
	line-height: 1.7;
}
.apply__notice-bodycopy a {
	color: #34afaa;
	text-decoration: underline;
}
.apply__dl .text-red {
	color: #cc0000;
}
.apply__notice-check {
	margin-bottom: 8vw;
	padding-top: 4vw;
	font-size: 3.7333333333vw;
	text-align: center;
	line-height: 1.7;
}
.apply__notice-check input[type=checkbox] {
	margin-right: 0.6rem;
	transform: scale(1.1);
	vertical-align: -1px;
}
.apply__notice-check-comment {
	display: block;
	margin-top: 1.5em;
	font-size: 0.9em;
}
.apply__notice-frame {
	margin-bottom: 8vw;
	padding: 4vw;
	border: 1px solid #bebebe;
	font-size: 3.7333333333vw;
	text-align: center;
	line-height: 1.7;
}
.apply__submit {
	text-align: center;
}
.apply__submit input[type=submit] {
	border: none;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.apply__submit-input {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0.7em;
	padding-right: 0.5em;
	padding-bottom: 0.9em;
	padding-left: 0.5em;
	display: block;
	width: 100%;
	max-width: 84vw;
	background-color: #4ec6c1;
	border-radius: 50px;
	font-size: 4.2666666667vw;
	font-weight: 400;
	text-align: center;
	color: #fff;
	line-height: 1.6;
	transition: 0.4s;
	cursor: pointer;
}
.apply__submit-input:hover {
	opacity: 0.9;
}
.apply__submit-input.back {
	border: none;
	background: #aaa;
}
.apply__submit .wpcf7-spinner {
	margin-top: 24px;
}
.apply__submit .cf7-cf-turnstile {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
.apply__submit br {
	display: none;
}
.apply__submit-input.back + .apply__submit-input {
	margin-top: 15px;
}
.select__table {
	margin-bottom: 1.3333333333vw;
	border-bottom: 1px solid #d2e2e9;
}
.select__table thead {
	background-color: #a5c6d4;
	color: #fff;
}
.select__table .select__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;
}
.select__table .select__th span {
	display: block;
	font-size: 2.6666666667vw;
}
.select__table .price__th .price__th-note {
	font-size: 2.4vw;
}
.select__table .select__th:not(:first-of-type) {
	border-left: 1px solid #d2e2e9;
}
.select__table tbody tr:nth-child(odd) .select__th {
	background-color: #dbe8ee;
}
.select__table tbody tr:nth-child(even) .select__th {
	background-color: #cde0e7;
}
.select__table .select__td {
	padding-top: 0.5em;
	padding-right: 0.2em;
	padding-bottom: 0.6em;
	padding-left: 0.2em;
	border-left: 1px solid #d2e2e9;
	border-right: 1px solid #d2e2e9;
	background-color: #fff;
	font-size: 3.4666666667vw;
	text-align: center;
	line-height: 1.4;
}
.select__table tbody tr:nth-child(even) .select__td {
	background-color: #edf4f6;
}
.select__table .select__td .select__table-benefit {
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 3.0vw;
	text-align: left;
}
input[type=radio].select__table-radio-item {
	margin-right: 0.3rem;
	transform: scale(1.1);
	vertical-align: -1px;
}
input[type=radio].select__table-radio-item {
	position: relative;
	appearance: none;
}
input[type=radio].select__table-radio-item::before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: solid 2px #fff;
	box-shadow: 0 0 0 1px #999;
	box-sizing: border-box;
	background: #fff;
	transform: translate(-50%,-50%);
	margin-top: -6px;
}
input[type=radio].select__table-radio-item:checked {
	accent-color: #fff;
}
input[type=radio].select__table-radio-item:checked::before {
	border-color: #fff;
	box-shadow: 0 0 0 1px #4ec6c1;
	background: #4ec6c1;
}
.select__input-hidden {
	display: none;
}

@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__block:last-of-type {
		margin-bottom: 50px;
	}
	.apply__title {
		margin-bottom: 50px;
		font-size: 2.8rem;
	}
	.apply__title::after {
		margin-top: 15px;
		width: 130px;
		height: 2.5px;
	}
	.apply__leadcopy {
		margin-bottom: 80px;
		font-size: 1.6rem;
	}
	.apply__subtitle {
		margin-bottom: 25px;
		border-left: 6px solid #34afaa;
		font-size: 2.4rem;
	}
	.apply__bodycopy {
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
	.apply__link {
		margin-top: 30px;
		margin-left: 0;
	}
	.apply__form {
		margin-right: auto;
		margin-left: auto;
		max-width: 960px;
	}
	.apply__form-container {
		margin-right: auto;
		margin-left: auto;
		padding-top: 80px;
		padding-right: 30px;
		padding-bottom: 80px;
		padding-left: 30px;
		max-width: 860px;
	}
	.apply__form-subtitle {
		font-size: 1.9rem;
	}
	.apply__dl {
		margin-bottom: 45px;
		font-size: 1.6rem;
	}
	.apply__dt {
		margin-bottom: 12px;
		font-size: 1.6rem;
	}
	.apply__required {
		font-size: 1.3rem;
		vertical-align: 1px;
	}
	.apply__no-required {
		font-size: 1.3rem;
		vertical-align: 1px;
	}
	.apply__dl-inlinebox {
		display: inline-block;
		margin-top: 0;
		margin-left: 1em;
	}
	.apply__dl input[type=text],
	.apply__dl input[type=email],
	.apply__dl input[type=tel],
	.apply__dl input[type=number] {
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
		border-radius: 5px;
		font-size: 1.6rem;
	}
	.apply__dl textarea {
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
		border-radius: 5px;
		font-size: 1.6rem;
	}
	.apply__dl select {
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
		border-radius: 5px;
		font-size: 1.6rem;
	}
	.apply__dl .wpcf7-form-control-wrap[data-name=zip] {
		width: calc(4.5em + 40px);
	}
	.apply__dl .wpcf7-form-control-wrap[data-name=birth-year] {
		width: calc(2.5em + 40px);
	}
	.apply__dl-radio .wpcf7-list-item {
		display: inline-block;
		margin: 0.3em 1em 0.3em 0;
	}
	.apply__dl-radio label {
		min-width: 180px;
		padding: 10px 15px 10px 29px;
		border-radius: 5px;
	}
	.apply__dl-checkbox-area {
		padding: 15px 20px;
	}
	.apply__dl-bodycopy {
		margin-bottom: 10px;
		font-size: 1.3rem;
	}
	.apply__notice-title {
		margin-bottom: 5px;
		font-size: 1.5rem;
	}
	.apply__notice-bodycopy {
		margin-bottom: 30px;
		font-size: 1.3rem;
	}
	.apply__notice-check {
		margin-bottom: 30px;
		padding-top: 30px;
		font-size: 1.4rem;
	}
	.apply__submit-input {
		max-width: 280px;
		font-size: 1.6rem;
	}
	.apply__notice-frame {
		margin-bottom: 30px;
		padding: 20px;
		font-size: 1.4rem;
	}
	.select__table {
		margin-bottom: 5px;
	}
	.select__table .select__th {
		font-size: 1.6rem;
	}
	.select__table .select__th span {
		font-size: 1.4rem;
	}
	.select__table .price__th .price__th-note {
		font-size: 1.3rem;
	}
	.select__table .select__td {
		font-size: 1.6rem;
	}
	.select__table .select__td .select__table-benefit {
		font-size: 1.6rem;
	}
}
/* ==========================================================================
	 thanks
========================================================================== */
.thanks {
	margin-bottom: 18.6666666667vw;
}
.thanks__container {
	padding-right: 8vw;
	padding-left: 8vw;
}
.thanks__title {
	margin-bottom: 9.3333333333vw;
	font-size: 5.0666666667vw;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.thanks__title::after {
	margin-top: 2.6666666667vw;
	content: "";
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 24vw;
	height: 0.5333333333vw;
	background-color: #4ec6c1;
}
.thanks__leadcopy {
	margin-bottom: 13.3333333333vw;
	font-size: 3.7333333333vw;
	line-height: 1.8;
}
.thanks__block {
	margin-bottom: 13.3333333333vw;
}
.thanks__block:last-of-type {
	margin-bottom: 8vw;
}
.thanks__subtitle {
	margin-bottom: 4.8vw;
	font-size: 4.8vw;
	font-weight: 600;
	color: #34afaa;
	line-height: 1.1;
	letter-spacing: 0.1em;
}
.thanks__bodycopy {
	margin-top: -0.5em;
	margin-bottom: 4vw;
	font-size: 3.7333333333vw;
	line-height: 1.8;
}
.thanks__bodycopy a:hover {
	color: #34afaa;
}
.thanks__link {
	margin-top: 6.6666666667vw;
}
.thanks__contact {
	margin-bottom: 4vw;
}
.thanks__contact-dt {
	margin-bottom: 0.5em;
	font-size: 4vw;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.thanks__contact-dt span {
	color: #007764;
}
.thanks__contact-dd {
	font-size: 3.7333333333vw;
	line-height: 1.8;
}

@media screen and (min-width: 768px) {
	.thanks {
		margin-bottom: 100px;
	}
	.thanks__container {
		margin-right: auto;
		margin-left: auto;
		padding-right: 30px;
		padding-left: 30px;
		max-width: 1020px;
	}
	.thanks__block {
		margin-bottom: 100px;
	}
	.thanks__block:last-of-type {
		margin-bottom: 50px;
	}
	.thanks__title {
		margin-bottom: 50px;
		font-size: 2.8rem;
	}
	.thanks__title::after {
		margin-top: 15px;
		width: 130px;
		height: 2.5px;
	}
	.thanks__leadcopy {
		margin-bottom: 80px;
		font-size: 1.6rem;
	}
	.thanks__subtitle {
		margin-bottom: 25px;
		font-size: 2.4rem;
	}
	.thanks__bodycopy {
		margin-bottom: 1.5em;
		font-size: 1.6rem;
	}
	.thanks__link {
		margin-top: 30px;
		margin-left: 0;
	}
	.thanks__contact {
		margin-bottom: 25px;
	}
	.thanks__contact-dt {
		margin-bottom: 8px;
		font-size: 1.6rem;
	}
	.thanks__contact-dd {
		font-size: 1.6rem;
	}
}

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