.p-impotance .p-melit-case {
  margin: 5rem 0 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-melit-case {
    margin: 3rem 0 5rem;
  }
}
.p-impotance .p-melit-case .case-unit {
  background: #fff;
}
.p-impotance .p-melit-case .case-unit .txt {
  padding: 3.5rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-melit-case .case-unit .txt {
    padding: 2rem 1.5rem;
  }
}
.p-impotance .p-melit-case .case-unit .txt .en {
  text-align: center;
  font-family: "Tomorrow", sans-serif;
  color: #366a47;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-melit-case .case-unit .txt .en {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.p-impotance .p-melit-case .case-unit .txt .ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-melit-case .case-unit .txt .ttl {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.p-impotance .p-melit-case .case-unit .txt .detail {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-melit-case .case-unit .txt .detail {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.p-impotance .p-melit-effect {
  margin-top: 4.7rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-melit-effect {
    margin-top: 3rem;
  }
}
.p-impotance .p-melit-effect .effect-unit {
  background: #fff;
  padding: 4.5rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-melit-effect .effect-unit {
    padding: 2.5rem 1.5rem;
  }
}
.p-impotance .p-melit-effect .effect-unit .img {
  margin: 0 auto 2rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-melit-effect .effect-unit .img {
    margin-bottom: 1.5rem;
  }
}
.p-impotance .p-melit-effect .effect-unit .txt .en {
  text-align: center;
  font-family: "Tomorrow", sans-serif;
  color: #366a47;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-melit-effect .effect-unit .txt .en {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.p-impotance .p-melit-effect .effect-unit .txt .ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-melit-effect .effect-unit .txt .ttl {
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
  }
}
.p-impotance .p-melit-effect .effect-unit .txt .detail {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-melit-effect .effect-unit .txt .detail {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.p-impotance .p-melit-effect .effect-unit .txt .link {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-melit-effect .effect-unit .txt .link {
    margin-top: 0.5rem;
  }
}
.p-impotance .p-melit-effect .effect-unit .txt .link a {
  color: #366a47;
  font-size: 1.6rem;
  line-height: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(5%, #366a47));
  background: linear-gradient(transparent 95%, #366a47 5%);
}
@media screen and (max-width: 767px) {
  .p-impotance .p-melit-effect .effect-unit .txt .link a {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.p-impotance .p-melit-effect .effect-unit:nth-of-type(1) .img {
  width: 4.2rem;
}
.p-impotance .p-melit-effect .effect-unit:nth-of-type(2) .img {
  width: 5.2rem;
}
.p-impotance .p-melit-effect .effect-unit:nth-of-type(3) .img {
  width: 6.5rem;
  padding-left: 1.5rem;
}
.p-impotance .p-melit-effect .effect-unit:nth-of-type(4) .img {
  width: 3.2rem;
}
.p-impotance .p-problems {
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-problems {
    margin-top: 6rem;
  }
}
.p-impotance .p-problems-grid {
  margin: 11.5rem 0 7.7rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-problems-grid {
    margin: 10rem 0 5rem;
  }
}
.p-impotance .p-problems-grid .grid-col.m-double {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 1fr 5.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.6rem 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-problems-grid .grid-col.m-double {
    gap: 4rem 2rem;
  }
}
.p-impotance .p-problems-grid .grid-col.m-double .problems-result {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.p-impotance .p-problems-grid .grid-col.m-single {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  gap: 7.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-problems-grid .grid-col.m-single {
    grid-column: auto;
    margin-top: 5rem;
    gap: 4rem 2rem;
  }
}
.p-impotance .p-problems .problems-unit {
  background: #fff;
  position: relative;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-problems .problems-unit {
    padding-bottom: 2rem;
  }
}
.p-impotance .p-problems .problems-unit:after {
  content: "";
  width: 1.8rem;
  height: 1rem;
  background: url(../img/common/icn_arrow_olive.png) no-repeat left top/contain;
  position: absolute;
  bottom: -4.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-problems .problems-unit:after {
    bottom: -2.5rem;
  }
}
.p-impotance .p-problems .problems-unit .img {
  margin: 0 auto 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-problems .problems-unit .img {
    margin-bottom: 2rem;
  }
}
.p-impotance .p-problems .problems-unit .txt {
  min-height: 34rem;
  padding: 0 4rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-problems .problems-unit .txt {
    padding: 0 1.5rem;
    min-height: 30rem;
  }
}
.p-impotance .p-problems .problems-unit .txt .en {
  text-align: center;
  font-family: "Tomorrow", sans-serif;
  color: #366a47;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-problems .problems-unit .txt .en {
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
  }
}
.p-impotance .p-problems .problems-unit .txt .ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-problems .problems-unit .txt .ttl {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
.p-impotance .p-problems .problems-unit .txt .detail {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-problems .problems-unit .txt .detail {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.p-impotance .p-problems .problems-unit .txt .link {
  margin-top: 1rem;
}
.p-impotance .p-problems .problems-unit .txt .link a {
  color: #366a47;
  font-size: 1.6rem;
  line-height: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(5%, #366a47));
  background: linear-gradient(transparent 95%, #366a47 5%);
}
.p-impotance .p-problems .problems-unit .photo {
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-problems .problems-unit .photo {
    padding: 0 1.5rem;
  }
}
.p-impotance .p-problems .problems-unit .photo .note {
  margin-top: 1.2rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-problems .problems-unit .photo .note {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.p-impotance .p-problems .problems-unit.m-01 .img {
  width: 7.6rem;
  margin-top: -5.5rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-problems .problems-unit.m-01 .img {
    width: 6rem;
    margin-top: -5rem;
  }
}
.p-impotance .p-problems .problems-unit.m-02 .img {
  width: 7.6rem;
  margin-top: -4rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-problems .problems-unit.m-02 .img {
    width: 6rem;
  }
}
.p-impotance .p-problems .problems-unit.m-03 .img {
  width: 13.2rem;
  margin-top: -3.6rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-problems .problems-unit.m-03 .img {
    width: 10rem;
    margin-top: -2.7rem;
  }
}
.p-impotance .p-problems .problems-result {
  border: 1px solid #b7b350;
}
.p-impotance .p-problems .problems-result .c-note-txt p {
  min-height: 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-problems .problems-result .c-note-txt p {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-impotance .p-problems .problems-result .c-note-txt.m-thin p {
    font-size: 1.1rem;
  }
}
.p-impotance .p-problems .c-linklist {
  margin-top: 8.2rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-problems .c-linklist {
    margin-top: 5rem;
  }
}
.p-impotance .p-solution {
  margin: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-solution {
    margin: 7rem 0 6rem;
  }
}
.p-impotance .p-solution .c-photoset {
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-solution .c-photoset {
    margin-bottom: 4rem;
  }
}
.p-impotance .p-solution .c-note {
  margin-bottom: 5.2rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-solution .c-note {
    margin-bottom: 4rem;
  }
}
.p-impotance .p-equipment .c-section-subheadline {
  margin: 6rem 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-equipment .c-section-subheadline {
    margin: 5rem 0 2rem;
  }
}
.p-impotance .p-equipment .c-note {
  margin: 5rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-equipment .c-note {
    margin: 3rem 0;
    padding: 1.5rem 0 0 0;
  }
}
.p-impotance .p-equipment .c-note:nth-of-type(2) {
  margin-bottom: 6.7rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-equipment .c-note:nth-of-type(2) {
    margin-bottom: 4rem;
  }
}
.p-impotance .p-equipment-figure {
  background: #f2f2f2;
  margin: 4rem auto;
}
.p-impotance .p-equipment-figure img {
  mix-blend-mode: darken;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-equipment-figure {
    margin: 2rem 3rem 4rem;
  }
}
.p-impotance .p-equipment-figure.m-01 {
  width: 71.6rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-equipment-figure.m-01 {
    width: auto;
  }
}
.p-impotance .p-equipment-figure.m-02 {
  width: 42rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-equipment-figure.m-02 {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-impotance .p-equipment-figure {
    height: 11rem;
  }
  .p-impotance .p-equipment-figure img {
    width: auto;
    height: 100%;
    margin-right: 3rem;
    outline: none;
  }
}
.p-impotance .p-ending {
  margin-top: 11.5rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-ending {
    margin-top: 6.5rem;
  }
}
.p-impotance .p-ending .c-photoset {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-ending .c-photoset {
    margin-bottom: 4rem;
  }
}
.p-impotance .p-ending .c-note {
  padding: 3.5rem 4rem 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-ending .c-note {
    padding: 2.5rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-impotance .p-ending .c-note p {
    font-size: 1.3rem;
  }
}
.p-impotance .p-ending .c-note ul {
  margin: 1rem 0;
}
.p-impotance .p-ending .c-note ul li {
  padding-left: 1.5rem;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-ending .c-note ul li {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    padding-left: 1rem;
  }
}
.p-impotance .p-ending .c-note ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #111;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-impotance .p-ending .c-note ul li::before {
    top: 1rem;
  }
}
.p-impotance .p-ending .c-note ul li + li {
  margin-top: 1rem;
}
.p-impotance .p-ending .c-note .c-linkcard {
  margin-top: 3.2rem;
}