@font-face {
  font-family: 'Fjalla One';
  src: url('/common/font/fjallaone-regular.eot');
  src: url('/common/font/fjallaone-regular.eot?#iefix') format('embedded-opentype'), url('/common/font/fjallaone-regular.woff') format('woff'), url('/common/font/fjallaone-regular.ttf') format('truetype'), url('/common/font/fjallaone-regular.svg#fjalla_oneregular') format('svg');
}
/* ==========================================================================
   recruit variable
   ========================================================================== */
/* font
  ========================================================================== */
/*Aleo*/
@font-face {
  font-family: "Aleo";
  font-style: normal;
  font-weight: 700;
  src: url("/common/font/Aleo/Aleo-Bold.woff2") format("woff2"), url("/common/font/Aleo/Aleo-Bold.ttf") format("truetype");
}
/*Noto Sans JP*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("/common/font/NotoSansJP/NotoSansJP-Light.woff2") format("woff2"), url("/common/font/NotoSansJP/NotoSansJP-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/common/font/NotoSansJP/NotoSansJP-Regular.woff2") format("woff2"), url("/common/font/NotoSansJP/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("/common/font/NotoSansJP/NotoSansJP-Medium.woff2") format("woff2"), url("/common/font/NotoSansJP/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("/common/font/NotoSansJP/NotoSansJP-Bold.woff2") format("woff2"), url("/common/font/NotoSansJP/NotoSansJP-Bold.ttf") format("truetype");
}
/* ==========================================================================
   recruit
   ========================================================================== */
.recruit-top {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit-top {
    margin-top: 35px;
  }
}
.recruit-top * {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
}
.recruit_mv {
  position: relative;
  padding-bottom: 2.22vw;
  margin-bottom: 2.08vw;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_mv {
    padding-bottom: 0;
    margin-bottom: 44px;
  }
}
.recruit_mv:before {
  content: "";
  display: block;
  position: absolute;
  top: 2.22vw;
  bottom: 0;
  left: 0;
  width: max(44.44vw, 489px);
  height: max(40.97vw, 450px);
  background: -webkit-gradient(linear, left top, right bottom, from(#00559d), to(#0273d2));
  background: -webkit-linear-gradient(top left, #00559d, #0273d2);
  background: linear-gradient(to bottom right, #00559d, #0273d2);
  border-radius: 0 0.69vw 0.69vw 0;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_mv:before {
    top: 47.69vw;
    width: 95.13vw;
    height: 62.31vw;
    border-radius: 0 2.05vw 2.05vw 0;
  }
}
.recruit_mv_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -0.07vw;
  right: 2.78vw;
  width: max(6.38vw, 92px);
  height: max(6.38vw, 92px);
  border-radius: 100vw;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_mv_scroll {
    right: auto;
    left: 16px;
    bottom: -89px;
    width: auto;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.recruit_mv_scroll_text {
  position: relative;
  color: #00559d;
  font-size: max(1.04vw, 15px);
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_mv_scroll_text {
    padding-top: 72px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
  body:not(.non-responsive) .recruit_mv_scroll_text:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 1px;
    height: 72px;
    background-color: #00559d;
    background: -webkit-linear-gradient(top, #ffffff 0 28px, #00559d 28px);
    background: linear-gradient(to bottom, #ffffff 0 28px, #00559d 28px);
  }
}
.recruit_mv_scroll_text:after {
  content: "";
  display: block;
  width: max(1.11vw, 16px);
  height: max(1.11vw, 16px);
  background: url(/company/recruit/img/icon_arrow_blue_bottom.png) no-repeat;
  background-size: 100% auto;
  margin: max(0.34vw, 5px) auto 0;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_mv_scroll_text:after {
    display: none;
  }
}
.recruit_mv_scroll_text > span {
  display: block;
  letter-spacing: 0;
  font-family: "Aleo", sans-serif;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_mv_scroll_text > span {
    padding-top: 5px;
  }
}
.recruit_mv_inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_mv_inner {
    height: 110vw;
  }
}
.recruit_mv_bg {
  overflow: hidden;
  width: max(90.97vw, 1000px);
  height: max(40.97vw, 450px);
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_mv_bg {
    width: 94.87vw;
    height: 66.67vw;
  }
}
.recruit_mv_bg img {
  width: 100%;
  max-width: 100%;
  border-radius: 0.69vw 0 0 0.69vw;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_mv_bg img {
    border-radius: 2.05vw 0 0 2.05vw;
  }
}
.recruit_mv_heading {
  position: absolute;
  bottom: 3.125vw;
  left: 3.47vw;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_mv_heading {
    bottom: 10.26vw;
    left: 0;
  }
}
.recruit_mv_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit_mv_label_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 33px;
  padding: 0.44vw 2.08vw 0.24vw 2.08vw;
  font-weight: 700;
  font-size: max(2.08vw, 23px);
  background-color: #fff;
  border-radius: 0.278vw;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_mv_label_text {
    min-height: 8vw;
    padding: 1.8vw 5.13vw 1.1vw 5.13vw;
    font-size: 6.41vw;
    border-radius: 0 1.03vw 1.03vw 0;
  }
}
.recruit_mv_label_text > span {
  color: #00559d;
  letter-spacing: 0;
  font-family: "Aleo", sans-serif;
}
.recruit_mv_title {
  margin-top: 1.18vw;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_mv_title {
    margin-top: 4.36vw;
    padding-left: 5.13vw;
  }
}
.recruit_mv_title_small {
  display: block;
  font-size: max(1.94vw, 21px);
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_mv_title_small {
    font-size: 3.85vw;
  }
}
.recruit_mv_title_main {
  display: block;
  font-size: max(2.92vw, 32px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_mv_title_main {
    margin-top: 1.54vw;
    font-size: 6.15vw;
  }
}
.recruit_message {
  padding-top: 47px;
  padding-bottom: 69px;
  width: auto !important;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_message {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.recruit_message_inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_message_inner {
    width: auto;
    max-width: 550px;
    padding-top: 22px;
    padding-bottom: 133px;
  }
}
.recruit_message_content {
  position: relative;
  width: 562px;
  margin-left: 329px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_message_content {
    width: auto;
    margin-left: auto;
    padding: 0 20px;
  }
}
.recruit_message_title {
  color: #00559d;
  letter-spacing: 0;
  font-family: "Aleo", sans-serif;
  font-size: 4.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_message_title {
    font-size: 4rem;
  }
}
.recruit_message_text {
  margin-top: 33px;
  line-height: 2.5;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_message_text {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
.recruit_message_text02 {
  margin-top: 30px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 4.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_message_text02 {
    margin-top: 25px;
    font-size: 3.2rem;
  }
}
.recruit_message_bg01 {
  position: absolute;
  top: 0;
  left: -18px;
  width: 276px;
  height: 456px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_message_bg01 {
    right: -11px;
    left: auto;
    width: 158px;
    height: 262px;
  }
  body:not(.non-responsive) .recruit_message_bg01 img {
    width: 100%;
    height: auto;
  }
}
.recruit_message_bg02 {
  position: absolute;
  bottom: 0;
  right: -15px;
  width: 377px;
  height: 391px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_message_bg02 {
    right: -43px;
    left: auto;
    width: 246px;
    height: 246px;
  }
  body:not(.non-responsive) .recruit_message_bg02 img {
    width: 100%;
    height: auto;
  }
}
.recruit_about {
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_about {
    margin-top: 38px;
  }
}
.recruit_about_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 620px;
  min-height: 607px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_about_content {
    max-width: 550px;
    margin: 0 auto;
    padding: 0 20px;
    min-height: 0;
  }
}
.recruit_about_detail {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_about_detail {
    padding: 0;
  }
}
.recruit_about_title {
  color: #00559d;
  letter-spacing: 0;
  font-family: "Aleo", sans-serif;
  font-size: 8.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_about_title {
    font-size: 6.2rem;
  }
}
.recruit_about_sub-title {
  margin-top: -5px;
  color: #00559d;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_about_sub-title {
    margin-top: 1px;
    font-size: 1.5rem;
  }
}
.recruit_about_img {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_about_img {
    position: static;
    margin-top: 40px;
  }
  body:not(.non-responsive) .recruit_about_img img {
    width: 100%;
    height: auto;
  }
}
.recruit_about_text {
  margin-top: 44px;
  line-height: 2.5;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_about_text {
    margin-top: 30px;
    font-size: 1.5rem;
  }
}
.recruit_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.recruit_button_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00559d;
  border-radius: 100vw;
  font-size: 1.6rem;
  z-index: 1;
  overflow: hidden;
  width: 280px;
  min-width: 280px;
  min-height: 66px;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  border: 2px solid #00559d;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_button_link {
    font-size: 1.5rem;
    min-height: 60px;
  }
}
.recruit_button_link:before,
.recruit_button_link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto 0;
  width: 18px;
  height: 18px;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.recruit_button_link:before {
  background: url(/company/recruit/img/common/icon_arrow_white.png) no-repeat;
  background-size: 100% auto;
}
.recruit_button_link:after {
  opacity: 0;
  background: url(/company/recruit/img/common/icon_arrow_blue.png) no-repeat;
  background-size: 100% auto;
}
.recruit_button_link:hover {
  background-color: #fff;
}
.recruit_button_link:hover:before {
  opacity: 0;
}
.recruit_button_link:hover:after {
  opacity: 1;
}
.recruit_button_text {
  color: #fff;
  font-weight: bold;
}
.recruit_button_link:hover .recruit_button_text {
  color: #00559d;
}
.recruit_interview {
  margin-top: 134px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_interview {
    margin-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_interview_content {
    max-width: 550px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.recruit_interview_title {
  color: #00559d;
  letter-spacing: 0;
  font-family: "Aleo", sans-serif;
  font-size: 8.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_interview_title {
    font-size: 6.2rem;
  }
}
.recruit_interview_sub-title {
  margin-top: -5px;
  color: #00559d;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_interview_sub-title {
    margin-top: 1px;
    font-size: 1.5rem;
  }
}
.recruit_interview_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_interview_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px auto 0;
  }
}
.recruit_interview_item {
  width: 270px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_interview_item {
    width: auto;
  }
}
.recruit_interview_item:nth-child(n+2) {
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_interview_item:nth-child(n+2) {
    margin-left: 0;
    margin-top: 40px;
  }
}
.recruit_interview_item:nth-child(2) {
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_interview_item:nth-child(2) {
    margin-top: 40px;
  }
}
.recruit_interview_item:nth-child(3) {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_interview_item:nth-child(3) {
    margin-top: 40px;
  }
}
.recruit_interview_item:nth-child(4) {
  margin-top: -90px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_interview_item:nth-child(4) {
    margin-top: 40px;
  }
}
.recruit_interview_item_link {
  display: block;
  position: relative;
}
.recruit_interview_item_image-wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_interview_item_image-wrapper {
    width: min(69.23vw, 380px);
    margin: 0 auto;
  }
}
.recruit_interview_item_number {
  position: absolute;
  top: 38px;
  left: 37px;
  color: #00559d;
  line-height: 1;
  font-family: "Aleo", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_interview_item_number {
    top: 9.36%;
    left: 13.7%;
    font-size: min(6.41vw, 3.5rem);
  }
}
.recruit_interview_item_image {
  position: relative;
  width: 270px;
  height: 406px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_interview_item_image {
    width: auto;
    height: auto;
  }
}
.recruit_interview_item_image img {
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_interview_item_image img {
    width: 100%;
    height: auto;
  }
}
.recruit_interview_item_link:hover .recruit_interview_item_image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.recruit_interview_item_detail {
  margin-top: 11px;
  padding-right: 24px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_interview_item_detail {
    margin-top: 17px;
    padding-right: 0;
  }
}
.recruit_interview_item_job {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.3;
  min-height: 46px;
  padding-right: 50px;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.recruit_interview_item_link:hover .recruit_interview_item_job {
  color: #00559d;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_interview_item_job {
    font-size: 2.5rem;
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.recruit_interview_item_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background-color: #00559d;
  border-radius: 100vw;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  border: 2px solid #00559d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recruit_interview_item_icon:before,
.recruit_interview_item_icon:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.recruit_interview_item_icon:before {
  opacity: 1;
  background: url(/company/recruit/img/common/icon_arrow_white.png) no-repeat center center;
  background-size: 16px 16px;
}
.recruit_interview_item_icon:after {
  opacity: 0;
  background: url(/company/recruit/img/common/icon_arrow_blue.png) no-repeat center center;
  background-size: 16px 16px;
}
.recruit_interview_item_link:hover .recruit_interview_item_icon {
  width: 60px;
  height: 60px;
  background-color: #fff;
  top: -7px;
  right: -7px;
}
.recruit_interview_item_link:hover .recruit_interview_item_icon:before {
  opacity: 0;
}
.recruit_interview_item_link:hover .recruit_interview_item_icon:after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_interview_item_icon {
    display: none;
  }
}
.recruit_interview_item_icon.recruit_interview_item_icon--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_interview_item_icon.recruit_interview_item_icon--pc {
    display: none;
  }
}
.recruit_interview_item_icon.recruit_interview_item_icon--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_interview_item_icon.recruit_interview_item_icon--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: auto;
    right: 0;
    bottom: 0;
    width: min(18.97vw, 104px);
    height: min(18.97vw, 104px);
  }
  body:not(.non-responsive) .recruit_interview_item_icon.recruit_interview_item_icon--sp:before {
    background-size: min(4.62vw, 25px) auto;
  }
  body:not(.non-responsive) .recruit_interview_item_icon.recruit_interview_item_icon--sp:after {
    background-size: min(4.62vw, 25px) auto;
  }
}
.recruit_interview_item_text-wrapper {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_interview_item_text-wrapper {
    text-align: center;
  }
}
.recruit_interview_item_text {
  font-size: 1.4rem;
  color: #555;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_interview_item_text {
    display: inline;
  }
}
.recruit_interview_item_text02 {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #00559d;
  line-height: 1.3;
  font-weight: 600;
}
.recruit_data {
  position: relative;
  overflow: hidden;
  width: auto !important;
  padding: 231px 0 132px;
  background-color: #EEF2F9;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_data {
    padding: 138px 0 100px;
  }
}
.recruit_data:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 231px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_data:before {
    height: 138px;
  }
}
.recruit_data_body {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_data_body {
    width: auto;
    max-width: 550px;
  }
}
.recruit_data_inner {
  position: relative;
  min-height: 670px;
  margin-top: -231px;
  background: url(/company/recruit/img/index_data_bg01.png) no-repeat center center;
  background-size: 809px auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_data_inner {
    min-height: 401px;
    margin-top: -138px;
    background-image: url(/company/recruit/img/index_data_bg01_sp.png);
    background-position: top center;
    background-size: 401px auto;
    padding: 0 20px;
  }
}
.recruit_data_inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 154px;
  left: 5px;
  width: 300px;
  height: 413px;
  background: url(/company/recruit/img/index_data_bg02_pc.png) no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_data_inner:before {
    display: none;
  }
}
.recruit_data_inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 81px;
  right: 10px;
  width: 256px;
  height: 396px;
  background: url(/company/recruit/img/index_data_bg03_pc.png) no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_data_inner:after {
    display: none;
  }
}
.recruit_data_content {
  padding-top: 172px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_data_content {
    padding-top: 97px;
  }
}
.recruit_data_title {
  color: #00559d;
  letter-spacing: 0;
  font-family: "Aleo", sans-serif;
  font-size: 8.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_data_title {
    font-size: 5.7rem;
  }
}
.recruit_data_sub-title {
  margin-top: -5px;
  color: #00559d;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_data_sub-title {
    margin-top: 4px;
    font-size: 1.5rem;
  }
}
.recruit_data_sp-image {
  display: none;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_data_sp-image {
    display: block;
    margin: 25px auto 0;
  }
  body:not(.non-responsive) .recruit_data_sp-image img {
    width: 100%;
  }
}
.recruit_data_text {
  margin-top: 37px;
  color: #222;
  line-height: 1.8;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_data_text {
    margin-top: 40px;
    font-size: 1.5rem;
  }
}
.recruit_data_button {
  margin-top: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_data_button {
    margin-top: 34px;
  }
}
.recruit_info {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_info {
    padding: 0 20px;
  }
}
.recruit_info_inner {
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_info_inner {
    border-radius: 8px;
  }
}
.recruit_info_link {
  display: block;
  position: relative;
  overflow: hidden;
}
.recruit_info_link_icon {
  position: absolute;
  right: 50px;
  bottom: 45px;
  width: 74px;
  height: 74px;
  background-color: #00559d;
  border-radius: 100vw;
  border: 2px solid #00559d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_info_link_icon {
    right: 15px;
    bottom: 15px;
    width: 54px;
    height: 54px;
  }
}
.recruit_info_link_icon:before,
.recruit_info_link_icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_info_link_icon:before,
  body:not(.non-responsive) .recruit_info_link_icon:after {
    width: 16px;
    height: 16px;
  }
}
.recruit_info_link_icon:before {
  background: url(/company/recruit/img/common/icon_arrow_white.png) no-repeat;
  background-size: 100% auto;
  opacity: 1;
}
.recruit_info_link_icon:after {
  background: url(/company/recruit/img/common/icon_arrow_blue.png) no-repeat;
  background-size: 100% auto;
  opacity: 0;
}
.recruit_info_link:hover .recruit_info_link_icon {
  background-color: #fff;
}
.recruit_info_link:hover .recruit_info_link_icon:before {
  opacity: 0;
}
.recruit_info_link:hover .recruit_info_link_icon:after {
  opacity: 1;
}
.recruit_info_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 75px 0 80px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_info_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 35px 0 20px;
  }
}
.recruit_info_heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_info_heading {
    padding: 0 25px;
  }
}
.recruit_info_title {
  color: #00559d;
  letter-spacing: 0;
  font-family: "Aleo", sans-serif;
  font-size: 7rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_info_title {
    font-size: 4rem;
  }
}
.recruit_info_sub-title {
  margin-top: -5px;
  color: #00559d;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_info_sub-title {
    margin-top: 3px;
    font-size: 1.5rem;
  }
}
.recruit_info_text {
  margin-top: 30px;
  color: #222;
  line-height: 1.8;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_info_text {
    margin-top: 19px;
    font-size: 1.4rem;
  }
}
.recruit_info_image {
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.recruit_info_link:hover .recruit_info_image {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .recruit_info_image {
    margin-top: 10px;
  }
  body:not(.non-responsive) .recruit_info_image img {
    width: 100%;
  }
}
