@charset "UTF-8";.c-interview{position:relative}.c-interview:not(.is-ready){cursor:pointer}.c-interview-img{aspect-ratio:3/2;border-radius:var(--border-radius);overflow:hidden;position:relative}.c-interview-img img{height:100%;object-fit:cover;width:100%}.c-interview-img i{aspect-ratio:1/1;color:var(--color-base);inset:0;margin:auto;opacity:0;position:absolute;transition:opacity .2s var(--ease-none)}@media screen and (min-width:768px){.c-interview-img i{width:5.6rem}}@media screen and (max-width:767px){.c-interview-img i{width:5.6rem}}.c-interview-img i:before{backdrop-filter:blur(3px);background:rgb(var(--color-white-rgb)/70%);border-radius:var(--border-radius-full);content:"";display:block;inset:0;position:absolute;transition:transform .4s var(--ease-expo-out)}.c-interview-img i:after{background-color:currentcolor;clip-path:polygon(0 0,0 100%,100% 50%);content:"";display:block;inset:0;margin:auto;position:absolute}@media screen and (min-width:768px){.c-interview-img i:after{height:.6rem;width:1.1rem}}@media screen and (max-width:767px){.c-interview-img i:after{height:.6rem;width:1.1rem}}.c-interview:not(.is-ready) .c-interview-img i{opacity:1}.c-interview-ttl{font-family:var(--font-family-gothicmb101-db);line-height:var(--leading-relaxed)}@media screen and (min-width:768px){.c-interview-ttl{font-size:2rem;margin-top:2.3rem}}@media screen and (max-width:767px){.c-interview-ttl{font-size:1.8rem;margin-top:2.4rem}}.c-interview-info{font-family:var(--font-family-gothicmb101-r);line-height:var(--leading-relaxed)}@media screen and (min-width:768px){.c-interview-info{font-size:1.2rem;margin-top:1.4rem}}@media screen and (max-width:767px){.c-interview-info{font-size:1.1rem;margin-top:1.4rem}}.c-interview-info span+span:before{content:"｜"}@media screen and (hover:hover) and (min-width:768px){.c-interview:hover .c-interview-img i:before{transform:scale(1.1)}}.interview{display:grid;position:relative}@media screen and (min-width:768px){.interview{gap:8rem 2.8rem;grid-template-columns:repeat(3,1fr);margin:0 auto;width:118.4rem}}@media screen and (max-width:767px){.interview{grid-template-columns:1fr;margin:0 3.2rem;row-gap:4.8rem}}