@charset "utf-8";

/*==================
interview-column 共通
==================*/
.list__item {
  max-width: 894px;
  padding: 7% 6.5%;
}
.list__item:not(:last-child) {
  border-bottom: 3px solid #e6e6e6;
}
.list__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  width: 100%;
  padding-right: 90px;
  position: relative;
}
.list__item a:after {
  content: "";
  display: block;
  width: 67px;
  height: 14px;
  background: url(../imgs/common/arrow_long.svg) right center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.list__item .thum_img {
  width: 37%;
  max-width: 170px;
  min-width: 135px;
  aspect-ratio: 170 / 238;
  /* margin-right: 7.3%; */
  border-radius: 9999px;
  overflow: hidden;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}
.list__item .thum_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.list__item .txt_cont {
  width: 63%;
  /* max-width: 300px; */
}
/*==================
interview
==================*/
#int_archive .txt_cont .job {
  font-size: clamp(13px, 1.187vw, 17px);
  display: inline-flex;
  margin-bottom: 7px;
  border: 1px solid #c3a4e0;
  border-radius: 13px;
  overflow: hidden;
}
#int_archive .txt_cont .num {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  padding-left: 5px;
  background-color: #c3a4e0;
}
#int_archive .txt_cont .job_name {
  padding: 0 15px 0 10px;
}
#int_archive .txt_cont .iname {
  font-size: clamp(22px, 1.87vw, 27px);
  margin-bottom: 10px;
}

/*==================
column
==================*/
.column .heading2__en {
  color: #2d6692;
}
.column .txt_cont .date {
  color: #00a5c4;
  font-size: 17px;
  margin-bottom: 10px;
}
.column .txt_cont .col-ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  max-width: 300px;
}
.column .list__item:last-child {
  border: none;
}

@media screen and (max-width: 1110px) {
  /*==================
interview-column 共通
==================*/
  /* .list__item a {
    justify-content: start;
  } */
  .list__item .thum_img {
    margin-right: 20px;
  }
  /* .list__item .txt_cont {
    max-width: calc(100% - 190px);
  } */
  /*==================
column
==================*/
  .column .txt_cont .col-ttl {
    font-size: clamp(14px, 1.63vw, 18px);
  }
}

@media screen and (max-width: 768px) {
  /*==================
interview-column 共通
==================*/
  .list__item a {
    padding-right: 60px;
  }
  .list__item a:after {
    width: 47px;
  }
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
  /*==================
interview-column 共通
==================*/
  .list__item a {
    padding-right: 0;
    padding-bottom: 40px;
  }
  .list__item a:after {
    top: auto;
    bottom: 0;
  }
}

@media screen and (max-width: 400px) {
  /*==================
interview-column 共通
==================*/
  .list__item a {
    display: block;
  }
  .list__item .thum_img {
    margin: 0 auto 20px;
  }
  .list__item .txt_cont {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  #int_archive .txt_cont .job_name {
    text-align: left;
  }
  #int_archive .txt_cont .iname + p {
    text-align: left;
  }
  #int_archive .txt_cont .iname + p br {
    display: none;
  }

  .list__item a:after {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
