@charset "UTF-8";
.main_image {
  position: relative;
  height: 377px;
  padding-top: 150px;
  box-sizing: border-box;
  background: url(/images/recruit/recruit_key.webp) center bottom/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1280px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .title_text {
  position: relative;
  z-index: 2;
  width: 525px;
  max-width: 100%;
  margin: 0 auto 15px;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0em;
  color: #fff;
  text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
  padding-bottom: 10px;
  border-bottom: 4px solid #1d9c93;
}
.main_image .text {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 30vw;
    padding-top: 7vw;
    box-sizing: border-box;
    background: url(/images/recruit/recruit_key.webp) center bottom/contain no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .title_text {
    position: relative;
    z-index: 2;
    max-width: 100%;
    max-width: 100%;
    margin: 0 auto 1vw;
    text-align: center;
    font-size: 6vw;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #fff;
    text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
    padding-bottom: 1vw;
    border-bottom: 2px solid #1d9c93;
  }
  .main_image .text {
    text-align: center;
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #fff;
    text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
  }
}

.lead_sec {
  padding-bottom: 100px;
  position: relative;
}
.lead_sec::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -70px;
  background: url(/images/recruit/lead_sec_bg.webp) center/contain no-repeat;
  width: 57.6vw;
  height: 44.12vw;
}
.lead_sec .sec_title {
  margin-bottom: 80px;
  padding-bottom: initial;
  border-bottom: initial;
}
.lead_sec .cont01 {
  margin-bottom: 200px;
}
.lead_sec .cont01 .textbox {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .lead_sec {
    padding-bottom: 13.8vw;
    overflow: hidden;
  }
  .lead_sec::before {
    top: -21vw;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/recruit/lead_sec_bg_sp.webp) center/contain no-repeat;
    width: 100vw;
    height: 239.2vw;
  }
  .lead_sec .sec_title {
    margin-bottom: 4.2vw;
    padding-top: 4.2vw;
    padding-bottom: initial;
    border-bottom: initial;
  }
  .lead_sec .cont01 {
    margin-bottom: initial;
  }
  .lead_sec .cont01 .imagebox {
    width: 100%;
    margin-bottom: 4.2vw;
  }
  .lead_sec .cont01 .imagebox img {
    width: 100%;
    height: 100%;
  }
  .lead_sec .cont01 .textbox {
    margin-right: initial;
  }
}

/*.sec01 {
  margin-bottom: 100px;

  .sec_header {
    border-left: initial;
    background-color: #182d76;
    border-bottom: 3px solid #1d9c93;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-bottom: 80px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .sec_title {
    font-size: 24px;
    letter-spacing: .15em;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
  }
  .sub_titile {
    padding-left: 16px;
    font-size: 18px;
    letter-spacing: .1em;
    color: #fff;
  }

  .cont01 {
    margin-bottom: initial;
    .imagebox {
      width: 30%;
    }
    .textbox {
      width: 70%;
      margin-left: 50px;

      .title_flex {
        display: flex;
        justify-content: flex-start;
        .title {
          width: 50%;
          border-left: solid 11px #182d76;
          height: 48px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items:  flex-start;
          padding-left: 15px;
          margin-bottom: 30px;
          box-sizing: border-box;
          margin-bottom: 60px;
        }
      }
    }
  }

  @media screen and (max-width: 767px) {
    margin-bottom: 13.8vw;

    .sec_header {
      display: flex;
      justify-content: center;
      align-items: center;
      height: auto;
      padding: 5.5vw 0;
      margin-bottom: 8vw;
      border-radius: 0;
    }
    .sec_title {
        font-size: 5vw;
        font-weight: 600;
        text-align: center;
        letter-spacing: .1em;
    }
    .sub_titile {
        font-size: 4vw;
        font-weight: 400;
        text-align: center;
        letter-spacing: .1em;
    }

    .cont01 {
      margin-bottom: initial;
      .imagebox {
        width: 100%;
        min-width: initial;
        text-align: center;
        margin: 0 auto 4.2vw;
        img {
          width: 63vw;
          height: auto;
        }
      }
      .textbox {
        width: 100%;
        margin-left: initial;

        .title_flex {
          .title {
            width: 100%;
            border-left: solid 11px #182d76;
            height: 12.8vw;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items:  flex-start;
            padding-left: 4vw;
            margin-bottom: 4.2vw;
            font-size: 4vw;
            box-sizing: border-box;
          }
        }
      }
    }
  }
} */
.animation {
  padding-bottom: 150px;
  position: relative;
}
.animation .scroll-container {
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.animation .scroll-content {
  display: flex;
  animation: scroll 75s linear infinite;
}
.animation .item {
  flex: 0 0 auto;
  width: 1519px;
  height: 255px;
  margin: 0 0px;
  text-align: center;
  line-height: 230px;
  font-size: 24px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  .animation {
    padding-bottom: 13.8vw;
  }
  .animation .item {
    flex: 0 0 auto;
    width: 405.06vw;
    height: 68vw;
    margin: 0 0px;
    text-align: center;
    line-height: 68vw;
    font-size: 24px;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .sec_header {
  border-left: initial;
  background-color: #182d76;
  border-bottom: 3px solid #1d9c93;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 80px;
  overflow: hidden;
  box-sizing: border-box;
}
.sec02 .sec_title {
  font-size: 24px;
  letter-spacing: 0.15em;
  margin-bottom: 5px;
  text-align: center;
  color: #fff;
}
.sec02 .sub_titile {
  padding-left: 16px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec02 .cont01 {
  margin-bottom: initial;
}
.sec02 .cont01 .textbox {
  width: 70%;
  margin-right: 50px;
}
.sec02 .cont01 .imagebox {
  width: 30%;
  min-width: 245px;
  text-align: center;
}
.sec02 .cont01 .imagebox img {
  margin-bottom: 20px;
}
.sec02 .cont01 .name {
  font-size: 22px;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec02 .cont01 .name span {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .sec_header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 5.5vw 0;
    margin-bottom: 8vw;
    border-radius: 0;
  }
  .sec02 .sec_title {
    font-size: 5vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .sec02 .sub_titile {
    font-size: 4vw;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .sec02 .cont01 .textbox {
    width: 100%;
    margin-right: initial;
  }
  .sec02 .cont01 .imagebox {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 4.2vw;
  }
  .sec02 .cont01 .imagebox img {
    width: 67.73vw;
    height: auto;
    margin: 0 auto 4.2vw;
  }
  .sec02 .cont01 .name {
    font-size: 5.8vw;
    text-align: center;
  }
  .sec02 .cont01 .name span {
    font-size: 4vw;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .sec_header {
  border-left: initial;
  background-color: #182d76;
  border-bottom: 3px solid #1d9c93;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 80px;
  overflow: hidden;
  box-sizing: border-box;
}
.sec03 .sec_title {
  font-size: 24px;
  letter-spacing: 0.15em;
  margin-bottom: 5px;
  text-align: center;
  color: #fff;
}
.sec03 .sub_titile {
  padding-left: 16px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec03 .cont {
  display: block;
}
.sec03 .cont_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec03 .cont01 .cont_title {
  font-weight: 600;
  text-align: center;
  color: #182d76;
}
.sec03 .cont01 .textbox {
  margin-right: 50px;
}
.sec03 .cont02 .cont_title {
  font-weight: 600;
  text-align: center;
  color: #182d76;
}
.sec03 .cont02 .textbox {
  margin-right: 50px;
}
.sec03 .btn {
  margin-top: auto;
  width: 254px;
  height: 50px;
  margin: 0 auto 45px;
  background-color: #1d9c93;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.sec03 .btn p {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec03 .btn::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/images/common/arrow_white.webp) center/contain no-repeat;
  width: 8px;
  height: 11px;
}
.sec03 .banner {
  text-align: center;
  margin: 60px auto 100px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .sec_header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 5.5vw 0;
    margin-bottom: 8vw;
    border-radius: 0;
  }
  .sec03 .sec_title {
    font-size: 5vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .sec03 .sub_titile {
    font-size: 4vw;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .sec03 .cont {
    display: block;
  }
  .sec03 .cont_box {
    display: block;
  }
  .sec03 .cont_text {
    margin-bottom: 4.2vw;
  }
  .sec03 .cont_image {
    width: 100%;
  }
  .sec03 .cont_image img {
    width: 100%;
    height: 100%;
  }
  .sec03 .btn {
    margin-top: auto;
    width: 67.73vw;
    height: 13.33vw;
    margin: 0 auto 12vw;
    background-color: #1d9c93;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
  }
  .sec03 .btn p {
    font-size: 4vw;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .sec03 .btn::before {
    content: "";
    position: absolute;
    right: 5.3vw;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/common/arrow_white.webp) center/contain no-repeat;
    width: 2.13vw;
    height: 2.93vw;
  }
  .sec03 .banner {
    text-align: center;
    margin: 6vw auto 13.8vw;
  }
}

.sec04 {
  margin-bottom: 100px;
}
.sec04 .sec_header {
  border-left: initial;
  background-color: #182d76;
  border-bottom: 3px solid #1d9c93;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 80px;
  overflow: hidden;
  box-sizing: border-box;
}
.sec04 .sec_title {
  font-size: 24px;
  letter-spacing: 0.15em;
  margin-bottom: 5px;
  text-align: center;
  color: #fff;
}
.sec04 .sub_titile {
  padding-left: 16px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec04 .dtitle {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #182d76;
  margin-bottom: 40px;
}
.sec04 .dlist {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 130px;
}
.sec04 .row {
  display: flex;
  border-bottom: 1px solid #182d76;
}
.sec04 .row:nth-of-type(1) {
  border-top: 1px solid #182d76;
}
.sec04 .term {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 30px;
  box-sizing: border-box;
  background: #f2f2f2;
  font-size: 20px;
  text-align: center;
  color: #231815;
}
.sec04 .desc {
  width: 70%;
  padding: 60px;
  background-color: #fff;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #231815;
  box-sizing: border-box;
}
.sec04 .desc_item {
  position: relative;
}
.sec04 .row:nth-of-type(6) .list {
  -moz-column-count: 2;
       column-count: 2; /* 列数を2列に指定 */
}
.sec04 .btn {
  margin-top: auto;
  width: 254px;
  height: 50px;
  margin: 0 auto 45px;
  background-color: #1d9c93;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.sec04 .btn p {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec04 .btn::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/images/common/arrow_white.webp) center/contain no-repeat;
  width: 8px;
  height: 11px;
}
.sec04 .banner {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 60px auto 100px;
}
.sec04 .banner .link:nth-of-type(1) {
  margin-right: 60px;
}
@media screen and (max-width: 1109px) and (min-width: 768px) {
  .sec04 .flexbox {
    width: 623px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec04 .flexbox .link:nth-of-type(1) .link_btn,
  .sec04 .flexbox .link:nth-of-type(2) .link_btn,
  .sec04 .flexbox .link:nth-of-type(4) .link_btn {
    margin-right: initial;
  }
  .sec04 .flexbox .link:nth-of-type(1) .link_btn,
  .sec04 .flexbox .link:nth-of-type(2) .link_btn,
  .sec04 .flexbox .link:nth-of-type(3) .link_btn {
    margin-bottom: initial;
  }
  .sec04 .flexbox .link:nth-of-type(1) .link_btn,
  .sec04 .flexbox .link:nth-of-type(3) .link_btn {
    margin-right: 75px;
  }
  .sec04 .flexbox .link:nth-of-type(1) .link_btn,
  .sec04 .flexbox .link:nth-of-type(2) .link_btn,
  .sec04 .flexbox .link:nth-of-type(3) .link_btn,
  .sec04 .flexbox .link:nth-of-type(4) .link_btn {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .sec_header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 5.5vw 0;
    margin-bottom: 8vw;
    border-radius: 0;
  }
  .sec04 .sec_title {
    font-size: 5vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .sec04 .sub_titile {
    font-size: 4vw;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .sec04 .dtitle {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    color: #182d76;
    margin-bottom: 4.2vw;
  }
  .sec04 .dlist {
    width: 1120px;
    max-width: 100%;
    margin: 0 auto 8vw;
  }
  .sec04 .dlist:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec04 .row {
    display: block;
    border-bottom: 0px solid #fff;
  }
  .sec04 .row:nth-of-type(1) {
    border-top: 0px solid #fff;
  }
  .sec04 .term {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4vw 0;
    box-sizing: border-box;
    background: #f2f2f2;
    font-size: 4vw;
    text-align: center;
    color: #182d76;
  }
  .sec04 .desc {
    width: 100%;
    padding: 5.5vw;
    box-sizing: border-box;
    font-size: 4vw;
    line-height: 1.8;
  }
  .sec04 .text_red {
    color: #806363;
  }
  .sec04 .desc_item {
    position: relative;
    padding-left: 1em;
  }
  .sec04 .btn {
    margin-top: auto;
    width: 67.73vw;
    height: 13.33vw;
    margin: 0 auto 12vw;
    background-color: #1d9c93;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
  }
  .sec04 .btn p {
    font-size: 4vw;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .sec04 .btn::before {
    content: "";
    position: absolute;
    right: 5.3vw;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/common/arrow_white.webp) center/contain no-repeat;
    width: 2.13vw;
    height: 2.93vw;
  }
  .sec04 .banner {
    display: block;
    text-align: center;
    margin: 8vw auto 13.8vw;
  }
  .sec04 .banner .link:nth-of-type(1) {
    margin-right: initial;
  }
  .sec04 .banner .link:nth-of-type(1) img {
    margin-bottom: 4.2vw;
  }
}/*# sourceMappingURL=recruit.css.map */