@charset "utf-8";
/*------------------------------------------------------------
	hennakenkyu - MV Section
------------------------------------------------------------*/

#container {
	padding: 9rem 15px 0;
}

#main .mv-section {
	position: relative;
	z-index: 20;
	background-color: #ffffff;
}

#main .mv-container {
	position: relative;
	width: 100%;
	max-width: 192rem;
	height: calc(100dvh - 100px);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 1530px) {
	#main .mv-container {
		height: 45vw;
	}
	
}

/* 装飾要素共通 */
#main .mv-decoration {
	position: absolute;
	z-index: 1;
}

/* 左上装飾 */
#main .mv-decoration--left-top {
	top: -6.17vw;
	left: -6.17vw;
	width: 15.7%;
	z-index: 3;
}
#main .mv-decoration--left-top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 右上装飾 */
#main .mv-decoration--right-top {
	top: -12.33vw;
	right: -10.90vw;
	width: 28.3%;
	z-index: 3;
}


#main .mv-decoration--right-top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 左下装飾 */
#main .mv-decoration--left-bottom {
	top: 38vw;
	left: 0;
	width: 28.8%;
	z-index: 1;
	transform: rotate(180deg);
}

#main .mv-decoration--left-bottom img {
	width: 100%;
}

/* 右下装飾 */
#main .mv-decoration--right-bottom {
	bottom: 13%;
	right: -1.4%;
	width: 0;
	height: auto;
	z-index: 1;
	transform: rotate(0deg);
}

#main .mv-decoration--right-bottom img {
	width: 100%;
	height: auto;
	transform: rotate(20deg);
}

/* メインコピー */
#main .mv-copy {
	position: absolute;
	top: 10vw;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	z-index: 5;
}

#main .mv-copy img {
	width: 100%;
	height: auto;
	display: block;
}

/* スクロール促進 */
#main .mv-scroll {
	position: absolute;
	top: 35vw;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

#main .mv-scroll__text {
	font-size: 2em;
	font-weight: 800;
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0em;
	text-transform: lowercase;
}

#main .mv-scroll__arrow {
	width: 7.5rem;
	height: 2.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

#main .mv-scroll__arrow img {
	width: 100%;
	height: auto;
	display: block;
}

/* レスポンシブ対応 */
@media all and (max-width: 896px) {
	#container {
		padding: 4rem 0 0;
	}

	#main .mv-section {
		height: calc(100dvh - 5.9rem);
		padding-bottom: 200vw;
	}

	#main .mv-container {
		
		height: calc(100dvh - 5.9rem);
		padding: 0;
	}

	#main .mv-decoration--left-top {
		top: -58vw;
		bottom: auto;
		left: -62vw;
		width: 138vw;
	}

	#main .mv-decoration--right-top {
		top: -27vw;
		right: -25vw;
		width: 60vw;
	}

	#main .mv-decoration--left-bottom {
		top: 195vw;
		left: 0;
		width: 80vw;
	}

	#main .mv-decoration--right-bottom {
		top: 110vw;
		right: 12vw;
		width: 40vw;
	}

	#main .mv-copy {
		top: 77vw;
		left: 50vw;
		width: 75vw;
	}

	#main .mv-scroll {
		top: 125vw;
	}

	#main .mv-scroll__text {
		font-size: 2rem;
	}

	#main .mv-scroll__arrow {
		width: 5rem;
		height: 0.8rem;
	}
}

/*------------------------------------------------------------
	hennakenkyu - Message Section
------------------------------------------------------------*/

#main .message-section {
	position: relative;
	z-index: 10;
	background-color: #ffffff;
	padding: 5rem 0 0;
}

#main .message-container {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 87vw;
	margin: 0 auto;
}

/* 装飾画像共通 */
#main .message-decoration {
	position: absolute;
	z-index: 1;
}

#main .message-decoration img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* message-img1: 右上の大きな装飾 */
#main .message-decoration--img1 {
	top: 0;
	left: 63.39vw;
	width: 27.4vw;
	
}

/* message-img2: 中央左側 */
#main .message-decoration--img2 {
	top: 36vw;
	left: 55vw;
	width: 8.8vw;
}

/* message-img3: 右側 */
#main .message-decoration--img3 {
	top: 33vw;
	left: 79.17vw;
	width: 17.6vw;
}

/* message-img4: 左側の大きな装飾 */
#main .message-decoration--img4 {
	top: 49.4vw;
	left: 11.72vw;
	width: 18.8vw;
}

/* message-img5: 小さな装飾 */
#main .message-decoration--img5 {
	top: 52.9vw;
	left: 53.21vw;
	width: 5.2vw;
}

/* message-img6: 小さな装飾 */
#main .message-decoration--img6 {
	top: 59.2vw;
	left: 44.35vw;
	width: 5vw;
}

/* message-img7: 右下の赤い装飾 */
#main .message-decoration--img7 {
	top: 63.2vw;
	left: 61.5vw;
	width: 48vw;
	z-index: 15;
}

/* message-img8: 下部のグラデーション */
#main .message-decoration--img8 {
	top: 64vw;
	left: 33.2vw;
	width: 76vw;
	z-index: 10;
}

/* message-img9: 下部の波線 */
#main .message-decoration--img9 {
	top: 80vw;
	left: 6.2vw;
	width: 43.8vw;
	z-index: 15;
}

/* メッセージテキスト */
#main .message-text {
	position: absolute;
	top: 8.1vw;
	left: 13.13vw;
	width: 100%;
	z-index: 5;
	font-family: 'A P-OTF A1Gothic Std', 'YuGothic', 'Yu Gothic', sans-serif;
	font-weight: 700;
}

#main .message-text p {
	margin: 0;
	padding: 0;
	font-size: clamp(1.5rem, 2.08vw, 4rem);
	line-height: 2.5;
	color: #000000;
	letter-spacing: 0em;
}

/* Message Section レスポンシブ対応 */
@media all and (max-width: 896px) {
	#main .message-section {
		padding: 10rem 0 56rem;
	}

	#main .message-container {
		min-height: auto;
		padding: 0;
		position: relative;
	}

	/* SP版では装飾画像を調整 */
	#main .message-decoration--img1 {
		top: 0;
		left: inherit;
		right: 4vw;
		width: 35vw;
		z-index: 100;
	}

	#main .message-decoration--img2 {
		top: 123.76vw;
		left: 43vw;
		width: 8.8vw;
	}

	#main .message-decoration--img3 {
		top: 105vw;
		left: inherit;
		right: 2vw;
		width: 40vw;
	}

	#main .message-decoration--img4 {
		top: 135vw;
		left: 5vw;
		width: 25vw;
	}

	#main .message-decoration--img5 {
		top: 150vw;
		left: 50vw;
		width: 8vw;
	}

	#main .message-decoration--img6 {
		top: 160vw;
		left: 35vw;
		width: 8vw;
	}

	#main .message-decoration--img7 {
		top: 175vw;
		left: 32vw;
		width: 80vw;
	}

	#main .message-decoration--img8 {
		top: 186vw;
		left: 10vw;
		width: 89vw;
	}

	#main .message-decoration--img9 {
		top: 220vw;
		left: 0;
		width: 90vw;
	}

	#main .message-text {
		position: relative;
		top: 0vw;
		left: 8vw;
		width: 100%;
		padding: 30vw 0 0;
		z-index: 10;
	}

	#main .message-text p {
		font-size: 4.1vw;
		line-height: 2.5;
		margin-bottom: 0;
	}
}

/*------------------------------------------------------------
	hennakenkyu - Our People Section
------------------------------------------------------------*/

#main .our-people-section {
	position: relative;
	z-index: 5;
	background-color: #ffffff;
	padding: 0 0 10rem;
	z-index: 20;
}

#main .our-people-container {
	position: relative;
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
	padding: 0 5%;
}

/* ヘッダー部分 */
#main .our-people-header {
	margin-bottom: 4rem;
}

#main .our-people-title {
	margin-bottom: 1.5rem;
	width: 105rem;
}

#main .our-people-title img {
	width: 100%;
	height: auto;
	display: block;
}

#main .our-people-subtitle {
	font-family: 'Yu Gothic UI', 'YuGothic', 'Yu Gothic', sans-serif;
	font-weight: 700;
	font-size: clamp(24px, 1.875vw, 36px);
	color: #000000;
	margin: 0;
}

/* カードコンテナ */
#main .our-people-cards {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2rem;
}

/* カード共通 */
#main .staff-card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	transition: transform 0.3s ease, opacity 0.3s ease;
	cursor: pointer;
}

#main .staff-card:hover {
	transform: translateY(-10px);
	opacity: 0.9;
}

#main .staff-card__img {
	margin-bottom: 1rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

#main .staff-card__img img {
	width: 100%;
	height: auto;
	display: block;
}

#main .staff-card__info {
	padding: 0;
}

#main .staff-card__name {
	font-family: 'Yu Gothic UI', 'YuGothic', 'Yu Gothic', sans-serif;
	font-weight: 700;
	font-size: clamp(14px, 1.04vw, 20px);
	color: #000000;
	margin: 0 0 0.5rem;
	line-height: 1.4;
	text-align: left;
}

#main .staff-card__name span {
	font-size: clamp(11px, 0.78vw, 15px);
	margin-left: 0.3em;
}

#main .staff-card__theme {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#main .staff-card__theme-line {
	display: inline-block;
	background-color: #000000;
	color: #ffffff;
	font-family: 'Yu Gothic UI', 'YuGothic', 'Yu Gothic', sans-serif;
	font-weight: 700;
	font-size: clamp(14px, 1.04vw, 20px);
	line-height: 1.5;
	padding: 0.2em 0.5em;
}

/* 各カードサイズ調整 */
#main .staff-card--1 {
	width: 22%;
	max-width: 423px;
}

#main .staff-card--2 {
	width: 22%;
	max-width: 423px;
}

#main .staff-card--3 {
	width: 22%;
	max-width: 423px;
}

#main .staff-card--4 {
	width: 22%;
	max-width: 423px;
}

/* ポップアップスタイル */
#main .staff-popup {
	position: relative;
	background: #fff;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

#main .staff-popup picture,
#main .staff-popup img {
	display: block;
	width: 100%;
	height: auto;
}

/* Magnific Popup カスタマイズ */
.mfp-staff-popup .mfp-container {
	padding: 20px;
}

.mfp-staff-popup .mfp-content {
	max-width: 90vw;
}

.mfp-staff-popup .mfp-close {
	color: #333;
	font-size: 40px;
	right: -10px;
	top: -10px;
	background: #fff;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	opacity: 1;
}

.mfp-staff-popup .mfp-close:hover {
	opacity: 0.8;
}

/* Our People Section レスポンシブ対応 */
@media all and (max-width: 896px) {
	#main .our-people-section {
		padding: 5rem 0 6rem;
	}

	#main .our-people-container {
		padding: 0 6%;
	}

	#main .our-people-header {
		margin-bottom: 2rem;
	}

	#main .our-people-title img {
		height: auto;
		width: 80%;
		max-width: 306px;
	}

	#main .our-people-subtitle {
		font-size: 1.9rem;
	}

	/* カード縦並び */
	#main .our-people-cards {
		flex-direction: column;
		align-items: center;
		gap: 3rem;
	}

	#main .staff-card {
		width: 85%;
		max-width: 280px;
	}

	#main .staff-card--1,
	#main .staff-card--2,
	#main .staff-card--3,
	#main .staff-card--4 {
		width: 85%;
		max-width: 350px;
	}

	#main .staff-card__name {
		font-size: 1.5rem;
	}

	#main .staff-card__name span {
		font-size: 1.2rem;
	}

	#main .staff-card__theme {
		font-size: 1.3rem;
	}

	/* ポップアップSP調整 */
	.mfp-staff-popup .mfp-container {
		padding: 10px;
	}

	.mfp-staff-popup .mfp-content {
		max-width: 100vw;
	}

	.mfp-staff-popup .mfp-close {
		right: 5px;
		top: 5px;
		font-size: 30px;
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
}

/* ==================== Guideline Section ==================== */
#main .guideline-section {
	position: relative;
	background-color: #ffffff;
	padding: 18.229vw 0 0;
	overflow:hidden
}

#main .guideline-inner {
	position: relative;
	max-width: 100vw;
	padding: 0 5vw;
	z-index: 2;
}

/* ===== 装飾画像 ===== */
#main .guideline-deco {
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

#main .guideline-deco img {
	display: block;
	width: 100%;
	height: auto;
}

/* img1: 赤い星（右上） */
#main .guideline-deco--img1 {
	top: 2.604vw;
	left: 67.708vw;
	width: 15.677vw;
}

/* img2: 赤い星大（右） */
#main .guideline-deco--img2 {
	top: 14.583vw;
	left: 70.313vw;
	width: 28.594vw;
	z-index: 10;
}

/* img3: 黄色三角（右下） */
#main .guideline-deco--img3 {
	top: 56.771vw;
	left: 88.542vw;
	width: 2.396vw;
}

/* img4: 波線（左下） */
#main .guideline-deco--img4 {
	top: 78.125vw;
	left: 4.688vw;
	width: 31.719vw;
}

/* img5: 背景グラデーション（上部） */
#main .guideline-deco--img5 {
	top: 6.25vw;
	left: 49.479vw;
	width: 49.479vw;
	z-index: 10;
}

/* img6: 円形装飾（右下） */
#main .guideline-deco--img6 {
	z-index: 1;
	top: 0;
	left: 3.646vw;
	width: 55.833vw;
}

/* ===== タイトル ===== */
#main .guideline-header {
	margin-bottom: 3.75vw;
}

#main .guideline-title {
	margin: 0 0 1.042vw;
}

#main .guideline-title img {
	display: block;
	width: 100%;
	max-width: 53.125vw;
	height: auto;
}

#main .guideline-subtitle {
	font-family: 'Yu Gothic UI', 'YuGothic', 'Yu Gothic', sans-serif;
	font-size: 1.875vw;
	font-weight: 700;
	color: #000000;
	margin: 0;
	line-height: 1.4;
}

/* ===== 各項目（dl） ===== */
#main .guideline-item {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 2.083vw 0 4.427vw;
	border-bottom: 1px solid #000000;
}
#main .guideline-item:nth-of-type(3) {
	padding: 2.083vw 0;
}
#main .guideline-item:last-child {
	padding: 2.083vw 0;
}

#main .guideline-item__title {
	width: 10.417vw;
	font-family: 'Yu Gothic UI', 'YuGothic', 'Yu Gothic', sans-serif;
	font-size: 1.146vw;
	font-weight: 700;
	color: #000000;
	line-height: 1.6;
}

#main .guideline-item__content {
	flex: 1;
	margin: 0;
	padding-left: 3.125vw;
}

#main .guideline-item__content p {
	font-family: 'Yu Gothic UI', 'YuGothic', 'Yu Gothic', sans-serif;
	font-size: 1.146vw;
	font-weight: 600;
	color: #000000;
	margin: 0 0 0.625vw;
	line-height: 1.6;
}

#main .guideline-item__content p:last-child {
	margin-bottom: 0;
}

#main .guideline-item__label {
	margin-bottom: 1.25vw !important;
}

#main .guideline-item__note {
	margin-top: 1.25vw !important;
}

/* ===== TOPボタン ===== */
#main .guideline-top {
	margin: 19.01vw 0 12.865vw;
	text-align: center;
}

#main .guideline-top__btn {
	display: inline-block;
	transition: opacity 0.3s ease;
}

#main .guideline-top__btn:hover {
	opacity: 0.7;
}

#main .guideline-top__btn img {
	display: block;
	width: 15vw;
	height: auto;
}

/* ===== SP対応 ===== */
@media all and (max-width: 896px) {
	#main .guideline-section {
		padding: 0;
	}

	#main .guideline-inner {
		padding: 40vw 10vw 0;
		z-index: 20;
	}

	/* 装飾画像（SP） */
	#main .guideline-deco--img1 {
		top: 10vw;
		left: inherit;
		right: 3vw;
		width: 25vw;
		z-index: 10;
	}

	#main .guideline-deco--img2 {
		top: 35vw;
		left: inherit;
		right: -19vw;
		width: 48vw;
	}

	#main .guideline-deco--img3 {
		top: 265vw;
		left: inherit;
		right: 13vw;
		width: 6vw;
	}

	#main .guideline-deco--img4 {
		top: 250vw;
		left: 5vw;
		width: 60vw;
	}

	#main .guideline-deco--img5 {
		top: 30vw;
		left: 0;
		width: 110vw;
		opacity: 0.5;
	}

	#main .guideline-deco--img6 {
		top: 0;
		left: 0;
		width: 95vw;
		z-index: 1;
	}

	/* タイトル（SP） */
	#main .guideline-header {
		margin-bottom: 8vw;
	}

	#main .guideline-title img {
		max-width: 63vw;
	}

	#main .guideline-subtitle {
		margin-top: 2vw;
		font-size: 4.3vw;
	}

	/* 各項目（SP：1カラム） */
	#main .guideline-item {
		display: block;
		padding: 6.667vw 0 13.333vw;
	}
		#main .guideline-item:nth-of-type(1) {
			margin-top: 9.333vw;
		border-top: #000000 solid 1px;
	}
	#main .guideline-item:nth-of-type(3) {
		padding: 6.667vw 0;
	}

	#main .guideline-item__title {
		width: 100%;
		font-size: 4.267vw;
		margin-bottom: 4vw;
	}

	#main .guideline-item__content {
		padding-left: 0;
	}

	#main .guideline-item__content p {
		font-size: 3.733vw;
	}

	#main .guideline-item__label {
		margin-bottom: 4vw !important;
	}

	#main .guideline-item__note {
		margin-top: 4vw !important;
	}

	/* TOPボタン（SP） */
	#main .guideline-top {
		margin: 0;
		padding: 40vw 0 30vw;
	}

	#main .guideline-top__btn img {
		width: 40vw;
		height: auto;
	}
}

#footer {
	margin: 0 -2rem 0;
}