@import "common.css";
@import "styles2.css";

/* 共通 */
/* ---会員登録--- */
.registry-area {
  padding: min(calc((30 / 1100) * 100vw), 30px) 0 min(calc((35 / 1100) * 100vw), 35px);
  background-color: #E6E6E6;
}

.registry-area.last {
  background-color: #e0e0e0;
}

.registry-area p {
  text-align: center;
  margin-bottom: min(calc((10 / 1100) * 100vw), 10px);
  font-size: min(calc((18 / 1100) * 100vw), 18px);
}

@media screen and (max-width: 750px) {
  .registry-area {
    padding: calc((30 / 750) * 100vw) 0 calc((35 / 750) * 100vw);
  }


  .registry-area p {
    margin-bottom: calc((10 / 750) * 100vw);
    font-size: calc((18 / 750) * 100vw);
  }
}

.button.member {
  background-color: #F7BD11;
  color: #fff;
  -webkit-box-shadow: 0 4px 0 #F68411;
          box-shadow: 0 4px 0 #F68411;
  border: none;
  width: calc((500 / 1100) * 100vw);
  max-width: 500px;
  height: calc((80 / 1100) * 100vw);
  max-height: 80px;
  border-radius: min(calc((40 / 1100) * 100vw), 40px);
  font-size: min(calc((39.06 / 1100) * 100vw), 39.06px);
  font-weight: 400;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: min(calc((12 / 1100) * 100vw), 12px);
  text-align: center;
}

.button.member:hover {
  opacity: 0.8;
}

.button.member:active {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 1px 0 #F68411;
          box-shadow: 0 1px 0 #F68411;
}

.member span.material-symbols-outlined {
  position: absolute;
  top: min(calc((22 / 1100) * 100vw), 22px);
}

@media screen and (max-width: 750px) {
  .button.member {
    width: calc((500 / 750) * 100vw);
    height: calc((80 / 750) * 100vw);
    -webkit-box-shadow: 0 4px 0 #F68411;
            box-shadow: 0 4px 0 #F68411;
    border-radius: calc((40 / 750) * 100vw);
    font-size: calc((39.06 / 750) * 100vw);
    padding: calc((12 / 750) * 100vw);
  }

  .member span.material-symbols-outlined {
    top: calc((22 / 750) * 100vw);
  }
}

/* セクション1 */
/* KVエリア */
.kv-area {
  background: #6FAF43;
}

.kv-img {
  width: 100vw;
  max-width: 1100px;
  margin: min(calc((80 / 1100) * 100vw), 80px) auto 0;
}

.kv-area img {
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .kv-text {
    background-color: #fff;
    margin-top: calc((80 / 750) * 100vw);
  }

  .kv-area h3 {
    padding: calc((5 / 750) * 100vw) 0 calc((10 / 750) * 100vw);
    text-align: center;
    color: #086432;
  }

}

/* ---セクション2--- */
/* ---お悩み解決エリア--- */
/* インバウンド対応 */
.lead-contents-area img.people {
  width: calc((320 / 1100) * 100vw);
  max-width: 320px;
}

.lead-contents-area img.graph {
  /* width: 240px; */
  z-index: 1;
}

.lead-contents-area img.arrow {
  width: 45%;
  z-index: 0;
  position: absolute;
  top: min(calc((40 / 1100) * 100vw), 40px);
  left: min(calc((140 / 1100) * 100vw), 140px);
}

@media screen and (max-width: 750px) {
  .lead-contents-area img.people {
    width: calc((320 / 750) * 100vw);
    margin: 0 auto;
  }

  .lead-contents-area img.graph {
    display: none;
  }

}

.lead-contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: min(calc((50 / 1100) * 100vw), 50px) 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lead-contents-area .text-wrapper {
  width: calc((650 / 1100) * 100vw);
  max-width: 650px;
  z-index: 3;
  margin-left: min(calc((30 / 1100) * 100vw), 30px);
  background-image: url("../img/Problem/graph_arrow1.png");
  background-size: contain;
  background-position-x: right;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}

.lead-contents-area h3.colored {
  color: #FC3F1B;
  font-family: "Noto Sans JP-EB";
  font-weight: 800;
  line-height: min(calc((40 / 1100) * 100vw), 40px);
}

.lead-contents-area p {
  margin-top: min(calc((30 / 1100) * 100vw), 30px);
  font-size: min(calc((22.4 / 1100) * 100vw), 22.4px);
}

@media screen and (max-width: 750px) {
  .lead-contents-wrapper {
    display: block;
    padding: calc((30 / 750) * 100vw);
    width: 100%;
  }

  .lead-contents-area .text-wrapper {
    width: 90%;
    margin: calc((20 / 750) * 100vw) auto 0;
    background-image: url("../img/Problem/graph_arrow1.png");
    background-size: contain;
    background-position-x: right;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
  }

  .lead-contents-area h3.colored {
    font-size: calc((40 / 750) * 100vw);
    line-height: 1.5;
  }

  .lead-contents-area p {
    margin-top: calc((30 / 750) * 100vw);
    font-size: calc((24 / 750) * 100vw);
  }
}


/* ---悩みエリア--- */
.problem-area {
  background: #FC3F1B;
  width: 100%;
}

.problem-wrapper {
  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;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.problem {
  width: calc((400 / 1100) * 100vw);
  max-width: 400px;
  border-right: 2px solid #fff;
  margin: min(calc((40 / 1100) * 100vw), 40px) 0;
}

.problem:nth-child(3) {
  border: none;
}

.problem p {
  color: #FFFFFF;
  text-align: left;
  height: 10%;
  margin: auto;
  font-weight: 800;
}

.sol-01-p {
  width: 60%;
  padding-left: min(calc((15 / 1100) * 100vw), 15px);
}

.sol-02-p {
  width: 75%;
  padding-left: min(calc((20 / 1100) * 100vw), 20px);
}

.sol-03-p {
  width: 65%;
  padding-left: min(calc((25 / 1100) * 100vw), 25px);
}

.problem img {
  height: calc((140 / 1100) * 100vw);
  max-height: 140px;
  margin: min(calc((20 / 1100) * 100vw), 20px) auto 0;
}

/* 画像サイズが違う分の微調整 */
.problem-1 {
  padding: min(calc((5 / 1100) * 100vw), 5px) 0;
}

.problem-2 {
  padding-top: min(calc((5 / 1100) * 100vw), 5px);
}

.problem-3 {
  padding-top: min(calc((5 / 1100) * 100vw), 5px);
}

@media screen and (max-width: 750px) {
  .problem-area {
    width: inherit;
  }

  .problem-wrapper {
    display: block;
    padding: calc((24 / 750) * 100vw);
  }

  .problem {
    width: 75vw;
    margin: 0 auto;
    padding: calc((5 / 750) * 100vw);
    border-right: initial;
  }

  .problem:nth-child(1),
  .problem:nth-child(2) {
    border-bottom: 2px solid #fff;
    padding: calc((15 / 750) * 100vw) 0;
  }

  .problem p {
    width: 100%;
    font-size: calc((32 / 750) * 100vw);
    text-align: center;
    padding: calc((8 / 750) * 100vw);
  }

  .problem:first-of-type p {
    margin: 0 auto;
  }

  .problem img {
    height: calc((140 / 750) * 100vw);
    margin: calc((10 / 750) * 100vw) auto 0;
  }

}

/* ---グリーンカルチャーが解決します--- */
.solution-lead {
  background: #FEDA32;
  position: relative;
}

.solution-lead div.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: min(calc((50 / 1100) * 100vw), 50px);
  padding-bottom: min(calc((40 / 1100) * 100vw), 40px);
}

.solution-lead .triangle {
  width: 0;
  height: 0;
  border-right: min(calc((60 / 1100) * 100vw), 60px) solid transparent;
  border-left: min(calc((60 / 1100) * 100vw), 60px) solid transparent;
  border-top: min(calc((30 / 1100) * 100vw), 30px) solid #FC3F1B;
  margin: min(calc((-1 / 1100) * 100vw), -1px) auto 0;
  position: absolute;
  left: 45%;
}

.solution-lead img {
  height: calc((90 / 1100) * 100vw);
  max-height: 90px;
  margin-right: min(calc((30 / 1100) * 100vw), 30px);
}

.solution-lead h1 {
  color: #242B8D;
  font-family: "Noto Sans JP-EB";
  font-weight: 800;
}

.solution-lead h1 span {
  color: #FC3F1B;
}

@media screen and (max-width: 750px) {

  .solution-lead div.flex {
    padding: calc((50 / 750) * 100vw) 0 calc((40 / 750) * 100vw);
  }

  .solution-lead .triangle {
    border-right: calc((60 / 750) * 100vw) solid transparent;
    border-left: calc((60 / 750) * 100vw) solid transparent;
    border-top: calc((30 / 750) * 100vw) solid #FC3F1B;
    left: 44%;
  }

  .solution-lead img {
    height: calc((90 / 750) * 100vw);
    margin-right: calc((30 / 750) * 100vw);
  }

}

/* ---解決策--- */
/* ---共通--- */
.solution {
  background-color: #FFF5C1;
}

.solution01,
.solution02,
.solution03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
}

.solution01 {
  height: calc((400 / 1100) * 100vw);
  max-height: 400px;
}

.solution02 {
  height: calc((420 / 1100) * 100vw);
  max-height: 420px;
}

.solution03 {
  height: calc((360 / 1100) * 100vw);
  max-height: 360px;
}

.solution:nth-child(2) {
  background: #fff;
}

.solution > .solution-inner,
.solution-inner-wrapper {
  padding: min(calc((40 / 1100) * 100vw), 40px) 0;
  width: 100vw;
  max-width: 1050px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {

  .solution01,
  .solution02,
  .solution03 {
    display: block;
    max-height: none;
    height: auto;
  }

  .solution > .solution-inner,
  .solution-inner-wrapper {
    padding: calc((20 / 750) * 100vw) 0;
    text-align: center;
    width: 100%;
  }
}

/* 数字の左右の余白 */
.solution-inner,
.solution-inner .items {
  margin-left: min(calc((30 / 1100) * 100vw), 30px);
}

.solution .num {
  color: #EC2F1E;
  font-family: "Noto Sans JP-EB";
  font-weight: 800;
}

.solution .lead-text {
  color: #3234A2;
}

.solution .text-wrapper p {
  margin-top: min(calc((10 / 1100) * 100vw), 10px);
  font-size: min(calc((16 / 1100) * 100vw), 16px);
}

.solution03 .text-wrapper p {
  margin-top: min(calc((30 / 1100) * 100vw), 30px);
}

@media screen and (max-width: 750px) {

  .solution-inner,
  .solution-inner .items {
    margin-left: 0;
  }

  .num {
    margin-bottom: calc((10 / 750) * 100vw);
  }

  .solution .lead-text {
    font-size: calc((39.06 / 750) * 100vw);
  }

  .solution .text-wrapper p {
    font-size: calc((24 / 750) * 100vw);
    margin-top: calc((10 / 750) * 100vw);
    padding: 0 calc((75 / 750) * 100vw) calc((30 / 750) * 100vw);
    text-align: justify;
  }

  .solution .text-wrapper > div {
    width: 100%;
  }
}

/* ---01--- */
.small-img-wrapper {
  margin-top: min(calc((20 / 1100) * 100vw), 20px);
  gap: min(calc((15 / 1100) * 100vw), 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.small-img-wrapper img {
  width: calc((160 / 1100) * 100vw);
  max-width: 160px;
}

.solution img.large01 {
  height: calc((320 / 1100) * 100vw);
  max-height: 320px;
  padding-left: min(calc((80 / 1100) * 100vw), 80px);
  padding-top: min(calc((10 / 1100) * 100vw), 10px);
}

@media screen and (max-width: 750px) {
  .small-img-wrapper {
    display: none;
    margin-top: calc((20 / 750) * 100vw);
    gap: calc((15 / 750) * 100vw);
  }

  .small-img-wrapper img {
    width: calc((160 / 750) * 100vw);
    margin: 0 auto;
  }

  .solution img.large01 {
    height: calc((300 / 750) * 100vw);
    margin: calc((20 / 750) * 100vw) auto;
    padding: 0;
  }

}

/* ---02--- */
.solution02 .text-wrapper {
  width: calc((980 / 1100) * 100vw);
  max-width: 980px;
}

.items.flex {
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img-wrapper-right {
  gap: min(calc((10 / 1100) * 100vw), 10px);
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-left: min(calc((20 / 1100) * 100vw), 20px);
  margin-top: min(calc((30 / 1100) * 100vw), 30px);
}

.img-wrapper-right .large02 {
  width: 40%;
}

.img-wrapper-right .small02 {
  width: calc((60 / 1100) * 100vw);
  max-width: 60px;
  height: calc((60 / 1100) * 100vw);
  max-height: 60px;
}

@media screen and (max-width: 750px) {

  .solution02 .text-wrapper {
    width: 100%;
  }

  .img-wrapper-right {
    display: none;
  }

}

.exa-box-wrapper {
  gap: min(calc((30 / 1100) * 100vw), 30px);
  margin-top: min(calc((25 / 1100) * 100vw), 25px);
}

.exa-box {
  width: calc((300 / 1100) * 100vw);
  max-width: 300px;
  height: calc((200 / 1100) * 100vw);
  max-height: 200px;
  background: #E0E0E0;
  border-radius: min(calc((20 / 1100) * 100vw), 20px);
  text-align: center;
}

.exa-box p:first-child {
  font-size: min(calc((20 / 1100) * 100vw), 20px);
  margin-top: min(calc((20 / 1100) * 100vw), 20px);
  color: #141414;
}

.food-img-wrapper {
  margin: min(calc((15 / 1100) * 100vw), 15px) min(calc((8 / 1100) * 100vw), 8px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.exa-box img {
  width: calc((90 / 1100) * 100vw);
  max-width: 90px;
}

.exa-box-wrapper div:nth-child(2) .food-img {
  margin-top: min(calc((22 / 1100) * 100vw), 22px);
}

@media screen and (max-width: 750px) {
  .exa-box-wrapper {
    gap: calc((30 / 750) * 100vw);
    margin: calc((25 / 750) * 100vw);
  }

  .exa-box {
    width: calc((300 / 750) * 100vw);
    height: calc((200 / 750) * 100vw);
    border-radius: calc((20 / 750) * 100vw);
    margin: 0 auto;
    max-width: none;
    max-height: none;
  }

  .exa-box p:first-child {
    font-size: calc((32 / 750) * 100vw);
    padding-top: calc((25 / 750) * 100vw);
    padding-bottom: calc((25 / 750) * 100vw);
    text-align: center;
  }
  .exa-box p.desc {
    font-size: calc((18 / 750) * 100vw);
    margin: 0;
    padding-bottom: calc((15 / 750) * 100vw);
    text-align: center;
  }


  .food-img-wrapper {
    margin: calc((15 / 750) * 100vw) calc((50 / 750) * 100vw);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .exa-box img {
    width: calc((150 / 750) * 100vw);
    max-width: none;
  }

  .exa-box-wrapper div:nth-child(2) .food-img {
    margin-top: calc((22 / 750) * 100vw);
  }

  /* スライダーコンテナのスタイル */
  .slider-container {
    width: 100%;
    height: calc((300 / 750) * 100vw);
    /* overflow: hidden; */
    position: relative;
    margin: calc((20 / 750) * 100vw) auto;
  }

  /* スライドのスタイル */
  .slider-item {
    width: 85%;
    height: calc((300 / 750) * 100vw);
    display: none;
  }

}

/* ---03--- */
img.car {
  width: calc((400 / 1100) * 100vw);
  max-width: 400px;
  margin-left: min(calc((90 / 1100) * 100vw), 90px);
  margin-top: min(calc((50 / 1100) * 100vw), 50px);
}

.figure-wrapper {
  position: relative;
}

.figure-wrapper div {
  position: absolute;
  top: 35%;
  left: 55%;
}

.figure-wrapper div h3 {
  color: #4C8903;
  font-family: "Noto Sans JP-EB";
  font-weight: 800;
}

@media screen and (max-width: 750px) {
  img.car {
    width: calc((400 / 750) * 100vw);
    margin: calc((30 / 750) * 100vw) auto;
  }

  .figure-wrapper div {
    margin-top: -4%;
    margin-left: -8%;
  }
}

/* 特徴エリア */
.feature-area {
  background: #FEDA32;
}

.feature-area .circle-wrapper {
  padding: min(calc((50 / 1100) * 100vw), 50px) 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(calc((60 / 1100) * 100vw), 60px);
}

.feature-area .circle {
  background: #fff;
  width: calc((150 / 1100) * 100vw);
  max-width: 150px;
  height: calc((150 / 1100) * 100vw);
  max-height: 150px;
  border-radius: 50%;
}

.feature-area .circle h3 {
  color: #3234A2;
  font-size: min(calc((25 / 1100) * 100vw), 25px);
  font-weight: normal;
  text-align: center;
  margin-top: min(calc((25 / 1100) * 100vw), 25px);
  margin-left: min(calc((5 / 1100) * 100vw), 5px);
}

.feature-area .circle p.note {
  text-align: center;
  color: #3234A2;
  margin-top: min(calc((30 / 1100) * 100vw), 30px);
}

@media screen and (max-width: 750px) {

  .feature-area .check-wrapper {
    width: 60%;
    margin: 0 auto;
    text-align: start;
    padding: calc((30 / 750) * 100vw) 0 calc((20 / 750) * 100vw) calc((20 / 750) * 100vw);
  }

  .feature-area .check-wrapper li {
    padding-bottom: calc((16 / 750) * 100vw);
  }

  .feature-area .check-wrapper h3 {
    font-size: calc((25 / 750) * 100vw);
    margin-left: calc((15 / 750) * 100vw);
  }

}