@charset "UTF-8";

/* ////////////////////////////////////////////////////
sustainability - environmental_policy（環境方針）
//////////////////////////////////////////////////// */
/* 共通 */
.mincho {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13.6px;
  margin-top: 40px;
  line-height: 1.5;
}
.sus_btmTtl--copy p.ti_0 {
  font-weight: 500;
  text-indent: 0;
}
.li_img {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.li_img li {
  width: calc((100% - 20px) / 3);
  border-radius: 5px;
  overflow: hidden;
}
.li_img figcaption {
  font-size: 13.6px;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  text-align: center;
  margin: 1em 0 0;
  line-height: 1.5;
}
.e_icon {
  width: 250px;
  margin: 0 0 0 auto;
}
.cir_List li {
  font-size: 17px;
  line-height: 2.0;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
}

/* 個別 - top（index.html） */
.ep_sign {
  font-size: 17px;
  line-height: 2;
  margin: 40px 0 80px;
  letter-spacing: 0.1em;
  font-weight: 300;
}
.ep_sign .align_r {
  text-align: right;
}
.ep_sign .align_r span {
  font-size: 1.33333333em;
  display: block;
}

.box02 .btn_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 50px 0 100px;
}
.box02 .btn_box li a {
  display: block;
  width: 350px;
  padding: 1.0em;
  border-radius: 50vh;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  border: 1px solid #0032E6;
}
.box02 .btn_box li a span {
  color: #0032E6;
  font-family: "Zen Maru Gothic", serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.box02 .btn_box li a::after {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  background: url(../../../common/img/arw_bl.svg) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25em;
}

/* 個別 - 環境方針（index02.html） */
.box03 {
  margin: 50px 0 0;
}

.box04 {
  margin: 40px 0 100px;
}
.box04 figure {
  max-width: 740px;
  margin: 0 auto;
}

/* 個別 - 合意形成支援​（index03.html） */
.box05 {
  margin: 0 0 50px;
}
.box05 .flex {
  gap: 10px;
}
.box05 .flex figure {
  padding: 0 20px;
}



/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (max-width: 1024px) {



}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {

  /* 共通 */
  .mincho {
    font-size: 12px;
    margin-top: 20px;
  }
  .li_img {
    gap: 5px;
  }
  .li_img li {
    width: calc((100% - 10px) / 3);
    border-radius: 5px;
    overflow: hidden;
  }
  .li_img figcaption {
    font-size: 10px;
    margin: 0.5em 0;
  }
  .li_img.sp_2clm {
    flex-wrap: wrap;
    gap: 10px;
  }
  .li_img.sp_2clm li {
    width: calc((100% - 10px) / 2);
  }
  .e_icon {
    width: 170px;
  }
  .cir_List li {
    font-size: 14px;
  }

  /* 個別 - top（index.html） */
  .ep_sign {
    font-size: 14px;
    margin: 30px 0 60px;
    letter-spacing: 0.1em;
  }
  .ep_sign .align_r {
    margin-top: 10px;
    line-height: 1.75;
  }
  
  .box02 .btn_box {
    margin: 30px 0 60px;
  }
  .box02 .btn_box li {
    width: 100%;
  }
  .box02 .btn_box li a {
    width: 100%;
    padding: 1.0em;
  }
  .box02 .btn_box li a span {
    font-size: 18px;
  }
  .box02 .btn_box li a::after {
    width: 1.0em;
    height: 1.0em;
    right: 1.0em;
  }

  /* 個別 - 環境方針（index02.html） */
  .box03 {
    margin: 30px 0 0;
  }
  .box04 {
    margin: 30px 0 40px;
  }

  /* 個別 - 合意形成支援​（index03.html） */
  .box05 {
    margin: 0 0 30px;
  }
  .box05 .flex {
    gap: 20px;
    flex-direction: column;
  }
  .box05 .flex figure {
    padding: 0 20px;
  }

}
