/*================================================
  business
================================================*/
.page-header {
  background-image: url(../../image/business/page_header_bg.jpg);
}

/* .wooden-container.section-container,
.steel-container.section-container {
  box-shadow: 10px 10px 30px rgba(var(--color-black-rgb), 0.1);
} */

#wooden .section-text,
#steel .section-text {
  font-size: clamp(1.4rem, 1.2rem + 1vw, 2.4rem);
}
#wooden .section-text > span.emphasis,
#steel .section-text > span.emphasis {
  font-size: 1.5em;
  color: var( --primary-color);
}
@media print, screen and (min-width: 1200px) {
  #wooden .section-inner,
  #steel .section-inner {
    padding: 0  calc(var(--layout-gap) *1);
  }
}

/*------------------------------------------------
business
------------------------------------------------*/

/*page-link*/
.page-link-item {
  margin:calc(var(--layout-gap)/2) 0;
}
.page-link-button {
  background-color: var(--secondary-color);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding-right: 1.5em;
}
.page-link-button span {
  color: var(--color-white);
  font-size: clamp(1.6rem, 1.42rem + 0.9vw, 2.5rem);
  width: calc(100% - 20% - 2.5em);
  line-height: 1.5;
}
.page-link-button::before {
  content: "";
  display: block;
  width: 20%;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 1.5em;
}
.page-link-button::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../../image/business/down_arrow_white.svg);
  background-size: contain;
  background-position: center bottom;
}
.page-link-item:nth-of-type(1) .page-link-button::before {
  background-image: url(../../image/business/page_link_pic_wooden.jpg);
}
.page-link-item:nth-of-type(2) .page-link-button::before {
  background-image: url(../../image/business/page_link_pic_steel.jpg);
}


@media print, screen and (min-width: 769px) {
  .page-link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-link-item {
    width: calc(100% / 2 - calc(var(--layout-gap)/2));
    margin:calc(var(--layout-gap)*1.25) 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .page-link-button,
  .page-link-button::before {
    height: calc(var(--layout-gap)*2.5)
  }
  .page-link-button span {
    width: calc(100% - 40% - 3em);
    margin-right: auto;
    font-size: clamp(0.9rem, 0.58rem + 1.6vw, 2.5rem);
  }
  .page-link-button::before {
    content: "";
    display: block;
    width: 40%;
    max-width: 130px;
    margin-right: 2.5em;
  }
}

/*------------------------------------------------
business
------------------------------------------------*/
.detail-list {
  margin:calc(var(--layout-gap)*1.5) auto;
}
.detail-list > dd {
  position: relative;
  font-size: clamp(1.6rem, 1.42rem + 0.9vw, 2.5rem);
  font-weight: 700;
  line-height: 1.25;
  margin: 0.75em 0 0.75rem 2em;
  text-indent: -2em;
}
.detail-list > dd::before {
  content: "";
  display: inline-block;
  background-image: url(../../image/business/icon_check.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  margin-right: 1em;
}

.pic-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--layout-gap)/2);
}

@media print, screen and (min-width: 769px) {
  .pic-list {
    gap: inherit;
  }
  .pic-list .wide1 {
    width: calc(20% - 7.5px);
  }
  .pic-list .wide2 {
    width: calc(40% - 15px);
  }
}


.notes {
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 0.5em;
}
