@charset "UTF-8";
/************************************** 
共通パーツ 募集要項の部分で、
クラス名なしでいつも使えるクラスなど
***************************************/
.description_row ul:not(.cancel) > li {
  position: relative;
  top: 0;
  left: 0;
}
.description_row ul:not(.cancel) > li:not(:last-of-type) {
  margin-bottom: 0.3em;
}
@media screen and (min-width: 1000px), print {
  .description_row ul:not(.cancel) > li {
    padding-left: 14px;
  }
}
@media screen and (max-width: 999px) {
  .description_row ul:not(.cancel) > li {
    padding-left: 12px;
  }
}
.description_row ul:not(.cancel) > li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}
@media screen and (max-width: 999px) {
  .description_row ul:not(.cancel) > li::before {
    width: 5px;
    height: 5px;
  }
}
.description_row .table {
  width: 100%;
  margin-bottom: 0.5em;
}
.description_row .table th {
  vertical-align: middle;
  text-align: center;
  background-color: #ececec;
}
.description_row .table th, .description_row .table td {
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.3;
  border: 1px solid #ccc;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.7em 0.5em;
  box-sizing: border-box;
}

/************************************** 
トップページ
***************************************/
.recAbout_area {
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .recAbout_area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .recAbout_area {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .recAbout_area {
    padding: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .recAbout_area__left {
    width: calc(45% + 20px);
    max-width: 620px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .recAbout_area__left_inner {
    max-width: 550px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1220px) and (min-width: 1000px) {
  .recAbout_area__left {
    width: calc(45% + 20px);
  }
}
.recAbout_area__left h2 {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}
.recAbout_area__left h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #006cc0 0%, #006cc0 27%, #313131 27%, #313131 100%);
  position: absolute;
  left: 0;
  bottom: -5px;
}
@media screen and (min-width: 768px), print {
  .recAbout_area__left h2::after {
    max-width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .recAbout_area__left h2::after {
    height: 3px;
    width: 100%;
  }
}
.recAbout_area__left h2 img {
  display: block;
  width: 100%;
}
.recAbout_area__left h2 .pc {
  max-width: 520px;
}
@media screen and (max-width: 767px) {
  .recAbout_area__left h2 .pc {
    display: none;
  }
}
.recAbout_area__left h2 .sp {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #313131;
  font-weight: 500;
  font-size: 1.563rem;
  line-height: 1.5;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .recAbout_area__left h2 .sp {
    display: block;
  }
}
.recAbout_area__left p {
  color: #2f2f2f;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .recAbout_area__left p {
    font-size: 0.938rem;
    margin-bottom: 2em;
  }
}
.recAbout_area__right {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .recAbout_area__right {
    width: calc(55% - 20px);
    padding-left: 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1220px) and (min-width: 1000px) {
  .recAbout_area__right {
    width: calc(55% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .recAbout_area__right {
    max-width: 760px;
    margin: 0 auto;
  }
}
.recAbout_area__right img {
  display: block;
  width: 100%;
}
.recAbout_area__right .swiper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.recAbout_area__right .swiper-button-prev,
.recAbout_area__right .swiper-button-next {
  width: 45px;
  height: 45px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.2s;
  position: absolute;
  bottom: 0;
  top: auto;
  background: #313131;
}
.recAbout_area__right .swiper-button-prev::before,
.recAbout_area__right .swiper-button-next::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 12px;
  height: 8px;
  border: 8px solid transparent;
  border-left: 12px solid #fff;
  top: 16px;
}
.recAbout_area__right .swiper-button-prev:hover,
.recAbout_area__right .swiper-button-next:hover {
  background-color: #6a6a6a;
}
.recAbout_area__right .swiper-button-next {
  right: 0;
}
.recAbout_area__right .swiper-button-next::before {
  left: 50%;
  margin-left: -6px;
}
.recAbout_area__right .swiper-button-prev {
  border-right: 1px solid #fff;
  right: 45px;
  left: auto;
}
.recAbout_area__right .swiper-button-prev::before {
  transform: scale(-1, -1);
  right: 50%;
  margin-right: -6px;
}

.recruitTop_content .recNews_area {
  border-bottom: 1px solid #313131;
  padding-bottom: 30px;
  padding-top: 10px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px), print {
  .recruitTop_content .recNews_area {
    display: flex;
  }
}
@media screen and (max-width: 999px) {
  .recruitTop_content .recNews_area {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .recruitTop_content .recNews_area {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px), print {
  .recruitTop_content .recNews_area__left {
    width: 34%;
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 999px) {
  .recruitTop_content .recNews_area__left {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .recruitTop_content .recNews_area__left {
    width: 100%;
  }
}
.recruitTop_content .recNews_area__left h2 {
  text-align: center;
  margin-bottom: 29px;
}
.recruitTop_content .recNews_area__left h2 .en {
  display: block;
  color: #006cc0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .recruitTop_content .recNews_area__left h2 .en {
    font-size: 1.563rem;
  }
}
.recruitTop_content .recNews_area__left h2 .ja {
  display: block;
  color: #313131;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1rem;
}
.recruitTop_content .recNews_area__left .link_area {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .recruitTop_content .recNews_area__left .link_area {
    position: absolute;
    bottom: 20px;
    right: 0;
  }
}
.recruitTop_content .recNews_area__left .recNews_link {
  display: inline-block;
  background-color: #313131;
  border: 1px solid #313131;
  color: #fff;
  padding: 7px 35px;
  border-radius: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  transition: 0.2s;
}
.recruitTop_content .recNews_area__left .recNews_link::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #fff;
  margin-left: 10px;
  margin-bottom: 2px;
  transition: 0.2s;
}
.recruitTop_content .recNews_area__left .recNews_link:hover {
  background-color: #fff;
  color: #313131;
}
.recruitTop_content .recNews_area__left .recNews_link:hover::after {
  border-color: transparent transparent transparent #313131;
}
.recruitTop_content .recNews_area__right {
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  .recruitTop_content .recNews_area__right {
    width: 66%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 999px) {
  .recruitTop_content .recNews_area__right {
    padding-right: 0;
    padding-left: 20px;
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 767px) {
  .recruitTop_content .recNews_area__right {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 999px) {
  .recruitTop_content .recNews_area__right .news_list {
    margin-bottom: 0;
  }
}
.recruitTop_content .recNews_area__right .news_list > .newsline {
  border-bottom: 1px dotted #a1b5c9;
}
.recruitTop_content .recNews_area__right .news_list > .newsline > a > .head {
  width: 100px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruitTop_content .recNews_area__right .news_list > .newsline > a > .head {
    margin-bottom: 0;
  }
}
.recruitTop_content .recNews_area__right .news_list > .newsline > a > .body {
  padding-right: 35px;
}
@media screen and (min-width: 768px) {
  .recruitTop_content .recNews_area__right .news_list > .newsline > a > .body {
    width: calc(100% - 100px);
  }
}
.recruitTop_content .recNews_area__right .news_list > .newsline:last-child {
  border-bottom: none;
}
.recruitTop_content .recNews_area__right .news_list > .newsline > a {
  position: relative;
}
.recruitTop_content .recNews_area__right .news_list > .newsline > a::before {
  content: "";
  display: block;
  border-top: solid 2px #036ec1;
  border-right: solid 2px #036ec1;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .recruitTop_content .recNews_area__right .news_list > .newsline > a::before {
    right: 5px;
  }
}
.recruitTop_content .recRecruitment_area {
  counter-reset: job_type_num;
}
.recruitTop_content .recRecruitment_area h2 {
  text-align: center;
  margin-bottom: 33px;
}
.recruitTop_content .recRecruitment_area h2 .ja {
  display: block;
  color: #313131;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 999px) {
  .recruitTop_content .recRecruitment_area h2 .ja {
    font-size: 2.063rem;
  }
}
@media screen and (max-width: 767px) {
  .recruitTop_content .recRecruitment_area h2 .ja {
    font-size: 1.75rem;
  }
}
.recruitTop_content .recRecruitment_area h2 .en {
  display: block;
  color: #006cc0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.938rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recruitTop_content .recRecruitment_area h2 .en {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .recruitTop_content .recRecruitment_area .job_title {
    margin-top: 0 !important;
  }
}
.recruitTop_content .recRecruitment_area .job_title .ja {
  font-size: 1.563rem;
}
@media screen and (max-width: 767px) {
  .recruitTop_content .recRecruitment_area .job_title .ja {
    font-size: 1.25rem;
  }
}
.recruitTop_content .recRecruitment_area .job_title .en {
  font-size: 0.75rem;
}
.recruitTop_content .recJob_list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  list-style: none;
}
.recruitTop_content .recJob_list > li {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .recruitTop_content .recJob_list > li {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.recruitTop_content .recJob_list > li > a {
  color: #1b1b1b;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-bottom: 7px;
  padding-left: 20px;
  transition: 0.2s opacity;
}
@media screen and (max-width: 999px) {
  .recruitTop_content .recJob_list > li > a {
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 767px) {
  .recruitTop_content .recJob_list > li > a {
    font-size: 1rem;
  }
}
.recruitTop_content .recJob_list > li > a::before {
  content: "";
  display: block;
  border-bottom: solid 2px #1b1b1b;
  border-right: solid 2px #1b1b1b;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 9px;
  transition: 0.2s;
}
.recruitTop_content .recJob_list > li > a::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #1b1b1b;
  position: absolute;
  bottom: 0;
  left: 20px;
  transition: 0.2s opacity;
}
.recruitTop_content .recJob_list > li > a:hover {
  opacity: 0.8;
}
.recruitTop_content .recJob_list > li > a:hover::after {
  opacity: 0;
}
.recruitTop_content .recJob_list > li > a:hover::before {
  top: 12px;
}
.recruitTop_content .recRecruitment_content .recruit_panel {
  border-top: 3px solid #313131;
  padding-right: 70px;
  padding-left: 70px;
  padding-bottom: 2px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .recruitTop_content .recRecruitment_content .recruit_panel {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .recruitTop_content .recRecruitment_content .recruit_panel {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.recruitTop_content .recRecruitment_content .recruit_panel::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #313131;
  position: absolute;
  left: 0;
  bottom: 1px;
}
@media screen and (min-width: 1000px), print, print {
  .recruitTop_content .recRecruitment_content .job_status__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1000px), print, print {
  .recruitTop_content .recRecruitment_content .job_status__list li {
    width: 47%;
    max-width: 400px;
  }
  .recruitTop_content .recRecruitment_content .job_status__list li:nth-of-type(n+3) {
    border-top: 1px solid #313131;
  }
  .recruitTop_content .recRecruitment_content .job_status__list li:nth-last-of-type(-n+2) {
    border-bottom: 1px solid #313131;
  }
}
@media screen and (max-width: 999px) {
  .recruitTop_content .recRecruitment_content .job_status__list li:not(:last-of-type) {
    border-bottom: 1px solid #313131;
  }
}
.recruitTop_content .recRecruitment_content .job_status__list._department .job_type {
  padding-left: 18px;
}
.recruitTop_content .recRecruitment_content .job_type {
  min-height: 100px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 67px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.2s;
}
@media screen and (max-width: 999px) {
  .recruitTop_content .recRecruitment_content .job_type {
    min-height: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .recruitTop_content .recRecruitment_content .job_type {
    padding-left: 45px;
  }
}
.recruitTop_content .recRecruitment_content .job_type__wrapper {
  display: flex;
}
.recruitTop_content .recRecruitment_content .job_type:not(._dep)::before {
  counter-increment: job_type_num;
  content: counter(job_type_num, decimal-leading-zero);
  display: block;
  color: #f2f2f2;
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -2px;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .recruitTop_content .recRecruitment_content .job_type:not(._dep)::before {
    font-size: 30px;
  }
}
.recruitTop_content .recRecruitment_content .job_type .name {
  width: 78%;
  color: #313131;
  font-weight: bold;
  padding-left: 25px;
  padding-right: 15px;
  position: relative;
  box-sizing: border-box;
  transition: 0.2s;
  font-size: 1rem;
  line-height: 1.5;
}
.recruitTop_content .recRecruitment_content .job_type .name ._lg {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .recruitTop_content .recRecruitment_content .job_type .name {
    padding-left: 14px;
    width: 78%;
    font-size: 0.875rem;
  }
  .recruitTop_content .recRecruitment_content .job_type .name._lg {
    font-size: 1rem;
  }
}
.recruitTop_content .recRecruitment_content .job_type .name .gray_text {
  display: inline-block;
  color: #959595;
}
.recruitTop_content .recRecruitment_content .job_type .name::before {
  content: "";
  display: inline-block;
  border-top: solid 2px #313131;
  border-right: solid 2px #313131;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  left: 0;
  top: 0.5em;
  position: absolute;
  transition: 0.2s;
}
.recruitTop_content .recRecruitment_content .job_type .status {
  width: 22%;
  max-width: 120px;
  color: #b5b5b5;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruitTop_content .recRecruitment_content .job_type .status {
    width: 28%;
  }
}
@media screen and (max-width: 420px) {
  .recruitTop_content .recRecruitment_content .job_type .status {
    font-size: 0.813rem;
  }
}
.recruitTop_content .recRecruitment_content .job_type._active .status {
  color: #e2546c;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .recruitTop_content .recRecruitment_content .job_type._active .status {
    font-size: 0.938rem;
  }
}
@media screen and (max-width: 420px) {
  .recruitTop_content .recRecruitment_content .job_type._active .status {
    font-size: 0.875rem;
  }
}
.recruitTop_content .recRecruitment_content .job_type._midashi {
  border-bottom: 2px solid #313131;
}
.recruitTop_content .recRecruitment_content .job_type._midashi .name {
  font-size: 1.25rem;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .recruitTop_content .recRecruitment_content .job_type._midashi .name {
    font-size: 1.125rem;
  }
}
.recruitTop_content .recRecruitment_content .job_type._midashi .name::before {
  display: none;
}
.recruitTop_content .recRecruitment_content a.job_type:hover {
  background-color: #f9f9f9;
}
.recruitTop_content .recRecruitment_content a.job_type:hover::before {
  color: #c6c6c6;
}
.recruitTop_content .recRecruitment_content a.job_type:hover .name::before {
  left: 5px;
}

.recInstagram_content .recruit_panel {
  background-color: #eaf0f6 !important;
  overflow: hidden;
  padding-bottom: 40px !important;
}
.recInstagram_content .recruit_panel_container {
  padding-right: 70px;
  padding-left: 70px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .recInstagram_content .recruit_panel_container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .recInstagram_content .recruit_panel_container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.recInstagram_content__head {
  position: relative;
  background-color: #1b1b1b;
  margin-bottom: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 999px) {
  .recInstagram_content__head {
    margin-bottom: 30px;
  }
}
.recInstagram_content__head::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 1000px 0 0;
  border-color: #1b1b1b transparent transparent transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .recInstagram_content__head::after {
    border-width: 20px 1000px 0 0;
    bottom: -20px;
  }
}
@media screen and (min-width: 768px), print {
  .recInstagram_content .insta_title {
    display: flex;
    align-items: flex-end;
  }
}
.recInstagram_content .insta_title .en {
  display: inline-block;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 30px;
  line-height: 1.3;
  margin-right: 1em;
  position: relative;
  z-index: 5;
  bottom: -5px;
}
@media screen and (max-width: 767px) {
  .recInstagram_content .insta_title .en {
    bottom: 0;
    margin-bottom: 10px;
  }
}
.recInstagram_content .insta_title .en::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url(/recruit/img/icon_insta.png) no-repeat center center/cover;
  margin-right: 10px;
  margin-bottom: -2px;
}
@media screen and (max-width: 767px) {
  .recInstagram_content .insta_title .en {
    font-size: 23px;
  }
}
.recInstagram_content .insta_title .ja {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  color: #959595;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  position: relative;
  z-index: 5;
}
.recInstagram_content .link_area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 10px;
}
.recInstagram_content .link_area > * {
  min-height: 0%;
  max-width: 100%;
}
.recInstagram_content .link_area .link {
  color: #006cc0 !important;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.recInstagram_content .link_area .link:hover {
  opacity: 0.7;
}
.recInstagram_content .link_area .link.ext {
  padding-left: 18px;
}
.recInstagram_content .link_area .link.ext::before {
  top: 9px;
  left: 0;
}
.recInstagram_content .link_area .link:hover {
  opacity: 0.8;
}
.recInstagram_content .link_area .link::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #006cc0;
  margin-left: 7px;
  margin-bottom: 2px;
}

.recBanner_content .recruit_panel {
  background-color: #eaf0f6 !important;
  overflow: hidden;
  padding-bottom: 40px !important;
}
.recBanner_content .recruit_panel_container {
  padding-right: 70px;
  padding-left: 70px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .recBanner_content .recruit_panel_container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .recBanner_content .recruit_panel_container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.recBanner_content .recruit_panel_container {
  padding-left: 20px !important;
}
.recBanner_content__head {
  position: relative;
  background-color: #1b1b1b;
  margin-bottom: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 999px) {
  .recBanner_content__head {
    margin-bottom: 30px;
  }
}
.recBanner_content__head::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 1000px 0 0;
  border-color: #1b1b1b transparent transparent transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .recBanner_content__head::after {
    border-width: 20px 1000px 0 0;
    bottom: -20px;
  }
}
.recBanner_content__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  padding: 0 10px;
}
@media screen and (max-width: 991px) {
  .recBanner_content__wrap {
    margin-top: 50px;
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .recBanner_content__item:not(:first-child) {
    margin-top: 20px;
  }
}
.recBanner_content__item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 991px) {
  .recBanner_content__item img {
    width: 100%;
  }
}
.recBanner_content h2 {
  padding-left: 0;
  flex-wrap: nowrap;
}
@media screen and (max-width: 999px) {
  .recBanner_content h2 {
    margin: 0;
  }
}
.recBanner_content h2 .ja {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.875rem;
  margin-right: 10px;
}
@media screen and (max-width: 999px) {
  .recBanner_content h2 .ja {
    font-size: 20px;
    margin: 0;
  }
}
.recBanner_content h2 img {
  width: 80px;
}
@media screen and (max-width: 999px) {
  .recBanner_content h2 img {
    width: 60px;
  }
}

/************************************** 
共通パーツ 
***************************************/
.main._recruit {
  margin-bottom: 0;
  background-color: transparent;
  position: relative;
  background-color: transparent;
}
.main._recruit::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f8fafc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.main._recruit._index::before {
  top: 410px;
}

@media screen and (min-width: 1000px), print, print {
  .breadcrumb_area {
    display: flex;
    justify-content: flex-end;
  }
}
.breadcrumb_area .breadcrumbs,
.breadcrumb_area .bread_crumb {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  line-height: 1.4;
}
@media screen and (min-width: 1000px), print, print {
  .breadcrumb_area .breadcrumbs,
  .breadcrumb_area .bread_crumb {
    padding-bottom: 7px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 999px) {
  .breadcrumb_area .breadcrumbs,
  .breadcrumb_area .bread_crumb {
    padding-bottom: 5px;
    padding-top: 30px;
  }
}
.breadcrumb_area .breadcrumbs li,
.breadcrumb_area .bread_crumb li {
  display: inline;
  line-height: 1.2;
  color: #1b1b1b;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1000px), print, print {
  .breadcrumb_area .breadcrumbs li,
  .breadcrumb_area .bread_crumb li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 999px) {
  .breadcrumb_area .breadcrumbs li,
  .breadcrumb_area .bread_crumb li {
    font-size: 0.875rem;
  }
}
.breadcrumb_area .breadcrumbs li:not(:last-child)::after,
.breadcrumb_area .bread_crumb li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #979797;
  border-right: 1px solid #979797;
  transform: rotate(45deg);
  margin-bottom: 1px;
}
@media screen and (min-width: 1000px), print, print {
  .breadcrumb_area .breadcrumbs li:not(:last-child)::after,
  .breadcrumb_area .bread_crumb li:not(:last-child)::after {
    margin-left: 0.8em;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 999px) {
  .breadcrumb_area .breadcrumbs li:not(:last-child)::after,
  .breadcrumb_area .bread_crumb li:not(:last-child)::after {
    margin-left: 0.6em;
    margin-right: 0.3em;
  }
}
.breadcrumb_area .breadcrumbs li:last-child,
.breadcrumb_area .bread_crumb li:last-child {
  margin-left: 0em;
  margin-right: 0em;
  color: #1b1b1b;
}
.breadcrumb_area .breadcrumbs a,
.breadcrumb_area .bread_crumb a {
  color: #626262;
  font-weight: 400;
  position: relative;
  top: 0;
  left: 0;
  text-decoration: none;
  transition: 0.5s;
}
.breadcrumb_area .breadcrumbs a:hover,
.breadcrumb_area .bread_crumb a:hover {
  text-decoration: underline;
}

.contents__body-recruit {
  background-color: #f8fafc;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .contents__body-recruit {
    padding-top: 30px;
  }
}
.contents__body-recruit .container {
  max-width: 1000px;
  padding: 0;
}
.contents__body-recruit .pagelink_area ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  margin-left: -12px;
}
@media screen and (min-width: 768px), print {
  .contents__body-recruit .pagelink_area ul {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .pagelink_area ul {
    margin-bottom: 10px;
  }
}
.contents__body-recruit .pagelink_area ul li {
  width: calc(25% - 1px);
  margin-bottom: 25px;
  padding-right: 12px;
  padding-left: 12px;
}
@media screen and (max-width: 999px) {
  .contents__body-recruit .pagelink_area ul li {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .pagelink_area ul li {
    width: 100%;
    margin-bottom: 12px;
  }
}
.contents__body-recruit .pagelink_area ul li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #000000;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #000;
  padding-right: 30px;
  padding-bottom: 18px;
  box-sizing: border-box;
  position: relative;
  transition: 0.2s;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .contents__body-recruit .pagelink_area ul li a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .pagelink_area ul li a {
    padding-bottom: 10px;
  }
}
.contents__body-recruit .pagelink_area ul li a > * {
  min-height: 0%;
  max-width: 100%;
}
.contents__body-recruit .pagelink_area ul li a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #0870c2;
  border-right: 2px solid #0870c2;
  transform: rotate(135deg);
  position: absolute;
  right: 0;
  bottom: 24px;
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .pagelink_area ul li a::after {
    bottom: 50%;
    right: 6px;
  }
}
.contents__body-recruit .pagelink_area ul li a:hover {
  color: #0870c2;
}
.contents__body-recruit .recruit_panel {
  background-color: #fff;
  margin-bottom: 120px;
  padding-bottom: 95px;
  counter-reset: description_num;
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .recruit_panel {
    margin-bottom: 60px;
    padding-bottom: 35px;
  }
}
.contents__body-recruit .recruit_panel_container {
  padding-right: 100px;
  padding-left: 100px;
}
@media screen and (max-width: 999px) {
  .contents__body-recruit .recruit_panel_container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .recruit_panel_container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.contents__body-recruit .job_title {
  display: inline-block;
  background-color: #1b1b1b;
  font-family: "Noto Sans JP", sans-serif;
  padding: 8px 20px 7px 55px;
  box-sizing: border-box;
  position: relative;
  min-width: 67%;
  max-width: calc(100% - 100px);
}
@media screen and (max-width: 999px) {
  .contents__body-recruit .job_title {
    max-width: calc(100% - 43px);
  }
}
.contents__body-recruit .job_title::before {
  content: "";
  display: block;
  width: 43px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 29px;
  left: 0;
}
@media screen and (max-width: 999px) {
  .contents__body-recruit .job_title::before {
    top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .job_title::before {
    top: 22px;
    height: 2px;
  }
}
.contents__body-recruit .job_title::after {
  content: "";
  display: block;
  width: 33px;
  height: 100%;
  background: url(../img/job_title_kazari.png) no-repeat right top/33px 100%;
  position: absolute;
  right: -32px;
  top: 0;
}
.contents__body-recruit .job_title .ja {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.875rem;
  margin-right: 10px;
}
@media screen and (max-width: 999px) {
  .contents__body-recruit .job_title .ja {
    font-size: 1.563rem;
  }
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .job_title .ja {
    font-size: 1.25rem;
  }
}
.contents__body-recruit .job_title .en {
  display: inline-block;
  color: #959595;
  font-weight: 500;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .job_title .en {
    font-size: 0.75rem;
  }
}
.contents__body-recruit .h3_blue-bg {
  background: url(../img/h3_blue-bg.jpg) no-repeat top left/1000px 100%;
}
.contents__body-recruit .h3_black-bg {
  background: url(../img/h3_black-bg.png) no-repeat top left/1000px 100%;
  margin-top: -1px;
}
.contents__body-recruit .h3_blue-bg,
.contents__body-recruit .h3_black-bg {
  position: relative;
  margin-bottom: 50px;
  margin-top: 0 !important;
}
@media screen and (min-width: 768px), print {
  .contents__body-recruit .h3_blue-bg,
  .contents__body-recruit .h3_black-bg {
    min-height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .h3_blue-bg,
  .contents__body-recruit .h3_black-bg {
    margin-bottom: 15px;
  }
}
.contents__body-recruit .h3_blue-bg .ja,
.contents__body-recruit .h3_black-bg .ja {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding-left: 100px;
  padding-top: 45px;
  position: relative;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 999px) {
  .contents__body-recruit .h3_blue-bg .ja,
  .contents__body-recruit .h3_black-bg .ja {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .h3_blue-bg .ja,
  .contents__body-recruit .h3_black-bg .ja {
    font-size: 23px;
    padding: 20px 15px;
  }
}
.contents__body-recruit .h3_blue-bg .ja::before,
.contents__body-recruit .h3_black-bg .ja::before {
  content: "";
  display: block;
  width: calc(100% + 100px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: -100px;
  bottom: -5px;
}
@media screen and (max-width: 999px) {
  .contents__body-recruit .h3_blue-bg .ja::before,
  .contents__body-recruit .h3_black-bg .ja::before {
    left: calc(-1px * 50px);
  }
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .h3_blue-bg .ja::before,
  .contents__body-recruit .h3_black-bg .ja::before {
    bottom: 20px;
    left: calc(-1px * 15px);
  }
}
.contents__body-recruit .h3_blue-bg .en,
.contents__body-recruit .h3_black-bg .en {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 60px;
  opacity: 0.1;
  position: absolute;
  right: 0;
  bottom: 25%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 999px) {
  .contents__body-recruit .h3_blue-bg .en,
  .contents__body-recruit .h3_black-bg .en {
    font-size: 5vw;
  }
}
.contents__body-recruit .h3_white-bg {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  background: linear-gradient(45deg, #fff 25%, #f8fafc 25%, #f8fafc 50%, #fff 50%, #fff 75%, #f8fafc 75%, #f8fafc);
  background-size: 10px 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .h3_white-bg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.contents__body-recruit .h3_white-bg::before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  border-top: 5px solid #006cc0;
  border-bottom: 5px solid #006cc0;
  border-left: 5px solid #006cc0;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .h3_white-bg::before {
    border-top: 3px solid #006cc0;
    border-bottom: 3px solid #006cc0;
    border-left: 3px solid #006cc0;
  }
}
.contents__body-recruit .h3_white-bg::after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  border-top: 5px solid #006cc0;
  border-bottom: 5px solid #006cc0;
  border-right: 5px solid #006cc0;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .h3_white-bg::after {
    border-top: 3px solid #006cc0;
    border-bottom: 3px solid #006cc0;
    border-right: 3px solid #006cc0;
  }
}
.contents__body-recruit .h3_white-bg .ja,
.contents__body-recruit .h3_white-bg .en {
  color: #006cc0;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  display: block;
  font-weight: 500;
}
.contents__body-recruit .h3_white-bg .ja {
  font-size: 36px;
  margin-bottom: 5px;
}
@media screen and (max-width: 999px) {
  .contents__body-recruit .h3_white-bg .ja {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .h3_white-bg .ja {
    font-size: 28px;
  }
}
.contents__body-recruit .h3_white-bg .en {
  font-size: 14px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .h3_white-bg .en {
    margin-bottom: 10px;
  }
}
.contents__body-recruit .h3_white-bg .job {
  display: inline-block;
  background-color: #006cc0;
  color: #fff;
  border-radius: 14px;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  padding: 4px 20px 5px;
  box-sizing: border-box;
  min-width: 120px;
  max-width: 90%;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .h3_white-bg .job {
    font-size: 1rem;
  }
}
.contents__body-recruit .h4_recruit {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .h4_recruit {
    font-size: 1.375rem;
    width: calc(100% + 10px);
    margin-left: -10px;
    margin-top: 30px;
  }
}
.contents__body-recruit .h4_recruit::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #bfbfbf;
  left: 0;
  bottom: -2px;
}
.contents__body-recruit .h4_recruit::after {
  counter-increment: description_num;
  content: counter(description_num, decimal-leading-zero);
  display: block;
  position: absolute;
  color: #f0f6fd;
  font-size: 60px;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .h4_recruit::after {
    font-size: 50px;
  }
}
.contents__body-recruit .h4_recruit .small_text {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .h4_recruit .small_text {
    font-size: 1rem;
  }
}
.contents__body-recruit .h4_recruit .text {
  position: relative;
  z-index: 2;
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
  color: #1b1b1b;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .h4_recruit .text {
    padding-left: 8px;
    padding-bottom: 8px;
  }
}
.contents__body-recruit .h4_recruit .text::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #006cc0;
  left: 0;
  bottom: -3px;
}
.contents__body-recruit .h5_recruit {
  font-size: 1.125rem;
  color: #006cc0;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1em;
}
.contents__body-recruit .rec_btn_gray {
  display: inline-block;
  background-color: #f8f8f8;
  color: #1b1b1b;
  font-size: 1rem;
  font-weight: bold;
  padding: 11px 15px;
  min-width: 220px;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  transition: 0.2s;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .rec_btn_gray {
    display: block;
    min-width: auto;
    margin-right: 0;
    padding: 11px 8px;
  }
}
.contents__body-recruit .rec_btn_gray::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 2px solid #1b1b1b;
  border-right: 2px solid #1b1b1b;
  transform: rotate(45deg);
  margin-right: 5px;
  margin-bottom: 3px;
}
.contents__body-recruit .rec_btn_gray:hover {
  background-color: #e4e4e4;
}
.contents__body-recruit .rec_btn_black {
  display: inline-block;
  background-color: #313131;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 17px 60px 16px 40px;
  box-sizing: border-box;
  position: relative;
  transition: 0.2s;
  min-height: 60px;
  margin-right: 5px;
  margin-left: 5px;
}
.contents__body-recruit .rec_btn_black .btn-icon {
  width: 48px;
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .rec_btn_black .btn-icon {
    left: 10px;
  }
}
.contents__body-recruit .rec_btn_black:not(._left-text) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .rec_btn_black:not(._left-text) {
    display: flex;
    justify-content: center;
    text-align: left;
  }
}
@media screen and (min-width: 768px), print {
  .contents__body-recruit .rec_btn_black {
    min-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .rec_btn_black {
    width: 100%;
    margin-bottom: 5px;
    padding: 17px 60px 16px 20px;
    font-size: 1rem;
  }
}
.contents__body-recruit .rec_btn_black._left-text {
  text-align: left;
  padding: 17px 80px 16px 65px;
}
.contents__body-recruit .rec_btn_black._left-text .btn-icon {
  left: 15px;
}
@media screen and (max-width: 767px) {
  .contents__body-recruit .rec_btn_black._left-text {
    padding: 17px 60px 16px 70px;
  }
}
.contents__body-recruit .rec_btn_black::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 100%;
  background-color: #1b1b1b;
  right: 0;
  top: 0;
  transition: 0.2s;
}
.contents__body-recruit .rec_btn_black::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.contents__body-recruit .rec_btn_black:hover {
  background-color: #1b1b1b;
}
.contents__body-recruit .rec_btn_black:hover::before {
  background-color: #006cc0;
}
.contents__body-recruit .rec_btn_area {
  max-width: 680px;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}
.contents__body-recruit p {
  color: #1b1b1b;
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .contents__body-recruit p {
    font-size: 0.875rem;
  }
}
.contents__body-recruit a {
  text-decoration: none;
}
.contents__body-recruit .mb_1em {
  margin-bottom: 1em;
}
.contents__body-recruit .mb_2em {
  margin-bottom: 2em;
}
.contents__body-recruit .mb_3em {
  margin-bottom: 3em;
}
.contents__body-recruit .h6_recruit {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1em;
}
@media screen and (max-width: 999px) {
  .contents__body-recruit .h6_recruit._center {
    text-align: center;
  }
}

/************************************** 
下層ページ
***************************************/
.recruit_content .interview_content .recruit_panel {
  padding-bottom: 0;
  margin-bottom: 110px;
}
@media screen and (max-width: 999px) {
  .recruit_content .interview_content .recruit_panel {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_content .interview_content .recruit_panel {
    margin-bottom: 30px;
  }
}
.recruit_content .interview_content__head {
  position: relative;
}
.recruit_content .interview_content__head .hero_image {
  position: relative;
  line-height: 0;
  min-height: 740px;
}
@media screen and (max-width: 1120px) {
  .recruit_content .interview_content__head .hero_image {
    min-height: 64vw;
  }
}
@media screen and (max-width: 999px) {
  .recruit_content .interview_content__head .hero_image {
    min-height: 70vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit_content .interview_content__head .hero_image {
    margin-bottom: 20px;
  }
}
.recruit_content .interview_content__head .hero_image img {
  width: 100%;
}
.recruit_content .interview_content__head .num_content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 8%;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 999px) {
  .recruit_content .interview_content__head .num_content {
    left: 3%;
  }
}
.recruit_content .interview_content__head .num_content__num {
  width: 17%;
  max-width: 166px;
  min-width: 60px;
  display: block;
}
.recruit_content .interview_content__head .num_content__message {
  width: 9.5%;
  max-width: 95px;
  min-width: 60px;
  display: block;
}
@media screen and (min-width: 768px), print {
  .recruit_content .interview_content__head .text_area {
    position: absolute;
    bottom: 10%;
  }
  .recruit_content .interview_content__head .text_area._right {
    left: 50%;
  }
  .recruit_content .interview_content__head .text_area._left {
    left: 10%;
    width: 50%;
  }
}
@media screen and (min-width: 768px), print {
  .recruit_content .interview_content__head .hero_words {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_content .interview_content__head .hero_words {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.recruit_content .interview_content__head .hero_words .bg_inner {
  background-color: #fff;
  display: inline-block;
  font-size: 30px;
  margin-bottom: 13px;
  font-family: "Noto Serif JP", serif;
  color: #1b1b1b;
  font-weight: 600;
  padding: 0 12px;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .recruit_content .interview_content__head .hero_words .bg_inner {
    white-space: nowrap;
  }
}
@media screen and (max-width: 999px) {
  .recruit_content .interview_content__head .hero_words .bg_inner {
    font-size: 1.563rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit_content .interview_content__head .hero_words .bg_inner {
    background: linear-gradient(transparent 60%, #E8EEF6 60%);
    display: inline;
    font-size: 1.25rem;
    padding: 0;
    line-height: 1.8;
  }
}
.recruit_content .interview_content__head .name_area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .recruit_content .interview_content__head .name_area {
    position: absolute;
    top: 45vw;
  }
}
.recruit_content .interview_content__head .name_area > * {
  min-height: 0%;
  max-width: 100%;
}
.recruit_content .interview_content__head .name_area ._job {
  display: inline-block;
  background-color: #1b1b1b;
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 3px 20px;
}
@media screen and (max-width: 767px) {
  .recruit_content .interview_content__head .name_area ._job {
    font-size: 14px;
    padding: 3px 10px;
  }
}
.recruit_content .interview_content__head .name_area ._name {
  display: inline-block;
  margin-left: 30px;
  background-color: #fff;
  position: relative;
  padding: 7px 30px 7px 45px;
}
@media screen and (max-width: 767px) {
  .recruit_content .interview_content__head .name_area ._name {
    margin-left: 15px;
    padding: 2px 5px 2px 14px;
  }
}
@media screen and (min-width: 768px), print {
  .recruit_content .interview_content__head .name_area ._name::before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #1b1b1b;
    position: absolute;
    left: -30px;
    top: 50%;
  }
}
.recruit_content .interview_content__head .name_area ._name .ja {
  font-family: "Noto Serif JP", serif;
  color: #1b1b1b;
  font-weight: bold;
  font-size: 24px;
  margin-right: 0.3em;
}
@media screen and (max-width: 767px) {
  .recruit_content .interview_content__head .name_area ._name .ja {
    font-size: 18px;
  }
}
.recruit_content .interview_content__head .name_area ._name .en {
  font-family: "Noto Serif JP", serif;
  color: #959595;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .recruit_content .interview_content__head .name_area ._name .en {
    font-size: 12px;
  }
}
.recruit_content .interview_content__body {
  position: relative;
  padding-top: 35px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .recruit_content .interview_content__body {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
.recruit_content .interview_content__body .recruit_panel_container {
  position: relative;
}
.recruit_content .interview_content__body::before {
  width: 200px;
  height: 100%;
  content: "";
  display: block;
  background: repeating-linear-gradient(45deg, #f7f7f7, #f7f7f7 2px, transparent 0, transparent 8px);
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .recruit_content .interview_content__body::before {
    width: 50px;
  }
}
.recruit_content .interview_content__body::after {
  content: "";
  display: block;
  background: url(../img/interview_content__kazari.png) no-repeat center center/cover;
  position: absolute;
  width: 200px;
  height: 10px;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .recruit_content .interview_content__body::after {
    width: 50px;
  }
}
.recruit_content .interview_content__body .interview_ol {
  counter-reset: interview_ol;
}
.recruit_content .interview_content__body .interview_ol li {
  list-style: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruit_content .interview_content__body .interview_ol li {
    margin-bottom: 20px;
  }
}
.recruit_content .interview_content__body .interview_ol li .interview_list__title {
  display: block;
  color: #1b1b1b;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-weight: bold;
  border-bottom: 1px solid #1b1b1b;
  line-height: 1.5;
  position: relative;
  padding-right: 100px;
  padding-left: 0;
  padding-bottom: 10px;
  margin-bottom: 36px;
  box-sizing: border-box;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .recruit_content .interview_content__body .interview_ol li .interview_list__title {
    font-size: 1.125rem;
    padding-right: 30px;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}
.recruit_content .interview_content__body .interview_ol li .interview_list__title::after {
  color: #006cc0;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  content: "Q" counter(interview_ol);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  counter-increment: interview_ol;
  height: 100%;
  position: absolute;
  bottom: -1px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .recruit_content .interview_content__body .interview_ol li .interview_list__title::after {
    width: 130px;
    right: -30px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_content .interview_content__body .interview_ol li .interview_list__title::after {
    right: 0;
    font-size: 1.125rem;
    padding-bottom: 5px;
  }
}
.recruit_content .interview_content__body .interview_ol li .interview_list__title:first-letter {
  color: #006cc0;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .recruit_content .interview_content__body .interview_ol li .interview_list__title:first-letter {
    font-size: 2rem;
  }
}
.recruit_content .interview_content__body .interview_ol li .question_title {
  color: #1b1b1b;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-left: 20px;
  margin-top: 36px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recruit_content .interview_content__body .interview_ol li .question_title {
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-left: 12px;
  }
}
.recruit_content .interview_content__body .interview_ol li .question_title::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #006cc0;
}
@media screen and (max-width: 767px) {
  .recruit_content .interview_content__body .interview_ol li .question_title::before {
    width: 3px;
  }
}
.recruit_content .interview_content__body .interview_ol li .answer_content {
  max-width: 630px;
}
@media screen and (max-width: 999px) {
  .recruit_content .interview_content__body .interview_ol li .answer_content {
    max-width: 100%;
  }
}
@media screen and (min-width: 1000px), print, print {
  .recruit_content .interview_content__body .interview_ol li .answer_content._image-text {
    max-width: none;
    width: calc(100% + 60px);
  }
}
.recruit_content .interview_content__body .interview_ol li .answer_content._image-text .image {
  max-width: 400px;
  width: 100%;
  position: relative;
  margin-bottom: 35px;
  z-index: 5;
}
@media screen and (min-width: 768px), print {
  .recruit_content .interview_content__body .interview_ol li .answer_content._image-text .image {
    margin-left: 55px;
    float: right;
  }
}
@media screen and (max-width: 999px) {
  .recruit_content .interview_content__body .interview_ol li .answer_content._image-text .image {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_content .interview_content__body .interview_ol li .answer_content._image-text .image {
    margin-left: auto;
    margin-right: auto;
  }
}
.recruit_content .interview_content__body .interview_ol li .answer_content._image-text .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e8eef6;
  bottom: -20px;
  right: -20px;
  position: absolute;
  z-index: -1;
}
.recruit_content .interview_content__body .interview_ol li .answer_content._image-text .image img {
  display: block;
  width: 100%;
}
.recruit_content .schedule_content {
  margin-bottom: 110px;
}
@media screen and (min-width: 1000px), print, print {
  .recruit_content .schedule_content {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .recruit_content .schedule_content {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1000px), print, print {
  .recruit_content .schedule_content__head {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .recruit_content .schedule_content__head > * {
    min-height: 0%;
    max-width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .recruit_content .schedule_content__head {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_content .schedule_content__head {
    margin-bottom: 20px;
  }
}
.recruit_content .schedule_content__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1000px), print, print {
  .recruit_content .schedule_content__body {
    width: 70%;
  }
}
@media screen and (max-width: 999px) {
  .recruit_content .schedule_content__titleArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    padding-top: 55px;
    position: relative;
  }
  .recruit_content .schedule_content__titleArea > * {
    min-height: 0%;
    max-width: 100%;
  }
  .recruit_content .schedule_content__titleArea::before {
    width: 100%;
    content: "DAILY SCHEDULE";
    display: block;
    color: #e8eef6;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    font-size: 40px;
    line-height: 1.2;
    right: 0;
    top: 0;
    position: absolute;
    text-align: center;
  }
}
@media screen and (max-width: 999px) and (max-width: 767px) {
  .recruit_content .schedule_content__titleArea::before {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_content .schedule_content__titleArea {
    margin-bottom: 25px;
    padding-top: 35px;
  }
}
@media screen and (max-width: 999px) {
  .recruit_content .schedule_content__titleArea .schedule_title {
    margin-bottom: 1em;
    background-color: #006cc0;
    padding-right: 0.5em;
    padding-left: 0.5em;
    display: inline-block;
    margin-bottom: 0.5em;
  }
}
.recruit_content .schedule_content__titleArea .schedule_title .bg_inner {
  min-width: 200px;
  box-sizing: border-box;
  background-color: #006cc0;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 1.875rem;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1000px), print, print {
  .recruit_content .schedule_content__titleArea .schedule_title .bg_inner {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 11px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 999px) {
  .recruit_content .schedule_content__titleArea .schedule_title .bg_inner {
    display: inline;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .recruit_content .schedule_content__titleArea .schedule_title .bg_inner {
    font-size: 1.563rem;
  }
}
.recruit_content .schedule_content__titleArea .schedule_subtitle {
  min-width: 200px;
  display: inline-block;
  color: #006cc0;
  background-color: #e8eef6;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit_content .schedule_content__titleArea .schedule_subtitle {
    font-size: 1rem;
  }
}
.recruit_content .schedule_content__explanationArea {
  position: relative;
}
.recruit_content .schedule_content__explanationArea::before {
  content: "DAILY \aSCHEDULE";
  display: block;
  color: #e8eef6;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media screen and (max-width: 999px) {
  .recruit_content .schedule_content__explanationArea::before {
    display: none;
  }
}
.recruit_content .schedule_content__explanationArea h3 {
  font-family: "Noto Serif JP", serif;
  color: #006cc0;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .recruit_content .schedule_content__explanationArea h3 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_content .schedule_content__explanationArea h3 {
    font-size: 1.25rem;
  }
}
.recruit_content .schedule_content__explanationArea h3 .inner {
  display: inline-block;
  background-color: #f8fafc;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}
.recruit_content .schedule_content__explanationArea h3::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #006cc0;
  position: absolute;
  top: 20px;
  left: 0;
}
.recruit_content .schedule_content__explanationArea p {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500px;
}
.recruit_content .schedule_content .timeline {
  background-color: rgb(255, 255, 255);
  box-shadow: 7.071px 7.071px 8px 0px rgba(138, 167, 189, 0.05);
  padding-top: 30px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1000px), print, print {
  .recruit_content .schedule_content .timeline {
    width: 43%;
    margin-left: 7%;
    max-width: 300px;
  }
}
@media screen and (max-width: 999px) {
  .recruit_content .schedule_content .timeline {
    width: 48%;
  }
}
@media screen and (max-width: 540px) {
  .recruit_content .schedule_content .timeline {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.recruit_content .schedule_content .timeline_head {
  background-color: #e8eef6;
  padding: 10px 30px;
  width: 80%;
  box-sizing: border-box;
  margin-left: -10px;
  margin-bottom: 22px;
}
.recruit_content .schedule_content .timeline_head .ja {
  color: #1b1b1b;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin-right: 0.5em;
}
.recruit_content .schedule_content .timeline_head .en {
  color: #9da8b7;
  font-size: 0.875rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
.recruit_content .schedule_content .time_content {
  display: flex;
  padding-left: 35px;
  padding-right: 10%;
  box-sizing: border-box;
  position: relative;
  align-items: flex-start;
}
.recruit_content .schedule_content .time_content::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50px;
  background-color: #eeeeee;
}
.recruit_content .schedule_content .time_content ._left {
  width: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  margin-top: -10px;
  position: relative;
  z-index: 5;
}
.recruit_content .schedule_content .time_content ._right {
  padding-left: 10px;
  box-sizing: border-box;
  width: calc(100% - 30px);
}
.recruit_content .schedule_content .time_content .clock {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #006cc0;
  position: relative;
}
.recruit_content .schedule_content .time_content .clock .long_hand {
  width: 1px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: calc(50% - 10px);
  transform-origin: bottom;
}
.recruit_content .schedule_content .time_content .clock .short_hand {
  width: 1px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: calc(50% - 7px);
  transform-origin: bottom;
}
.recruit_content .schedule_content .time_content .text {
  margin-bottom: 1em;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}
.recruit_content .schedule_content .time_content .text_time {
  color: #959595;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 30px;
  margin-bottom: 10px;
}
.recruit_content .schedule_content .time_content .text ._gray_text {
  color: #959595;
}
.recruit_content .description_row {
  margin-bottom: 65px;
  margin-top: 55px;
}
@media screen and (min-width: 768px), print {
  .recruit_content .description_row {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .recruit_content .description_row {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
.recruit_content .description_row ._left {
  width: 200px;
  padding-left: 27px;
  border-left: 5px solid #006cc0;
  -o-border-image: linear-gradient(to bottom, #006cc0 0, #006cc0 23px, #1b1b1b 23px, #1b1b1b 100%);
  border-image: linear-gradient(to bottom, #006cc0 0, #006cc0 23px, #1b1b1b 23px, #1b1b1b 100%);
  border-image-slice: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .recruit_content .description_row ._left {
    width: auto;
    padding-left: 8px;
    margin-left: -10px;
    -o-border-image: linear-gradient(to bottom, #006cc0 0, #006cc0 10px, #1b1b1b 10px, #1b1b1b 100%);
    border-image: linear-gradient(to bottom, #006cc0 0, #006cc0 10px, #1b1b1b 10px, #1b1b1b 100%);
    border-image-slice: 1;
  }
}
@media screen and (min-width: 768px), print {
  .recruit_content .description_row ._right {
    width: 600px;
  }
}
.recruit_content .description_row .description_dl {
  display: flex;
  flex-wrap: wrap;
}
.recruit_content .description_row .description_dl dt {
  width: 130px;
  font-weight: 600;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .recruit_content .description_row .description_dl dt {
    width: 90px;
  }
}
.recruit_content .description_row .description_dl dd {
  width: calc(100% - 130px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .recruit_content .description_row .description_dl dd {
    width: calc(100% - 90px);
  }
}
.recruit_content .description_row .description_dl dt,
.recruit_content .description_row .description_dl dd {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px dotted #dcdcdc;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .recruit_content .description_row .description_dl dt,
  .recruit_content .description_row .description_dl dd {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
.recruit_content .description_row .description_dl dt,
.recruit_content .description_row .description_dl dd,
.recruit_content .description_row .description_dl p {
  font-family: "Noto Sans JP", sans-serif;
  color: #1b1b1b;
  font-size: 1rem;
  line-height: 1.8;
}
.recruit_content .license_list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .recruit_content .license_list {
    width: calc(100% + 10px);
    margin-left: -5px;
  }
}
@media screen and (max-width: 575px) {
  .recruit_content .license_list {
    width: 100%;
    margin-left: 0;
  }
}
.recruit_content .license_list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 40px);
  background-color: #f8fafc;
  box-sizing: border-box;
  border: 1px solid #eff3f7;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 10px;
  padding: 16px 0 16px 30px;
}
@media screen and (max-width: 767px) {
  .recruit_content .license_list > li {
    width: calc(50% - 10px);
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px 0 10px 5px;
  }
}
@media screen and (max-width: 575px) {
  .recruit_content .license_list > li {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.recruit_content .license_list > li ._name {
  width: calc(100% - 70px);
  font-size: 1rem;
}
.recruit_content .license_list > li ._num {
  width: 70px;
  font-size: 1.5rem;
  color: #006cc0;
  font-weight: 500;
  box-sizing: border-box;
  text-align: center;
}
.recruit_content .license_list > li ._num ._unit {
  color: #a9c1d4;
  font-size: 0.875rem;
  margin-left: 5px;
}
.recruit_content .about_content__head {
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 55px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .recruit_content .about_content__head {
    min-height: 200px;
  }
}
.recruit_content .about_content__head > * {
  min-height: 0%;
  max-width: 100%;
}
.recruit_content .about_content__head::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -55px;
  left: 0;
  background: url(../img/about_en_bg.png) no-repeat right bottom/1000px 115px;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .recruit_content .about_content__head::before {
    background-size: 1000px 20%;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit_content .about_content__head::before {
    background-size: 100% 57.5px;
  }
}
.recruit_content .about_content__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -55px;
  left: 0;
  background: url(../img/about_en.png) no-repeat right bottom/1000px 115px;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .recruit_content .about_content__head::after {
    background-size: 700px 80.5px;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit_content .about_content__head::after {
    background-size: 500px 57.5px;
  }
}
.recruit_content .about_content__h3 {
  display: inline-block;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
  color: #1b1b1b;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 7px 25px;
  margin-top: -30px;
  max-width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  .recruit_content .about_content__h3 {
    font-size: 1.375rem;
    line-height: 1.3;
    padding: 7px 10px;
  }
}

.recruit_newslist {
  padding-top: 40px;
}
@media screen and (min-width: 1000px), print, print {
  .recruit_newslist {
    padding-top: 80px;
  }
}

.rbanner_link_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.rbanner_link_area > * {
  width: calc(50% - 20px);
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  min-width: 290px;
}
.rbanner_link_area > * a {
  display: block;
  width: 100%;
  transition: 0.2s;
}
.rbanner_link_area > * a:hover {
  opacity: 0.7;
}
.rbanner_link_area > * a img {
  width: 100%;
  display: block;
}

.button_area .link {
  font-size: 0.875rem;
  text-align: center;
  color: #fff !important;
}
.button_area .link::before {
  display: none;
}

/************************************** 
フォームのパーツ
***************************************/
.contact_area .contact_progress {
  position: relative;
  top: 0;
  left: 0;
  border-bottom: 1px solid #9fbee7;
  padding-bottom: 55px;
}
@media screen and (max-width: 999px) {
  .contact_area .contact_progress {
    padding-bottom: 25px;
  }
}
.contact_area .contact_progress::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -29px;
  background-color: #f8fafc;
  width: 58px;
  height: 58px;
  border: #1b1b1b 2px solid;
  box-sizing: border-box;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_progress::after {
    width: 50px;
    height: 50px;
    margin-left: -5px;
  }
}
@media screen and (min-width: 768px) {
  .contact_area .contact_progress._input::after {
    transform: translateX(-230px);
  }
}
@media screen and (max-width: 767px) {
  .contact_area .contact_progress._input::after {
    transform: translateX(-190px);
  }
}
@media screen and (max-width: 575px) {
  .contact_area .contact_progress._input::after {
    transform: translateX(-120px);
  }
}
.contact_area .contact_progress._input .info._input .circle::after {
  background-color: #006cc0;
}
.contact_area .contact_progress._input .info._input .circle::before {
  display: none;
}
.contact_area .contact_progress._confirm::after {
  transform: translateX(0);
}
.contact_area .contact_progress._confirm .info._input .circle::after {
  background-color: #006cc0;
}
.contact_area .contact_progress._confirm .info._input .circle::before {
  border-color: #006cc0;
}
.contact_area .contact_progress._confirm .info._confirm .circle::after {
  background-color: #006cc0;
}
.contact_area .contact_progress._confirm .info._confirm .circle::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .contact_area .contact_progress._thanks::after {
    transform: translateX(230px);
  }
}
@media screen and (max-width: 767px) {
  .contact_area .contact_progress._thanks::after {
    transform: translateX(190px);
  }
}
@media screen and (max-width: 575px) {
  .contact_area .contact_progress._thanks::after {
    transform: translateX(120px);
  }
}
.contact_area .contact_progress._thanks .info._input .circle:after {
  background-color: #006cc0;
}
.contact_area .contact_progress._thanks .info._input .circle::before {
  border-color: #006cc0;
}
.contact_area .contact_progress._thanks .info._confirm .circle::after {
  background-color: #006cc0;
}
.contact_area .contact_progress._thanks .info._confirm .circle::before {
  border-color: #006cc0;
}
.contact_area .contact_progress._thanks .info._thanks .circle::after {
  background-color: #006cc0;
}
.contact_area .contact_progress._thanks .info._thanks .circle::before {
  display: none;
}
.contact_area .contact_progress > ul {
  display: flex;
  justify-content: center;
  position: relative;
}
.contact_area .contact_progress > ul::before {
  content: "";
  display: block;
  width: 440px;
  height: 2px;
  background-color: #d2d2d2;
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_progress > ul::before {
    top: 24px;
    width: 400px;
    width: 350px;
  }
}
@media screen and (max-width: 575px) {
  .contact_area .contact_progress > ul::before {
    width: 260px;
  }
}
.contact_area .contact_progress > ul > li {
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .contact_area .contact_progress > ul > li:not(:first-child) {
    margin-left: 60px;
  }
  .contact_area .contact_progress > ul > li:not(:last-child) {
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .contact_area .contact_progress > ul > li:not(:first-child) {
    margin-left: 30px;
  }
  .contact_area .contact_progress > ul > li:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 575px) {
  .contact_area .contact_progress > ul > li:not(:first-child) {
    margin-left: 10px;
  }
  .contact_area .contact_progress > ul > li:not(:last-child) {
    margin-right: 10px;
  }
}
.contact_area .contact_progress .info {
  min-width: 110px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .contact_area .contact_progress .info {
    min-width: 80px;
  }
}
.contact_area .contact_progress .info .circle {
  width: 58px;
  height: 58px;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_progress .info .circle {
    width: 50px;
    height: 50px;
  }
}
.contact_area .contact_progress .info .circle::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 2px solid #1b1b1b;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #f8fafc;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_progress .info .circle::before {
    width: 20px;
    height: 20px;
  }
}
.contact_area .contact_progress .info .circle::after {
  width: 12px;
  height: 12px;
  background-color: #1b1b1b;
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_progress .info .circle::after {
    width: 10px;
    height: 10px;
  }
}
.contact_area .contact_progress .info .text {
  padding-top: 15px;
  line-height: 1;
  text-align: center;
  color: #006cc0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  .contact_area .contact_progress .info .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .contact_area .contact_progress .info .text .sub {
    display: none;
  }
}

/* ---------------------
		welfare
-----------------------*/
.box_list._circle-ex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box_list._circle-ex > .box {
  width: 32%;
  border: 1px solid #006cc0;
  padding: 1em;
  box-sizing: border-box;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .box_list._circle-ex > .box {
    width: 48%;
  }
}
@media screen and (max-width: 500px) {
  .box_list._circle-ex > .box {
    width: 90%;
  }
}

.cafe_menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.cafe_menu_list > * {
  width: 255px;
  padding-right: 13px;
  padding-left: 13px;
  margin-bottom: 26px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .cafe_menu_list > * {
    width: calc(50% - 10px);
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
  }
}
.cafe_menu_list > * img {
  display: block;
  width: 100%;
}

.cafe_menu {
  width: 33%;
  border-top: 4px double #bfbfbf;
  border-bottom: 4px double #bfbfbf;
}
@media screen and (max-width: 999px) {
  .cafe_menu {
    margin: 0 auto 40px;
    width: 80%;
  }
}
.cafe_menu .menu_title {
  width: 86px;
  background-color: #fff;
  margin: -17px auto 0;
}
.cafe_menu .menu_title img {
  width: 100%;
}
.cafe_menu .menu_ul {
  margin-top: 20px;
  margin-bottom: 25px;
}
.cafe_menu .menu_ul > li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .cafe_menu .menu_ul > li {
    margin-bottom: 0;
  }
}
.cafe_menu .menu_ul > li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-top: 4px dotted #9caeca;
  position: absolute;
  top: 50%;
  z-index: -1;
}
.cafe_menu .menu_ul > li > .right {
  font-size: 18px;
  background-color: #fff;
  padding: 0 15px 0 10px;
}
.cafe_menu .menu_ul > li > .left {
  font-size: 20px;
  background-color: #fff;
  padding: 0 8px;
}
.cafe_menu .menu_ul > li > .left .num {
  font-size: 26px;
  font-weight: 500;
  margin-left: 4px;
}

.cafeteria_memo {
  width: 33%;
  height: 250px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}
.cafeteria_memo._blue {
  background: url(../welfare/img/point_area_blue.png) no-repeat center center/100%;
}
.cafeteria_memo._pink {
  background: url(../welfare/img/point_area_pink.png) no-repeat center center/100%;
}
.cafeteria_memo p {
  width: 210px;
  margin: 0 auto;
}
.cafeteria_memo .point_area_illust01 {
  margin-top: -20px;
  width: 120px;
}
.cafeteria_memo .red_point {
  color: #ff5575;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .cafeteria_memo {
    width: 255px;
  }
}

.pc_column3.menu_example > li {
  box-sizing: border-box;
}
@media screen and (min-width: 1000px), print {
  .pc_column3.menu_example > li {
    padding: 5px;
  }
}
@media screen and (max-width: 999px) {
  .pc_column3.menu_example > li {
    width: 50%;
  }
}
@media screen and (max-width: 999px) {
  .pc_column3.menu_example {
    display: flex;
    flex-wrap: wrap;
  }
  .pc_column3.menu_example > *:nth-child(2n) {
    padding-left: 13.333px;
  }
  .pc_column3.menu_example > *:nth-child(2n+1) {
    clear: left;
    padding-right: 13.333px;
  }
  .pc_column3.menu_example > * {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  .pc_column3.menu_example > *:nth-child(2n) {
    padding-left: 6px;
  }
  .pc_column3.menu_example > *:nth-child(2n+1) {
    padding-right: 6px;
  }
  .pc_column3.menu_example > * {
    padding-bottom: 12px;
  }
}

.cafeteria_foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cafeteria_foot img {
  max-width: 100%;
}
.cafeteria_foot > ._big {
  width: 65%;
}
.cafeteria_foot > ._small {
  width: 30%;
}
@media screen and (max-width: 500px) {
  .cafeteria_foot {
    flex-wrap: wrap;
  }
  .cafeteria_foot ._big {
    width: 100%;
  }
  .cafeteria_foot ._small {
    width: 100%;
  }
}

.area-message {
  color: #006cc0;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1em;
  text-align: center;
}

.recruit_table {
  border-color: #ccc;
}
.recruit_table tbody th {
  min-width: auto;
  background-color: #ececec;
  color: #353535;
}

.red_text {
  color: #db3d3d;
}

.blue_text {
  color: #006cc0;
  font-weight: bold;
}
/*# sourceMappingURL=recruit.css.map */
