/* ---------------------------------------------
  company
  --------------------------------------------- */
.c-btn--border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 498px;
  height: 85px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: 1px solid #84654A;
  border-radius: 100px;
  color: #84654A;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 719px) {
  .c-btn--border {
    font-size: 15px;
    font-weight: 500;
    height: 60px;
  }
}
.c-btn--border::after {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  -webkit-mask-image: url("https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/common/ico_arrow.svg");
          mask-image: url("https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/common/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #84654A;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 719px) {
  .c-btn--border::after {
    width: 12px;
    height: 9px;
    right: 30px;
  }
}
.c-btn--border:hover {
  background-color: #84654A;
  color: #fff;
}
.c-btn--border:hover::after {
  background-color: #fff;
}

.p-company {
  margin-top: 60px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 719px) {
  .p-company {
    margin-top: 30px;
    margin-bottom: 100px;
  }
}
.p-company .lead {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 10px;
}
@media only screen and (max-width: 719px) {
  .p-company .lead {
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    padding-right: 10px;
  }
  .p-company .lead + p {
    line-height: 1.6;
  }
}
.p-company .c-section-ttl {
  margin: 70px 0 36px;
}
@media only screen and (max-width: 719px) {
  .p-company .c-section-ttl {
    margin: 50px 0 10px;
  }
}
.p-company .c-table + .c-section-ttl {
  margin-bottom: 10px;
}
.p-company p {
  letter-spacing: 0;
}
@media only screen and (max-width: 719px) {
  .p-company p {
    letter-spacing: 0.06em;
  }
}
.p-company__block {
  margin-top: 50px;
}
@media only screen and (max-width: 719px) {
  .p-company__block {
    margin-top: 30px;
  }
}
.p-company__block:first-of-type {
  margin-top: 30px;
}
@media only screen and (max-width: 719px) {
  .p-company__block:first-of-type {
    margin-top: 20px;
  }
}
.p-company__block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding-left: 30px;
}
@media only screen and (max-width: 1028px) {
  .p-company__block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 1028px) and (max-width: 719px) {
  .p-company__block__inner {
    padding-left: 0;
  }
  .p-company__block__inner .c-btn--border {
    max-width: 100%;
  }
}
.p-company__block .c-ttl__box {
  margin-bottom: 30px;
}
@media only screen and (max-width: 719px) {
  .p-company__block .c-ttl__box {
    margin-bottom: 10px;
  }
}
.p-company__block p {
  font-size: 17px;
  line-height: 1.5;
}
@media only screen and (max-width: 719px) {
  .p-company__block p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-company__block p a {
  border-bottom: 0.5px solid #482E12;
}