@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_company-header.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 3.6rem;
  margin-left: 25%;
  height: 500px;
}

.page-header__inner {
  padding-top: 17%;
}

.page-header__txt {
  font-weight: 700;
  margin-left: -20%;
}

.page-header__txt--small {
  font-size: clamp(1.2rem, 3vw, 2.1rem);
}

.page-header__txt--large {
  font-size: clamp(1.4rem, 5vw, 6.2rem);
  line-height: 1.5;
}

.page-header__txt--indent {
  padding-left: clamp(1.2rem, 7vw, 8.7rem);
}

.company-info__inner {
  padding: 5.3rem 2rem 9.5rem;
}

.company-info__table {
  width: 100%;
  max-width: 1040px;
  margin: auto;
  border: 1px solid #707070;
  border-collapse: collapse;
}

.company-info__tr:not(:last-child) .company-info__th::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #707070;
  position: absolute;
  bottom: 0;
  left: 0;
}

.company-info__tr:not(:last-child) .company-info__td::after {
  content: "";
  width: 96.5%;
  height: 1px;
  background: #707070;
  position: absolute;
  bottom: 0;
  left: 0;
}

.company-info__th {
  background: #eeee;
  width: 24.4%;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #707070;
  position: relative;
}

.company-info__td, .company-info__td-line {
  font-weight: 500;
  padding: 3.5rem 2.8rem;
  position: relative;
}

.company-info__td-line {
  padding-left: 4.4rem;
  text-indent: -1.6rem;
}

.company-info__td-line--top {
  padding-bottom: 1.3rem;
  position: relative;
}

.company-info__td-line--top::after {
  content: "";
  width: 62%;
  height: 1px;
  background: #707070;
  position: absolute;
  bottom: 0;
  left: 3%;
}

.company-info__td-line--bottom {
  padding-top: 1.3rem;
  position: relative;
}

.company-info__td-line--bottom::after {
  content: "";
  width: 96.5%;
  height: 1px;
  background: #707070;
  position: absolute;
  bottom: 0;
  left: 0;
}

.company-info__td-business-list {
  margin-left: 4.7rem;
  display: inline-block;
  position: relative;
}

.company-info__td-business-list::before {
  content: "■";
  position: absolute;
  top: 0;
  left: -3.3rem;
}

.company-info__td-supplement {
  margin-left: 3rem;
  display: inline-block;
}

.company-info__td-media-list {
  margin-left: 1.7rem;
  display: inline-block;
  position: relative;
}

.company-info__td-media-list::before {
  content: "■";
  position: absolute;
  top: 0;
  left: -2rem;
}

.company-info__link {
  color: #3a3a3a;
  position: relative;
}

.sp-hidden__indent {
  padding-left: .3rem;
}

.representative {
  background: #EEEBE6;
  padding: 9rem 2rem;
}

.representative__inner {
  max-width: 1040px;
  margin: auto;
}

.representative-box {
  background: #fff;
  border: 1px solid #707070;
}

.representative-box__inner {
  padding: 4.5rem 2rem 5.5rem;
}

.representative-box-header {
  text-align: center;
  padding-bottom: 3.4rem;
}

.representative-box-header__ttl {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  color: #55360C;
  position: relative;
}

.representative-box-header__ttl::after {
  position: absolute;
  content: "";
  width: 27.3rem;
  height: 2px;
  background: #573701;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.representative-box-header__img {
  width: 25%;
  margin: auto;
  padding-top: 2.5rem;
}

.representative-box-contents {
  max-width: 743px;
  margin: auto;
  line-height: 1.2857;
  color: #55360C;
  font-weight: 500;
}

.representative-box-contents__txt {
  font-size: 1.4rem;
  font-weight: 500;
}

.representative-box-contents__txt--small-bottom {
  padding-bottom: 1rem;
}

.representative-box-contents__txt--more-small-bottom {
  padding-bottom: 0.5rem;
}

.representative-box-contents__txt--large-bottom {
  padding-bottom: 3.8rem;
}

.representative-box-contents__txt--wide-height {
  line-height: 2;
}

.representative-box-contents__txt--signature {
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 2rem;
}

.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.5rem 10rem 2.3rem;
  border: 1px solid #674A1A;
}

.message-box__link {
  color: #707070;
  text-decoration: none;
}

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

.mail-magagine {
  padding: 0 2rem;
  text-align: center;
}

.mail-magagine__txt {
  font-size: 2.1rem;
  font-weight: 700;
  padding-bottom: 1.8rem;
}

.mail-magagine-btn {
  width: 100%;
  max-width: 47.2rem;
  height: 9.7rem;
  border: 1px solid #707070;
  background: #fff;
  padding-top: 4.7rem;
  padding-bottom: 4.7rem;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.mail-magagine-btn:hover {
  background: #3a3a3a;
}

.mail-magagine-btn__link {
  font-size: clamp(1.4rem, 2vw, 2.1rem);
  font-weight: 700;
  color: #3a3a3a;
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
  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;
}

.mail-magagine-btn__link:hover {
  color: #fff;
}

@media screen and (max-width: 1050px) {
  .main {
    padding-top: 66px;
  }
  .company-info__inner {
    padding-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .page-header {
    height: 150px;
  }
  .company-info__inner {
    padding-bottom: 4rem;
  }
  .company-info__table {
    font-size: 1.3rem;
  }
  .company-info__td {
    padding: 1rem;
  }
  .company-info-td-line {
    padding: 1rem;
  }
  .company-info__td-line {
    padding: 1rem;
    text-indent: 0;
  }
  .company-info__td-business-list {
    margin-left: 2.5rem;
  }
  .company-info__td-business-list::before {
    content: "■";
    position: absolute;
    top: 0;
    left: -2.5rem;
  }
  .company-info__td-supplement {
    margin-left: 2.5rem;
  }
  .sp-hidden__indent {
    padding-left: 0;
  }
  .representative {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .representative-box-header__ttl {
    font-size: 2rem;
  }
  .representative-box-header__ttl::after {
    width: 16rem;
  }
  .representative-box-header__img {
    width: 70%;
  }
  .support-message {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .message-box__txt {
    padding: 1rem;
  }
}
/*# sourceMappingURL=company.css.map */