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

body {
	font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
	color: #071F2C;
}

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;
	height: auto;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

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

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

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

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

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

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

picture {
	display: block;
}

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

.c-btn {
	align-items: center;
	background: #273780;
	border-radius: 2.5rem;
	color: #FFEE06;
	display: inline-flex;
	font-size: 1.5625rem;
	font-weight: 600;
	height: 4.6875rem;
	justify-content: center;
	letter-spacing: 0.08em;
	position: relative;
	width: 27.375rem;
}

.c-btn::before {
	-webkit-mask: url(../images/arrow.svg) center center/contain no-repeat;
	background-color: #FFEE06;
	content: "";
	height: 1rem;
	mask: url(../images/arrow.svg) center center/contain no-repeat;
	position: absolute;
	right: 2.375rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 0.75rem;
}

.c-box {
	background-color: #fff;
	border-radius: 0.9375rem;
	box-shadow: 0 0 3.75rem #273780;
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
	overflow: hidden;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
	position: relative;
}

.c-title {
	margin-bottom: 3.9375rem;
	position: relative;
	text-align: center;
}

.c-title span {
	background-color: #fff;
	color: #273780;
	display: inline-block;
	font-size: 3.125rem;
	font-weight: bold;
	padding-left: 4.25rem;
	padding-right: 4.25rem;
	position: relative;
	z-index: 1;
}

.c-title small {
	color: #273780;
	display: block;
	font-size: 1.875rem;
	line-height: 1.6;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 75rem;
	padding-left: 3.75rem;
	padding-right: 3.75rem;
	width: 100%;
}

.fadeIn {
	opacity: 0;
	transform: translateY(20%);
	transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

.fadeIn.popUp {
	transform: translateY(20%) scale(0);
}

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

.fadeIn.popUp.is-active {
	transform: translateY(0) scale(1);
}

.p-faq__blocks {
	position: relative;
	z-index: 1;
}

.p-faq__block {
	border: 1px solid #006FC6;
	border-radius: 0.9375rem;
	overflow: hidden;
}

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

.p-faq__subTitle {
	grid-gap: 1.5rem;
	align-items: center;
	background-color: #006FC6;
	color: #fff;
	display: grid;
	font-size: 1rem;
	font-weight: 400;
	gap: 1.5rem;
	grid-template-columns: 2.25rem 1fr;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-bottom: 2rem;
	padding-left: 3rem;
	padding-right: 5.625rem;
	padding-top: 2rem;
	position: relative;
}

.p-faq__subTitle .p-faq__en {
	background-color: #fff;
	color: #006FC6;
}

.p-faq__en {
	align-items: center;
	border-radius: 50%;
	display: flex;
	font-family: "Oswald", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	height: 2.25rem;
	justify-content: center;
	width: 2.25rem;
}

.p-faq__icon {
	height: 1.125rem;
	position: absolute;
	right: 3rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.p-faq__icon::before,
.p-faq__icon::after {
	background-color: #fff;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.45s;
	width: 100%;
}

.p-faq__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.p-faq__block.is-opened .p-faq__icon::after {
	transform: translate(-50%, -50%);
}

.p-faq__main {
	grid-gap: 1rem;
	align-items: center;
	background-color: #fff;
	color: #006FC6;
	display: grid;
	gap: 1rem;
	grid-template-columns: 2.25rem 1fr;
	padding-bottom: 2rem;
	padding-left: 3rem;
	padding-right: 2rem;
	padding-top: 2rem;
}

.p-faq__main .p-faq__en {
	background-color: #fff;
	border: 0.1875rem solid #006FC6;
	border-radius: 50%;
	color: #006FC6;
}

.p-faq__text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.p-faq__text small {
	font-size: 0.875rem;
}

.p-float {
	background: rgba(39, 55, 128, 0.6);
	border-radius: 50%;
	bottom: 2.6875rem;
	color: #FFEE06;
	font-size: 1.5rem;
	height: max(12.5rem, min(14.6354166667vw, 17.5625rem));
	line-height: 1.25;
	padding: max(1.25rem, min(1.40625vw, 1.6875rem));
	position: fixed;
	right: 2.6875rem;
	text-align: center;
	width: max(12.5rem, min(14.6354166667vw, 17.5625rem));
	z-index: 99;
}

.p-float::before {
	border: 0.25rem solid #273780;
	border-radius: 50%;
	content: "";
	height: calc(100% - 1.25rem);
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 1.25rem);
}

.p-float a {
	align-items: center;
	background-color: #273780;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	font-weight: 800;
	gap: 1.25rem;
	height: 100%;
	justify-content: center;
	padding-top: 1.5rem;
}

.p-float a span {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #FFEE06;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	display: inline-block;
	height: 1.5rem;
	width: 1.5rem;
}

.p-flow__blocks {
	position: relative;
	z-index: 1;
}

.p-flow__block {
	background-color: #006FC6;
	border-radius: 0.625rem;
	color: #fff;
	display: grid;
	grid-template-columns: 4.875rem 1fr;
	padding: 2.5rem 3.75rem;
}

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

.p-flow__number {
	font-family: "Oswald", sans-serif;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1;
}

.p-flow__wrap {
	align-items: flex-start;
	display: flex;
	gap: 2.5rem;
	justify-content: space-between;
}

.p-flow__subTitle {
	font-size: 1.5625rem;
	font-weight: 600;
	line-height: 1.6;
}

.p-flow__text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 1rem;
}

.p-flow__text strong {
	color: #F4DE4A;
	font-weight: bold;
}

.p-flow__img {
	border-radius: 0.625rem;
	flex-shrink: 0;
	overflow: hidden;
	width: 20rem;
}

.p-flow__note {
	position: relative;
	z-index: 1;
}

.l-footer {
	margin-top: 5rem;
}

.p-footer {
	border-radius: 0.75rem;
	color: black;
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
	position: relative;
	z-index: 1;
}

.p-footer__box.c-bg {
	background-color: #fff;
	border-radius: 0.75rem;
	padding-bottom: 5.1875rem;
	padding-top: 5.8125rem;
}

.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: 3.125rem;
}

.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-footer__link {
	margin-top: 0.4375rem;
}

.p-footer__link a {
	align-items: center;
	border: 2px solid #2E70B5;
	border-radius: 0.625rem;
	color: #2E70B5;
	color: #2E70B5;
	display: flex;
	font-size: 1.25rem;
	font-size: 1.25rem;
	font-weight: 600;
	font-weight: 600;
	height: 4.6875rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	transition: all 0.45s;
	width: 32.25rem;
}

.p-footer__link a::before {
	-webkit-mask: url(../images/arrow.svg) center center/contain no-repeat;
	background-color: #2E70B5;
	content: "";
	height: 0.9375rem;
	mask: url(../images/arrow.svg) center center/contain no-repeat;
	position: absolute;
	right: 2.5625rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 0.5625rem;
}

.p-footer__wrap {
	grid-gap: 2.9375rem;
	align-items: center;
	display: grid;
	gap: 2.9375rem;
	grid-template-columns: 13.875rem 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.4375rem;
	max-width: 33.0625rem;
}

.p-footer__tag {
	background-color: #000;
	border-radius: 0.4375rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-footer__lists {
	list-style: disc;
	margin-left: 1.5em;
	margin-top: 0.625rem;
}

.p-footer__list {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 2;
}

.p-footer-bottom {
	background-color: #000000;
	padding-bottom: 2.75rem;
	padding-top: 2.75rem;
}

.p-footer__bottom-logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 11rem;
}

.p-footer__copy {
	color: rgb(255, 255, 255);
	font-size: 1.125rem;
	font-weight: 400;
	margin-top: 2.125rem;
	text-align: center;
}

.l-intro {
	margin-top: 6.25rem;
}

.p-intro {
	position: relative;
	z-index: 1;
}

.p-intro__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 82.5rem;
}

.p-intro__text {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.75;
	text-align: center;
}

.p-intro__text p + p {
	margin-top: 2.5rem;
}

.p-mv {
	background-color: #006FC6;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
	position: relative;
	z-index: 1;
}

.p-mv__bg {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-mv__bg picture {
	display: block;
	height: 100%;
	width: 100%;
}

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

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

.p-mv__logo {
	margin-left: 3.75rem;
	position: relative;
	width: 14.9375rem;
	z-index: 1;
}

.p-mv__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 75rem;
}

.p-mv__note {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 400;
	margin-top: 5rem;
}

.p-osusume__lists {
	display: flex;
	gap: 2.1875rem;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.p-osusume__list {
	align-items: center;
	aspect-ratio: 1;
	background-color: #006FC6;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding-bottom: 0.625rem;
	padding-top: 3.5rem;
	text-align: center;
	width: 16.8125rem;
}

.p-osusume__number {
	font-family: "Oswald", sans-serif;
	font-size: 2.625rem;
}

.p-osusume__text {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1.48;
	margin-top: 0rem;
}

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

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

.p-point__block {
	align-items: center;
	background-color: #006FC6;
	border-radius: 0.625rem;
	display: grid;
	grid-template-columns: 1fr 28.75rem;
	padding-left: 3.75rem;
	position: relative;
}

.p-point__content {
	max-width: 33.75rem;
}

.p-point__number {
	color: #F4DE4A;
	font-family: "Roboto", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
}

.p-point__bigText {
	color: #fff;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 1rem;
}

.p-point__text {
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 0.5rem;
}

.p-point__text.small {
	font-size: 0.875rem;
}

.p-point__notes {
	grid-gap: 0.5rem;
	display: grid;
	gap: 0.5rem;
	margin-top: 1rem;
}

.p-point__note {
	grid-gap: 0.5rem;
	align-items: flex-start;
	display: grid;
	font-size: 1rem;
	font-weight: bold;
	gap: 0.5rem;
	grid-template-columns: 0.8125rem 1fr;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.p-point__note::before {
	background: url(../images/check.svg) center center/contain no-repeat;
	content: "";
	display: block;
	height: 1.6em;
	width: 0.8125rem;
}

.p-schedule__box {
	background-color: #006FC6;
	border-radius: 1.25rem;
	padding: 3.75rem;
	position: relative;
	z-index: 1;
}

.p-schedule__subTitle {
	color: #273780;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	margin-bottom: 2.5rem;
	text-align: center;
}

.u-yellow {
	color: #F4DE4A;
}

.p-schedule__lists {
	grid-gap: 2.5rem 1.25rem;
	display: grid;
	gap: 2.5rem 1.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 57.5rem;
}

.p-schedule__list {
	align-items: center;
	border: 1px solid #fff;
	border-radius: 0.1875rem;
	color: #fff;
	display: grid;
	grid-template-columns: 10.3125rem 1fr 6.5rem;
	height: 3.125rem;
	position: relative;
}

.p-schedule__list:not(.inactive)::before {
	background-color: #FFEE06;
	border-radius: 0.1875rem;
	color: #006FC6;
	content: "残枠あと" attr(data-last) "席！";
	font-size: 1rem;
	font-weight: bold;
	left: 50%;
	padding: 0.5rem 0.75rem 0.375rem;
	pointer-events: none;
	position: absolute;
	top: -1.625rem;
	transform: translateX(-50%);
	z-index: 1;
}

.p-schedule__other .p-schedule__link[data-last]:not(.inactive)::before {
	background-color: #FFEE06;
	border-radius: 0.1875rem;
	color: #006FC6;
	content: "残枠あと" attr(data-last) "席！";
	font-size: 1rem;
	font-weight: bold;
	left: 50%;
	padding: 0.5rem 0.75rem 0.375rem;
	pointer-events: none;
	position: absolute;
	top: -1.625rem;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 1;
}

.p-schedule__list:not(.inactive)::after {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #FFEE06;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 0.5rem;
	left: 50%;
	position: absolute;
	top: 0.25rem;
	transform: translateX(-50%);
	width: 0.6875rem;
}

.p-schedule__label {
	align-items: center;
	display: flex;
	font-size: 1.5625rem;
	font-weight: 600;
	height: 100%;
	justify-content: center;
	padding-top: 0.125rem;
	text-align: center;
}

.p-schedule__link {
	height: 100%;
	position: relative;
}

.p-schedule__link a {
	align-items: center;
	background-color: #fff;
	color: #006FC6;
	display: flex;
	font-size: 1.25rem;
	font-weight: 500;
	gap: 0.625rem;
	height: 100%;
	justify-content: center;
	transition: all 0.45s;
}

.p-schedule__link a::after {
	-webkit-mask: url(../images/icon-arrow.svg) center center/contain no-repeat;
	background-color: #006FC6;
	content: "";
	display: block;
	flex-shrink: 0;
	height: 1.25rem;
	mask: url(../images/icon-arrow.svg) center center/contain no-repeat;
	width: 1.25rem;
}

.p-schedule__left {
	align-items: center;
	background-color: #273780;
	border-radius: 0 0.1875rem 0.1875rem 0;
	display: flex;
	flex-direction: column;
	font-size: 0.75rem;
	font-weight: bold;
	height: 100%;
	justify-content: center;
	line-height: 1.2;
	text-align: center;
}

.p-schedule__left strong {
	font-size: 0.875rem;
}

.p-schedule__other {
	margin-top: 3.75rem;
	position: relative;
	z-index: 1;
}

.p-schedule__block {
	border-radius: 1.25rem;
	box-shadow: 0 0.9375rem 1.875rem rgba(53, 131, 199, 0.15);
}

.p-schedule__block.tokyo {
	background-color: #006FC6;
}

.p-schedule__block.osaka {
	background-color: #F4DE4A;
}

.p-schedule__block.nagoya {
	background-color: #F47B43;
}

.p-schedule__block.fukuoka {
	background: #A4BF50;
}

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

.p-schedule__blockTitle {
	cursor: pointer;
	padding: 1.75rem 2.5rem;
	position: relative;
}

.p-schedule__label2 {
	align-items: center;
	background-color: #006FC6;
	border: 1px solid #fff;
	border-radius: 0.1875rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.5625rem;
	font-weight: 600;
	gap: 0.75rem;
	line-height: 1.48;
	padding: 0.5rem 1.25rem 0.375rem;
}

.p-schedule__label2 small {
	font-size: 1rem;
}

.p-schedule__icon {
	height: 2.75rem;
	position: absolute;
	right: 2.5rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 2.75rem;
}

.p-schedule__block.is-opened .p-schedule__icon {
	transform: translateY(-50%) rotate(180deg);
}

.p-schedule__content {
	border-radius: 0 0 1.25rem 1.25rem;
	overflow: hidden;
}

.p-schedule__main {
	grid-gap: 1.25rem;
	align-items: flex-start;
	background-color: #fff;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 4rem 1fr;
	padding: 2.5rem 2.5rem 1.25rem;
}

.p-schedule__tag {
	border: 1px solid #071F2C;
	border-radius: 0.1875rem;
	color: #071F2C;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 0.25rem 0.5rem;
	text-align: center;
}

.p-schedule__links {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 0.5rem;
}

.p-schedule__links .p-schedule__link a {
	border: 1px solid #006FC6;
	border-radius: 0.375rem;
	line-height: 1.4;
	padding: 0.625rem 1rem;
}

.p-schedule__links .p-schedule__link[aria-disabled=true] a {
	border-color: #a9a9a9;
	color: #a9a9a9;
	cursor: not-allowed;
	pointer-events: none;
}

.p-schedule__links .p-schedule__link[aria-disabled=true] a::after {
	background-color: #a9a9a9;
}

.p-schedule__note {
	color: #071F2C;
	position: relative;
	z-index: 1;
}

.p-schedule__other.finish .p-schedule__block.tokyo,
.p-schedule__other.finish .p-schedule__block.osaka,
.p-schedule__other.finish .p-schedule__block.nagoya,
.p-schedule__other.finish .p-schedule__block.fukuoka {
	background: #D0B370;
}

.p-schedule__other.finish .p-schedule__label2 {
	background-color: #D0B370;
}

.p-schedule__other.finish .p-schedule__main {
	display: block;
}

.p-schedule__other.finish .p-schedule__links {
	grid-gap: 1.1875rem 1.9375rem;
	display: grid;
	gap: 1.1875rem 1.9375rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-schedule__other.finish .p-schedule__links .p-schedule__link a {
	border-color: #C8C8C8;
	color: #000000;
	font-size: 1.375rem;
	justify-content: space-between;
	padding-left: 1.375rem;
	padding-right: 1.375rem;
}

.p-schedule__other.finish .p-schedule__link a::after {
	display: none;
}

.p-schedule__other.finish .p-schedule__link a .value {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.p-schedule__other.finish .p-schedule__note {
	margin-top: 1rem;
}

html {
	background-color: #006FC6;
}

main {
	background: #006FC6 url(../images/bg_main.webp) center top/100% no-repeat;
	overflow: clip;
	padding-bottom: 5.3125rem;
	position: relative;
}

section {
	margin-top: 5rem;
}

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

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

summary::marker {
	content: "";
}

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

details summary {
	list-style: none;
}

.p-top {
	background: #F4DE4A url(../images/bg_top.webp) right top/auto 100% no-repeat;
	margin-top: -0.625rem;
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
	position: relative;
	z-index: 1;
}

.p-top__inner {
	max-width: calc(82.5rem + 25px + 25px);
}

.p-top__lists {
	grid-gap: 3.75rem;
	display: grid;
	gap: 3.75rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-top__list {
	background-color: #fff;
	border-radius: 0.9375rem;
	color: #273780;
	font-size: 2.625rem;
	font-weight: 900;
	line-height: 1.2;
	padding-bottom: 3.375rem;
	padding-top: 3.625rem;
	position: relative;
	text-align: center;
}

.p-top__list:not(:last-child)::after {
	-webkit-clip-path: polygon(0% 0.8125rem, 1.3125rem 0.8125rem, 36% 0, 100% 50%, 39% 100%, 39% calc(100% - 0.8125rem), 0% calc(100% - 0.8125rem));
	background-color: #273780;
	clip-path: polygon(0% 0.8125rem, 1.3125rem 0.8125rem, 36% 0, 100% 50%, 39% 100%, 39% calc(100% - 0.8125rem), 0% calc(100% - 0.8125rem));
	content: "";
	height: 3.8125rem;
	position: absolute;
	right: -3.4375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3.4375rem;
}

.p-top__list:nth-child(1)::before {
	background: url(../images/top_img_01.webp) center center/contain no-repeat;
	bottom: -1.25rem;
	content: "";
	height: 10.75rem;
	left: -4.875rem;
	position: absolute;
	width: 10rem;
}

.p-top__list:nth-child(2)::before {
	background: url(../images/top_img_02.webp) center center/contain no-repeat;
	bottom: -1.5rem;
	content: "";
	height: 8.0625rem;
	position: absolute;
	right: -2.3125rem;
	width: 4.25rem;
}

.p-top__list:nth-child(3)::before {
	background: url(../images/top_img_03.webp) center center/contain no-repeat;
	bottom: 0;
	content: "";
	height: 6.125rem;
	position: absolute;
	right: -1.125rem;
	width: 9.5rem;
}

.p-university__blocks {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 100%;
}

.p-university__area {
	background-color: #006FC6;
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	text-align: center;
}

.p-university__text {
	color: #071F2C;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.48;
	margin-top: 0.625rem;
	position: relative;
	z-index: 1;
}

.c-note {
	color: #071F2C;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin-top: 2.5rem;
	position: relative;
	z-index: 1;
}

.p-voice__blocks {
	position: relative;
	z-index: 1;
}

.p-voice__block {
	align-items: flex-end;
	display: flex;
	gap: 1.875rem;
}

.p-voice__block + .p-voice__block {
	margin-top: 1.875rem;
}

.p-voice__text {
	background-color: #006FC6;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.8;
	padding: 2.5rem 3.75rem;
}

.p-voice__block:nth-child(odd) .p-voice__text {
	border-radius: 1.875rem 1.875rem 0 1.875rem;
}

.p-voice__block:nth-child(even) .p-voice__text {
	border-radius: 1.875rem 1.875rem 1.875rem 0;
	order: 1;
}

.p-voice__img {
	flex-shrink: 0;
	width: 11.875rem;
}

.p-voice__note {
	position: relative;
	z-index: 1;
}

@media (hover: hover) {

.c-btn:hover::before {
	right: 1.875rem;
}

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

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

.p-footer__link a:hover {
	background-color: #2E70B5;
	color: #fff;
}

.p-footer__link a:hover::before {
	background-color: #fff;
}

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

}

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

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

}

@media (max-width: 1720px) {

html {
	font-size: 0.9302325581vw;
}

}

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

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

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

a:hover {
	opacity: 0.8;
}

.c-btn {
	font-size: 0.9375rem;
	height: 2.875rem;
	width: 100%;
}

.c-btn::before {
	height: 0.625rem;
	right: 1.1875rem;
	width: 0.375rem;
}

.c-box {
	border-radius: 0.375rem;
	padding-bottom: 1.25rem;
	padding-top: 1.75rem;
	width: calc(100% - 2.5rem);
}

.c-title {
	margin-bottom: 1.75rem;
}

.c-title span {
	background: none;
	font-size: 1.75rem;
	padding-left: 0;
	padding-right: 0;
}

.c-title small {
	font-size: 1.125rem;
	line-height: 1.5;
}

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

.p-faq__block {
	border-radius: 0;
}

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

.p-faq__subTitle {
	font-size: 0.8125rem;
	gap: 2.0625rem;
	grid-template-columns: 1.5rem 1fr;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 2.3125rem;
	padding-top: 1rem;
}

.p-faq__en {
	font-size: 0.625rem;
	height: 1.5rem;
	width: 1.5rem;
}

.p-faq__icon {
	height: 0.8125rem;
	right: 1rem;
	width: 0.8125rem;
}

.p-faq__main {
	gap: 0.5rem;
	grid-template-columns: 1.5rem 1fr;
	padding: 1rem;
}

.p-faq__main .p-faq__en {
	border-width: 0.125rem;
}

.p-faq__text {
	font-size: 0.8125rem;
}

.p-faq__text small {
	font-size: 0.8125rem;
}

.p-float {
	bottom: 1.25rem;
	font-size: 0.625rem;
	height: 7.5rem;
	padding: 0.6875rem;
	right: 1.25rem;
	width: 7.5rem;
}

.p-float::before {
	height: calc(100% - 0.5rem);
	width: calc(100% - 0.5rem);
}

.p-float a {
	gap: 0.625rem;
	padding-top: 0.625rem;
}

.p-float a span {
	height: 0.625rem;
	width: 0.625rem;
}

.p-flow__block {
	border-radius: 0.375rem;
	display: block;
	padding: 1.25rem;
}

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

.p-flow__number {
	font-size: 2rem;
	text-align: center;
}

.p-flow__wrap {
	flex-direction: column;
	gap: 1rem;
}

.p-flow__content {
	display: contents;
}

.p-flow__subTitle {
	font-size: 1rem;
	line-height: 1.48;
	margin-top: 0.5rem;
	text-align: center;
	width: 100%;
	word-break: keep-all;
}

.p-flow__text {
	font-size: 0.875rem;
	margin-top: 0;
	order: 1;
}

.p-flow__img {
	width: 100%;
}

.l-footer {
	margin-top: 3.75rem;
}

.p-footer__box.c-bg {
	border-radius: 0.5rem;
	padding-bottom: 3.125rem;
	padding-top: 2.5rem;
}

.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.875rem;
}

.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-footer__link a {
	border-radius: 0.375rem;
	border-width: 1px;
	font-size: 0.875rem;
	height: 2.75rem;
	width: 18.625rem;
}

.p-footer__link a::before {
	right: 1.3125rem;
}

.p-footer__wrap {
	gap: 0.8125rem;
	grid-template-columns: 8rem 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.125rem;
	max-width: 18.75rem;
}

.p-footer__tag {
	border-radius: 0.25rem;
	font-size: 0.8125rem;
	padding: 0.4375rem;
}

.p-footer__lists {
	margin-left: 1em;
	margin-top: 0.3125rem;
}

.p-footer__list {
	line-height: 1.5;
}

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

.p-footer__bottom-logo {
	max-width: 8.1875rem;
}

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

.l-intro {
	margin-top: 2.5rem;
}

.p-intro__inner {
	max-width: 33.75rem;
}

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

.p-intro__text p + p {
	margin-top: 1em;
}

.p-mv {
	padding-bottom: 1.125rem;
	padding-top: 1.875rem;
}

.p-mv__logo {
	margin-left: auto;
	margin-right: auto;
	width: 9.125rem;
}

.p-mv__img {
	margin-left: -0.625rem;
	margin-top: 5.25rem;
}

.p-mv__note {
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 7.875rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.p-osusume__lists {
	flex-direction: column;
	gap: 0.75rem;
}

.p-osusume__list {
	align-items: center;
	aspect-ratio: unset;
	border-radius: 3.75rem;
	flex-direction: row;
	gap: 0.5rem;
	height: 5.1875rem;
	justify-content: flex-start;
	padding-bottom: 0;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0;
	text-align: center;
	width: 100%;
}

.p-osusume__number {
	font-size: 1.75rem;
	width: 1.875rem;
}

.p-osusume__text {
	flex-grow: 1;
	font-size: 0.875rem;
	text-align: center;
}

.p-osusume__btn {
	margin-top: 2rem;
}

.p-point__blocks {
	gap: 1rem;
}

.p-point__block {
	display: block;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.75rem;
}

.p-point__number {
	font-size: 1rem;
	text-align: center;
}

.p-point__bigText {
	font-size: 1rem;
	margin-top: 0.75rem;
	text-align: center;
}

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

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

.p-point__notes {
	margin-top: 0.75rem;
}

.p-point__note {
	font-size: 0.875rem;
}

.p-point__img {
	margin-top: 0.5rem;
}

.p-schedule__box {
	border-radius: 0.375rem;
	padding: 1.5rem 1rem 1rem;
}

.p-schedule__subTitle {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.p-schedule__other .p-schedule__subTitle {
	margin-bottom: 1.125rem;
}

.p-schedule__lists {
	gap: 1.5rem;
	grid-template-columns: 100%;
}

.p-schedule__list {
	border: none;
	grid-template-columns: 7.125rem 1fr;
	height: auto;
}

.p-schedule__list:not(.inactive)::before {
	font-size: 0.75rem;
	left: auto;
	left: initial;
	padding: 0.375rem 0.375rem 0.25rem 0.5rem;
	right: 2.25rem;
	top: -1.0625rem;
	transform: translateX(0);
}

.p-schedule__other .p-schedule__link[data-last]:not(.inactive)::before {
	font-size: 0.75rem;
	left: auto;
	left: initial;
	padding: 0.375rem 0.375rem 0.25rem 0.5rem;
	right: 2.25rem;
	top: -1.0625rem;
	transform: translateX(0);
}

.p-schedule__list:not(.inactive)::after {
	left: auto;
	left: initial;
	right: 4.875rem;
	transform: translateX(0);
}

.p-schedule__label {
	border: 1px solid #fff;
	border-radius: 0.1875rem 0 0 0;
	border-right: none;
	font-size: 1.125rem;
	font-weight: 500;
}

.p-schedule__link a {
	border-radius: 0 0.1875rem 0 0;
	font-size: 1.125rem;
	justify-content: space-between;
	line-height: 1.4;
	padding-bottom: 0.625rem;
	padding-inline: 0.75rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.625rem;
}

.p-schedule__left {
	border-radius: 0 0 0.1875rem 0.1875rem;
	grid-column: span 2;
	padding-bottom: 0.375rem;
	padding-top: 0.375rem;
}

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

.p-schedule__block {
	border-radius: 0.1875rem;
}

.p-schedule__blockTitle {
	padding: 0.75rem 3.8125rem 0.75rem 0.75rem;
}

.p-schedule__label2 {
	align-items: flex-start;
	flex-direction: column;
	font-size: 1rem;
	gap: 0rem;
	line-height: 1.48;
	padding: 0.75rem;
	width: 100%;
}

.p-schedule__label2 small {
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
}

.p-schedule__icon {
	height: 1.75rem;
	right: 1.3125rem;
	width: 1.75rem;
}

.p-schedule__content {
	border-radius: 0 0 0.1875rem 0.1875rem;
}

.p-schedule__main {
	gap: 0.625rem;
	grid-template-columns: 2.75rem 1fr;
	padding: 1.25rem 0.5rem 1.25rem 1rem;
}

.p-schedule__tag {
	font-size: 0.875rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.p-schedule__links {
	grid-gap: 0.25rem;
	display: grid;
	gap: 0.25rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-schedule__links .p-schedule__link a {
	border-radius: 0.25rem;
	font-size: 0.875rem;
	gap: 0.25rem;
	padding: 0.25rem 0.375rem;
}

.p-schedule__links .p-schedule__link a::after {
	height: 0.75rem;
	width: 0.75rem;
}

.p-schedule__other.finish .p-schedule__links {
	gap: 0.4375rem;
	grid-template-columns: 100%;
}

.p-schedule__other.finish .p-schedule__links .p-schedule__link a {
	font-size: 0.75rem;
	padding-bottom: 0.375rem;
	padding-left: 0.8125rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
}

.p-schedule__other.finish .p-schedule__link a .value {
	font-size: 0.75rem;
}

.p-schedule__other.finish .p-schedule__note {
	margin-top: 0.5rem;
}

main {
	background-image: none;
	padding-bottom: 4.6875rem;
}

section {
	margin-top: 3.75rem;
}

.p-top {
	background: #F4DE4A url(../images/bg_top_sp.webp) right bottom/20.25rem no-repeat;
	padding-bottom: 5.5rem;
	padding-top: 2.5rem;
}

.p-top__lists {
	gap: 2.5rem;
	grid-template-columns: 100%;
}

.p-top__list {
	font-size: 1.5rem;
	padding-bottom: 1.75rem;
	padding-top: 1.75rem;
}

.p-top__list:not(:last-child)::after {
	-webkit-clip-path: polygon(0% 20%, 46% 20%, 46% 0, 100% 50%, 46% 100%, 46% 80%, 0% 80%);
	bottom: -2.25rem;
	clip-path: polygon(0% 20%, 46% 20%, 46% 0, 100% 50%, 46% 100%, 46% 80%, 0% 80%);
	height: 1.8125rem;
	left: 50%;
	top: auto;
	top: initial;
	transform: translateX(-50%) rotate(90deg);
	width: 2rem;
}

.p-top__list:nth-child(1)::before {
	bottom: -1.5625rem;
	height: 4.25rem;
	left: -0.625rem;
	width: 4rem;
}

.p-top__list:nth-child(2)::before {
	bottom: 1.25rem;
	height: 4.5625rem;
	right: 2.1875rem;
	width: 2.4375rem;
}

.p-top__list:nth-child(3)::before {
	bottom: -0.75rem;
	height: 3rem;
	left: -0.5rem;
	right: auto;
	right: initial;
	width: 4.5rem;
}

.p-university__blocks {
	gap: 1rem;
}

.p-university__area {
	font-size: 0.875rem;
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
}

.p-university__text {
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

.c-note {
	font-size: 0.75rem;
	margin-top: 1rem;
}

.p-voice__block {
	gap: 0.8125rem;
}

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

.p-voice__text {
	font-size: 0.875rem;
	line-height: 1.6;
	padding: 1.25rem;
}

.p-voice__block:nth-child(odd) .p-voice__text {
	border-radius: 0.75rem 0.75rem 0 0.75rem;
}

.p-voice__block:nth-child(even) .p-voice__text {
	border-radius: 0.75rem 0.75rem 0.75rem 0;
}

.p-voice__img {
	width: 3.75rem;
}

}

@media (max-width: 767px) {

html {
	font-size: 16px;
}

}

@media (max-width: 393px) {

html {
	font-size: 4.0712468193vw;
}

}

