.content_976{
padding: 0 30px 100px 30px;
}


.interview_list{

}

.interview_list.top{
display: flex;
flex-wrap: wrap;
list-style: none;
justify-content: space-between;
}

.interview_list div.item{
width: calc(33% - 15px);
margin-bottom: 3em;
}

.interview_list.slick div.item{
margin-bottom: 0em;
}

.interview_list div.item a{
text-decoration: none;
color: #000;
}

.interview_list div.item a .thumb{
margin-bottom: 20px;
	border-radius: 14px;
	overflow: hidden;
}

.interview_list div.item a .thumb img{
display: block;
line-height: 0;
height: 100%;
	object-fit: cover;
  transition: transform .5s ease;
}


.interview_list div.item a:hover .thumb img{
transform: scale(1.1);
}


.interview_list div.item a .headline{
display: flex;
align-items: center;
margin-bottom: 0.5em;
	text-align: left;
}

.interview_list div.item a .headline .name{
font-size:clamp(18px, 3vw, 26px);
font-weight: normal;

}

.interview_list div.item a .headline .department{
background: #194396;
color: #fff;
font-weight: normal;
margin-left: 1em;
font-size:clamp(9px, 1.8vw, 14px);
padding: 0.6em 0.8em;

}


.interview_list div.item a .headline .department span{
margin-left: 0.8em;
padding-left: 0.8em;
border-left: 1px solid #fff;
font-size:clamp(8px, 1.2vw, 12px);
}

.interview_list div.item a .description{
line-height: 1.4;
font-size:clamp(12px, 2.4vw, 16px);
	text-align: left;
}


.bg_wrap{
position: relative;
}

.bg_wrap .bg {
position: relative;
}

.bg_wrap .bg .text_wrap{
position: absolute;
top: 50%;
transform: translate(0px,-35%);
left: 0;
width: calc(50vw - 60px);
text-align: left;
box-sizing: border-box;
padding-left: 30px;
}

.bg_wrap .bg .text_wrap h1{
color: #fff;
  font-weight: 500;
  line-height: 1.6em;
font-size: clamp(20px, 4.6vw, 40px);
margin-bottom: 1em;
position: relative;
}

.bg_wrap .bg .text_wrap .headline{
display: flex;
align-items:flex-end;
margin-bottom: 2em;
color: #fff;
}

.bg_wrap .bg .text_wrap .headline .name{
font-size:clamp(30px, 5vw, 50px);
font-weight: normal;

}

.bg_wrap .bg .text_wrap .headline .department{
background: #194396;
font-weight: normal;
margin-left: 1em;
font-size:clamp(10px, 1.8vw, 18px);
padding: 0.6em 0.8em;
}


.bg_wrap .bg .text_wrap .headline .department span{
margin-left: 0.8em;
padding-left: 0.8em;
border-left: 1px solid #fff;
font-size:clamp(9px, 1.2vw, 12px);
}

.bg_wrap .bg .text_wrap .description{
color: #fff;
line-height: 1.6;
font-size:clamp(12px, 2.4vw, 14px);
}

.bg_wrap .bg .text_wrap .description p{
margin-top: 1em;
}

h2.chapter_title{
margin-bottom: 2.5em;
}

h2.chapter_title span.eng{
font-size:clamp(16px, 2.4vw, 22px);
font-weight: 500;
font-family:'Jost', sans-serif;
display: block;
margin-bottom: 0.8em;
color: #0057AA;
}

h2.chapter_title span.jpn{
font-size:clamp(20px, 4vw, 36px);
font-weight: normal;
line-height: 1.3;
}

.interview_detail_layout{
display: flex;
justify-content: space-between;
padding-top: 100px;
}

.interview_detail_layout.reverse{
flex-direction: row-reverse;
}

.interview_detail_layout .image_wrap{
width: calc(50% - 20px);
}

.interview_detail_layout .text_wrap{
width: calc(50% - 20px);
}

.interview_detail_layout .text_wrap p{
margin-top: 1em;
line-height: 1.8;
font-size:clamp(14px, 2.4vw, 18px);
}

.content_hero{
height: 540px;
position: relative;
overflow: hidden;
}

.content_hero img{
 display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
position: absolute;
top: 0;
left: 0;
}

.interview_shce{
	padding-top: 100px;
}

.interview_shce h2.chapter_title{
	text-align: center;
	margin-bottom: 4em;
}

.content_wrap.tri{
background-image: url("/assets/images/interview/bg_tri.jpg");
background-size: cover;
background-position: center center;
}

.sche{
background: #fff;
width: 100%;
list-style: none;
	box-shadow: 2px 1px 10px 1px rgba(0, 0, 0, 0.1);
	border-radius: 14px;
}

.sche li{
border-top:1px solid #efefef;
}

.sche li:first-child{
border-top:none;
}

.sche dl{
display: flex;
align-items: stretch;
height: 100%;
}

.sche dt{
min-width: 100px;
position: relative;
padding: 30px;
font-size:clamp(16px, 3vw, 28px);
font-weight: normal;
color: #0057AA;
line-height: 1.4;
}

.sche li:first-child dt::after{
content: "";
height: 38px;
width: 4px;
position: absolute;
top:0;
right: 0;
border-right: 4px solid #fff;
}

.sche li:last-child dt::after{
content: "";
height: calc(100% - 38px);
width: 4px;
position: absolute;
bottom:0;
right: 0;
border-right: 4px solid #fff;
}

.sche dt::before{
content: "";
height: 100%;
width: 4px;
position: absolute;
top:0;
right: 0;
border-right: 4px dotted #0057AA;
}

.sche dd{
flex: 1;
position: relative;
padding: 30px 40px;
line-height: 1.6;
font-size:clamp(14px, 2.4vw, 20px);
}

.sche dd::before{
content: "";
height: 1.2em;
width: 1.2em;
position: absolute;
top: 38px;
left: -0.7em;
border-radius: 50%;
background: #0057AA;
}

.message_wrap{
	display: flex;
	padding-top: 100px;
}


.message_wrap .image_wrap{
aspect-ratio: 1 / 1;
overflow: hidden;
border-radius: 50%;
width: 230px;
height: 230px;
position: relative;
display: block;
}

.message_wrap .image_wrap img{
position: absolute;
	top:0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.message_wrap .text_wrap{
flex: 1;
	padding-left: 70px;
	box-sizing: border-box;
}

.message_wrap .text_wrap .message {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(2px 1px 6px rgba(0, 0, 0, 0.1));
padding: 40px;
box-sizing: border-box;
}
.message::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  background-color: #fff;
  top: 100px;
  left: -40px;
  z-index: 10;
}


.message_wrap .text_wrap .message h3{
	font-size:clamp(18px, 3vw, 26px);
	font-weight: normal;
	color: #194296;
	margin-bottom: 1em;
}

.message_wrap .text_wrap .message h3 span{
	display: inline-block;
	width: 1.2em;
	margin-right: 0.3em;
}

.message_wrap .text_wrap .message p{
	line-height: 1.8;
	font-size:clamp(14px, 2.4vw, 18px);
}

.content_other_interview{
	padding: 0 30px 100px 30px;
	max-width:calc(976px + 60px);
box-sizing: border-box;
margin: 0 auto;
}

.interview_list_wrap{
	padding-top: 100px;
	text-align: center;
	position: relative;
}

.interview_list_wrap h2{
	font-size: clamp(22px, 2.8vw, 36px);
  font-weight: normal;
  border-bottom: 3px solid #0057AA;
  display: inline-block;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
	
}

.interview_list_wrap .btn_detail{
	position: absolute;
	right: 0;
	bottom: 0.5em;
}




/*------------------------------------------------------------------------------------------------------------

SP

------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 976px) {
	
.content_976{
padding: 0 15px 50px 15px;
}


.interview_list div.item{

}

.interview_list.top div.item{
width: calc(50% - 7.5px);
margin-bottom: 3em;
}
	
.interview_list.slick div.item{
margin-bottom: 0em;
width: 100%;
}

.interview_list div.item a .thumb{
margin-bottom: 12px;
}

.interview_list div.item a .headline{
flex-direction: column;
align-items:flex-start;
}

.interview_list div.item a .headline .name{
margin-bottom: 0.5em;

}

.interview_list div.item a .headline .department{
margin-left: 0;
padding: 0.8em;
}

.bg_wrap .bg .text_wrap{
position: relative;
top: auto;
transform: translate(0px,0px);
left:auto;
width: 100%;
padding: 40px 15px 50px 15px;
box-sizing: border-box;
}

.breadcrumbs.absolute{
position: absolute;
top:0;
left: 0;
}
	
.content_other_interview{
	padding: 0 0px 50px 0px;
}

.interview_list_wrap{
	padding-top: 50px;
	text-align: center;
	position: relative;
}


.interview_list_wrap .btn_detail{
	position: absolute;
	right: 15px;
	bottom: 0.5em;
}
	

.interview_detail_layout{
	flex-direction: column;
padding-top: 50px;
}

.interview_detail_layout.reverse{
flex-direction: column;
}

.interview_detail_layout .image_wrap{
width: 100%;
	margin-top: 20px;
}

.interview_detail_layout .text_wrap{
width: 100%;
}

.interview_detail_layout .text_wrap p{
margin-top: 1em;
line-height: 1.8;
font-size:clamp(14px, 2.4vw, 18px);
}

.content_hero{
height: 40vh;
}
	

.interview_shce{
	padding-top: 50px;
}

.interview_shce h2.chapter_title{
	margin-bottom: 3em;
}

.sche dl{
display: flex;
align-items: stretch;
height: 100%;
}

.sche dt{
min-width: 46px;
width: 12%;
padding: 20px;
line-height: 1.4;
}

.sche li:first-child dt::after{
content: "";
height: 24px;
width: 4px;
position: absolute;
top:0;
right: 0;
border-right: 4px solid #fff;
}

.sche li:last-child dt::after{
content: "";
height: calc(100% - 24px);
width: 4px;
position: absolute;
bottom:0;
right: 0;
border-right: 2px solid #fff;
}

.sche dt::before{
content: "";
height: 100%;
width: 4px;
position: absolute;
top:0;
right: 0;
border-right: 2px dotted #0057AA;
}

.sche dd{
flex: 1;
position: relative;
padding: 20px 20px;
line-height: 1.6;
font-size:clamp(14px, 2.4vw, 20px);
}

.sche dd::before{
content: "";
height: 1.2em;
width: 1.2em;
position: absolute;
top: 24px;
left: -0.7em;
border-radius: 50%;
background: #0057AA;
}

.message_wrap{
	padding-top: 50px;
	flex-direction: column;
	align-items: center;
}

.message_wrap .image_wrap{
width: 170px;
height: 170px;
}


.message_wrap .text_wrap{
flex: 1;
	padding-left: 0;
	padding-top: 40px;
}

.message_wrap .text_wrap .message {
	padding: 30px;
}
.message::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 30px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #fff;
  top: -29px;
  left: calc(50% - 20px);
  z-index: 10;
}


.message_wrap .text_wrap .message h3{
	font-size:clamp(18px, 3vw, 26px);
	font-weight: normal;
	color: #194296;
	margin-bottom: 1em;
}

.message_wrap .text_wrap .message h3 span{
	display: inline-block;
	width: 1.2em;
	margin-right: 0.3em;
}

.message_wrap .text_wrap .message p{
	line-height: 1.8;
	font-size:clamp(14px, 2.4vw, 18px);
}
	

}