@charset "UTF-8";


body.subterm-archive .main .interview {
  padding: 1.5rem 0 0;
  background: linear-gradient(#eae8e0, #eae8e0 8.3rem, transparent 8.3rem, transparent);
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  body.subterm-archive .main .interview  {
    padding: 0.8rem 0 0;
    background: linear-gradient(#eae8e0, #eae8e0 7.3rem, transparent 7.3rem, transparent);
  }
}
body.subterm-archive .main .interview  .wrap:has(.list) {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
  gap:0;
}
@media screen and (max-width: 750px) {
  body.subterm-archive .main .interview  .wrap:has(.list){
    display: block;
  }
}
body.subterm-archive .main .interview .wrap:not(:has(.list))
{
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
body.subterm-archive .main .interview .wrap:not(:has(.list)){
    padding-bottom: 0.8rem;
  }
}
body.subterm-acrhive .main .interview .wrap:not(:has(.list)) .prepend + div {
  padding: 1rem 0 0;
  color: #727266 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5rem !important;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  body.subterm-acrhive .main .interview .wrap:not(:has(.list)) .prepend + div {
    padding: 0.5rem 0 0;
    font-size: 0.28rem !important;
  }
}
body.subterm-archive .main .interview .prepend {
  grid-row: 1/2;
  grid-column: 1/2;
}
body.subterm-archive .main .interview .prepend .ttl{
  color: #fff;
}
body.subterm-archive .main .interview .prepend p {
  line-height: 2;
  padding: 0.5rem 0 0;
  font-size: 0.2rem;
}
body.subterm-archive .main .interview .prepend p::before, 
body.subterm-archive .main .interview .prepend p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.subterm-archive .main .interview .prepend p::before {
  margin-bottom: -0.5em;
}
body.subterm-archive .main .interview .prepend p::after {
  margin-top: -0.5em;
}
@media screen and (max-width: 750px) {
  body.subterm-archive .main .interview .prepend p {
    padding: 0.4rem 0 0;
    font-size: 0.18rem;
  }
}
body.subterm-archive .main .interview .list {
  grid-row: 2/3;
  grid-column: 1/3;
  justify-self: flex-start;
  width: 9.58rem;
  margin: 0;
  overflow: visible;
}
@media screen and (max-width: 750px) {
  body.subterm-archive .main .interview .list {
    width: 100%;
    margin: 0.4rem 0 0;
  }
}
body.subterm-archive .main .interview .list .item {
  box-sizing: border-box;
  width: 9.58rem !important;
  padding: 0 0.8rem 0 0 !important;
  display:block;
}
@media screen and (max-width: 750px) {
  body.subterm-archive .main .interview .list .item {
    width: 3.4rem !important;
    padding: 0 0.3rem 0 0 !important;
  }
}
body.subterm-archive .main .interview .list .item a {
  display: grid;
  grid-template-rows: auto 1.3rem;
  grid-template-columns: 1fr 6.84rem;
  background: #727266;
  color: #fff;
}
@media screen and (max-width: 750px) {
  body.subterm-archive .main .interview .list .item a {
    grid-template-rows: auto 1.8rem;
    grid-template-columns: 1fr 67.5%;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  body.subterm-archive .main .interview .list .item a:hover .image img {
    transform: scale(1.1);
  }
  body.subterm-archive .main .interview .list .item a:hover .text .btn--more::after {
    transform: translate3d(0.1rem, 0, 0);
  }
}
body.subterm-archive .main .interview .list .item .image {
  grid-row: 1/2 !important;
  grid-column: 2/3 !important;
  position: relative;
}
body.subterm-archive .main .interview .list .item .image:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #D9D6C8;
  mix-blend-mode: multiply;
}
body.subterm-archive .main .interview .list .item .image img {
  width: 100%;
  aspect-ratio: 684/405;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 750px) {
  body.subterm-archive .main .interview .list .item .image {
    margin:0;
  }

  body.subterm-archive .main .interview .list .item .image img  {
    aspect-ratio: 270/362;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  body.subterm-archive .main .interview .list .item .image {
    overflow: hidden !important;
  }
  body.subterm-archive .main .interview .list .item .image img  {
    transition: transform 0.4s;
  }
}
body.subterm-archive .main .interview .list .item .text {
  grid-row: 1/3 !important;
  grid-column: 1/3 !important;
  display: grid;
  grid-template-rows: 1fr auto auto !important;
  grid-template-columns: 1fr auto !important;
  gap: 0.6rem 1rem;
  padding: 0.5rem;
  position: relative;
  align-self:initial;
}
@media screen and (max-width: 750px) {
  body.subterm-archive .main .interview .list .item .text {
    grid-template-rows: 1.9rem auto 1fr auto;
    grid-template-columns: auto;
    gap: 0;
    padding: 0.2rem;

  }
}
body.subterm-archive .main .interview .list .item .text .num {
  grid-row: 1/2;
  grid-column: 1/2;
  width: -moz-fit-content;
  width: fit-content;
  color: #eae8e0;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.subterm-archive .main .interview .list .item .text .num {
    font-size: 0.4rem;
  }
}
body.subterm-archive .main .interview .list .item .text .num .label {
  font-size: 0.14rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  body.subterm-archive .main .interview .list .item .text .num .label {
    font-size: 0.1rem;
  }
}
body.subterm-archive .main .interview .list .item .text .title {
  line-height: 1.5;
  grid-row: 2/3;
  grid-column: 1/2;
  align-self: flex-end;
  font-size: 0.4rem;
  font-weight: 700;
}
body.subterm-archive .main .interview .list .item .text .title::before, 
body.subterm-archive .main .interview .list .item .text .title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.subterm-archive .main .interview .list .item .text .title::before {
  margin-bottom: -0.25em;
}
body.subterm-archive .main .interview .list .item .text .title::after {
  margin-top: -0.25em;
}
@media screen and (max-width: 750px) {
  body.subterm-archive .main .interview .list .item .text .title {
    line-height: 1.6;
    align-self: flex-start;
    font-size: 0.2rem;
  }
  body.subterm-archive .main .interview .list .item .text .title::before, 
  body.subterm-archive .main .interview .list .item .text .title::after 
  {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  body.subterm-archive .main .interview .list .item .text .title::before {
    margin-bottom: -0.3em;
  }
  body.subterm-archive .main .interview .list .item .text .title::after  {
    margin-top: -0.3em;
  }
}
body.subterm-archive .main .interview .list .item .text .description {
  line-height: 2.25;
  grid-row: 3/4;
  grid-column: 1/2;
  align-self: flex-end;
}
body.subterm-archive .main .interview .list .item .text .description::before, 
body.subterm-archive .main .interview .list .item .text .description::after  {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.subterm-archive .main .interview .list .item .text .description::before {
  margin-bottom: -0.625em;
}
body.subterm-archive .main .interview .list .item .text .description::after {
  margin-top: -0.625em;
}
@media screen and (max-width: 750px) {
  body.subterm-archive .main .interview .list .item .text .description {
    line-height: 2.0714285714;
    padding: 0.3rem 0 0;
    align-self: flex-start;
  }
  body.subterm-archive .main .interview .list .item .text .description::before, 
  body.subterm-archive .main .interview .list .item .text .description::after  {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  body.subterm-archive .main .interview .list .item .text .description::before {
    margin-bottom: -0.5357142857em;
  }
  body.subterm-archive .main .interview .list .item .text .description::after {
    margin-top: -0.5357142857em;
  }
}
body.subterm-archive .main .interview .list .item .text .btn {
  grid-row: 1/4;
  grid-column: 2/3;
}
@media screen and (max-width: 750px) {
  body.subterm-archive .main .interview .list .item .text .btn {
    grid-row: 4/5;
    grid-column: 1/2;
    align-self: flex-end;
    margin: 0;
  }
}
body.subterm-archive .main .interview .list .item .text .btn--more {
  border-bottom-color: #fff;
  color: #eae8e0;
}
@media screen and (max-width: 750px) {
  body.subterm-archive .main .interview .list .item .text .btn--more ,
  body.home .main .top-case-cover .btn--more {
    margin: 0;
  }
}
body.subterm-archive .main .interview .list .item .text .btn--more::after {
  background-image: url(../imgs/arw01_s.svg);
}
body.subterm-archive .main .interview .btn{
  grid-row: 1/2;
  grid-column: 2/3;
  align-self: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  body.subterm-archive .main .interview .btn {
    margin: 0.2rem auto 0;
  }
}
body.subterm-archive .main .interview .btn--more
 {
  color: #ed1c24;
}
@media screen and (max-width: 750px) {
  body.subterm-archive .main .interview .btn--more {
    margin: 0 auto;
  }
}
body.subterm-archive .main .interview .btn--more::after{
  background-image: url(../imgs/arw01_a.svg);
}
body.subterm-archive .main .interview .pager {
  display: none;
}
@media screen and (max-width: 750px) {
  body.subterm-archive .main .interview .pager {
    display: flex;
    width: 1.2rem;
    margin: 0.3rem auto 0;
    background: linear-gradient(90deg, transparent, transparent calc(50% - 0.5px), currentColor calc(50% - 0.5px), currentColor calc(50% + 0.5px), transparent calc(50% + 0.5px), transparent);
    box-shadow: inset 0 0 0 1px currentColor;
  }
  body.subterm-archive .main .interview .pager .prev,
  body.subterm-archive .main .interview .pager .next {
    width: 50%;
    border: none;
  }
  body.subterm-archive .main .interview .pager .swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
  }
}
