body {
  background-color: var(--light-blue);
}


html.stop{
  overflow: hidden;
}

.header .logo-svg{
  fill: #3c3c3c;
  /* filter: drop-shadow(1px 1px 1px #ffffff12); */
}

.logo_wrap{
  color: #3c3c3c;
}


/* 左固定エリア */
.main_wrapper {
  background-color: var(--light-blue);
}

.fixed_area {
  padding: min(22.3rem, 223px) 4.2rem min(7.4rem, 74px) 10rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



.page_title {
  font-size: 2rem;
  font-weight: 500;
  padding: 0 1rem;
  /* margin-bottom: 16.3rem; */
  letter-spacing: 0.02em;
}

.page_title:before {
  content: attr(data-title);
  font-size: 5rem;
  font-family: var(--Jost);
  font-weight: 500;
  margin-bottom: 1.7rem;
  display: block;
  margin-left: -1rem;
  letter-spacing: 0.05em;
}

.page_title::after {
  content: '';
  height: 2rem;
  background-color: var(--off-white);
  width: 18.9rem;
  display: block;
  margin-left: -1rem;
  margin-top: -1.3rem;
  border-radius: 0.5rem;
}

.category_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-rows: repeat(2, 1fr); */
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  padding-left: 5.2rem;
  /* margin-right: 0rem; */
  max-height: 23.5rem;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 1rem;
}

.category_list::-webkit-scrollbar-track{
  /* background-color: #ccc; */
  scrollbar-color: var(--blue) #ccc;
}
.category_list::-webkit-scrollbar-thumb{
  box-shadow: inset 0 0 6px var(--blue);
  background:var(--blue);
  border-radius:10rem;
}
.category_list::-webkit-scrollbar{
  width: 0.5rem;
}

.cat-item:first-child {
  grid-column: 1 / 3;
  /* margin-right: 2rem; */
}

.cat-item>a {
  background-color: var(--off-white);
  font-weight: 500;
  font-size: 1.5rem;
  display: block;
  padding: 0.9rem 2.1rem;
  color: var(--black);
  width: 17.4rem;
  border-radius: 5rem;
}

.cat-item.current-cat>a {
  color: var(--off-white);
  background-color: var(--blue);
}

/* 右エリア */
.container {
  background-color: var(--light-blue);
  font-family: var(--NotoSans);
  width: 70rem;
}

.container h2 {
  font-size: 3rem;
  font-family: var(--Jost);
  color: var(--blue);
  letter-spacing: 0;
  line-height: 1em;
  font-weight: 500;
  margin-top: 14.9rem;
  margin-bottom: 2.6rem;
}

.container h3 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.75em;
  margin-bottom: 2.85rem;
  /* margin-right: 6rem; */
}

.container h4 {
  display: inline-flex;
  align-items: center;
  font-size: 1.5rem;
  background-color: var(--blue);
  color: var(--off-white);
  height: 1.9rem;
  padding-left: 1.55rem;
  padding-right: 1.55rem;
  border-radius: 1.9rem;
  margin-top: 10rem;
  margin-bottom: 6.35rem;
}

.article_title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.75em;
  margin-bottom: 2.85rem;
}

/* 固有 font */
.font_size_14 {
  font-size: 1.4rem;
  line-height: 1.7857em;
  font-weight: 500;
  /* display: inline-block; */
  overflow-wrap: break-word;
}

.font_size_14.popup_slide{
  display: none;
}

.width_580 {
  margin-top: 1.05em;
  line-height: 0;
  width: 58rem;
  display: flex;
  justify-content: center;
}

.margin_top_50 {
  margin-top: 5rem;
}

.margin_top_2 {
  margin-top: 0.2rem;
}

.sentence_area_002 {
  margin-left: 4.1rem;
  width: 29rem;
}

.sentence_area_002 :first-child {
  margin-bottom: 3rem;
}

/* section */
.main_section {
  background-color: var(--off-white);
  padding-right: 6rem;
  padding-left: 6rem;
  height: auto;
  padding-bottom: 10.5rem;
  margin-bottom: 16rem;
}

.sub_section {
  width: 58rem;
  height: 72.5rem;
  border-radius: 2.3rem;
  background-color: var(--light-blue);
  text-align: center;
  margin-top: 16.37rem;
}

.sub_section h2 {
  margin: 0;
  padding-top: 5.1rem;
}

.sub_section h3 {
  line-height: 1;
  margin-top: 1.1rem;
  margin-bottom: 6.7rem;
}

.sub_section h5 {
  font-size: 5.4rem;
  font-weight: 500;
  font-family: var(--Jost);
  color: var(--off-white);
  /* margin-left: 7.5rem; */
  margin-right: 2.8rem;
}

.sub_title {
  line-height: 1;
  margin: 0 auto;
  margin-top: 2rem;

}

.sub_title p {
  margin-top: 0.3rem;
  width: 34rem;
  text-align: left;
}

/* flex */
.works_flex {
  /* flex-shrink: 0; */
  display: flex;
}

/* images area */
.images_area {
  margin-top: 3.3rem;
  justify-content: space-between;
  width: 58rem;
  /* display: flex; */
  /* gap: 2rem; */
}

.images_area.thumbnail.slick-list{
  /* overflow: scroll; */
}

.images_area .slick-track {
  gap: 2rem;
  display: flex;
  /* justify-content: space-between; */
  width: 100%!important;
}

.slick-track:before, .slick-track:after{
  display: none;
}

.slick-list{
  /* transform: unset !important; */
}

/* button */
.button_switch {
  margin-top: 6.3rem;
  bottom: 1rem;
  font-size: 0;
  line-height: 0;


}

.button_switch button:first-child {
  margin-right: 4.1rem;
}

.button_switch button {
  display: inline-block;
  background-color: var(--blue);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  padding: 0;
}

.button_switch img {
  width: 1.409rem;
}

/* table */
.works_table {
  border-collapse: separate;
  border-spacing: 7.5rem;
}

.works_table th,
.works_table td {
  font-weight: 500;
  border-bottom: 0.2rem solid var(--black);
}

.table_left {
  padding-left: 4.24rem;

}


/* line */
.works_line {
  display: block;
  content: '';
  width: 58rem;
  height: 0.2rem;
  border-bottom: 0.2rem solid var(--black);
}

/* img */
main img {
  width: 100%;
  object-fit: cover;
}

.main_slide{
  position: relative;
}

.works_img_002 {
  margin-top: 6.5rem;
  line-height: 0;
  width: 58rem;
  height: auto;
}

.works_img_002.popup_slide{
  margin-top: 0;
  width: 80.5rem;
}

.works_img_inner{
  aspect-ratio: calc(580 / 412);
  overflow: hidden;
}

.works_img_inner.popup_slide{
  aspect-ratio: 805/572;
  /* max-height: 40rem; */
  /* max-height: calc(100vh - 22.8rem); */
  max-height: 572px;
  margin: auto;
}

.works_img_inner img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.works_img_003 {
  flex-shrink: 0;
  width: 25rem;
  line-height: 0;
  height: auto;
  margin-top: 1.2rem;
  margin-left: 5.1rem;
}

.works_img_004 {
  width: 25rem;
  line-height: 0;
  height: auto;
}

.works_img_005 {
  width: 43rem;
  margin: 0 auto;
}

.text01 {
  width: 40rem;
  overflow-wrap: break-word;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.875em;
  margin-right: 6rem;
}

.works_flex_text01 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.875em;
}

.works_object_fit {
  object-fit: cover;
  object-position: top;
  height: 50rem;
  width: 73.529rem;
}

.small_images {
  max-width: 10rem;
  height: 6.5rem;
  line-height: 0;
  overflow: hidden;
  /* margin-right: 2rem; */
  flex-grow: 0;
  flex-shrink: 0;
}
/* 
.small_images:last-child{
  margin-right: 2rem;
} */

.small_images img{
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
}

.popup_slides{
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 7.2rem;
  background-color: #000000cc;
  z-index: 1000;
  transform: scale(0);
  transition:transform ease .3s;
}

.popup_slides.visible{
  transform: scale(1);
} 

.close_button{
  position: absolute;
  top: 6.3rem;
  right: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 7.9rem;
  height: 2.9rem;  
}

.close_button.two{
  display: none;
}

.close_button_text{
  font-family: var(--Jost);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1em;
  text-align: left;
}

.close_button_icon{
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto 0;
  overflow: hidden;
}

.close_button_icon::before,
.close_button_icon::after{
  position: absolute;
  content: "";
  top: .1rem;
  width: .25rem;
  height: 1.2rem;
  background-color: #fff;  
}

.close_button_icon::before{
  transform: rotate(-45deg);
  left: .65rem;
}
.close_button_icon::after{
  transform: rotate(45deg);
  right: .6rem;
}

.line_height_0 {
  line-height: 0;
}

.overflow_hidden {
  overflow-x: hidden;
  line-height: 0;
}

.works_favorite_text {
  width: 58rem;
  /* display: block; */
}

.works_out_house {
  padding: 0 7.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: center;
}

.works_out_house .slide-arrow {
  order: 2;
  display: inline-block;
  background-color: var(--blue);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  padding: 0;
}

.works_out_house .slide-arrow svg {
  stroke: #fff;
}

.works_out_house .prev-arrow svg {
  transform: rotate(-135deg);
}

.works_out_house .next-arrow svg {
  transform: rotate(45deg);
}

.works_out_house img {
  height: auto;
  aspect-ratio: calc(430 / 290);
  object-fit: cover;
}

.video,
.video_top iframe {
  width: 56.5rem;
  height: 31.7rem;
  margin-left: 7.5rem;
  pointer-events: none;
  position: relative;
}

.video_top {
  position: relative;
  margin-right: 0px;
  width: 100%;
  display: flex;
  margin-top: 13rem;
}

.triangle {
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 1.1rem solid #ffffff;
  /* background-color: var(--blue); */
  /* width: 10rem; */
}

.video_arrow {
  background-color: var(--blue);
  width: 6.4rem;
  height: 6.4rem;
  position: absolute;
  top: 13rem;
  left: 4.5rem;
  border-radius: 5rem;
  padding-left: 2.7rem;
  padding-top: 2.5rem;
  text-align: center;
}

.container .view_interview {
  width: 6.5rem;
  text-align: right;
  position: absolute;
  /* top: -3.5rem; */
  /* left: 6rem; */
  font-family: 'Ubuntu';
  font-size: 1.3rem;
}

.works_line {
  border: solid 0.1rem var(--black);
  width: 58rem;
  display: inherit;
  margin-top: 14.3rem;
  margin-bottom: 6rem;
}

.container .works_building_data {
  font-size: 2rem;
  color: var(--black);
  text-align: center;
  margin-bottom: 3.59rem;
}

.building_title_text_main {
  display: flex;
  flex-wrap: wrap;
  width: 50rem;
  justify-content: space-between;
  margin: 0 10rem 13.5rem 4rem;
  gap: 1.6rem 7.6rem;
  line-height: 3.2;
  margin-bottom: 13.5rem;
  /* padding-right: 10rem; */
}

.building_title_text {
  display: flex;
  border-bottom: solid 0.1rem var(--black);
  height: 4rem;
  /* gap: 10px 5px; */
  /* line-height: 3.2; */
  min-width: 16rem;
  width: 20rem;
  white-space: pre;
  flex-shrink: 0;
  justify-content: space-between;
}

.building_title_text .building_h3 {
  font-size: 1.5rem;
  line-height: 3.2;
  margin-bottom: 0;
  line-height: 3.2;
}

.building_text_p {
  font-size: 1.5rem;
  line-height: 3.2;
  font-weight: 500;
  /* margin-left: 4.09rem; */
}

.staff_works {
  width: 58rem;
  background-color: var(--light-gray);
  border-radius: 1.5rem;
  display: flex;
  padding-top: 2.8rem;
  padding-left: 4rem;
  padding-bottom: 2.8rem;
  /* align-items: center; */
  margin-bottom: 11.4rem;
  padding-right: 2.8rem;
}

.staff_works_img01 {
  width: auto;
  /* height: 5rem; */
  display: block;
}

.staff_works .staff_works_title {
  margin-right: 2rem;
  margin-bottom: 0;
  margin-bottom: 2.3rem;
  /* height: auto; */
  align-self: center;
}

.staff_works_img01 img {
  width: 100%;
  height: 100%;
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  object-fit: cover;
}

.staff_works_img01 .staff_works_name {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--black);
  margin-top: 0.3rem;
}

.staff_works_img_text {
  width: 38.5rem;
  text-align: center;
  flex-wrap: wrap;
  display: flex;
  gap: 4rem;
  /* justify-content: space-between; */
  /* align-items: center; */
  flex: 1;
}

.ob_model_house_link {
  width: 34rem;
  height: 20rem;
  display: flex;
  justify-content: center;
  gap: 8rem;
  width: 100%;
}

.ob_model_house_a {
  width: 13rem;
  display: inline-block;
  height: 13rem;
  border-radius: 10rem;
  background-color: var(--blue);
}

.ob_model_house_link_a {
  fill: var(--off-white);
  width: 100%;
  height: 1.8rem;
  padding-top: 2.7rem;
  stroke: var(--off-white);
  margin-bottom: 0.6rem;
}

.ob_model_house_link_text {
  text-align: center;
  color: var(--off-white);
  font-size: 1.5rem;
  font-weight: 500;
  font-family:
    'Noto Sans JP';
}

.ob_page01 {
  background-color: var(--light-blue);
  width: 6.8rem;
  display: inline-block;
  border-radius: 4rem;
  height: 6.8rem;
  text-align: center;
  padding-top: 2.2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}

.ob_page_list {
  display: flex;
  justify-content: center;
  gap: 4.2rem;
  width: auto;
}


.owners_house_button {
  margin-top: 6.1rem;
  font-size: 1.5rem;
  margin-right: 18.5rem;
  /* margin: 0 auto; */
  font-weight: 900;
  background-color: var(--light-blue);
  width: 33rem;
  display: flex;
  height: 6rem;
  justify-content: space-between;
  padding: 2rem 3.6rem;
  color: var(--black);
  text-align: center;
  border-radius: 5rem;
  /* margin: 0 auto; */
  align-items: center;
  margin-left: auto;
}

.owners_svg02 {
  fill: var(--black);
  stroke: var(--black);
  /* margin-right: 0px; */
  margin-left: 3rem;
  /* font-weight: 300; */
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}



/* 矢印 */
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.6rem;
  color: var(--black);
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.5rem;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.sample1-2::before {
  left: -0.3rem;
  width: 2rem;
  height: 0.2rem;
  background: var(--black);
}

.sample1-2::after {
  left: -0.1rem;
  width: 1.6rem;
  height: 1.6rem;
  border-top: 0.2rem solid var(--black);
  border-right: 0.2rem solid var(--black);
  -webkit-transform: rotate(45deg);
  transform: rotate(225deg);
}

.sample1-2_right::before {
  left: -0.3rem;
  width: 2rem;
  height: 0.2rem;
  background: var(--black);
}

.sample1-2_right::after {
  left: -0.1rem;
  width: 1.6rem;
  height: 1.6rem;
  border-top: 0.2rem solid var(--black);
  border-right: 0.2rem solid var(--black);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.next_page {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.8rem;
}

.text_title_works {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

.page_title {
  /* font-weight: 500; */
  /* font-size: 2rem; */
  /* margin-bottom: 16.6rem; */
  /* position: relative; */
}

.page_title::after {
  /* content: ""; */
  /* bottom: 0; */
  /* left: -1rem; */
  /* position: absolute; */
  /* z-index: -1; */
  /* border-bottom: solid 1.8rem #fff; */
  /* border-radius: 0.4rem; */
  /* width: 18.9rem; */
}

.sp_menu_bottom {
  display: none;
}

.article_category {
  display: inline-flex;
  margin-top: 10rem;
  margin-bottom: 6.35rem;
  gap: 1.6rem;
  flex-wrap: wrap;
  padding-right: 6rem;
}

.article_cat_li {
  display: inline-flex;
  align-items: center;
  font-size: 1.5rem;
  background-color: var(--blue);
  color: var(--off-white);
  height: 2.5rem;
  padding: 0 1.6rem;
  border-radius: .5rem;
}

@media screen and (max-width: 699.98px) {  
  .popup_slides .slick-track{
    display: flex;
    align-items: bottom;
  }
  .fixed_area {
    padding: 12.3rem 2rem 9.74rem;
    display: none;
  }

  .fixed_area {
    display: none;
  }

  .works_object_fit {
    width: 100%;
    object-fit: cover;
    height: 26rem;
  }

  .main_section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    width: 100%;
    padding-bottom: 10.5rem;
    margin-bottom: 8rem;
  }

  .sp_br_none {
    display: none;
  }

  .text_h3_title {
    font-size: 2rem !important;
    font-weight: bold !important;
    width: 100%;
    padding-right: 2.5rem;
  }

  .text01 {
    width: 32.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.02em;
  }


  .works_img_002.popup_slide{
    /* margin-top: 22.2rem; */
    width: 32.5rem;
  }
  
    .works_img_002.popup_slide .slick-track{
      display: flex;
      align-items: center;
    }

  .close_button{
    top: 4.2rem;
    right: 3.6rem;
  }

  .close_button.two{
    position: relative;
    display: flex;
    top: unset;
    right: unset;
    margin-top: 4.7rem;
  }

  .works_img_002 {
    width: 32.5rem;
  }
  

  .works_img_002.popup_slide .slick-slide{
    display: flex;
    flex-direction: column;
    justify-content: end;
    
  }

  .works_img_inner.popup_slide{
    aspect-ratio: unset;
    max-height: none;
    min-height: calc(100vh - 56.9rem);
  }

  .works_img_inner.popup_slide img{
    object-fit: cover;
  }

  .font_size_14{
    margin-top: 1.66rem;
    font-size: 1.3rem;  
  }

  .font_size_14.popup_slide{
    display: inline-block;
    color: #fff;
  }


  .width_580 {
    width: 32.5rem;
    font-size: 1.3rem;
  }

  .images_area {
    width: 32.5rem;
    gap: 1rem;
  }

  .small_images {
    width: 7.1rem!important;
    height: 4.5rem;
    /* margin-right: 1.3rem; */
  }

  .images_area .slick-track{
    gap: 1.4rem;
  }

  .sp_bloc {
    display: block;
    width: 100%;
  }

  .works_flex_text01 {
    font-size: 1.5rem;
    width: 32.5rem;
  }

  .works_img_003 {
    width: 32.5rem;
    margin-left: 0;
    object-fit: cover;
    height: 21.913rem;
  }

  .margin_top_50 {
    flex-wrap: wrap-reverse;
    width: 32.5rem;
  }

  .sentence_area_002 {
    margin-left: 0;
  }

  .sentence_area_002 :first-child {
    width: 32.5rem;
  }

  .works_img_004 {
    width: 100%;
    /* height: 42.945rem; */
    object-fit: cover;
  }

  .sub_section {
    width: 32.5rem;
    height: auto;
  }

  .works_img_005 {

    width: 24.1rem;

    height: 16.2rem;

    object-fit: cover;
  }

  .sub_section h3 {
    font-size: 1.6rem;
  }

  .sub_section h5 {
    font-size: 3.3rem;
    /* margin-left: 4rem; */
  }

  .sub_title p {
    font-size: 1.5rem;
    width: 18rem;
    font-weight: 500;
  }

  .button_switch {
    /* text-align: center; */
    margin-left: 2.5rem;
    padding-bottom: 6rem;
  }

  .works_line {
    width: 32.25rem;
  }

  .works_building_data_text {
    width: 32.25rem;
  }

  .building_title_text_main {
    flex-direction: column;
    margin-left: 2.3rem;
    width: 100%;
  }

  .building_title_text {
    width: 28rem;
  }

  .staff_works {
    width: 32.25rem;
    display: block;
    text-align: center;
    padding-bottom: 5rem;
    /* padding-right: 4.05rem; */
    padding: 3.6rem 3.8rem 5rem;
  }

  .staff_works_img_text {
    /* padding-right: 3.5rem; */
    width: auto;
    gap: 4rem 7.7rem;
    margin: 0 auto;
  }

  .ob_model_house_link {
    margin: 0;
    width: auto;
    gap: 6.2rem;
  }

  .works_area_div {
    width: 100%;
  }

  .container {
    width: 100%;
  }

  .works_favorite_text {
    width: 100%;
  }

  .video_arrow {
    width: 3.749rem;
    height: 3.749rem;
    top: 7.6rem;
    left: 0;
    padding-left: 1.5rem;
    padding-top: 1.3rem;
  }

  .triangle {
    border-top: 0.7rem solid transparent;
    border-bottom: 0.7rem solid transparent;
    border-left: 1rem solid #ffffff;
  }

  .video_top {
    /* flex-direction: column; */
    width: 100%;
  }

  .video,
  .video_top iframe {
    width: 100%;
    padding-left: 1.8rem;
    margin-left: 0;
  }

  .container .view_interview {
    width: 6.5rem;
    text-align: right;
    position: absolute;
    top: -3.5rem;
    left: 1rem;
    font-family: 'Ubuntu';
    font-size: 1.3rem;
  }

  .category_list {
    margin-top: 7.9rem;
    /* gap: 0; */
    padding: 0 2.5rem;
    padding-bottom: 9rem;
  }

  .sp_menu_bottom {
    display: block;
  }

  .sp_menu_bottom .category_list{
    height: auto;
    max-height: initial;
  }

  .cat_item>a {
    width: 15rem;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    height: 4rem;
  }

  .works_out_house {
    padding: 0 4.2rem 6.6rem;
  }

  .staff_works_img01 img {
    width: 8rem;
    height: 8rem;
    margin-bottom: 1.7rem;
  }

  .cat-item>a {
    width: 15rem;
    font-size: 1.4rem;
  }
}
/*----------------------------------------
	和歌山店 追加CSS
----------------------------------------*/
body{
  background: #C0D7EB;
}
.fixed_area{
  background: #C0D7EB;
  background: linear-gradient(90deg, rgba(192, 215, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.category_list{
  gap: 2rem;
}
.cat-item>a{
  border-radius: 1rem;
}
.cat-item.current-cat>a{
  background: var(--dark-blue);
}
.article_cat_li{
  background: var(--dark-blue);
}
.container h2{
  color: var(--dark-blue);
}
.sub_section h5{
  color: #7C7C7C;
}
.works_out_house .slide-arrow{
  background: var(--dark-blue);
}
.video_arrow{
  background: var(--dark-blue);
}
.ob_model_house_a{
  background: var(--dark-blue);
}
.ob_page01{
  background: #7C7C7C;
}
.sample1-2::before,
.sample1-2_right::before{
  background: #fff;
}
.sample1-2::after,
.sample1-2_right::after{
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
}
.owners_house_button{
  color: #fff;
  background: var(--dark-blue);
}
.owners_svg02{
  fill: #fff;
  stroke: #fff;
}
.owners_house_btn{
  display: flex;
  justify-content: center;
  margin: 4rem 0 0;
}