@charset "UTF-8";
/*　共通設定
----------------------------------------------- */

/*　レイアウト系
----------------------------------------------- */

/* SPのみ表示用 */

.sp {
	display: block;
}

.pc {
	display: none;
}

#staff .box01 {
	width: 85.71%;
	margin: 0 auto;
}

#staff .staff_container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 87%;
	margin: 0 auto;
}

#staff .box {
	width: 100%;
}

#staff .inner {
	width: 100%;
	margin: 0 auto;
}

#staff .text_area {
	margin-top: 15%;
}

#staff .staff_item {
	width: 48%;
	background-color: #fff;
	margin-bottom: 4%;
}

#staff .js-modal-open img {
	width: 100%;
}

#staff .staff_content .staff_prof {
	background-color: #fff;
	padding: 8%;
	margin-top: 0;
	text-align: left;
}

#staff .staff_content .staff_name {
	font-size: 13px;
	font-weight: 500;
	margin-top: 0;
	padding-top: 0;
}

#staff .staff_content .roman {
	font-size: 10px;
	font-weight: 400;
	color: #898989;
	margin-top: 5%;
}

#staff .text_area .ttl {
	font-size: 20px;
	color: #C4B465;
	text-align: center;
	line-height: 1.55;
}

#staff .staff_content .position {
	font-size: 10px;
	margin-top: 5%;
	line-height: normal;
}

#staff .arrow-right {
	display: block;
	position: relative;
}

#staff .arrow-right:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #C3B466;
	border-right: solid 2px #C3B466;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#staff .btn_wrap {
	width: 280px;
	height: 50px;
	margin: 0 auto;
	background: #C3B466;
}

#staff .top_btn {
	width: 280px;
	margin: 8% auto 0;
	background: #C4B465;
	text-align: center;
	border-radius: 30px;
	font-size: 20px;
}

#staff {
	width: 100%;
	margin-bottom: 8%;
	font-size: 1.6rem;
}

#staff #page_midashi #mv {
	background-image: url(../../img/staff/mv2_sp.png);
	background-size: contain;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#staff #page_midashi #mv {
		background-image: url(../../img/staff/mv2_sp@2x.png);
	}
}

#staff .box_area01 {
	width: 100%;
	background-image: url(../../img/staff/photo01_sp.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#staff .box_area02 {
	width: 100%;
	padding-top: 47.14%;
	background-image: url(../../img/staff/photo02_sp.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#staff .box {
	width: 100%;
	margin-bottom: 5.71%;
	padding: 7.14% 0;
	background-color: #FFF;
}

#staff .box .ttl {
	margin-bottom: 5%;
	padding-bottom: 5%;
	border-bottom: 1px solid #dddddd;
	font-size: 2rem;
}

#staff .box p {
	line-height: 1.75;
}

#staff .left {
	margin: 0 auto 0 0;
}

#staff .right {
	margin: 0 0 0 auto;
	padding: 0 0 10% 0;
}

#staff .box02 {
	width: 100%;
	padding: 5% 0;
	background-color: #faf9f3;
}

#staff .box02 .ttl {
	color: #c4b465;
	margin-bottom: 8.33%;
	padding-bottom: 5%;
	font-size: 2rem;
	display: inline-block;
	border-bottom: 1px solid #c4b465;
}

#staff .box02 .content .img {
	margin-bottom: 8.571%;
}

#staff .box02 .content .text_area {
	line-height: 1.4;
	text-align: left;
}

#staff .box03 {
	width: 100%;
	padding: 14.28% 0;
	background-color: #faf9f3;
}

#staff .box03 .inner {
	width: 85.71%;
	margin: 0 auto;
}

#staff .box03 .inner .ttl {
	width: 52.5%;
	margin: 0 auto 10%;
}

#staff .box03 .inner .txt {
	margin-bottom: 8.33%;
	line-height: 1.4;
	overflow: hidden;
}

#staff .box03 .inner .img {
	text-align: center;
}

#staff .staff_content {
	margin: 0 auto;
	/*padding: 40px;*/
}

#staff .modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100
}

#staff .modal__bg {
	background: #000000;
	;
	opacity: 0.19;
	height: 100vh;
	position: absolute;
	width: 100%;
}

#staff .simulation_btn {
	z-index: 8;
}

#staff .modal__content {
	position: fixed;
	width: 100%;
	background: #fff;
	text-align: left;
	/*top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
}

#staff .modal__content .modal__scroll {
	overflow: auto;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 15% 5% 25% 5%;
}

#staff .pos_ab {
	width: 100%;
	background: #fff;
}

#staff .modal__content .staff_name {
	font-size: 20px;
	font-weight: 500;
	margin-top: 5%;
	margin-bottom: 2%;
}

#staff .modal__content .staff_name .roman {
	font-size: 12px;
	font-weight: 400;
	color: #898989;
	margin-left: 7%;
}

#staff .modal__content .content_item {
	margin-left: 3%;
	width: 100%;
}

#staff .modal__content img {
	width: 100%;
}

#staff .staff_prof {
	margin-top: 5%;
}

#staff .staff_prof_dl {
	margin-top: 5%;
}

#staff .close_btn {
	font-size: 19px;
	background: #C3B466;
	height: 50px;
	width: 280px;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	border-radius: 30px;
	padding: 15px 100px;
	display: block;
	clear: both;
	/*position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);*/
}

/*
@media screen and (max-width:700px) {
*/

#staff .modal__content {
	position: absolute;
	width: 100%;
	background: #fff;
	text-align: left;
	height: 90vh;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#staff .staff_prof_dl {
	margin-top: 5%;
	/*height: 90vh;*/
	position: relative;
	margin-block-start: 0;
	margin-block-end: 0;
}

#staff .staff_prof_dl .last_item {
	margin-bottom: 7%;
}

#staff .close_btn {
	/*position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);*/
}

#staff .modal__content {
	height: 100vh;
}

#staff .modal__content .modal__scroll {
	/*position: relative;*/
	height: 100vh;
}

#staff .modal__wrapper {
	height: 100%;
	position: relative;
}

#staff .modal__content .content_item {
	margin-left: 0;
}

#staff .modal__content .modal__scroll {
	overflow: auto;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0 5% 25% 5%;
}

#staff .close_icon {
	/* position: static; */
	padding: 20px 0 23px;
	margin-left: auto;
	float: right;
}

/*
}
*/

#staff .staff_prof_dl dt {
	color: #C4B569;
	font-size: 14px;
	font-weight: 700;
	float: left;
	line-height: 1.75;
	clear: both;
	padding: 5px 0;
	width: 25%;
}

#staff .staff_prof_dl dd {
	float: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.75;
	padding: 5px 0;
	width: 65%;
	margin-left: 8%;
}

/*
#staff .dli-close {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: 2.5em;
	height: 0.2em;
	background: currentColor;
	border-radius: 0.1em;
	position: relative;
	transform: rotate(45deg);
	z-index: 10;
}

#staff .dli-close::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	transform: rotate(90deg);
}*/

#staff .dli-close {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 2.5em;
	height: 2.5em;
	background: currentColor;
	border-radius: 0.1em;
	position: relative;
	z-index: 10;
}

#staff .dli-close::before,
#staff .dli-close::after {
	content: "";
	display: block;
	width: 2.5em;
	/*バツ線の長さ*/
	height: 0.2em;
	/*バツ線の太さ*/
	color: #000;
	background: #000;
	transform: rotate(45deg);
	transform-origin: 0% 50%;
	position: absolute;
	top: calc(14% - 5px);
	left: 14%;
}

#staff .dli-close::after {
	transform: rotate(-45deg);
	transform-origin: 100% 50%;
	left: auto;
	right: 14%;
}

#staff #footer_btn {
	z-index: 3;
}

/*SP レイアウト調整用*/

#staff .staff_empty {
	display: none;
}

#staff #footer_btn {
	display: flex;
}


.staff_note {
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 0 0 9%;
	margin: 0 auto;
	text-align: right;
	width: 87%;
}

@media screen and (min-width: 701px) {
	.sp {
		display: none;
	}

	.pc {
		display: block;
	}

	#staff {
		width: 100%;
		margin-bottom: 8%;
	}

	#staff .text_area {
		margin-top: 0%;
	}

	.pc {
		display: block;
	}

	#staff #page_midashi #mv {
		background-image: url(../../img/staff/kv_img.png);
	}

	#staff #page_midashi #mv {
		background: #FAF9F3;
		background-image: url(../../img/staff/mv2_pc.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right top;
	}

	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		#staff #page_midashi #mv {
			background-image: url(../../img/staff/mv2_pc@2x.png);
		}
	}

	#staff .mv_p {
		font-size: 21px;
		color: #C4B569;
	}

	#staff #page_midashi .mv_p {
		width: 30%;
		position: absolute;
		left: 3%;
		top: 84%;
		z-index: 2;
	}

	#staff .text_area .ttl {
		font-size: 2.6rem;
		margin-bottom: 5%;
		text-align: center;
		color: #c4b465;
		padding-top: 8%;
	}

	#staff .box_area01 {
		max-width: 1000px;
		margin: 0 auto;
		background-image: url(../../img/staff/photo01_pc.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		display: flex;
	}

	#staff .box_area02 {
		max-width: 1000px;
		margin: 0 auto;
		padding-top: 8%;
		background-image: url(../../img/staff/photo02_pc.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	#staff .box {
		width: 47%;
		margin-bottom: 3%;
		padding: 0;
		background-color: #FFF;
	}

	#staff .box .ttl {
		margin-bottom: 5%;
		padding-bottom: 5%;
		border-bottom: 1px solid #dddddd;
		font-size: 2rem;
		line-height: 1.4;
	}

	#staff .box p {
		line-height: 1.75;
	}

	#staff .box01 {
		padding-bottom: 3%;
	}

	#staff .box02 {
		width: 100%;
		padding: 2% 0 2%;
		background-color: #faf9f3;
	}

	#staff .box02 .ttl {
		color: #c4b465;
		margin-bottom: 5%;
		padding-bottom: 2%;
		font-size: 2rem;
	}

	#staff .box02 .content {
		overflow: hidden;
	}

	#staff .box02 .content .img {
		width: 50%;
		margin-bottom: 0;
		float: right;
	}

	#staff .box02 .content .text_area {
		width: 45%;
		float: left;
	}

	#staff .box03 {
		width: 100%;
		padding: 5% 0;
	}

	#staff .box03 .inner .ttl {
		width: 43%;
		margin: 0 auto 6%;
	}

	#staff .box03 .inner .txt {
		margin-bottom: 6%;
	}

	#staff .box03 .inner .txt .box_l {
		width: 50%;
		padding-right: 5%;
		border-right: 1px solid #ddd;
	}

	#staff .box03 .inner .txt .box_r {
		width: 50%;
		padding-left: 5%;
	}

	#staff .staff_container {
		width: 100%;
	}

	/*STAFF紹介*/
	#staff .staff_item {
		width: calc(94% / 4);
		max-width: 227px;
	}

	#staff .staff_content .staff_prof {
		padding: 6%;
		text-align: center;
	}

	#staff .staff_content .staff_name {
		font-size: 17px;
		font-weight: 500;
		margin-top: 0;
		padding-top: 0;
	}

	#staff .staff_content .roman {
		margin-top: 4%;
	}

	#staff .staff_content .position {
		font-size: 10px;
		margin-top: 3%;
	}

	/*モーダルウィンドウ*/
	#staff .modal__content {
		position: absolute;
		overflow-y: hidden;
		width: 100%;
		height: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #fff;
		padding: 5%;
		text-align: left;
		max-width: 920px;
		padding: 40px;
		text-align: left;
		font-weight: normal;
		z-index: 10;
	}

	#staff .modal {
		display: none;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10
	}

	#staff .modal__bg {
		background: #000000;
		opacity: 0.19;
		filter: alpha(opacity=20);
		height: 100vh;
		position: absolute;
		width: 100%;
		z-index: 9;
	}

	#staff .simulation_btn {
		z-index: 8;
	}

	#staff .modal__content .modal__scroll {
		overflow: auto;
		width: 100%;
		height: auto;
		-webkit-overflow-scrolling: auto;
		overflow-y: hidden;
		padding: 0;
	}

	#staff .modal__content .staff_name {
		font-size: 22px;
		font-weight: 500;
		margin-top: 0;
		margin-bottom: 0;
	}

	#staff .modal__content .staff_name .roman {
		font-size: 15px;
		font-weight: 400;
		color: #898989;
		margin-left: 6%;
	}

	#staff .modal__content .flex {
		display: flex;
	}

	#staff .modal__content .content_item {
		margin-left: 3%;
		width: 100%;
	}

	#staff .modal__content .content_img {
		height: auto;
		width: 54%;
	}

	#staff .staff_prof_dl {
		margin-top: 6%;
	}

	#staff .staff_prof_dl .last_item {
		margin-bottom: 0;
	}

	#staff .arrow-right:after {
		display: none;
	}

	#staff .staff_prof_dl dt {
		color: #C4B569;
		font-size: 16px;
		font-weight: 700;
		float: left;
		line-height: 1.75;
		clear: both;
		padding: 5px 0;
		width: 20%;
	}

	#staff .staff_prof_dl dd {
		float: left;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.75;
		padding: 5px 0;
		width: 70%;
	}

	#staff .close_icon {
		position: absolute;
		top: 20px;
		right: 30px;
		padding: 15px;
	}

	#staff .close_btn {
		display: none;
	}

	/*PC レイアウト調整用*/

	#staff .staff_empty {
		background: #FAF9F3;
		display: block;
	}

	#staff .staff_empty .staff_content {
		display: none;
	}

	.staff_note {
		max-width: 1000px;
		width: 100%;
		padding: 0 0 3%;
	}
}