@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.page_head
------------------------------ */
.page_head .page_ttl_box01 .page_ttl {
  margin-left: 0;
  margin-top: 25px;
}
@media screen and (max-width: 1280px) {
  .page_head .page_ttl_box01 .page_ttl {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .page_head .page_ttl_box01 .page_ttl {
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .page_head .page_ttl_box01 .page_ttl {
    margin-left: 2px;
  }
}

/* ------------------------------
	.interview
------------------------------ */
.interview {
  position: relative;
  padding: 110px 0 30px;
}
@media screen and (max-width: 768px) {
  .interview {
    padding: 60px 0 30px;
  }
}
.interview .recruit_ttl {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .interview .recruit_ttl {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.interview .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .interview .tag_list {
    gap: 10px;
    margin-bottom: 30px;
  }
}
.interview .tag_list .tag_btn a {
  display: block;
  padding: 10px 26px;
  background: #F4F7FB;
  border: 1px solid #eee;
  border-radius: 22px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .interview .tag_list .tag_btn a {
    padding: 5px 10px;
  }
}
.interview .tag_list .tag_btn a::before {
  content: "#";
}

/* ------------------------------
	.interview_list
------------------------------ */
.interview_list {
  display: flex;
  flex-wrap: wrap;
  gap: 75px 47px;
}
@media screen and (max-width: 900px) {
  .interview_list {
    gap: 75px 30px;
  }
}
@media screen and (max-width: 768px) {
  .interview_list {
    justify-content: space-between;
    gap: 30px 0;
  }
}
.interview_list .interview_item {
  width: calc(25% - 35.25px);
}
@media screen and (max-width: 900px) {
  .interview_list .interview_item {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .interview_list .interview_item {
    width: 48%;
  }
}
.interview_list .interview_item a {
  display: block;
}
.interview_list .interview_item a:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .interview_list .interview_item a:hover .img img {
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
    transform: translateX(-50%) translateY(-50%) scale(1.1);
  }
}
.interview_list .interview_item .fukidashi {
  position: relative;
  padding: 3px 5px;
  margin-bottom: 13px;
  background: #15B9D4;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  line-height: 1.8;
  font-size: 1.2rem;
  font-weight: 900;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .interview_list .interview_item .fukidashi {
    font-size: 1rem;
  }
}
.interview_list .interview_item .fukidashi::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #15B9D4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.interview_list .interview_item .img {
  position: relative;
  width: 100%;
  padding-top: 117.275%;
  border-radius: 15px;
  overflow: hidden;
}
.interview_list .interview_item .img img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  object-fit: cover;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.interview_list .interview_item .txt_box {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .interview_list .interview_item .txt_box {
    margin-top: 10px;
  }
}
.interview_list .interview_item .txt_box .txt {
  text-align: center;
  line-height: 1.5;
  font-size: 1.2rem;
}
.interview_list .interview_item .txt_box .ttl {
  margin-top: 3px;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
}
.interview_list .interview_item .txt_box > * + * {
  margin-top: 5px;
}

/* ------------------------------
	.interview_head
------------------------------ */
.interview_head {
  position: relative;
}
.interview_head .interview_head_img {
  position: relative;
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .interview_head .interview_head_img {
    height: 200px;
  }
}
.interview_head .interview_head_img img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  object-fit: cover;
}
.interview_head .wrap {
  position: relative;
  height: 100%;
}
.interview_head .interview_ttl_box {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -68px;
  width: 430px;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1000px) {
  .interview_head .interview_ttl_box {
    width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .interview_head .interview_ttl_box {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: -30px;
    margin-left: auto;
    max-width: 300px;
  }
}
.interview_head .interview_ttl_box .ttl_top {
  padding: 28px 25px;
}
@media screen and (max-width: 1000px) {
  .interview_head .interview_ttl_box .ttl_top {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 768px) {
  .interview_head .interview_ttl_box .ttl_top {
    padding: 10px 15px;
  }
}
.interview_head .interview_ttl_box .ttl_top .interview_ttl {
  font-weight: 900;
  line-height: 1.3;
}
.interview_head .interview_ttl_box .ttl_top .interview_ttl .ttl_min {
  display: block;
  margin-bottom: 15px;
  color: #0077C3;
  font-size: 1.8rem;
}
@media screen and (max-width: 1000px) {
  .interview_head .interview_ttl_box .ttl_top .interview_ttl .ttl_min {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .interview_head .interview_ttl_box .ttl_top .interview_ttl .ttl_min {
    font-size: 1.4rem;
  }
}
.interview_head .interview_ttl_box .ttl_top .interview_ttl .ttl_txt {
  display: block;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .interview_head .interview_ttl_box .ttl_top .interview_ttl .ttl_txt {
    font-size: 2rem;
  }
}
.interview_head .interview_ttl_box .ttl_btm {
  padding: 15px 25px;
  background: #15B9D4;
}
@media screen and (max-width: 1000px) {
  .interview_head .interview_ttl_box .ttl_btm {
    padding: 10px 25px;
  }
}
@media screen and (max-width: 768px) {
  .interview_head .interview_ttl_box .ttl_btm {
    padding: 10px 15px;
  }
}
.interview_head .interview_ttl_box .ttl_btm .txt {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .interview_head .interview_ttl_box .ttl_btm .txt {
    font-size: 1.2rem;
  }
}
.interview_head .interview_ttl_box .ttl_btm .ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .interview_head .interview_ttl_box .ttl_btm .ttl {
    gap: 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .interview_head .interview_ttl_box .ttl_btm .ttl {
    gap: 5px;
    margin-top: 5px;
  }
}
.interview_head .interview_ttl_box .ttl_btm .ttl .ttl_txt {
  font-weight: 900;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .interview_head .interview_ttl_box .ttl_btm .ttl .ttl_txt {
    font-size: 2.2rem;
  }
}
.interview_head .interview_ttl_box .ttl_btm .ttl .en {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .interview_head .interview_ttl_box .ttl_btm .ttl .en {
    font-size: 1.2rem;
  }
}
.interview_head .interview_ttl_box .ttl_btm .btm_txt {
  margin-top: 20px;
  text-align: right;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .interview_head .interview_ttl_box .ttl_btm .btm_txt {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .interview_head .interview_ttl_box .ttl_btm .btm_txt {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}

/* ------------------------------
	.interview_details
------------------------------ */
.interview_details {
  position: relative;
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .interview_details {
    padding: 0 0 30px;
  }
}
.interview_details .sec_ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .interview_details .sec_ttl {
    font-size: 1.8rem;
  }
}
.interview_details .info {
  padding: 70px 0 100px;
}
@media screen and (max-width: 768px) {
  .interview_details .info {
    padding: 30px 0 60px;
  }
}
.interview_details .info .main_ttl {
  margin-bottom: 50px;
  font-weight: 900;
  color: #0077C3;
  font-size: 3.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .interview_details .info .main_ttl {
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 1.8;
  }
}
.interview_details .info .info_wrap.no_main_ttl {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .interview_details .info .info_wrap.no_main_ttl {
    padding-top: 30px;
  }
}
.interview_details .info .info_wrap .info_ttl,
.interview_details .info .info_wrap .is-style-h3_info_ttl {
  padding: 15px 20px 15px 70px;
  margin-bottom: 35px;
  border-radius: 30px;
  background: #15B9D4 url(../img/person/info_ico01.svg) no-repeat;
  background-position: 20px bottom;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .interview_details .info .info_wrap .info_ttl,
  .interview_details .info .info_wrap .is-style-h3_info_ttl {
    padding: 10px 15px 10px 50px;
    margin-bottom: 20px;
    border-radius: 30px;
    background-size: 25px;
    background-position: 15px bottom;
    font-size: 1.8rem;
  }
}
.interview_details .info .info_wrap .is-style-h3_line_ttl,
.interview_details .info .info_wrap .line_ttl {
  padding-bottom: 20px;
  border-bottom: 5px solid #15B9D4;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .interview_details .info .info_wrap .is-style-h3_line_ttl,
  .interview_details .info .info_wrap .line_ttl {
    padding-bottom: 10px;
    border-width: 3px;
    font-size: 1.8rem;
  }
}
.interview_details .info .info_wrap .is-style-h4_blue_ttl,
.interview_details .info .info_wrap .blue_ttl {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  color: #159BB1;
}
@media screen and (max-width: 768px) {
  .interview_details .info .info_wrap .is-style-h4_blue_ttl,
  .interview_details .info .info_wrap .blue_ttl {
    font-size: 1.8rem;
  }
}
.interview_details .info .info_wrap .is-style-h4_blue_ttl + *,
.interview_details .info .info_wrap .blue_ttl + * {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .interview_details .info .info_wrap .is-style-h4_blue_ttl + *,
  .interview_details .info .info_wrap .blue_ttl + * {
    margin-top: 10px;
  }
}
.interview_details .info .info_wrap .is-style-h5_black_ttl,
.interview_details .info .info_wrap .black_ttl {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .interview_details .info .info_wrap .is-style-h5_black_ttl,
  .interview_details .info .info_wrap .black_ttl {
    font-size: 1.6rem;
  }
}
.interview_details .info .info_wrap .is-style-h5_black_ttl + *,
.interview_details .info .info_wrap .black_ttl + * {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .interview_details .info .info_wrap .is-style-h5_black_ttl + *,
  .interview_details .info .info_wrap .black_ttl + * {
    margin-top: 5px;
  }
}
.interview_details .info .info_wrap .is-style-h3_column_ttl,
.interview_details .info .info_wrap .column_ttl {
  margin-bottom: 25px;
  font-weight: 900;
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .interview_details .info .info_wrap .is-style-h3_column_ttl,
  .interview_details .info .info_wrap .column_ttl {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.interview_details .info .info_wrap .info_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .interview_details .info .info_wrap .info_box {
    display: block;
  }
}
.interview_details .info .info_wrap .info_box + .info_box {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .interview_details .info .info_wrap .info_box + .info_box {
    margin-top: 60px;
  }
}
.interview_details .info .info_wrap .info_box .img_box {
  width: 48%;
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .interview_details .info .info_wrap .info_box .img_box {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
.interview_details .info .info_wrap .info_box .txt_box {
  width: 48%;
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .interview_details .info .info_wrap .info_box .txt_box {
    width: 100%;
    max-width: 100%;
  }
}
.interview_details .info .info_wrap .info_box .txt_box > * + * {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .interview_details .info .info_wrap .info_box .txt_box > * + * {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .interview_details .info .info_wrap .info_box:nth-child(even) .img_box {
    order: 1;
  }
}
@media screen and (min-width: 769px) {
  .interview_details .info .info_wrap .info_box:nth-child(even) .txt_box {
    order: 2;
  }
}
.interview_details .info .column_wrap {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .interview_details .info .column_wrap {
    margin-top: 60px;
  }
}
.interview_details .info .column_wrap .column_box {
  padding: 35px 47px 48px;
}
@media screen and (max-width: 768px) {
  .interview_details .info .column_wrap .column_box {
    padding: 20px;
  }
}
.interview_details .info .column_wrap .column_box + .column_box {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .interview_details .info .column_wrap .column_box + .column_box {
    margin-top: 30px;
  }
}
.interview_details .info .column_wrap .column_box.border_box {
  padding: 32px 44px 45px;
  background: #fff;
  border: 3px solid #15B9D4;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .interview_details .info .column_wrap .column_box.border_box {
    padding: 18px;
    border-width: 2px;
  }
}
.interview_details .info .column_wrap .column_box .flex {
  display: flex;
  gap: 35px;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .interview_details .info .column_wrap .column_box .flex {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
  }
}
.interview_details .info .column_wrap .column_box .flex .img {
  width: 215px;
  max-width: 100%;
}
.interview_details .is-style-group_column_box {
  padding: 35px 47px 48px;
}
@media screen and (max-width: 768px) {
  .interview_details .is-style-group_column_box {
    padding: 20px;
  }
}
.interview_details .history {
  max-width: 1020px;
  margin: 0 auto;
  border-radius: 50px;
  background: #F4F7FB;
}
@media screen and (max-width: 768px) {
  .interview_details .history {
    border-radius: 0;
  }
}
.interview_details .history .wrap {
  max-width: 1020px;
  padding: 40px 0 65px;
}
@media screen and (max-width: 768px) {
  .interview_details .history .wrap {
    padding: 30px 0;
  }
}
.interview_details .history .sec_ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .interview_details .history .sec_ttl {
    margin-bottom: 25px;
  }
}
.interview_details .history .history_wrap {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
.interview_details .history .history_list {
  position: relative;
}
.interview_details .history .history_list .history_item {
  display: flex;
  align-items: center;
}
.interview_details .history .history_list .history_item .history_data {
  position: relative;
  flex-shrink: 0;
  width: 210px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #0077C3;
}
@media screen and (max-width: 768px) {
  .interview_details .history .history_list .history_item .history_data {
    width: 80px;
    text-align: right;
    padding-right: 10px;
    margin-left: -2vw;
    font-size: 2rem;
  }
}
.interview_details .history .history_list .history_item .history_data .min {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .interview_details .history .history_list .history_item .history_data .min {
    font-size: 1.4rem;
  }
}
.interview_details .history .history_list .history_item .history_data::before {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: -10px;
  content: "";
  display: block;
  width: 18px;
  height: 25px;
  background: url(../img/person/history_ico01.svg) no-repeat center center;
}
@media screen and (max-width: 768px) {
  .interview_details .history .history_list .history_item .history_data::before {
    top: 11px;
    right: -7px;
    width: 12px;
    height: 20px;
    background-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .interview_details .history .history_list .history_item:nth-child(1) .history_data, .interview_details .history .history_list .history_item:last-child .history_data {
    padding-top: 0;
  }
}
.interview_details .history .history_list .history_item:nth-child(1) .history_data::before, .interview_details .history .history_list .history_item:last-child .history_data::before {
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 22px;
  background: url(../img/person/history_ico02.svg) no-repeat center bottom;
}
@media screen and (max-width: 768px) {
  .interview_details .history .history_list .history_item:nth-child(1) .history_data::before, .interview_details .history .history_list .history_item:last-child .history_data::before {
    height: 19px;
    background-size: 11px;
  }
}
.interview_details .history .history_list .history_item:nth-child(1) .history_box, .interview_details .history .history_list .history_item:last-child .history_box {
  position: relative;
  padding-left: 0;
  border: 0;
}
.interview_details .history .history_list .history_item:nth-child(1) .history_box::after, .interview_details .history .history_list .history_item:last-child .history_box::after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 50%;
  border-left: 3px solid #15B9D4;
}
@media screen and (max-width: 768px) {
  .interview_details .history .history_list .history_item:nth-child(1) .history_box::after, .interview_details .history .history_list .history_item:last-child .history_box::after {
    border-width: 2px;
  }
}
.interview_details .history .history_list .history_item:nth-child(1) .history_box::after {
  bottom: 0;
}
.interview_details .history .history_list .history_item:last-child .history_data::before {
  background: url(../img/person/history_ico03.svg) no-repeat center top;
}
@media screen and (max-width: 768px) {
  .interview_details .history .history_list .history_item:last-child .history_data::before {
    height: 19px;
    background-size: 11px;
  }
}
.interview_details .history .history_list .history_item:last-child .history_box::after {
  top: 0;
}
.interview_details .history .history_list .history_item .history_box {
  position: relative;
  width: 100%;
  padding: 12px 0;
  border-left: 3px solid #15B9D4;
}
@media screen and (max-width: 768px) {
  .interview_details .history .history_list .history_item .history_box {
    padding: 5px 0;
    border-width: 2px;
  }
}
.interview_details .history .history_list .history_item .history_box::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: #15B9D4;
}
@media screen and (max-width: 768px) {
  .interview_details .history .history_list .history_item .history_box::before {
    width: 20px;
  }
}
.interview_details .history .history_list .history_item .history_box .txt_wrap .txt_box {
  position: relative;
  width: calc(100% - 45px);
  padding: 10px 30px;
  border-radius: 50px;
  border: 1px solid #15B9D4;
  background: #fff;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .interview_details .history .history_list .history_item .history_box .txt_wrap .txt_box {
    width: calc(100% - 20px);
    min-height: 55px;
    padding: 10px 15px;
    border-radius: 30px;
  }
}
.interview_details .history .history_list .history_item .history_box .txt_wrap .txt_box .ttl {
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .interview_details .history .history_list .history_item .history_box .txt_wrap .txt_box .ttl {
    font-size: 1.3rem;
  }
}
.interview_details .history .history_list .history_item .history_box .txt_wrap .txt_box .txt {
  margin-top: 2px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .interview_details .history .history_list .history_item .history_box .txt_wrap .txt_box .txt {
    font-size: 1.3rem;
  }
}
.interview_details .history .history_list .history_item .history_box .txt_wrap .txt_box .txt .txt_blue01 {
  font-weight: 900;
}
.interview_details .schedule {
  padding: 120px 0 150px;
}
@media screen and (max-width: 768px) {
  .interview_details .schedule {
    padding: 60px 0;
  }
}
.interview_details .schedule .sec_ttl {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .interview_details .schedule .sec_ttl {
    margin-bottom: 30px;
  }
}
.interview_details .schedule .schedule_box {
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1000px) {
  .interview_details .schedule .schedule_box {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .interview_details .schedule .schedule_box {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.interview_details .schedule .schedule_box .img {
  flex-shrink: 0;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .interview_details .schedule .schedule_box .img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .interview_details .schedule .schedule_box .schedule_list {
    width: 100%;
  }
}
.interview_details .schedule .schedule_box .schedule_list .schedule_item {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.interview_details .schedule .schedule_box .schedule_list .schedule_item::before {
  content: "・";
}
.interview_details .schedule .schedule_box .schedule_list .schedule_item + .schedule_item {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .interview_details .schedule .schedule_box .schedule_list .schedule_item + .schedule_item {
    margin-top: 15px;
  }
}
.interview_details .interview_list_wrap {
  padding: 40px 0 120px;
  background: #F4F7FB;
}
@media screen and (max-width: 768px) {
  .interview_details .interview_list_wrap {
    padding: 30px 0 60px;
  }
}
.interview_details .interview_list_wrap .sec_ttl {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .interview_details .interview_list_wrap .sec_ttl {
    margin-bottom: 30px;
  }
}

/* ------------------------------
	.wp
------------------------------ */
.interview_details .info_wrap {
  overflow: hidden;
}
.interview_details .info_wrap > *:first-child,
.interview_details .info_wrap > *:first-child *:first-child {
  margin-top: 0 !important;
}
.interview_details .info_wrap > *:last-child,
.interview_details .info_wrap > *:last-child *:last-child {
  margin-bottom: 0 !important;
}
.interview_details .info_wrap > * {
  position: relative;
  max-width: 100%;
}
.interview_details .info_wrap * {
  font-size: 1.6rem;
  line-height: 1.8;
  word-break: break-all;
  word-break: break-word;
}
.interview_details .info_wrap .col_box {
  overflow: hidden;
}
.interview_details .info_wrap .col_box > p + p {
  margin-top: 20px;
}
.interview_details .info_wrap h1:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl),
.interview_details .info_wrap h3:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl),
.interview_details .info_wrap h4:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl),
.interview_details .info_wrap h5:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl),
.interview_details .info_wrap h6:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) {
  position: relative;
  line-height: 1.5;
  font-weight: bold;
}
.interview_details .info_wrap h1:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) {
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 2.2rem;
  border: 3px solid #15B9D4;
}
.interview_details .info_wrap h2:not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) {
  padding: 15px 20px 15px 70px;
  margin-bottom: 35px;
  border-radius: 30px;
  background: #15B9D4 url(../img/person/info_ico01.svg) no-repeat;
  background-position: 20px bottom;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
}
.interview_details .info_wrap h3:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) {
  padding-left: 42px;
  font-size: 2.2rem;
}
.interview_details .info_wrap h3:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl)::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background: #15B9D4;
  border-radius: 50%;
}
.interview_details .info_wrap h4:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) {
  font-size: 2rem;
}
.interview_details .info_wrap h5:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) {
  font-size: 1.6rem;
}
.interview_details .info_wrap h6:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) {
  font-size: 1.6rem;
}
.interview_details .info_wrap a {
  font-size: inherit;
  line-height: inherit;
  color: #0077C3;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .interview_details .info_wrap a:hover {
    text-decoration: none;
  }
}
.interview_details .info_wrap span,
.interview_details .info_wrap strong,
.interview_details .info_wrap em,
.interview_details .info_wrap b {
  font-size: inherit;
  line-height: inherit;
}
.interview_details .info_wrap > * {
  margin-top: 100px;
}
.interview_details .info_wrap > p + p {
  margin-top: 30px;
}
.interview_details .info_wrap h1:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) + *,
.interview_details .info_wrap h2:not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) + * {
  margin-top: 30px;
}
.interview_details .info_wrap h3:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) + *,
.interview_details .info_wrap h4:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) + *,
.interview_details .info_wrap h5:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) + *,
.interview_details .info_wrap h6:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) + * {
  margin-top: 15px;
}
.interview_details .info_wrap .wp-caption-text,
.interview_details .info_wrap figcaption,
.interview_details .info_wrap caption {
  display: block;
  margin-bottom: 0 !important;
  margin-top: 1em;
  font-size: 1.4rem;
}
.interview_details .info_wrap figure {
  display: table;
}
.interview_details .info_wrap figure figcaption {
  display: table-caption;
  caption-side: bottom;
}
.interview_details .info_wrap .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.interview_details .info_wrap .alignright {
  float: right;
  margin-left: 25px;
  padding-bottom: 0.3em;
  overflow: hidden;
}
.interview_details .info_wrap .alignleft {
  float: left;
  margin-right: 25px;
  padding-bottom: 0.3em;
  overflow: hidden;
}
.interview_details .info_wrap p::after {
  content: "";
  clear: both;
}
.interview_details .info_wrap > *:first-child.alignright + p,
.interview_details .info_wrap > *:first-child.alignleft + p {
  margin-top: 0;
}
.interview_details .info_wrap .alignleft + .aligncenter,
.interview_details .info_wrap .alignright + .aligncenter {
  padding-top: 28px;
}
.interview_details .info_wrap ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.interview_details .info_wrap ul li::before {
  content: "・";
}
.interview_details .info_wrap ol {
  padding-left: 25px;
}
.interview_details .info_wrap ol {
  counter-reset: ol_num;
}
.interview_details .info_wrap ol li {
  position: relative;
}
.interview_details .info_wrap ol li:before {
  position: absolute;
  top: 0;
  left: -25px;
  counter-increment: ol_num;
  content: counter(ol_num) ".";
}
.interview_details .info_wrap li + li {
  margin-top: 2px;
}
.interview_details .info_wrap blockquote {
  padding: 30px 30px;
  border: 1px solid #99A7B2;
}
.interview_details .info_wrap blockquote::before, .interview_details .info_wrap blockquote::after {
  position: absolute;
  z-index: 2;
  display: block;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  pointer-events: none;
}
.interview_details .info_wrap blockquote::before {
  top: 10px;
  left: 20px;
  content: "“";
}
.interview_details .info_wrap blockquote::after {
  bottom: -10px;
  right: 20px;
  content: "”";
}
.interview_details .info_wrap table {
  width: 100%;
}
.interview_details .info_wrap thead {
  border: 0;
}
.interview_details .info_wrap th,
.interview_details .info_wrap td {
  padding: 1.5rem 2rem;
  border-left: 1px solid #99A7B2;
  border-bottom: 1px solid #99A7B2;
  border-color: #99A7B2;
  line-height: 1.3;
  background: #fff;
}
.interview_details .info_wrap th {
  background: #BFDDF0;
  font-weight: bold;
}
.interview_details .info_wrap tr > *:last-child {
  border-right: 1px solid #99A7B2;
}
.interview_details .info_wrap tr:first-child > * {
  border-top: 1px solid #99A7B2;
}
.interview_details .info_wrap iframe {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.interview_details .info_wrap .is-type-video,
.interview_details .info_wrap .is-provider-youtube,
.interview_details .info_wrap .wp-block-embed-youtube {
  width: 100%;
}
.interview_details .info_wrap .wp-block-embed-youtube.alignleft, .interview_details .info_wrap .wp-block-embed-youtube.alignright {
  max-width: 100%;
}
.interview_details .info_wrap hr {
  background-color: #99A7B2;
  border: 0;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .interview_details .info_wrap .alignright,
  .interview_details .info_wrap .alignleft {
    float: none;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .interview_details .info_wrap .alignleft + .aligncenter,
  .interview_details .info_wrap .alignright + .aligncenter {
    padding-top: 0;
  }
  .interview_details .info_wrap .aligncenter figcaption,
  .interview_details .info_wrap .alignleft figcaption,
  .interview_details .info_wrap .alignright figcaption {
    display: block;
    margin-bottom: 0;
  }
  .interview_details .info_wrap .alignnone {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .interview_details .info_wrap .col_box > p {
    margin-top: 15px;
  }
  .interview_details .info_wrap * {
    font-size: 1.4rem;
  }
  .interview_details .info_wrap > * {
    margin-top: 60px;
  }
  .interview_details .info_wrap > p + p {
    margin-top: 20px;
  }
  .interview_details .info_wrap h1:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) + * {
    margin-top: 20px;
  }
  .interview_details .info_wrap h2:not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) + * {
    margin-top: 20px;
  }
  .interview_details .info_wrap h3:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) + *,
  .interview_details .info_wrap h4:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) + *,
  .interview_details .info_wrap h5:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) + *,
  .interview_details .info_wrap h6:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) + * {
    margin-top: 15px;
  }
  .interview_details .info_wrap h1:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) {
    padding: 15px 20px;
    border-width: 2px;
    font-size: 1.8rem;
  }
  .interview_details .info_wrap h2:not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) {
    padding: 10px 15px 10px 50px;
    margin-bottom: 20px;
    border-radius: 30px;
    background-size: 25px;
    background-position: 15px bottom;
    font-size: 1.8rem;
  }
  .interview_details .info_wrap h3:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) {
    padding-left: 25px;
    font-size: 1.8rem;
  }
  .interview_details .info_wrap h3:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl)::before {
    top: 4px;
    width: 20px;
    height: 20px;
  }
  .interview_details .info_wrap h4:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) {
    font-size: 1.6rem;
  }
  .interview_details .info_wrap h5:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) {
    font-size: 1.4rem;
  }
  .interview_details .info_wrap h6:not(.is-style-h3_info_ttl):not(.is-style-h3_line_ttl):not(.is-style-h4_blue_ttl):not(.is-style-h5_black_ttl):not(.is-style-h3_column_ttl) {
    font-size: 1.4rem;
  }
  .interview_details .info_wrap .wp-caption-text,
  .interview_details .info_wrap figcaption,
  .interview_details .info_wrap caption {
    font-size: 1.2rem;
  }
  .interview_details .info_wrap th,
  .interview_details .info_wrap td {
    padding: 5px 10px;
  }
  .interview_details .info_wrap blockquote {
    padding: 20px;
  }
  .interview_details .info_wrap blockquote::before, .interview_details .info_wrap blockquote::after {
    font-size: 2rem;
  }
  .interview_details .info_wrap blockquote::before {
    top: 10px;
    left: 0.5rem;
    content: "“";
  }
  .interview_details .info_wrap blockquote::after {
    bottom: 0;
    right: 0.5rem;
    content: "”";
  }
  .interview_details .info_wrap .is-style-columns_info_box .wp-block-column:nth-child(1) {
    order: 2;
  }
  .interview_details .info_wrap .is-style-columns_info_box .wp-block-column:nth-child(2) {
    order: 1;
  }
}