@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 main {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  #land main {
    padding-top: 0;
  }
}

.w-1080 {
  max-width: 1080px;
  margin: 0 auto;
}

.w-1000 {
  max-width: 1000px;
  margin: 0 auto;
}

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

.c-ttl-engmain.land__area {
  text-align: left;
  position: relative;
  z-index: 1;
}
.c-ttl-engmain.land__area span {
  margin-top: 1rem;
}

.p-res__cont__list.land__acieve {
  margin-top: 2.5rem;
}

.p-flow {
  border-bottom: 1px solid #D1C4C9;
}
.p-flow__menu {
  padding: 2rem 0;
  border-top: 1px solid #D1C4C9;
  border-bottom: 1px solid #D1C4C9;
}
@media only screen and (max-width: 768px) {
  .p-flow__menu {
    padding: 0.5rem 0;
  }
}
.p-flow__menu__list-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-flow__menu__list-wrap {
    gap: 0.4rem;
    width: calc(100% - 1rem);
  }
}
.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__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__tbl {
  background-color: #fff;
  padding: 1px 0 1px;
  margin: 3.5rem auto 2rem;
}
@media only screen and (max-width: 768px) {
  .p-step__tbl {
    margin: 1.5rem auto 1rem;
  }
}
.p-step__tbl__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 1.5rem;
  margin: 1.7rem 3rem 2rem;
}
@media only screen and (max-width: 768px) {
  .p-step__tbl__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 1rem;
    margin: 1rem 1.2rem 1.2rem 1rem;
  }
}
.p-step__tbl__list--tate {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: unset;
  flex-direction: column;
}
.p-step__tbl__list.obj--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-step__tbl__list.obj--2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
  }
}
.p-step__tbl__list.obj--nolist {
  display: block;
}
.p-step__tbl__list-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
  height: 8rem;
  padding: 2rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-step__tbl__list-inner {
    padding: 1rem;
    height: unset;
  }
}
.p-step__tbl__list-inner::after {
  content: "";
  width: 100%;
  height: 8rem;
  position: absolute;
  background-color: #f4f4f4;
}
@media only screen and (max-width: 768px) {
  .p-step__tbl__list-inner::after {
    height: 100%;
  }
}
.p-step__tbl__list-inner::before {
  content: "";
  width: 100%;
  height: 8rem;
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
  background-color: #D1C4C9;
}
@media only screen and (max-width: 768px) {
  .p-step__tbl__list-inner::before {
    height: 100%;
  }
}
.p-step__tbl__numb {
  z-index: 1;
  width: 4.6rem;
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .p-step__tbl__numb {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-step__tbl__numb {
    font-size: 1.4rem;
  }
}
.p-step__tbl__numb span {
  position: relative;
}
.p-step__tbl__numb::before {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  transform: rotate(45deg);
  position: absolute;
  background-color: #6E356B;
}
.p-step__tbl__txt {
  z-index: 1;
  text-align: center;
  width: 100%;
}
.p-step__tbl__txt span, .p-step__tbl__txt sup {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
}
@media (max-width: 768px) {
  .p-step__tbl__txt span, .p-step__tbl__txt sup {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-step__tbl__txt span, .p-step__tbl__txt sup {
    font-size: 1.3rem;
  }
}
.p-step__tbl__txt.obj--side {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 2rem;
}
@media only screen and (max-width: 768px) {
  .p-step__tbl__txt.obj--side {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: unset;
    padding-left: 1rem;
    gap: 0.5rem;
  }
  .p-step__tbl__txt.obj--side sup {
    text-align: left;
  }
}
.p-step__tbl__txt .obj--line {
  width: 5rem;
  height: 1px;
  background-color: #D1C4C9;
}
.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;
  }
}

.p-land {
  padding: 1px 0;
}
.p-land__img {
  position: relative;
}
.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__seek {
  background: #f4f4f4;
  padding-top: 5.7rem;
  padding-bottom: 6.3rem;
}
@media only screen and (max-width: 768px) {
  .p-land__seek {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-land__seek__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 6rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-land__seek__box {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.p-land__seek__pic {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-land__seek__pic {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.p-land__seek__right {
  padding-right: calc((100vw - 1200px) / 2);
}
@media (max-width: 1230px) {
  .p-land__seek__right {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .p-land__seek__right {
    width: 90%;
    margin: 0 auto;
  }
}
.p-land__seek__right__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 34px;
  font-size: 3.4rem;
  margin-bottom: 3.4rem;
}
@media (max-width: 768px) {
  .p-land__seek__right__ttl {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .p-land__seek__right__ttl {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-land__seek__right__ttl {
    margin: 0 auto;
  }
}
.p-land__recq {
  padding-top: 8rem;
  padding-bottom: 14.7rem;
}
@media only screen and (max-width: 768px) {
  .p-land__recq {
    padding-block: 5rem;
  }
}
.p-land__recq__ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.7rem;
  margin: 0 auto;
  margin-top: 3.7rem;
  margin-inline: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-land__recq__ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.p-land__recq__ul__img {
  max-height: 240px;
}
.p-land__recq__ul__p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
}
@media (max-width: 768px) {
  .p-land__recq__ul__p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-land__recq__ul__p {
    font-size: 1.4rem;
  }
}
.p-land__area {
  padding-top: 9.2rem;
  padding-bottom: 19.5rem;
  background: #f4f4f4;
}
@media only screen and (max-width: 768px) {
  .p-land__area {
    padding-block: 5rem;
  }
}
.p-land__area__box {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-land__area__box {
    width: 90%;
    margin: 0 auto;
  }
}
.p-land__area__ul {
  margin-top: 8.1rem;
  display: flex;
  flex-direction: column;
  gap: 27px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-land__area__ul {
    flex-direction: row;
    margin-top: 3rem;
  }
}
.p-land__area__ul li {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-land__area__ul li {
    font-size: 1.6rem;
    flex: 1 1 calc(50% - 20px);
  }
}
.p-land__area__ul li span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #6D356B;
  border-radius: 50%;
  margin-right: 1.7rem;
}
@media only screen and (max-width: 768px) {
  .p-land__area__ul li span {
    margin-right: 0.5rem;
  }
}
.p-land__area__map {
  position: absolute;
  top: -67px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .p-land__area__map {
    position: static;
    margin-top: 2rem;
  }
}
.p-land__area__map img {
  max-width: 723px;
}
@media only screen and (max-width: 768px) {
  .p-land__area__map img {
    width: 100%;
  }
}
.p-land__acieve {
  padding-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-land__acieve {
    padding-inline: 0;
    max-width: 90%;
    margin: 0 auto;
    padding-block: 5rem;
  }
}
.p-land__acieve__sub {
  margin-top: 6rem;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .p-land__acieve__sub {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-land__acieve__sub {
    font-size: 1.8rem;
  }
}
.p-land__acieve__maru {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-land__acieve__maru__pink {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  text-align: center;
  background: rgba(110, 53, 107, 0.1);
  width: clamp(20rem, 40vw, 40rem);
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  .p-land__acieve__maru__pink {
    margin-top: 2rem;
  }
}
.p-land__acieve__maru__pink.left {
  margin-right: -25px;
}
@media only screen and (max-width: 768px) {
  .p-land__acieve__maru__pink.left {
    margin-right: -10px;
  }
}
.p-land__acieve__maru__pink.right {
  margin-left: -25px;
}
@media only screen and (max-width: 768px) {
  .p-land__acieve__maru__pink.right {
    margin-left: -10px;
  }
}
.p-land__acieve__maru__pink p {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
  color: #6E356B;
}
@media (max-width: 768px) {
  .p-land__acieve__maru__pink p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-land__acieve__maru__pink p {
    font-size: 1.6rem;
  }
}
.p-land__acieve__num {
  margin-top: 9rem;
}
@media only screen and (max-width: 768px) {
  .p-land__acieve__num {
    margin-top: 3rem;
  }
}
.p-land__acieve__hex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 14rem;
  margin-bottom: 16rem;
}
@media only screen and (max-width: 768px) {
  .p-land__acieve__hex {
    display: block;
    margin-top: 5rem;
    margin-bottom: 5rem;
    gap: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-land__acieve__hex__img {
    max-width: 90%;
    margin: 0 auto;
  }
}
.p-land__acieve__hex__right {
  margin-left: 4.7rem;
}
@media only screen and (max-width: 768px) {
  .p-land__acieve__hex__right {
    margin-inline: auto;
    margin-top: 2rem;
  }
}
.p-land__acieve__hex__right__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 4.6rem;
}
@media (max-width: 768px) {
  .p-land__acieve__hex__right__ttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-land__acieve__hex__right__ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-land__acieve__hex__right__ttl {
    margin-bottom: 2rem;
  }
}
.p-land__pic {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-land__pic__img {
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .p-land__pic__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 768px) {
  .p-land__pic__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 70%;
       object-position: 70%;
  }
}
.p-land__pic__p {
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .p-land__pic__p {
    text-align: left;
    top: 5%;
    left: 5%;
    bottom: auto;
    z-index: 1;
  }
}
.p-land__pic__p__01 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: clamp(0.8rem, 1vw, 1.6rem);
}
@media (max-width: 768px) {
  .p-land__pic__p__01 {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-land__pic__p__01 {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-land__pic__p__01 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-land__pic__p__01 span {
    display: none;
  }
}
.p-land__pic__p__02 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: clamp(0.8rem, 1vw, 1.6rem);
}
@media (max-width: 768px) {
  .p-land__pic__p__02 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-land__pic__p__02 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-land__pic__p__02 {
    margin-bottom: 0;
    font-size: 2.3rem;
    line-height: 1.5;
    font-weight: 800;
  }
}
.p-land__pic__p__03 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .p-land__pic__p__03 span {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 800;
  }
}
.p-land__pic02 {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-land__pic02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .p-land__pic02__left {
    aspect-ratio: 1/1;
    overflow: hidden;
  }
}
.p-land__pic02__left__img {
  height: 24vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .p-land__pic02__left__img {
    height: 100%;
    width: 100%;
    -o-object-position: left;
       object-position: left;
  }
}
@media only screen and (max-width: 768px) {
  .p-land__pic02__right {
    aspect-ratio: 1/1;
  }
}
.p-land__pic02__right img {
  height: 24vw;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 416/320;
}
@media only screen and (max-width: 768px) {
  .p-land__pic02__right img {
    width: 100%;
    height: 100%;
  }
}
.p-land__secu {
  padding-top: 7.2rem;
  padding-bottom: 9.2rem;
}
@media only screen and (max-width: 768px) {
  .p-land__secu {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-land__secu__hex-con {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-land__secu__hex-con {
    margin-top: 2rem;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .p-land__secu__hex-con picture {
    display: block;
    margin-inline: auto;
  }
}
.p-land__flow {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background: #f4f4f4;
}
.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-res {
  padding: 1px 0 0;
}
@media only screen and (max-width: 768px) {
  .p-res {
    padding: 1px 0 0;
  }
}
.p-res__ttl {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-res__ttl {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-res__ttl--sub {
    margin-top: 1rem;
  }
}
.p-res__ttl--2 {
  line-height: 1.4;
}
.p-res__ttl--2 .obj--engsub {
  margin-top: 0.5rem;
}
.p-res__txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  margin: 3.3rem auto 5rem;
}
@media (max-width: 768px) {
  .p-res__txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-res__txt {
    font-size: 1.6rem;
  }
}
.p-res__num {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-res__num {
    gap: 2rem;
  }
}
.p-res__num-grid {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .p-res__num-grid {
    gap: 0.4rem;
    flex-wrap: wrap;
  }
}
.p-res__num--2 {
  margin-top: 5rem;
}
.p-res__num__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #F1EDEF;
  height: 3.6rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1rem;
  display: flex;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .p-res__num__ttl {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-res__num__ttl {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-res__num__ttl {
    height: 2.7rem;
    padding: 0 0.4rem;
    line-height: 2;
  }
}
.p-res__num__answ {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .p-res__num__answ {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-res__num__answ {
    font-size: 1.3rem;
  }
}
.p-res__num__answ em {
  font-size: 36px;
  font-size: 3.6rem;
  color: #6E356B;
  padding: 0 0.4rem;
}
@media (max-width: 768px) {
  .p-res__num__answ em {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-res__num__answ em {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-res__num__answ em {
    padding: 0 0 0 0.2rem;
  }
}
.p-res__gal {
  margin: 5rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-res__gal {
    margin: 2.5rem auto 0;
  }
}
.p-res__gal__menu {
  position: absolute;
  right: 0;
  width: 36.3%;
  height: 100%;
  background-color: #222B3C;
}
@media only screen and (max-width: 768px) {
  .p-res__gal__menu {
    width: 100%;
    top: 0;
  }
}
.p-res__gal__menu__img {
  position: absolute;
  bottom: 0;
}
.p-res__gal__img {
  position: relative;
}
.p-res__gal__img figcaption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-shadow: 0 0 5px #333, 0 0 7px #333, 0 0 15px #333;
}
@media (max-width: 768px) {
  .p-res__gal__img figcaption {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-res__gal__img figcaption {
    font-size: 1rem;
  }
}
.p-res .u-arw-next {
  width: 0.7em;
  height: 0.7em;
}
.p-res__cont {
  background-color: #fff;
  margin: 8rem auto;
  padding: 2rem 0 4rem;
}
.p-res__cont-bg {
  background-color: #f4f4f4;
  padding: 1px 0;
}
@media only screen and (max-width: 768px) {
  .p-res__cont {
    margin: 6rem auto;
    padding: 3.2rem 1.6rem;
  }
}
.p-res__cont .obj--container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  width: 94%;
}
@media only screen and (max-width: 768px) {
  .p-res__cont .obj--container {
    width: 100%;
  }
}
.p-res__cont-top {
  display: grid;
  grid-template-columns: 1fr 54%;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-res__cont-top {
    grid-template-columns: 1fr;
  }
}
.p-res__cont__ttl {
  line-height: 1.2;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  border-left: 8px solid #6E356B;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .p-res__cont__ttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-res__cont__ttl {
    font-size: 1.6rem;
  }
}
.p-res__cont__txt {
  margin-top: 7rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-res__cont__txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-res__cont__txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-res__cont__txt {
    margin: 3rem 0 2.5rem;
  }
}
.p-res__cont__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin-top: 10rem;
  gap: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .p-res__cont__list {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }
}
.p-res__cont__list--2 {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-res__cont__list--2 {
    margin-top: 2.5rem;
  }
}
.p-res__cont__sup {
  display: block;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 1.8rem;
}
@media (max-width: 768px) {
  .p-res__cont__sup {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-res__cont__sup {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-res__cont__sup {
    margin-top: 1rem;
  }
}
.p-res__img {
  margin: 5rem auto;
}
@media only screen and (max-width: 768px) {
  .p-res__img {
    margin: 2.5rem auto;
  }
}

.p-data {
  background-color: #f4f4f4;
  height: 6rem;
  width: 100%;
  padding: 1rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .p-data {
    padding: 0.8rem 1.5rem;
    height: 4.8rem;
  }
  .p-res__cont__list--2 .p-data {
    padding: 1rem 0.6rem;
    height: 4rem;
  }
}
.p-data__ttl {
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #6E356B;
}
@media (max-width: 768px) {
  .p-data__ttl {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-data__ttl {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-data__ttl.obj--lh2-sp {
    line-height: 1.25;
  }
}
.p-data__num {
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-data__num {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-data__num {
    font-size: 1.3rem;
  }
}
.p-data__num em {
  display: inline-block;
  line-height: 1;
  font-size: 28px;
  font-size: 2.8rem;
  color: #6E356B;
  margin: 0 0.2rem;
}
@media (max-width: 768px) {
  .p-data__num em {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-data__num em {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-res__cont__list--2 .p-data__num {
    line-height: 1;
  }
}

.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.css.map */