.subsidy * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.subsidy {
	font-family: var(--font-normal);
	color: #333;
	line-height: 1.6;
	background-color: #fff;
}
.subsidy sup {
	font-size: 60%;
}
.subsidy a {
	color: #333;
	text-decoration: none;
}
.subsidy a:hover {
	opacity: 0.7;
}
.subsidy .link-blank {
	position: relative;
	display: inline-block;
}
.subsidy .link-blank:after {
	display: block;
	content: "";
	width: 12px;
	aspect-ratio: 12/12;
	background: url(/INSIGHT/common/images/icon/icon_blank.svg) no-repeat;
	background-size: contain;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
}
.subsidy .text-align--center {
	text-align: center;
}
.subsidy .text-align--left {
	text-align: left;
}
.subsidy .text-align--right {
	text-align: right;
}
.subsidy .sp-br--title {
	display: none;
}
@media screen and (max-width: 500px) {
	.subsidy .sp-br--title {
		display: block;
	}
}
.subsidy .sp-br {
	display: none;
}
@media screen and (max-width: 768px) {
	.subsidy .sp-br {
		display: block;
	}
}
.hero {
	width: 100%;
	background: url(../image/mb_bg.jpg) no-repeat center;
	background-size: auto 560px;
	height: 560px;
}
@media screen and (max-width: 1440px) {
	.hero {
		aspect-ratio: 1440/560;
		height: auto;
	}
}
@media screen and (max-width: 768px) {
	.hero {
		aspect-ratio: auto;
		height: auto;
	}
}
.hero .hero__container {
	position: relative;
	margin: 0 auto;
}
.hero .hero__image {
	max-width: 1440px;
	margin: 0 auto;
}
.hero .hero__image img {
	width: 100%;
	height: auto;
	display: block;
}
.hero .hero__titleWrap {
	width: 100%;
	height: 100%;
	max-width: 1080px;
	padding: 0 20px;
	aspect-ratio: 980/560;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
	display: flex;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.hero .hero__titleWrap {
		display: block;
		aspect-ratio: auto;
	}
}
@media screen and (max-width: 768px) {
	.hero .hero__titleWrap .hero__content {
		width: 100%;
		text-align: center;
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%);
		margin-top: 9vw;
	}
}
.hero .hero__titleWrap .hero__content {
	margin-bottom: 50px;
}
.hero .hero__titleWrap .hero__content .hero__label {
	font-size: clamp(24px, 3.2vw, 32px);
	color: #fff;
	margin-bottom: 3%;
	letter-spacing: -1px;
	position: relative;
	display: inline-block;
	margin-left: 9%;
}
@media screen and (max-width: 768px) {
	.hero .hero__titleWrap .hero__content .hero__label {
		font-size: 5.86667vw;
		margin-left: 0;
		margin-bottom: 1.8%;
	}
}
.hero .hero__titleWrap .hero__content .hero__label:before,
.hero .hero__titleWrap .hero__content .hero__label:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	transform: translateY(-50%);
	aspect-ratio: 28/40;
	width: 6%;
}
.hero .hero__titleWrap .hero__content .hero__label:before {
	background: url(../image/mv_ll.png) no-repeat;
	background-size: contain;
	left: -26px;
}
.hero .hero__titleWrap .hero__content .hero__label:after {
	background: url(../image/mv_lr.png) no-repeat;
	background-size: contain;
	right: -26px;
}
@media screen and (max-width: 768px) {
	.hero .hero__titleWrap .hero__content .hero__label:before,
	.hero .hero__titleWrap .hero__content .hero__label:after {
		width: 10%;
		aspect-ratio: 44/40;
	}

	.hero .hero__titleWrap .hero__content .hero__label:before {
		left: -30px;
	}

	.hero .hero__titleWrap .hero__content .hero__label:after {
		right: -36px;
	}
}
.hero .hero__titleWrap .hero__content .hero__title {
	font-size: clamp(25.5px, 3.2vw, 32px);
	line-height: 1.4;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.hero .hero__titleWrap .hero__content .hero__title {
		font-size: 6.4vw;
	}
}
.hero .hero__titleWrap .hero__content .hero__title small {
	font-size: clamp(15px, 2vw, 20px);
	margin-left: 5px;
}
@media screen and (max-width: 768px) {
	.hero .hero__titleWrap .hero__content .hero__title small {
		display: block;
		margin-left: 0;
	}
}
.hero .hero__titleWrap .hero__content .hero__amount {
	margin: 0 0 4.3% 0;
	display: flex;
	align-items: flex-end;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	.hero .hero__titleWrap .hero__content .hero__amount {
		display: block;
		line-height: 1.2;
		margin: 0 0 4% 0;
	}
}
.hero .hero__titleWrap .hero__content .hero__amount .hero__amountNum {
	font-size: clamp(61.5px, 7vw, 70px);
	color: #1300a6;
	letter-spacing: -1px;
	display: inline-block;
	font-family: var(--font-bold);
}
@media screen and (max-width: 768px) {
	.hero .hero__titleWrap .hero__content .hero__amount .hero__amountNum {
		letter-spacing: 0;
		font-size: 18.66667vw;
	}
}
.hero .hero__titleWrap .hero__content .hero__amount .hero__amountTxt {
	font-size: clamp(25.5px, 3.2vw, 32px);
	margin-bottom: 3px;
	letter-spacing: 2px;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.hero .hero__titleWrap .hero__content .hero__amount .hero__amountTxt {
		letter-spacing: 0;
		display: block;
		font-size: 6.4vw;
	}
}
.hero .hero__titleWrap .hero__content .hero__disclaimer {
	font-size: clamp(13.5px, 1.8vw, 18px);
	color: #fff;
	position: relative;
	line-height: 1.7;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 7px;
	text-decoration-skip-ink: none;
}
@media screen and (max-width: 768px) {
	.hero .hero__titleWrap .hero__content .hero__disclaimer {
		font-size: 3.46667vw;
		display: inline-block;
		line-height: 1.4;
		text-decoration-thickness: 1px;
		text-underline-offset: 2px;
	}
}
.hero .hero__titleWrap .hero__content .hero__disclaimer strong {
	font-size: clamp(24px, 3.2vw, 32px);
	letter-spacing: -2px;
	font-family: var(--font-bold);
}
@media screen and (max-width: 768px) {
	.hero .hero__titleWrap .hero__content .hero__disclaimer strong {
		font-size: 5.33333vw;
	}
}
.subsidy-intro {
	padding: clamp(54px, 7vw, 70px) 20px;
	background: #f5f6f8;
}
@media screen and (max-width: 768px) {
	.subsidy-intro {
		padding: 40px 15px 50px;
	}
}
.subsidy-intro .subsidy-intro__container {
	max-width: 1080px;
	margin: 0 auto;
}
.subsidy-intro .subsidy-intro__title {
	font-size: clamp(30px, 4.08163vw, 40px);
	font-family: var(--font-bold);
	color: #0021a6;
	text-align: center;
	margin-bottom: clamp(30px, 4.6vw, 46px);
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.subsidy-intro .subsidy-intro__title {
		font-size: clamp(15.6px, 6.93333vw, 26px);
		margin-bottom: 0;
	}
}
.subsidy-intro .subsidy-intro__text {
	font-size: clamp(15px, 2.04082vw, 20px);
	text-align: center;
	margin-bottom: clamp(24px, 3vw, 30px);
	color: #666;
}
@media screen and (max-width: 768px) {
	.subsidy-intro .subsidy-intro__text {
		font-size: 16px;
		margin-bottom: 14px;
	}
}
.subsidy-intro .subsidy-intro__subtitle {
	font-size: clamp(22.5px, 4vw, 40px);
	font-family: var(--font-bold);
	text-align: center;
	margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
	.subsidy-intro .subsidy-intro__subtitle {
		font-size: clamp(10.8px, 4.8vw, 18px);
		margin-bottom: 16px;
	}
}
.subsidy-box__noteBtm {
	font-size: clamp(18px, 2.44898vw, 24px);
	margin-top: clamp(18px, 2vw, 20px);
	text-align: center;
}
@media screen and (max-width: 768px) {
	.subsidy-box__noteBtm {
		font-size: clamp(12px, 4.26667vw, 16px);
		margin-top: 5px;
	}
}
.subsidy-box__btmCta {
	margin-top: clamp(36px, 4.8vw, 48px);
}
@media screen and (max-width: 768px) {
	.subsidy-box__btmCta {
		margin-top: 20px;
	}
}
.subsidy-box__btmCta .btn__cta {
	margin-bottom: 0;
}
.subsidy-boxes {
	width: 100%;
}
.subsidy-box {
	background: #fff;
	border: 1px solid #a0a0a0;
	flex: 1;
}
@media screen and (max-width: 768px) {
	.subsidy-box.subsidy-box--local .subsidy-box__header {
		padding: 6px;
	}
}
.subsidy-box .subsidy-box__header {
	background: #0021a6;
	color: #fff;
	font-size: clamp(27px, 3.67347vw, 36px);
	font-family: var(--font-bold);
	text-align: center;
	padding: 10px;
	margin: -1px 0 0 -1px;
	width: calc(100% + 2px);
}
@media screen and (max-width: 768px) {
	.subsidy-box .subsidy-box__header {
		font-size: clamp(15px, 5.33333vw, 20px);
		padding: 10px;
	}
}
.subsidy-box .subsidy-box__header small {
	font-size: clamp(12px, 1.63265vw, 16px);
	font-family: var(--font-normal);
	display: block;
}
@media screen and (max-width: 768px) {
	.subsidy-box .subsidy-box__header small {
		font-size: clamp(8.25px, 3.2vw, 12px);
		line-height: 1.5;
	}
}
.subsidy-box .subsidy-box__header small br {
	display: none;
}
@media screen and (max-width: 768px) {
	.subsidy-box .subsidy-box__header small br {
		display: block;
	}
}
.subsidy-box .subsidy-box__content {
	display: flex;
}
@media screen and (max-width: 768px) {
	.subsidy-box .subsidy-box__content {
		display: block;
	}
}
.subsidy-box .subsidy-box__item {
	flex: 1;
	text-align: center;
}
.subsidy-box .subsidy-box__item:first-child {
	border-right: 1px solid #a0a0a0;
}
@media screen and (max-width: 768px) {
	.subsidy-box .subsidy-box__item:first-child {
		border-right: none;
	}
}
.subsidy-box .subsidy-box__label {
	font-size: clamp(16.5px, 2.2449vw, 22px);
	color: #333;
	background: #e5e5e5;
	padding: 10px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.subsidy-box .subsidy-box__label {
		font-size: clamp(12px, 4.26667vw, 16px);
		padding: 5px;
	}
}
.subsidy-box .subsidy-box__label small {
	font-size: clamp(12px, 1.63265vw, 16px);
}
@media screen and (max-width: 768px) {
	.subsidy-box .subsidy-box__label small {
		font-size: 14px;
	}
}
.subsidy-box .subsidy-box__amount {
	color: #333;
	font-size: clamp(30px, 4.08163vw, 40px);
	font-family: var(--font-bold);
	letter-spacing: -1px;
	padding: clamp(16.2px, 2.7551vw, 27px) 10px;
}
@media screen and (max-width: 768px) {
	.subsidy-box .subsidy-box__amount {
		font-size: clamp(25.5px, 9.06667vw, 34px);
		padding: 10px;
		letter-spacing: 0;
	}
}
.subsidy-box .subsidy-box__amount .subsidy-box__amountNum {
	display: inline-block;
	position: relative;
}
.subsidy-box .subsidy-box__amount .subsidy-box__amountNum:after {
	content: '';
    display: block;
    position: absolute;
    width: calc(100% + 10px);
    padding: 0 10px;
    left: -5px;
    bottom: 10px;
    border-bottom: 15px solid rgba(0, 33, 166, 0.10);
    z-index: 0;
}
.subsidy-box .subsidy-box__amount .subsidy-box__amountNum span {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.subsidy-box__note {
	font-size: clamp(13.5px, 1.83673vw, 18px);
	text-align: center;
	color: #333;
	margin: 25px 0;
}
@media screen and (max-width: 768px) {
	.subsidy-box__note {
		font-size: clamp(12px, 4.26667vw, 16px);
		margin-top: 12px;
	}
}
.subsidy-box__example {
	text-align: center;
}
.subsidy-box__example .subsidy-box__example-label {
	font-size: clamp(16.5px, 2.2449vw, 22px);
	color: #333;
	background: #e5e5e5;
	padding: 10px 10px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.subsidy-box__example .subsidy-box__example-label {
		padding: 5px;
	}
}
.subsidy-box__plus {
	width: 75px;
	height: auto;
	aspect-ratio: 1/1;
	margin: 25px auto;
}
@media screen and (max-width: 768px) {
	.subsidy-box__plus {
		width: 12%;
		margin: 29px auto;
	}
}
.subsidy-box__plus img {
	width: 100%;
}
.subsidy-example {
	padding: clamp(42px, 9vw, 90px) 20px 0 20px;
}
@media screen and (max-width: 768px) {
	.subsidy-example {
		padding: 46px 15px 0 15px;
	}
}
.subsidy-example .subsidy-example__container {
	max-width: 1200px;
	margin: 0 auto;
}
.subsidy-example .subsidy-example__title {
	font-size: clamp(30px, 4.08163vw, 40px);
	font-family: var(--font-bold);
	color: #0021a6;
	text-align: center;
	margin-bottom: clamp(24px, 2vw, 20px);
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.subsidy-example .subsidy-example__title {
		font-size: clamp(18.75px, 6.94vw, 26px);
		margin-bottom: 14px;
	}
}
.subsidy-example .subsidy-example__subtitle {
	font-size: clamp(22.5px, 3.06122vw, 30px);
	font-family: var(--font-bold);
	text-align: center;
	margin-bottom: clamp(30px, 5.10204vw, 50px);
	position: relative;
}
@media screen and (max-width: 768px) {
	.subsidy-example .subsidy-example__subtitle {
		font-size: clamp(15px, 5.33333vw, 20px);
		margin-bottom: 26px;
	}
}
.subsidy-example .subsidy-example__subtitle:after {
	content: "";
	position: absolute;
	display: block;
	width: 60px;
	left: 50%;
	bottom: -3px;
	transform: translateX(-50%);
	height: 3px;
	background-color: #0021a6;
}
@media screen and (max-width: 768px) {
	.subsidy-example .subsidy-example__subtitle:after {
		width: 35px;
		height: 2px;
	}
}
.subsidy-example .subsidy-example__content {
	max-width: 1080px;
	display: flex;
	gap: 30px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.subsidy-example .subsidy-example__content {
		flex-direction: column;
		gap: 50px;
	}
}
.subsidy-example .subsidy-example__left {
	text-align: center;
	position: relative;
	width: 100%;
	max-width: 580px;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 768px) {
	.subsidy-example .subsidy-example__left {
		max-width: unset;
	}
}
.subsidy-example .subsidy-example__left .subsidy-example__model {
	font-size: clamp(18px, 2.44898vw, 24px);
	margin-bottom: 7%;
	text-align: left;
	display: flex;
}
@media screen and (max-width: 768px) {
	.subsidy-example .subsidy-example__left .subsidy-example__model {
		font-size: clamp(12px, 4.26667vw, 16px);
	}
}
.subsidy-example .subsidy-example__left .subsidy-example__model span {
	background-color: #0021a6;
	width: 24px;
	height: 24px;
	display: block;
	margin-top: 5px;
    margin-right: 8px;
}
@media screen and (max-width: 768px) {
	.subsidy-example .subsidy-example__left .subsidy-example__model span {
		width: 16px;
		height: 16px;
	}
}
.subsidy-example .subsidy-example__left .subsidy-example__car-image img {
	width: 100%;
	max-width: 524px;
	margin-left: -56px;
	height: auto;
}
@media screen and (max-width: 768px) {
	.subsidy-example .subsidy-example__left .subsidy-example__car-image {
		margin-bottom: 31px;
	}
	.subsidy-example .subsidy-example__left .subsidy-example__car-image img {
		max-width: 316px;
		margin: 0;
	}
}
.subsidy-example .subsidy-example__left .subsidy-example__price-box {
	width: 100%;
	background: #fff;
	border: 2px solid #ddd;
	padding: clamp(12px, 1.7vw, 17px);
	color: #555;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 510px;
	margin-top: auto;
}
@media screen and (max-width: 768px) {
	.subsidy-example .subsidy-example__left .subsidy-example__price-box {
		position: relative;
		padding: clamp(18px, 3.06122vw, 30px) clamp(12px, 2.04082vw, 20px)
			clamp(12px, 2.04082vw, 20px) clamp(12px, 2.04082vw, 20px);
		max-width: unset;
	}
}
.subsidy-example .subsidy-example__left .subsidy-example__price-label {
	font-size: clamp(12px, 1.63265vw, 16px);
	color: #666;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.subsidy-example .subsidy-example__left .subsidy-example__price-label {
		font-size: clamp(10.5px, 3.73333vw, 14px);
	}
}
.subsidy-example .subsidy-example__left .subsidy-example__price {
	font-size: clamp(28.5px, 3.87755vw, 38px);
	font-family: var(--font-bold);
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.subsidy-example .subsidy-example__left .subsidy-example__price {
		font-size: clamp(18.75px, 6.66667vw, 25px);
	}
}
.subsidy-example .subsidy-example__right {
	width: 100%;
	max-width: 470px;
	margin-top: 56px;
}
@media screen and (max-width: 768px) {
	.subsidy-example .subsidy-example__right {
		margin-top: 0;
		padding: 0 20px;
		max-width: unset;
	}
}
.subsidy-example .subsidy-example__right .subsidy-example__calculation {
	display: flex;
	flex-direction: column;
	gap: 21px;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.subsidy-example .subsidy-example__right .subsidy-example__calculation {
		gap: 11px;
	}
}
.subsidy-example .subsidy-example__right .subsidy-example__subsidy-item {
	background: #eee;
	text-align: center;
	width: 100%;
}
.subsidy-example .subsidy-example__right .subsidy-example__subsidy-label {
	background: #dcdcdc;
	font-size: clamp(16.5px, 2.2449vw, 22px);
	padding: 7px 0;
}
@media screen and (max-width: 768px) {
	.subsidy-example .subsidy-example__right .subsidy-example__subsidy-label {
		font-size: clamp(12px, 4.26667vw, 16px);
	}
}
@media screen and (max-width: 768px) {
	.subsidy-example .subsidy-example__right .subsidy-example__subsidy-label small {
		font-size: clamp(12px, 3.74vw, 14px);
	}
}
.subsidy-example .subsidy-example__right .subsidy-example__subsidy-amount {
	font-size: clamp(24px, 3vw, 30px);
	font-family: var(--font-bold);
	color: #cb0200;
	padding: 6px 0;
}
@media screen and (max-width: 768px) {
	.subsidy-example .subsidy-example__right .subsidy-example__subsidy-amount {
		font-size: clamp(19.5px, 6.93333vw, 26px);
	}
}
.subsidy-example
	.subsidy-example__right
	.subsidy-example__subsidy-amount
	small {
	font-size: clamp(15px, 2.04082vw, 20px);
}
@media screen and (max-width: 768px) {
	.subsidy-example
		.subsidy-example__right
		.subsidy-example__subsidy-amount
		small {
		font-size: 14px;
	}
}
.subsidy-example .subsidy-example__right .subsidy-example__plus {
	width: 30px;
	height: 100%;
	aspect-ratio: 1/1;
	margin: 0 auto;
	font-size: 0;
}
@media screen and (max-width: 768px) {
	.subsidy-example .subsidy-example__right .subsidy-example__plus {
		width: 5%;
	}
}
.subsidy-example .subsidy-example__right .subsidy-example__plus img {
	width: 100%;
}
.subsidy-example .subsidy-example__right .subsidy-example__arrow {
	width: 30px;
	height: 100%;
	aspect-ratio: 30/15;
	margin: 0 auto;
	font-size: 0;
}
@media screen and (max-width: 768px) {
	.subsidy-example .subsidy-example__right .subsidy-example__arrow {
		width: 8%;
	}
}
.subsidy-example .subsidy-example__right .subsidy-example__arrow img {
	width: 100%;
}
.subsidy-example .subsidy-example__right .subsidy-example__total {
	background: #0021a6;
	color: #fff;
	padding: clamp(10.2px, 1.1vw, 11px) 0;
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.subsidy-example .subsidy-example__right .subsidy-example__total {
		box-sizing: border-box;
		padding: clamp(9px, 3.47vw, 13px) 0;
		width: calc(100% + 40px);
	}
}
.subsidy-example .subsidy-example__right .subsidy-example__total p {
	font-size: clamp(16.5px, 2.2449vw, 22px);
	font-family: var(--font-normal);
}
@media screen and (max-width: 768px) {
	.subsidy-example .subsidy-example__right .subsidy-example__total p {
		font-size: clamp(10.5px, 3.73333vw, 14px);
	}
}
.subsidy-example
	.subsidy-example__right
	.subsidy-example__total
	.subsidy-example__total-amount {
	font-size: clamp(28.5px, 3.87755vw, 38px);
	font-family: var(--font-bold);
	letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
	.subsidy-example
		.subsidy-example__right
		.subsidy-example__total
		.subsidy-example__total-amount {
		letter-spacing: 0;
		font-size: clamp(19.5px, 6.93333vw, 26px);
	}
}
.tokyo-subsidy {
	padding: clamp(66px, 9.8vw, 98px) 20px clamp(66px, 10.4vw, 104px) 20px;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.tokyo-subsidy {
		padding: 42px 15px 44px;
	}
}
.tokyo-subsidy .tokyo-subsidy__container {
	max-width: 1200px;
	margin: 0 auto;
}
.tokyo-subsidy .tokyo-subsidy__title {
	font-size: clamp(22.5px, 3.06122vw, 30px);
	font-family: var(--font-bold);
	text-align: center;
	margin-bottom: clamp(18px, 2.2vw, 22px);
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.tokyo-subsidy .tokyo-subsidy__title {
		font-size: clamp(15px, 5.33333vw, 20px);
		margin-bottom: 22px;
	}
}
.tokyo-subsidy .tokyo-subsidy__title br {
	display: none;
}
@media screen and (max-width: 768px) {
	.tokyo-subsidy .tokyo-subsidy__title br {
		display: block;
	}
}
.tokyo-subsidy .tokyo-subsidy__title small {
	font-size: clamp(15px, 2.04082vw, 20px);
}
@media screen and (max-width: 768px) {
	.tokyo-subsidy .tokyo-subsidy__title small {
		font-size: clamp(12px, 3.74vw, 14px);
	}
}
.tokyo-subsidy .tokyo-subsidy__table {
	width: 100%;
	text-align: center;
	margin-bottom: clamp(24px, 2.6vw, 26px);
}
@media screen and (max-width: 600px) {
	.tokyo-subsidy .tokyo-subsidy__table {
		overflow-x: scroll;
		width: calc(100% + 15px + 15px);
	}
}
.tokyo-subsidy .tokyo-subsidy__table img {
	max-width: 981px;
	width: 100%;
}
@media screen and (max-width: 600px) {
	.tokyo-subsidy .tokyo-subsidy__table img {
		max-width: none;
		width: 560px;
	}
}
.tokyo-subsidy .tokyo-subsidy__tableTxt {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}
.tokyo-subsidy .tokyo-subsidy__note {
	text-align: center;
	font-size: clamp(13.5px, 1.83673vw, 18px);
	color: #333;
}
@media screen and (max-width: 768px) {
	.tokyo-subsidy .tokyo-subsidy__note {
		font-size: 16px;
		margin-bottom: 0;
	}
}
.tokyo-subsidy .tokyo-subsidy__note br {
	display: none;
}
@media screen and (max-width: 768px) {
	.tokyo-subsidy .tokyo-subsidy__note br {
		display: block;
	}
}
.tokyo-subsidy .tokyo-subsidy__link {
	text-align: center;
	margin-bottom: clamp(24px, 4.6vw, 46px);
}
.tokyo-subsidy .tokyo-subsidy__link a {
	font-size: clamp(12px, 1.63265vw, 16px);
	text-decoration: underline;
	color: #333;
}
@media screen and (max-width: 768px) {
	.tokyo-subsidy .tokyo-subsidy__link a {
		font-size: 14px;
	}
}
.tokyo-subsidy .btn__cta {
	margin-bottom: clamp(23px, 3.7vw, 37px);
}
.tokyo-subsidy .tokyo-subsidy__disclaimers {
	max-width: 1060px;
	margin: 0 auto;
}
.tokyo-subsidy .tokyo-subsidy__disclaimers .tokyo-subsidy__disclaimer {
	font-size: 14px;
	color: #666;
	text-indent: -27px;
	padding-left: 27px;
}
@media screen and (max-width: 768px) {
	.tokyo-subsidy .tokyo-subsidy__disclaimers .tokyo-subsidy__disclaimer {
		font-size: 12px;
		text-indent: -23px;
		padding-left: 23px;
		line-height: 1.5;
	}
}
.tokyo-subsidy
	.tokyo-subsidy__disclaimers
	.tokyo-subsidy__disclaimer
	+ .tokyo-subsidy__disclaimer {
	margin-top: clamp(10.8px, 1.2vw, 12px);
}
@media screen and (max-width: 768px) {
	.tokyo-subsidy
	.tokyo-subsidy__disclaimers
	.tokyo-subsidy__disclaimer
	+ .tokyo-subsidy__disclaimer {
		margin-top: 45px;
	}
}
.tokyo-subsidy .tokyo-subsidy__disclaimers .tokyo-subsidy__disclaimer a {
	color: #666;
	text-decoration: underline;
}
.application {
	padding: clamp(48px, 8.16327vw, 80px) 20px clamp(36px, 8vw, 80px) 20px;
	background: #f5f5f5;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.application {
		padding: 50px 15px;
	}
}
.application .application__container {
	max-width: 1080px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	padding: clamp(42px, 7.14286vw, 70px);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.application .application__container {
		padding: clamp(22px, 5vw, 50px) 5px clamp(42px, 7.14286vw, 70px)
			5px;
	}
}
@media screen and (max-width: 768px) {
	.application .application__btmBlock {
		padding: 0 20px;
	}
}
.application .application__title {
	font-size: clamp(22.5px, 3.06122vw, 30px);
	font-family: var(--font-bold);
	text-align: center;
	margin-bottom: clamp(30px, 4vw, 40px);
	position: relative;
}
@media screen and (max-width: 768px) {
	.application .application__title {
		font-size: clamp(15.75px, 5.4vw, 20px);
		margin-bottom: 24px;
	}
}
.application .application__title:after {
	content: "";
	position: absolute;
	display: block;
	width: 60px;
	left: 50%;
	bottom: -7px;
	transform: translateX(-50%);
	height: 3px;
	background-color: #0021a6;
}
@media screen and (max-width: 768px) {
	.application .application__title:after {
		width: 35px;
	}
}
.application .application__subtitle {
	font-size: clamp(22.5px, 3.06122vw, 30px);
	font-family: var(--font-bold);
	color: #0021a6;
	text-align: center;
	margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
	.application .application__subtitle {
		font-size: clamp(13.5px, 4.8vw, 18px);
		margin-bottom: 5px;
	}
}
.application .application__subtitle br {
	display: none;
}
@media screen and (max-width: 768px) {
	.application .application__subtitle br {
		display: block;
	}
}
.application .application__instruction {
	font-size: clamp(13.5px, 1.83673vw, 18px);
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.application .application__instruction {
		font-size: clamp(12px, 4.26667vw, 16px);
		margin-bottom: 22px;
	}
}
.application .application__instruction br {
	display: none;
}
@media screen and (max-width: 768px) {
	.application .application__instruction br {
		display: block;
	}
}
.application .application__steps {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4.6%;
	max-width: 760px;
	margin: 0 auto clamp(30px, 5.10204vw, 50px) auto;
}
@media screen and (max-width: 768px) {
	.application .application__steps {
		width: 100%;
		max-width: none;
		display: block;
		margin-bottom: 24px;
	}
}
.application .application__step {
	text-align: center;
	flex: 1;
	min-width: 150px;
	max-width: 200px;
}
@media screen and (max-width: 768px) {
	.application .application__step {
		min-width: none;
		max-width: none;
		width: 100%;
	}
}
.application .application__step-icon {
	margin-bottom: clamp(12px, 2.04082vw, 20px);
}
.application .application__step-icon img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.application .application__step-icon img {
		max-width: 200px;
		width: 43.3%;
	}
}
@media screen and (max-width: 768px) {
	.application .application__step-icon {
		margin-bottom: 7px;
	}
}
.application .application__step-text {
	text-align: center;
	font-size: clamp(13.5px, 1.83673vw, 18px);
	font-family: var(--font-bold);
}
@media screen and (max-width: 768px) {
	.application .application__step-text {
		font-size: clamp(12px, 4.26667vw, 16px);
	}
}
@media screen and (max-width: 768px) {
	.application .application__step-text br {
		display: none;
	}
}
.application .application__arrow {
	width: 18px;
	aspect-ratio: 16/28;
	transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
	.application .application__arrow {
		aspect-ratio: auto;
		text-align: center;
		width: 100%;
		padding: 10px 20px 15px 20px;
		transform: unset;
	}
}
.application .application__arrow img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.application .application__arrow img {
		max-width: 30px;
		width: 5%;
		transform: rotate(90deg);
	}
}
.application .application__explanation {
	font-size: clamp(13.5px, 1.83673vw, 18px);
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
	.application .application__explanation {
		font-size: clamp(12px, 4.26667vw, 16px);
		margin-bottom: 10px;
		line-height: 1.5;
	}
}
.application .application__explanation a {
	text-decoration: underline;
}
.application .application__link {
	display: inline-block;
	text-decoration: underline;
	text-align: center;
	margin: 0 auto;
	display: block;
	font-size: 16px;
	transition: opacity 0.3s;
	color: #666;
}
.application .application__link:hover {
	opacity: 0.7;
}
@media screen and (max-width: 768px) {
	.application .application__link {
		font-size: clamp(10.5px, 3.73333vw, 14px);
	}
}
.application .btn__cta {
	margin: clamp(36px, 6.12245vw, 60px) auto 0;
}
@media screen and (max-width: 768px) {
	.application .btn__cta {
		margin-top: 52px;
	}
}
.application .link-blank {
	color: #555555;
	text-decoration: underline;
}
.btn__cta {
	background: #0021a6;
	color: #fff !important;
	border-radius: 200px;
	text-align: center;
	margin: 0 auto;
	display: block;
	font-size: clamp(15px, 2.04082vw, 20px);
	max-width: 580px;
	box-sizing: border-box;
	padding: clamp(10.8px, 1.83673vw, 18px) 80px clamp(10.8px, 1.83673vw, 18px) 32px;
	position: relative;
	margin-bottom: clamp(27px, 4.59184vw, 45px);
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.btn__cta {
		line-height: 1.4;
		padding: 10px 50px 10px 30px;
		font-size: clamp(12px, 4.26667vw, 16px);
		margin-bottom: 30px;
		max-width: 285px;
	}
}
.btn__cta:after {
	content: "";
	width: 2.2%;
	aspect-ratio: 12/12;
	background: url(/INSIGHT/common/images/icon/icon_blank_w.svg) no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	right: 60px;
}
@media screen and (max-width: 768px) {
	.btn__cta:after {
		width: 5%;
		right: 20px;
	}
}
.btn__cta br {
	display: none;
}
@media screen and (max-width: 768px) {
	.btn__cta br {
		display: block;
	}
}

