/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

#land #news {
  position: relative;
  background: #fff;
  z-index: 0;
}
#land #news::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(59, 49, 40, 0.1);
  z-index: 0;
}
#land #news .news__wrapper {
  position: relative;
  display: flex;
  -moz-column-gap: max(14rem, 70px);
       column-gap: max(14rem, 70px);
  padding-top: max(10rem, 50px);
  padding-bottom: max(10rem, 50px);
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  #land #news .news__wrapper {
    flex-direction: column;
  }
}
#land #news .news__wrapper .btn-pc {
  display: block;
}
@media screen and (max-width: 1000px) {
  #land #news .news__wrapper .btn-pc {
    display: none;
  }
}
#land #news .news__wrapper .btn-sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  #land #news .news__wrapper .btn-sp {
    display: block;
    text-align: right;
    margin-top: max(5.5rem, 50px);
  }
}
#land #news .news__wrapper .news__title {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  flex-shrink: 0;
}
#land #news .news__wrapper .news__content {
  flex: 1;
}
#land #news .news__wrapper .news__content .news__list article.news__item:not(:last-of-type) {
  padding-bottom: max(4rem, 20px);
  margin-bottom: max(3.5rem, 15px);
  border-bottom: 1px solid rgba(59, 49, 40, 0.15);
}
#land #news .news__wrapper .news__content .news__list article.news__item a dl {
  display: flex;
  align-items: first baseline;
  gap: max(0.5rem, 5px) max(4rem, 30px);
}
@media screen and (max-width: 768px) {
  #land #news .news__wrapper .news__content .news__list article.news__item a dl {
    flex-direction: column;
    align-items: start;
  }
}
#land #news .news__wrapper .news__content .news__list article.news__item a dl dt time {
  min-width: max(9rem, 85px);
  color: rgba(59, 49, 40, 0.4);
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
}
#land #news .news__wrapper .news__content .news__list article.news__item a dl dd {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
#land #trouble {
  background: #fff;
}
#land #trouble .trouble__wrapper {
  padding-top: max(10rem, 50px);
}
#land #trouble .trouble__wrapper h2 {
  text-align: center;
  font-size: max(2.8rem, 21px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.15em;
}
#land #trouble .trouble__wrapper .trouble__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: max(8rem, 30px) max(1.5rem, 10px);
  padding-bottom: 14px;
  margin-top: max(3rem, 20px);
}
#land #trouble .trouble__wrapper .trouble__list .trouble__item {
  flex: 1;
  position: relative;
  display: grid;
  place-items: center;
  padding: max(2rem, 15px) max(2.5rem, 20px);
  min-height: 125px;
  border: 1px solid #3b3128;
}
@media screen and (max-width: 1000px) {
  #land #trouble .trouble__wrapper .trouble__list .trouble__item {
    min-width: calc(33.3333333333% - max(1.5rem, 10px));
    max-width: calc(33.3333333333% - max(1.5rem, 10px));
  }
}
@media screen and (max-width: 550px) {
  #land #trouble .trouble__wrapper .trouble__list .trouble__item {
    min-width: calc(50% - max(1.5rem, 10px));
    max-width: calc(50% - max(1.5rem, 10px));
  }
}
#land #trouble .trouble__wrapper .trouble__list .trouble__item::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -12.5px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #fff;
  z-index: 1;
}
#land #trouble .trouble__wrapper .trouble__list .trouble__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #3b3128;
  z-index: 0;
}
#land #trouble .trouble__wrapper .trouble__list .trouble__item p {
  line-height: 2;
}
#land #trouble .trouble__wrapper h3.conclusion {
  text-align: center;
  padding: max(1.5rem, 15px);
  margin-top: max(4rem, 30px);
  background: #c2c0bd;
  font-size: max(1.8rem, 15px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
#land #trouble .trouble__wrapper .trouble__inner {
  display: flex;
  gap: max(8rem, 30px);
  margin-top: max(10rem, 30px);
}
@media screen and (max-width: 1000px) {
  #land #trouble .trouble__wrapper .trouble__inner {
    flex-direction: column;
  }
}
#land #trouble .trouble__wrapper .trouble__inner .textBox {
  flex: 1;
}
#land #trouble .trouble__wrapper .trouble__inner .imageBox {
  flex-shrink: 0;
  align-self: stretch;
  width: max(68.5rem, 300px);
}
@media screen and (max-width: 1000px) {
  #land #trouble .trouble__wrapper .trouble__inner .imageBox {
    width: 100%;
    aspect-ratio: 137/70;
  }
}
#land #trouble .trouble__wrapper .trouble__inner .imageBox img {
  height: 100%;
  -o-object-position: right;
     object-position: right;
}
#land #point {
  background: #fff;
}
#land #point .point__wrapper {
  padding-top: max(14rem, 70px);
  padding-bottom: max(8.5rem, 50px);
  border-bottom: 1px solid rgba(59, 49, 40, 0.1);
}
#land #point .point__wrapper .point__content {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  gap: max(4.5rem, 30px);
}
#land #point .point__wrapper .point__content .point__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: max(3rem, 15px);
}
#land #point .point__wrapper .point__content .point__item--number {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  padding: max(5rem, 20px) max(7rem, 20px);
  border-radius: max(6.4rem, 30px);
  background: rgba(59, 49, 40, 0.1);
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: max(1.8rem, 15px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 550px) {
  #land #point .point__wrapper .point__content .point__item--number {
    padding: 20px 10px;
  }
}
#land #point .point__wrapper .point__content .point__item--text {
  flex: 1;
}
#land #point .point__wrapper .point__content .point__item--text h3 {
  font-weight: 500;
  line-height: 2;
  margin-bottom: max(1rem, 10px);
}
#land #point .point__wrapper .point__content .point__item--text p {
  line-height: 2;
}
#land #community {
  background: #fff;
}
#land #community .community__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: max(6rem, 30px);
  padding-top: max(11rem, 50px);
  padding-bottom: max(17rem, 100px);
}
#land #community .community__wrapper .textBox {
  flex: 1;
}
#land #community .community__wrapper .imageBox {
  flex-shrink: 0;
  width: max(50rem, 300px);
}
@media screen and (max-width: 1000px) {
  #land #community .community__wrapper .imageBox {
    position: absolute;
    bottom: 5%;
    right: -10vw;
    width: max(40vw, 300px);
    opacity: 0.3;
  }
  #land #community .community__wrapper .imageBox img {
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
  }
}/*# sourceMappingURL=looking-for-land.css.map */