:root {
	--timer-index: 10;
	--text-shadow-gray: rgba(49, 49, 49, 0.5);
	--font-serif: "Noto Serif JP", serif;
	--font-sans: "Noto Sans JP", sans-serif;
}

:root.scrolled {
	--timer-index: 100;
}

*,
*::before,
*::after {
	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 {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

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 {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

html {
	font-size: 16px;
}

body {
	font-family: var(--font-sans);
	font-size: 16px;
	font-weight: 400;
}

.bg {
	background: url("../img/bg.webp") center center/cover no-repeat;
	height: 100vh;
	inset: 0;
	position: fixed;
	z-index: -1;
}

.main {
	margin-inline: auto;
	max-width: 1002px;
	min-height: 100vh;
}

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

picture,
img,
a,
span {
	display: inline-block;
}

video,
svg {
	height: 100%;
	width: 100%;
}

img {
	height: auto;
	width: 100%;
}

button {
	background: transparent;
	background: none;
	border: none;
	color: inherit;
	font: inherit;
}

input,
textarea,
select {
	font: inherit;
}

a {
	transition: opacity 0.3s;
}

/* ===== アニメーション用 ===== */

@property --g-angle {
	syntax: "<angle>";
	inherits: false;
	initial-value: 180deg;
}

@property --g-position-0 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 0.01%;
}

@property --g-position-1 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%;
}

@property --g-position-2 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%;
}

@property --g-position-3 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%;
}

@property --g-position-4 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%;
}

@property --g-position-5 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%;
}

@property --g-position-6 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%;
}

@property --g-position-7 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%;
}

@property --g-position-8 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%;
}

@property --g-position-9 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%;
}

@property --g-position-10 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%;
}

@property --g-position-11 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%;
}

@property --g-color-0 {
	syntax: "<color>";
	inherits: false;
	initial-value: transparent;
}

@property --g-color-1 {
	syntax: "<color>";
	inherits: false;
	initial-value: transparent;
}

@property --g-color-2 {
	syntax: "<color>";
	inherits: false;
	initial-value: transparent;
}

@property --g-color-3 {
	syntax: "<color>";
	inherits: false;
	initial-value: transparent;
}

@property --g-color-4 {
	syntax: "<color>";
	inherits: false;
	initial-value: transparent;
}

@property --g-color-5 {
	syntax: "<color>";
	inherits: false;
	initial-value: transparent;
}

@property --g-color-6 {
	syntax: "<color>";
	inherits: false;
	initial-value: transparent;
}

@property --g-color-7 {
	syntax: "<color>";
	inherits: false;
	initial-value: transparent;
}

@property --g-color-8 {
	syntax: "<color>";
	inherits: false;
	initial-value: transparent;
}

@property --g-color-9 {
	syntax: "<color>";
	inherits: false;
	initial-value: transparent;
}

@property --g-color-10 {
	syntax: "<color>";
	inherits: false;
	initial-value: transparent;
}

@property --g-color-11 {
	syntax: "<color>";
	inherits: false;
	initial-value: transparent;
}

.l-fixed-button {
	bottom: 1.25rem;
	left: calc(50% - 11.25rem);
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 0.3s, translate 0.3s;
	translate: 0 0.625rem;
	z-index: 80;
}

.l-fixed-button.is-show {
	opacity: 1;
	pointer-events: auto;
	translate: 0 0;
}

.l-inner {
	padding-inline: 1.0625rem;
}

.l-lower-fv {
	background: url("../img/lower_bg.webp") center center/cover no-repeat;
	height: 12.5rem;
}

.l-lower-inner {
	margin-inline: auto;
	padding-inline: 1.25rem;
}

.l-section {
	background: #fff;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
	margin-inline: auto;
	max-width: 460px;
}

.c_cta-button {
	align-items: center;
	display: flex;
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
	flex-direction: column;
	overflow: hidden;
	position: relative;
	transition: opacity 0.3s;
	transition-property: all, --g-angle, --g-color-0, --g-position-0, --g-color-1, --g-position-1, --g-color-2, --g-position-2, --g-color-3, --g-position-3, --g-color-4, --g-position-4, --g-color-5, --g-position-5, --g-color-6, --g-position-6, --g-color-7, --g-position-7, --g-color-8, --g-position-8, --g-color-9, --g-position-9, --g-color-10, --g-position-10, --g-color-11, --g-position-11;
}

.c_cta-button.c_cta-button--line {
	padding-block-start: 0.75rem;
}

.c_cta-button::after {
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-name: shiny;
	animation-timing-function: ease-in-out;
	background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 40%);
	content: "";
	height: 50px;
	left: -100px;
	position: absolute;
	top: -100px;
	width: 50px;
	z-index: 20;
}

.c_cta-button__sub {
	background: #fff;
	border: 1.5px solid #0b8aef;
	border-radius: 100vmax;
	box-shadow: 0 5px 7.9px -3px rgba(14, 109, 232, 0.3);
	color: #238af9;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	padding-block-end: 0.3125rem;
	padding-block-start: 0.3125rem;
	padding-inline: 1.5625rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 2;
}

.c_cta-button__sub.c_cta-button__sub--large {
	font-size: 1.25rem;
	letter-spacing: 0.03em;
	padding-block-start: 0.375rem;
	padding-inline: 2.1875rem;
	text-align: center;
}

.c_cta-button__sub.c_cta-button__sub--line {
	font-size: 1.25rem;
	letter-spacing: 0.02em;
	padding-block-end: 0.3125rem;
	padding-block-start: 0.375rem;
	padding-inline-start: 3.75rem;
	position: relative;
}

.c_cta-button__sub.c_cta-button__sub--line .small {
	font-size: 1rem;
}

.c_cta-button__sub.c_cta-button__sub--line::before {
	aspect-ratio: 1;
	background: url("../img/icon_line.webp") center center/contain no-repeat;
	bottom: 0.25rem;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	content: "";
	left: 1rem;
	position: absolute;
	width: 2.5rem;
}

.c_cta-button__main {
	background: linear-gradient(0deg, #006eed 0%, #2ebdfe 100%);
	border: 3px solid #fff;
	border-radius: 100vmax;
	box-shadow: 0 0 16.2px 2px rgba(15, 108, 208, 0.5) inset;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-block-start: -1.0625rem;
	min-height: 4.375rem;
	padding-block-end: 1.25rem;
	padding-block-start: 1.6875rem;
	padding-inline: 3.875rem;
	position: relative;
	text-shadow: 0 0 5.8px rgba(13, 111, 233, 0.7);
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.c_cta-button__main::after {
	aspect-ratio: 1;
	background: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: "";
	position: absolute;
	right: 0.875rem;
	top: 55%;
	translate: 0 -50%;
	width: 0.9375rem;
}

.c_cta-button__main.c_cat-button__main--large {
	font-size: 1.4375rem;
	letter-spacing: 0.05em;
	margin-block-start: -1.25rem;
	padding-block-end: 1.5625rem;
	padding-block-start: 2.1875rem;
	padding-inline: 2.5rem;
	text-align: center;
	width: 100%;
}

.c_cta-button__main.c_cat-button__main--large::after {
	right: 0.9375rem;
	width: 1.0625rem;
}

.c-lower-title {
	-o-border-image: linear-gradient(180deg, #1b86f9 0%, #e1517c 100%) 1;
	border-image: linear-gradient(180deg, #1b86f9 0%, #e1517c 100%) 1;
	border-left: 5px solid;
	color: #252525;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-block: 0.25rem 0.375rem;
	padding-inline-start: 1.25rem;
}

.p-about {
	padding-block-end: 1.4375rem;
}

.p-about__top {
	background: url("../img/about_bg.webp") center center/cover no-repeat;
	padding-block-end: 2.9375rem;
}

.p-about_text {
	color: #232426;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.7;
	margin-block-start: -0.8125rem;
	text-align: center;
}

.p-about__list {
	display: grid;
	margin-block-start: 2rem;
	row-gap: 0.875rem;
}

.p-about__item {
	padding-block-end: 1.75rem;
	padding-block-start: 2.9375rem;
	padding-inline-start: 11.375rem;
}

.p-about__item:nth-of-type(even) {
	padding-inline-start: 1.25rem;
}

.p-about__item--1 {
	background: url("../img/about_item_1.webp") center center/cover no-repeat;
}

.p-about__item--2 {
	background: url("../img/about_item_2.webp") center center/cover no-repeat;
	padding-block-end: 1.625rem;
	padding-block-start: 2.375rem;
}

.p-about__item--3 {
	background: url("../img/about_item_3.webp") center center/cover no-repeat;
	padding-block-end: 1.625rem;
	padding-block-start: 2.375rem;
}

.p-about__item-title {
	display: grid;
	row-gap: 0.3125rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-about__item-title span {
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.p-about__item-title-bg {
	background: #fff;
	box-shadow: 0 10px 21px rgba(133, 99, 137, 0.6);
	padding-block: 0.375rem;
	padding-inline: 0.75rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-about__item-text {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.7;
	margin-block-start: 0.5625rem;
}

.p-about__point {
	margin-block-start: 1.875rem;
	padding-inline: 0.9375rem;
}

.p-about__bottom {
	background: url("../img/about_2.webp") center center/cover no-repeat;
	padding-block-end: 1.625rem;
	padding-block-start: 1.8125rem;
}

.p-about__bottom-title {
	padding-inline: 2.5rem;
}

.p-about__bottom-title-2 {
	margin-block-start: 5.5rem;
	padding-inline: 2.375rem;
}

.p-about__bottom-text {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.7;
	margin-block-start: 0.1875rem;
	text-align: center;
}

.p-about__bottom-list {
	display: grid;
	margin-block-start: 1.75rem;
	padding-inline: 0.9375rem;
	row-gap: 1rem;
}

.p-about__bottom-item {
	-moz-column-gap: 2rem;
	align-items: center;
	background: linear-gradient(to right, #238af9, #e1517c);
	border-radius: 30px 0 30px 0;
	box-shadow: 0 5px 11.5px rgba(140, 122, 145, 0.6);
	column-gap: 2rem;
	display: grid;
	grid-template-columns: auto auto 1fr;
	min-height: 6.75rem;
	padding-block: 0.625rem;
	padding-inline-end: 0.625rem;
	padding-inline-start: 1.625rem;
}

.p-about__bottom-item-num img {
	width: 3.875rem;
}

.p-about__bottom-item-img img {
	width: 5rem;
}

.p-about__bottom-item-text {
	color: #fff;
	font-size: 1.4375rem;
	letter-spacing: -0.01em;
	line-height: 1.4;
	margin-inline-start: -0.5625rem;
	text-shadow: 0 0 4px rgba(158, 122, 188, 0.06), 0 0 9px rgba(158, 122, 188, 0.05), 0 0 14px rgba(158, 122, 188, 0.04);
}

.p-about__bottom-button {
	margin-block-start: 2.5rem;
	padding-inline: 0.9375rem;
}

.p-banner {
	display: none;
}

.p-banner_top {
	max-width: 362px;
}

.p-banner_top-record img {
	width: 22.625rem;
}

.p-banner_top-title {
	color: #3d444c;
	font-size: 1.25rem;
	font-weight: 700;
	margin-block-start: 0.375rem;
	position: relative;
	text-align: center;
}

.p-banner_top-title .bg-gradation {
	background: linear-gradient(90deg, #066bd7 0%, #e1517c 91%);
	color: #fff;
	font-size: 1.6875rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin-block-start: 0.75rem;
	padding-block: 0.5625rem;
	padding-inline: 0.875rem;
}

.p-banner_top-title::after {
	background: url("../img/reason_arrow.webp") center center/contain no-repeat;
	bottom: -2.1875rem;
	content: "";
	height: 1.125rem;
	left: 50%;
	position: absolute;
	translate: -50% 0;
	width: 4.5rem;
}

.p-banner_top-title-deco {
	text-align: left;
}

.p-banner_top-title-deco img {
	width: 9.375rem;
}

.p-banner_top-title-text-gradation {
	font-size: 1.4375rem;
	margin-block-start: 0.8125rem;
	white-space: nowrap;
}

.p-banner_top-title--large {
	font-size: 2.125rem;
}

.p-banner_top-banner {
	margin-block-start: 3rem;
}

.p-banner_top-banner img {
	box-shadow: 0 7px 15px 0 rgba(77, 77, 77, 0.5);
}

.p-dream {
	background: url("../img/dream_bg.webp") center center/cover no-repeat;
	padding-block-end: 4.8125rem;
	padding-block-start: 3.4375rem;
}

.p-dream_title {
	padding-inline-start: 0.8125rem;
	position: relative;
}

.p-dream_title img {
	width: 24.6875rem;
}

.p-dream_title::after {
	background: url("../img/dream.webp") center center/contain no-repeat;
	bottom: -0.125rem;
	content: "";
	height: 5rem;
	position: absolute;
	right: 0.0625rem;
	width: 10.6875rem;
}

.p-dream__swiper-container {
	margin-block-start: 1.5625rem;
}

.p-dream__swiper-wrapper {
	transition-timing-function: linear;
}

.p-dream__swiper-slide {
	border: 2.5px solid #fff;
	box-shadow: 0 3px 9px rgba(108, 74, 134, 0.7);
	height: 8.5rem;
	width: 11.96875rem;
}

.p-dream__swiper-slide img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-dream__swiper--reverse {
	margin-block-start: 0.375rem;
}

.p-exit-popup {
	background: rgba(0, 0, 0, 0.6);
	display: none;
	inset: 0;
	position: fixed;
	z-index: 9999;
}

.p-exit-popup.is-show {
	display: block;
}

/* モーダル枠 */

.p-exit-popup__content {
	background: #fff;
	height: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(100%, 21.5625rem);
}

/* 閉じるボタン */

.p-exit-popup__close {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	right: 12px;
	top: 12px;
}

/* 背景クリックで閉じる */

.p-exit-popup__overlay {
	inset: 0;
	position: absolute;
}

.p-faq {
	background: linear-gradient(to bottom, #de537e 0%, #4c73d6 100%);
	padding-block-end: 3.75rem;
	padding-block-start: 3.75rem;
}

.p-faq-title {
	color: #fff;
	font-size: 1.6875rem;
	font-weight: 700;
	position: relative;
	text-align: center;
}

.p-faq-title::after {
	background: url("../img/faq_title.webp") center center/contain no-repeat;
	content: "";
	height: 3.5rem;
	left: 49%;
	position: absolute;
	top: 59%;
	translate: -50% -50%;
	width: 12.5rem;
}

.p-faq__list {
	display: grid;
	margin-block-start: 3.625rem;
	row-gap: 1.25rem;
}

.p-faq__item {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 3px 10px rgba(140, 122, 145, 0.5);
	display: grid;
	padding-block: 1.5625rem;
	padding-inline: 0.9375rem;
	row-gap: 0.9375rem;
}

.p-faq__item-q {
	-moz-column-gap: 2.75rem;
	align-items: center;
	column-gap: 2.75rem;
	display: flex;
}

.p-faq__item-q--2,
.p-faq__item-q--3,
.p-faq__item-q--4 {
	-moz-column-gap: 2.125rem;
	column-gap: 2.125rem;
}

.p-faq__item-q--2 .p-faq__item-q-icon img,
.p-faq__item-q--3 .p-faq__item-q-icon img,
.p-faq__item-q--4 .p-faq__item-q-icon img {
	width: 3.75rem;
}

.p-faq__item-q--2 .p-faq__item-q-icon::after,
.p-faq__item-q--3 .p-faq__item-q-icon::after,
.p-faq__item-q--4 .p-faq__item-q-icon::after {
	right: -1.0625rem;
}

.p-faq__item-q-icon {
	position: relative;
}

.p-faq__item-q-icon img {
	width: 3.125rem;
}

.p-faq__item-q-icon::after {
	background: url("../img/faq_dot.webp") center center/contain no-repeat;
	content: "";
	height: 2.1875rem;
	position: absolute;
	right: -1.75rem;
	top: 0.125rem;
	width: 0.15625rem;
}

.p-faq__item-q-text {
	color: #282828;
	font-size: 1.1875rem;
	font-weight: 500;
	line-height: 1.2;
}

.p-faq__item-text {
	color: #282828;
	font-size: 0.9375rem;
	line-height: 1.7;
}

.p-fv {
	margin-block-start: -3.8125rem;
	position: relative;
}

.p-fv-img {
	position: relative;
	z-index: 11;
}

.p-fv__button {
	bottom: 2.375rem;
	left: 50%;
	max-width: 436px;
	position: absolute;
	translate: -50% 0;
	width: 100%;
	z-index: 12;
}

.p-links {
	padding-block: 2.5rem 3.75rem;
}

.p-links__inner {
	-moz-column-gap: 3.125rem;
	align-items: center;
	column-gap: 3.125rem;
	display: flex;
	justify-content: center;
}

.p-links-link {
	color: rgba(0, 0, 0, 0.4);
	font-size: 0.75rem;
	font-style: normal;
	letter-spacing: 0.05em;
	line-height: normal;
	transition: opacity 0.3s;
}

.p-links-link:first-child {
	position: relative;
}

.p-links-link:first-child::after {
	background: rgba(0, 0, 0, 0.25);
	content: "";
	height: 0.9375rem;
	position: absolute;
	right: -1.5625rem;
	top: 50%;
	translate: 0 -50%;
	width: 0.0625rem;
}

.p-privacy {
	padding-block: 5.125rem 12.5rem;
}

.p-privacy__info {
	color: #000;
	font-size: 15px;
	line-height: 1.8;
	margin-block-start: 1.4375rem;
}

.p-privacy__list {
	display: grid;
	margin-block-start: 2.5rem;
	row-gap: 2.5rem;
}

.p-privacy__item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	display: grid;
	padding-block-end: 1.6875rem;
	row-gap: 0.625rem;
}

.p-privacy__item-title {
	color: #000;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: normal;
}

.p-privacy__item-text {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.8;
}

.p-privacy__item-list {
	margin-block-start: 1.25rem;
}

.p-privacy__item-list-item {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.8;
}

.p-privacy__item-boxes {
	display: grid;
	margin-block-start: 2.5rem;
	row-gap: 1.875rem;
}

.p-privacy__item-box {
	display: grid;
	row-gap: 0.3125rem;
}

.p-privacy__item-box-title {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.8;
}

.p-privacy__item-box-text {
	color: #000;
	font-size: 15px;
	line-height: 1.8;
}

.p-reason {
	background: url("../img/reason_bg.webp") center center/cover no-repeat;
	padding-block-end: 3.125rem;
}

.p-reason__top {
	background: url("../img/reason.webp") center center/cover no-repeat;
	padding-block-end: 4.5rem;
	padding-block-start: 2.5rem;
}

.p-reason__top-title {
	color: #fff;
	font-size: 1.4025rem;
	font-weight: 700;
	letter-spacing: 0.01683em;
	text-align: center;
	text-shadow: 0 0 18px var(--text-shadow-gray);
}

.p-reason__top-title span {
	padding-inline-start: 0.6875rem;
}

.p-reason__top-title img {
	margin-block-start: 0.25rem;
	width: 23.75rem;
}

.p-reason__top-title-sub {
	color: #fff;
	font-size: 1.1570625rem;
	font-weight: 500;
	letter-spacing: 0.004em;
	margin-block-start: 1.0625rem;
	padding-inline-start: 0.375rem;
	text-align: center;
}

.p-reason__top-text {
	color: #fff;
	font-size: 1.051875rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	margin-block-start: 3.3125rem;
	text-align: center;
	text-shadow: 0 0 18px var(--text-shadow-gray);
}

.p-reason__top-text2 {
	color: #fff;
	font-size: 1.893375rem;
	font-weight: 700;
	margin-block-start: 0.75rem;
	padding-inline-start: 1rem;
	position: relative;
	text-align: center;
	text-shadow: 0 0 18px var(--text-shadow-gray);
}

.p-reason__top-text2::after {
	background: url("../img/reason_line.webp") center center/cover no-repeat;
	bottom: -0.8125rem;
	content: "";
	height: 0.15625rem;
	left: 50%;
	position: absolute;
	translate: -50% 0;
	width: 21.125rem;
}

.p-reason__top-text3 {
	color: #fff;
	font-size: 1.121875rem;
	letter-spacing: 0.01em;
	margin-block-start: 2.125rem;
	text-shadow: 0 0 18px var(--text-shadow-gray);
}

.p-reason__top-list {
	display: grid;
	margin-block-start: 1.25rem;
	row-gap: 0.75rem;
}

.p-reason__top-item {
	color: #fff;
	font-size: 1.121875rem;
	letter-spacing: 0.02em;
	line-height: 1.5;
	padding-inline-start: 2.1875rem;
	position: relative;
	text-shadow: 0 0 18px var(--text-shadow-gray);
}

.p-reason__top-item::before {
	background: url("../img/icon_check.webp") center center/contain no-repeat;
	content: "";
	height: 1.43625rem;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 1.5425rem;
}

.p-reason__top-text4 {
	color: #fff;
	filter: drop-shadow(0px 0px 21.32px rgb(0, 0, 0));
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin-block-start: 1.5625rem;
	padding-inline-start: 0.625rem;
	text-align: center;
}

.p-reason__top-text4--large {
	font-size: 1.625rem;
}

.p-reason__top-text5 {
	background: #ffffff;
	color: #242527;
	filter: drop-shadow(0px 0px 10.1px rgba(0, 0, 0, 0.28));
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-block-start: 1.75rem;
	margin-inline: auto;
	padding-block-end: 0.4375rem;
	padding-block-start: 0.3125rem;
	text-align: center;
	width: 22.6875rem;
}

.p-reason__top-text5--large {
	font-size: 1.75rem;
	margin-inline-start: 0.1875rem;
}

.p-reason__bottom {
	margin-block-start: 1.6875rem;
}

.p-reason__bottom-container {
	background: rgba(255, 255, 255, 0.75);
	filter: drop-shadow(0px 1.12px 28.56px rgba(137, 135, 159, 0.24));
	padding-block-end: 2.5rem;
	padding-block-start: 1.9375rem;
	padding-inline: 0.6875rem;
	position: relative;
}

.p-reason__bottom-container::before,
.p-reason__bottom-container::after {
	background: linear-gradient(90deg, #bc843e 0%, #fceaa5 50%, #bc8531 100%);
	content: "";
	height: 0.75rem;
	left: 50%;
	position: absolute;
	translate: -50% 0;
	width: 100%;
}

.p-reason__bottom-container::before {
	top: -0.75rem;
}

.p-reason__bottom-container::after {
	bottom: -0.75rem;
}

.p-reason__bottom-record {
	text-align: center;
}

.p-reason__bottom-record img {
	width: 24.8125rem;
}

.p-reason__bottom-title {
	color: #3d444c;
	font-size: 1.4375rem;
	font-weight: 700;
	margin-block-start: 0.375rem;
	position: relative;
	text-align: center;
}

.p-reason__bottom-title .bg-gradation {
	background: linear-gradient(90deg, #066bd7 0%, #e1517c 91%);
	color: #fff;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin-block-start: 0.75rem;
	padding-block: 0.5625rem;
	padding-inline: 0.875rem;
}

.p-reason__bottom-title::after {
	background: url("../img/reason_arrow.webp") center center/contain no-repeat;
	bottom: -2.1875rem;
	content: "";
	height: 1.125rem;
	left: 50%;
	position: absolute;
	translate: -50% 0;
	width: 4.5rem;
}

.p-reason__bottom-title-deco {
	text-align: left;
}

.p-reason__bottom-title-deco img {
	width: 9.375rem;
}

.p-reason__bottom-title-text-gradation {
	font-size: 1.625rem;
	margin-block-start: 0.8125rem;
	white-space: nowrap;
}

.p-reason__bottom-title--large {
	font-size: 2.375rem;
}

.p-reason__bottom-banner {
	margin-block-start: 3rem;
	padding-inline: 0.9375rem;
	text-align: center;
}

.p-reason__bottom-banner img {
	box-shadow: 0 7px 15px 0 rgba(77, 77, 77, 0.5);
	height: auto;
}

.p-reason__bottom-gift {
	display: grid;
	margin-block-start: 2.4375rem;
	row-gap: 1.875rem;
}

.p-reason__bottom-gift-title {
	background: linear-gradient(90deg, #dc537f 0%, #f48aac 100%);
	color: #fff;
	font-size: 1.2625rem;
	padding-block-end: 0.3125rem;
	padding-block-start: 0.25rem;
	text-align: center;
}

.p-reason__bottom-gift-text {
	color: #3d444c;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-block-start: 1.0625rem;
	text-align: center;
}

.p-reason__bottom-gift-text--large {
	font-size: 1.84375rem;
	letter-spacing: 0.04em;
	margin-block-start: 0.625rem;
}

.p-reason__bottom-gift-text--medium {
	font-size: 1.375rem;
	letter-spacing: -0.01em;
	margin-block-start: 0.625rem;
	padding-inline-start: 0.375rem;
}

.p-reason__bottom-gift-img {
	margin-block-start: 1.125rem;
	text-align: center;
}

.p-reason__bottom-gift-img img {
	height: auto;
}

.p-reason__bottom-gift-img--1 {
	padding-inline: 2.125rem;
}

.p-reason__bottom-gift-img--1 img {
	box-shadow: 0 5px 12px 0 rgba(77, 77, 77, 0.5);
}

.p-reason__bottom-gift-img--2 {
	padding-inline: 1.25rem;
}

.p-reason__bottom-arrow {
	background: url("../img/reason_arrow_2.webp") center center/contain no-repeat;
	height: 5rem;
	margin-block-start: 2.5rem;
	margin-inline: auto;
	width: 13.125rem;
}

.p-reason__bottom-button {
	margin-block-start: 0.3125rem;
	padding-inline: 0.9375rem;
}

.p-recommend {
	background: url(../img/recommend_bg.webp) 60% 30.5%/128% auto no-repeat;
}

.p-recommend__message {
	margin-block-start: 1.125rem;
	text-align: center;
}

.p-recommend__message-text {
	color: #232426;
	font-family: var(--font-serif);
	font-size: 1.5625rem;
	font-weight: 600;
	letter-spacing: -0.01em;
	position: relative;
}

.p-recommend__message-text::before {
	background: url("../img/recommend_hukidashi.webp") center center/contain no-repeat;
	content: "";
	height: 2.6875rem;
	left: 2.1875rem;
	position: absolute;
	top: -3.0625rem;
	width: 6.375rem;
}

.p-recommend__message-text-dot {
	font-family: var(--font-sans);
}

.p-recommend__message-title {
	color: #232426;
	font-family: var(--font-serif);
	font-size: 2.1875rem;
	font-weight: 600;
	margin-block-start: 1.125rem;
	position: relative;
	z-index: 2;
}

.p-recommend__message-title img {
	margin-block-start: 0.625rem;
	margin-inline-start: 0.5rem;
	width: 22.1875rem;
}

.p-recommend__message-title::after {
	background: url("../img/recommend_title_bg.webp") center center/contain no-repeat;
	bottom: -2.25rem;
	content: "";
	height: 4.375rem;
	left: 50%;
	position: absolute;
	translate: -50% 0;
	width: 23.125rem;
	z-index: -1;
}

.p-recommend__message-img {
	margin-block-start: 1.125rem;
	padding-inline: 0.3125rem;
	position: relative;
	z-index: 2;
}

.p-recommend__change {
	margin-block-start: -5.75rem;
}

.p-recommend__bottom {
	background: url("../img/recommend_bg_2.webp") center center/cover no-repeat;
	margin-block-start: -2.8125rem;
	padding-block-end: 4.375rem;
	padding-block-start: 3.9375rem;
}

.p-recommend__bottom-img {
	text-align: center;
}

.p-recommend__bottom-img img {
	width: 21.9375rem;
}

.p-recommend__bottom-arrow {
	background: url("../img/recommend_arrow.webp") center center/contain no-repeat;
	height: 4.0625rem;
	margin-block-start: 1.625rem;
	margin-inline: auto;
	width: 7.5rem;
}

.p-recommend__bottom-text {
	color: #232426;
	font-size: 1.5625rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	margin-block-start: 1.6875rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-recommend__bottom-text .bg-gradation {
	background: linear-gradient(90deg, #238af9 0%, #e1517c 100%);
	color: #fff;
	font-size: 1.875rem;
	letter-spacing: 0.03em;
	margin-block-start: 0.875rem;
	margin-inline-end: 0.4375rem;
	padding-block: 0.6875rem;
	padding-inline: 0.9375rem;
}

.p-recommend__bottom-text .p-recommend__bottom-text--large {
	font-size: 2.34375rem;
	letter-spacing: 0.03em;
	margin-block-start: 1.375rem;
	margin-inline-start: 0.75rem;
}

.p-recommend__bottom-text::after {
	background: url("../img/recommend_title_bg_2.webp") center center/contain no-repeat;
	bottom: -2.0625rem;
	content: "";
	height: 3.125rem;
	left: 50%;
	position: absolute;
	translate: -50% 0;
	width: 21.25rem;
	z-index: -1;
}

.p-recommend__bottom-button {
	margin-block-start: 3.75rem;
	padding-inline: 0.9375rem;
}

.p-recommend__bottom-button .p-recommend__bottom-button-sub {
	padding-inline: 1.375rem;
}

.p-staff {
	background: url("../img/staff_bg.webp") center center/cover no-repeat;
	overflow: clip;
	padding-block-end: 3.3125rem;
}

.p-staff__inner {
	padding-inline: 1.5rem;
}

.p-staff__title {
	background: url("../img/staff_top_bg.webp") center center/cover no-repeat;
	color: #fff;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding-block: 2rem;
	text-align: center;
}

.p-staff__title span {
	translate: 0 -1rem;
}

.p-staff__meta {
	margin-block-start: 17.3125rem;
}

.p-staff__meta-role {
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.12em;
}

.p-staff__meta-name {
	color: #fff;
	font-size: 1.625rem;
	margin-block-start: 0.625rem;
}

.p-staff__message {
	display: flex;
	flex-direction: column;
	margin-block-start: 2.4375rem;
	padding-inline-start: 0.3125rem;
	row-gap: 0.5625rem;
}

.p-staff__message-text {
	background: #fff;
	box-shadow: 0 0 12px rgba(127, 63, 131, 0.2);
	color: #282828;
	font-size: 1rem;
	letter-spacing: 0.03em;
	padding-block: 0.25rem;
	padding-inline-end: 0.625rem;
	padding-inline-start: 0.3125rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-staff__career {
	margin-block-start: -0.375rem;
}

.p-staff__career-title {
	text-align: center;
}

.p-staff__career-title img {
	width: 10.625rem;
}

.p-staff__career-list {
	display: grid;
	margin-block-start: -0.75rem;
	padding-inline: 0.4375rem;
	row-gap: 0.9375rem;
}

.p-staff__career-item {
	background: #fff;
	box-shadow: 0 5px 5px rgba(140, 122, 145, 0.6);
	padding-block: 0.625rem;
}

.p-staff__career-item-text {
	color: #282828;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}

.p-staff__career-item-text span {
	font-size: 1.5rem;
	font-weight: 700;
}

.p-timer {
	background: linear-gradient(90deg, #eb4556 0%, #f96170 50%, #eb4556 100%);
	max-width: 460px;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: var(--timer-index);
}

.p-timer__inner {
	-moz-column-gap: 0.3125rem;
	align-items: center;
	column-gap: 0.3125rem;
	display: flex;
	justify-content: space-between;
	padding-block: 0.78125rem;
	padding-inline-end: 1.5625rem;
	padding-inline-start: 0.9375rem;
}

.p-timer__text {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.p-timer__boxes {
	-moz-column-gap: 1.5625rem;
	align-items: center;
	column-gap: 1.5625rem;
	display: flex;
}

.p-timer__box {
	-moz-column-gap: 0.25rem;
	align-items: center;
	column-gap: 0.25rem;
	display: flex;
	position: relative;
}

.p-timer__box::after {
	bottom: 0.125rem;
	color: white;
	content: "";
	font-size: 0.5625rem;
	position: absolute;
	right: -0.875rem;
}

.p-timer__box--day::after {
	content: "日";
}

.p-timer__box--hour::after {
	content: "時間";
	right: -1.25rem;
}

.p-timer__box--min::after {
	content: "分";
}

.p-timer__box--sec::after {
	content: "秒";
}

.p-timer__box-box {
	background: #fff;
	display: grid;
	height: 2.28125rem;
	place-items: center;
	width: 1.46875rem;
}

.p-timer__box-box span {
	font-size: 1rem;
	font-weight: 500;
}

.p-tokushoho {
	padding-block: 5rem 10rem;
}

.p-tokushoho__list {
	display: grid;
	margin-block-start: 2.5rem;
	row-gap: 1.25rem;
}

.p-tokushoho__item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	display: grid;
	padding-block-end: 1.25rem;
	row-gap: 0.3125rem;
}

.p-tokushoho__item-title {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: normal;
}

.p-tokushoho__item-text {
	color: #000;
	font-size: 1rem;
	line-height: 1.8;
}

.p-voice-top {
	background: url("../img/voice_bg.webp") center center/cover no-repeat;
	padding-block-end: 0.625rem;
	padding-block-start: 2.5rem;
}

.p-voice__info {
	background: linear-gradient(to right, #4c73d6, #de537e);
	border-radius: 100vmax;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	margin-inline: auto;
	padding-block: 0.6875rem;
	padding-inline: 1.875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-voice__title {
	font-size: 1.6875rem;
	font-weight: 700;
	margin-block-start: 2.6875rem;
	position: relative;
	text-align: center;
}

.p-voice__title::after {
	background: url("../img/voice_title.webp") center center/contain no-repeat;
	content: "";
	height: 3.125rem;
	left: 48%;
	position: absolute;
	top: -0.9375rem;
	translate: -50% 0;
	width: 11.5625rem;
}

.p-voice__swiper-container {
	margin-block-start: 1.25rem;
}

.p-voice__swiper-wrapper {
	padding-block: 1.25rem;
	transition-timing-function: linear;
}

.p-voice__swiper-slide {
	box-shadow: 0px 9px 9px rgba(14, 5, 10, 0.14);
	width: 18.75rem;
}

.p-voice__card-img {
	height: 11.25rem;
	position: relative;
	width: 100%;
}

.p-voice__card-img img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-voice__card-name {
	background: #e1517c;
	bottom: 0;
	color: #fff;
	font-size: 0.875rem;
	left: 0;
	letter-spacing: -0.12em;
	padding-block: 0.25rem;
	padding-inline-end: 0.5rem;
	padding-inline-start: 1rem;
	position: absolute;
}

.p-voice__card-body {
	padding-block-end: 1.5625rem;
	padding-block-start: 1.25rem;
}

.p-voice__card-title {
	color: #242527;
	font-size: 0.8125rem;
	text-align: center;
}

.p-voice__card-message {
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: 1.5;
	margin-block-start: 0.75rem;
	text-align: center;
}

.p-voice__card-text {
	color: #242527;
	font-size: 0.8125rem;
	line-height: 1.7;
	margin-block-start: 0.6875rem;
	min-height: 6.75rem;
	padding-inline: 1.4375rem;
}

.p-voice__story {
	position: relative;
}

.p-voice__story::after {
	background: url("../img/voice_arrow.webp") center center/contain no-repeat;
	bottom: -3.1875rem;
	content: "";
	height: 4.0625rem;
	left: 50%;
	position: absolute;
	translate: -50% 0;
	width: 11.875rem;
}

.p-voice__banner {
	display: block;
	padding-block: 3.75rem;
}

.p-voice__banner-img {
	overflow: hidden;
	padding-block-end: 1.25rem;
	position: relative;
	text-align: center;
	transition-property: all, --g-angle, --g-color-0, --g-position-0, --g-color-1, --g-position-1, --g-color-2, --g-position-2, --g-color-3, --g-position-3, --g-color-4, --g-position-4, --g-color-5, --g-position-5, --g-color-6, --g-position-6, --g-color-7, --g-position-7, --g-color-8, --g-position-8, --g-color-9, --g-position-9, --g-color-10, --g-position-10, --g-color-11, --g-position-11;
}

.p-voice__banner-img img {
	box-shadow: 0 7px 15px 0 rgba(77, 77, 77, 0.5);
	width: 20.3125rem;
}

.p-voice__banner-img::after {
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-name: shiny;
	animation-timing-function: ease-in-out;
	background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 40%);
	content: "";
	height: 50px;
	left: -100px;
	position: absolute;
	top: -100px;
	width: 50px;
	z-index: 20;
}

.p-voice__banner-button {
	background: linear-gradient(0deg, #29b2fb 0%, #0677ee 100%);
	border: 1.556px solid #fff;
	border-radius: 100vmax;
	bottom: 1.875rem;
	box-shadow: 0 0 8.401px 1.037px rgba(15, 108, 208, 0.5) inset;
	color: #fff;
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 700;
	left: 4.8125rem;
	letter-spacing: 0.05em;
	padding-block-end: 1rem;
	padding-block-start: 0.9375rem;
	padding-inline-end: 2.8125rem;
	padding-inline-start: 2.5rem;
	position: absolute;
}

.p-voice__banner-button::after {
	aspect-ratio: 1;
	background: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: "";
	position: absolute;
	right: 0.75rem;
	top: 50%;
	translate: 0 -50%;
	width: 0.5625rem;
}

.u-color-yellow {
	color: #fbe14c;
}

.u-color-yellow-2 {
	color: #ffe031;
}

.u-color-pink {
	color: #ffd9e4;
}

.u-color-blue {
	color: #4077db;
}

.u-color-red {
	color: #e1517c;
}

.u-dot {
	background-image: radial-gradient(circle at center, #fff 20%, transparent 20%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
	padding-top: 0.4em;
}

.u-text-gradation {
	-webkit-background-clip: text;
	background: linear-gradient(90deg, #066bd7 0%, #e1517c 91%);
	background-clip: text;
	color: transparent;
}

@media (hover: hover) {

a:hover {
	cursor: pointer;
}

}

@media (any-hover: hover) {

a:hover {
	cursor: pointer;
	opacity: 0.9;
}

.c_cta-button:hover {
	opacity: 0.9;
}

.p-links-link:hover {
	cursor: pointer;
	opacity: 0.9;
}

}

@media screen and (min-width: 768px) {

.l-lower-fv {
	height: 300px;
}

.l-lower-inner {
	max-width: 1040px;
	padding-inline: 20px;
}

.c-lower-title {
	font-size: 2rem;
	padding-inline-start: 1.75rem;
}

.p-privacy {
	padding-block: 7.5rem 12.5rem;
}

.p-privacy__info {
	margin-block-start: 1.875rem;
}

.p-privacy__list {
	margin-block-start: 5rem;
	row-gap: 2.125rem;
}

.p-privacy__item {
	padding-block-end: 1.75rem;
}

.p-privacy__item-list {
	margin-block-start: 1.0625rem;
}

.p-privacy__item-boxes {
	margin-block-start: 1.9375rem;
	row-gap: 1.25rem;
}

.p-tokushoho {
	padding-block: 7.5rem 12.5rem;
}

.p-tokushoho__list {
	margin-block-start: 3.8125rem;
	row-gap: 1.9375rem;
}

.p-tokushoho__item {
	-moz-column-gap: 4.8%;
	align-items: center;
	column-gap: 4.8%;
	grid-template-columns: minmax(max-content, 200px) minmax(0, 1fr);
	padding-block-end: 1.125rem;
}

.p-tokushoho__item-title {
	font-size: 0.9375rem;
}

.p-tokushoho__item-text {
	font-size: 0.9375rem;
}

.u-hidden__pc {
	display: none;
}

}

@media screen and (min-width: 1201px) {

a[href*="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

.l-fixed-button {
	left: calc(50% + 5.625rem);
}

.l-section {
	margin-inline: auto 0;
}

.p-banner {
	display: grid;
	left: calc(50% - 500px);
	max-width: 362px;
	position: fixed;
	row-gap: 2.5rem;
	top: 50%;
	translate: 0 -50%;
}

}

@media (max-width: 460px) {

html {
	font-size: 3.4782608696vw;
}

}

@keyframes shiny {

0% {
	opacity: 0;
	transform: scale(0) rotate(25deg);
}

10% {
	opacity: 1;
	transform: scale(1) rotate(25deg);
}

100% {
	opacity: 0;
	transform: scale(50) rotate(25deg);
}

}

