<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.detailList__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.detailList__note {
  margin-top: 10px;
  text-align: right;
}

.detailList__item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .detailList__item {
    padding: 40px;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .detailList__item:nth-child(2n):after {
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
}

@media screen and (min-width: 768px) {
  .detailList__item:nth-child(n + 3):before {
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .detailList__item:not(:first-child) {
    margin-top: 40px;
    padding-top: 40px;
  }
  .detailList__item:not(:first-child):before {
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .entranceSect__head {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
  }
}

@media screen and (max-width: 768px) {
  .entranceSect__head {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (min-width: 768px) {
  .entranceSect__head + .entranceSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .entranceSect__head + .entranceSect__cont {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .entranceSect__bottom {
    margin: 120px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .entranceSect__bottom {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .entranceSect__bottom .photo {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
  }
}

@media screen and (max-width: 768px) {
  .entranceSect__bottom .photo {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (min-width: 768px) {
  .entranceSect__bottom .photo + .headingUnit {
    margin: 80px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .entranceSect__bottom .photo + .headingUnit {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .entranceSect__bottom .headingUnit {
    width: 620px;
  }
}

@media screen and (min-width: 768px) {
  .entranceSect__bottom .headingUnit .heading {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .materialSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 60px;
  }
}

@media screen and (min-width: 768px) {
  .materialSect__head {
    width: calc(50% - 30px);
  }
}

@media screen and (min-width: 768px) {
  .materialSect__cont {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 768px) {
  .materialSect__cont {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 768px) {
  .materialSect__head + .materialSect__cont {
    margin-top: 34px;
  }
}

@media screen and (min-width: 768px) {
  .pageIntro__cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
}

@media screen and (min-width: 768px) {
  .pageIntro__cont .headingUnit {
    width: calc(50% - 30px);
  }
}

@media screen and (min-width: 768px) {
  .pageIntro__cont .photo {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 768px) {
  .pageIntro__cont .photo {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (min-width: 768px) {
  .pageIntro__head + .pageIntro__cont {
    margin-top: 85px;
  }
}

@media screen and (max-width: 768px) {
  .pageIntro__head + .pageIntro__cont {
    margin-top: 36px;
  }
}

@media screen and (max-width: 768px) {
  .pageIntro__bottom .featureBox {
    margin: 34px -20px 0;
  }
}

@media screen and (min-width: 768px) {
  .pageIntro__bottom .featureBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .pageIntro__bottom .featureBox__head {
    width: calc(50% - 30px);
  }
}

@media screen and (min-width: 768px) {
  .pageIntro__bottom .featureBox__cont {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 768px) {
  .pageIntro__bottom .featureBox__cont {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .pageIntro__cont + .pageIntro__bottom {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .pageIntro__cont + .pageIntro__bottom {
    margin-top: 60px;
  }
}

.plantCard .photo + .caption {
  margin-top: 10px;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .plantSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 60px;
  }
}

@media screen and (min-width: 768px) {
  .plantSect__head {
    width: calc(50% - 30px);
  }
}

@media screen and (min-width: 768px) {
  .plantSect__cont {
    width: calc(50% - 30px);
  }
}

.plantSect__cont .usableList__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .plantSect__cont .usableList__inner {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .plantSect__cont .usableList__inner {
    gap: 20px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .plantSect__cont .usableList__item {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 768px) {
  .plantSect__cont .usableList__item {
    width: 50%;
  }
}

.plantSect__cont .usableList__item .photo__capOut {
  position: relative;
}

@media screen and (max-width: 768px) {
  .plantSect__cont .usableList__item .photo__capOut {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .plantSect__head + .plantSect__cont {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .design-material {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .design-material {
    padding: 60px 0;
  }
}

@media screen and (min-width: 768px) {
  .design-entrance {
    padding: 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .design-entrance {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .design-plant {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .design-plant {
    padding: 60px 0;
  }
}
</pre></body></html>