@charset "UTF-8";
/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
/*　////////////////////////////////
メイン画像
//////////////////////////////////　*/
/*----- .works-first ------------------------------------*/
.works-first .works-first-title {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: clamp(35px, 23.6363636364px + 3.0303030303vw, 60px);
}
.works-first .works-first-title .top-first-logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: clamp(50px, 36.3636363636px + 3.6363636364vw, 80px);
  margin-bottom: clamp(25px, 13.6363636364px + 3.0303030303vw, 50px);
}
.works-first .works-first-title .title-inner {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: clamp(3rem, 12.4390243902px + 4.6829268293vw, 7.8rem);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  line-height: 1.3;
}
.works-first .works-first-txt {
  font-size: clamp(2.1rem, 14.7804878049px + 1.6585365854vw, 3.8rem);
  text-align: center;
  line-height: 1.5;
}

/*----- .service ------------------------------------*/
.service .service-title-area {
  background: #f3e8d5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(60px, 32.7272727273px + 7.2727272727vw, 120px) 0 clamp(60px, 32.7272727273px + 7.2727272727vw, 120px);
  -webkit-box-shadow: 0px 4px 5px 1px #b3b3b3;
          box-shadow: 0px 4px 5px 1px #b3b3b3;
  position: relative;
}
.service .service-title-area::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 40vw;
  min-width: 170px;
  height: 100%;
  background-image: url("/img/works/webp/works_bg_01.webp");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}
.service .service-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 13vw;
  padding-right: 15px;
}
.service .service-title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(2.6rem, 17.2195121951px + 2.3414634146vw, 5rem);
}
.service .wrench-border {
  width: clamp(240px, 58.1818181818px + 48.4848484848vw, 640px);
}
.service .service-title-en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.8rem, 11.7804878049px + 1.6585365854vw, 3.5rem);
}
.service .service-title-deco {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 420px;
  min-width: 100px;
  width: 18vw;
  z-index: 2;
}
.service .service-txt-contents {
  padding: clamp(50px, 27.2727272727px + 6.0606060606vw, 100px) 0;
}
.service .service-txt-contents .service-txt-01 {
  text-align: center;
  font-size: clamp(1.9rem, 17.1707317073px + 0.487804878vw, 2.4rem);
  margin-bottom: clamp(25px, 20.4545454545px + 1.2121212121vw, 35px);
}
.service .service-image {
  -webkit-box-shadow: 0px 4px 5px 1px #b3b3b3;
          box-shadow: 0px 4px 5px 1px #b3b3b3;
}

/*----- .flow ------------------------------------*/
.flow-list {
  list-style: none;
}

.flow-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #000000;
  position: relative;
}
.flow-box:not(:last-child) {
  margin-bottom: 70px;
}
.flow-box:not(:last-child)::before, .flow-box:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flow-box:not(:last-child)::before {
  z-index: 1;
  background: #e50012;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  bottom: -53px;
}
.flow-box:not(:last-child)::after {
  z-index: 2;
  background: #fff;
  width: 19px;
  height: 16px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -45px;
}
.flow-box .flow-num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #000000;
  color: #fff;
  font-size: clamp(2.8rem, 22.8780487805px + 1.3658536585vw, 4.2rem);
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  width: clamp(60px, 41.8181818182px + 4.8484848485vw, 100px);
}
.flow-box .flow-contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 0;
  padding: clamp(15px, 12.7272727273px + 0.6060606061vw, 20px) clamp(20px, 17.7272727273px + 0.6060606061vw, 25px);
  width: 100%;
}
.flow-box .flow-contents .flow-title, .flow-box .flow-contents .flow-txt {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
}
.flow-box .flow-contents .flow-title {
  font-size: clamp(2.2rem, 17.6097560976px + 1.1707317073vw, 3.4rem);
  line-height: 1.4;
}
.flow-box .flow-contents .flow-txt {
  font-size: clamp(1.7rem, 15.5365853659px + 0.3902439024vw, 2.1rem);
}

@media (min-width: 768px) {
  .flow-box .flow-contents .flow-title {
    width: 45%;
    padding-right: 20px;
  }
  .flow-box .flow-contents .flow-txt {
    width: 55%;
  }
}
/*----- .flow ------------------------------------*/
.features {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(60px, 41.8181818182px + 4.8484848485vw, 100px) 0;
  background-image: url("/img/works/webp/works_bg_02.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 1px #b3b3b3;
          box-shadow: 0px 4px 5px 1px #b3b3b3;
}
.features .features-title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(3rem, 22.6829268293px + 1.9512195122vw, 5rem);
  line-height: 1.5;
  margin-bottom: clamp(15px, 10.4545454545px + 1.2121212121vw, 25px);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}
.features .features-txt {
  text-align: center;
  font-size: clamp(2rem, 13.4146341463px + 1.756097561vw, 3.8rem);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
  line-height: 1.5;
  margin-bottom: clamp(35px, 28.1818181818px + 1.8181818182vw, 50px);
}
.features .feature-list .feature-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #fff;
  position: relative;
  -webkit-box-shadow: 6px 6px 12px -5px #000;
          box-shadow: 6px 6px 12px -5px #000;
  margin-bottom: clamp(35px, 28.1818181818px + 1.8181818182vw, 50px);
}
.features .feature-list .feature-box::before {
  content: "";
  position: absolute;
  width: clamp(50px, 45.4545454545px + 1.2121212121vw, 60px);
  height: clamp(150px, 140.9090909091px + 2.4242424242vw, 170px);
  max-height: 90%;
  background-image: url("/img/works/webp/works_wrench.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  bottom: 0;
  left: clamp(15px, 8.1818181818px + 1.8181818182vw, 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.features .feature-list .feature-box-title {
  background: #000000;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(5px, 2.7272727273px + 0.6060606061vw, 10px) 15px clamp(5px, 2.7272727273px + 0.6060606061vw, 10px) clamp(80px, 52.7272727273px + 7.2727272727vw, 140px);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(2.1rem, 14.7804878049px + 1.6585365854vw, 3.8rem);
}
.features .feature-list .feature-box-txt {
  background: #e50012;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px) 15px clamp(10px, 7.7272727273px + 0.6060606061vw, 15px) clamp(80px, 52.7272727273px + 7.2727272727vw, 140px);
}

/*----- .works-recruit ------------------------------------*/
.works-recruit .works-recruit-title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(3rem, 22.6829268293px + 1.9512195122vw, 5rem);
  text-align: center;
  margin-bottom: clamp(15px, 10.4545454545px + 1.2121212121vw, 25px);
  line-height: 1.5;
}
.works-recruit .recruit-first-txt {
  font-size: clamp(2rem, 13.4146341463px + 1.756097561vw, 3.8rem);
  text-align: center;
  line-height: 1.5;
  margin-bottom: clamp(50px, 40.9090909091px + 2.4242424242vw, 70px);
}
.works-recruit .works-recruit-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: clamp(40px, 28.6363636364px + 3.0303030303vw, 65px);
}
.works-recruit .works-recruit-contents .img-box, .works-recruit .works-recruit-contents .txt-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.works-recruit .works-recruit-contents .txt-box {
  padding: 0 clamp(15px, -5.4545454545px + 5.4545454545vw, 60px);
  width: 100%;
}
.works-recruit .works-recruit-contents .txt-box img {
  max-width: 450px;
  display: block;
  margin: 0 auto clamp(15px, 12.7272727273px + 0.6060606061vw, 20px);
}
.works-recruit .works-recruit-contents .img-box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50%;
  height: 250px;
}
.works-recruit .works-recruit-contents .img-box-01 {
  background-image: url("/img/works/webp/works_recruit_img_01.webp");
}
.works-recruit .works-recruit-contents .img-box-02 {
  background-image: url("/img/works/webp/works_recruit_img_02.webp");
}
.works-recruit .recruit-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.works-recruit .recruit-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.works-recruit .recruit-link:hover .recruit-btn, .works-recruit .recruit-link:hover .entry-btn {
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
  opacity: 1;
}
.works-recruit .recruit-link:hover .recruit-btn::before, .works-recruit .recruit-link:hover .entry-btn::before {
  height: 6px;
}
.works-recruit .recruit-link:hover .recruit-btn::after, .works-recruit .recruit-link:hover .entry-btn::after {
  width: 6px;
}
.works-recruit .recruit-link .recruit-btn, .works-recruit .recruit-link .entry-btn {
  width: clamp(150px, 13.6363636364px + 36.3636363636vw, 450px);
  height: clamp(50px, 15.9090909091px + 9.0909090909vw, 125px);
  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;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.works-recruit .recruit-link .recruit-btn::before, .works-recruit .recruit-link .recruit-btn::after, .works-recruit .recruit-link .entry-btn::before, .works-recruit .recruit-link .entry-btn::after {
  position: absolute;
  content: "";
  background: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.works-recruit .recruit-link .recruit-btn::before, .works-recruit .recruit-link .entry-btn::before {
  width: 100%;
  height: 12px;
  top: calc(100% - 1px);
  left: 0;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.works-recruit .recruit-link .recruit-btn::after, .works-recruit .recruit-link .entry-btn::after {
  width: 12px;
  height: 100%;
  left: calc(100% - 1px);
  top: 0;
  -webkit-transform: skewY(45deg);
          transform: skewY(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.works-recruit .recruit-link .recruit-btn {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(1.6rem, 9.0487804878px + 1.8536585366vw, 3.5rem);
  background: #000000;
  position: relative;
  z-index: 2;
}
.works-recruit .recruit-link .entry-btn {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2.2rem, 6.2682926829px + 4.1951219512vw, 6.5rem);
  background: #008aba;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
}
.works-recruit .recruit-link .entry-btn::before, .works-recruit .recruit-link .entry-btn::after {
  background: #004679;
}

@media (min-width: 768px) {
  .works-recruit .works-recruit-contents .img-box, .works-recruit .works-recruit-contents .txt-box {
    width: 33.33%;
  }
  .works-recruit .works-recruit-contents .img-box {
    height: auto;
  }
  .works-recruit .works-recruit-contents .txt-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .works-recruit .works-recruit-contents .img-box-01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .works-recruit .works-recruit-contents .img-box-02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .works-recruit .recruit-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .works-recruit .recruit-link:hover .recruit-btn, .works-recruit .recruit-link:hover .entry-btn {
    -webkit-transform: translate(12px, 12px);
            transform: translate(12px, 12px);
    opacity: 1;
  }
  .works-recruit .recruit-link:hover .recruit-btn::before, .works-recruit .recruit-link:hover .entry-btn::before {
    height: 12px;
  }
  .works-recruit .recruit-link:hover .recruit-btn::after, .works-recruit .recruit-link:hover .entry-btn::after {
    width: 12px;
  }
  .works-recruit .recruit-link .recruit-btn::before, .works-recruit .recruit-link .entry-btn::before {
    height: 24px;
  }
  .works-recruit .recruit-link .recruit-btn::after, .works-recruit .recruit-link .entry-btn::after {
    width: 24px;
  }
}