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

html {
	font-size: 16px;
}

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

/* ホバー */

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

*,
*::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%;
}

/* 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;
}

summary::marker {
	content: "";
}

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

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

.l-inner.--s {
	max-width: 94.5rem;
}

.l-inner.--xs {
	max-width: 69.5rem;
}

.l-inner.--border {
	padding-top: 6.75rem;
	position: relative;
}

.l-inner.--border::before {
	background-color: #E7E7E7;
	content: "";
	height: 1px;
	left: 0;
	margin: auto;
	max-width: 100rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

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

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

.l-access {
	margin-top: 8.75rem;
}

.p-access__block + .p-access__block {
	margin-top: 10rem;
}

.p-access__icon {
	margin-inline: auto;
	max-width: 22.625rem;
}

.p-access__lead {
	margin-inline: auto;
	margin-top: 1.125rem;
	max-width: 50rem;
}

.p-access__subTitle {
	font-size: 1.5625rem;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 1.5;
	margin-top: 4rem;
}

.p-access__slider.js-slider {
	margin-inline: auto;
	margin-top: 2rem;
	width: 62.5rem;
}

.p-access__slider.js-slider .slick-list {
	overflow: unset;
}

.p-access__slider.js-slider .slider-dots li {
	background-color: #E7E7E7;
}

.p-access__slider.js-slider .slide-arrow {
	background: url(../images/common/arrow-btn.svg) center center/1.5rem no-repeat;
	background-color: #F3F3F3;
	border-radius: 50%;
	cursor: pointer;
	height: 4.125rem;
	position: absolute;
	top: calc(50% - 3rem);
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 4.125rem;
	z-index: 1;
}

.p-access__slider.js-slider .slide-arrow:hover {
	opacity: 0.8;
}

.p-access__slider.js-slider .prev-arrow {
	left: -2.5rem;
	transform: translateY(-50%) rotate(180deg);
}

.p-access__slider.js-slider .next-arrow {
	right: -2.5rem;
}

.p-access__sliderItem {
	margin-inline: 4.3125rem;
	width: 62.5rem;
}

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

.p-access__map {
	margin-inline: auto;
	margin-top: 3.75rem;
	max-width: 62.5rem;
}

.p-access__map-text {
	margin-top: 1.3125rem;
}

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

.p-breadcrumb {
	min-height: 1.375rem;
	position: relative;
	z-index: 2;
}

.p-breadcrumb__inner {
	max-width: 120.125rem;
}

.p-breadcrumb__list {
	background-color: #F7F7F7;
	border-radius: 0.375rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.3125rem 0.5625rem;
	padding: 0.1875rem 0.5625rem 0.3125rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-breadcrumb__list > span {
	color: #777777;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.25;
	position: relative;
}

.p-breadcrumb__list > span + span {
	padding-left: 1.75rem;
}

.p-breadcrumb__list > span + span::before {
	background: url(../images/common/breadcrumb.svg) center center/100% no-repeat;
	border-radius: 50%;
	content: "";
	height: 0.625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.1875rem;
}

.p-cards {
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(4, 1fr);
}

.p-cards__card {
	display: contents;
}

.l-contents {
	margin-top: 11.25rem;
}

.p-contents__head {
	margin-bottom: 5.8125rem;
}

.p-contents__inner {
	max-width: 120.125rem;
}

.p-contents__block {
	align-items: flex-start;
	display: flex;
	gap: 8rem;
	position: relative;
}

.p-contents__block::before {
	content: "";
	position: absolute;
	z-index: 1;
}

.p-contents__block.about1::before {
	background: url(../images/about/about_vector_01.svg) center center/contain no-repeat;
	height: 22.9375rem;
	right: -3.25rem;
	top: -15.75rem;
	width: 31.25rem;
	z-index: 2;
}

.p-contents__block.about2::before {
	background: url(../images/about/about_vector_02.svg) center center/contain no-repeat;
	height: 14.25rem;
	left: 3.4375rem;
	top: -7.375rem;
	transform: rotate(-6.52deg);
	width: 35.9375rem;
}

.p-contents__block.about3::before {
	background: url(../images/about/about_vector_03.svg) center center/contain no-repeat;
	height: 11.0625rem;
	right: -3.25rem;
	top: -10.3125rem;
	width: 31.25rem;
}

.p-contents__block.profile1::before {
	content: "";
	pointer-events: none;
	position: absolute;
}

.p-contents__block.profile1.--kimura::before {
	background: url(../images/kimura/name.svg) center right/contain no-repeat;
	height: 21.875rem;
	right: calc(50% - 50vw);
	top: -9.5625rem;
	width: 46.4375rem;
}

.p-contents__block.profile1.--izawa::before {
	background: url(../images/izawa/name.svg) center right/contain no-repeat;
	height: 24.5rem;
	right: calc(50% - 50vw);
	top: -10.25rem;
	width: 43.5rem;
}

.p-contents__block.profile2::before {
	background: url(../images/common/profile_vector_01.svg) center center/contain no-repeat;
	content: "";
	height: 10.375rem;
	left: calc(50% - 50vw);
	position: absolute;
	top: -6.1875rem;
	width: 15.25rem;
}

.p-contents__block.profile3::before {
	content: "";
	position: absolute;
}

.p-contents__block.profile3.--euph::before {
	background: url(../images/common/euph.webp) center center/contain no-repeat;
	content: "";
	height: 13.8125rem;
	position: absolute;
	right: 4.5625rem;
	top: -6.1875rem;
	transform: rotate(-10deg);
	width: 16.25rem;
}

.p-contents__block.profile3::after {
	background: url(../images/common/profile_vector_02.svg) center center/contain no-repeat;
	bottom: -3.75rem;
	content: "";
	height: 11.6875rem;
	left: -2.0625rem;
	position: absolute;
	transform: rotate(-7.58deg);
	width: 36.5rem;
}

.p-contents__block.studio1::after {
	background: url(../images/studio/studio_vector_01.svg) center center/contain no-repeat;
	content: "";
	height: 21.8125rem;
	position: absolute;
	right: 0;
	top: -12.1875rem;
	transform: rotate(-7.58deg);
	width: 25.8125rem;
}

.p-contents__block.studio2::after {
	background: url(../images/studio/studio_vector_02.svg) center bottom/contain no-repeat;
	content: "";
	height: 35.625rem;
	left: calc(50% - 50vw);
	position: absolute;
	top: -20.25rem;
	width: 32.0625rem;
}

.p-contents__block.studio3::after {
	background: url(../images/studio/studio_vector_03.svg) center bottom/contain no-repeat;
	content: "";
	height: 11.0625rem;
	position: absolute;
	right: calc(50% - 50vw - 5.375rem);
	top: -5.3125rem;
	width: 34.5rem;
}

.p-contents__block + .p-contents__block {
	margin-top: 9.375rem;
}

.p-contents__block:nth-child(even) {
	flex-direction: row-reverse;
}

.p-contents__img {
	position: relative;
	width: 55.375rem;
	z-index: 1;
}

.p-contents__content {
	margin-top: 10.3125rem;
	width: calc(100% - 55.375rem - 8rem - 12.5rem);
}

.p-contents__block.profile1 .p-contents__content,
.p-contents__block.profile2 .p-contents__content,
.p-contents__block.profile3 .p-contents__content {
	margin-top: 6.1875rem;
}

.p-contents__block.profile1 .p-contents__text,
.p-contents__block.profile2 .p-contents__text,
.p-contents__block.profile3 .p-contents__text {
	font-size: 1.25rem;
	letter-spacing: 0.2em;
}

.p-contents__title small {
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	margin-left: 0.9375rem;
	vertical-align: middle;
}

.p-contents__text {
	margin-top: 3.125rem;
}

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

.p-contents__links {
	display: inline-flex;
	gap: 1rem;
	justify-content: center;
	transform: translateY(-25%);
}

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

.p-course__program-title {
	margin-top: 6rem;
}

.p-course__lead {
	margin-top: 2.625rem;
}

.p-course__blocks {
	margin-inline: auto;
	margin-top: 3rem;
	max-width: 62.5rem;
}

.p-course__block {
	border: 1px solid #000;
	border-radius: 2.5rem;
	overflow: hidden;
	padding-inline: 5rem;
}

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

.p-course__block.is-opened {
	padding-bottom: 3.625rem;
}

.p-course__block.is-opened .p-course__subTitle {
	border-bottom: 1px solid #E7E7E7;
	cursor: pointer;
	margin-bottom: 2.4375rem;
}

.p-course__subTitle {
	cursor: pointer;
	padding-block: 2.25rem;
	position: relative;
	transition: margin 0.45s, padding 0.45s;
}

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

.p-course__text {
	color: #1D221B;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 1.8;
}

.p-course__info {
	align-items: center;
	color: #1D221B;
	display: grid;
	font-size: 1.25rem;
	font-weight: 300;
	grid-template-columns: 3.75em 1fr;
	letter-spacing: 0.2em;
	line-height: 2.3;
	margin-top: 1rem;
}

.p-course__info dt {
	display: flex;
}

.p-course__info dt::after {
	content: "：";
	display: inline-block;
}

.p-course__contact {
	margin-top: 7.5rem;
	text-align: center;
}

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

.l-cv {
	margin-top: 11.125rem;
}

.p-cv {
	align-items: stretch;
	display: flex;
	min-height: 50rem;
}

.p-cv__content {
	align-items: center;
	display: flex;
	padding-right: 7.625rem;
	padding-top: 4.625rem;
	width: 50%;
}

.p-cv__inner {
	margin-left: auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-cv__inner::before {
	background: url(../images/common/icon_toonkigo.svg) center center/contain no-repeat;
	content: "";
	height: 10.625rem;
	left: -6.375rem;
	position: absolute;
	top: -8.6875rem;
	width: 10.4375rem;
}

.p-cv__title .c-title__en {
	text-transform: unset;
}

.p-cv__text {
	margin-top: 1.375rem;
}

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

.p-cv__note {
	color: #777777;
	margin-top: 1.5rem;
}

.p-cv__slider {
	width: 50%;
}

.p-cv__slider .slick-track,
.p-cv__slider .slick-list {
	height: 100%;
}

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

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

.p-drawer-nav__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-drawer-nav__text {
	display: block;
	overflow: hidden;
	position: relative;
}

.p-drawer-nav__text span,
.p-drawer-nav__text::after {
	display: block;
	transform: translateY(0);
}

.p-drawer-nav__text::after {
	content: attr(data-text);
	left: 0;
	position: absolute;
	top: 100%;
}

.p-drawer-nav__link > a:hover .p-drawer-nav__text span,
.p-drawer-nav__link > a:hover .p-drawer-nav__text::after,
.p-drawer-nav__link > span:hover .p-drawer-nav__text span,
.p-drawer-nav__link > span:hover .p-drawer-nav__text::after {
	animation: none, textSlide 0.5s forwards;
}

.p-drawer-nav__subLinks {
	display: none;
}

.p-drawer {
	background-color: #E6EEEA;
	display: none;
	height: 100dvh;
	left: 0;
	overflow: scroll;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-drawer__head {
	align-items: center;
	background-color: #fff;
	display: flex;
	height: 4.0625rem;
	padding-inline: 0.9375rem;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-drawer__inner {
	height: -moz-fit-content;
	height: fit-content;
	overflow: hidden;
	padding-block: 1.875rem;
}

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

.p-drawer__info {
	margin-top: 4.1875rem;
}

.p-drawer__logo {
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-drawer__logo span {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.1em;
}

.p-drawer__logo-en {
	font-size: 2.9375rem;
	font-weight: 400;
	line-height: 0.95;
}

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

.p-drawer__icon {
	margin-top: 0.8125rem;
	text-align: center;
}

.p-drawer__figure {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 1.8125rem;
}

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

.p-drawer__privacy a {
	font-size: 0.6875rem;
	font-weight: 300;
	line-height: 2;
}

.p-float {
	bottom: 0;
	height: 3.125rem;
	left: 0;
	position: fixed;
	transform: translateY(105%);
	transition: all 1s;
	width: 100%;
	z-index: 99;
}

.p-float.is-active {
	transform: translateY(0%);
}

.p-float__btn {
	height: 100%;
}

.p-float__btn img {
	width: 2.1875rem;
}

.p-float__btn a {
	align-items: center;
	background-color: #F2FF40;
	border-top: 1px solid #000;
	display: flex;
	font-size: 1.125rem;
	font-weight: 300;
	gap: 0.3125rem;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.3;
	padding-right: 1.875rem;
	position: relative;
	width: 100%;
}

.p-float__arrow {
	right: 1rem;
}

.p-footer-contact__title {
	border-bottom: 1px solid #E7E7E7;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.0833333333;
	padding-bottom: 0.9375rem;
}

.p-footer-contact__wrap {
	align-items: flex-start;
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
	margin-top: 1.4375rem;
}

.p-footer-contact__text {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2;
}

.p-footer-contact__btn {
	flex-shrink: 0;
	margin-top: 1.0625rem;
	width: 30.4375rem;
}

.p-footer-contact__btn a {
	width: 100%;
}

.p-footer {
	overflow: hidden;
	padding-top: 13rem;
}

.p-footer__wrap {
	display: flex;
}

.p-footer__top {
	flex-shrink: 0;
	margin-top: 4.4375rem;
	width: 40.75rem;
}

.p-footer__logo {
	position: relative;
	width: 40.75rem;
}

.p-footer__img {
	position: absolute;
	right: -4.9375rem;
	top: -2.0625rem;
	width: 24.375rem;
}

.p-footer__icon {
	margin-top: 1.9375rem;
}

.p-footer__lead {
	font-size: 1.9375rem;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 2.2;
	margin-top: 3.1875rem;
}

.p-footer__text {
	margin-top: 1.3125rem;
}

.p-footer__nav {
	margin-left: auto;
	margin-right: calc(50% - 50vw - 1px);
	width: 42.0833333333vw;
}

.p-footer__entry {
	margin-top: 7.375rem;
	text-align: center;
}

.p-footer__contact {
	margin-inline: auto;
	margin-top: 6.6875rem;
	max-width: 87.5rem;
}

.p-footer__copy {
	border-top: 1px solid #000;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 1.25rem;
	padding-block: 1.125rem;
	text-align: center;
}

.p-footer__privacy {
	margin-top: 6.125rem;
	text-align: right;
}

.p-footer__privacy a {
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 300;
	line-height: 2;
	transition: all 0.45s;
}

.p-globalNav {
	height: 100%;
}

.p-globalNav__links {
	align-items: center;
	display: flex;
	gap: 2.1875rem;
	height: 100%;
}

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

.p-globalNav__link > a,
.p-globalNav__link > span {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	height: 100%;
	transition: all 0.45s;
}

.p-globalNav__subLinks {
	background-color: #fff;
	border: 1px solid #E7E7E7;
	border-radius: 0.625rem;
	display: none;
	left:0;
	padding: 0.4375rem 1.5rem;
	position: absolute;
	top: calc(100% - 1.5rem);
}

.p-globalNav__subLink + .p-globalNav__subLink {
	border-top: 1px solid #E7E7E7;
}

.p-globalNav__subLink a {
	color: #777777;
	display: block;
	font-size: 1rem;
	line-height: 1.5625;
	padding-block: 0.8125rem;
	transition: all 0.45s;
	white-space: nowrap;
}

.l-greeting {
	margin-top: 3.3125rem;
}

.p-greeting__en {
	font-size: 8.4375rem;
	font-weight: 400;
	letter-spacing: -0.02em;
	text-align: center;
}

.p-greeting__ja {
	font-size: 1.5625rem;
	font-weight: 300;
	margin-top: -0.6875rem;
	text-align: center;
}

.p-greeting__lead {
	margin-top: 4.375rem;
	text-align: center;
}

.p-greeting__leadText {
	font-size: 1.9375rem;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 2.2;
	text-align: center;
}

.p-greeting__lead .c-lead {
	text-align: center;
}

.p-greeting__wrap {
	display: grid;
	gap: 10.25rem;
	grid-template-columns: 42.5rem 1fr;
	margin-top: 10.25rem;
	position: relative;
}

.p-greeting__content {
	margin-top: 4.8125rem;
	max-width: 40.9375rem;
	position: relative;
}

.p-greeting__wrap.--euph::before {
	background: url(../images/common/euph.webp) center center/contain no-repeat;
	content: "";
	height: 15.5625rem;
	position: absolute;
	right: 4.375rem;
	top: -6.1875rem;
	transform: rotate(-8deg);
	width: 18.3125rem;
	z-index: 1;
}

.p-greeting__wrap.--piano::before {
	background: url(../images/common/piano.svg) center center/contain no-repeat;
	content: "";
	height: 14rem;
	position: absolute;
	right: -7.5rem;
	top: -8.75rem;
	width: 18.6875rem;
	z-index: 1;
}

.p-greeting__text {
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 2.8;
	margin-top: 1.125rem;
}

.p-greeting__text p + p {
	margin-top: 0.5em;
}

.p-greeting__btn {
	margin-top: 1.8125rem;
}

.p-greeting__links {
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.p-header {
	background-color: #fff;
	height: 6.4375rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-header.--front {
	opacity: 0;
	top: -105%;
	transition: all 2s;
}

.p-header.--front.is-active {
	opacity: 1;
	top: 0;
}

.p-header__inner {
	align-items: center;
	display: flex;
	max-width: unset;
	padding-inline: 1.25rem;
}

.p-header__logo {
	align-items: center;
	display: flex;
	gap: 1.4375rem;
}

.p-header__logo a {
	display: block;
}

.p-header__logo img {
	width: 16.9375rem;
}

.p-header__logo span {
	color: #777777;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 1.8;
}

.p-header__nav {
	align-items: center;
	display: flex;
	height: 100%;
	margin-left: auto;
}

.p-header__btn {
	margin-left: 2.0625rem;
}

.p-header__instagram {
	height: 1rem;
	margin-left: 1.375rem;
	width: 1rem;
}

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

.l-intro {
	margin-top: 7.9375rem;
	overflow: hidden;
}

.p-intro__inner.l-inner {
	max-width: 115.5rem;
}

.p-intro__top {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: 11.6875rem;
	justify-content: flex-end;
}

.p-intro__title {
	position: relative;
}

.p-intro__title-ja {
	bottom: 0.75rem;
	color: #777777;
	font-size: 0.75rem;
	font-weight: 300;
	left: 0;
	letter-spacing: 0.1em;
	position: absolute;
	width: 100%;
}

.p-intro__lead {
	font-size: 1.9375rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 2.2;
	margin-top: 1.3125rem;
}

.p-intro__lead2 {
	margin-top: 2.125rem;
}

.p-intro__img1 {
	width: 53.625rem;
}

.p-intro__middle {
	margin-top: 4.3125rem;
	position: relative;
}

.p-intro__middle::before {
	background: url(../images/index/intro_img_01.svg) center center/contain no-repeat;
	content: "";
	height: 42.1875rem;
	pointer-events: none;
	position: absolute;
	right: 2.1875rem;
	top: -16.5rem;
	width: 68.125rem;
	z-index: 2;
}

.p-intro__img2 {
	margin-left: auto;
	margin-right: 4.25rem;
	position: relative;
	width: 34rem;
	z-index: 3;
}

.p-intro__bottom {
	align-items: center;
	display: flex;
	gap: 12.375rem;
	margin-left: auto;
	margin-top: -6.8125rem;
	width: calc(100% - 4.25rem);
}

.p-intro__content2 {
	position: relative;
	z-index: 2;
}

.p-intro__img3 {
	flex-shrink: 0;
	position: relative;
	width: 42.4375rem;
	z-index: 1;
}

.p-intro__name {
	margin-left: -4.375rem;
	max-width: 46.4375rem;
}

.p-intro__text {
	line-height: 3;
	margin-top: -11.1875rem;
}

.p-intro__btn {
	margin-top: 2.75rem;
}

.p-intro__gallery {
	align-items: flex-start;
	display: flex;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 8.4375rem;
	padding-bottom: 1.625rem;
	position: relative;
}

.p-intro__gallery::before {
	background: url(../images/index/intro_img_03.svg) center center/contain no-repeat;
	content: "";
	height: 8.8020833333vw;
	position: absolute;
	right: 8.1770833333vw;
	top: -5.5729166667vw;
	width: 13.4895833333vw;
}

.p-intro__gallery::after {
	background: url(../images/index/intro_img_02.svg) center center/contain no-repeat;
	bottom: 0;
	content: "";
	height: 9.2708333333vw;
	left: 0;
	position: absolute;
	width: 27.9166666667vw;
}

.p-intro__gallery picture:nth-child(1) {
	width: 23.28125vw;
}

.p-intro__gallery picture:nth-child(2) {
	margin-left: 6.1458333333vw;
	margin-top: 9.9479166667vw;
	transition-delay: 0.2s !important;
	width: 17.6041666667vw;
}

.p-intro__gallery picture:nth-child(3) {
	margin-left: 5.1041666667vw;
	transition-delay: 0.4s !important;
	width: 23.125vw;
}

.p-intro__gallery picture:nth-child(4) {
	margin-left: 4.5833333333vw;
	margin-top: 6.8229166667vw;
	transition-delay: 0.6s !important;
	width: 20.2604166667vw;
}

.p-modal {
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 0.5s;
	visibility: hidden;
	width: 100%;
	z-index: 1000;
}

.p-modal.is-active {
	opacity: 1;
	visibility: visible;
}

.p-modal__bg {
	background-color: black;
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-modal__content {
	background-color: #fff;
	border-radius: 1.875rem;
	height: calc(100% - 6.25rem);
	left: 50%;
	margin: auto;
	max-width: 50rem;
	overflow-y: auto;
	padding: 1.25rem 1.25rem 4.375rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 6.25rem);
}

.p-modal__close {
	background-color: #F3F3F3;
	border-radius: 50%;
	display: block;
	height: 4.125rem;
	margin-left: auto;
	position: sticky;
	top: 0;
	transition: all 0.45s;
	width: 4.125rem;
}

.p-modal__close::before,
.p-modal__close::after {
	background-color: #000;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 1.9375rem;
}

.p-modal__close::before {
	transform: translate(-50%, -50%) rotate(-37.2deg);
}

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

.p-modal__blocks {
	margin-top: 1.75rem;
	padding-inline: 3.125rem;
}

.p-modal__block + .p-modal__block {
	margin-top: 5rem;
}

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

.p-modal__subTitle {
	font-size: 1.5625rem;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 1.5;
}

.p-modal__text {
	margin-top: 1.75rem;
}

.p-nav__links {
	display: grid;
	gap: 2.0625rem;
}

.p-nav__link {
	height: 11.75rem;
}

.p-nav__link a {
	align-items: center;
	background-color: #fff;
	border: 1px solid #E7E7E7;
	border-radius: 3.125rem 0 0 3.125rem;
	display: flex;
	font-size: 1.5rem;
	gap: 2.8125rem;
	height: 100%;
	letter-spacing: 0.1em;
	line-height: 1.6666666667;
	padding-inline: 2.25rem 5.25rem;
	position: relative;
}

.p-nav__icon {
	height: 7.1875rem;
	width: 7.1875rem;
}

.p-nav__icon img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-nav__text {
	display: block;
	overflow: hidden;
	position: relative;
}

.p-nav__text span,
.p-nav__text::after {
	display: block;
	transform: translateY(0);
}

.p-nav__text::after {
	content: attr(data-text);
	left: 0;
	position: absolute;
	top: 100%;
}

.p-nav__link a:hover .p-nav__text span,
.p-nav__link a:hover .p-nav__text::after {
	animation: none, textSlide 0.5s forwards;
}

.p-nav__arrow {
	right: 7.75rem;
}

.l-pageLink {
	margin-top: 11.25rem;
}

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

.l-point {
	margin-top: 6.5625rem;
}

.p-point {
	padding-block: 6.6875rem 9.25rem;
}

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

.p-point__block {
	background-color: #fff;
	padding: 1.6875rem 3.75rem 2.875rem;
}

.p-point__block:nth-child(2) {
	transition-delay: 0.2s !important;
}

.p-point__block:nth-child(3) {
	transition-delay: 0.4s !important;
}

.p-point__icon {
	margin-inline: auto;
	width: 6.875rem;
}

.p-point__subTitle {
	font-weight: 300;
	margin-top: 2rem;
	text-align: center;
}

.p-point__text {
	margin-top: 1.375rem;
}

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

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

.p-price__text {
	margin-inline: auto;
	margin-top: 1.25rem;
	max-width: 38rem;
}

.l-slider {
	margin-top: 8.125rem;
}

.p-slider__cards {
	margin-right: calc(50% - 50vw);
	margin-top: 3.625rem;
}

.p-slider__cards.js-slider .slider-dots {
	margin-top: 8.125rem;
	width: calc(100% - (50vw - 50rem));
}

.p-slider__cards.js-slider .slider-dots li {
	background-color: #E7E7E7;
}

.p-slider__card {
	margin-right: 3.75rem;
	width: 25.9375rem;
}

.p-slider__btn {
	margin-top: 4.1875rem;
	text-align: center;
}

.p-slider__btn .c-btn {
	font-size: 1.0625rem;
}

.l-subMv {
	margin-top: 2.125rem;
	overflow: hidden;
}

.p-subMv__inner {
	max-width: 120.125rem;
}

.p-subMv__img {
	margin-top: 2.125rem;
}

.p-subMv__lead {
	margin-inline: auto;
	margin-top: 5.5625rem;
	max-width: 62.5rem;
}

.p-subMv__btn {
	margin-top: 2rem;
	text-align: center;
}

body {
	background-color: #fff;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.05em;
}

html.is-fixed {
	overflow: hidden;
}

main {
	overflow: clip;
}

p {
	text-align: justify;
}

.l-topAccess {
	margin-bottom: 10.75rem;
	margin-top: 10.25rem;
}

.p-topAccess__wrap {
	display: grid;
	gap: 6.875rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 5rem;
}

.p-topAccess__content {
	position: relative;
}

.p-topAccess__content::before {
	background: url(../images/common/access_img.webp) center center/contain no-repeat;
	bottom: -6rem;
	content: "";
	height: 11.9375rem;
	position: absolute;
	right: -2.875rem;
	transform: rotate(-6.52deg);
	width: 30rem;
}

.p-topAccess__lead {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.8;
}

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

.p-topAccess__subTitle span {
	display: block;
	font-size: 4.0625rem;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 0.95;
}

.p-topAccess__subTitle small {
	display: block;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: -0.375rem;
}

.p-topAccess__info {
	margin-top: 3.75rem;
}

.p-topAccess__row + .p-topAccess__row {
	margin-top: 2.25rem;
}

.p-topAccess__row dt {
	color: #777777;
}

.p-topAccess__row dd {
	margin-top: 0.375rem;
}

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

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

.p-topAccess__map {
	margin-inline: auto;
	margin-top: 10.6875rem;
	max-width: 87.5rem;
}

.p-topAccess__iframe {
	width: 100%;
}

.p-topAccess__iframe iframe {
	-o-object-fit: cover;
	aspect-ratio: 1400/550;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-topAccess__map-text {
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 1.3125rem;
}

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

.l-topCourse {
	margin-top: 9.5625rem;
}

.p-topCourse__lists {
	align-items: flex-start;
	display: grid;
	gap: 0.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.9375rem;
}

.p-topCourse__list {
	display: grid;
	gap: 0;
	grid-row: span 4;
	grid-template-rows: subgrid;
}

.p-topCourse__list:nth-child(2) {
	transition-delay: 0.2s !important;
}

.p-topCourse__list:nth-child(3) {
	transition-delay: 0.4s !important;
}

.p-topCourse__img img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-topCourse__subTitle {
	margin-top: 2.6875rem;
}

.p-topCourse__text {
	color: #777777;
	margin-top: 0.5625rem;
	width: calc(100% - 3.75rem);
}

.p-topCourse__btn {
	margin-top: 1.8125rem;
}

.l-topInstructor {
	margin-top: 15.8125rem;
}

.p-topInstructor__lists {
	display: flex;
	flex-wrap: wrap;
	gap: 1.8125rem;
	justify-content: center;
	margin-top: 3.75rem;
}

.p-topInstructor__list {
	width: calc(50% - 0.90625rem);
}

.p-topInstructor__list:nth-child(2) {
	transition-delay: 0.2s !important;
}

.p-topInstructor__img img {
	-o-object-fit: cover;
	aspect-ratio: 785/565;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-topInstructor__name {
	margin-top: 2.5625rem;
}

.p-topInstructor__inst {
	color: #777777;
	margin-top: 0.0625rem;
}

.p-topInstructor__text {
	color: #777777;
	margin-top: 1rem;
	text-align: justify;
	width: calc(100% - 3.4375rem);
}

.p-topInstructor__btn {
	margin-top: 1.625rem;
}

.p-topInstructor__more {
	margin-top: 14.5625rem;
	text-align: center;
}

.p-topNews {
	background-color: #E6EEEA;
	padding-block: 7.5rem 9.5rem;
}

.p-topNews__links {
	margin-top: 3.75rem;
}

.p-topNews__link + .p-topNews__link {
	margin-top: 2.0625rem;
}

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

.slick-track {
	display: flex;
}

.slick-slide {
	height: auto !important;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.js-slider .slider-dots {
	display: flex;
	gap: 1.375rem;
	justify-content: center;
	margin-top: 2.4375rem;
}

.js-slider .slider-dots li {
	background-color: #fff;
	border-radius: 0.125rem;
	height: 0.3125rem;
	width: 1.75rem;
}

.js-slider .slider-dots li.slick-active {
	background-color: #777777;
}

.js-slider .slider-dots button {
	display: none;
}

@media (hover: hover) {

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

.p-breadcrumb__list a:hover {
	color: #E7E7E7;
}

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

.p-globalNav__link > a:hover,
.p-globalNav__subLink a:hover {
	color: #ADADAD;
}

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

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

}

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

.u-mobile {
	display: none;
}

}

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

html {
	font-size: 0.8333333333vw;
}

}

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

html {
	font-size: 16px;
}

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

.l-inner {
	max-width: 33.75rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-left: 15px;
	padding-right: 15px;
}

.l-inner.--s {
	max-width: 33.75rem;
}

.l-inner.--xs {
	max-width: 33.75rem;
}

.l-inner.--border {
	padding-top: 3rem;
}

.l-inner.--border::before {
	width: calc(100% - 4rem);
}

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

.p-access__block + .p-access__block {
	margin-top: 5rem;
}

.p-access__icon {
	max-width: 13.0625rem;
}

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

.p-access__subTitle {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
}

.p-access__slider.js-slider {
	margin-top: 1.625rem;
	width: 18.75rem;
}

.p-access__slider.js-slider .slider-dots {
	margin-top: 2rem;
}

.p-access__slider.js-slider .slide-arrow {
	display: none !important;
}

.p-access__sliderItem {
	margin-inline: 0.6875rem;
	width: 18.75rem;
}

.p-access__text {
	margin-top: 0.5625rem;
}

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

.l-breadcrumb {
	margin-top: 4.75rem;
}

.p-breadcrumb__inner {
	padding-inline: 1rem;
}

.p-breadcrumb__list {
	border-radius: 0.3125rem;
	gap: 0.3125rem 0.5rem;
}

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

.p-breadcrumb__list > span + span {
	padding-left: 1.4375rem;
}

.p-breadcrumb__list > span + span::before {
	height: 0.9375rem;
	top: 55%;
	width: 0.9375rem;
}

.p-cards {
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
}

.l-contents {
	margin-top: 9.1875rem;
}

.p-contents__head {
	margin-bottom: 3.625rem;
}

.p-contents__block {
	display: block;
}

.p-contents__block.about1::before {
	height: 15.25rem;
	right: -11.5625rem;
	top: -14.5625rem;
	width: 24.25rem;
}

.p-contents__block.about2::before {
	height: 7.9375rem;
	left: -4.25rem;
	top: -8.75rem;
	transform: rotate(0deg);
	width: 20rem;
}

.p-contents__block.about3::before {
	height: 6.375rem;
	right: -3.5rem;
	top: -7rem;
	width: 20rem;
}

.p-contents__block.profile1.--kimura::before {
	background-image: url(../images/kimura/name_sp.svg);
	height: 7.125rem;
	left: calc(50% - 50vw);
	top: -3.875rem;
	width: 100vw;
}

.p-contents__block.profile1.--izawa::before {
	background-image: url(../images/izawa/name_sp.svg);
	height: 6.875rem;
	left: calc(50% - 50vw);
	top: -4.375rem;
	width: 100vw;
}

.p-contents__block.profile2::before {
	height: 5.25rem;
	top: -5.25rem;
	width: 7rem;
}

.p-contents__block.profile3 {
	padding-bottom: 7.5rem;
}

.p-contents__block.profile3.--euph::before {
	height: 8.3125rem;
	right: 0;
	top: -8.0625rem;
	transform: rotate(7deg);
	width: 8.125rem;
}

.p-contents__block.profile3::after {
	height: 5rem;
	left: calc(50% - 50vw - 3.125rem);
	width: 15.625rem;
}

.p-contents__block.studio1::after {
	height: 11.25rem;
	right: -1.375rem;
	top: -8.25rem;
	transform: rotate(0deg);
	width: 13.1875rem;
	z-index: 1;
}

.p-contents__block.studio2::after {
	height: 20.4375rem;
	left: -4.25rem;
	top: -15rem;
	width: 20rem;
	z-index: 1;
}

.p-contents__block.studio3::after {
	height: 6.375rem;
	right: -3.5rem;
	top: -7rem;
	width: 20rem;
}

.p-contents__block + .p-contents__block {
	margin-top: 10rem;
}

.p-contents__img {
	width: 100%;
}

.p-contents__content {
	margin-top: 1.6875rem;
	width: 100%;
}

.p-contents__block.profile1 .p-contents__content,
.p-contents__block.profile2 .p-contents__content,
.p-contents__block.profile3 .p-contents__content {
	margin-top: 1.6875rem;
}

.p-contents__block.profile1 .p-contents__text,
.p-contents__block.profile2 .p-contents__text,
.p-contents__block.profile3 .p-contents__text {
	font-size: 1rem;
	letter-spacing: 0.1em;
}

.p-contents__title {
	align-items: center;
	display: flex;
}

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

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

.p-contents__links {
	display: flex;
	gap: 0.8125rem;
	margin-left: auto;
	transform: translateY(0);
}

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

.p-course__program-title {
	margin-top: 3rem;
}

.p-course__lead {
	margin-top: 1.3125rem;
}

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

.p-course__block {
	border-radius: 1.5625rem;
	padding-inline: 1.75rem;
}

.p-course__block.is-opened {
	padding-bottom: 1.375rem;
}

.p-course__block.is-opened .p-course__subTitle {
	margin-bottom: 1.375rem;
}

.p-course__subTitle {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	min-height: 4.25rem;
	padding-block: 1.25rem;
	padding-right: 4.125rem;
}

.p-course__text {
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 1.7857142857;
}

.p-course__info {
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 1.7857142857;
	margin-top: 1.375rem;
}

.p-course__contact {
	margin-top: 3.75rem;
}

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

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

.p-cv {
	display: block;
	min-height: unset;
}

.p-cv__content {
	display: block;
	padding: 0;
	width: 100%;
}

.p-cv__inner {
	margin-inline: auto;
	max-width: 33.75rem;
	padding-block: 1.375rem 1.625rem;
	padding-inline: 2rem;
	width: 100%;
}

.p-cv__inner::before {
	height: 5.9375rem;
	left: 1rem;
	top: -1.3125rem;
	width: 5.8125rem;
}

.p-cv__title .c-title__en {
	text-align: center;
}

.p-cv__title .c-title__ja {
	text-align: center;
}

.p-cv__text {
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 1.7857142857;
	margin-top: 1.25rem;
}

.p-cv__btn {
	margin-top: 1.25rem;
	text-align: center;
}

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

.p-cv__slider {
	margin-left: -1rem;
	margin-top: 0.75rem;
	width: calc(100% + 2rem);
}

.p-cv__slider picture img {
	-o-object-fit: cover;
	aspect-ratio: 360/233;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-drawer-nav__links {
	display: grid;
	gap: 0.4375rem;
}

.p-drawer-nav__link {
	background-color: #fff;
	border-radius: 0.9375rem;
}

.p-drawer-nav__link > a,
.p-drawer-nav__link > span {
	align-items: center;
	display: flex;
	font-size: 0.9375rem;
	gap: 0.8125rem;
	height: 4.0625rem;
	letter-spacing: 0.1em;
	line-height: 1.6666666667;
	padding-inline: 1.5625rem 4.4375rem;
	position: relative;
}

.p-drawer-nav__icon {
	height: 3rem;
	width: 3.1875rem;
}

.p-drawer-nav__arrow {
	right: 1.6875rem;
}

.p-drawer-nav__subLink a {
	align-items: center;
	color: #777777;
	display: flex;
	font-size: 0.8125rem;
	font-weight: 400;
	height: 2.75rem;
	letter-spacing: 0.1em;
	line-height: 1.9230769231;
	padding-inline: 1.5625rem;
	position: relative;
}

.p-drawer-nav__subLink a::before {
	background-color: #E7E7E7;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: calc(100% - 3.125rem);
}

.p-footer-contact__title {
	font-size: 2.5rem;
	line-height: 1.3;
	padding-bottom: 0.5625rem;
}

.p-footer-contact__wrap {
	display: block;
	margin-top: 1.1875rem;
}

.p-footer-contact__text {
	font-size: 0.875rem;
	line-height: 1.7857142857;
}

.p-footer-contact__btn {
	margin-top: 1.75rem;
	width: 100%;
}

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

.p-footer__wrap {
	display: block;
}

.p-footer__top {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 0;
	width: 100%;
}

.p-footer__logo {
	margin-inline: auto;
	width: 14.75rem;
}

.p-footer__img {
	right: -3.125rem;
	top: -1.9375rem;
	width: 15.125rem;
}

.p-footer__icon {
	margin-top: 2.375rem;
	order: 1;
}

.p-footer__lead {
	font-size: 1.375rem;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 3.4375rem;
	text-align: center;
}

.p-footer__text {
	margin-top: 1.9375rem;
	text-align: center;
}

.p-footer__nav {
	margin-top: 3rem;
	width: calc(100% + 50vw - 50%);
}

.p-footer__entry {
	margin-top: 3.3125rem;
}

.p-footer__contact {
	margin-top: 2.875rem;
}

.p-footer__copy {
	font-size: 0.6875rem;
	margin-top: 0.625rem;
	padding-block: 0.6875rem;
}

.p-footer__privacy {
	margin-top: 2.625rem;
}

.p-footer__privacy a {
	font-size: 0.6875rem;
}

.l-greeting {
	margin-top: 0.6875rem;
}

.p-greeting__inner {
	padding-inline: 1.125rem;
}

.p-greeting__en {
	font-size: 3.6875rem;
}

.p-greeting__ja {
	font-size: 0.875rem;
	margin-top: -0.125rem;
}

.p-greeting__lead {
	margin-top: 2.8125rem;
}

.p-greeting__leadText {
	font-size: 1.375rem;
	line-height: 2;
}

.p-greeting__lead .c-lead {
	margin-top: 1.9375rem;
}

.p-greeting__wrap {
	display: block;
	margin-top: 6.25rem;
	padding-inline: 1rem;
}

.p-greeting__img {
	margin-inline: calc(50% - 50vw);
}

.p-greeting__content {
	margin-top: 2.125rem;
}

.p-greeting__wrap.--euph::before {
	height: 7.8125rem;
	right: -1.125rem;
	top: -3.125rem;
	transform: rotate(2deg);
	width: 8.875rem;
}

.p-greeting__wrap.--piano::before {
	height: 7.8125rem;
	right: -1.125rem;
	top: -3.4375rem;
	transform: rotate(2deg);
	width: 8.875rem;
}

.p-greeting__text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 1.0625rem;
}

.p-header {
	height: 4.0625rem;
	position: absolute;
}

.p-header__inner {
	max-width: unset;
	padding-inline: 0.9375rem;
}

.p-header__logo {
	align-items: flex-start;
	flex-direction: column-reverse;
	gap: 0.1875rem;
}

.p-header__logo img {
	width: 11.8125rem;
}

.p-header__logo span {
	font-size: 0.5625rem;
	letter-spacing: 0.1em;
}

.p-header__nav {
	background-color: #fff;
	border-bottom-left-radius: 0.9375rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	height: 4.0625rem;
	position: fixed;
	right: 0;
	top: 0;
	width: 8.125rem;
	z-index: 101;
}

.p-header__contact {
	height: 100%;
}

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

.p-header__hamburger::before {
	background-color: #d9d9d9;
	content: "";
	height: calc(100% - 1.25rem);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

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

.p-intro__inner.l-inner {
	max-width: 100%;
}

.p-intro__top {
	flex-direction: column;
	gap: 5.125rem;
}

.p-intro__title-en {
	font: zrem(60) sans-serif;
}

.p-intro__title-ja {
	font-size: 0.8125rem;
	position: static;
	text-align: center;
}

.p-intro__lead {
	font-size: 1.375rem;
	line-height: 2;
	margin-top: 1.8125rem;
	text-align: center;
}

.p-intro__lead2 {
	margin-top: 1.9375rem;
	text-align: center;
}

.p-intro__img1 {
	align-self: flex-start;
	margin-left: calc(50% - 50vw);
	position: relative;
	width: 68.2051282051vw;
	z-index: 1;
}

.p-intro__img1::before {
	background: url(../images/index/intro_img_01-1_sp.svg) center center/contain no-repeat;
	content: "";
	height: 41.7948717949vw;
	pointer-events: none;
	position: absolute;
	right: -30vw;
	top: -9.7435897436vw;
	transform: rotate(-7.61deg);
	width: 50.2564102564vw;
	z-index: -1;
}

.p-intro__middle {
	margin-top: 2.875rem;
}

.p-intro__middle::before {
	background-image: url(../images/index/intro_img_01-2_sp.svg);
	height: 51.7948717949vw;
	left: -12.8205128205vw;
	top: -10.2564102564vw;
	transform: rotate(-9deg);
	width: 57.6923076923vw;
}

.p-intro__img2 {
	margin-right: calc(50% - 50vw);
	width: 62.0512820513vw;
}

.p-intro__bottom {
	flex-direction: column;
	gap: 4.8125rem;
	margin-top: 2.8125rem;
	width: 100%;
}

.p-intro__content2 {
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-intro__img3 {
	margin-inline: calc(50% - 50vw);
	width: 100vw;
}

.p-intro__name {
	margin-left: auto;
	margin-top: -6.4375rem;
	max-width: 18.4375rem;
}

.p-intro__text {
	margin-top: -2.0625rem;
}

.p-intro__btn {
	margin-top: 2.375rem;
	text-align: center;
}

.p-intro__gallery {
	height: 165.8974358974vw;
	margin-top: 7.375rem;
	padding-bottom: 0;
}

.p-intro__gallery::before {
	height: 19.2307692308vw;
	right: 14.358974359vw;
	top: -5.1282051282vw;
	width: 29.4871794872vw;
}

.p-intro__gallery::after {
	bottom: 0;
	height: 20.5128205128vw;
	left: -6.6666666667vw;
	width: 64.6153846154vw;
}

.p-intro__gallery picture {
	position: absolute;
}

.p-intro__gallery picture:nth-child(1) {
	left: 0;
	top: 0;
	width: 48.2051282051vw;
}

.p-intro__gallery picture:nth-child(2) {
	right: 0;
	top: 25.3846153846vw;
	transition-delay: 0 !important;
	width: 46.1538461538vw;
}

.p-intro__gallery picture:nth-child(3) {
	left: 0;
	margin-left: 0;
	top: 66.4102564103vw;
	transition-delay: 0 !important;
	width: 41.0256410256vw;
}

.p-intro__gallery picture:nth-child(4) {
	bottom: 21.0256410256vw;
	margin: 0;
	right: 0;
	transition-delay: 0 !important;
	width: 53.3333333333vw;
}

.p-modal__content {
	border-radius: 1.25rem;
	padding: 0.9375rem 0.9375rem 1.875rem;
	width: calc(100% - 4.375rem);
}

.p-modal__close {
	height: 2.5rem;
	width: 2.5rem;
}

.p-modal__close::before,
.p-modal__close::after {
	width: 1.125rem;
}

.p-modal__title {
	font-size: 1.375rem;
}

.p-modal__blocks {
	margin-top: 0.6875rem;
	padding-inline: 1.25rem;
}

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

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

.p-modal__subTitle {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
}

.p-modal__text {
	margin-top: 0.875rem;
}

.p-nav__links {
	gap: 0.875rem;
}

.p-nav__link {
	height: 4.75rem;
}

.p-nav__link a {
	border-radius: 1.5625rem 0 0 1.5625rem;
	font-size: 0.875rem;
	gap: 1.4375rem;
	padding-inline: 1.1875rem 5rem;
}

.p-nav__icon {
	height: 3.125rem;
	width: 3.625rem;
}

.p-nav__arrow {
	right: 2rem;
}

.l-pageLink {
	margin-top: 3.125rem;
}

.l-point {
	margin-top: 4.9375rem;
}

.p-point {
	padding-block: 3.0625rem 4.3125rem;
}

.p-point__blocks {
	display: block;
	margin-inline: auto;
	margin-top: 1.5rem;
	max-width: 20rem;
}

.p-point__blocks .slick-list {
	overflow: unset;
}

.p-point__block {
	margin-inline: 0.625rem;
	padding: 2.5rem 1.5625rem 2.875rem;
}

.p-point__block:nth-child(2) {
	transition-delay: 0 !important;
}

.p-point__block:nth-child(3) {
	transition-delay: 0 !important;
}

.p-point__subTitle {
	margin-top: 2.8125rem;
}

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

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

.p-price__number .c-ja-title {
	font-size: 1.75rem;
}

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

.p-slider__cards {
	margin-inline: auto;
	margin-top: 2.1875rem;
	max-width: 18.75rem;
}

.p-slider__cards .slick-list {
	overflow: unset;
}

.p-slider__cards.js-slider .slider-dots {
	margin-top: 3.3125rem;
	width: 100%;
}

.p-slider__card {
	margin-inline: 0.875rem;
	width: 18.75rem;
}

.p-slider__btn .c-btn {
	font-size: 0.8125rem;
}

.l-subMv {
	margin-top: 3.1875rem;
}

.p-subMv__img {
	margin-inline: calc(50% - 50vw);
	margin-top: 1.4375rem;
}

.p-subMv__lead {
	margin-top: 2.4375rem;
}

.u-desktop {
	display: none;
}

.l-topAccess {
	margin-bottom: 7.9375rem;
	margin-top: 3.1875rem;
}

.p-topAccess__wrap {
	gap: 1.5rem;
	grid-template-columns: 100%;
	margin-top: 1.375rem;
}

.p-topAccess__content::before {
	bottom: -5.625rem;
	height: 6.125rem;
	right: -2rem;
	transform: rotate(-8.55deg);
	width: 15.4375rem;
}

.p-topAccess__lead {
	font-size: 0.75rem;
}

.p-topAccess__subTitle {
	margin-top: 0.5625rem;
}

.p-topAccess__subTitle span {
	font-size: 2.5rem;
}

.p-topAccess__subTitle small {
	font-size: 0.625rem;
	margin-top: -0.0625rem;
}

.p-topAccess__info {
	margin-top: 1.6875rem;
}

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

.p-topAccess__row dd {
	margin-top: 0;
}

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

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

.p-topAccess__iframe {
	margin-inline: calc(50% - 50vw);
	width: 100vw;
}

.p-topAccess__iframe iframe {
	aspect-ratio: 1;
}

.p-topAccess__map-text {
	font-size: 1rem;
	letter-spacing: 0.1em;
}

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

.l-topCourse {
	margin-top: 4.75rem;
}

.p-topCourse__lists {
	gap: 3.0625rem;
	grid-template-columns: 100%;
	margin-top: 1.5rem;
}

.p-topCourse__list:nth-child(2) {
	transition-delay: 0 !important;
}

.p-topCourse__list:nth-child(3) {
	transition-delay: 0 !important;
}

.p-topCourse__img img {
	aspect-ratio: 325/252;
}

.p-topCourse__subTitle {
	margin-top: 0.875rem;
}

.p-topCourse__text {
	margin-top: 0.4375rem;
	width: 100%;
}

.p-topCourse__btn {
	margin-top: 1.1875rem;
}

.l-topInstructor {
	margin-top: 4.4375rem;
}

.p-topInstructor__lists {
	gap: 3.125rem;
	margin-top: 1.6875rem;
}

.p-topInstructor__list {
	width: 100%;
}

.p-topInstructor__list:nth-child(2) {
	transition-delay: 0 !important;
}

.p-topInstructor__img img {
	aspect-ratio: 325/210;
}

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

.p-topInstructor__text {
	margin-top: 0.4375rem;
	width: 100%;
}

.p-topInstructor__btn {
	margin-top: 0.9375rem;
}

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

.p-topNews {
	padding-block: 2.1875rem 2.75rem;
}

.p-topNews__inner.l-inner {
	padding-inline: 0.9375rem;
}

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

.p-topNews__link + .p-topNews__link {
	margin-top: 0.8125rem;
}

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

.js-slider .slider-dots {
	gap: 0.75rem;
}

.js-slider .slider-dots li {
	height: 0.1875rem;
	width: 1rem;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

