.u-font__noto {
	font-family: "Noto Sans JP", sans-serif !important;
}

.u-font__rbt {
	font-family: "Oswald", sans-serif !important;
}

body {
	background: #ffffff;
	overflow-x: hidden;
	scroll-padding-top: calc(63px + 0.625rem);
	color: #333333;
	font-family: "Noto Sans", sans-serif;
}

a {
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #333333;
}

picture,
img {
	display: inline-block;
}

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

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	vertical-align: baseline;
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 100%;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	vertical-align: bottom;
	border: none;
}

body.is-checked {
	overflow: hidden;
}

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 80;
	background-color: #fff;
	width: 100vw;
	height: auto;
}

.l-header__overlay.is-checked {
	visibility: visible;
	opacity: 0.8;
}

.l-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.9375rem 3.25rem 0.9375rem 2.5rem;
}

.l-header__logo a {
	color: #002063;
	font-weight: 700;
	font-size: 2.0625rem;
	line-height: 1;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0em;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.l-header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.l-header__nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.3125rem;
}

.l-header__link a {
	color: #002063;
	font-weight: 700;
	font-size: 1rem;
	font-size: clamp(12px, 1rem, 1rem);
	line-height: 1.5;
	letter-spacing: 0em;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.l-header__open {
	display: none;
}

.l-header__open.is-checked .l-header__bar:nth-of-type(2) {
	display: none;
}

.l-header__open.is-checked .l-header__bar:nth-of-type(1) {
	top: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.l-header__open.is-checked .l-header__bar:nth-of-type(3) {
	top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.l-header__bar {
	position: absolute;
	top: 0;
	left: 0;
	background: #002063;
	width: 24px;
	height: 1px;
	-webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
	transition: top 0.3s linear, -webkit-transform 0.3s linear;
	transition: transform 0.3s linear, top 0.3s linear;
	transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
	border-radius: 2px;
}

.l-header__bar:nth-of-type(1) {
	top: 0;
}

.l-header__bar:nth-of-type(2) {
	top: 4px;
}

.l-header__bar:nth-of-type(3) {
	top: 8px;
}

.l-header__content {
	position: fixed;
	top: 3.75rem;
	right: 0;
	z-index: 50;
	background: #ffffff;
	padding: 1.25rem;
	width: 100%;
	height: 100vh;
	height: 100svh;
	-webkit-transition: -webkit-transform 0.3s linear;
	display: none;
	transition: -webkit-transform 0.3s linear;
	transition: transform 0.3s linear;
	transition: transform 0.3s linear, -webkit-transform 0.3s linear;
	overflow: auto;
}

.l-header__content-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-header__content-link a {
	display: block;
	border-bottom: 1px solid #e7e9ec;
	padding: 24px 12px;
	color: #002063;
	font-weight: 700;
	font-size: 0.875rem;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0em;
}

.l-header__content-button {
	margin-top: 40px;
	margin-inline: auto;
}

.l-header__content-button:nth-of-type(2) {
	margin-top: 12px;
}

.l-main {
	margin-top: 3.9375rem;
}

.l-inner {
	position: relative;
	margin: 0 auto;
	padding: 0 clamp(60px, 0.2535657686 * (100vw - 769px) + 60px, 220px);
	width: 100%;
	max-width: 1400px;
	height: inherit;
}

.l-footer {
	padding-top: 3.75rem;
	padding-bottom: 6.25rem;
	color: #002063;
	text-align: center;
}

.l-footer__logo {
	color: #002063;
	font-weight: 700;
	font-size: 2.0625rem;
	line-height: 1;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0em;
	text-align: center;
}

.l-footer__text {
	margin-top: 2rem;
	font-weight: 400;
	font-size: 1rem;
	font-size: clamp(14px, 1rem, 1rem);
	line-height: 1.75;
	letter-spacing: 0.032em;
}

.l-footer__copyright {
	display: block;
	margin-top: 3.75rem;
	font-weight: 400;
	font-size: 0.75rem;
	font-size: clamp(12px, 0.75rem, 0.75rem);
	line-height: 1.5;
	letter-spacing: 0.024em;
}

.l-footer__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	position: fixed;
	bottom: 0;
	left: 0;
	justify-content: center;
	gap: 0.75rem;
	z-index: 50;
	background: #f5f5f5;
	padding: 1.25rem 0;
	width: 100vw;
}

.l-section {
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
}

.l-sectioin--glay {
	background: #F5F5F5;
}

.l-sectioin--blue {
	background: #002063;
}

.c-button {
	display: block;
	position: relative;
	border-radius: 0.25rem;
	font-weight: 700;
	font-size: 1rem;
	font-size: clamp(12px, 1rem, 1rem);
	line-height: 1.5;
	letter-spacing: 0em;
	text-align: center;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	color: #ffffff;
}

.c-button::after {
	position: absolute;
	top: 50%;
	right: 0.375rem;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	width: 6px;
	height: 6px;
	content: "";
	-webkit-transform: rotate(-45deg) translate(0, -50%);
	transform: rotate(-45deg) translate(0, -50%);
	-webkit-transition: right 0.3s;
	transition: right 0.3s;
}

.c-button--xs {
	padding: 1.125rem 0;
	width: 9.75rem;
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 1.5;
	letter-spacing: 0.024em;
}

.c-button--s {
	padding: 0.625rem 0;
	width: 17rem;
}

.c-button--s::after {
	right: 1.25rem;
}

.c-button--m {
	padding: 0.875rem 0;
	width: 20rem;
}

.c-button--m::after {
	right: 1.625rem;
}

.c-button--l {
	padding: 0.9375rem 0;
	width: 20.75rem;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0em;
}

.c-button--l::after {
	right: 3rem;
}

.c-button__blue {
	background: #002063;
}

.c-button__green {
	background: #50ca39;
}

.c-heading {
	text-align: center;
}

.c-heading-en {
	position: relative;
	margin-inline: auto;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	color: #cd9622;
	font-weight: 600;
	font-size: 1.125rem;
	font-size: clamp(16px, 1.125rem, 1.125rem);
	line-height: 1;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.0018em;
}

.c-heading-en::before,
.c-heading-en::after {
	position: absolute;
	top: 50%;
	background-color: #cd9622;
	width: 4px;
	height: 4px;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
}

.c-heading-en::before {
	left: 0;
}

.c-heading-en::after {
	right: 0;
}

.c-heading-ja {
	margin-top: 1rem;
	color: #002063;
	font-weight: 700;
	font-size: 2rem;
	font-size: clamp(24px, 2rem, 2rem);
	line-height: 1.5;
	letter-spacing: 0.00064em;
}

.c-heading-ja--gold {
	color: #cd9622;
}

.c-heading-ja--big {
	padding-left: 0.5rem;
	font-weight: 600;
	font-size: 3.4375rem;
	line-height: 1;
	letter-spacing: 0em;
}

.c-heading-ja--white {
	color: #ffffff;
}

.p-fv {
	background-image: url(../../assets/img/bg-fv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	aspect-ratio: 1824/720;
	width: 100vw;
	height: 100vh;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-position-x: center;
	background-position-y: -5rem;
	padding: 0;
}

.p-fv__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	position: relative;
	top: 45%;
	align-items: center;
	padding-inline: clamp(40px, 6.25rem, 6.25rem);
	height: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-fv__contents {
	width: 31.6504375rem;
}

.p-fv__title {
	aspect-ratio: 442.183/148.51;
	width: 27.6364375rem;
	height: auto;
}

.p-fv__text {
	margin-top: 1.6875rem;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.25rem;
	font-size: clamp(16px, 1.25rem, 1.25rem);
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.p-fv__text span {
	color: #ECBF5F;
}

.p-fv__value-wrap--pc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.799375rem;
	margin-top: 3.125rem;
}

.p-fv__value-wrap--pc img:nth-of-type(1) {
	width: clamp(132px, 10.25rem, 10.25rem);
}

.p-fv__value-wrap--pc img:nth-of-type(2) {
	width: clamp(123px, 9.5rem, 9.5rem);
}

.p-fv__value-wrap--pc img:nth-of-type(3) {
	width: clamp(123px, 9.5rem, 9.5rem);
}

.p-fv__value-wrap--sp {
	display: none;
}

.p-fv__box-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.375rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.75rem;
}

.p-fv__box-wrap p {
	position: relative;
	border-radius: 0.25rem;
	background: #ffffff;
	padding: 0.375rem 1rem 0.375rem 2.125rem;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	color: #002063;
	font-weight: 700;
	font-size: 0.875rem;
	font-size: clamp(12px, 0.875rem, 0.875rem);
	line-height: 1.5;
	letter-spacing: 0.0028em;
}

.p-fv__box-wrap p::before {
	position: absolute;
	top: 50%;
	left: 1rem;
	border-radius: 50%;
	background: #002063;
	width: 0.5rem;
	height: 0.5rem;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-fv__wrap {
	border-radius: 0.25rem;
	background: #ffffff;
	padding: 2rem 1.5rem;
	-webkit-box-shadow: 0 0.1875rem 2.5rem 0 rgba(0, 32, 99, 0.05);
	box-shadow: 0 0.1875rem 2.5rem 0 rgba(0, 32, 99, 0.05);
	width: clamp(234px, 23.75rem, 23.75rem);
}

.p-fv__wrap-img {
	color: #002063;
	font-weight: 700;
	font-size: 2.0625rem;
	line-height: 1;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0em;
	text-align: center;
}

.p-fv__wrap-title {
	margin-top: 0.9375rem;
	font-weight: 400;
	font-size: 1.5rem;
	font-size: clamp(18px, 1.5rem, 1.5rem);
	line-height: 1.5;
	letter-spacing: 0.00048em;
	text-align: center;
}

.p-fv__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.5rem;
	border-radius: 0.25rem;
	background: #f2f8fe;
	padding: 1.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.5rem;
}

.p-fv__item {
	position: relative;
	padding-left: 1.5rem;
	color: #002063;
	font-weight: 700;
	font-size: 0.875rem;
	font-size: clamp(12px, 0.875rem, 0.875rem);
	line-height: 1.5;
	letter-spacing: 0.00028em;
}

.p-fv__item::before {
	position: absolute;
	top: 50%;
	left: 0;
	background: url(../../assets/img/icon/check.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 1rem;
	height: 1rem;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-fv__wrap-text {
	margin-top: 1rem;
	border-bottom: 1px solid #e7e9ec;
	padding-bottom: 1.5rem;
	font-weight: 500;
	font-size: 0.875rem;
	font-size: clamp(12px, 0.875rem, 0.875rem);
	line-height: 1.75;
	letter-spacing: 0.0028em;
}

.p-fv__btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.75rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.75rem;
}

.p-fv__btn {
	width: 100%;
}

.p-fv__btn::after {
	right: 2.8125rem;
}

.p-about {
	margin-top: -5rem;
}

.p-about__wrap-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5rem;
	margin-top: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-about__item-image {
	aspect-ratio: 441/287;
	width: clamp(305px, 27.5625rem, 27.5625rem);
	height: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.p-about__item-text {
	font-weight: 500;
	font-size: 1rem;
	font-size: clamp(12px, 1rem, 1rem);
	line-height: 1.75;
	letter-spacing: 0.00032em;
}

.p-about__wrap-bottom {
	margin-top: 6.25rem;
}

.p-about__wrap-text {
	position: relative;
	margin-inline: auto;
	padding-right: 3.625rem;
	padding-left: 3.625rem;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	color: #002063;
	font-weight: 700;
	font-size: 1.5rem;
	font-size: clamp(20px, 1.5rem, 1.5rem);
	line-height: 1.5;
	letter-spacing: 0.00048em;
	text-align: center;
}

.p-about__wrap-text::before,
.p-about__wrap-text::after {
	position: absolute;
	top: 50%;
	left: 0;
	background-image: url(../../assets/img/deco-about-text.png);
	width: 2.25rem;
	height: 0.625rem;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-about__wrap-text::after {
	right: 0;
	left: auto;
	-webkit-transform: translateY(-50%) rotateY(180deg);
	transform: translateY(-50%) rotateY(180deg);
}

.p-about__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2.5rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 1.5rem 1rem;
}

.p-about__content {
	border-radius: 2.125rem;
	background: #ffffff;
	padding: 1rem 2rem;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	color: #002063;
	font-weight: 700;
	font-size: 1rem;
	font-size: clamp(12px, 1rem, 1rem);
	line-height: 1.5;
	letter-spacing: 0.032em;
	-webkit-box-shadow: 0px 8px 30px rgba(0, 32, 99, 0.05);
	box-shadow: 0px 8px 30px rgba(0, 32, 99, 0.05);
	font-family: "Noto Sans JP", sans-serif;
}

.p-merit {
	padding-bottom: 4.6875rem;
}

.p-merit__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5rem;
}

.p-merit__heading--small {
	margin-top: 0;
}

.p-merit__heading-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.25rem;
}

.p-merit__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-merit__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0.9375rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-merit__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
	padding: 2rem 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-merit__item + .p-merit__item {
	border-top: 1px solid #344973;
}

.p-merit__item img {
	aspect-ratio: 303/205;
	width: clamp(230px, 18.9375rem, 18.9375rem);
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.p-merit__item-right {
	color: #ffffff;
}

.p-merit__item-right h3 {
	font-weight: 700;
	font-size: 1.5rem;
	font-size: clamp(17px, 1.5rem, 1.5rem);
	line-height: 1.5;
	letter-spacing: 0.0048em;
}

.p-merit__item-right h3 span {
	padding: 0 0.3125rem;
	font-weight: 600;
	font-size: 2rem;
	font-size: clamp(19px, 2rem, 2rem);
	line-height: 1;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.0064em;
}

.p-merit__item-right p {
	margin-top: 1rem;
	font-weight: 500;
	font-size: 1rem;
	font-size: clamp(12px, 1rem, 1rem);
	line-height: 1.75;
	letter-spacing: 0.0032em;
}

.p-record__cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 2.5rem;
}

.p-record__cards img {
	margin-inline: auto;
	aspect-ratio: 255/155;
	width: clamp(200px, 15.9375rem, 15.9375rem);
	height: auto;
}

.p-record__card-top,
.p-record__card-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 1.5rem;
}

.p-record__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #ffffff;
	padding: 2rem 1.5rem 1.5rem 1.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 2rem;
	border-bottom: 1px solid #e7e9ec;
}

.p-price__before {
	position: relative;
}

.p-price__before::after {
	position: absolute;
	top: 50%;
	right: clamp(-30px, -18px, -1.75rem);
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../../assets/img/icon/arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: clamp(20px, 1.5rem, 1.5rem);
	height: clamp(20px, 1.5rem, 1.5rem);
}

.p-price__before-top,
.p-price__after-top {
	color: #002063;
	font-weight: 600;
	font-size: 2.5rem;
	font-size: clamp(27px, 2.5rem, 2.5rem);
	line-height: 1;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0em;
	text-align: center;
}

.p-price__before-top span,
.p-price__after-top span {
	margin-left: 0.25rem;
	font-weight: 700;
	font-size: 1rem;
	font-size: clamp(12px, 1rem, 1rem);
	line-height: 1.15;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.p-price__before-bottom,
.p-price__after-bottom {
	margin-top: 0.5rem;
	border-radius: 0.25rem;
	background: #002063;
	padding: 0.25rem 0;
	width: clamp(90px, 7rem, 7rem);
	color: #ffffff;
	font-weight: 700;
	font-size: 0.875rem;
	font-size: clamp(12px, 0.875rem, 0.875rem);
	line-height: 1.2;
	letter-spacing: 0.00028em;
	text-align: center;
}

.p-price__before-bottom.--big,
.p-price__after-bottom.--big {
	display: grid;
	place-items: center;
	height: clamp(32px, 2.625rem, 2.625rem);
}

.p-price__after-top {
	color: #cd9622;
}

.p-price__after-bottom {
	background: #cd9622;
}

.p-record-tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 1rem;
	color: #002063;
	font-weight: 700;
	font-size: 0.875rem;
	font-size: clamp(12px, 0.875rem, 0.875rem);
	line-height: 1.5;
	letter-spacing: 0em;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.5rem 0.75rem;
	width: clamp(200px, 16rem, 16rem);
}

.p-record-tag.--bottom {
	width: clamp(210px, 16rem, 16rem);
}

.p-fq__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.75rem;
}

.accordion {
	position: relative;
}

.accordion-title {
	position: relative;
	position: relative;
	cursor: pointer;
	background-color: #ffffff;
	background-color: #F5F5F5;
	padding: 1.875rem 4.25rem 1.875rem clamp(70px, 5.25rem, 5.25rem);
	font-weight: bold;
	font-weight: 700;
	font-size: 1.125rem;
	font-size: clamp(16px, 1.125rem, 1.125rem);
	line-height: 1.5;
	letter-spacing: 0.02em;
	list-style: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.accordion-item + .accordion-item {
	margin-top: 0.75rem;
}

.accordion-content {
	display: none;
	padding: 1.375rem 2.0625rem 1rem 2.0625rem;
	font-weight: 500;
	font-size: 1rem;
	font-size: clamp(12px, 1rem, 1rem);
	line-height: 1.75;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.032em;
}

.accordion-title::before {
	position: absolute;
	top: 50%;
	left: 2rem;
	content: "Q";
	-webkit-transform: translateY(-50%);
	display: grid;
	place-items: center;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #cd9622;
	padding-bottom: 3px;
	width: 40px;
	height: 40px;
	color: #ffffff;
	font-weight: 600;
	font-size: 1.4375rem;
	font-size: clamp(20px, 1.4375rem, 1.4375rem);
	line-height: 1;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.00069em;
}

.accordion-title::after {
	position: absolute;
	top: 45%;
	right: 2.5625rem;
	content: "";
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	border-right: 3px solid #cd9622;
	border-bottom: 3px solid #cd9622;
	width: 12px;
	height: 12px;
	-webkit-transition: top 0.3s, -webkit-transform 0.3s ease-in;
	transition: top 0.3s, -webkit-transform 0.3s ease-in;
	transition: transform 0.3s ease-in, top 0.3s;
	transition: transform 0.3s ease-in, top 0.3s, -webkit-transform 0.3s ease-in;
}

.accordion-title.open::after {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.p-flow__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	position: relative;
	flex-direction: column;
	gap: 2.5rem;
}

.p-flow__contents::before {
	position: absolute;
	top: 0;
	left: clamp(40px, 3.125rem, 3.125rem);
	z-index: 5;
	background: #8890a0;
	width: 0.0625rem;
	height: clamp(320px, 32.5625rem, 32.5625rem);
	content: "";
}

.p-flow__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
	z-index: 10;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-flow__content-left {
	aspect-ratio: 100/100;
	width: clamp(80px, 6.25rem, 6.25rem);
	height: auto;
	-webkit-box-shadow: 0px 3px 40px 0px rgba(0, 32, 99, 0.05);
	box-shadow: 0px 3px 40px 0px rgba(0, 32, 99, 0.05);
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.p-flow__content-right {
	position: relative;
}

.p-flow__content-right-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.75rem;
}

.p-flow__content-right-title h3 {
	font-weight: 700;
	font-size: 1.375rem;
	font-size: clamp(20px, 1.375rem, 1.375rem);
	letter-spacing: 0.00044em;
}

.p-flow__label {
	border-radius: 0.25rem;
	background: #cd9622;
	padding: 0.375rem 0.75rem 0.25rem;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	color: #ffffff;
	font-weight: 700;
	font-size: 0.8125rem;
	font-size: clamp(12px, 0.8125rem, 0.8125rem);
	letter-spacing: 0.026em;
}

.p-flow__content-right-text {
	margin-top: 1.1875rem;
	font-weight: 400;
	font-size: 1rem;
	font-size: clamp(14px, 1rem, 1rem);
	line-height: 1.5;
	letter-spacing: 0.02em;
}

.p-contact {
	color: #ffffff;
	text-align: center;
}

.p-contact__logo {
	color: #ffffff;
	font-weight: 700;
	font-size: 2.0625rem;
	line-height: 1;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0em;
	text-align: center;
}

.p-contact__tile {
	margin-top: 1.5rem;
	font-weight: 700;
	font-size: 2rem;
	font-size: clamp(28px, 2rem, 2rem);
	line-height: 1.5;
	letter-spacing: 0.00064em;
}

.p-contact__text {
	margin-top: 3.75rem;
	font-weight: 500;
	font-size: 1rem;
	font-size: clamp(14px, 1rem, 1rem);
	line-height: 1.5;
	letter-spacing: 0.032em;
}

/* エラーメッセージの上部を消去 */

div.screen-reader-response {
	display: none;
}

.Form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
	margin-top: 2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-inline: 23.75rem;
}

.wpcf7-email {
	border: none;
	border: 2px solid transparent;
	border-radius: 0.25rem;
	background: #ffffff;
	padding: 0.875rem 0 0.875rem 1.125rem;
	width: 32.3125rem;
	height: clamp(40px, 3.25rem, 3.25rem);
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}

.wpcf7-email:focus-visible {
	outline: none;
	border: 2px solid #cd9622;
}

.wpcf7-email::-webkit-input-placeholder {
	color: #8890a0;
	font-weight: 400;
	font-size: 1rem;
	font-size: clamp(14px, 1rem, 1rem);
	line-height: 1.5;
	letter-spacing: 0em;
}

.wpcf7-email::-moz-placeholder {
	color: #8890a0;
	font-weight: 400;
	font-size: 1rem;
	font-size: clamp(14px, 1rem, 1rem);
	line-height: 1.5;
	letter-spacing: 0em;
}

.wpcf7-email:-ms-input-placeholder {
	color: #8890a0;
	font-weight: 400;
	font-size: 1rem;
	font-size: clamp(14px, 1rem, 1rem);
	line-height: 1.5;
	letter-spacing: 0em;
}

.wpcf7-email::-ms-input-placeholder {
	color: #8890a0;
	font-weight: 400;
	font-size: 1rem;
	font-size: clamp(14px, 1rem, 1rem);
	line-height: 1.5;
	letter-spacing: 0em;
}

.wpcf7-email::placeholder {
	color: #8890a0;
	font-weight: 400;
	font-size: 1rem;
	font-size: clamp(14px, 1rem, 1rem);
	line-height: 1.5;
	letter-spacing: 0em;
}

.wpcf7-submit {
	border: none;
	border-radius: 0.25rem;
	background: #cd9622;
	padding: 0.6875rem 2.1875rem;
	color: #ffffff;
	font-weight: 700;
	font-size: 1rem;
	font-size: clamp(14px, 1rem, 1rem);
	line-height: 1.5;
	letter-spacing: 0em;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	width: 7.125rem;
	height: clamp(40px, 3.25rem, 3.25rem);
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.wpcf7-response-output {
	display: none;
}

.u-animation__fadeInUp,
.u-animation__fadeInLeft,
.u-animation__fadeInRight,
.u-animation__fadeInLeftBig,
.u-animation__fadeInRightBig {
	opacity: 0;
}

/* フェードイン時に入るクラス */

.js-fadeInUp {
	-webkit-animation-name: fadeInUpContents;
	animation-name: fadeInUpContents;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.js-fadeInUp__delay--1s {
	-webkit-animation-name: fadeInUpContents;
	animation-name: fadeInUpContents;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.js-fadeInUp__delay--2s {
	-webkit-animation-name: fadeInUpContents;
	animation-name: fadeInUpContents;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.js-fadeInLeft {
	-webkit-animation-name: fadeInLeftContents;
	animation-name: fadeInLeftContents;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.js-fadeInLeft__delay--1s {
	-webkit-animation-name: fadeInLeftContents;
	animation-name: fadeInLeftContents;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.js-fadeInLeft__delay--2s {
	-webkit-animation-name: fadeInLeftContents;
	animation-name: fadeInLeftContents;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.js-fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBigContents;
	animation-name: fadeInLeftBigContents;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.js-fadeInLeftBig__delay--1s {
	-webkit-animation-name: fadeInLeftBigContents;
	animation-name: fadeInLeftBigContents;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.js-fadeInLeftBig__delay--2s {
	-webkit-animation-name: fadeInLeftBigContents;
	animation-name: fadeInLeftBigContents;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.js-fadeInRight {
	-webkit-animation-name: fadeInRightContents;
	animation-name: fadeInRightContents;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.js-fadeInRight__delay--1s {
	-webkit-animation-name: fadeInRightContents;
	animation-name: fadeInRightContents;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.js-fadeInRight__delay--2s {
	-webkit-animation-name: fadeInRightContents;
	animation-name: fadeInRightContents;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.js-fadeInRightBig {
	-webkit-animation-name: fadeInRightBigContents;
	animation-name: fadeInRightBigContents;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.js-fadeInRightBig__delay--1s {
	-webkit-animation-name: fadeInRightBigContents;
	animation-name: fadeInRightBigContents;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.js-fadeInRightBig__delay--2s {
	-webkit-animation-name: fadeInRightBigContents;
	animation-name: fadeInRightBigContents;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.u-sp {
	display: none;
}

.u-pc {
	display: none !important;
}

.u-center {
	text-align: center !important;
}

.u-left {
	text-align: left !important;
}

.u-right {
	text-align: right !important;
}

.u-pointer__none {
	pointer-events: none !important;
}

.u-nowrap {
	white-space: nowrap;
}

@media (hover: hover) {

a:hover {
	cursor: pointer;
}

.l-header__logo a:hover {
	opacity: 0.7;
}

.l-header__link a:hover {
	color: #cd9622;
}

.c-button__blue:hover {
	background: #334d82;
}

.c-button__green:hover {
	background: #73d561;
}

.accordion-title:hover {
	opacity: 0.7;
}

.wpcf7-email:hover {
	border: 2px solid #cd9622;
}

.wpcf7-submit:hover {
	background: #dcb564;
}

}

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

html {
	font-size: calc(1600 / 1400 * 1vw);
}

.js-fadeInUp__delay--1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.js-fadeInLeft__delay--1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.js-fadeInLeft__delay--2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.js-fadeInLeftBig__delay--1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.js-fadeInLeftBig__delay--2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.js-fadeInRight__delay--1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.js-fadeInRight__delay--2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.js-fadeInRightBig__delay--1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.js-fadeInRightBig__delay--2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.u-pc {
	display: block !important;
}

.u-center--pc {
	text-align: center !important;
}

.u-left--pc {
	text-align: left !important;
}

.u-right--pc {
	text-align: right !important;
}

.u-pointer__none--pc {
	pointer-events: none !important;
}

.u-nowrap--pc {
	white-space: nowrap;
}

}

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

.p-fv {
	aspect-ratio: 1824/1220;
	height: auto;
}

}

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

html {
	font-size: 2.5vw;
}

body {
	scroll-padding-top: calc(63px + 0.625rem);
}

.l-header__inner {
	padding: 10px 20px;
}

.l-header__logo a {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0em;
}

.l-header__nav {
	display: none;
}

.l-header__open {
	display: block;
	position: absolute;
	right: 1.25rem;
	z-index: 51;
	width: 24px;
	height: 10px;
}

.l-header__content {
	top: 37px;
	width: 65%;
}

.l-main {
	margin-top: 37px;
}

.l-inner {
	padding: 0 60px;
}

.l-footer {
	padding-top: 2.5rem;
}

.l-footer__logo {
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1;
	letter-spacing: 0em;
}

.l-footer__text {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.75;
	letter-spacing: 0.028em;
}

.l-footer__copyright {
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 1.5;
	letter-spacing: 0.024em;
}

.l-footer__buttons {
	gap: 0.5rem;
}

.l-footer__buttons a {
	padding-right: 0.625rem;
	width: 12.5rem;
	font-weight: 700;
	font-size: 0.75rem;
	font-size: clamp(12px, 0.75rem, 0.75rem);
	line-height: 1.5;
	letter-spacing: 0.024em;
}

.l-footer__buttons a::after {
	top: 46%;
	right: 0.625rem;
}

.l-section {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
}

.c-button {
	font-size: 16px;
}

.c-button--m {
	padding: 14px 0;
	width: 320px;
}

.c-button--m::after {
	right: 26px;
}

.c-heading-en {
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1;
	letter-spacing: 0.0014em;
}

.c-heading-ja {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.c-heading-ja--big {
	padding: 0;
	font-weight: 600;
	font-size: 2.75rem;
	line-height: 0;
	line-height: 0.7;
	letter-spacing: 0em;
}

.c-heading-ja--small {
	font-weight: 600;
	font-size: 1.1875rem;
	line-height: 1;
	letter-spacing: 0.0096em;
}

.p-fv {
	background-image: url(../../assets/img/sp-bg-fv.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: -10.625rem;
	padding-top: clamp(50px, 4.375rem, 4.375rem);
	padding-bottom: 0;
	aspect-ratio: 360/1039;
	height: 71.875rem;
}

.p-fv__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-fv__contents {
	margin-bottom: 4.625rem;
}

.p-fv__title {
	aspect-ratio: 200/67;
	width: 12.5rem;
}

.p-fv__text {
	margin-top: 1rem;
	font-weight: 700;
	font-size: 0.9375rem;
	line-height: 1.5;
	letter-spacing: 0.035em;
}

.p-fv__value-wrap--pc {
	display: none;
}

.p-fv__sp-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.25rem;
	background: #002063;
	padding: 2rem 3.75rem 2rem 3.75rem;
	width: 100vw;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2rem;
}

.p-fv__value-wrap--sp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0.799375rem;
}

.p-fv__value-wrap--sp img:nth-of-type(1) {
	width: 10.28125rem;
}

.p-fv__value-wrap--sp img:nth-of-type(2) {
	width: 9.53125rem;
}

.p-fv__value-wrap--sp img:nth-of-type(3) {
	width: 9.53125rem;
}

.p-fv__box-wrap {
	margin-top: 1.25rem;
}

.p-fv__wrap {
	margin-inline: auto;
	width: clamp(300px, 28.125rem, 450px);
}

.p-fv__wrap-img {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0em;
}

.p-fv__wrap-title {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.5;
	letter-spacing: 0.0004em;
}

.p-fv__list {
	margin-top: 1rem;
	padding: 1rem;
}

.p-fv__wrap-text {
	padding-bottom: 1rem;
	font-weight: 500;
	font-size: 0.75rem;
	line-height: 1.75;
	letter-spacing: 0.0024em;
}

.p-fv__btn-wrap {
	margin-top: 1rem;
	margin-inline: auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.p-fv__btn {
	width: 18.875rem;
}

.p-about {
	margin-top: -9.375rem;
	padding-top: 5rem;
}

.p-about__wrap-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2rem;
}

.p-about__item-image {
	width: 100%;
}

.p-about__item-text {
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.75;
	letter-spacing: 0.028em;
}

.p-about__wrap-bottom {
	margin-top: 3.75rem;
}

.p-about__wrap-text {
	padding: 0;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.5;
	letter-spacing: 0.00036em;
}

.p-about__wrap-text::before,
.p-about__wrap-text::after {
	display: none;
}

.p-about__contents {
	position: relative;
	gap: 0.75rem;
	margin-top: 1rem;
	padding-top: 3.25rem;
	padding-bottom: 3.25rem;
}

.p-about__contents::before,
.p-about__contents::after {
	position: absolute;
	top: 1rem;
	left: 50%;
	background-image: url(../../assets/img/deco-about-text.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 2.25rem;
	height: 0.625rem;
	content: "";
	-webkit-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
}

.p-about__contents::after {
	top: auto;
	bottom: 1rem;
	-webkit-transform: translateX(-50%) rotate(-90deg);
	transform: translateX(-50%) rotate(-90deg);
}

.p-about__content {
	padding: 0.75rem 1.5rem;
	width: 100%;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1.5;
	letter-spacing: 0.028em;
}

.p-merit {
	padding-bottom: 2.625rem;
}

.p-merit__heading {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-merit__wrap {
	margin-top: 1.4375rem;
}

.p-merit__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.5rem;
	padding: 1.8125rem 0 2.1875rem;
}

.p-merit__item img {
	width: 100%;
}

.p-merit__item-right h3 {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.5;
	letter-spacing: 0.0036em;
}

.p-merit__item-right h3 span {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.0048em;
}

.p-merit__item-right p {
	margin-top: 0.75rem;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.75;
	letter-spacing: 0.0028em;
}

.p-record__cards {
	gap: 1.5rem;
}

.p-record__cards img {
	width: 100%;
}

.p-record__card-top,
.p-record__card-bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-record__card {
	margin-inline: auto;
	width: clamp(300px, 28.125rem, 450px);
}

.p-price__before-bottom,
.p-price__after-bottom {
	width: 7.5rem;
}

.p-fq__container {
	gap: 0.625rem;
	margin-top: 3.125rem;
}

.accordion-title {
	padding: 0.875rem 2.5rem 1.0625rem 3.1875rem;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1.3928571429;
	letter-spacing: 0.026em;
}

.accordion-content {
	padding: 1.375rem 1rem 1rem 1rem;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.75;
	letter-spacing: 0.00028em;
}

.accordion-title::before {
	top: 0.625rem;
	left: 0.75rem;
	width: 1.75rem;
	height: 1.75rem;
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1;
	letter-spacing: 0.00054em;
	-webkit-transform: none;
	transform: none;
}

.accordion-title::after {
	top: 1.1875rem;
	right: 1rem;
	width: 0.5625rem;
	height: 0.5625rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.accordion-title.open::after {
	top: 1.3125rem;
}

.p-flow__contents {
	gap: 2.1875rem;
	margin-top: 2.625rem;
}

.p-flow__contents::before {
	left: 2.1875rem;
	height: 21.875rem;
}

.p-flow__content {
	gap: 1rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.p-flow__content-left {
	aspect-ratio: 70/70;
	width: 4.375rem;
}

.p-flow__content-right {
	top: 0.5rem;
}

.p-flow__content-right-title h3 {
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.00032em;
}

.p-flow__label {
	padding: 0.3125rem 0.5rem 0.25rem;
	font-weight: 700;
	font-size: 0.75rem;
	letter-spacing: 0.024em;
}

.p-flow__content-right-text {
	margin-top: 0.5rem;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.5;
	letter-spacing: 0.028em;
}

.p-contact__logo {
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1;
	letter-spacing: 0em;
}

.p-contact__tile {
	margin-top: 1rem;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.00048em;
}

.p-contact__text {
	margin-top: 2.5rem;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.5;
	letter-spacing: 0.00028em;
	text-align: left;
}

.Form {
	margin-top: 1.4375rem;
	padding-inline: 1.25rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2rem;
	padding-inline: 0rem;
}

.wpcf7-email {
	width: 100%;
}

.wpcf7-submit {
	display: block;
	margin-inline: auto;
	padding: 0.625rem 2.5rem;
	height: 2.75rem;
}

.js-fadeInUp__delay--2s {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.js-fadeInLeft {
	-webkit-animation-name: fadeInUpContents;
	animation-name: fadeInUpContents;
}

.js-fadeInLeft__delay--1s {
	-webkit-animation-name: fadeInUpContents;
	animation-name: fadeInUpContents;
}

.js-fadeInLeft__delay--2s {
	-webkit-animation-name: fadeInUpContents;
	animation-name: fadeInUpContents;
}

.js-fadeInLeftBig {
	-webkit-animation-name: fadeInUpContents;
	animation-name: fadeInUpContents;
}

.js-fadeInLeftBig__delay--1s {
	-webkit-animation-name: fadeInUpContents;
	animation-name: fadeInUpContents;
}

.js-fadeInLeftBig__delay--2s {
	-webkit-animation-name: fadeInUpContents;
	animation-name: fadeInUpContents;
}

.js-fadeInRight {
	-webkit-animation-name: fadeInUpContents;
	animation-name: fadeInUpContents;
}

.js-fadeInRight__delay--1s {
	-webkit-animation-name: fadeInUpContents;
	animation-name: fadeInUpContents;
}

.js-fadeInRight__delay--2s {
	-webkit-animation-name: fadeInUpContents;
	animation-name: fadeInUpContents;
}

.js-fadeInRightBig {
	-webkit-animation-name: fadeInUpContents;
	animation-name: fadeInUpContents;
}

.js-fadeInRightBig__delay--1s {
	-webkit-animation-name: fadeInUpContents;
	animation-name: fadeInUpContents;
}

.js-fadeInRightBig__delay--2s {
	-webkit-animation-name: fadeInUpContents;
	animation-name: fadeInUpContents;
}

.u-sp {
	display: block !important;
}

.u-center--sp {
	text-align: center !important;
}

.u-left--sp {
	text-align: left !important;
}

.u-right--sp {
	text-align: right !important;
}

.u-pointer__none--sp {
	pointer-events: none !important;
}

.u-nowrap--sp {
	white-space: nowrap;
}

}

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

.l-header__content {
	width: 100%;
}

}

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

html {
	font-size: 4.4444444444vw;
}

.l-inner {
	padding: 0 1.25rem;
	width: 100%;
	max-width: 100%;
}

.l-footer__buttons a {
	width: 9.75rem;
}

.p-fv {
	background-position-y: -1.875rem;
	height: 73.8125rem;
}

.p-fv__contents {
	margin-bottom: 0;
	width: 100%;
}

.p-fv__sp-bottom {
	margin-left: -1.25rem;
	padding: 2rem 1.25rem 2rem 2.5rem;
	width: calc(100vw + 1.25rem);
}

.p-fv__box-wrap {
	margin-top: 3.75rem;
}

.p-fv__wrap {
	padding: 1.625rem;
	width: 100%;
}

.p-fv__btn-wrap {
	margin: 0;
	width: 100%;
}

.p-fv__btn {
	padding: 0.9375rem 0;
	width: 100%;
}

.p-fv__btn::after {
	right: 1.875rem;
}

.p-merit__item img {
	aspect-ratio: 317/215;
	width: 19.8125rem;
}

.p-record__cards img {
	aspect-ratio: 275/159;
	width: 17.1875rem;
}

.p-record__card {
	width: 100%;
}

.accordion-title::after {
	top: 1.125rem;
}

.accordion-title.open::after {
	top: 1.375rem;
}

.p-flow__contents::before {
	height: 26.5rem;
}

}

@-webkit-keyframes fadeInUpContents {

0% {
	opacity: 0;
	-webkit-transform: translateY(3);
	transform: translateY(3);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes fadeInUpContents {

0% {
	opacity: 0;
	-webkit-transform: translateY(3);
	transform: translateY(3);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes fadeInLeftContents {

0% {
	opacity: 0;
	-webkit-transform: translateX(-1.25rem);
	transform: translateX(-1.25rem);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes fadeInLeftContents {

0% {
	opacity: 0;
	-webkit-transform: translateX(-1.25rem);
	transform: translateX(-1.25rem);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes fadeInRightContents {

0% {
	opacity: 0;
	-webkit-transform: translateX(1.25rem);
	transform: translateX(1.25rem);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes fadeInRightContents {

0% {
	opacity: 0;
	-webkit-transform: translateX(1.25rem);
	transform: translateX(1.25rem);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes fadeInLeftBigContents {

0% {
	opacity: 0;
	-webkit-transform: translateX(-62.5rem);
	transform: translateX(-62.5rem);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes fadeInLeftBigContents {

0% {
	opacity: 0;
	-webkit-transform: translateX(-62.5rem);
	transform: translateX(-62.5rem);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes fadeInRightBigContents {

0% {
	opacity: 0;
	-webkit-transform: translateX(62.5rem);
	transform: translateX(62.5rem);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes fadeInRightBigContents {

0% {
	opacity: 0;
	-webkit-transform: translateX(62.5rem);
	transform: translateX(62.5rem);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

