@charset "UTF-8";
/* page-hero  ================================= */
.page-hero--kokusangyu {
  background-color: #3184ae;
  background-image: url(../../../images/company/kokusangyu/hero_sp.png);
  background-position: 50% 50%;
  background-size: contain;
}

@media (min-width: 768px) {
  .page-hero--kokusangyu {
    background-image: url(../../../images/company/kokusangyu/hero_pc.png);
  }
}
.kokusangyu__lead {
  font-size: var(--fontsize-16);
  font-weight: 600;
  text-align: center;
  padding-bottom: 3.18em;
  margin-bottom: 0;
  position: relative;
}
.kokusangyu__lead::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 12px 0 12px; /* ▼ */
  border-color: currentColor transparent transparent transparent;
  margin-left: auto;
  margin-right: auto;
}

.kokusangyu__link-block {
  font-size: var(--fontsize-18);
  text-align: center;
}

.kokusangyu__link-title {
  font-weight: 500;
}

.kokusangyu__link:hover {
  color: var(--color-69472f);
}

.kokusangyu__qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
}
.kokusangyu__qr .kokusangyu__qr-image {
  width: 146px;
  height: 146px;
}

.kokusangyu__description {
  width: 100%;
  max-width: 1033px;
  font-size: var(--fontsize-14);
  background-color: #f5f4f4;
  border-radius: 10px;
  padding: 1em;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .kokusangyu__lead {
    font-size: var(--fontsize-22);
  }
  .kokusangyu__link-block {
    font-size: var(--fontsize-28);
  }
  .kokusangyu__description {
    font-size: var(--fontsize-22);
  }
}/*# sourceMappingURL=kokusangyu.css.map */