html {
	font-size: 100%;
}

body {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	word-wrap: anywhere;
}

:where(:link,
button,
[type=button],
[type=reset],
[type=submit],
label[for],
select,
summary,
[role=tab],
[role=button]),
:where(:visited,
button,
[type=button],
[type=reset],
[type=submit],
label[for],
select,
summary,
[role=tab],
[role=button]),
:where(area[href],
button,
[type=button],
[type=reset],
[type=submit],
label[for],
select,
summary,
[role=tab],
[role=button]) {
	cursor: pointer;
}

:where(:-moz-any-link,
button,
[type=button],
[type=reset],
[type=submit],
label[for],
select,
summary,
[role=tab],
[role=button]) {
	cursor: pointer;
}

:where(:any-link,
button,
[type=button],
[type=reset],
[type=submit],
label[for],
select,
summary,
[role=tab],
[role=button]) {
	cursor: pointer;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/

/* Box sizing rules */

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

/* Remove default margin */

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */

ul,
ol {
	list-style: none;
	padding: 0;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	-webkit-text-size-adjust: 100%;
	word-wrap: anywhere;
}

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

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

a {
	color: inherit;
	-webkit-text-decoration: none;
	text-decoration: none;
}

/* Make images easier to work with */

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

/* Inherit fonts for inputs and buttons */

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

button {
	background-color: transparent;
	background-color: initial;
	border: none;
	padding: 0;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */

.l-inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.l-main__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 32.5rem;
}

.c-accordion__item + .c-accordion__item {
	margin-top: 1.25rem;
}

.c-accordion__head {
	position: relative;
}

.c-accordion__head::before {
	background: -webkit-gradient(linear, left top, right top, from(#8CECB8), color-stop(49%, #1CA6E9), to(#A607CA));
	background: linear-gradient(to right, #8CECB8 0%, #1CA6E9 49%, #A607CA 100%);
	border-radius: 0.4375rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.c-accordion__head::after {
	background-color: #fff;
	border-radius: 0.3125rem;
	content: "";
	height: calc(100% - 0.25rem);
	left: 0.125rem;
	position: absolute;
	top: 0.125rem;
	width: calc(100% - 0.25rem);
	z-index: 2;
}

.c-accordion__title {
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	gap: 1rem;
	line-height: 1.4375;
	padding: 1rem 3.5rem 0.9375rem 0.9375rem;
	position: relative;
	z-index: 3;
}

.c-accordion__title::after {
	background: url(../images/icon_arrow_blue.webp) no-repeat center center/contain;
	content: "";
	height: 2rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transition: rotate 0.3s ease-in-out;
	translate: 0 -50%;
	width: 2rem;
}

.c-accordion__title.is-active::after {
	rotate: -180deg;
}

.c-accordion__contentBox {
	display: none;
	margin-top: -1.25rem;
	position: relative;
	z-index: 0;
}

.c-accordion__contentBox.is-active {
	display: block;
}

.c-accordion__contentBox::before {
	background: -webkit-gradient(linear, left top, right top, from(#8CECB8), color-stop(49%, #1CA6E9), to(#A607CA));
	background: linear-gradient(to right, #8CECB8 0%, #1CA6E9 49%, #A607CA 100%);
	border-radius: 0.4375rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.c-accordion__contentBox::after {
	background-color: #fff;
	border-radius: 0.3125rem;
	content: "";
	height: calc(100% - 0.25rem);
	left: 0.125rem;
	position: absolute;
	top: 0.125rem;
	width: calc(100% - 0.25rem);
	z-index: 2;
}

.c-accordion__content {
	position: relative;
	z-index: 3;
}

.c-accordion__content {
	padding: 2.125rem 0.8125rem 1rem 1.0625rem;
}

.c-btn__point {
	font-size: 0.875rem;
	font-weight: 700;
}

.c-btn__point span {
	color: #E8191C;
	font-size: 1.5rem;
	letter-spacing: 0.005em;
}

.c-btn__link {
	background: -webkit-gradient(linear, left top, right top, from(#8CECB8), color-stop(49%, #1CA6E9), to(#A607CA));
	background: linear-gradient(to right, #8CECB8 0%, #1CA6E9 49%, #A607CA 100%);
	border-radius: calc(infinity * 1px);
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4375;
	min-width: 22.4375rem;
	padding: 0.625rem 1.25rem;
	position: relative;
	text-align: center;
	transition: opacity 0.3s;
}

.c-btn__link.--sm {
	min-width: 18.25rem;
}

.c-btn__link::before {
	background: url(../images/icon_arrow_white.svg) no-repeat center center/contain;
	content: "";
	height: 1.125rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	translate: 0 -50%;
	width: 1.0625rem;
}

.c-btn__link span {
	font-size: 1.25rem;
}

.c-btn2 {
	background: -webkit-gradient(linear, left top, right top, from(#1CA6E9), to(#0182DA));
	background: linear-gradient(to right, #1CA6E9 0%, #0182DA 100%);
	border-radius: calc(infinity * 1px);
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4375;
	padding: 0.8125rem;
	position: relative;
	text-align: center;
	width: 14.9375rem;
}

.c-btn2::before {
	background: url(../images/icon_arrow_white.svg) no-repeat center center/contain;
	content: "";
	height: 1.125rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	translate: 0 -50%;
	width: 1.0625rem;
}

.c-btn3__point {
	font-size: 0.875rem;
	font-weight: 700;
}

.c-btn3__point span {
	color: #1CA6E9;
	font-size: 1.5rem;
	letter-spacing: 0.005em;
}

.c-btn3__link {
	border-radius: calc(infinity * 1px);
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4375;
	min-width: 17.1875rem;
	padding: 0.9375rem;
	position: relative;
	text-align: center;
	transition: opacity 0.3s;
}

.c-btn3__link::before {
	background: -webkit-gradient(linear, left top, right top, from(#8CECB8), color-stop(49%, #1CA6E9), to(#A607CA));
	background: linear-gradient(to right, #8CECB8 0%, #1CA6E9 49%, #A607CA 100%);
	border-radius: calc(infinity * 1px);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.c-btn3__link::after {
	background-color: #fff;
	border-radius: calc(infinity * 1px);
	content: "";
	height: calc(100% - 0.5rem);
	left: 0.25rem;
	position: absolute;
	top: 0.25rem;
	width: calc(100% - 0.5rem);
	z-index: -1;
}

.c-btn3__link span::before {
	background: url(../images/icon_arrow_gradient.svg) no-repeat center center/contain;
	content: "";
	height: 1.125rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	translate: 0 -50%;
	width: 1.0625rem;
}

.c-card {
	background: -webkit-gradient(linear, left top, right top, from(#1CA6E9), to(#0182DA));
	background: linear-gradient(to right, #1CA6E9 0%, #0182DA 100%);
	border-radius: 1.25rem;
	padding: 0.9375rem 0.75rem;
}

.c-card__img img {
	aspect-ratio: 334/169;
	border-radius: 1.375rem;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}

.c-card__title {
	align-items: center;
	display: grid;
	grid-gap: 0.625rem;
	gap: 0.625rem;
	grid-template-columns: auto 1fr;
	padding-left: 0.8125rem;
	padding-right: 0.8125rem;
}

.c-card__titleNum {
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4583333333;
}

.c-card__titleText {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3333333333;
}

.c-card__titleText.--sm {
	font-size: 1rem;
	line-height: 1.5;
}

.c-card__text {
	color: #fff;
	font-size: 1rem;
	line-height: 1.375;
	margin-top: 0.875rem;
	padding-left: 0.8125rem;
	padding-right: 0.8125rem;
}

.c-card2 {
	background-color: #fff;
	border-bottom-left-radius: 1.625rem;
	border-top-left-radius: 1.625rem;
	padding: 1.875rem 0 1.875rem 2.6875rem;
}

.c-card2.--rev {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 1.625rem;
	border-top-left-radius: 0;
	border-top-right-radius: 1.625rem;
	padding: 1.875rem 1.875rem 2.6875rem 0;
}

.c-card2__textBox {
	background: -webkit-gradient(linear, left top, right top, from(#1CA6E9), to(#0182DA));
	background: linear-gradient(to right, #1CA6E9 0%, #0182DA 100%);
	color: #fff;
	font-weight: 700;
	margin-left: auto;
	margin-top: -2.375rem;
	padding: 1.3125rem 0 1.3125rem 1rem;
	position: relative;
	width: 16.1875rem;
}

.c-card2.--rev .c-card2__textBox {
	margin-left: 0;
	margin-right: auto;
}

.c-card2__text1 {
	font-feature-settings: "palt";
	font-size: 1.25rem;
	line-height: 1.6;
}

.c-card2__text1.--narrow {
	letter-spacing: -0.14em;
}

.c-card2__text2 {
	font-size: 1.5rem;
	line-height: 1.3333333333;
}

.c-card2__text2 span {
	font-size: 1.125rem;
}

.c-card3 {
	padding: 0.5rem;
	position: relative;
}

.c-card3::before {
	background: -webkit-gradient(linear, left top, right top, from(#1CA6E9), to(#0182DA));
	background: linear-gradient(to right, #1CA6E9 0%, #0182DA 100%);
	border-radius: 0.4375rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.c-card3::after {
	background-color: #fff;
	border-radius: 0.3125rem;
	content: "";
	height: calc(100% - 0.25rem);
	left: 0.125rem;
	position: absolute;
	top: 0.125rem;
	width: calc(100% - 0.25rem);
	z-index: -1;
}

.c-card3__title {
	align-items: center;
	background: -webkit-gradient(linear, left top, right top, from(#1CA6E9), to(#0182DA));
	background: linear-gradient(to right, #1CA6E9 0%, #0182DA 100%);
	border-radius: calc(infinity * 1px);
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 14.375rem;
	padding: 0.25rem;
}

.c-card3__illust {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 1.9375rem;
}

.c-card3__illust img {
	aspect-ratio: 97/74;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 6.0625rem;
}

.c-card3__text {
	font-size: 1.125rem;
	line-height: 1.5555555556;
	margin-top: 2.4375rem;
	text-align: center;
}

.c-list__head {
	display: grid;
	grid-gap: 1.625rem;
	gap: 1.625rem;
	grid-template-columns: 5.5rem 1fr;
}

.c-list__head.--rev {
	grid-template-columns: 1fr 5.5rem;
}

.c-list__head.--rev .c-list__img {
	order: 2;
}

.c-list__img img {
	aspect-ratio: 88/91;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
}

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

.c-list__name {
	color: #1CA6E9;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.375;
}

.c-list__name span {
	font-size: 1.5rem;
}

.c-list__follower {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
}

.c-list__follower span {
	color: #1CA6E9;
	font-size: 2rem;
	letter-spacing: -0.05em;
}

.c-list__textBox {
	background-color: #FFFCF0;
	border-radius: 0.25rem;
	margin-top: 0.9375rem;
	padding: 1.125rem 1.125rem;
}

.c-list__text {
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.5384615385;
}

.c-title {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.c-title__sub {
	background: -webkit-gradient(linear, left top, right top, from(#8CECB8), color-stop(49%, #1CA6E9), to(#A607CA));
	background: linear-gradient(to right, #8CECB8 0%, #1CA6E9 49%, #A607CA 100%);
	background-clip: text;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4285714286;
	-webkit-background-clip: text;
	color: transparent;
}

.c-title__main {
	background: -webkit-gradient(linear, left top, right top, from(#8CECB8), color-stop(49%, #1CA6E9), to(#A607CA));
	background: linear-gradient(to right, #8CECB8 0%, #1CA6E9 49%, #A607CA 100%);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.40625;
	margin-top: -0.625rem;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.c-title2 {
	align-items: center;
	background: -webkit-gradient(linear, left top, right top, from(#8CECB8), color-stop(49%, #1CA6E9), to(#A607CA));
	background: linear-gradient(to right, #8CECB8 0%, #1CA6E9 49%, #A607CA 100%);
	background-clip: text;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	gap: 0.625rem;
	justify-content: center;
	line-height: 1.4583333333;
	-webkit-background-clip: text;
	color: transparent;
}

.c-title2::before,
.c-title2::after {
	content: "";
	height: 0.25rem;
	width: 0.625rem;
}

.c-title2::before {
	background-color: #8CECB8;
}

.c-title2::after {
	background-color: #A607CA;
}

.c-title2.--noLine {
	display: inline-block;
}

.c-title2.--noLine::before,
.c-title2.--noLine::after {
	display: none;
}

.p-creator {
	background-color: #DFF3FD;
	padding-top: 1.5625rem;
	padding-bottom: 2.1875rem;
}

.p-creator__title {
	font-size: 1.75rem;
}

.p-creator__lists {
	margin-top: 1.5625rem;
	padding-left: 3rem;
	padding-right: 3rem;
}

.p-creator__list + .p-creator__list {
	margin-top: 1.5625rem;
}

.p-creator__btn {
	margin-top: 1.5625rem;
	text-align: center;
}

.p-faq {
	background-color: #FFFCF0;
	padding-top: 2.375rem;
	padding-bottom: 3.25rem;
}

.p-faq__head {
	text-align: center;
}

.p-faq__title {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	padding-top: 1rem;
	padding-bottom: 1.0625rem;
	position: relative;
	width: 18.375rem;
	z-index: 3;
}

.p-faq__title::before {
	background: -webkit-gradient(linear, left top, right top, from(#8CECB8), color-stop(49%, #1CA6E9), to(#A607CA));
	background: linear-gradient(to right, #8CECB8 0%, #1CA6E9 49%, #A607CA 100%);
	border-radius: calc(infinity * 1px);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-faq__title::after {
	background-color: #fff;
	border-radius: calc(infinity * 1px);
	content: "";
	height: calc(100% - 0.25rem);
	left: 0.125rem;
	position: absolute;
	top: 0.125rem;
	width: calc(100% - 0.25rem);
	z-index: 2;
}

.p-faq__title span {
	position: relative;
	z-index: 3;
}

.p-faq__accordion {
	margin-top: 1.6875rem;
	padding-left: 2.125rem;
	padding-right: 2.125rem;
}

.p-footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 1.125rem;
	justify-content: center;
}

.p-footer-nav__link {
	font-size: 1rem;
	font-weight: 700;
}

.p-footer-nav__link.--linkNone {
	pointer-events: none;
}

.p-footer {
	color: #fff;
}

.p-footer__wrap {
	background: -webkit-gradient(linear, left top, left bottom, from(#1EAAEB), to(#0182DA));
	background: linear-gradient(to bottom, #1EAAEB 0%, #0182DA 100%);
	padding: 3.8125rem 1.75rem 4.4375rem 1.75rem;
}

.p-footer__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 32.5rem;
}

.p-footer__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.1875rem;
}

.p-footer__logo img {
	aspect-ratio: 131/38;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
}

.p-footer__nav {
	margin-top: 9.125rem;
}

.p-footer__btn {
	margin-top: 4.5625rem;
}

.p-footer__btnLink {
	border: 1px solid #fff;
	border-radius: calc(infinity * 1px);
	display: block;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.4666666667;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	text-align: center;
	width: 21.25rem;
}

.p-header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-header__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 32.5rem;
}

.p-header__wrap {
	background: -webkit-gradient(linear, left top, left bottom, from(#1EAAEB), to(#0182DA));
	background: linear-gradient(to bottom, #1EAAEB 0%, #0182DA 100%);
	padding-top: 1.0625rem;
	padding-bottom: 1rem;
}

.p-header__content {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding-left: 0.625rem;
	padding-right: 1.875rem;
}

.p-header__logo img {
	aspect-ratio: 83/24;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
}

.p-header__link {
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 0.625rem;
	justify-content: center;
	padding-left: 0.625rem;
	position: relative;
	text-align: center;
	width: 8.625rem;
}

.p-header__link::before {
	background: -webkit-gradient(linear, left top, right top, from(#8CECB8), color-stop(49%, #1CA6E9), to(#A607CA));
	background: linear-gradient(to right, #8CECB8 0%, #1CA6E9 49%, #A607CA 100%);
	border-radius: calc(infinity * 1px);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-header__link::after {
	background-color: #fff;
	border-radius: calc(infinity * 1px);
	content: "";
	height: calc(100% - 0.25rem);
	left: 0.125rem;
	position: absolute;
	top: 0.125rem;
	width: calc(100% - 0.25rem);
	z-index: 2;
}

.p-header__linkText {
	display: block;
	font-size: 0.6875rem;
	font-weight: 900;
	line-height: 1;
	padding-top: 0.5rem;
	padding-bottom: 0.4375rem;
	position: relative;
	z-index: 3;
}

.p-header__linkIcon {
	align-items: center;
	background: -webkit-gradient(linear, left top, right top, from(#8CECB8), color-stop(49%, #1CA6E9), to(#A607CA));
	background: linear-gradient(to right, #8CECB8 0%, #1CA6E9 49%, #A607CA 100%);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	justify-content: center;
	position: relative;
	width: 1rem;
	z-index: 3;
}

.p-mv {
	background: url(../images/mv_bg.webp) no-repeat center center/cover;
	margin-top: 3.6875rem;
	position: relative;
}

.p-mv__catch {
	padding-top: 2.375rem;
	text-align: center;
}

.p-mv__catchSub {
	font-size: 0.6875rem;
	font-weight: 700;
}

.p-mv__catchSub span {
	background: -webkit-gradient(linear, left top, right top, from(#1CA6E9), to(#0182DA));
	background: linear-gradient(to right, #1CA6E9 0%, #0182DA 100%);
	background-clip: text;
	font-size: 1rem;
	-webkit-background-clip: text;
	color: transparent;
}

.p-mv__catchMain {
	font-size: 1.375rem;
	font-weight: 700;
}

.p-mv__content {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding-left: 1.875rem;
}

.p-mv__textBox {
	flex-shrink: 0;
	text-align: center;
	width: 11.375rem;
}

.p-mv__text {
	font-size: 1.25rem;
	font-weight: 700;
}

.p-mv__text2 {
	font-size: 0.875rem;
	font-weight: 700;
}

.p-mv__img {
	margin-left: -3.75rem;
}

.p-mv__img img {
	aspect-ratio: 486/509;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
}

.p-mv__btn {
	margin-top: -2.5rem;
	text-align: center;
}

.p-mv__sns {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	margin-top: 1.0625rem;
}

.p-mv__snsBox {
	display: block;
	height: 1.9375rem;
	width: 1.9375rem;
}

.p-mv__snsBox img {
	aspect-ratio: 1/1;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
}

.p-mv__release {
	bottom: -0.9375rem;
	color: #7d7d7d;
	font-size: 0.75rem;
	font-weight: 500;
	left: 0.625rem;
	position: absolute;
}

.p-reason {
	margin-top: 2.5rem;
}

.p-reason__inner {
	padding-left: 1.0625rem;
	padding-right: 1.0625rem;
}

.p-reason__cards {
	margin-top: 1.0625rem;
}

.p-reason__card + .p-reason__card {
	margin-top: 1.5625rem;
}

.p-reason__btn {
	margin-top: 0.9375rem;
	text-align: center;
}

.p-slider {
	background-color: #DFF3FD;
	margin-top: 1.0625rem;
	overflow: hidden;
	padding-top: 1.5625rem;
	padding-bottom: 1.5625rem;
}

.p-slider .swiper {
	padding: 1.25rem 0;
	width: 100%;
}

.p-slider .swiper-wrapper {
	transition-timing-function: linear;
	will-change: transform;
}

.p-slider .swiper-slide {
	height: 5.1875rem;
	width: 6.4375rem;
}

.p-slider .swiper-slide img {
	aspect-ratio: 103/83;
	backface-visibility: hidden;
	border-radius: 0.5rem;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
}

.p-test {
	color: red;
	font-size: 1.5625rem;
}

.p-use {
	padding-top: 2.375rem;
	padding-bottom: 3rem;
}

.p-use__inner {
	padding-left: 0.6875rem;
	padding-right: 0.6875rem;
}

.p-use__title {
	text-align: center;
}

.p-use__cards {
	display: grid;
	grid-gap: 0.625rem;
	gap: 0.625rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.6875rem;
}

.p-use__card:last-child {
	grid-column: 1/3;
}

.p-use__btn {
	margin-top: 0.6875rem;
	text-align: center;
}

.p-work {
	background-color: #FFFCF0;
	margin-top: 2.125rem;
	padding-top: 2.1875rem;
	padding-bottom: 2.5rem;
}

.p-work__cards {
	margin-top: 2.5rem;
}

.p-work__card {
	margin-left: auto;
	width: 82.1882951654%;
}

.p-work__card.--rev {
	margin-left: 0;
	margin-right: auto;
}

.p-work__card + .p-work__card {
	margin-top: 1.25rem;
}

.u-colorBlue {
	color: #1CA6E9;
}

.u-desktop {
	display: none;
}

.u-fz14 {
	font-size: 0.875rem;
}

.u-fz16 {
	font-size: 1rem;
}

.u-gradient {
	background: -webkit-gradient(linear, left top, right top, from(#8CECB8), color-stop(49%, #1CA6E9), to(#A607CA));
	background: linear-gradient(to right, #8CECB8 0%, #1CA6E9 49%, #A607CA 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.u-lg {
	display: inline-block;
	font-size: 2.8125rem;
}

.u-lg2 {
	display: inline-block;
	font-size: 1.25rem;
}

.u-line {
	align-items: baseline;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
}

.u-line::before,
.u-line::after {
	background-color: #333;
	content: "";
	height: 1.1875rem;
	width: 1px;
}

.u-line::before {
	background-color: #8CECB8;
	rotate: -15deg;
	translate: -0.125rem 0.125rem;
}

.u-line::after {
	background-color: #A607CA;
	rotate: 15deg;
	translate: 0.125rem 0.125rem;
}

.u-line45 {
	align-items: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.u-line45::before,
.u-line45::after {
	background-color: #333;
	content: "";
	height: 1.1875rem;
	width: 1px;
}

.u-line45::before {
	rotate: -45deg;
	translate: -0.375rem 0.25rem;
}

.u-line45::after {
	rotate: 45deg;
	translate: 0.375rem 0.25rem;
}

.u-line45.--lg::before,
.u-line45.--lg::after {
	height: 1.875rem;
}

.u-line45.--lg::before {
	translate: -0.625rem 0.375rem;
}

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

*,
*::before,
*::after {
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

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

html {
	font-size: 1.28vw;
}

a,
button {
	transition: 0.3s;
}

a:hover,
button:hover {
	cursor: pointer;
	opacity: 0.7;
}

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

.l-inner {
	max-width: 1250px;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

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

.p-test {
	font-size: 3.125rem;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

}

@media (min-width: 1250px) {

html {
	font-size: 100%;
}

}

@media (max-width: 393px) {

html {
	font-size: 4.0712468193vw;
}

}

