@charset "UTF-8";
@import 'variables.css';
/*
** TOPページ
*/

/* MV */
.p-mv {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.p-mv img {
	width: 100%;
	height: auto;
}
.p-mv__video {
	position: absolute;
	z-index: 0;
	min-width: 100%;
	min-height: 100%;
	left: 0px;
	top: 0px;
	overflow: hidden;
	opacity: 1;
	background-image: none;
	transition-property: opacity;
	transition-duration: 1000ms;
	transform: scale(1.6);
}

.p-mv__mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--layer-mask);
	background-image: url(../img/index/mv-mask.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.p-mv__container {
	position: relative;
	width: 100%;
	height: 100%;
}
.p-mv__copy {
	position: absolute;
	left: 2.5rem;
	bottom: 5.5rem;
	max-width: 660px;
	z-index: var(--layer-over-content);
	will-change: transform;
}

.p-mv__scrolldown {
	position: absolute;
	bottom: 5.5rem;
	right: 3rem;
	font-size: 1.2rem;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: var(--white);
	background: none;
	border: none;
	padding: 0;
	z-index: var(--layer-over-content);
}
@media screen and (max-width: 1279px) {
	.p-mv__copy {
		max-width: 500px;
	}
}
@media screen and (max-width: 1023px) {
	.p-mv__copy {
		max-width: 340px;
	}
}
@media screen and (max-width: 767px) {
	.p-mv__video {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) scale(3.5);
	}
	.p-mv__copy {
		left: 2.5rem;
		bottom: 11.5rem;
		max-width: 300px;
	}
	.p-mv__scrolldown {
		right: auto;
		left: 2.5rem;
		bottom: 2.8rem;
		font-size: 1.1rem;
	}
}

/* Statement */
.p-statement {
	padding-top: 14rem;
	padding-bottom: 33%;
	position: relative;
}	
.p-statement__copy {
	margin-top: 5rem;
	will-change: transform;
}
.p-statement__copy--floating {
	margin-top: 0;
	position: absolute;
}

.p-statement__text {
	margin-top: 5rem;
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 1.7rem;
	line-height: 2.4;
}
.p-statement__link {
	margin-top: 5rem;
}
.p-statement__image {
	position: absolute;
  height: auto;
	opacity: 0;
	transform: translateY(5%);
	transition: opacity 1s ease, transform 1s ease;
	will-change: opacity, transform;
}
.p-statement__image.is-inview {
	opacity: 1;
	transform: translateY(0);
}
.p-statement__image--01 {
	top: 4.27%;
	right: 11.66%;
	width: 23.32%;
}
.p-statement__image--02 {
	top: 20.17%;
	right: 2.22%;
	width: 12.84%;
}
.p-statement__image--03 {
	top: 32.99%;
	right: 11.89%;
	width: 28.12%;
	z-index: -1;
}
.p-statement__image--04 {
	top: 57.26%;
	right: 4.4%;
	width: 27.33%;
}
.p-statement__image--05 {
	top: 66.97%;
	right: 37.09%;
	width: 36.01%;
}
.p-statement__image--06 {
	top: 71.11%;
	right: 81.04%;
	width: 17.08%;
}
@media screen and (max-width: 1279px) {
	.p-statement__copy {
		max-width: 500px;
	}
}
@media screen and (max-width: 1023px) {
	.p-statement {
		padding-top: 10rem;
		padding-bottom: 30%;
	}
	.p-statement__copy {
		max-width: 340px;
		margin-top: 2.5rem;
	}
	.p-statement__copy--floating {
		margin-top: 0;
	}
	.p-statement__text {
		max-width: 340px;
		margin-top: 2.5rem;
	}
	.p-statement__link {
		margin-top: 2.5rem;
	}
	.p-statement__image--01 {
		width: 22.75%;
	}
	.p-statement__image--02 {
		top: 16.5%;
		width: 12.5%;
	}
	.p-statement__image--03 {
		top: 25%;
		width: 27.5%;
	}
	.p-statement__image--04 {
		top: 65%;
		width: 26.5%;
		right: 2%;
	}
	.p-statement__image--05 {
		top: 80%;
		width: 35%;
		right: 35%;
	}
	.p-statement__image--06 {
		top: 82.5%;
	}
}
@media screen and (max-width: 767px) {
	.p-statement {
		padding-top: 75rem;
		padding-bottom: 80rem;
	}
	.p-statement__text {
		max-width: 100%;
	}
	.p-statement__image--01 {
		top: 2.55%;
		right: 6.41%;
		width: 51.5%;
	}
	.p-statement__image--02 {
		top: 17%;
		right: 0;
		width: 25.57%;
	}
	.p-statement__image--03 {
		top: 18%;
		right: 43.29%;
		width: 57%;
	}
	.p-statement__image--04 {
		top: 60%;
		right: 0;
		width: 56%;
	}
	.p-statement__image--05 {
		top: 82.13%;
		right: 6.67%;
		width: 69.73%;
	}
	.p-statement__image--06 {
		top: 71.5%;
		right: 64.5%;
		width: 35.5%;
	}
	.p-statement__copy {
		margin-top: 2.7rem;
	}
	.p-statement__copy--floating {
		margin-top: 0;
	}
	.p-statement__copy img {
		max-width: 300px;
	}
	.p-statement__text {
		margin-top: 3.2rem;
		font-size: 1.4rem;
		line-height: 2.2;
	}
	.p-statement__text br {
		display: none;
	}
	.p-statement__link {
		margin-top: 3.6rem;
		display: flex;
		justify-content: center;
	}
}
@media screen and (max-width: 599px) {
	.p-statement {
		padding-top: 60rem;
		padding-bottom: 65rem;
	}
	.p-statement__image--02 {
		top: 15.5%;
	}
	.p-statement__image--03 {
		top: 16.5%;
	}
	.p-statement__image--04 {
		top: 62%;
	}
	.p-statement__image--05 {
		top: 83%;
	}
	.p-statement__image--06 {
		top: 74%;
	}
} 
@media screen and (max-width: 499px) {
	.p-statement {
		padding-top: 42rem;
		height: 1330px; 
	}
	.p-statement__image--01 {
		top: 2.55%;
		right: 6.41%;
		width: 52.30%;
	}
	.p-statement__image--02 {
		top: 13.00%;
		right: -1.11%;
		width: 25.57%;
	}
	.p-statement__image--03 {
		top: 13.60%;
		right: 42.29%;
		width: 57.70%;
	}
	.p-statement__image--04 {
		top: 65.56%;
		right: 0;
		width: 56.41%;
	}
	.p-statement__image--05 {
		top: 84.13%;
		right: 6.67%;
		width: 69.73%;
	}
	.p-statement__image--06 {
		top: 76.84%;
		right: 64.10%;
		width: 36.15%;
	}
}

/* Business */
.p-business {
	margin-top: 10rem;
}
.p-business__top {
	display: flex;
	justify-content: space-between;
}
.p-business__link {
	display: flex;
	align-items: flex-end;
	margin-bottom: 28px;
}
.p-business__content {
	margin-top: 3.6rem;
}
.p-business-card {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}
.p-business-card--wedding,
.p-business-card--artist,
.p-business-card--consulting {
	width: calc((100% - 5rem) / 3);
}
.p-business-card--event-produce {
	margin-top: 17.7rem;
}
.p-business-card__container {
	position: relative;
}
.p-business-card__item {
	position: absolute;
	background: var(--white);
	max-width: 530px;
	width: 100%;
	padding: 4rem 5rem 0;
}
.p-business-card__item--lesson {
	right: 0;
	top: 277px;
}
.p-business-card__item--event-produce {
	left: 0;
	top: 286px;
}
.p-business-card__item--wedding,
.p-business-card__item--artist,
.p-business-card__item--consulting {
	position: relative;
	padding: 2.2rem 0 0;
}
.p-business-card__title {
	position: relative;
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.65;
	letter-spacing: 0.02em;
	padding-left: 3rem;
	color: var(--black);
}
.p-business-card__title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 10px;
}
.p-business-card__title--lesson::before {
	background-color: #DA473A;
}
.p-business-card__title--event-produce::before {
	background-color: #E8BA32;
}
.p-business-card__title--wedding::before {
	background-color: #264A94;
}
.p-business-card__title--artist::before {
	background-color: #63A545;
}
.p-business-card__title--consulting::before {
	background-color: #64B6C8;
}
.p-business-card__sub-title {
	margin-top: 1.6rem;
	height: 40px;
}
.p-business-card__description {
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.65;
	letter-spacing: 0.04em;
	margin-top: 3rem;
	color: var(--gray);
}
.p-business-card__link {
	margin-top: 3rem;
}
.p-business-card__link--sp {
	display: none;
}
.p-business__bottom {
	margin-top: 18rem;
	display: flex;
	gap: 2.5rem;
}
@media screen and (max-width: 1279px) {
	.p-business-card__item--lesson {
		top: 200px;
	}
	.p-business-card--event-produce {
		margin-top: 20rem;
	}
	.p-business-card__item--event-produce {
		top: 200px;
	}
	.p-business__bottom {
		margin-top: 25rem;
	}
}
@media screen and (max-width: 1023px) {
	.p-business-card__item {
		padding: 2rem 3rem 0;
		max-width: 450px;
	}
	.p-business-card__item--lesson {
		top: 150px;
	}
	.p-business-card--event-produce {
		margin-top: 25rem;
	}
	.p-business-card__item--event-produce {
		top: 150px;
	}
	.p-business__bottom {
		margin-top: 25rem;
		flex-wrap: wrap;
		column-gap: 2.5rem;
		row-gap: 6rem;
	}
	.p-business-card--wedding,
	.p-business-card--artist,
	.p-business-card--consulting {
		width: calc((100% - 2.5rem) / 2);
	}
}
@media screen and (max-width: 767px) {
	.p-business {
		margin-top: 5rem;
	}
	.p-business__link {
		display: none;
	}
	.p-business__content {
		margin-top: 2.6rem;
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
	.p-business-card--wedding, 
	.p-business-card--artist, 
	.p-business-card--consulting {
		width: 100%;
	}
	.p-business-card__item {
		position: relative;
		top: inherit;
		right: inherit;
		max-width: calc((365 / 390) * 100%);
		padding: 3rem 0 0 2.5rem;
		margin-top: -6rem;
	}
	.p-business-card__link--pc {
		display: none;
	}
	.p-business-card__link--sp {
		display: flex;
		justify-content: center;
		margin-top: 2.2rem;
	}
	.p-business-card__title {
		font-size: 1.5rem;
		padding-left: 2.8rem;
	}
	.p-business-card__title--lesson::before {
		width: 18px;
		height: 9px;
	}
	.p-business-card__sub-title {
		margin-top: 1.4rem;
	}
	.p-business-card__sub-title--lesson {
		max-width: 232px;
	}
	.p-business-card__sub-title--event-produce {
		max-width: 312px;
	}
	.p-business-card__sub-title--wedding {
		max-width: 263px;
	}
	.p-business-card__sub-title--artist {
		max-width: 210px;
	}
	.p-business-card__sub-title--consulting {
		max-width: 286px;
	}
	.p-business-card__description {
		margin-top: 2rem;
		font-size: 1.4rem;
	}
	.p-business-card--event-produce {
		margin-top: 6rem;
	}
	.p-business__bottom {
		margin-top: 6rem;
		flex-direction: column;
		gap: 7rem;
		padding: 0 2.5rem;
	}
	.p-business-card__item--wedding,
	.p-business-card__item--artist,
	.p-business-card__item--consulting {
		margin-top: 1.5rem;
		padding: 0;
	}
}

/* Banner */
.p-banner {
	margin-top: 17rem;
	position: relative;
	padding: 0 2.5rem;
}
.p-banner::before {
	content: "";
	position: absolute;
	right: 0;
	top: 25px;
	background-image: url("../img/index/background-icon--banner.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 466px;
	height: 684px;
	z-index: -1;
}
.p-banner__container {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 3.8rem;
	border: 8px solid #EFEFEF;
	padding: 4.2rem;
	position: relative;
	background: var(--white);
}
.p-banner__container::before {
	content: "";
	position: absolute;
	right: 80px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 47px;
	background: var(--black);
}
.p-banner__container::after {
	content: "";
	position: absolute;
	width: 17px;
	height: 14px;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("../img/common/arrow-right--black.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.p-banner__content {
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.65;
	letter-spacing: 0.06em;
	color: var(--black);
}
.p-banner__arrow {
	display: none;
}
@media screen and (max-width: 1279px) {
	.p-banner::before {
		width: 350px;
		aspect-ratio: 233 / 342;
		height: auto;
	}
}
@media screen and (max-width: 1023px) {
	.p-banner::before {
		width: 250px;
	}
}
@media screen and (max-width: 767px) {
	.p-banner {
		margin-top: 9.5rem;
		padding: 0 2.5rem;
	}
	.p-banner::before {
		background-image: url("../img/index/background-icon--banner--sp.svg");
		width: 112px;
		height: 275px;
		top: 105px;
	}
	.p-banner__container {
		flex-direction: column;
		gap: 1.7rem;
		padding: 1.6rem 1.8rem;
	}
	.p-banner__content {
		font-size: 1.2rem;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 3rem;
		width: 100%;
	}
	.p-banner__content img {
		display: none;
	}
	.p-banner__container::before,
	.p-banner__container::after {
		display: none;
	}
	.p-banner__arrow {
		display: flex;
		justify-content: flex-end;
		width: 28px;
		position: relative;
	}
	.p-banner__arrow::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		height: 30px;
		width: 1px;
		background: var(--black);
		opacity: 0.6;
	}
	.p-banner__arrow img {
		display: block;
	}
}

/* Information */
.p-information {
	margin-top: 16.8rem;
	position: relative;
}
.p-information::before {
	content: "";
	position: absolute;
	left: 0;
	top: 500px;
	background-image: url("../img/index/background-icon--information.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 309px;
	height: 355px;
	z-index: -1;
}
.p-information__content {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.p-information__list {
	margin-top: 6rem;
}
.p-information-item {
	display: flex;
	border-bottom: 1px solid #D4D4D4;
	padding: 3.5rem 0 4rem;
	position: relative;
}
.p-information-item:first-child {
	padding-top: 0;
}
.p-information-item__header {
	display: flex;
	align-items: center;
}
.p-information-item__date {
	width: 75px;
	margin-right: 3rem;
  font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.04em;
	color: var(--gray);
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-information-item__label {
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-information-item__label-text {
	width: 100px;
	min-height: 24px;
	margin-right: 4rem;
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 1.1rem;
	line-height: 1.65;
	letter-spacing: 0.02em;
	text-align: center;
	color: var(--gray);
	border: 1px solid var(--black);
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-information-item__title {
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.04em;
	display: flex;
	align-items: center;
}
.p-information-item__title a {
	color: var(--gray);
}
.p-information__bottom {
	display: flex;
	justify-content: flex-end;
	margin-top: 4rem;
}
@media screen and (max-width: 1279px) {
	.p-information::before {
		width: 230px;
		aspect-ratio: 309 / 355;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.p-information {
		margin-top: 10rem;
	}
	.p-information::before {
		background-image: url("../img/index/background-icon--information--sp.svg");
		width: 76px;
		height: 232px;
		top: 575px;
	}
	.p-information__list {
		margin-top: 2.8rem;
	}
	.p-information-item {
		flex-direction: column;
		padding: 2rem 0 2.5rem;
		gap: 1rem;
	}
	.p-information-item:first-child {
		padding-top: 2rem;
		border-top: 1px solid #D4D4D4;
	}
	.p-information-item__title {
		font-size: 1.4rem;
		line-height: 1.75;
	}
	.p-information__bottom {
		margin-top: 4.5rem;
		justify-content: center;
	}
}

/* Instagram */
.p-instagram {
	margin-top: 16.5rem;
}
.p-instagram__account-name {
  display: block;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid var(--black);
  border-radius: 50px;
  padding: 0.6rem 3rem;
  font-size: 1.8rem;
	font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1.2;
	color: var(--black);
}
.p-instagram__container {
  max-width: 1150px;
  width: 100%;
  padding: 0 4rem;
  margin: 1rem auto 0;
}
.p-instagram #sb_instagram {
	margin-top: 3.5rem;
	padding-bottom: 0!important;
}
.p-instagram #sbi_images {
	padding: 0!important;
}
@media screen and (max-width: 767px) {
	.p-instagram {
		margin-top: 11.5rem;
	}
	.p-instagram__account-name {
    font-size: 1.5rem;
    padding: 0.5rem 2.5rem;
  }
	.p-instagram #sb_instagram {
		margin-top: 3rem;
	}
}

/* Links */
.p-links {
	margin-top: 12.8rem;
	margin-bottom: 11.7rem;
	position: relative;
}
.p-links::before {
	content: "";
	position: absolute;
	right: 0;
	top: -105px;
	background-image: url("../img/index/background-icon--links.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 430px;
	height: 566px;
	z-index: -1;
}
.p-links__list {
	display: flex;
	gap: 2rem;
}
.p-link-item {
	border: 8px solid #EFEFEF;
	width: calc((100% - 2rem) / 2);
	height: 240px;
	position: relative;
	padding: 3rem;
	background: var(--white);
}
.p-link-item--has-arrow::before {
	content: "";
	position: absolute;
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 40px;
	background: var(--black);
	opacity: 0.6;
}
.p-link-item--has-arrow::after {
	content: "";
	position: absolute;
	right: 33px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("../img/common/arrow-right--black.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 17px;
	height: 14px;
}
.p-link-item__link {
	color: var(--black);
}
.p-link-item__container {
	display: flex;
	gap: 4rem;
	justify-content: flex-start;
	align-items: center;
}
.p-link-item__text {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.p-link-item__title {
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 2.8rem;
	line-height: 1;
}
.p-link-item__subtitle {
	font-family: "Jost", sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.2;
	letter-spacing: 0.02em;
}
@media screen and (max-width: 1279px) {
	.p-links {
		margin-top: 10rem;
		margin-bottom: 8rem;
	}
	.p-links::before {
		width: 300px;
		aspect-ratio: 215 / 283;
		height: auto;
		top: 50%;
    transform: translateY(-50%);
	}
	.p-link-item {
		padding: 2rem;
	}
	.p-link-item__container {
		gap: 3rem;
		padding-right: 6rem;
	}
}
@media screen and (max-width: 1023px) {
	.p-links::before {
		width: 250px;
	}
	.p-links__list {
		flex-direction: column;
	}
	.p-link-item {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.p-links {
		margin-top: 7.5rem;
		margin-bottom: 5rem;
	}
	.p-links::before {
		display: none;
	}
	.p-links__list {
		gap: 2rem;
	}
	.p-link-item {
		border: 4px solid #EFEFEF;
		width: 100%;
		height: 130px;
		padding: 2.1rem 1.6rem 2.1rem 0.7rem;
	}
	.p-link-item--has-arrow::before {
		right: 50px;
		height: 34px;
	}
	.p-link-item--has-arrow::after {
		right: 20px;
		width: 12px;
		height: 10px;
	}
	.p-link-item img {
		width: 80px;
		height: 80px;
	}
	.p-link-item__container {
		gap: 1.5rem;
	}
	.p-link-item__text {
		gap: 0.9rem;
	}
	.p-link-item__title {
		font-size: 1.8rem;
	}
	.p-link-item__subtitle {
		font-size: 1.1rem;
	}
}

/* Contact */
.p-contact {
	background: var(--black);
}
.p-contact__recruitment {
	display: flex;
}
.p-contact-recruitment-item {
	width: 50%;
	aspect-ratio: 720 / 440;
  height: auto;
	position: relative;
}
.p-contact-recruitment-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	pointer-events: none;
}
.p-contact-recruitment-item--instructor {
	background-image: url("../img/index/background-recruitment-instructor.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.p-contact-recruitment-item--musician {
	background-image: url("../img/index/background-recruitment-musician.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.p-contact-recruitment-item--container-link {
	display: block;
	width: 100%;
	height: 100%;
}
.p-contact-recruitment-item__content {
	position: absolute;
	top: calc(50% + 15px);
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--white);
}
.p-contact-recruitment-item__title {
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 2.8rem;
	line-height: 1;
	letter-spacing: 0.07em;
	text-align: center;
}
.p-contact-recruitment-item__border {
	display: flex;
	justify-self: center;
	margin-top: 1.5rem;
}
.p-contact-recruitment-item__description {
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.65;
	letter-spacing: 0.04em;
	text-align: center;
	max-width: 300px;
	margin-top: 2rem;
}
.p-contact-recruitment-item__link {
	color: var(--white);
	display: flex;
	justify-content: center;
	width: 60px;
	height: 60px;
	border: 1px solid var(--white);
	margin: 3.5rem auto 0;
}
@media screen and (max-width: 1023px) {
	.p-contact__recruitment {
		flex-direction: column;
	}
	.p-contact-recruitment-item {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.p-contact-recruitment-item {
		aspect-ratio: 390 / 290;
	}
	.p-contact-recruitment-item--instructor {
		background-image: url("../img/index/background-recruitment-instructor--sp.webp");
	}
	.p-contact-recruitment-item--musician {
		background-image: url("../img/index/background-recruitment-musician--sp.webp");
	}
	.p-contact-recruitment-item__title {
		font-size: 2rem;
	}
	.p-contact-recruitment-item__border {
		margin-top: 2.7rem;
	}
	.p-contact-recruitment-item__description {
		font-size: 1.2rem;
	}
	.p-contact-recruitment-item__link {
		width: 50px;
		height: 50px;
		align-items: center;
		margin: 3rem auto 0;
	}
	.p-contact-recruitment-item__link img {
		width: 12px;
		height: 10px;
	}
	.p-contact-recruitment-item__content {
		top: 50%;
		max-width: 300px;
		width: 100%;
	}
}