.temp-top-area .inner .title-obj {
  background-color: rgb(169, 197, 125, 0.8);
}

.temp-top-area .inner .main-title {
  margin: 2rem 0 0;
}

.special-flex .conts p {
  margin: 1rem 0 0;
}

.case-area .inner {
  padding: 0 0 3rem;
}

.case-area .inner h3 {
  color: #212121;
  font-weight: 300;
  line-height: 1.5;
}

.case-area .inner h3 span {
  font-size: 0.75rem;
  font-weight: 400;
}

.case-area .case-obj {
  background-color: #F2F7EC;
}

.case-area .case-obj div span {
  color: #A9C57D;
}

.case-area .case-obj div p {
  font-weight: 400;
  font-size: 14px;
}

.features-flex .conts {
  background-color: #F2F7EC;
}

.special-box .conts {
  background-color: rgb(228, 226, 226, 0.8);
}

.special-box .conts h3 {
  color: #212121;
}

.special-box .conts div {
  color: #212121;
}

.howto-area .inner .howto-box .howto-inner .link {
  border: none;
  margin: 2rem 0 0;
  display: flex;
  justify-content: flex-end;
  transition: all 0.3s ease;
  border: none;
}

.howto-area .inner .howto-box .howto-inner .link a {
  box-sizing: border-box;
  display: flex;
  justify-content: right;
  margin: 1rem 0 .25rem;
  font-size: 15px;
  grid-column-gap: 10px;
  transition: all 0.3s ease;
  text-align: right;
  text-decoration: none;
}

.howto-area .inner .howto-box .howto-inner .link p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.howto-area .inner .howto-box .howto-inner .link a::after {
  content: "";
  padding-right: 36px;
  background: url(https://mmoon.itembox.design/item/common/icon_arrow.svg) no-repeat 100% 50%;
  background-size: 30px auto;
  letter-spacing: 0.04em;
  transition: 0.1s ease-in-out;
}

.howto-area .inner .howto-box .howto-inner .link.sp-hide {
  border: none;
}

.howto-area .inner .howto-box .howto-inner .link.pc-hide {
  border: none;
  display: none;
}

@media screen and (min-width: 768px) {
  .howto-area .inner .howto-box .howto-inner .link.sp-hide {
    border: none;
    display: none;
  }

  .howto-area .inner .howto-box .howto-inner .link.pc-hide {
    border: none;
    display: flex;
  }
}

.benefits-area .inner .benefits-flex .image img {
  box-shadow: rgb(0 0 0 / 20%) 20px 20px 30px -18px;
}

.benefits-area .inner .benefits-flex .conts {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .case-area .inner {
    padding-bottom: 25%;
  }

  .benefits-area .inner .en-title {
    line-height: 1;
    margin: 0 0 30px;
  }

  .benefits-area .inner .benefits-flex {
    gap: 0 80px;
  }

  .benefits-area .inner .benefits-flex .conts {
    width: auto;
    flex: 1;
    text-align: left;
  }
}

.case-area .case-obj-box {
  margin: 1.5rem auto 0;
}

@media screen and (min-width: 768px) {
  .case-area .case-obj-box {
    margin: 0;
  }

  .case-area .inner h3 {
    font-size: 1.375rem;
    margin: 0;
  }


  .case-area .inner h3 span {
    font-size: 16px;
  }
}

.special-area .special-flex {
  padding: 0;
}


.howto-area .inner .howto-box .inner-box h4 {
  text-align: center;
}


@media screen and (min-width: 768px) {
  .howto-area .inner .howto-box .inner-box h4 {
    text-align: left;
  }
}


.last-area .inner {
  margin: 0 0 100px;
}

.last-area .inner .special-box {
  padding: 0 0 8rem;
}

@media screen and (min-width: 768px) {
  .last-area .inner .special-box {
    padding: 0;
  }
}

.temp-top-area .inner .title-obj h2 {
  font-size: 18px;
}

.temp-top-area .inner .title-obj {
  padding: 40px 20px;
}

.temp-top-area .inner .title-obj {
  font-size: 14px;
  margin: 0;
  color: #fff;
  text-align: center;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .temp-top-area .inner .title-obj {
    transform: translate(0, 0);
    left: 7.5%;
    padding: 70px 20px;
  }
}

@media screen and (min-width: 1366px) {
  .temp-top-area .inner .title-obj {
    position: absolute;
    left: 7.5%;
    padding: 80px 40px;
  }
}



/* 241113 */
.features-area .features-flex {
  display: block;
  margin: 0 auto;
  width: auto;
  padding: 0 20px;
}

.features-area .features-flex .conts {
  width: auto;
  margin: 0;
}


.features-area .features-flex .image img {
  height: auto;

}

.features-area .features-wrap .features-flex:nth-child(1) {
  margin: 0 0 50px;
}

@media screen and (min-width: 768px) {
  .features-area .inner {
    max-width: 1174px;
  }

  .features-flex .image {
    position: relative;
    z-index: 1;
  }


  .features-area .features-flex .conts {
    width: 70%;
    height: auto;
    padding: 37% 0 0 0px;

  }

  .features-area .features-flex .conts .inner-box {
    transform: translate(0, -50%);
    width: 55%;
    max-width: initial;
    left: auto;
  }

  .features-flex .conts h3 {
    text-align: left;
  }

  .features-area .features-wrap .features-flex:nth-child(1) .conts {
    margin: -30% 0 0 auto;
  }

  .features-area .features-wrap .features-flex:nth-child(2) .conts {
    margin: -30% auto 0 0;
  }

  .features-area .features-wrap .features-flex:nth-child(1) .conts .inner-box {
    right: 5%;
  }

  .features-area .features-wrap .features-flex:nth-child(2) .conts .inner-box {
    left: 5%;
  }

  .features-area .features-wrap .features-flex:nth-child(2) figure {
    margin: 0 0 0 auto;
  }
}

@media screen and (min-width: 1366px) {
  .case-area .inner h3 {
    font-size: 30px;
  }

  .case-area .case-obj div p {
    font-size: 1.125rem;
  }

  .features-flex .image {
    width: 52%;
    margin: 0;
    position: relative;
    z-index: 1;
  }
}
