html {
	font-size: 16px;
}

body {
	-webkit-font-smoothing: antialiased;
	background: #fff;
	color: #08275E;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.08em;
}

a {
	display: block;
	transition: 0.2s;
}

a:hover {
	opacity: 0.7;
	transition: 0.2s;
}

dt {
	font-weight: normal;
}

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

*,
*::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 */

/* Set core body defaults */

body {
	min-height: 100dvh;
	text-rendering: optimizeSpeed;
}

/* 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%;
}

/* Inherit fonts for inputs and buttons */

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

/* フォームリセット */

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=checkbox],
input[type=radio] {
	display: none;
}

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

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

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
	background: #08275E;
	padding: 0.5rem;
}

.footer__inner {
	display: flex;
	gap: 5rem;
	justify-content: center;
}

.footer__link {
	color: #FFFFFF;
	font-size: 0.875rem;
	line-height: 2;
}

.footer__copyright {
	color: #FFFFFF;
	font-size: 0.75rem;
	line-height: 2;
	margin-top: 0.5rem;
	text-align: center;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
	background: #fff;
	height: 5rem;
	inset: 0;
	position: fixed;
	z-index: 10;
}

.header__inner {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	height: 100%;
	justify-content: space-between;
	margin-inline: auto;
	max-width: 65rem;
	padding-inline: 1.25rem;
}

.header__logo {
	max-width: 3.875rem;
}

/*
 * l-bgFixed
 * -------------------------------------------------------------
 */

.l-bgFixed {
	background-attachment: fixed;
	background-image: url(./../images/common_bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.l-bgFixed--info {
	background-attachment: fixed;
	background-image: url(./../images/information_bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
	margin-inline: auto;
	max-width: 67.5rem;
	padding-inline: 2.5rem;
	width: 100%;
}

.l-inner--sm {
	max-width: 55rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
	overflow: hidden;
	padding-top: 5rem;
}

/*
 * l-section
 * -------------------------------------------------------------
 */

.l-section {
	padding-block: 5rem;
}

/*
 * burger
 * -------------------------------------------------------------
 */

.burger {
	display: none;
	height: 4.267vw;
	position: relative;
	width: 5.867vw;
	z-index: 100;
}

.burger span {
	background: #08275E;
	display: block;
	height: 0.125rem;
	position: absolute;
	transition: all 0.2s;
	width: 100%;
}

.burger span:nth-child(1) {
	top: 0;
}

.burger span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.burger span:nth-child(3) {
	top: calc(100% - 2px);
}

.burger.is-active span:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(-40deg);
}

.burger.is-active span:nth-child(2) {
	opacity: 0;
}

.burger.is-active span:nth-child(3) {
	top: 50%;
	transform: translateY(-50%) rotate(40deg);
}

/*
 * c-btn
 * -------------------------------------------------------------
 */

.c-btn {
	background: linear-gradient(275.76deg, #D32A21 44.33%, #E26973 98.56%);
	border: 1px solid #FFFFFF;
	border-radius: 1.25rem;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	display: grid;
	font-size: 1.625rem;
	font-weight: 700;
	height: 4.8125rem;
	letter-spacing: 0.2em;
	max-width: 31.25rem;
	place-content: center;
	position: relative;
	width: 100%;
}

.c-btn::after {
	border-right: 0.125rem solid #fff;
	border-top: 0.125rem solid #fff;
	content: "";
	display: block;
	height: 0.875rem;
	position: absolute;
	right: 1.875rem;
	top: 51%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.875rem;
}

.c-btn {
	overflow: hidden;
}

.c-btn::before {
	background-color: rgba(255, 255, 255, 0.4);
	content: "";
	display: block;
	height: 10rem;
	left: -40%;
	position: absolute;
	top: -50%;
	transform: rotate(30deg);
	width: 5rem;
}

.c-btn:hover {
	opacity: 1;
}

.c-btn:hover::before {
	animation: shine 1.6s infinite linear;
}

/*
 * c-present
 * -------------------------------------------------------------
 */

.c-present {
	margin-inline: auto;
	max-width: 59.625rem;
	position: relative;
}

.c-present__badge {
	left: 0;
	max-width: 12.5rem;
	position: absolute;
	top: -1.25rem;
	width: 100%;
}

.c-present__main {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin-inline: auto;
	max-width: 50rem;
}

.c-present__img {
	bottom: 0;
	left: 0;
	max-width: 24.5rem;
	position: absolute;
	width: 100%;
}

/*
 * c-secHeader
 * -------------------------------------------------------------
 */

.c-secHeader {
	letter-spacing: 0.08em;
	line-height: 1.7;
	text-align: center;
}

.c-secHeader__eng {
	font-family: "Domine", serif;
	font-size: 2rem;
	text-transform: uppercase;
}

.c-secHeader__ja {
	font-family: "Noto Serif JP", serif;
	font-size: 2.8125rem;
	font-weight: 700;
}

/*
 * float
 * -------------------------------------------------------------
 */

.float {
	bottom: 0;
	height: 8.1875rem;
	opacity: 0;
	padding: 1.25rem 0.5rem;
	pointer-events: none;
	position: fixed;
	transform: translateY(100%);
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 10;
}

.float.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.float__btn {
	border-radius: 1.25rem;
	margin-inline: auto;
	max-width: 32.5rem;
	overflow: hidden;
	position: relative;
}

.float__btn::before {
	background-color: rgba(255, 255, 255, 0.4);
	content: "";
	display: block;
	height: 10rem;
	left: -40%;
	pointer-events: none;
	position: absolute;
	top: -40%;
	transform: rotate(30deg);
	width: 5rem;
	z-index: 1;
}

.float__btn:hover {
	opacity: 1;
}

.float__btn:hover::before {
	animation: shine 1.6s infinite linear;
}

/*
 * nav
 * -------------------------------------------------------------
 */

.nav {
	flex: 1;
}

.nav.is-active {
	opacity: 1;
	visibility: visible;
}

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

.nav__item:not(:last-child) {
	border-right: 1px solid #08275E;
}

.nav__link {
	font-weight: 500;
	letter-spacing: normal;
	padding-inline: 1.25rem;
}

.nav__contact {
	margin-left: 2.6875rem;
}

.nav__btn {
	background: linear-gradient(90deg, #b81710 0%, #ee3826 58%, #c51d13 100%);
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 100vmax;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
	color: #fff;
	display: grid;
	font-weight: 500;
	height: 3rem;
	letter-spacing: normal;
	min-width: 15rem;
	overflow: hidden;
	padding-inline: 1.25rem;
	place-content: center;
	position: relative;
}

.nav__btn::after {
	border-bottom: 0.375rem solid transparent;
	border-left: 0.5rem solid #fff;
	border-top: 0.375rem solid transparent;
	content: "";
	height: 0;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.nav__btn::before {
	background-color: rgba(255, 255, 255, 0.4);
	content: "";
	display: block;
	height: 10rem;
	left: -40%;
	position: absolute;
	top: -100%;
	transform: rotate(30deg);
	width: 4.375rem;
}

.nav__btn:hover {
	opacity: 1;
}

.nav__btn:hover::before {
	animation: shine 1.6s infinite linear;
}

.header a:focus-visible,
.burger:focus-visible {
	outline: 0.1875rem solid #f2a900;
	outline-offset: 0.1875rem;
}

/*
 * about
 * -------------------------------------------------------------
 */

.about {
	background: url(./../images/about_bg.webp) no-repeat center/cover;
}

.about__body {
	align-items: center;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	gap: 4.0625rem;
	padding: 5rem;
}

.about__img {
	max-width: 37.5rem;
}

.about__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.about__text {
	font-size: 1.125rem;
	line-height: 2;
	max-width: 45rem;
}

/*
 * achievement
 * -------------------------------------------------------------
 */

.achievement__cards {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5rem;
}

.achievement__card {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.achievement__head {
	position: relative;
}

.achievement__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.achievement__category {
	align-items: center;
	background: #0940A1;
	bottom: 1rem;
	color: #FFFFFF;
	display: flex;
	flex-direction: row;
	font-size: 1.125rem;
	font-weight: 700;
	height: 2.75rem;
	justify-content: center;
	left: 0;
	letter-spacing: 0.08em;
	line-height: 2;
	padding: 0.25rem 1rem;
	position: absolute;
}

.achievement__body {
	background: #fff;
	padding: 1.25rem 1.5rem 2rem;
}

.achievement__details {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.achievement__detail {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	width: 100%;
}

.achievement__detailLabel {
	border: 1px solid #EB5D5D;
	border-radius: 100vmax;
	color: #EB5D5D;
	line-height: 1;
	padding: 0.625rem 2rem;
	text-align: center;
}

.achievement__detailValue {
	align-items: baseline;
	display: flex;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1;
}

.achievement__detailValue strong {
	font-size: 1.5rem;
}

.achievement__detailValue span {
	font-size: 1.125rem;
}

.achievement__detailValue--amount {
	font-weight: 900;
}

.achievement__detailValue--amount strong {
	font-size: 2.0625rem;
}

.achievement__detailValue--amount span {
	font-size: 1.3125rem;
}

/*
 * 
 contact
 * -------------------------------------------------------------
 */

.contact__subTtl {
	margin: 1.875rem auto 0;
	max-width: 33.75rem;
}

.contact__form {
	background: #fff;
	box-shadow: 0px 0px 8px 0px rgba(44, 53, 64, 0.18);
	margin: 5rem auto 0;
	max-width: 57.5rem;
	padding: 5rem 3.125rem 3.75rem;
	position: relative;
}

/*
 * cta
 * -------------------------------------------------------------
 */

.cta {
	background: url(./../images/cta_bg.webp) no-repeat center/cover;
	padding-block: 2.5rem;
}

.cta__inner {
	position: relative;
}

.cta__img {
	bottom: -2.5rem;
	left: 0;
	max-width: 16.875rem;
	position: absolute;
	width: 100%;
}

.cta__body {
	align-items: center;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-inline: auto;
}

.cta__text {
	border: 1px solid #fff;
	border-radius: 2.5rem;
	font-size: 1.125rem;
	line-height: 2;
	padding: 0.5rem 2rem;
	text-align: center;
}

.cta__ttl {
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.7;
	text-align: center;
}

.cta__ttl span {
	display: block;
	font-size: 2.8125rem;
}

.cta__note {
	display: block;
	font-size: 0.875rem;
	margin-top: -0.625rem;
	text-align: center;
}

/*
 * faq
 * -------------------------------------------------------------
 */

.faq {
	background: #f5f8ff;
}

.faq__list {
	background: #fff;
	margin-top: 5rem;
}

.faq__item {
	background: #fff;
	border-bottom: 1px solid #98A6BF;
	padding: 1.25rem;
}

.faq__question,
.faq__answer {
	grid-gap: 0.75rem;
	align-items: center;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: 1.875rem 1fr;
}

.faq__question {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2;
}

.faq__answer {
	font-size: 1.125rem;
	line-height: 2;
	margin-top: 0.5rem;
}

.faq__label {
	background: #0940A1;
	color: #fff;
	display: grid;
	font-family: "Domine", serif;
	font-size: 1.125rem;
	font-weight: 500;
	height: 1.875rem;
	line-height: 1;
	place-content: center;
	width: 1.875rem;
}

.faq__note {
	font-size: 0.875rem;
	line-height: 2;
	margin-top: 2rem;
}

/*
 * flow
 * -------------------------------------------------------------
 */

.flow__list {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	margin-top: 5rem;
	position: relative;
}

.flow__list::before {
	background: url(./../images/flow_dot.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 53.125rem;
	left: 4.25rem;
	position: absolute;
	top: 9.875rem;
	width: 0.5rem;
}

.flow__item {
	align-items: center;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
	padding: 1.25rem;
	position: relative;
}

.flow__details {
	flex: 1;
}

.flow__num {
	background: #08275E;
	border-radius: 100vmax;
	color: #FFFFFF;
	display: block;
	font-family: "Domine", serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 200%;
	padding: 0.25rem 1rem;
	position: absolute;
	text-transform: uppercase;
	top: -1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.flow__ttl {
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.7;
}

.flow__text {
	font-size: 1.125rem;
	line-height: 2;
	margin-top: 1rem;
}

.flow__img {
	max-width: 15rem;
}

.flow__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.flow__note {
	font-size: 0.875rem;
	margin-top: 2rem;
}

/*
 * focus
 * -------------------------------------------------------------
 */

.focus__body {
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

.focus__secHeader {
	padding: 5rem;
}

.focus__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	letter-spacing: 0.08em;
	margin-inline: auto;
	max-width: 45rem;
	padding-bottom: 5rem;
}

.focus__label {
	background: #08275E;
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 700;
	height: 3.5625rem;
	line-height: 1.7;
	margin: 0 calc(50% - 50vw);
	padding: 0.5rem;
	text-align: center;
	width: 100vw;
}

.focus__ttlGroupe {
	align-items: center;
	display: flex;
	gap: 1.5625rem;
	justify-content: center;
}

.focus__num {
	max-width: 5.625rem;
}

.focus__num img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.focus__ttl {
	flex: 1;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.7;
}

.focus__ttl span {
	display: inline-block;
	font-size: 1rem;
}

.focus__text {
	font-size: 1.125rem;
	line-height: 2;
}

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

.focus__img {
	max-width: 37.5rem;
}

.focus__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.focus__accordion {
	border: 1px solid #08275E;
	color: #08275E;
	max-width: 37.5rem;
	width: 100%;
}

.focus__accordionBtn {
	align-items: center;
	border-bottom: 1px solid #08275E;
	display: flex;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1.5;
	min-height: 4.0625rem;
	padding: 0.875rem 2.375rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.focus__accordionIcon {
	border-right: 0.125rem solid currentColor;
	border-top: 0.125rem solid currentColor;
	height: 0.875rem;
	position: absolute;
	right: 2.375rem;
	top: 50%;
	transform: translateY(-25%) rotate(-45deg);
	transition: transform 0.3s;
	width: 0.875rem;
}

.focus__accordionBtn[aria-expanded=false] {
	border-bottom-color: transparent;
}

.focus__accordionBtn[aria-expanded=false] .focus__accordionIcon {
	transform: translateY(-75%) rotate(135deg);
}

.focus__accordionBtn:focus-visible {
	outline: 0.1875rem solid #f2a900;
	outline-offset: -0.25rem;
}

.focus__accordionContent {
	display: flex;
	flex-direction: column;
	font-size: 1.125rem;
	gap: 2rem;
	line-height: 2;
	padding: 2.5rem 2.375rem;
}

.focus__accordionContent strong {
	font-weight: 700;
}

.focus__present {
	margin: 2.5rem calc(50% - 50vw) 0;
	width: 100vw;
}

.focus__lead {
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
}

.focus__highlightText {
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.7;
	margin-top: -0.625rem;
	text-align: center;
}

.focus__note {
	font-size: 0.875rem;
	line-height: 2;
}

/*
 * form
 * -------------------------------------------------------------
 */

.form__honeypot {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.form__fields {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	transition: opacity 0.2s ease, filter 0.2s ease;
}

.form.is-confirming .form__fields,
.form.is-confirming .form__privacy {
	-webkit-user-select: none;
	-moz-user-select: none;
	filter: grayscale(1);
	opacity: 0.62;
	pointer-events: none;
	user-select: none;
}

.form__field {
	grid-gap: 1.4375rem;
	align-items: center;
	display: grid;
	gap: 1.4375rem;
	grid-template-columns: 19.375rem 1fr;
}

.form__field--textarea {
	align-items: start;
}

.form__head {
	grid-gap: 3rem;
	display: grid;
	gap: 3rem;
	grid-template-columns: 1fr 4.6875rem;
}

.form__label {
	font-size: 1.25rem;
	font-weight: 500;
	text-align: right;
}

.form__label small {
	display: block;
	font-size: 1.125rem;
	margin-top: 0.3125rem;
}

.form__badge {
	border-radius: 100vmax;
	display: grid;
	font-size: 1.125rem;
	font-weight: 500;
	height: 1.6875rem;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 0 1rem 0.1875rem;
	place-content: center;
	width: 4.6875rem;
}

.form__badge--required {
	background: #977c1f;
	color: #fff;
}

.form__badge--optional {
	background: #e4d9b5;
	color: #977c1f;
}

.form__control {
	max-width: 29.875rem;
	width: 100%;
}

.form__input,
.form__select,
.form__textarea {
	background: #f0f0f0;
	border: 1px solid transparent;
	border-radius: 0;
	color: #08275E;
	font-size: 1.125rem;
	font-weight: 500;
	width: 100%;
}

.form__input,
.form__select {
	padding: 0.75rem 0.875rem;
}

.form__input {
	height: 2.625rem;
}

.form__select {
	background: #fff;
	border: 0.125rem solid #232441;
	height: 2.9375rem;
}

.form__textarea {
	min-height: 12.5rem;
	padding: 0.75rem 0.875rem;
	resize: vertical;
}

.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
	color: #9b9b9c;
	opacity: 1;
}

.form__input::placeholder,
.form__textarea::placeholder {
	color: #9b9b9c;
	opacity: 1;
}

.form__selectWrap {
	position: relative;
}

.form__selectWrap::after {
	border-bottom: 0.125rem solid #08275E;
	border-right: 0.125rem solid #08275E;
	content: "";
	height: 0.625rem;
	pointer-events: none;
	position: absolute;
	right: 1.25rem;
	top: 46%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.625rem;
}

.form__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 3rem;
}

.form__input:focus-visible,
.form__select:focus-visible,
.form__textarea:focus-visible,
.form__checkbox:focus-visible + .form__checkboxIcon {
	border-color: #08275E;
	outline: 0.1875rem solid rgba(8, 39, 94, 0.2);
}

.form__privacy {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 1.25rem;
	font-weight: 500;
	gap: 1.5rem;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1.7;
	margin-top: 1.875rem;
}

.form__privacy > .form__badge {
	justify-self: end;
}

.form__privacyControl {
	align-items: center;
	display: flex;
	gap: 1.25rem;
}

.form__privacyBadge--sp {
	display: none;
}

.form__checkbox {
	opacity: 0;
	position: absolute;
}

.form__checkboxIcon {
	background: #fff;
	border: 0.125rem solid #08275E;
	display: block;
	flex: 0 0 auto;
	height: 1.6875rem;
	position: relative;
	width: 1.6875rem;
}

.form__checkbox:checked + .form__checkboxIcon::after {
	border-bottom: 0.1875rem solid #08275E;
	border-right: 0.1875rem solid #08275E;
	content: "";
	height: 1rem;
	left: 50%;
	position: absolute;
	top: 42%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 0.5625rem;
}

.form__privacyLink {
	display: inline;
	text-decoration: underline;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.125rem;
}

.form__actions {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.form__back {
	background: #fff;
	border: 0.0625rem solid #08275E;
	border-radius: 100vmax;
	color: #08275E;
	cursor: pointer;
	display: none;
	font-size: 1.0625rem;
	font-weight: 500;
	height: 2.75rem;
	letter-spacing: 0.08em;
	width: 10rem;
}

.form.is-confirming .form__back {
	display: block;
	text-align: center;
}

.form__submit {
	background: linear-gradient(90deg, #b81710 0%, #ee3826 58%, #c51d13 100%);
	border-radius: 100vmax;
	box-shadow: 0px 0px 8px 0px rgba(44, 53, 64, 0.05);
	font-size: 1.1875rem;
	font-weight: 500;
	height: 2.75rem;
	letter-spacing: 0.16em;
	margin: 0;
	max-width: 13.75rem;
	padding-bottom: 0.125rem;
}

.form__submit::before {
	left: -52%;
	top: -70%;
}

.form__submit::after {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #fff;
	border: 0;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	height: 0.75rem;
	right: 1.25rem;
	transform: translateY(-50%);
	width: 0.375rem;
}

.form__submit:disabled {
	cursor: wait;
	opacity: 0.65;
}

.form__status {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.7;
	min-height: 1.7em;
	padding: 1.875rem 0 0.625rem;
	text-align: center;
	width: 100%;
}

.form__status.is-confirm {
	background: #B81711;
	color: #fff;
	margin: 1.25rem auto;
	min-height: 0;
	padding: 0.3125rem 0.3125rem 0.375rem;
	position: relative;
	width: min(100%, 32.5rem);
}

.form__status.is-confirm::after {
	border-color: #B81711 transparent transparent;
	border-style: solid;
	border-width: 0.75rem 0.5rem 0;
	bottom: -0.6875rem;
	content: "";
	height: 0;
	left: 67%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.form__status.is-success {
	color: #08275E;
}

.form__status.is-error {
	color: #c51d13;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv__main {
	background: #ddd;
	padding-block: 3.125rem 2.1875rem;
	position: relative;
}

.fv__bg {
	inset: 0;
	position: absolute;
	top: -7.3125rem;
	width: 100%;
}

.fv__bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.fv__inner {
	position: relative;
	z-index: 1;
}

.fv__ttlBlock {
	display: flex;
	flex-direction: column;
	gap: 2.375rem;
}

.fv__lead {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.2em;
}

.fv__leadAccent {
	color: #977c1f;
}

.fv__leadAccent span {
	position: relative;
}

.fv__leadAccent span::before {
	background-color: #b51f13;
	border-radius: 50%;
	content: "";
	height: 0.5rem;
	left: 45%;
	position: absolute;
	top: -0.625rem;
	transform: translateX(-50%);
	width: 0.5rem;
}

.fv__ttl {
	font-family: "Noto Serif JP", serif;
	font-size: 7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.fv__ttl small {
	font-size: 6rem;
}

.fv__ttl span {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.fv__ttl span::before {
	color: rgba(255, 255, 255, 0.9);
	content: attr(data-text);
	filter: blur(1.125rem);
	inset: 0;
	position: absolute;
	transform: scale(1.08);
	z-index: -1;
}

.fv__items {
	max-width: 44rem;
}

/* =========================================
	# BOTTOM
==========================================*/

.fv__label {
	align-items: center;
	background: #fff;
	box-shadow: 0px 0px 7.74px 1.26px rgba(0, 0, 0, 0.06);
	display: flex;
	gap: 1.25rem;
	margin-top: 3.4375rem;
	padding-block: 0.8125rem;
	position: relative;
	z-index: 1;
}

.fv__label:before,
.fv__label:after {
	background: #fff;
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	z-index: -1;
}

.fv__label:before {
	left: calc(50% - 50vw);
	right: 0;
}

.fv__label:after {
	left: 0;
	right: calc(50% - 50vw);
}

.fv__labelHead {
	border-right: 1px solid #08275E;
	max-width: 10.375rem;
	padding-right: 1.25rem;
}

.fv__labelList {
	display: flex;
	gap: 2.25rem;
}

.fv__labelItem {
	align-items: center;
	display: flex;
	gap: 1.1875rem;
}

.fv__labelBadge {
	max-width: 6.25rem;
}

.fv__labelContent {
	text-align: center;
}

.fv__labelNum {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.fv__labelTtl {
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3157894737;
	margin-top: 0.25rem;
}

.fv__labelTtl span {
	color: #ad1f16;
}

.fv__notes {
	margin-top: 1.5rem;
}

.fv__note {
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 1.4615384615;
}

/* =========================================
	# BOTTOM
==========================================*/

.fv__bottom {
	background: #fff;
	padding-block: 3rem 3.125rem;
	position: relative;
}

.fv__bottomInner {
	display: flex;
	flex-direction: column;
	gap: 1.9375rem;
	position: relative;
}

.fv__bottomLead {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 1rem;
	letter-spacing: 0.1em;
}

.fv__bottomLead::after {
	background: #08275E;
	content: "";
	display: block;
	height: 0.0625rem;
	max-width: 25.9375rem;
	width: 100%;
}

.fv__bottomTtl {
	max-width: 47.5rem;
}

.fv__bottomText {
	font-size: 1.9375rem;
	font-weight: 600;
	letter-spacing: normal;
}

.fv__bottomImg {
	bottom: -3.125rem;
	max-width: 18.1875rem;
	position: absolute;
	right: 0;
	width: 100%;
}

/*
 * information
 * -------------------------------------------------------------
 */

.information__inner {
	position: relative;
	z-index: 1;
}

.information__top {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 5rem;
	margin: 5rem auto 0;
	max-width: 50rem;
}

.information__banner {
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.information__banner img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.information__bannerText {
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.7;
	margin-top: 2rem;
	text-align: center;
}

.information__arrow {
	background: url(./../images/information_arrow.webp) no-repeat center/100%;
	height: 4.375rem;
	margin-inline: auto;
	width: 7.125rem;
}

.information__lead {
	font-family: "Noto Serif JP", serif;
	font-size: 2.8125rem;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
}

.information__presentHeadTtl {
	margin-inline: auto;
	max-width: 26.5rem;
}

.information__presentHeadtext {
	font-family: "Noto Serif JP", serif;
	font-size: 2.8125rem;
	font-weight: 700;
	line-height: 1.7;
	margin-top: 1.25rem;
	text-align: center;
}

.information__presentHeadtext small {
	font-size: 2rem;
}

.information__items {
	display: flex;
	flex-direction: column;
	gap: 5rem;
	margin-top: 5rem;
}

.information__item {
	align-items: center;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	gap: 4.375rem;
	padding: 5rem;
}

.information__itemHead {
	line-height: 1.7;
	text-align: center;
}

.information__itemTtl {
	font-family: "Noto Serif JP", serif;
	font-size: 2.8125rem;
	font-weight: 700;
}

.information__itemNote {
	line-height: 2;
	margin-top: 0.3125rem;
}

.information__img {
	max-width: 37.5rem;
}

.information__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.information__lists {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
	max-width: 45.125rem;
	width: 100%;
}

.information__list {
	align-items: center;
	display: flex;
	font-family: "Noto Serif JP", serif;
	font-size: 1.75rem;
	font-weight: 700;
	gap: 1rem;
	line-height: 2;
}

.information__list::before {
	background: url(./../images/intro_check.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 1.75rem;
	min-width: 1.75rem;
	position: relative;
	top: 0.0625rem;
}

.information__list span {
	flex: 1;
	text-align: right;
}

.information__itemLead {
	font-family: "Noto Serif JP", serif;
	font-size: 1.9375rem;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
}

.information__itemText {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
}

/*
 * intro
 * -------------------------------------------------------------
 */

.intro {
	background: url(./../images/intro_bg.webp) no-repeat top/100%;
	padding-top: 5rem;
	position: relative;
	z-index: 1;
}

.intro::after {
	-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
	background: #fff;
	bottom: -7.375rem;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	content: "";
	display: block;
	height: 7.5rem;
	left: 50%;
	min-width: 90rem;
	position: absolute;
	transform: translateX(-50%);
	width: 102%;
}

.intro__ttl {
	font-family: "Noto Serif JP", serif;
	font-size: 2.8125rem;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
}

.intro__body {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(4, 1fr);
	margin: 4rem auto 0;
	max-width: 53.125rem;
}

.intro__item {
	border-radius: 50%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.intro__item img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.intro__textBlock {
	display: flex;
	flex-direction: column;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	gap: 0.625rem;
	line-height: 1.7;
	margin-top: 4rem;
	text-align: center;
}

.intro__textMd {
	font-size: 2rem;
}

.intro__textMd small {
	font-size: 1.5rem;
}

.intro__textLg {
	font-size: 2.8125rem;
}

.intro__textSm {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-family: normal;
	font-size: 1.5rem;
	font-weight: 400;
	gap: 4rem;
	line-height: 2;
}

.intro__list {
	background: linear-gradient(0deg, rgba(167, 167, 167, 0.2), rgba(167, 167, 167, 0.2)), url("./../images/intro_list_bg.webp") no-repeat top/cover;
	border-radius: 2.5rem;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 4rem;
	padding: 5rem 3.75rem 5rem 3.875rem;
	position: relative;
}

.intro__list::after {
	background: url(./../images/intro_obj.webp) no-repeat center/100%;
	bottom: -9rem;
	content: "";
	display: block;
	height: 8rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 3rem;
}

.intro__listItem {
	align-items: center;
	display: flex;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 700;
	gap: 1rem;
	line-height: 1.7;
}

.intro__listItem::before {
	background: url(./../images/intro_check.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 2rem;
	min-width: 2rem;
}

.intro__stop {
	display: block;
	margin: 10.75rem auto 0;
	max-width: 7.75rem;
}

.intro__stopText {
	font-family: "Noto Serif JP", serif;
	font-size: 2.8125rem;
	font-weight: 700;
	margin-top: 2rem;
	text-align: center;
}

/*
 * presentSection
 * -------------------------------------------------------------
 */

.presentSection {
	background: url(./../images/present_bg.webp) no-repeat center/cover;
	padding-block: 5rem;
}

/*
 * price
 * -------------------------------------------------------------
 */

.price {
	background: #F5F8FF;
}

.price__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 5rem;
}

.price__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-inline: auto;
	max-width: 37.5rem;
	width: 100%;
}

.price__item {
	border: 1px solid #08275E;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	height: 3.75rem;
}

.price__listDt,
.price__listDd {
	align-items: center;
	display: flex;
	font-size: 1.375rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 2;
}

.price__listDt {
	background: #08275E;
	color: #fff;
}

.price__listDd small {
	display: inline-block;
	font-size: 1.125rem;
	position: relative;
	top: 0.0625rem;
}

.price__details {
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	max-width: 50rem;
	padding: 2.5rem;
	text-align: center;
	width: 100%;
}

.price__detailsLead {
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.7;
}

.price__exampleTtl {
	background: #08275E;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 700;
	gap: 0.375rem;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-top: 2.75rem;
	min-height: 5.5rem;
	padding: 0.75rem;
}

.price__exampleTtl span {
	font-family: "Domine", serif;
	font-size: 1.5rem;
	font-weight: 400;
	text-transform: uppercase;
}

.price__exampleCase {
	align-items: center;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	gap: 1.5rem;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1.7;
	margin-top: 3rem;
}

.price__exampleCase::before,
.price__exampleCase::after {
	background: #08275E;
	content: "";
	height: 1px;
	width: 6.25rem;
}

.price__calculation {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 3rem;
}

.price__rewardRate {
	font-size: 1.5rem;
	line-height: 2;
	text-align: center;
}

.price__oldAmount {
	align-items: baseline;
	display: flex;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.375rem;
	position: relative;
}

.price__oldAmount::after {
	background: #EB5D5D;
	content: "";
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	top: 60%;
	transform: translate(-50%, -50%);
	width: calc(100% + 1.625rem);
}

.price__oldAmount strong {
	font-size: 3.5rem;
}

.price__oldAmount span {
	font-size: 2rem;
}

.price__arrow {
	background: url(./../images/price_arrow.webp) no-repeat center/100%;
	display: block;
	height: 3.25rem;
	margin-top: 2rem;
	width: 4.6875rem;
}

.price__newAmount {
	align-items: baseline;
	display: flex;
	font-weight: 700;
	line-height: 1;
	margin-top: 1.5625rem;
}

.price__newAmount strong {
	font-size: 5rem;
}

.price__newAmount span {
	font-size: 2.5rem;
}

.price__detailsNote {
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 1.5rem;
}

/*
 * service
 * -------------------------------------------------------------
 */

.service {
	background: #f5f7fc url(./../images/service_bg.webp) no-repeat top/100% 23rem;
	padding-top: 7.8125rem;
}

.service__ttlGroup {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	line-height: 1.7;
	margin-inline: auto;
	max-width: 53.9375rem;
	position: relative;
	text-align: center;
	text-shadow: 0px 0px 4px #FFFFFF;
}

.service__ttlGroup::after {
	background: url(./../images/service_img1.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 18.4375rem;
	max-width: 11rem;
	position: absolute;
	right: 0;
	top: -3.1875rem;
	width: 100%;
}

.service__lead {
	font-size: 1.5rem;
}

.service__lead span {
	font-size: 2rem;
}

.service__ttl {
	font-size: 2.8125rem;
	margin-top: 1.25rem;
}

.service__ttlSp {
	display: none;
}

.service__body {
	margin-inline: auto;
	max-width: 37.5rem;
	padding-block: 10rem 5rem;
}

.service__info {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.service__info + .service__info {
	margin-top: 5rem;
}

.service__bodyTtl {
	background: #08275E;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 0.6875rem 3.875rem;
	text-align: center;
	transform: skew(-10deg);
}

.service__bodyTtl span {
	display: block;
	transform: skew(10deg);
}

.service__bodyText {
	font-size: 1.125rem;
	line-height: 2;
	margin-top: 1.5rem;
	text-align: center;
}

.service__list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(6, 1fr);
	margin-top: 1.5rem;
	width: 100%;
}

.service__item {
	border: 1px solid #08275E;
	display: grid;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
	min-height: 2.5625rem;
	padding-inline: 0.75rem;
	place-content: center;
	text-align: center;
}

.service__list--institutions .service__item {
	grid-column: span 2;
}

.service__list--institutions .service__item:nth-child(-n+2) {
	grid-column: span 3;
}

.service__list--funding .service__item {
	grid-column: span 3;
}

.service__list--funding .service__item:first-child {
	grid-column: 1/-1;
}

.service__bottom {
	margin-inline: auto;
	max-width: 50rem;
}

.service__bottom img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

/*
 * support
 * -------------------------------------------------------------
 */

.support {
	background: #F5F8FF;
	padding-block: 5rem;
}

.support__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 5rem;
}

.support__top {
	max-width: 33rem;
	position: relative;
	right: 3.75rem;
}

.support__img {
	max-width: 50rem;
}

.support__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

/*
 * warning
 * -------------------------------------------------------------
 */

.warning {
	background: url(./../images/warning_bg.webp) no-repeat top/cover;
	padding-block: 11.875rem 8rem;
	position: relative;
}

.warning__inner {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.warning__block {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.warning__text {
	font-size: 1.5rem;
	line-height: 2;
	text-align: center;
}

.warning__text--bold {
	font-weight: 500;
}

.warning__textAccent {
	color: #08275E;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.7;
	margin-right: 0.3125rem;
	margin-top: 0.9375rem;
}

.warning__textAccent span {
	background: #f0dd9a;
	display: inline-block;
	line-height: 1;
	padding-block: 0.0625rem 0.3125rem;
	position: relative;
}

.warning__textAccent span::before {
	background: #eb5d5d;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.4375rem;
	left: 50%;
	position: absolute;
	top: -0.9375rem;
	transform: translateX(-50%);
	width: 0.4375rem;
}

.warning__text--lg {
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 700;
}

.warning__imgs {
	display: flex;
	gap: 5rem;
	justify-content: center;
}

.warning__img {
	max-width: 22.5rem;
}

.warning__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.warning__textMarker {
	background: #f0dd9a;
	color: #08275E;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-right: 0.3125rem;
	margin-top: 0.625rem;
	padding-block: 0.0625rem 0.3125rem;
	text-align: center;
}

.warning__arrow {
	bottom: -5.625rem;
	left: 50%;
	max-width: 23.5rem;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.warning__arrow img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
	display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
	display: none;
}

@media (width >= 1025px) {

a[href^="tel:"] {
	pointer-events: none;
}

}

@media (prefers-reduced-motion: reduce) {

.c-btn:hover::before {
	animation: none;
}

.float__btn:hover::before {
	animation: none;
}

.nav__btn:hover::before {
	animation: none;
}

}

@media (max-width: 1100px) {

html {
	font-size: 1.45vw;
}

}

@media (max-width: 767px) {

html {
	font-size: 16px;
}

.footer {
	padding: 1.25rem;
}

.footer__inner {
	gap: 2.5rem;
}

.footer__link {
	font-size: 1rem;
}

.footer__copyright {
	font-size: 0.625rem;
	margin-top: 1.25rem;
}

.header {
	height: 10.67vw;
}

.header__inner {
	padding-inline: 4vw;
}

.header__logo {
	max-width: 8.267vw;
}

.l-bgFixed {
	background: none;
	overflow: hidden;
}

.l-bgFixed::before {
	background: url(./../images/sp/common_bg.webp) no-repeat top/cover;
	content: "";
	inset: 0;
	pointer-events: none;
	position: fixed;
	transform: translateZ(0);
	z-index: -1;
}

body.is-information-visible .l-bgFixed:not(.l-bgFixed--info)::before {
	content: none;
}

.l-bgFixed--info {
	background: none;
	overflow: hidden;
}

.l-bgFixed--info::before {
	background: url(./../images/sp/information_bg.webp) no-repeat top/cover;
	content: "";
	inset: 0;
	pointer-events: none;
	position: fixed;
	transform: translateZ(0);
	z-index: -1;
}

.l-inner {
	max-width: 33.75rem;
	padding-inline: 1.25rem;
}

.l-inner--sm {
	max-width: 33.75rem;
}

.l-main {
	padding-top: 10.67vw;
}

.l-section {
	padding-block: 4rem;
}

.burger {
	display: block;
}

.c-btn {
	border-radius: 0.8125rem;
	font-size: 1.125rem;
	height: 3.25rem;
	max-width: 20.9375rem;
}

.presentSection__inner {
	padding-inline: 2.5rem;
}

.c-present__badge {
	left: -1.25rem;
	max-width: 4.625rem;
	top: -1.875rem;
}

.c-present__img {
	left: -1.25rem;
	max-width: 8rem;
}

.c-secHeader__eng {
	font-size: 1.25rem;
}

.c-secHeader__ja {
	font-size: 1.5rem;
}

.float {
	height: auto;
	padding: 0.25rem 1.25rem 0.375rem;
}

.nav {
	-webkit-overflow-scrolling: touch;
	background: #fff;
	bottom: 0;
	box-shadow: 0px 1px 10px 0.1px rgba(112, 112, 112, 0.2);
	height: -moz-fit-content;
	height: fit-content;
	max-width: 36.875rem;
	opacity: 0;
	overflow-y: auto;
	padding: 4.1875rem 2.125rem 3.125rem;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.6s;
	visibility: hidden;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 10;
}

.nav__list {
	flex-direction: column;
	gap: 1.75rem;
}

.nav__item:not(:last-child) {
	border: 0;
}

.nav__contact {
	margin-left: 0;
}

.nav__btn {
	background-image: linear-gradient(0deg, rgb(224, 99, 108) 1%, rgb(210, 41, 33) 100%);
	border-radius: 0.5rem;
	height: 2.8125rem;
	max-width: 100%;
	z-index: 107;
}

.nav__btn::after {
	right: 0.9375rem;
}

.about {
	background: url(./../images/sp/about_bg.webp) no-repeat top/cover;
}

.about__body {
	gap: 2.5rem;
	padding: 2.5rem 1.25rem;
}

.about__img {
	max-width: 17.5rem;
}

.about__text {
	font-size: 0.875rem;
}

.achievement__inner {
	padding-inline: 2.5rem;
}

.achievement__cards {
	grid-template-columns: repeat(1, 1fr);
	margin-top: 4rem;
}

.achievement__category {
	bottom: 0.5625rem;
}

.achievement__body {
	padding: 1.25rem 1.25rem 2rem;
}

.achievement__detail {
	gap: 0.75rem;
}

.achievement__detailLabel {
	padding: 0.4375rem 2rem;
}

.contact__inner {
	padding-inline: 0.625rem;
}

.contact__subTtl {
	margin-top: 0.75rem;
	max-width: 18.75rem;
}

.contact__form {
	background: none;
	box-shadow: none;
	margin-top: 1.875rem;
	padding: 0;
}

.cta {
	background: url(./../images/sp/cta_bg.webp) no-repeat center/cover;
	padding-block: 2rem;
}

.cta__img {
	bottom: -1.875rem;
	left: -2.75rem;
	max-width: 11.25rem;
}

.cta__body {
	gap: 2rem;
	position: relative;
}

.cta__text {
	font-size: 0.875rem;
	padding: 0.125rem 1rem;
}

.cta__ttl {
	font-size: 1.25rem;
}

.cta__ttl span {
	font-size: 1.75rem;
	margin-top: 0.625rem;
}

.cta__note {
	font-size: 0.625rem;
	margin-top: -1.125rem;
}

.faq__list {
	margin-top: 4rem;
}

.faq__question {
	font-size: 1rem;
}

.faq__answer {
	font-size: 0.875rem;
	margin-top: 0.9375rem;
}

.faq__note {
	font-size: 0.625rem;
	margin-top: 2.5rem;
}

.flow__list {
	gap: 2.5rem;
}

.flow__list::before {
	background-repeat: repeat-y;
	height: 100%;
	left: 3.875rem;
	top: 0;
	width: 0.4375rem;
}

.flow__item {
	flex-direction: column;
	gap: 1rem;
	padding: 2.5rem 1.25rem;
}

.flow__ttl {
	font-size: 1.25rem;
}

.flow__text {
	font-size: 0.875rem;
}

.flow__img {
	max-width: 100%;
}

.flow__note {
	font-size: 0.625rem;
	margin-top: 2.5rem;
}

.focus__body {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.focus__secHeader {
	padding: 4rem 2.4375rem;
}

.focus__item {
	max-width: 100%;
	padding-bottom: 4rem;
	padding-inline: 1.25rem;
}

.focus__label {
	font-size: 1rem;
	height: auto;
}

.focus__ttlGroupe {
	flex-direction: column;
	gap: 0.625rem;
	margin-top: -1.25rem;
}

.focus__num {
	max-width: 3.125rem;
}

.focus__ttl {
	font-size: 1.25rem;
	text-align: center;
}

.focus__ttl span {
	font-size: 0.625rem;
}

.focus__text {
	font-size: 0.875rem;
}

.focus__text span {
	font-size: 0.875rem;
}

.focus__accordionBtn {
	font-size: 0.875rem;
	min-height: 3.625rem;
	padding: 1.0625rem;
}

.focus__accordionIcon {
	border-width: 1px;
	height: 0.5625rem;
	right: 1rem;
	width: 0.5625rem;
}

.focus__accordionContent {
	font-size: 0.875rem;
	gap: 1.5625rem;
	padding: 2.5rem 0.625rem;
}

.focus__accordionContent strong {
	font-weight: 400;
}

.focus__present {
	margin: 4.375rem auto 0;
	width: 100%;
}

.focus__lead {
	font-size: 1rem;
}

.focus__highlightText {
	font-size: 1.125rem;
}

.focus__note {
	font-size: 0.625rem;
	letter-spacing: 0.06em;
}

.form__fields {
	background: #fff;
	box-shadow: 0px 0px 8px 0px rgba(44, 53, 64, 0.18);
	gap: 1.6875rem;
	padding: 1.875rem 1rem 1.5rem;
}

.form__field {
	gap: 0.625rem;
	grid-template-columns: 1fr;
}

.form__head {
	align-items: center;
	gap: 1.875rem;
	grid-template-columns: 9.6875rem 1.375rem;
}

.form__label {
	font-size: 1rem;
	line-height: 1.1;
	text-align: left;
	width: 9.6875rem;
}

.form__label small {
	font-feature-settings: "palt";
	font-size: 1rem;
}

.form__badge {
	font-size: 0.875rem;
	height: 1.375rem;
	padding: 0 0.3125rem 0.125rem;
	width: 3rem;
}

.form__control {
	max-width: 100%;
}

.form__input,
.form__select,
.form__textarea {
	font-size: 1rem;
}

.form__input,
.form__select {
	padding: 0.1875rem 0.375rem 0.3125rem;
}

.form__input {
	height: 2.0625rem;
}

.form__select {
	font-size: 0.875rem;
	height: 2.5rem;
}

.form__textarea {
	min-height: 13.5rem;
}

.form__selectWrap::after {
	height: 0.5rem;
	right: 0.625rem;
	width: 0.5rem;
}

.form__input:focus-visible,
.form__select:focus-visible,
.form__textarea:focus-visible,
.form__checkbox:focus-visible + .form__checkboxIcon {
	outline: 0.125rem solid rgba(8, 39, 94, 0.2);
}

.form__privacy {
	display: flex;
	font-size: 0.9375rem;
	justify-content: center;
	line-height: 1.7;
	margin-top: 1.5rem;
}

.form__privacyControl {
	grid-gap: 0.75rem;
	align-items: center;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: 1.3125rem 1fr;
}

.form__privacyBadge--pc {
	display: none;
}

.form__privacyBadge--sp {
	display: inline-grid;
	font-size: 0.875rem;
	height: 1.375rem;
	min-width: 3rem;
	padding-inline: 0.4375rem;
	vertical-align: middle;
	width: auto;
}

.form__checkboxIcon {
	height: 1.3125rem;
	margin-top: 0.25rem;
	width: 1.3125rem;
}

.form__checkbox:checked + .form__checkboxIcon::after {
	border-width: 2px;
	height: 0.75rem;
	top: 40%;
	width: 0.375rem;
}

.form__privacyLink {
	display: block;
}

.form__privacyText {
	display: block;
}

.form__actions {
	flex-direction: column-reverse;
	gap: 0.75rem;
}

.form__back {
	width: 13.75rem;
}

.form__submit {
	border-radius: 100vmax;
	height: 2.75rem;
	max-width: 13.75rem;
}

.form__status {
	font-size: 0.875rem;
	line-height: 1.5;
	padding: 1.25rem 0 0.9375rem;
}

.form__statusLine {
	display: block;
}

.form__status.is-confirm {
	font-size: 0.875rem;
	line-height: 1.5;
	margin: 0.9375rem auto;
	width: min(100%, 17.5rem);
}

.form__status.is-confirm::after {
	border-width: 0.5625rem 0.4375rem 0;
	bottom: -0.5rem;
	left: 50%;
}

.fv {
	overflow: hidden;
}

.fv__main {
	padding-block: 5.6vw 2.13vw;
}

.fv__bg {
	top: -9.867vw;
}

.fv__inner {
	max-width: 100%;
	padding-inline: 2.67vw;
}

.fv__ttlBlock {
	gap: 3.2vw;
}

.fv__lead {
	font-size: 4.267vw;
	letter-spacing: 0.14em;
}

.fv__leadAccent span::before {
	height: 1.33vw;
	left: 40%;
	top: -1.33vw;
	width: 1.33vw;
}

.fv__ttl {
	font-size: 14.9vw;
	line-height: 1.1;
}

.fv__ttl small {
	font-size: 12.8vw;
}

.fv__text {
	margin-top: 0.533vw;
}

.fv__label {
	flex-direction: column;
	gap: 2.4vw;
	margin-top: 2.67vw;
	padding-block: 2.67vw 3.467vw;
}

.fv__labelHead {
	border: 0;
	max-width: 100%;
	padding-right: 0;
}

.fv__labelList {
	grid-gap: 8vw;
	display: grid;
	gap: 8vw;
	grid-template-columns: repeat(3, 1fr);
}

.fv__labelItem {
	flex-direction: column;
	gap: 1.067vw;
}

.fv__labelBadge {
	max-width: 16.133vw;
}

.fv__labelNum {
	display: none;
}

.fv__labelTtl {
	font-size: 3.2vw;
	line-height: 1.2;
	margin-top: 0;
}

.fv__notes {
	margin-top: 2.67vw;
}

.fv__note {
	font-size: 2.267vw;
	letter-spacing: 0.02em;
	line-height: 1.4705882353;
}

.fv__bottom {
	padding-block: 3.73vw 2.67vw;
}

.fv__bottomInner {
	gap: 2.27vw;
	max-width: 100%;
	padding-inline: 2.67vw;
}

.fv__bottomLead {
	font-size: 3.2vw;
	gap: 1.73vw;
}

.fv__bottomLead::after {
	height: 1px;
	max-width: 22.07vw;
}

.fv__bottomTtl {
	max-width: 72.4vw;
}

.fv__bottomText {
	font-size: 5.3vw;
	line-height: 1.25;
	padding-left: 5.6vw;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.fv__bottomText span {
	display: block;
	font-size: 5.6vw;
}

.fv__bottomImg {
	bottom: -3vw;
	max-width: 35vw;
}

.information__top {
	gap: 2.5rem;
	margin-top: 4rem;
}

.information__banner {
	filter: drop-shadow(0px 0px 4.1875px rgba(0, 0, 0, 0.3));
}

.information__bannerText {
	font-size: 1rem;
}

.information__arrow {
	height: 2.5625rem;
	width: 4.0625rem;
}

.information__lead {
	font-size: 1.25rem;
}

.information__presentHeadTtl {
	max-width: 15.75rem;
}

.information__presentHeadtext {
	font-size: 1.5rem;
}

.information__presentHeadtext small {
	font-size: 1.125rem;
}

.information__items {
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.information__item {
	gap: 2.1875rem;
	padding: 2.5rem 1.25rem;
}

.information__itemTtl {
	font-size: 1.5rem;
}

.information__itemNote {
	font-size: 0.625rem;
	margin-top: 0.375rem;
}

.information__img {
	max-width: 17.5rem;
}

.information__lists {
	gap: 0.5rem;
	max-width: 100%;
}

.information__list {
	flex-wrap: wrap;
	font-size: 1rem;
	line-height: 1.7;
}

.information__list::before {
	height: 0.875rem;
	min-width: 0.875rem;
}

.information__list span {
	display: block;
	flex: auto;
	width: 100%;
}

.information__itemLead {
	font-size: 1.125rem;
}

.information__itemText {
	font-size: 1rem;
	line-height: 2;
}

.intro {
	background: url(./../images/sp/intro_bg.webp) no-repeat top/100% #fff;
	padding-block: 4rem;
}

.intro::after {
	bottom: -1.875rem;
	height: 1.9375rem;
	min-width: auto;
}

.intro__ttl {
	font-size: 1.375rem;
}

.intro__body {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.5rem;
	max-width: 16.25rem;
}

.intro__item {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.intro__textBlock {
	margin-top: 2.5rem;
}

.intro__textMd {
	font-size: 1.125rem;
}

.intro__textMd small {
	font-size: 1rem;
}

.intro__textLg {
	font-size: 1.25rem;
}

.intro__textSm {
	font-size: 1rem;
	gap: 2.5rem;
}

.intro__list {
	background: linear-gradient(0deg, rgba(167, 167, 167, 0.2), rgba(167, 167, 167, 0.2)), url("./../images/sp/intro_list_bg.webp") no-repeat center/cover;
	border-radius: 0.625rem;
	margin-top: 2.5rem;
	padding: 3.125rem 1.25rem;
}

.intro__list::after {
	bottom: -4.5rem;
	height: 4rem;
	width: 1.5rem;
}

.intro__listItem {
	font-size: 1rem;
	gap: 0.5rem;
}

.intro__listItem::before {
	height: 0.875rem;
	min-width: 0.875rem;
	position: relative;
	top: 0.0625rem;
}

.intro__stop {
	margin-top: 6.25rem;
	max-width: 5.25rem;
}

.intro__stopText {
	font-size: 1.25rem;
	margin-top: 1rem;
}

.presentSection {
	background: url(./../images/sp/present_bg.webp) no-repeat center/cover;
	padding-block: 2.5rem;
}

.price__inner {
	gap: 4rem;
}

.price__list {
	gap: 1.25rem;
	max-width: 100%;
}

.price__item {
	height: 3.25rem;
}

.price__listDt,
.price__listDd {
	font-size: 1.125rem;
}

.price__listDd small {
	font-size: 0.875rem;
}

.price__details {
	max-width: 100%;
	padding: 1.25rem;
}

.price__detailsLead {
	font-size: 1rem;
}

.price__exampleTtl {
	font-size: 1.125rem;
	margin-top: 1.25rem;
	min-height: 3.3125rem;
	padding: 0.625rem;
}

.price__exampleTtl span {
	font-size: 0.875rem;
}

.price__exampleCase {
	font-size: 1rem;
	gap: 0.375rem;
	margin-top: 1.25rem;
}

.price__exampleCase::before,
.price__exampleCase::after {
	width: 1.25rem;
}

.price__calculation {
	margin-top: 1.25rem;
}

.price__rewardRate {
	font-size: 1rem;
}

.price__oldAmount::after {
	height: 0.125rem;
	width: calc(100% + 0.875rem);
}

.price__oldAmount strong {
	font-size: 2rem;
}

.price__oldAmount span {
	font-size: 1.125rem;
}

.price__arrow {
	height: 1.625rem;
	margin-top: 1.75rem;
	width: 2.375rem;
}

.price__newAmount {
	margin-top: 1.25rem;
}

.price__newAmount strong {
	font-size: 2.875rem;
}

.price__newAmount span {
	font-size: 1.4375rem;
}

.price__detailsNote {
	font-size: 0.875rem;
	margin-top: 0.75rem;
}

.service {
	background: #f5f7fc url(./../images/sp/service_bg.webp) no-repeat top/100% 25rem;
}

.service__top {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.service__ttlGroup {
	max-width: 22.9375rem;
	text-shadow: none;
	z-index: 1;
}

.service__ttlGroup::after {
	background: url(./../images/sp/service_img1.webp) no-repeat top/100%;
	height: 25rem;
	max-width: 11.875rem;
	right: -0.3125rem;
	top: -7.8125rem;
	z-index: -1;
}

.service__lead {
	display: none;
}

.service__ttl {
	display: none;
}

.service__ttlSp {
	display: block;
}

.service__body {
	max-width: 100%;
	padding-block: 10rem 4rem;
}

.service__info + .service__info {
	margin-top: 4rem;
}

.service__bodyTtl {
	font-size: 1.125rem;
	padding: 0.25rem 1.6875rem;
}

.service__bodyText {
	font-size: 0.875rem;
	margin-top: 1rem;
}

.service__list {
	gap: 0.5rem;
	margin-top: 1rem;
}

.service__item {
	font-size: 0.9375rem;
	font-weight: 500;
	min-height: 2.25rem;
	padding-inline: 0.3125rem;
}

.support {
	padding-block: 4rem;
}

.support__inner {
	gap: 4rem;
}

.support__top {
	max-width: 17.75rem;
	right: 1.5625rem;
}

.support__img {
	max-width: 100%;
}

.warning {
	background: url(./../images/sp/warning_bg.webp) no-repeat top/cover;
	padding-block: 5.375rem 3.125rem;
}

.warning__inner {
	gap: 2.375rem;
}

.warning__block {
	gap: 2.375rem;
}

.warning__text {
	font-size: 1rem;
	font-weight: 400;
}

.warning__textAccent {
	font-size: 1.375rem;
	margin-right: 0.125rem;
	margin-top: 0.75rem;
}

.warning__textAccent span {
	padding-block: 0.125rem 0.1875rem;
}

.warning__textAccent span::before {
	height: 0.25rem;
	top: -0.5625rem;
	width: 0.25rem;
}

.warning__text--lg {
	font-size: 1.375rem;
}

.warning__imgs {
	gap: 2.1875rem;
}

.warning__img {
	max-width: 9.375rem;
}

.warning__img--lg {
	max-width: 12.5rem;
}

.warning__textMarker {
	font-size: 1.375rem;
	margin-right: 0.125rem;
	margin-top: 0.625rem;
	padding-block: 0.0625rem 0.1875rem;
}

.warning__arrow {
	bottom: -3.4375rem;
	max-width: 10rem;
}

.u-pc {
	display: none;
}

.u-sp {
	display: block;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes shine {

17% {
	left: 120%;
}

100% {
	left: 120%;
}

}


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