.p-themehead {
  padding: 2.5rem 2.5rem;
  position: relative;
}
.p-themehead .-category {
  position: relative;
}
.p-themehead .-category .logo {
  width: 31.9rem;
}
.p-themehead .-category .deco {
  position: absolute;
  width: 9.7rem;
  top: -2.2rem;
  right: -0.5rem;
}
.p-themehead .-box {
  background: #fff;
  border: 0.3rem solid #000;
  width: 30rem;
  margin: 11rem auto 0;
  padding: 1.6rem 1.6rem 2.5rem;
  position: relative;
}
.p-themehead .-box:before {
  content: "";
  width: calc(100% + 1rem);
  height: calc(100% + 0.5rem);
  background: #ff72ed;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: -1;
}
.p-themehead .-box:after {
  content: "";
  width: 37.5rem;
  height: 51rem;
  position: absolute;
  top: -5.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/interview/head_deco.png) no-repeat center center/100% auto;
  z-index: -2;
}
.p-themehead .-box .box-headline {
  width: 22.3rem;
  height: 10.5rem;
  position: absolute;
  top: -8rem;
  left: -3rem;
  background: url(../img/interview/head_fukidashi.png) no-repeat center center/contain;
  padding: 2.5rem 1rem 0 1.5rem;
  font-size: 1.6rem;
  letter-spacing: -0.025em;
  font-weight: 700;
}
.p-themehead .-box .box-headline.m-small {
  font-size: 1.4rem;
  padding-top: 1.5rem;
}
.p-themehead .-box .box-photo {
  width: 25.7rem;
  aspect-ratio: 515/476;
  overflow: hidden;
}
.p-themehead .-box .box-photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-themehead .-box .box-department {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1rem;
}
.p-themehead .-box .box-name {
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #000;
}
.p-themehead .-box .box-name img {
  width: auto;
  height: 1.5rem;
}
.p-themehead .-box .box-info {
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 1rem;
}

.p-interview-section {
  margin-top: 2.3rem;
  position: relative;
  padding-top: 6rem;
  isolation: isolate;
}
.p-interview-section .-headline {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02rem;
  line-height: 1.6;
  position: absolute;
  top: 0;
  left: -3.5rem;
  width: 31.6rem;
  height: 9rem;
  background: url(../img/interview/section_ttlbg.png) no-repeat center center/contain;
  padding: 2.1rem 2rem 0 5.2rem;
  z-index: 3;
}
.p-interview-section .-box {
  background: #fff;
  padding: 4.5rem 1.3rem 0;
  border: 0.3rem solid #000;
  margin: 0 1rem;
  position: relative;
}
.p-interview-section .-box:before {
  content: "";
  width: calc(100% + 0.5rem);
  height: calc(100% + 0.3rem);
  background: #ff72ed;
  position: absolute;
  top: 0.5rem;
  left: 0.3rem;
  z-index: -1;
}
.p-interview-section .-box .txt {
  font-size: 1.3rem;
  display: inline;
  background: url(../img/interview/section_line.png) no-repeat left bottom/100% 0.25rem;
  padding-bottom: 0.3rem;
  line-height: 2.25;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.p-interview-section .-box .floatbox .float-txt {
  width: calc(100% - 12rem);
}
.p-interview-section .-box .floatbox .img {
  width: 12.65rem;
  margin-right: -1.3rem;
}
.p-interview-section .-box .floatbox.m-left .float-txt {
  float: left;
}
.p-interview-section .-box .floatbox.m-left .img {
  float: right;
  margin-top: 2rem;
}
.p-interview-section .-box .floatbox.m-left .img.m-mt01 {
  margin-top: 1rem;
}
.p-interview-section .-box .floatbox.m-left .img.m-mt00 {
  margin-top: 0;
}
.p-interview-section .-box .floatbox.m-right .float-txt {
  float: right;
}
.p-interview-section .-box .floatbox.m-right .img {
  float: left;
}
.p-interview-section .box-btn {
  margin-top: 2rem;
}
.p-interview-section .box-btn .u-longbtn.m-small {
  font-size: 1.4rem;
  line-height: 1.3;
  padding-bottom: 0.2rem;
}
.p-interview-section.m-01 .-box {
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-interview-section.m-01 .-box {
    padding-bottom: 4rem;
  }
}
.p-interview-section.m-01 .-box .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12.65rem;
}
.p-interview-section.m-01 .-box .img.m-big {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .p-interview-section.m-01 .-box .img.m-big {
    width: 12.65rem;
  }
}
.p-interview-section.m-02 .-box .floatbox .float-txt {
  width: calc(100% - 17.5rem);
  margin-bottom: 2rem;
}
.p-interview-section.m-02 .-box .floatbox .img {
  width: 18.5rem;
  margin-right: -2rem;
  margin-top: 0;
}
.p-interview-section + .p-interview-section {
  margin-top: 3rem;
}

.p-others {
  margin-top: 8.5rem;
}
.p-others .-headline {
  margin: 0 auto;
  width: 28rem;
}
.p-others .u-interviewnote {
  margin-top: 0.5rem;
  padding: 0 0 0 5rem;
}
.p-others .-slider {
  margin-top: 1rem;
}

.l-links-head {
  background: #95fcd0;
}

@media print, screen and (min-width: 768px) {
  .gecko .nobr, .safari .nobr, .mac .nobr {
    display: none;
  }
  .gecko .p-interview-section .-box, .safari .p-interview-section .-box, .mac .p-interview-section .-box {
    padding-bottom: 6rem;
  }
}