@charset "utf-8";
/* interview css */

.content {
margin: 100px 0 0px;
}
footer {
background-color: #F5F7F9;
}
.bg_imgbox {
background-image: url("../img/interview/title_bg.jpg");
background-size: cover;
}
.sec_prologue {
display: flex;
padding-bottom: 80px;
}

@media all and (max-width : 1260px ){
.sec_prologue {
padding: 0 20px 80px;
}
}

.sec_en_title {
font-family: "balboa", sans-serif;
font-weight: 300;
font-size: 3.6rem;
letter-spacing: 0.05em;
line-height: 100%;
position: relative;
padding-left: 55px;
margin-bottom: 10px;
}
.sec_en_title::before {
content: "";
display: inline-block;
background-color: #000;
width: 42px;
height: 2px;
position: absolute;
left: 0;
top: 50%;
}
.sec_jp_title {
font-size: 1.2rem;
font-weight: 500;
letter-spacing: 0.1em;
margin-left: 55px;
}
.prologue_title {
font-size: 2.2rem;
font-weight: 700;
letter-spacing: 0.2em;
margin-bottom: 30px;
}
.prologue_txt {
font-size: 1.5rem;
font-weight: 400;
line-height: 240%;
}
.sec_title_wrap {
width: 25%;
}

@media all and (max-width : 980px ){
.sec_title_wrap {
width: 35%;
}
}

@media all and (max-width : 820px ){
.prologue_title {
font-size: 2.0rem;
margin-bottom: 25px;
}
.sec_title_wrap {
width: 45%;
}
}


/* インタビューsec
-------------------------------------------------- */

.interview_sec {
width: 100%;
padding: 100px 0 80px;
background-color: #F5F7F9;
}
.interview_sec_inner {
max-width: 1260px;
margin: 0 auto;
}

@media all and (max-width : 1260px ){
.interview_sec_inner {
padding: 0 20px;
}
}

.sec_titlebox {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 60px;
}

@media all and (max-width : 820px ){
.interview_sec {
padding: 60px 0 50px;
}
.sec_titlebox {
margin-bottom: 30px;
}
}

.sec_title {
font-family: 'Rajdhani', sans-serif;
font-weight: 600;
letter-spacing: 0.5em;
line-height: 100%;
font-size: 2.6rem;
margin-bottom: 10px;
color: #111;
}
.sec_subtitle {
font-size: 1.2rem;
position: relative;
padding-bottom: 50px;
}
.sec_subtitle::after {
content:"";
position:absolute;
display:block;
width:10px;
height:1px;
background-color:#999;
bottom:30px;
left:50%;
}
.interview_box_wrap {
display: flex;
flex-wrap: wrap;
}
.interview_box {
width: calc(33.33333% - 60px / 3);
margin-right: 30px;
margin-bottom: 30px;
position: relative;
background-color: #fff;
}
.interview_box:nth-child(3n) {
margin-right: 0px;
}
.img_box {
position: relative;
width: 100%;
display: block;
aspect-ratio: 1 / 1.15;
overflow: hidden;
cursor: pointer;
z-index: 0;
}
.img_box img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
display: block;
-webkit-transition: .4s ease-in-out;
transition: .4s ease-in-out;
}
.img_box:hover img:nth-of-type(2) {
opacity: 0;
}
.interview_box_inner {
background-color: #fff;
padding: 20px 20px 25px;
z-index: 1;
}
.affiliation {
max-width: 220px;
font-size: 1.3rem;
font-weight: 500;
letter-spacing: 0.1em;
padding: 10px 15px;
line-height: 100%;
background-color: #005CA2;
color: #fff;
text-align: center;
z-index: 10;
position: absolute;
left: 0;
top: 0;
}
.year {
font-size: 1.2rem;
font-weight: 500;
color: #999;
line-height: 100%;
margin-bottom: 10px;
}
.interview_name {
font-size: 2.2rem;
font-weight: 700;
letter-spacing: 0.2em;
line-height: 100%;
color: #111;
}
.interview_name_en {
font-family: 'Rajdhani', sans-serif;
font-weight: 600;
font-size: 1.4rem;
letter-spacing: 0.15em;
color: #008CCF;
line-height: 100%;
margin-left: 15px;
}

@media all and (max-width : 1260px ){
.interview_name {
font-size: 2.0rem;
}
.interview_name_en {
font-size: 1.2rem;
letter-spacing: 0.1em;
margin-left: 10px;
}
}

.interview_name_wrap {
display: flex;
justify-content: flex-start;
align-items: flex-end;
flex-wrap: wrap;
}

@media all and (max-width : 980px ){
.interview_name_wrap {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
}
.interview_name {
font-size: 2.0rem;
margin-bottom: 10px;
}
.interview_name_en {
font-size: 1.1rem;
letter-spacing: 0.2em;
margin-left: 0px;
}
}

@media all and (max-width : 820px ){
.interview_box_wrap {
padding: 0 20px;
}
.interview_box {
width: calc(33.33333% - 40px / 3);
margin-right: 20px;
}
.interview_box_inner {
padding: 15px;
}
.affiliation {
max-width: 200px;
font-size: 1.2rem;
padding: 10px 10px;
}
.year {
font-size: 1.2rem;
font-weight: 500;
color: #999;
line-height: 100%;
margin-bottom: 10px;
}
}


/*スマートフォン*/

@media all and (max-width : 767px ){
.bg_imgbox {
background: url("../img/interview/title_bg_sp.png") ;
}
.content {
margin: 40px 0 0px;
}
.sec_prologue {
display: flex;
flex-direction: column;
padding: 0 20px 50px;
}
.sec_en_title {
font-size: 2.4rem;
padding-left: 28px;
margin-bottom: 5px;
}
.sec_en_title::before {
content: "";
display: inline-block;
background-color: #000;
width: 21px;
height: 2px;
position: absolute;
left: 0;
top: 50%;
}
.sec_jp_title {
font-size: 1.2rem;
font-weight: 500;
letter-spacing: 0.1em;
margin-left: 30px;
}
.prologue_title {
font-size: 1.4rem;
margin-bottom: 15px;
}
.prologue_txt {
font-size: 1.2rem;
line-height: 180%;
}
.sec_title_wrap {
width: 100%;
margin-bottom: 20px;
}


/* interviewセクション
-------------------------------------------------- */

.interview_sec {
padding: 30px 0 20px;
}
.sec_titlebox {
margin-bottom: 20px;
}
.sec_number {
font-size: 1.4rem;
margin-bottom: 15px;
}
.sec_title {
letter-spacing: 0.3em;
font-size: 2.0rem;
margin-bottom: 5px;
}
.sec_subtitle {
font-size: 1.0rem;
padding-bottom: 40px;
}
.sec_subtitle::after {
bottom:20px;
}
.interview_box_wrap {
flex-direction: column;
}
.interview_box {
width: 100%;
margin-right: 0px;
margin-bottom: 20px;
}
.interview_box_inner {
padding: 15px;
}
.affiliation {
max-width: 200px;
font-size: 1.1rem;
padding: 10px 10px;
}
.year {
font-size: 1.1rem;
margin-bottom: 10px;
}
.interview_name {
font-size: 1.8rem;
margin-bottom: 0px;
}
.interview_name_en {
font-size: 1.1rem;
letter-spacing: 0.1em;
margin-left: 10px;
}
.interview_name_wrap {
display: flex;
justify-content: flex-start;
align-items: flex-end;
flex-direction:row;
}
}