@charset "utf-8";

.feature-s {
    width: 100%;
    background-color: #193850;
    padding-top:11vw;
}

.feature_thumb {
    color:#fff;
}
.feature-s .feature-list .text {
  color: #fff;
  margin: auto;
}
.feature-s .item {
  justify-content: center;
  display: grid;
  color: #fff;
  padding-bottom: 4vw;
}

@media screen and (min-width: 768px) {
  .feature-s .text {
    width: 700px;
    display: flex;
    padding: 3rem 1.5rem 0 0;
    margin-bottom: 5rem;
  }
  .no_newline {
    white-space: nowrap;
  }

  .feature-s .text-box p {
    padding-right:2rem;
  }

  .feature_thumb {
    width: 63.81vh;
    margin: auto;
  }

  .feature-s .head {
    color:#fff;
    font-size: 18px;
    padding: 0 170px;
    margin-top:2.5vw;
    position: absolute;
  }
  .feature-s .feature-list .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .feature-s .text .num {
    font-size: 80px;
    padding-right: 20px;
    font-weight: 100;
    font-family: "Marcellus", sans-serif;
    line-height: 1;
    display: block;
  }
  .feature-s .text .text-box .title {
    line-height: 1.5;
    margin-bottom: 1rem;
    font-size: 30px;
    font-weight: 100;
    font-family: "NotoSerifJP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, sans-serif;
  }
}  