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


     追加


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


   benefit


============================================================================= */
.pageheader {
  background: #e5e5e5;
}

.pageheader-txt {
  font-size: 2rem;
  line-height: 2;
}
.pageheader-txt span {
  font-size: 3rem;
}

.benefit {
  position: relative;
}
.benefit::before {
  background: #e5e5e5;
  content: "";
  height: 300px;
  left: 50%;
  position: absolute;
  top: 140px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}

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

.benefit-item {
  background: #005fae;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  position: relative;
}
.benefit-item:before {
  background: #e5e5e5;
  bottom: 10px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  height: 45px;
  position: absolute;
  right: 10px;
  width: 45px;
}
.benefit-item:nth-of-type(2n) {
  background: #e5e5e5;
  color: #231815;
}
.benefit-item:nth-of-type(2n) .benefit-num,
.benefit-item:nth-of-type(2n) .benefit-item-ttl {
  color: #005fae;
}
.benefit-item:nth-of-type(2n):before {
  background: #005fae;
}

.benefit-txtbox {
  width: 100%;
}

.benefit-num {
  font-size: 8rem;
  line-height: 1;
  min-width: 2em;
}

.benefit-item-ttl {
  font-size: 4rem;
}

.benefit-item-item {
  font-size: 2.4rem;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}

.career {
  margin-top: 50px;
  position: relative;
}

.career-img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1400px;
}

.career-ttl {
  font-size: 5rem;
  text-align: center;
}

.career-txt {
  font-size: 3rem;
  margin-top: 20px;
  text-align: center;
}
.career-txt span {
  color: #005fae;
  font-size: 3.6rem;
}

.job-container {
  margin: 100px auto;
}

.job-head {
  text-align: center;
}

.job-head-en {
  color: #ff684e;
  font-size: 3rem;
  opacity: 0.8;
}

.job-head-txt {
  font-size: 6rem;
}

.job-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}

.job-content-box {
  width: calc(100% - 200px);
}

.job-content-head {
  aspect-ratio: 1/1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ff684e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 162px;
}

.job-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #ff684e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.5em;
}
.job-item._new {
  border-bottom: none;
}
.job-item._new + .job-item._new {
  margin-top: 40px;
}
.job-item + .job-item {
  margin-top: 1em;
}

.job-type-ttl {
  background: #ff684e;
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  padding: 10px;
}

.job-type-txt {
  font-size: 1.8rem;
  line-height: 2;
  margin: 20px 0;
}

.job-item-ttl {
  display: inline-block;
  font-size: 2.4rem;
}
.job-item-ttl._new {
  border-bottom: 1px solid #ff684e;
}

.job-item-txtbox {
  font-size: 2rem;
  margin-top: 0.25em;
  width: calc(100% - 12em);
}
.job-item-txtbox .sp {
  margin: 0 1em;
}
.job-item-txtbox span {
  display: inline-block;
}

.job-ttlbox {
  position: relative;
  z-index: 1;
}
.job-ttlbox::before {
  background: #e5e5e5;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}

.btn {
  max-width: 340px;
}

.job-iconlist {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.job-iconlist img {
  display: inline-block;
  margin-right: 10px;
  width: 35px;
}

.job-links {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.job-link {
  gap: 10px;
  background: #005fae;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.6rem;
  padding: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.job-link:hover {
  opacity: 0.7;
}
.job-link img {
  display: inline-block;
  width: 35px;
}
.job-link span {
  margin-right: 20px;
}
@media (max-width: 1128px){
  .pageheader-txt span {
    font-size: 2.4rem;
  }
  .benefit-num {
    font-size: 6rem;
  }
  .benefit-item-ttl {
    font-size: 3rem;
  }
  .benefit-item-item {
    font-size: 2rem;
  }
  .career-img {
    width: 110%;
  }
  .career-ttl {
    font-size: 3rem;
  }
  .career-txt {
    font-size: 2.4rem;
  }
  .career-txt span {
    font-size: 2.8rem;
  }
  .job-head-en {
    font-size: 2.4rem;
  }
  .job-head-txt {
    font-size: 4rem;
  }
  .job-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .job-content-box {
    width: 100%;
  }
  .job-content-head {
    font-size: 3rem;
    margin: auto;
    margin-bottom: 40px;
  }
  .job-type-ttl {
    font-size: 2rem;
  }
  .job-item-ttl {
    font-size: 2rem;
  }
  .job-iconlist {
    font-size: 1.8rem;
  }
  .job-link {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px){
  .pageheader-txt {
    font-size: 1.6rem;
  }
  .pageheader-txt span {
    font-size: 2rem;
  }
  .benefit::before {
    top: 70px;
  }
  .benefit-item {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 28px 24px;
  }
  .benefit-item:before {
    height: 28px;
    width: 28px;
  }
  .benefit-num {
    font-size: 4rem;
  }
  .benefit-item-ttl {
    font-size: 2rem;
  }
  .benefit-item-item {
    font-size: 1.6rem;
  }
  .career-ttl {
    font-size: 2.2rem;
  }
  .career-txt {
    font-size: 1.8rem;
  }
  .career-txt span {
    font-size: 2.2rem;
  }
  .job-container {
    margin: 60px auto;
  }
  .job-head-en {
    font-size: 2rem;
  }
  .job-head-txt {
    font-size: 2.4rem;
  }
  .job-content {
    margin-top: 40px;
  }
  .job-content-head {
    font-size: 2.2rem;
    height: 120px;
    width: 120px;
  }
  .job-item {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .job-type-ttl {
    font-size: 1.6rem;
    text-align: center;
  }
  .job-type-txt {
    font-size: 1.4rem;
  }
  .job-item-ttl {
    font-size: 1.8rem;
    margin: auto;
    text-align: center;
  }
  .job-item-txtbox span {
    display: inline;
  }
  .job-item-txtbox {
    font-size: 1.4rem;
    margin: auto;
    width: auto;
  }
  .job-ttlbox::before {
    top: 15px;
  }
  .job-iconlist {
    font-size: 1.4rem;
  }
  .job-iconlist img {
    margin-right: 5px;
    width: 20px;
  }
  .job-link {
    font-size: 2.2rem;
  }
  .job-link img {
    width: 20px;
  }
}

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