@charset "utf-8";
main > .inner {
  padding-left: 20px;
  padding-right: 20px;
}
/* ページタイトル */
.pageTitle {
  position: relative;
}
body:not(.p-404) .pageTitle {
  overflow: hidden;
}
.pageTitle .titleText > .titleSmall {
  font-family: var(--font-ud-shigo-m);
  font-weight: var(--fw-font-ud-shigo-m);
  display: block;
  margin: 0;
}
.pageTitle img {
  display: block;
  opacity: 0;
  z-index: -1;
}

@media all and (min-width: 768px) {
  main > .inner {
    max-width: 1240px;
    margin: 100px auto;
  }
  /* ページタイトル */
 .pageTitle {
    max-width: 1580px;
    width: 100%;
    margin-left: auto;
    position: relative;
  }
  .pageTitle .titleText {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
    line-height: 1.45;
    padding-left: 20px;
    z-index: 2;
  }
  .pageTitle :is(.titleText > h1, h1.titleText) {
    font-size: 6rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .pageTitle .titleText > .titleSmall {
    font-size: 2rem;
    letter-spacing: 0.4em;
  }
  .pageTitle img {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    transform: translateX(15%);
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
  main > .inner {
    margin-top: 90px;
    margin-bottom: 100px;
  }
  /* ページタイトル */
  .pageTitle .titleText {
    line-height: 1.315;
    padding: 0 20px;
    text-align: center;
    margin-top: -26px;
    position: relative;
    z-index: 2;
  }
  .pageTitle :is(.titleText > h1, h1.titleText) {
    font-size: 3.8rem;
    margin: 0;
  }
  .pageTitle .titleText > .titleSmall {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    margin-top: 6px;
  }
  .pageTitle img {
    width: 100%;
    transform: translateY(-17%);
  }

}

/* lightbox */
body .lightboxOverlay {
  z-index: 21000;
}
body .lightbox {
  z-index: 21001;
}

/* .u-interviewList */
.u-interviewList {
  display: flex;
  flex-wrap: wrap;
}
.u-interviewList .item a {
  display: block;
  position: relative;
}
.u-interviewList .item a .img img {
  display: block;
}
.u-interviewList .item a .text {
  position: absolute;
  width: 100%;
  color: #fff;
}
.u-interviewList .item a .text .name,
.u-interviewList .item a .text .how {
  font-family: var(--font-ud-reimin-m);
  font-weight: var(--fw-font-ud-reimin-m);
}
.u-interviewList .item a .detail .shozoku {
  background-color: #c69c6d;
}

@media all and (min-width: 768px) {
  .u-interviewList {
    max-width: 1000px;
    margin: 60px auto 0;
    gap: 20px;
  }
  .u-interviewList .item {
    width: calc(100% / 3 - 40px / 3);
  }
  .u-interviewList .item a .text {
    bottom: 30px;
    left: 0;
    padding: 0 20px;
  }
  .u-interviewList .item a .text .name {
    font-size: 3.6rem;
    line-height: 1.555;
    margin-bottom: 10px;
  }
  .u-interviewList .item a .text .name span {
    font-size: 2.4rem;
    margin-left: 5px;
  }
  .u-interviewList .item a .detail .shozoku {
    padding: 3px 8.5px;
    margin-right: 10px;
  }

}
@media screen and (max-width: 767px) {
  .u-interviewList {
    max-width: 500px;
    margin: 70px auto 0;
    gap: 15px;
  }
  .u-interviewList .item {
    width: calc(50% - 7.5px);
  }
  .u-interviewList .item a .text {
    bottom: 8px;
    left: 0;
    padding: 0 10px;
  }
  .u-interviewList .item a .text .name {
    font-size: 1.8rem;
    line-height: 1.444;
    margin-bottom: 3px;
  }
  .u-interviewList .item a .text .name span {
    font-size: 1.2rem;
    margin-left: 2px;
  }
  .u-interviewList .item a .detail span {
    font-size: 1rem;
    display: block;
  }
  .u-interviewList .item a .detail .shozoku {
    width: fit-content;
    padding: 2px 5px;
    margin-bottom: 6px;
  }
}
