.interview-heading{display:grid;gap:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 16 / 768 * 100
  ,12px) 0;justify-items:center}.interview-heading.is-active .interview-heading__en{transform:translateY(0%) rotate(0deg);transition:transform .75s cubic-bezier(0.175, 0.885, 0.32, 1.275)}.interview-heading.is-active .interview-heading__jp{transition:opacity .3s .5s;opacity:1}.interview-heading__wrap{overflow:hidden}.interview-heading__en{padding-top:.5em;transform:translateY(100%) rotate(15deg);text-transform:capitalize;transform-origin:left top}.interview-heading__jp{opacity:0}.interview-others{margin-top:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 120 / 768 * 100
  ,90px)}.interview-others__head{display:grid;margin-top:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 40 / 768 * 100
  ,30px);gap:0 min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 8 / 768 * 100
  ,6px);grid-template-columns:repeat(3, 1fr)}.interview-others-tab{display:flex;justify-content:center;align-items:center;min-height:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 120 / 768 * 100
  ,90px);padding:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 16 / 768 * 100
  ,12px) min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 8 / 768 * 100
  ,6px);border-radius:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 8 / 768 * 100
  ,6px) min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 8 / 768 * 100
  ,6px) 0 0}.interview-others-tab.is-active{cursor:default;pointer-events:none}.interview-others-tab.is-active:nth-of-type(1){background-color:#fcaf5b}.interview-others-tab.is-active:nth-of-type(2){background-color:#4eb5db}.interview-others-tab.is-active:nth-of-type(3){background-color:#b858b5}.interview-others-tab:not(.is-active){background-color:#666;cursor:pointer}.interview-others-tab__txt{text-align:center}.interview-others__body{margin-left:calc(50% - var(--vw, 1vw)*50);margin-right:calc(50% - var(--vw, 1vw)*50);padding-left:calc(var(--vw, 1vw)*50 - 50%);padding-right:calc(var(--vw, 1vw)*50 - 50%);background-color:#f2f2f2;padding-top:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 64 / 768 * 100
  ,48px);padding-bottom:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 64 / 768 * 100
  ,48px)}.interview-others__panel{display:none;gap:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 24 / 768 * 100
  ,18px) 0}.interview-others__panel.is-active{display:grid}.interview-others-card{display:grid;grid-row:span 2;grid-template-rows:subgrid}.interview-others-card--1 .interview-others-card__fig::before,.interview-others-card--2 .interview-others-card__fig::before,.interview-others-card--3 .interview-others-card__fig::before{background:linear-gradient(0deg, rgba(252, 175, 91, 0.5) 0%, rgba(195, 0, 0, 0) 100%)}.interview-others-card--4 .interview-others-card__fig::before,.interview-others-card--5 .interview-others-card__fig::before{background:linear-gradient(0deg, rgba(78, 181, 219, 0.5) 0%, rgba(195, 0, 0, 0) 100%)}.interview-others-card--6 .interview-others-card__fig::before,.interview-others-card--7 .interview-others-card__fig::before,.interview-others-card--8 .interview-others-card__fig::before{background:linear-gradient(0deg, rgba(184, 88, 181, 0.5) 0%, rgba(195, 0, 0, 0) 100%)}.interview-others-card__fig{position:relative;overflow:hidden}.interview-others-card__fig::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:50%;transition:opacity .3s;opacity:0;z-index:1}.interview-others-card__img{transition:transform .5s}.interview-others-card__tag{background-color:#fff;position:absolute;bottom:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 24 / 768 * 100
  ,18px);left:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 24 / 768 * 100
  ,18px);width:-moz-fit-content;width:fit-content;padding:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 8 / 768 * 100
  ,6px) min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 16 / 768 * 100
  ,12px);border:1px solid #ccc;border-radius:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 28 / 768 * 100
  ,21px);z-index:5}.interview-others-card-profile{display:grid;align-content:flex-start;background-color:#fff;position:relative;padding:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 40 / 768 * 100
  ,30px);transition:background .3s;gap:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 16 / 768 * 100
  ,12px) 0}.interview-others-card-profile .btn-arrow{position:absolute;bottom:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 16 / 768 * 100
  ,12px);right:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 16 / 768 * 100
  ,12px)}.is-loaded .interview-kv__label p{color:#000;transform:translateY(0%);transition:transform .5s cubic-bezier(0.215, 0.61, 0.355, 1),color .75s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.is-loaded .interview-kv__label p:nth-of-type(1){transition-delay:0s;animation-delay:0s}.is-loaded .interview-kv__label p:nth-of-type(2){transition-delay:.05s;animation-delay:.05s}.is-loaded .interview-kv__label p:nth-of-type(3){transition-delay:.1s;animation-delay:.1s}.is-loaded .interview-kv__label p:nth-of-type(4){transition-delay:.15s;animation-delay:.15s}.is-loaded .interview-kv__label p:nth-of-type(5){transition-delay:.2s;animation-delay:.2s}.is-loaded .interview-kv__label p:nth-of-type(6){transition-delay:.25s;animation-delay:.25s}.is-loaded .interview-kv__label p:nth-of-type(7){transition-delay:.3s;animation-delay:.3s}.is-loaded .interview-kv__label p:nth-of-type(8){transition-delay:.35s;animation-delay:.35s}.is-loaded .interview-kv__label p:nth-of-type(9){transition-delay:.4s;animation-delay:.4s}.is-loaded .interview-talk__hdg{transition:opacity .75s cubic-bezier(0.165, 0.84, 0.44, 1) .75s,-webkit-clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1) .75s;transition:clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1) .75s,opacity .75s cubic-bezier(0.165, 0.84, 0.44, 1) .75s;transition:clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1) .75s,opacity .75s cubic-bezier(0.165, 0.84, 0.44, 1) .75s,-webkit-clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1) .75s;opacity:1;-webkit-clip-path:inset(-10% 0 -10% 0);clip-path:inset(-10% 0 -10% 0)}.interview-kv{display:grid;position:relative;padding-top:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 64 / 768 * 100
  ,48px);z-index:2;gap:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 64 / 768 * 100
  ,48px) 0}.interview-kv__bg{position:absolute;top:0;left:50%;width:calc(var(--vw, 1vw)*100);overflow:hidden;transform:translateX(-50%);z-index:-1}.interview-kv__bg picture:nth-of-type(2){position:absolute;top:50%;left:50%;width:100%;transform:translate(-50%, -50%);animation:bress 15s linear infinite;z-index:2;transform-origin:center center}@keyframes bress{0%,50%,100%{transform:translate(-50%, -50%) scale(1) rotate(0deg);opacity:1;filter:brightness(1)}25%{transform:translate(-50%, -50%) scale(2.25) rotate(10deg);opacity:0;filter:brightness(1.25)}75%{transform:translate(-50%, -50%) scale(1.75) rotate(-10deg);opacity:.25;filter:brightness(1.1)}}.interview-kv__head{display:grid;position:relative;gap:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 32 / 768 * 100
  ,24px) 0}.interview-kv__row{display:flex;justify-content:flex-start;align-items:center;gap:0 min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 32 / 768 * 100
  ,24px)}.interview-kv__label{display:flex;overflow:hidden}.interview-kv__label p{color:#ffe434;transform:translateY(100%)}.interview-kv__label p:first-of-type{text-transform:uppercase}.interview-kv__tag{background-color:#fff;width:-moz-fit-content;width:fit-content;padding:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 8 / 768 * 100
  ,6px) min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 16 / 768 * 100
  ,12px);border:1px solid #ccc;border-radius:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 28 / 768 * 100
  ,21px)}.interview-talk__hdg{opacity:0;-webkit-clip-path:inset(100% 0 -10% 0);clip-path:inset(100% 0 -10% 0)}.interview-kv__fig{margin-left:calc(50% - var(--vw, 1vw)*50);margin-right:calc(50% - var(--vw, 1vw)*50);position:relative}.interview-kv-profile{position:absolute;bottom:max(
    min(var(--vw, 1vw), var(--svh, 1vh)) * -300 / 768 * 100
  ,-225px);left:50%;width:calc(100% - calc(
    var(--vw, 1vw) * 80 / 768 * 100
  ));transform:translateX(-50%);z-index:5}.interview-kv-profile__inner{display:grid;background-color:#fff;padding:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 64 / 768 * 100
  ,48px);gap:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 16 / 768 * 100
  ,12px) 0}.interview-talk{display:grid;position:relative;margin:0 calc(
    var(--vw, 1vw) * 40 / 768 * 100
  );padding:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 420 / 768 * 100
  ,315px) 0 min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 120 / 768 * 100
  ,90px);z-index:1;gap:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 96 / 768 * 100
  ,72px) 0}.interview-talk__bg{position:absolute;left:50%;width:calc(var(--vw, 1vw)*100);transform:translateX(-50%);z-index:-1}.interview-talk__bg--top{top:0}.interview-talk__bg--bottom{bottom:0}.interview-talk__blc{display:grid;gap:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 64 / 768 * 100
  ,48px) 0}.interview-talk__article{display:grid;gap:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 40 / 768 * 100
  ,30px) 0}.interview-talk__head{display:grid;gap:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 16 / 768 * 100
  ,12px) 0}.interview-talk__en{text-transform:capitalize}.interview-schedule{display:grid;margin-top:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 120 / 768 * 100
  ,90px);gap:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 40 / 768 * 100
  ,30px) 0}.interview-schedule__body{margin:0 calc(
    var(--vw, 1vw) * 40 / 768 * 100
  )}.interview-schedule__blc:not(:first-of-type) .interview-schedule__dl:nth-of-type(1)::before{content:none}.interview-schedule__dl{display:grid;align-items:flex-start;padding:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 40 / 768 * 100
  ,30px) 0;grid-template-columns:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 120 / 768 * 100
  ,90px) auto}.interview-schedule__dl:nth-of-type(1)::before{background-position:left bottom;background-image:linear-gradient(90deg, #c30000 0 min( min(var(--vw, 1vw), var(--svh, 1vh)) * 120 / 768 * 100 , 90px), #ccc min( min(var(--vw, 1vw), var(--svh, 1vh)) * 120 / 768 * 100 , 90px));background-repeat:no-repeat;background-size:100% 1px;content:"";position:absolute;top:0;left:0;width:100%;height:1px}.interview-schedule__time{line-height:1}.interview-schedule__dd{display:grid;gap:min(
    min(var(--vw, 1vw), var(--svh, 1vh)) * 16 / 768 * 100
  ,12px) 0}@media screen and (min-width: 960px){.interview-heading{gap:min(
    var(--vw, 1vw) * 8 / 1360 * 100
  ,10px) 0}.interview-others{margin-top:min(
    var(--vw, 1vw) * 136 / 1360 * 100
  ,170px)}.interview-others__head{margin-top:min(
    var(--vw, 1vw) * 40 / 1360 * 100
  ,50px);gap:2px}.interview-others-tab{height:min(
    var(--vw, 1vw) * 56 / 1360 * 100
  ,70px);min-height:none;padding:0;border-radius:4px 4px 0 0}.interview-others-tab__txt{font-size:min(
    calc(
      2rem + 5 *
        (var(--vw, 1vw) * 100 - 1360px) / 340
    ),
    2.5rem
  )}.interview-others__body{padding-top:min(
    var(--vw, 1vw) * 64 / 1360 * 100
  ,80px);padding-bottom:min(
    var(--vw, 1vw) * 64 / 1360 * 100
  ,80px)}.interview-others__panel{gap:2px}.interview-others__panel:not(:has(.interview-others-card:nth-of-type(3))){justify-content:center;grid-template-columns:repeat(6, 1fr)}.interview-others__panel:not(:has(.interview-others-card:nth-of-type(3))) .interview-others-card:nth-of-type(1){grid-column:2/4}.interview-others__panel:not(:has(.interview-others-card:nth-of-type(3))) .interview-others-card:nth-of-type(2){grid-column:4/6}.interview-others__panel:has(.interview-others-card:nth-of-type(3)){grid-template-columns:repeat(3, 1fr)}.interview-others-card__tag{bottom:min(
    var(--vw, 1vw) * 16 / 1360 * 100
  ,20px);left:min(
    var(--vw, 1vw) * 16 / 1360 * 100
  ,20px);padding:4px min(
    var(--vw, 1vw) * 12 / 1360 * 100
  ,15px);border-radius:min(
    var(--vw, 1vw) * 20 / 1360 * 100
  ,25px)}.interview-others-card-profile{padding:min(
    var(--vw, 1vw) * 32 / 1360 * 100
  ,40px);gap:min(
    var(--vw, 1vw) * 8 / 1360 * 100
  ,10px) 0}.interview-others-card-profile .btn-arrow{bottom:min(
    var(--vw, 1vw) * 12 / 1360 * 100
  ,15px);right:min(
    var(--vw, 1vw) * 12 / 1360 * 100
  ,15px)}.interview-kv{padding-top:min(
    var(--vw, 1vw) * 128 / 1360 * 100
  ,160px);gap:min(
    var(--vw, 1vw) * 56 / 1360 * 100
  ,70px) 0}.interview-kv__head{gap:min(
    var(--vw, 1vw) * 24 / 1360 * 100
  ,30px) 0}.interview-kv__breadcrumbs{top:0}.interview-kv__row{gap:0 min(
    var(--vw, 1vw) * 12 / 1360 * 100
  ,15px)}.interview-kv__tag{padding:4px min(
    var(--vw, 1vw) * 12 / 1360 * 100
  ,15px);border-radius:min(
    var(--vw, 1vw) * 16 / 1360 * 100
  ,20px)}.interview-kv-profile{bottom:max(
    var(--vw, 1vw) * -80 / 1360 * 100
  ,-100px);left:calc(var(--sw)*.67);width:min(
    var(--vw, 1vw) * 600 / 1360 * 100
  ,750px);transform:none}.interview-kv-profile__inner{padding:min(
    var(--vw, 1vw) * 60 / 1360 * 100
  ,75px) min(
    var(--vw, 1vw) * 80 / 1360 * 100
  ,100px);gap:min(
    var(--vw, 1vw) * 8 / 1360 * 100
  ,10px) 0}.interview-talk{margin:0;padding:min(
    var(--vw, 1vw) * 240 / 1360 * 100
  ,300px) 0 min(
    var(--vw, 1vw) * 160 / 1360 * 100
  ,200px);gap:min(
    var(--vw, 1vw) * 96 / 1360 * 100
  ,120px) 0}.interview-talk__blc{align-items:flex-start;margin-right:calc(50% - var(--vw, 1vw)*50);gap:0 min(
    var(--vw, 1vw) * 80 / 1360 * 100
  ,100px);grid-template-columns:auto calc(
    var(--vw, 1vw) * 600 / 1360 * 100
  )}.interview-talk__article{position:sticky;top:0;gap:min(
    var(--vw, 1vw) * 32 / 1360 * 100
  ,40px) 0}.interview-talk__head{gap:min(
    var(--vw, 1vw) * 12 / 1360 * 100
  ,15px) 0}.interview-schedule{margin-top:min(
    var(--vw, 1vw) * 136 / 1360 * 100
  ,170px);gap:min(
    var(--vw, 1vw) * 40 / 1360 * 100
  ,50px) 0}.interview-schedule__body{display:grid;align-items:flex-start;width:min(
    var(--vw, 1vw) * 960 / 1360 * 100
  ,1200px);margin:0 auto;gap:0 min(
    var(--vw, 1vw) * 40 / 1360 * 100
  ,50px);grid-template-columns:repeat(2, 1fr)}.interview-schedule__blc:not(:first-of-type) .interview-schedule__dl:nth-of-type(1)::before{content:""}.interview-schedule__dl{padding:min(
    var(--vw, 1vw) * 24 / 1360 * 100
  ,30px) 0;-moz-column-break-inside:avoid;break-inside:avoid;grid-template-columns:min(
    var(--vw, 1vw) * 88 / 1360 * 100
  ,110px) auto}.interview-schedule__dl:nth-of-type(1)::before{background-image:linear-gradient(90deg, #c30000 0 min( var(--vw, 1vw) * 40 / 1360 * 100 , 50px), #ccc min( var(--vw, 1vw) * 40 / 1360 * 100 , 50px))}.interview-schedule__dd{gap:min(
    var(--vw, 1vw) * 12 / 1360 * 100
  ,15px) 0}}@media screen and (min-width: 1360px){.interview-others-tab__txt{font-size:min(
    calc(
      2rem + 2.5 *
        (var(--vw, 1vw) * 100 - 1360px) / 340
    ),
    2.25rem
  )}}@media(any-hover: hover){.interview-others-card:hover.interview-others-card--1 .interview-others-card-profile,.interview-others-card:hover.interview-others-card--2 .interview-others-card-profile,.interview-others-card:hover.interview-others-card--3 .interview-others-card-profile{background-color:rgba(252,175,91,.2)}.interview-others-card:hover.interview-others-card--4 .interview-others-card-profile,.interview-others-card:hover.interview-others-card--5 .interview-others-card-profile{background-color:rgba(78,181,219,.2)}.interview-others-card:hover.interview-others-card--6 .interview-others-card-profile,.interview-others-card:hover.interview-others-card--7 .interview-others-card-profile,.interview-others-card:hover.interview-others-card--8 .interview-others-card-profile{background-color:rgba(184,88,181,.2)}.interview-others-card:hover .interview-others-card__fig::before{opacity:1}.interview-others-card:hover .interview-others-card__img{transform:scale(1.05)}.interview-others-card:hover .btn-arrow{background-color:rgba(195,0,0,.8)}}