@charset "UTF-8";
/* ▼▼▼ recruit
=====================================*/
#path {
  margin: -1vw auto 0;
}

#recruit_top {
  height: 50vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recruit_top {
    height: 94vw;
  }
}
#recruit_top::before {
  content: "";
  background: url(../img/recruit/mvImg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 66vw;
  height: 46vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  #recruit_top::before {
    width: 85vw;
    height: 90vw;
  }
}
#recruit_top::after {
  content: "";
  background: url(../img/recruit/mvImg02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 52vw;
  height: 50vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #recruit_top::after {
    width: 52vw;
    height: 94vw;
    background-position: left;
  }
}
#recruit_top .page_ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: right;
  padding-top: 14px;
  padding-right: 7vw;
  color: #fff;
  border-top: 1px solid #fff;
  width: 40vw;
  position: absolute;
  right: 0;
  top: 50%;
}
@media screen and (max-width: 767px) {
  #recruit_top .page_ttl {
    font-size: 12px;
    padding-top: 9px;
    padding-right: 20px;
  }
}
#recruit_top .page_ttl::before {
  content: "";
  background: url(../img/recruit/page_ttl.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 32vw;
  height: 9.5vw;
  position: absolute;
  bottom: 100%;
  left: 0;
}
@media screen and (max-width: 767px) {
  #recruit_top .page_ttl::before {
    width: 36vw;
    height: 10vw;
  }
}
#recruit_top .copy_wrap {
  position: absolute;
  top: 32vw;
  left: 0;
}
@media screen and (max-width: 767px) {
  #recruit_top .copy_wrap {
    top: auto;
    bottom: 40px;
  }
}
#recruit_top .copy_wrap .square {
  width: 70vw;
  height: 9.5vw;
  border-top: 9.5vw solid #2B334E;
  border-right: 2vw solid transparent;
}
@media screen and (max-width: 767px) {
  #recruit_top .copy_wrap .square {
    width: 88vw;
    height: 22vw;
    border-top: 22vw solid #2B334E;
    border-right: 20px solid transparent;
  }
}
#recruit_top .copy_wrap .copy {
  width: 60vw;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 4vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  #recruit_top .copy_wrap .copy {
    width: 75vw;
    left: 20px;
  }
}
#recruit_top .copy_wrap .copy img {
  width: 100%;
}

#recruit_message {
  background: url(../img/recruit/message_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -4.5vw;
  padding: 154px 0 75px;
  z-index: -3;
}
@media screen and (max-width: 767px) {
  #recruit_message {
    margin-top: -9vw;
    margin-bottom: 30px;
    padding: 75px 0 65vw;
    position: relative;
  }
  #recruit_message::before {
    content: "";
    background: url(../img/recruit/img01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 39vw;
    height: 49vw;
    position: absolute;
    bottom: 50px;
    right: 20px;
    -webkit-box-shadow: 10px 60px 50px rgba(166, 226, 253, 0.4);
            box-shadow: 10px 60px 50px rgba(166, 226, 253, 0.4);
    z-index: -1;
  }
  #recruit_message::after {
    content: "";
    background: url(../img/recruit/img02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 45vw;
    height: 36vw;
    position: absolute;
    bottom: 0px;
    left: 20px;
    -webkit-box-shadow: 10px 60px 50px rgba(166, 226, 253, 0.4);
            box-shadow: 10px 60px 50px rgba(166, 226, 253, 0.4);
    z-index: -1;
  }
}
#recruit_message .sec_head {
  font-size: 27px;
  color: #1D5299;
  font-weight: bold;
  text-align: center;
  opacity: 0.4;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #recruit_message .sec_head {
    font-size: 17px;
  }
}
#recruit_message .message {
  font-size: 42px;
  font-weight: 900;
  margin: 0 auto 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(135deg, #15528E, #0F2A5F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recruit_message .message {
    font-size: 28px;
    text-align: center;
    margin-bottom: 25px;
    width: 100vw;
    margin-left: -20px;
  }
}
#recruit_message .message::before {
  content: "";
  background: url(../img/recruit/img01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 258px;
  height: 323px;
  position: absolute;
  top: -105px;
  left: calc(100% + 30px);
  -webkit-box-shadow: 10px 80px 50px rgba(166, 226, 253, 0.4);
          box-shadow: 10px 80px 50px rgba(166, 226, 253, 0.4);
}
@media screen and (max-width: 767px) {
  #recruit_message .message::before {
    display: none;
  }
}
#recruit_message .message::after {
  content: "";
  background: url(../img/recruit/img02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 301px;
  height: 242px;
  position: absolute;
  bottom: -350px;
  right: calc(100% + 15px);
  -webkit-box-shadow: 10px 80px 50px rgba(166, 226, 253, 0.4);
          box-shadow: 10px 80px 50px rgba(166, 226, 253, 0.4);
}
@media screen and (max-width: 767px) {
  #recruit_message .message::after {
    display: none;
  }
}
#recruit_message .txt {
  font-weight: 500;
  line-height: 2.25;
  color: #5E6265;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #recruit_message .txt {
    font-size: 15px;
    text-align: left;
  }
}

.anchorLInk_wrap {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .anchorLInk_wrap {
    padding: 0 20px;
  }
}
.anchorLInk_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .anchorLInk_wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 17px;
  }
}
.anchorLInk_wrap ul li {
  width: 214px;
  -webkit-box-shadow: 0 8px 8px rgba(166, 226, 253, 0.2);
          box-shadow: 0 8px 8px rgba(166, 226, 253, 0.2);
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .anchorLInk_wrap ul li {
    width: calc((100% - 17px) / 2);
  }
}
.anchorLInk_wrap ul li a {
  color: #1D5299;
  width: 100%;
  text-align: center;
  height: 45px;
  font-weight: bold;
  line-height: 45px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(31, 100, 144, 0.16);
          box-shadow: 0 0 10px rgba(31, 100, 144, 0.16);
  border-radius: 100px;
  position: relative;
}
.anchorLInk_wrap ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #1D5299;
  border-right: 1px solid #1D5299;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .anchorLInk_wrap ul li a::after {
    right: 10px;
    width: 5px;
    height: 5px;
  }
}

.detail_area .ttl_wrap {
  margin-top: -130px;
  margin-left: -90px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .detail_area .ttl_wrap {
    margin-bottom: 25px;
    margin-top: -60px;
    margin-left: 0;
  }
}
.detail_area .ttl_wrap .en {
  font-size: 132px;
  font-weight: 200;
  line-height: 1;
  color: #1D5299;
  position: absolute;
  left: 10px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .detail_area .ttl_wrap .en {
    font-size: 58px;
    left: 0;
  }
}
.detail_area .ttl_wrap .sec_ttl {
  font-size: 30px;
  font-weight: 900;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(135deg, #15528E, #0F2A5F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 90px;
  padding-top: 130px;
}
.detail_area .ttl_wrap .sec_ttl::before {
  content: "";
  background: #1D5299;
  width: 84px;
  height: 1px;
  position: absolute;
  bottom: 20px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .detail_area .ttl_wrap .sec_ttl::before {
    width: 50px;
    right: auto;
    left: 0;
    bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .detail_area .ttl_wrap .sec_ttl {
    font-size: 18px;
    padding-left: 55px;
    padding-top: 60px;
  }
}

#job_area {
  padding: 175px 0 90px;
  margin-top: -100px;
  margin-bottom: 200px;
  background: url(../img/recruit/job_bg.png);
  background-size: 100% calc(100% - 100px);
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  #job_area {
    padding: 100px 0 50px;
    margin-bottom: 125px;
    background-size: 100% calc(100% - 65px);
  }
}
#job_area::after {
  content: "";
  background: url(../img/recruit/dec_r.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 185px;
  height: 850px;
  position: absolute;
  bottom: -50px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #job_area::after {
    width: 83px;
    height: 377px;
    bottom: -20px;
  }
}
#job_area .job_list ul {
  width: 1018px;
  max-width: calc(93vw - 40px);
  margin-left: 7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
}
@media screen and (max-width: 767px) {
  #job_area .job_list ul {
    width: 100%;
    max-width: none;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
#job_area .job_list ul li {
  width: calc((100% - 34px) / 2);
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(31, 100, 144, 0.2);
          box-shadow: 0 0 10px rgba(31, 100, 144, 0.2);
}
@media screen and (max-width: 767px) {
  #job_area .job_list ul li {
    width: 100%;
  }
}
#job_area .job_list ul li .shadow {
  width: 100%;
  height: 100%;
  padding: 35px 35px 55px;
  -webkit-box-shadow: 0 8px 10px rgba(166, 226, 253, 0.2);
          box-shadow: 0 8px 10px rgba(166, 226, 253, 0.2);
}
@media screen and (max-width: 767px) {
  #job_area .job_list ul li .shadow {
    padding: 40px 34px;
  }
}
#job_area .job_list ul li .job_about {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 235px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #job_area .job_list ul li .job_about {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 150px;
  }
}
#job_area .job_list ul li .job_about::before {
  content: "";
  background: linear-gradient(135deg, #021740, #021740);
  width: 148px;
  height: 148px;
  border-radius: 50%;
  position: absolute;
  top: calc(100% + 35px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #job_area .job_list ul li .job_about::before {
    width: 122px;
    height: 122px;
    top: calc(100% + 10px);
  }
}
#job_area .job_list ul li .job_about::after {
  content: "";
  background: url(../img/recruit/icon01.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 93px;
  height: 84px;
  position: absolute;
  top: calc(100% + 64px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #job_area .job_list ul li .job_about::after {
    width: 77px;
    height: 70px;
    top: calc(100% + 34px);
  }
}
#job_area .job_list ul li:nth-of-type(2) .job_about::after {
  content: "";
  background: url(../img/recruit/icon02.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 87px;
  height: 90px;
}
@media screen and (max-width: 767px) {
  #job_area .job_list ul li:nth-of-type(2) .job_about::after {
    width: 71px;
    height: 75px;
    top: calc(100% + 32px);
  }
}
#job_area .job_list ul li:nth-of-type(3) .job_about::after {
  content: "";
  background: url(../img/recruit/icon03.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 99px;
  height: 97px;
  top: calc(100% + 58px);
}
@media screen and (max-width: 767px) {
  #job_area .job_list ul li:nth-of-type(3) .job_about::after {
    width: 78px;
    height: 77px;
    top: calc(100% + 29px);
  }
}
#job_area .job_list ul li .txt {
  font-size: 15px;
  line-height: 1.6;
  color: #5E6265;
}

#interview_area {
  padding-top: 150px;
  margin-top: -150px;
  margin-bottom: 190px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #interview_area {
    padding-top: 100px;
    margin-top: -100px;
    margin-bottom: 160px;
  }
}
#interview_area::before {
  content: "";
  background: url(../img/recruit/dec_l.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 135px;
  height: 615px;
  position: absolute;
  top: -245px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #interview_area::before {
    width: 95px;
    height: 425px;
    top: -50px;
  }
}
#interview_area .ttl_wrap {
  width: 650px;
}
@media screen and (max-width: 767px) {
  #interview_area .ttl_wrap {
    width: 285px;
    margin-bottom: 75px;
  }
}
#interview_area .ttl_wrap .ttl_anime_square {
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
}
#interview_area .ttl_wrap .ttl_anime {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
#interview_area .ttl_wrap .ttl_anime_op02 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
@media screen and (max-width: 767px) {
  #interview_area .ttl_wrap .ttl_anime_square {
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
  }
  #interview_area .ttl_wrap .ttl_anime {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  #interview_area .ttl_wrap .ttl_anime_op02 {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
}
#interview_area .interview_list ul {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
}
@media screen and (max-width: 767px) {
  #interview_area .interview_list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
}
#interview_area .interview_list ul li a {
  position: relative;
}
#interview_area .interview_list ul li a .img_wrap {
  position: relative;
  -webkit-box-shadow: 0 8px 10px rgba(166, 226, 253, 0.2);
          box-shadow: 0 8px 10px rgba(166, 226, 253, 0.2);
}
@media screen and (max-width: 767px) {
  #interview_area .interview_list ul li a .img_wrap {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
#interview_area .interview_list ul li a .img_wrap .message {
  width: 480px;
  position: absolute;
  bottom: 38px;
  left: -15px;
}
@media screen and (max-width: 767px) {
  #interview_area .interview_list ul li a .img_wrap .message {
    width: 120%;
    left: -10px;
  }
}
#interview_area .interview_list ul li a .img_wrap .message span {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 38px;
  background: linear-gradient(135deg, #15528E, #0F2A5F);
  padding: 0 7px;
}
@media screen and (max-width: 767px) {
  #interview_area .interview_list ul li a .img_wrap .message span {
    font-size: 17px;
    line-height: 31px;
    padding: 0 5px;
  }
}
#interview_area .interview_list ul li a .img_wrap .message span:not(:last-of-type) {
  margin-bottom: 7px;
}
#interview_area .interview_list ul li a .txt_wrap {
  padding: 20px 0 0 20px;
}
@media screen and (max-width: 767px) {
  #interview_area .interview_list ul li a .txt_wrap {
    padding: 17px 0 0 17px;
  }
}
#interview_area .interview_list ul li a .txt_wrap .peaple_about {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #interview_area .interview_list ul li a .txt_wrap .peaple_about {
    font-size: 17px;
    margin-bottom: 8px;
  }
}
#interview_area .interview_list ul li a .txt_wrap .name {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #interview_area .interview_list ul li a .txt_wrap .name {
    font-size: 15px;
  }
}
#interview_area .interview_list ul li a .txt_wrap .name span {
  padding-left: 15px;
  font-size: 14px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  #interview_area .interview_list ul li a .txt_wrap .name span {
    font-size: 12px;
  }
}
#interview_area .interview_list ul li a .txt_wrap .name span::before {
  content: "";
  background: #57A0E6;
  width: 1px;
  height: 18px;
  position: absolute;
  bottom: 0;
  left: 7px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
#interview_area .interview_list ul li:nth-of-type(1) {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  #interview_area .interview_list ul li:nth-of-type(1) {
    padding: 0;
  }
}
#interview_area .interview_list ul li:nth-of-type(1) a::before {
  content: "";
  background: url(../img/recruit/no01.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 151px;
  height: 160px;
  position: absolute;
  top: -75px;
  left: -35px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #interview_area .interview_list ul li:nth-of-type(1) a::before {
    width: 82px;
    height: 94px;
    top: -40px;
    left: 0;
  }
}
#interview_area .interview_list ul li:nth-of-type(1) a:hover::before {
  content: "";
  background: url(../img/recruit/no01_hover.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 151px;
  height: 160px;
  position: absolute;
  top: -75px;
  left: -35px;
}
@media screen and (max-width: 767px) {
  #interview_area .interview_list ul li:nth-of-type(1) a:hover::before {
    width: 82px;
    height: 94px;
    top: -40px;
    left: 0;
  }
}
#interview_area .interview_list ul li:nth-of-type(2) a::before {
  content: "";
  background: url(../img/recruit/no02.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 173px;
  height: 160px;
  position: absolute;
  top: -75px;
  left: -35px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #interview_area .interview_list ul li:nth-of-type(2) a::before {
    width: 98px;
    height: 94px;
    top: -40px;
    left: 0;
  }
}
#interview_area .interview_list ul li:nth-of-type(2) a:hover::before {
  content: "";
  background: url(../img/recruit/no02_hover.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 173px;
  height: 160px;
  position: absolute;
  top: -75px;
  left: -35px;
}
@media screen and (max-width: 767px) {
  #interview_area .interview_list ul li:nth-of-type(2) a:hover::before {
    width: 98px;
    height: 94px;
    top: -40px;
    left: 0;
  }
}

#recruitment_area {
  padding-top: 100px;
  margin-top: -100px;
  position: relative;
}
#recruitment_area::after {
  content: "";
  background: url(../img/recruit/dec_r.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 88px;
  height: 397px;
  position: absolute;
  bottom: calc(100% - 150px);
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #recruitment_area::after {
    width: 83px;
    height: 378px;
    bottom: 100%;
  }
}
#recruitment_area .recruitment_inner {
  padding-top: 65px;
  padding-bottom: 85px;
  background: linear-gradient(30deg, rgba(216, 216, 216, 0.2), rgba(182, 182, 182, 0.2) 20%, rgba(155, 155, 155, 0.2));
}
@media screen and (max-width: 767px) {
  #recruitment_area .recruitment_inner {
    padding-top: 20px;
    padding-bottom: 48px;
  }
}
#recruitment_area .recruitment_inner .ttl_wrap {
  width: 875px;
}
@media screen and (max-width: 767px) {
  #recruitment_area .recruitment_inner .ttl_wrap {
    width: 335px;
  }
}
@media screen and (max-width: 767px) {
  #recruitment_area .recruitment_inner .ttl_wrap .en {
    font-size: 50px;
  }
}
#recruitment_area .recruitment_inner .ttl_wrap .ttl_anime_square {
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
}
#recruitment_area .recruitment_inner .ttl_wrap .ttl_anime {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
#recruitment_area .recruitment_inner .ttl_wrap .ttl_anime_op02 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
@media screen and (max-width: 767px) {
  #recruitment_area .recruitment_inner .ttl_wrap .ttl_anime_square {
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
  }
  #recruitment_area .recruitment_inner .ttl_wrap .ttl_anime {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  #recruitment_area .recruitment_inner .ttl_wrap .ttl_anime_op02 {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
}
#recruitment_area .recruitment_inner .recruitment_wrap {
  max-width: 962px;
  width: 100%;
  margin: 0 auto 65px;
}
@media screen and (max-width: 767px) {
  #recruitment_area .recruitment_inner .recruitment_wrap {
    margin-bottom: 48px;
  }
}
#recruitment_area .recruitment_inner .recruitment_wrap dl {
  font-size: 15px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #recruitment_area .recruitment_inner .recruitment_wrap dl {
    display: block;
    padding: 20px 0 20px 5px;
    border-bottom: 1px solid #C8CCD6;
    position: relative;
  }
  #recruitment_area .recruitment_inner .recruitment_wrap dl::before {
    content: "";
    background: #1D5299;
    width: 20%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    border-top: none;
    z-index: 1;
  }
}
#recruitment_area .recruitment_inner .recruitment_wrap dl dt {
  width: 28%;
  padding: 20px 0 20px 5px;
  font-weight: bold;
  border-bottom: 1px solid #1D5299;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #recruitment_area .recruitment_inner .recruitment_wrap dl dt {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    margin-bottom: 5px;
  }
}
#recruitment_area .recruitment_inner .recruitment_wrap dl dd {
  width: 72%;
  padding: 20px 0 20px 50px;
  border-bottom: 1px solid #C8CCD6;
  display: table-cell;
  vertical-align: middle;
  color: #54575A;
}
@media screen and (max-width: 767px) {
  #recruitment_area .recruitment_inner .recruitment_wrap dl dd {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
  }
}
#recruitment_area .recruitment_inner #entry_btn {
  padding-top: 100px;
  max-width: 450px;
  margin: -100px auto 0;
  -webkit-box-shadow: 0 8px 8px rgba(166, 226, 253, 0.2);
          box-shadow: 0 8px 8px rgba(166, 226, 253, 0.2);
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  #recruitment_area .recruitment_inner #entry_btn {
    max-width: 280px;
  }
}
#recruitment_area .recruitment_inner #entry_btn a {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 92px;
  line-height: 92px;
  background: linear-gradient(135deg, #15528E, #0F2A5F);
  -webkit-box-shadow: 0 0 10px rgba(31, 100, 144, 0.16);
          box-shadow: 0 0 10px rgba(31, 100, 144, 0.16);
  border-radius: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recruitment_area .recruitment_inner #entry_btn a {
    font-size: 20px;
    line-height: 68px;
    height: 68px;
    max-width: 280px;
  }
}
#recruitment_area .recruitment_inner #entry_btn a::before {
  content: "";
  width: 55px;
  height: 55px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #recruitment_area .recruitment_inner #entry_btn a::before {
    width: 42px;
    height: 42px;
  }
}
#recruitment_area .recruitment_inner #entry_btn a::after {
  content: "";
  background: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 7px;
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #recruitment_area .recruitment_inner #entry_btn a::after {
    width: 18px;
    height: 7px;
    right: 28px;
  }
}