@charset "UTF-8";
/* 下線が右から左へ消える
---------------------------------------------------------- */
/* 下線が左から右へ消える
---------------------------------------------------------- */
.interview {
  background-image: none;
  padding: 57px 0 51px;
}
@media all and (min-width: 751px) {
  .interview {
    padding: 128px 0 98px;
  }
}
@media all and (min-width: 751px) {
  .interview .interviews li:first-child a {
    position: static;
  }
}
.interview .interviews li .interview_name .interviewer_job {
  font-size: 11px;
}
@media all and (min-width: 751px) {
  .interview .interviews li .interview_name .interviewer_job {
    font-size: 13px;
  }
}
@media all and (min-width: 751px) {
  .interview .interviews li .interview_title {
    font-size: 25px;
  }
}
@media all and (min-width: 751px) {
  .interview .interviews::after {
    content: none;
  }
}

.crosstalk {
  background: url(../images/top/interview_bg.webp) no-repeat center top/cover;
}
@media all and (min-width: 751px) {
  .crosstalk {
    padding: 80px 0 100px;
  }
}

/* 詳細ページ
---------------------------------------------------------- */
.kv_detail {
  position: relative;
}
.kv_detail .sec_title {
  bottom: 30px;
}
@media all and (min-width: 751px) {
  .kv_detail .sec_title {
    left: 37px;
    bottom: 37px;
  }
}
.kv_detail .sec_title .ja_title {
  font-size: 12px;
  background-size: 31px 13px;
  background-position: left 5px;
}
@media all and (min-width: 751px) {
  .kv_detail .sec_title .ja_title {
    font-size: 19px;
    background-size: 69px 28px;
    background-position: left 1px;
    padding: 6px 0 0 60px;
  }
}
.kv_detail .sec_title .en_title {
  font-size: 24px;
}
@media all and (min-width: 751px) {
  .kv_detail .sec_title .en_title {
    font-size: 55px;
  }
}
.kv_detail .interviewer {
  margin-top: 13px;
}
@media all and (min-width: 751px) {
  .kv_detail .interviewer {
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 20px;
  }
}
.kv_detail .interviewer .interviewer_job {
  font-size: 12px;
  padding: 5px 7px;
  display: inline-block;
  border: 1px solid #fff;
}
@media all and (min-width: 751px) {
  .kv_detail .interviewer .interviewer_job {
    font-size: 13px;
  }
}
.kv_detail .interviewer .interviewer_name {
  font-size: 18px;
  font-weight: bold;
}
@media all and (max-width: 750px) {
  .kv_detail .interviewer .interviewer_name {
    margin-top: 10px;
  }
}
@media all and (min-width: 751px) {
  .kv_detail .interviewer .interviewer_name {
    font-size: 20px;
  }
}
.kv_detail .interview_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 15px;
}
@media all and (min-width: 751px) {
  .kv_detail .interview_title {
    margin-top: 15px;
    font-size: 38px;
    line-height: 1.5;
  }
}

.talk_wrap {
  background: #fff;
}
@media all and (min-width: 751px) {
  .talk_wrap {
    padding-bottom: 40px;
  }
}

.profile {
  padding-top: 40px;
}
@media all and (min-width: 751px) {
  .profile {
    padding-top: 100px;
  }
}
.profile .profile_box {
  background-color: #dbe2eb;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media all and (max-width: 750px) {
  .profile .profile_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 751px) {
  .profile .profile_box {
    padding: 72px 80px 64px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 45px;
  }
}
@media all and (max-width: 750px) {
  .profile .profile_box .profile_box_left {
    display: contents;
  }
}
@media all and (min-width: 751px) {
  .profile .profile_box .profile_box_left {
    width: 48%;
  }
}
.profile .profile_box .profile_box_left .sec_title {
  color: #033C84;
}
@media all and (max-width: 750px) {
  .profile .profile_box .profile_box_left .sec_title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 13px;
  }
}
@media all and (min-width: 751px) {
  .profile .profile_box .profile_box_left .sec_title {
    border-bottom: 1px solid #6E85A2;
    padding-bottom: 14px;
  }
}
.profile .profile_box .profile_box_left .sec_title .ja_title {
  background-image: url(../images/common/title_bg_blue.svg);
  background-size: 31px 13px;
  background-position: left 3px;
  font-size: 12px;
  padding: 6px 0 0 30px;
}
@media all and (min-width: 751px) {
  .profile .profile_box .profile_box_left .sec_title .ja_title {
    background-size: 40px 16px;
    font-size: 14px;
    padding: 2px 0 0 40px;
  }
}
.profile .profile_box .profile_box_left .sec_title .en_title {
  font-size: 50px;
}
@media all and (min-width: 751px) {
  .profile .profile_box .profile_box_left .sec_title .en_title {
    font-size: 65px;
  }
}
.profile .profile_box .profile_box_left .sec_read {
  padding-top: 25px;
}
@media all and (max-width: 750px) {
  .profile .profile_box .profile_box_left .sec_read {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media all and (min-width: 751px) {
  .profile .profile_box .profile_box_left .sec_read {
    padding-top: 30px;
  }
}
.profile .profile_box .profile_box_left .sec_read p {
  color: #222;
  font-size: 14px;
  line-height: 2;
}
@media all and (min-width: 751px) {
  .profile .profile_box .profile_box_left .sec_read p {
    font-size: 16px;
    line-height: 1.8;
  }
}
.profile .profile_box .profile_box_right {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 750px) {
  .profile .profile_box .profile_box_right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 10px;
  }
}
@media all and (min-width: 751px) {
  .profile .profile_box .profile_box_right {
    width: 45.9%;
    margin-right: 15px;
  }
}
.profile .profile_box .profile_box_right::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #033C84;
  position: absolute;
  top: 10px;
  right: -10px;
  z-index: -1;
}
@media all and (min-width: 751px) {
  .profile .profile_box .profile_box_right::after {
    top: 15px;
    right: -15px;
  }
}

.talk_contents {
  padding: 0 0 40px;
}
@media all and (min-width: 751px) {
  .talk_contents {
    padding: 40px 0 120px;
  }
}
@media all and (min-width: 751px) {
  .talk_contents .talk_contents_wrap {
    padding: 0 100px;
  }
}
.talk_contents .talk_title {
  color: #033C84;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-top: 40px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 751px) {
  .talk_contents .talk_title {
    font-size: 32px;
    padding-top: 70px;
  }
}
.talk_contents .talk_title .chapter {
  color: #fff;
  background: #033C84;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 2px;
  margin-bottom: 10px;
}
@media all and (min-width: 751px) {
  .talk_contents .talk_title .chapter {
    font-size: 18px;
  }
}
.talk_contents p {
  color: #222;
  font-size: 14px;
  line-height: 2;
}
@media all and (min-width: 751px) {
  .talk_contents p {
    font-size: 16px;
  }
}
.talk_contents .talk_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 750px) {
  .talk_contents .talk_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 751px) {
  .talk_contents .talk_row {
    margin-top: 55px;
    gap: 0 50px;
  }
}
@media all and (min-width: 751px) {
  .talk_contents .talk_row.row_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.talk_contents .talk_row .talk_read {
  color: #222;
}
@media all and (max-width: 750px) {
  .talk_contents .talk_row .talk_read {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
}
@media all and (min-width: 751px) {
  .talk_contents .talk_row .talk_read {
    width: 49%;
  }
}
@media all and (max-width: 750px) {
  .talk_contents .talk_row .talk_img {
    margin-top: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media all and (min-width: 751px) {
  .talk_contents .talk_row .talk_img {
    width: 46%;
  }
}
.talk_contents .talk_col1 {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  .talk_contents .talk_col1 {
    margin-top: 40px;
  }
}
.talk_contents .talk_question {
  color: #033C84;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .talk_contents .talk_question {
    font-size: 17px;
    line-height: 1.6;
  }
}
.talk_contents .talk_question::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 20px;
  height: 4px;
  background-color: #033C84;
}
@media all and (min-width: 751px) {
  .talk_contents .talk_question::before {
    top: 12px;
  }
}

.schedule {
  background-color: #dbe2eb;
  padding: 50px 0 55px;
}
@media all and (min-width: 751px) {
  .schedule {
    padding: 90px 0 115px;
  }
}
.schedule .title_wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-grid-column-align: center;
      justify-self: center;
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  .schedule .title_wrap {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 750px) {
  .schedule .title_wrap .sec_title {
    margin-bottom: 0;
  }
}
.schedule .title_wrap .sec_title .ja_title {
  text-align: center;
  background: none;
  padding-left: 0;
  color: #033C84;
  margin-bottom: 0;
}
@media all and (min-width: 751px) {
  .schedule .title_wrap .sec_title .ja_title {
    margin-bottom: 10px;
  }
}
.schedule .title_wrap .sec_title .ja_title span {
  display: inline-block;
  padding: 0 0 0 30px;
  background: url(../images/common/title_bg_blue.svg) no-repeat left 0/31px 12px;
}
@media all and (max-width: 750px) {
  .schedule .title_wrap .sec_title .ja_title span {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 751px) {
  .schedule .title_wrap .sec_title .ja_title span {
    font-size: 18px;
    padding-left: 53px;
    background: url(../images/common/title_bg_blue.svg) no-repeat left -5px/61px 25px;
  }
}
.schedule .title_wrap .sec_title .en_title {
  color: #033C84;
}
.schedule .schedule_contents {
  background-color: #fff;
}
@media all and (min-width: 751px) {
  .schedule .schedule_contents {
    margin: 0 80px;
  }
}
.schedule .schedule_contents .schedule_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  padding: 20px 20px 20px 10px;
  overflow: hidden;
}
@media all and (min-width: 751px) {
  .schedule .schedule_contents .schedule_list {
    gap: 0 64px;
    padding: 28px 48px 22px;
    border-bottom: 1px solid #cad2dd;
  }
}
.schedule .schedule_contents .schedule_list:nth-child(even) {
  background-color: #EFF3F7;
}
.schedule .schedule_contents .schedule_list:first-child .schedule_action::before {
  content: none;
}
@media all and (min-width: 751px) {
  .schedule .schedule_contents .schedule_list:last-child {
    border-bottom: none;
  }
}
.schedule .schedule_contents .schedule_list:last-child .schedule_action::after {
  content: none;
}
@media all and (min-width: 751px) {
  .schedule .schedule_contents .schedule_list.no_img {
    padding: 50px 48px;
  }
}
@media all and (min-width: 751px) {
  .schedule .schedule_contents .schedule_list.no_img .schedule_time {
    margin-top: 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .schedule .schedule_contents .schedule_list.no_img .schedule_action {
    margin-top: 0;
  }
}
@media all and (min-width: 751px) {
  .schedule .schedule_contents .schedule_list.no_img .schedule_action::before {
    height: 73px;
  }
}
@media all and (min-width: 751px) {
  .schedule .schedule_contents .schedule_list.no_img .schedule_action::after {
    top: 24px;
  }
}
.schedule .schedule_contents .schedule_list .schedule_time {
  color: #033C84;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  font-family: "Roboto", sans-serif;
  width: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 3px;
  position: relative;
}
@media all and (min-width: 751px) {
  .schedule .schedule_contents .schedule_list .schedule_time {
    font-weight: 900;
    font-size: 28px;
    width: 84px;
    margin-top: 25px;
  }
}
.schedule .schedule_contents .schedule_list .schedule_time::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -17px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #033C84;
}
@media all and (min-width: 751px) {
  .schedule .schedule_contents .schedule_list .schedule_time::after {
    top: 12px;
    right: -37px;
    width: 13px;
    height: 13px;
  }
}
@media all and (min-width: 751px) {
  .schedule .schedule_contents .schedule_list .schedule_time span {
    display: inline-block;
    padding: 0 4px;
  }
}
.schedule .schedule_contents .schedule_list .schedule_action {
  position: relative;
}
@media all and (max-width: 750px) {
  .schedule .schedule_contents .schedule_list .schedule_action {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@media all and (min-width: 751px) {
  .schedule .schedule_contents .schedule_list .schedule_action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .schedule .schedule_contents .schedule_list .schedule_action {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.schedule .schedule_contents .schedule_list .schedule_action::before {
  content: "";
  position: absolute;
  top: -18px;
  left: -18px;
  width: 1px;
  height: 30px;
  background: #033C84;
}
@media all and (min-width: 751px) {
  .schedule .schedule_contents .schedule_list .schedule_action::before {
    top: -50px;
    left: -34px;
    height: 90px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .schedule .schedule_contents .schedule_list .schedule_action::before {
    top: -55px;
  }
}
.schedule .schedule_contents .schedule_list .schedule_action::after {
  content: "";
  position: absolute;
  top: 15px;
  left: -18px;
  width: 1px;
  height: calc(100% + 40px);
  background: #033C84;
}
@media all and (min-width: 751px) {
  .schedule .schedule_contents .schedule_list .schedule_action::after {
    top: 38px;
    left: -34px;
    height: calc(100% + 40px);
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .schedule .schedule_contents .schedule_list .schedule_action::after {
    top: 23px;
  }
}
.schedule .schedule_contents .schedule_list .schedule_action .schedule_title {
  color: #222;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
@media all and (min-width: 751px) {
  .schedule .schedule_contents .schedule_list .schedule_action .schedule_title {
    font-size: 17px;
    width: 140px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transform: translateY(-13px);
            transform: translateY(-13px);
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .schedule .schedule_contents .schedule_list .schedule_action .schedule_title {
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}
.schedule .schedule_contents .schedule_list .schedule_action .schedule_read {
  color: #222;
  font-size: 13px;
  line-height: 1.75;
  margin-top: 10px;
}
@media all and (min-width: 751px) {
  .schedule .schedule_contents .schedule_list .schedule_action .schedule_read {
    font-size: 16px;
    margin: 3px 0 0 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .schedule .schedule_contents .schedule_list .schedule_action .schedule_read {
    margin-left: 0;
    width: calc(100% - 160px);
  }
}
.schedule .schedule_contents .schedule_list .schedule_action .interviews_figure {
  display: block;
  margin-top: 10px;
}
@media all and (min-width: 751px) {
  .schedule .schedule_contents .schedule_list .schedule_action .interviews_figure {
    width: 130px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 30px;
  }
}

/* メンバー
---------------------------------------------------------- */
.member {
  background: #f0f2f5;
  padding: 40px 0 50px;
}
@media all and (min-width: 751px) {
  .member {
    padding: 115px 0 120px;
  }
}
.member .sec_title {
  color: #033C84;
}
.member .sec_title .ja_title span {
  background-image: url(../images/common/title_bg_blue.svg);
}
.member .members_wrap .members_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media all and (max-width: 750px) {
  .member .members_wrap .members_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
}
@media all and (min-width: 751px) {
  .member .members_wrap .members_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.member .members_wrap .members_list::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 55px;
  background: #6E85A2;
  top: 50%;
  left: 50%;
  z-index: 1;
}
@media all and (max-width: 750px) {
  .member .members_wrap .members_list::before {
    -webkit-transform: translateY(-15px) rotate(45deg);
            transform: translateY(-15px) rotate(45deg);
  }
}
@media all and (min-width: 751px) {
  .member .members_wrap .members_list::before {
    height: 130px;
    top: 160px;
    left: calc(50% - 27.5px);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(30px) rotate(45deg);
            transform: translateX(30px) rotate(45deg);
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .member .members_wrap .members_list::before {
    height: 100px;
    -webkit-transform: translateX(20px) rotate(45deg);
            transform: translateX(20px) rotate(45deg);
  }
}
.member .members_wrap .members_list::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 55px;
  background: #6E85A2;
  top: 50%;
  left: 50%;
  z-index: 1;
}
@media all and (max-width: 750px) {
  .member .members_wrap .members_list::after {
    -webkit-transform: translateY(-15px) rotate(-45deg);
            transform: translateY(-15px) rotate(-45deg);
  }
}
@media all and (min-width: 751px) {
  .member .members_wrap .members_list::after {
    height: 130px;
    top: 160px;
    left: calc(50% - 27.5px);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(30px) rotate(-45deg);
            transform: translateX(30px) rotate(-45deg);
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .member .members_wrap .members_list::after {
    height: 100px;
    -webkit-transform: translateX(20px) rotate(-45deg);
            transform: translateX(20px) rotate(-45deg);
  }
}
.member .members_wrap .members_list li {
  background-color: #dbe2eb;
  padding: 27px;
}
@media all and (min-width: 751px) {
  .member .members_wrap .members_list li {
    padding: 45px 45px 50px;
    width: 47.41%;
  }
}
.member .members_wrap .members_list li .member_info {
  color: #222;
  margin-top: 14px;
}
@media all and (min-width: 751px) {
  .member .members_wrap .members_list li .member_info {
    margin-top: 25px;
  }
}
.member .members_wrap .members_list li .member_info .member_job {
  font-size: 12px;
  margin-bottom: 5px;
}
@media all and (min-width: 751px) {
  .member .members_wrap .members_list li .member_info .member_job {
    font-size: 14px;
  }
}
.member .members_wrap .members_list li .member_info .member_name {
  color: #033C84;
  font-size: 18px;
  font-weight: bold;
}
@media all and (min-width: 751px) {
  .member .members_wrap .members_list li .member_info .member_name {
    font-size: 22px;
  }
}
.member .members_wrap .members_list li .member_info .member_read {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
}
@media all and (min-width: 751px) {
  .member .members_wrap .members_list li .member_info .member_read {
    font-size: 15px;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=interview.css.map */