@charset "UTF-8";

/*北星附属が選ばれる5つの理由　ディレクトリ：interviews*/

/* h2の装飾をリセットする場合はコメントを外す */

h2{
	position: relative;
	font-size: 2.8rem;
	font-weight: 700;
	margin-bottom: 3rem;
	letter-spacing: 0.1rem;
	
	border-top: solid 0px #b4b6b6;
	padding-top: 0rem;
}

h2:before{
	content:none;
}


/* h3の装飾をリセットする場合はコメントを外す */

h3{
	font-size: 2.1rem;
	font-weight: 700;
	margin-bottom: 2.5rem;
	
	background-color: transparent;
	padding: 0px;
}


/*このページの最大コンテンツ幅を指定　指定しない場合は1220px*/
/*
.entry_guideline .contents_main {
	max-width: 980px;
	max-width: 1180px;
}
*/

/*背景色*/
.contents_outer{
	display: block;
	position: relative;
	background-color: #d6efe4;
}

/*背景上部の模様 左上*/
.contents_outer:before{
	content:"";
	display: inline-block;
	position: absolute;
	top: 0;
	left: -540px;
	width: 850px;
	height: 118px;
	aspect-ratio: 850 / 118;/*縦横比固定*/
	background: url("../img/shine_page_bg_lt.svg");
	background-size: contain;
}

/*背景上部の模様 右上*/
.contents_outer:after{
	content:"";
	display: inline-block;
	position: absolute;
	top: 0;
	right: -450px;
	width: 714px;
	height: 164px;
	aspect-ratio: 714 / 164;/*縦横比固定*/
	background: url("../img/shine_page_bg_rt.svg");
	background-size: contain;
}

/*背景上部の模様 左下*/
.page_bottom_link_box:before{
	content:"";
	display: inline-block;
	position: absolute;
	top: -132px;
	left: -380px;
	width: 578px;
	height: 132px;
	aspect-ratio: 578 / 132;/*縦横比固定*/
	background: url("../img/shine_page_bg_lb.svg");
	background-size: contain;
}

/*背景上部の模様 右下*/
.page_bottom_link_box:after{
	content:"";
	display: inline-block;
	position: absolute;
	top: -98px;
	right: -450px;
	width: 782px;
	height: 98px;
	aspect-ratio: 792 / 98;/*縦横比固定*/
	background: url("../img/shine_page_bg_rb.svg");
	background-size: contain;
}

.graduate_area{
	display: block;
	position: relative;
	flex-direction: column; /* 子要素をflexboxにより縦並びに揃える */
	justify-content: center; /* 子要素をflexboxにより左右中央に配置する */
	background-color: rgb(242, 242, 211);
	max-height: auto;
	padding: 0px 90px 40px 90px;
	margin-left: -90px;
	margin-right: -90px;
}

.graduate_area:before,
.graduate_area:after{
	content:"";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(242, 242, 211);
}

.graduate_area:before{
	left: -100%;
	right: 100%;
}

.graduate_area:after{
	left: 100%;
	right: -100%;
}

.graduate_area_title{
	margin-bottom: 50px;
}

.page_bottom_link_box{
	margin-top: 0px;
}

/*メインタイトル*/
.main_title_box{
	display:-webkit-box; display:-moz-box; display:-webkit-flexbox; display:-moz-flexbox; display:-ms-flexbox; display:-webkit-flex; display:-moz-flex; display:flex; -webkit-box-lines:multiple; -moz-box-lines:multiple; -webkit-flex-wrap:wrap; -moz-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;
	letter-spacing: -.40em;/* 文字間を詰めて隙間を削除する */
	position: relative;
	margin: 0 auto;
	padding-top: 0px;
	margin-left: -20px;
	margin-right: -20px;
}

.main_title_box .column_inner{
	display: inline-block;
	position: relative;
	vertical-align: top;
	letter-spacing: normal;
	width: 50%;
}

.main_title_box .column_inner:nth-of-type(1){
	width: 46%;
	padding-top: 5%;
	padding-right: 2%;
}

.main_title_box .column_inner:nth-of-type(2){
	width: 54%;
}

/*3つのポイント*/
.main_point_box{
	display:-webkit-box; display:-moz-box; display:-webkit-flexbox; display:-moz-flexbox; display:-ms-flexbox; display:-webkit-flex; display:-moz-flex; display:flex; -webkit-box-lines:multiple; -moz-box-lines:multiple; -webkit-flex-wrap:wrap; -moz-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;
	letter-spacing: -.40em;/* 文字間を詰めて隙間を削除する */
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
	margin-top: -5%;
	margin-bottom: 60px;
}

.main_point_box .column_inner{
	display: inline-block;
	position: relative;
	vertical-align: top;
	letter-spacing: normal;
	width: 33.3333%;
	padding-left: 1.6666%;
	padding-right: 1.6666%;
}

.main_point_box .column_inner.point1{
	padding-top: 0px;
}

.main_point_box .column_inner.point2{
	padding-top: 70px;
}

.main_point_box .column_inner.point3{
	padding-top: 35px;
}

.main_point_box .column_inner.point1 img,
.main_point_box .column_inner.point2 img,
.main_point_box .column_inner.point3 img{
	-webkit-animation-name: fuwafuwa-animation;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	
	-moz-animation-name: fuwafuwa-animation;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease;
}

.main_point_box .column_inner.point2 img{
	-webkit-animation-duration: 3.2s;
	-moz-animation-duration: 3.2s;
}

.main_point_box .column_inner.point3 img{
	-webkit-animation-duration: 3.4s;
	-moz-animation-duration: 3.4s;
}

@-webkit-keyframes fuwafuwa-animation {
		0% {
			-webkit-transform: translate(0, 0);
		}
		50% {
			-webkit-transform: translate(0, -15px);
		}
		100% {
			-webkit-transform: translate(0, 0);
		}
}





.interview_1box{
	display:-webkit-box; display:-moz-box; display:-webkit-flexbox; display:-moz-flexbox; display:-ms-flexbox; display:-webkit-flex; display:-moz-flex; display:flex; -webkit-box-lines:multiple; -moz-box-lines:multiple; -webkit-flex-wrap:wrap; -moz-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;
	letter-spacing: -.40em;/* 文字間を詰めて隙間を削除する */
	position: relative;
	margin-bottom: 80px;
}

.interview_1box.interview1:after{
	content:"";
	display: inline-block;
	position: absolute;
	bottom: 20px;
	right: -20%;
	width: 75%;
	aspect-ratio: 864 / 62;/*縦横比固定*/
	background: url("../img/shine_object_1.svg") no-repeat center center;
	background-size: contain;
}

.interview_1box.interview2:after{
	content:"";
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: -15%;
	width: 35%;
	aspect-ratio: 134 / 92;/*縦横比固定*/
	background: url("../img/shine_object_2.svg") no-repeat center center;
	background-size: contain;
}

.interview_1box.interview3:after{
	content:"";
	display: inline-block;
	position: absolute;
	bottom: 20px;
	right: -8%;
	width: 17%;
	aspect-ratio: 194 / 172;/*縦横比固定*/
	background: url("../img/shine_object_3.svg") no-repeat center center;
	background-size: contain;
	z-index: 2;
}

.interview_1box.interview4:after{
	content:"";
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: -14%;
	width: 25%;
	aspect-ratio: 264 / 120;/*縦横比固定*/
	background: url("../img/shine_object_4.svg") no-repeat center center;
	background-size: contain;
}

.interview_1box .interview_1box_inner{
	display: inline-block;
	position: relative;
	vertical-align: top;
	letter-spacing: normal;
	width: 50%;
	z-index: 0;
}

.interview_1box_inner:nth-of-type(1){
	width: 60%;
	margin-left: -3%;
	z-index: 1;
	order: 2;
}

.interview_1box_inner:nth-of-type(2){
	width: 42%;
	margin-top: -30px;
	z-index: 2;
	order: 1;
}

.interview_1box:nth-of-type(even) .interview_1box_inner:nth-of-type(1){
	width: 60%;
	margin-left: 0%;
	margin-right: -3%;
	z-index: 1;
	order: 1;
}

.interview_1box:nth-of-type(even) .interview_1box_inner:nth-of-type(2){
	width: 42%;
	margin-top: -30px;
	z-index: 2;
	order: 2;
}



.interview_contents_inner{
	display: block;
	background-color: #ffffff;
	padding: 2.5vw 3vw 3.5vw 3vw;
	padding-left:calc(3vw + 3%);
	border-radius: 0px 70px 0px 0px;
}

.interview_1box:nth-of-type(even) .interview_1box_inner:nth-of-type(1) .interview_contents_inner{
	padding-left:calc(3vw);
	padding-right:calc(3vw + 3%);
	border-radius: 70px 0px 0px 0px;
}

.interview_1box:nth-of-type(even) .interview_1box_inner:nth-of-type(1){

}

.interview_1box:nth-of-type(even) .interview_1box_inner:nth-of-type(2){

}


/*1400px以上*/
@media (min-width: 1400px) {
	.interview_contents_inner{
		padding: 30px 40px 50px 40px;
		padding-left:calc(40px + 3%);
	}
	.interview_1box:nth-of-type(even) .interview_1box_inner:nth-of-type(1) .interview_contents_inner{
		padding-left:calc(40px);
		padding-right:calc(40px + 3%);
	}
}

.interview_title_box{
	display:-webkit-box; display:-moz-box; display:-webkit-flexbox; display:-moz-flexbox; display:-ms-flexbox; display:-webkit-flex; display:-moz-flex; display:flex; -webkit-box-lines:multiple; -moz-box-lines:multiple; -webkit-flex-wrap:wrap; -moz-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;
	position: relative;
	-webkit-align-items: flex-end;/* Safari etc. */
	-ms-align-items    : flex-end;/* IE10        */
	align-items        : flex-end;/*下揃え*/
	margin-bottom: 30px;
	border-bottom: solid 1px #000000;
}

.interview_catchcopy{
	display: block;
	position: relative;
	width: 100%;
	font-size: clamp(2.4rem, 1.5vw, 2.8rem);
	font-weight: 700;
	color: rgb(75, 122, 109);
	border-bottom: solid 1px #000000;
	padding-bottom: 20px;
	padding-left: 1.5vw;
	line-height: 130%;
}

.interview_1box.interview1 .interview_catchcopy,
.interview_1box.interview3 .interview_catchcopy,
.interview_1box.interview5 .interview_catchcopy{
	color: rgb(75, 122, 109);
}

.interview_1box.interview2 .interview_catchcopy,
.interview_1box.interview4 .interview_catchcopy{
	color: rgb(176, 79, 72);
}

.interview_catchcopy:before{
	content:"";
	display: inline-block;
	position: absolute;
	left: -30px;
	top: -50px;
	width: 80px;
	aspect-ratio: 80 / 60;/*縦横比固定*/
	background: url("../img/shine_interview_title_object_red.svg") no-repeat left bottom;
	background-size: contain;
}

.interview_1box.interview2 .interview_catchcopy:before,
.interview_1box.interview4 .interview_catchcopy:before{
	background: url("../img/shine_interview_title_object_green.svg") no-repeat left bottom;
	background-size: contain;
}

/*h3*/
.interview_title{
	display:-webkit-box; display:-moz-box; display:-webkit-flexbox; display:-moz-flexbox; display:-ms-flexbox; display:-webkit-flex; display:-moz-flex; display:flex; -webkit-box-lines:multiple; -moz-box-lines:multiple; -webkit-flex-wrap:wrap; -moz-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;
	position: relative;
	-webkit-align-items: baseline;    /* Safari etc. */
	-ms-align-items    : baseline;    /* IE10        */
	align-items        : baseline;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 100%;
	width: 170px;
	padding: 22px 1.5vw 24px 20px;
	border-right: solid 1px #000000;
}

.interview_title .e{
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.interview_title .vol_num{
	display: inline-block;
	font-size: 3.5rem;
}

.interview_name{
	display:-webkit-box; display:-moz-box; display:-webkit-flexbox; display:-moz-flexbox; display:-ms-flexbox; display:-webkit-flex; display:-moz-flex; display:flex; -webkit-box-lines:multiple; -moz-box-lines:multiple; -webkit-flex-wrap:wrap; -moz-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;
	flex-direction: column; /* 子要素をflexboxにより縦並びに揃える */
	position: relative;
	font-size: 3.3rem;
	font-weight: 700;
	line-height: 110%;
	margin-bottom: 0rem;
	padding-left: 30px;
	padding-bottom: 9px;
	letter-spacing: 0.1rem;
	white-space: nowrap;
	flex: 1;
}

.interview_name_e{
	font-size: 1.6rem;
	letter-spacing: 0rem;
}

.type{
	display: block;
	border-top: solid 1px #000000;
	width: 100%;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 140%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 1.5vw;
	padding-right: 1.5vw;
}

.interview_text_box{
	display: block;
	position: relative;
	padding-left: 1.5vw;
	padding-right: 1.5vw;
}

.interview_text_box h4{
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 140%;
}

.interview_text_box p{
}

.mini_box_green{
	display: block;
	position: relative;
	padding: 2vw;
	font-size: 1.6rem;
	line-height: 140%;
	background-color: rgb(223, 230, 113);
}


/*画面幅1150px未満*/
@media (max-width: 1150px) {
	.interview_1box.interview3:after {
		bottom: -20px;
		right: -10%;
	}
	.interview_title_box{
		display: block;
	}
	.interview_title{
		display: block;
		width: 100%;
		border-right: 0px;
		padding-bottom: 14px;
	}

	.interview_title .e {
		display: inline-block;
		width: auto;
		white-space: normal;
		padding-right: 1.2rem;
	}
	.interview_name{
		display: block;
		padding-left: 1.5vw;
		padding-right: 1.5vw;
		padding-top: 20px;
		border-top: solid 1px #000000;
	}
	.interview_name_e{
		display: block;
	}
}


/*=========================iPad用スタイルここから=========================*/

@media screen and (min-width: 736px) and (max-width: 1024px) {
	
}/*iPad用スタイルここまで*/




/*=========================スマホ用スタイルここから（横画面）=========================*/

@media screen and (max-width:896px) and (orientation:landscape) {

}/*@media screen and (max-width:896px) and (orientation:landscape)*/



/*=========================スマホ用スタイルここから（縦画面）=========================*/

@media screen and ( max-width: 767px ) {
	
	.entry_shine .contents_inner{
		padding-top: 0px;
	}
	
	/*背景上部の模様 左上*/
	.contents_outer:before{
		content:"";
		display: inline-block;
		position: absolute;
		top: 0;
		left: -200px;
		width: 425px;
		height: auto;
		aspect-ratio: 850 / 118;/*縦横比固定*/
		background: url("../img/shine_page_bg_lt.svg");
		background-size: contain;
	}
	
	/*背景上部の模様 右上*/
	.contents_outer:after{
		content:"";
		display: inline-block;
		position: absolute;
		top: 0;
		right: -190px;
		width: 400px;
		height: auto;
		aspect-ratio: 714 / 164;/*縦横比固定*/
		background: url("../img/shine_page_bg_rt.svg");
		background-size: contain;
	}
	
	/*背景上部の模様 左下*/
	.page_bottom_link_box:before{
		content:"";
		display: inline-block;
		position: absolute;
		top: -91px;
		left: -200px;
		width: 400px;
		height: 91px;
		aspect-ratio: 578 / 132;/*縦横比固定*/
		background: url("../img/shine_page_bg_lb.svg");
		background-size: contain;
	}
	
	/*背景上部の模様 右下*/
	.page_bottom_link_box:after{
		content:"";
		display: inline-block;
		position: absolute;
		top: -55px;
		right: -200px;
		width: 450px;
		height: 55px;
		aspect-ratio: 792 / 98;/*縦横比固定*/
		background: url("../img/shine_page_bg_rb.svg");
		background-size: contain;
	}
	
	.graduate_area{
		padding: 0px 20px 40px 20px;
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.graduate_area:before,
	.graduate_area:after{
		content: none;
	}
	
	.graduate_area_title{
		margin-bottom: 30px;
	}
	
	.graduate_area_title img{
		max-width: 300px;
		height: auto;
	}
		
	
	/*メインタイトル*/
	.main_title_box{
		display:-webkit-box; display:-moz-box; display:-webkit-flexbox; display:-moz-flexbox; display:-ms-flexbox; display:-webkit-flex; display:-moz-flex; display:flex; -webkit-box-lines:multiple; -moz-box-lines:multiple; -webkit-flex-wrap:wrap; -moz-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;
		letter-spacing: normal;/* 文字間を詰めて隙間を削除する */
		position: relative;
		margin: 0 auto;
		padding-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		z-index: 0;
	}
	
	.main_title_box .column_inner{
		display: block;
		position: relative;
		vertical-align: top;
		letter-spacing: normal;
		width: 100%;
		
	}
	
	.main_title_box .column_inner:nth-of-type(1){
		width: 100%;
		padding-top: 10%;
		z-index: 1;
		order: 2;
	}
	
	.main_title_box .column_inner:nth-of-type(2){
		width: 100%;
		
		padding-left: auto;
		margin: 0 auto;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0px;
		z-index: 0;
		order: 1;
	}
	
	.main_title_box_img{
		margin: 0 auto;
		max-width: 380px;
	}
	
	/*3つのポイント*/
	.main_point_box{
		display:-webkit-box; display:-moz-box; display:-webkit-flexbox; display:-moz-flexbox; display:-ms-flexbox; display:-webkit-flex; display:-moz-flex; display:flex; -webkit-box-lines:multiple; -moz-box-lines:multiple; -webkit-flex-wrap:wrap; -moz-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;
		letter-spacing: -.40em;/* 文字間を詰めて隙間を削除する */
		justify-content: center;
		position: relative;
		margin: 0 auto;
		padding-top: 0px;
		margin-top: 20px;
		margin-bottom: 60px;
		text-align: center;
	}
	
	.main_point_box .column_inner{
		display: inline-block;
		position: relative;
		vertical-align: top;
		letter-spacing: normal;
		width: 54%;
		padding-left: 1.6666%;
		padding-right: 1.6666%;
	}
	
	.main_point_box .column_inner.point1{
		width: 56%;
		padding-top: 0px;
		margin-left: -2%;
		margin-right: -2%;
	}
	
	.main_point_box .column_inner.point2{
		padding-top: 70px;
		width: 50%;
		margin-left: -2%;
		margin-right: -2%;
	}
	
	.main_point_box .column_inner.point3{
		width: 60%;
		padding-top: 0px;
		margin-top: -40px;
		margin-left: 0%;
		margin-right: 0%;
		text-align: center;
	}
	
	.main_point_box .column_inner.point1 img,
	.main_point_box .column_inner.point2 img,
	.main_point_box .column_inner.point3 img{
		-webkit-animation-name: fuwafuwa-animation;
		-webkit-animation-duration: 3s;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-timing-function: ease;
		
		-moz-animation-name: fuwafuwa-animation;
		-moz-animation-duration: 3s;
		-moz-animation-iteration-count: infinite;
		-moz-animation-timing-function: ease;
	}
	
	.main_point_box .column_inner.point2 img{
		-webkit-animation-duration: 3.2s;
		-moz-animation-duration: 3.2s;
	}
	
	.main_point_box .column_inner.point3 img{
		-webkit-animation-duration: 3.4s;
		-moz-animation-duration: 3.4s;
	}
	
	@-webkit-keyframes fuwafuwa-animation {
			0% {
					-webkit-transform: translate(0, 0);
			}
			50% {
					-webkit-transform: translate(0, -15px);
			}
			100% {
					-webkit-transform: translate(0, 0);
			}
	}
	
	
	
	
	
	.interview_1box{
		display:-webkit-box; display:-moz-box; display:-webkit-flexbox; display:-moz-flexbox; display:-ms-flexbox; display:-webkit-flex; display:-moz-flex; display:flex; -webkit-box-lines:multiple; -moz-box-lines:multiple; -webkit-flex-wrap:wrap; -moz-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;
		letter-spacing: -.40em;/* 文字間を詰めて隙間を削除する */
		position: relative;
		margin-bottom: 80px;
	}
	
	.interview_1box.interview1:after{
		content:"";
		display: inline-block;
		position: absolute;
		bottom: 20px;
		right: -20%;
		width: 75%;
		aspect-ratio: 864 / 62;/*縦横比固定*/
		background: url("../img/shine_object_1.svg") no-repeat center center;
		background-size: contain;
	}
	
	.interview_1box.interview2:after{
		content:"";
		display: inline-block;
		position: absolute;
		bottom: 0px;
		left: -15%;
		width: 35%;
		aspect-ratio: 134 / 92;/*縦横比固定*/
		background: url("../img/shine_object_2.svg") no-repeat center center;
		background-size: contain;
	}
	
	.interview_1box.interview3:after{
		content:"";
		display: inline-block;
		position: absolute;
		bottom: 20px;
		right: -8%;
		width: 17%;
		aspect-ratio: 194 / 172;/*縦横比固定*/
		background: url("../img/shine_object_3.svg") no-repeat center center;
		background-size: contain;
		z-index: 2;
	}
	
	.interview_1box.interview4:after{
		content:"";
		display: inline-block;
		position: absolute;
		bottom: 0px;
		left: -14%;
		width: 25%;
		aspect-ratio: 264 / 120;/*縦横比固定*/
		background: url("../img/shine_object_4.svg") no-repeat center center;
		background-size: contain;
	}
	
	.interview_1box .interview_1box_inner{
		display: inline-block;
		position: relative;
		vertical-align: top;
		letter-spacing: normal;
		width: 100%;
		z-index: 0;
	}
	
	.interview_1box_inner:nth-of-type(1){
		width: 100%;
		margin-left: 0%;
		z-index: 1;
		order: 1;
	}
	
	.interview_1box_inner:nth-of-type(2){
		width: 100%;
		text-align: center;
		margin-top: -30px;
		z-index: 2;
		order: 1;
	}
	
	.interview_1box:nth-of-type(even) .interview_1box_inner:nth-of-type(1){
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		z-index: 1;
		order: 1;
	}
	
	.interview_1box:nth-of-type(even) .interview_1box_inner:nth-of-type(2){
		width: 100%;
		margin-top: -30px;
		z-index: 2;
		order: 1;
	}
	
	.interview_1box_inner:nth-of-type(2) p{
		text-align: center;
	}
	
	.interview_1box_inner:nth-of-type(2) img{
		max-width: 350px;
	}
	
	
	.interview_contents_inner{
		display: block;
		background-color: #ffffff;
		padding: 20px 20px 60px 20px;
		border-radius: 0px 50px 0px 0px;
	}
	
	.interview_1box:nth-of-type(even) .interview_1box_inner:nth-of-type(1) .interview_contents_inner{
		padding: 20px 20px 60px 20px;
		border-radius: 0px 50px 0px 0px;
	}
	
	.interview_1box:nth-of-type(even) .interview_1box_inner:nth-of-type(1){
	
	}
	
	.interview_1box:nth-of-type(even) .interview_1box_inner:nth-of-type(2){
	
	}
	
	
	.interview_title_box{
		display: block;
		position: relative;
		margin-bottom: 20px;
	}
	
	.interview_catchcopy{
		font-size: 2rem;
	}
	
	.interview_catchcopy:before{
		content:"";
		display: inline-block;
		position: absolute;
		left: -20px;
		top: -30px;
		width: 50px;
		aspect-ratio: 80 / 60;/*縦横比固定*/
		background: url("../img/shine_interview_title_object_red.svg") no-repeat left bottom;
		background-size: contain;
	}
	
	/*h3*/
	.interview_title{
		display: block;
		width: 100%;
		border-right: 0px;
		padding-bottom: 14px;
		font-size: 1.9rem;
		font-weight: 700;
		line-height: 100%;
		padding: 15px 0px 10px 0px;
		border-right: solid 0px #000000;
	}
	
	.interview_title .e{
		display: inline-block;
		width: auto;
		white-space: normal;
		padding-right: 1.2rem;
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	
	.interview_title .vol_num{
		display: inline-block;
		font-size: 2.8rem;
	}
	
	
	
	.interview_name{
		display:-webkit-box; display:-moz-box; display:-webkit-flexbox; display:-moz-flexbox; display:-ms-flexbox; display:-webkit-flex; display:-moz-flex; display:flex; -webkit-box-lines:multiple; -moz-box-lines:multiple; -webkit-flex-wrap:wrap; -moz-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;
		flex-direction: column; /* 子要素をflexboxにより縦並びに揃える */
		position: relative;
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 110%;
		margin-bottom: 0rem;
		padding-left: 0px;
		padding-top: 15px;
		padding-bottom: 12px;
		letter-spacing: 0.1rem;
		white-space: nowrap;
		flex: 1;
	}
	
	.interview_name_e{
		font-size: 1.4rem;
		letter-spacing: 0rem;
	}
	
	.type{
		display: block;
		border-top: solid 1px #000000;
		width: 100%;
		font-size: 1.7rem;
		font-weight: 700;
		line-height: 140%;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 0vw;
		padding-right: 0vw;
	}
	
	.interview_text_box{
		display: block;
		position: relative;
		padding-left: 0vw;
		padding-right: 0vw;
	}
	
	.interview_text_box h4{
		font-size: 1.9rem;
		font-weight: 700;
		line-height: 140%;
	}
	
	.interview_text_box p{
	}
	
	.mini_box_green{
		display: block;
		position: relative;
		padding: 2vw;
		font-size: 1.6rem;
		line-height: 140%;
		background-color: rgb(223, 230, 113);
	}
	
	
	
	
}/*@media screen and ( max-width: 767px )ここまで*/



/*=========================プリント用スタイルここから（縦画面）=========================*/

@media print {
	
}/*@media printここまで*/



