/* Scss Document */
@media only screen and (max-width: 640px) {
  #main {
    padding-top: 15.625vw;
  }
}

#top_visual {
  margin-bottom: 6rem;
}

.top_slider .slick-list {
  margin: 0 -1rem;
}
.top_slider .slick-slide {
  margin: 0 1rem;
}
@media only screen and (max-width: 640px) {
  .top_slider .slick-slide {
    width: 90.625vw;
  }
}

#information {
  padding-top: 12rem;
  padding-bottom: 8rem;
  background: url(../images/index_new/deco_n_information.png) no-repeat left top, linear-gradient(128deg, #FFF 0%, #F6EEEF 50.48%);
}
@media only screen and (max-width: 640px) {
  #information {
    padding-top: 9.375vw;
    padding-bottom: 4.6875vw;
  }
}

.information_container {
  width: 48.0263157895%;
}
@media only screen and (max-width: 640px) {
  .information_container {
    margin-bottom: 6.25vw;
    width: 100%;
  }
}
.information_title {
  margin-bottom: -1em;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 640px) {
  .information_title {
    margin-bottom: -0.5em;
  }
}
.information_title .en {
  font-family: "Square Peg", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 7.2rem;
  color: #620f15;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .information_title .en {
    font-size: 10.625vw;
  }
}
.information_title .jp {
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .information_title .jp {
    font-size: 3.4375vw;
  }
}
.information_title.-justify-start {
  margin-bottom: 1em;
  justify-content: flex-start;
}
@media only screen and (max-width: 640px) {
  .information_title.-justify-start {
    justify-content: space-between;
  }
}
.information_title.-justify-start .jp {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.information_list {
  padding: 5rem;
  border-radius: 2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 1.5em 0;
}
@media only screen and (max-width: 640px) {
  .information_list {
    padding: 4.6875vw;
    border-radius: 3.125vw;
  }
}
.information_item {
  display: flex;
  justify-content: space-between;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .information_item {
    flex-direction: column;
  }
}
.information_item a {
  text-decoration: none;
  color: rgba(30, 30, 30, 0.8);
  font-weight: 500;
}
.information_item dt {
  color: #620f15;
}
@media only screen and (max-width: 640px) {
  .information_item dt {
    margin-bottom: 0.5em;
    font-size: 3.125vw;
    font-weight: 500;
  }
}
.information_item dd {
  width: calc(100% - 7em);
}
@media only screen and (max-width: 640px) {
  .information_item dd {
    font-size: 3.125vw;
    width: 100%;
  }
}

.event_wrapper {
  margin-top: 6rem;
}
@media only screen and (max-width: 640px) {
  .event_wrapper {
    margin-top: 6.25vw;
  }
}
.event_list {
  display: flex;
  gap: 2.6315789474%;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .event_list {
    flex-wrap: wrap;
    gap: 3.125vw;
  }
}
.event_list a {
  text-decoration: none;
  color: rgba(30, 30, 30, 0.8);
}
.event_list dl {
  padding: 2rem;
}
.event_list dt {
  color: #620f15;
}
.event_list dd {
  line-height: 1.3;
}
.event_list figure {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.event_list figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.event_item {
  border-radius: 1.2rem;
  width: 23.0263157895%;
  background: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .event_item {
    font-size: 3.125vw;
    width: 43.75vw;
    font-weight: 400;
  }
}

.indexContent_head {
  margin: 22.6rem 0 15.6rem auto;
  padding: 0 4.6875% 4.6875% 5.7291666667%;
  max-width: 172rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8rem;
  border-radius: 24px 0 0 24px;
  background: linear-gradient(128deg, #FFF 0%, #F6EEEF 50.48%);
  position: relative;
}
@media only screen and (max-width: 1390px) {
  .indexContent_head {
    margin: 16.4rem 0 10rem auto;
  }
}
@media only screen and (max-width: 640px) {
  .indexContent_head {
    margin: 25vw 0 12.5vw auto;
    padding: 0 6.25vw;
    flex-direction: column;
  }
}
.indexContent_head.-reverse {
  margin: 22.6rem auto 15.6rem 0;
  padding: 0 5.7291666667% 4.6875% 4.6511627907%;
  border-radius: 0 24px 24px 0;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1390px) {
  .indexContent_head.-reverse {
    margin-top: 18.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .indexContent_head.-reverse {
    margin-top: 21.25vw;
    margin-bottom: 0;
    padding: 0 6.25vw;
    flex-direction: column;
  }
}
.indexContent_text {
  margin: -8rem auto 0;
  width: 29.9418604651%;
}
@media only screen and (max-width: 640px) {
  .indexContent_text {
    width: 100%;
  }
}
.indexContent_text .title {
  line-height: 1.3;
}
.indexContent_text .title .en {
  font-size: 13.2rem;
  color: #f6bbbf;
  font-family: "Square Peg", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@media only screen and (max-width: 1390px) {
  .indexContent_text .title .en {
    font-size: 12rem;
  }
}
.indexContent_text .title .jp {
  margin-bottom: 1.75em;
  font-size: 2.4rem;
  font-weight: 700;
  color: #620f15;
}
@media only screen and (max-width: 1390px) {
  .indexContent_text .title .jp {
    font-size: 2rem;
  }
}
.indexContent_text .lead {
  margin-bottom: 1em;
  font-size: 3.6rem;
  color: #620f15;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (max-width: 1580px) {
  .indexContent_text .lead {
    font-size: 2.0143884892vw;
  }
}
@media only screen and (max-width: 1390px) {
  .indexContent_text .lead {
    font-size: 2.8rem;
  }
}
.indexContent_text.-middle {
  text-align: center;
}
.indexContent_text.-middle .en {
  font-size: 10rem;
}
.indexContent_image {
  margin-top: -6.976744186%;
  width: 53.90625%;
  position: relative;
}
@media only screen and (max-width: 1580px) {
  .indexContent_image {
    margin-top: -4.6511627907%;
  }
}
@media only screen and (max-width: 640px) {
  .indexContent_image {
    width: 100%;
  }
}
.indexContent_image .deco {
  position: absolute;
  left: -20rem;
  bottom: -12rem;
  width: 39rem;
}
@media only screen and (max-width: 1580px) {
  .indexContent_image .deco {
    width: 22.3958333333vw;
  }
}
@media only screen and (max-width: 1390px) {
  .indexContent_image .deco {
    left: -112.5px;
    bottom: -87.5px;
  }
}
@media only screen and (max-width: 1200px) {
  .indexContent_image .deco {
    width: 27rem;
  }
}
@media only screen and (max-width: 640px) {
  .indexContent_image .deco {
    left: auto;
    bottom: auto;
    right: -10.9375vw;
    top: -18.75vw;
    width: 40.625vw;
  }
}
.indexContent_image.-middle {
  width: 51.1627906977%;
}

.reform_contents {
  padding-right: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 165.5rem;
  gap: 4.9479166667%;
}
@media only screen and (max-width: 640px) {
  .reform_contents {
    padding-right: 0;
    flex-direction: column;
  }
}
.reform_text {
  width: 40.9230769231%;
}
@media only screen and (max-width: 640px) {
  .reform_text {
    width: 100%;
  }
}
.reform_text li {
  border-bottom: solid 1px rgba(98, 15, 21, 0.25);
  margin: 1em 0;
  padding: 1em 0;
}
.reform_text a {
  padding-right: 7.2rem;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  color: #5a5b5a;
  text-decoration: none;
  background: url(../images/common/arrow_c_dred.svg) no-repeat right center;
  background-size: 4.8rem auto;
}
@media only screen and (max-width: 640px) {
  .reform_text a {
    align-items: center;
    font-size: 2.8125vw;
    line-height: 1.6;
  }
}
.reform_text a div {
  width: 50rem;
}
@media only screen and (max-width: 640px) {
  .reform_text a div {
    width: 60.9375vw;
    font-size: 3.125vw;
  }
}
.reform_text h3 {
  margin-bottom: 0.25em;
  font-size: 3.2rem;
  color: #620f15;
  line-height: 1.3;
}
@media only screen and (max-width: 1390px) {
  .reform_text h3 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .reform_text h3 {
    margin-bottom: 0.25em;
    font-size: 4.375vw;
  }
}
.reform_image {
  width: 53.2307692308%;
}
@media only screen and (max-width: 640px) {
  .reform_image {
    width: 100%;
  }
}
.reform_icon {
  width: 7.2rem;
}
@media only screen and (max-width: 640px) {
  .reform_icon {
    width: 10vw;
  }
}
.reform_works {
  margin-top: 6rem;
  padding: 3rem;
  display: flex;
  border-radius: 24px;
  background: linear-gradient(128deg, #FFF 0%, #F6EEEF 50.48%);
}
@media only screen and (max-width: 640px) {
  .reform_works {
    padding: 4.6875vw 2.5vw;
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  .reform_works .button_more {
    margin: 1.5em auto 0;
  }
}
.reformContent_title {
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.reformContent_title figure {
  width: 5.4rem;
}
.reformContent_title h3 {
  margin-bottom: 0.75em;
  font-size: 3.6rem;
  color: #620f15;
}
.reformVoice_list, .reformWorks_list {
  width: 75%;
  display: flex;
  gap: 2.5925925926%;
}
@media only screen and (max-width: 640px) {
  .reformVoice_list, .reformWorks_list {
    flex-direction: column;
    width: 100%;
    gap: 3.125vw;
  }
}
.reformVoice_item, .reformWorks_item {
  padding: 2.6rem;
  border-radius: 1.2rem;
  overflow: hidden;
  width: 33.3333333333%;
  background: #fff url(../images/common/arrow_s_r_r.svg) no-repeat right 1em bottom 1em;
}
@media only screen and (max-width: 640px) {
  .reformVoice_item, .reformWorks_item {
    width: 100%;
  }
}
.reformVoice_item a, .reformWorks_item a {
  color: rgba(30, 30, 30, 0.8);
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .reformVoice_item a, .reformWorks_item a {
    font-size: 3.125vw;
  }
}
.reformVoice_item figure, .reformWorks_item figure {
  margin: -2.6rem -2.6rem 2.6rem;
}
@media only screen and (max-width: 640px) {
  .reformVoice_item figure, .reformWorks_item figure {
    width: 40%;
  }
}
.reformVoice_item img, .reformWorks_item img {
  max-width: initial;
  width: 100%;
  height: auto;
}
.reformVoice_item h4, .reformWorks_item h4 {
  margin-bottom: 1em;
  color: #620f15;
  font-weight: 700;
  line-height: 1.3;
  font-size: 2rem;
}
@media only screen and (max-width: 640px) {
  .reformVoice_item h4, .reformWorks_item h4 {
    margin-bottom: 0.5em;
    font-size: 3.125vw;
  }
}
.reformVoice_item .hashtag, .reformWorks_item .hashtag {
  margin-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media only screen and (max-width: 640px) {
  .reformVoice_item .hashtag, .reformWorks_item .hashtag {
    margin-top: 1em;
  }
}
.reformVoice_item .hashtag a, .reformWorks_item .hashtag a {
  padding: 0.5em 1em;
  border-radius: 2em;
  display: block;
  font-size: 1.1rem;
  color: #620f15;
  background: #f6eeef;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .reformVoice_item .hashtag a, .reformWorks_item .hashtag a {
    font-size: 2.03125vw;
  }
}
@media only screen and (max-width: 640px) {
  .reformWorks_item {
    padding: 1.875vw;
    border-radius: 1.875vw;
  }
}
@media only screen and (max-width: 640px) {
  .reformWorks_item a {
    font-size: 3.125vw;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 640px) {
  .reformWorks_item figure {
    border-radius: 1.25vw;
    margin: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 640px) {
  .reformWorks_item .works_text {
    padding: 0.625vw 0.625vw 0.625vw 0;
    width: 55%;
  }
}
.reformVoice_item {
  line-height: 1.3;
}
.reformVoice_item .parts_area {
  margin-bottom: 1.5em;
  font-size: 1.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .reformVoice_item .parts_area {
    font-size: 2.5vw;
  }
}

#newHouse .indexContent_head .deco {
  position: absolute;
  left: auto;
  right: 0;
  bottom: -2rem;
  width: 32.5rem;
}
@media only screen and (max-width: 1580px) {
  #newHouse .indexContent_head .deco {
    bottom: -6rem;
  }
}
@media only screen and (max-width: 1390px) {
  #newHouse .indexContent_head .deco {
    bottom: -6rem;
    width: 28rem;
  }
}
@media only screen and (max-width: 640px) {
  #newHouse .indexContent_head .deco {
    left: auto;
    bottom: 34.375vw;
    right: -6.25vw;
    width: 40.625vw;
    z-index: 1;
  }
}
#newHouse .indexContent_text {
  margin: -8rem auto 0 0;
  width: 29.9418604651%;
}
@media only screen and (max-width: 640px) {
  #newHouse .indexContent_text {
    width: 100%;
  }
}
#newHouse .indexContent_image {
  width: 60.1744186047%;
}
@media only screen and (max-width: 640px) {
  #newHouse .indexContent_image {
    width: 100%;
  }
}

.newHouse_contents {
  margin-top: 12rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .newHouse_contents {
    margin-top: 12.5vw;
    flex-direction: column;
    gap: 9.375vw;
  }
}
.newHouse_item {
  width: 46.6165413534%;
  position: relative;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .newHouse_item {
    width: 100%;
    font-size: 2.8125vw;
  }
}
.newHouse_item figure {
  margin-bottom: 1.5em;
}
.newHouse_item h3 {
  margin-bottom: 0.75em;
  color: #620f15;
  font-size: 2.8rem;
}
@media only screen and (max-width: 640px) {
  .newHouse_item h3 {
    margin-bottom: 0.5em;
    font-size: 4.375vw;
  }
}
@media only screen and (max-width: 640px) {
  .newHouse_item p {
    padding-right: 29.6875vw;
  }
}
.newHouse_item .button_more {
  position: absolute;
  right: 0;
  bottom: 0;
}

#renovation .indexContent_head .deco {
  position: absolute;
  width: 38rem;
  left: -24rem;
  bottom: -6rem;
}
@media only screen and (max-width: 1580px) {
  #renovation .indexContent_head .deco {
    left: -18rem;
    width: 23.0215827338vw;
  }
}
@media only screen and (max-width: 1390px) {
  #renovation .indexContent_head .deco {
    bottom: -8rem;
    width: 28rem;
  }
}
@media only screen and (max-width: 640px) {
  #renovation .indexContent_head .deco {
    left: auto;
    bottom: auto;
    right: -12.5vw;
    top: -18.75vw;
    width: 40.625vw;
    z-index: 1;
  }
}
#renovation .indexContent_text {
  margin: -8rem auto 0 0;
  width: 31.6860465116%;
}
@media only screen and (max-width: 640px) {
  #renovation .indexContent_text {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #renovation .indexContent_image {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  #modelHouse {
    margin-top: 25vw;
  }
}

.modelHouse_contents {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .modelHouse_contents {
    flex-direction: column;
    gap: 4.6875vw;
  }
}
.modelHouse_item {
  margin-bottom: 6rem;
  padding: 3rem 3rem 6rem;
  background: #f6eeef;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .modelHouse_item {
    margin-bottom: 6.25vw;
  }
}
.modelHouse_item figure {
  margin: -3rem -3rem 3rem;
}
.modelHouse_item h3 {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  color: #620f15;
}
@media only screen and (max-width: 640px) {
  .modelHouse_item h3 {
    font-size: 3.75vw;
  }
}
.modelHouse_item .button_more {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3rem;
}

.button_modelhouse {
  margin: 2em auto 1rem;
  line-height: 1.6;
  width: 73.6rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .button_modelhouse {
    margin: 1em auto 1rem;
    width: 95%;
  }
}
.button_modelhouse a {
  border: solid 2px #620f15;
  background: #fff;
  display: block;
  position: relative;
  text-align: center;
  color: rgba(30, 30, 30, 0.8);
  text-decoration: none;
  z-index: 1;
}
.button_modelhouse a span {
  padding: 3rem;
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.button_modelhouse a::before {
  margin: auto 0;
  content: "";
  position: absolute;
  right: -2.4rem;
  top: 0;
  bottom: 0;
  width: 4.8rem;
  height: 4.8rem;
  background: url(../images/common/arrow_c_dred.svg) no-repeat center center;
  background-size: 100% auto;
  z-index: 2;
}
.button_modelhouse a::after {
  content: "";
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  width: 100%;
  height: 100%;
  display: block;
  mix-blend-mode: multiply;
  background: url(../images/common/pattern_stripe.png);
  z-index: 0;
}
.button_modelhouse h3 {
  margin-bottom: 0.5em;
  color: #620f15;
  font-size: 3.6rem;
}
@media only screen and (max-width: 640px) {
  .button_modelhouse h3 {
    font-size: 4.375vw;
  }
}
.button_modelhouse p {
  font-size: 1.8rem;
  font-weight: 700;
}/*# sourceMappingURL=index_new.css.map */