@charset "UTF-8";

/* ========================================
   Business Page Styles
======================================== */
.s-lower-content[data-page="business"] {
  --color-step-1: #F4F4F4;
  --color-step-2: #EAEAEA;
  --color-step-3: #DEDEDE;

  --step-arrow-to-right: polygon(100% 50%, 0 100%, 0 0);
  --step-arrow-to-bottom: polygon(50% 100%, 0 0, 100% 0);

  color: var(--color-text-default);
}
.s-lower-content[data-page="business"] .lower-navigation--link {
  height: 1.3em;
}
.s-lower-content[data-page="business"] .c-text-section-heading {
  font-family: var(--font-ja);
  font-weight: 900;
}
.s-lower-content[data-page="business"] .lower-heading-area__sub-title {
  font-weight: var(--fw-regular);
  line-height: 2.2;
}
.p-business__section {
  position: relative;
}
.p-business__section:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--space-padding-l);
  width: calc(100% - (var(--space-padding-l) * 2));
  height: 1px;
  background-color: var(--color-black);
}
.p-business__service-step {
  display: grid;
}
.p-business__service-step-item {
  display: grid;
  list-style-type: none;
}
.p-business__service-step-item:nth-of-type(1) {
  --color-step: var(--color-step-1);
}
.p-business__service-step-item:nth-of-type(2) {
  --color-step: var(--color-step-2);
}
.p-business__service-step-item:nth-of-type(3) {
  --color-step: var(--color-step-3);
}
.p-business__service-step-label {
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: var(--fw-bold);
  background-color: var(--color-step);
}
.p-business__service-step-item:not(:last-of-type) .p-business__service-step-label::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: var(--step-arrow-width);
  height: var(--step-arrow-height);
  z-index: 1;
  background-color: var(--color-step);
}
.p-business__service-step-list {
  display: flex;
  flex-direction: column;
}
.p-business__service-step-list li {
  position: relative;
}
.p-business__service-step-list li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: calc(var(--marker-offset, 0) * -1);
  background-color: currentColor;
  border-radius: 50%;
}
.p-business__brand {
  position: relative;
}
.p-business__brand::before,
.p-business__brand-movie {
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-business__brand::before {
  content: "";
  z-index: -1;
  background-color: var(--color-black);
  opacity: 0.6;
}
.p-business__brand-movie {
  z-index: -2;
  object-fit: cover;
}
.p-business__brand-inner {
  display: grid;
}
.p-business__brand-step {
  --step-arrow-width: 1.215rem;

  display: flex;
  align-items: center;
}
.p-business__brand-step li {
  position: relative;
  display: grid;
  place-items: center;
  flex: 1 1 auto;
  height: 2.4rem;
  font-family: var(--font-ja);
  text-align: center;
  font-weight: var(--fw-bold);
  background-color: var(--color-step);
}
.p-business__brand-step li:nth-of-type(1) {
  --color-step: var(--color-step-1);
}
.p-business__brand-step li:nth-of-type(2) {
  --color-step: var(--color-step-2);
}
.p-business__brand-step li:nth-of-type(3) {
  --color-step: var(--color-step-3);
}
.p-business__brand-step li:not(:first-of-type) {
  padding-left: var(--step-arrow-width);  
}
.p-business__brand-step li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: inline-block;
  width: var(--step-arrow-width);
  height: 100%;
  background-color: var(--color-step);
  clip-path: var(--step-arrow-to-right);
}
.p-business__brand-detail {
  display: grid;
  grid-template-columns: 100%;
  color: var(--color-white);
}
.p-business__brand-heading {
  font-family: var(--font-degular);
  font-weight: var(--fw-semibold);
}
.p-business__brand-heading--ja {
  font-family: var(--font-ja);
}
.p-business__brand-text {
  line-height: 2.2;
}
.p-business__count-grid {
  display: grid;
  font-family: var(--font-degular);
  font-weight: var(--fw-black);
  color: var(--color-white);
}
.p-business__count-grid .card-item {
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
  background-color: var(--color-black);
}
.p-business__count-grid .card-image__inner {
  height: 100%;
}
.p-business__count-grid .card-body {
  position: absolute;
  left: 2.5rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  line-height: 0.9;
}
.p-business__count-grid .item-inner {
  width: 100%;
  height: 100%;
}
.p-business__count-grid .item-image {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
[data-card-type="case"] .card-image__inner {
  position: relative;
}
[data-card-type="case"] .card-image__icon {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  min-width: 6rem;
  padding: 0 0.8rem 0.2rem;
  font-family: var(--font-ja);
  color: var(--color-white);
  text-align: center;
  font-weight: var(--fw-medium);
  background-color: var(--color-main);
}
[data-card-type="case"] .card-title {
  font-weight: var(--fw-regular);
}
.business-section__link {
  margin-left: auto;
}
.business-section__link {
  padding-right: 0;
}
:where(.s-lower-content[data-page="business"]) .js-scroll-in {
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease;
}
:where(.s-lower-content[data-page="business"]) .js-scroll-in.animate {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .s-lower-content[data-page="business"] .lower-heading-area__number {
    margin-bottom: 1.6rem;
  }
  .s-lower-content[data-page="business"] .c-text-section-heading {
    font-size: 2.8rem;
  }
  .s-lower-content[data-page="business"] .lower-heading-area__sub-title {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
  .p-business__section {
    padding-top: 6rem;
  }
  .p-business__section:not(:last-of-type) {
    padding-bottom: 9rem;
  }
  .p-business__section--hotel {
    padding-top: 5rem;
  }
  .p-business__section-body > * {
    margin-top: 2.6rem;
  }
  .p-business__section-body .c-text-section-sub-heading {
    margin-bottom: 2rem;
  }
  .p-business__service-step {
    --step-arrow-width: 100%;
    --step-arrow-height: 2rem;

    grid-template-columns: auto minmax(0, 1fr);
  }
  .p-business__service-step-item {
    grid-template-columns: subgrid;
    grid-column: span 2;
    gap: 1.5rem;
  }
  .p-business__service-step-label {
    min-height: 12.2rem;
    padding: 0 1.5rem;
    font-size: 1.5rem;
  }
  .p-business__service-step-item:not(:first-of-type) .p-business__service-step-label {
    padding-top: var(--step-arrow-height);
  }
  .p-business__service-step-item:not(:last-of-type) .p-business__service-step-label::after {
    top: 100%;
    left: 0;
    clip-path: var(--step-arrow-to-bottom);
  }
  .p-business__service-step-list {
    --marker-offset: 1.3rem;

    justify-content: center;
    gap: 0.6rem;
    padding: 1.5rem 0;
    padding-left: var(--marker-offset);
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-business__service-step-item:not(:first-of-type) .p-business__service-step-list {
    margin-top: var(--step-arrow-height);
  }
  .p-business__service-step-list li::before {
    width: 0.5rem;
    height: 0.5rem;
  }
  .p-business__brand-inner {
    gap: 3rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .p-business__brand-logo {
    width: 16rem;
    margin: 0 auto;
  }
  .p-business__brand-step {
    width: 100%;
  }
  .p-business__brand-step li {
    font-size: 1.2rem;
  }
  .p-business__brand-detail {
    gap: 1.5rem;
    margin-top: 3rem;
  }
  .p-business__brand-heading {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .p-business__brand-heading--ja {
    font-size: 2.4rem;
  }
  .p-business__brand-text {
    font-size: 1.4rem;
  }
  .p-business__brand .c-button {
    margin: 3rem auto 0;
  }
  .p-business__count-grid {
    grid-template-columns: 100%;
    grid-auto-rows: 16rem;
    gap: 0.5rem;
    padding-top: 3rem;
    padding-bottom: 7rem;
  }
  .p-business__count-grid .card-body {
    top: 1.4rem;
  }
  .p-business__count-grid .item-number {
    font-size: 7.2rem;
  }
  .p-business__count-grid .item-label {
    font-size: 2.5rem;
  }
  [data-card-type="case"] {
    gap: 2.5rem;
  }
  [data-card-type="case"] .card-image__icon {
    font-size: 1.1rem;
  }
  .business-section__link-wrap {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .s-lower-content[data-page="business"] .lower-heading-area__number {
    margin-bottom: 2.4rem;
  }
  .s-lower-content[data-page="business"] .c-text-section-heading {
    font-size: 4.8rem;
  }
  .s-lower-content[data-page="business"] .lower-heading-area__sub-title {
    margin-top: 3rem;
    font-size: 1.5rem;
  }
  .p-business__section {
    padding-top: 10rem;
  }
  .p-business__section:not(:last-of-type) {
    padding-bottom: 12rem;
  }
  .p-business__section-body > * {
    margin-top: 6rem;
  }
  .p-business__service-step {
    --step-arrow-width: 2.952rem;
    --step-arrow-height: 100%;

    grid-template-columns: repeat(var(--step-count, 3), minmax(0, 1fr));
  }
  .p-business__service-step-item {
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 2rem;
  }
  .p-business__service-step-item:not(:first-of-type) .p-business__service-step-label {
    padding-left: var(--step-arrow-width);
  }
  .p-business__service-step-label {
    min-height: 6rem;
    font-size: 2rem;
  }
  .p-business__service-step-item:not(:last-of-type) .p-business__service-step-label::after {
    top: 0;
    left: 100%;
    clip-path: var(--step-arrow-to-right);
  }
  .p-business__service-step-list {
    --marker-offset: 1.4rem;

    justify-content: flex-start;
    gap: 1.2rem;
    margin-left: 5rem;
    padding-left: var(--marker-offset);
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .p-business__service-step-list li::before {
    top: 0.3em;
    width: 0.6rem;
    height: 0.6rem;
  }
  .p-business__brand-inner {
    grid-template-columns: 25rem minmax(0, 1fr);
    gap: 11rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .p-business__brand-inner .js-scroll-in:nth-of-type(2) {
    transition-delay: 0.5s;
  }
  .p-business__brand-step {
    width: 36rem;
  }
  .p-business__brand-step li {
    font-size: 1.2rem;
  }
  .p-business__brand-detail {
    gap: 2rem;
    margin-top: 3rem;
  }
  .p-business__brand-heading {
    font-size: 5.4rem;
    line-height: 1.3;
  }
  .p-business__brand-heading--ja {
    font-size: 4rem;
  }
  .p-business__brand-text {
    font-size: 1.5rem;
  }
  .p-business__brand-body .c-button {
    min-width: 22rem;
    margin-top: 3rem;
    margin-left: auto;
    font-size: 1.4rem;
  }
  .p-business__count-grid {
    grid-template-columns: 42rem minmax(0, 1fr);
    grid-auto-rows: 25rem;
    grid-template-areas:
      "hotels beds"
      "upcoming beds";
    gap: 2rem;
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
  .p-business__count-grid .card-item--hotels {
    grid-area: hotels;
  }
  .p-business__count-grid .card-item--upcoming {
    grid-area: upcoming;
  }
  .p-business__count-grid .card-item--beds {
    grid-area: beds;
  }
  .p-business__count-grid .card-body {
    top: 1.8rem;
  }
  .p-business__count-grid .item-number {
    font-size: 8rem;
  }
  .p-business__count-grid .item-label {
    font-size: 3rem;
  }
  [data-card-type="case"] {
    gap: 3rem;
  }
  [data-card-type="case"] .card-image__icon {
    font-size: 1.3rem;
  }
  .business-section__link-wrap {
    margin-top: 3rem;
  }
}
