@charset "UTF-8";
/* Scss Document */
/* Scss Document */
.effort {
  margin: 0;
  padding: 0; }

.pageLink {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-end; }
  .pageLink__item {
    margin: 5px 0 5px 10px;
    padding: 0; }
    .pageLink__item--anchor {
      padding: 0 20px;
      color: #999 !important;
      font-size: 1.125rem;
      line-height: 1.0;
      background-color: #f3f3f3;
      border: 1px solid #CCC;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      position: relative;
      transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
      .pageLink__item--anchor:hover {
        color: #FFF !important;
        text-decoration: none;
        background-color: #999;
        border: 1px solid #999;
        top: 1px;
        left: 1px; }

@media (max-width: 1000px) {
  .pageLink {
    margin: 60px 0 0;
    justify-content: flex-start; }
    .pageLink__item {
      margin: 5px 10px 5px 0; }
      .pageLink__item--anchor {
        padding: 5px 10px;
        font-size: 0.875rem;
        display: block; } }
.warehouse {
  margin: 0;
  padding: 0; }
  .warehouse__title {
    margin: 0 0 50px;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .warehouse__title--sub {
      padding: 7px 20px;
      color: #FFF;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.0;
      background-color: #90c31f;
      position: relative; }
      .warehouse__title--sub::before {
        content: '';
        width: 120px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: -120px;
        background-color: #231815; }
    .warehouse__title--main {
      margin: 10px 0 0;
      font-size: 2.375rem; }
  .warehouse__cc {
    font-size: 2.625rem;
    font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .warehouse__list {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .warehouse__item {
    width: 50%;
    margin: 0;
    padding: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    border: 1px solid #231815;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .warehouse__item:nth-of-type(even) {
      border-left: none; }
    .warehouse__item:nth-of-type(n+3) {
      border-top: none; }
    .warehouse__item--dl {
      width: calc(100% - 160px - 30px);
      margin: 0 30px 0 0;
      padding: 0; }
      .warehouse__item--dl dt {
        margin: 0;
        padding: 0;
        font-size: 1.5rem;
        font-weight: 700;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center; }
        .warehouse__item--dl dt span:first-of-type {
          width: 36px;
          height: 36px;
          margin: 0 10px 0 0;
          color: #FFF;
          font-size: 1.25rem;
          font-family: "Reddit Sans", serif;
          line-height: 1.0;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #00a0e9;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
        .warehouse__item--dl dt span:last-of-type {
          width: calc(100% - 36px - 10px);
          line-height: 1.5; }
      .warehouse__item--dl dd {
        margin: 20px 0 0;
        padding: 0; }
        .warehouse__item--dl dd p {
          line-height: 1.5; }
    .warehouse__item--image {
      width: 160px;
      margin: 0;
      position: relative; }
      .warehouse__item--image::before {
        content: '';
        display: block;
        padding-top: 100%; }
      .warehouse__item--image span {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .warehouse__item--image span img {
          width: 100%;
          height: 100%;
          object-fit: cover; }

@media (max-width: 1000px) {
  .warehouse__cc {
    font-size: 2rem; }
  .warehouse__item {
    width: 100%; }
    .warehouse__item:nth-of-type(even) {
      border-left: 1px solid #231815; }
    .warehouse__item:not(:first-of-type) {
      border-top: none; } }
@media (max-width: 600px) {
  .warehouse__title--main {
    font-size: 2rem; }
  .warehouse__item {
    padding: 30px 20px;
    flex-direction: column; }
    .warehouse__item--dl {
      width: 100%;
      margin: 0 0 20px; }
    .warehouse__item--image {
      margin: 0 auto; } }
.material {
  width: calc(100% + 240px);
  margin: 150px 0 0 -120px;
  padding: 150px 120px;
  background-image: url("../img/effort/bg01.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .material__title {
    margin: 0 0 50px;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .material__title--sub {
      padding: 7px 20px;
      color: #FFF;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.0;
      background-color: #90c31f;
      position: relative; }
      .material__title--sub::before {
        content: '';
        width: 120px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: -120px;
        background-color: #231815; }
    .material__title--main {
      margin: 10px 0 0;
      font-size: 2.375rem; }
  .material__cc {
    font-size: 2.625rem;
    font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .material__txt {
    margin: 40px 0 0; }
  .material__dl {
    margin: 40px 0 0;
    padding: 30px;
    background-color: #FFF;
    border: 1px solid #231815; }
    .material__dl--title {
      margin: 0;
      padding: 0 0 0 25px;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.5;
      position: relative; }
      .material__dl--title::before {
        content: '';
        width: 15px;
        height: 15px;
        background-color: #231815;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: 12px;
        left: 0; }
    .material__dl--data {
      margin: 25px 0 0;
      padding: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: flex-start; }
    .material__dl--wrapper {
      width: calc(100% - 420px - 60px); }
    .material__dl--image {
      margin: 0 0 0 60px; }

@media (max-width: 1200px) {
  .material {
    width: calc(100% + 80px);
    margin: 150px 0 0 -40px;
    padding: 150px 40px; }
    .material__cc {
      font-size: 2rem; } }
@media (max-width: 1000px) {
  .material__dl--data {
    flex-direction: column; }
  .material__dl--wrapper {
    width: 100%; }
  .material__dl--image {
    margin: 30px auto 0;
    display: block; } }
@media (max-width: 600px) {
  .material {
    width: calc(100% + 40px);
    margin: 100px 0 0 -20px;
    padding: 100px 20px; }
    .material__title--main {
      font-size: 2rem; }
    .material__dl {
      padding: 30px 20px; } }
@media (max-width: 520px) {
  .material__dl--image {
    width: 100%;
    height: auto; } }
.feature {
  margin: 25px 0 0;
  padding: 0;
  background-color: #f3f3f3; }
  .feature__title {
    overflow: hidden;
    margin: 0;
    padding: 7px 35px;
    color: #FFF;
    font-size: 1rem;
    line-height: 1.0;
    display: inline-block;
    background-color: #231815; }
  .feature__data {
    margin: 0;
    padding: 10px 20px 20px;
    font-size: 1rem;
    line-height: 1.5; }

.flow {
  margin: 150px 0 0;
  padding: 0; }
  .flow__title {
    margin: 0 0 50px;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .flow__title--sub {
      padding: 7px 20px;
      color: #FFF;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.0;
      background-color: #90c31f;
      position: relative; }
      .flow__title--sub::before {
        content: '';
        width: 120px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: -120px;
        background-color: #231815; }
    .flow__title--main {
      margin: 10px 0 0;
      font-size: 2.375rem; }
  .flow__cnts {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flow__dl {
    padding: 0; }
    .flow__dl:nth-of-type(1) {
      width: 100%;
      margin: 0 0 50px; }
    .flow__dl:nth-of-type(2) {
      margin: 0; }
      .flow__dl:nth-of-type(2) .flow__dl--title {
        margin: 0 0 10px; }
    .flow__dl:nth-of-type(3) {
      margin: 0 0 0 50px; }
      .flow__dl:nth-of-type(3) .flow__dl--data img {
        margin: 3px 0 0; }
    .flow__dl--title {
      margin: 0 0 30px;
      padding: 0 0 0 20px;
      font-size: 1.25rem;
      font-weight: 700;
      position: relative; }
      .flow__dl--title::before {
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        top: 15px;
        left: 0;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #231815; }
    .flow__dl--data {
      margin: 0;
      padding: 0; }
      .flow__dl--data p {
        margin: 20px 0 0; }

@media (max-width: 1450px) {
  .flow__cnts {
    flex-direction: column; }
  .flow__dl:nth-of-type(3) {
    margin: 40px 0 0; } }
@media (max-width: 670px) {
  .flow__dl--data img {
    width: 100%;
    height: auto; } }
@media (max-width: 600px) {
  .flow__title--main {
    font-size: 2rem; } }
.recycle {
  width: calc(100% + 240px);
  margin: 150px 0 0 -120px;
  padding: 150px 120px;
  background-color: #f3f3f3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .recycle__title {
    margin: 0 0 50px;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .recycle__title--sub {
      padding: 7px 20px;
      color: #FFF;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.0;
      background-color: #90c31f;
      position: relative; }
      .recycle__title--sub::before {
        content: '';
        width: 120px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: -120px;
        background-color: #231815; }
    .recycle__title--main {
      margin: 10px 0 0;
      font-size: 2.375rem; }
  .recycle__cnts {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start; }
  .recycle__left {
    width: calc(100% - 606px - 60px); }
    .recycle__left--cc {
      font-size: 2.625rem;
      font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    .recycle__left--txt {
      margin: 40px 0 0; }
  .recycle__image {
    margin: 0 0 0 60px; }

@media (max-width: 1400px) {
  .recycle__cnts {
    flex-direction: column; }
  .recycle__left {
    width: 100%; }
  .recycle__image {
    margin: 40px 0 0; } }
@media (max-width: 1200px) {
  .recycle {
    width: calc(100% + 80px);
    margin: 150px 0 0 -40px;
    padding: 150px 40px; }
    .recycle__left--cc {
      font-size: 2rem; } }
@media (max-width: 700px) {
  .recycle__image {
    width: 100%;
    height: auto; } }
@media (max-width: 600px) {
  .recycle {
    width: calc(100% + 40px);
    margin: 100px 0 0 -20px;
    padding: 100px 20px; }
    .recycle__title--main {
      font-size: 2rem; } }
