@charset "UTF-8";
/* カラー
──────────────────────────────────────── */
@media screen and (min-width: 1050px) {
  .pc-hidden {
    display: none;
  }
}

@media screen and (max-width: 1050px) {
  .sp-hidden {
    display: none;
  }
}

/* テキスト
──────────────────────────────────────── */
.txt-red {
  color: #BF0E0D;
}

/* 余白と配置
──────────────────────────────────────── */
/* 流用パーツ
──────────────────────────────────────── */
.page-header {
  background: url(http://test1.uplitydesign.com/wp-content/uploads/bg_success-story-header.jpg) no-repeat 50% 50%;
  background-size: cover;
  margin-bottom: 40px;
  height: 500px;
}

.page-header__inner {
  padding: 16.2% 2% 4% 2%;
}

.page-header__txt {
  font-weight: 700;
  padding-bottom: 11.5%;
  margin-left: 8.5%;
}

.page-header__txt--large {
  font-size: clamp(1.4rem, 5vw, 4.8rem);
  color: #fff;
}

.success-story {
  padding: 0 2rem;
}

.success-story__inner {
  max-width: 960px;
  margin: auto;
}

.success-story__txt {
  font-weight: 700;
  text-align: center;
}

.success-story__ttl {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  padding-top: 42px;
}

.success-story-box {
  margin-top: 39px;
}

.success-story-item {
  border-bottom: 1px solid #707070;
  max-width: 1013px;
  margin: auto;
  margin-bottom: 87px;
  padding-bottom: 7px;
}

.success-story-item:last-child {
  margin-bottom: 92px;
}

.success-story-item__ttl {
  color: #55360C;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 36px;
  color: #55360C;
}

.success-story-item__ttl::after {
  content: "";
  background-color: #55360C;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 56.5%;
}

.success-story-item__outcome {
  font-size: 2rem;
  font-weight: 500;
  color: #BF0E0D;
}

.success-story-item__txt {
  line-height: 1.875;
  padding-left: 3.5%;
  padding-top: 25px;
}

.success-story-item__img {
  width: 21.6%;
  padding-top: 35px;
  margin-bottom: 23px;
}

.support {
  background: #EAE7E2;
  padding: 97px 2rem 90px;
}

.support__inner {
  max-width: 945px;
  margin: auto;
  text-align: center;
}

.support__img {
  width: 63%;
  margin: auto;
  padding-bottom: 24px;
}

.support__ttl {
  font-weight: 700;
  color: #674A19;
  font-size: 1.6rem;
  margin-bottom: 20px;
  position: relative;
}

.support__ttl::before {
  content: "＼";
  position: absolute;
  bottom: 0;
  left: 8.5%;
}

.support__ttl::after {
  content: "／";
  position: absolute;
  bottom: 0;
  right: 8.5%;
}

.support__txt {
  color: #707070;
  font-weight: 500;
  line-height: 1.875;
}

.support-message {
  background: #fff;
  padding: 9rem 2rem;
}

.message-box__item {
  max-width: 960px;
  margin: auto;
}

.message-box__ttl {
  font-size: 1.4rem;
  line-height: 1.8571;
  color: #fff;
  font-weight: 700;
  padding: 1.3rem;
  background: #674A19;
  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;
}

.message-box__txt {
  font-size: 1.4rem;
  line-height: 2.2;
  color: #707070;
  font-weight: 500;
  padding: 2.3rem 18.3rem 2.3rem;
  border: 1px solid #674A1A;
}

@media screen and (max-width: 1050px) {
  .main {
    padding-top: 66px;
  }
  .success-story-box {
    margin-top: 3rem;
  }
  .success-story-item {
    margin-bottom: 6rem;
  }
  .success-story__ttl {
    text-align: center;
  }
  .success-story-item__txt {
    padding-left: 0;
  }
  .success-story-item {
    padding-bottom: 30px;
  }
  .message-box__txt {
    padding: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .page-header {
    height: 150px;
  }
  .success-story__ttl {
    font-size: 20px;
  }
  .support {
    padding: 40px 2rem;
  }
  .support__img {
    width: 80%;
  }
}
/*# sourceMappingURL=success-story.css.map */