@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


    recruit


============================================================================= */
.main {
  background: #fff;
}

.submv {
  background: transparent url(../asset/images/recruit/mv.jpg) no-repeat top center/cover;
}

.recruit,
.pageheader {
  background: #202020;
  color: #fff;
}

.recruit {
  position: relative;
}

.recruit-contents {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 1180px;
}

.recruit-content {
  background: #fff;
  color: #202020;
  padding: 40px 50px;
  position: relative;
  width: calc(50% - 20px);
  z-index: 1;
}

.recruit-content:before {
  background: #f5efc8;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  content: "";
  height: 30%;
  left: 0;
  position: absolute;
  top: 0;
  width: 30%;
  z-index: -1;
}

.recruit-job {
  color: #b20026;
  font-size: clamp(2rem, calc(1.8rem + (0.625vw * 1)), 3rem);
  font-weight: bold;
}

.recruit-ttl {
  font-size: clamp(3rem, calc(2.8rem + (0.625vw * 1)), 4rem);
  font-weight: bold;
}

.recruit-img {
  margin-top: 20px;
}

.recruit-img img {
  width: 100%;
}

.recruit-txt {
  font-size: 2rem;
  margin-top: 1em;
}

/* =============================================================================


     job


============================================================================= */
.job {
  background: #202020;
  color: #fff;
  padding: 160px 0 0;
}

.job-contents {
  margin-left: auto;
  margin-right: auto;
  margin-top: 68px;
  max-width: 1080px;
}

.job-contents + .job-contents {
  margin-top: 80px;
}

.job-contents-ttl {
  font-size: clamp(3rem, calc(2.8rem + (0.625vw * 1)), 4rem);
  font-weight: bold;
}

.job-list {
  margin-top: 20px;
}

.job-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  padding: 1em 0;
}

.job-item dt {
  font-weight: bold;
  min-width: 8em;
  width: 8em;
}

.job-item dd {
  font-size: 1.6rem;
}

/* =============================================================================


     .contact


============================================================================= */
.contact {
  background: #202020;
  color: #fff;
  padding: 150px 0;
  position: relative;
}

.contact:before {
  background: url(../asset/images/recruit/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 50%;
  opacity: 0.25;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.contact-contents {
  text-align: center;
}

.contact-txt {
  font-size: 1.8rem;
  margin-top: 20px;
  text-align: center;
}

.contact-telboxes {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-telbox {
  background: #fff;
  border-radius: 20px;
  color: #202020;
  display: inline-block;
  margin-top: 80px;
  padding: 60px;
  width: calc(50% - 10px);
}

.contact-teltxt {
  font-size: clamp(2rem, calc(1.8rem + (0.625vw * 1)), 3rem);
  font-weight: 900;
  text-align: center;
}

.contact-teltxt span {
  font-size: clamp(2.8rem, calc(2.6rem + (0.625vw * 1)), 3.8rem);
}

.contact-tel-content {
  margin-top: 20px;
}

.contact-telhead {
  color: #b20026;
  font-size: clamp(2rem, calc(1.8rem + (0.625vw * 1)), 3rem);
  font-weight: bold;
}

.contact-tellink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Oswald", sans-serif;
  font-size: clamp(3rem, calc(2.8rem + (0.625vw * 1)), 4rem);
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contact-tellink:hover {
  opacity: 0.7;
}

.contact-tellink span.tel {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: clamp(5rem, calc(4.8rem + (0.625vw * 1)), 6rem);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.2;
  padding-left: 0.5em;
}

.contact-tellink span.tel span {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.tel-txt {
  margin-top: 0.25em;
}

@media (max-width: 1228px){
  .recruit-content {
    padding: 32px 30px;
  }
  .recruit-job {
    font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
  }
  .recruit-ttl {
    font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  }
  .recruit-txt {
    font-size: 1.8rem;
  }
  .job {
    padding-top: 120px;
  }
  .job-contents-ttl {
    font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  }
  .contact {
    padding: 120px 0;
  }
  .contact-telboxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-telbox {
    width: calc(80% - 10px);
  }
}

@media (max-width: 767px){
  .recruit-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit-content {
    width: 100%;
  }
  .recruit-job {
    font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
  }
  .recruit-ttl {
    font-size: clamp(2rem, calc(1.8rem + (0.625vw * 1)), 3rem);
  }
  .recruit-txt {
    font-size: 1.6rem;
  }
  .job {
    padding-top: 80px;
  }
  .job-contents + .job-contents {
    margin-top: 60px;
  }
  .job-contents {
    margin-top: 40px;
  }
  .job-contents-ttl {
    font-size: clamp(2rem, calc(1.8rem + (0.625vw * 1)), 3rem);
  }
  .job-item {
    font-size: 1.5rem;
  }
  .job-item dd {
    font-size: 1.2rem;
  }
  .contact {
    padding: 80px 0;
  }
  .contact-txt {
    font-size: 1.4rem;
  }
  .contact-telbox {
    margin-top: 40px;
    padding: 20px;
    width: 100%;
  }
  .contact-teltxt {
    font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
  }
  .contact-teltxt span {
    font-size: clamp(2.2rem, calc(2rem + (0.625vw * 1)), 3.2rem);
  }
  .contact-telhead {
    font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
  }
  .contact-tellink {
    font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  }
  .contact-tellink span.tel span {
    font-size: 1.6rem;
  }
  .contact-tellink span.tel {
    font-size: clamp(3.4rem, calc(3.2rem + (0.625vw * 1)), 4.4rem);
  }
}


/*# sourceMappingURL=recruit.css.map*/