@charset "UTF-8";
/*main color*/
/*accent*/
/*mono*/
/*navfoot*/
/*addcolor*/
/*font-family*/
/*font-weight notosans*/
/*media query break point*/
/*sp*/
/*tablet*/
/*se*/
/*追加*/
/*topConcept*/
/*brandHaco*/
/*brandHaco*/
/*grid settings*/
/* media query */
#land-usage main {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  #land-usage main {
    padding-top: 0;
  }
}

.p-cont-bg {
  background-color: #fff;
}

.p-land {
  padding: 1px 0 5rem;
}
.p-land__ttl {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-land__ttl {
    margin-top: 8rem;
  }
}
.p-land__mv {
  margin-top: 10rem;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-land__mv {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-land__mv__img {
    aspect-ratio: 390/280;
  }
  .p-land__mv__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-land__mv__txt {
  position: absolute;
  top: calc(15% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: clamp(1.2rem, 4vw, 4rem);
  white-space: nowrap;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .p-land__mv__txt {
    font-size: 1.6rem;
  }
}
.p-land__dis {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 5rem;
  margin-bottom: 7.6rem;
}
@media (max-width: 768px) {
  .p-land__dis {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-land__dis {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-land__dis {
    margin-top: 3rem;
    margin-bottom: 4rem;
    text-align: left;
    width: 90%;
    margin-inline: auto;
  }
}
.p-land__con {
  border: 1px solid #D1C4C9;
  border-left: unset;
  border-right: unset;
  padding-block: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .p-land__con {
    gap: 2rem;
  }
}
.p-land__con__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 4rem;
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-land__con__box {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-land__con__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #D7D7D7;
  height: 7rem;
  font-size: 2.5rem;
  background-color: #f4f4f4;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-land__con__btn a {
    font-size: 1.8rem;
    height: 5rem;
  }
}
.p-land__con__btn a:hover {
  background-color: rgb(92.7914110429, 44.7085889571, 90.2607361963);
  color: #fff;
  transition: 0.3s;
}
.p-land__con__btn.is-active a {
  border: solid 1px #6E356B;
  background-color: #6E356B;
  color: #fff;
}
.p-land__con__btn.is-active a:hover {
  background-color: rgb(75.5828220859, 36.4171779141, 73.5214723926);
  color: #fff;
  transition: 0.3s;
}
.p-land__tochi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: 55% 45%;
}
@media only screen and (max-width: 768px) {
  .p-land__tochi {
    grid-template-columns: 1fr;
  }
}
.p-land__tochi-wrappin {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #f4f4f4;
}
.p-land__tochi__img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .p-land__tochi__img {
    aspect-ratio: 1/0.6;
  }
}
.p-land__tochi__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-land__tochi__ttl {
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  color: #6E356B;
  border-bottom: 2px solid #6E356B;
  padding-bottom: 0.5rem;
  max-width: 72rem;
  width: 70%;
}
@media (max-width: 768px) {
  .p-land__tochi__ttl {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-land__tochi__ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-land__tochi__ttl {
    width: 100%;
  }
}
.p-land__tochi__subttl {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  margin: 2rem 0;
  max-width: 72rem;
  width: 70%;
}
@media (max-width: 768px) {
  .p-land__tochi__subttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-land__tochi__subttl {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-land__tochi__subttl {
    width: 100%;
  }
}
.p-land__tochi__txt {
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 72rem;
  width: 70%;
}
@media (max-width: 768px) {
  .p-land__tochi__txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-land__tochi__txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-land__tochi__txt {
    width: 100%;
  }
}
.p-land__tochi__txt-wrap {
  padding: 3rem 2rem;
  margin-left: calc((100vw - 1200px) / 2);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 150%;
  max-width: 1154px;
  background: rgb(244, 244, 244);
  background: linear-gradient(90deg, rgb(244, 244, 244) 0%, rgb(244, 244, 244) 70%, rgba(244, 244, 244, 0) 100%);
}
@media only screen and (max-width: 1320px) {
  .p-land__tochi__txt-wrap {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .p-land__tochi__txt-wrap {
    width: 100%;
    height: 150%;
    background-color: #f4f4f4;
    background: linear-gradient(180deg, rgb(244, 244, 244) 0%, rgb(244, 244, 244) 70%, rgba(244, 244, 244, 0) 100%);
    margin-left: unset;
    padding: 3rem 5%;
    margin: 0 auto;
    justify-content: flex-start;
  }
}
.p-land__nym-wrappin {
  max-width: 1000px;
  width: 90%;
  margin: 5rem auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: max-content 1fr;
  gap: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-land__nym-wrappin {
    margin: 4rem auto;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.p-land__nym__circ {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  width: 30rem;
  height: 30rem;
  background-color: #f4f4f4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .p-land__nym__circ {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-land__nym__circ {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-land__nym__circ {
    width: 20rem;
    height: 20rem;
    margin: 0 auto;
  }
}
.p-land__trust {
  padding: 8rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .p-land__trust {
    padding: 4rem 0 5rem;
  }
}
.p-land__trust__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .p-land__trust__ttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-land__trust__ttl {
    font-size: 1.8rem;
  }
}
.p-land__trust__list {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (max-width: 768px) {
  .p-land__trust__list {
    margin-top: 3rem;
    grid-template-columns: 1fr;
  }
}
.p-land__katsu {
  padding: 6rem 0 8rem;
}
.p-land__katsu__ttl {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 6rem;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .p-land__katsu__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-land__katsu__ttl {
    font-size: 2rem;
  }
}
.p-land__katsu__img {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.p-land__flow {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background: #f4f4f4;
}
.p-land__flow__ttl {
  margin: 0 0 4rem;
}
.p-land__flow__ttl-up {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .p-land__flow__ttl-up {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-land__flow__ttl-up {
    font-size: 1.8rem;
  }
}
.p-land__flow__ttl-dwn {
  color: #9C4998;
  line-height: 1;
  text-align: center;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-land__flow__ttl-dwn {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-land__flow__ttl-dwn {
    font-size: 2.2rem;
  }
}
.p-land__flow__ttl-dwn em {
  font-size: 42px;
  font-size: 4.2rem;
}
@media (max-width: 768px) {
  .p-land__flow__ttl-dwn em {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-land__flow__ttl-dwn em {
    font-size: 3rem;
  }
}
.p-land__flow__txt {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-land__flow__txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-land__flow__txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-land__flow__txt {
    text-align: left;
  }
}
.p-land__flow__ul {
  margin-left: 3.5rem;
  display: flex;
  gap: 8rem;
  margin-block: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .p-land__flow__ul {
    flex-direction: column;
    gap: 1rem;
    margin-inline: auto;
    padding-left: 0.5rem;
    margin-block: 1rem;
  }
}
.p-land__flow__ul__li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.p-land__flow__ul__li span {
  font-size: 1.8rem;
  width: 5rem;
  height: 3.3rem;
  background-color: #6E356B;
  color: #fff;
  text-align: center;
}
.p-land__flow__ul__li__num {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3.8rem;
  color: #6E356B;
  line-height: 0.8;
}
@media only screen and (max-width: 768px) {
  .p-land__flow__ul__li__num {
    font-size: 2.5rem;
  }
}
.p-land__flow__ul__time {
  margin-left: 7rem;
  margin-top: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .p-land__flow__ul__time {
    margin-top: 0;
  }
}

.p-nym {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: max-content 1fr;
  align-items: flex-start;
  gap: 1rem;
  margin: 0.5rem 0;
}
.p-nym__dot {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #6E356B;
  border-radius: 50%;
  margin-top: 0.4lh;
}
@media only screen and (max-width: 768px) {
  .p-nym__dot {
    margin-top: 0.2lh;
  }
}
.p-nym__txt {
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .p-nym__txt {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-nym__txt {
    font-size: 1.5rem;
  }
}

.p-trust {
  background-color: #fff;
  position: relative;
}
.p-trust::before {
  position: absolute;
  content: "";
  background-color: #D1C4C9;
  width: 100%;
  height: 100%;
  right: -1rem;
  bottom: -1rem;
}
.p-trust__img {
  width: 100%;
  position: relative;
  aspect-ratio: 370/230;
}
.p-trust__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-trust__inf {
  position: relative;
  padding: 4rem 3rem 3rem;
  background-color: #fff;
}
.p-trust__inf__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #6E356B;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .p-trust__inf__ttl {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .p-trust__inf__ttl {
    font-size: 1.7rem;
  }
}
.p-trust__inf__txt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-trust__inf__txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-trust__inf__txt {
    font-size: 1.4rem;
  }
}

.p-flow {
  border-bottom: 1px solid #D1C4C9;
}
.p-flow-cont {
  background-color: #f4f4f4;
  padding: 6rem 0 10rem;
  border-top: 1px solid #D1C4C9;
}
.p-flow-cont .u-container {
  max-width: 1080px;
}
.p-flow-cont-wh {
  background-color: #fff;
}
.p-flow-cont__list {
  margin-top: 6rem;
  margin-left: 5rem;
  border-left: 2px solid #6E356B;
  padding-left: 9rem;
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
@media only screen and (max-width: 768px) {
  .p-flow-cont__list {
    margin-left: 2.5rem;
    padding-left: 3.5rem;
    margin-top: 3rem;
    gap: 3.5rem;
  }
}

.p-step {
  position: relative;
}
.p-step:last-of-type::after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -9.3rem;
  background-color: #f4f4f4;
}
@media only screen and (max-width: 768px) {
  .p-step:last-of-type::after {
    left: -3.7rem;
  }
}
.p-step__numb {
  width: 10rem;
  height: 10rem;
  position: absolute;
  left: -14.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-size: 2.8rem;
  color: #6E356B;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-step__numb {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-step__numb {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-step__numb {
    width: 5rem;
    height: 5rem;
    left: -6.1rem;
  }
}
.p-step__numb span {
  position: relative;
}
.p-step__numb::before {
  content: "";
  width: 7.4rem;
  height: 7.4rem;
  border: 2px solid #6E356B;
  transform: rotate(45deg);
  position: absolute;
  background-color: #f4f4f4;
}
@media only screen and (max-width: 768px) {
  .p-step__numb::before {
    width: 3.7rem;
    height: 3.7rem;
  }
}
.p-step__ttl {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #6E356B;
}
@media (max-width: 768px) {
  .p-step__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-step__ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-step__ttl {
    line-height: 1.4;
    margin-bottom: 1rem;
  }
}
.p-step__subttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1.2rem auto 1rem;
}
@media (max-width: 768px) {
  .p-step__subttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-step__subttl {
    font-size: 1.6rem;
  }
}
.p-step__txt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-step__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-step__txt {
    font-size: 1.3rem;
  }
}
.p-step__box {
  height: 5rem;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333;
  margin: 3rem 0;
}
@media (max-width: 768px) {
  .p-step__box {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-step__box {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-step__box {
    margin: 1.5rem 0;
    padding: 1rem;
    height: unset;
    line-height: 1.4;
    justify-content: flex-start;
  }
}
.p-step__point {
  background-color: rgba(34, 43, 60, 0.12);
  padding: 2rem 3rem;
  margin: 2rem 0;
}
@media only screen and (max-width: 768px) {
  .p-step__point {
    padding: 1rem 2rem;
    margin: 1rem 0;
  }
}
.p-step__point__ttl {
  font-size: 16px;
  font-size: 1.6rem;
  color: #6E356B;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-step__point__ttl {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-step__point__ttl {
    font-size: 1.4rem;
  }
}
.p-step__point__txt {
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-step__point__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-step__point__txt {
    font-size: 1.3rem;
  }
}

.obj--bgG {
  background-color: #f4f4f4;
}

.obj--bgW {
  background-color: #fff;
}

.obj--chu {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0 0 3px #333, 0 0 5px #333, 0 0 15px #333;
}
@media (max-width: 768px) {
  .obj--chu {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .obj--chu {
    font-size: 1rem;
  }
}
.obj--chu-r {
  left: unset;
  right: 1rem;
}/*# sourceMappingURL=land-usage.css.map */