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

　　モーダルウィンドウ
		
***************************************************************************************
=====================================================================================*/
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000;
}

.modal-content {
	background-color: #fefefe;
	padding: 80px 100px;
	width:800px; 
	max-width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background: #000000;
	border: 1px solid #FFFFFF;
}

.close {
  color: #FFFFFF;
  font-size: 50px;
  font-weight: bold;
	position: absolute;
	top: -75px;
	right: 0;
}

.close:hover,
.close:focus {
  color: #00ffea;
  text-decoration: none;
  cursor: pointer;
}



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

}


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

　　style設定
		
***************************************************************************************
=====================================================================================*/
.in_contents{
	display: flex;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.in_contents h3{font-size: 25px;}

.left_box{
	display: flex;
	align-items: center;
	border-right: 3px solid #FFFFFF;
	margin-right: 70px;
	width: 130px;
}

.right_box{
	width: calc(100% - 200px);
}

.right_box h4 {
    text-align: justify;
    font-size: 30px;
    margin-bottom: 15px;
}

.right_box .flex_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

/* ボタン部分 */
.right_box .box{width: 460px;}
.openModalBtn{
	text-decoration: none;
	cursor: pointer;
	display:flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100px;
	text-align: justify;
	border-bottom: 3px solid #FFFFFF;
	padding: 0 40px 0 10px;
	background: url("../../img/arrow_w.svg") right center no-repeat;
	background-size: 20px;
	transition: 0.3s;
	margin-bottom: 40px;
}

.openModalBtn .left_name{line-height: 1;}
.openModalBtn .left_name p{
	font-size: 38px; 
	font-weight: bold; 
	margin-bottom: 5px;
}
.openModalBtn .left_name span{font-size: 15px;}
.openModalBtn .name p{font-size: 18px; font-weight: bold;}

.openModalBtn:hover{
	opacity: 1;
	color: #00ffea;
	border-bottom: 3px solid #00ffea;
	background: url("../../img/arrow_b.svg") right center no-repeat;
	background-size: 20px;
	transition: 0.3s;
}

/* ポップアップ中身部分 */
.modal-content{text-align: justify; padding: 0;}
.modal-content article{
	max-height: 80vh; 
	overflow-y: scroll;
	padding: 80px;
}

.modal-content h4{
	font-size: 60px; 
	font-weight: bold; 
	padding: 0 25px 20px;
	border-bottom: 3px solid #FFFFFF;
	line-height: 1;
	margin-bottom: 5px;
}
.modal-content h4 span{
	font-size: 16px; 
	vertical-align: baseline; 
	padding-left: 20px;
}

.title_box b{
	text-align: right;
	padding-right: 25px;
	display: block;
}

.modal-content p{
	text-align: justify;
	font-size: 14px;
	line-height: 2;
	/*margin: 20px 0 0;*/
}
.modal-content .bt_box{margin-top: 60px;}
.modal-content .sns{display: inline-block;	margin-right: 50px;}
.modal-content .sns a{
	vertical-align: middle;
	margin-right: 15px;
}
.modal-content .work{
	text-decoration: none;
	width: 100px;
	line-height: 30px;
	color: #000000;
	background: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	position: relative;
}
.modal-content .work::after{
	content: "";
	position: absolute;
	top: 12px;
	right: 10px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #000000;
	border-width: 4.5px 0px 4.5px 7.79px;
	font-weight: bold;
}

#mixer{
	padding-top: 170px; /* 調整したい高さ（固定ヘッダーの高さ） */
	margin-top: -100px; /* heightと同じ分のネガティブマージン */
}

.pass{padding-left: 10px; font-size: 13px; vertical-align: bottom;}


@media screen and (max-width: 1300px){
	.in_contents h3{font-size: 2vw;}
	.left_box{width: 15%; margin-right: 3%;}
	.right_box{width: 100%;}
	.right_box .box{width: 48%;}
	
	.openModalBtn .left_name p{font-size: 3vw;}
	.openModalBtn .name p{font-size: 1.5vw;}

}

@media screen and (max-width: 1000px){
	.in_contents{display: block;}
	.in_contents h3{font-size: 25px;}
	.left_box{
		width: 100%; 
		border-right: none;
		display: block;
		margin: 0 auto;
	}
	.openModalBtn{margin-bottom: 20px;}

	
	.modal-content h4 span{
		display: block;
		padding: 15px 0 0;
	}

}

@media screen and (max-width: 750px){
	.right_box .box{width: 100%; }
	.right_box h4{font-size: 26px; margin-bottom: 10px;}
	.right_box h4.mixer{padding-top: 150px;}
	
	.openModalBtn{height: 70px; padding: 20px 30px 20px 10px;}
	.openModalBtn .left_name p{font-size: 22px;}
	.openModalBtn .left_name span{font-size: 12px;}
	.openModalBtn .name p{font-size: 14px;}

	.modal-content article{padding: 30px 20px;}
	.modal-content h4{
		font-size: 35px;
		padding: 0 10px 10px;
	}
	.modal-content h4 span{font-size: 14px; padding: 10px 0 0;}
	.title_box b{padding-right: 10px;}
	.modal-content p{
		font-size: 13px;
		line-height: 1.5;
		margin: 15px 0 0;
	}
	.modal-content .bt_box{margin-top: 30px;}
	
	.modal-content .sns{display: block; margin-bottom: 20px;}
	.pass{font-size: 11px;}
}

.modal-content article::-webkit-scrollbar {
  background: #000;
  width: 5px;
  height: 5px;
}
.modal-content article::-webkit-scrollbar-thumb {
  background-color:#FFFFFF;
}


/* 追加 */
.modal_flex{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.modal_flex .txt_box{padding-right: 40px;}

@media screen and (max-width: 1200px){
	.left_name .sp{display: block;}
}

@media screen and (max-width: 750px){
	.modal_flex{display: block;}
	.modal_flex .txt_box{padding-right: 0;}
	.modal_flex .img_box{margin: 40px auto 0; text-align: center;}
	br.pc{display: none;}
}


