@charset "UTF-8";

/* ==========================================================

  BLD Group Sustainability SP Styles

========================================================== */

/* Page Header
--------------------------------------------------------- */
.page-header { margin: 0 0 16%; /* 120/750 */ }
.page-header > div:last-of-type figure { height: auto; }
.page-header > div:last-of-type figure img { height: auto; }
.page-header > div:last-of-type p {
  font-size: 4.8vw; /* 36/750 */
  line-height: 1.5;
  margin: 5.333333% 0; /* 40px 0 */
}

/* Interval
---------------------------------------------------------- */
.interval { height: auto; }

/* ----------------------------------------------------------

  Our Actions

---------------------------------------------------------- */
.actions { padding: 16% 0 34.666666%; /* 120px 0 260px */ }
.actions h3 { font-size: 6.1333333vw; /* 46/750 */ }
.actions p {
  font-size: 3.2vw; /* 24/750 */
  text-align: left;
  margin: 6.666666% 0 0; /* 50/750 */
}
.act-inner { display: block; }
.act-summary {
  z-index: 2;
  padding: 0;
  background: none;
}

.intro { margin: 0 0 13.333333%; /* 100/750 */ }
.intro p {
  text-align: left;
  margin: 5.333333% 0 0; /* 40/750 */
  padding: 0 10%;
}

/* act01 */
.act01 { margin: 0 0 21.333333%; /* 160/750 */ }
.act01 > figure {
  position: relative;
  padding: 0;
}
.act01 > figure img {
  width: 100%;
  height: auto;
}
.act01 > figure span {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  width: 65.333333vw; /* 490/750 */
  height: 5.333333vw;
  display: inline-block;
}
.act01 .act-inner {
  padding: 0 10%;
  align-items: flex-start;
}
.act01 .act-inner > div { width: 100%; }
.act01 .act-summary { top: -10px; }
.act01 .act-inner > div:last-of-type {
  padding: 0;
  margin: 10.666666% 0 0; /* 80/750 */
}
.act01 .act-inner > div:last-of-type img { top: 0; }

/* act02 */
.act02 {
  padding: 14.666666% 0 0 0; /* 110/750 */
  margin: 0 0 24%; /* 180/750 */
}
.act02 .act-inner  {
  align-items: center;
  justify-content: space-between;
}
.act02 .act-inner figure {
  width: 100%;
  padding: 0 10% 0 0;
  margin: 0 0 8%; /* 60/750 */
}
.act02 .act-inner figure img {
  position: relative;
  width: 50%;
  height: auto;
}
.act02 .act-inner figure img:first-of-type { top: -14.666666vw; /* 110/750 */ }
.act02 .act-inner > div {
  width: 100%;
  padding: 0 10%;
}

/* act03 */
.act03 { margin: 0 0 21.333333%; /* 160/750 */ }
.act03 > figure {
  position: relative;
  padding: 0;
}
.act03 > figure span {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  width: 80vw; /* 600/750 */
  height: 5.333333vw;
  display: inline-block;
}
.act03 .act-inner > div {
  width: 100%;
  padding: 0 10%;
}
.act03 .act-summary { top: -10px; }
.act03 .act-summary h3 { padding: 0 0 0 20%; }

/* act04 */
.act04 {
  padding: -14.666666% 0 0 0;
  margin: 0 0 21.333333%; /* 160/750 */
}
.act04 .act-inner  {
  display: flex;
  flex-direction: column-reverse;
}
.act04 .act-inner figure {
  width: 100%;
  padding: 0 0 0 10%;
}
.act04 .act-inner figure img:first-of-type { top: -14.666666vw; /* 110/750 */ }
.act04 .act-inner > div {
  width: 100%;
  padding: 0 10%;
  margin: 8% 0 0; /* 60/750 */
}

/* act05 */
.act05 > figure {
  position: relative;
  width: 100%;
  padding: 0;
}
.act05 > figure span {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  width: 65.333333vw; /* 490/750 */
  height: 5.333333vw;
  display: inline-block;
}
.act05 .act-inner {
  justify-content: flex-start;
}
.act05 .act-inner > div {
  width: 100%;
  padding: 0 10%;
}
.act05 .act-summary { top: -10px; }