:root {
  --footer-height: 76px;
}

@media screen and (max-width: 1063px) {
  #recruit .mainContent {
    margin-top: 77px;
  }
}
#recruit .gnav_list li:nth-child(3) {
  position: relative;
}
#recruit .gnav_list li:nth-child(3)::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #013D95;
  position: absolute;
  bottom: -48px;
}
#recruit .mv {
  position: relative;
}
#recruit .mv_figure {
  width: 75.625%;
  margin-left: auto;
}
#recruit .mv_figure img {
  width: 100%;
  height: auto;
}
#recruit .mv_copy h2 {
  color: #fff;
  font-family: serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 4.3px;
  position: absolute;
  top: 60%;
  left: 15%;
}
@media screen and (max-width: 767px) {
  #recruit .mv_copy h2 {
    font-size: 2.91666vw;
    line-height: 1.4;
  }
}
#recruit .mv_copy h2 span {
  display: inline-block;
  background: rgb(46, 95, 217);
  background: linear-gradient(-45deg, rgb(46, 95, 217) 0%, rgb(73, 224, 164) 100%);
}
#recruit .mv_copy h2 span:nth-of-type(1) {
  margin-bottom: 10px;
}
#recruit .pagebg {
  width: 81.5%;
  height: 75.6944vw;
  padding-top: 11.3194vw;
  padding-left: 7.08333vw;
  margin-top: -29.1666vw;
  background: rgb(46, 95, 217);
  background: linear-gradient(45deg, rgb(46, 95, 217) 0%, rgb(73, 224, 164) 100%);
}
#recruit .pagebg figure {
  width: 1.18055vw;
}
#recruit .pagebg figure img {
  width: 100%;
  height: auto;
}
#recruit .lead {
  padding-bottom: 96px;
}
#recruit .lead_wrapper {
  width: 83.3%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  margin-top: -38.6111vw;
  padding-bottom: 170px;
  background-image: url("/assets/images/recruit/lead_bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}
#recruit .lead_wrapper::after {
  content: "";
  display: block;
  height: calc(100% - 38.6111vw + 96px);
  width: 100vw;
  background: #F6F6F6;
  position: absolute;
  bottom: -96px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #recruit .lead_wrapper::after {
    bottom: -13.3334vw;
  }
}
@media screen and (max-width: 767px) {
  #recruit .lead_wrapper {
    padding-bottom: 80px;
    background-size: contain;
  }
}
#recruit .lead_content {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #recruit .lead_content {
    width: 90%;
  }
}
#recruit .lead_content .lead_title {
  width: 83%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
#recruit .lead_content .lead_title img {
  width: 100%;
  height: auto;
}
#recruit .lead_content p {
  color: #111;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #recruit .lead_content p {
    font-size: 1.4rem;
  }
}
#recruit .lead_content p:not(:last-child) {
  margin-bottom: 20px;
}
#recruit .sec01 {
  padding-top: 156px;
  padding-bottom: 136px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #recruit .sec01 {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
#recruit .sec01 .sec_title {
  width: 20.34%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #recruit .sec01 .sec_title {
    width: 56%;
  }
}
#recruit .sec01 .sec_title h3 img {
  width: 100%;
  height: auto;
}
#recruit .sec01 .jobList {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  width: 83.33%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #recruit .sec01 .jobList {
    width: 90%;
    display: block;
  }
}
#recruit .sec01 .jobList li {
  max-width: 560px;
}
@media screen and (max-width: 767px) {
  #recruit .sec01 .jobList li:not(:last-child) {
    margin-bottom: 20px;
  }
}
#recruit .sec01 .jobList li figure {
  width: 100%;
}
#recruit .sec01 .jobList li figure img {
  width: 100%;
  height: auto;
}
#recruit .sec01 .jobList li .jobname {
  color: #fff;
  font-family: serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1.4px;
  background: #005ADE;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 10px;
  margin-top: -30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recruit .sec01 .jobList li .jobname {
    font-size: 2.2rem;
  }
}
#recruit .sec01 .jobList li .description {
  margin-top: 28px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #recruit .sec01 .jobList li .description {
    margin-top: 14px;
    font-size: 1.4rem;
  }
}
#recruit .sec01_bg01 {
  content: "";
  display: block;
  width: 402px;
  height: 395px;
  background-image: url("/assets/images/recruit/sec01_bg01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -9%;
  left: 2%;
}
@media screen and (max-width: 767px) {
  #recruit .sec01_bg01 {
    width: 27.9166vw;
    height: 27.43055vw;
    top: -1%;
  }
}
#recruit .sec01_bg02 {
  content: "";
  display: block;
  width: 127px;
  height: 129px;
  background-image: url("/assets/images/recruit/sec01_bg02.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 4%;
  right: 8%;
}
@media screen and (max-width: 767px) {
  #recruit .sec01_bg02 {
    width: 8.81944vw;
    height: 8.95833vw;
    top: 0%;
    right: 16%;
  }
}
#recruit .sec01_bg03 {
  content: "";
  display: block;
  width: 477px;
  height: 395px;
  background-image: url("/assets/images/recruit/sec01_bg03.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -7.5%;
  right: 5%;
}
@media screen and (max-width: 767px) {
  #recruit .sec01_bg03 {
    width: 33.125vw;
    height: 27.43055vw;
    bottom: -1.2%;
  }
}
#recruit .sec02 {
  padding-top: 160px;
  padding-bottom: 120px;
  background-color: #F6F6F6;
}
@media screen and (max-width: 767px) {
  #recruit .sec02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#recruit .sec02 .sec_title {
  width: 17.5%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #recruit .sec02 .sec_title {
    margin-bottom: 40px;
    width: 50%;
  }
}
#recruit .sec02 .sec_title img {
  width: 100%;
  height: auto;
}
#recruit .sec02 .memberList {
  width: 83.33%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  #recruit .sec02 .memberList {
    width: 90%;
    display: block;
  }
}
#recruit .sec02 .memberList li {
  width: 90%;
}
@media screen and (max-width: 767px) {
  #recruit .sec02 .memberList li {
    width: 100%;
  }
  #recruit .sec02 .memberList li:not(:last-child) {
    margin-bottom: 20px;
  }
}
#recruit .sec02 .memberList li figure {
  width: 100%;
}
#recruit .sec02 .memberList li figure img {
  width: 100%;
  height: auto;
}
#recruit .sec02 .memberList li h4 {
  color: #fff;
  font-family: serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 3.6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -42px;
  padding: 10px;
  background: rgb(46, 95, 217);
  background: linear-gradient(45deg, rgb(46, 95, 217) 0%, rgb(73, 224, 164) 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  #recruit .sec02 .memberList li h4 {
    font-size: 2.2rem;
    line-height: 1.4;
    padding: 8px;
  }
}
#recruit .sec02 .memberList li .name {
  margin-top: 18px;
  color: #013D95;
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 1.2px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #recruit .sec02 .memberList li .name {
    margin-top: 10px;
  }
}
#recruit .sec02 .memberList li .name span {
  display: block;
  color: #111;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.75px;
}
#recruit .sec02 .memberList li .text {
  margin-top: 32px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #recruit .sec02 .memberList li .text {
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
#recruit .sec03 {
  padding-top: 160px;
  padding-bottom: 170px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #recruit .sec03 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#recruit .sec03_bg01 {
  content: "";
  display: block;
  width: 567px;
  height: 542px;
  background-image: url(/assets/images/recruit/sec03_bg01.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -12%;
  right: 8%;
}
@media screen and (max-width: 767px) {
  #recruit .sec03_bg01 {
    width: 39.375vw;
    height: 37.6388vw;
    top: 1%;
  }
}
#recruit .sec03_bg02 {
  content: "";
  display: block;
  width: 127px;
  height: 129px;
  background-image: url(/assets/images/recruit/sec03_bg02.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 7%;
  left: 14%;
}
@media screen and (max-width: 767px) {
  #recruit .sec03_bg02 {
    width: 8.81944vw;
    height: 8.958333vw;
    bottom: 3%;
    left: 6%;
  }
}
#recruit .sec03 .sec_title {
  width: 28.96%;
  max-width: 417px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #recruit .sec03 .sec_title {
    width: 80%;
  }
}
#recruit .sec03 .sec_title img {
  width: 100%;
  height: auto;
}
#recruit .sec03_content {
  margin-top: 50px;
  max-width: 1045px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 63px;
}
@media screen and (max-width: 767px) {
  #recruit .sec03_content {
    display: block;
    width: 90%;
  }
}
#recruit .sec03_content .sec03_swiperbox {
  width: 67.9%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recruit .sec03_content .sec03_swiperbox {
    width: 100%;
    padding-bottom: 40px;
  }
}
#recruit .sec03_content .sec03_swiperbox img {
  width: 100%;
  height: auto;
}
#recruit .sec03_content .sec03_swiperbox .slider-dots {
  position: absolute;
  right: 0;
  margin-right: 0;
  text-align: right;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #recruit .sec03_content .sec03_swiperbox .slider-dots {
    bottom: 0;
  }
}
#recruit .sec03_content .sec03_swiperbox .slider-dots .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 0;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
#recruit .sec03_content .sec03_swiperbox .slider-dots .swiper-pagination-bullet:nth-of-type(1) {
  margin-right: 10px !important;
}
#recruit .sec03_content .sec03_swiperbox .slider-dots .swiper-pagination-bullet:nth-of-type(2) {
  margin-right: 10px !important;
}
@media screen and (max-width: 767px) {
  #recruit .sec03_content .sec03_textarea {
    margin-top: 20px;
  }
}
#recruit .sec03_content .sec03_textarea ul li:not(:last-child) {
  margin-bottom: 34px;
}
#recruit .sec03_content .sec03_textarea ul li h4 {
  padding: 10px;
  background-color: #005ADE;
  color: #fff;
  font-family: serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 3.6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #recruit .sec03_content .sec03_textarea ul li h4 {
    font-size: 2.2rem;
    line-height: 1.2;
    padding: 8px;
  }
}
#recruit .sec03_content .sec03_textarea ul li p {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #recruit .sec03_content .sec03_textarea ul li p {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
#recruit .sec04 {
  background-color: #F6F6F6;
  padding-bottom: 170px;
}
@media screen and (max-width: 767px) {
  #recruit .sec04 {
    padding-bottom: 80px;
  }
}
#recruit .sec04 .sec_title {
  width: 17.58%;
  max-width: 253px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #recruit .sec04 .sec_title {
    width: 48%;
  }
}
#recruit .sec04 .sec_title img {
  width: 100%;
  height: auto;
}
#recruit .sec04_table {
  width: 68%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #recruit .sec04_table {
    margin-top: 40px;
    width: 90%;
  }
}
#recruit .sec04_table table {
  width: 100%;
}
#recruit .sec04_table table tbody tr {
  color: #111;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #recruit .sec04_table table tbody tr {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
#recruit .sec04_table table tbody tr th {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  border-top: 1px solid #013D95;
  border-bottom: 1px solid #013D95;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #recruit .sec04_table table tbody tr th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#recruit .sec04_table table tbody tr td {
  padding-right: 40px;
  padding-left: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
@media screen and (max-width: 767px) {
  #recruit .sec04_table table tbody tr td {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#recruit .entrybtnArea {
  padding-top: 150px;
  padding-bottom: 140px;
}
@media print, screen and (min-width: 768px) {
  #recruit .entrybtnArea {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  #recruit .entrybtnArea {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#recruit .entrybtnArea .entrybtn a {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background: rgb(46, 95, 217);
  background: linear-gradient(45deg, rgb(46, 95, 217) 0%, rgb(73, 224, 164) 100%);
  position: relative;
  overflow: hidden;
  text-align: center;
}
#recruit .entrybtnArea .entrybtn a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(73, 224, 164);
  background: -webkit-gradient(linear, left top, right top, from(rgb(73, 224, 164)), to(rgb(46, 95, 217)));
  background: linear-gradient(90deg, rgb(73, 224, 164) 0%, rgb(46, 95, 217) 100%);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (max-width: 767px) {
  #recruit .entrybtnArea .entrybtn a {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#recruit .entrybtnArea .entrybtn a span {
  font-family: serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.6px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recruit .entrybtnArea .entrybtn a span {
    font-size: 1.4rem;
  }
}
#recruit .entrybtnArea .entrybtn a span::after {
  content: "";
  display: block;
  width: 39px;
  height: 42px;
  -webkit-mask-image: url("/assets/images/recruit/entryBtn_icon.png");
          mask-image: url("/assets/images/recruit/entryBtn_icon.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
  position: absolute;
  right: -16%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #recruit .entrybtnArea .entrybtn a span::after {
    width: 2.708333vw;
    height: 2.91666vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  #recruit .entrybtnArea .entrybtn:hover a::before {
    -webkit-animation: btnhover ease-in-out 0.4s forwards;
            animation: btnhover ease-in-out 0.4s forwards;
  }
}