@charset "UTF-8";
/* ==========================================================================
   interview_l
   ========================================================================== */
.interview_list_contents_wrap {
	max-width: 1270px;
	margin: 54px auto 0;
}
.interview_list_contents_wrap ul {
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.interview_list_contents_wrap ul:after {
	content: "";
	display: block;
	width: 320px;
}
.interview_list_contents {
	background: #fff;
	margin: 0 0 72px 0;
}
.interview_list_contents_wrap a {
	display: block;
	width: 320px;
	height: 338px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
}
.interview_list_contents_wrap a:after {
	display: block;
	position: absolute;
	content: "";
	right: 12px;
	bottom: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #e60012 transparent;
	-webkit-transition-property: border-color;
	transition-property: border-color;
	z-index: 2;
}
.interview_l_img {
	position: absolute;
	top: -148px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 250px;
	height: 270px;
	box-sizing: border-box;
}
.interview_l_img img {
	font-family: 'object-fit: cover;';
	height: 100% !important;
	object-fit: cover;
	width: 100% !important;
	border: 4px solid #e60012;
}
.note {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -26px;
    margin: auto;/*addRyoko20180305追加*/
	/*width: 100px;deltsuda20180305削除*/
	width: auto;/*addtsuda20180305追加*/
	height: 42px;
	background: #e60012;
	text-align: center;
	line-height: 42px;
	color: #fff;
	font-weight: bold;
}
.text_area {
	width: 250px;
	margin: 0 auto;
	padding-top: 274px;
}
.name {
	font-weight: bold;
	margin-bottom: 4px;
}
.meta {
	font-weight: bold;
}
/*addRyoko20180305追加*/
@media (max-width: 768px) {
    .note {
        margin: 0 10%;
    }
}
/* ==========================================================================
   pc 769px 1400px interview_l
   ========================================================================== */

@media screen and (min-width:769px) and ( max-width:1400px) {
.interview_list_contents .text_area {
	padding-top: 274px;
}
}



/* ==========================================================================
   sp 768px interview_l
   ========================================================================== */

@media (max-width: 768px) {
.interview_list_contents_wrap {
	max-width: initial;
	max-width: auto;
	margin: 72px 10px 0;
}
.interview_list_contents_wrap ul {
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: column;
	display: block;
}
.interview_list_contents_wrap ul li:last-child {
	margin-bottom: 24px;
}
.interview_list_contents {
	background: #fff;
	margin: 0 0 90px 0;
	display: block;
}
.interview_l_img {
	width: 100%;
	height: 100%;
	padding: 0 10%;
	top: 0;
	margin-top: -30px;
	position: relative;
}
.interview_list_contents_wrap a {
	width: 100%;
	height: 100%;
	position: relative;
}
.interview_l_img img {
	width: 100%;
	margin-top: -30px;
}
.note {
	bottom: -18px;
}
.text_area {
	width: 100%;
	margin: 0 auto;
	padding: 40px 10% 30px;
	box-sizing: border-box;
}
.name {
	font-size: 1.5rem;
}
.meta {
	font-size: 1.5rem;
}
}
/* ==========================================================================
   interview_d
   ========================================================================== */
.top_contents_wrap {
	width: 100%;
	background-color: #ffcace;
	background-image: linear-gradient(-45deg, #fff 25%, #ffcace 25%, #ffcace 50%, #fff 50%, #fff 75%, #ffcace 75%, #ffcace);
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #fff), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #fff), color-stop(.75, #fff), color-stop(.75, transparent), to(transparent));
	background-image: -moz-linear-gradient(top left -45deg, #ffcace, #ffcace 25%, #ffffff 26%, #ffffff 50%, #ffcace 51%, #ffcace 75%, #ffffff 76%, #ffffff);
	-moz-background-size: 5px 5px;
	-webkit-background-size: 5px 5px;
	background-size: 5px 5px;
	margin: 0 0 34px;
}
.top_contents {
	background: #fff;
	flex-direction: row-reverse;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.top_img {
	width: 600px;
	position: absolute;
	right: 0;
	text-align: right;
	overflow: hidden;
}
.top_img img {
	width: 100%;
}
.text_area_wrap {
	width: 100%;
	height: 400px;
}
.interview_top_text {
	position: absolute;
	top: 97px;
	left: 24px;
	color: #fff;
	padding: 24px 35px;
	font-size: 2.7rem;
	font-weight: bold;
	background: rgba(230,0,18,.8);
	line-height: 1.6;
}
.interview_detail_contents_wrap .text_area {
	width: 540px;
	margin: 0;
}
.interview_detail_contents_wrap .meta {
	width: 134px;
	margin: 0 16px 0 76px;
	padding: 13px 25px;
	font-size: 2.1rem;
	color: #fff;
	background: #f06570;
	text-align: center;
	box-sizing: border-box;
}
.interview_detail_contents_wrap .name {
	font-size: 1.8rem;
}
.bottom_contents {
	background: #fff;
	margin-bottom: 80px;
	padding: 75px 46px 0;
}
.interview_ttl {
	padding: 12px 8px 11px 24px;
	border: 2px solid #E60012;
	color: #e60012;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 26px;
	position: relative;
}
.interview_ttl:before {
	content: "";
	width: 19px;
	height: 19px;
	background: #e60012;
	position: absolute;
	top: 50%;
	left: -11px;
	margin-top: -10px;
}
.detail_wrap {
	justify-content: space-between;
}
.bottom_contents .interview_detail_contents:nth-child(odd) .detail_wrap {
	flex-direction: row-reverse;
}
.bottom_contents .interview_detail_contents:nth-child(even) .detail_wrap .detail_text {
	margin-left: 2%;
}
.bottom_contents .interview_detail_contents:nth-child(odd) .detail_wrap .img_area {
	margin-left: 2%;
}
.detail_wrap .detail_text {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 96px;
	flex: 1;
}
.detail_wrap .img_area {
	margin-bottom: 96px;
	flex: 1;
}
.detail_wrap .img_area img {
	width: 100%;
}


/* ==========================================================================
   pc 1200px 1450px interview_d
   ========================================================================== */

@media screen and (min-width:1200px) and ( max-width:1450px) {
.interview_top_text {
	font-size: 2rem;
	line-height: 1.6;
}
.interview_top_text {
	top: 80px;
}
.interview_detail_contents_wrap .text_area {
	padding-top: 236px;
}
.interview_detail_contents_wrap .meta {
	width: 100px;
	margin: 0 16px 0 24px;
	padding: 13px 10px;
	font-size: 1.6rem;
}
.interview_detail_contents_wrap .name {
	font-size: 1.4rem;
}
.text_area_wrap {
	height: 350px;
	width: auto;
}
.top_img img {
	height: 350px;
	width: auto;
}
}


/* ==========================================================================
   pc 1100px 1199px interview_d
   ========================================================================== */
@media screen and (min-width:1100px) and ( max-width:1199px) {
.interview_top_text {
	top: 68px;
	font-size: 1.8rem;
}
.interview_detail_contents_wrap .meta {
	width: 80px;
	margin: 0 16px 0 24px;
	padding: 13px 6px;
	font-size: 1.4rem;
}
.interview_detail_contents_wrap .name {
	font-size: 1.4rem;
	margin-top: 3px;
}
.top_img img {
	height: 300px;
	width: auto;
}
.text_area_wrap {
	height: 300px;
}
.interview_detail_contents_wrap .text_area {
	padding-top: 214px;
}
/* bottom_contents
   ----------------------------------------------------------------- */
.interview_detail_contents .detail_wrap {
	flex-direction: column !important;
}
.detail_wrap .img_area {
	margin: 0 0 32px !important;
}
.detail_wrap .detail_text {
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 0 0 32px 0 !important;
}
.bottom_contents {
	background: #fff;
	margin-bottom: 24px;
	padding: 20px 15px 0;
}
.interview_ttl {
	padding: 7px 8px 7px 16px;
	border: 2px solid #E60012;
	color: #e60012;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 16px;
	position: relative;
}
.interview_ttl:before {
	content: "";
	width: 16px;
	height: 16px;
	background: #e60012;
	position: absolute;
	top: 50%;
	left: -9px;
	margin-top: -8px;
}
}

/* ==========================================================================
   pc 1099px interview_d
   ========================================================================== */

@media (max-width: 1099px) {
.interview_detail_contents_wrap {
	margin: 0 10px;
}
.top_img {
	position: relative;
	right: 0;
	width: 100%;
}
.top_img img {
	width: 100%;
	height: auto;
}
.top_contents {
	height: auto;
	background: #fff;
	flex-direction: row-reverse;
	position: relative;
	margin-bottom: 20px;
}
.interview_top_text {
	position: relative;
	top: 0;
	left: 0;
	color: #fff;
	padding: 12px 10px;
	font-size: 1.6rem;
	margin: -27px 10px;
	text-align: center;
}
.text_area_wrap {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}
.interview_detail_contents_wrap .text_area {
	width: 100%;
	margin: 45px 0 0;
	padding: 0;
}
.interview_detail_contents_wrap .meta {
	width: 80px;
	padding: 6px 8px;
	font-size: 1.3rem;
	color: #fff;
	background: #f06570;
	text-align: center;
	box-sizing: border-box;
	height: 36px;
	line-height: 1.9;
	margin: 0 10px;
}
.interview_detail_contents_wrap .name {
	font-size: 1.4rem;
}
/* bottom_contents
   ----------------------------------------------------------------- */
.interview_detail_contents .detail_wrap {
	flex-direction: column !important;
}
.detail_wrap .img_area {
	margin: 0 0 24px !important;
}
.detail_wrap .detail_text {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 32px;
}
.bottom_contents {
	background: #fff;
	margin-bottom: 24px;
	padding: 20px 15px 0;
}
.interview_ttl {
	padding: 7px 8px 7px 16px;
	border: 2px solid #E60012;
	color: #e60012;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 16px 6px;
	position: relative;
}
.interview_ttl:before {
	content: "";
	width: 16px;
	height: 16px;
	background: #e60012;
	position: absolute;
	top: 50%;
	left: -9px;
	margin-top: -8px;
}
}

/* ==========================================================================
   pc 769px 1400px interview_d
   ========================================================================== */

@media screen and (min-width:769px) and ( max-width:1400px) {
.interview_ttl {
	padding: 12px 8px 11px 24px;
	border: 2px solid #E60012;
	color: #e60012;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 26px 10px;
	position: relative;
}
.interview_ttl:before {
	content: "";
	width: 19px;
	height: 19px;
	background: #e60012;
	position: absolute;
	top: 50%;
	left: -11px;
	margin-top: -10px;
}
}
/* ==========================================================================
   pc 769px 1199px interview_d
   ========================================================================== */

@media screen and (min-width:769px) and ( max-width:1199px) {
.detail_wrap .detail_text {
	flex: none !important;
}
.detail_wrap .img_area {
	flex: none !important;
}
}
/* ==========================================================================
   sp 768px interview_d
   ========================================================================== */
@media (max-width: 768px) {
.interview_top_text {
	font-size: 1.3rem;
}
.bottom_contents .interview_detail_contents:nth-child(even) .detail_wrap .detail_text {
	margin-left: 0;
}
.detail_wrap .detail_text {
	flex: none !important;
}
.detail_wrap .img_area {
	flex: none !important;
}
}
