@charset "utf-8";
/*****************************************************************************
CSS only for /ew/business/index.html
*****************************************************************************/

/* Set
-----------------------------------------*/
.basic-page * {
  box-sizing: border-box;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
picture {
  display: block;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Pcshow {
    display: none;
  }
}
.Spshow{
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Spshow {
    display: inline-block;
  }
}

/* Business
-----------------------------------------*/
.OurBusiness {
  color: #030000;
}

.Business {
  margin-bottom: 120px;
}
.Business__key {
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Business__key {
    width: 100%;
  }
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Business__body {
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.Business__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Business__top {
    display: block;
  }
}
.Business__text {
  flex-basis: 500px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Business__text {
    margin-bottom: 20px;
  }
}
.Business__figure {
  position: relative;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Business__figure {
    margin-bottom: 24px;
  }
}
.Business__figure .icon {
  width: 75px;
  position: absolute;
  left: 160px;
  bottom: -10px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Business__figure .icon {
    left: 20px;
    bottom: -35px;
  }
}
.Business__title {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.6;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Business__title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.Business__desc {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
}
.Business__desc p {
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.2px;
}

/* Product
-----------------------------------------*/
.Product__list {
  display: grid;
  gap: 0 1px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Product__list {
    gap: 25px 1px;
  }
}

.Product__list--col4 {
  grid-template-columns: repeat(4, calc((100% - 3px) / 4));
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Product__list--col4 {
    grid-template-columns: repeat(2, calc((100% - 1px) / 2));
  }
}
.Product__list--col5 {
  grid-template-columns: repeat(5, calc((100% - 4px) / 5));
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Product__list--col5 {
    grid-template-columns: repeat(2, calc((100% - 1px) / 2));
  }
}
.Product__list--col6 {
  grid-template-columns: repeat(6, calc((100% - 5px) / 6));
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Product__list--col6 {
    grid-template-columns: repeat(2, calc((100% - 1px) / 2));
  }
}

.Product__list--col5 .Product__img {
  aspect-ratio: 1.02105 / 1;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Product__list--col5 .Product__img {
    aspect-ratio: auto;
  }
}
.Product__list--col6 .Product__img {
  aspect-ratio: .85263 / 1;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Product__list--col6 .Product__img {
    aspect-ratio: auto;
  }
}

.Product__list--col5 .Product__img img,
.Product__list--col6 .Product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Product__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.3px;
  margin-top: 8px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Product__text {
    font-size: 10px;
  }
}

/* GreenImpact
-----------------------------------------*/
.GreenImpact {
  border: 1px solid #d6d6d6;
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
  padding: 90px 17px 60px;
  margin-bottom: 140px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .GreenImpact {
    padding: 51px 18px 60px;
    margin: 0 20px 120px;
  }
}
.GreenImpact__title {
  text-align: center;
  position: relative;
  margin-bottom: 24px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .GreenImpact__title {
    margin-bottom: 16px;
  }
}
.GreenImpact__lead {
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .GreenImpact__lead {
    margin-bottom: 22px;
  }
}
.GreenImpact__img {
  text-align: center;
  margin-bottom: 33px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .GreenImpact__img {
    margin-bottom: 40px;
  }
}

/* Column
-----------------------------------------*/
.Column {
  margin-bottom: 38px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Column {
    margin-bottom: 21px;
  }
}
.Column__wrapper {
  display: flex;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Column__wrapper {
    flex-direction: column;
  }
}
.Column__item {
  width: calc(100% / 3);
  padding: 20px 17px 26px;
  box-sizing: border-box;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Column__item {
    text-align: center;
    width: 100%;
    padding: 41px 0 38px;
  }
  .Column__item:first-child {
    padding-top: 0;
  }
}
.Column__item + .Column__item {
  border-left: 1px solid #999899;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Column__item + .Column__item {
    border-left: none;
    border-top: 1px solid #999899;
  }
}
.Column__item sub {
  vertical-align: baseline;
}
.Column__head {
  text-align: center;
  min-height: 72px;
  margin-bottom: 28px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Column__head {
    min-height: auto;
    margin-bottom: 24px;
  }
}
.Column__lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.8px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Column__lead {
    font-size: 15px;
    letter-spacing: 1.3px;
    text-align: left;
    display: inline-block;
  }
}

/* Explain
-----------------------------------------*/
.Explain__wrapper {
  display: flex;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Explain__wrapper {
    flex-direction: column;
  }
}
.Explain__item {
  width: calc((100% - 1px) / 2);
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Explain__item {
    width: 100%;
    padding-bottom: 40px;
  }
}
.Explain__item:first-of-type {
  position: relative;
  margin-right: 1px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Explain__item:first-of-type {
    margin-right: 0;
  }
}
.Explain__item:first-of-type::after {
  content: '';
  display: block;
  background-color: #999899;
  width: 1px;
  height: 75%;
  position: absolute;
  bottom: 0;
  left: 100%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Explain__item:first-of-type::after {
    content: none;
    display: none;
  }
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Explain__item:last-of-type {
    padding-bottom: 0;
  }
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Explain__item + .Explain__item {
    border-top: 1px solid #999899;
    padding-top: 40px;
  }
}
.Explain__item sub {
  vertical-align: baseline;
}
.Explain__img {
  text-align: center;
  height: 228px;
  padding-top: 62px;
  box-sizing: border-box;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Explain__img {
    height: auto;
    padding-top: 40px;
    margin-bottom: 25px;
  }
}
.Explain__img--01 {
  background: url(/ew/business/index/img/bg_greenimpact01.jpg) no-repeat top left / contain;
}
.Explain__img--02 {
  background: url(/ew/business/index/img/bg_greenimpact02.jpg) no-repeat top left / contain;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Explain__img--01 img {
    width: 58%;
  }
}
.Explain__item:nth-of-type(odd) .Explain__body {
  padding: 24px 20px 32px 7px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Explain__item:nth-of-type(odd) .Explain__body {
    padding: 0;
  }
}
.Explain__item:nth-of-type(even) .Explain__body {
  padding: 24px 7px 32px 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Explain__item:nth-of-type(even) .Explain__body {
    padding: 0;
  }
}
.Explain__body p {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 1.3px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Explain__body p {
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.8px;
  }
}
.Explain__body .Explain__lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1px;
  text-decoration: underline;
  text-decoration-color: #22ac38;
  text-decoration-thickness: 1px;
  display: flex;
  align-items: flex-end;
  min-height: 108px;
  margin-bottom: 26px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Explain__body .Explain__lead {
    font-size: 15px;
    display: block;
    min-height: auto;
    margin-bottom: 20px;
  }
}
