@charset "UTF-8";
/* 共通 */
.event-info {
  display: block;
  z-index: 0;
  position: relative;
  margin-top: -6.8125em;
  padding: 0.8125em 0.4375em 0.375em;
  border: 1px solid #1f6a39;
  background-color: #fff;
}
.event-info.-newyear {
  border: unset;
  background-color: unset;
}
a.event-info {
  text-decoration: none;
}

.event-info-cnt {
  -ms-grid-columns: 17.375em 8.875em 1fr;
  -ms-grid-rows: 2.875em 3.0625em 1.875em;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 17.375em 8.875em 1fr;
  grid-template-rows: 2.875em 3.0625em 1.875em;
}

.event-info-cnt__image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-column: 1/2;
  grid-row: 1/4;
}

.event-info-cnt__label {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  grid-column: 2/3;
  grid-row: 1/4;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 0.5625em;
  padding-left: 1em;
}
.event-info-cnt__label::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 90%;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #b60050;
  content: "";
}

.event-info-cnt__label-free {
  width: 100%;
  margin-top: 0.3181818182em;
  padding: 0.5454545455em 0.2727272727em;
  background-color: #b60050;
  color: #fff;
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.event-info-cnt__title {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 3/4;
  grid-row: 1/2;
  padding-left: 0.5588235294em;
  color: #000;
  font-size: 2.125em;
}

.event-info-cnt__time {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-column: 3/4;
  grid-row: 2/3;
  padding-left: 1.1875em;
}

.event-info-cnt__time-primary {
  margin-right: 2.625em;
}

.event-info-cnt__time-emphasis {
  color: #b60050;
  font-size: 2em;
  font-weight: normal;
  line-height: 1;
}

.event-info-cnt__time-normal {
  color: #000;
  font-size: 1.5em;
  font-weight: normal;
}

.event-info-cnt__time-middle {
  color: #000;
  font-size: 1.625em;
  font-weight: normal;
}

.event-info-cnt__text {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-column: 3/4;
  grid-row: 3/4;
  padding-left: 1.1875em;
  color: #000;
  font-size: 1em;
  font-weight: normal;
}

.event-info-detail {
  margin-top: 0.5em;
  padding: 0.4em;
  background-color: #1f6a39;
  color: #fff;
  font-size: 1.25em;
  text-align: center;
}

span.covid-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0.4545454545em;
  background-color: #fcffd1;
  color: #171c61;
  font-size: 1.375em;
  font-weight: bold;
}
span.covid-text img {
  width: 15%;
  margin-right: 1.875em;
  margin-left: 1.875em;
}

.greeting-area {
  margin-top: 3em;
  color: #2f6e95;
}

.youtube-link {
  margin-top: 3em;
  text-align: center;
}

.topic-info {
  margin-top: 3em;
  padding: 1.25em 0.3125em;
  background: rgba(216, 216, 216, 0.7);
  color: #3e3a39;
}

.topic-info__title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.topic-info__text {
  display: none;
  font-size: 1em;
  line-height: 2.2;
  text-align: center;
}

.sec-base-header {
  text-align: center;
}
.sec-base-header a {
  color: inherit;
  text-decoration: none;
}

.sec-base-header__sub {
  margin-top: 0.7em;
  font-size: 1.25em;
  font-weight: normal;
}

.sec-base-header__title {
  margin-top: 0.25em;
  font-size: 2.5em;
  font-weight: bold;
}

/* ハイランドハウスのリノベーション */
.renovation {
  padding-top: 3.75em;
}

.renovation-lead {
  display: inline-block;
  margin-top: 0.5em;
  padding: 0 1em;
  color: #666;
  font-size: 1.4375em;
  font-weight: bold;
  line-height: 1.8;
}

.deco-slash {
  position: relative;
}
.deco-slash::before, .deco-slash::after {
  display: block;
  position: absolute;
  top: 25%;
  font-size: 1.5em;
  content: "/";
}
.deco-slash::before {
  -webkit-transform: rotate(137deg);
  left: -0.5em;
  transform: rotate(137deg);
}
.deco-slash::after {
  right: -0.5em;
}

.renovation-cnt {
  margin-top: 0.9375em;
  padding: 1.875em 2% 3.625em;
  background: url("../images/bg_gray_pattern.png");
}

.renovation-description {
  font-size: 1.375em;
  line-height: 2.2;
  text-align: center;
}

.renovation-description__emphasis {
  color: #1f6a39;
  font-weight: bold;
}

.plan-box-wrap {
  width: 80.625em;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.plan-box {
  display: block;
  width: 47.2868217054%;
  margin-top: 3.125em;
}

.plan-box__label {
  text-align: center;
}
.plan-box__label img {
  width: 8.8125em;
}

.plan-box__cnt {
  display: block;
  position: relative;
  margin-top: 0.875em;
  overflow: hidden;
  border-radius: 9px;
}
a.plan-box__cnt {
  -webkit-transition: ease 0.8s;
  text-decoration: none;
  transition: ease 0.8s;
}
a.plan-box__cnt:hover {
  opacity: 1;
}

.plan-box__cnt:hover {
  -webkit-box-shadow: 0 0 10px #999;
  box-shadow: 0 0 10px #999;
}
.plan-box__cnt:hover .plan-box__image img {
  -webkit-transform: scale(1.05, 1.05);
  -webkit-transition: -webkit-transform 0.8s ease;
  transform: scale(1.05, 1.05);
  opacity: 1;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.plan-box__title {
  position: absolute;
  right: 0;
  bottom: 2.1875em;
  left: 0;
  text-align: center;
}

.plan-box__title-sub {
  display: block;
  color: #000;
  font-size: 1.3125em;
}

.plan-box__title-main {
  display: block;
  color: #000;
  font-size: 2.6875em;
  font-weight: bold;
}

/* リノベーション施工例 */
.works {
  padding-top: 4.0625em;
}

.works__inner {
  margin-top: 0.9375em;
  padding: 2.9375em 2% 3.5em;
  background: url("../images/bg_gray_pattern.png");
}

.works-box-wrap {
  width: 89.0625em;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.works-box {
  display: block;
  width: 31.6455696203%;
  overflow: hidden;
  background-color: #fff;
}
.works-box:not(:last-of-type) {
  margin-right: 2.5316455696%;
}
a.works-box {
  -webkit-transition: ease 0.8s;
  text-decoration: none;
  transition: ease 0.8s;
}
a.works-box:hover {
  opacity: 1;
}

.works-box:hover {
  -webkit-box-shadow: 0 0 10px #999;
  box-shadow: 0 0 10px #999;
}
.works-box:hover .works-box__image img {
  -webkit-transform: scale(1.05, 1.05);
  -webkit-transition: -webkit-transform 0.8s ease;
  transform: scale(1.05, 1.05);
  opacity: 1;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.works-box__image {
  height: 18em;
  overflow: hidden;
  background-color: #e7e7e7;
  text-align: center;
}
.works-box__image img {
  -o-object-fit: cover;
  -o-object-position: center center;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}

.works-box__inner {
  padding: 0.625em 2.5em 1.25em;
  border-bottom: 1px solid #1f6a39;
}

.works-box__title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 2.895em;
  overflow: hidden;
  color: #000;
  font-size: 1.1875em;
  font-weight: bold;
  text-align: center;
  text-overflow: ellipsis;
  word-break: break-all;
}

.works-box__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.625em;
}

.works-box__label {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2857142857em;
  height: 3.2857142857em;
  background-color: #1f6a39;
  color: #fff;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.2;
}

.works-box__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.1428571429em;
  color: #595757;
  font-size: 0.875em;
}

.works-box__text-item::after {
  content: " /";
}
.works-box__text-item:last-of-type::after {
  content: none;
}

.works-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29.375em;
  margin-top: 3.3125em;
  padding: 0.75em;
  border: 1px solid #1f6a39;
  border-radius: 4px;
  background-color: #1f6a39;
}
.works-btn:hover {
  background-color: #fff;
  color: #1f6a39;
}
.works-btn:not(:last-of-type) {
  margin-right: 3.625em;
}
a.works-btn {
  color: #fff;
  text-decoration: none;
}

.works-btn.-mono {
  width: 100%;
  border: 1px solid #000;
  background-color: #000;
}
a.works-btn.-mono {
  color: #fff;
}

.works-btn.-mono:hover {
  border-color: #000;
  background-color: #fff;
  color: #000;
}

.works-btn__inner {
  font-size: 1.25em;
  font-weight: bold;
}
.works-btn__inner::after {
  margin-left: 2em;
  content: ">";
}

/* リフォームをお考えの方へ・新築をお考えの方へ共通部分 */
.sec-base-secondary {
  position: relative;
  width: 1080px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 7.9375em 3.0625em 3.9375em;
}
.sec-base-secondary::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  background: url("../images/bg_gray_pattern_02.png");
  content: "";
}

.sec-base-secondary-header {
  width: 37.3125em;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.125em;
  background-color: #fff;
}

.sec-base-secondary-header__logo {
  text-align: center;
}

.sec-base-secondary-header__title {
  margin-top: 0.3333333333em;
  font-size: 1.875em;
  font-weight: bold;
  text-align: center;
}

.sec-base-secondary-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 1.875em;
  padding: 0.625em;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
}
.reform .sec-base-secondary-list {
  border-color: #80a31f;
}

.housing .sec-base-secondary-list {
  border-color: #a88062;
}

.sec-base-secondary-list__item {
  font-size: 1.125em;
  list-style: none;
}
.sec-base-secondary-list__item:not(:last-of-type) {
  margin-right: 2.3333333333em;
}
.sec-base-secondary-list__item::before {
  content: "＃";
}
.reform .sec-base-secondary-list__item::before {
  color: #80a31f;
}

.housing .sec-base-secondary-list__item::before {
  color: #a88062;
}

/* リフォームをお考えの方へ */
.reform {
  margin-top: 5.875em;
  background: url("../images/mct_img_reform_top.jpg") center top/contain no-repeat;
}

.reform-description {
  margin-top: 1.8888888889em;
  font-size: 1.125em;
  line-height: 2;
  text-align: center;
}

.reform-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19.125em;
  max-width: 100%;
  margin-top: 2.5em;
  padding: 0.4375em;
  border: 1px solid #80a31f;
  border-radius: 4px;
  background-color: #80a31f;
  line-height: 1.4;
}
.reform-btn:hover {
  background-color: #fff;
  color: #80a31f;
}
a.reform-btn {
  color: #fff;
  text-decoration: none;
}

.reform-btn:not(:last-of-type) {
  margin-right: 2em;
}

.reform-btn__inner {
  font-size: 1.125em;
  font-weight: bold;
}
.reform-btn__inner::after {
  margin-left: 2.0555555556em;
  content: "＞";
}

.reform-exterior-wall-painting, .reform-virus-buster {
  margin-top: 3.6875em;
}

.reform-house-solution {
  margin-top: 3.6875em;
}

.house-solution-link {
  display: block;
}
.house-solution-link + .house-solution-link {
  margin-top: 3em;
}

/* 新築をお考えの方へ */
.housing {
  margin-top: 4.9375em;
  background: url("../images/mct_img_housing_top.jpg") center top/contain no-repeat;
}

.housing-description {
  margin-top: 1.8888888889em;
  font-size: 1.125em;
  line-height: 2;
  text-align: center;
}

.domino-house {
  margin-top: 2.5em;
  text-align: center;
}

/* ハイランドハウスについて */
.about {
  padding-top: 3.875em;
}

.about-link-wrap {
  width: 1023px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.about-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 47.8983382209%;
  margin-top: 2em;
  border: 1px solid #1f6a39;
  background: url("../images/bg_gray_pattern_03.png");
}
a.about-link {
  text-decoration: none;
}

.about-link__primary {
  width: 37.7551020408%;
}

.about-link__secondary {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.about-link__title {
  color: #1f6a39;
  font-size: 1.5em;
  font-weight: bold;
}

.insta-box {
  width: 1023px;
  max-width: 100%;
  margin-top: 1.9375em;
  margin-right: auto;
  margin-left: auto;
  padding: 0.4375em 0.3125em;
  background: -webkit-gradient(linear, left top, right top, from(#d79953), color-stop(32.73%, #cb203e), color-stop(64.85%, #902981), to(#5342af));
  background: -webkit-linear-gradient(left, #d79953 0%, #cb203e 32.73%, #902981 64.85%, #5342af 100%);
  background: linear-gradient(90deg, #d79953 0%, #cb203e 32.73%, #902981 64.85%, #5342af 100%);
}

.insta-box__inner {
  padding: 2.125em 2.125em 2.5em;
  background-color: #fff;
}

.insta-box__header {
  position: relative;
}
.insta-box__header::before, .insta-box__header::after {
  display: block;
  position: absolute;
  content: "";
}
.insta-box__header::before {
  top: 0.5em;
  left: 1.75em;
  width: 6.875em;
  height: 4.5625em;
  background: url("../images/icon_house.png") center/contain no-repeat;
}
.insta-box__header::after {
  top: 0.5em;
  right: 1.25em;
  width: 7.125em;
  height: 5em;
  background: url("../images/icon_coffee.png") center/contain no-repeat;
}

.insta-box-title-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.insta-box-title-wrap::before {
  display: block;
  width: 3.1875em;
  height: 3.1875em;
  margin-right: 1.5em;
  background: url("../images/icon_insta.png") center/contain no-repeat;
  content: "";
}

.insta-box-title__text {
  font-size: 1.625em;
  font-weight: bold;
}

.insta-box-title__acount {
  font-size: 1.125em;
}

.insta-box__text {
  margin-top: 1.375em;
  color: #850b5e;
  font-size: 1em;
  text-align: center;
}

.insta-images {
  margin-top: 1.375em;
}

.sns-box {
  width: 1020px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.sns-box__item {
  display: block;
  margin-top: 2.75em;
}
.sns-box__item:not(:last-of-type) {
  margin-right: 3.625em;
}

/* 家づくりのこと、なんでもご相談ください！ */

@media screen and (max-width: 1900px) {
  /* 共通 */
  .plan-box-wrap {
    font-size: 0.85vw;
  }
  .works-box-wrap {
    font-size: 0.85vw;
  }
}

@media screen and (max-width: 1700px) {
  /* 共通 */
}

@media screen and (max-width: 1540px) {
  /* 共通 */
  /* ハイランドハウスのリノベーション */
  .renovation-lead {
    font-size: 1.6vw;
  }
  .plan-box__title {
    font-size: 1vw;
  }
  /* リノベーション施工例 */
  /* リフォームをお考えの方へ・新築をお考えの方へ共通部分 */
  /* リフォームをお考えの方へ */
  /* 新築をお考えの方へ */
  /* ハイランドハウスについて */
  /* 家づくりのこと、なんでもご相談ください！ */
}

@media screen and (max-width: 1260px) {
  /* 共通 */
  /* ハイランドハウスのリノベーション */
  .plan-box-wrap {
    font-size: inherit;
  }
  /* リノベーション施工例 */
  .works-box-wrap {
    font-size: 1.1vw;
  }
  /* リフォームをお考えの方へ・新築をお考えの方へ共通部分 */
  /* リフォームをお考えの方へ */
  /* 新築をお考えの方へ */
  /* ハイランドハウスについて */
  /* 家づくりのこと、なんでもご相談ください！ */
}

@media screen and (max-width: 1024px) {
  /* 共通 */
  /* ハイランドハウスのリノベーション */
  /* リノベーション施工例 */
  /* リフォームをお考えの方へ・新築をお考えの方へ共通部分 */
  /* リフォームをお考えの方へ */
  /* 新築をお考えの方へ */
  /* ハイランドハウスについて */
  /* 家づくりのこと、なんでもご相談ください！ */
}

@media screen and (max-width: 768px) {
  /* 共通 */
  .event-info {
    font-size: 1.5vw;
  }
  /* ハイランドハウスのリノベーション */
  /* リノベーション施工例 */
  .works-box-wrap {
    padding-right: 15%;
    padding-left: 15%;
    font-size: inherit;
  }
  .works-box {
    width: 100%;
    min-height: 28.125em;
  }
  .works-box:not(:last-of-type) {
    margin-right: 0;
  }
  .works-btn-wrap {
    margin-top: 2.5em;
  }
  .works-btn {
    margin-top: 6.25em;
  }
  .works-btn:not(:last-of-type) {
    margin-right: 0.9375em;
  }
  /* リフォームをお考えの方へ・新築をお考えの方へ共通部分 */
  .sec-base-secondary {
    padding-top: 4.25em;
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
  /* リフォームをお考えの方へ */
  .reform-btn:not(:last-of-type) {
    margin-right: 0.625em;
  }
  /* 新築をお考えの方へ */
  /* ハイランドハウスについて */
  .about-link {
    width: 49%;
  }
  .sns-box__item:not(:last-of-type) {
    margin-right: 1em;
  }
  /* 家づくりのこと、なんでもご相談ください！ */
}

@media screen and (max-width: 480px) {
  /* 共通 */
  .event-info {
    margin-top: 1.6875em;
    padding: 0.25em 0.125em;
    font-size: inherit;
  }
  .event-info-cnt {
    -ms-grid-columns: 12.8125em 1fr;
    -ms-grid-rows: minmax(3.625em, auto) minmax(4.4375em, auto) minmax(5.8125em, auto) minmax(2.5em, auto);
    grid-template-columns: 12.8125em 1fr;
    grid-template-rows: minmax(3.625em, auto) minmax(4.4375em, auto) minmax(5.8125em, auto) minmax(2.5em, auto);
    padding-right: 0.375em;
    padding-left: 0.375em;
  }
  .event-info-cnt__image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .event-info-cnt__label {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    grid-column: 1/3;
    grid-row: 1/2;
    flex-direction: row;
  }
  .event-info-cnt__label::after {
    top: auto;
    right: 0;
    left: 0;
    width: 90%;
    height: 2px;
    margin: 0 auto;
  }
  .event-info-cnt__label-title {
    margin-right: 1.875em;
  }
  .event-info-cnt__label-free {
    width: 5.5555555556em;
    margin-top: 0;
    font-size: 1.125em;
  }
  .event-info-cnt__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/3;
    grid-row: 2/3;
    padding-top: 0.2941176471em;
    padding-left: 0;
    font-size: 1.6em;
    text-align: center;
  }
  .event-info-cnt__time {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    display: block;
    grid-column: 2/3;
    grid-row: 3/4;
    padding-top: 0.375em;
  }
  .event-info-cnt__time-primary {
    margin-right: 0;
  }
  .event-info-cnt__time-normal {
    font-size: 1.4375em;
  }
  .event-info-cnt__time-middle {
    font-size: 1.3125em;
  }
  .event-info-cnt__text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-column: 1/3;
    grid-row: 4/5;
    padding-top: 0.7142857143em;
    padding-left: 0;
    font-size: 0.875em;
    text-align: center;
  }
  span.covid-text img {
    width: 50%;
    margin-top: 1.25em;
    margin-right: 0;
    margin-left: 0;
  }
  span.covid-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    font-size: 1em;
  }
  .topic-info__title {
    font-size: 0.9375em;
  }
  .topic-info__text {
    margin-top: 1.8461538462em;
    font-size: 0.8125em;
  }
  .sec-base-header__logo img {
    width: 10.625em;
  }
  .sec-base-header__sub {
    font-size: 1em;
  }
  .sec-base-header__title {
    font-size: 1.75em;
  }
  /* ハイランドハウスのリノベーション */
  .renovation-lead {
    font-size: 3vw;
  }
  .deco-slash::before, .deco-slash::after {
    top: auto;
    bottom: -0.5em;
    font-size: 3em;
    font-weight: normal;
  }
  .renovation-description {
    font-size: 1.125em;
  }
  .plan-box-wrap {
    display: block;
  }
  .plan-box {
    width: 100%;
  }
  .plan-box__title {
    font-size: inherit;
  }
  /* リノベーション施工例 */
  .works-box-wrap {
    padding-right: 0;
    padding-left: 0;
  }
  .works-box {
    min-height: 25em;
  }
  .works-btn-wrap {
    margin-top: 0.625em;
  }
  .works-btn {
    padding: 1.0625em;
  }
  .works-btn__inner--small {
    font-size: 1em;
  }
  /* リフォームをお考えの方へ・新築をお考えの方へ共通部分 */
  .sec-base-secondary {
    padding-bottom: 2.5em;
  }
  .sec-base-secondary-header__logo img {
    width: 4.625em;
  }
  .sec-base-secondary-header__title {
    font-size: 1.5em;
  }
  .sec-base-secondary-list {
    margin-top: 1.25em;
    padding-top: 0.875em;
    padding-bottom: 0.875em;
  }
  /* リフォームをお考えの方へ */
  .reform {
    margin-top: 5em;
    background: url("../images/mct_img_reform_top_sp.jpg") center top/contain no-repeat;
  }
  .reform-description {
    font-size: 1em;
    text-align: left;
  }
  .reform-btn-wrap {
    display: block;
  }
  .reform-btn {
    width: 100%;
    margin-top: 1.25em;
    padding-top: 1.0625em;
    padding-bottom: 1.0625em;
  }
  .reform-exterior-wall-painting, .reform-virus-buster {
    margin-top: 2.0625em;
  }
  .reform-house-solution {
    margin-top: 2.0625em;
  }
  /* 新築をお考えの方へ */
  .housing {
    margin-top: 2.5em;
    background: url("../images/mct_img_housing_top_sp.jpg") center top/contain no-repeat;
  }
  .housing-description {
    font-size: 1em;
    text-align: left;
  }
  /* ハイランドハウスについて */
  .about-link {
    margin-top: 0.75em;
  }
  .about-link__title {
    font-size: 0.9375em;
  }
  .insta-box__inner {
    padding: 1.0625em 0.625em 1.125em;
  }
  .insta-box__header::before {
    top: auto;
    bottom: 1.875em;
    left: 0.25em;
    width: 5.25em;
    height: 3.5em;
  }
  .insta-box__header::after {
    top: auto;
    right: 0.25em;
    bottom: 1.25em;
    width: 5.0625em;
    height: 3.5625em;
  }
  .sns-box {
    display: block;
    padding-right: 0.625em;
    padding-left: 0.625em;
    text-align: center;
  }
  .sns-box__item {
    margin-top: 1.6875em;
  }
  .sns-box__item:not(:last-of-type) {
    margin-right: 0;
  }
  /* 家づくりのこと、なんでもご相談ください！ */
}