@charset "UTF-8";
/*------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Oswald", sans-serif;
  color: #3d262a;
}

.deco-en {
  color: #f2ead3;
  font-size: 2rem;
  font-family: luminance, serif;
  font-weight: 700;
  font-style: normal;
}

.text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.more-btn {
  width: 38rem;
  height: 8.2rem;
  border: 1px solid #3d262a;
  margin: 0 auto;
}

.more-btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #3d262a;
  font-size: 2rem;
  font-family: maru-maru-gothic-csr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.change-color:hover {
  background-color: #f8e4b7;
  opacity: 1;
}

.arrow {
  background-color: #3d262a;
  width: 7rem;
  height: 0.1rem;
  margin-top: 1rem;
  margin-left: 2rem;
}

.arrow:after {
  content: "";
  display: block;
  position: relative;
  width: 1rem;
  height: 0.1rem;
  background-color: #3d262a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -0.4rem;
  right: -6rem;
}

/*----- ヘッダー・ファーストビュー -----*/
.hamburger {
  display: none;
}

header {
  margin: 3rem 10rem 0 10rem;
  height: 40vh;
}

header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header h1 {
  font-family: hot-reishorkk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
}

header .header .global-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header .global-menu .menu {
  font-size: 1.6rem;
  list-style: none;
  margin-left: 5rem;
  font-family: maru-maru-gothic-csr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}

header .header .global-menu .menu .global-menu-link {
  text-decoration: none;
  color: #3d262a;
  display: block;
  position: relative;
}

header .header .global-menu .menu .global-menu-link::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #333;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

header .header .global-menu .menu .global-menu-link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

header .contact-btn {
  border: 1px solid #3d262a;
  width: 20rem;
  height: 20rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .contact-btn .contact-btn-txt {
  font-family: maru-maru-gothic-csr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0.5rem 0;
  color: #3d262a;
  font-size: 1.6rem;
}

header .contact-btn .arrow {
  background-color: #3d262a;
  width: 7rem;
  height: 0.1rem;
  margin-top: 2rem;
}

header .contact-btn .arrow:after {
  content: "";
  display: block;
  position: relative;
  width: 1rem;
  height: 0.1rem;
  background-color: #3d262a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -0.4rem;
  right: -6rem;
}

header .contact-btn:hover {
  background-color: #f8e4b7;
  opacity: 1;
}

header .place {
  margin: 1rem 0 0 auto;
  z-index: 100;
  position: relative;
}

.first-view {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  height: 60vh;
  width: 100%;
  top: -4rem;
  z-index: 50;
}

/*-------コンセプト--------*/
.concept {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-top: 6rem;
}

.concept .concept-title {
  font-size: 2.4rem;
  font-family: maru-maru-gothic-csr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 1rem;
}

.concept .cercle {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #f2ead3;
  border-radius: 50%;
  margin: 3rem auto;
}

.concept .concept-text {
  font-family: maru-maru-gothic-csr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
}

/*---------施工内容---------*/
.back-img {
  position: relative;
  margin-top: 15rem;
  background-image: url(./image/back-deco.jpg);
  background-size: cover;
  background-position-y: bottom;
}

.back-img .back-img-mask {
  height: 100%;
  background-color: rgba(242, 234, 211, 0.5);
  position: relative;
}

.back-img .workmenu {
  text-align: center;
  opacity: 1;
}

.back-img .workmenu .menu-title {
  font-size: 2.8rem;
  padding: 8rem 0 3rem 0;
  margin: 0;
  letter-spacing: 0.2rem;
}

.back-img .workmenu .menu-title::before {
  content: "";
  border-top: 0 solid transparent;
  border-bottom: 15rem solid transparent;
  border-left: 50vw solid #fff;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.back-img .workmenu .menu-title::after {
  content: "";
  border-top: 0 solid transparent;
  border-bottom: 15rem solid transparent;
  border-right: 50vw solid #fff;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}

.back-img .workmenu .menu-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 5rem auto 0 auto;
}

.back-img .workmenu .menu-block .menu-item {
  list-style: none;
  width: 30vw;
  max-width: 40.5rem;
  height: 20.5rem;
  background-color: #3d262a;
  margin: 0.5rem;
  color: #fff;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Oswald", sans-serif;
}

.back-img .workmenu .menu-block .item1 {
  background-image: url(./image/menu1.jpg);
  -o-object-fit: cover;
     object-fit: cover;
}

.back-img .workmenu .menu-block .item2 {
  background-image: url(./image/menu2.jpg);
  -o-object-fit: cover;
     object-fit: cover;
}

.back-img .workmenu .menu-block .item3 {
  background-image: url(./image/menu3.jpg);
  -o-object-fit: cover;
     object-fit: cover;
}

.back-img .workmenu .menu-block .item4 {
  background-image: url(./image/menu4.jpg);
  -o-object-fit: cover;
     object-fit: cover;
}

.back-img .workmenu .menu-block .item5 {
  background-image: url(./image/menu5.jpg);
  -o-object-fit: cover;
     object-fit: cover;
}

.back-img .workmenu .menu-block .menu-item-mask {
  background-color: rgba(51, 51, 51, 0.5);
  height: 100%;
}

.back-img .workmenu .menu-btn {
  -webkit-transform: translateY(6rem);
          transform: translateY(6rem);
  z-index: 100;
  position: relative;
}

.back-img .workmenu .spver {
  display: none;
}

/*--------プランニング--------*/
.plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20rem;
}

.plan .plan-img {
  width: 47%;
  max-width: 64.5rem;
  margin-right: 2rem;
}

.plan .plan-block {
  width: 35%;
  max-width: 47.3rem;
  margin-left: 2rem;
}

.plan .plan-block .plan-title-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.plan .plan-block .plan-title-part .plan-title {
  font-size: 2.4rem;
  font-family: maru-maru-gothic-csr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.plan .plan-block .plan-text {
  font-size: 1.6rem;
  font-family: maru-maru-gothic-csr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 3rem;
  margin-top: 5rem;
}

/*--------施工実績--------*/
.work {
  position: relative;
  margin-top: 20rem;
  margin-bottom: 10rem;
  text-align: center;
}

.work .work-title {
  font-size: 2.8rem;
  margin: 0;
  letter-spacing: 0.2rem;
  color: #3d262a;
}

.work .deco-bar {
  background-color: #f2ead3;
  height: 0.2rem;
  width: 3.4rem;
  margin: 2rem auto 5rem auto;
}

.work .work-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.work .work-list .work-item {
  width: 26vw;
  height: 26vw;
  padding-top: 0;
  position: relative;
}

.work .work-list .work-item .work-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.work .work-list .work-item .work-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 1.6rem;
  font-family: maru-maru-gothic-csr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.work .work-list::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -14%;
  z-index: -100;
  width: 100%;
  height: 15rem;
  background-image: url(./image/desk.jpg);
  background-size: cover;
  background-position-y: 55%;
}

.work .work-list::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -14%;
  z-index: -99;
  width: 100%;
  height: 15rem;
  background-color: rgba(242, 234, 211, 0.7);
}

.work .work-list .slick-list {
  width: 70%;
  overflow: hidden;
}

.work .work-list .slick-slide {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.work .work-list .slick-current {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.work .work-list .slick-arrow {
  width: 7rem;
  height: 7rem;
}

.work .work-list .slider-left-btn {
  position: absolute;
  top: 35%;
  left: 7vw;
  z-index: 10;
}

.work .work-list .slider-right-btn {
  position: absolute;
  top: 35%;
  right: 7vw;
}

.work .work-btn {
  position: absolute;
  bottom: -35%;
  right: 0;
  left: 0;
  margin: auto;
}

/*----お問い合わせ----*/
.contact {
  margin: 25rem 0 8rem 0;
}

.contact .ctc-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.contact .ctc-text-block .ctc-text {
  font-size: 2.2rem;
  font-family: maru-maru-gothic-csr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.contact .ctc-text-block .ctc-img {
  width: 15rem;
}

.contact .ctc-btn {
  width: 51.4rem;
  height: 14rem;
}

/*-----インフォメーション-----*/
.info {
  width: 100%;
  background-color: #f2ead3;
}

.info .info-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 5rem 10%;
}

.info .info-flexbox .info-title {
  font-size: 2.2rem;
  font-family: luminance, serif;
  font-weight: 700;
  font-style: normal;
}

.info .info-flexbox .info-title::after {
  content: "";
  position: absolute;
  background-color: #3d262a;
  height: 0.1rem;
  width: 15rem;
  margin-top: 2rem;
  margin-left: 1rem;
}

.info .info-flexbox .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin-left: 15rem;
  font-size: 1.6rem;
}

.info .info-flexbox .info-block .info-item {
  list-style: none;
}

.info .info-flexbox .info-block .info-item .info-item-link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3d262a;
}

.info .info-flexbox .info-block .info-item .date {
  margin-right: 5rem;
}

.info .info-flexbox .info-block .info-item .info-text {
  font-family: maru-maru-gothic-csr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 2rem 0;
}

.info .info-btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-size: 1.6rem;
  padding-bottom: 2rem;
}

.info .info-btn .arrow {
  margin-right: 10%;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 10%;
  height: 20rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-name {
  font-family: hot-reishorkk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
}

footer .footer-menu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  height: 60%;
  width: 40%;
}

footer .footer-menu .footer-item {
  list-style: none;
  margin: 1rem 2rem;
}

footer .footer-menu .footer-item .footer-link {
  text-decoration: none;
  color: #3d262a;
  font-size: 1.6rem;
  font-family: maru-maru-gothic-csr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*---
.slick-slide {
  transition: 0.3s ease;
  transform: scale(0.85);
}
.slick-current {
  transform: scale(1);
}

---*/
/*------------------------------------------*/
/*--------------スマホ----------------------*/
/*------------------------------------------*/
@media (max-width: 460px) {
  /*---共通---*/
  .arrow {
    margin-left: 0.5rem;
  }
  .more-btn-link {
    font-size: 1.8rem;
  }
  /*-----ヘッダー-----*/
  header {
    height: 5rem;
    margin: 0 2rem;
  }
  header .hamburger {
    display: block;
    width: 3rem;
    height: 1.8rem;
    right: 0;
    z-index: 1000;
    margin-top: 1.5rem;
  }
  header .hamburger .line {
    display: block;
    height: 0.2rem;
    width: 2.5rem;
    background-color: #3d262a;
    border-radius: 0.2rem;
  }
  header .hamburger .line:nth-child(1) {
    top: 0;
  }
  header .hamburger .line:nth-child(2) {
    margin: 0.6rem 0;
  }
  header .hamburger .line:nth-child(3) {
    top: 0;
  }
  header .header h1 {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
  header .header .global-menu {
    display: none;
  }
  header .contact-btn {
    width: 10rem;
    height: 10rem;
  }
  header .contact-btn .contact-btn-txt {
    font-size: 1.2rem;
  }
  header .contact-btn .arrow {
    width: 4rem;
    margin-top: 1rem;
  }
  header .contact-btn .arrow::after {
    right: -3rem;
  }
  .first-view {
    top: 0;
    height: 70vh;
    -o-object-position: -47rem;
       object-position: -47rem;
  }
  .concept {
    margin: 6rem 2rem 0 2rem;
  }
  .concept .concept-text {
    text-align: left;
  }
  .back-img {
    margin-top: 7rem;
    background-position: 70% 100%;
    background-size: 380%;
  }
  .back-img .workmenu .menu-title {
    font-size: 2.4rem;
  }
  .back-img .workmenu .menu-title::before {
    border-bottom: 6rem solid transparent;
  }
  .back-img .workmenu .menu-title::after {
    border-bottom: 6rem solid transparent;
  }
  .back-img .workmenu .spver {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .back-img .workmenu .menu-block {
    margin: 1rem auto 0 auto;
    padding-bottom: 2rem;
  }
  .back-img .workmenu .menu-block .menu-item {
    width: 17.5rem;
    height: 17.5rem;
    margin: 1.5%;
    font-size: 2rem;
  }
  .back-img .workmenu .menu-block .sp-menu-item {
    background-color: transparent;
  }
  .back-img .workmenu .menu-block .sp-menu-item .sp-menu-btn {
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .back-img .workmenu .menu-block .sp-menu-item .sp-menu-btn .more-btn-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .back-img .workmenu .menu-block .sp-menu-item .sp-menu-btn .more-btn-link .arrow {
    margin-top: 2rem;
  }
  .back-img .workmenu .pcver {
    display: none;
  }
  .plan {
    margin-top: 8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .plan .plan-block {
    width: auto;
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .plan .plan-block .plan-title-part .plan-title {
    margin-top: 1rem;
  }
  .plan .plan-block .plan-text {
    letter-spacing: -0.07rem;
    margin-top: 4rem;
    margin-bottom: 5rem;
  }
  .plan .plan-img {
    width: 100%;
    margin: 0;
  }
  .work {
    margin-top: 10rem;
  }
  .work .work-title {
    font-size: 2.2rem;
  }
  .work .deco-bar {
    margin-bottom: 3rem;
  }
  .work .work-list {
    -webkit-transform: none;
            transform: none;
  }
  .work .work-list .slick-slide {
    -webkit-transform: none;
            transform: none;
  }
  .work .work-list .slick-current {
    -webkit-transform: none;
            transform: none;
  }
  .work .work-list .work-item {
    width: 74vw;
    height: 74vw;
    padding-top: 0;
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .work .work-list .work-item .work-text {
    height: 25%;
  }
  .work .work-list .slick-arrow {
    width: 4rem;
    height: 4rem;
  }
  .work .work-list .slider-left-btn {
    top: 45%;
    left: 2rem;
  }
  .work .work-list .slider-right-btn {
    top: 45%;
    right: 2rem;
  }
  .work .work-list::before {
    height: 10rem;
    bottom: -2rem;
  }
  .work .work-list::after {
    height: 10rem;
    bottom: -2rem;
  }
  .work .work-btn {
    top: 110%;
    width: 74vw;
    height: 6rem;
  }
  .contact {
    margin-top: 20rem;
  }
  .contact .ctc-text-block .ctc-text {
    font-size: 1.8rem;
    position: relative;
    left: 2rem;
  }
  .contact .ctc-text-block .ctc-img {
    width: 10rem;
    position: relative;
    right: 1rem;
  }
  .contact .ctc-btn {
    width: auto;
    height: 9rem;
    margin: 0 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .info .info-flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin: 0 2rem;
  }
  .info .info-flexbox .info-title {
    font-size: 1.8rem;
    margin-top: 4rem;
  }
  .info .info-flexbox .info-title::after {
    width: 20rem;
    margin-top: 1.5rem;
    margin-left: 2rem;
  }
  .info .info-flexbox .info-block {
    margin-left: 0;
  }
  .info .info-flexbox .info-block .info-item .date {
    font-size: 1.4rem;
    margin-right: 3rem;
  }
  .info .info-flexbox .info-block .info-item .info-text {
    font-size: 1.4rem;
  }
  .info .info-btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 2rem;
    font-size: 1.2rem;
    padding-bottom: 4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .info .info-btn .arrow {
    margin-left: 1rem;
    margin-top: 0.7rem;
  }
  footer {
    margin: 3rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
    height: 100%;
    margin-top: 3rem;
  }
  footer .footer-menu .footer-item {
    margin: 1rem 0;
  }
}
/*# sourceMappingURL=style.css.map */