@charset "UTF-8";
/* CSS Document */
.star .wrapper {
	position: relative;
}
.memberbox {
	display: flex;
	flex-wrap: wrap;
	gap:40px 20px;
	background: linear-gradient(to left, #292E6F, #18038D);
	padding: 80px 90px;
}
.memberbox .block h3 {
	font-size: 1.4rem;
	font-weight: 400;
	color: #000760;
	margin-top: 15px;
}
.memberbox .block h3 span{
	padding: 5px 9px;
	border-radius: 5px;
	display: inline-block;
}
.memberbox .type1 .title_1 {
	background-color: #25DEB4;
}
.memberbox .type1 .title_2  {
	background-color: #CFFF76;
}
.memberbox .type1 .title_3 {
	background-color: #FE9730;
}
.memberbox .block h4 {
	font-size: 1.8rem;
	font-weight: 500;
	color: #FFF;
	margin-top: 12px;
}

.member-img {
	width: 260px;
	height: 260px;
}
.member-img img {
	object-fit: cover;
	height: 100%;
}
.star {
		padding-bottom: 150px;
	}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#FFF;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
.modaal-container {
	background: linear-gradient(to left, #292E6F, #18038D)!important;
}
.modaal-content-container {
	padding: 80px!important;	
}
.modal_content {
	display: flex;
}
.modaal-inner-wrapper {
	background-image: url("../assets/works/star-bg.jpg");
	background-size: cover;
}
.modalimg {
	width: 355px;
	height: 436px;
	margin-right: 60px;
}
.modalimg img {
	object-fit: cover;
	height: 100%;
}
.modalinfo {
	width: 50%;
}
.modalinfo h3 {
	font-size: 1.4rem;
	font-weight: 400;
	color: #000760;
}
.modalinfo h3 span{
	padding: 5px 9px;
	border-radius: 5px;
	display: inline-block;
}
.modalinfo h3 .title_1{
	background-color: #25DEB4;
}
.modalinfo h3 .title_2 {
	background-color: #CFFF76;
}
.modalinfo h3 .title_3{
	background-color: #FE9730;
}
.modalinfo h4 {
	font-size: 1.8rem;
	font-weight: 500;
	color: #FFF;
	margin-top: 15px;
	border-bottom: solid 1px #25DEB4;
	padding-bottom: 15px;
} 
.modalsns {
	margin-top: 25px;
	display: flex;
	align-items:center;
}
.modalsns a img {
	width: 23px;
	margin-right: 20px;
}
.modalsns a span {
	color: #25DEB4;
}
.modalinfo dl {
	display: flex;
	margin-top: 30px;
}
.modalinfo dl dt {
	font-size: 1.6rem;
	font-weight: 700;
	color: #25DEB4;
	width: 24%;
	margin-right: 25px;
}
.modalinfo dl dd {
	font-size: 1.6rem;
	font-weight: 400;
	color: #FFF;
	width: 73%;
	line-height: 1.6;
	margin-top: -3px;
}

/*モーダル閉じるボタン*/
.modaal-close {
	right: 20px!important;
	top: 20px!important;
	width: 70px!important;
	height: 70px!important;
}
.modal_content .modalClose::before {
	transform: rotate(-45deg);
}
.modal_content .modalClose::after {
	transform: rotate(45deg);
}
.modaal-close:after, .modaal-close:before {
	top: 12px!important;
	left: 33px!important;
	width: 4px!important;
	height: 46px!important;
}

@media only screen and (max-width:520px) {
	.modaal-content-container {
		padding: 0!important;
	}
	.modal_content {
	display: flex;
	flex-wrap: wrap;
	width: 100%!important;
	padding: 30px 25px!important;
}
	.modalimg {
		width: 65%!important;
		margin-right: 0!important;
		height: 178px!important;
	}
	.modalinfo {
		width: 100%;
	}
	.modalinfo dl dt {
		width: 31%!important;
	}
	.modalinfo h3 {
		margin-top: 20px!important;
	}
	.modaal-close {
		right: 20px!important;
		top: 9px!important;
		width: 50px!important;
		height: 50px!important;
	}
	.modaal-close:after, .modaal-close:before {
		top: 7px!important;
		left: 23px!important;
		width: 3px!important;
		height: 36px!important;
	}
	.memberbox {
		padding: 40px 25px;
		gap: 25px 11px;
	}
	.memberbox .block {
		width: 48%;
	}
	.memberbox .block h3 {
		font-size: 1.1rem;
		margin-top: 10px;
	}
	.memberbox .block h3 span {
		padding: 3px 5px;
		border-radius: 3px;
	}
	.memberbox .block h4 {
		font-size: 1.4rem;
		margin-top: 9px;
	}
	.star {
		padding-bottom: 40px;
	}
	.modal_content {
		padding: 40px 25px;
		width: 65%;
		height: 80%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.modalimg {
		width: 65%;
		margin-right: 0;
	}
	.modalinfo {
		width: 95%;
	}
	.modalinfo h3 {
		font-size: 1.1rem;
		margin-top: 10px;
	}
	.modalinfo h3 span {
		padding: 3px 5px;
		border-radius: 3px;
	}
	.modalinfo h4 {
		font-size: 1.4rem;
		padding-bottom: 12px;
	}
	.modalsns {
		margin-top: 15px;
	}
	.modalsns a img {
		width: 17px;
		margin-right: 13px;
	}
	.modalinfo dl {
		margin-top: 15px;
	}
	.modalinfo dl dt {
		font-size: 1.2rem;
		width: 21%;
		margin-right: 15px;
	}
	.modalinfo dl dd {
		font-size: 1.2rem;
		width: 73%;
		margin-top: -4px;
	}
	.member-img {
		width: 100%;
		height: 132px;
	}
}