img{
    max-width: 100%;
}
#efficacy {
    background-color: #000;
    margin-top: -1px;
    /* position: relative; */
}
#efficacy .wrap{
    max-width: 1300px;
    margin: auto;
    padding: 50px 0 80px;
}
@media screen and (max-width:1400px) {
    #efficacy .wrap{
        max-width: 1200px;
    }
}
/* #efficacy h2 {
    color: #fff;
    font-family: 'aotf';
    font-size: 3rem;
    padding-bottom: 25px;
    border-bottom: solid 1px #DDD;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    text-indent: 5vw;
    margin-top: 1px;
    padding-top: 80px;
} */
#efficacy .wrap>p {
    color: #fff;
    font-size: 1.3rem;
    display: inline-block;
    margin: 30px auto 50px;
    line-height: 25px;
}

.tm-case {
  background: #fff;
  border: 1px solid transparent;
  margin-bottom: 50px;
}

.tm-case__head {
  background: #f4efc2;
  padding: 30px 25px;
  text-align: center;
}

.tm-case__title {
  margin: 0;
  color: #e17b00;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0;
}
@media screen and (max-width:1400px) {
  .tm-case__title {
    font-size: 2.4rem;
  }
}
.tm-case__sub {
  margin: 6px auto 0;
  color: #e17b00;
  font-size: clamp(18px, 1.6vw, 31px);
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0;
  position: relative;
  width: fit-content;
}

.tm-case__sub:before{
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  border-top: solid 2px #e17b00;
  left: -25px;
  top: 5px;
  bottom: 0;
  margin: auto;
}
.tm-case__sub:after{
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  border-top: solid 2px #e17b00;
  right: -25px;
  top: 5px;
  bottom: 0;
  margin: auto;
}

.tm-case__body {
  padding: 34px 40px 42px;
}

.tm-case__mainimg {
  margin: 0;
}

.tm-case__mainimg img {
  display: block;
  width: 100%;
  height: auto;
}

.tm-case__effect {
  margin-top: 34px;
}

.tm-case__effect-title {
  margin: 0 0 15px;
  text-align: center;
  color: #201313;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.tm-case__effect-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.tm-case__effect-item {
  position: relative;
  text-align: center;
  padding: 0 34px;
}

.tm-case__effect-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 10px;
  height: 135px;
  transform: translateX(50%);
  background-image: radial-gradient(circle, #b5b6b6 3px, transparent 3px);
  background-size: 10px 16px;
  background-repeat: repeat-y;
  background-position: center top;
}

.tm-case__effect-label {
  margin: 0;
  color: #201313;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.tm-case__effect-value {
  margin: 18px 0 0;
  color: #201313;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.tm-case__effect-value span {
  color: #e57f00;
  font-size: 1.6em;
  line-height: 1;
  font-weight: 900;
}

.tm-case__effect-value small {
  font-size: 0.85em;
  font-weight: 900;
}

.tm-case__effect-value--arrow .arrow {
  display: inline-block;
  margin: 0 0.15em;
  color: #201313;
  font-size: 1em;
  font-weight: 900;
  transform: translateY(-0.02em);
}
.tm-case__effect-head-pc{
  display: inline;
}
/* SP用先頭語はPCでは出さない */
.tm-case__effect-head-sp {
  display: none;
}

/* SP */
@media screen and (max-width: 767px) {
  span.dot {
    width: 15px;
    margin-left: -5px;
    display: inline-block;
  }

  .mv {
    margin-top: 60px;
  }

  #efficacy .wrap > p {
    font-size: 1rem;
    line-height: 20px;
    margin: 30px auto;
  }
  .tm-case {
      margin-bottom: 20px;
  }
  .tm-case__head {
    padding: 10px 15px 10px;
  }

  .tm-case__title {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .tm-case__sub {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.4;
  }

  .tm-case__sub:before {
    width: 10px;
    border-top: solid 1px #e17b00;
    left: -15px;
  }

  .tm-case__sub:after {
    width: 10px;
    border-top: solid 1px #e17b00;
    right: -15px;
  }

  .tm-case__body {
    padding: 18px 14px 24px;
  }

  .tm-case__effect {
    margin-top: 20px;
  }

  .tm-case__effect-title {
    margin-bottom: 16px;
    font-size: 1.5rem;
    line-height: 1.35;
  }

  .tm-case__effect-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .tm-case__effect-item {
    padding: 0 8px 20px;
    margin-bottom: 15px;
  }

  /* SP横ドット */
  .tm-case__effect-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: 0;
    width: 80%;
    height: 10px;
    transform: none;
    background-image: radial-gradient(circle, #b5b6b6 3px, transparent 3px);
    background-size: 10px 10px;
    background-repeat: repeat-x;
    background-position: center center;
  }

  .tm-case__effect-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  /* SPではラベルの2行目を消す */
  .tm-case__effect-label {
    font-size: 18px;
    line-height: 1.35;
  }

  .tm-case__effect-label br {
    display: none;
  }

  /* 「薬剤費」「成分数」「散布回数」は value 側に出す */
  .tm-case__effect-head-sp {
    display: inline;
    color: #201313;
    font-size: 1em;
    font-weight: 900;
    margin-right: 0.18em;
  }
  .tm-case__effect-head-pc{
    display: none;
  }

  .tm-case__effect-value {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.2;
    white-space: nowrap;
  }

  .tm-case__effect-value span {
    font-size: 2.35em;
  }

  .tm-case__effect-value .tm-case__effect-head-sp {
      font-size: 1.3em;
      color: #000;
  }

  .tm-case__effect-value small {
    font-size: 0.9em;
  }

  .tm-case__effect-value--arrow .arrow {
      margin: 0 0.08em;
      display: inline-block;
      width: 20px;
      padding: 0px 5px;
  }
}

.ghg-case {
  background: #fff;
  border: 1px solid transparent;
}

.ghg-case__head {
  background: #f4efc2;
  padding: 30px 25px;
  text-align: center;
}

.ghg-case__title {
  margin: 0;
  color: #e57f00;
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0;
}
@media screen and (max-width:1400px) {
  .ghg-case__title {
    font-size: 2.4rem;
  }
}
.ghg-case__body {
  padding: 34px 40px 42px;
}

.ghg-case__lead {
  margin: 0 0 28px;
  text-align: center;
  color: #201313;
  font-size: clamp(18px, 1.45vw, 34px);
  line-height: 1.55;
  font-weight: 800;
  letter-spacing: 0;
  font-family: "aotf", sans-serif;
}

.ghg-case__chart {
  margin: 0;
}

.ghg-case__chart img {
  display: block;
  width: 100%;
  height: auto;
}

.ghg-case__foot {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 34px;
  align-items: center;
  margin-top: 28px;
}

.ghg-case__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.ghg-case__logo-label {
  margin: 0 0 16px;
  color: #201313;
  font-size: clamp(18px, 1.7vw, 34px);
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
}

.ghg-case__logo img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
}

.ghg-case__notes {
  color: #201313;
}

.ghg-case__notes-title {
  margin: 0 0 0px;
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.ghg-case__notes-list {
  /* margin: 0; */
  /* padding-left: 1.2em; */
}

.ghg-case__notes-list li {
  margin: 0;
  font-size: clamp(12px, 0.94vw, 15px);
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding-left: 15px;
  position: relative;
}
.ghg-case__notes-list li:before {
    content: "●";
    position: absolute;
    left: 0px;
}


@media screen and (max-width: 767px) {
  .ghg-case__head {
    padding: 10px 15px 10px;
  }

  .ghg-case__title {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .ghg-case__body {
    padding: 18px 14px 24px;
  }

  .ghg-case__lead {
    margin-bottom: 18px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: normal;
    text-align: justify;
  }

  .ghg-case__lead br {
    display: none;
  }

  .ghg-case__foot {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 18px;
  }

  .ghg-case__logo {
    order: 1;
  }

  .ghg-case__logo-label {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .ghg-case__logo img {
    max-width: 200px;
  }

  .ghg-case__notes {
    order: 1;
  }

  .ghg-case__notes-title {
    font-size: 0.8rem;
  }

  .ghg-case__notes-list li {
    font-size: 0.5rem;
    line-height: 1.1;
    padding-left: 7px;
    letter-spacing: -0.02em;
  }
  .ghg-case__notes-list li:before {
      left: 0px;
  }
}