@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.header-nav .header-nav__item .btn.--red {
  display: none;
}

.careers-sub {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.625;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .careers-sub {
    font-size: 32px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .careers-sub {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.faq {
  margin-bottom: 150px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .faq {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    margin-bottom: 50px;
  }
}

.flow {
  padding: 150px 0;
  margin-bottom: 150px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .flow {
    padding: 100px 0;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}

.flow-wrap {
  background-color: #fff;
  border-radius: 15px;
  padding: 60px 20%;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .flow-wrap {
    padding: 50px 15%;
  }
}
@media screen and (max-width: 768px) {
  .flow-wrap {
    padding: 30px 8%;
  }
}
.flow-wrap .flow-list__wrap {
  background: url("../img/common/img_flow.svg") no-repeat center right/47% auto;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .flow-wrap .flow-list__wrap {
    background-size: 42% auto;
  }
}
@media screen and (max-width: 768px) {
  .flow-wrap .flow-list__wrap {
    background: url("../img/common/img_flow.svg") no-repeat top 15px right/40% auto;
  }
}
.flow-wrap .flow-list__wrap .flow-list {
  width: 50%;
  margin-bottom: 50px;
  counter-reset: listnum;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .flow-wrap .flow-list__wrap .flow-list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .flow-wrap .flow-list__wrap .flow-list {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flow-wrap .flow-list__wrap .flow-list .flow-list__item {
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 74px;
  min-height: 54px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.0025em;
  line-height: 1.2;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .flow-wrap .flow-list__wrap .flow-list .flow-list__item {
    padding: 0 0 0 64px;
    min-height: 48px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .flow-wrap .flow-list__wrap .flow-list .flow-list__item {
    padding: 0 0 0 54px;
    margin-bottom: 20px;
    font-size: 18px;
    min-height: 40px;
  }
}
.flow-wrap .flow-list__wrap .flow-list .flow-list__item:last-child {
  margin-bottom: 0;
}
.flow-wrap .flow-list__wrap .flow-list .flow-list__item:before {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 54px;
  border-radius: 5px;
  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;
  border: 1px solid #1374CA;
  counter-increment: listnum;
  content: counter(listnum);
  background-color: #1374CA;
  color: #fff;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .flow-wrap .flow-list__wrap .flow-list .flow-list__item:before {
    width: 48px;
    height: 48px;
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .flow-wrap .flow-list__wrap .flow-list .flow-list__item:before {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .flow-wrap .flow-text {
    line-height: 1.8;
  }
}

.recruit .recruit-text {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-text {
    font-size: 16px;
  }
}