body.interview-detail .main .prepend .text .catch .large::before, body.interview-detail .main .prepend .text p::before, body.interview-detail .main .prepend .text .catch .large::after, body.interview-detail .main .prepend .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
body.interview-detail .main .prepend .text .catch .large::before, body.interview-detail .main .prepend .text p::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
body.interview-detail .main .prepend .text .catch .large::after, body.interview-detail .main .prepend .text p::after {
  margin-top: calc((1em - 1lh) / 2);
}

body.interview .main {
  position: relative;
  padding: 2.8rem 0 2rem;
}
@media screen and (max-width: 750px) {
  body.interview .main {
    padding: 2.4rem 0 1rem;
  }
}
body.interview .prepend .logo {
  width: 4.6rem;
  margin: 0 auto;
}
body.interview .prepend .title {
  text-align: center;
  font-size: 0.25rem;
  line-height: 1.3;
  margin: 0.2rem 0 0;
}
@media screen and (max-width: 750px) {
  body.interview .prepend .title {
    font-size: 0.35rem;
  }
}
body.interview .prepend .text {
  text-align: center;
  margin: 0.6rem 0 0;
}
@media screen and (max-width: 750px) {
  body.interview .prepend .text {
    font-size: 0.3rem;
  }
}
body.interview .staff {
  margin: 1rem 0 0;
}
@media screen and (max-width: 750px) {
  body.interview .staff {
    margin: 0.6rem 0 0;
  }
}
@media screen and (min-width: 751px) {
  body.interview .staff .wrap {
    max-width: 12rem;
  }
}
body.interview .staff .items {
  transform: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
@media screen and (max-width: 750px) {
  body.interview .staff .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem 0.4rem;
  }
}
body.interview .staff .item .text {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.3rem;
  box-shadow: inset 0 0 0 1px #fff, 0.15rem 0.21rem 0.5rem rgba(0, 0, 0, 0.025);
  padding: 0.8rem 0.4rem 0.4rem;
  margin: -0.7rem 0 0;
  transition: 0.4s;
  transition-property: background-color;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  body.interview .staff .item .text {
    padding: 0.8rem 0.3rem 0.4rem;
  }
}
body.interview .staff .item .text .name {
  font-size: 0.34rem;
  font-weight: 700;
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  body.interview .staff .item .text .name {
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 0.36rem;
  }
}
body.interview .staff .item .text .position {
  font-size: 0.17rem;
  line-height: 1.5;
  margin: 0.1rem 0 0;
}
@media screen and (max-width: 750px) {
  body.interview .staff .item .text .position {
    font-size: 0.17rem;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
body.interview .staff .item .text .arw {
  display: block;
  width: 0.4rem;
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
}
body.interview .staff .item .text .arw .cls-1,
body.interview .staff .item .text .arw .cls-2,
body.interview .staff .item .text .arw .cls-3 {
  fill: #e83f24;
}
body.interview .staff .item .text .arw .cls-1 {
  fill-rule: evenodd;
}
body.interview .staff .item .text .arw .cls-3 {
  opacity: 0.5;
}
@media screen and (min-width: 751px) {
  body.interview .staff .item:hover .text {
    background: #e83f24;
    color: #fff;
  }
  body.interview .staff .item:hover .text .arw .cls-1,
body.interview .staff .item:hover .text .arw .cls-2,
body.interview .staff .item:hover .text .arw .cls-3 {
    fill: #fff;
  }
}
body.interview .staff .item .image {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body.interview .staff .item .image img {
  height: 100%;
  width: auto;
  -webkit-mask: url(../imgs/mask01.webp) center bottom/contain no-repeat;
  mask: url(../imgs/mask01.webp) center bottom/contain no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}
body.interview .staff .item:nth-child(odd) .image img {
  webkit-mask-image: url(../imgs/mask02.webp);
  -webkit-mask-image: url(../imgs/mask02.webp);
          mask-image: url(../imgs/mask02.webp);
}
body.interview .staff .item--01 .image img {
  -o-object-position: 95% bottom;
     object-position: 95% bottom;
}
body.interview .staff .item--02 .image img {
  -o-object-position: 92% top;
     object-position: 92% top;
}
body.interview .staff .item--03 .image img {
  -o-object-position: 67% bottom;
     object-position: 67% bottom;
}

body.interview-detail #wave {
  visibility: hidden;
}
body.interview-detail .main {
  position: relative;
}
body.interview-detail .main .prepend {
  padding: 1.3rem 0 0;
}
@media screen and (max-width: 750px) {
  body.interview-detail .main .prepend {
    padding: 2rem 0 0;
  }
}
body.interview-detail .main .prepend .wrap {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 5rem auto;
}
@media screen and (max-width: 750px) {
  body.interview-detail .main .prepend .wrap {
    grid-template-columns: 50% auto;
  }
}
body.interview-detail .main .prepend .text {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  margin-top: auto;
}
@media screen and (max-width: 750px) {
  body.interview-detail .main .prepend .text {
    padding: 0;
    grid-column: 1/3;
  }
}
body.interview-detail .main .prepend .text .category {
  font-size: 0.3rem;
  line-height: 1;
}
body.interview-detail .main .prepend .text .title {
  padding: 0.3rem 0 0;
  color: #e83f24;
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  body.interview-detail .main .prepend .text .title {
    font-size: 0.32rem;
  }
}
body.interview-detail .main .prepend .text .catch {
  padding: 1rem 0;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  body.interview-detail .main .prepend .text .catch {
    padding: 0.8rem 0;
  }
}
body.interview-detail .main .prepend .text .catch .small {
  font-size: 0.32rem;
  line-height: 1;
}
body.interview-detail .main .prepend .text .catch .large {
  padding: 0.3rem 0 0;
  font-size: 0.48rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  body.interview-detail .main .prepend .text .catch .large {
    font-size: 0.5rem;
  }
}
body.interview-detail .main .prepend .text .catch .large:first-child {
  padding-top: 0;
}
body.interview-detail .main .prepend .text .catch strong {
  color: #e83f24;
  font-weight: inherit;
}
body.interview-detail .main .prepend .text p {
  padding: 0.48rem 0 0;
  font-size: 0.18rem;
  line-height: 2.2222222222;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  body.interview-detail .main .prepend .text p {
    padding: 0.96rem 0 0;
    font-size: 0.3rem;
    line-height: 2;
  }
}
body.interview-detail .main .prepend .eyecatch {
  grid-column: 2/3;
  grid-row: 1/3;
  justify-self: flex-end;
  display: block;
  margin: 0 -0.3rem 0 0;
  width: 9.3rem;
  aspect-ratio: 1;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  body.interview-detail .main .prepend .eyecatch {
    width: auto;
    margin: 0 -0.2rem 0 0;
    grid-column: 1/3;
    width: 4rem;
  }
}
body.interview-detail .main .prepend .eyecatch img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: auto;
  -webkit-mask: url(../imgs/mask01.webp) center top/100% auto no-repeat;
  mask: url(../imgs/mask01.webp) center top/100% auto no-repeat;
  -o-object-position: center;
     object-position: center;
}
body.interview-detail .main .prepend .profile {
  padding: 0.3rem;
  width: 3.3rem;
  border-radius: 0.1rem;
  background: #f2f0ec;
  mix-blend-mode: multiply;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  grid-column: 1/2;
  grid-row: 2/3;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  body.interview-detail .main .prepend .profile {
    grid-column: 1/3;
    width: calc(100% + 0.8rem);
    display: grid;
    grid-template-columns: 1.8rem auto;
    gap: 0 0.1rem;
    top: 0.4rem;
    margin: 0 -0.4rem;
    z-index: 10;
    display: block;
    position: static;
    padding: 0.4rem;
  }
}
body.interview-detail .main .prepend .profile .name {
  font-size: 0.26rem;
  font-weight: 700;
  position: relative;
  margin: 1.1rem 0 0;
}
@media screen and (max-width: 750px) {
  body.interview-detail .main .prepend .profile .name {
    margin: 0 0 0.2rem;
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 0.36rem;
  }
}
@media screen and (min-width: 751px) {
  body.interview-detail .main .prepend .profile .name:before {
    width: 1.2rem;
    height: 2px;
    display: block;
    margin-right: auto;
    background: #ff332b;
    margin: 0 0 0.1rem;
    content: "";
  }
}
@media screen and (max-width: 750px) {
  body.interview-detail .main .prepend .profile .name:after {
    width: 2rem;
    height: 2px;
    display: block;
    margin-right: auto;
    background: #ff332b;
    margin: 0.1rem 0 0;
    content: "";
  }
}
body.interview-detail .main .prepend .profile .position {
  font-size: 0.18rem;
  line-height: 1.9;
}
@media screen and (max-width: 750px) {
  body.interview-detail .main .prepend .profile .position {
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: 0.28rem;
  }
}
body.interview-detail .main .prepend .profile .detail {
  font-size: 0.16rem;
  line-height: 1.5;
  margin: 0.2rem -0.3rem -0.3rem;
  background: #e8e4da;
  padding: 0.2rem 0.3rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  body.interview-detail .main .prepend .profile .detail {
    font-size: 0.26rem;
    margin: 0.2rem -0.4rem -0.4rem;
    padding: 0.3rem 0.4rem;
  }
}
body.interview-detail .main .prepend .profile .image {
  overflow: hidden;
  width: 1.8rem;
  aspect-ratio: 1;
}
@media screen and (min-width: 751px) {
  body.interview-detail .main .prepend .profile .image {
    position: absolute;
    top: 0.2rem;
    right: 0.3rem;
  }
}
@media screen and (max-width: 750px) {
  body.interview-detail .main .prepend .profile .image {
    grid-column: 1/2;
    grid-row: 1/3;
    display: none;
  }
}
body.interview-detail .main .prepend .profile .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-mask: url(../imgs/mask01.webp) center top/100% auto no-repeat;
  mask: url(../imgs/mask01.webp) center top/100% auto no-repeat;
  -o-object-fit: center;
     object-fit: center;
}
body.interview-detail .main .prepend .body {
  grid-column: 1/3;
  width: 9.4rem;
  margin: 0.3rem 0 0 auto;
}
@media screen and (max-width: 750px) {
  body.interview-detail .main .prepend .body {
    width: 100%;
    margin-top: 1rem;
  }
}
body.interview-detail .main .prepend .body .catch {
  color: #e83f24;
  font-weight: 700;
  font-size: 0.26rem;
  margin: 1rem 0 0.5rem;
}
@media screen and (max-width: 750px) {
  body.interview-detail .main .prepend .body .catch {
    font-size: 0.36rem;
    margin: 1.2rem 0 0.8rem;
  }
}
body.interview-detail .main .prepend .body .catch:first-child {
  margin-top: 0;
}
body.interview-detail .main .prepend .body .interviewer {
  position: relative;
  padding: 0 0 0 0.5rem;
  margin: 0.5rem 0 0.3rem;
  font-size: 0.18rem;
}
@media screen and (max-width: 750px) {
  body.interview-detail .main .prepend .body .interviewer {
    font-size: 0.32rem;
    margin: 0.8rem 0 0.5rem;
    padding-left: 3.24em;
  }
}
body.interview-detail .main .prepend .body .interviewer:before {
  width: 0.3rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 0.22rem;
  left: 0;
  background: #5b5c57;
  content: "";
}
@media screen and (max-width: 750px) {
  body.interview-detail .main .prepend .body .interviewer:before {
    width: 2.24em;
    top: 0.25rem;
  }
}
body.interview-detail .main .prepend .body .image {
  margin-top: 1rem;
}
body.interview-detail .main .prepend .body .image:first-child {
  margin-top: 0;
}
body.interview-detail .main .prepend .body p {
  font-size: 0.18rem;
}
@media screen and (max-width: 750px) {
  body.interview-detail .main .prepend .body p {
    font-size: 0.32rem;
    line-height: 1.875;
    padding-left: 3.24em;
  }
}
@media screen and (max-width: 750px) {
  body.interview-detail .main .prepend .body p .staff {
    display: inline-block;
    text-indent: -3.24em;
  }
}
body.interview-detail .main .append .pager .slider .slide .text .name {
  font-size: 0.34rem;
  font-weight: 700;
  position: relative;
  line-height: 1.3;
  display: inline-block;
  padding: 0 0 0.1rem;
}
body.interview-detail .main .append .pager .slider .slide .text .name:after {
  width: calc(100% + 0.3rem);
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -0.3rem;
  background: #e83f24;
  content: "";
}
body.interview-detail .main .append .pager .slider .slide .text .position {
  padding: 0.1rem 0 0;
  font-size: 0.15rem;
  font-weight: 500;
  line-height: 1.5;
}
body.interview-detail .main .append .pager .slider .slide .bg {
  aspect-ratio: 4/5;
}
body.interview-detail .main .append .pager .slider .slide .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80% bottom;
     object-position: 80% bottom;
}
body.interview-detail .main .append .pager .slider .slide--01 .bg img {
  -o-object-position: 80% bottom;
     object-position: 80% bottom;
}
body.interview-detail .main .append .pager .slider .slide--02 .bg img {
  -o-object-position: 80% bottom;
     object-position: 80% bottom;
}
body.interview-detail .main .append .pager .slider .slide--03 .bg img {
  -o-object-position: 60% bottom;
     object-position: 60% bottom;
}
body.interview-detail--01 .main .prepend .eyecatch img {
  -o-object-position: 90% bottom;
     object-position: 90% bottom;
}
body.interview-detail--02 .main .prepend .eyecatch img {
  -o-object-position: 90% bottom;
     object-position: 90% bottom;
}
body.interview-detail--03 .main .prepend .eyecatch img {
  -o-object-position: 67% bottom;
     object-position: 67% bottom;
}/*# sourceMappingURL=unique.css.map */