@charset "UTF-8";
/*** reset ***/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

address,
em,
h1,
h2,
h3,
h4,
h5,
h6,
ins,
pre,
strong,
th {
  font-style: normal;
  font-weight: 400;
}

table {
  border-collapse: collapse;
  border: 0;
}

th {
  text-align: left;
}

input,
select,
textarea {
  vertical-align: middle;
}

a,
ins {
  text-decoration: none;
}

ul {
  list-style: none;
}

br {
  letter-spacing: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/***cleasrfix hack***/
.hack::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*end hide*/
.clear {
  clear: both;
}

/*** font ***/
body {
  line-height: 1.85;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: 400;
  color: #000;
}
@media (max-width: 767px) {
  body {
    line-height: 1.5;
  }
}

.trim {
  text-box: trim-both cap alphabetic;
}

/*family*/
body {
  font-family: "Noto Serif JP", serif;
}

.f_go {
  font-family: "Noto Sans JP", sans-serif;
}

.f_en {
  font-family: "Cormorant", "Noto Serif JP";
}

/*** link ***/
/***PC／スマホ切替***/
.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
.base_w {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .base_w {
    width: 90%;
  }
}

.cap {
  font-size: 1.1rem;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .cap {
    font-size: 1rem;
  }
}

.soon {
  pointer-events: none;
}

.slick-slide:focus {
  outline: none;
}

a {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main_wrap_brand {
  width: 100%;
  padding: 80px 0;
  background-image: url(../images/brand/mv.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .main_wrap_brand {
    background-image: url(../images/brand_r/mv-sp.jpg);
  }
}
.main_wrap_brand .txt01 {
  font-size: 42px;
}
@media (max-width: 767px) {
  .main_wrap_brand .txt01 {
    font-size: 25px;
  }
}
.main_wrap_brand .txt02 {
  margin-bottom: 60px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .main_wrap_brand .txt02 {
    font-size: 13px;
  }
}
.main_wrap_brand .logo {
  width: 142px;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .main_wrap_brand .logo {
    width: 80px;
  }
}
.main_wrap_brand .txt03 {
  margin-bottom: 40px;
  font-size: 31px;
}
@media (max-width: 767px) {
  .main_wrap_brand .txt03 {
    font-size: 18px;
  }
}
.main_wrap_brand .txt04 {
  line-height: 2;
  font-size: 15px;
}
@media (max-width: 767px) {
  .main_wrap_brand .txt04 {
    font-size: 13px;
  }
}

.main_wrap01 {
  width: 100%;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
}
.main_wrap01.quality_bg {
  background-image: url(../images/quality/mv.jpg);
}
@media (max-width: 767px) {
  .main_wrap01.quality_bg {
    background-image: url(../images/quality/mv-sp.jpg);
  }
}
.main_wrap01.product_bg {
  background-image: url(../images/product_r/mv.jpg);
  background-position: right 50% bottom 15%;
}
@media (max-width: 767px) {
  .main_wrap01.product_bg {
    background-position: center;
  }
}
.main_wrap01.gallery_bg {
  background-image: url(../images/portfolio/mv3.jpg);
}
@media (max-width: 767px) {
  .main_wrap01.gallery_bg {
    background-image: url(../images/portfolio/mv-sp3.jpg);
  }
}
.main_wrap01.support_bg {
  background-image: url(../images/service/mv.jpg);
}
@media (max-width: 767px) {
  .main_wrap01.support_bg {
    background-image: url(../images/service/mv-sp.jpg);
  }
}
.main_wrap01 .txt01 {
  font-size: 42px;
}
@media (max-width: 767px) {
  .main_wrap01 .txt01 {
    font-size: 25px;
  }
}
.main_wrap01 .txt02 {
  margin-bottom: 60px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .main_wrap01 .txt02 {
    font-size: 13px;
  }
}
.main_wrap01 .txt03 {
  line-height: 2;
  font-size: 15px;
}
@media (max-width: 767px) {
  .main_wrap01 .txt03 {
    font-size: 13px;
  }
}

.main_wrap02 {
  width: 100%;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
}
.main_wrap02.apartment_bg {
  background-image: url(../images/quality/mv2.jpg);
}
@media (max-width: 767px) {
  .main_wrap02.apartment_bg {
    background-image: url(../images/quality/mv-sp2.jpg);
  }
}
.main_wrap02.house_bg {
  background-image: url(../images/quality/mv3.jpg);
}
@media (max-width: 767px) {
  .main_wrap02.house_bg {
    background-image: url(../images/quality/mv-sp3.jpg);
  }
}
.main_wrap02.challenging_bg {
  background-image: url(../images/challenging_r/mv.jpg);
}
@media (max-width: 767px) {
  .main_wrap02.challenging_bg {
    background-image: url(../images/challenging_r/mv_sp.jpg);
  }
}
.main_wrap02.workshop_bg {
  background-image: url(../images/quality/mv4.jpg);
}
@media (max-width: 767px) {
  .main_wrap02.workshop_bg {
    background-image: url(../images/quality/mv-sp4.jpg);
  }
}
.main_wrap02.replacement_bg {
  background-image: url(../images/brand/mv.jpg);
}
@media (max-width: 767px) {
  .main_wrap02.replacement_bg {
    background-image: url(../images/brand_r/mv-sp.jpg);
  }
}
.main_wrap02.afterservice_bg {
  background-image: url(../images/service/mv2.jpg);
}
@media (max-width: 767px) {
  .main_wrap02.afterservice_bg {
    background-image: url(../images/service/mv-sp2.jpg);
  }
}
.main_wrap02.special_bg {
  background-image: url(../images/service/mv3.jpg);
}
@media (max-width: 767px) {
  .main_wrap02.special_bg {
    background-image: url(../images/service/mv-sp3.jpg);
  }
}
.main_wrap02.special_bg .txt01 img {
  display: block;
  width: 174px;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .main_wrap02.special_bg .txt01 img {
    width: 100px;
  }
}
.main_wrap02 .txt01 {
  margin-bottom: 60px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .main_wrap02 .txt01 {
    font-size: 18px;
  }
}
.main_wrap02 .txt02 {
  line-height: 2;
  font-size: 15px;
}
@media (max-width: 767px) {
  .main_wrap02 .txt02 {
    font-size: 13px;
  }
}

.pankuzu {
  position: fixed;
  top: 85px;
  left: 20px;
  z-index: 1000;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pankuzu.on {
  top: -20px;
}
@media (max-width: 1000px) {
  .pankuzu {
    top: 20px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .pankuzu {
    top: 10px;
    left: 10px;
  }
}
.pankuzu a {
  color: #fff;
}

.gotop {
  width: 65px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1000px) {
  .gotop {
    bottom: -65px;
  }
  .gotop.on {
    bottom: 65px;
  }
  .gotop:hover {
    opacity: 1;
  }
}

.grd01 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(119, 165, 154)), to(rgb(0, 87, 66)));
  background: linear-gradient(0deg, rgb(119, 165, 154) 0%, rgb(0, 87, 66) 100%);
}

.hv_br01 {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media not all and (pointer: coarse) {
  .hv_br01:hover {
    opacity: 1;
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}

.hv_br02 {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media not all and (pointer: coarse) {
  .hv_br02:hover {
    opacity: 1;
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}

.shd01 {
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.history {
  color: #006448;
  background-color: #eceee5;
  position: relative;
  width: 100%;
  padding: 160px 0;
}
@media (max-width: 767px) {
  .history {
    padding: 80px 0;
  }
}
.history .deco_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
@media (max-width: 767px) {
  .history .deco_top {
    width: 40%;
  }
}
.history .deco_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
}
@media (max-width: 767px) {
  .history .deco_bottom {
    width: 40%;
  }
}
.history .top_txts {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 70px;
}
.history .top_txts .titl01 {
  letter-spacing: 0.08em;
  font-size: 27px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .history .top_txts .titl01 {
    font-size: 20px;
  }
}
.history .top_txts .titl02 {
  font-size: 14px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .history .top_txts .titl02 {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.history .top_txts .txt01 {
  font-size: 14px;
}
@media (max-width: 767px) {
  .history .top_txts .txt01 {
    font-size: 12px;
  }
}
.history .nen_hyou {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .history .nen_hyou {
    width: 95%;
    margin-left: 0;
  }
}
.history .nen_hyou .nen_line {
  width: 30px;
}
.history .nen_hyou .nen_line .line {
  background-color: #006448;
  width: 1px;
  height: calc(100% - 50px);
  margin: 0 auto;
}
.history .nen_hyou .nen_con_wrap {
  width: calc(100% - 30px);
  padding-top: 20px;
}
.history .nen_hyou .nen_con_wrap .nen {
  font-size: 27px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .history .nen_hyou .nen_con_wrap .nen {
    font-size: 23px;
  }
}
.history .nen_hyou .nen_con_wrap .nen::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 9px;
  height: 9px;
  background-color: #006448;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .history .nen_hyou .nen_con_wrap .nen::before {
    left: -19px;
  }
}
.history .nen_hyou .nen_con_wrap .deco_line {
  background-color: #30866e;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  position: relative;
}
.history .nen_hyou .nen_con_wrap .deco_line .deco_01 {
  width: 20%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
@media (max-width: 767px) {
  .history .nen_hyou .nen_con_wrap .deco_line .deco_01 {
    width: 40%;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
}
.history .nen_hyou .nen_con_wrap .deco_line .deco_02 {
  width: 10%;
  position: absolute;
  top: 0;
  right: 5%;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
@media (max-width: 767px) {
  .history .nen_hyou .nen_con_wrap .deco_line .deco_02 {
    width: 20%;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
}
.history .nen_hyou .nen_con_wrap .deco_line .deco_03 {
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
@media (max-width: 767px) {
  .history .nen_hyou .nen_con_wrap .deco_line .deco_03 {
    width: 40%;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
}
.history .nen_hyou .nen_con_wrap .txt_top {
  margin-bottom: 15px;
}
.history .nen_hyou .nen_con_wrap .nen_group {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .history .nen_hyou .nen_con_wrap .nen_group {
    margin-bottom: 30px;
  }
}
.history .nen_hyou .nen_con_wrap .nen_group p {
  line-height: 1.8;
  font-size: 14px;
}
@media (max-width: 767px) {
  .history .nen_hyou .nen_con_wrap .nen_group p {
    font-size: 12px;
  }
}
.history .nen_hyou .nen_con_wrap .nen_group p.s_txt {
  margin-top: 15px;
}
.history .nen_hyou .nen_con_wrap .nen_group p.r_txt {
  color: #c1272d;
}
.history .nen_hyou .nen_con_wrap .nen_group p .challenging_btn {
  display: inline-block;
  width: 130px;
  margin-left: 5px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media (max-width: 767px) {
  .history .nen_hyou .nen_con_wrap .nen_group p .challenging_btn {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.history .nen_hyou .nen_con_wrap .nen_group .images_boxs {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .history .nen_hyou .nen_con_wrap .nen_group .images_boxs {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}
.history .nen_hyou .nen_con_wrap .nen_group .images_boxs .h_slider {
  width: 50%;
}
@media (max-width: 767px) {
  .history .nen_hyou .nen_con_wrap .nen_group .images_boxs .h_slider {
    width: 100%;
  }
}
.history .nen_hyou .nen_con_wrap .nen_group .images_boxs .h_slider .swiper {
  position: relative;
  width: 100%;
}
.history .nen_hyou .nen_con_wrap .nen_group .images_boxs .h_slider .swiper.no_swiper {
  pointer-events: none;
}
.history .nen_hyou .nen_con_wrap .nen_group .images_boxs .h_slider .swiper .swiper-slide {
  width: 100%;
  aspect-ratio: 16/9;
}
.history .nen_hyou .nen_con_wrap .nen_group .images_boxs .h_slider .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.history .nen_hyou .nen_con_wrap .nen_group .images_boxs .h_slider .swiper-button-next,
.history .nen_hyou .nen_con_wrap .nen_group .images_boxs .h_slider .swiper-button-prev {
  top: 50%;
  width: 20px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  position: absolute;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1279px) {
  .history .nen_hyou .nen_con_wrap .nen_group .images_boxs .h_slider .swiper-button-next,
  .history .nen_hyou .nen_con_wrap .nen_group .images_boxs .h_slider .swiper-button-prev {
    width: 15px;
  }
}
.history .nen_hyou .nen_con_wrap .nen_group .images_boxs .h_slider .swiper-button-next:hover,
.history .nen_hyou .nen_con_wrap .nen_group .images_boxs .h_slider .swiper-button-prev:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .history .nen_hyou .nen_con_wrap .nen_group .images_boxs .h_slider .swiper-button-next:hover,
  .history .nen_hyou .nen_con_wrap .nen_group .images_boxs .h_slider .swiper-button-prev:hover {
    opacity: 1;
  }
}
.history .nen_hyou .nen_con_wrap .nen_group .images_boxs .h_slider .swiper-button-prev {
  left: 10px;
}
.history .nen_hyou .nen_con_wrap .nen_group .images_boxs .h_slider .swiper-button-next {
  right: 10px;
}
.history .nen_hyou .nen_con_wrap .nen_group .images_boxs .h_slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px 1%;
  margin-top: 5px;
}
.history .nen_hyou .nen_con_wrap .nen_group .images_boxs .h_slider .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 3.03%;
  aspect-ratio: 1/1;
  background-color: #bbc3b6;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.history .nen_hyou .nen_con_wrap .nen_group .images_boxs .h_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #006448;
}
.history .nen_hyou .nen_con_wrap .nen_group .images_boxs02 {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .history .nen_hyou .nen_con_wrap .nen_group .images_boxs02 {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.history .nen_hyou .nen_con_wrap .last_spacer {
  width: 100%;
  height: 80px;
}
@media (max-width: 767px) {
  .history .nen_hyou .nen_con_wrap .last_spacer {
    height: 40px;
  }
}/*# sourceMappingURL=history_r.css.map */