@charset "UTF-8";
.font-mincho {
  font-family: "ヒラギノ明朝", "Hiragino Mincho Pro", "Hiragino Mincho ProN", serif;
  letter-spacing: 0.1em;
}

.c-ttl-primary {
  font-size: 45px;
  display: grid;
  line-height: 1.2;
}
.c-ttl-primary.center {
  text-align: center;
}
.c-ttl-primary strong {
  font-size: 1em;
}
.c-ttl-primary strong.small {
  font-size: 0.6em;
}
.c-ttl-primary small {
  font-size: 0.3111em;
}

.sec03 {
  margin-top: 100px;
  overflow: hidden;
}
.sec03 .h2-zigzag {
  letter-spacing: 1em;
}
.sec03__inner {
  background: url(../../images/humantech/shape01.png) no-repeat right top/59.5rem, radial-gradient(circle at -100% -150%, #0bd9f4, #0bd9f4 50%, #0bd9f4 55%, #003e92 75%);
  padding: 62px 0 96px;
  border-radius: 20px;
}
.sec03 .c-ttl-primary {
  color: #fff;
}
.sec03 .big-ttl {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.sec03__frame {
  padding: 43px 100px 0;
  display: grid;
  row-gap: 40px;
}
.sec03 .modal-btn-wrap {
  margin-top: 10px;
}
.sec03 .modal-btn-wrap.column-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.sec03 .modal-btn {
  position: relative;
  height: 116px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ffffff;
  border-radius: 8px;
  font-size: 27px;
  line-height: 1.5;
  transition: 0.3s;
  cursor: pointer;
}
.sec03 .modal-btn:hover {
  opacity: 0.7;
}
.sec03 .modal-btn .btn-arrow {
  width: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.sec03__bnr {
  margin-top: 50px;
  width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.c-inner.wrapper {
  background: url(../../images/humantech/bg.png) no-repeat center center/cover;
  padding: 113px 0 120px;
}/*# sourceMappingURL=humantech.css.map */