@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_request-header.jpg) no-repeat 50% 50%;
  background-size: cover;
  margin-bottom: 40px;
  height: 500px;
}

.page-header__inner {
  padding: 13.5% 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, 6.4rem);
  color: #fff;
  line-height: 1;
}

.page-header__txt--small {
  font-size: clamp(1.4rem, 5vw, 2.1rem);
  color: #fff;
  margin-top: 1.2%;
}

.consulting-form-guidance {
  background: url(http://test1.uplitydesign.com/wp-content/uploads/bg_request1.jpg) no-repeat 50% 50%;
  background-size: cover;
  max-width: 1015px;
  margin: auto;
}

.consulting-form-guidance__inner {
  padding: 10px 20px 0 20px;
}

.consulting-form-guidance__txt-wrapper {
  max-width: 960px;
  margin: auto;
  padding-top: 18px;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 28px;
}

.consulting-form-guidance__txt-wrapper > p {
  font-weight: 500;
}

.consulting-form-guidance__txt-wrapper > p:nth-child(2) {
  font-weight: 400;
  padding: 27px 10px;
  margin: 40px 7.5% 27px 7.5%;
  background-color: rgba(87, 55, 1, 0.1);
}

.consulting-form-guidance__txt-wrapper > p:nth-child(3) {
  padding-bottom: 25px;
}

.consulting-form-guidance__link {
  text-decoration: none;
  color: #3a3a3a;
}

.consulting-form-guidance__link:hover {
  text-decoration: underline;
}

.theme-example {
  margin-top: 83px;
  padding: 0 2rem;
}

.theme-example__inner {
  max-width: 1015px;
  margin: auto;
}

.theme-example__ttl {
  color: #243381;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  position: relative;
}

.theme-example__ttl::after {
  position: absolute;
  content: "";
  background: #243381;
  width: 46%;
  height: 3px;
  bottom: -7px;
  left: 0;
}

.theme-example__list {
  padding-left: 0;
  margin-top: 22px;
}

.theme-example__item {
  list-style-type: none;
  font-weight: 700;
  padding-left: 21px;
  margin-bottom: 18px;
  position: relative;
}

.theme-example__item::before {
  content: "";
  position: absolute;
  background: #4C300B;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 0;
}

.mail-box {
  padding: 0 20px;
  margin: 80px auto 82px;
}

.mail-box__inner {
  border: 1px solid #674A1A;
  max-width: 1015px;
  margin: auto;
}

.mail-box__txt {
  font-size: 1.4rem;
  line-height: 1.4285;
  font-weight: 500;
  color: #707070;
  padding: 27px 29px 25px 35px;
}

.mail-box__center-txt {
  background: #EAE7E2;
  max-width: 86%;
  margin: 13px auto 0;
  padding: 31px 0 30px;
  text-align: center;
}

.mail-box__link {
  text-decoration: none;
  color: #707070;
  font-weight: 700;
}

.mail-box__link:hover {
  text-decoration: underline;
}

.contact {
  padding: 0 2rem;
}

.contact__inner {
  max-width: 1000px;
  margin: auto;
}

.contact .btn-box {
  text-align: center;
}

.contact .btn-item {
  background: #55360C;
  width: 350px;
  height: 90px;
  border: none;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

.contact .btn-item:hover {
  background: #fff;
  border: 1px solid #55360C;
}

.contact .btn-item:hover .btn-item__link {
  color: #55360C;
}

.contact .btn-item__link {
  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;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 100%;
}

.contact {
  padding: 0 20px;
  margin-bottom: 90px;
}

.contact__img {
  width: 40%;
  margin: 0 auto 80px;
}

@media screen and (max-width: 480px) {
  .page-header {
    height: 150px;
  }
  .main {
    padding-top: 66px;
  }
  .theme-example {
    margin-top: 40px;
  }
  .mail-box__txt {
    padding: 15px;
  }
  .mail-box__center-txt {
    max-width: 100%;
    margin: 10px auto;
  }
  .theme-example__ttl {
    font-size: 1.8rem;
  }
  .theme-example__ttl::after {
    width: 100%;
    bottom: -11px;
  }
  .contact__img {
    width: 80%;
    margin-bottom: 30px;
  }
  .contact .btn-item {
    width: 80%;
    height: 65px;
  }
}
/*# sourceMappingURL=request.css.map */