: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);
  }
}
#doma .property {
  border-top: initial;
  background: initial;
}
#doma .property .deco {
  display: none;
}
#doma .concept {
  position: relative;
  padding: 13rem 0 16rem;
  background: #def0ea;
  z-index: 0;
  border-top: 4px solid #007440;
}
@media screen and (max-width: 550px) {
  #doma .concept {
    padding: 100px 0 120px;
  }
}
#doma .concept .deco1 {
  top: 5%;
  left: 0;
  width: 40rem;
  z-index: -1;
}
@media screen and (max-width: 550px) {
  #doma .concept .deco1 {
    display: none;
  }
}
#doma .concept .deco2 {
  bottom: 5%;
  right: 0;
  width: 40rem;
  z-index: -1;
}
@media screen and (max-width: 550px) {
  #doma .concept .deco2 {
    display: none;
  }
}
#doma .concept__logo {
  margin-bottom: 8rem;
}
@media screen and (max-width: 550px) {
  #doma .concept__logo {
    margin-bottom: 50px;
  }
}
#doma .concept__logo--img {
  width: 30%;
  margin: 0 auto;
  min-width: 300px;
}
#doma .concept__logo p {
  text-align: center;
  margin: auto;
  margin-top: 2rem;
  width: 90%;
}
#doma .concept__logo p span {
  display: inline-block;
}
#doma .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;
  margin-top: 10%;
}
#doma .concept__inner--label span {
  color: #fff;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.3em;
  display: inline-block;
}
@media screen and (max-width: 550px) {
  #doma .concept__inner--label {
    font-size: 21px;
    padding: 10px 5%;
  }
}
#doma .concept__inner--detail {
  row-gap: 6rem;
  display: flex;
  flex-direction: column;
  padding: 10%;
  padding-top: 5%;
  background: #fff;
}
@media screen and (max-width: 550px) {
  #doma .concept__inner--detail {
    row-gap: 25px;
    gap: 40px;
    padding-top: 10%;
  }
}
#doma .concept__inner--detail .point .flex1 {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  #doma .concept__inner--detail .point .flex1 {
    flex-direction: column;
  }
}
#doma .concept__inner--detail .point .flex1__img {
  flex-grow: 1;
  width: 170%;
}
@media screen and (max-width: 768px) {
  #doma .concept__inner--detail .point .flex1__img {
    width: 100%;
  }
}
#doma .concept__inner--detail .point .flex1__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#doma .concept__inner--detail .point .flex1 .flex2 {
  display: flex;
  gap: 2rem;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #doma .concept__inner--detail .point .flex1 .flex2 {
    flex-direction: column;
    margin-top: 5%;
  }
}
#doma .concept__inner--detail .point .flex1 .flex2__text {
  flex: 1;
}
#doma .concept__inner--detail .point .flex1 .flex2__text h3 {
  color: #007440;
  font-size: max(2.1rem, 21px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 550px) {
  #doma .concept__inner--detail .point .flex1 .flex2__text h3 {
    font-size: 21px;
    padding-bottom: 10px;
  }
}
#doma .concept__inner--detail .point .flex1 .flex2__text b {
  display: block;
  font-size: max(1.7rem, 17px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2em;
  padding: 2rem 0;
}
#doma .concept__inner--detail .point .flex1 .flex2__text b span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#doma .concept__inner--detail .point .flex1 .flex2__img {
  flex-grow: 1;
  width: 0%;
}
@media screen and (max-width: 768px) {
  #doma .concept__inner--detail .point .flex1 .flex2__img {
    width: 100%;
  }
}
#doma .concept__inner--detail .point .flex1 .flex2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#doma .concept__inner--detail .point .flex1 .line {
  border-bottom: 1px dotted #007440;
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  #doma .concept__inner--detail .point .flex1 .line {
    display: none;
  }
}
#doma .concept__movie {
  width: 76rem;
  aspect-ratio: 16/9;
  margin: auto;
  margin-top: 10%;
}
@media screen and (max-width: 550px) {
  #doma .concept__movie {
    width: 90%;
    margin-top: 50px;
  }
}
#doma .concept__movie iframe {
  width: 100%;
  height: 100%;
}
#doma .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) {
  #doma .exp__wrapper b {
    font-size: 16px;
  }
}
#doma .exp__wrapper b span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#doma .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) {
  #doma .exp__wrapper--title {
    padding: 20px 0;
    margin-bottom: 50px;
  }
}
#doma .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) {
  #doma .exp__wrapper--title h2 {
    font-size: 14px;
    margin-left: 25px;
  }
}
#doma .exp__wrapper--title h2 span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#doma .exp__wrapper--detail {
  row-gap: 6rem;
  display: flex;
  flex-direction: column;
  background: #fff;
  margin-bottom: 10%;
}
@media screen and (max-width: 550px) {
  #doma .exp__wrapper--detail {
    row-gap: 25px;
    gap: 40px;
  }
}
#doma .exp__wrapper--detail .point {
  gap: 4rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  #doma .exp__wrapper--detail .point {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  #doma .exp__wrapper--detail .point {
    gap: 20px;
  }
}
#doma .exp__wrapper--detail .point__text {
  flex: 1;
}
#doma .exp__wrapper--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) {
  #doma .exp__wrapper--detail .point__text h3 {
    font-size: 21px;
    padding-bottom: 10px;
  }
}
#doma .exp__wrapper--detail .point__text b {
  display: block;
  font-size: max(1.4rem, 14px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2em;
  padding: 2rem 0;
}
#doma .exp__wrapper--detail .point__text b span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#doma .exp__wrapper--detail .point__image {
  gap: 5px;
  display: flex;
  width: 57rem;
}
@media screen and (max-width: 1300px) {
  #doma .exp__wrapper--detail .point__image {
    flex-direction: column;
  }
}
@media screen and (max-width: 1000px) {
  #doma .exp__wrapper--detail .point__image {
    width: 100%;
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  #doma .exp__wrapper--detail .point__image {
    flex-direction: column;
  }
}
#doma .exp__wrapper--detail .point__image > img {
  flex: 1;
}
#doma .exp__wrapper--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) {
  #doma .exp__wrapper--detail .point__image--inner {
    flex-direction: row;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #doma .exp__wrapper--detail .point__image--inner {
    flex-direction: column;
    width: 23rem;
  }
}
@media screen and (max-width: 768px) {
  #doma .exp__wrapper--detail .point__image--inner {
    width: 100%;
    flex-direction: row;
  }
}
#doma .exp__wrapper.skipfloor {
  padding: 15rem 0 13rem;
}
@media screen and (max-width: 550px) {
  #doma .exp__wrapper.skipfloor {
    padding: 80px 0 50px;
  }
}
#doma .exp__wrapper.soland {
  padding-bottom: 16rem;
}
@media screen and (max-width: 550px) {
  #doma .exp__wrapper.soland {
    padding-bottom: 85px;
  }
}/*# sourceMappingURL=doma.css.map */