/* Show active breakpoint in top right corner of viewport */
/* ----------------------------------------------

  page style

---------------------------------------------- */
.lower-interview_d .lowHello {
  display: none;
}

/*

	interviewListContentWrapper

*/
.interviewListContentWrapper_head {
  margin-bottom: 40px;
}

.interviewListContentWrapper_foot {
  margin-top: 40px;
}

/*

	interviewList

*/
.interviewList {
  counter-reset: number-interview;
}

.interviewList_col {
  position: relative;
}

.interviewList .staffList_item {
  position: relative;
}

.interviewList .staffList_item > a {
  display: block;
  position: relative;
}

.interviewList .staffList_head {
  position: relative;
}

.interviewList .num {
  z-index: 4;
  position: absolute;
  top: 0;
  right: 10px;
  transform: translateY(-50%) scale(0.6);
  transform-origin: right center;
  line-height: 1;
}

.interviewList .num:before {
  color: #1f6ebe;
  font-size: 1.2rem;
  font-size: 60px;
  font-weight: 600;
  content: counter(number-interview, decimal-leading-zero);
  counter-increment: number-interview;
}

.interviewList .staffList_image {
  z-index: 0;
  position: relative;
}

.interviewList .staffList_image .staffList_item_image {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #fff;
}

.interviewList .staffList_image .staffList_item_image:before {
  display: block;
  padding-top: 135%;
  content: "";
}

.interviewList .staffList_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.interviewList .staff_item_name {
  display: flex;
  z-index: 3;
  position: absolute;
  right: -20px;
  bottom: -20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 148px;
  padding: 20px 0;
  background: linear-gradient(-45deg, #65e1d4 0%, #3eb7d9 100%);
}

.interviewList .staff_item_name > div {
  display: inline;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-right: .3em;
  padding-left: .3em;
  line-height: 1.5;
}

.interviewList .staff_item_name .jp {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.interviewList .staff_item_name .en {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}

.interviewList .staffList_text {
  z-index: 2;
  width: 100%;
  margin-top: 40px;
  color: #333333;
}

.interviewList .staffList_text_inner {
  position: relative;
}

.interviewList .staffList_text .staffList_item_title {
  margin-bottom: 5px;
  line-height: 1.6;
}

.interviewList .staffList_text .staffList_item_title span {
  font-size: 14px;
  font-weight: bold;
}

.interviewList .staffList_text .staff_item_name {
  display: block;
  font-size: 16px;
}

.interviewList .staffList_text .staff_item_join,
.interviewList .staffList_text .staff_item_position {
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
}

.interviewList .staffList_text .staff_item_link span {
  font-size: 13px;
}

/*

	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.end {
  margin-bottom: 0;
}

.interviewDetail_box-question {
  padding-top: 40px;
  border-top: 4px double #e1e1e1;
}

.interviewDetail_box-flow {
  background: linear-gradient(-45deg, #65e1d4 0%, #3eb7d9 100%);
  color: #fff;
}

.interviewDetail_box-flow .leftBorderTitle {
  border-color: #fff;
}

.interviewDetail_head {
  z-index: 0;
  position: relative;
  margin-top: -30px;
  margin-bottom: 40px;
  padding: 20px 0;
  overflow: hidden;
  background: url(../images/dummy.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}

.interviewDetail_head:before {
  z-index: -1;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background: inherit;
  content: '';
  filter: blur(5px);
}

.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 {
  position: relative;
  padding: 6px;
  background: #fff;
}

.interviewDetail_head_thumb .trimThumbnail:before {
  padding-top: 75%;
}

.interviewDetail_head_title {
  font-size: 22px;
  line-height: 1.9;
}

.interviewDetail_head_title span {
  background: rgba(255, 255, 255, 0.9);
  background: #fff;
  color: #333333;
  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_name {
  font-size: 22px;
  font-weight: bold;
}

.interviewDetail_head_profile_roman {
  font-size: 12px;
  font-weight: bold;
}

.interviewDetail_head_profile_meta {
  margin-top: 15px;
  font-size: 12px;
}

.interviewDetail_head_profile_text {
  padding: 15px;
  background: linear-gradient(-45deg, #65e1d4 0%, #3eb7d9 100%);
  font-size: 12px;
}

.interviewDetail_head_text {
  margin-top: 20px;
}

.interviewDetail_foot {
  margin-top: 40px;
}

/*

  talk

*/
.talk_item:not(:last-child) {
  margin-bottom: 30px;
}

.talk_item_row_col-text {
  position: relative;
}

.talk_item_thumb .trimThumbnail:before {
  padding-top: 63%;
}

.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: #1f6ebe;
  content: '';
}

.talk_item_title {
  margin-bottom: 20px;
  border-width: 2px;
  font-size: 16px;
}

.talk_item_copy {
  color: #1f6ebe;
  font-size: 20px;
  line-height: 1.6;
}

/*

  threeCol

*/

.threeCol_item {
  position: relative;
}

.threeCol_item_head {
  margin-bottom: 15px;
}

.threeCol_item_time {
  border-bottom: 1px solid #e1e1e1;
  color: #666666;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.threeCol_item_title {
  color: #1f6ebe;
  font-size: 16px;
  font-weight: bold;
}

.threeCol_item_text {
  margin-top: 10px;
  overflow: hidden;
  font-size: 12px;
}

.threeCol_item_text_image {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/*

	column2

*/

.column2_row_col-flow .column2_row_col_paddingControl {
  padding: 20px;
}

/*

	schedule

*/
.schedule_item {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px dotted #e1e1e1;
}

.schedule_item:first-child {
  border-top: 1px dotted #e1e1e1;
}

.schedule_item_time {
  flex: 0 0 55px;
  font-weight: bold;
}

/*

  profileBox

*/
.profileBox {
  position: relative;
  padding: 30px 20px;
  background: #f2f3f4;
}

.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;
}

/*

  date

*/
.date {
  color: #666666;
  font-size: 0.8em;
  text-align: right;
}
@media (min-width: 48em) {
  .interviewListContentWrapper_head {
    margin-bottom: 60px;
  }
  .interviewListContentWrapper_foot {
    margin-top: 80px;
  }
  .interviewList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px;
    margin-bottom: -60px;
    padding-top: 30px;
  }
  .interviewList_col {
    flex: 0 0 33.33333%;
    margin-bottom: 60px;
  }
  .interviewList_col:nth-child(3n + 1) {
    top: -30px;
  }
  .interviewList_col:nth-child(3n + 3) {
    top: 30px;
  }
  .interviewList .staffList_item {
    padding: 0 40px;
  }
  .interviewList .num {
    transform: translateY(-50%);
  }
  .interviewList .staff_item_name {
    width: 148px;
    height: 148px;
  }
  .interviewList .staff_item_name .jp {
    font-size: 16px;
  }
  .interviewList .staffList_text {
    bottom: -120px;
  }
  .interviewList .staffList_text .staffList_item_title span {
    font-size: 18px;
  }
  .interviewDetail_box:not(:last-child) {
    margin-bottom: 80px;
  }
  .interviewDetail_box-question {
    padding-top: 60px;
  }
  .interviewDetail_head {
    margin-top: -60px;
    margin-bottom: 80px;
    padding: 40px 0;
  }
  .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 640px;
  }
  .interviewDetail_head_thumb {
    padding: 6px;
  }
  .interviewDetail_head_thumb .trimThumbnail:before {
    padding-top: 63%;
  }
  .interviewDetail_head_title {
    margin-right: -200px;
    font-size: 36px;
  }
  .interviewDetail_head_job {
    font-size: 14px;
  }
  .interviewDetail_head_profile {
    position: absolute;
    right: 6px;
    bottom: 6px;
    max-width: 240px;
  }
  .interviewDetail_head_profile_name {
    font-size: 24px;
  }
  .interviewDetail_head_profile_roman {
    font-size: 12px;
  }
  .interviewDetail_head_profile_meta {
    font-size: 12px;
  }
  .interviewDetail_head_profile_text {
    padding: 25px;
    font-size: 12px;
  }
  .interviewDetail_foot {
    margin-top: 80px;
  }
  .talk_item:not(:last-child) {
    margin-bottom: 60px;
  }
  .talk_item:nth-child(even) .talk_item_row {
    flex-direction: row-reverse;
  }
  .talk_item:nth-child(even) .talk_item_row .talk_item_row_col-image {
    margin-right: 0px;
    margin-left: 50px;
  }
  .talk_item:nth-child(even) .talk_item_text {
    margin-right: -150px;
    margin-left: 0px;
    padding: 50px 50px 0px 0px;
  }
  .talk_item_row {
    display: flex;
  }
  .talk_item_row_col-image {
    flex: 0 0 640px;
    margin-right: 50px;
  }
  .talk_item_row_col-text {
    flex: 1 1 auto;
  }
  .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;
    border-width: 3px;
    font-size: 18px;
  }
  .talk_item_copy {
    font-size: 27px;
  }
  .talk_item_text {
    margin-left: -150px;
    padding: 50px 0 0px 50px;
    background: #fff;
  }
  .threeCol_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -30px;
    margin-bottom: -40px;
  }
  .threeCol_row_col {
    flex: 0 1 33.333%;
    margin-bottom: 40px;
  }
  .threeCol_row_col_paddingControl {
    height: 100%;
    padding: 0 30px;
  }
  .threeCol_item_time {
    font-size: 20px;
  }
  .threeCol_item_title {
    font-size: 18px;
  }
  .threeCol_item_text {
    font-size: 14px;
  }
  .column2_row {
    display: flex;
  }
  .column2_row_col-flow {
    flex: 1 1 auto;
  }
  .column2_row_col-flow .column2_row_col_paddingControl {
    padding: 60px 8%;
  }
  .column2_row_col-image {
    flex: 0 0 40%;
    background: url(../images/mainImage1.jpg) no-repeat center;
    background-size: cover;
    opacity: 0.3;
  }
  .schedule_item {
    padding: 15px 0;
  }
  .profileBox {
    padding: 50px;
  }
  .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) {
  .interviewList_col:not(:last-child) {
    margin-bottom: 40px;
  }
  .interviewList .staffList_item {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
  }
  .interviewDetail_head_row_col-image {
    margin-bottom: 20px;
  }
  .interviewDetail_head_title {
    padding: 0 5px;
  }
  .talk_item_row_col-image {
    margin-bottom: 20px;
  }
  .talk_item_text {
    margin-top: 20px;
  }
  .threeCol_row_col:not(:last-child) {
    margin-bottom: 20px;
  }
  .column2_row_col-image {
    display: none;
  }
  .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;
  }
}
@media (min-device-width: 768px) {
  .interviewList .staffList_item > a:hover {
    opacity: .8;
  }
}

/*# sourceMappingURL=sourcemaps/interview.css.map */
