@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
.mv {
  background-image: url(../images/job/mv.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}
@media all and (max-width: 600px) {
  .mv {
    padding-top: 130px;
  }
}
.mv::after {
  content: "";
  display: block;
  padding-top: 45%;
}

@media all and (max-width: 1025px) {
  #archi,
  #civil,
  #housing,
  #pavement {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.link {
  max-width: 1400px;
  width: 85%;
  margin: 0 auto;
  padding-top: 100px;
}
@media all and (max-width: 896px) {
  .link {
    padding-top: 60px;
  }
}
.link p {
  line-height: 270%;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .link p {
    font-size: 1.6rem;
  }
}
.link ul {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1025px) {
  .link ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.link ul li {
  width: 23%;
}
@media all and (max-width: 1025px) {
  .link ul li {
    width: 45%;
  }
}
@media all and (max-width: 600px) {
  .link ul li {
    width: 100%;
  }
}
@media all and (max-width: 1025px) {
  .link ul li:nth-child(1) {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 1025px) {
  .link ul li:nth-child(2) {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 600px) {
  .link ul li:nth-child(3) {
    margin-bottom: 60px;
  }
}
.link ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 20;
}
.link ul li a .box-bg {
  width: 100%;
  height: 100%;
  position: relative;
}
.link ul li a .box-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(21, 46, 85, 0.8)), color-stop(50%, rgba(21, 46, 85, 0.1)));
  background-image: linear-gradient(to top, rgba(21, 46, 85, 0.8) 10%, rgba(21, 46, 85, 0.1) 50%);
  border-radius: 20px;
}
.link ul li a img:first-child {
  border-radius: 20px;
}
.link ul li a img:last-child {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.link ul li a p {
  color: #fff;
  font-weight: 700;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.1em;
  z-index: 3;
}

.section-contents {
  max-width: 1500px;
  width: 85%;
  margin: 150px auto 0;
}
@media all and (max-width: 1025px) {
  .section-contents {
    margin: 100px auto 0;
  }
}
.section-contents .section-bg {
  padding-top: 12%;
  background-image: url(../images/top/bg.svg);
  background-size: cover;
  background-position: -200px top;
}
@media all and (max-width: 1025px) {
  .section-contents .section-bg {
    background-size: contain;
    background-position: top;
  }
}

.section-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1025px) {
  .section-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-ul li {
  width: 50%;
}
@media all and (max-width: 1025px) {
  .section-ul li {
    width: 100%;
  }
}
.section-ul li:first-child {
  width: 40%;
}
@media all and (max-width: 1025px) {
  .section-ul li:first-child {
    width: 100%;
    margin-bottom: 40px;
  }
}
.section-ul li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-ul li:last-child .section-img {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.section-ul li:last-child .section-img:nth-child(even) {
  margin-right: 0;
}
.section-ul li:last-child .section-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.top-slider {
  position: relative;
  margin-top: 100px;
}
@media all and (max-width: 1025px) {
  .top-slider {
    margin-top: 120px;
  }
}
@media all and (max-width: 600px) {
  .top-slider {
    margin-top: 60px;
  }
}
.top-slider__inner {
  border-radius: 25px;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1025px) {
  .top-slider__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.slick__container {
  position: relative;
  width: calc(100% + (100vw - 100%) / 2);
  padding: 100px 0 100px 20%;
  overflow: hidden;
  background: #EFF3F8;
  border-radius: 20px;
}
.slick__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/slide_inner.png");
  background-size: contain;
  background-position: -150px center;
  background-repeat: no-repeat;
}
@media all and (max-width: 896px) {
  .slick__container::before {
    background-size: cover;
  }
}
@media all and (max-width: 1025px) {
  .slick__container {
    padding: 150px 0 100px 30px;
    margin-left: 0;
    width: calc(100% + (100vw - 100%) / 1);
  }
}

.container {
  width: min(90%, 1600px) !important;
  margin: 0 auto;
  background: #EFF3F8;
}

.top-slider__inner,
.top-benefit__inner {
  width: 100%;
}

.section-ttl-blk,
.section-txt-blk {
  margin-left: 0;
}

.slick__ttl {
  position: absolute;
  left: 5%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media all and (max-width: 1025px) {
  .slick__ttl {
    left: 3%;
    top: 5%;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: 70%;
  }
}
@media all and (max-width: 600px) {
  .slick__ttl {
    left: 8%;
  }
}
.slick__ttl p:first-child {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #C50018;
  font-weight: 600;
}
.slick__ttl p:last-child {
  font-weight: 500;
  font-size: 2.4rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
@media all and (max-width: 1025px) {
  .slick__ttl p:last-child {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.slick-slide img {
  width: 50px;
  height: 70px;
}

.slide-items li .time {
  color: #C50018;
  margin-left: 16px;
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}
.slide-items li .time::after {
  content: "";
  width: 122%;
  height: 1px;
  border-bottom: 1px dotted #C50018;
  position: absolute;
  top: 40px;
  left: 0;
}
.slide-items li .slide-txt-blk {
  padding: 30px;
  display: block;
  height: 100%;
  position: relative;
  border: 1px solid #C50018;
  background: #fff;
  border-radius: 20px;
}
.slide-items li .slide-txt-blk h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.slide-items li .slide-txt-blk p {
  font-size: 1.4rem;
}

.slide-items .slick-slide {
  margin-left: 40px;
  width: 280px;
}

.dots-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -50px;
  left: 0%;
  width: 90%;
  margin: 0 auto 0 0;
}
@media all and (max-width: 1025px) {
  .dots-class {
    width: 70%;
    left: 45%;
    bottom: -40px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 auto;
  }
}

.dots-class li {
  width: 25%;
  margin-right: 0 !important;
  height: 2px;
  background-color: #ccc;
  cursor: pointer;
  position: relative;
}
.dots-class li button {
  display: none;
}
@media all and (max-width: 1025px) {
  .dots-class li {
    width: 16% !important;
  }
}

.dots-class li::before {
  content: "";
  display: inline-block;
  background-color: #000066;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}

.dots-class li.slick-active::before {
  background-color: #000066;
  -webkit-animation: progressbar-anime 0.6s linear forwards;
          animation: progressbar-anime 0.6s linear forwards;
}

@-webkit-keyframes progressbar-anime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes progressbar-anime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.slick-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: -3.5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 10;
  font-size: 14px;
  width: 100px;
}
@media all and (max-width: 896px) {
  .slick-num {
    position: relative;
    bottom: inherit;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    font-size: 13px;
    width: auto;
  }
}
@media all and (max-width: 600px) {
  .slick-num {
    top: 6px;
  }
}

.column {
  position: absolute;
  right: 28vw;
  bottom: 140px;
  width: 220px !important;
}
@media screen and (max-width: 1500px) {
  .column {
    right: 24vw;
  }
}
@media all and (max-width: 1367px) {
  .column {
    right: 50%;
    bottom: 60px;
  }
}
@media all and (max-width: 1025px) {
  .column {
    bottom: 60px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media all and (max-width: 896px) {
  .column {
    bottom: 0;
    width: 93% !important;
    left: 47%;
  }
}
.column a {
  border-bottom: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.column a:hover {
  border-bottom: none;
  background-color: transparent;
  color: #152E55;
  text-decoration: underline;
  text-decoration-color: #0099C6;
  /* 下線の色を指定 */
}
.column a span {
  font-size: 1.5rem;
}
.column a .arrow_btn_wrap {
  width: 40px;
  height: 40px;
}
.column .btn-blue:hover {
  background: #C50018 !important;
  text-decoration: none;
}
.column .btn-blue:hover .arrow_btn_wrap.common-btn.main_c.white {
  background-color: #fff !important;
}
.column .btn-blue:hover .arrow_btn_wrap.common-btn.main_c.white .next_btn {
  background-color: #000066;
}
.column .btn-blue:hover .arrow_btn_wrap.common-btn.main_c.white .next_btn::after {
  background-color: #000066 !important;
}
.column .btn-blue:hover .arrow_btn_wrap.common-btn.main_c.white .next_btn::before {
  background-color: #000066 !important;
}

.slick-arrow-wrap {
  position: absolute;
  bottom: -160px;
  right: 25%;
}
@media all and (max-width: 1025px) {
  .slick-arrow-wrap {
    bottom: -45px;
    right: 35%;
  }
}

.slick__prev,
.slick__next {
  position: absolute;
  top: auto;
  right: 10%;
  bottom: 80px;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid gray;
  background: transparent;
  margin-right: 20%;
}
@media all and (max-width: 600px) {
  .slick__prev,
  .slick__next {
    width: 30px;
    height: 30px;
    bottom: -10px;
  }
}

.slick__prev,
.slick__next {
  border: none;
}

.slick__prev {
  right: auto;
  left: 0;
}

.slick__next {
  left: 90px;
}
@media all and (max-width: 600px) {
  .slick__next {
    left: 50px;
  }
}

.slick__prev:hover:before {
  background: url(../images/common/slide_person_btnred_prev.svg) !important;
  background-size: contain !important;
}

.slick__next:hover:before {
  background: url(../images/common/slide_person_btnred.svg) !important;
  background-size: contain !important;
}

.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick__prev:before {
  background: url(../images/common/slide_person_btnwh_prev.svg) !important;
  background-size: contain !important;
}

.slick__next:before {
  background: url(../images/common/slide_person_btnwh.svg) !important;
  background-size: contain !important;
}

.slide-items .dots-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70%;
}
@media all and (max-width: 1025px) {
  .slide-items .dots-class {
    width: 50%;
    left: 30%;
  }
}
.slide-items .dots-class li {
  height: 2px;
  background-color: #ccc;
  cursor: pointer;
  position: relative;
}
.slide-items .dots-class li button {
  display: none;
}
.slide-items .dots-class li.slick-active {
  background-color: #000;
}

.slide-items .dots-class li {
  width: 19%;
  margin-right: 0 !important;
  height: 2px;
  background-color: #ccc;
  cursor: pointer;
  position: relative;
}
.slide-items .dots-class li button {
  display: none;
}
@media all and (max-width: 1280px) {
  .slide-items .dots-class li {
    width: 17%;
  }
}
@media all and (max-width: 1025px) {
  .slide-items .dots-class li {
    width: 100%;
  }
}

.slide-items .dots-class li::before {
  content: "";
  display: inline-block;
  background-color: #000066;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}

.slide-items .dots-class li.slick-active::before {
  background-color: #000066;
  -webkit-animation: progressbar-anime 0.6s linear forwards;
          animation: progressbar-anime 0.6s linear forwards;
}

@keyframes progressbar-anime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.slick-num {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: -3.5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 10;
  font-size: 14px;
  width: 100px;
}
@media all and (max-width: 896px) {
  .slick-num {
    position: relative;
    bottom: inherit;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    font-size: 13px;
    width: auto;
  }
}
@media all and (max-width: 600px) {
  .slick-num {
    top: 6px;
  }
}