@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
main.interview_wrapper {
  font-family: 'Calibri',sans-serif;
  overflow: hidden;
  padding-bottom: 140px;
}

@media screen and (max-width: 600px) {
  main.interview_wrapper {
    padding-bottom: 60px;
  }
}

/* ------------------------------------------
  mv_interview
------------------------------------------ */
.mv_interview {
  position: relative;
}

.mv_interview_img {
  width: 100%;
}

.mv_interview_img img {
  width: 100%;
}

.mv_interview_text {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mv_interview_text_heading {
  bottom: 3.157143vw;
  color: #fff;
  font-family: 'fot-tsukuaoldmin-pr6n', sans-serif;
  font-size: 30px;
  font-weight: normal;
  left: 5.7142857142857vw;
  line-height: 1.5;
  position: absolute;
  text-align: left;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, .69);
}

.mv_interview_text_main {
  background-color: rgba(135,135,135,.5);
  bottom: 8.9285714285714vw;
  padding: 40px;
  position: absolute;
  right: 3.5714285714286vw;
}

.mv_interview_text_main_top {
  align-items: flex-end;
  border-bottom: 1px #fff solid;
  display: flex;
  justify-content: space-between;
}

.mv_interview_text_main_top_number {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .11em;
  line-height: 1.3;
  padding-left: 5px;
  text-align: left;
  width: 140px;
}

.mv_interview_text_main_top_year {
  color: #fff;
  font-family: 'fot-tsukuaoldmin-pr6n', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  text-align: left;
}

.mv_interview_text_main_bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
}

.mv_interview_text_main_bottom_part {
  color: #fff;
  font-family: 'fot-tsukuaoldmin-pr6n', sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  margin-right: 10px;
  text-align: left;
}

.mv_interview_text_main_bottom_name {
  color: #fff;
  font-family: 'fot-tsukuaoldmin-pr6n', sans-serif;
  font-size: 50px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}

.mv_interview_text.change .mv_interview_text_heading {
  left: auto;
  right: 5.7142857142857vw;
}

.mv_interview_text.change .mv_interview_text_main {
  left: 3.5714285714286vw;
  right: auto;
}

@media screen and (max-width: 1000px) {
  .mv_interview_text_heading {
    bottom: 3.157143vw;
    font-size: 24px;
    left: 5.7142857142857vw;
    line-height: 1.5;
  }

  .mv_interview_text_main {
    bottom: 3.157143vw;
    padding: 20px;
    right: 3.5714285714286vw;
  }

  .mv_interview_text_main_top_number {
    font-size: 11px;
    padding-left: 5px;
    width: 90px;
  }

  .mv_interview_text_main_top_year {
    font-size: 15px;
  }

  .mv_interview_text_main_bottom {
    padding-top: 10px;
  }

  .mv_interview_text_main_bottom_part {
    font-size: 20px;
  }

  .mv_interview_text_main_bottom_name {
    font-size: 30px;
  }
}

@media screen and (max-width: 600px) {
  .mv_interview_text {
    align-items: center;
    bottom: 20px;
    display: flex;
    height: auto;
    justify-content: space-between;
    left: 50%;
    margin: 0 auto;
    padding: 20px 20px 0;
    position: absolute;
    top: auto;
    transform: translateX(-50%);
  }

  .mv_interview_text.change {
    flex-direction: row-reverse;
  }

  .mv_interview_text_heading {
    font-size: 17px;
    line-height: 1.5;
    position: static;
  }

  .mv_interview_text_main {
    padding: 10px;
    position: static;
  }

  .mv_interview_text_main_top_number {
    font-size: 10px;
    padding-left: 5px;
    width: 83px;
  }

  .mv_interview_text_main_top_year {
    font-size: 13px;
  }

  .mv_interview_text_main_bottom {
    padding-top: 6px;
  }

  .mv_interview_text_main_bottom_part {
    font-size: 15px;
  }

  .mv_interview_text_main_bottom_name {
    font-size: 30px;
  }
}

/* ------------------------------------------
  interview_main
------------------------------------------ */
.interview_main {
  padding: 130px 0 0;
}

.interview_main_top {
  display: flex;
}

.interview_main_top_text {
  padding-right: 20px;
  width: 50%;
}

.interview_main_top_title {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding-left: 10px;
  position: relative;
  text-align: left;
}

.interview_main_top_title::before {
  background-color: #1eb1bc;
  content: '';
  height: 24px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 5px;
}

.interview_main_top_text_sub {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  text-align: left;
}

.interview_main_top_text_desc {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  line-height: 30px;
  margin-top: 30px;
  text-align: left;
}

.interview_main_top_img {
  width: 50%;
}

.interview_main_top_img img {
  width: 100%;
}

.interview_main_middle {
  margin-top: 100px;
}

.interview_main_middle_item {
  display: flex;
}

.interview_main_middle_item + .interview_main_middle_item {
  margin-top: 60px;
}

.interview_main_middle_left {
  padding-right: 20px;
  position: relative;
  width: 50%;
  z-index: 0;
}

.interview_main_middle_right {
  padding-left: 20px;
  position: relative;
  width: 50%;
  z-index: 0;
}

.interview_main_middle_item_title {
  color: #1eb1bc;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.interview_main_middle_item_desc {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
  padding-top: 30px;
  text-align: left;
}

.interview_main_middle_item_title + .interview_main_middle_item_desc {
  padding-top: 30px;
}

.interview_main_middle_item_img {
  position: absolute;
  right: 20px;
  top: 0;
  width: calc(50vw - 20px);
}

@media screen and (max-width: 1000px) {
  .interview_main {
    padding: 60px 0 0;
  }

  .interview_main_top {
    display: block;
  }

  .interview_main_top_text {
    padding-right: 0;
    width: 100%;
  }

  .interview_main_top_img {
    margin-top: 40px;
    width: 100%;
  }

  .interview_main_middle {
    margin-top: 40px;
  }

  .interview_main_middle_item {
    display: block;
  }

  .interview_main_middle_item_title + .interview_main_middle_item {
    margin-top: 20px;
  }

  .interview_main_middle_left {
    width: 100%;
  }

  .interview_main_middle_right {
    padding-left: 0;
    width: 100%;
  }

  .interview_main_middle_item_desc {
    padding-top: 0;
  }

  .interview_main_middle_item.img {
    display: flex;
    flex-direction: column-reverse;
  }

  .interview_main_middle_item_img {
    margin-top: 40px;
    position: static;
    transform: translateX(-20px);
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .interview_main_top_title {
    font-size: 17px;
  }

  .interview_main_top_title::before {
    height: 18px;
    top: 4px;
  }

  .interview_main_top_text_sub {
    font-size: 18px;
    margin-top: 20px;
  }

  .interview_main_top_text_desc {
    font-size: 15px;
    line-height: 2;
    margin-top: 20px;
  }

  .interview_main_top_img {
    margin-top: 20px;
  }

  .interview_main_middle {
    margin-top: 40px;
  }

  .interview_main_middle_item_title + .interview_main_middle_item {
    margin-top: 20px;
  }

  .interview_main_middle_item + .interview_main_middle_item {
    margin-top: 30px;
  }

  .interview_main_middle_item_title {
    font-size: 18px;
  }

  .interview_main_middle_item_desc {
    font-size: 15px;
    line-height: 2;
    padding-top: 0;
  }

  .interview_main_middle_item_title + .interview_main_middle_item_desc {
    padding-top: 10px;
  }

  .interview_main_middle_item_img {
    margin-top: 20px;
  }
}

/* ------------------------------------------
  interview_schedule
------------------------------------------ */
.interview_schedule {
  margin-top: 70px;
}

.interview_schedule_main {
  display: flex;
}

.interview_schedule_main_text {
  max-width: calc(100% - 550px);
  padding-right: 50px;
}

.interview_schedule_main_title {
  color: #000;
  font-size: 38px;
  font-weight: bold;
  padding-left: 10px;
  position: relative;
  text-align: left;
}

.interview_schedule_main_title::before {
  background-color: #1eb1bc;
  content: '';
  height: 40px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 5px;
}

.interview_schedule_main_text_sub {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  text-align: left;
}

.interview_schedule_main_text_desc {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  line-height: 30px;
  margin-top: 30px;
  text-align: left;
}

.interview_schedule_main_text_img {
  margin-top: 90px;
  max-width: 335px;
}

.interview_schedule_main_text_img img {
  width: 100%;
}

.interview_schedule_main_contents {
  width: 550px;
}

.interview_schedule_main_contents .interview_schedule_main_text_sub {
  text-align: center;
}

.interview_schedule_main_text_sub + .interview_schedule_main_contents_lists {
  margin-top: 20px;
}

.interview_schedule_main_contents_lists_item {
  align-items: center;
  display: flex;
}

.interview_schedule_main_contents_lists_item_time {
  align-items: center;
  background-image: url(../img/interview/interview_schedule_main_contents_lists_item_time_back.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  color: #000;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  height: 105px;
  justify-content: center;
  line-height: 1.5;
  margin-right: -10px;
  width: 99px;
}

.interview_schedule_main_contents.week .interview_schedule_main_contents_lists_item_time {
  font-size: 16px;
}

.interview_schedule_main_contents_lists_item_main {
  background-color: #f2f2f2;
  min-height: 155px;
  padding: 20px 20px 20px 40px;
  width: calc(100% - 89px);
}

.interview_schedule_main_contents_lists_item_main_title {
  background: #1eb1bc;
  color: #fff;
  display: table;
  font-size: 20px;
  font-weight: bold;
  line-height: 38px;
  padding: 0 20px;
  text-align: center;
}

.interview_schedule_main_contents_lists_item_main_desc {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 20px;
  text-align: left;
}

.interview_schedule_main_contents_lists_item + .interview_schedule_main_contents_lists_item {
  margin-top: 20px;
}

.interview_schedule_main.col2 {
  margin-top: 60px;
}

.interview_schedule_main.col2 .interview_schedule_main_contents {
  width: 480px;
}

.interview_schedule_main.col2 .interview_schedule_main_contents + .interview_schedule_main_contents {
  margin-left: 40px;
}

.interview_schedule_main_contents_title {
  margin: 0 auto 60px;
  max-width: 382px;
  position: relative;
  z-index: 0;
}

.interview_schedule_main_contents_title::after {
  background-color: #707070;
  content: '';
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}

.interview_schedule_main_contents_title span {
  background-color: #fff;
  color: #000;
  display: table;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .03em;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media screen and (min-width: 1500px) {
  .interview_schedule {
    margin-top: 15vw;
  }
}

@media screen and (max-width: 1000px) {
  .interview_schedule_main {
    display: block;
  }

  .interview_schedule_main_text {
    max-width: 100%;
    padding-right: 0;
  }

  .interview_schedule_main_contents {
    margin: 40px auto 0;
    max-width: 550px;
  }

  .interview_schedule_main_text_img {
    margin-top: 40px;
    max-width: 100%;
  }

  .interview_schedule_main.col2 .interview_schedule_main_contents {
    width: 100%;
  }

  .interview_schedule_main.col2 .interview_schedule_main_contents + .interview_schedule_main_contents {
    margin-left: auto;
    margin-top: 40px;
  }
}

@media screen and (max-width: 600px) {
  .interview_schedule {
    margin-top: 60px;
  }

  .interview_schedule_main_title {
    font-size: 24px;
  }

  .interview_schedule_main_title::before {
    height: 24px;
    top: 7px;
  }

  .interview_schedule_main_text_sub {
    font-size: 18px;
    margin-top: 20px;
  }

  .interview_schedule_main_text_desc {
    font-size: 15px;
    line-height: 2;
    margin-top: 20px;
  }

  .interview_schedule_main_contents {
    width: 100%;
  }

  .interview_schedule_main_contents_lists_item_time {
    font-size: 15px;
    height: 73px;
    margin-right: -7px;
    width: 70px;
  }

  .interview_schedule_main_contents.week .interview_schedule_main_contents_lists_item_time {
    font-size: 13px;
  }

  .interview_schedule_main_contents_lists_item_main {
    min-height: 110px;
    padding: 10px 10px 10px 20px;
    width: calc(100% - 60px);
  }

  .interview_schedule_main_contents_lists_item_main_title {
    font-size: 15px;
    line-height: 26px;
    padding: 0 10px;
  }

  .interview_schedule_main_contents_lists_item_main_desc {
    font-size: 15px;
    margin-top: 10px;
  }

  .interview_schedule_main_contents_lists_item + .interview_schedule_main_contents_lists_item {
    margin-top: 20px;
  }

  .interview_schedule_main.col2 {
    margin-top: 40px;
  }

  .interview_schedule_main.col2 .interview_schedule_main_contents {
    width: 100%;
  }

  .interview_schedule_main_contents_title {
    margin: 0 auto 20px;
    max-width: 382px;
  }

  .interview_schedule_main_contents_title span {
    font-size: 16px;
    padding: 0 20px;
  }

  .interview_schedule_main_contents .interview_schedule_main_text_sub {
    font-size: 16px;
  }
}

/* ------------------------------------------
  interview_links
------------------------------------------ */
.interview_links {
  margin-top: 150px;
}

.interview_links_top_sub {
  color: #000;
  font-family: 'fot-tsukuaoldmin-pr6n', sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin-top: 50px;
  text-align: center;
}

.interview_links_top_text {
  color: #000;
  font-family: 'fot-tsukuaoldmin-pr6n', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
  margin-top: 30px;
  text-align: center;
}

.interview_links_bottom {
  margin-top: 100px;
  padding-top: 50px;
  position: relative;
  z-index: 0;
}

.interview_links_bottom::before {
  background-color: #f2f2f2;
  content: '';
  height: 300px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.interview_links_bottom_lists {
  display: flex;
}

.interview_links_bottom_lists_item {
  position: relative;
  width: 20%;
}

.interview_links_bottom_lists_item:nth-child(2) {
  margin-top: 30px;
}

.interview_links_bottom_lists_item:nth-child(3) {
  margin-top: 60px;
}

.interview_links_bottom_lists_item:nth-child(4) {
  margin-top: 90px;
}

.interview_links_bottom_lists_item:nth-child(5) {
  margin-top: 120px;
}

.interview_links_bottom_lists_item_title {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  margin-top: 37px;
  text-align: center;
}

.interview_links_bottom_lists_item_desc {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -.07em;
  line-height: 2;
  margin-top: 42px;
  text-align: center;
}

.interview_links_bottom_lists_item a {
  display: block;
  position: relative;
}

.interview_links_bottom_lists_item a:hover {
  opacity: 1;
}

.interview_links_bottom_lists_item a:hover * {
  opacity: 1;
}

.interview_links_bottom_lists_item_img img {
  width: 100%;
}

.interview_links_bottom_lists_item_text {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.interview_links_bottom_lists_item_text_title_inner {
  background-color: rgba(255,255,255,.85);
  display: table;
  padding: 9px 14px;
  position: relative;
  transition: .3s;
  width: auto;
}

.interview_links_bottom_lists_item_text_title_inner::after {
  background-image: url(../img/top/top_interviews_lists_item_text_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 14px;
  left: 163px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
  width: 18px;
}

.interview_links_bottom_lists_item a:hover .interview_links_bottom_lists_item_text_title_inner::after {
  opacity: 1;
}

.interview_links_bottom_lists_item a:hover .interview_links_bottom_lists_item_text_title_inner {
  width: 100%;
}

.interview_links_bottom_lists_item_text_title {
  border-left: 4.5px #1eb1bc solid;
  color: #000;
  font-family: 'fot-tsukuaoldmin-pr6n', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.3;
  padding-left: 4px;
  text-align: left;
}

.interview_links_bottom_lists_item_text_title span {
  font-size: 12px;
}

.interview_links_bottom_lists_item_text_desc {
  background-color: rgba(0,0,0,.5);
  color: #fff;
  font-family: 'Calibri',sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  min-height: 50px;
  opacity: 0;
  padding-top: 22px;
  text-align: center;
  transition: .3s;
}

.interview_links_bottom_lists_item.item04 {
  margin-left: 156px;
}

@media screen and (max-width: 1000px) {
  .interview_links_bottom_lists {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 500px;
  }

  .interview_links_bottom_lists_item {
    margin-left: 20px;
    width: calc(50% - 10px);
  }

  .interview_links_bottom_lists_item:nth-child(2n+1) {
    margin-left: 0;
  }

  .interview_links_bottom_lists_item:nth-child(n+3) {
    margin-top: 20px;
  }

  .interview_links_bottom_lists_item:nth-child(2) {
    margin-top: 0;
  }

  .interview_links_bottom_lists_item:nth-child(4) {
    margin-top: 20px;
  }

  .interview_links_bottom_lists_item:nth-child(5) {
    margin-top: 20px;
  }

  .interview_links_bottom_lists_item_text_title_inner::after {
    left: 140px;
  }
}

@media screen and (max-width: 600px) {
  .interview_links {
    margin-top: 60px;
  }

  .interview_links_top_sub {
    font-size: 18px;
    margin-top: 20px;
  }

  .interview_links_top_text {
    font-size: 15px;
    margin-top: 20px;
  }

  .interview_links_bottom {
    margin-top: 60px;
    padding-top: 40px;
  }

  .interview_links_bottom_lists_item_title {
    font-size: 17px;
    margin-top: 20px;
  }

  .interview_links_bottom_lists_item_desc {
    font-size: 15px;
    margin-top: 20px;
  }

  .top_interviews_lists_item_text_title_inner {
    padding: 5px 10px;
  }

  .top_interviews_lists_item_text_title_inner::after {
    height: 10px;
    left: 80%;
    width: 14px;
  }

  .top_interviews_lists_item_text_title {
    font-size: 13px;
  }

  .top_interviews_lists_item_text_desc {
    font-size: 10px;
    min-height: 40px;
    padding-top: 15px;
  }

  .top_interviews_lists_item a:hover .top_interviews_lists_item_text_title_inner::after {
    opacity: 1;
  }

  .top_interviews_lists_item a:hover .top_interviews_lists_item_text_title_inner {
    /* width: auto; */
  }

  .top_interviews_lists_item a:hover .top_interviews_lists_item_text_desc {
    opacity: 1;
  }

  .top_interviews_lists_item.item04 {
    margin-left: 0;
  }

  .top_interviews_lists_item:nth-child(n + 4) {
    margin-top: 20px;
  }
}
