@charset "UTF-8";
/* Show active breakpoint in top right corner of viewport */
/* ----------------------------------------------

  interview page style

---------------------------------------------- */
/*

  headerBg override 必要ならページごとに画像変更と背景ポジション調整

*/
.headerBg {
  background-image: url('../images/bg-hello-05.jpg');
  background-position: center;
}

/*

	interviewListContentWrapper

*/
.interviewListContentWrapper_foot {
  margin-top: 30px;
}

/*

	interviewList

*/

.interviewList .staff_link {
  color: #615551;
}

.interviewList .staff_link img {
  background-color: rgba(255, 255, 255, 0.01);
  transition-duration: 0.2s;
  transition-property: opacity;
  /* for hover bug */
}

.interviewList .staff_link:hover {
  color: #968782;
}

.interviewList .staff_link:hover img {
  opacity: 0.8;
}

.interviewList .staff_image {
  background: #fff;
  margin-bottom: 10px;
  width: 100%;
}

.interviewList .staff_image .trimThumbnail:before {
  padding-top: 71%;
}

.interviewList .staff_box_title {
  font-size: 16px;
  font-weight: bold;
}

.other-staff .interviewList .staff_box_title {
  display: none;
}

.interviewList .staff_box_title br {
  display: none;
}

.interviewList .staff_box_meta {
  color: #666666;
  font-size: 13px;
  margin-top: 10px;
}

.interviewList .staff_box_name {
  font-size: 20px;
  font-weight: bold;
  margin: 5px auto;
}

.interviewList .staff_box_roman {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
}

.interviewList .staff_box_work {
  font-size: 13px;
}

/*

	interviewDetail

*/
.interviewDetail_subTitle {
  margin-bottom: 30px;
}

.interviewDetail_thumb {
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  overflow: hidden;
}

.interviewDetail_thumb .trimThumbnail:before {
  padding-top: 71%;
}

.interviewDetail_box {
  margin-bottom: 30px;
}

.interviewDetail_box.end {
  margin-bottom: 0;
}

.interviewDetail_intro {
  margin-bottom: 40px;
  position: relative;
}

.interviewDetail_intro:before {
  background: #f2f2f2;
  content: '';
  display: block;
  height: 400px;
  position: absolute;
  right: 0;
  top: -20px;
  width: 100%;
}

.interviewDetail_intro_inner {
  position: relative;
  z-index: 10;
}

.interviewDetail_intro_thumb .trimThumbnail:before {
  padding-top: 100%;
}

.interviewDetail_intro_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}

.interviewDetail_intro_job {
  font-size: 12px;
  margin: 10px 0px;
}

.interviewDetail_intro_job span {
  background: #00a3e7;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
}

.interviewDetail_intro_name {
  font-size: 18px;
  font-weight: bold;
}

.interviewDetail_intro_roman {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
}

.interviewDetail_intro_meta {
  color: #666666;
  font-size: 12px;
  margin: 10px 0px;
}

.interviewDetail_intro_text {
  margin-top: 20px;
}

/*

	photoList

*/
.photoList_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-bottom: 10px;
}

.photoList_row_col {
  flex: 0 0 50%;
  margin-bottom: 10px;
}

.photoList_row_col_paddingControl {
  padding: 0px 5px;
}

.photoList_thumb {
  overflow: hidden;
}

.photoList_thumb .trimThumbnail:before {
  padding-top: 71%;
}

/*

	talk

*/
.talk_item:not(:last-child) {
  margin-bottom: 25px;
}

.talk_item_question {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 0;
  padding-left: 25px;
  position: relative;
}

.talk_item_question:before {
  background: #00a3e7;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 10px;
  vertical-align: middle;
  width: 15px;
}

.talk_item_answer {
  font-size: 15px;
  line-height: 2;
}

/*

	webmasterSchedule

*/
.webmasterSchedule {
  background: #f2f2f2;
}

/*

	schedule

*/
.schedule {
  font-size: 14px;
  padding: 20px 20px;
}

.schedule_title {
  margin-bottom: 5px;
}

.schedule_item {
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  padding: 10px 0;
}

.schedule_item_time {
  color: #00a3e7;
  flex: 0 0 60px;
  font-weight: bold;
}

/*

	webmaster

*/
.webmaster {
  font-size: 12px;
  padding: 20px;
}

.webmaster_thumb {
  border-radius: 50%;
  margin: 0 auto 20px;
  overflow: hidden;
  width: 120px;
}

.webmaster_meta {
  line-height: 1.5;
  margin-bottom: 5px;
  text-align: center;
}

.webmaster_name {
  line-height: 1.5;
  text-align: center;
}

.webmaster_name_jp {
  font-size: 18px;
  font-weight: bold;
}

.webmaster_name_en {
  font-family: 'Lusitana', serif;
  margin-top: 5px;
}

.webmaster_description {
  font-size: 13px;
  margin-top: 10px;
}

.webmaster_link {
  line-height: 1.5;
  margin-top: 20px;
  text-align: right;
}

.webmaster_link a {
  color: #615551;
  padding-left: 15px;
  position: relative;
}

.webmaster_link a:visited {
  color: #615551;
}

.webmaster_link a:focus {
  color: #968782;
}

.webmaster_link a:hover {
  color: #968782;
}

.webmaster_link a:active {
  color: #968782;
}

.webmaster_link a:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size: 14px;
  font-weight: normal;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -48%);
}

@media (min-width: 48em) {
  .interviewListContentWrapper_foot {
    margin-top: 60px;
  }
  .interviewList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -60px;
  }
  .interviewList-center {
    justify-content: center;
  }
  .interviewList_col {
    flex: 0 0 33.33333%;
    margin-bottom: 60px;
  }
  .interviewList .staff {
    padding: 0 20px;
  }
  .interviewList .staff_image {
    box-shadow: 10px 10px #00a3e7;
    margin-bottom: 25px;
  }
  .interviewList .staff_box_title {
    font-size: 18px;
  }
  .interviewList .staff_box_meta {
    font-size: 14px;
  }
  .interviewList .staff_box_name {
    font-size: 24px;
  }
  .interviewList .staff_box_roman {
    font-size: 14px;
  }
  .interviewList .staff_box_work {
    font-size: 14px;
  }
  .interviewDetail_subTitle {
    margin-bottom: 40px;
  }
  .interviewDetail_box {
    margin-bottom: 60px;
  }
  .interviewDetail_intro {
    margin-bottom: 80px;
  }
  .interviewDetail_intro:before {
    top: -80px;
  }
  .interviewDetail_intro_row {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .interviewDetail_intro_row_col-text {
    flex: 1 1 auto;
    padding: 0 30px 0 60px;
    position: relative;
    z-index: 10;
  }
  .interviewDetail_intro_row_col-image {
    flex: 0 0 460px;
  }
  .interviewDetail_intro_thumb {
    box-shadow: 10px 10px #00a3e7;
  }
  .interviewDetail_intro_title {
    font-size: 34px;
    line-height: 1.8;
    margin-bottom: 30px;
    margin-left: -200px;
  }
  .interviewDetail_intro_title span {
    background: #00a3e7;
    box-shadow: 5px 5px 0px #fff;
    color: #fff;
  }
  .interviewDetail_intro_job {
    font-size: 14px;
  }
  .interviewDetail_intro_name {
    font-size: 36px;
  }
  .interviewDetail_intro_roman {
    font-size: 24px;
  }
  .interviewDetail_intro_meta {
    font-size: 15px;
  }
  .photoList_row {
    margin: 0 -20px;
    margin-bottom: -40px;
  }
  .photoList_row_col {
    margin-bottom: 40px;
  }
  .photoList_row_col_paddingControl {
    padding: 0 20px;
  }
  .talk_item:not(:last-child) {
    margin-bottom: 45px;
  }
  .talk_item_question {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 35px;
  }
  .talk_item_question:before {
    top: 11px;
    width: 20px;
  }
  .talk_item_answer {
    font-size: 16px;
  }
  .webmasterSchedule {
    padding: 30px;
  }
  .webmasterSchedule_row {
    display: flex;
  }
  .webmasterSchedule_row_col-webmaster {
    flex: 0 0 300px;
  }
  .webmasterSchedule_row_col-schedule {
    flex: 1 1 auto;
  }
  .schedule {
    font-size: 15px;
  }
  .schedule_title {
    margin-bottom: 10px;
  }
  .schedule_item {
    padding: 12px 0;
  }
  .schedule_item_time {
    flex: 0 0 80px;
  }
  .webmaster {
    padding: 30px;
    padding-top: 20px;
  }
  .webmaster_name_jp {
    font-size: 22px;
  }
  .webmaster_description {
    margin-top: 15px;
  }
}

@media (max-width: 47.99em) {
  .interviewList_col:not(:last-child) {
    margin-bottom: 30px;
  }
  .interviewDetail_intro_row_col-image {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=sourcemaps/interview.css.map */
