@charset "UTF-8";
/* --
eco.css
環境への取り組み

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

	$font

-----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@200;400;500;700;800&family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*-----------------------------------

	$color

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

	$mixin

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

	$contents
コンテンツ共有パーツ

-----------------------------------*/
/* --
eco.css
環境への取り組み

 ------------------------------------
-- */
/**======================================
	setting
======================================**/
/*-----------------------------------

	$icon
	矢印アイコン（CSS mask + data-URI SVG）

-----------------------------------*/
.section-heading {
  margin-bottom: clamp(5rem, 10.3333333333rem + -6.9444444444vw, 2rem);
}
@media (max-width: 768px) {
  .section-heading {
    margin-bottom: 2rem;
  }
}
.section-heading h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: clamp(1.8rem, -0.6888888889rem + 3.2407407407vw, 3.2rem);
  font-weight: 700;
  color: #006699;
  line-height: 1.6;
  margin: 0;
}
.section-heading h2::before {
  content: "";
  display: block;
  width: 3rem;
  height: 0.6rem;
  background-color: #ff9900;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.7em;
}
@media (max-width: 768px) {
  .section-heading h2::before {
    width: 2rem;
    height: 0.4rem;
  }
}
@media (max-width: 768px) {
  .section-heading h2 {
    gap: 8px;
  }
}

.page-hero {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 28rem;
  background: linear-gradient(125deg, #006699 0.37%, #36a9ff 100%);
  z-index: -1;
}
@media (max-width: 768px) {
  .page-hero::before {
    display: none;
  }
}
.page-hero__inner {
  max-width: 114rem;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .page-hero__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.page-hero__inner {
  padding-top: 5.2rem;
}
@media (max-width: 768px) {
  .page-hero__inner {
    padding: 0;
  }
}
.page-hero__title {
  color: #fff;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .page-hero__title {
    background: linear-gradient(125deg, #006699 0.37%, #36a9ff 100%);
    padding: 1.5rem 2rem 2rem;
  }
}
.page-hero__title-label {
  font-family: "Heebo", sans-serif;
  font-size: clamp(1.6rem, -0.5333333333rem + 2.7777777778vw, 2.8rem);
  line-height: 1;
}
@media (max-width: 768px) {
  .page-hero__title-label {
    line-height: normal;
  }
}
.page-hero__title-label span {
  font-weight: 200;
}
.page-hero__title-label b {
  margin-left: 0.25em;
}
.page-hero__title h2 {
  font-size: clamp(2.4rem, -1.8666666667rem + 5.5555555556vw, 4.8rem);
  font-weight: 8700;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}
@media (max-width: 768px) {
  .page-hero__title h2 {
    line-height: normal;
  }
}
.page-hero__lead {
  max-width: 114rem;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .page-hero__lead {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.page-hero__lead {
  padding-top: 4rem;
  padding-bottom: 7rem;
}
@media (max-width: 768px) {
  .page-hero__lead {
    padding-top: 2rem;
    padding-bottom: 4rem;
    background: #fff;
  }
}
.page-hero__lead .section-heading {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .page-hero__lead .section-heading {
    margin-bottom: 1.5rem;
  }
}
.page-hero__inner > .page-hero__lead {
  max-width: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.page-hero__lead-text {
  font-size: clamp(1.6rem, 1.2444444444rem + 0.462962963vw, 1.8rem);
  font-weight: 400;
  line-height: 2;
  color: #090909;
  text-align: left;
}

.contents-mv {
  margin-right: calc(50% - 50vw);
}
.contents-mv img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .contents-mv {
    margin-left: calc(50% - 50vw);
  }
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.js-fade.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

	$contents
コンテンツ共有パーツ

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

	$eco
	環境への取り組み ページ固有コンテンツ

-----------------------------------*/
.green-club {
  padding: 0 0 10rem;
}
@media (max-width: 768px) {
  .green-club {
    padding: 0 0 6rem;
  }
}
.green-club__inner {
  max-width: 114rem;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .green-club__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.green-club__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .green-club__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}
.green-club__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.green-club__text h3 {
  font-size: clamp(1.6rem, 1.2444444444rem + 0.462962963vw, 1.8rem);
  font-weight: 700;
  color: #006699;
  line-height: 1.6;
  margin: 0;
}
.green-club__text p {
  font-size: clamp(1.4rem, 1.0444444444rem + 0.462962963vw, 1.6rem);
  line-height: 1.6;
  margin: 0;
}
.green-club__logo {
  width: 40%;
  border: 1px solid #cccccc;
  padding: 8rem 4rem;
}
@media (max-width: 768px) {
  .green-club__logo {
    padding: 4rem 2rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.green-club__logo img {
  width: 36rem;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.co2 {
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .co2 {
    padding-bottom: 6rem;
  }
}
.co2__inner {
  max-width: 114rem;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .co2__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.co2__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.co2__text {
  font-size: clamp(1.4rem, 1.0444444444rem + 0.462962963vw, 1.6rem);
  line-height: 1.6;
  margin: 0;
}
.co2__note {
  background: #f5f5f5;
  border-radius: 6px;
  padding: 2rem 3rem;
  text-align: center;
  font-size: clamp(1.6rem, 0.8888888889rem + 0.9259259259vw, 2rem);
  line-height: 1.6;
}
.co2__note p {
  margin: 0;
}
.co2__note strong {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #ff9900));
  background: linear-gradient(transparent 65%, #ff9900 65%);
}

.waste {
  background: #f0f8fa;
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .waste {
    padding: 6rem 0;
  }
}
.waste__inner {
  max-width: 114rem;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .waste__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.waste__lead {
  font-size: clamp(1.4rem, 1.0444444444rem + 0.462962963vw, 1.6rem);
  line-height: 1.6;
  margin: 0;
}
.waste__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 1200px) {
  .waste__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .waste__list {
    gap: 1rem;
    margin-top: 2rem;
  }
}
.waste__item {
  min-width: 0;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 25px rgba(48, 145, 179, 0.2);
          box-shadow: 0 0 25px rgba(48, 145, 179, 0.2);
  padding: 3rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.9rem;
}
@media (max-width: 1200px) {
  .waste__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 4rem) / 3);
            flex: 0 1 calc((100% - 4rem) / 3);
    max-width: calc((100% - 4rem) / 3);
  }
}
@media (max-width: 768px) {
  .waste__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 1rem) / 2);
            flex: 0 1 calc((100% - 1rem) / 2);
    max-width: calc((100% - 1rem) / 2);
    padding: 2rem 1rem;
  }
}
.waste__icon {
  width: 10rem;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .waste__icon {
    width: 6rem;
    height: 6rem;
  }
}
.waste__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.waste__label {
  font-size: clamp(1.4rem, 1.0444444444rem + 0.462962963vw, 1.6rem);
  font-weight: 700;
  color: #006699;
  text-align: center;
  line-height: 1.4;
}
.waste__label p {
  margin: 0;
}