@charset "UTF-8";
/****************************************
    interview
*****************************************/
.interview {
  max-width: 900px;
}
.interview > .title {
  font-weight: bold;
  letter-spacing: 0.2em;
}
.interview > .title .sub {
  display: inline-block;
  font-size: 1rem;
}
.interview > .title .ttl {
  display: inline-block;
  font-size: 1.5rem;
}
.interview > .title .name {
  display: inline-block;
  margin-top: 16px;
  font-size: 1.2rem;
}
.interview-block {
  margin-top: 60px;
}
.interview-block .introduction .text {
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.interview-block .introduction .text:not(:first-child) {
  margin-top: 1em;
}
.interview-block .img-block {
  margin-top: 30px;
}
.interview-block .img-block.-full > img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.interview-block .img-block img {
  vertical-align: bottom;
}
.interview-block .img-block > figcaption {
  margin-top: 1em;
  font-size: 0.75rem;
}
.interview-block .interview-section {
  margin-top: 60px;
}
.interview-block .interview-section .text01 {
  color: #a95c12;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.interview-block .interview-section .text02 {
  line-height: 1.8;
}
.interview-block .interview-section .text01:not(:first-child),
.interview-block .interview-section .text02:not(:first-child) {
  margin-top: 1em;
}
.interview-block .interview-section .text02 + .text01 {
  margin-top: 1.6em;
}
.interview-block .interview-section .title {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.interview-block .interview-section .img-layout01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px -10px 0;
}

.interview-block .interview-section .img-layout01 .box {
  padding: 0 10px;
}
.interview-block .interview-section .img-layout01 .box img {
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  .interview-block .interview-section .img-layout01.-sp_fwrap {
    flex-wrap: wrap;
  }
}
.interview-block .interview-section .img-layout02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px -10px 0;
}

.interview-block .interview-section .img-layout02 .box {
  width: calc(100% / 3);
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .interview-block .interview-section .img-layout02 .box {
    width: 100%;
  }
  .interview-block .interview-section .img-layout02 .box:not(:first-child) {
    margin-top: 15px;
  }
}
.interview-block .interview-section .img-layout02 .box img {
  max-width: 100%;
  height: 400px;
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  .interview-block .interview-section .img-layout02 .box img {
    height: auto;
  }
}
.interview-block .interview-section .img-layout02 .box .dl .img {
  text-align: center;
}
.interview-block .interview-section .img-layout02 .box .dl .text {
  margin-top: 10px;
  font-size: 0.8rem;
}
@media screen and (max-width: 640px) {
  .interview-block .interview-section .img-layout02 .box .dl .text {
    text-align: center;
  }
}
.interview-block .interview-link {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.interview .list-notice01 {
  margin-top: 1em !important;
  font-size: 0.75rem;
}
.interview .list-notice01 .item {
  padding-left: 1em;
}
.interview .list-notice01 .item::before {
  content: "※";
  margin-left: -1em;
}
.interview .profile {
  margin-top: 60px;
}

.interview .profile .block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.interview .profile .block01 .photo {
  width: 250px;
}
@media screen and (max-width: 640px) {
  .interview .profile .block01 .photo {
    margin: 0 auto;
  }
}
.interview .profile .block01 .photo img {
  max-width: 100%;
}
.interview .profile .block01 .detail {
  width: calc(100% - 250px - 30px);
  padding: 1em 0;
}
@media screen and (max-width: 640px) {
  .interview .profile .block01 .detail {
    width: 100%;
  }
}
.interview .profile .block01 .detail > p {
  line-height: 1.8;
}
.interview .profile .block01 .detail > p:not(:first-child) {
  margin-top: 1em;
}
.interview .profile .block02 {
  margin-top: 2em;
}
.interview .profile .block02 > .dl {
  margin-top: 1em;
}
.interview .profile .block02 > .dl .list .item {
  display: table-row;
}
@media screen and (max-width: 640px) {
  .interview .profile .block02 > .dl .list .item {
    display: inline-block;
  }
}
.interview .profile .block02 > .dl .list .item > .date {
  display: table-cell;
  width: 110px;
}
@media screen and (max-width: 640px) {
  .interview .profile .block02 > .dl .list .item > .date {
    display: block;
    width: 100%;
  }
}
.interview .profile .block02 > .dl .list .item > .date.-year {
  width: 5em;
}
@media screen and (max-width: 640px) {
  .interview .profile .block02 > .dl .list .item > .date.-year {
    width: 100%;
  }
}
.interview .profile .block02 p:not(:first-child) {
  margin-top: 1em;
}
.interview ._sp-small {
  display: none;
}
@media screen and (max-width: 375px) {
  .interview ._sp-small {
    display: block;
  }
}

/* custom */
@media screen and (min-width: 641px) {
  ._pc-mw70 {
    max-width: 70%;
  }
  ._pc-w60 {
    width: 60%;
  }
  ._pc-w40 {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  ._sp-w100 {
    width: 100%;
  }
}