@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
.custom_wrap .head_ttl {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.custom_wrap .head_ttl .left {
  flex-basis: 55%;
}
@media screen and (max-width: 767px) {
  .custom_wrap .head_ttl .left {
    flex-basis: 100%;
  }
}
.custom_wrap .head_ttl .right {
  flex-basis: 40%;
}
@media screen and (max-width: 767px) {
  .custom_wrap .head_ttl .right {
    margin-top: 30px;
    flex-basis: 100%;
  }
}
.custom_wrap .head_ttl .right .head_txt {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  margin-top: 50px;
  line-height: 2.25;
}

.ajax-load-more-wrap {
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  .ajax-load-more-wrap {
    margin: 30px auto;
  }
}

button {
  display: none;
}

.flex_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px auto;
}

.customervoice {
  flex-basis: 48%;
  transition: 0.5s all;
}
@media screen and (max-width: 767px) {
  .customervoice {
    flex-basis: 100%;
    margin-bottom: 50px;
  }
}
.customervoice:hover {
  opacity: 0.7;
}
.customervoice .img-full {
  width: 100%;
}
.customervoice .img-full img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .customervoice .img-full img {
    height: 300px;
  }
}
.customervoice .customer_a_heading {
  font-family: "Kiwi Maru", serif;
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  margin-bottom: 20px;
}
.customervoice .customer_a_name {
  margin-bottom: 30px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.customervoice .customer_a_tag {
  display: inline;
  padding: 5px 10px;
  font-size: 20px;
  border: 2px solid #000;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .customervoice .customer_a_tag {
    margin-bottom: 50px;
  }
}

/*==========================================
 詳細ページ
===========================================*/
.reform_s_contents_wrap {
  padding-top: 150px;
}
.reform_s_contents_wrap .headimg_singlecustomer {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 961px) {
  .reform_s_contents_wrap .headimg_singlecustomer {
    max-height: 700px;
  }
}
.reform_s_contents_wrap .index-firstvisual {
  justify-content: space-between;
  display: flex;
}
@media screen and (max-width: 960px) {
  .reform_s_contents_wrap .index-firstvisual {
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
}
.reform_s_contents_wrap .index-firstvisual .fv-img {
  margin: 0 0 auto 0 0;
}
@media screen and (min-width: 961px) {
  .reform_s_contents_wrap .index-firstvisual .fv-img {
    flex-basis: 50%;
  }
}
.reform_s_contents_wrap .index-firstvisual .fv-img img {
  clip-path: url(#fv-mask);
  max-height: 600px;
}
@media screen and (max-width: 767px) {
  .reform_s_contents_wrap .index-firstvisual .fv-img img {
    clip-path: url(#fv-maskSP);
    aspect-ratio: 2/3;
    object-fit: cover;
  }
}
.reform_s_contents_wrap .index-firstvisual svg {
  position: absolute;
  z-index: -1;
}
.reform_s_contents_wrap .ttl {
  position: relative;
}
@media screen and (min-width: 961px) {
  .reform_s_contents_wrap .ttl {
    flex-basis: 40%;
    width: 40%;
  }
}
.reform_s_contents_wrap .ttl .main_ttl {
  font-size: clamp(2.4rem, 3.6vw, 3.6rem);
  font-family: "Kiwi Maru", serif;
  line-height: 1.8;
  margin: 20px auto 50px;
}
.reform_s_contents_wrap .ttl .place {
  margin-bottom: 20px;
}
.reform_s_contents_wrap .ttl .lank ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .reform_s_contents_wrap .ttl .lank ul {
    flex-direction: column;
  }
}
.reform_s_contents_wrap .ttl .lank ul li {
  flex-basis: 46%;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Kiwi Maru", serif;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reform_s_contents_wrap .ttl .lank ul li .star01 {
  color: #2b4740;
  font-size: 26px;
}
.reform_s_contents_wrap .gallery_s_customer {
  border: 1px solid #000;
  background-color: #fff;
  text-align: center;
  display: block;
  width: 200px;
  padding: 10px;
  margin: 20px 0 20px auto;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .reform_s_contents_wrap .gallery_s_customer {
    margin: 60px auto;
  }
}
.reform_s_contents_wrap .gallery_s_customer .work {
  font-family: "Cormorant Garamond", serif;
  font-size: 4.2rem;
}
.reform_s_contents_wrap .gallery_s_customer .btn-arw {
  display: block;
  margin: auto;
  width: 100%;
  height: 0.5em;
  top: calc(50% - 0.25em);
  right: 1em;
  position: relative;
}
.reform_s_contents_wrap .gallery_s_customer .btn-arw::before, .reform_s_contents_wrap .gallery_s_customer .btn-arw::after {
  content: "";
  height: 1px;
  background: #000;
  display: block;
  transition: 0.4s ease-in-out;
}
.reform_s_contents_wrap .gallery_s_customer .btn-arw::before {
  width: 60%;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}
.reform_s_contents_wrap .gallery_s_customer .btn-arw::after {
  position: absolute;
  width: clamp(7px, 1vw, 10px);
  transform: rotate(-145deg);
  right: 10%;
  top: -2px;
}
.reform_s_contents_wrap .gallery_s_customer:hover {
  opacity: 0.7;
}
.reform_s_contents_wrap .customer_a_tag {
  display: inline;
  padding: 5px 10px;
  font-size: 20px;
  border: 2px solid #000;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .reform_s_contents_wrap .customer_a_tag {
    margin-bottom: 50px;
  }
}

/*テンプレ*/
.template {
  margin: 0px auto 150px;
}
.template .headline_l h2 {
  font-family: "Kiwi Maru", serif;
  font-size: clamp(2.4rem, 3.6vw, 3.6rem);
  font-weight: 500;
  margin-bottom: clamp(2rem, 3.9vw, 3rem);
}
.template .headline_m h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  font-family: "Kiwi Maru", serif;
  font-size: clamp(2rem, 2vw, 3rem);
  margin-bottom: clamp(3rem, 3.9vw, 8rem);
  font-weight: 500;
}
.template .txt {
  margin-bottom: clamp(3rem, 3.9vw, 8rem);
}
.template .txt p {
  line-height: 2;
  margin-bottom: 20px;
  font-size: clamp(1.8rem, 2.2vw, 2.1rem);
}
.template .txt_temp {
  margin-bottom: clamp(3rem, 3.9vw, 5rem) !important;
}
.template .txt_temp p {
  font-size: clamp(1.8rem, 2.2vw, 2.1rem);
  line-height: 2;
}
.template .leftimg,
.template .rightimg {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(3rem, 3.9vw, 8rem);
  flex-wrap: wrap;
}
.template .leftimg .img,
.template .rightimg .img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .template .leftimg .img,
  .template .rightimg .img {
    flex-basis: 100%;
  }
}
.template .leftimg .img img,
.template .rightimg .img img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 10px;
}
.template .leftimg .txt,
.template .rightimg .txt {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .template .leftimg .txt,
  .template .rightimg .txt {
    flex-basis: 100%;
  }
}
.template .leftimg .txt p,
.template .rightimg .txt p {
  line-height: 2;
  margin-bottom: 20px;
  font-size: clamp(1.8rem, 2.2vw, 2.1rem);
}
@media screen and (max-width: 767px) {
  .template .rightimg .img {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .template .rightimg .txt {
    order: 2;
  }
}
.template .img1 {
  max-width: 100%;
  height: auto;
  margin: 0 auto 80px;
}
.template .img1 img {
  margin: auto;
  border-radius: 10px;
}
.template .img1 .cap {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.template .img2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(3rem, 3.9vw, 8rem);
  flex-wrap: wrap;
}
.template .img2 .inner_img {
  flex-basis: 48%;
}
@media screen and (max-width: 767px) {
  .template .img2 .inner_img {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.template .img2 .inner_img img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 10px;
}
.template .img2 .inner_img .cap {
  display: block;
  margin-top: 10px;
}
.template .img3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: clamp(3rem, 3.9vw, 8rem);
}
.template .img3 .inner_img {
  flex-basis: 32%;
}
@media screen and (max-width: 767px) {
  .template .img3 .inner_img {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.template .img3 .inner_img img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 10px;
}
.template .img3 .inner_img .cap {
  display: block;
  margin-top: 10px;
}
.template .img3_ver {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: clamp(3rem, 3.9vw, 8rem);
}
.template .img3_ver .inner_img {
  flex-basis: 32%;
}
@media screen and (max-width: 767px) {
  .template .img3_ver .inner_img {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.template .img3_ver .inner_img img {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  border-radius: 10px;
}
.template .img3_ver .inner_img .cap {
  display: block;
  margin-top: 10px;
}

/*==========================================
 施工事例その他
===========================================*/
.other_work {
  color: #000;
  padding-top: 10px;
  margin-top: 150px;
  background-color: initial;
}
.other_work .back {
  margin: 50px auto;
}

.single_other {
  border: none;
  background-color: #f2f2f2;
}

.card_list_other {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  .card_list_other {
    padding: 0;
    flex-direction: column;
  }
}
.card_list_other li {
  flex-basis: 45%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .card_list_other li {
    flex-basis: 100%;
    margin: auto;
    margin: 30px auto;
  }
}
.card_list_other li a {
  display: block;
  padding: 25px;
}
.card_list_other li a:hover {
  color: #2b4740;
}
.card_list_other li a:hover .theme {
  color: #2b4740;
}
.card_list_other li a:hover .lifestyle {
  color: #000;
}
.card_list_other li a .card_img {
  margin-bottom: 20px;
  overflow: hidden;
  transition: 0.3s all;
}
.card_list_other li a .card_img img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .card_list_other li a .card_img img {
    width: 300px;
    height: 300px;
    aspect-ratio: 1/2;
  }
}
.card_list_other li a .card_img:hover {
  opacity: 0.7;
}
.card_list_other li a h2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 500px;
  margin-bottom: 30px;
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  font-weight: 400;
  color: #000;
}
.card_list_other li a .theme {
  display: inline;
  color: #000;
  border: 1px solid #000;
  padding: 5px;
}

.btnBsc {
  margin: 50px auto;
}/*# sourceMappingURL=customer.css.map */