.main_content {
  margin-bottom: 0;
}

.bg-wrapper {
  background-color: #f0f3fc;
}
@media screen and (min-width: 1000px), print {
  .bg-wrapper {
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 999px) {
  .bg-wrapper {
    padding-bottom: 165px;
  }
}

.job_tab_area .tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 999px) {
  .job_tab_area .tab_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 25px;
  }
}
.job_tab_area .tab_list::after {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 70px;
  background-color: #e6ecfb;
  position: absolute;
  left: 80%;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .job_tab_area .tab_list::after {
    display: none;
  }
}
.job_tab_area .tab_list li {
  width: 225px;
  height: 70px;
  padding: 18px 0 16px;
  background-color: #e6ecfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 999px) {
  .job_tab_area .tab_list li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    padding: 0;
  }
}
.job_tab_area .tab_list li.not_recruiting a {
  pointer-events: none;
}
.job_tab_area .tab_list li a {
  display: block;
  border-bottom: 0 none !important;
  color: #afbbdf !important;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 5px 0 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.job_tab_area .tab_list li a:hover {
  opacity: 0.8;
  color: #252f79 !important;
}
@media screen and (max-width: 999px) {
  .job_tab_area .tab_list li a {
    font-size: 18px;
    height: 100%;
    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;
  }
}
@media screen and (max-width: 400px) {
  .job_tab_area .tab_list li a {
    font-size: 14px;
  }
}
.job_tab_area .tab_list li:not(:last-of-type) a {
  border-right: 1px dotted #b5c2e5;
}
@media screen and (max-width: 999px) {
  .job_tab_area .tab_list li:not(:last-of-type) a {
    border-right: 0;
  }
}
.job_tab_area .tab_list li:first-of-type {
  position: relative;
}
.job_tab_area .tab_list li:first-of-type::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 70px;
  background: url(/recruit/recruitment/img/tab_kazari.png) no-repeat center center/cover;
  position: absolute;
  left: -22px;
  top: 0;
}
@media screen and (max-width: 999px) {
  .job_tab_area .tab_list li:first-of-type::before {
    display: none;
  }
}
.job_tab_area .tab_list li._selected a {
  color: #252f79 !important;
  pointer-events: none;
  position: relative;
}
.job_tab_area .tab_list li._selected a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  background: url(/recruit/recruitment/img/tab_arrow.png) no-repeat center center/cover;
  margin-left: 5px;
  margin-bottom: 1px;
}
@media screen and (max-width: 999px) {
  .job_tab_area .tab_list li._selected a::after {
    margin-bottom: 0;
  }
}

.job_main_area .job_main_area_wrapper {
  background-color: #f0f3fc;
  padding-top: 135px;
}
@media screen and (max-width: 999px) {
  .job_main_area .job_main_area_wrapper {
    padding-top: 0;
  }
}
.job_main_area .headline {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.job_main_area .headline_container {
  position: relative;
  width: calc(50% + 600px);
}
@media screen and (max-width: 1700px) {
  .job_main_area .headline_container {
    width: 80%;
  }
}
@media screen and (max-width: 999px) {
  .job_main_area .headline_container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.job_main_area .headline_container::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 160px 160px 0 0;
  border-color: #252f79 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1350px) {
  .job_main_area .headline_container::before {
    border-width: 100px 100px 0 0;
  }
}
@media screen and (max-width: 999px) {
  .job_main_area .headline_container::before {
    border-width: 80px 80px 0 0;
  }
}
.job_main_area .headline .num {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 72px;
  position: absolute;
  top: 48px;
  left: 48px;
}
@media screen and (max-width: 1350px) {
  .job_main_area .headline .num {
    font-size: 68px;
    top: 5%;
    left: 3%;
  }
}
@media screen and (max-width: 999px) {
  .job_main_area .headline .num {
    font-size: 54px;
    top: 5%;
    left: 3%;
  }
}
@media screen and (max-width: 500px) {
  .job_main_area .headline .num {
    font-size: 40px;
  }
}
.job_main_area .headline .job_type {
  height: 100%;
  position: absolute;
  top: 0;
  left: -120px;
}
.job_main_area .headline .job_type img {
  height: 100%;
}
@media screen and (max-width: 999px) {
  .job_main_area .headline .job_type {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    margin-top: -70px;
  }
  .job_main_area .headline .job_type img {
    height: 350px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .job_main_area .headline .job_type {
    margin-top: -40px;
  }
  .job_main_area .headline .job_type img {
    height: 250px;
  }
}
@media screen and (max-width: 350px) {
  .job_main_area .headline .job_type img {
    height: 220px;
  }
}
.job_main_area .headline .headline_bg {
  min-height: 0%;
}
.job_main_area .headline .headline_bg img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1700px) {
  .job_description_content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.job_description_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 115px;
}
@media screen and (max-width: 1700px) {
  .job_description_wrapper {
    width: 80%;
  }
}
@media screen and (max-width: 999px) {
  .job_description_wrapper {
    width: 100%;
    margin-bottom: 55px;
  }
}
.job_description_wrapper::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
@media screen and (max-width: 999px) {
  .job_description_wrapper::before {
    display: none;
  }
}
.job_description_container {
  background-color: #fff;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1700px) {
  .job_description_container {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .job_description_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 25px);
  }
}
.job_description_title_01 {
  font-weight: 700;
  color: #252f79;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}
.job_description_title_01::before {
  content: "";
  display: block;
  width: 2px;
  height: 88px;
  background-color: #252f79;
  position: absolute;
  top: 0;
  left: 50%;
}
@media screen and (max-width: 999px) {
  .job_description_title_01::before {
    top: -90px;
  }
}
.job_description_title_02 {
  display: inline-block;
  font-weight: 700;
  color: #666eac;
}
@media screen and (min-width: 1000px), print {
  .job_description_title {
    min-width: 190px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-right: 110px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1250px) {
  .job_description_title {
    min-width: 100px;
  }
}
@media screen and (min-width: 1000px), print {
  .job_description_title_01 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: -37px;
    padding-top: 110px;
  }
}
@media screen and (min-width: 1000px), print {
  .job_description_title_02 {
    font-size: 24px;
    font-weight: 700;
  }
}
@media screen and (max-width: 999px) {
  .job_description_title_01 {
    display: block;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 22px;
    margin-top: 60px;
    text-align: center;
  }
  .job_description_title_02 {
    display: block;
    text-align: center;
    font-size: 16px;
  }
}
.job_description_info {
  width: calc(100% - 300px);
  padding: 80px 100px 80px 100px;
}
@media screen and (max-width: 1650px) {
  .job_description_info {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1250px) {
  .job_description_info {
    width: calc(100% - 100px);
    padding: 80px 0 80px 10px;
  }
}
@media screen and (max-width: 999px) {
  .job_description_info {
    width: 100%;
    padding: 40px 5px 50px 5px;
  }
}
.job_description_dl dt {
  position: relative;
  padding-left: 20px;
  color: #252f79;
}
.job_description_dl dt::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #252f79;
  position: absolute;
  top: 50%;
  left: 0;
}
.job_description_dl dd:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (min-width: 1000px), print {
  .job_description_dl {
    font-size: 18px;
    line-height: 2;
  }
  .job_description_dl dt {
    float: left;
    font-weight: bold;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .job_description_dl dd {
    padding-left: 130px;
    color: #27282d;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .job_description_dl dd ul {
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) {
  .job_description_dl {
    font-size: 14px;
    line-height: 1.8;
  }
  .job_description_dl dt {
    margin-top: 40px;
  }
  .job_description_dl dd {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .job_description_dl dd ul {
    font-size: 14px;
  }
}

.recruit_form_area {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.recruit_form_area::before {
  content: "";
  display: block;
  width: calc(600px + 50%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/recruit/img/recruit_form_bg.jpg) no-repeat center center/cover;
  -webkit-box-shadow: 0px 0px 72px 8px rgba(37, 47, 121, 0.1);
          box-shadow: 0px 0px 72px 8px rgba(37, 47, 121, 0.1);
  z-index: 5;
}
@media screen and (max-width: 1650px) {
  .recruit_form_area::before {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 999px) {
  .recruit_form_area::before {
    width: calc(100% - 40px);
    left: 20px;
  }
}
.recruit_form_container {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1000px), print {
  .recruit_form_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 999px) {
  .recruit_form_container {
    padding-top: 28px;
    padding-bottom: 35px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1000px), print {
  .recruit_form_title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-right: 100px;
  }
  .recruit_form_title h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 999px) {
  .recruit_form_title {
    text-align: center;
    margin-bottom: 30px;
  }
}
.recruit_form_title_ja {
  display: block;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 1000px), print {
  .recruit_form_title_ja {
    padding-top: 125px;
    margin-top: -60px;
    margin-bottom: 25px;
  }
  .recruit_form_title_ja::before {
    content: "";
    display: block;
    width: 2px;
    height: 103px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 999px) {
  .recruit_form_title_ja {
    font-size: 27px;
  }
}
.recruit_form_title_en {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #6d77c4;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .recruit_form_title_en {
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px), print {
  .recruit_form_info {
    padding-left: 20px;
    border-left: 2px solid #fff;
  }
}
@media screen and (min-width: 1000px), print {
  .recruit_form_inner {
    margin-left: 335px;
    padding-top: 120px;
  }
}
.recruit_form_inner .recruit_form_info .recruit_form_address {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  .recruit_form_inner .recruit_form_info .recruit_form_address {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 18px;
  }
}
.recruit_form_inner .recruit_form_info .recruit_form_address .address_num {
  position: relative;
}
.recruit_form_inner .recruit_form_info .recruit_form_address .address_num::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 17px;
  background: url(/common/img/home_icon_blue.png) no-repeat center center/cover;
}
.recruit_form_inner .recruit_form_info .recruit_form_address .address {
  padding-left: 27px;
}
.recruit_form_inner .recruit_form_info .recruit_form_tel {
  margin-bottom: 30px;
}
.recruit_form_inner .recruit_form_info .recruit_form_tel .tel_num a {
  display: block;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #fff !important;
}
@media screen and (max-width: 999px) {
  .recruit_form_inner .recruit_form_info .recruit_form_tel .tel_num a {
    font-size: 14px;
    font-weight: 500;
  }
}
.recruit_form_inner .recruit_form_info .recruit_form_tel .tel_num a::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url(/common/img/tel_icon_blue.png) no-repeat center center/cover;
}
@media screen and (max-width: 999px) {
  .recruit_form_inner .recruit_form_info .recruit_form_tel .tel_num a::before {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
}
.recruit_form_inner .recruit_form_info .recruit_form_how {
  color: #a1aaeb;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 60px;
  padding-left: 5px;
}
@media screen and (max-width: 999px) {
  .recruit_form_inner .recruit_form_info .recruit_form_how {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
.recruit_form_inner .recruit_form_btn_area {
  text-align: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (min-width: 1000px), print {
  .recruit_form_inner .recruit_form_btn_area {
    margin-bottom: 130px;
  }
}
.recruit_form_inner .recruit_form_btn_area .recruit_form_btn {
  display: inline-block;
  background-color: #ffdf49;
  color: #222222;
  font-size: 24px;
  font-weight: bold;
  padding: 35px 45px;
  border-radius: 50px;
  margin-left: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 1000px), print {
  .recruit_form_inner .recruit_form_btn_area .recruit_form_btn:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
    opacity: 0.9;
  }
}
@media screen and (max-width: 999px) {
  .recruit_form_inner .recruit_form_btn_area .recruit_form_btn {
    font-size: 16px;
    padding: 18px 20px;
    margin-left: 0;
  }
}
.recruit_form_inner .recruit_form_btn_area .recruit_form_btn span {
  position: relative;
}
.recruit_form_inner .recruit_form_btn_area .recruit_form_btn span::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 20px;
  background: url(/common/img/mail_icon_black.png) no-repeat center center/cover;
  margin-bottom: -1px;
  margin-right: 5px;
}
@media screen and (max-width: 999px) {
  .recruit_form_inner .recruit_form_btn_area .recruit_form_btn span::before {
    width: 21px;
    height: 15px;
  }
}

.mynavi a {
  margin-left: 20px;
}
@media screen and (max-width: 999px) {
  .mynavi a {
    margin-left: 0;
    margin-top: 1em;
    display: block;
  }
}
/*# sourceMappingURL=recruitment.css.map */