:root {
  --viewport-width: 100vw;
  --b: calc(var(--viewport-width) / 160);
}

@media screen and (max-width: 550px) {
  :root {
    --viewport-width: max(100vw, 550px);
    --b: calc(var(--viewport-width) / 55);
  }
}
.segment {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.js-FadeIn {
  opacity: 0;
  transform: translateY(10%);
}

#hiraya .intro {
  padding-bottom: 16rem;
  background: linear-gradient(to top, #007440 50%, #fff 50%);
}
@media screen and (max-width: 550px) {
  #hiraya .intro {
    padding-bottom: 60px;
  }
}
#hiraya .intro__inner {
  display: flex;
  align-items: center;
  margin: auto;
  background: #fff;
  border: 2px solid #007440;
}
@media screen and (max-width: 1000px) {
  #hiraya .intro__inner {
    flex-direction: column;
  }
}
#hiraya .intro__inner .textBox {
  flex: 1;
  margin: 5% 0 5% 5%;
}
@media screen and (max-width: 1000px) {
  #hiraya .intro__inner .textBox {
    margin: 5%;
  }
}
#hiraya .intro__inner .textBox b {
  display: block;
  color: #007440;
  font-size: max(2rem, 18px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 550px) {
  #hiraya .intro__inner .textBox b {
    font-size: 18px;
    letter-spacing: 0.15em;
    margin-bottom: 15px;
  }
}
#hiraya .intro__inner .textBox p {
  line-height: 2;
}
#hiraya .intro__inner .imageBox {
  position: relative;
  width: 49rem;
  align-self: end;
}
@media screen and (max-width: 1000px) {
  #hiraya .intro__inner .imageBox {
    width: 60%;
  }
}
@media screen and (max-width: 550px) {
  #hiraya .intro__inner .imageBox {
    width: 80%;
  }
}
#hiraya .intro__inner .imageBox span {
  position: absolute;
  left: 30%;
  bottom: 10%;
  font-size: max(1.2rem, 10px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 550px) {
  #hiraya .intro__inner .imageBox span {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  #hiraya .intro__inner .imageBox span {
    left: 10%;
  }
}
#hiraya .detail {
  position: relative;
  padding: 14rem 20% 13rem;
  background: #def0ea;
  border-top: 4px solid #007440;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #hiraya .detail {
    padding: 14rem 10% 13rem;
  }
}
@media screen and (max-width: 550px) {
  #hiraya .detail {
    padding: 0 5%;
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
#hiraya .detail .deco1 {
  top: 10%;
  left: 0;
  width: 42rem;
  z-index: -1;
}
@media screen and (max-width: 550px) {
  #hiraya .detail .deco1 {
    top: 0;
    width: 150px;
  }
}
#hiraya .detail .deco2 {
  bottom: 0;
  right: 0;
  width: 42rem;
  z-index: -1;
}
@media screen and (max-width: 550px) {
  #hiraya .detail .deco2 {
    width: 240px;
  }
}
#hiraya .detail p {
  display: block;
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 550px) {
  #hiraya .detail p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
#hiraya .detail p strong {
  color: #007440;
  font-size: max(2.1rem, 18px);
  font-weight: 600;
  line-height: 0;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 550px) {
  #hiraya .detail p strong {
    font-size: 18px;
  }
}
#hiraya .detail .attention {
  display: inline-block;
  font-size: max(1.2rem, 10px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 550px) {
  #hiraya .detail .attention {
    font-size: 10px;
  }
}
#hiraya .detail > img {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 550px) {
  #hiraya .detail > img {
    margin-bottom: 50px;
  }
}
#hiraya .detail > img.accent {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 550px) {
  #hiraya .detail > img.accent {
    margin-bottom: 20px;
  }
}
#hiraya .exp {
  padding-top: 11rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 550px) {
  #hiraya .exp {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
#hiraya .exp__title {
  padding: 25px 0;
  margin-bottom: 6rem;
  border-left: 6px solid #007440;
  background: linear-gradient(to right, rgba(0, 116, 64, 0.2), rgba(224, 237, 232, 0.2));
}
@media screen and (max-width: 550px) {
  #hiraya .exp__title {
    padding: 20px 0;
    margin-bottom: 50px;
  }
}
#hiraya .exp__title b {
  color: #007440;
  font-size: max(2.2rem, 14px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-left: max(5rem, 25px);
}
@media screen and (max-width: 550px) {
  #hiraya .exp__title b {
    font-size: 14px;
    margin-left: 25px;
  }
}
#hiraya .exp__detail {
  gap: max(2rem, 20px);
  display: flex;
}
@media screen and (max-width: 768px) {
  #hiraya .exp__detail {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  #hiraya .exp__detail {
    gap: 20px;
  }
}
#hiraya .exp__detail .imageBox {
  flex: 1;
}
#hiraya .exp__detail .imageBox p {
  display: block;
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: max(3rem, 20px);
}
@media screen and (max-width: 550px) {
  #hiraya .exp__detail .imageBox p {
    font-size: 14px;
    margin-top: 20px;
  }
}
#hiraya .exp__detail .imageBox p strong {
  color: #007440;
  font-size: max(2.1rem, 18px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 550px) {
  #hiraya .exp__detail .imageBox p strong {
    font-size: 18px;
  }
}/*# sourceMappingURL=hiraya.css.map */