@charset "UTF-8";

@keyframes txtloop {
0% {
transform: translateX(100%);
}
to {
transform: translateX(-100%);
}
}

@keyframes txtloop2 {
0% {
transform: translateX(0);
}
to {
transform: translateX(-200%);
}
}


/*PC*/
@media print, screen and (min-width: 768px) {
article{
overflow: hidden;
margin:0 0 -10px;
}
.loop_wrap {
display: flex;
width: 100%;
overflow: hidden;
margin: 0 auto 0;
}

.loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 10rem;
font-weight:200;
line-height:1;
overflow: hidden;
color:rgba(244,144,27,.2);
}

.loop_wrap div:nth-child(odd) {
animation: txtloop 70s -35s linear infinite;
}

.loop_wrap div:nth-child(even) {
animation: txtloop2 70s linear infinite;
}

#interview{
margin:0 auto 220px;
}

#interview .section_wrap{
width: 100%;
margin: auto;
}

#interview .para-wrap {
max-width:100%;
margin: 0 auto 60px;
}

/* 土台：高さを安定させたいなら aspect-ratio を残す */
#interview .para-zoom {
position: relative;
overflow: hidden;
border-radius: 4rem;
display: grid;
place-items: center;
}

#interview .para-zoom > img {
width: 100%;
height: 100%;
object-fit: cover;
transform-origin: center center;
transform: translateZ(0) scale(0.7) translateY(0px); /* 初期値（JSで上書き） */
will-change: transform;
border-radius: inherit;
}

@media (prefers-reduced-motion: reduce) {
#interview .para-zoom > img { transform: none !important; }
}


#interview .block2{
background: url("../images/com/texture.jpg") 0 0 repeat;
padding: 140px 5%;
box-sizing: border-box;
}

#interview .block2 .idx_list{
display: flex;
flex-wrap: wrap;
width: 1200px;
margin: auto;
}

#interview .block2 .idx_list li{
width: 33.3333%;
height: auto;
display: block;
box-sizing: border-box;
position: relative;
margin-bottom: 30px;
transition-property: all;
transition: 0.2s ease;
padding: 20px;
}

#interview .block2 .idx_list li:hover {
background-color:rgba(244,144,27,.1);
}

#interview .block2 .idx_list li a .txt01 {
display: block;
width: 100%;
font-size: 1rem;
text-align: center;
line-height:2em;
position: relative;
}

#interview .block2 .idx_list li a .txt02 {
display: block;
font-size: 1.3rem;
text-align: center;
line-height: 1.6em;
position: relative;
}

#interview .block2 .name{
text-align: center;
margin: 0 0 60px;
font-size: 1.8rem;
line-height: 1;
}

#interview .block2 .name span{
font-size: 1.2rem;
display: block;
margin-bottom: 10px;
}

#interview .block2 .txt_box{
width: 860px;
margin: 0 auto;
}

#interview .block2 .txt_box p{
font-weight: bold;
line-height: 2.4;
}

#interview .block2 .txt_box .img_box{
width: 90%;
margin:60px auto;
}

#interview .block2 .txt_box .img_box img{
border-radius: 1rem;
}

}
/*sp*/
@media only screen and (max-width: 767px) {
article{
overflow: hidden;
margin:0 0 -10px;
}
.loop_wrap {
display: flex;
width: 100%;
overflow: hidden;
margin: 0 auto 0;
}

.loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 6rem;
font-weight:200;
line-height:1;
overflow: hidden;
color:rgba(244,144,27,.2);
}

.loop_wrap div:nth-child(odd) {
animation: txtloop 70s -35s linear infinite;
}

.loop_wrap div:nth-child(even) {
animation: txtloop2 70s linear infinite;
}

#interview{
margin:0 auto 60px;
}

#interview .section_wrap{
width: 100%;
margin: auto;
}

#interview .para-wrap {
max-width:100%;
margin: 0 auto 30px;
}

/* 土台：高さを安定させたいなら aspect-ratio を残す */
#interview .para-zoom {
position: relative;
overflow: hidden;
border-radius: 1rem;
display: grid;
place-items: center;
}

#interview .para-zoom > img {
width: 100%;
height: 100%;
object-fit: cover;
transform-origin: center center;
transform: translateZ(0) scale(0.7) translateY(0px); /* 初期値（JSで上書き） */
will-change: transform;
border-radius: inherit;
}

@media (prefers-reduced-motion: reduce) {
#interview .para-zoom > img { transform: none !important; }
}


#interview .block2{
background: url("../images/com/texture.jpg") 0 0 repeat;
padding: 60px 5%;
box-sizing: border-box;
}

#interview .block2 .idx_list{
}

#interview .block2 .idx_list li{
width: 100%;
height: auto;
display: block;
box-sizing: border-box;
position: relative;
margin-bottom: 20px;
transition-property: all;
transition: 0.2s ease;
padding: 10px;
}

#interview .block2 .idx_list li:last-child{
margin-bottom: 0;
}

#interview .block2 .idx_list li:hover {
background-color:rgba(244,144,27,.1);
}

#interview .block2 .idx_list li a .txt01 {
display: block;
width: 100%.8rem;
text-align: center;
line-height:2em;
position: relative;
}

#interview .block2 .idx_list li a .txt02 {
display: block;
font-size: 1.2rem;
text-align: center;
line-height: 1.6em;
position: relative;
}

#interview .block2 .name{
text-align: center;
margin: 0 0 30px;
font-size: 1.4rem;
line-height: 1;
}

#interview .block2 .name span{
font-size: 1rem;
display: block;
margin-bottom: 10px;
}

#interview .block2 .txt_box{
width:90%;
margin: 0 auto;
}

#interview .block2 .txt_box p{
font-weight: bold;
line-height: 2.4;
}

#interview .block2 .txt_box .img_box{
width: 90%;
margin:30px auto;
}

#interview .block2 .txt_box .img_box img{
border-radius: .6rem;
}


}