<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #fff;
	color: #1B224C;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

main {
	display: flex;
	flex: 1;
	flex-direction: column;
}

a:hover {
	opacity: 0.7;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* ãƒªã‚­ãƒƒãƒ‰ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆå¯¾å¿œ */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article &gt; * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* ãƒ•ã‚©ãƒ¼ãƒ&nbsp;ãƒªã‚»ãƒƒãƒˆ */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ãƒ›ãƒãƒ¼ */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.section-about {
	margin-top: 2.375rem;
}

.section-contact {
	margin-top: 3.9375rem;
}

.section-flow {
	margin-top: 6.9375rem;
}

.section-list {
	margin-top: 7.75rem;
}

.section-sub-thanks {
	padding-bottom: 11.75rem;
	padding-top: 3.125rem;
}

.section-support {
	margin-bottom: 5.375rem;
	margin-top: 6.4375rem;
}

.about__title {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.1944444444;
	text-align: center;
}

.about__title b {
	background-color: #1B224C;
	color: #FFFF00;
	display: inline-block;
	font-size: 3.125rem;
	letter-spacing: 0.022em;
	line-height: 1.28;
	margin-right: 0.6875rem;
	margin-top: 0.75rem;
	padding: 0.5625rem 1.125rem 0.5625rem 1.0625rem;
}

.about__top {
	display: block;
	margin: 0 auto 0.625rem;
	max-width: 47.875rem;
	padding-bottom: 6.125rem;
	position: relative;
}

.about__top::after {
	background: transparent url(../images/common/about-arrow.webp) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 5.8125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 6.125rem;
}

.about__bottom {
	align-items: center;
	display: flex;
	gap: 1.6875rem;
	justify-content: center;
	margin-top: 1.5625rem;
}

.about__document {
	max-width: 26.625rem;
	width: 50.221729%;
}

.about__append {
	background-color: #FAEFDC;
	border-radius: 1.9375rem;
	margin-top: 1.3125rem;
	max-width: 28.0625rem;
	padding: 2.1875rem 2.6875rem 2.1875rem 2.25rem;
	width: 49.778271%;
}

.about__text {
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.about__list {
	margin-top: 1.125rem;
}

.about__list li {
	font-size: 1.125rem;
	line-height: 1.5555555556;
}

.about__list li::before {
	background-color: #1B224C;
	content: "";
	display: inline-block;
	height: 0.375rem;
	margin-right: 0.125rem;
	transform: translateY(-50%);
	width: 0.375rem;
}

.card-list {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: flex;
	flex-wrap: wrap;
	max-width: 62.5rem;
	row-gap: 3.125rem;
}

.card-list__item {
	max-width: 20rem;
	width: calc(33.3% - 0.8333333333rem);
}

.card--no {
	position: relative;
}

.card--no h3,
.card--no .card__text,
.card--no a {
	visibility: hidden;
}

.card__title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.6875rem;
	text-align: center;
}

.card__img {
	border-radius: 1.125rem;
	margin-bottom: 0.1875rem;
}

.card__text {
	font-size: 1.125rem;
	line-height: 2.4444444444;
	text-align: center;
}

.card__btn {
	width: 100%;
}

.consul-btn {
	background-color: #FC593D;
	border-radius: 1.9375rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	padding: 1.3125rem 1.0625rem 1.0625rem;
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.consul-btn--submit {
	border-radius: 3.375rem;
	font-size: 1.5rem;
	padding: 2.375rem 1.0625rem 2.125rem;
}

.consul-btn--green {
	background-color: #06C755;
}

.consul-btn--mail::before,
.consul-btn--green::before {
	content: "";
	display: inline-block;
	position: absolute;
	transform: translateY(-50%);
}

.consul-btn--mail::before {
	background: transparent url(../images/common/contact-icon.webp) no-repeat center center/cover;
	height: 1.625rem;
	left: 1.3125rem;
	margin-right: 1.75rem;
	top: 50%;
	width: 2rem;
}

.consul-btn--green::before {
	background: transparent url(../images/common/line-icon.webp) no-repeat center center/cover;
	height: 2.1875rem;
	left: 1.125rem;
	margin-right: 2rem;
	top: 55%;
	width: 2.3125rem;
}

.consul-btn ~ span {
	position: relative;
}

.consul-btn :not(.consul-btn--submit) span {
	margin-left: 1.125rem;
}

.consul-btn span {
	margin-left: 1.125rem;
}

.consul-btn:not(.consul-btn--back) span {
	position: relative;
}

.consul-btn.consul-btn--back span {
	margin-left: 0;
}

.consul-btn span::before,
.consul-btn span::after,
.consul-btn--submit ~ span::before,
.consul-btn--submit ~ span::after {
	background-color: #fff;
	content: "";
	position: absolute;
	top: 55%;
}

.consul-btn--submit ~ span::before,
.consul-btn--submit ~ span::after {
	right: 2.1875rem;
}

.consul-btn span::before,
.consul-btn span::after {
	border-radius: 0.0625rem;
	height: 0.125rem;
}

.consul-btn--submit ~ span::before,
.consul-btn--submit ~ span::after {
	border-radius: 0.125rem;
	height: 0.1875rem;
}

.consul-btn span::before,
.consul-btn span::after {
	right: -1.8125rem;
}

.consul-btn--back span::before,
.consul-btn--back span::after {
	left: 1.5rem;
	right: auto;
}

.consul-btn span::before,
.consul-btn--submit ~ span::before {
	transform: translateY(-50%);
}

.consul-btn span::before {
	width: 1.25rem;
}

.consul-btn--submit ~ span::before {
	width: 2.25rem;
}

.consul-btn span::after,
.consul-btn ~ span::after {
	transform: translateY(-20%) rotate(45deg);
	transform-origin: right center;
}

.consul-btn span::after {
	width: 0.5625rem;
}

.consul-btn--submit ~ span::after {
	width: 1rem;
}

.consul-btn--back span::after {
	transform: translateY(-20%) rotate(-45deg);
	transform-origin: left center;
}

.contact-btn {
	background-color: #FC593D;
	border-radius: 1.9375rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 1.125rem 1.6875rem;
	position: relative;
	text-align: right;
	transition: all 0.3s ease 0s;
	width: 17.4375rem;
}

.contact-btn::before {
	background: transparent url(../images/common/contact-icon.webp) no-repeat 0% 50%/cover;
	content: "";
	display: inline-block;
	height: 1.625rem;
	left: 1.6875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
}

.contact {
	background-color: #F3F3F3;
	padding-top: 1.25rem;
}

.contact__inner {
	max-width: 61.8125rem;
}

.contact__body {
	align-items: center;
	display: flex;
	gap: 8.493%;
}

.contact__box {
	margin-bottom: 1.375rem;
	width: 56.7239%;
}

.contact__text {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.75;
	margin-left: 0.625rem;
}

.contact__buttons {
	align-items: center;
	display: flex;
	gap: 0.6875rem;
	margin-top: 1.0625rem;
}

.contact__btn {
	max-width: 17.1875rem;
	width: 100%;
}

.contact__img {
	max-width: 22.1875rem;
}

.download-btn {
	background-color: #FC593D;
	border-radius: 3.1875rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5625rem;
	font-weight: 700;
	padding: 2rem 1.0625rem 1.75rem;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.download-btn span {
	padding-right: 2.625rem;
	position: relative;
}

.download-btn span::before,
.download-btn span::after {
	background-color: #fff;
	border-radius: 0.0625rem;
	content: "";
	position: absolute;
	right: 0;
	top: 66%;
}

.download-btn span::before,
.download-btn span::after {
	height: 0.125rem;
}

.download-btn span::before {
	transform: translateY(-50%);
	width: 1.875rem;
}

.download-btn span::after {
	transform: translateY(-20%) rotate(45deg);
	transform-origin: right center;
	width: 0.6875rem;
}

.flow__header {
	text-align: center;
}

.flow__body {
	width: 100%;
}

.flow__tag {
	display: block;
	opacity: 0;
}

.flow__img {
	display: block;
}

.flow__text {
	font-size: 1.125rem;
	line-height: 1.5555555556;
	margin-top: 1.9375rem;
	text-align: center;
}

.footer {
	padding-bottom: 0.75rem;
}

.footer__inner {
	text-align: center;
}

.footer__nav {
	align-items: center;
	display: flex;
	justify-content: center;
}

.footer__nav a {
	font-size: 0.875rem;
	padding-top: 0.6875rem;
	position: relative;
}

.footer__nav a:first-child {
	padding-right: 1.34375rem;
}

.footer__nav a:first-child::after {
	background-color: #1B224C;
	content: "";
	height: 48%;
	position: absolute;
	right: 0;
	top: 73%;
	transform: translateY(-50%);
	width: 0.0625rem;
}

.footer__nav a:last-child {
	padding-left: 1.34375rem;
}

.footer__logo {
	display: block;
	margin: 1.25rem auto 5.625rem;
	width: 27.5rem;
}

.footer__copyright {
	font-size: 0.9375rem;
	margin-top: 2.5rem;
}

.form-radio1 {
	position: relative;
}

.form-radio1__label {
	display: block;
	position: relative;
}

.form-radio1__label + .form-radio1__label {
	margin-top: 0.1875rem;
}

.form-radio1__label [type=radio] {
	height: 1.1875rem;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 1.1875rem;
}

.form-radio1__label [type=radio] + span {
	color: #614831;
	cursor: pointer;
	display: inline-block;
	font-size: 1.0625rem;
	padding-left: 1.5625rem;
	position: relative;
}

.form-radio1__label [type=radio] + span::before,
.form-radio1__label [type=radio] + span::after {
	content: "";
	position: absolute;
	transition: all 0.3s ease 0s;
}

.form-radio1__label [type=radio] + span::before {
	background-color: #fff;
	border: 0.0625rem solid #BFBFBF;
	height: 1.1875rem;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.1875rem;
}

.form-radio1__label [type=radio] + span::after {
	background-color: transparent;
	border-bottom: 0.1875rem solid #1184E9;
	border-left: 0.1875rem solid #1184E9;
	height: 0.5rem;
	left: 0.1875rem;
	opacity: 0;
	top: 0.5rem;
	transform: rotate(-45deg);
	width: 0.75rem;
}

.form-radio1__label [type=radio]:checked + span::after {
	opacity: 1;
}

.form-radio1__label [type=radio]:active + span::before {
	box-shadow: 0 0 6pt rgba(191, 191, 191, 0.16);
}

.form-radio1__label [type=radio]:focus + span::before {
	box-shadow: 0 0 6pt rgba(191, 191, 191, 0.16);
	outline: 0.0625rem solid #BFBFBF;
}

.form-radio2 {
	position: relative;
}

.form-radio2__label {
	display: block;
	position: relative;
}

.form-radio2__label + .form-radio2__label {
	margin-top: 0.25rem;
}

.form-radio2__label [type=radio] {
	height: 1.125rem;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 1.125rem;
}

.form-radio2__text {
	margin: 0.25rem 0 0 auto;
	margin-left: auto;
	margin-right: 0;
	max-width: 26.9375rem;
	width: 94.5175%;
}

.form-radio2__label [type=radio] + span {
	color: #614831;
	cursor: pointer;
	display: inline-block;
	font-size: 1.0625rem;
	letter-spacing: 0.025em;
	position: relative;
}

.form-radio2__label [type=radio] + span::before,
.form-radio2__label [type=radio] + span::after {
	-webkit-transform: translateY(-50%);
	background-color: #fff;
	border: 0.0625rem solid #BFBFBF;
	border-radius: 50%;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.form-radio2__label [type=radio] + span::before {
	display: block;
	height: 1.125rem;
	width: 1.125rem;
}

.form-radio2__label [type=radio] + span::after {
	background-color: #1184E9;
	border: 0.0625rem solid transparent;
	height: 0.5625rem;
	left: 0.25rem;
	opacity: 0;
	padding: 0.25rem;
	transition: all 0.3s ease 0s;
	width: 0.5625rem;
}

.form-radio2__label [type=radio]:checked + span::after {
	opacity: 1;
}

.form-radio2__label [type=radio]:hover + span::before {
	box-shadow: 0 0 6pt rgba(17, 132, 233, 0.16);
}

.form-radio2__label [type=radio]:active + span::before {
	box-shadow: 0 0 6pt rgba(17, 132, 233, 0.16);
}

.form-radio2__label [type=radio]:focus + span::before {
	box-shadow: 0 0 6pt rgba(17, 132, 233, 0.16);
	outline: 0.0625rem solid #BFBFBF;
}

.form-radio2__label [type=radio] + span {
	display: inline-block;
	padding-left: 1.5rem;
	position: relative;
}

.form-row {
	align-items: center;
	display: flex;
	max-width: 50.3125rem;
	padding: 1rem 1.75rem 0.875rem 1.375rem;
	width: 100%;
}

.form-row__text {
	color: #614831;
	display: inline-flex;
	font-size: 1.0625rem;
	width: 39.4%;
}

.form-row__required {
	padding-right: 3.75rem;
	position: relative;
}

.form-row__required::after {
	background-color: #FC593D;
	border-radius: 0.1875rem;
	color: #fff;
	content: "å¿…é&nbsp;ˆ";
	display: inline-block;
	font-size: 0.9375rem;
	margin-left: 0.6875rem;
	text-align: center;
	transform: translateY(-3%);
	width: 3.0625rem;
}

.form-row__input {
	width: 60.6%;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	font-family: inherit;
	outline: none;
	transition: all 0.3s ease 0s;
	width: 100%;
}

[type=submit]:hover {
	opacity: 0.7;
}

[type=text],
[type=email],
[type=tel],
select {
	border: 0.0625rem solid #BFBFBF;
	border-radius: 0.1875rem;
	font-size: 1.0625rem;
	height: 100%;
	width: 100%;
}

[type=text],
[type=email],
[type=tel] {
	padding: 0.1875rem 0.5625rem 0.1875rem 1.25rem;
}

select {
	color: inherit;
	letter-spacing: 0.1em;
	padding: 0.25rem 2.0625rem 0.25rem 1.25rem;
}

.form-row__input--select {
	position: relative;
}

.form-row__input--select::after {
	border-bottom: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-style: solid;
	border-top: 8px solid #9b9b9b;
	content: "";
	height: 0;
	pointer-events: none;
	position: absolute;
	right: 0.625rem;
	top: 55%;
	transform: translateY(-50%);
	width: 0;
}

.form-rows__item:first-child {
	border-bottom: 0.0625rem solid #BFBFBF;
	border-top: 0.0625rem solid #BFBFBF;
}

.form-rows__item + .form-rows__item {
	border-bottom: 0.0625rem solid #BFBFBF;
}

header {
	height: 5.5rem;
}

.inner.header__inner {
	height: inherit;
	max-width: 75rem;
	padding-left: 1.3125rem;
}

.header__body {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-right: 1.875rem;
}

.header__logo {
	width: 20.875rem;
}

.header__contents {
	align-items: center;
	display: flex;
	gap: 1.375rem;
}

.header__item {
	padding-top: 0.5rem;
}

.header__top {
	display: block;
	font-size: 1.8125rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.header__text {
	font-size: 0.875rem;
	font-weight: 700;
	text-align: center;
}

.header__text span {
	font-size: 0.8125rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1050px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.label-list__item + .label-list__item {
	margin-top: 1.1875rem;
}

.label__body {
	align-items: center;
	background-color: #F3F3F3;
	display: flex;
	margin-bottom: 1.125rem;
	padding-left: 4.125rem;
	position: relative;
}

.label:nth-child(1) .label__body::before {
	content: "1";
}

.label:nth-child(2) .label__body::before {
	content: "2";
}

.label:nth-child(3) .label__body::before {
	content: "3";
}

.label__body::before {
	align-items: center;
	background-color: #1B224C;
	color: #fff;
	display: flex;
	font-size: 2.6875rem;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	left: 0;
	line-height: 1;
	position: absolute;
	text-align: center;
	top: 0;
	width: 4.125rem;
}

.label__contents {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4583333333;
	padding: 0.875rem 1.625rem 1rem;
	width: calc(100% - 4.125rem);
}

.label__answer {
	font-size: 1.125rem;
	line-height: 1.9444444444;
}

.list-btn {
	background-color: #fff;
	border: 0.25rem solid #FC593D;
	color: #FC593D;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 0.9375rem 0.625rem 0.9375rem;
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.list-btn span {
	display: inline-block;
	padding-right: 1.75rem;
	position: relative;
}

.list-btn span::before,
.list-btn span::after {
	background-color: #FC593D;
	border-radius: 0.0625rem;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 0;
	top: 65%;
}

.list-btn span::before {
	transform: translateY(-50%);
	width: 1.25rem;
}

.list-btn span::after {
	transform: translateY(-20%) rotate(45deg);
	transform-origin: right center;
	width: 0.5625rem;
}

.list__header {
	text-align: center;
}

.list__top {
	font-size: 1.125rem;
	line-height: 1.5555555556;
	margin-top: 1.875rem;
	text-align: center;
}

.list__body {
	margin-top: 4.5rem;
}

.list__bottom {
	margin-top: 4.375rem;
}

.list__bottom p {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.75;
	text-align: center;
}

.list__btn {
	margin-top: 1.1875rem;
	text-align: center;
}

.list__btn a {
	max-width: 32.8125rem;
	width: 100%;
}

.mainview {
	background: transparent url(../images/common/mv.webp) no-repeat center center/100% 100%;
	width: 100%;
}

.mainview__body {
	padding-top: 2.25rem;
	text-align: center;
}

.mainview__text {
	color: #FC593D;
	display: inline-block;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1.0625rem;
	position: relative;
}

.mainview__text span {
	display: inline-block;
}

.mainview__text span:nth-child(1),
.mainview__text span:nth-child(2) {
	margin-left: 0.625rem;
}

.mainview__title span,
.mainview__title {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.3055555556;
	text-align: center;
}

.mainview__title .mainview__strong {
	font-size: 3.125rem;
	line-height: 2.3;
}

.mainview__title b {
	background-color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 0.9375rem 1.5rem 1rem;
}

.mainview__title b:not(.u-mobile + b) {
	margin-right: 2.625rem;
}

.mainview__title b:not(.u-mobile + b) {
	position: relative;
}

.mainview__title b:not(.u-mobile + b)::before {
	content: "ãƒ»";
	position: absolute;
	right: -28%;
	top: 50%;
	transform: translateY(-50%);
}

.mainview__title span:not(.mainview__strong) {
	margin-left: 0.9375rem;
}

.mainview__img {
	margin-left: 1.375rem;
	max-width: 59.6875rem;
}

.section-title {
	display: inline-block;
}

.section-title__main {
	display: block;
	font-size: 2.6875rem;
	font-weight: 700;
	line-height: 1.0465116279;
	margin-bottom: 0.9375rem;
}

.section-title__sub {
	color: #FC593D;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.sub-contact__inner {
	padding-bottom: 11.75rem;
	padding-top: 3rem;
}

.sub-contact__top {
	font-size: 1.125rem;
	line-height: 1.5555555556;
	text-align: center;
}

.sub-contact__body {
	margin: 4.875rem auto 0;
	max-width: 50.3125rem;
}

.sub-contact__submit {
	margin: 2.5rem auto 0;
	max-width: 30rem;
	text-align: center;
}

.sub-mainview {
	background: transparent url(../images/common/mv.webp) no-repeat center top/cover;
	height: 17.0625rem;
	position: relative;
	width: 100%;
}

.sub-mainview__body {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 51%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.sub-mainview__title {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 0.875rem;
	text-align: center;
}

.sub-mainview__text {
	background-color: #fff;
	display: inline-block;
	font-size: 3.1875rem;
	font-weight: 700;
	line-height: 1.2549019608;
	max-width: 25.3125rem;
	padding: 0.5625rem 2.5rem 0.5rem;
	text-align: center;
	width: 100%;
}

.sub-thanks__title {
	font-size: 2.6875rem;
	font-weight: 700;
	line-height: 1.4418604651;
	margin-bottom: 2.875rem;
	text-align: center;
	width: 100%;
}

.sub-thanks__top {
	font-size: 1.125rem;
	line-height: 1.5555555556;
	margin-bottom: 2.875rem;
	text-align: center;
}

.sub-thanks__btn {
	margin: 0 auto;
	max-width: 17.1875rem;
}

.support__inner {
	max-width: 53.125rem;
}

.support__header {
	text-align: center;
}

.support__top {
	font-size: 1.125rem;
	line-height: 1.5555555556;
	margin-top: 2.375rem;
	text-align: center;
}

.support__body {
	margin-top: 4.4375rem;
}

.support__box {
	background-color: #FAEFDC;
	border-radius: 3rem;
	margin-top: 2.75rem;
	max-width: 50rem;
	padding: 3.6875rem 1.875rem 0;
	width: 100%;
}

.support__box p {
	font-size: 1.125rem;
	line-height: 1.5555555556;
	margin-top: 1.75rem;
	text-align: center;
}

.support__box p:first-child {
	margin-top: 0;
}

.support__buttons {
	align-items: center;
	display: flex;
	gap: 0.6875rem;
	justify-content: center;
	margin-top: 1.75rem;
}

.support__btn {
	max-width: 17.1875rem;
	width: 100%;
}

.support__img {
	margin: 2.25rem auto 0;
	max-width: 18.125rem;
	width: 100%;
}

@media (max-width: 1000px) {

html {
	font-size: 1.6vw;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.section-about {
	margin-top: 1.25rem;
}

.section-contact {
	margin-top: 3.1875rem;
}

.section-flow {
	margin-top: 5rem;
}

.section-list {
	margin-top: 6rem;
}

.section-sub-thanks {
	padding: 3.375rem 0.25rem 3.875rem;
}

.section-support {
	margin-bottom: 4.0625rem;
	margin-top: 3.5625rem;
}

.about__title {
	font-size: 1.5625rem;
	line-height: 1.48;
}

.about__title b {
	font-size: 1.5625rem;
	letter-spacing: 0em;
	line-height: 1.24;
	margin-right: 0;
	margin-top: 0.1875rem;
	padding: 0.25rem 0.625rem;
}

.about__top {
	margin: 0 auto;
	max-width: 25rem;
	padding-bottom: 5.75rem;
}

.about__top::after {
	height: 5.125rem;
}

.about__bottom {
	flex-direction: column;
	gap: 1.125rem;
	margin-top: 1.3125rem;
}

.about__document {
	max-width: 24.375rem;
	width: 100%;
}

.about__append {
	border-radius: 1.625rem;
	margin-top: 0;
	max-width: 24.375rem;
	padding: 1.9375rem 1.875rem 1.1875rem 2.125rem;
	width: 100%;
}

.about__text {
	font-size: 1.1875rem;
}

.about__list {
	margin: 1.125rem auto;
	min-width: 19.125rem;
	width: 76.4103%;
}

.about__list li {
	margin-left: 1em;
	text-indent: -1em;
}

.card-list {
	-moz-column-gap: 0;
	column-gap: 0;
	flex-direction: column;
	row-gap: 3.4375rem;
}

.card-list__item {
	max-width: none;
	max-width: initial;
	width: 100%;
}

.card--no h3,
.card--no .card__text,
.card--no a {
	display: none;
}

.consul-btn--submit {
	font-size: 1rem;
	padding: 1.3125rem 1.0625rem 1.0625rem;
}

.consul-btn--green::before {
	top: 53%;
}

.consul-btn:not(.consul-btn--back) span {
	position: static;
	position: initial;
}

.consul-btn--submit ~ span::before,
.consul-btn--submit ~ span::after {
	right: 1.1875rem;
}

.consul-btn--submit ~ span::before,
.consul-btn--submit ~ span::after {
	height: 0.09375rem;
}

.consul-btn span::before,
.consul-btn span::after {
	right: 2.1875rem;
}

.consul-btn--submit ~ span::before {
	width: 1.25rem;
}

.consul-btn span::after {
	width: 0.5rem;
}

.consul-btn--submit ~ span::after {
	width: 0.5625rem;
}

.contact {
	padding-top: 2.75rem;
}

.contact__body {
	flex-direction: column;
}

.contact__box {
	width: 100%;
}

.contact__text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5555555556;
	margin-left: 0;
	text-align: center;
}

.contact__buttons {
	flex-direction: column;
	gap: 1rem;
	margin-top: 1.25rem;
}

.contact__img {
	margin-top: 0.625rem;
	max-width: 17.625rem;
}

.download-btn {
	font-size: 1.0625rem;
	padding: 1.5625rem 1.0625rem 1.375rem;
}

.download-btn span {
	padding-right: 2.8125rem;
}

.download-btn span::before {
	width: 1.375rem;
}

.flow__body {
	margin: 1.5625rem auto 0;
	max-width: 31.25rem;
	padding: 0 0.25rem;
}

.flow__tag {
	background: transparent url(../images/common/arrow-down.svg) no-repeat right 0.625rem center;
	background-color: #ccc;
	background-size: 0.9375rem;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	opacity: 1;
	padding: 0.6875rem 0 0.625rem;
	text-align: center;
}

.flow__tag.active {
	background-image: url(../images/common/arrow-up.svg);
}

.flow__img {
	margin: 0 auto;
	max-width: 31.25rem;
}

.flow__text {
	font-feature-settings: "palt";
	margin-top: 2.5625rem;
}

.footer__nav a {
	font-size: 0.6875rem;
	padding-top: 0.5625rem;
}

.footer__nav a:first-child {
	padding-right: 1.0625rem;
}

.footer__nav a:first-child::after {
	height: 46%;
	top: 68%;
}

.footer__nav a:last-child {
	padding-left: 1.0625rem;
}

.footer__logo {
	margin: 1.125rem auto 4.0625rem;
	max-width: 22.5rem;
	width: 100%;
}

.footer__copyright {
	font-size: 0.6875rem;
}

.form-radio1 {
	padding-left: 1.375rem;
}

.form-radio1__label + .form-radio1__label {
	margin-top: 0.9375rem;
}

.form-radio2 {
	padding-left: 1.4375rem;
}

.form-radio2__label + .form-radio2__label {
	margin-top: 0.9375rem;
}

.form-radio2__text {
	margin-top: 1.375rem;
	max-width: none;
	max-width: initial;
	width: 93.5175%;
}

.form-radio2__label [type=radio] + span::before,
.form-radio2__label [type=radio] + span::after {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.form-radio2__label [type=radio] + span::before {
	top: 0.25rem;
}

.form-radio2__label [type=radio] + span::after {
	height: 0.625rem;
	top: 0.5rem;
	width: 0.625rem;
}

.form-row {
	flex-direction: column;
	padding: 0;
}

.form-row__text {
	background-color: #F3F3F3;
	letter-spacing: 0.03em;
	margin-bottom: 0.875rem;
	padding: 1rem 0.5625rem 1rem 1.375rem;
	width: 100%;
}

.form-row__required {
	padding: 0;
}

.form-row__input {
	width: 100%;
}

[type=text],
[type=email],
[type=tel],
select {
	font-size: 1rem;
}

[type=text],
[type=email],
[type=tel] {
	padding: 0.9375rem 1rem;
}

select {
	padding: 0.9375rem 1rem;
}

.form-rows__item:first-child {
	border: none;
}

.form-rows__item + .form-rows__item {
	border: none;
	margin-top: 1.5rem;
}

header {
	height: 3rem;
}

.inner.header__inner {
	padding-left: 15px;
}

.header__logo {
	width: 11.875rem;
}

.header__contents {
	display: none;
}

.header__top {
	font-size: 1.5rem;
}

.header__text span {
	font-size: 0.75rem;
}

.inner {
	padding-left: 15px;
	padding-right: 15px;
}

.label-list__item + .label-list__item {
	margin-top: 1.9375rem;
}

.label__body {
	margin-bottom: 0.8125rem;
}

.label__contents {
	padding: 1rem 1.25rem 1rem 1.625rem;
	width: 100%;
}

.list-btn {
	padding: 1rem 0.625rem 0.875rem;
}

.list-btn span {
	display: inline;
	text-align: center;
}

.list-btn span::before,
.list-btn span::after {
	top: 64%;
}

.list-btn span::after {
	width: 0.5rem;
}

.list__top {
	margin-top: 2.5625rem;
}

.list__body {
	margin: 3.6875rem auto 0;
	max-width: 20rem;
}

.list__bottom {
	margin-top: 4.3125rem;
}

.list__bottom p {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5555555556;
}

.list__btn {
	margin-top: 1.25rem;
}

.list__btn a {
	max-width: 24.375rem;
}

.mainview {
	background: transparent url(../images/common/mv_sp.webp) no-repeat center center/100% 100%;
	min-height: 0;
	min-height: initial;
}

.mainview__inner {
	padding: 0;
}

.mainview__body {
	padding-top: 2.5625rem;
}

.mainview__text {
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: 1.1052631579;
	margin-bottom: 0.625rem;
}

.mainview__text span:nth-child(1),
.mainview__text span:nth-child(2) {
	margin-right: 0.3125rem;
}

.mainview__title span,
.mainview__title {
	font-size: 1.5625rem;
	line-height: 1.6;
}

.mainview__title .mainview__strong {
	font-size: 2.1875rem;
	line-height: 1.8571428571;
	margin-right: 0;
	text-align: center;
}

.mainview__title b {
	padding: 0.6875rem 1rem 0.625rem;
}

.mainview__title b:not(.u-mobile + b) {
	margin-right: 1.8125rem;
}

.mainview__title b:not(.u-mobile + b)::before {
	right: -31%;
}

.mainview__img {
	margin-left: 0;
	margin-top: 0.375rem;
}

.section-title__main {
	font-size: 2.1875rem;
	line-height: 1.2857142857;
	margin-bottom: 0.4375rem;
}

.section-title__sub {
	font-size: 1.0625rem;
}

.sub-contact__inner {
	padding-bottom: 3.9375rem;
	padding-top: 2.6875rem;
}

.sub-contact__body {
	margin-top: 4.4375rem;
}

.sub-contact__submit {
	margin-top: 3rem;
	max-width: 17.1875rem;
}

.sub-mainview {
	height: 13.3125rem;
}

.sub-mainview__title {
	font-size: 1.5625rem;
	line-height: 1.24;
	margin-bottom: 0.8125rem;
}

.sub-mainview__text {
	font-size: 2.1875rem;
	line-height: 1.2571428571;
	max-width: 17.6875rem;
	padding: 0.4375rem 0.1875rem 0.3125rem;
}

.sub-thanks__inner {
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
}

.sub-thanks__title {
	font-size: 2.1875rem;
	line-height: 1.2857142857;
	margin-bottom: 2.9375rem;
}

.sub-thanks__top {
	margin-bottom: 4.375rem;
}

.support__inner {
	max-width: 40.625rem;
}

.support__top {
	margin-top: 3rem;
}

.support__body {
	margin-top: 5.5rem;
	padding: 0 0.25rem;
}

.support__box {
	border-radius: 1.625rem;
	margin: 3.0625rem auto 0;
	padding: 1.9375rem 1.5rem 0;
	width: 98%;
}

.support__box p {
	font-feature-settings: "palt";
}

.support__buttons {
	flex-direction: column;
	gap: 0.9375rem;
	margin-top: 2.4375rem;
}

.support__img {
	margin-top: 3.0625rem;
}

}

@media (max-width: 428px) {

html {
	font-size: 3.738317757vw;
}

}


/*# sourceMappingURL=style.css.map */
</pre></body></html>