@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto_condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.lato {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* ▼▼▼ 求める人物像
======================================================*/
.read {
  margin: 77px 0 50px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .read {
    margin: 10px 0 40px;
    font-size: 16px;
  }
}

.img {
  margin-bottom: 93px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .img {
    padding: 0 30px;
    margin-bottom: 70px;
  }
}

.box {
  background: #ECF8F0;
  border-radius: 30px;
  padding: 59px 20px 40px;
  position: relative;
}
.box:not(:last-of-type) {
  margin-bottom: 73px;
}
.box .num {
  background: #0BAA74;
  border-radius: 10px;
  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;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -25px;
  left: 50%;
}
.box h2 {
  margin-bottom: 28px;
  color: #0BAA74;
  font-size: 24px;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
}
.box .txt {
  text-align: center;
  line-height: 1.88;
  letter-spacing: 0.05em;
}
.box .txt span {
  border-bottom: 2px solid currentColor;
  color: #F07F0F;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .box {
    padding: 45px 8px 35px;
  }
  .box:not(:last-of-type) {
    margin-bottom: 55px;
  }
  .box .num {
    width: 40px;
    height: 40px;
    font-size: 26px;
    top: -20px;
  }
  .box h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .box .txt {
    text-align: center;
    line-height: 1.88;
    letter-spacing: 0.05em;
  }
  .box .txt span {
    border-bottom: 1px solid currentColor;
    color: #F07F0F;
    font-weight: bold;
  }
}

.btm.top {
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  .btm.top {
    margin-top: 55px;
  }
}