/* リキッドレイアウト対応 */

body {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.u-mobile {
	display: none;
}

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

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

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

picture {
	display: block;
}

button {
	cursor: pointer;
	display: block;
	padding: 0;
	width: 100%;
}

.c-btn {
	align-items: center;
	background: linear-gradient(to right, #FFFB00 14%, #51FF00 100%);
	border-radius: 2.1875rem;
	color: #000;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: bold;
	height: 4.375rem;
	justify-content: center;
	max-width: 29rem;
	position: relative;
	width: 100%;
}

.c-btn::after {
	background: url(../images/arrow.webp) center center/contain no-repeat;
	content: "";
	height: 1.625rem;
	position: absolute;
	right: 1.375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.625rem;
	z-index: 1;
}

.c-btn::before {
	background: url(../images/border_btn.webp) center center/contain no-repeat;
	content: "";
	height: 5.875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 1s;
	width: 30.625rem;
}

.c-btn:hover::before {
	opacity: 0;
	transform: translate(-50%, -50%) scale(1.1);
}

.c-text {
	font-size: 1.125rem;
	line-height: 1.6;
}

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

.c-title {
	color: #B7EA58;
	font-family: "Antonio", sans-serif;
	font-size: 3.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.c-title--ja {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
}

.c-subTitle {
	color: #B7EA58;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 2.75rem;
	margin-top: 2rem;
}

.c-voice {
	grid-gap: 0.875rem;
	display: grid;
	gap: 0.875rem;
	grid-template-columns: 10.3125rem 1fr;
	position: relative;
}

.c-voice__img {
	aspect-ratio: 1;
}

.c-voice__content {
	background: linear-gradient(to right, rgba(48, 0, 111, 0.7), rgba(75, 0, 174, 0.7));
	padding: 2.75rem 3rem;
}

.c-voice__lead {
	font-size: 1.25rem;
	font-weight: bold;
}

.c-voice__text {
	font-weight: 400;
	margin-top: 0.75rem;
}

.u-yellow {
	color: #B7EA58;
}

.u-en-font {
	font-family: "Antonio", sans-serif;
}

.u-sub-font {
	font-family: "Bebas Neue", sans-serif;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-section {
	margin-top: 12.5rem;
}

.p-contents {
	padding-top: 8.875rem;
	position: relative;
	z-index: 1;
}

.p-contents::before {
	background: url(../images/m_img_left.webp) center left/contain no-repeat;
	content: "";
	height: 58.1875rem;
	left: 0;
	position: absolute;
	top: 32.5625rem;
	width: 59.625rem;
}

.p-contents__lead {
	line-height: 2.3333333333;
}

.p-contents__tabs {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	justify-content: center;
	margin-top: 3.25rem;
}

.p-contents__tab {
	position: relative;
	transition: all 0.45s;
	z-index: 1;
}

.p-contents__tab button {
	align-items: center;
	background: linear-gradient(to right, #FFFB00 14%, #51FF00);
	border: none;
	border-radius: 2.1875rem;
	color: #000;
	display: flex;
	font-family: "Bebas Neue", sans-serif;
	font-size: 2.5rem;
	font-weight: bold;
	height: 4.0625rem;
	padding-left: 2.3125rem;
	padding-top: 0.125rem;
	transition: all 0.45s;
	width: 11.6875rem;
}

.p-contents__tab.is-active button {
	background: #000;
	color: #E5FB00;
}

.p-contents__tab::after {
	background: linear-gradient(to right, #FFFB00 14%, #51FF00);
	border-radius: 3.125rem;
	content: "";
	height: calc(100% + 0.375rem);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 0.375rem);
	z-index: -1;
}

.p-contents__tab::before {
	background: url(../images/arrow.webp) center center/contain no-repeat;
	content: "";
	height: 1.4375rem;
	pointer-events: none;
	position: absolute;
	right: 1.5625rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 1.4375rem;
}

.p-contents__tab.is-active::before {
	background-image: url(../images/arrow_black.webp);
}

.p-contents__tab span {
	font-size: 1.375rem;
	font-weight: bold;
	transform: rotate(90deg);
}

.p-contents__blocks {
	margin-top: 4.0625rem;
}

.p-contents__block:nth-child(n+2) {
	display: none;
}

.p-contents__subtitle {
	align-items: center;
	display: flex;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.6923076923;
}

.p-contents__subtitle span {
	color: #B6EA57;
	font-family: "Bebas Neue", sans-serif;
	font-size: 2.875rem;
	font-weight: bold;
	margin-right: 1.375rem;
}

.p-contents__table {
	margin-top: 1rem;
}

.p-contents__row {
	background: linear-gradient(to right, rgba(48, 0, 111, 0.7), rgba(75, 0, 174, 0.7));
	border-left: 2px solid #B6EA57;
	border-right: 2px solid #B6EA57;
	display: grid;
	grid-template-columns: 10.0625rem 1fr;
	min-height: 10.3125rem;
}

.p-contents__row + .p-contents__row {
	margin-top: 0.5rem;
}

.p-contents__time {
	align-items: center;
	background: linear-gradient(to right, rgba(8, 0, 115, 0.7), rgba(48, 0, 112, 0.7));
	color: #B6EA57;
	display: flex;
	font-family: "Bebas Neue", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	height: 100%;
	justify-content: center;
}

.p-contents__time span {
	display: inline-block;
	position: relative;
	text-align: center;
}

.p-contents__time span em {
	font-style: normal;
}

.p-contents__time span::before {
	background-color: #B6EA57;
	bottom: -0.375rem;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.3125rem;
}

.p-contents__main {
	grid-gap: 2.625rem;
	align-items: flex-start;
	display: grid;
	gap: 2.625rem;
	grid-template-columns: 13.75rem 1fr;
	padding: 2.1875rem 3.875rem 2.1875rem 2.125rem;
}

.p-contents__company picture {
	margin-left: auto;
	margin-right: auto;
	max-width: 9.4375rem;
}

.p-contents__company span {
	display: block;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 2.6666666667;
	margin-top: 0.25rem;
	text-align: center;
}

.p-contents__list {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding-left: 1em;
	position: relative;
}

.p-contents__list::before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 0.3125rem;
	left: 0;
	position: absolute;
	top: 0.5rem;
	width: 0.3125rem;
}

.p-contents__btn {
	margin-top: 3.5rem;
	text-align: center;
}

.p-contents__row.talk {
	background: rgba(0, 0, 0, 0.6);
	border-color: #B7EA58;
}

.p-contents__row.talk .p-contents__time {
	background: linear-gradient(to right, rgba(11, 38, 0, 0.7), rgba(9, 28, 2, 0.7) 50%, rgba(11, 38, 0, 0.7));
	color: #B7EA58;
}

.p-contents__row.talk .p-contents__time span::before {
	background-color: #B7EA58;
}

.p-contents__text {
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
}

.p-contents__text span {
	font-size: 1rem;
}

.p-contents__rowTitle {
	font-size: 1.375rem;
	font-weight: 600;
	grid-column: span 2;
}

.p-contents__rowTitle span {
	display: block;
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.p-contents__people picture {
	margin-left: auto;
	margin-right: auto;
	max-width: 6.75rem;
}

.p-contents__name {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.375rem;
	margin-top: 0.9375rem;
	text-align: center;
}

.p-contents__name span {
	display: block;
	font-size: 0.75rem;
}

.p-contents__rowLead {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.375rem;
}

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

.p-faq__q {
	align-items: center;
	background: linear-gradient(to right, rgba(48, 0, 111, 0.8), rgba(75, 0, 174, 0.8));
	cursor: pointer;
	display: flex;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	min-height: 5.1875rem;
	padding: 2.125rem 7.5rem 2.125rem 6.125rem;
	position: relative;
}

.p-faq__q::before {
	background: url(../images/border-arrow.webp) center center/contain no-repeat;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 3.125rem;
	top: 2.75rem;
	transition: all 0.45s;
	width: 1.25rem;
}

.p-faq__block.is-opened .p-faq__q::before {
	transform: rotate(180deg);
}

.p-faq__q span {
	color: #B6EA57;
	font-family: "Antonio", sans-serif;
	font-size: 2.5rem;
	left: 2.5rem;
	line-height: 1;
	position: absolute;
	top: 1.625rem;
}

.p-faq__content {
	overflow: hidden;
}

.p-faq__a {
	background: linear-gradient(to right, rgba(48, 0, 111, 0.8), rgba(75, 0, 174, 0.8));
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	overflow: hidden;
	padding-left: 6.125rem;
	padding-right: 7.5rem;
	position: relative;
	transition: paddin 0.45s;
}

.p-faq__block .p-faq__a {
	padding: 2.125rem 7.5rem 2.125rem 6.125rem;
}

.p-faq__a span {
	color: #B6EA57;
	font-family: "Antonio", sans-serif;
	font-size: 2.5rem;
	left: 2.5rem;
	line-height: 1;
	position: absolute;
	top: 1.625rem;
}

.p-flow {
	position: relative;
}

.p-flow::before {
	background: url(../images/m_img_right.webp) center right/contain no-repeat;
	bottom: -20rem;
	content: "";
	height: 58.1875rem;
	position: absolute;
	right: 0;
	width: 59.625rem;
}

.p-flow__steps {
	grid-gap: 4.375rem;
	display: grid;
	gap: 4.375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.25rem;
}

.p-flow__step {
	background: linear-gradient(to right, rgba(48, 0, 111, 0.7), rgba(75, 0, 174, 0.7));
	padding: 2rem 0.75rem 1.875rem;
	position: relative;
}

.p-flow__step:nth-child(n+2)::before {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background-color: #B6EA57;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: "";
	height: 1.8125rem;
	left: -2.75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.1875rem;
}

.p-flow__number {
	font-size: 4.375rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1;
}

.p-flow__text {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 0.75rem;
}

.p-flow__note {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 0.875rem;
}

.p-flow__btn {
	margin-top: 4rem;
	text-align: center;
}

.p-footer {
	background: linear-gradient(to right, #24035D, #000000 51%, #24035D);
	color: black;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
	position: relative;
	z-index: 1;
}

.p-footer__box {
	background-color: #fff;
	border-radius: 0.625rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 59.875rem;
	padding-bottom: 2.6875rem;
	padding-top: 3.3125rem;
}

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

.p-footer__title {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 2.0555555556;
	margin-top: 0.125rem;
	text-align: center;
}

.p-footer__text {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.7222222222;
	margin-top: 1.875rem;
	text-align: center;
}

.p-footer__install {
	margin-top: 2.375rem;
}

.p-footer__text2 {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 2.0555555556;
	text-align: center;
}

.p-footer__btns {
	grid-gap: 1.375rem;
	align-items: center;
	display: grid;
	gap: 1.375rem;
	grid-template-columns: 14.0625rem 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5rem;
	max-width: 32.25rem;
}

.p-footer__btn a {
	transition: all 0.45s;
}

.p-intro {
	padding-bottom: 14.0625rem;
	padding-top: 9.0625rem;
	position: relative;
}

.p-intro::before {
	background: url(../images/intro_img.webp) center center/contain no-repeat;
	bottom: -5.6875rem;
	content: "";
	height: 58.1875rem;
	position: absolute;
	right: 0;
	width: 80.25rem;
}

.p-intro__lead {
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1.1666666667;
	margin-top: 3.625rem;
}

.p-intro__text.c-text {
	line-height: 2.3333333333;
	margin-top: 2.5625rem;
}

.p-mv {
	background: url(../images/bg_mv.webp) center center/cover no-repeat;
	padding-bottom: 3.0625rem;
	padding-top: 2.875rem;
}

.p-mv__inner {
	max-width: 62.5rem;
}

.p-mv__title {
	display: none;
}

.p-mv__logo {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9375rem;
	justify-content: center;
	margin-top: 2.875rem;
}

.p-mv__logo li {
	background-color: #fff;
	width: calc(16.6666666667% - 0.78125rem);
}

.p-mv__logo li img {
	-o-object-fit: contain;
	aspect-ratio: 187/73;
	margin: auto;
	object-fit: contain;
}

.p-overview__main {
	background: linear-gradient(to right, rgba(48, 0, 111, 0.7), rgba(75, 0, 174, 0.7));
	margin-top: 5rem;
	padding: 3.4375rem 5.8125rem 0.9375rem;
}

.p-overview__row {
	align-items: flex-start;
	display: grid;
	grid-template-columns: 9.875rem 1fr;
	min-height: 4.0625rem;
}

.p-overview__row dt {
	color: #B7EA58;
	font-size: 1.125rem;
	font-weight: 900;
	line-height: 1.5;
	position: relative;
}

.p-overview__row dt::before {
	color: #fff;
	content: ":";
	position: absolute;
	right: 1.625rem;
	top: 50%;
	transform: translateY(-50%);
}

.p-overview__row dd {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
}

.p-overview__row dd small {
	font-size: 0.75rem;
}

.p-overview__btn {
	margin-top: 3.5rem;
	text-align: center;
}

.p-schedule__lists {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 2.75rem;
}

.p-schedule__list {
	grid-gap: 2.625rem;
	background: linear-gradient(215deg, rgba(48, 0, 111, 0.7), rgba(75, 0, 174, 0.7));
	display: grid;
	gap: 2.625rem;
	grid-row: span 4;
	grid-template-rows: subgrid;
	padding-bottom: 2.5rem;
}

.p-schedule__list + .p-schedule__list {
	border-left: 1px solid #B7EA58;
}

.p-schedule__time {
	background: linear-gradient(to right, rgba(8, 0, 115, 0.7), rgba(8, 0, 115, 0.7));
	font-size: 2.375rem;
	font-weight: bold;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.p-schedule__time span {
	display: block;
	font-size: 1.125rem;
	margin-bottom: 0.9375rem;
}

.p-schedule__text {
	font-size: 0.9375rem;
	font-weight: bold;
	line-height: 1.5;
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
}

.p-schedule__logo {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-schedule__logo li {
	min-height: 6.875rem;
}

.p-schedule__logo li + li {
	margin-top: 3.875rem;
}

.p-schedule__logoImg {
	aspect-ratio: 148/58;
}

.p-schedule__logoImg img {
	-o-object-fit: contain;
	background-color: #fff;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-schedule__logoText {
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 0.25rem;
	word-break: keep-all;
}

.p-schedule__talk .p-schedule__logo {
	margin-top: 2.625rem;
}

.p-schedule__talk .p-schedule__logoImg img {
	background: none;
}

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

.p-schedule__comingsoon {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 2.5rem;
}

body {
	background: linear-gradient(-12.5deg, #0E1242, #25015E);
}

main {
	overflow: hidden;
	padding-bottom: 12.5rem;
	position: relative;
}

main::before {
	background: url(../images/bg.webp) center top/cover no-repeat;
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: overlay;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}

main::after {
	background: url(../images/bg2.webp) center top/cover no-repeat;
	content: "";
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.4;
	pointer-events: none;
	position: absolute;
	position: absolute;
	top: 0;
	width: 100%;
}

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

section {
	position: relative;
	z-index: 1;
}

.js-fade {
	opacity: 0;
	transform: translateY(max(5%, 1.25rem));
	transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

.is-fade {
	opacity: 1;
	transform: translateY(0);
}

summary::marker {
	content: "";
}

summary::-webkit-details-marker {
	display: none;
}

details summary {
	list-style: none;
}

.p-voice {
	position: relative;
}

.p-voice::before {
	background: url(../images/m_img_left.webp) center left/contain no-repeat;
	bottom: 3.125rem;
	content: "";
	height: 58.1875rem;
	left: 0;
	position: absolute;
	width: 59.625rem;
}

.p-voice__lists {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
}

.p-voice__btn {
	margin-top: 3.5rem;
	text-align: center;
}

@media (hover: hover) {

.p-contents__tab:hover {
	opacity: 0.8;
}

.p-footer__btn a:hover {
	opacity: 0.8;
}

}

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

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

a:hover {
	opacity: 0.8;
}

.c-btn {
	font-size: 0.75rem;
	height: 2.5rem;
	max-width: 16.5625rem;
}

.c-btn::after {
	height: 0.875rem;
	right: 0.8125rem;
	width: 0.875rem;
}

.c-btn::before {
	background-size: 100% 100%;
	height: 3.375rem;
	width: 17.5rem;
}

.c-text {
	font-size: 0.875rem;
}

.c-text p + p {
	margin-top: 0.75rem;
}

.c-title {
	font-size: 2rem;
}

.c-subTitle {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 2rem;
	margin-top: 1.125rem;
}

.c-voice {
	display: block;
	padding-top: 3.75rem;
}

.c-voice__img {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 5rem;
}

.c-voice__content {
	padding: 2.1875rem 1.25rem 1.25rem;
}

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

.l-inner {
	max-width: 33.75rem;
	padding-left: 2.625rem;
	padding-right: 2.625rem;
}

.l-section {
	margin-top: 7.5rem;
}

.p-contents {
	padding-top: 0;
}

.p-contents::before {
	background-image: url(../images/m_img_left_sp.webp);
	background-position: bottom left;
	bottom: -2.625rem;
	top: auto;
	top: initial;
	white-space: 28.3125rem;
	width: 100%;
}

.p-contents__tabs {
	gap: 0.8125rem 0.625rem;
	margin-top: 2.75rem;
}

.p-contents__tab button {
	font-size: 1.5rem;
	height: 2.375rem;
	padding-left: 0.6875rem;
	width: 6rem;
}

.p-contents__tab::after {
	height: calc(100% + 0.125rem);
	width: calc(100% + 0.125rem);
}

.p-contents__tab::before {
	height: 0.8125rem;
	right: 0.625rem;
	width: 0.8125rem;
}

.p-contents__tab span {
	font-size: 0.8125rem;
}

.p-contents__blocks {
	margin-top: 1.5625rem;
}

.p-contents__subtitle {
	display: block;
	font-size: 0.9375rem;
	line-height: 1.4375;
}

.p-contents__subtitle span {
	display: block;
	font-size: 1.875rem;
}

.p-contents__row {
	grid-template-columns: 6rem 1fr;
}

.p-contents__row + .p-contents__row {
	margin-top: 0.625rem;
}

.p-contents__time {
	font-size: 1.625rem;
}

.p-contents__time span em {
	display: block;
	margin-bottom: 0.25em;
	text-align: center;
	transform: rotate(90deg);
}

.p-contents__time span::before {
	bottom: -0.625rem;
	width: 1.4375rem;
}

.p-contents__main {
	display: block;
	padding: 1.25rem 0.875rem;
}

.p-contents__lists {
	margin-top: 0.625rem;
}

.p-contents__list {
	font-size: 0.75rem;
	line-height: 1.75;
}

.p-contents__list::before {
	height: 0.25rem;
	top: 0.4375rem;
	width: 0.25rem;
}

.p-contents__btn {
	margin-top: 2.25rem;
}

.p-contents__rowTitle {
	font-size: 0.875rem;
	line-height: 1.5;
}

.p-contents__rowTitle span {
	font-size: 0.75rem;
	line-height: 1.9375rem;
	margin-bottom: 0;
}

.p-contents__people {
	margin-top: 1.25rem;
}

.p-contents__name {
	font-size: 0.75rem;
	line-height: 1.125rem;
}

.p-contents__name span {
	font-size: 0.625rem;
}

.p-contents__rowLead {
	font-size: 0.75rem;
	line-height: 1.75;
	margin-top: 0.625rem;
}

.p-faq__block + .p-faq__block {
	margin-top: 1rem;
}

.p-faq__q {
	background: linear-gradient(to bottom, #30006F, #4B00AE);
	font-size: 0.875rem;
	line-height: 1.4;
	padding: 0.875rem 3.4375rem;
}

.p-faq__q::before {
	height: 0.5rem;
	right: 1.875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875rem;
}

.p-faq__block.is-opened .p-faq__q::before {
	transform: translateY(-50%) rotate(180deg);
}

.p-faq__q span {
	font-size: 1.25rem;
	left: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
}

.p-faq__a {
	font-size: 0.875rem;
	line-height: 1.4;
	padding: 0rem 3.125rem;
}

.p-faq__block .p-faq__a {
	padding: 0.875rem 3.125rem;
}

.p-faq__a span {
	font-size: 1.25rem;
	left: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
}

.p-flow::before {
	background-image: url(../images/m_img_right_sp.webp);
	background-position: bottom right;
	bottom: 8.8125rem;
	height: 28.3125rem;
	width: 100%;
}

.p-flow__title.c-title {
	font-size: 1.5rem;
}

.p-flow__steps {
	gap: 3.1875rem;
	grid-template-columns: 100%;
	margin-top: 2rem;
}

.p-flow__step {
	padding: 2.5rem 2.8125rem;
}

.p-flow__step:nth-child(n+2)::before {
	left: 50%;
	top: -2.125rem;
	transform: translateX(-50%) rotate(90deg);
}

.p-flow__number {
	font-size: 2.75rem;
}

.p-flow__text {
	font-size: 1rem;
}

.p-flow__btn {
	margin-top: 2.375rem;
}

.p-footer {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.p-footer__inner {
	padding: 0 1.25rem;
}

.p-footer__box {
	border-radius: 0.5rem;
	padding: 2.1875rem 0.625rem 1.5625rem;
}

.p-footer__logo {
	max-width: 9.25rem;
}

.p-footer__title {
	display: none;
}

.p-footer__text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 1.5rem;
}

.p-footer__install {
	margin-top: 1.125rem;
}

.p-footer__text2 {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.7142857143;
}

.p-footer__btns {
	gap: 0.5rem;
	grid-template-columns: 8.25rem 1fr;
	margin-top: 0.0625rem;
	max-width: 18.75rem;
}

.p-intro {
	padding-bottom: 20rem;
	padding-top: 3.75rem;
}

.p-intro::before {
	background-image: url(../images/intro_img_sp.webp);
	background-position: bottom right;
	bottom: -3.25rem;
	height: 28.3125rem;
	width: 100%;
}

.p-intro__lead {
	font-size: 1.25rem;
	line-height: 1.6;
	margin-top: 2rem;
}

.p-intro__text.c-text {
	line-height: 1.8;
	margin-top: 1rem;
}

.p-mv {
	background-image: url(../images/bg_mv_sp.webp);
	padding-bottom: 2.6875rem;
}

.p-mv__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-mv__logo {
	gap: 0.25rem;
	margin-top: 2.25rem;
}

.p-mv__logo li {
	width: calc(25% - 0.1875rem);
}

.p-overview__main {
	margin-top: 1.25rem;
	padding: 2.125rem 1.25rem 1.25rem 1.25rem;
}

.p-overview__row {
	grid-template-columns: 5.9375rem 1fr;
	min-height: 2.3125rem;
}

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

.p-overview__row dt {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.75;
}

.p-overview__row dt::before {
	right: 0.25em;
}

.p-overview__row dd {
	font-size: 0.875rem;
	line-height: 1.6;
}

.p-overview__btn {
	margin-top: 2.3125rem;
}

.p-schedule {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.p-schedule .simplebar-track.simplebar-horizontal {
	background: none;
	border-radius: 1.25rem;
	bottom: 0;
	height: 0.25rem;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 5.25rem);
}

.p-schedule .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	background-color: #B7EA58;
	border-radius: 0;
	bottom: 0;
	opacity: 1;
	top: 0;
}

.p-schedule__lists {
	min-width: 68.75rem;
	padding-left: 2.625rem;
	padding-right: 2.625rem;
}

.p-schedule__list {
	gap: 1.25rem;
}

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

.p-schedule__talk .p-schedule__logo {
	margin-top: 1.25rem;
}

main {
	padding-bottom: 7.5rem;
}

main::before {
	background-image: url(../images/bg_sp.webp);
}

main::after {
	background-image: url(../images/bg2_sp.webp);
}

.p-voice::before {
	background-image: url(../images/m_img_left_sp.webp);
	background-position: bottom left;
	bottom: -2.625rem;
	top: auto;
	top: initial;
	white-space: 28.3125rem;
	width: 100%;
}

}

@media (max-width: 393px) {

html {
	font-size: 4.0712468193vw;
}

}


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