@charset "UTF-8";
.recruit-site {
  background-color: #ecf5f9;
  scroll-behavior: smooth;
}
.recruit-site .js-text span {
  transition: opacity 0.3s;
  display: inline-block;
}
.recruit-site p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (max-width: 599px) {
  .recruit-site p {
    font-size: 14px;
  }
}
.recruit-site .sp-none {
  display: block;
}
@media screen and (max-width: 599px) {
  .recruit-site .sp-none {
    display: none;
  }
}
.recruit-site .pc-none {
  display: none;
}
@media screen and (max-width: 599px) {
  .recruit-site .pc-none {
    display: block;
  }
}
.recruit-site .header {
  background-color: #fff;
  width: 100%;
  height: 110px;
  position: relative;
  z-index: 150;
  box-shadow: none;
}
@media screen and (max-width: 599px) {
  .recruit-site .header {
    height: 80px;
  }
}
.recruit-site .header_container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding-right: 120px;
}
@media screen and (max-width: 599px) {
  .recruit-site .header_container {
    padding-right: 80px;
  }
}
.recruit-site .header_logo {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .recruit-site .header_logo {
    left: 15px;
  }
}
.recruit-site .header_logo a {
  width: 275px;
  line-height: 1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .recruit-site .header_logo a {
    width: 235px;
  }
}
.recruit-site .header_logo a img {
  width: 100%;
  height: 100%;
}
.recruit-site .header_nav {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media screen and (max-width: 979px) {
  .recruit-site .header_nav {
    display: none;
  }
}
.recruit-site .header_nav_list {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
  padding-left: 0;
  margin: 0;
}
.recruit-site .header_nav_list_item {
  list-style-type: none;
  font-family: "Reddit Sans";
  font-weight: bold;
  text-decoration: none !important;
  margin-right: 30px;
}
.recruit-site .header_nav_list_item:last-of-type {
  margin-right: 0;
}
.recruit-site .header_nav_list_item a {
  display: inline-block;
  text-decoration: none;
  color: #1592e6;
}
.recruit-site .header_nav_list_item a:after {
  content: "";
  background: url(../images/icon_header_recruit.png);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: 5px;
}
.recruit-site .header_nav_btn {
  background-color: #1592e6;
  padding: 22.5px 27.5px;
  border-radius: 6px;
}
@media screen and (max-width: 599px) {
  .recruit-site .header_nav_btn {
    padding: 15px 15px;
    border-radius: 4px;
    display: none;
  }
}
.recruit-site .header_nav_btn a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.recruit-site .header_nav_btn a .mail {
  width: 14px;
  height: auto;
  margin-right: 8px;
}
.recruit-site .header_nav_btn a .txt {
  font-family: "Reddit Sans";
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  .recruit-site .header_nav_btn a .txt {
    font-size: 14px;
  }
}
.recruit-site .header_hamburger .hamburger-btn {
  border: none;
  width: 110px;
  height: 110px;
  background-color: transparent;
  border-radius: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .recruit-site .header_hamburger .hamburger-btn {
    width: 80px;
    height: 80px;
  }
}
.recruit-site .header_hamburger .hamburger-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.recruit-site .header_hamburger .hamburger-btn-icon__line {
  display: block;
  width: 38px;
  height: 5px;
  top: -10px;
  background-color: #1592e6;
  position: relative;
  transition: all 0.3s;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  .recruit-site .header_hamburger .hamburger-btn-icon__line {
    width: 30px;
    height: 3px;
    top: -10px;
  }
}
.recruit-site .header_hamburger .hamburger-btn-icon__line::before {
  transition: all 0.3s;
  display: inline-block;
  content: "";
  width: 38px;
  height: 5px;
  background-color: #1592e6;
  position: absolute;
  border-radius: 5px;
  top: 12px;
  right: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .recruit-site .header_hamburger .hamburger-btn-icon__line::before {
    width: 30px;
    height: 3px;
    top: 10px;
  }
}
.recruit-site .header_hamburger .hamburger-btn-icon__line::after {
  display: inline-block;
  content: "";
  width: 38px;
  height: 5px;
  background-color: #1592e6;
  position: absolute;
  top: 24px;
  border-radius: 5px;
  right: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .recruit-site .header_hamburger .hamburger-btn-icon__line::after {
    width: 30px;
    height: 3px;
    top: 20px;
  }
}
.recruit-site .header_hamburger .hamburger-menu {
  display: none;
}
.recruit-site .header_hamburger .hamburger-menu.active {
  display: block;
}
.recruit-site .recruit {
  background-color: #cbe1ff;
  position: relative;
}
.recruit-site .recruit .fixed-icon {
  z-index: 500;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit .fixed-icon {
    right: 15px;
    bottom: 40px;
  }
}
.recruit-site .recruit .fixed-icon figure {
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit .fixed-icon figure {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit .fixed-icon figure {
    width: 75px;
    height: 75px;
  }
}
.recruit-site .recruit-mv {
  height: 53.90625vw;
  position: relative;
  padding-top: 2.34375vw;
  background: linear-gradient(180deg, transparent 0%, transparent 64%, #cbe1ff 64%, #cbe1ff 100%), url("../images/recruit/recruit-mv-bg.jpg");
  background-repeat: no-repeat, repeat;
  background-size: auto, 400px 400px;
  background-position: top, top;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-mv {
    height: auto;
    padding-top: 20px;
  }
}
.recruit-site .recruit-mv_container {
  height: 100%;
  /* 画像を上64%範囲で繰り返すように高さを指定 */
}
.recruit-site .recruit-mv_container::after {
  content: "";
  display: block;
  width: 100%;
  height: 22.265625vw;
  background-image: url("../images/recruit/recruit_mv_afterbg_v02.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 6.25vw;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-mv_container::after {
    bottom: 0;
  }
}
.recruit-site .recruit-mv_heading.en {
  margin: 0 auto;
  z-index: 5;
  position: relative;
  text-align: center;
  width: 82.8125vw;
  max-width: 100%;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-mv_heading.en {
    width: 95%;
  }
}
.recruit-site .recruit-mv_heading.en img {
  width: 100%;
}
.recruit-site .recruit-mv_slider {
  z-index: 2;
  margin-top: -3.125vw;
  position: relative;
}
.recruit-site .recruit-mv_slider .recruit-slider {
  position: relative;
  z-index: 2;
}
.recruit-site .recruit-mv_slider .recruit-slider .slick-track {
  padding-bottom: 4.6875vw;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-mv_slider .recruit-slider .slick-track {
    padding-bottom: 30px;
  }
}
.recruit-site .recruit-mv_slider .recruit-slider li {
  margin: 0 5px;
  position: relative;
}
.recruit-site .recruit-mv_slider .recruit-slider li::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  top: 2.34375vw;
  left: 9.375vw;
  opacity: 1;
  border-radius: 20px;
  /* 線：黒、太さ20px */
  background-color: rgba(0, 112, 255, 0.31);
  /* 塗り：青（透明度含む） */
  filter: blur(16px);
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-mv_slider .recruit-slider li::after {
    top: 1.953125vw;
  }
}
.recruit-site .recruit-mv_slider .recruit-slider li img {
  position: relative;
  z-index: 2;
  display: inline-block;
  max-width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-mv_slider .recruit-slider li img {
    width: 100%;
    height: 100%;
  }
}
.recruit-site .recruit-mv_slider img {
  max-width: 100%;
  height: 100%;
}
.recruit-site .recruit-mv_slider_txt {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  bottom: -5.46875vw;
  left: 10.9375vw;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-mv_slider_txt {
    bottom: -27px;
    left: 10px;
  }
}
.recruit-site .recruit-mv_slider_txt span {
  font-size: 4.6875vw;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  background-color: #4530ff;
  border-radius: 6px;
  padding: 0.78125vw 3.125vw 1.171875vw 2.34375vw;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-mv_slider_txt span {
    padding: 10px 10px 10px 15px;
    font-size: 28px;
  }
}
.recruit-site .recruit-mv_slider_txt span:first-of-type {
  margin-bottom: 1.171875vw;
}
.recruit-site .recruit-about {
  position: relative;
  padding-top: 200px;
  padding-bottom: 180px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-about {
    min-height: 66.40625vw;
    padding-bottom: 100px;
    background-position: top;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-about {
    padding-bottom: 50px;
    padding-top: 90px;
  }
}
.recruit-site .recruit-about_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-about_bg {
    top: 20%;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-about_bg {
    top: 4%;
  }
}
.recruit-site .recruit-about_wrapper {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .recruit-site .recruit-about_wrapper {
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.recruit-site .recruit-about_flex {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-about_flex {
    flex-direction: column;
    align-items: center;
  }
}
.recruit-site .recruit-about_message {
  width: 70%;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-about_message {
    width: 100%;
    margin-bottom: 40px;
  }
}
.recruit-site .recruit-about_message_heading {
  font-size: 48px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0;
  margin-bottom: 68px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-about_message_heading {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-about_message_heading {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
.recruit-site .recruit-about_message_heading span {
  color: #1830d5;
}
.recruit-site .recruit-about_message_txt {
  width: 80.7142857143%;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-about_message_txt {
    width: 100%;
    font-size: 14px;
  }
}
.recruit-site .recruit-about_message_txt p {
  margin: 0;
}
.recruit-site .recruit-about_thumb {
  width: 30%;
  padding-left: 3%;
  padding-right: 2.5%;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-about_thumb {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: flex-end;
  }
}
.recruit-site .recruit-about_thumb_img {
  width: 93.8775510204%;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-about_thumb_img {
    width: 50%;
    margin-bottom: 0;
  }
}
.recruit-site .recruit-about_thumb_img img {
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-about_thumb_detail {
    width: 50%;
    padding-left: 10%;
  }
}
.recruit-site .recruit-about_thumb_detail .company {
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-about_thumb_detail .company {
    text-align: center;
  }
}
.recruit-site .recruit-about_thumb_detail .company .company-name {
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-about_thumb_detail .company .company-name {
    font-size: 14px;
  }
}
.recruit-site .recruit-about_thumb_detail .company .office {
  display: block;
  font-size: 13px;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-about_thumb_detail .company .office {
    font-size: 12px;
  }
}
.recruit-site .recruit-about_thumb_detail .president {
  line-height: 1.6;
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-about_thumb_detail .president {
    font-size: 14px;
  }
}
.recruit-site .recruit-about_thumb_detail .president .name {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-about_thumb_detail .president .name {
    font-size: 16px;
  }
}
.recruit-site .recruit-about_thumb_detail .president .position {
  color: #5d717e;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-about_thumb_detail .president .position {
    font-size: 14px;
  }
}
.recruit-site .recruit-about-after {
  width: 100%;
  margin-top: -100px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-about-after {
    margin-top: -11.8125vw;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-about-after {
    margin-top: -10px;
    width: auto;
  }
}
.recruit-site .recruit-about-after img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-about-after img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.recruit-site .recruit-job {
  background-color: #00157b;
  padding-top: 120px;
  padding-bottom: 200px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-job {
    padding-top: 80px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-job {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.recruit-site .recruit-job_wrapper {
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .recruit-site .recruit-job_wrapper {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.recruit-site .recruit-job_head {
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1020px;
  margin-bottom: 150px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-job_head {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-job_head {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 80px;
  }
}
.recruit-site .recruit-job_head_title {
  font-size: 54px;
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 70px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-job_head_title {
    margin-bottom: 50px;
    font-size: 42px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-job_head_title {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
.recruit-site .recruit-job_head_title .title-en {
  color: #0762ce;
  display: block;
  font-size: 20px;
  font-family: "Reddit Sans";
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-job_head_title .title-en {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-job_head_title .title-en {
    font-size: 14px;
  }
}
.recruit-site .recruit-job_head_lead {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-job_head_lead {
    flex-direction: column;
    align-items: center;
  }
}
.recruit-site .recruit-job_head_lead_heading {
  width: 50%;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 0;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-job_head_lead_heading {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-job_head_lead_heading {
    font-size: 20px;
  }
}
.recruit-site .recruit-job_head_lead_txt {
  width: 50%;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-job_head_lead_txt {
    width: 100%;
    text-align: center;
  }
}
.recruit-site .recruit-job_head_title {
  text-align: center;
}
.recruit-site .recruit-job_content {
  display: flex;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-job_content {
    flex-direction: column;
  }
}
.recruit-site .recruit-job_content_unit {
  width: 37%;
  background-color: #fff;
  border-radius: 13px;
  padding: 0 35px 65px;
  margin-right: 3%;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-job_content_unit {
    padding: 0 20px 50px;
    width: 100%;
    margin-top: 100px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-job_content_unit {
    padding: 0 20px 30px;
    margin-right: 0;
    margin-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-job_content_unit:first-child {
    margin-top: 0;
  }
}
.recruit-site .recruit-job_content_unit:last-child {
  margin-right: 0;
}
.recruit-site .recruit-job_content_unit figure {
  width: 166px;
  height: 166px;
  margin: 0 auto;
  margin-top: -88px;
  margin-bottom: 30px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-job_content_unit figure {
    width: 140px;
    height: 140px;
    margin-top: -70px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-job_content_unit figure {
    margin-bottom: 16px;
    width: 100px;
    height: 100px;
    margin-top: -50px;
  }
}
.recruit-site .recruit-job_content_unit figure img {
  width: 100%;
  height: 100%;
}
.recruit-site .recruit-job_content_unit_detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recruit-site .recruit-job_content_unit_detail_head {
  color: #122e7f;
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-job_content_unit_detail_head {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.recruit-site .recruit-job_content_unit_detail_txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-job_content_unit_detail_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-job_content_unit_detail_txt {
    font-size: 12px;
  }
}
.recruit-site .recruit-career {
  padding-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-career {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-career {
    padding-bottom: 75px;
  }
}
.recruit-site .recruit-career_before {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-career_before {
    margin-top: -15px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-career_before {
    margin-top: -5px;
    margin-bottom: 30px;
  }
}
.recruit-site .recruit-career_before span {
  font-family: "Reddit Sans";
  font-size: 116px;
  font-weight: 600;
  color: #00157b;
  white-space: nowrap;
  opacity: 7%;
  line-height: 1;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-career_before span {
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-career_before span {
    font-size: 50px;
  }
}
.recruit-site .recruit-career_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .recruit-site .recruit-career_wrapper {
    max-width: 1030px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.recruit-site .recruit-career_head {
  margin-bottom: 55px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-career_head {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-career_head {
    margin-bottom: 35px;
  }
}
.recruit-site .recruit-career_head_title {
  font-size: 54px;
  margin-top: 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 70px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-career_head_title {
    font-size: 42px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-career_head_title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.recruit-site .recruit-career_head_title span.title-en {
  color: #0762ce;
  display: block;
  font-size: 20px;
  font-family: "Reddit Sans";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-career_head_title span.title-en {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-career_head_title span.title-en {
    font-size: 14px;
  }
}
.recruit-site .recruit-career_head_title span.title-jp {
  display: block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-career_head_title span.title-jp {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-career_head_title span.title-jp {
    margin-top: 10px;
    font-size: 12px;
  }
}
.recruit-site .recruit-career_head_image {
  margin: 0 auto;
  max-width: 880px;
  height: auto;
}
.recruit-site .recruit-career_content {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-career_content {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-career_content:last-child {
    margin-bottom: 0;
  }
}
.recruit-site .recruit-career_content_unit {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 4%;
  background-color: #fff;
  border-radius: 5px;
}
.recruit-site .recruit-career_content_unit:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-career_content_unit {
    width: 100%;
    margin-right: 0;
  }
}
.recruit-site .recruit-career_content_unit_detail {
  margin-bottom: 42px;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-career_content_unit_detail {
    margin-bottom: 25px;
  }
}
.recruit-site .recruit-career_content_unit_detail_head {
  text-align: center;
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 12px 0;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-career_content_unit_detail_head {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-career_content_unit_detail_head {
    padding: 8px 0;
    font-size: 14px;
  }
}
.recruit-site .recruit-career_content_unit_detail_head.career01 {
  background-color: #1592e6;
}
.recruit-site .recruit-career_content_unit_detail_head.career02 {
  background-color: #155be6;
}
.recruit-site .recruit-career_content_unit_detail_head.career03 {
  background-color: #2519d1;
}
.recruit-site .recruit-career_content_unit_detail_head.career04 {
  background-color: #15009c;
}
.recruit-site .recruit-career_content_unit_detail_txt {
  padding: 35px 45px 60px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-career_content_unit_detail_txt {
    padding: 30px 30px 40px;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-career_content_unit_detail_txt {
    padding: 20px 20px 30px;
    height: auto;
  }
}
.recruit-site .recruit-career_content_unit_detail_txt p {
  line-height: 1.875;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-career_content_unit_detail_txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-career_content_unit_detail_txt p {
    font-size: 12px;
  }
}
.recruit-site .recruit-career_content_unit_detail_txt_head {
  text-align: center;
  color: #122e7f;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-career_content_unit_detail_txt_head {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-career_content_unit_detail_txt_head {
    margin-bottom: 20px;
  }
}
.recruit-site .recruit-career_content_unit_detail_txt_head div {
  font-size: 20px;
  color: #fff;
  padding: 3px 12px;
  letter-spacing: 0.05em;
  display: inline-block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-career_content_unit_detail_txt_head div {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-career_content_unit_detail_txt_head div {
    font-size: 16px;
    letter-spacing: initial;
  }
}
.recruit-site .recruit-career_content_unit_detail_txt_head .blue {
  background-color: #29abe2;
}
.recruit-site .recruit-career_content_unit_detail_txt_head .red {
  background-color: #f9767a;
}
.recruit-site .recruit-career_content_unit_detail_txt_head .yellow {
  background-color: #fbb03b;
  background-color: #ff7a01;
}
.recruit-site .recruit-career_content_unit_detail_txt_head .green {
  background-color: #8cc63f;
}
.recruit-site .recruit-schedule {
  background-color: #fff;
  padding-top: 150px;
  padding-bottom: 200px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-schedule {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-schedule {
    padding-top: 75px;
    padding-bottom: 100px;
  }
}
.recruit-site .recruit-schedule-bg {
  position: absolute;
  content: "";
  width: 100vw;
  top: 14.84375vw;
  left: 0;
  z-index: -1;
}
.recruit-site .recruit-schedule_wrapper {
  max-width: 1220px;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-schedule_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.recruit-site .recruit-schedule_head_title {
  font-size: 54px;
  margin-top: 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-schedule_head_title {
    font-size: 42px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-schedule_head_title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.recruit-site .recruit-schedule_head_title span.title-en {
  color: #0762ce;
  display: block;
  font-size: 20px;
  font-family: "Reddit Sans";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-schedule_head_title span.title-en {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-schedule_head_title span.title-en {
    font-size: 14px;
  }
}
.recruit-site .recruit-schedule .schedule-box {
  background-color: #fff;
  border-radius: 35px;
  border: 1px solid #b1b1b1;
  padding: 60px 0 40px 60px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-schedule .schedule-box {
    padding: 40px 0 40px 50px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-schedule .schedule-box {
    padding: 30px 20px 40px;
    border-radius: 25px;
  }
}
.recruit-site .recruit-schedule .schedule-box.full-time {
  margin-bottom: 60px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-schedule .schedule-box.full-time {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-schedule .schedule-box.full-time {
    margin-bottom: 20px;
  }
}
.recruit-site .recruit-schedule .schedule-box .job-title {
  font-size: 24px;
  color: #122e7f;
  margin-top: 0;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-schedule .schedule-box .job-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-schedule .schedule-box .job-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.recruit-site .recruit-schedule .schedule-box .job-title span {
  display: inline-block;
  font-size: 12px;
  margin-left: 25px;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-schedule .schedule-box .job-title span {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}
.recruit-site .recruit-schedule .schedule-inner {
  display: flex;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-schedule .schedule-inner {
    flex-direction: column;
    align-items: center;
  }
}
.recruit-site .recruit-schedule .schedule-photo {
  width: 23.679417122%;
  min-width: 200px;
  margin-right: 6.8306010929%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-schedule .schedule-photo {
    width: 80%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.recruit-site .recruit-schedule .schedule-photo img {
  width: 100%;
  height: 100%;
  border-radius: 23px;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-schedule .schedule-photo img {
    border-radius: 12px;
  }
}
.recruit-site .recruit-schedule .schedule-swiper {
  flex: 1;
  position: relative;
  overflow: hidden;
  -ms-overflow-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recruit-site .recruit-schedule .schedule-swiper::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-schedule .schedule-swiper {
    width: 100%;
  }
}
.recruit-site .recruit-schedule .schedule-swiper .swiper-flex {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  padding-bottom: 130px;
}
.recruit-site .recruit-schedule .schedule-swiper .swiper-slide {
  width: 400px !important;
  flex-shrink: 0;
  margin-right: 0 !important;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-schedule .schedule-swiper .swiper-slide {
    width: 300px !important;
  }
}
.recruit-site .recruit-schedule .schedule-swiper .swiper-slide .time {
  color: #1592e6;
  padding-bottom: 20px;
  letter-spacing: 0.025em;
}
.recruit-site .recruit-schedule .schedule-swiper .swiper-slide .line {
  position: relative;
  width: 100%;
  height: 1px;
  background: #999;
  margin-bottom: 20px;
}
.recruit-site .recruit-schedule .schedule-swiper .swiper-slide .line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  background-color: #0099ff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.recruit-site .recruit-schedule .schedule-swiper .swiper-slide .task {
  width: 85%;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-schedule .schedule-swiper .swiper-slide .task {
    padding-bottom: 0;
    width: 90%;
  }
}
.recruit-site .recruit-schedule .schedule-swiper .swiper-slide .task .title {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.625;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-schedule .schedule-swiper .swiper-slide .task p {
    font-size: 12px;
  }
}
.recruit-site .recruit-schedule .schedule-swiper .swiper-notification {
  display: none;
}
.recruit-site .recruit-schedule .schedule-swiper .progressbar {
  position: absolute;
  top: auto;
  bottom: 70px;
  width: calc(100% - 70px);
  height: 3px;
  background: #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-schedule .schedule-swiper .progressbar {
    width: 100%;
  }
}
.recruit-site .recruit-schedule .schedule-swiper .progressbar .progressbar_in {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #777777;
  border-radius: 7px;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
}
.recruit-site .recruit-schedule .schedule-swiper .swiper-button-prev {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 10px;
  left: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #777777;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-schedule .schedule-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.recruit-site .recruit-schedule .schedule-swiper .swiper-button-prev::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../images/recruit/webp/recruit-slider-btn-prev--blue.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.recruit-site .recruit-schedule .schedule-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.recruit-site .recruit-schedule .schedule-swiper .swiper-button-prev.swiper-button-disabled::before {
  background-image: url(../images/recruit/webp/recruit-slider-btn-prev--gray.png);
}
.recruit-site .recruit-schedule .schedule-swiper .swiper-button-next {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 10px;
  left: 90px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #777777;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-schedule .schedule-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    left: 60px;
  }
}
.recruit-site .recruit-schedule .schedule-swiper .swiper-button-next::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../images/recruit/webp/recruit-slider-btn-next--blue.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.recruit-site .recruit-schedule .schedule-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.recruit-site .recruit-schedule .schedule-swiper .swiper-button-next.swiper-button-disabled::before {
  background-image: url(../images/recruit/webp/recruit-slider-btn-next--gray.png);
}
.recruit-site .recruit-schedule-after {
  position: relative;
}
.recruit-site .recruit-schedule-after .title {
  position: absolute;
  content: "";
  top: -5.46875vw;
  left: 50%;
  transform: translatex(-50%);
  width: 92.1875vw;
  z-index: 2;
}
.recruit-site .recruit-welfare {
  padding-top: 120px;
  padding-bottom: 200px;
  background-color: #dfe7eb;
}
@media screen and (max-width: 971119px) {
  .recruit-site .recruit-welfare {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.recruit-site .recruit-welfare_head {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1030px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-welfare_head {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_head {
    margin-bottom: 60px;
  }
}
.recruit-site .recruit-welfare_head_title {
  font-size: 54px;
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 70px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-welfare_head_title {
    margin-bottom: 50px;
    font-size: 42px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_head_title {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
.recruit-site .recruit-welfare_head_title .title-en {
  color: #0762ce;
  display: block;
  font-size: 20px;
  font-family: "Reddit Sans";
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-welfare_head_title .title-en {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_head_title .title-en {
    font-size: 14px;
  }
}
.recruit-site .recruit-welfare_head_lead {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-welfare_head_lead {
    flex-direction: column;
    align-items: center;
  }
}
.recruit-site .recruit-welfare_head_lead_heading {
  width: 42%;
  font-size: 32px;
  font-weight: bold;
  width: 50%;
  letter-spacing: 0.05em;
  margin-top: 0;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-welfare_head_lead_heading {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_head_lead_heading {
    font-size: 20px;
  }
}
.recruit-site .recruit-welfare_head_lead_txt {
  width: 50%;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-welfare_head_lead_txt {
    width: 100%;
    text-align: center;
  }
}
.recruit-site .recruit-welfare_head_title {
  text-align: center;
}
.recruit-site .recruit-welfare_blocks {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1030px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-welfare_blocks {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_blocks {
    margin-bottom: 80px;
  }
}
.recruit-site .recruit-welfare_blocks_first {
  margin-bottom: 60px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-welfare_blocks_first {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_blocks_first {
    margin-bottom: 40px;
  }
}
.recruit-site .recruit-welfare_blocks_first_subtitle {
  font-size: 34px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-welfare_blocks_first_subtitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_blocks_first_subtitle {
    font-size: 22px;
  }
}
.recruit-site .recruit-welfare_blocks_first_txt {
  text-align: center;
}
.recruit-site .recruit-welfare_blocks .wpf_more-btn {
  text-align: center;
  margin-top: 50px;
  display: none;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_blocks .wpf_more-btn {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_blocks .wpf_more-link {
    text-align: center;
    display: block;
    background-color: #fff;
    padding: 20px 30px;
    border: 1px solid #001877;
    color: #fff;
    background-color: #0d2674;
    margin: auto;
    font-size: 14px;
    border-radius: 6px;
    max-width: 200px;
    padding: 15px 20px 15px 22px;
  }
}
.recruit-site .recruit-welfare_blocks-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-welfare_blocks-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-welfare_blocks-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_blocks-grid {
    gap: 15px;
  }
}
.recruit-site .recruit-welfare_blocks-grid .wpf_more-btn {
  text-align: center;
  margin-top: 20px;
  display: none;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_blocks-grid .wpf_more-btn {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_blocks-grid .wpf_more-link {
    text-align: center;
    display: block;
    background-color: #fff;
    margin: auto 20px;
    padding: 20px 30px;
    border: 1px solid #001877;
  }
}
.recruit-site .recruit-welfare_blocks-grid .welfare-item {
  padding: 70px 15px 45px;
}
.recruit-site .recruit-welfare_blocks-grid .welfare-item:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-welfare_blocks-grid .welfare-item:nth-of-type(1) {
    grid-column: 1/3;
  }
}
.recruit-site .recruit-welfare_blocks-grid .welfare-item:nth-of-type(2) {
  grid-column: 3/5;
  grid-row: 1/2;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-welfare_blocks-grid .welfare-item:nth-of-type(2) {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_blocks-grid .welfare-item {
    padding: 50px 10px 30px;
  }
}
.recruit-site .recruit-welfare_blocks-grid .welfare-item-image {
  margin-bottom: 15px;
}
.recruit-site .recruit-welfare_blocks-grid .welfare-item h4 {
  margin-bottom: 0;
}
.recruit-site .recruit-welfare_blocks-grid .welfare-item h4.welfare-item-ttl--span {
  min-height: auto;
  position: relative;
}
.recruit-site .recruit-welfare_blocks-grid .welfare-item h4.welfare-item-ttl--span span {
  color: #5d717e;
  font-size: 12px;
  width: 100%;
  line-height: 1.4285714286;
  display: block;
  font-weight: 500;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_blocks-grid .welfare-item h4.welfare-item-ttl--span span {
    font-size: 8px;
  }
}
.recruit-site .recruit-welfare_blocks-grid .welfare-item h4.welfare-item-ttl--span span.welfare-item-ttl--span__benefit {
  bottom: -60px;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_blocks-grid .welfare-item h4.welfare-item-ttl--span span.welfare-item-ttl--span__benefit {
    bottom: -40px;
  }
}
.recruit-site .recruit-welfare_blocks-grid .welfare-item h4.welfare-item-ttl--span span.welfare-item-ttl--span__gift {
  bottom: -40px;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_blocks-grid .welfare-item h4.welfare-item-ttl--span span.welfare-item-ttl--span__gift {
    bottom: -23px;
  }
}
.recruit-site .recruit-welfare_blocks-grid .welfare-item h4.welfare-item-ttl--span span.welfare-item-ttl--span__houtei {
  bottom: -20px;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_blocks-grid .welfare-item h4.welfare-item-ttl--span span.welfare-item-ttl--span__houtei {
    bottom: -15px;
  }
}
.recruit-site .recruit-welfare_blocks-grid .welfare-item-number {
  width: 87px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-welfare_blocks-grid .welfare-item-number {
    width: 70px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_blocks-grid .welfare-item-number {
    width: 60px;
  }
}
.recruit-site .recruit-welfare_blocks .welfare-item {
  background-color: #fff;
  position: relative;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_blocks .welfare-item.wpf__col--hidden {
    display: none;
  }
}
.recruit-site .recruit-welfare_blocks .welfare-item-number {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.recruit-site .recruit-welfare_blocks .welfare-item-image img {
  width: 87px;
  height: 87px;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_blocks .welfare-item-image img {
    width: 60px;
    height: 60px;
  }
}
.recruit-site .recruit-welfare_blocks .welfare-item h4 {
  color: #001877;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-welfare_blocks .welfare-item h4 {
    font-size: 16px;
    min-height: 40px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_blocks .welfare-item h4 {
    font-size: 14px;
  }
}
.recruit-site .recruit-welfare_blocks .welfare-item p {
  color: #5d717e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4285714286;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_blocks .welfare-item p {
    font-size: 12px;
    padding-top: 4px;
  }
}
.recruit-site .recruit-welfare_blocks .recruit-welfare_note {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  margin-top: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-welfare_blocks .recruit-welfare_note {
    font-size: 13px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_blocks .recruit-welfare_note {
    font-size: 12px;
    margin-top: 15px;
  }
}
.recruit-site .recruit-welfare_skill {
  margin: 0 auto;
}
.recruit-site .recruit-welfare_skill .recruit-welfare_blocks {
  margin-bottom: 0 !important;
}
.recruit-site .recruit-welfare_skill_first {
  margin-bottom: 60px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-welfare_skill_first {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_skill_first {
    margin-bottom: 40px;
  }
}
.recruit-site .recruit-welfare_skill_flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_skill_flex {
    flex-direction: column;
  }
}
.recruit-site .recruit-welfare_skill_flex .welfare-skill-item {
  background-color: #fff;
  border-radius: 15px;
  width: 48%;
  position: relative;
  padding: 25px 25px 40px 25px;
  margin-bottom: 4%;
  margin-right: 4%;
}
.recruit-site .recruit-welfare_skill_flex .welfare-skill-item:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-welfare_skill_flex .welfare-skill-item {
    padding: 20px 20px 30px 20px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_skill_flex .welfare-skill-item {
    width: 100%;
    border-radius: 10px;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_skill_flex .welfare-skill-item:last-child {
    margin-bottom: 0;
  }
}
.recruit-site .recruit-welfare_skill_flex .welfare-skill-item p {
  text-align: left;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-welfare_skill_flex .welfare-skill-item p {
    font-size: 14px;
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_skill_flex .welfare-skill-item p {
    font-size: 12px;
  }
}
.recruit-site .recruit-welfare_skill_flex .welfare-skill-item-image {
  margin-bottom: 40px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-welfare_skill_flex .welfare-skill-item-image {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_skill_flex .welfare-skill-item-image {
    margin-bottom: 20px;
  }
}
.recruit-site .recruit-welfare_skill_flex .welfare-skill-item-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: auto;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-welfare_skill_flex .welfare-skill-item-number {
    width: 90px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_skill_flex .welfare-skill-item-number {
    width: 80px;
  }
}
.recruit-site .recruit-welfare_skill_flex .welfare-skill-item-title {
  color: #122e7f;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-welfare_skill_flex .welfare-skill-item-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_skill_flex .welfare-skill-item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.recruit-site .recruit-welfare_skill_flex .welfare-skill-item img {
  border-radius: 15px;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-welfare_skill_flex .welfare-skill-item img {
    border-radius: 10px;
  }
}
.recruit-site .recruit-welfare_skill .recruit-welfare_blocks_first {
  text-align: center;
}
.recruit-site .recruit-welfare_skill .recruit-welfare_blocks_first_txt {
  background-color: initial;
}
.recruit-site .blue-bg {
  background-color: #00157b;
  padding-top: 120px;
  padding-bottom: 130px;
}
@media screen and (max-width: 979px) {
  .recruit-site .blue-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .blue-bg {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.recruit-site .blue-bg--after {
  background: linear-gradient(180deg, #00157b 0%, #00157b 50%, #fff 50%, #fff 100%);
}
@media screen and (max-width: 599px) {
  .recruit-site .blue-bg--after {
    width: auto;
    background: linear-gradient(180deg, #00157b 0%, #00157b 75%, #fff 25%, #fff 100%);
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .blue-bg--after img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.recruit-site .recruit-gallery {
  padding-bottom: 25.78125vw;
  color: #fff;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-gallery {
    padding-bottom: 26vw;
  }
}
.recruit-site .recruit-gallery_wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1030px;
  margin-bottom: 60px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-gallery_wrapper {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-gallery_wrapper {
    margin-bottom: 40px;
  }
}
.recruit-site .recruit-gallery_head_title {
  font-size: 54px;
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-gallery_head_title {
    margin-bottom: 30px;
    font-size: 42px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-gallery_head_title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.recruit-site .recruit-gallery_head_title .title-en {
  display: block;
  font-size: 20px;
  font-family: "Reddit Sans";
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-gallery_head_title .title-en {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-gallery_head_title .title-en {
    font-size: 14px;
  }
}
.recruit-site .recruit-gallery_head_title_txt {
  text-align: center;
}
.recruit-site .recruit-gallery_slider {
  position: relative;
}
.recruit-site .recruit-gallery_slider .reverse {
  transform: scaleX(-1);
}
.recruit-site .recruit-gallery_slider .reverse img {
  transform: scaleX(-1);
}
.recruit-site .recruit-gallery .gallery-slider01 .reverse {
  position: relative;
  height: 315px;
}
.recruit-site .recruit-gallery .gallery-slider-after {
  position: absolute;
  content: "";
  height: 19.140625vw;
  font-size: 8.125vw;
  right: 20px;
  bottom: -13.671875vw;
  color: #ffffff;
  opacity: 21%;
  line-height: 1.1;
  font-family: "Reddit Sans";
  font-weight: 600;
}
.recruit-site .recruit-news_wrapper {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}
.recruit-site .recruit-news_contents {
  background-color: #fff;
  border-radius: 15px;
  padding: 85px 90px 88px 80px;
  display: flex;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-news_contents {
    flex-direction: column;
    padding: 55px 30px 30px 25px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-news_contents {
    padding: 50px 15px;
  }
}
.recruit-site .recruit-news_contents_title {
  font-size: 54px;
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  width: 28%;
  margin-right: 6%;
  margin-bottom: 0;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-news_contents_title {
    width: 100%;
    font-size: 36px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-news_contents_title {
    font-size: 28px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.recruit-site .recruit-news_contents_title span.title-en {
  color: #0762ce;
  display: block;
  font-size: 20px;
  font-family: "Reddit Sans";
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-news_contents_title span.title-en {
    font-size: 14px;
  }
}
.recruit-site .recruit-news_contents_wrapper {
  width: 72%;
  padding-right: 3%;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-news_contents_wrapper {
    width: 100%;
    margin-right: 0;
  }
}
.recruit-site .recruit-news_contents_unit {
  display: flex;
  border-top: 1px solid #e2e2e2;
  padding: 30px 0;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-news_contents_unit {
    padding: 20px 0;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-news_contents_unit {
    align-items: center;
    flex-direction: column;
  }
}
.recruit-site .recruit-news_contents_unit:last-child {
  border-bottom: 1px solid #e2e2e2;
}
.recruit-site .recruit-news_contents_unit figure {
  width: 29%;
  border-radius: 5px;
  margin-right: 6%;
  aspect-ratio: 5/3;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-news_contents_unit figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.recruit-site .recruit-news_contents_unit figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-site .recruit-news_contents_unit_detail {
  width: 73%;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-news_contents_unit_detail {
    width: 100%;
  }
}
.recruit-site .recruit-news_contents_unit_detail_info {
  margin-bottom: 12px;
}
.recruit-site .recruit-news_contents_unit_detail_info a {
  font-size: 13px;
  background-color: #eef0f8;
  border-radius: 9999px;
  display: inline-block;
  padding: 4px 35px;
  font-weight: 500;
  margin-right: 18px;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-news_contents_unit_detail_info a {
    font-size: 10px;
    margin-right: 18px;
  }
}
.recruit-site .recruit-news_contents_unit_detail_info .date {
  font-size: 15px;
  color: #243b81;
  font-family: "Reddit Sans";
  font-weight: bold;
}
.recruit-site .recruit-news_contents_unit_detail_title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-news_contents_unit_detail_title {
    font-size: 12px;
  }
}
.recruit-site .recruit-faq {
  padding-top: 100px;
  background-color: #fff;
  padding-bottom: 150px;
  padding-bottom: 115px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-faq {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 499px) {
  .recruit-site .recruit-faq {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.recruit-site .recruit-faq_wrapper {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 1280px) {
  .recruit-site .recruit-faq_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1030px;
    width: 100%;
  }
}
.recruit-site .recruit-faq_head {
  display: flex;
  margin-bottom: 75px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-faq_head {
    flex-direction: column;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-faq_head {
    margin-bottom: 60px;
  }
}
.recruit-site .recruit-faq_head_title {
  font-size: 54px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  width: 40%;
  margin-right: 6%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-faq_head_title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
    font-size: 42px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-faq_head_title {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
.recruit-site .recruit-faq_head_title span.title-en {
  color: #0762ce;
  display: block;
  font-size: 20px;
  font-family: "Reddit Sans";
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-faq_head_title span.title-en {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-faq_head_title span.title-en {
    font-size: 14px;
  }
}
.recruit-site .recruit-faq_head_lead {
  width: 54%;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-faq_head_lead {
    width: 100%;
  }
}
.recruit-site .recruit-faq_head_lead_heading {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-faq_head_lead_heading {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-faq_head_lead_heading {
    font-size: 20px;
  }
}
.recruit-site .recruit-faq_head_lead_txt {
  line-height: 1.875;
  letter-spacing: 0.05em;
}
.recruit-site .recruit-faq_blocks .faq-list dl {
  background-color: #f4f4f4;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 979px) {
  .recruit-site .recruit-faq_blocks .faq-list dl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-faq_blocks .faq-list dl {
    margin-bottom: 15px;
  }
}
.recruit-site .recruit-faq_blocks .faq-list dl:last-child {
  margin-bottom: 0;
}
.recruit-site .recruit-faq_blocks .faq-list dl dt {
  opacity: 0.75;
  padding: 25px 35px;
  padding: 35px 35px 35px 50px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-faq_blocks .faq-list dl dt {
    padding: 20px 15px;
  }
}
.recruit-site .recruit-faq_blocks .faq-list dl dt:after, .recruit-site .recruit-faq_blocks .faq-list dl dt:before {
  content: "";
  position: absolute;
  right: 45px;
  top: 50%;
  width: 17px;
  height: 3px;
  background-color: #1592e6;
  transform-origin: center;
  border-radius: 2px;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-faq_blocks .faq-list dl dt:after, .recruit-site .recruit-faq_blocks .faq-list dl dt:before {
    right: 15px;
  }
}
.recruit-site .recruit-faq_blocks .faq-list dl dt:before {
  transform: translateY(-50%);
}
.recruit-site .recruit-faq_blocks .faq-list dl dt:after {
  transform: translateY(-50%) rotate(90deg);
}
.recruit-site .recruit-faq_blocks .faq-list dl dt a {
  padding: 0 25px 0 70px;
  display: block;
  position: relative;
  font-size: 25.6px;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-faq_blocks .faq-list dl dt a {
    padding: 0 20px 0 30px;
    font-size: 1.4rem;
  }
}
.recruit-site .recruit-faq_blocks .faq-list dl dt a:hover {
  opacity: 0.75;
}
.recruit-site .recruit-faq_blocks .faq-list dl dt a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  transform: translatey(-30%);
  display: block;
  width: 25px;
  height: 26px;
  background: url(../images/recruit/faq_q.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-faq_blocks .faq-list dl dt a:before {
    width: 20px;
  }
}
.recruit-site .recruit-faq_blocks .faq-list dl dd {
  border-top: 1px solid #e9e7e7;
  padding: 30px 120px 40px 50px;
  margin-left: 0;
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  display: none;
  position: relative;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-faq_blocks .faq-list dl dd {
    font-size: 14px;
    padding: 16px 20px 20px 16px;
  }
}
.recruit-site .recruit-faq_blocks .faq-list dl dd p {
  display: block;
  padding: 0 0 0 70px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-faq_blocks .faq-list dl dd p {
    padding: 0 0 0 30px;
    font-size: 14px;
  }
}
.recruit-site .recruit-faq_blocks .faq-list dl dd::before {
  content: "";
  transform: translatey(-50%);
  position: absolute;
  top: 50px;
  display: block;
  width: 25px;
  height: 26px;
  background: url(../images/recruit/faq_a.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 599px) {
  .recruit-site .recruit-faq_blocks .faq-list dl dd::before {
    width: 20px;
    top: 35px;
  }
}
.recruit-site .recruit-faq_blocks .faq-list .open dt:before {
  opacity: 0;
}
.recruit-site .recruit-faq_blocks .faq-list .open dt:after {
  transform: translateY(-50%) rotate(-1deg);
}
.recruit-site .contact-area {
  background-color: #0e2675;
  padding-top: 130px; /* 画面幅に対して可変余白 */
  padding-bottom: 130px;
}
@media screen and (max-width: 979px) {
  .recruit-site .contact-area {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .contact-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.recruit-site .contact-area .contact-container {
  max-width: 1030px;
  display: flex;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 769px) {
  .recruit-site .contact-area .contact-container {
    flex-direction: column;
    align-items: center;
  }
}
.recruit-site .contact-area .contact-container a {
  background-color: #fff;
  border-radius: 15px;
  padding: 50px 40px 50px 80px;
  display: flex;
  align-items: center;
  letter-spacing: 1.2px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 979px) {
  .recruit-site .contact-area .contact-container a {
    padding: 45px 30px 45px 60px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .contact-area .contact-container a {
    padding: 20px 24px 20px 40px;
    border-radius: 10px;
  }
}
.recruit-site .contact-area .contact-container a:before {
  background-image: url(../images/recruit/contact-arrow.png);
  content: "";
  width: 32px;
  background-repeat: no-repeat;
  height: 60px;
  position: absolute;
  border-radius: 5px;
  right: 50px;
  top: 50%;
  background-size: 100%;
  transform: translatey(-50%);
}
@media screen and (max-width: 599px) {
  .recruit-site .contact-area .contact-container a:before {
    width: 20px;
    height: 40px;
    right: 30px;
  }
}
.recruit-site .contact-area .contact-container a figure {
  width: 27px;
  height: auto;
  margin-right: 25px;
}
@media screen and (max-width: 979px) {
  .recruit-site .contact-area .contact-container a figure {
    width: 22px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .contact-area .contact-container a figure {
    width: 20px;
  }
}
.recruit-site .contact-area .contact-container a span {
  position: relative;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
@media screen and (max-width: 979px) {
  .recruit-site .contact-area .contact-container a span {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .contact-area .contact-container a span {
    font-size: 14px;
  }
}
.recruit-site .contact-area .contact-container a.job-description {
  width: 47%;
  margin-right: 6%;
}
@media screen and (max-width: 769px) {
  .recruit-site .contact-area .contact-container a.job-description {
    width: 90%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.recruit-site .contact-area .contact-container a.entry {
  width: 47%;
}
@media screen and (max-width: 769px) {
  .recruit-site .contact-area .contact-container a.entry {
    width: 90%;
  }
}
.recruit-site .contact-area .contact-container .entry {
  width: 47%;
}
.recruit-site .footer {
  background-color: #fff;
  padding-top: 56px;
  padding-bottom: 0;
}
@media screen and (max-width: 599px) {
  .recruit-site .footer {
    padding-top: 40px;
  }
}
.recruit-site .footer_container {
  margin: 0 auto;
  width: 1000px;
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  .recruit-site .footer_container {
    max-width: 1030px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .footer_container {
    padding-bottom: 30px;
  }
}
.recruit-site .footer_logo {
  margin-bottom: 26px;
}
.recruit-site .footer_logo a {
  width: 255px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .recruit-site .footer_logo a {
    width: 200px;
  }
}
.recruit-site .footer_logo a img {
  width: 100%;
  height: 100%;
}
.recruit-site .footer_corporate {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .recruit-site .footer_corporate {
    margin-bottom: 20px;
  }
}
.recruit-site .footer_corporate_link {
  color: #fff;
  background-color: #0d2674;
  padding: 20px 30px 20px 35px;
  border-radius: 6px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .recruit-site .footer_corporate_link {
    padding: 15px 20px 15px 22px;
  }
}
.recruit-site .footer_corporate_link img {
  width: 11px;
  height: 11px;
  margin-left: 10px;
}
.recruit-site .footer_nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 979px) {
  .recruit-site .footer_nav {
    flex-direction: column;
  }
}
.recruit-site .footer_nav_wrapper {
  padding-right: 70px;
  padding-left: 70px;
}
@media screen and (max-width: 979px) {
  .recruit-site .footer_nav_wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
.recruit-site .footer_nav_list {
  display: flex;
  width: 87.7906976744%;
  justify-content: space-evenly;
}
@media screen and (max-width: 979px) {
  .recruit-site .footer_nav_list {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .footer_nav_list {
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 15px;
  }
}
.recruit-site .footer_nav_list_item {
  margin-right: 4.3708609272%;
}
.recruit-site .footer_nav_list_item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 979px) {
  .recruit-site .footer_nav_list_item {
    margin-right: 2%;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .footer_nav_list_item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
  }
}
.recruit-site .footer_nav_list_item_name {
  color: #122e7f;
  font-size: 14px;
}
.recruit-site .footer_nav_sns {
  width: 12.2093023256%;
  display: flex;
  gap: 10px;
  padding-left: 31.8181818182px;
}
@media screen and (max-width: 979px) {
  .recruit-site .footer_nav_sns {
    padding-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site .footer_nav_sns {
    margin: 0 auto;
    width: auto;
  }
}
.recruit-site .footer_nav_sns figure {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 599px) {
  .recruit-site .footer_nav_sns figure {
    width: 25px;
    height: 25px;
  }
}
.recruit-site .footer_nav_sns figure img {
  width: 100%;
  height: 100%;
}
.recruit-site .footer_copyright {
  background-color: #0d2674;
  color: #cdd5ec;
  padding: 22px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .recruit-site .footer_copyright {
    font-size: 10px;
  }
}
.recruit-site.recruitment, .recruit-site.entry {
  background-color: #ecf5f9;
}
.recruit-site.recruitment .recruit-site_inner, .recruit-site.entry .recruit-site_inner {
  margin-top: 25px;
  margin-bottom: 160px;
}
@media screen and (max-width: 979px) {
  .recruit-site.recruitment .recruit-site_inner, .recruit-site.entry .recruit-site_inner {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .recruit-site_inner, .recruit-site.entry .recruit-site_inner {
    margin-top: 10px;
    margin-bottom: 60px;
  }
}
.recruit-site.recruitment .bread-crumb, .recruit-site.entry .bread-crumb {
  width: 1280px;
  margin: auto;
  max-width: 100%;
}
.recruit-site.recruitment .bread-crumb ul, .recruit-site.entry .bread-crumb ul {
  display: flex;
  font-size: 12px;
  font-weight: 300;
  justify-content: flex-end;
  margin-right: 55px;
}
@media screen and (max-width: 979px) {
  .recruit-site.recruitment .bread-crumb ul, .recruit-site.entry .bread-crumb ul {
    margin-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .bread-crumb ul, .recruit-site.entry .bread-crumb ul {
    margin-right: 15px;
  }
}
.recruit-site.recruitment .bread-crumb ul li.bread-crumb-top, .recruit-site.entry .bread-crumb ul li.bread-crumb-top {
  position: relative;
}
.recruit-site.recruitment .bread-crumb ul li.bread-crumb-top:after, .recruit-site.entry .bread-crumb ul li.bread-crumb-top:after {
  position: absolute;
  background-image: url("../images/recruit/breadcrumb-arrow.png");
  content: "";
  height: 11px;
  width: 8.5px;
  transform: translatey(-50%);
  background-size: 100%;
  display: inline-block;
  top: 50%;
  left: 40px;
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .bread-crumb ul li.bread-crumb-top:after, .recruit-site.entry .bread-crumb ul li.bread-crumb-top:after {
    left: 38px;
  }
}
.recruit-site.recruitment .bread-crumb ul li.bread-crumb-top a, .recruit-site.entry .bread-crumb ul li.bread-crumb-top a {
  color: #1592e6;
  position: absolute;
}
.recruit-site.recruitment .bread-crumb ul li.bread-crumb-middle, .recruit-site.entry .bread-crumb ul li.bread-crumb-middle {
  margin-left: 70px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .bread-crumb ul li.bread-crumb-middle, .recruit-site.entry .bread-crumb ul li.bread-crumb-middle {
    margin-left: 60px;
  }
}
.recruit-site.recruitment .bread-crumb ul li.bread-crumb-middle:after, .recruit-site.entry .bread-crumb ul li.bread-crumb-middle:after {
  position: absolute;
  background-image: url("../images/recruit/breadcrumb-arrow.png");
  content: "";
  height: 11px;
  width: 8.5px;
  transform: translatey(-50%);
  background-size: 100%;
  display: inline-block;
  top: 50%;
  left: 65px;
}
@media screen and (max-width: 979px) {
  .recruit-site.recruitment .bread-crumb ul li.bread-crumb-middle:after, .recruit-site.entry .bread-crumb ul li.bread-crumb-middle:after {
    left: 63px;
  }
}
.recruit-site.recruitment .bread-crumb ul li.bread-crumb-middle a, .recruit-site.entry .bread-crumb ul li.bread-crumb-middle a {
  color: #5d717e;
}
.recruit-site.recruitment .bread-crumb ul li.bread-crumb-lower, .recruit-site.entry .bread-crumb ul li.bread-crumb-lower {
  color: #5d717e;
  margin-left: 40px;
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .bread-crumb ul li.bread-crumb-lower, .recruit-site.entry .bread-crumb ul li.bread-crumb-lower {
    margin-left: 38px;
  }
}
.recruit-site.recruitment .recruitment_title, .recruit-site.entry .recruitment_title {
  color: #122e7f;
  margin-bottom: 70px;
  margin-top: 0;
}
@media screen and (max-width: 979px) {
  .recruit-site.recruitment .recruitment_title, .recruit-site.entry .recruitment_title {
    margin-bottom: 40px;
  }
}
.recruit-site.recruitment .recruitment_title a, .recruit-site.entry .recruitment_title a {
  color: #122e7f;
}
.recruit-site.recruitment .recruitment_title .en, .recruit-site.entry .recruitment_title .en {
  font-size: 17px;
  font-family: "Reddit Sans";
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .recruitment_title .en, .recruit-site.entry .recruitment_title .en {
    font-size: 14px;
  }
}
.recruit-site.recruitment .recruitment_title .jp, .recruit-site.entry .recruitment_title .jp {
  font-size: 53px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  .recruit-site.recruitment .recruitment_title .jp, .recruit-site.entry .recruitment_title .jp {
    font-size: 36px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .recruitment_title .jp, .recruit-site.entry .recruitment_title .jp {
    font-size: 28px;
  }
}
.recruit-site.recruitment .wrapper, .recruit-site.entry .wrapper {
  width: 1160px;
  margin: 0 auto;
  margin-top: 70px;
}
@media screen and (max-width: 1280px) {
  .recruit-site.recruitment .wrapper, .recruit-site.entry .wrapper {
    padding: 0 15px;
    max-width: 1190px;
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  .recruit-site.recruitment .wrapper, .recruit-site.entry .wrapper {
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper, .recruit-site.entry .wrapper {
    margin-top: 40px;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper, .recruit-site.entry .wrapper .inner-wrapper {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .recruit-site.recruitment .wrapper .inner-wrapper, .recruit-site.entry .wrapper .inner-wrapper {
    max-width: 1030px;
    width: 100%;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment_type, .recruit-site.entry .wrapper .inner-wrapper .recruitment_type {
  display: flex;
  margin-bottom: 120px;
}
@media screen and (max-width: 979px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment_type, .recruit-site.entry .wrapper .inner-wrapper .recruitment_type {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment_type, .recruit-site.entry .wrapper .inner-wrapper .recruitment_type {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment_type a, .recruit-site.entry .wrapper .inner-wrapper .recruitment_type a {
  background-color: #fff;
  width: 47%;
  color: #122e7f;
  font-size: 24px;
  border-radius: 15px;
  padding: 50px 0;
  padding-left: 70px;
  position: relative;
}
@media screen and (max-width: 979px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment_type a, .recruit-site.entry .wrapper .inner-wrapper .recruitment_type a {
    font-size: 20px;
    padding: 45px 10px 45px 50px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment_type a, .recruit-site.entry .wrapper .inner-wrapper .recruitment_type a {
    width: 100%;
    padding: 25px;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment_type a:after, .recruit-site.entry .wrapper .inner-wrapper .recruitment_type a:after {
  background-image: url(../images/recruit/recruitment_arrow.png);
  content: "";
  width: 16px;
  height: 16px;
  transform: translatey(-50%);
  background-size: 100%;
  position: absolute;
  border-radius: 5px;
  right: 50px;
  top: 50%;
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment_type a:after, .recruit-site.entry .wrapper .inner-wrapper .recruitment_type a:after {
    right: 30px;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment_type a.recruit-newgraduate, .recruit-site.entry .wrapper .inner-wrapper .recruitment_type a.recruit-newgraduate {
  margin-right: 6%;
  border-bottom: 3px solid #0762ce;
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment_type a.recruit-newgraduate, .recruit-site.entry .wrapper .inner-wrapper .recruitment_type a.recruit-newgraduate {
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 20px;
    width: 100%;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment_type a.recruit-midcareer, .recruit-site.entry .wrapper .inner-wrapper .recruitment_type a.recruit-midcareer {
  border-bottom: 3px solid #ff8286;
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment_type a.recruit-midcareer, .recruit-site.entry .wrapper .inner-wrapper .recruitment_type a.recruit-midcareer {
    margin-bottom: 20px;
    padding: 22px 25px;
    margin: 0 auto;
    width: 90%;
    font-size: 16px;
    width: 100%;
    font-size: 14px;
    padding: 20px;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_detail, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_detail {
  margin-bottom: 120px;
}
@media screen and (max-width: 979px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_detail, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_detail {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_detail, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_detail {
    margin-bottom: 40px;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_text, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_text, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_text {
    font-size: 12px;
    line-height: 1.5;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_title, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_title {
  font-size: 30px;
  color: #122e7f;
  position: relative;
  margin-top: 0;
  margin-bottom: 44px;
  margin-left: 35px;
}
@media screen and (max-width: 979px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_title, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_title, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_title {
    font-size: 20px;
    margin-left: 30px;
    margin-bottom: 20px;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_title.blue:before, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_title.blue:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 15px;
  background-color: #0762ce;
  left: -35px;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 979px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_title.blue:before, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_title.blue:before {
    left: -33px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_title.blue:before, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_title.blue:before {
    left: -26px;
    width: 13px;
    height: 13px;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_title.pink, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_title.pink {
  margin-top: 0;
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_title.pink:before, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_title.pink:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 15px;
  background-color: #ff8286;
  left: -35px;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 979px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_title.pink:before, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_title.pink:before {
    left: -33px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_title.pink:before, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_title.pink:before {
    left: -26px;
    width: 13px;
    height: 13px;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks:last-child .recruitment-box, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks:last-child .recruitment-box {
  margin-bottom: 0;
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box {
  background-color: #fff;
  cursor: pointer;
  border-radius: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 979px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box {
    margin-bottom: 20px;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open {
  margin-bottom: 40px;
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-title, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-title {
  border-radius: 15px 15px 0 0;
  border-bottom: 1px solid #e9e7e7;
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-title, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-title {
    padding: 20px 20px;
    padding-right: 60px;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-title:after, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-title:after {
  transform: translateY(-50%) rotate(-1deg);
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-title:before, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-title:before {
  opacity: 0;
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content {
  padding: 40px 50px 50px;
  border-radius: 0 0 15px 15px;
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content {
    padding: 20px 20px 40px 20px;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 35px;
  margin-bottom: 45px;
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block:last-child, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block:last-child {
  border-bottom: none;
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block.entry, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block.entry {
  padding-bottom: 0;
  margin-bottom: 0;
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .title, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .title {
  font-size: 15px;
  color: #1592e6;
  margin-bottom: 30px;
  font-weight: 500;
  position: relative;
  margin-left: 20px;
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .title:after, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .title:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 6px;
  transform: translatey(-50%);
  height: 6px;
  background-color: #1592e6;
  transform-origin: center;
  border-radius: 10px;
}
@media screen and (max-width: 979px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .title:after, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .title:after {
    left: -20px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .title:after, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .title:after {
    left: -20px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .title, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .title {
    margin-bottom: 20px;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .text, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .text {
  line-height: 1.875;
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .recruitment-table, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .recruitment-table {
  display: flex;
  flex-wrap: wrap;
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .recruitment-table_left, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .recruitment-table_left {
  width: 18.3333333333%;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .recruitment-table_left, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .recruitment-table_left {
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 24%;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .recruitment-table_left p, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .recruitment-table_left p {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .recruitment-table_left p, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .recruitment-table_left p {
    font-size: 14px;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .recruitment-table_right, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .recruitment-table_right {
  width: 81.6666666667%;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
  padding-left: 3.1111111111%;
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .recruitment-table_right, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .recruitment-table_right {
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 76%;
    padding-left: 5%;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .recruitment-table_right p, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .recruitment-table_right p {
  color: #090f2a;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1.3px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .recruitment-table_right p, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .recruitment-table_right p {
    font-size: 14px;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .recruitment-table > div:nth-last-child(-n+2), .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .recruitment-table > div:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .entry-btn, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .entry-btn {
  background-color: #1592e6;
  border-radius: 10px;
  color: #fff;
  margin: auto;
  padding: 25px 0;
  display: block;
  width: 400px;
  max-width: 100%;
  text-align: center;
  margin: 60px auto 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .entry-btn, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .entry-btn {
    font-size: 14px;
    width: 200px;
    margin: 20px auto 0;
    padding: 15px 20px 15px 22px;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .entry-btn:before, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box.open .recruitment-content_block .entry-btn:before {
  background-image: url(../images/mail_recruit.png);
  content: "";
  width: 14px;
  height: 10px;
  margin-right: 10px;
  background-size: 100%;
  display: inline-block;
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box .recruitment-title, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box .recruitment-title {
  position: relative;
  padding: 35px 0 35px 50px;
  font-size: 18px;
  border-radius: 15px;
  margin-top: 0;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box .recruitment-title, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box .recruitment-title {
    padding: 20px 20px;
    font-size: 14px;
    padding-right: 60px;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box .recruitment-title:after, .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box .recruitment-title:before, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box .recruitment-title:after, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box .recruitment-title:before {
  content: "";
  position: absolute;
  right: 45px;
  top: 50%;
  width: 17px;
  height: 3px;
  background-color: #1592e6;
  transform-origin: center;
  border-radius: 2px;
}
@media screen and (max-width: 599px) {
  .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box .recruitment-title:after, .recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box .recruitment-title:before, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box .recruitment-title:after, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box .recruitment-title:before {
    right: 30px;
  }
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box .recruitment-title:after, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box .recruitment-title:after {
  transform: rotate(90deg);
}
.recruit-site.recruitment .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box .recruitment-content, .recruit-site.entry .wrapper .inner-wrapper .recruitment-jobdescription_blocks .recruitment-box .recruitment-content {
  display: none;
}
.recruit-site.entry .recruit-site_inner {
  margin-top: 25px;
  margin-bottom: 160px;
}
@media screen and (max-width: 979px) {
  .recruit-site.entry .recruit-site_inner {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site.entry .recruit-site_inner {
    margin-top: 10px;
    margin-bottom: 60px;
  }
}
.recruit-site.entry .inner-wrapper {
  background-color: #fff;
  padding: 75px 100px 90px;
  border-radius: 15px;
}
@media screen and (max-width: 979px) {
  .recruit-site.entry .inner-wrapper {
    padding: 60px 50px 70px;
    padding: 50px 20px 70px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site.entry .inner-wrapper {
    padding: 40px 15px;
  }
}
.recruit-site.entry .inner-wrapper dl {
  margin-top: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 979px) {
  .recruit-site.entry .inner-wrapper dl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site.entry .inner-wrapper dl {
    margin-bottom: 25px;
  }
}
.recruit-site.entry .inner-wrapper dl .resume-text {
  line-height: 1.7;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .recruit-site.entry .inner-wrapper dl .resume-text {
    font-size: 12px;
  }
}
.recruit-site.entry .inner-wrapper dl .resume-text .gigafile {
  text-decoration: underline;
}
.recruit-site.entry .inner-wrapper dl .submit {
  margin: auto;
}
.recruit-site.entry .inner-wrapper dl dt {
  margin-bottom: 10px;
  color: #090f2a;
}
.recruit-site.entry .inner-wrapper dl dt p {
  font-weight: 500;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}
.recruit-site.entry .inner-wrapper dl dt .require {
  padding: 3px 18px;
  color: #fff;
  border-radius: 95px;
  font-size: 10px;
  margin-left: 14px;
  background-color: #1592e6;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .recruit-site.entry .inner-wrapper dl dt .require {
    padding: 1px 15px;
  }
}
.recruit-site.entry .inner-wrapper .submit {
  text-align: center;
}
.recruit-site.entry .inner-wrapper .submit .wpcf7-spinner {
  display: none;
}
.recruit-site.entry .inner-wrapper .submit p {
  display: inline;
}
.recruit-site.entry .inner-wrapper .submit-btn {
  background-color: #1592e6;
  padding: 25px 160px;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 979px) {
  .recruit-site.entry .inner-wrapper .submit-btn {
    padding: 25px 100px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-site.entry .inner-wrapper .submit-btn {
    max-width: 100%;
    letter-spacing: 1px;
    width: 250px;
    border-radius: 10px;
    padding: 15px;
  }
}
.recruit-site.entry .inner-wrapper .privacy-text {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .recruit-site.entry .inner-wrapper .privacy-text {
    margin-bottom: 30px;
    font-size: 12px;
  }
}
.recruit-site.entry .inner-wrapper .privacy-text a {
  color: #1692e5;
  text-decoration: underline;
}
.recruit-site.entry .inner-wrapper dd {
  margin-left: 0;
}
.recruit-site.entry .inner-wrapper dd textarea {
  border: 1px solid #d8d8d8;
  height: 250px;
}
@media screen and (max-width: 599px) {
  .recruit-site.entry .inner-wrapper dd textarea {
    height: 150px;
  }
}
.recruit-site.entry .inner-wrapper dd .wpcf7-form-control {
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
}
.recruit-site.entry .inner-wrapper dd .wpcf7-form-control.form-control:focus {
  background: initial !important;
  outline: 0;
}
@media screen and (max-width: 599px) {
  .recruit-site.entry .inner-wrapper dd .wpcf7-form-control.job-type {
    height: 40px;
    font-size: 1.2rem;
  }
}
.recruit-site.entry .inner-wrapper dd .wpcf7-form-control {
  color: #5d717e;
}
@media screen and (max-width: 599px) {
  .recruit-site.entry .inner-wrapper dd select .wpcf7-form-control {
    font-size: 14px;
  }
}
.recruit-site.entry .inner-wrapper dd.resume-textarea {
  margin-bottom: 10px;
}

body {
  margin: 0;
}
body.is-hamburger-active {
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  body.is-hamburger-active .header {
    position: fixed;
  }
}
body.is-hamburger-active .header_hamburger {
  display: block;
}
body.is-hamburger-active .header_hamburger .hamburger-btn-icon__line {
  background-color: transparent;
}
body.is-hamburger-active .header_hamburger .hamburger-btn-icon__line::before {
  transform: rotate(45deg);
  top: 12px;
}
body.is-hamburger-active .header_hamburger .hamburger-btn-icon__line::after {
  transform: rotate(-45deg);
  top: 12px;
}
@media screen and (max-width: 599px) {
  body.is-hamburger-active .header_hamburger .hamburger-btn-icon__line::before {
    top: 10px;
  }
  body.is-hamburger-active .header_hamburger .hamburger-btn-icon__line::after {
    top: 10px;
  }
}
body.is-hamburger-active .header_hamburger .hamburger-menu {
  display: block;
  background-color: #0d2674;
  top: 0;
  right: 0;
  width: 500px;
  height: 100vh;
  position: fixed;
  overflow-y: auto;
  z-index: 101;
  overflow-y: auto; /* ← スクロール許可 */
  -webkit-overflow-scrolling: touch; /* iOS対応 */
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}
@media screen and (max-width: 599px) {
  body.is-hamburger-active .header_hamburger .hamburger-menu {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
  }
}
body.is-hamburger-active .header_hamburger .hamburger-menu .sp-menu {
  margin-top: 120px;
  padding: 20px 45px 40px;
}
@media screen and (max-width: 599px) {
  body.is-hamburger-active .header_hamburger .hamburger-menu .sp-menu {
    margin-top: 0;
    padding: 35px 35px 100px 35px;
  }
}
body.is-hamburger-active .header_hamburger .hamburger-menu .sp-menu .sp-menu_list {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  body.is-hamburger-active .header_hamburger .hamburger-menu .sp-menu .sp-menu_list {
    margin-bottom: 30px;
  }
}
body.is-hamburger-active .header_hamburger .hamburger-menu .sp-menu .sp-menu_list a {
  color: #fff;
}
body.is-hamburger-active .header_hamburger .hamburger-menu .sp-menu .sp-menu_list li {
  margin-bottom: 30px;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  body.is-hamburger-active .header_hamburger .hamburger-menu .sp-menu .sp-menu_list li {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
body.is-hamburger-active .header_hamburger .hamburger-menu .sp-menu .sp-menu_list li:last-child {
  margin-bottom: 0;
}
body.is-hamburger-active .header_hamburger .hamburger-menu .sp-menu .sp-menu_btns {
  margin-bottom: 34px;
}
body.is-hamburger-active .header_hamburger .hamburger-menu .sp-menu .sp-menu_btns a {
  color: #fff;
}
body.is-hamburger-active .header_hamburger .hamburger-menu .sp-menu .sp-menu_btns a.entry-btn {
  align-items: center;
  display: flex;
  background-color: #1592e6;
  padding: 17px 0;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  /* text-align: center; */
  justify-content: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  body.is-hamburger-active .header_hamburger .hamburger-menu .sp-menu .sp-menu_btns a.entry-btn {
    padding: 10px 0;
  }
}
body.is-hamburger-active .header_hamburger .hamburger-menu .sp-menu .sp-menu_btns a.entry-btn figure {
  width: 19px;
  height: 14px;
  margin-right: 10px;
}
body.is-hamburger-active .header_hamburger .hamburger-menu .sp-menu .sp-menu_btns a.entry-btn figure img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
body.is-hamburger-active .header_hamburger .hamburger-menu .sp-menu .sp-menu_btns a.entry-btn p {
  font-family: "Reddit Sans";
  font-weight: 500;
  letter-spacing: 1.4px;
}
body.is-hamburger-active .header_hamburger .hamburger-menu .sp-menu .sp-menu_btns a.corporate-btn {
  align-items: center;
  display: flex;
  background-color: #4330fd;
  border-radius: 6px;
  padding: 17px 0;
  font-size: 18px;
  font-weight: bold;
  /* text-align: center; */
  justify-content: center;
}
@media screen and (max-width: 599px) {
  body.is-hamburger-active .header_hamburger .hamburger-menu .sp-menu .sp-menu_btns a.corporate-btn {
    padding: 10px 0;
  }
}
body.is-hamburger-active .header_hamburger .hamburger-menu .sp-menu .sp-menu_btns a.corporate-btn p {
  font-family: "Reddit Sans";
  font-weight: 700;
  letter-spacing: 1.4px;
}
body.is-hamburger-active .header_hamburger .hamburger-menu .sp-menu .sp-menu_btns a.corporate-btn figure {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
body.is-hamburger-active .header_hamburger .hamburger-menu .sp-menu .sp-menu_btns a.corporate-btn figure img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
body.is-hamburger-active .header_hamburger .hamburger-menu .sp-menu_sns {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 599px) {
  body.is-hamburger-active .header_hamburger .hamburger-menu .sp-menu_sns {
    gap: 10px;
  }
}
body.is-hamburger-active .header_hamburger .hamburger-menu .sp-menu_sns a figure {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 599px) {
  body.is-hamburger-active .header_hamburger .hamburger-menu {
    width: 100%;
  }
}/*# sourceMappingURL=recruit.css.map */