/* Show active breakpoint in top right corner of viewport */
/* ----------------------------------------------

  page style

---------------------------------------------- */
/*

	interviewListContentWrapper

*/
.interviewListContentWrapper_head {
  margin-bottom: 40px;
}

/*

	interviewDetail

*/
.interviewDetail_thumb {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.interviewDetail_thumb .trimThumbnail:before {
  padding-top: 75%;
}

.interviewDetail_box:not(:last-child) {
  margin-bottom: 40px;
}

.interviewDetail_box-profile {
  z-index: 0;
  position: relative;
  padding: 40px 15px;
  overflow: hidden;
  background-image: url(../images/bg-sepa1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.interviewDetail_box-profile:before {
  z-index: -1;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background: inherit;
  content: '';
  filter: blur(5px);
}

.interviewDetail_head {
  position: relative;
  margin-bottom: 40px;
}

.interviewDetail_head:before {
  display: block;
  z-index: -3;
  position: absolute;
  bottom: -30px;
  left: 80px;
  width: 100%;
  height: 380px;
  background: #f5f5f5;
}

.interviewDetail_head:after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/logo-single-w.png) no-repeat 29% calc(100% + 100px);
  content: "";
  opacity: 0.1;
}

.interviewDetail_head_inner {
  z-index: 10;
  position: relative;
}

.interviewDetail_head_thumb {
  background: #fff;
}

.interviewDetail_head_thumb .trimThumbnail:before {
  padding-top: 75%;
}

.interviewDetail_head_title {
  margin-bottom: 15px;
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  line-height: 1.7;
}

.interviewDetail_head_title span {
  background: rgba(255, 255, 255, 0.9);
  background: #fff;
  color: #222;
  filter: drop-shadow(-5px 0px 0px #fff) drop-shadow(5px 0px 0px #fff);
}

.interviewDetail_head_job {
  position: relative;
  margin-bottom: 10px;
  font-size: 13px;
}

.interviewDetail_head_profile {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.interviewDetail_head_profile_name {
  margin-left: 10px;
  font-size: 22px;
  font-weight: bold;
}

.interviewDetail_head_profile_roman {
  font-size: 13px;
  font-weight: bold;
}

.interviewDetail_head_profile_meta {
  margin-top: 5px;
  font-size: 12px;
}

.interviewDetail_head_text {
  margin-top: 20px;
}

.interviewDetail_head_kazari {
  position: relative;
  padding-top: 50px;
}

.interviewDetail_head_kazari_thumb {
  position: absolute;
}

.interviewDetail_head_kazari_thumb-photo1 {
  top: 20px;
  left: 0px;
  width: 100px;
}

.interviewDetail_head_kazari_thumb-photo1 .trimThumbnail:before {
  padding-top: 150%;
}

.interviewDetail_head_kazari_thumb-photo2 {
  top: 50px;
  left: 120px;
  width: 200px;
}

.interviewDetail_head_kazari_thumb-photo2 .trimThumbnail:before {
  padding-top: 60%;
}

.interviewDetail_head_kazari_text {
  position: relative;
  min-height: 240px;
  color: #f1f1f1;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.25em;
  line-height: 1.1;
}

.interviewDetail_head_kazari_text span {
  display: inline-block;
}

.interviewDetail_head_kazari_text_image {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 140px;
}

.interviewDetail_foot {
  margin-top: 40px;
}

/*

  talk

*/
.talk {
  counter-reset: number;
}

.talk_item:not(:last-child) {
  margin-bottom: 30px;
}

.talk_item:nth-child(odd) .talk_item_text_image {
  margin-right: 0px;
  margin-left: 30px;
  float: right;
}

.talk_item_question {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 13px;
  font-weight: bold;
}

.talk_item_question:before {
  display: block;
  position: absolute;
  top: 7px;
  left: 0px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d70c19;
  content: '';
}

.talk_item_title {
  margin-bottom: 20px;
  font-size: 20px;
}

.talk_item_tag {
  position: relative;
  margin-bottom: 20px;
}

.talk_item_tag:after {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 2px;
  background: #d70c19;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.25em;
  line-height: 1.6;
  content: "#" counter(number, decimal-leading-zero);
  counter-increment: number;
}

.talk_item_text {
  overflow: hidden;
}

.talk_item_text_image {
  margin-bottom: 20px;
}

/*

  profileBox

*/
.profileBox {
  position: relative;
  padding: 30px 20px;
  border-right: 3px solid #d70c19;
  border-left: 3px solid #d70c19;
  background: rgba(255, 255, 255, 0.9);
}

.profileBox:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #aaa;
  background: linear-gradient(to right, #d70c19 0%, #d70c19 16.67%, #dc6b79 16.67%, #dc6b79 33.34%, #f3992b 33.34%, #f3992b 50.01%, #81b925 50.01%, #81b925 66.68%, #4eaccf 66.68%, #4eaccf 83.35%, #d70c19 83.35%, #d70c19 100%);
  content: "";
}

.profileBox:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #aaa;
  background: linear-gradient(to right, #d70c19 0%, #d70c19 16.67%, #dc6b79 16.67%, #dc6b79 33.34%, #f3992b 33.34%, #f3992b 50.01%, #81b925 50.01%, #81b925 66.68%, #4eaccf 66.68%, #4eaccf 83.35%, #d70c19 83.35%, #d70c19 100%);
  content: "";
}

.profile_thumb .trimThumbnail:before {
  padding-top: 71%;
}

.profile_title {
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: bold;
}

.profile_subtitle {
  margin-bottom: 20px;
  font-size: 11px;
}

@media (min-width: 48em) {
  .interviewListContentWrapper_head {
    margin-bottom: 60px;
  }
  .interviewDetail_box:not(:last-child) {
    margin-bottom: 80px;
  }
  .interviewDetail_box-profile {
    padding: 80px 20px;
  }
  .interviewDetail_head {
    margin-bottom: 80px;
  }
  .interviewDetail_head_row {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .interviewDetail_head_row_col-text {
    z-index: 4;
    position: relative;
    flex: 1;
    min-width: 450px;
    padding: 0 60px 0 0px;
  }
  .interviewDetail_head_row_col-image {
    flex: 0 1 630px;
  }
  .interviewDetail_head_thumb .trimThumbnail:before {
    padding-top: 71%;
  }
  .interviewDetail_head_title {
    margin-right: -200px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 40px;
    line-height: 1.6;
  }
  .interviewDetail_head_job {
    font-size: 14px;
  }
  .interviewDetail_head_profile_name {
    margin-left: 15px;
    font-size: 30px;
  }
  .interviewDetail_head_profile_roman {
    font-size: 24px;
  }
  .interviewDetail_head_profile_meta {
    font-size: 14px;
  }
  .interviewDetail_head_kazari_thumb-photo1 {
    top: -40px;
    left: 0px;
    width: 180px;
  }
  .interviewDetail_head_kazari_thumb-photo2 {
    top: 60px;
    left: 230px;
    width: 440px;
  }
  .interviewDetail_head_kazari_text {
    padding-left: 700px;
    font-size: 74px;
    text-align: right;
  }
  .interviewDetail_head_kazari_text_image {
    right: -10px;
    bottom: -100px;
    width: 230px;
  }
  .interviewDetail_foot {
    margin-top: 80px;
  }
  .talk_item:not(:last-child) {
    margin-bottom: 60px;
  }
  .talk_item_question {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 14px;
  }
  .talk_item_question:before {
    top: 8px;
    width: 12px;
    height: 12px;
  }
  .talk_item_title {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .talk_item_tag {
    margin-bottom: 30px;
  }
  .talk_item_tag:after {
    padding: 4px 10px;
    font-size: 13px;
  }
  .talk_item_text_image {
    max-width: 480px;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
  }
  .profileBox {
    padding: 50px;
    border-right: 6px solid #d70c19;
    border-left: 6px solid #d70c19;
  }
  .profileBox:before {
    height: 6px;
  }
  .profileBox:after {
    height: 6px;
  }
  .profile {
    display: flex;
  }
  .profile_image {
    flex: 0 0 260px;
    margin-right: 40px;
  }
  .profile_body {
    flex: 1;
  }
  .profile_title {
    font-size: 20px;
  }
  .profile_subtitle {
    margin-bottom: 20px;
    font-size: 13px;
  }
}

@media (max-width: 47.99em) {
  .interviewDetail_head_row_col-image {
    margin-bottom: 20px;
  }
  .interviewDetail_head_kazari_text {
    padding-top: 140px;
  }
  .profile_image {
    max-width: 480px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .profile_title {
    text-align: center;
  }
  .profile_subtitle {
    text-align: center;
  }
  .profile_text {
    font-size: 14px;
  }
}

/*# sourceMappingURL=sourcemaps/message.css.map */
