@charset "utf-8";
/* CSS Document */


/*==================================================================

		背景

==================================================================*/
#bg01 {
	position: relative;
	width: 100%;
	min-width: 1300px;
	background: url("../images/bg02.png") no-repeat center bottom, url("../images/bg01.jpg") center top;
	z-index: 2;
	overflow-x: clip;
	overflow-y: visible;
}
#bg01::after {
	position: absolute; content: "";
	width: 100%; height: 1000px;
	left:0; bottom: -1000px;
	background: url("../images/bg03.png") no-repeat center top -1px;
	pointer-events: none;
	z-index: 9;
}
@media screen and (max-width: 640px) {
	#bg01 {
		min-width: 400px;
		background: url("../images/bg02.png") no-repeat center bottom, url("../images/bg01.jpg") right top;
	}
	#bg01::after {
		background: url("../images/bg03.png") no-repeat left -700px top -35px;
		bottom: -998px;
	}
}


#bg02 {
	position: relative;
	width: 100%;
	min-width: 1300px;
	background: url("../images/bg04.png") center top;
	z-index: 0;
	overflow-x: clip;
}
@media screen and (max-width: 640px) {
	#bg02 {
		min-width: 400px;
	}
}


/*------------------------------ 雲 ------------------------------*/
@keyframes cloudFloat {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-20px); }
	100% { transform: translateY(0); }
}
.cloud {
	position: absolute;
	top: 0;
	width: 100%;
	min-width: 1300px;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	.cloud {
		min-width: 400px;
	}
}
.cloud img {
	position: absolute;
}

#bg01 .cloud img:nth-of-type(1) {
	top: 0;
	right: 0;
	animation: cloudFloat 8s ease-in-out infinite 1s;
}
#bg01 .cloud img:nth-of-type(2) {
	top: 520px;
	left: 0;
	animation: cloudFloat 4s ease-in-out infinite 2s;
}
#bg01 .cloud img:nth-of-type(3) {
	top: 1400px;
	right: 0;
	animation: cloudFloat 8s ease-in-out infinite 1.5s;
}
#bg01 .cloud img:nth-of-type(4) {
	top: 2000px;
	left: 0;
	animation: cloudFloat 4s ease-in-out infinite 3s;
}
#bg01 .cloud img:nth-of-type(5) {
	top: 2670px;
	right: 0;
	animation: cloudFloat 5s ease-in-out infinite 2s;
	display: none;
}
#bg01 .cloud img:nth-of-type(6) {
	top: 510px;
	right: 0;
	animation: cloudFloat 5s ease-in-out infinite 2s;
	z-index: 99;
}

#bg02 .cloud img:nth-of-type(1) {
	top: 0;
	left: 0;
	animation: cloudFloat 4s ease-in-out infinite 1.8s;
}
#bg02 .cloud img:nth-of-type(2) {
	top: 600px;
	right: 0;
	animation: cloudFloat 8s ease-in-out infinite 1.5s;
}
#bg02 .cloud img:nth-of-type(3) {
	top: 1500px;
	left: 0;
	animation: cloudFloat 4s ease-in-out infinite 2s;
}
#bg02 .cloud img:nth-of-type(4) {
	top: 2700px;
	left: 0;
	animation: cloudFloat 8s ease-in-out infinite 1.5s;
}
#bg02 .cloud img:nth-of-type(5) {
	top: 3230px;
	right: 0;
	animation: cloudFloat 8s ease-in-out infinite 1.5s;
}


@media screen and (max-width: 640px) {
	#bg01 .cloud img:nth-of-type(3) {
		top: 1300px;
	}
	#bg01 .cloud img:nth-of-type(4) {
		top: 1900px;
	}
	#bg01 .cloud img:nth-of-type(5) {
		width: 60%;
	}
	#bg01 .cloud img:nth-of-type(6) {
		top: 450px;
	}

	#bg02 .cloud img:nth-of-type(2) {
		top: 900px;
	}
	#bg02 .cloud img:nth-of-type(3) {
		display: none;
	}
	#bg02 .cloud img:nth-of-type(4) {
		display: none;
	}
	#bg02 .cloud img:nth-of-type(5) {
		top: 3500px;
	}
}





/*==================================================================

		共通

==================================================================*/
.home section {
	margin-top: 120px;
	margin-left: clamp(260px, 20%, 300px);
}
.home section .inner {
	position: relative;
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
	z-index: 2;
}
.home section .inner h3 {
	font-size: 21px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 4px;
	color: #222;
}
.home section .inner h3 span {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 2px;
	color: var(--color-blue-dark);
}
.home section .inner h3 span::before {
	position: static; content: "";
	width: 14px; height: 14px;
	background: url("../images/icon01.png");
	background-size: 14px;
}
@media screen and (max-width: 640px) {
	.home section {
		margin-top: 80px;
		margin-left: 0;
	}
	.home section .inner {
		width: 88%;
	}
	.home section .inner h3 {
		font-size: 18px;
		letter-spacing: 2px;
	}
	.home section .inner h3 span {
		font-size: 12px;
		letter-spacing: 1px;
		margin-bottom: 14px;
	}
}




/*==================================================================

		$index　＊　mainvisual

==================================================================*/
#top_mainvisual {
	position: relative;
	overflow: hidden;
}


/*------------------------------ キャッチコピー ------------------------------*/
#top_mainvisual .inner {
	position: relative;
	min-height: 100vh;
	margin: 0 auto; 
	margin-left: clamp(360px, 30%, 430px);
	z-index: 10;
}
#top_mainvisual #top_catch {
	position: absolute;
	bottom: 110px;
}
#top_mainvisual #top_catch h2 {
	margin-bottom: 30px;
	font-family: 'Quicksand', sans-serif;
	font-size: 59px;
	font-weight: 300;
	color: #fff;
	text-shadow:
		0 0 16px rgba(255, 255, 255, 0.9),
		0 0 80px rgba(255, 255, 255, 0.3);
	line-height: 1.2;
	letter-spacing: 12px;
}
#top_mainvisual #top_catch span {
	display: block;
	font-family: 'Quicksand', sans-serif;
	font-size: 11px;
	color: var(--color-blue);
	margin-bottom: 20px;
	letter-spacing: 1px;
}

#top_mainvisual #top_catch dl {
	letter-spacing: 2px;
}
#top_mainvisual #top_catch dl dt {
	font-size: 25px;
	color: #222;
	font-weight: 500;
	margin-bottom: 10px;
}
#top_mainvisual #top_catch dl dd {
	line-height: 2.5;
	letter-spacing: 1.5px;
}
@media screen and (max-width: 1530px) {
	#top_mainvisual .inner {
		margin-left: 26%;
	}
}
@media screen and (max-width: 1430px) {
	#top_mainvisual .inner {
		margin-left: 24%;
	}
}



/*------------------------------ お知らせ ------------------------------*/
#top_news {
	position: absolute;
	bottom: 40px;
	right: 5%;
	width: 30%;
	max-width: 520px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 10;
}
#top_news a {
	display: flex;
	align-items: center;
	gap: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #444;
}
#top_news h2 {
	position: relative;
	flex-shrink: 0;
	font-family: 'Quicksand', sans-serif;
	padding-right: 24px;
	color: #222;
}
#top_news h2::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(25deg);
	width: 1px;
	height: 15px;
	background: #222;
}
#top_news .date {
	font-family: 'Quicksand', sans-serif;
	color: #3f99a8;
	letter-spacing: 1px;
}
#top_news .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#top_news a .date,
#top_news a .title {
	transition: transform 0.3s ease;
}
#top_news a:hover .date,
#top_news a:hover .title {
	transform: translateX(6px);
}



/*------------------------------ 手 ------------------------------*/
#top_mainvisual::before {
	content: '';
	position: absolute;
	top: -350px;
	left: 50%;
	margin-left: -680px;
	width: 1114px;
	height: 1045px;
	background: url('../images/img01.png') no-repeat center / contain;
	transform-origin: top left;
	animation: penMotion 13s ease-in-out infinite;
	pointer-events: none;
	z-index: 2;
}

@keyframes penMotion {
	0%   { transform: rotate(1deg) translate(0, 0); }
	30%  { transform: rotate(5deg) translate(1px, -1px); }
	60%  { transform: rotate(3deg) translate(-1px, 1px); }
	100% { transform: rotate(1deg) translate(0, 0); }
}



/*------------------------------ キラキラ ------------------------------*/
#top_mainvisual .kirakira {
	content: '';
	position: absolute;
	top: 400px;
	left: 50%;
	margin-left: 360px;
	width: 126px;
	height: 125px;
	animation: kiraKira 6s ease-in-out infinite;
	pointer-events: none;
	z-index: 1;
}
#top_mainvisual .kirakira img:nth-of-type(1) {
	position: absolute;
	top: 100px;
	left: -20px;
}
#top_mainvisual .kirakira img:nth-of-type(2) {
	position: absolute;
	left: 40px;
}
#top_mainvisual .kirakira img:nth-of-type(3) {
	position: absolute;
	left: 35px;
	top: 45px;
}
@keyframes kiraKira {
	0%   { opacity: 0;}
	30%  { opacity: 1;}
	50%  { opacity: 1;}
	100% { opacity: 0;}
}

#top_mainvisual .kirakira img:nth-of-type(1) {
	position: absolute;
	top: 100px;
	animation: kira1 3s ease-in-out infinite;
}
#top_mainvisual .kirakira img:nth-of-type(2) {
	position: absolute;
	left: 90px;
	animation: kira2 5s ease-in-out infinite;
}
#top_mainvisual .kirakira img:nth-of-type(3) {
	position: absolute;
	left: 35px;
	top: 45px;
	animation: kira3 6s ease-in-out infinite;
}

@keyframes kira1 {
	0%   { opacity: 0; transform: rotateY(0deg) scale(0.6); }
	20%  { opacity: 1; transform: rotateY(0deg) scale(0.6); margin-top: 50px;}
	50%  { opacity: 1; transform: rotateY(180deg) scale(1.1); }
	80%  { opacity: 0.8; transform: rotateY(300deg) scale(1); }
	100% { opacity: 0; transform: rotateY(360deg) scale(0.6); }
}
@keyframes kira2 {
	0%   { opacity: 0; transform: rotateY(0deg) scale(0.8); }
	25%  { opacity: 0; transform: rotateY(0deg) scale(0.8); }
	45%  { opacity: 1; transform: rotateY(-180deg) scale(1.2); }
	80%  { opacity: 0.7; transform: rotateY(-300deg) scale(1);  margin-top: 20px;}
	100% { opacity: 0; transform: rotateY(-360deg) scale(0.8); }
}
@keyframes kira3 {
	0%   { opacity: 0; transform: scale(0.5); }
	30%  { opacity: 1; transform: scale(0.5); }
	60%  { opacity: 1; transform:scale(1.0); }
	85%  { opacity: 0.9; transform: scale(1.1);  margin-top: 100px;}
	100% { opacity: 0; transform: scale(0.5); }
}

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

/*------------------------------ キャッチコピー ------------------------------*/
#top_mainvisual .inner {
    min-height: 760px;
    margin-left: 0;
}
#top_mainvisual #top_catch {
    bottom: 160px; /* top_newsの高さ分上げる */
    padding: 0 5%;
}
#top_mainvisual #top_catch h2 {
    font-size: 32px;
    letter-spacing: 6px;
    margin-bottom: 20px;
	font-weight: 400;
}
#top_mainvisual #top_catch dl dt {
    font-size: 18px;
}
#top_mainvisual #top_catch dl dd {
    font-size: 13px;
    line-height: 2.2;
    letter-spacing: 1px;
}

/*------------------------------ お知らせ ------------------------------*/
#top_news {
    width: 90%;
    right: 5%;
    bottom: 80px;
    white-space: nowrap;
}

/*------------------------------ 手 ------------------------------*/
#top_mainvisual::before {
    top: -100px;
    left: 50%;
	margin-left: -410px;
    width: 600px;
    height: 563px;
}

/*------------------------------ キラキラ ------------------------------*/
#top_mainvisual .kirakira {
    top: 250px;
    left: 50%;
    margin-left: 80px;
}
#top_mainvisual .kirakira img:nth-of-type(1) {
	top: 120px;
	left: 10px;
	width: 15px;
}
#top_mainvisual .kirakira img:nth-of-type(2) {
	left: 50px;
	top: 80px;
	width: 16px;
}
#top_mainvisual .kirakira img:nth-of-type(3) {
	width: 5px;
	left: 75px;
	top: 45px;
}

} /* end media */





/*==================================================================

		#top_about　＊　私たちについて

==================================================================*/
#top_about .inner {
	display: flex;
	align-items: center;
}
#top_about .inner h3 {
	width: 38%;
}
#top_about .inner .text {
	flex: 1;
	line-height: 2.7;
	letter-spacing: 0.8px;
}
@media screen and (max-width: 640px) {
	#top_about {
		margin-top: 30px;
	}
	#top_about .inner {
		display: block;
	}
	#top_about .inner h3 {
		width: 100%;
		margin-bottom: 20px;
	}
	#top_about .inner .text {
		line-height: 2.2;
		letter-spacing: 0.5px;
	}
}







/*==================================================================

		#top_development　＊　Projects in development

==================================================================*/
#top_development .inner {
	display: flex;
	align-items: center;
}
#top_development .inner h3 {
	position: absolute;
	left: -70px;
	transform: rotate(90deg);
}
#top_development .inner h3 span {
	flex-direction: column;
	gap: 40px;
	margin: 0;
	padding: 0;
	line-height: 1;
	letter-spacing: 3px;
}
#top_development figure {
	width: 670px;
	margin: auto;
}
#top_development figure img {
	width: 100%;
}
@media screen and (max-width: 640px) {
	#top_development .inner {
		display: block;
	}
	#top_development .inner h3 {
		position: static;
		transform: none;
		margin-bottom: 30px;
	}
	#top_development .inner h3 span {
		flex-direction: row;
		gap: 10px;
		letter-spacing: 1.5px;
	}
	#top_development figure {
		width: 100%;
	}
}







/*==================================================================

		#top_philosophy　＊　理念・メッセージ

==================================================================*/
#top_philosophy .inner {
	display: flex;
	align-items: center;
}
#top_philosophy .inner h3 {
	width: 38%;
}
#top_philosophy .inner .text {
	flex: 1;
	line-height: 2.7;
	letter-spacing: 0.8px;
}
@media screen and (max-width: 640px) {
	#top_philosophy .inner {
		display: block;
	}
	#top_philosophy .inner h3 {
		width: 100%;
		margin-bottom: 20px;
	}
	#top_philosophy .inner .text {
		line-height: 2.2;
		letter-spacing: 0.5px;
	}
}








/*==================================================================

		#top_business　＊　事業内容

==================================================================*/
#top_business {
	padding-bottom: 50px;
}
#top_business ul {
	display: flex;
	gap: 50px;
	margin-top: 40px;
	padding: 0 20px;
}
#top_business ul li {
	flex: 1;
}
#top_business figure {
	width: 100%;
}
#top_business figure img {
	width: 100%;
}
#top_business dl {
	padding: 0 5px 0 10px;
}
#top_business dl dt {
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 2px;
	color: #222;
}
#top_business dl dd {
	line-height: 2.4;
}
@media screen and (max-width: 640px) {
	#top_business {
		padding-bottom: 0;
	}
	#top_business ul {
		flex-direction: column;
		gap: 30px;
		padding: 0;
		margin-top: 20px;
	}
	#top_business dl dt {
		font-size: 16px;
		margin-top: 15px;
		margin-bottom: 15px;
		letter-spacing: 1px;
	}
	#top_business dl dd {
		line-height: 2.2;
	}
}







/*==================================================================

		#top_project　＊　主なプロジェクト

==================================================================*/
#top_project {
	z-index: 2;
	margin-top: 0;
	padding-top: 350px;
}
#top_project ul {
	display: flex;
	gap: 50px;
	margin-top: 40px;
	padding: 0 20px;
}
#top_project ul li {
	flex: 1;
}
#top_project figure {
	width: 100%;
}
#top_project figure img {
	width: 100%;
}
#top_project dl {
	padding: 0 5px 0 10px;
}
#top_project dl dt {
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 2px;
	color: #222;
}
#top_project dl dt a {
	color: #222;
}
#top_project dl dt a:hover {
	color: var(--color-blue);
}
#top_project dl dd {
	line-height: 2.4;
}
#top_project dl dd rt {
	font-size: 10px;
}
@media screen and (max-width: 640px) {
	#top_project {
		padding-top: 220px;
	}
	#top_project ul {
		flex-direction: column;
		gap: 30px;
		padding: 0;
		margin-top: 20px;
	}
	#top_project dl dt {
		font-size: 16px;
		margin-top: 15px;
		margin-bottom: 15px;
		letter-spacing: 1px;
	}
	#top_project dl dd {
		line-height: 2.2;
	}
}







/*==================================================================

		#top_member　＊　メンバー

==================================================================*/
#top_member .member_list {
	margin-bottom: 40px;
	display: flex;
	gap: 60px;
}
@media screen and (max-width: 640px) {
	#top_member .member_list {
		flex-direction: column;
		gap: 20px;
		margin-top: 40px;
	}
}



/*------------------------------ タイトル ------------------------------*/
#top_member .member_list h6 {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	width: 140px;
	margin-bottom: 60px; /*調整*/
	font-size: 14px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	letter-spacing: 2px;
	color: #57adc7;
}
#top_member .member_list h6::after {
	position: absolute; content: '';
	right: 0;
	width: 30px;
	height: 1px;
	background: rgba(68, 68, 68, 0.5);
}
@media screen and (max-width: 640px) {
	#top_member .member_list h6 {
		width: 100%;
		margin-bottom: 0;
	}
	#top_member .member_list h6::after {
		width: 70%;
		background: #57adc7;
		opacity: .5;
	}
}



/*------------------------------ リスト ------------------------------*/
#top_member .member_list ul {
	flex: 1;
	display: flex;
	gap: 70px;
	padding: 0 20px;
	justify-content: flex-start;
}
#top_member .member_list ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#top_member .member_list ul {
		gap: 15px;
		padding: 0;
		flex-wrap: nowrap;
		justify-content: center;
	}
	#top_member .member_list ul li {
		flex: 1;
		min-width: 0;
	}
}



/*------------------------------ アイコン部分 ------------------------------*/
#top_member .member_list ul li figure {
	position: relative;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 16px;
	background: #FFF;
	box-shadow: 0 0 15px rgba(157, 208, 216, 0.8), 0 0 20px rgba(157, 208, 216, 0.5);
	transition: 0.3s ease;
}
#top_member .member_list ul li figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
}
@media screen and (max-width: 640px) {
	#top_member .member_list ul li figure {
		width: 100%;
		max-width: 100px;
		height: auto;
		aspect-ratio: 1 / 1;
	}
	#top_member .member_list ul li figure img {
		width: 70%;
	}
}



/*------------------------------ 役職・お名前 ------------------------------*/
#top_member .member_list ul li dl dt {
	font-size: 13px;
	color: #57adc7;
}
#top_member .member_list ul li dl dd {
	position: relative;
	font-size: 18px;
	color: #222;
	font-family: 'Quicksand', 'Zen Kaku Gothic Antique', sans-serif;
	font-weight: 500;
	transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
	#top_member .member_list ul li dl dt {
		font-size: 11px;
	}
	#top_member .member_list ul li dl dd {
		font-size: 15px;
	}
}


/*------------------------------ ACTORのみ ------------------------------*/
.member_actor dd::after {
	position: absolute; content: "";
	background: url("../images/icon03.png") no-repeat;
	background-size: 11px 11px;
	width: 11px; height: 11px;
	top: 50%; margin-top: -6px;
	right: -20px;
	transition: 0.3s ease;
}
.member_actor ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	cursor: pointer;
}
@media screen and (max-width: 640px) {
	.member_actor dd::after {
		right: -15px;
	}
	.member_actor ul li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	.member_actor ul li figure {
		width: 100%;
		max-width: 100px;
	}
	.member_actor ul li figure img {
		width: 90% !important;
	}
}


#top_member .member_actor ul li a:hover figure {
	transform: translateY(-8px);
}
#top_member .member_actor ul li a:hover dd {
	color: var(--color-blue);
}
.member_actor ul li a:hover dd::after {
	right: -25px;
}
@media screen and (max-width: 640px) {
	.member_actor ul li a:hover dd::after {
		right: -20px;
	}
}









/*==================================================================

		.modal　＊　モーダル

==================================================================*/
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.modal.is-open {
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 85, 106, 0.5);
}
.modal_close {
	position: absolute;
	top: 16px;
	right: 20px;
	font-size: 18px;
	color: var(--color-blue);
	line-height: 1;
	background: none;
	border: none;
	cursor: pointer;
}
.modal_close:hover {
	color: var(--color-blue-dark);
}
.modal_inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 20px;
	background: rgba(255,255,255,.85);
	width: 1000px;
	max-width: 90vw;
	min-width: 800px;
	height: 90vh;
	border-radius: 10px;
	z-index: 1;
	animation: modalFadeIn 0.3s ease-out;
	overflow: hidden;
}
@keyframes modalFadeIn {
	0%   { opacity: 0; transform: translateY(10px); }
	100% { opacity: 1; transform: translateY(0); }
}

#modal-ena .modal_inner::after {
	position: absolute; content: "";
	width: 100%; height: 100%;
	background: url("../images/figure_ena.png") left -700px top -250px;
	opacity: .1;
	pointer-events: none;
}
#modal-youkou .modal_inner::after {
	position: absolute; content: "";
	width: 100%; height: 100%;
	background: url("../images/figure_youkou.png") left -700px top -300px;
	opacity: .1;
	pointer-events: none;
}
#modal-kana .modal_inner::after {
	position: absolute; content: "";
	width: 100%; height: 100%;
	background: url("../images/figure_kana.png") left -700px top -300px;
	opacity: .1;
	pointer-events: none;
}


/*------------------------------ 立ち絵 ------------------------------*/
.modal_profile {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: stretch;
	flex-shrink: 0;
	width: 380px;
	overflow: hidden;
}
.modal_profile figure {
	padding: 20px 0;
	box-sizing: border-box;
	width: 100%;
	min-height: 700px;
	margin: 0;
}
.modal_profile figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: bottom;
	display: block;
}

/*------------------------------ 右側テキストエリア ------------------------------*/
.modal_content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-self: center;
	padding: 40px 50px 40px;
	margin-right: 40px;
	overflow-y: auto;
	width: 360px;
	background: #FFF;
	border-radius: 20px;
	max-height: 80vh;
	max-height: calc(80vh - 80px);
	overflow-y: auto;
}
.modal_name {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.modal_name h4 {
	font-size: 26px;
	color: #222;
	font-weight: 500;
	letter-spacing: 3px;
	margin-bottom: 4px;
}
.modal_name span {
	font-family: 'Quicksand', sans-serif;
	font-size: 11px;
	color: #57adc7;
	letter-spacing: 2px;
	padding-left: 15px;
}
.modal_role {
	font-size: 14px;
	color: #888;
	letter-spacing: 1px;
}

/*------------------------------ サンプルボイス ------------------------------*/
.modal_voice {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}
.btn_voice_play {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid var(--color-blue);
	background: none;
	color: var(--color-blue);
	font-size: 12px;
	cursor: pointer;
	flex-shrink: 0;
	transition: background 0.3s ease, color 0.3s ease;
}
.btn_voice_play:hover {
	background: var(--color-blue);
	color: #fff;
}
.voice_bar {
	flex: 1;
	height: 4px;
	background: #ddd;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
}
.voice_progress {
	height: 100%;
	width: 0%;
	background: var(--color-blue);
	border-radius: 4px;
	transition: width 0.1s linear;
}
.voice_time {
	font-family: 'Quicksand', sans-serif;
	font-size: 12px;
	color: #888;
	flex-shrink: 0;
}

/*------------------------------ 詳細 ------------------------------*/
.modal_body dl {
	display: flex;
	flex-direction: column;
	gap: 16px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}
.modal_body dl dt {
	font-size: 13px;
	color: #57adc7;
	letter-spacing: 1px;
	margin-bottom: 2px;
}
.modal_body dl dd {
	color: #444;
	line-height: 1.8;
	letter-spacing: 1px;
}
.modal_body dl dd ul li {
	position: relative;
	padding-left: 12px;
}
.modal_body dl dd ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	width: 4px;
	height: 1px;
	background: #57adc7;
}

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

	.modal {
		align-items: flex-start;
	}
	.modal_inner {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		width: 90vw !important;
		min-width: unset !important;
		max-width: 90vw;
		height: auto;
		max-height: 85vh;
		margin-top: 95px;
		padding: 0;
		gap: 0;
		overflow-y: auto;
		overflow-x: hidden;
		box-sizing: border-box;
	}
	.modal_profile {
		width: 100%;
		max-width: 100%;
		height: 220px;
		flex-shrink: 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	.modal_profile figure {
		min-height: unset;
		height: 100%;
		padding: 0;
	}
	.modal_profile figure img {
		object-fit: cover;
		object-position: center calc(0% - 30px);
	}
	#modal-ena .modal_profile figure img {
		object-position: center calc(0% - 10px);
	}
	.modal_content {
		width: 100%;
		max-width: 100%;
		min-width: unset !important;
		max-height: unset;
		margin: 0;
		padding: 25px 20px;
		border-radius: 0;
		box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: visible;
	}
	.modal_name h4 {
		font-size: 20px;
	}
	.modal_close {
		position: fixed;
		top: 110px;
		right: 5vw;
		z-index: 9999;
		font-size: 22px;
		background: rgba(255,255,255,0.8);
		border-radius: 50%;
		width: 36px;
		height: 36px;
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 0;
    	animation: closeBtn 0s 0.8s forwards;
	}
	
	#modal-ena .modal_inner::after { display: none;
	}
	#modal-youkou .modal_inner::after {display: none;
	}
	#modal-kana .modal_inner::after {display: none;
	}
}

@keyframes closeBtn {
    to { opacity: 1; }
}









/*==================================================================

		#top_message　＊　プロデューサー挨拶

==================================================================*/
#top_message {
	position: relative;
	overflow-x: clip;
}
#top_message::after {
	position: absolute; content: "";
	background: url("../images/img07.png") top right no-repeat;
	width: 399px;
	height: 850px;
	top: -440px; left: 50%; margin-left: 420px;
}
#top_message .inner {
	display: flex;
	align-items: center;
}
#top_message .inner h3 {
	width: 38%;
	margin-bottom: 100px;
}
#top_message .inner .text {
	flex: 1;
	line-height: 2.7;
	letter-spacing: 0.8px;
}
#top_message .inner .text p:last-of-type {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #222;
}
@media screen and (max-width: 640px) {
	#top_message::after {
		background-size: cover;
		width: 305px;
		height: 650px;
		top: -230px; left: 50%; margin-left: 10px;
	}
	#top_message .inner {
		display: block;
	}
	#top_message .inner h3 {
		width: 100%;
		margin-bottom: 20px;
	}
	#top_message .inner .text {
		line-height: 2.2;
		letter-spacing: 0.5px;
	}
	#top_message .inner .text p:last-of-type {
		margin-top: 20px;
	}
}








/*==================================================================

		#top_contact　＊　お問い合わせ

==================================================================*/

/*------------------------------ h3とテキスト横並び ------------------------------*/
#top_contact .box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 60px;
}
#top_contact .box p {
	text-align: right;
}
@media screen and (max-width: 640px) {
	#top_contact .box {
		display: block;
	}
	#top_contact .box p {
		text-align: left;
		margin-top: 15px;
	}
}



/*------------------------------ お問い合わせフォーム ------------------------------*/
#top_contact form dl {
  	display: flex;
  	flex-direction: column;
  	gap: 15px;
}
#top_contact form dl > div {
  	display: flex;
  	align-items: flex-start;
  	gap: 20px;
}
#top_contact form dl dt {
  	display: flex;
  	align-items: center;
  	gap: 18px;
  	width: 260px;
  	flex-shrink: 0;
  	padding-top: 10px;
	font-size: 16px;
	color: #222;
	font-weight: 500;
}
#top_contact form dl dd {
  	flex: 1;
}
#top_contact form dl dd input,
#top_contact form dl dd textarea {
  	width: 100%;
  	padding: 17px 24px 15px;
  	background: #eeeeee;
  	border: none;
  	border-radius: 5px;
  	outline: none;
  	box-sizing: border-box;
}
#top_contact form dl dd textarea {
  	resize: vertical;
}
@media screen and (max-width: 640px) {
	#top_contact form dl > div {
		flex-direction: column;
		gap: 8px;
	}
	#top_contact form dl dt {
		width: 100%;
		padding-top: 0;
		font-size: 15px;
	}
	#top_contact form dl dd {
		width: 100%;
	}
	#top_contact form dl dd input,
	#top_contact form dl dd textarea {
		padding: 13px 16px;
	}
}


/*------------------------------ 必須 / 任意 ------------------------------*/
#top_contact form dl dt .any,
#top_contact form dl dt .haveto {
  	display: inline-flex;
  	align-items: center;
  	justify-content: center;
  	width: 66px;
  	height: 23px;
  	border-radius: 3px;
  	font-size: 13px;
  	color: #fff;
  	flex-shrink: 0;
	margin-right: 18px;
}
#top_contact form dl dt .any { background: #89bfd5;}
#top_contact form dl dt .haveto { background: #e8a5b0;}



/*------------------------------ プライバシーポリシー ------------------------------*/
#top_contact .privacy {
  	margin-top: 30px;
  	text-align: center;
  	font-size: 14px;
}
#top_contact .privacy label {
  	display: inline-flex;
  	align-items: center;
  	gap: 10px;
	margin-bottom: 10px;
  	cursor: pointer;
}
#top_contact .privacy a {
  	text-decoration: underline;
  	text-underline-offset: 10px;
  	text-decoration-color: var(--color-blue);
}

/*------------------------------ 送信ボタン ------------------------------*/
#top_contact .submit {
  	margin-top: 25px;
  	text-align: center;
}
#top_contact .submit button {
	width: 46%;
  	padding: 18px 10px;
  	background: #fff;
  	border: 1px solid var(--color-blue);
	font-size: 16px;
	color: #00556a;
	font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  	letter-spacing: 2px;
  	cursor: pointer;
	transition: background 0.3s ease, color 0.3s ease;
}
#top_contact .submit button:hover {
	background: var(--color-blue);
	color: #fff;
}
@media screen and (max-width: 640px) {
	#top_contact .submit button {
		width: 100%;
		font-size: 15px;
	}
}

/*------------------------------ note ------------------------------*/
.contact_note {
	margin-top: 30px;
	font-size: 14px;
}
@media screen and (max-width: 640px) {
	.contact_note {
		font-size: 13px;
	}
}


/*------------------------------ Contact Form 7 調整 ------------------------------*/
.wpcf7-form-control-wrap {
	display: contents;
}

/* 送信ボタン：CF7はbuttonではなくinput[type="submit"]を出力するため */
#top_contact .submit input[type="submit"] {
	width: 46%;
	padding: 18px 10px;
	background: #fff;
	border: 1px solid var(--color-blue);
	font-size: 16px;
	color: #00556a;
	font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	letter-spacing: 2px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	transition: background 0.3s ease, color 0.3s ease;
}
#top_contact .submit input[type="submit"]:hover {
	background: var(--color-blue);
	color: #fff;
}
@media screen and (max-width: 640px) {
	#top_contact .submit input[type="submit"] {
		width: 100%;
		font-size: 15px;
	}
}

/* プライバシー同意チェックボックスの入れ子崩れ対策 */
#top_contact .privacy .wpcf7-list-item {
	margin: 0;
}
#top_contact .privacy .wpcf7-list-item-label {
	display: inline-flex;
	align-items: center;
}






