@charset "UTF-8";
/* ---------------------------------------*/
/* keyvisual */
/* ---------------------------------------*/
#keyvisual {
  height: 540px;
  margin: 0 0 100px;
}
#keyvisual.interview01 {
  background: url(../img/interview/01/keyvisual-background.webp) no-repeat;
  background-size: cover;
  background-position: center top;
}
#keyvisual.interview03 {
  background: url(../img/interview/03/keyvisual-background.webp) no-repeat;
  background-size: cover;
  background-position: center top;
}
#keyvisual.interview04 {
  background: url(../img/interview/04/keyvisual-background.webp) no-repeat;
  background-size: cover;
  background-position: center top;
}
#keyvisual.interview05 {
  background: url(../img/interview/05/keyvisual-background.webp) no-repeat;
  background-size: cover;
  background-position: center top;
}
#keyvisual.interview06 {
  background: url(../img/interview/06/keyvisual-background.webp) no-repeat;
  background-size: cover;
  background-position: center top;
}
#keyvisual.interview07 {
  background: url(../img/interview/07/keyvisual-background.webp) no-repeat;
  background-size: cover;
  background-position: center top;
}
#keyvisual.interview08 {
  background: url(../img/interview/08/keyvisual-background.webp) no-repeat;
  background-size: cover;
  background-position: center top;
}
#keyvisual.interview09 {
  background: url(../img/interview/09/keyvisual-background.webp) no-repeat;
  background-size: cover;
  background-position: center top;
}
#keyvisual.interview10 {
  background: url(../img/interview/10/keyvisual-background.webp) no-repeat;
  background-size: cover;
  background-position: center top;
}
#keyvisual.interview11 {
  background: url(../img/interview/11/keyvisual-background.webp) no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  #keyvisual {
    margin: 0 0 50px;
  }
  #keyvisual.interview01 {
    background: url(../img/interview/01/keyvisual-background-sp.webp) no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
  }
  #keyvisual.interview03 {
    background: url(../img/interview/03/keyvisual-background-sp.webp) no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
  }
  #keyvisual.interview04 {
    background: url(../img/interview/04/keyvisual-background-sp.webp) no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
  }
  #keyvisual.interview05 {
    background: url(../img/interview/05/keyvisual-background-sp.webp) no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
  }
  #keyvisual.interview06 {
    background: url(../img/interview/06/keyvisual-background-sp.webp) no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
  }
  #keyvisual.interview07 {
    background: url(../img/interview/07/keyvisual-background-sp.webp) no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
  }
  #keyvisual.interview08 {
    background: url(../img/interview/08/keyvisual-background-sp.webp) no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
  }
  #keyvisual.interview09 {
    background: url(../img/interview/09/keyvisual-background-sp.webp) no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
  }
  #keyvisual.interview10 {
    background: url(../img/interview/10/keyvisual-background-sp.webp) no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
  }
  #keyvisual.interview11 {
    background: url(../img/interview/11/keyvisual-background-sp.webp) no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
  }
}

.keyvisual-title {
  width: calc(100% - 10vw);
  position: absolute;
  left: 5vw;
  bottom: -40px;
}
@media screen and (max-width: 768px) {
  .keyvisual-title {
    width: 100%;
    left: 0;
    bottom: -20px;
  }
}

.keyvisual-subtitle {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  padding: 10px;
  background: #E60012;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .keyvisual-subtitle {
    font-size: 1.4rem;
    padding: 5px 10px;
    margin: 0 0 10px;
  }
}

.keyvisual-article_title {
  display: inline;
  font-family: "Shippori Mincho B1", serif;
  font-size: 3.8rem;
  line-height: 2;
  color: #fff;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 768px) {
  .keyvisual-article_title {
    font-size: 1.5rem;
    line-height: 2.5;
    padding: 5px;
    letter-spacing: -0.1em;
  }
}

/* ---------------------------------------*/
/* lead */
/* ---------------------------------------*/
.lead-lead {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lead-lead {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------*/
/* article */
/* ---------------------------------------*/
.section-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.2rem;
  line-height: 1.8;
  padding: 20px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 1.8rem;
    text-align: left;
    padding: 10px 0;
    margin: 30px 0;
  }
}

.question {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  margin: 0 0 30px;
  padding: 0 0 0 1.5em;
  position: relative;
}
.question::before {
  content: "―";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .question {
    margin: 0 0 20px;
  }
}

.answer {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
  text-align: justify;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .answer {
    margin: 0 0 20px;
  }
}

.image {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .image {
    margin: 0 0 10px;
  }
}

.caption {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
  margin: -10px 0 50px;
  padding: 0 0 0 1em;
  text-indent: -1em;
  margin: 0 0 30px;
}
.caption::before {
  content: "※";
}

.ending {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .ending {
    margin: 40px 0 0;
    text-align: left;
  }
}

.profile {
  margin: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  .profile {
    background: #F3F3F3;
    padding: 20px;
    margin: 40px -20px 0;
  }
}

.profile-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .profile-content {
    display: block;
  }
}

.profile-text {
  width: 100%;
  text-align: left;
  background: #F3F3F3;
  padding: 35px 32% 35px 35px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .profile-text {
    position: relative;
    padding: 0;
  }
}

.profile-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 0 5px;
}

.profile-name {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 10px;
}
.profile-name small {
  font-size: 1.8rem;
}
.profile-name::before {
  display: block;
  content: "";
  width: 5px;
  height: 100%;
  background: #E60012;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .profile-name {
    font-size: 2.1rem;
  }
}

.profile-description {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
  text-align: justify;
}

.profile-image {
  width: 170px;
  z-index: 2;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 768px) {
  .profile-image {
    width: 100%;
    margin: 0 0 20px;
  }
}