@charset "UTF-8";
/* =======================================================================
top
======================================================================= */
@keyframes kf_top_lead {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		pointer-events: none;
	}
}
.p-top-lead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: grid;
	align-items: center;
	justify-content: center;
	z-index: 6000;
	animation-name: kf_top_lead;
	animation-direction: normal;
	animation-duration: 0.5s;
	animation-delay: 4s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.p-top-lead-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255);
	animation-name: kf_top_lead;
	animation-direction: normal;
	animation-duration: 2s;
	animation-delay: 3.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@keyframes kf_top_lead_title {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
.p-top-lead-title {
	opacity: 0;
	transform: translateY(20px);
	animation-name: kf_top_lead_title;
	animation-direction: normal;
	animation-duration: 1s;
	animation-delay: 1s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@media screen and (min-width: 768px) {
	.p-top-lead-title {
		width: 72px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-lead-title {
		width: 56px;
	}
}

@keyframes kf_top_lead_word {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
.p-top-lead-word {
	opacity: 0;
	transform: translateY(30px);
	animation-name: kf_top_lead_word;
	animation-direction: normal;
	animation-duration: 0.75s;
	animation-delay: 0s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.p-top-lead-word--01-01 {
	animation-delay: 0.5s;
}
.p-top-lead-word--01-02 {
	animation-delay: 0.6s;
}
.p-top-lead-word--01-03 {
	animation-delay: 0.7s;
}
.p-top-lead-word--01-04 {
	animation-delay: 0.8s;
}
.p-top-lead-word--01-05 {
	animation-delay: 0.9s;
}
.p-top-lead-word--01-06 {
	animation-delay: 1s;
}
.p-top-lead-word--01-07 {
	animation-delay: 0.6s;
}
.p-top-lead-word--02-01 {
	animation-delay: 0.5s;
}
.p-top-lead-word--02-02 {
	animation-delay: 0.6s;
}
.p-top-lead-word--02-03 {
	animation-delay: 0.7s;
}
.p-top-lead-word--02-04 {
	animation-delay: 0.8s;
}
.p-top-lead-word--02-05 {
	animation-delay: 0.9s;
}
.p-top-lead-word--02-06 {
	animation-delay: 1s;
}
.p-top-lead-word--02-07 {
	animation-delay: 0.6s;
}

.p-top-btn {
	display: flex;
}
@media screen and (min-width: 768px) {
	.p-top-btn {
		margin-top: 60px;
		justify-content: end;
	}
}
@media screen and (max-width: 767px) {
	.p-top-btn {
		margin-top: 30px;
		display: flex;
		justify-content: center;
	}
}

.p-top-mv {
	position: relative;
}
@media screen and (min-width: 768px) {
	.p-top-mv {
		margin-bottom: 20px;
		padding-left: 55px;
		padding-right: 55px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-mv {
		margin-bottom: 40px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 8vw;
	}
}
.p-top-mv__inner {
	position: relative;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-top-mv__inner {
		height: 47.2181551977vw;
	}
}
@media screen and (max-width: 767px) {
	.p-top-mv__inner {
		height: 129.0666666667vw;
	}
}
@media screen and (min-width: 768px) {
	.p-top-mv__sns {
		position: absolute;
		writing-mode: vertical-rl;
		white-space: nowrap;
		text-align: center;
		font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		letter-spacing: 0.05em;
		font-weight: 400;
		transition: opacity 0.3s;
		left: 0;
		top: 50%;
		width: 55px;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		transform: translateY(-50%);
	}
	.p-top-mv__sns:hover {
		opacity: 0.7;
		text-decoration: none;
	}
	.p-top-mv__sns .txt {
		font-size: 1rem;
	}
	.p-top-mv__sns .ico {
		width: 10px;
		height: 18px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-mv__sns {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.p-top-mv__cr {
		position: absolute;
		white-space: nowrap;
		font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		letter-spacing: 0.05em;
		font-weight: 400;
		font-size: 0.625rem;
		right: 0;
		bottom: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 55px;
		transform: rotate(90deg) translate(50%, 100%);
		transform-origin: 100% 100%;
	}
}
@media screen and (max-width: 767px) {
	.p-top-mv__cr {
		display: none;
	}
}

.p-top-mv-heading {
	position: absolute;
	display: grid;
	z-index: 1;
}
@media screen and (min-width: 768px) {
	.p-top-mv-heading {
		left: 30px;
		top: 20px;
		gap: 20px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-mv-heading {
		left: 5.3333333333vw;
		top: -20vw;
		gap: 4vw;
	}
}

@media screen and (min-width: 768px) {
	.p-top-mv-yumekana {
		max-width: 144px;
		width: 10.541727672vw;
	}
}
@media screen and (max-width: 767px) {
	.p-top-mv-yumekana {
		width: 27.7333333333vw;
	}
}

@media screen and (min-width: 768px) {
	.p-top-mv-logo {
		max-width: 200px;
		width: 14.6412884334vw;
	}
}
@media screen and (max-width: 767px) {
	.p-top-mv-logo {
		width: 38.1333333333vw;
	}
}

.p-top-mv-img {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	margin: auto;
	background-size: auto 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.p-top-mv-img {
		border-radius: 30px;
		background-image: url("../images/top/mv/img_pc.jpg");
	}
}
@media screen and (max-width: 767px) {
	.p-top-mv-img {
		border-radius: 15px;
		background-image: url("../images/top/mv/img_sp.jpg");
	}
}
.p-top-mv-img__bg {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 0;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
	.p-top-mv-img__bg {
		background-image: url("../images/top/mv/bg_pc.png");
	}
}
@media screen and (max-width: 767px) {
	.p-top-mv-img__bg {
		background-image: url("../images/top/mv/bg_sp.png");
	}
}
.p-top-mv-img__title {
	position: absolute;
}
@media screen and (min-width: 768px) {
	.p-top-mv-img__title {
		right: 13.5431918009vw;
		top: 50%;
		width: 5.270863836vw;
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 767px) {
	.p-top-mv-img__title {
		bottom: 26.6666666667vw;
		right: 20.8vw;
		width: 6.9333333333vw;
	}
}

@media screen and (min-width: 768px) {
	.p-top-mv-scroll {
		position: absolute;
		right: 2.9282576867vw;
		bottom: 2.9282576867vw;
		z-index: 1;
		padding-right: 2.9282576867vw;
		padding-bottom: 0.3660322108vw;
		font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		letter-spacing: 0.05em;
		font-weight: 400;
		font-size: 0.7320644217vw;
		transform: rotate(90deg) translateY(100%);
		transform-origin: 100% 100%;
	}
	.p-top-mv-scroll:before {
		content: "";
		width: 100%;
		height: 1px;
		background-color: #333;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.p-top-mv-scroll:after {
		content: "";
		width: 1.0248901903vw;
		height: 1px;
		background-color: #333;
		position: absolute;
		right: 0;
		bottom: 0;
		transform: skewY(45deg);
		transform-origin: 100% 100%;
	}
}
@media screen and (max-width: 767px) {
	.p-top-mv-scroll {
		display: none;
	}
}

.p-top-mv-latest {
	display: none;
}
@media screen and (min-width: 1025px) {
	.p-top-mv-latest {
		display: block;
	}
}
@media screen and (min-width: 768px) {
	.p-top-mv-latest {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 320px;
		padding: 20px 40px 0;
		background-color: #ffffff;
		border-radius: 0 30px 0 0;
		z-index: 1;
	}
	.p-top-mv-latest:before, .p-top-mv-latest:after {
		content: "";
		position: absolute;
		width: 30px;
		height: 30px;
		position: absolute;
		background-size: 100%;
		background-image: url("../images/common/bg_round.svg");
	}
	.p-top-mv-latest:before {
		left: 0;
		top: 0;
		transform: translateY(-100%) scale(1, -1);
	}
	.p-top-mv-latest:after {
		right: 0;
		bottom: 0;
		transform: translateX(100%) scale(1, -1);
	}
}
@media screen and (max-width: 767px) {
	.p-top-mv-latest {
		display: none;
	}
}

.p-top-mv-latest-title {
	display: flex;
	align-items: end;
	gap: 0.5em;
	margin-bottom: 16px;
}
.p-top-mv-latest-title .en {
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	letter-spacing: 0.125em;
	font-style: normal;
	font-size: 2.25rem;
	line-height: 1;
}
.p-top-mv-latest-title .ja {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-size: 0.75rem;
}

.p-top-mv-latest-list {
	display: grid;
	gap: 16px;
}
.p-top-mv-latest-list__item {
	transition: opacity 0.3s;
	position: relative;
	border-radius: 8px;
	padding: 40px 10px 10px 10px;
	background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, #d5e0f9 100%);
}
.p-top-mv-latest-list__item:hover {
	opacity: 0.7;
	text-decoration: none;
}
.p-top-mv-latest-list__item.online {
	background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, #c8dde6 100%);
}
.p-top-mv-latest-list__item.end {
	background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, #ededed 100%);
}
.p-top-mv-latest-list__item:nth-last-of-type(1) {
	display: none;
}
@media screen and (min-width: 1211px) {
	.p-top-mv-latest-list__item:nth-last-of-type(1) {
		display: block;
	}
}

.p-top-mv-latest-list-datetime {
	position: absolute;
	min-width: 80px;
	min-height: 30px;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 16px 4px 0;
	z-index: 1;
	background-color: #ffffff;
	border-radius: 0 0 8px 0;
	font-size: 0.75rem;
	font-weight: 700;
}
.p-top-mv-latest-list-datetime:before, .p-top-mv-latest-list-datetime:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	position: absolute;
	background-size: 100%;
	background-image: url("../images/common/bg_round.svg");
}
.p-top-mv-latest-list-datetime:before {
	left: 0;
	bottom: 0;
	transform: translateY(100%) scale(1, 1);
}
.p-top-mv-latest-list-datetime:after {
	right: 0;
	top: 0;
	transform: translateX(100%) scale(1, 1);
}

.p-top-mv-latest-list-cat {
	position: absolute;
	left: 90px;
	top: 10px;
	display: flex;
	gap: 5px;
}
.p-top-mv-latest-list-cat > * {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 10px;
	min-height: 18px;
	border-radius: 18px;
	background-color: #ffffff;
	font-size: 0.625rem;
}
.p-top-mv-latest-list-cat > *.online {
	background-color: #ffffff;
}
.p-top-mv-latest-list-cat > *.reception {
	background-color: #ee87b4;
	color: #ffffff;
}
.p-top-mv-latest-list-cat > *.end {
	background-color: #b8b6b2;
	color: #ffffff;
}

.p-top-mv-latest-list-title {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-size: 0.9375rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 45px;
	line-height: 1.5;
	padding-right: 36px;
}

.p-top-mv-latest-list-ico {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

@media screen and (min-width: 768px) {
	.p-top-event-btn {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.p-top-event-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 20px;
		color: #ffffff;
		background-color: #0f2350;
		font-size: 1.25rem;
		font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		letter-spacing: 0.05em;
		font-weight: 400;
		line-height: 1.55;
		text-align: center;
	}
}

@media screen and (min-width: 768px) {
	.p-top-bnr {
		padding-top: 80px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-bnr {
		padding-top: 40px;
	}
}

.p-top-childcoachingadviser {
	position: relative;
	display: flex;
	justify-content: center;
	background-size: cover;
	overflow: hidden;
	background-position: 50%;
	transition: opacity 0.3s;
}
.p-top-childcoachingadviser:hover {
	opacity: 0.7;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.p-top-childcoachingadviser {
		align-items: center;
		min-height: 200px;
		background-image: url("../images/top/child-coaching-adviser/bg.jpg");
	}
}
@media screen and (max-width: 767px) {
	.p-top-childcoachingadviser {
		align-items: end;
		aspect-ratio: 636/476;
		background-image: url("../images/top/child-coaching-adviser/bg_sp.jpg");
	}
}
@media screen and (max-width: 767px) {
	.p-top-childcoachingadviser__inner {
		padding-bottom: 10.6666666667vw;
	}
}
.p-top-childcoachingadviser__logo {
	position: absolute;
}
@media screen and (min-width: 768px) {
	.p-top-childcoachingadviser__logo {
		left: 40px;
		top: 0;
		width: 120px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-childcoachingadviser__logo {
		left: 0;
		top: 10px;
		width: 43.2vw;
	}
}
.p-top-childcoachingadviser__img {
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (min-width: 768px) {
	.p-top-childcoachingadviser__img {
		aspect-ratio: 224/136;
		width: 224px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-childcoachingadviser__img {
		aspect-ratio: 208/186;
		width: 27.7333333333vw;
	}
}
.p-top-childcoachingadviser__img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	border-radius: 0 0 0 40px;
}
.p-top-childcoachingadviser__img__txt {
	position: absolute;
	display: flex;
	align-items: center;
	width: fit-content;
	background-image: linear-gradient(90deg, #d4a5c8 0%, #7c6daa 100%);
	white-space: nowrap;
	color: #ffffff;
	line-height: 1.1;
}
@media screen and (min-width: 768px) {
	.p-top-childcoachingadviser__img__txt {
		left: 0px;
		justify-content: center;
		border-radius: 0 100vmax 100vmax 0;
		min-height: 24px;
		padding: 2px 10px 2px 20px;
		top: 15px;
		font-size: 0.6875rem;
	}
}
@media screen and (max-width: 767px) {
	.p-top-childcoachingadviser__img__txt {
		left: -17px;
		gap: 5px;
		border-radius: 100vmax;
		padding: 4px 10px 4px 4px;
		top: 10px;
		font-size: 2.4vw;
	}
}
.p-top-childcoachingadviser__img__txt .ico {
	border-radius: 100%;
	background-color: #0f2350;
}
@media screen and (min-width: 768px) {
	.p-top-childcoachingadviser__img__txt .ico {
		position: absolute;
		top: 50%;
		left: 0;
		translate: -50% -50%;
		width: 26px;
		height: 26px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-childcoachingadviser__img__txt .ico {
		position: relative;
		width: 26px;
		height: 26px;
	}
}
.p-top-childcoachingadviser__img__txt .ico:before {
	content: "";
	border-bottom: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -66.6%;
	rotate: 45deg;
}
@media screen and (min-width: 768px) {
	.p-top-childcoachingadviser__img__txt .ico:before {
		width: 6px;
		height: 12px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-childcoachingadviser__img__txt .ico:before {
		width: 6px;
		height: 12px;
	}
}
.p-top-childcoachingadviser__btn {
	position: absolute;
}
@media screen and (min-width: 768px) {
	.p-top-childcoachingadviser__btn {
		right: 20px;
		bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-childcoachingadviser__btn {
		width: 100%;
		left: auto;
		right: auto;
		margin-inline: auto;
		bottom: 10px;
	}
	.p-top-childcoachingadviser__btn .c-btn01 {
		width: fit-content;
		margin-inline: auto;
		height: 6vw;
	}
	.p-top-childcoachingadviser__btn .c-btn01 .txt {
		font-size: 2.9333333333vw;
	}
}
.p-top-childcoachingadviser__inner {
	margin-inline: auto;
}

.p-top-childcoachingadviser-txt {
	text-align: center;
	line-height: 1.55;
	color: #333;
}
@media screen and (min-width: 768px) {
	.p-top-childcoachingadviser-txt {
		margin-bottom: 15px;
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.p-top-childcoachingadviser-txt {
		margin-bottom: 2vw;
		font-size: 2.4vw;
	}
}

.p-top-childcoachingadviser-title {
	width: fit-content;
	margin-inline: auto;
	border-top: solid 1px #0f2350;
	border-bottom: solid 1px #0f2350;
	text-align: center;
	color: #0f2350;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.p-top-childcoachingadviser-title {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 1.25rem;
		line-height: 1.55;
	}
}
@media screen and (max-width: 767px) {
	.p-top-childcoachingadviser-title {
		padding-top: 2vw;
		padding-bottom: 2vw;
		line-height: 1.3;
		font-size: 4vw;
	}
}

@media screen and (min-width: 768px) {
	.p-top-event {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-event {
		padding-top: 40px;
		padding-bottom: 80px;
	}
}

.p-top-event-inner {
	display: grid;
}
@media screen and (min-width: 768px) {
	.p-top-event-inner {
		grid-template-columns: 320px auto;
		grid-template-rows: auto auto;
		gap: 40px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-event-inner {
		gap: 30px;
	}
}
@media screen and (min-width: 768px) {
	.p-top-event-inner__heading {
		grid-column: 1/2;
		grid-row: 1/2;
	}
}
@media screen and (min-width: 768px) {
	.p-top-event-inner__content {
		grid-column: 2/3;
		grid-row: 1/3;
	}
}
@media screen and (min-width: 768px) {
	.p-top-event-inner__btn {
		align-self: end;
		grid-column: 1/2;
		grid-row: 2/3;
	}
}
@media screen and (max-width: 767px) {
	.p-top-event-inner__btn {
		display: flex;
		justify-content: center;
	}
}

.p-top-event-list {
	display: grid;
}
@media screen and (min-width: 768px) {
	.p-top-event-list {
		gap: 40px;
		grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	}
}
@media screen and (max-width: 767px) {
	.p-top-event-list {
		gap: 30px;
	}
}
.p-top-event-list__item {
	transition: opacity 0.3s;
	position: relative;
	border-radius: 8px;
	padding: 50px 16px 16px 16px;
	background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, #d5e0f9 100%);
}
.p-top-event-list__item:hover {
	opacity: 0.7;
	text-decoration: none;
}
.p-top-event-list__item.online {
	background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, #c8dde6 100%);
}
.p-top-event-list__item.end {
	background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, #ededed 100%);
}

.p-top-event-list-datetime {
	position: absolute;
	min-width: 100px;
	min-height: 40px;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 16px 4px 0;
	z-index: 1;
	background-color: #ffffff;
	border-radius: 0 0 8px 0;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.p-top-event-list-datetime {
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.p-top-event-list-datetime {
		font-size: 0.9375rem;
	}
}
.p-top-event-list-datetime:before, .p-top-event-list-datetime:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	position: absolute;
	background-size: 100%;
	background-image: url("../images/common/bg_round.svg");
}
.p-top-event-list-datetime:before {
	left: 0;
	bottom: 0;
	transform: translateY(100%) scale(1, 1);
}
.p-top-event-list-datetime:after {
	right: 0;
	top: 0;
	transform: translateX(100%) scale(1, 1);
}

.p-top-event-list-cat {
	position: absolute;
	left: 116px;
	top: 16px;
	display: flex;
	gap: 5px;
}
.p-top-event-list-cat > * {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	border-radius: 24px;
	background-color: #ffffff;
}
@media screen and (min-width: 768px) {
	.p-top-event-list-cat > * {
		padding: 2px 5px;
		font-size: 0.75rem;
	}
}
@media screen and (min-width: 1211px) {
	.p-top-event-list-cat > * {
		padding: 2px 10px;
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 767px) {
	.p-top-event-list-cat > * {
		padding: 2px 10px;
		font-size: 0.8125rem;
	}
}
.p-top-event-list-cat > *.online {
	background-color: #ffffff;
}
.p-top-event-list-cat > *.reception {
	background-color: #ee87b4;
	color: #ffffff;
}
.p-top-event-list-cat > *.end {
	background-color: #b8b6b2;
	color: #ffffff;
}

.p-top-event-list-title {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.5;
	padding-right: 40px;
}
@media screen and (min-width: 768px) {
	.p-top-event-list-title {
		max-height: 60px;
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 767px) {
	.p-top-event-list-title {
		max-height: 57px;
		font-size: 1.1875rem;
	}
}

.p-top-event-list-ico {
	position: absolute;
	right: 16px;
	bottom: 16px;
}

.p-top-news {
	position: relative;
	z-index: 1;
	background-image: linear-gradient(90deg, #e7f0ed 0%, #c8dde6 60%, #8fa2cf 100%);
	padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
	.p-top-news-heading {
		margin-bottom: 50px;
		display: flex;
		gap: 20px;
		align-items: end;
	}
}
@media screen and (max-width: 767px) {
	.p-top-news-heading {
		margin-bottom: 30px;
	}
}

.p-top-news-title {
	position: relative;
	display: inline-flex;
	background-color: #ffffff;
}
@media screen and (min-width: 768px) {
	.p-top-news-title {
		min-height: 80px;
		padding: 0 30px 10px;
		border-radius: 0 0 30px 30px;
		transform: translateX(-30px);
	}
}
@media screen and (max-width: 767px) {
	.p-top-news-title {
		min-height: 60px;
		padding: 0 15px 10px;
		border-radius: 0 0 20px 20px;
		transform: translateX(-15px);
	}
}
.p-top-news-title:before, .p-top-news-title:after {
	content: "";
	position: absolute;
	position: absolute;
	background-size: 100%;
	background-image: url("../images/common/bg_round.svg");
}
@media screen and (min-width: 768px) {
	.p-top-news-title:before, .p-top-news-title:after {
		width: 30px;
		height: 30px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-news-title:before, .p-top-news-title:after {
		width: 20px;
		height: 20px;
	}
}
.p-top-news-title:before {
	left: 0;
	top: 0;
	transform: translateX(-100%) scale(-1, 1);
}
.p-top-news-title:after {
	right: 0;
	top: 0;
	transform: translateX(100%) scale(1, 1);
}

.p-top-news-cats {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
@media screen and (max-width: 767px) {
	.p-top-news-cats {
		margin-top: 20px;
	}
}
.p-top-news-cats__item a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #0f2350;
	transition: 0.3s;
}
@media screen and (min-width: 768px) {
	.p-top-news-cats__item a {
		min-height: 24px;
		border-radius: 24px;
		padding: 2px 16px;
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 767px) {
	.p-top-news-cats__item a {
		min-height: 20px;
		border-radius: 20px;
		padding: 2px 16px;
		font-size: 0.75rem;
	}
}
.p-top-news-cats__item a.is-on, .p-top-news-cats__item a:hover {
	background-color: #0f2350;
	color: #ffffff;
	text-decoration: none;
}

.p-top-news-tab {
	display: none;
}
.p-top-news-tab.is-on {
	display: block;
}

.p-top-news-list {
	display: grid;
}
@media screen and (min-width: 768px) {
	.p-top-news-list {
		gap: 50px;
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (max-width: 767px) {
	.p-top-news-list {
		gap: 30px;
	}
}
.p-top-news-list__item {
	transition: opacity 0.3s;
	display: grid;
	gap: 10px;
}
.p-top-news-list__item:hover {
	opacity: 0.7;
	text-decoration: none;
}

.p-top-news-list-datetime {
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.p-top-news-list-datetime {
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.p-top-news-list-datetime {
		font-size: 0.8125rem;
	}
}

.p-top-news-list-img {
	aspect-ratio: 1.3333333333;
	border-radius: 8px;
	overflow: hidden;
}
.p-top-news-list-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-top-news-list-title {
	font-weight: 700;
	line-height: 1.55;
}
@media screen and (min-width: 768px) {
	.p-top-news-list-title {
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.p-top-news-list-title {
		font-size: 0.8125rem;
	}
}

.p-top-news-list-txt {
	color: #333;
	line-height: 1.55;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
	.p-top-news-list-txt {
		max-height: 74.4px;
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.p-top-news-list-txt {
		max-height: 60.45px;
		font-size: 0.8125rem;
	}
}

.p-top-coaching {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}
.p-top-coaching__bg01, .p-top-coaching__bg02 {
	position: absolute;
	background-size: 100%;
}
.p-top-coaching__bg01 {
	background-image: url("../images/top/coaching/bg_01.svg");
}
@media screen and (min-width: 768px) {
	.p-top-coaching__bg01 {
		top: 280px;
		left: 50%;
		width: 360px;
		height: 360px;
		margin-left: -840px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-coaching__bg01 {
		top: 65vw;
		left: 0;
		width: 180px;
		height: 180px;
		transform: translateX(-55%);
	}
}
.p-top-coaching__bg02 {
	background-image: url("../images/top/coaching/bg_02.svg");
}
@media screen and (min-width: 768px) {
	.p-top-coaching__bg02 {
		top: -300px;
		right: 50%;
		width: 560px;
		height: 560px;
		margin-right: -740px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-coaching__bg02 {
		top: 0;
		right: 0;
		width: 280px;
		height: 280px;
		transform: translate(25%, -50%);
	}
}

.p-top-coaching-txt {
	line-height: 1.75;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.p-top-coaching-txt {
		margin-top: 80px;
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 767px) {
	.p-top-coaching-txt {
		margin-top: 60px;
		font-size: 1.0625rem;
	}
}

.p-top-coaching-list {
	display: grid;
}
@media screen and (min-width: 768px) {
	.p-top-coaching-list {
		margin-top: 40px;
		align-items: start;
		grid-template-columns: repeat(3, 1fr);
		gap: 60px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-coaching-list {
		margin-top: 80px;
		gap: 100px;
	}
}
.p-top-coaching-list__item {
	position: relative;
	border-radius: 30px;
}
@media screen and (min-width: 768px) {
	.p-top-coaching-list__item:nth-of-type(1) {
		margin-top: 120px;
	}
}
@media screen and (min-width: 768px) {
	.p-top-coaching-list__item:nth-of-type(2) {
		margin-top: 60px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-coaching-list__item {
		margin-left: 30px;
	}
}
.p-top-coaching-list__item.business {
	background-image: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #c8dde6 100%);
}
.p-top-coaching-list__item.personal {
	background-image: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #d5e0f9 100%);
}
.p-top-coaching-list__item.school {
	background-image: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #ededed 100%);
}

.p-top-coaching-list-bg {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 120px;
	max-height: 80px;
	background-color: #ffffff;
	border-radius: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
	.p-top-coaching-list-bg {
		width: 8.78477306vw;
		height: 5.8565153734vw;
	}
}
@media screen and (max-width: 767px) {
	.p-top-coaching-list-bg {
		width: 32vw;
		height: 21.3333333333vw;
	}
}
.p-top-coaching-list-bg:before, .p-top-coaching-list-bg:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	position: absolute;
	background-size: 100%;
	background-image: url("../images/common/bg_round.svg");
}
.p-top-coaching-list-bg:before {
	left: 0;
	bottom: 0;
	transform: translateY(100%) scale(1, 1);
}
.p-top-coaching-list-bg:after {
	right: 0;
	top: 0;
	transform: translateX(100%) scale(1, 1);
}

.p-top-coaching-list-heading {
	margin-top: -30px;
	position: relative;
	display: grid;
	align-items: center;
	justify-content: start;
	gap: 10px;
	margin-right: 20px;
	z-index: 1;
}
@media screen and (min-width: 768px) {
	.p-top-coaching-list-heading {
		grid-template-columns: 1fr 41.7400378269%;
	}
}
@media screen and (max-width: 767px) {
	.p-top-coaching-list-heading {
		grid-template-columns: 1fr 110px;
	}
}
.p-top-coaching-list-heading__title {
	position: relative;
	display: grid;
	gap: 20px;
	justify-content: start;
	align-items: center;
	text-align: center;
}
.p-top-coaching-list-heading__title:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #0f2350;
	position: absolute;
	left: 0;
	bottom: calc(1em + 10px);
}
.p-top-coaching-list-heading__title .en {
	text-align: center;
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	letter-spacing: 0.125em;
	font-style: normal;
	line-height: 1.2;
}
@media screen and (min-width: 768px) {
	.p-top-coaching-list-heading__title .en {
		font-size: 0.75rem;
	}
}
@media screen and (max-width: 767px) {
	.p-top-coaching-list-heading__title .en {
		font-size: 0.6875rem;
	}
}
.p-top-coaching-list-heading__title .ja {
	text-align: center;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	line-height: 1;
}
@media screen and (min-width: 768px) {
	.p-top-coaching-list-heading__title .ja {
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.p-top-coaching-list-heading__title .ja {
		font-size: 0.9375rem;
	}
}

.p-top-coaching-list-content {
	display: grid;
	gap: 10px;
	padding: 30px;
}

.p-top-coaching-list-title {
	font-weight: 700;
	line-height: 1.6;
}
@media screen and (min-width: 768px) {
	.p-top-coaching-list-title {
		font-size: 1.125rem;
	}
}
@media screen and (max-width: 767px) {
	.p-top-coaching-list-title {
		font-size: 1rem;
	}
}

.p-top-coaching-list-txt {
	line-height: 1.6;
}
@media screen and (min-width: 768px) {
	.p-top-coaching-list-txt {
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.p-top-coaching-list-txt {
		font-size: 0.9375rem;
	}
}

.p-top-coaching-list-img {
	aspect-ratio: 1.3333333333;
	border-radius: 8px;
	overflow: hidden;
	transform: translateX(-30px);
}
.p-top-coaching-list-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-top-coaching-list-btn {
	position: absolute;
	right: 0;
	bottom: -30px;
	z-index: 1;
}

.p-top-coaching-list-link:hover {
	text-decoration: none;
}

a.p-top-coaching-list-link:hover .c-btn02 {
	background-image: linear-gradient(90deg, #d4a5c8 0%, #7c6daa 100%);
	border: none;
	text-decoration: none;
}

a.p-top-coaching-list-link:hover .c-ico01:before {
	opacity: 0;
}
a.p-top-coaching-list-link:hover .c-ico01:after {
	opacity: 1;
}

.p-top-coaching-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	background: url(/assets/images/top/coaching/bg_btn_img.svg), linear-gradient(90deg, #ffde5e 0%, #f59140 100%);
	background-size: 110%, 100%;
	background-position: -3px -150px, bottom;
	transition: opacity 0.3s;
}
.p-top-coaching-btn:hover {
	opacity: 0.7;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.p-top-coaching-btn {
		width: fit-content;
		margin-top: 80px;
		min-height: 80px;
		min-width: 550px;
		border-radius: 80px;
		padding: 10px 24px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-coaching-btn {
		margin-top: 80px;
		min-height: 50px;
		border-radius: 50px;
		padding: 5px 12px;
	}
}
.p-top-coaching-btn .txt {
	flex: 1 1 0;
	text-align: center;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.p-top-coaching-btn .txt {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 767px) {
	.p-top-coaching-btn .txt {
		font-size: 0.875rem;
	}
}

.p-top-gallery-list {
	display: flex;
	transition-timing-function: linear;
}
.p-top-gallery-list__item {
	flex-shrink: 0;
	aspect-ratio: 1.5072463768;
}
@media screen and (min-width: 768px) {
	.p-top-gallery-list__item {
		width: 416px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-gallery-list__item {
		width: calc(100vw - 40px);
	}
}
.p-top-gallery-list__item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.p-top-books {
	background-color: #eaeff9;
}
.p-top-books--lower {
	background-color: #e2efe9;
}
@media screen and (min-width: 768px) {
	.p-top-books {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-books {
		padding-top: 80px;
		padding-bottom: 40px;
	}
}

.p-top-books-inner {
	position: relative;
	margin-top: 40px;
}
@media screen and (min-width: 768px) {
	.p-top-books-inner {
		min-height: 320px;
	}
}

.p-top-books-pager {
	width: 100%;
	z-index: 1;
}
@media screen and (min-width: 768px) {
	.p-top-books-pager {
		position: absolute;
		bottom: 0;
		left: 0;
	}
}
@media screen and (max-width: 767px) {
	.p-top-books-pager {
		margin-top: 20px;
		position: relative;
		display: flex;
		justify-content: space-between;
	}
}
.p-top-books-pager .swiper-pagination {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 5px;
}
@media screen and (min-width: 768px) {
	.p-top-books-pager .swiper-pagination {
		justify-content: end;
		bottom: 30px;
		right: 100px;
		transform: translateY(50%);
	}
}
@media screen and (max-width: 767px) {
	.p-top-books-pager .swiper-pagination {
		justify-content: center;
		flex-wrap: wrap;
		transform: translateY(-50%);
		top: 50%;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: calc(100% - 60px);
	}
}
.p-top-books-pager .swiper-pagination .swiper-pagination-bullet {
	cursor: pointer;
	width: 10px;
	height: 10px;
	border: solid 1px #0f2350;
	border-radius: 100%;
	transition: 0.3s;
}
.p-top-books-pager .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #0f2350;
}
.p-top-books-pager .swiper-button-prev,
.p-top-books-pager .swiper-button-next {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	border: solid 1px #0f2350;
	background-color: #ffffff;
	transition: 0.3s;
}
@media screen and (min-width: 768px) {
	.p-top-books-pager .swiper-button-prev,
	.p-top-books-pager .swiper-button-next {
		position: absolute;
		bottom: 0;
		width: 60px;
		height: 60px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-books-pager .swiper-button-prev,
	.p-top-books-pager .swiper-button-next {
		position: relative;
		width: 40px;
		height: 40px;
	}
}
.p-top-books-pager .swiper-button-prev .ico,
.p-top-books-pager .swiper-button-next .ico {
	width: 20%;
	height: 20%;
	border-top: solid 1px #0f2350;
	transition: 0.3s;
}
.p-top-books-pager .swiper-button-prev:hover,
.p-top-books-pager .swiper-button-next:hover {
	background-color: #0f2350;
}
.p-top-books-pager .swiper-button-prev:hover .ico,
.p-top-books-pager .swiper-button-next:hover .ico {
	border-color: #ffffff;
}
@media screen and (min-width: 768px) {
	.p-top-books-pager .swiper-button-prev {
		left: 0;
	}
}
.p-top-books-pager .swiper-button-prev .ico {
	border-left: solid 1px #0f2350;
	transform: translateX(20%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
	.p-top-books-pager .swiper-button-next {
		right: 0;
	}
}
.p-top-books-pager .swiper-button-next .ico {
	border-right: solid 1px #0f2350;
	transform: translateX(-20%) rotate(45deg);
}

.p-top-books-list {
	position: relative;
	display: flex;
}
@media screen and (min-width: 768px) {
	.p-top-books-list {
		margin-left: 120px;
	}
}
.p-top-books-list__item {
	position: relative;
	transition: 0.3s;
}
@media screen and (min-width: 768px) {
	.p-top-books-list__item {
		width: 140px;
		transform-origin: 0 0;
	}
}
@media screen and (min-width: 768px) {
	.p-top-books-list__item.swiper-slide-active {
		transform: scale(3.7142857143);
	}
}
@media screen and (min-width: 768px) {
	.p-top-books-list__item.swiper-slide-active {
		margin-right: 420px !important;
	}
}

.p-top-books-list-col {
	position: relative;
}
@media screen and (min-width: 768px) {
	.p-top-books-list-col {
		display: flex;
	}
}
@media screen and (max-width: 767px) {
	.p-top-books-list-col {
		width: 89.3333333333vw;
	}
}
.p-top-books-list-col__img {
	aspect-ratio: 0.6875;
	box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
	.p-top-books-list-col__img {
		transition: 0s;
		flex-shrink: 0;
		transform-origin: 0 0;
		width: 140px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-books-list-col__img {
		transition: 0.3s;
		width: 62.6666666667vw;
		margin-left: auto;
		margin-right: auto;
		transform-origin: 50% 50%;
		transform: scale(0.8680851064);
		opacity: 0.5;
	}
}
.p-top-books-list-col__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 767px) {
	.p-top-books-list__item.swiper-slide-prev .p-top-books-list-col__img {
		transform: translateX(25%) scale(0.8680851064);
		transform-origin: 100% 50%;
	}
}
@media screen and (max-width: 767px) {
	.p-top-books-list__item.swiper-slide-next .p-top-books-list-col__img {
		transform: translateX(-25%) scale(0.8680851064);
		transform-origin: 0% 50%;
	}
}
@media screen and (min-width: 768px) {
	.p-top-books-list__item.swiper-slide-active .p-top-books-list-col__img {
		transform: scale(0.4230769231);
	}
}
@media screen and (max-width: 767px) {
	.p-top-books-list__item.swiper-slide-active .p-top-books-list-col__img {
		opacity: 1;
		transform: scale(1);
	}
}
.p-top-books-list-col__content {
	display: grid;
	gap: 20px;
	opacity: 0;
	transition: 0s;
}
@media screen and (min-width: 768px) {
	.p-top-books-list-col__content {
		position: absolute;
		width: 189.2857142857%;
		right: 0;
		top: 0;
		transform-origin: 100% 0;
	}
}
@media screen and (max-width: 767px) {
	.p-top-books-list-col__content {
		margin-top: 20px;
	}
}
.p-top-books-list__item.swiper-slide-active .p-top-books-list-col__content {
	opacity: 1;
}
@media screen and (min-width: 768px) {
	.p-top-books-list__item.swiper-slide-active .p-top-books-list-col__content {
		transform: scale(0.2692307692);
	}
}

.p-top-books-list-title {
	font-weight: 700;
	line-height: 1.6;
}
@media screen and (min-width: 768px) {
	.p-top-books-list-title {
		font-size: 1.125rem;
	}
}
@media screen and (max-width: 767px) {
	.p-top-books-list-title {
		font-size: 0.9375rem;
	}
}
.p-top-books-list-title + * {
	margin-top: 10px;
}

.p-top-books-list-txt {
	line-height: 1.55;
	color: #333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
	.p-top-books-list-txt {
		font-size: 1rem;
		max-height: 74.4px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-books-list-txt {
		font-size: 0.8125rem;
		max-height: 60.45px;
	}
}

.p-top-books-list-btns {
	display: grid;
	gap: 10px;
	align-self: end;
}
@media screen and (max-width: 767px) {
	.p-top-books-list-btns > * {
		display: flex;
		justify-content: center;
	}
}

.p-top-profile {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}
.p-top-profile__bg01, .p-top-profile__bg02 {
	position: absolute;
	background-size: 100%;
}
.p-top-profile__bg01 {
	background-image: url("../images/top/profile/bg_01.svg");
}
@media screen and (min-width: 768px) {
	.p-top-profile__bg01 {
		left: 50%;
		top: 40px;
		width: 380px;
		height: 380px;
		margin-left: -810px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-profile__bg01 {
		width: 190px;
		height: 190px;
		top: 0;
		left: 0;
		transform: translate(-35%, 17.5%);
	}
}
.p-top-profile__bg02 {
	background-image: url("../images/top/profile/bg_02.svg");
}
@media screen and (min-width: 768px) {
	.p-top-profile__bg02 {
		bottom: 160px;
		right: 50%;
		width: 230px;
		height: 180px;
		margin-right: -780px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-profile__bg02 {
		width: 115px;
		height: 90px;
		top: 145vw;
		right: 0;
		transform: translate(50%, 0);
	}
}

.p-top-profile-inner {
	position: relative;
	display: grid;
}
@media screen and (min-width: 768px) {
	.p-top-profile-inner {
		justify-content: end;
		align-items: end;
		margin-right: 6.3636363636%;
		gap: 6.7961165049%;
		grid-template-columns: auto 46.6019417476%;
	}
}
@media screen and (max-width: 767px) {
	.p-top-profile-inner {
		margin-top: 40px;
		gap: 30px;
	}
}
.p-top-profile-inner__img {
	display: grid;
	justify-content: end;
}
@media screen and (min-width: 768px) {
	.p-top-profile-inner__img {
		max-width: 280px;
	}
}
@media screen and (min-width: 768px) {
	.p-top-profile-inner__img img {
		border-radius: 280px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-profile-inner__img img {
		border-radius: calc(50vw - 20px);
	}
}
.p-top-profile-inner__content {
	display: grid;
}
@media screen and (min-width: 768px) {
	.p-top-profile-inner__content {
		align-items: end;
		gap: 40px;
		grid-template-columns: auto 100px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-profile-inner__content {
		gap: 20px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-profile-inner__content__btn {
		justify-self: end;
	}
}

.p-top-profile-title .ja {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.p-top-profile-title .ja {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 767px) {
	.p-top-profile-title .ja {
		font-size: 1.0625rem;
	}
}
.p-top-profile-title .en {
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	letter-spacing: 0.125em;
	font-style: normal;
}
@media screen and (min-width: 768px) {
	.p-top-profile-title .en {
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 767px) {
	.p-top-profile-title .en {
		font-size: 0.8125rem;
	}
}

.p-top-profile-txt {
	line-height: 1.55;
}
@media screen and (min-width: 768px) {
	.p-top-profile-txt {
		margin-top: 40px;
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.p-top-profile-txt {
		margin-top: 10px;
		font-size: 0.8125rem;
	}
}

@keyframes p-top-profile-logo-01 {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes p-top-profile-logo-02 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0%);
	}
}
.p-top-profile-logo {
	position: relative;
}
@media screen and (min-width: 768px) {
	.p-top-profile-logo {
		margin-top: 80px;
		height: 56px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-profile-logo {
		margin-top: 30px;
		height: 28px;
	}
}
.p-top-profile-logo:before, .p-top-profile-logo:after {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: url("../images/top/profile/logo.svg");
	background-position: 0% 50%;
	background-size: auto 100%;
	background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
	.p-top-profile-logo:before, .p-top-profile-logo:after {
		width: 2732px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-profile-logo:before, .p-top-profile-logo:after {
		width: 1366px;
	}
}
.p-top-profile-logo:before {
	animation: p-top-profile-logo-01 50s linear infinite;
}
.p-top-profile-logo:after {
	animation: p-top-profile-logo-02 50s linear infinite;
}