@charset "UTF-8";
/* Show active breakpoint in top right corner of viewport */
/* ----------------------------------------------

  page style

---------------------------------------------- */
/*

	interviewListContentWrapper

*/
.interviewListContentWrapper_head {
  margin-bottom: 40px;
}

.interviewListContentWrapper_foot {
  margin-top: 40px;
}

/*

	interviewList

*/

.interviewList_item_link {
  color: #333;
}

.interviewList_item_link img {
  background-color: rgba(255, 255, 255, 0.01);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  /* for hover bug */
}

.interviewList_item_link:hover {
  color: #666666;
}

.interviewList_item_link:hover img {
  height: 110% !important;
  width: 110% !important;
}

.interviewList_item_link:hover .interviewList_item_thumb_link {
  right: 0px;
}

.interviewList_item_thumb {
  margin-bottom: 20px;
  position: relative;
}

.interviewList_item_thumb_image {
  border-radius: 100%;
  overflow: hidden;
}

.interviewList_item_thumb_image .trimThumbnail:before {
  padding-top: 100%;
}

.interviewList_item_thumb_link {
  bottom: 25px;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
}

.interviewList_item_box {
  position: relative;
}

.interviewList_item_box_job {
  font-size: 13px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.interviewList_item_box_job:before {
  background-image: url(../images/object-food6.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 27.4545px;
  left: -5px;
  position: absolute;
  top: -2px;
  width: 29.8182px;
}

.interviewList_item_box_job span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(20%, #ffd666));
  background: linear-gradient(transparent 70%, #ffd666 20%);
  font-weight: bold;
}

.interviewList_item_box_title {
  border-bottom: 3px dotted #ff5115;
  color: #ff5115;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.interviewList_item_box_name {
  font-size: 18px;
  font-weight: bold;
}

.interviewList_item_box_meta {
  color: #333;
  font-size: 13px;
}

/*

	interviewDetail

*/
.interviewDetail_thumb {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  overflow: hidden;
}

.interviewDetail_thumb .trimThumbnail:before {
  padding-top: 75%;
}

.interviewDetail_box {
  margin-bottom: 40px;
}

.interviewDetail_box.end {
  margin-bottom: 0;
}

.interviewDetail_head {
  margin-bottom: 30px;
  margin-top: -30px;
  padding: 20px 0;
  position: relative;
}

.interviewDetail_head:after {
  background: #fff8e6 url(../images/bg-stripe-white1.png) repeat 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.interviewDetail_head_inner {
  position: relative;
  z-index: 10;
}

.interviewDetail_head_thumb {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.interviewDetail_head_thumb img {
  border-radius: 20px;
}

.interviewDetail_head_thumb .trimThumbnail:before {
  padding-top: 75%;
}

.interviewDetail_head_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}

.interviewDetail_head_job {
  font-size: 13px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.interviewDetail_head_job:before {
  background-image: url(../images/object-food6.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 27.4545px;
  left: -5px;
  position: absolute;
  top: -2px;
  width: 29.8182px;
}

.interviewDetail_head_job span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(20%, #ffd666));
  background: linear-gradient(transparent 70%, #ffd666 20%);
  font-weight: bold;
}

.interviewDetail_head_name {
  font-size: 22px;
  font-weight: bold;
}

.interviewDetail_head_roman {
  font-size: 13px;
  font-weight: bold;
}

.interviewDetail_head_meta {
  color: #666666;
  font-size: 12px;
  margin-top: 5px;
}

.interviewDetail_head_profile {
  font-size: 12px;
  margin-top: 10px;
}

.interviewDetail_head_text {
  margin-top: 20px;
}

.interviewDetail_foot {
  margin-top: 40px;
}

/*

	photoList

*/
.photoList_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px;
  margin-bottom: 10px;
}

.photoList_row_col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 10px;
}

.photoList_row_col_paddingControl {
  padding: 0px 10px;
}

.photoList_thumb .trimThumbnail:before {
  padding-top: 75%;
}

.photoList_item:not(:last-child) {
  margin-bottom: 30px;
}

.photoList_item_thumb {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.photoList_item_thumb img {
  border-radius: 20px;
}

.photoList_item_thumb .trimThumbnail:before {
  padding-top: 75%;
}

/*

  twofloat

*/
.twofloat {
  position: relative;
}

.twofloat_object .object_food_left, .twofloat_object .object_food_right {
  position: absolute;
  z-index: 2;
}

.twofloat_object .object_food_left {
  bottom: -100px;
  left: -10px;
  max-width: 60px;
}

.twofloat_object .object_food_right {
  max-width: 80px;
  right: 0px;
  top: -120px;
}

/*

  talk

*/
.talk_item:not(:last-child) {
  margin-bottom: 30px;
}

.talk_item_question {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}

.talk_item_question:before {
  background: #ff5115;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 0px;
  position: absolute;
  top: 7px;
  width: 10px;
}

.talk_item_question span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(20%, #ffd666));
  background: linear-gradient(transparent 70%, #ffd666 20%);
}

.talk_item_title {
  border-bottom: 3px dotted #ff5115;
  color: #ff5115;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

/*

  twoCol

*/

.twoCol_item_question {
  color: #ff5115;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.twoCol_item_question:before {
  background: #ff5115;
  content: '';
  display: block;
  height: 1px;
  left: 0px;
  position: absolute;
  top: 8px;
  width: 12px;
}

.twoCol_item_title {
  border-bottom: 3px dotted #ff5115;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

/*

  threeCol

*/
.threeCol_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px;
  margin-bottom: 10px;
}

.threeCol_row_col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 10px;
  padding: 0px 10px;
}

.threeCol_item {
  text-align: center;
}

.threeCol_item_title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.threeCol_item_text {
  font-size: 12px;
}

/*

  profileBox

*/
.profileBox {
  border: 2px solid #ff5115;
  border-radius: 30px;
  padding: 30px 20px;
  position: relative;
}

.profileBox_object .object_food_left, .profileBox_object .object_food_right {
  position: absolute;
  z-index: 2;
}

.profileBox_object .object_food_left {
  bottom: -20px;
  left: -10px;
  max-width: 60px;
}

.profileBox_object .object_food_right {
  max-width: 60px;
  right: -20px;
  top: -20px;
}

.profile_thumb {
  border-radius: 50%;
  overflow: hidden;
}

.profile_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.profile_subtitle {
  font-size: 12px;
  margin-bottom: 20px;
}

.profile_link {
  color: #333;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 30px;
  position: relative;
}

.profile_link:visited {
  color: #333;
}

.profile_link:focus {
  color: #666666;
}

.profile_link:hover {
  color: #666666;
}

.profile_link:active {
  color: #666666;
}

.profile_link:before {
  border-color: transparent transparent transparent #ff5115;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  content: '';
  display: inline-block;
  height: 0;
  margin-right: 5px;
  width: 0;
}

/*

  process

*/
.processWrapper {
  padding-left: 52px;
  position: relative;
}

.processWrapper:before {
  background: #ff5115;
  border-radius: 50%;
  bottom: 70%;
  content: "";
  display: block;
  height: 1000px;
  left: 85%;
  position: absolute;
  width: 1000px;
  z-index: 0;
  z-index: -1;
}

.processWrapper:after {
  background: #f6f7fd url(../images/bg-stripe-white1.png) repeat 0 0;
  content: "";
  display: block;
  height: 600px;
  left: 50%;
  position: absolute;
  top: -300px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3000px;
  z-index: -2;
}

.process {
  padding: 40px 0;
  position: relative;
}

.process:before {
  background: #fff8e6 url(../images/bg-stripe-white1.png) repeat 0 0;
  border-radius: 30px;
  content: '';
  display: block;
  height: 100%;
  left: -25px;
  position: absolute;
  top: 0;
  width: 200%;
}

.process_item {
  position: relative;
}

.process_item:not(:last-child) {
  margin-bottom: 30px;
}

.process_item_time {
  position: absolute;
  right: 100%;
  top: 0;
}

.process_item_time span {
  background: #ff5115;
  border-radius: 5px;
  color: #fff;
  padding: 2px 5px;
  white-space: nowrap;
}

.process_item_q {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0;
  padding-left: 30px;
  position: relative;
}

.process_item_q:before {
  background: #ff5115;
  content: '';
  display: block;
  height: 2px;
  left: 10px;
  position: absolute;
  top: 11px;
  width: 15px;
}

.process_item_q span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(20%, #ffd666));
  background: linear-gradient(transparent 70%, #ffd666 20%);
}

.process_item_a {
  margin-top: 10px;
  padding-left: 30px;
  position: relative;
}

@media (min-width: 48em) {
  .interviewListContentWrapper_head {
    margin-bottom: 60px;
  }
  .interviewListContentWrapper_foot {
    margin-top: 80px;
  }
  .interviewList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px;
    margin-bottom: -60px;
  }
  .interviewList_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    margin-bottom: 60px;
  }
  .interviewList_item {
    padding: 0 30px;
  }
  .interviewList_item_box_job {
    font-size: 14px;
    padding-left: 30px;
  }
  .interviewList_item_box_job:before {
    height: 30.2px;
    width: 32.8px;
  }
  .interviewList_item_box_title {
    font-size: 16px;
  }
  .interviewList_item_box_name {
    font-size: 20px;
  }
  .interviewList_item_box_meta {
    font-size: 14px;
  }
  .interviewDetail_box {
    margin-bottom: 80px;
  }
  .interviewDetail_head {
    margin-bottom: 40px;
    margin-top: -60px;
    padding: 40px 0;
  }
  .interviewDetail_head_row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .interviewDetail_head_row_col-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 450px;
    padding: 0 0px 0 60px;
    position: relative;
    z-index: 4;
  }
  .interviewDetail_head_row_col-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 640px;
    flex: 0 1 640px;
  }
  .interviewDetail_head_title {
    background: #fff;
    border-radius: 20px;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 30px;
    margin-left: -200px;
    padding: 15px 20px;
  }
  .interviewDetail_head_job {
    font-size: 14px;
    padding-left: 30px;
  }
  .interviewDetail_head_job:before {
    height: 30.2px;
    width: 32.8px;
  }
  .interviewDetail_head_name {
    font-size: 30px;
  }
  .interviewDetail_head_roman {
    font-size: 24px;
  }
  .interviewDetail_head_meta {
    font-size: 14px;
  }
  .interviewDetail_head_profile {
    font-size: 14px;
  }
  .interviewDetail_foot {
    margin-top: 80px;
  }
  .photoList_row {
    margin: 0 -20px;
    margin-bottom: -40px;
  }
  .photoList_row_col {
    margin-bottom: 40px;
  }
  .photoList_row_col_paddingControl {
    padding: 0 20px;
  }
  .photoList_item:not(:last-child) {
    margin-bottom: 40px;
  }
  .twofloat_object .object_food_left {
    bottom: -150px;
    left: -30px;
    max-width: 100px;
  }
  .twofloat_object .object_food_right {
    max-width: 140px;
    right: 30px;
    top: -200px;
  }
  .twofloat_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .twofloat_row_col-first {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 500px;
  }
  .twofloat_row_col-second {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 420px;
    flex: 0 1 420px;
    margin-left: 40px;
  }
  .talk_item:not(:last-child) {
    margin-bottom: 40px;
  }
  .talk_item_question {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .talk_item_question:before {
    height: 12px;
    top: 8px;
    width: 12px;
  }
  .talk_item_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .twoCol_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -30px;
    margin-bottom: -50px;
  }
  .twoCol_row_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 50px;
    padding: 0 30px;
  }
  .twoCol_item_question {
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 30px;
  }
  .twoCol_item_question:before {
    height: 1px;
    top: 11px;
    width: 20px;
  }
  .twoCol_item_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .threeCol_row {
    margin: 0 -30px;
    margin-bottom: -40px;
  }
  .threeCol_row_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    margin-bottom: 40px;
    padding: 0 30px;
  }
  .threeCol_item_title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .threeCol_item_text {
    font-size: 14px;
  }
  .profileBox {
    border-width: 3px;
    padding: 50px;
  }
  .profileBox_object .object_food_left {
    bottom: -30px;
    left: 30px;
    max-width: 100px;
  }
  .profileBox_object .object_food_right {
    max-width: 100px;
    right: 30px;
    top: -35px;
  }
  .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .profile_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    margin-right: 40px;
  }
  .profile_body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .profile_subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .profile_link {
    font-size: 13px;
  }
  .processWrapper:after {
    height: 400px;
    top: -160px;
  }
  .process:before {
    left: -25px;
  }
  .process_item_q {
    font-size: 16px;
    padding-left: 35px;
  }
  .process_item_a {
    margin-top: 10px;
    padding-left: 35px;
  }
}

@media (max-width: 47.99em) {
  .interviewList_col:not(:last-child) {
    margin-bottom: 40px;
  }
  .interviewList_item_thumb {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
  .interviewDetail_head_row_col-image {
    margin-bottom: 20px;
  }
  .twofloat_row_col-first {
    margin-bottom: 30px;
  }
  .twoCol_row_col:not(:last-child) {
    margin-bottom: 30px;
  }
  .profile_image {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
  }
  .profile_title {
    font-size: 16px;
    text-align: center;
  }
  .profile_subtitle {
    text-align: center;
  }
  .profile_text {
    font-size: 14px;
  }
}
