html body .mainvisual {
  margin-bottom: 10px;
}
html body .mainvisual h1 {
  text-align: center;
}
html body h2 {
  color: #E64800;
}
html body h2.h2-ttl-1 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  html body h2.h2-ttl-1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
html body h2.h2-ttl-1 span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body h2.h2-ttl-1 span {
    font-size: 20px;
  }
}
html body .sec-property_info .contents-list-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 300px));
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  html body .sec-property_info .contents-list-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  html body .sec-property_info .contents-list-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
html body .sec-property_info .contents-list-wrapper a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  display: block;
}
html body .sec-property_info .contents-list-wrapper a:hover {
  opacity: 0.6;
}
html body .sec-property_info .contents-list-wrapper a .property_flag_1 {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 90px;
  height: 30px;
  display: grid;
  place-content: center;
  background-color: #E64800;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 5px;
}
html body .sec-property_info .contents-list-wrapper figure img {
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html body .sec-property_info .contents-list-wrapper p.property_flag_2 {
  color: #E64800;
  font-size: 14px;
}
html body .sec-property_info .contents-list-wrapper .dl-wrap dl {
  border-bottom: 1px dashed #707070;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body .sec-property_info .contents-list-wrapper .dl-wrap dl.fd-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
html body .sec-property_info .contents-list-wrapper .dl-wrap dl.fd-column dt {
  margin-bottom: 10px;
}
html body .sec-property_info .contents-list-wrapper .dl-wrap dl dt {
  color: #E64800;
  font-size: 16px;
}
html body .sec-property_info .contents-list-wrapper .dl-wrap dl dd {
  word-break: break-word;
  line-height: 1.5;
}
html body .sec-property_info .contents-list-wrapper .dl-wrap dl dd span {
  font-size: 24px;
  font-weight: 700;
}
html body .sec-1 {
  background-color: #F7F7F7;
  margin-top: 10px;
}
html body .sec-1 h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  html body .sec-1 h2 {
    font-size: 24px;
  }
}
html body .sec-1 p {
  text-align: center;
}
@media screen and (max-width: 991px) {
  html body .sec-1 p {
    text-align: left;
  }
  html body .sec-1 p br {
    display: none;
  }
}
html body .sec-2 {
  padding-top: 0;
}
html body .sec-2 .inner {
  padding: 80px 1rem 90px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body .sec-2 .inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
html body .sec-2 .inner::before {
  content: "";
  position: absolute;
  background-color: #FDF1EC;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto auto 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  html body .sec-2 .inner::before {
    width: calc(100% - 10px);
  }
}
html body .sec-2 .inner::after {
  content: "";
  position: absolute;
  background-color: #E64800;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: -30px;
  left: 0;
  right: -30px;
  margin: auto 0 0 auto;
  z-index: -2;
}
@media screen and (max-width: 991px) {
  html body .sec-2 .inner::after {
    width: calc(100% - 45px);
    height: calc(100% - 10px);
    bottom: -15px;
    right: -5px;
  }
}
html body .sec-2 .contents-list-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: grid;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  html body .sec-2 .contents-list-wrapper {
    gap: 20px;
  }
}
html body .sec-2 .contents-list-wrapper .contents-list:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media screen and (max-width: 991px) {
  html body .sec-2 .contents-list-wrapper .contents-list:first-child {
    gap: 6px;
  }
}
html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) p {
  text-align: center;
}
@media screen and (max-width: 991px) {
  html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) p {
    text-align: left;
  }
  html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) p br {
    display: none;
  }
}
html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) p:not(:last-child) {
  margin-bottom: 1.5em;
}
html body .sec-2 .contents-list-wrapper .contents-list:last-child {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  html body .sec-2 .contents-list-wrapper .contents-list:last-child {
    gap: 8px;
  }
}
@media screen and (max-width: 575px) {
  html body .sec-2 .contents-list-wrapper .contents-list:last-child {
    grid-template-columns: 1fr 1fr;
  }
}
html body .sec-3 {
  background-color: #F7EFCC;
}
html body .sec-3 .contents-list-wrapper {
  display: grid;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  html body .sec-3 .contents-list-wrapper {
    gap: 3.75rem;
  }
}
html body .sec-3 .contents-list-wrapper .contents-list h3 {
  color: #E64800;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  margin-top: 55px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  html body .sec-3 .contents-list-wrapper .contents-list h3 {
    font-size: 30px;
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec-3 .contents-list-wrapper .contents-list h3 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
html body .sec-3 .contents-list-wrapper .contents-list p {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  html body .sec-3 .contents-list-wrapper .contents-list p {
    font-size: 16px;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec-3 .contents-list-wrapper .contents-list p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
  }
  html body .sec-3 .contents-list-wrapper .contents-list p br {
    display: none;
  }
}
html body .sec-3 .contents-list-wrapper .contents-list ul {
  max-width: 650px;
  width: 100%;
  margin: auto;
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  html body .sec-3 .contents-list-wrapper .contents-list ul {
    gap: 10px;
  }
}
html body .sec-3 .contents-list-wrapper .contents-list ul li {
  background: transparent -webkit-gradient(linear, right top, left top, from(#F7EFCC), color-stop(9%, #E6481B), color-stop(51%, #E6481B), color-stop(86%, #E6481B), to(#F7EFCC)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #F7EFCC 0%, #E6481B 9%, #E6481B 51%, #E6481B 86%, #F7EFCC 100%) 0% 0% no-repeat padding-box;
  text-align: center;
  color: #fff;
  padding: 10px 1rem;
}
html body .sec-4 p {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  html body .sec-4 p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  html body .sec-4 p {
    text-align: left;
    margin-bottom: 20px;
  }
  html body .sec-4 p br {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  html body .sec-4 ul {
    display: grid;
    place-content: center;
  }
}
html body .sec-4 ul li {
  font-size: 14px;
}
html body .sec-4 ul li a {
  color: #337FE8;
  text-decoration: underline;
}
html body .sec-4 ul li a:hover {
  text-decoration: none;
}/*# sourceMappingURL=index.css.map */