body {
  overflow-x: auto;
}

.side_fixed .btn_contact_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.side_fixed .btn {
  width: auto;
}

.side_fixed .btn a {
  padding: 10px 14px;
  box-sizing: border-box;
  transition: padding .2s;
}

.side_fixed .btn_contact:hover a,
.side_fixed .btn_catalog:hover a {
  padding: 10px 19px;
}

a:hover {
  text-decoration: underline;
}

/* <!-- ?? ??????? ?? --> */
.mv_slider {
  padding-bottom: 20px;
  margin-bottom: 74px;
}

.mv_slider .swiper {
  margin-bottom: 16px;
}

.mv_slider .swiper-container {
  width: 100%;
  /* height: 100%; */
  position: relative;
}

.mv_slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv_slider .swiper-pagination {
  position: static;
  margin: 0 32px;
  display: flex;
  align-items: center;
}

.mv_slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv_slider .swiper-pagination-bullet {
  align-items: center;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: solid #027571;
  margin: 0 8px !important;
  opacity: 1;
}

.mv_slider .swiper-pagination-bullet-active {
  background-color: #027571;
}

.mv_slider .swiper-button-prev,
.mv_slider .swiper-button-next {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50%;
  background-color: #027571;
  position: static;
  margin-top: initial;
  position: relative;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "" !important;
  margin: auto;
  position: absolute;
  top: 0;
  width: 12px;
  height: 18px;
  background-color: #fff;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  left: 8px;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  right: 8px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

/* //ページネーション、前へ・次へボタンを横並びにする */
.slide-pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}


/* //pagenation-bulletの数によって、bulletを包むbulletsの幅が伸縮するようにする */
.mv_slider .swiper-horizontal>.swiper-pagination-bullets,
.mv_slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.mv_slider .swiper-pagination-custom,
.mv_slider .swiper-pagination-fraction {
  width: auto;
}


/* <!-- ?? sec01 ?? --> */

.sec01_cnt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  margin-bottom: 100px;
}

.sec01_cnt .head {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  padding: 18px 0 12px;
  margin-bottom: 25px;
  color: #fff;
}

.house {
  grid-area: 1 / 1 / 2 / 2;

}

.house .head {
  background-color: #027571;
}

.facility {
  grid-area: 1 / 2 / 2 / 4;
}

.facility .head {
  background-color: #7F805C;
  min-width: 780px;
}

.box {
  display: block;
  overflow: hidden;
  position: relative;
  width: 384px;
  height: 160px;
  aspect-ratio: 384 / 160;
}

.box .txt {
  position: absolute;
  bottom: 7px;
  left: 15px;
  color: #fff;
  font-size: 20px;
  text-shadow: 0 0 5px #000;
  z-index:2;
}

.box img {
  transition: .2s;
}

.box:hover img {
  opacity: .9;
  transform: scale(1.1);
}

.house_cnt {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 15px;
}

.facility_cnt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}




/* <!-- ?? sec02 ?? --> */
.tab_btn {
  width: 100%;
  display: flex;
  margin-bottom: 54px;
  border-bottom: solid 3px #DEDEDE;
}

.tab_btn li {
  font-size: 21px;
  font-weight: 600;
  width: calc(100% / 3);
  text-align: center;
  position: relative;
  transition: .2s;
}

.tab_btn a {
  display: block;
  color: #666666;
  padding-bottom: 20px;
  transition: .2s;
  position: relative;
}

.tab_btn li:hover a {
  color: #027571;
  transform: translateY(-5px);
}

.tab_btn li::after {
  transition: .2s;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #B7B7B7;
  position: absolute;
  bottom: -3px;
  left: 0;
  opacity: 0;
}

.tab_btn li:hover::after {
  opacity: 1;
}

.tab_btn .active {
  position: relative;
  pointer-events: none;
}

.tab_btn .active a {
  color: #027571;
}

.tab_btn .active #tab_btn01::before {
  content: url("/cms/tmc/renew2024/img/top/top_sec02_icon01active.svg");
}

.tab_btn .active #tab_btn02::before {
  content: url("/cms/tmc/renew2024/img/top/top_sec02_icon02active.svg");
}

.tab_btn .active #tab_btn03::before {
  content: url("/cms/tmc/renew2024/img/top/top_sec02_icon03active.svg");
}

.tab_btn .active::before {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #027571;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.tab_btn .active::after {
  content: "";
  width: 20px;
  height: 15px;
  background-color: #027571;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -18px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  opacity: 1;
}

.list_index_01.col3 .col {
  background: none;
  width: auto;
  height: auto;
}

.list_index_01>div {
  float: none;
  margin-left: 0;
  text-align: center;
}

.tab_content .col3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.tab_content .col3 .tile_wrapper {
  width: calc((100% / 3) - 36px);
}

.tab_content .col4 {
  display: flex;
  justify-content: space-between;
}

.tab_content .col4 .tile_wrapper {
  width: calc((100% / 4) - 36px);
}

.tab_content .col4.center {
  justify-content: center;
  gap: 40px;
}

#tab_btn01::before {
  content: url("/cms/tmc/renew2024/img/top/top_sec02_icon01.svg");
  vertical-align: middle;
  margin-right: 33px;
}

#tab_btn02::before {
  content: url("/cms/tmc/renew2024/img/top/top_sec02_icon02.svg");
  vertical-align: middle;
  margin-right: 33px;
}

#tab_btn03::before {
  content: url("/cms/tmc/renew2024/img/top/top_sec02_icon03.svg");
  vertical-align: middle;
  margin-right: 33px;
}

#tab_btn01:hover::before {
  content: url("/cms/tmc/renew2024/img/top/top_sec02_icon01active.svg");
  vertical-align: middle;
  margin-right: 33px;
}

#tab_btn02:hover::before {
  content: url("/cms/tmc/renew2024/img/top/top_sec02_icon02active.svg");
  vertical-align: middle;
  margin-right: 33px;
}

#tab_btn03:hover::before {
  content: url("/cms/tmc/renew2024/img/top/top_sec02_icon03active.svg");
  vertical-align: middle;
  margin-right: 33px;
}

.tab_content {
  display: none;
}

.tab_content.open {
  display: block;
}

.tile_wrapper .imgwrap {
  margin-bottom: 17px;
  overflow: hidden;
}

.tile_wrapper img {
  transition: .2s;
}

.tile_wrapper span {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  padding-right: 23px;
  position: relative;
}

.tile_wrapper span::after {
  transition: .2s;
  position: absolute;
  right: 0;
  content: url("/cms/tmc/renew2024/img/arrow_green.svg");
}

.tile_wrapper a:hover .text {
  color: #027571 !important;
}

.tile_wrapper a:hover span::after {
  transform: translateX(5px);
}

.tile_wrapper a:hover img {
  transform: scale(1.1);
}

.list_index_01.col3 .col {
  background: none;
}

.list_index_01.col4 .col {
  background: none;
  width: auto;
  height: auto;
}

.list_index_01>div,
.list_index_01>div img {
  margin-bottom: 0;
}

.list_index_01>div .text {
  padding-top: 0;
  font-weight: 600;
}


#news_release,
#event {
  width: calc(100% / 2);
  padding: 0 40px;
}

#news_release {
  border-right: solid 1px #DEDEDE;
}

.head {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
}

.head .txt_sub {
  display: block;
  font-size: 16px;
  font-family: Arial;
  font-weight: normal;
  color: #027571;
  margin-top: 13px;
}

.sec02 .sec02_cnt a:hover {
  text-decoration: none;
}

.sec03 {
  padding: 74px 0 100px;
  background-color: #E6F1F1;
}

.sec03 .head {
  margin-bottom: 37px;
}

.sec03 .txt_lead {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 48px;
}

.sec03 .splide__track {
  padding-bottom: 80px;
  margin-bottom: 40px;
}

.sec03 .splide__pagination__page.is-active {
  background-color: #027571;
  transform: scale(1);
  z-index: 1;
}

.sec03 .splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 0;
  height: 10px;
  margin: 4px;
  opacity: 1;
  width: 40px;
}

.sec03 .splide__arrows {
  display: block;
  width: 50%;
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  margin: auto;
}

.sec03 .splide__arrow {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  background: #027571;
  opacity: 1;
}

.sec03 .splide__arrow span {
  background-color: #fff;
  width: 18px;
  height: 24px;
}

.sec03 .splide__arrow--prev {
  left: -39px;
  top: 0;
}

.sec03 .splide__arrow--prev span {
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  transform: translateX(-2px);
}

.sec03 .splide__arrow--next {
  right: -39px;
  ;
  top: 0;
}

.sec03 .splide__arrow--next span {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transform: translateX(2px);
}



@media screen and (max-width: 767px) {
  .sec03 .splide__arrows {
    width: 100%;
  }

  .sec03 .splide__arrow--prev {
    left: 0;
  }

  .sec03 .splide__arrow--next {
    right: 0;
  }
}

.splide__list figure {
  position: relative;
}

.splide__list figure .ttl {
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.splide__list figure img {
  overflow: hidden;
  vertical-align: top;
}

figure:hover figcaption {
  opacity: 1;
}

.splide__list figcaption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ffffffbb;
  transition: .2s;
  opacity: 0;
}

.splide__list figcaption .inr {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

.splide__list figcaption .floors {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.splide__list figcaption .head {
  font-size: 20px;
  margin-bottom: 20px;
}

.sec04 .head {
  margin-bottom: 50px;
}

.sec04 .list_news td,
.sec04 .list_news th {
  width: 100%;
  display: block;
  padding: 0;
}

.sec04 .list_news td {
  line-height: 1.5;
  font-size: 14px;
}

.sec04 .date_icon {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.sec04 .date {
  font-size: 14px;
  color: #909090;
  font-weight: normal;
  font-family: Arial;
}

.sec04 .label {
  font-size: 12px;
  font-weight: 300;
  padding: 2px 21px;
  display: block;
  width: 84px;
}

.sec04 .label.news {
  color: #1690B9;
  border-color: #1690B9;
}

.sec04 .label.release {
  color: #F3A42D;
  border-color: #F3A42D;
}

.sec04 .list_news tr {
  display: block;
  margin-bottom: 28px;
}



.sec05 {
  background-color: #F0F0F0;
  padding: 60px 0;
  min-width: 1200px;
}

.sec05 .bunner_list {
  display: flex;
  justify-content: center;
  gap: 20px;
}

  .sec05 .bunner_list{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec05 .bunner_list li{
    width: calc((100% / 4) - 20px );
  }

footer {
  min-width: 1200px;
}
#btn_pagetop a span {
    line-height: 65px;
}
.box .txt::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: blur(50%);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    -ms-filter: blur(6px);
    filter: blur(18px);
    z-index: -1;
}

.body_wrapper {
  padding-top: 130px;
}