@charset "UTF-8";
:root {
  --viewport-width: 100vw;
  --b: calc(var(--viewport-width) / 160);
}

@media screen and (max-width: 550px) {
  :root {
    --viewport-width: max(100vw, 550px);
    --b: calc(var(--viewport-width) / 55);
  }
}
#skipfloor .intro {
  text-align: center;
  padding-top: 11rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 550px) {
  #skipfloor .intro {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
#skipfloor .intro b {
  display: block;
  color: #007440;
  font-size: max(2.9rem, 29px);
  font-weight: 600;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 550px) {
  #skipfloor .intro b {
    font-size: 26px;
    letter-spacing: 0.1em;
  }
}
#skipfloor .intro b span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#skipfloor .intro h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 550px) {
  #skipfloor .intro h2 {
    margin-top: 30px;
    margin-bottom: 90px;
    flex-direction: column;
  }
}
#skipfloor .intro h2 p {
  position: relative;
  display: inline-block;
  color: #007440;
  font-size: max(7.2rem, 32px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-wrap: nowrap;
}
@media screen and (max-width: 550px) {
  #skipfloor .intro h2 p {
    font-size: 32px;
  }
}
@media screen and (max-width: 550px) {
  #skipfloor .intro h2 p.box1 {
    padding-bottom: 15px;
  }
}
#skipfloor .intro h2 p.box1::before {
  position: absolute;
  content: "[ ニューノーマル ]";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  font-size: max(1.7rem, 15px);
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 550px) {
  #skipfloor .intro h2 p.box1::before {
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
}
#skipfloor .intro__property--inner b {
  flex: 1;
  font-size: max(2.9rem, 26px);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #skipfloor .intro__property--inner b {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 550px) {
  #skipfloor .intro__property--inner b {
    font-size: 29px;
    padding-bottom: 25px;
  }
}
#skipfloor .intro__property--inner b p {
  display: block;
  color: #007440;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5;
  letter-spacing: 0.3em;
}
#skipfloor .intro__property--inner .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #skipfloor .intro__property--inner .box {
    flex-direction: column;
  }
}
#skipfloor .intro__property--inner .box .imageBox {
  display: flex;
  align-items: start;
  width: max(75rem, 350px);
}
@media screen and (max-width: 768px) {
  #skipfloor .intro__property--inner .box .imageBox {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  #skipfloor .intro__property--inner .box .imageBox {
    flex-direction: column-reverse;
  }
}
#skipfloor .intro__property--inner .box .imageBox img {
  flex: 1;
}
#skipfloor .intro__property--inner .box .imageBox p {
  bottom: 10rem;
  display: grid;
  place-items: center;
  width: 10rem;
  color: #007440;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #007440;
  align-self: start;
}
@media screen and (max-width: 768px) {
  #skipfloor .intro__property--inner .box .imageBox p {
    bottom: unset;
    width: 75px;
    font-size: 10px;
  }
}
@media screen and (max-width: 550px) {
  #skipfloor .intro__property--inner .box .imageBox p {
    width: 60px;
    line-height: 1;
    letter-spacing: 0;
  }
}
#skipfloor .concept {
  position: relative;
  padding: 13rem 0 16rem;
  background: #def0ea;
  z-index: 0;
}
@media screen and (max-width: 550px) {
  #skipfloor .concept {
    padding: 100px 0 120px;
  }
}
#skipfloor .concept .deco {
  top: 25%;
  left: 0;
  width: 40rem;
  z-index: -1;
}
@media screen and (max-width: 550px) {
  #skipfloor .concept .deco {
    display: none;
  }
}
#skipfloor .concept__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#skipfloor .concept__movie {
  width: max(76rem, 440px);
  aspect-ratio: 16/9;
  margin: auto;
}
@media screen and (max-width: 550px) {
  #skipfloor .concept__movie {
    width: 90%;
  }
}
#skipfloor .concept__movie iframe {
  width: 100%;
  height: 100%;
}
#skipfloor .concept__inner--label {
  display: block;
  color: #fff;
  font-size: max(2.1rem, 21px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.3em;
  padding: 2rem;
  text-align: center;
  background: #007440;
}
@media screen and (max-width: 550px) {
  #skipfloor .concept__inner--label {
    font-size: 21px;
    padding: 10px 5%;
  }
}
#skipfloor .concept__inner--detail {
  row-gap: 6rem;
  display: flex;
  flex-direction: column;
  padding: 10%;
  background: #fff;
}
@media screen and (max-width: 550px) {
  #skipfloor .concept__inner--detail {
    row-gap: 25px;
    gap: 40px;
  }
}
#skipfloor .concept__inner--detail .point {
  gap: 4rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  #skipfloor .concept__inner--detail .point {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  #skipfloor .concept__inner--detail .point {
    gap: 20px;
  }
}
#skipfloor .concept__inner--detail .point__text {
  flex: 1;
}
#skipfloor .concept__inner--detail .point__text h3 {
  color: #007440;
  font-size: max(2.1rem, 21px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.3em;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #007440;
}
@media screen and (max-width: 550px) {
  #skipfloor .concept__inner--detail .point__text h3 {
    font-size: 21px;
    padding-bottom: 10px;
  }
}
#skipfloor .concept__inner--detail .point__text b {
  display: block;
  font-size: max(1.7rem, 17px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2em;
  padding: 2rem 0;
}
#skipfloor .concept__inner--detail .point__text b span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#skipfloor .concept__inner--detail .point__image {
  gap: 5px;
  display: flex;
  width: 57rem;
}
@media screen and (max-width: 1300px) {
  #skipfloor .concept__inner--detail .point__image {
    flex-direction: column;
  }
}
@media screen and (max-width: 1000px) {
  #skipfloor .concept__inner--detail .point__image {
    width: 100%;
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  #skipfloor .concept__inner--detail .point__image {
    flex-direction: column;
  }
}
#skipfloor .concept__inner--detail .point__image > img {
  flex: 1;
}
#skipfloor .concept__inner--detail .point__image--inner {
  gap: 5px;
  width: 23rem;
  min-width: 245px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 1300px) {
  #skipfloor .concept__inner--detail .point__image--inner {
    flex-direction: row;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #skipfloor .concept__inner--detail .point__image--inner {
    flex-direction: column;
    width: 23rem;
  }
}
@media screen and (max-width: 768px) {
  #skipfloor .concept__inner--detail .point__image--inner {
    width: 100%;
    flex-direction: row;
  }
}
#skipfloor .exp__wrapper b {
  color: #007440;
  font-size: max(1.8rem, 16px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 550px) {
  #skipfloor .exp__wrapper b {
    font-size: 16px;
  }
}
#skipfloor .exp__wrapper b span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#skipfloor .exp__wrapper--title {
  border-left: 6px solid #007440;
  background: linear-gradient(to right, rgba(0, 116, 64, 0.2), rgba(224, 237, 232, 0.2));
  padding: 25px 0;
  margin-bottom: 6rem;
}
@media screen and (max-width: 550px) {
  #skipfloor .exp__wrapper--title {
    padding: 20px 0;
    margin-bottom: 50px;
  }
}
#skipfloor .exp__wrapper--title h2 {
  color: #007440;
  font-size: max(2.2rem, 14px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-left: max(5rem, 25px);
}
@media screen and (max-width: 550px) {
  #skipfloor .exp__wrapper--title h2 {
    font-size: 14px;
    margin-left: 25px;
  }
}
#skipfloor .exp__wrapper--title h2 span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#skipfloor .exp__wrapper--detail .inner.inner1 {
  gap: 3rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  #skipfloor .exp__wrapper--detail .inner.inner1 {
    flex-direction: column;
  }
}
#skipfloor .exp__wrapper--detail .inner.inner1 .imageBox {
  position: relative;
  width: calc(50% - 1.5rem);
  padding-left: 5%;
}
@media screen and (max-width: 1000px) {
  #skipfloor .exp__wrapper--detail .inner.inner1 .imageBox {
    width: 100%;
  }
}
#skipfloor .exp__wrapper--detail .inner.inner1 .imageBox .circle {
  width: max(10rem, 75px);
  position: absolute;
  top: 10%;
  left: 0;
  display: grid;
  place-items: center;
  color: #007440;
  font-size: max(1.4rem, 11px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  border: 1px solid #007440;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 550px) {
  #skipfloor .exp__wrapper--detail .inner.inner1 .imageBox .circle {
    width: 60px;
    font-size: 10px;
  }
}
#skipfloor .exp__wrapper--detail .inner.inner1 .textBox {
  width: calc(50% - 1.5rem);
}
@media screen and (max-width: 1000px) {
  #skipfloor .exp__wrapper--detail .inner.inner1 .textBox {
    width: 100%;
  }
}
#skipfloor .exp__wrapper--detail .inner.inner1 .textBox b {
  display: block;
  padding-bottom: 2rem;
}
@media screen and (max-width: 550px) {
  #skipfloor .exp__wrapper--detail .inner.inner1 .textBox b {
    padding-bottom: 20px;
  }
}
#skipfloor .exp__wrapper--detail .inner.inner1 .textBox__about {
  margin-top: 3rem;
  border: 1px solid #007440;
}
@media screen and (max-width: 550px) {
  #skipfloor .exp__wrapper--detail .inner.inner1 .textBox__about {
    margin-top: 15px;
  }
}
#skipfloor .exp__wrapper--detail .inner.inner1 .textBox__about p {
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  color: #007440;
  font-size: max(1.1rem, 11px);
  line-height: 1;
  letter-spacing: 0;
  padding: 20px;
  text-align: left;
}
@media screen and (max-width: 550px) {
  #skipfloor .exp__wrapper--detail .inner.inner1 .textBox__about p {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
}
#skipfloor .exp__wrapper--detail .inner.inner1 .textBox__about p sup {
  color: inherit;
}
#skipfloor .exp__wrapper--detail .inner.inner1 .textBox__about p span {
  position: relative;
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#skipfloor .exp__wrapper--detail .inner.inner1 .textBox__about p span:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  height: 150%;
  width: 0;
  border-right: 1px dotted #007440;
}
#skipfloor .exp__wrapper--detail .inner.inner2 {
  margin-top: 10rem;
  padding: 0 10%;
}
@media screen and (max-width: 1000px) {
  #skipfloor .exp__wrapper--detail .inner.inner2 {
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  #skipfloor .exp__wrapper--detail .inner.inner2 {
    margin-top: 70px;
  }
}
#skipfloor .exp__wrapper--detail .inner.inner2 .imageBox {
  gap: 15px;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  #skipfloor .exp__wrapper--detail .inner.inner2 .imageBox {
    flex-direction: column;
  }
}
#skipfloor .exp__wrapper--detail .inner.inner2 .imageBox img {
  flex: 1;
}
#skipfloor .exp__wrapper--detail .inner.inner2 .imageBox__inner {
  width: calc(50% - 15px);
  gap: 15px;
  display: flex;
}
@media screen and (max-width: 550px) {
  #skipfloor .exp__wrapper--detail .inner.inner2 .imageBox__inner {
    width: 100%;
  }
}
#skipfloor .exp__wrapper--detail .floorplan {
  text-align: center;
  padding: 0 10%;
}
@media screen and (max-width: 1000px) {
  #skipfloor .exp__wrapper--detail .floorplan {
    padding: 0;
  }
}
#skipfloor .exp__wrapper--detail .floorplan .imageBox {
  gap: 30px;
  display: flex;
  margin-top: 9.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 550px) {
  #skipfloor .exp__wrapper--detail .floorplan .imageBox {
    flex-direction: column;
    margin-top: 50px;
  }
}
#skipfloor .exp__wrapper--detail .floorplan .imageBox img {
  flex: 1;
}
#skipfloor .exp__wrapper--detail .floorplan > img {
  width: max(50%, 350px);
}
@media screen and (max-width: 550px) {
  #skipfloor .exp__wrapper--detail .floorplan > img {
    width: 100%;
  }
}
#skipfloor .exp__wrapper--detail .floordetail {
  margin-top: 12.5rem;
}
#skipfloor .exp__wrapper--detail .floordetail ul {
  display: flex;
  flex-wrap: wrap;
}
#skipfloor .exp__wrapper--detail .floordetail ul li {
  flex: 1;
  gap: 3rem;
  display: flex;
  align-items: center;
  min-width: 50%;
}
@media screen and (max-width: 1000px) {
  #skipfloor .exp__wrapper--detail .floordetail ul li {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #skipfloor .exp__wrapper--detail .floordetail ul li {
    min-width: 100%;
    flex-direction: row;
  }
}
@media screen and (max-width: 550px) {
  #skipfloor .exp__wrapper--detail .floordetail ul li {
    gap: 20px;
    flex-direction: column;
  }
}
#skipfloor .exp__wrapper--detail .floordetail ul li .textBox {
  flex: 1;
}
#skipfloor .exp__wrapper--detail .floordetail ul li .textBox h5 {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #007440;
  font-size: max(1.8rem, 18px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 550px) {
  #skipfloor .exp__wrapper--detail .floordetail ul li .textBox h5 {
    font-size: 18px;
  }
}
#skipfloor .exp__wrapper--detail .floordetail ul li .textBox h5 span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#skipfloor .exp__wrapper--detail .floordetail ul li .textBox h5::before {
  display: grid;
  place-items: center;
  color: #fff;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  letter-spacing: 0;
  width: max(2.9rem, 24px);
  aspect-ratio: 1/1;
  background: #007440;
}
@media screen and (max-width: 550px) {
  #skipfloor .exp__wrapper--detail .floordetail ul li .textBox h5::before {
    width: 24px;
  }
}
#skipfloor .exp__wrapper--detail .floordetail ul li .textBox b {
  display: block;
  padding: 2rem 0;
  font-size: max(1.6rem, 16px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 550px) {
  #skipfloor .exp__wrapper--detail .floordetail ul li .textBox b {
    padding: 15px 0;
    font-size: 16px;
  }
}
#skipfloor .exp__wrapper--detail .floordetail ul li .textBox p {
  line-height: 2;
}
#skipfloor .exp__wrapper--detail .floordetail ul li .imageBox {
  width: 18rem;
}
@media screen and (max-width: 1000px) {
  #skipfloor .exp__wrapper--detail .floordetail ul li .imageBox {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #skipfloor .exp__wrapper--detail .floordetail ul li .imageBox {
    width: 40rem;
  }
}
@media screen and (max-width: 550px) {
  #skipfloor .exp__wrapper--detail .floordetail ul li .imageBox {
    width: 100%;
  }
}
#skipfloor .exp__wrapper--detail .floordetail ul li:nth-of-type(1) {
  border-right: 2px dotted #007440;
  border-bottom: 2px dotted #007440;
  padding-right: max(5rem, 40px);
  padding-bottom: max(5rem, 40px);
}
@media screen and (max-width: 768px) {
  #skipfloor .exp__wrapper--detail .floordetail ul li:nth-of-type(1) {
    border-right: none;
    padding-right: 0;
    padding-bottom: 40px;
  }
}
#skipfloor .exp__wrapper--detail .floordetail ul li:nth-of-type(1) .textBox h5::before {
  content: "1";
}
#skipfloor .exp__wrapper--detail .floordetail ul li:nth-of-type(2) {
  border-bottom: 2px dotted #007440;
  padding-left: max(5rem, 40px);
  padding-bottom: max(5rem, 40px);
}
@media screen and (max-width: 768px) {
  #skipfloor .exp__wrapper--detail .floordetail ul li:nth-of-type(2) {
    padding-top: 40px;
    padding-left: 0;
    padding-bottom: 40px;
  }
}
#skipfloor .exp__wrapper--detail .floordetail ul li:nth-of-type(2) .textBox h5::before {
  content: "2";
}
#skipfloor .exp__wrapper--detail .floordetail ul li:nth-of-type(3) {
  border-right: 2px dotted #007440;
  padding-top: max(5rem, 40px);
  padding-right: max(5rem, 40px);
  padding-bottom: max(5rem, 40px);
}
@media screen and (max-width: 768px) {
  #skipfloor .exp__wrapper--detail .floordetail ul li:nth-of-type(3) {
    border-right: none;
    border-bottom: 2px dotted #007440;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 40px;
  }
}
#skipfloor .exp__wrapper--detail .floordetail ul li:nth-of-type(3) .textBox h5::before {
  content: "3";
}
#skipfloor .exp__wrapper--detail .floordetail ul li:nth-of-type(4) {
  padding-top: max(5rem, 40px);
  padding-left: max(5rem, 40px);
  padding-bottom: max(5rem, 40px);
}
@media screen and (max-width: 768px) {
  #skipfloor .exp__wrapper--detail .floordetail ul li:nth-of-type(4) {
    padding-top: 40px;
    padding-left: 0;
    padding-bottom: 40px;
  }
}
#skipfloor .exp__wrapper--detail .floordetail ul li:nth-of-type(4) .textBox h5::before {
  content: "4";
}
#skipfloor .exp__wrapper--detail .floordetail ul li:nth-of-type(5) {
  flex: unset;
  width: 100%;
  padding-top: max(5rem, 40px);
  border-top: 2px dotted #007440;
}
@media screen and (max-width: 1000px) {
  #skipfloor .exp__wrapper--detail .floordetail ul li:nth-of-type(5) {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  #skipfloor .exp__wrapper--detail .floordetail ul li:nth-of-type(5) {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  #skipfloor .exp__wrapper--detail .floordetail ul li:nth-of-type(5) {
    padding-top: 40px;
  }
}
#skipfloor .exp__wrapper--detail .floordetail ul li:nth-of-type(5) .textBox h5::before {
  content: "5";
}
#skipfloor .exp__wrapper--detail .floordetail ul li:nth-of-type(5) .imageBox {
  width: 29rem;
}
@media screen and (max-width: 1000px) {
  #skipfloor .exp__wrapper--detail .floordetail ul li:nth-of-type(5) .imageBox {
    width: calc(50% - max(5rem, 40px));
  }
}
@media screen and (max-width: 768px) {
  #skipfloor .exp__wrapper--detail .floordetail ul li:nth-of-type(5) .imageBox {
    width: 100%;
  }
}
#skipfloor .exp__wrapper.skipfloor {
  padding: 15rem 0 13rem;
}
@media screen and (max-width: 550px) {
  #skipfloor .exp__wrapper.skipfloor {
    padding: 80px 0 50px;
  }
}/*# sourceMappingURL=skipfloor.css.map */