﻿.hk-businesspage {
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}
#business-hero > .hk-sec-title {
  margin-bottom: 6rem;
}
.hk-biz__headline {
  margin: 0 auto 1.5rem;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #7fa3a3;
  font-size: clamp(2.2rem, 4.2vw, 4.5rem);
  line-height: 1.25;
  letter-spacing: .02em;
}
.hk-biz__lead {
  margin: 0 auto;
  text-align: center;
  color: #6b8f8f;
  font-size: 1.375rem;
  line-height: 2;
  max-width: 62rem;
}
.hk-sec-title {
  color: #7fa3a3;
  margin: 0 0 1.5rem;
}
.hk-sec-title__en {
  display: block;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: .06em;
}
.hk-sec-title__ja {
  display: block;
  margin-top: .75rem;
  font-size: 1.5rem;
  line-height: 1.3;
}
.hk-biz__texts {
  margin-top: 6rem;
}
.biz-sec {
  max-width: 90rem;
  margin: 0 auto;
  padding: 2rem 1.5rem 3rem;
}
.biz-sec__grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 2rem 3rem;
  align-items: center;
}
.biz-title {
  margin: 0 0 1rem;
  color: #7fa3a3;
  font-family: "Shippori Mincho", serif;
  font-size: 2.6rem;
  line-height: 1.25;
  letter-spacing: .02em;
}
.biz-lead {
  margin: 0 0 1.75rem;
  color: #6b8f8f;
  font-size: 1.125rem;
  line-height: 1.9;
}
.biz-thumb {
  position: relative;
  display: block;
}
.biz-thumb img {
  width: 100%;
  display: block;
}
.biz-thumb .biz-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  z-index: 1;
}
.biz-thumb .biz-play::before, .biz-thumb .biz-play::after {
  content: "";
  position: absolute;
}
.biz-thumb .biz-play::before {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  border: .25rem solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .15);
  transition: transform .25s ease;
}
.biz-thumb .biz-play::after {
  width: 0;
  height: 0;
  border-left: 1.1rem solid rgba(255, 255, 255, .95);
  border-top: .7rem solid transparent;
  border-bottom: .7rem solid transparent;
  transform: translateX(.15rem);
}
.biz-thumb:hover .biz-play::before {
  transform: scale(1.05);
}
.biz-btn {
  display: inline-block;
  color: #7fa3a3;
  text-decoration: none;
}
.biz-btn__row {
  display: inline-flex;
  align-items: center;
  gap: .9rem;
}
.biz-btn__text {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: .04em;
}
.biz-btn__pill {
  --w: 7.8rem;
  --h: 4.2rem;
  --bd: .22rem;
  position: relative;
  width: var(--w);
  height: var(--h);
  border: var(--bd) solid #7fa3a3;
  border-radius: 999px;
  flex: 0 0 var(--w);
  transition: transform .2s ease;
}
.biz-btn__pill::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18%;
  right: 24%;
  height: .22rem;
  background: #7fa3a3;
  transform: translateY(-50%);
}
.biz-btn__pill::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18%;
  width: 1.25rem;
  height: 1.25rem;
  transform: translateY(-50%) rotate(45deg);
  border-right: .22rem solid #7fa3a3;
  border-top: .22rem solid #7fa3a3;
}
.biz-btn__underline {
  display: block;
  height: .2rem;
  background: #7fa3a3;
  margin-top: .6rem;
  transition: transform .2s ease;
}
.biz-btn__tag {
  display: block;
  margin-top: .4rem;
  color: #7fa3a3;
  font-size: 1.05rem;
}
.biz-btn:hover .biz-btn__pill {
  transform: translateX(.2rem);
}
.biz-btn:hover .biz-btn__underline {
  transform: translateX(.2rem);
}
.biz-sec__grid {
  margin: 50px 0;
  grid-template-columns: var(--col-left, 1.25fr) var(--col-right, 1fr);
}
.biz-sec--rev {
  --col-left: 1fr;
  --col-right: 1.25fr;
}
.biz-sec .biz-thumb {
  width: 100%;
  justify-self: stretch;
}
.biz-sec .biz-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.biz-sec--rev .biz-thumb {
  justify-self: stretch;
}
@media (max-width: 64rem) {
  .biz-sec__grid {
    grid-template-columns: 1fr;
  }
  .biz-title {
    font-size: 2.1rem;
  }
  .biz-btn__text {
    font-size: 1.9rem;
  }
  .biz-btn__pill {
    --w: 9rem;
    --h: 4rem;
  }
}
.fade-in {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}
.fade-in.active {
  opacity: 1;
  transform: translateY(0);
}
.biz-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .6);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  z-index: 100;
}
.biz-modal.is-open {
  display: flex;
}
.biz-modal__inner {
  position: relative;
  width: min(64rem, 92vw);
  background: #000;
  border-radius: .5rem;
  overflow: hidden;
}
.biz-modal__player {
  width: 100%;
  height: auto;
  display: block;
}
.biz-modal__close {
  position: absolute;
  top: .5rem;
  right: .75rem;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  background: transparent;
  border: 0;
  cursor: pointer;
}
@media (max-width: 480px) {
  .hk-sec-title__en {
    display: block;
    font-family: "Dela Gothic One", sans-serif;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: .06em 2.4px;
  }
  .biz-title {
    font-size: 1.9rem;
    font-weight: bolder;
    .hk-biz__lead {
      margin: 0 auto;
      text-align: center;
      color: #6b8f8f;
      font-size: 1.2rem;
      line-height: 2;
      max-width: 62rem;
    }
  }