@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
/*
  2023 採用ページリニューアル
*/

/* フッター */
footer {
  position: relative;
  z-index: 2;
}

/* リクルート(トップページ) */
.recruit-header {
  position: relative;
}

.recruit-header .recruit-header__img {
  height: 940px;
  overflow: hidden;
  position: relative;
}

.recruit-header .recruit-header__img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.recruit-header .recruit-header__img .video_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.recruit-header .recruit-header__img .video_wrap video {
  position: fixed;
  top: 170px;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 1366px;
}

.recruit-header .recruit-header__img .video_wrap .pc,
.recruit-header .recruit-header__img .video_wrap .sp {
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.recruit-header .recruit-header__img .video_wrap .pc {
  display: block;
}

.recruit-header .recruit-header__img .video_wrap .sp {
  display: none;
}

.recruit-header .recruit-header__ttl {
  margin-bottom: 36px;
  width: 100%;
  max-width: 640px;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, calc(-50% + -80px));
}

.recruit-header .recruit-header__ttl img {
  animation: fadein 4s forwards ease-out;
  width: auto;
}

.recruit-header .recruit-header__menu {
  margin: -180px auto 0;
  width: 100%;
  max-width: 640px;
  position: relative;
  z-index: 3;
}

.recruit-header .recruit-header__menu .menu-unit {
  width: 100%;
  max-width: 100%;
}

.recruit-header .recruit-header__menu .menu-unit .menu-unit__item {
  background-color: rgba(195, 62, 41, .85);
  border-top: 1px rgba(255, 255, 255, .3) solid;
  padding: 15px;
  width: 100%;
}

.recruit-header .recruit-header__menu .menu-unit .menu-unit__item:hover a {
  opacity: .7;
}

.recruit-header .recruit-header__menu .menu-unit .menu-unit__item .menu-unit__link {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-family: 'Noto Sans JP', sans-serif;
  text-decoration: none;
  padding-left: 50px;
  position: relative;
}

.recruit-header .recruit-header__menu .menu-unit .menu-unit__item .menu-unit__link::before {
  background-size: 100% auto;
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.recruit-header .recruit-header__menu .menu-unit .menu-unit__item .menu-unit__link.info {
  border-top: none;
}

.recruit-header .recruit-header__menu .menu-unit .menu-unit__item .menu-unit__link.info::before {
  background: url(../img/recruit/2023/recruit_header_menu_icon1.svg) no-repeat center center;
}

.recruit-header .recruit-header__menu .menu-unit .menu-unit__item .menu-unit__link.msg::before {
  background: url(../img/recruit/2023/recruit_header_menu_icon2.svg) no-repeat center center;
}

.recruit-header .recruit-header__menu .menu-unit .menu-unit__item .menu-unit__link.intvw::before {
  background: url(../img/recruit/2023/recruit_header_menu_icon3.svg) no-repeat center center;
}

.recruit-header .recruit-header__menu .menu-unit .menu-unit__item .menu-unit__link.club::before {
  background: url(../img/recruit/2023/recruit_header_menu_icon4.svg) no-repeat center center;
}

.recruit-header .recruit-header__menu .menu-unit .menu-unit__item .menu-unit__link.works::before {
  background: url(../img/recruit/2023/recruit_header_menu_icon5.svg) no-repeat center center;
}

.recruit-header .recruit-header__menu .menu-unit .menu-unit__item .menu-unit__link.aboutus::before {
  background: url(../img/recruit/2023/recruit_header_menu_icon6.svg) no-repeat center center;
}

.recruit-header .recruit-header__menu .menu-unit .menu-unit__item .menu-unit__link.sprit::before {
  background: url(../img/recruit/2023/recruit_header_menu_icon7.svg) no-repeat center center;
}

.recruit-header .recruit-header__menu .menu-unit .menu-unit__item .menu-unit__link.division::before {
  background: url(../img/recruit/2023/recruit_header_menu_icon8.svg) no-repeat center center;
}

.recruit-header .recruit-header__menu .menu-unit .menu-unit__item .menu-unit__link span {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: normal;
  line-height: normal;
}

.recruit-header .recruit-header__menu .menu-unit .menu-unit__item .menu-unit__link span.en {
  color: white;
  font-size: 27px;
  font-weight: 700;
}

.recruit-header .recruit-header__menu .menu-unit .menu-unit__item .menu-unit__link span.ja {
  color: black;
  font-size: 12px;
  font-weight: 500;
}

#contents_recruit {
  padding: 24px 0 48px;
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  font-family: 'Noto Sans JP', sans-serif;
}

#contents_recruit.recruit_news_unit {
  margin-top: 100px;
  position: relative;
  background: #fff;
  z-index: 2;
  max-width: 100%;
}

#contents_recruit.recruit_news_unit .recruit_news_unit__inner {
  max-width: 640px;
  margin: 0 auto;
}

#contents_recruit.recruit_news_unit h2 {
  margin-bottom: 18px;
}

#contents_recruit.recruit_news_unit h2 a {
  display: flex;
  align-items: center;
  gap: 0 12px;
}

#contents_recruit.recruit_news_unit h2 a:hover {
  opacity: .7;
}

#contents_recruit.recruit_news_unit h2 a span {
  font-family: 'Noto Sans JP', sans-serif;
}

#contents_recruit.recruit_news_unit h2 a span.en {
  color: #c33e29;
  font-size: 27px;
  font-weight: 700;
}

#contents_recruit.recruit_news_unit h2 a span.ja {
  color: #c33e29;
  font-size: 15px;
  font-weight: 500;
  padding-top: 5px;
}

#contents_recruit.recruit_news_unit .new_release {
  border-top: 1px #999 dashed;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

#contents_recruit.recruit_news_unit .new_release dt,
#contents_recruit.recruit_news_unit .new_release dd {
  border-bottom: 1px #999 dashed;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 15px 8px;
  margin-bottom: 0;
}

#contents_recruit.recruit_news_unit .new_release dt {
  color: #c33e29;
  width: 90px;
}

#contents_recruit.recruit_news_unit .new_release dd {
  color: black;
  width: calc(100% - 90px);
}

#contents_recruit.recruit_news_unit .new_release dd a {
  color: black;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

#contents_recruit.recruit_news_unit .new_release dd a:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .recruit-header .recruit-header__img {
    /* height: 750px; */
    height: auto;
  }
  .recruit-header .recruit-header__img .video_wrap {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
  }
  .recruit-header .recruit-header__img .video_wrap::before {
    content: "";
    display: block;
    padding-top: 117%;
  }
  .recruit-header .recruit-header__img .video_wrap .pc {
    display: none;
  }
  .recruit-header .recruit-header__img .video_wrap .sp {
    display: block;
    height: 100%;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .recruit-header .recruit-header__img .video_wrap .sp::before {
    content: "";
    display: block;
    padding-top: 117%;
  }
  .recruit-header .recruit-header__img .video_wrap .sp video {
    top: 178px;
    min-width: auto;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .recruit-header .recruit-header__ttl {
    padding: 0 32px;
    top: 65%;
    transform: translate(-50%, 115px);
  }
  .recruit-header .recruit-header__menu {
    margin: 0 auto;
  }

  #contents_recruit {
    padding: 24px 15px 48px;
  }
}

@media screen and (max-width: 600px) {
  .recruit-header .recruit-header__img {
    height: 700px;
  }
}

@media screen and (max-width: 576px) {
  .recruit-header .recruit-header__img {
    height: 673px;
  }
}

@media screen and (max-width: 480px) {
  .recruit-header .recruit-header__img {
    overflow: unset;
  }
  .recruit-header .recruit-header__img .video_wrap .sp video {
    top: 60px;
  }
  .recruit-header .recruit-header__ttl {
    top: 85%;
    transform: translate(-50%, -50%);
  }
  /* .recruit-header .recruit-header__menu {
    margin: 40px auto 0;
  } */
  .recruit-header .recruit-header__menu .menu-unit .menu-unit__item .menu-unit__link {
    flex-wrap: wrap;
    gap: 0;
  }
  .recruit-header .recruit-header__menu .menu-unit .menu-unit__item .menu-unit__link span {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 375px ) {
  .recruit-header .recruit-header__img {
    height: 438px;
  }
}

@media screen and (max-width: 320px ) {
  .recruit-header .recruit-header__img {
    height: 330px;
  }
}


/* 採用情報 */
#recruit_info {
  color: black;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  padding-bottom: 50px;
}

#recruit_info .recruit_info_ttl {
  margin-bottom: 20px;
}

#recruit_info .recruit_info_ttl img {
  width: 100%;
  max-width: 100%;
}

#recruit_info .recruit_info_lead,
#recruit_info .recruit_link_block .recruit_link_ttl {
  font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: normal;
  font-weight: 400;
  margin-bottom: 10px;
}

#recruit_info .recruit_link_block .recruit_link_ttl {
  padding-left: 16px;
  position: relative;
}

#recruit_info .recruit_link_block .recruit_link_ttl::before {
  background: url(../img/recruit/2023/info/entry_ttl_arrow_blue.svg) no-repeat center center;
  background-size: 100% auto;
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#recruit_info .recruit_link_block + .recruit_link_block  {
  margin-top: 20px;
}

#recruit_info .recruit_link_block a {
  display: inline-block;
}

#recruit_info .recruit_link_block a:hover {
  opacity: .7;
}

#recruit_info .recruit_link_block.sns_unit {
  margin-top: 40px;
}

#recruit_info .recruit_link_block.sns_unit .sns_link {
  font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: normal;
  font-weight: 400;
  padding-left: 57px;
  position: relative;
}

#recruit_info .recruit_link_block.sns_unit .sns_link::before {
  background: url(../img/recruit/2023/info/icon_instagram.svg) no-repeat center center;
  background-size: 100% auto;
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#recruit_info .secondary {
  margin-top: 50px;
}

@media screen and (max-width: 480px ) {
  #recruit_info {
    padding-bottom: 20px;
  }
}


/* クラブ活動 */
#recruit_club {
  font-family: 'Noto Sans JP', sans-serif;
  padding-bottom: 50px;
}

#recruit_club .club_card_unit {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 50px;
  padding: 0px 6px;
}

#recruit_club .club_card_unit .card {
  width: calc(100% / 2 - 25px);
}

#recruit_club .club_card_unit .card .card-img {
  margin-bottom: 5px;
  text-align: center;
  position: relative;
}

#recruit_club .club_card_unit .card .card-img::before,
#recruit_club .club_card_unit .card .card-img::after {
  background: url(../img/club/2023/snap_arrow_img.svg) no-repeat center center;
  background-size: 100% auto;
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
}

#recruit_club .club_card_unit .card .card-img::before {
  top: -5px;
  left: -5px;
}

#recruit_club .club_card_unit .card .card-img::after {
  bottom: -5px;
  right: -5px;
  transform: rotate(180deg);
}

#recruit_club .club_card_unit .card .card-img img {
  width: 100%;
  max-width: 100%;
}

#recruit_club .club_card_unit .card .card-title,
#recruit_club .club_card_unit .card .card-text {
  color: black;
  font-family: 'Noto Sans JP', sans-serif;
}

#recruit_club .club_card_unit .card .card-title {
  border-left: 6px #c33e29 solid;
  font-weight: 500;
  font-size: 16px;
  padding-left: 14px;
  margin-bottom: 10px;
}

#recruit_club .club_card_unit .card .card-text {
  color: black;
  font-weight: 400;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  #recruit_club {
    padding-bottom: 20px;
  }
  #recruit_club .club_card_unit {
    gap: 25px 0;
  }
  #recruit_club .club_card_unit .card {
    width: 100%;
  }
}

/* 採用責任者からのメッセージ */
#recruit_msg {
  font-family: 'Noto Sans JP', sans-serif;
  padding-bottom: 50px;
}

#recruit_msg img {
  width: auto;
  max-width: 100%;
}

#recruit_msg .recruit_msg_header {
  padding-top: 34px;
  margin-bottom: 20px;
  position: relative;
}

#recruit_msg .recruit_msg_header .recruit_msg_header_left {
  /* width: 460px; */
  width: 520px;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#recruit_msg .recruit_msg_header .recruit_msg_header_left .recruit_msg_header_txt {
  /* display: flex;
  flex-direction: column;
  gap: 8px; */
  display: block;
  position: absolute;
  bottom: 20px;
  /* left: calc(40% - 10px); */
  left: 35%;
  width: 300px;
}

#recruit_msg .recruit_msg_header .recruit_msg_header_left .recruit_msg_header_txt span {
  background-color: white;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  /* font-size: 17px; */
  font-size: 26px;
  padding: 5px 8px;
  letter-spacing: -.01em;
}

#recruit_msg .recruit_msg_header .recruit_msg_header_left .recruit_msg_header_txt span + span {
  margin-top: 8px;
}

#recruit_msg .recruit_msg_header .recruit_msg_header_right {
  padding-left: 8.24014vw;
}

#recruit_msg .recruit_msg_header .recruit_msg_header_right img{
  display: block;
  margin-left: auto;
}

#recruit_msg .txt-block p {
  color: black;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -.01em;
}

#recruit_msg .txt-block .txt + .txt {
  margin-top: 30px;
}

#recruit_msg .txt-block .ttl {
  font-size: 19px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
}


#recruit_msg .txt-block .name {
  margin-top: 20px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #recruit_msg {
    padding-bottom: 20px;
  }
  #recruit_msg .recruit_msg_header .recruit_msg_header_right {
    padding-left: 60px;
  }
  #recruit_msg .recruit_msg_header .recruit_msg_header_left {
    width: 100%;
  }
  #recruit_msg .recruit_msg_header .recruit_msg_header_left .recruit_msg_header_txt {
    bottom: -20px;
    left: 4%;
  }
  #recruit_msg .recruit_msg_header .recruit_msg_header_left .recruit_msg_header_txt span {
    font-size: 20px;
  }
  #recruit_msg .recruit_msg_header .recruit_msg_header_left .recruit_msg_header_txt span {
    padding: 3px 8px;
  }

  #recruit_msg .recruit_msg_header .recruit_msg_header_left .recruit_msg_header_txt span + span {
    margin-top: 6px;
  }
}

/* 先輩たちから  */
#recruit_voice {
  font-family: 'Noto Sans JP', sans-serif;
  padding-bottom: 50px;
}

#recruit_voice img {
  width: auto;
  max-width: 100%;
}

#recruit_voice button {
  background-color: transparent;
  border: none;
  vertical-align: middle;
}

#recruit_voice button:hover {
  opacity: .7;
}

#recruit_voice .voice_card_unit {
  display: flex;
  flex-wrap: wrap;
  gap: 56px 72px;
}

#recruit_voice .voice_card_unit .card {
  padding-right: 28px;
  padding-bottom: 64px;
  width: calc(100% / 2 - 36px);
  position: relative;
}

#recruit_voice .voice_card_unit .card-link:hover {
  opacity: .7;
}

#recruit_voice .voice_card_unit .card .card-img img {
  width: 100%;
}

#recruit_voice .voice_card_unit .card .card-body {
  background-color: #c33e29;
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 110px;
  width: calc(100% - 52px);
  position: absolute;
  bottom: 0;
  right: 0;
}

#recruit_voice .voice_card_unit .card .card-body .card-body__item {
  margin: 0 auto;
  width: 70%;
}

#recruit_voice .voice_card_unit .card .card-body .department {
  background-color: white;
  color: #c33e29;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 4px 10px;
}

#recruit_voice .voice_card_unit .card .card-body .name_list {
  display: flex;
  align-items: baseline;
  gap: 0 6px;
  margin-top: 10px;
}

#recruit_voice .voice_card_unit .card .card-body .name_list li {
  color: white;
  font-family: 'Noto Sans JP', sans-serif;
}

#recruit_voice .voice_card_unit .card .card-body .name {
  font-size: 20px;
  font-weight: 700;
}

#recruit_voice .voice_card_unit .card .card-body .start_date {
  font-size: 10px;
  font-weight: 300;
}

#recruit_voice .voice_card_unit .card .btn-modal {
  margin-left: auto;
}

#recruit_voice .voice_card_unit .card .modal-toggle {
  background-color: transparent;
  border: none;
}

#recruit_voice .voice_card_unit .card .modal-toggle img {
  vertical-align: text-bottom;
}

#recruit_voice .voice_card_unit .card .modal-toggle:hover {
  cursor: pointer;
  opacity: .7;
}

@media screen and (max-width: 768px) {
  #recruit_voice {
    padding-bottom: 20px;
  }
  #recruit_voice .voice_card_unit {
    gap: 36px 0;
  }
  #recruit_voice .voice_card_unit .card {
    width: 100%;
  }
}

/* 先輩たちから / インタビューページ */
#recruit_interview {
  font-family: 'Noto Sans JP', sans-serif;
  padding-bottom: 50px;
}

#recruit_interview img {
  max-width: 100%;
}

#recruit_interview .intvw_header_block {
  margin-bottom: 50px;
  position: relative;
}

#recruit_interview .intvw_header_block .card {
  padding-bottom: 40px;
  width: 100%;
  position: relative;
}

#recruit_interview .intvw_header_block .card .card-img {
  text-align: right;
  position: relative;
  z-index: 1;
}

#recruit_interview .intvw_header_block .card .card-img img {
  margin-left: auto;
  width: auto;
  max-width: 100%;
}

#recruit_interview .intvw_header_block .card .card-body {
  background-color: #c33e29;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  min-height: 186px;
  width: calc(50% + 40px);
  position: absolute;
  bottom: 0;
  left: 0;
}

#recruit_interview .intvw_header_block .card .card-body .card-body__item {
  margin: 0;
  width: 35%;
}

#recruit_interview .intvw_header_block .card .card-body .name_list {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}

#recruit_interview .intvw_header_block .card .card-body .name_list li {
  color: white;
  font-family: 'Noto Sans JP', sans-serif;
}

#recruit_interview .intvw_header_block .card .card-body li.department {
  background-color: white;
  color: #c33e29;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 4px 10px;
}

#recruit_interview .intvw_header_block .card .card-body li.name {
  font-size: 20px;
  font-weight: 700;
}

#recruit_interview .intvw_header_block .card .card-body li.start_date {
  font-size: 10px;
  font-weight: 300;
}

#recruit_interview .intvw_card_unit {
  display: flex;
  flex-direction: column;
  gap: 56px 0;
  margin-bottom: 40px;
}

#recruit_interview .intvw_card_unit .card {
  display: flex;
  flex-wrap: wrap;
}

#recruit_interview .intvw_card_unit .card .card-img,
#recruit_interview .intvw_card_unit .card .card-body {
  width: calc(100% / 2);
}

#recruit_interview .intvw_card_unit .card .card-img {
  padding-left: 0;
  padding-right: 30px;
}

#recruit_interview .intvw_card_unit .card.reverse .card-img {
  padding-left: 30px;
  order: 2;
}

#recruit_interview .intvw_card_unit .card.reverse .card-body {
  order: 1;
}

#recruit_interview .intvw_card_unit .card .card-title,#recruit_interview .intvw_card_unit .card .card-text {
  color: black;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: -.01em;
}

#recruit_interview .intvw_card_unit .card .card-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.389;
  margin-bottom: 16px
}

#recruit_interview .intvw_card_unit .card .card-text {
  font-size: 13px;
  font-weight: 400;
}

#recruit_interview .yt_block {
  margin-bottom: 60px;
}

#recruit_interview .yt_block .yt_block_ttl {
  color: black;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-bottom: 20px;
  text-align: center;
}

#recruit_interview .yt_block .yt_block_movie {
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
  width: 560px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

#recruit_interview .yt_block iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#recruit_interview .secondary {
  margin-top: 40px;
}

#recruit_interview .secondary .c_recruit_ttl_block {
  margin-bottom: 40px
}

#recruit_interview .secondary .other_intvw_block {
  display: flex;
  flex-wrap: wrap;
  gap: 0 38px;
  width: calc(100% - 68px);
}

#recruit_interview .secondary .other_intvw_block .card {
  padding-bottom: 62px;
  width: calc(100% / 3 - 26px);
  position: relative;
}

#recruit_interview .secondary .other_intvw_block .card .card-img {
  padding-right: 38px;
}

#recruit_interview .secondary .other_intvw_block .card:hover {
  opacity: .7;
}

#recruit_interview .secondary .other_intvw_block .card .card-body {
  background-color: #c33e29;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  padding: 10px 15px 20px;
  min-height: 80px;
  width: calc(100% - 30px);
  position: absolute;
  right: 0;
  bottom: 0;
}

#recruit_interview .secondary .other_intvw_block .card .card-body .department {
  background-color: white;
  color: #c33e29;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  padding: 3px 10px;
}

#recruit_interview .secondary .other_intvw_block .card .card-body .name_list {
  display: flex;
  align-items: baseline;
  gap: 6px 0;
}

#recruit_interview .secondary .other_intvw_block .card .card-body .name_list li {
  color: white;
  font-family: 'Noto Sans JP', sans-serif;
}
#recruit_interview .secondary .other_intvw_block .card .card-body li.department {
  background-color: white;
  color: #c33e29;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 4px 10px;
}

#recruit_interview .secondary .other_intvw_block .card .card-body li.name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}

#recruit_interview .secondary .other_intvw_block .card .card-body li.start_date {
  font-size: 10px;
  font-weight: 300;
  padding-right: 20px;
  position: relative;
}

#recruit_interview .secondary .other_intvw_block .card .card-body li.start_date::after {
  background: url(../img/recruit/2023/link_arrow_white.svg) no-repeat center center;
  background-size: 100% auto;
  content: "";
  display: block;
  width: 13px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #recruit_interview {
    padding-bottom: 20px;
  }
  #recruit_interview .intvw_card_unit {
    gap: 15px 0;
  }
  #recruit_interview .intvw_header_block .card {
    padding-bottom: 152px;
  }
  #recruit_interview .intvw_header_block .card .card-img {
    padding-left: 38px;
  }
  #recruit_interview .intvw_card_unit .card .card-img,
  #recruit_interview .intvw_card_unit .card .card-body,
  #recruit_interview .intvw_card_unit .card .card-img img {
    width: 100%;
  }
  #recruit_interview .intvw_card_unit .card .card-img {
    padding-right: 0;
    margin-bottom: 10px
  }
  #recruit_interview .intvw_card_unit .card.reverse .card-img {
    padding-left: 0;
    order: 1;
  }
  #recruit_interview .intvw_card_unit .card.reverse .card-body {
    order: 2;
  }
  #recruit_interview .secondary .other_intvw_block {
    align-items: center;
    gap: 24px 0;
    width: 100%;
  }
  #recruit_interview .secondary .other_intvw_block .card {
    padding-left: 20px;
    padding-bottom: 52px;
    margin: 0 auto;
    width: calc(100% - 60px);
  }
  #recruit_interview .secondary .other_intvw_block .card .card-body {
    max-width: 170px;
    left: 30%;
    right: auto;
  }
  #recruit_interview .secondary .other_intvw_block .card .card-img {
    padding-right: 0;
    max-width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  #recruit_interview .intvw_header_block .card .card-body {
    padding-left: calc(40px + 3%);
    width: calc(54% + 40px);
    left: -4%;
  }
  #recruit_interview .intvw_header_block .card .card-body .card-body__item {
    width: calc(100% - 40px);
  }
}

/* 共通 */
.sp_container {
  display: none;
}

@media screen and (max-width: 480px ) {
  .sp_container {
    display: block;
    margin-top: 50px;
    text-align: center;
  }
  .sp_container .btn_back {
    background-color: #c33e29;
    color: white;
    display: inline-block;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: normal;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    padding: 20px 24px;
    width: 260px;
    max-width: 100%;
    position: relative;
  }
  .sp_container .btn_back::before {
    background: url(../img/recruit/2023/icon_arrow_left_white.svg) no-repeat center center;
    background-size: 100% auto;
    content: "";
    display: block;
    width: 13px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
}


.c_recruit_ttl_block {
  margin-bottom: 20px;
}

.c_recruit_ttl_block img {
  width: 100%;
  max-width: 100%;
}


/* 採用ページサイドバー */
#sidebar_area ul.sidebar_recruit li {
  background: #e6e6e6 !important;
  border: none;
  line-height: 64px;
  text-align: left;
}

#sidebar_area ul.sidebar_recruit li >div:hover {
  opacity: .7;
}

#sidebar_area ul.sidebar_recruit li a {
  color: black;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  padding: 0 12px;
  padding-right: 30px;
  position: relative;
}

#sidebar_area ul.sidebar_recruit li a::after {
  background: url(../img/recruit/2023/link_arrow_orange.svg) no-repeat center center;
  background-size: 100% auto;
  content: "";
  display: block;
  width: 13px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 10px;
}

#sidebar_area ul.sidebar_recruit li .this a {
  font-weight: 700;
}


#sidebar_area ul.sidebar_recruit li .this {
  background: #c33e29 !important;
}

#sidebar_area ul.sidebar_recruit li .this:hover {
  cursor: default;
  opacity: 1;
}

#sidebar_area ul.sidebar_recruit li .this a::after {
  background: url(../img/recruit/2023/link_arrow_white.svg) no-repeat center center;
}

/* モーダルウィンドウ */
.modal {
  background-color: rgba(0,0,0,.8);
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow: auto;
  z-index: 9999;
}
.modal-container {
  animation-name: modalopen;
  animation-duration: 1s;
  background-color: transparent;
  padding: 20px;
  margin: 0 auto;
  max-width: 800px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}

.modal-contents {
  padding-top: 20px;
  width: 100%;
  aspect-ratio: 16/9;
}

.modal-contents iframe {
  width: 100%;
  height: 100%;
}

.modalClose {
  background-color: transparent;
  border: none;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
}

@keyframes modalopen {
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==[ 画像切り取り ]==================================== */
.object-fit-img {
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}
