@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&display=swap');

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');



#interview{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}


#interview #intro{
	margin: 50px 0;
}

#interview h2{
	font-family: 'Playfair Display', serif;
	font-size: 54px;
	font-weight: 400;
	text-align: center;
	margin: 0px 0; 
}
#interview h2 span{
	font-size: 18px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", 'Josefin Sans', sans-serif;
	display: block;
	margin-top: 0px;
	
}

#interview #intro p{
	margin-top: 80px;
	text-align: center;
}


#interview .box{
	position: relative;
	height: auto;
	margin: 100px auto;

}

#interview .box_wrap{
	height: 450px;
	width: 700px;
	border: 1px solid #000;
}
#interview .box_wrap2{
	height: 450px;
	width: 700px;
	border: 1px solid #000;
	margin-left: 400px;
}


#interview .box .left{
	position: absolute;
	left: 90px;
	top: 50px;
	max-width: 500px;
}

#interview .box .right{
	
	position: absolute;
	right: 0px;
	top: 60px;
}
	


#interview .box dl dt{
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}


#interview .box dl dd.store{
	font-size:18px;
	margin-bottom: -10px;
}

#interview .box dl dd.store br{
	display: none;
	
}


#interview .box dl dd.name{
	font-size: 50px;
	font-family: "Sawarabi Mincho";
	margin-bottom: 20px;
}
#interview .box dl dd.name span{
	font-size: 30px;
	font-family: "Sawarabi Mincho";
	margin-left: 10px;
}



#interview .box p{
	font-size: 28px;
	font-family: "Sawarabi Mincho";
	padding: 0px;
	line-height: 2.0;

}
#interview .box p span{
		background-color: #D9D9D9;
		padding:0 10px;
}


#interview .box .btn {
		margin-top: 45px;
}

#interview .box .btn a {
   
    line-height: 1.8;
    padding: 10px 80px !important;
    font-size: 12px;
    text-align: center;
    background-color: /*#CCC*/#861705;
    text-align: center;
    padding: 5px;
    color: #fff;


}


#interview .detail{
	max-width: 800px;
	margin: 0 auto;
	border: 1px solid #000;
	padding: 100px;
	margin-bottom: 100px;
}


#interview .detail .title{
	display: flex;
 flex-wrap: wrap;


}

#interview .detail dl{
width: 50%;
	display: table-cell;
  vertical-align: middle;

}

#interview .detail dl dt{
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	font-weight: 400;
	width:280px;

}


#interview .detail dl dd.store{
	font-size:18px;
	margin-bottom: -10px;
}


#interview .detail dl dd.name{
	font-size: 50px;
	font-family: "Sawarabi Mincho";
	margin-bottom: 20px;
}
#interview .detail dl dd.name span{
	font-size: 30px;
	font-family: "Sawarabi Mincho";
	margin-left: 10px;
}


#interview .detail .triangle01 {
  display: table;
  width: 200px;
  height: 0px;
  /*background-color: #e8a337;*/
	border-bottom:1px solid #000; 
  transform: skewY(-30deg);
	margin-left: 150px;
	margin-top: -20px;

}
 

#interview .detail .triangle01 > * {
  transform: skewY(30deg);
}

#interview .detail h3{
		font-size:45px;
	font-family: "Sawarabi Mincho";
	font-weight:100;
	letter-spacing: 0em;
	margin-bottom: 45px;
	text-align: center;
	
}
#interview .detail p{
	font-size: 18px;
	line-height: 1.6;
}

#interview .detail .pict{
	width: 100%;
	text-align: center;
	margin:40px 0;
}


#interview .detail .btn{
	margin: 50px 0 ;


}

#interview .detail .btn a{
	width: 60%;
	display: block;
		/*border: 1px solid #000;*/
	background-color: #3E3B3B;
	color: #fff;
	padding: 15px 30px;
	display: block;
	text-align: center;
	margin: 0 auto;
}







@media only screen and (max-width: 798px) { 
	
	
	#interview{
	width:90%;
	padding: 30px 0;
}

	#interview h2 {
       font-size: 34px;
}
	
	
#interview .box_wrap{
	width: 100%;
	height: 270px;
	border: 1px solid #000;
}
#interview .box_wrap2{
	width: 100%;
	height: 280px;
	margin-left:0;
}

	
	
	
#interview #intro p{
	margin-top:20px;
	text-align: left;
	}
	
	
	
#interview .box {
		margin: 100px 0;

}

	
	
#interview .box .right{
	right: -10px;
	top: -20px;
	text-align: right;
	
}

	
#interview .box_wrap2 .right{
	right: 10px;
	top: 10px;
	text-align: right;
	z-index: 3;
	
}
	

#interview .box .left{
    position: absolute;
    left: 30px;
    top: 20px;
    max-width: auto;
    width: 90%;
    z-index: 3;
}

#interview .box_wrap2 .left{
		left:-10px;
	top: -20px;
		width: 90%;

}


	#interview .box img {
		width: 40%;
	}
#interview .box p{
	font-size: 18px;
	letter-spacing: 0.01em;

}


	
	#interview #intro{
	margin: 20px 0;
}

	
	

#interview .box dl dd.name{
	font-size:24px;
	margin-bottom: 20px;
}
#interview .box dl dd.name span{
	font-size: 14px;
	margin-left: 10px;
}
	
	

#interview .box dl dd.store{
	font-size:14px;
	margin-bottom: 0px;
}
#interview .box dl dd.store br{
	display: block;
	
}

#interview .detail{
	
	padding:0;
	margin-bottom: 100px;
	margin-top: 50px;

	border: none;
}
#interview .detail h3 {
    font-size:24px;
    margin-bottom:20px;
    text-align: left;
}	
#interview .detail h3 br{
	display: none;
	}
	
	#interview .detail .pict {
      margin:0 0 20px 0;
}
	
	#interview .detail dl dt {
      width: 100%;
}
	
	#interview .detail dl {
    width: 100%;
    display: block;
   
}
	


#interview .detail .triangle01 {
  width: 80px;
 
  transform: skewY(-40deg);
	margin-left: 50%;
	margin-top: -20px;

}
	
	
#interview .detail p{
	font-size: 14px;
	line-height: 2.0;
	
}




#interview .detail dl dd.name{
	font-size: 34px;
	margin-bottom: 20px;

}
#interview .detail dl dd.name span{
	font-size: 16px;
	margin-left: 10px;
	
}
	#interview .detail dl dd.store {
 margin-bottom: 0px; 
		margin-top: 30px;
		font-size:14px;
		
		
}

	
	#interview .detail .btn a{
	width: 100%;
	}

	
}


/*開閉式部分*/


.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '▼'' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: #861705;;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", 'Josefin Sans', sans-serif;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 250px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '▲'' 閉じる';
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", 'Josefin Sans', sans-serif;
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
