@charset "UTF-8";
@font-face {
  font-family: YuMin;
  src: url(../font/yumin.ttf) format("truetype");
}
html {
  font-size: 1px;
}

body {
  font-family: "Amiri", serif;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-feature-settings: "palt";
  line-height: 1.4;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.text-center {
  text-align: center !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_reserve {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_down {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeInDown.is-animated {
  animation: fadeInDown 0.5s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_x_reserve.is-animated {
  transform-origin: right;
  animation: scaled_x_reserve 1s ease-in-out forwards;
}
.anim.scaled_x_down.is-animated {
  transform-origin: right;
  animation: scaled_x_down 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
.frontview {
  width: 100%;
  display: flex;
}

.area__bar {
  width: 100%;
  height: 90rem;
  background: #AA9656;
}
.area__bar ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.area__bar ul li {
  width: 380rem;
  height: 100%;
  font-weight: 500;
  font-size: 43rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1rem solid #fff;
}
.area__bar ul li .lbl {
  font-weight: 500;
  font-size: 28rem;
  letter-spacing: 0.06em;
  line-height: 28rem;
  text-align: center;
  color: #fff;
}
.area__bar ul li .num {
  font-family: "Amiri", serif;
  font-weight: normal;
  font-size: 80rem;
  letter-spacing: -0.04em;
  line-height: 94.33rem;
  text-align: center;
  color: #fff;
}
.area__bar ul li:last-child {
  border-right: 0;
}

.time__price {
  width: 800rem;
  margin: auto;
  padding: 40rem 0;
}
.time__price .time__part {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-bottom: 1rem solid #000;
}
.time__price .time__part .t__part .lbl {
  font-weight: 500;
  font-size: 42.03rem;
  line-height: 42.03rem;
  text-align: left;
  color: #000;
  position: relative;
}
.time__price .time__part .t__part .lbl .bap {
  font-weight: 500;
  font-size: 23rem;
  line-height: 1;
  text-align: left;
  color: #000;
  position: absolute;
  left: 3rem;
  top: -24rem;
  letter-spacing: 0.05em;
}
.time__price .time__part .t__part .gap {
  font-weight: 500;
  font-size: 20.95rem;
  line-height: 1;
  margin: 0 8rem 0;
  position: relative;
  top: -4rem;
  display: inline-block;
  text-align: left;
  color: #000;
}
.time__price .time__part .t__part .num {
  font-family: "Amiri", serif;
  font-weight: normal;
  font-size: 100rem;
  line-height: 1;
  text-align: center;
  color: #AA9656;
}
.time__price .time__part .t__part .mb {
  font-weight: 500;
  font-size: 45.12rem;
  line-height: 45.12rem;
  text-align: left;
  color: #000;
}
.time__price .time__part .arrow {
  width: 7.71rem;
  margin: 0 10rem 30rem;
  display: flex;
}
.time__price .price__part {
  padding-top: 18rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.time__price .price__part .lbls {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.time__price .price__part .lbls .lbl {
  font-weight: 500;
  font-size: 35.2rem;
  letter-spacing: 0.04em;
  line-height: 47rem;
  text-align: center;
  color: #000;
}
.time__price .price__part .lbls .gap {
  font-weight: 500;
  font-size: 26.69rem;
  letter-spacing: 0.42em;
  line-height: 33.77rem;
  text-align: center;
  color: #000;
}
.time__price .price__part .price {
  font-family: "Amiri", serif;
  font-weight: normal;
  font-size: 104.68rem;
  line-height: 0.6;
  margin: 0 10rem;
  text-align: left;
  color: #AA9656;
}
.time__price .price__part .mb {
  font-weight: 500;
  font-size: 43.27rem;
  letter-spacing: 0.1em;
  line-height: 57.78rem;
  text-align: left;
  color: #000;
}

.title__wrapper.white .en__txt {
  color: white;
}
.title__wrapper.white .ja__txt {
  color: white;
}
.title__wrapper.black .en__txt {
  color: black;
}
.title__wrapper.blue .en__txt {
  color: #3E5A78;
}
.title__wrapper .en__txt {
  font-family: "Amiri", serif;
  font-weight: normal;
  font-size: 36rem;
  letter-spacing: 0.1em;
  line-height: 26.5rem;
  text-align: center;
  color: #43808c;
}
.title__wrapper .ja__txt {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 29.22rem;
  margin-top: 5rem;
  text-align: center;
  color: #000;
}

.concept__content {
  background: #2a84a6;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.concept__content .content__images {
  display: flex;
}
.concept__content .content__images .gap__images {
  width: 25%;
}
.concept__content .content__images .gap__images .g__image {
  width: 100%;
  display: flex;
}
.concept__content .content__images .main__image {
  width: 50%;
  display: flex;
}
.concept__content .content__text {
  max-width: 1000rem;
  width: 95%;
  height: auto;
  margin: auto;
  margin-top: -80rem;
  padding-top: 70rem;
  background: #fff;
  position: relative;
}
.concept__content .content__text .t__lbl {
  font-weight: 500;
  font-size: 28rem;
  letter-spacing: 0.1em;
  line-height: 45rem;
  margin-top: 35rem;
  text-align: center;
  color: #000;
}
.concept__content .content__text .c__txt {
  width: 558rem;
  margin: auto;
  font-weight: 500;
  font-size: 16rem;
  line-height: 34rem;
  margin-top: 32rem;
  text-align: left;
  color: #000;
}
.concept__content .content__text .view__image {
  width: 800rem;
  display: flex;
  margin: auto;
  margin-top: 35rem;
}
.concept__content .content__text .bottom__image {
  width: 100%;
  display: flex;
  margin-top: 50rem;
}

.landplan__content {
  padding: 100rem 0;
  background: #f7f3e9;
}
.landplan__content .d__txt {
  font-weight: 500;
  font-size: 28rem;
  letter-spacing: 0.1em;
  line-height: 43rem;
  margin-top: 22rem;
  text-align: center;
  color: #000;
}
.landplan__content .lp__image {
  width: 650rem;
  margin: auto;
  margin-top: 10rem;
  display: flex;
}
.landplan__content .point__items {
  max-width: 1014rem;
  width: 95%;
  margin: auto;
  margin-top: 65rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.landplan__content .point__items .p__item {
  width: 320rem;
  margin: 0 0 10rem;
  display: flex;
}

.middle__image {
  width: 100%;
  display: flex;
}

.house__ideas {
  padding: 100rem 0;
  background: #AA9656;
}
.house__ideas .d__txt {
  font-weight: 500;
  font-size: 45rem;
  letter-spacing: 0.15em;
  line-height: 1.4;
  margin-top: 35rem;
  text-align: center;
  color: #fff;
}
.house__ideas .d__txt span {
  font-size: 28rem;
  display: block;
}
.house__ideas .idea__items {
  max-width: 1000rem;
  width: 95%;
  margin: auto;
  margin-top: 80rem;
}
.house__ideas .idea__items .p__item {
  width: 100%;
  margin-bottom: 100rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.house__ideas .idea__items .p__item:last-child {
  margin-bottom: 0;
}
.house__ideas .idea__items .p__item .content__text {
  display: flex;
  align-items: center;
}
.house__ideas .idea__items .p__item .content__text .num {
  font-family: "Amiri", serif;
  font-weight: normal;
  font-size: 120rem;
  line-height: 109.19rem;
  text-align: left;
  color: #fff;
}
.house__ideas .idea__items .p__item .content__text .c__text {
  margin-left: 20rem;
}
.house__ideas .idea__items .p__item .content__text .c__text .t__lbl {
  font-weight: 500;
  font-size: 33rem;
  letter-spacing: 0.1em;
  line-height: 39rem;
  text-align: left;
  color: #fff;
}
.house__ideas .idea__items .p__item .content__text .c__text .e__lbl {
  font-family: "Amiri", serif;
  font-weight: normal;
  font-size: 14.52rem;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 5rem;
  text-align: left;
  color: #fff;
}
.house__ideas .idea__items .p__item .content__text .c__text .c__txt {
  font-weight: 500;
  font-size: 18rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  margin-top: 28rem;
  text-align: left;
  color: #fff;
}
.house__ideas .idea__items .p__item .c__image {
  width: 56.5%;
  display: flex;
}
.house__ideas .idea__detail {
  max-width: 1000rem;
  width: 95%;
  height: auto;
  margin: auto;
  margin-top: 120rem;
  padding: 60rem 100rem;
  background: #fff;
}
.house__ideas .idea__detail .t__lbl {
  font-weight: 500;
  font-size: 35rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 10rem 0;
  text-align: center;
  color: #fff;
  background: #000;
}
.house__ideas .idea__detail .t__txt {
  font-weight: 500;
  font-size: 30rem;
  letter-spacing: 0.05em;
  line-height: 55.5rem;
  margin-top: 35rem;
  padding-bottom: 10rem;
  text-align: center;
  color: #000;
  border-bottom: 1rem solid black;
}
.house__ideas .idea__detail .tb__txt {
  font-weight: 500;
  font-size: 33rem;
  line-height: 49rem;
  margin-top: 40rem;
  text-align: center;
  color: #AA9656;
}
.house__ideas .idea__detail .tb__txt span {
  color: #000;
}
.house__ideas .idea__detail .c__txt {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 28rem;
  margin-top: 20rem;
  text-align: left;
  color: #000;
}
.house__ideas .idea__detail .tb__items {
  margin-top: 35rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.house__ideas .idea__detail .tb__items .t__item {
  margin-bottom: 30rem;
  width: auto;
  display: flex;
  align-items: flex-start;
}
.house__ideas .idea__detail .tb__items .t__item .p__lbl {
  width: 92.94rem;
  height: 92.94rem;
  padding-top: 8rem;
  margin-top: 10rem;
  background: #AA9656;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.house__ideas .idea__detail .tb__items .t__item .p__lbl .lbl {
  font-family: "Amiri", serif;
  font-weight: normal;
  font-size: 15.98rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.house__ideas .idea__detail .tb__items .t__item .p__lbl .num {
  font-family: "Amiri", serif;
  font-weight: normal;
  font-size: 47.95rem;
  line-height: 0.9;
  text-align: center;
  color: #fff;
}
.house__ideas .idea__detail .tb__items .t__item .content__text {
  width: 280rem;
  margin-left: 5rem;
}
.house__ideas .idea__detail .tb__items .t__item .content__text .b__txt {
  font-weight: 500;
  font-size: 22rem;
  letter-spacing: 0.05em;
  line-height: 28rem;
  text-align: left;
  color: #000;
}
.house__ideas .idea__detail .tb__items .t__item .content__text .b__title {
  font-weight: 500;
  font-size: 36rem;
  letter-spacing: -0.01em;
  line-height: 41rem;
  margin-top: 5rem;
  text-align: left;
  color: #AA9656;
}
.house__ideas .idea__detail .tb__items .t__item .content__text .c__image {
  width: 100%;
  margin-top: 12rem;
  display: flex;
}

.access__content {
  padding: 100rem 0;
  background: #f7f3e9;
}
.access__content .access__txt {
  font-weight: 500;
  font-size: 28rem;
  letter-spacing: 0.1em;
  line-height: 43rem;
  margin-top: 25rem;
  text-align: center;
  color: #000;
}
.access__content .access__map {
  width: 870rem;
  margin: auto;
  margin-top: 35rem;
}
.access__content .way_method {
  margin-top: 60rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.access__content .way_method .way {
  width: 534rem;
  margin: 0 35rem;
}
.access__content .way_method .way .image {
  width: 100%;
  display: flex;
}
.access__content .way_method .way .c__txt {
  width: 100%;
  margin-top: 10rem;
  display: flex;
}
.access__content .way_method .way.c01 {
  width: 263rem;
}
.access__content .way__text {
  max-width: 1000rem;
  width: 95%;
  margin: auto;
  margin-top: 70rem;
}
.access__content .way__text .w__txt {
  width: 100%;
  display: flex;
  margin-bottom: 15rem;
}
.access__content .gap__txt {
  max-width: 1000rem;
  width: 95%;
  margin: auto;
  margin-top: 12rem;
  font-weight: 500;
  font-size: 13.97rem;
  line-height: 20.13rem;
  text-align: left;
  color: #000;
}

.location__content {
  max-width: 1200rem;
  width: 95%;
  height: auto;
  margin: auto;
  padding: 100rem 200rem;
  margin-top: 120rem;
  background: #fff;
}
.location__content .d__txt {
  font-weight: 500;
  font-size: 28rem;
  letter-spacing: 0.1em;
  line-height: 43rem;
  margin-top: 25rem;
  text-align: center;
  color: #000;
}
.location__content .location__map {
  width: 800rem;
  margin: auto;
  margin-top: 45rem;
}
.location__content .location__items {
  margin-top: 50rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.location__content .location__items .p__item {
  width: 185rem;
  margin-bottom: 35rem;
}
.location__content .location__items .p__item.c01 {
  width: 390rem;
}
.location__content .location__items .p__item .c__image {
  width: 100%;
  display: flex;
}
.location__content .location__items .p__item .content__text {
  margin-top: 8rem;
}
.location__content .location__items .p__item .content__text .s__lbl {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 25.55rem;
  text-align: left;
  color: #000;
}
.location__content .location__items .p__item .content__text .s__txt {
  font-weight: 500;
  font-size: 21rem;
  letter-spacing: 0.05em;
  line-height: 25.55rem;
  margin-top: 5rem;
  text-align: left;
  color: #000;
}
.location__content .location__items .p__item .content__text .s__txt .c01 {
  font-size: 35rem;
  line-height: 25.55rem;
  text-align: left;
  color: #AA9656;
  position: relative;
  top: 3rem;
}
.location__content .location__items .p__item .content__text .s__txt .c02 {
  font-size: 14rem;
  line-height: 25.55rem;
  text-align: left;
  color: #000;
}
.location__content .table__content {
  margin-top: 44rem;
  display: flex;
  justify-content: space-between;
}
.location__content .table__content .c__item {
  width: 383rem;
}
.location__content .table__content .c__item table {
  width: 100%;
  border-collapse: collapse;
}
.location__content .table__content .c__item table tr td {
  width: 50%;
  font-weight: 500;
  font-size: 14rem;
  line-height: 16.66rem;
  padding: 10rem 0;
  letter-spacing: 0.05em;
  padding-left: 10rem;
  text-align: left;
  color: #000;
  border: 1rem solid #000;
}
.location__content .table__content .c__item table tr td.c01 {
  letter-spacing: -0.1em;
}
.location__content .table__content .c__item table tr td span {
  font-size: 11rem;
}
.location__content .note__txt {
  font-weight: 500;
  font-size: 12rem;
  line-height: 18.66rem;
  margin-top: 14rem;
  text-align: left;
  color: #000;
}

.cpt__content {
  max-width: 1000rem;
  width: 95%;
  padding: 100rem 0;
  margin: auto;
}
.cpt__content .c__lbl {
  font-weight: 500;
  font-size: 20rem;
  letter-spacing: 0.55em;
  line-height: 30.71rem;
  padding: 5rem 0;
  border: 1rem solid #000;
  text-align: center;
  color: #000;
}
.cpt__content .c__txt {
  font-weight: 500;
  font-size: 14rem;
  line-height: 20rem;
  margin-top: 20rem;
  text-align: left;
  color: #000;
}
.cpt__content .c__txt span {
  font-size: 7rem;
  vertical-align: text-top;
}

footer {
  padding: 60rem 0;
  background: #1A1311;
}
footer .company__part {
  width: 400rem;
  display: flex;
  margin: auto;
}
footer .contact__part {
  margin-top: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .contact__part .pro__link {
  width: 200rem;
  height: 62rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1rem solid #fff;
}
footer .contact__part .pro__link span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.3;
  color: white;
}
footer .contact__part .tel {
  width: 307px;
  margin-left: 25px;
  display: flex;
}
footer .contact__part .tel .lbl {
  font-size: 20rem;
  margin: 0 5rem 10rem 30rem;
  font-weight: 700;
  color: white;
}
footer .contact__part .tel .num {
  font-size: 48rem;
  color: white;
  font-weight: bold;
}
footer ul {
  margin-top: 40rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer ul li {
  margin: 0 20rem;
}
footer ul li a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16rem;
  color: white;
  font-weight: 500;
  transition: 0.3s;
}
footer ul li a:hover {
  opacity: 0.7;
}

.fixed__btn {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 10%;
  z-index: 2;
}
.fixed__btn .f__btn {
  width: 60rem;
  height: 220rem;
  background: #2B5576;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1rem solid #2B5576;
  transition: 0.3s;
}
.fixed__btn .f__btn:hover {
  background: white;
}
.fixed__btn .f__btn:hover span {
  color: #2B5576;
}
.fixed__btn .f__btn:hover svg .cls-1 {
  fill: #2B5576;
}
.fixed__btn .f__btn:nth-child(2) {
  background: #D67D49;
  border-color: #D67D49;
}
.fixed__btn .f__btn:nth-child(2):hover {
  background: white;
}
.fixed__btn .f__btn:nth-child(2):hover span {
  color: #D67D49;
}
.fixed__btn .f__btn:nth-child(2):hover svg .cls-1 {
  fill: #D67D49;
}
.fixed__btn .f__btn:nth-child(3) {
  background: #2B5576;
  border-color: #2B5576;
}
.fixed__btn .f__btn:nth-child(3):hover {
  background: white;
}
.fixed__btn .f__btn:nth-child(3):hover span {
  color: #2B5576;
}
.fixed__btn .f__btn:nth-child(3):hover svg .cls-1 {
  fill: #2B5576;
}
.fixed__btn .f__btn .icon {
  width: 55rem;
}
.fixed__btn .f__btn .icon svg {
  width: 100%;
  height: 100%;
}
.fixed__btn .f__btn span {
  font-size: 20rem;
  color: white;
  font-weight: 500;
  letter-spacing: 0.15em;
  writing-mode: vertical-lr;
  transition: 0.3s;
}

@media screen and (max-width: 1250px) {
  html {
    font-size: 0.8px;
  }
  .location__content {
    padding: 100rem;
  }
  .location__content .location__items .p__item {
    width: 23%;
  }
  .location__content .location__items .p__item.c01 {
    width: 48.7%;
  }
  .location__content .table__content .c__item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .area__bar ul li {
    width: 33.3333333333%;
    line-height: 1.2;
  }
  .area__bar {
    height: 117rem;
  }
  .area__bar ul li .lbl {
    font-size: 36rem;
    margin: 0 5rem;
    writing-mode: vertical-lr;
  }
  .area__bar ul li .num {
    font-size: 110rem;
    letter-spacing: 0;
  }
  .time__price {
    width: 720rem;
    margin: auto;
    padding: 80rem 0;
  }
  .time__price .time__part .t__part:first-child .gap {
    writing-mode: vertical-lr;
    top: 10rem;
  }
  .time__price .time__part .t__part .lbl {
    letter-spacing: -0.05em;
    font-size: 41rem;
  }
  .time__price .time__part .t__part:first-child {
    width: 331rem;
  }
  .time__price .time__part .arrow {
    margin: 0 6rem 30rem;
  }
  .time__price .price__part {
    padding-top: 26rem;
  }
  .time__price .price__part .lbls .gap {
    font-size: 35rem;
  }
  .time__price .price__part .price {
    font-size: 150rem;
  }
  .time__price .price__part .mb {
    font-size: 55rem;
  }
  .time__price .price__part .lbls .lbl {
    font-size: 45rem;
    line-height: 1.5;
  }
  .concept__content .content__text {
    width: 690rem;
    height: auto;
    margin: auto;
    margin-top: 0;
    padding-top: 60rem;
  }
  .title__wrapper .en__txt {
    font-size: 56rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .title__wrapper .ja__txt {
    font-size: 25rem;
  }
  .concept__content .content__text .t__lbl {
    font-size: 35rem;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 40rem;
  }
  .concept__content .content__text .c__txt {
    width: 600rem;
    margin: auto;
    font-weight: 500;
    font-size: 24rem;
    line-height: 51rem;
    margin-top: 55rem;
  }
  .concept__content .content__text .view__image {
    width: 600rem;
    display: flex;
    margin: auto;
    margin-top: 40rem;
  }
  .landplan__content .d__txt {
    font-size: 36rem;
    letter-spacing: 0.1em;
    line-height: 55rem;
    margin-top: 30rem;
  }
  .landplan__content .lp__image {
    width: 720rem;
  }
  .landplan__content .point__items {
    width: 560rem;
    position: relative;
    left: -20rem;
  }
  .landplan__content .point__items .p__item {
    width: 100%;
    margin: 0;
  }
  .house__ideas .d__txt {
    font-size: 58rem;
    margin-top: 50rem;
  }
  .house__ideas .d__txt span {
    font-size: 36rem;
  }
  .house__ideas .idea__items {
    width: 600rem;
  }
  .house__ideas .idea__items .p__item {
    display: block;
  }
  .house__ideas .idea__items .p__item .content__text .num {
    font-size: 156rem;
    line-height: 1.5;
  }
  .house__ideas .idea__items .p__item .content__text .c__text .t__lbl {
    font-size: 43rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  .house__ideas .idea__items .p__item .content__text .c__text .e__lbl {
    font-size: 18rem;
    letter-spacing: 0;
    line-height: 1.2;
    margin-top: 5rem;
  }
  .house__ideas .idea__items .p__item .content__text .c__text .c__txt {
    font-weight: 500;
    font-size: 28rem;
    letter-spacing: 0.05em;
    line-height: 40rem;
    margin-top: 26rem;
  }
  .house__ideas .idea__items .p__item .c__image {
    width: 100%;
    margin-top: 30rem;
  }
  .house__ideas .idea__detail {
    width: 690rem;
    height: auto;
    margin: auto;
    margin-top: 120rem;
    padding: 40rem;
  }
  .house__ideas .idea__detail .t__lbl {
    font-size: 45rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding: 20rem 0;
  }
  .house__ideas .idea__detail .t__txt {
    font-size: 45rem;
    letter-spacing: 0;
    line-height: 55.5rem;
    margin-top: 45rem;
    padding-bottom: 20rem;
  }
  .house__ideas .idea__detail .tb__txt {
    font-size: 29rem;
    letter-spacing: -0.05em;
  }
  .house__ideas .idea__detail .c__txt {
    font-size: 24rem;
    letter-spacing: 0.05em;
    line-height: 40rem;
    margin-top: 26rem;
  }
  .house__ideas .idea__detail .tb__items .t__item {
    width: 100%;
    margin-bottom: 55rem;
    justify-content: space-between;
  }
  .house__ideas .idea__detail .tb__items .t__item .p__lbl {
    width: 140rem;
    height: 140rem;
    padding-top: 10rem;
  }
  .house__ideas .idea__detail .tb__items .t__item .p__lbl .lbl {
    font-size: 24rem;
  }
  .house__ideas .idea__detail .tb__items .t__item .p__lbl .num {
    font-size: 72rem;
  }
  .house__ideas .idea__detail .tb__items .t__item .content__text {
    width: 440rem;
  }
  .house__ideas .idea__detail .tb__items .t__item .content__text .b__txt {
    font-size: 33rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .house__ideas .idea__detail .tb__items .t__item .content__text .b__title {
    font-size: 54rem;
    letter-spacing: 0;
    line-height: 61rem;
    margin-top: 5rem;
  }
  .house__ideas .idea__detail .tb__items .t__item .content__text .c__image {
    margin-top: 25rem;
  }
  .access__content .access__txt {
    font-size: 36rem;
    letter-spacing: 0;
    line-height: 55rem;
  }
  .access__content .access__map {
    width: 690rem;
    margin: auto;
    margin-top: 50rem;
  }
  .access__content .way_method {
    margin-top: 60rem;
    display: block;
  }
  .access__content .way_method .way {
    width: 690rem;
    margin: auto;
    display: block;
  }
  .access__content .way_method .way .c__txt {
    margin-top: 14rem;
  }
  .access__content .way_method .way.c01 {
    width: 340rem;
    margin-top: 40rem;
  }
  .access__content .way__text .w__txt {
    margin-bottom: 25rem;
  }
  .access__content .way__text .w__txt:last-child {
    width: 580rem;
  }
  .access__content .way__text {
    max-width: 1000rem;
    width: 690rem;
  }
  .access__content .gap__txt {
    width: 690rem;
    margin: auto;
    margin-top: 12rem;
    font-weight: 500;
    font-size: 20rem;
    line-height: 28rem;
  }
  .location__content {
    width: 690rem;
    height: auto;
    margin: auto;
    padding: 45rem;
  }
  .location__content .d__txt {
    font-size: 36rem;
    letter-spacing: 0.1em;
    line-height: 55rem;
    margin-top: 31rem;
  }
  .location__content .location__map {
    width: 100%;
  }
  .location__content .location__items .p__item {
    width: 285rem;
  }
  .location__content .location__items .p__item .content__text .s__lbl {
    font-size: 24rem;
    line-height: 1.5;
  }
  .location__content .location__items .p__item .content__text {
    margin-top: 14rem;
  }
  .location__content .location__items .p__item .content__text .s__txt {
    font-size: 32rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .location__content .location__items .p__item .content__text .s__txt .c01 {
    font-size: 53rem;
    line-height: 1;
  }
  .location__content .location__items .p__item .content__text .s__txt .c02 {
    font-size: 21rem;
  }
  .location__content .location__items .p__item.c01 {
    width: 100%;
  }
  .location__content .table__content {
    display: block;
  }
  .location__content .table__content .c__item {
    width: 100%;
  }
  .location__content .table__content .c__item:last-child table tr:first-child td {
    border-top: 0;
  }
  .location__content .table__content .c__item table tr td {
    font-size: 22rem;
    line-height: 1.5;
    border: 1px solid #000;
  }
  .location__content .table__content .c__item table tr td span {
    font-size: 17rem;
  }
  .location__content .note__txt {
    font-weight: 500;
    font-size: 20rem;
    line-height: 1.5;
    margin-top: 22rem;
  }
  .cpt__content {
    width: 690rem;
  }
  .cpt__content .c__lbl {
    font-size: 26rem;
    letter-spacing: 0.55em;
    line-height: 1.8;
    padding: 8rem 0;
  }
  .cpt__content .c__txt {
    font-size: 24rem;
    line-height: 31rem;
  }
  .cpt__content .c__txt span {
    font-size: 14rem;
  }
  footer .company__part .gap {
    font-size: 16rem;
  }
  footer .company__part .lbl {
    font-size: 42rem;
  }
  footer .company__part {
    width: 440rem;
    height: auto;
    margin: auto;
    background: #00589E;
    border-radius: 31rem;
  }
  footer .contact__part .pro__link span {
    font-size: 18rem;
    line-height: 1.1;
  }
  footer .contact__part .pro__link {
    width: 150rem;
    height: 60rem;
  }
  footer .contact__part .tel .lbl {
    font-size: 28rem;
  }
  footer .contact__part .tel .num {
    font-size: 55rem;
  }
  footer ul li a {
    font-size: 24rem;
  }
  .fixed__btn {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    position: fixed;
    right: auto;
    left: 0;
    bottom: 0;
    top: auto;
    transform: unset;
  }
  .fixed__btn .f__btn {
    width: 33.3333333333%;
    height: 100rem;
    background: #00003C;
    border-color: #00003C;
  }
  .fixed__btn .f__btn:hover span {
    color: #00003C;
  }
  .fixed__btn .f__btn:hover .icon svg .cls-1 {
    fill: #00003C;
  }
  .fixed__btn .f__btn span {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 30rem;
    line-height: 35rem;
    font-weight: bold;
    margin-left: 15rem;
    writing-mode: unset;
  }
  footer {
    padding: 60rem 0 140rem;
  }
  footer .contact__part .tel {
    width: 200px;
  }
}/*# sourceMappingURL=style.css.map */