@charset "utf-8";
 #main .interviewBox .content {
max-width: 136rem;
}
#main .interviewBox .content > p {
margin-bottom: 5.5rem;
line-height: 2;
}
#main .interviewBox .greyBox {
margin-bottom: 4rem;
position: relative;
background-color: #f6f7f5;
overflow: hidden;
}
#main .interviewBox a {
padding: 7rem 8rem;
position: relative;
display: block;
}
#main .interviewBox .greyBox:last-of-type {
margin-bottom: 0;
}
#main .interviewBox .imgBox {
position: relative;
z-index: 2;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 3.5rem;
}
#main .interviewBox .imgBox .textBox {
flex: 1;
}
#main .interviewBox .imgBox .textBox .info {
margin-bottom: 0.3rem;
line-height: 2;
}
#main .interviewBox .imgBox .textBox .name {
font-size: 1.4rem;
}
#main .interviewBox .imgBox .textBox .name span {
margin-right: 1.5rem;
font-size: 2.4rem;
font-weight: 700;
display: inline-block;
}
#main .interviewBox .imgBox .photoBox {
width: 59.5rem;
overflow: hidden;
}
#main .interviewBox .imgBox .photoBox img {
width: 100%;
transition: transform ease 0.3s;
-webkit-transition: transform ease 0.3s;
}
#main .interviewBox .comSlider {
position: absolute;
left: 0;
width: 100%;
z-index: 1;
bottom: 0;
}
#main .interviewBox .comSlider p {
margin-bottom: -2.8rem;
width: 110rem;
font-size: 17.2rem;
color: rgba(255, 255, 255, 0.5);
}
#main .comLinkBox {
margin-top: 15rem
}
#main .comLinkBox ul {
padding-top: 0;
border-top: 0;
}
@media all and (min-width: 897px) {
#main .interviewBox a:hover .imgBox .photoBox img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
}
}
@media all and (min-width: 897px) and (max-width: 1360px) {
.headLine07 .jp {
font-size: 2.7rem;
}
}
@media all and (max-width: 896px) {
#main .interviewBox .content > p {
margin-bottom: 3.5rem;
}
#main .interviewBox .greyBox {
margin: 0 -1rem 2rem;
}
#main .interviewBox a {
padding: 3.5rem 2rem 3.8rem;
}
#main .interviewBox .imgBox {
display: block;
}
#main .interviewBox .imgBox .textBox {
margin-bottom: 1.9rem;
}
#main .interviewBox .imgBox .textBox .info {
margin-bottom: 0.4rem;
}
#main .interviewBox .imgBox .textBox .name {
font-size: 1.3rem;
}
#main .interviewBox .imgBox .textBox .name span {
margin-right: 1rem;
font-size: 1.8rem;
}
#main .interviewBox .imgBox .photoBox {
width: auto;
}
#main .interviewBox .comSlider p {
margin-bottom: -1.3rem;
width: 70rem;
font-size: 11.2rem;
}
} @media all and (min-width: 897px) {
#main .interviewBox .greyBox {
width: calc(100vw - 8rem);
max-width: none;
margin-left: 50%;
transform: translateX(-50%);
}
#main .interviewBox a {
padding: clamp(5rem, 4.2vw, 7.5rem) clamp(4rem, 5vw, 8rem);
}
#main .interviewBox .imgBox {
gap: clamp(4rem, 5.2vw, 10rem);
}
#main .interviewBox .imgBox .textBox {
flex: 0 1 clamp(43rem, 32vw, 61rem);
max-width: 61rem;
}
#main .interviewBox .imgBox .photoBox {
flex: 1 1 50%;
width: auto;
max-width: 78rem;
min-width: 42rem;
}
#main .interviewBox .imgBox .photoBox img {
width: 100%;
height: auto;
object-fit: cover;
}
#main .interviewBox .comSlider p {
width: clamp(110rem, 78vw, 150rem);
font-size: clamp(17.2rem, 9.8vw, 21rem);
}
}
@media all and (min-width: 897px) and (max-width: 1180px) {
#main .interviewBox .imgBox .textBox {
flex-basis: 40rem;
}
#main .interviewBox .imgBox .photoBox {
min-width: 36rem;
}
}