@font-face {
  font-family: 'Fjalla One';
  src: url('/common/font/fjallaone-regular.eot');
  src: url('/common/font/fjallaone-regular.eot?#iefix') format('embedded-opentype'), url('/common/font/fjallaone-regular.woff') format('woff'), url('/common/font/fjallaone-regular.ttf') format('truetype'), url('/common/font/fjallaone-regular.svg#fjalla_oneregular') format('svg');
}
/* ==========================================================================
   recruit variable
   ========================================================================== */
/* font
  ========================================================================== */
/*Aleo*/
@font-face {
  font-family: "Aleo";
  font-style: normal;
  font-weight: 700;
  src: url("/common/font/Aleo/Aleo-Bold.woff2") format("woff2"), url("/common/font/Aleo/Aleo-Bold.ttf") format("truetype");
}
/*Noto Sans JP*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("/common/font/NotoSansJP/NotoSansJP-Light.woff2") format("woff2"), url("/common/font/NotoSansJP/NotoSansJP-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/common/font/NotoSansJP/NotoSansJP-Regular.woff2") format("woff2"), url("/common/font/NotoSansJP/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("/common/font/NotoSansJP/NotoSansJP-Medium.woff2") format("woff2"), url("/common/font/NotoSansJP/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("/common/font/NotoSansJP/NotoSansJP-Bold.woff2") format("woff2"), url("/common/font/NotoSansJP/NotoSansJP-Bold.ttf") format("truetype");
}
/* ==========================================================================
   recruit info
   ========================================================================== */
.recruit-info_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruit-info_table + .recruit-info_table {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit-info_table {
    display: block;
  }
}
.recruit-info_table_head {
  position: relative;
  padding-bottom: 30px;
  color: #00559d;
  line-height: 1.3;
  font-weight: bold;
  font-size: 2rem;
  width: 309px;
  padding-left: 27px;
  border-bottom: 1px solid #00559d;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit-info_table_head {
    width: auto;
    border: none;
    padding-bottom: 0;
  }
}
.recruit-info_table_head:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100vw;
  background-color: #00559d;
}
.recruit-info_table_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 75px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit-info_table_detail {
    margin-top: 20px;
    padding-left: 27px;
  }
}
.recruit-info_table_text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #222;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit-info_table_text {
    font-size: 1.5rem;
  }
}
.recruit-info_panel_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit-info_panel_list {
    display: block;
  }
}
.recruit-info_panel_item {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit-info_panel_item {
    width: auto;
  }
  body:not(.non-responsive) .recruit-info_panel_item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.recruit-info_panel_item_inner {
  padding: 40px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  border: 7px solid #EEF2F9;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit-info_panel_item_inner {
    border-width: 5px;
    padding: 25px 20px;
  }
}
.recruit-info_panel_item_title {
  color: #00559d;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit-info_panel_item_title {
    font-size: 2.1rem;
  }
}
.recruit-info_panel_item_image {
  width: 245px;
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit-info_panel_item_image {
    width: 210px;
    max-width: 100%;
  }
  body:not(.non-responsive) .recruit-info_panel_item_image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
.recruit-info_panel_item_text {
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit-info_panel_item_text {
    font-size: 1.5rem;
  }
}
.recruit-info_table02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit-info_table02 {
    display: block;
  }
}
.recruit-info_table02 + .recruit-info_table02 {
  margin-top: 25px;
}
.recruit-info_table02_head {
  color: #222;
  line-height: 1.6;
  font-weight: bold;
  font-size: 1.9rem;
  width: 201px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit-info_table02_head {
    width: auto;
  }
}
.recruit-info_table02_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 75px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit-info_table02_detail {
    margin-top: 15px;
    padding-left: 0;
  }
}
.recruit-info_table02_text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #222;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit-info_table02_text {
    font-size: 1.5rem;
  }
}
.recruit-info_table02_detail_list > li {
  position: relative;
  padding-left: 19px;
}
.recruit-info_table02_detail_list > li:nth-child(n+2) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit-info_table02_detail_list > li {
    font-size: 1.8rem;
  }
}
.recruit-info_table02_detail_list > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100vw;
  background-color: #222;
}
.recruit-info_table02_detail_list-text {
  color: #222;
  line-height: 1.6;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit-info_table02_detail_list-text {
    font-size: 1.5rem;
  }
}
.recruit-info_table02_detail_list-job {
  font-size: 1.8rem;
  font-weight: bold;
}
.recruit-info_table02_detail_text {
  color: #222;
  line-height: 1.6;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit-info_table02_detail_text {
    font-size: 1.5rem;
  }
}
.recruit-info_table02_detail_note {
  position: relative;
  padding-left: 14px;
  color: #666;
  line-height: 1.6;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit-info_table02_detail_note {
    font-size: 1.3rem;
  }
}
.recruit-info_table02_detail_note:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
}
