@charset "UTF-8";
/*共通パーツ*/
.t_flex {
  flex-wrap: wrap;
}

.l_red {
  color: #b94645;
}

.l_grdtnBrwn {
  background-image: linear-gradient(to right, #534741, #998675, #534741);
}

.lnrlf_ttl {
  display: block;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.5px;
  font-size: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lnrlf_ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.lnrlf_subttl {
  display: block;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.5px;
  font-size: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lnrlf_subttl {
    font-size: 18px;
  }
}

.lnrlf_lead {
  padding: 30px 0;
}
.lnrlf_lead dl dt {
  display: block;
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .lnrlf_lead dl dt {
    font-size: 18px;
  }
}
.lnrlf_lead dl dd {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .lnrlf_lead dl dd {
    font-size: 14px;
  }
}

.js-modalImage {
  position: relative;
  background-color: white;
  border: none;
  cursor: pointer;
  box-shadow: 0px 0px 15px -5px #777777;
}
.js-modalImage-icon {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 84px;
}
.js-modalImage-caption {
  display: block;
  text-align: right;
  letter-spacing: 0.5px;
  margin-top: 5px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .js-modalImage-caption {
    font-size: 10px;
  }
}

.imageModal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.imageModal.is-open {
  visibility: visible;
  opacity: 1;
}
.imageModal_bg {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.imageModal_inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  max-height: 90vh;
}
.imageModal_image img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
}
.imageModal_close {
  position: absolute;
  top: -40px;
  right: 0;
  color: black;
  background-color: white;
  border: none;
  font-size: 30px;
  padding: 0 8px;
}

.is-modal-open {
  overflow: hidden;
}

/*共通パーツ*/
/*個別パーツ*/
.lnrlf_value {
  background-color: black;
  color: white;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .lnrlf_value {
    padding: 40px 0;
  }
}
.lnrlf_value-list {
  position: relative;
}
.lnrlf_value-list li:first-child {
  position: relative;
  z-index: 2;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .lnrlf_value-list li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
.lnrlf_value-list li:last-child {
  position: absolute;
  right: 0;
  width: 58%;
}
@media screen and (max-width: 768px) {
  .lnrlf_value-list li:last-child {
    position: inherit;
    width: 100%;
  }
}
.lnrlf_value-list dl {
  margin-bottom: 15px;
}
.lnrlf_value-list dl dt {
  border: 1px solid white;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .lnrlf_value-list dl dt {
    font-size: 16px;
  }
}
.lnrlf_value-list dl dd {
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-size: 14px;
}
.lnrlf_value-copy {
  display: block;
  margin: 40px 0 20px;
}
@media screen and (max-width: 768px) {
  .lnrlf_value-copy {
    margin: 0 0 20px;
  }
}
.lnrlf_value-about {
  justify-content: space-between;
}
.lnrlf_value-about li:first-child {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .lnrlf_value-about li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
.lnrlf_value-about li:last-child {
  width: 37%;
}
@media screen and (max-width: 768px) {
  .lnrlf_value-about li:last-child {
    width: 100%;
  }
}
.lnrlf_value-about dl dt {
  line-height: 1.5;
  color: #bfb17e;
  font-size: 19px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .lnrlf_value-about dl dt {
    text-align: center;
    font-size: 16px;
  }
}
.lnrlf_value-about dl dd {
  letter-spacing: 0.5px;
  line-height: 1.4;
  font-size: 14px;
}
.lnrlf_value-about dl dd small {
  display: block;
  text-align: right;
  margin-top: 10px;
}

.lnrlf_effect {
  background-image: linear-gradient(-45deg, #dec17f, #f2e7cd, #dec17f);
  color: black;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .lnrlf_effect {
    background-image: none;
    background-color: #f2e7cd;
    padding: 40px 0;
  }
}
.lnrlf_effect-list {
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .lnrlf_effect-list {
    margin-bottom: 30px;
  }
}
.lnrlf_effect-list li {
  display: block;
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .lnrlf_effect-list li {
    width: 100%;
  }
  .lnrlf_effect-list li:first-child {
    margin-bottom: 30px;
  }
}
.lnrlf_effect-list li p {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lnrlf_effect-list li p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.lnrlf_effect-img {
  display: block;
  margin-bottom: 15px;
}
.lnrlf_effect-img:last-of-type {
  margin-bottom: 0;
}
.lnrlf_effect-txt {
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.5px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .lnrlf_effect-txt {
    font-size: 14px;
    text-align: left;
  }
}

.lnrlf_devlop-inner {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .lnrlf_devlop-inner {
    padding: 40px 0;
  }
}
.lnrlf_devlop-kv {
  position: relative;
}
.lnrlf_devlop-kv figcaption {
  position: absolute;
  color: white;
  letter-spacing: 0.5px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .lnrlf_devlop-kv figcaption {
    font-size: 14px;
  }
}
.lnrlf_devlop-kv figcaption:first-of-type {
  left: 10px;
  bottom: 5px;
}
@media screen and (max-width: 768px) {
  .lnrlf_devlop-kv figcaption:first-of-type {
    top: 5px;
    right: 10px;
    left: auto;
    bottom: auto;
  }
}
.lnrlf_devlop-kv figcaption:last-of-type {
  right: 10px;
  bottom: 5px;
}
.lnrlf_devlop-img {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lnrlf_devlop-img {
    margin-bottom: 20px;
  }
}
.lnrlf_devlop-img figcaption {
  color: black;
  text-align: right;
  letter-spacing: 0.5px;
  margin-top: 5px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .lnrlf_devlop-img figcaption {
    font-size: 14px;
    margin-right: 5%;
  }
}
.lnrlf_devlop-list {
  justify-content: space-between;
  color: black;
  letter-spacing: 0.5px;
  font-size: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lnrlf_devlop-list {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.lnrlf_devlop-list li {
  display: block;
}
.lnrlf_devlop-list li:first-child {
  width: 61%;
}
@media screen and (max-width: 768px) {
  .lnrlf_devlop-list li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
.lnrlf_devlop-list li:last-child {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .lnrlf_devlop-list li:last-child {
    width: 100%;
  }
}
.lnrlf_devlop-about {
  align-items: stretch;
  margin-bottom: 15px;
}
.lnrlf_devlop-about li:first-child {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .lnrlf_devlop-about li:first-child {
    width: 100%;
  }
}
.lnrlf_devlop-about li:last-child {
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .lnrlf_devlop-about li:last-child {
    width: 100%;
    padding: 20px;
  }
}
.lnrlf_devlop-about li dl dt {
  font-size: 23px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .lnrlf_devlop-about li dl dt {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.lnrlf_devlop-about li dl dd {
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .lnrlf_devlop-about li dl dd {
    font-size: 14px;
  }
}
.lnrlf_devlop-caption {
  display: block;
  text-align: right;
  color: black;
  letter-spacing: 0.5px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .lnrlf_devlop-caption {
    font-size: 14px;
  }
}
.lnrlf_devlop-ctns {
  display: block;
  color: black;
  margin-top: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lnrlf_devlop-ctns {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.lnrlf_devlop-ctns dl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lnrlf_devlop-ctns dl {
    margin-bottom: 20px;
  }
}
.lnrlf_devlop-ctns dl dt {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .lnrlf_devlop-ctns dl dt {
    width: 100%;
    margin-bottom: 0;
  }
}
.lnrlf_devlop-ctns dl dd {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lnrlf_devlop-ctns dl dd {
    width: 100%;
    font-size: 14px;
  }
}
.lnrlf_devlop-ttl {
  display: block;
  color: black;
  text-align: center;
  line-height: 1.7;
  font-size: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lnrlf_devlop-ttl {
    font-size: 20px;
  }
}

.lnrlf_price {
  background-image: linear-gradient(-45deg, #dec17f, #f2e7cd, #dec17f);
}
@media screen and (max-width: 768px) {
  .lnrlf_price {
    background-image: none;
    background-color: #f2e7cd;
  }
}
.lnrlf_price-inner {
  color: black;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .lnrlf_price-inner {
    padding: 30px 0;
  }
}
.lnrlf_price-list {
  justify-content: space-between;
}
.lnrlf_price-list li {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .lnrlf_price-list li {
    width: 100%;
  }
  .lnrlf_price-list li:first-child {
    margin-bottom: 30px;
  }
}
.lnrlf_price-list-figure {
  display: block;
  width: 108%;
  margin: -4% 0 3rem;
}
@media screen and (max-width: 768px) {
  .lnrlf_price-list-figure {
    width: 107%;
  }
}
.lnrlf_price-list-figure figcaption {
  display: block;
  margin-top: 5px !important;
  margin-right: 8%;
}
.lnrlf_price-ctns {
  margin-bottom: 10px;
}
.lnrlf_price-ctns:first-of-type {
  margin-bottom: 30px;
}
.lnrlf_price-ctns dl {
  margin-bottom: 20px;
}
.lnrlf_price-ctns dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: white;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 20px;
}
.lnrlf_price-ctns dl dd {
  letter-spacing: 0.3px;
  font-size: 16px;
}
.lnrlf_price-ctns p {
  display: block;
  font-size: 12px;
}
.lnrlf_price figure figcaption {
  display: block;
  text-align: right;
  letter-spacing: 0.5px;
  margin-top: 10px;
  font-size: 10px;
}
.lnrlf_price-img {
  display: block;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lnrlf_price-img {
    margin-top: 20px;
  }
}/*# sourceMappingURL=index.css.map */