@charset "UTF-8";
/*-------------
  common
  kv
  news
  works
  service
  event
  about_reform
  insta
  blog
  youtube
  company
-------------*/
.c_ttl_wrap {
  padding: 140px 0 40px;
}
.c_ttl_wrap.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c_ttl span {
  display: block;
  font-weight: 600;
}
.c_ttl .lg {
  font-size: 56px;
  letter-spacing: 0;
  line-height: 1.2;
}

.btn_more_wrap {
  color: #fff;
  width: 200px;
  height: 64px;
  display: inline-block;
}
.btn_more {
  background: #3f3a39;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.btn_more.white {
  background: transparent;
  border: 1px solid #fff;
}

.link_more {
  display: block;
  border-bottom: 1px solid #3f3a39;
  line-height: 2.4;
  position: relative;
}
.link_more:after {
  content: '';
  background: url('../img/right_arrow.png') no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 8px;
}

.btn_pale {
  background: rgba(63, 58, 57, .4);
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
}
.btn_pale:hover {
  background: #3f3a39;
}


.slick-prev:before, .slick-next:before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .c_ttl_wrap {
    padding: 70px 0 20px;
  }
  .c_ttl .lg {
    font-size: 40px;
  }
  .btn_more_wrap {
    width: 150px;
    height: 48px;
    font-size: 12px;
  }
}

/*-------------
  kv
-------------*/
.kv {
  position: relative;
}
.kv_txt_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 77%;
}
  .kv_txt_wrap .kv_txt_img {
    width: 90%;
	max-width: 400px;
  }

.kv_txt_wrap .kv_txt {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .2em;
  margin-top: 30px;
}

.kv .top_sldr img {
  width: 100%;
}

.top_sldr .slick-prev,
.top_sldr .slick-next {
  width: 25px;
  height: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  z-index: 1;
}
.top_sldr .slick-prev::before,
.top_sldr .slick-next::before {
  content: '';
}
.top_sldr .slick-prev,
.top_sldr .slick-prev:hover,
.top_sldr .slick-prev:focus {
  background: url(../img/top_kv_arrow_prev.png);
  background-size: contain;
  left: 0;
}
.top_sldr .slick-next,
.top_sldr .slick-next:hover,
.top_sldr .slick-next:focus {
  background: url(../img/top_kv_arrow_next.png);
  background-size: contain;
  right: 0;
}
.top_sldr:hover .slick-prev {
  left: 3%;
  opacity: 1;
}
.top_sldr:hover .slick-next {
  right: 3%;
  opacity: 1;
}

.top_sldr.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.top_sldr .slick-dots {
  bottom: 15px;
  text-align: right;
  right: 90px;
  width: 10px;
}
.top_sldr .slick-dots li {
  background: #fff;
  border-radius: 3em;
  height: 5px;
  width: 5px;
}
.top_sldr .slick-dots li button {
  display: none;
}
.top_sldr .slick-dots .slick-active {
  background: #3f3a39;
}

@media screen and (max-width: 767px) {
  .kv_txt_wrap .kv_txt_img {
    width: 36%;
  }
  .kv_txt_wrap .kv_txt {
    font-size: 16px;
    letter-spacing: .1em;
    margin-top: 10px;
  }

  .top_sldr .slick-prev,
  .top_sldr .slick-next {
    width: 12.5px;
    height: 20px;
  }

  .top_sldr .slick-dots {
    right: 0;
    left: 0;
    bottom: 6px;
    width: 100%;
    text-align: center;
  }
}

/*-------------
    news
-------------*/
.top_news .box_wrap {
  border: 1px solid #3f3a39;
  max-width: 1100px;
  margin: 90px auto 0;
  display: flex;
  justify-content: space-between;
  height: 140px;
  position: relative;
  /*z-index: 1;*/
}

.top_news .ttl {
  background: #9d2328;
  color: #fff;
  font-weight: 600;
  width: 250px;
  height: 100%;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_news .slider_wrap {
  width: calc(100% - 250px);
}

.top_news_sldr,
.top_news_sldr .slick-list,
.top_news_sldr .slick-track {
  height: 100%;
}

.top_news_sldr .slick-num {
  position: absolute;
  top: 42.5%;
  right: 86px;
}

.top_news_sldr .slick-prev:before,
.top_news_sldr .slick-next:before {
  content: '';
  width: 20px;
  height: 10px;
  display: block;
}
.top_news_sldr .slick-prev::before {
  background: url('img/top/left_arrow.png') no-repeat;
  background-size: contain;
}
.top_news_sldr .slick-next::before {
  background: url('img/top/right_arrow.png') no-repeat;
  background-size: contain;
}
.top_news_sldr .slick-prev {
  left: inherit;
  right: 144px;
  z-index: 20;
}
.top_news_sldr .slick-next {
  left: inherit;
  right: 50px;
}

.top_news .slick-initialized .posts.slick-slide {
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 46px;
}

.top_news .post_ttl {
  font-weight: 700;
  color: #000;
  margin-left: 80px;
}

@media screen and (max-width: 767px) {
  .top_news .box_wrap {
    height: 105px;
    margin: 60px auto 0;
    width: 90%;
  }
  .top_news .ttl {
    width: 20%;
    font-size: 16px;
  }
  .top_news .slider_wrap {
    width: 80%;
  }
  .top_news .slick-initialized .posts.slick-slide {
    flex-direction: column;
    padding: 10px;
  }
  .top_news .post_ttl {
    margin-left: 0;
    margin-top: 6px;
    font-feature-settings: 'palt';
  }
  .top_news_sldr .slick-num {
    top: 74%;
  }
  .top_news_sldr .slick-prev,
  .top_news_sldr .slick-next {
    top: 84%;
  }
}

/*-------------
    works
-------------*/
.top_wroks {
  position: relative;
}
.top_wroks::before {
  content: '';
  display: block;
  position: absolute;
  width: 680px;
  height: 580px;
  background: url('img/common/bg_pattern-01.png');
  top: -70px;
  left: 0;
  z-index: -1;
}

.top_wroks .c_ttl_wrap {
  padding-top: 110px;
}

.top_wroks .sldr_one_center {
  margin: 30px auto;
}

.top_wroks .sldr_one_center .box {
  margin: 0 20px;
  letter-spacing: .05em;
  padding-bottom: 80px;
  position: relative;
}

.top_wroks .sldr_one_center .slick-prev,
.top_wroks .sldr_one_center .slick-next {
  top: 24%;
  z-index: 2;
}
.top_wroks .sldr_one_center .slick-prev {
  left: 16%;
}
.top_wroks .sldr_one_center .slick-next {
  left: inherit;
  right: 20%;
}

.top_wroks .sldr_one_center .slick-prev:before,
.top_wroks .sldr_one_center .slick-next:before {
  content: '';
  width: 70px;
  height: 30px;
  display: block;
  opacity: 1;
}
.top_wroks .sldr_one_center .slick-prev::before {
  background: url('img/common/arrow_prev.png') no-repeat;
  background-size: contain;
}
.top_wroks .sldr_one_center .slick-next::before {
  background: url('img/common/arrow_next.png') no-repeat;
  background-size: contain;
}

.top_wroks .sldr_one_center .slick-dots {
  bottom: 0;
}

.top_wroks .img_box {
  background: transparent;
  width: 100%;
  height: 44vw;
  overflow: hidden;
  max-height: 560px;
  max-width: 800px;
  margin: 0 auto 10px;
  position: relative;
}
.top_wroks .img_box .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.top_wroks .sldr_one_center .txt_box {
  background: #fff;
}
.top_wroks .txt_box .cat {
  background: #9d2328;
  border-radius: 3em;
  font-size: 10px;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
}
.top_wroks .txt_box .post_ttl {
  font-size: 20px;
  letter-spacing: .05em;
  font-weight: 700;
  margin: 20px 0 10px;
}
.top_wroks .txt_box .desc {
  font-size: 12px;
}
.top_wroks .txt_box .place {
  font-size: 12px;
  font-weight: 700;
  margin: 10px 0 30px;
}

.top_wroks .works_cat_list {
  border: 1px solid #3f3a39;
  padding: 20px 60px;
  margin-top: 100px;
}
.top_wroks .works_cat_list .ttl {
  display: inline-block;
  font-weight: 600;
}
.top_wroks .works_cat_list .ttl .lg {
  font-size: 20px;
  font-weight: 600;
}
.top_wroks .works_cat_list .list_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 50px;
  margin-top: 10px;
}
.works_cat_list .list_wrap .cat_tag {
  background: #3f3a39;
    border-radius: 3em;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 3px 10px;
}
.works_cat_list .list_wrap .cat_tag a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 10px;
}
.works_cat_list .list_wrap .cat_tag:hover {
  background: #9d2328;
}

@media screen and (min-width: 768px) {
  .top_wroks .sldr_one_center .txt_box {
    position: absolute;
    bottom: 50px;
    left: 0;
    padding: 30px;
    width: 40%;
  }
  .top_wroks .works_cat_list {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .top_wroks::before {
    width: 50%;
    height: 82vw;
  }
  .top_wroks .c_ttl_wrap {
    padding-top: 50px;
  }

  .top_wroks .sldr_one_center .slick-prev,
  .top_wroks .sldr_one_center .slick-next {
    top: 17%;
  }
  .top_wroks .sldr_one_center .slick-prev {
    left: 7%;
  }
  .top_wroks .sldr_one_center .slick-next {
    right: 19%;
  }

  .top_wroks .img_box {
    height: 37vw;
  }

  .top_wroks .txt_box .post_ttl {
    font-size: 16px;
  }
  .top_wroks .txt_box .place {
    margin: 10px 0 20px;
  }

  .top_wroks .works_cat_list {
    padding: 10px 30px;
    margin-top: 35px;
  }
  .top_wroks .works_cat_list .list_wrap {
    margin-left: 0;
    justify-content: center;
  }
}

/*-------------
    service
-------------*/
.top_service .list_wrap {
  color: #fff;
}
.top_service .list_wrap li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  line-height: 1.4;
  height: 112vw;
  margin-top: 20px;
}
.top_service .list_wrap .item01 {
  background: url('../img/bg_renoation.jpg') no-repeat;
  background-size: cover;
}
.top_service .list_wrap .item02 {
  background: url('../img/bg_reform.jpg') no-repeat;
  background-size: cover;
}

.top_service .txt_wrap {
  letter-spacing: .2em;
}
.top_service .list_wrap .lg {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: .16em;
}
.top_service .list_wrap .sm {
  font-size: 24px;
}

.top_service .btn_more_wrap {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .top_service .list_wrap {
    display: flex;
    justify-content: space-between;
  }
  .top_service .list_wrap li {
    width: 49%;
    height: 700px;
  }
}

@media screen and (max-width: 767px) {
  .top_service .list_wrap .lg {
    font-size: 28px;
  }
  .top_service .list_wrap .sm {
    font-size: 18px;
  }
  .top_service .btn_more_wrap {
    bottom: 35px;
  }
}

/*-------------
    event
-------------*/
.top_event .sldr_two_center .box {
  margin: 0 10px;
  opacity: .3;
  transition: opacity .5s;
  letter-spacing: .05em;
  padding-bottom: 80px;
}
.top_event .sldr_two_center .slick-active.box {
  opacity: 1;
}
.top_event .sldr_two_center .slick-prev,
.top_event .sldr_two_center .slick-next {
  top: 24%;
  z-index: 2;
}
.top_event .sldr_two_center .slick-prev {
  left: 12%;
}
.top_event .sldr_two_center .slick-next {
  left: inherit;
  right: 16%;
}

.top_event .sldr_two_center .slick-prev:before,
.top_event .sldr_two_center .slick-next:before {
  content: '';
  width: 70px;
  height: 30px;
  display: block;
  opacity: 1;
}
.top_event .sldr_two_center .slick-prev::before {
  background: url('img/common/arrow_prev.png') no-repeat;
  background-size: contain;
}
.top_event .sldr_two_center .slick-next::before {
  background: url('img/common/arrow_next.png') no-repeat;
  background-size: contain;
}

.top_event .sldr_two_center .slick-dots {
  bottom: 0;
}

.top_event .img_box {
  background: #fff;
  width: 100%;
  height: 22.49vw;
  max-height: 280px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.top_event .img_box .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.top_event .img_box.close .img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.top_event .img_box .close_txt {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
  background: rgba(54, 54, 54, 0.5);
  padding-top: 25%;
}

.top_event .cat {
  background: #9d2328;
  display: inline-block;
  border-radius: 3em;
  color: #fff;
  font-size: 10px;
  padding: 1px 10px;
  margin-bottom: 10px;
}

.top_event .time {
  font-size: 12px;
}
.top_event .post_ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 14px 0 10px;
}
.top_event .post_ttl + .txt {
  font-size: 12px;
  height: 110px;
}

@media screen and (max-width: 767px) {
  .top_event .sldr_two_center .box {
    padding-bottom: 60px;
  }
  .top_event .sldr_two_center .slick-prev,
  .top_event .sldr_two_center .slick-next {
    top: 17%;
  }
  .top_event .sldr_two_center .slick-prev {
    left: 7%;
  }
  .top_event .sldr_two_center .slick-next {
    right: 19%;
  }
  .top_event .img_box {
    height: 47.286vw;
  }
  .top_event .post_ttl {
    font-size: 16px;
  }
}

/*-------------
    about_reform
-------------*/
.top_about_reform .lead_box {
  background: url('../img/bg_about.jpg') no-repeat center;
  background-size: cover;
  color: #fff;
  width: 100%;
  padding: 90px 0;
  text-align: center;
}

.top_about_reform .sub_ttl span {
  display: block;
  font-weight: 700;
}
.top_about_reform .sub_ttl .font_en {
  font-size: 40px;
}
.top_about_reform .sub_ttl .font_en + span {
  font-size: 22px;
  margin-top: 10px;
}

.top_about_reform .lead_box .txt_wrap {
  margin: 30px auto 60px;
  line-height: 2.2;
}

.top_about_reform .link_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_about_reform .item {
  background: linear-gradient(-135deg, rgb(63,58,57) 0%, rgb(75,68,68) 100%);
  color: #fff;
  width: 33.33%;
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.top_about_reform .item:last-of-type {
  width: 100%;
}

.top_about_reform .item .lg {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0;
}
.top_about_reform .item .sm {
  letter-spacing: .2em;
}

.bnr_area01 {
  margin: 120px auto;
}

.bnr_area_reno {
  margin: 120px auto 0px;
  text-align: center;
}

.bnr_area_reno img{
  max-width: 900px;
}

@media screen and (max-width: 767px) {
  .top_about_reform .item {
    width: 100%;
    height: 150px;
  }

  .bnr_area01 {
    margin: 60px auto;
  }
  .bnr_area_reno {
    margin: 50px auto 0px;
    text-align: center;
  }

  .bnr_area_reno img{
    max-width: 85%;
  }
}

/*-------------
    insta
-------------*/
.top .insta {
  text-align: center;
  margin-bottom: 80px; }

.top .insta .instagram-feed {
  margin-top: 60px;
}
.top .insta .instagram-feed img {
  max-width: 100%;
}

/*-------------
    blog
-------------*/
.top_blog {
  background: #fff;
  background-image: url("../img/common/bg_pattern-01.png");
  position: relative;
}

.top_blog .posts_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.top_blog .posts {
  display: flex;
  justify-content: space-between;
  width: 49%;
  margin-bottom: 35px;
}

.top_blog .img_box {
  overflow: hidden;
  position: relative;
  width: 40%;
  height: 10vw;
}

.top_blog .img_box .thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width:  auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top_blog .txt_wrap {
  width: 57%;
  margin-left: 3%;
}

.top_blog .time {
  font-size: 12px;
  line-height: 1;
  color: #9b9a9a;
}

.top_blog .post_ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
}

.top_blog .post_content {
  font-size: 12px;
  margin: 5px 0 10px;
  word-break: break-all;
}

@media screen and (min-width: 1365px) {
  .top_blog::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4%;
    background: #fff;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  .top_blog .posts {
    width: 100%;
  }
  .top_blog .img_box {
    width: 70px;
    height: 70px;
  }
  .top_blog .post_ttl {
    font-size: 14px;
   }
   .top_blog .txt_wrap {
    width: calc(100% - 76px);
    line-height: 1.4;
   }
  .top_blog .post_content {
    font-size: 11px;
   }
}

/*-------------
    youtube
-------------*/
.top_youtube {
  background: url('../img/bg_youtube.jpg') no-repeat;
  background-size: 100%;
  padding-top: 300px;
}
.right_wrap {
  width: 93.33%;
  max-width: 1500px;
  margin: 0 0 0 auto;
}
.right_wrap .right_inner {
  max-width: 1200px;
  margin: 0 auto 0 5%;
}

.top_youtube .right_wrap {
  background: #fff;
  margin-top: 100px;
}

.top_youtube .c_ttl_wrap {
  padding: 70px 0 40px;
}

.top_youtube .list_wrap .item {
  font-size: 0;
  margin-top: 20px;
}
.top_youtube .list_wrap .item iframe {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top_youtube .list_wrap {
    display: flex;
    justify-content: space-between;
  }
  .top_youtube .list_wrap .item {
    width: 24%;
  }
  .top_youtube .list_wrap .item iframe {
    height: 14.8vw;
    max-height: 182px;
  }
}

@media screen and (max-width: 767px) {
  .top_youtube {
    padding-top: 100px;
  }
  .top_youtube .right_wrap {
    margin: 0 auto;
  }
  .right_wrap .right_inner {
    margin: 0 10px;
  }
  .top_youtube .c_ttl_wrap {
    padding: 30px 0;
  }
  .top_youtube .list_wrap .item iframe {
    height: 50vw;
   }
}

/*-------------
    company
-------------*/
.top_company .lead_box {
  background: url('../img/bg_company.jpg') no-repeat center;
  background-size: cover;
  color: #fff;
  width: 100%;
  padding: 90px 0;
  text-align: center;
}

.top_company .sub_ttl {
  font-size: 30px;
  font-weight: 700;
}

.top_company .lead_box .txt_wrap {
  margin-top: 20px;
}

.top_company .list_wrap {
  margin-top: 80px;
}
.top_company .btn_more_wrap {
  margin: 10px 5px 0;
}

@media screen and (max-width: 767px) {
  .top_company .sub_ttl {
    font-size: 24px;
  }
  .top_company .list_wrap {
    margin-top: 40px;
  }
}

/*-------------
    bnr_area
-------------*/
.top_bnr_area .list_wrap {
  margin: 90px auto;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top_bnr_area .list_wrap {
    text-align: center;
    flex-wrap: wrap;
  }
  .top_bnr_area .list_wrap  li {
    width: 48%;
    max-width: 200px;
  }
}
