﻿@charset "utf-8";
/*--------------------------------------------------------------------------------

  pv_recycle

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

  page visual

--------------------------------------------------------------------------------*/
.l-pv {
  background-image: url(../img/waste/pv-img.png);
}


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

  about

--------------------------------------------------------------------------------*/
#about .about-conduct {
  margin-top: var(--space-l);
}
#about .about-conduct-contents {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: var(--space-s);
  margin-top: var(--space-s);
}
#about .about-conduct-list {
  display: grid;
  grid-template-columns: 7em auto;
  column-gap: var(--space-3s);
  row-gap: 0.5em;
}
#about .about-conduct-list dt {
  color: var(--color-primary);
}
#about .about-conduct-note {
  margin-top: var(--space-3s);
  color: var(--color-gray-dark);
  font-size: var(--fs-s);
}
@media (max-width:768px) {
  #about .about-conduct-contents {
    grid-template-columns: auto;
  }
  #about .about-conduct-img {
    max-width: 400px;
    margin: 0 auto;
  }
}

#about .about-licence {
  margin-top: var(--space-l);
}
#about .about-licence-table {
  margin-top: var(--space-s);
}
#about .about-licence-table thead th,
#about .about-licence-table tbody td {
  text-align: center;
}
#about .about-licence-table tbody th {
  width: auto;
  min-width: 9em;
  max-width: 12em;
}
#about .about-licence-lead {
  margin-top: var(--space-2s);
  text-align: center;
}
@media (max-width:768px) {
  #about .about-licence-table thead .th-wrap,
  #about .about-licence-table tbody th {
    white-space: inherit;
  }
}
@media (max-width:548px) {
  #about .about-licence-table {
    line-height: var(--line-height-2s);
  }
  #about .about-licence-table tbody th {
    white-space: inherit;
  }
  #about .about-licence-table tbody th {
    min-width: 7.5em;
  }
}

#about .about-other {
  margin-top: var(--space-l);
}
#about .about-other-contents {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: var(--space-s);
  margin-top: var(--space-s);
}

#about .about-flow {
  margin-top: var(--space-l);
}
#about .about-flow-wrap {
  margin-top: var(--space-s);
}
#about .about-flow-contents {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 24px;
  align-items: center;
  overflow: auto;
}
#about .about-flow-step {
  width: 100%;
  height: 120px;
  background: var(--color-secondary);
  padding: 1em;
  text-align: center;
  position: relative;
  line-height: var(--line-height-2s);
}
#about .about-flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -17px;
  top: calc(50% - 18px);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid var(--color-secondary);
}
#about .about-flow-step .number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  border-radius: 1.5em;
  background-color: #fff;
  margin: 0 auto 0.25em;
  color: var(--color-secondary);
  font-size: var(--fs-l);
  font-weight: bold;
}
#about .about-flow-step .title {
  color: #fff;
}
#about .about-flow-step .sub {
  margin-top: 0.25em;
  color: var(--pale-color-primary-lightest);
  font-size: var(--fs-3s);
}
#about .about-manifest {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 24px;
  margin-top: 0.75em;
}
#about .about-manifest-space {
  grid-column: 1 / 2;
}
#about .about-manifest-contents {
  grid-column: 3 / 7;
  height: 45px;
  border: 3px solid var(--color-gray);
  border-top: none;
  text-align: center;
}
#about .about-manifest-contents-title {
  margin-top: 18px;
  display: inline-block;
  align-content: center;
  padding: 0 0.5em;
  background-color: #fff;
  font-size: var(--fs-m);
  color: var(--color-gray);
}
#about .about-manifest-contents-title img {
  display: inline-block;
  margin-right: 0.5em;
}
#about .about-flow-caution {
  margin-top: var(--space-s);
}
@media (max-width:768px) {
  #about .about-flow-wrap {
    display: grid;
    grid-template-columns: auto 60px;
    gap: 24px;
  }
  #about .about-flow-contents {
    grid-template-columns: auto;
    grid-template-rows: repeat(6,1fr);
    gap: 60px;
  }
  #about .about-flow-step {
    height: auto;
  }
  #about .about-flow-step:not(:last-child)::after {
    content: "";
    position: absolute;
    right: auto;
    top: auto;
    left: calc(50% - 36px);
    bottom: -42px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-top: 24px solid var(--color-secondary);
    border-left: 36px solid transparent;
    border-right: 36px solid transparent;
  }
  #about .about-manifest {
    grid-template-columns: auto;
    grid-template-rows: repeat(6,1fr);
    gap: 60px;
    margin-top: 0.0;
  }
  #about .about-manifest-space {
    grid-column: auto;
    grid-row: 1 / 2;
  }
  #about .about-manifest-contents {
    grid-column: auto;
    grid-row: 3 / 7;
    height: auto;
    width: 40px;
    border: 3px solid var(--color-gray);
    border-left: none;
    text-align: center;
    align-content: center;
  }
  #about .about-manifest-contents-title {
    margin-top: auto;
    margin-left: auto;
    margin-right: -50px;
    align-content: center;
    padding: 0.5em;
    writing-mode: vertical-rl;
    letter-spacing: 2pt;
  }
  #about .about-manifest-contents-title img {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}


