@charset "utf-8";
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold
*/

.btn{
  position: relative;
  background-color:#4A800F;
  width: 256px;
  height: 60px;
}
.btn a{
  display: block;
  color:#FFF;
  width: 256px;
  font-size:18px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
.btn:hover{
  background-color:#AE7E3A;
}
.btn02{
  position: relative;
  background-color:#AE7E3A;
  width: 256px;
  height: 60px;
}
.btn02 a{
  display: block;
  color:#FFF;
  width: 256px;
  font-size:18px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
.btn02:hover{
  background-color:#4A800F;
}
.none_br{
  display: none;
}
a[href^="tel:"] {
  pointer-events: none;
}
.br_sp{
  display: none;
}

/* keyview */
#keyview{
  width: 100%;
  position: relative;
  height: 476px;
}
.bg_keyview{
  width: 100%;
  height: 476px;
  position: relative;
  overflow: hidden;
}
#keyview .bg_keyview img{
  width: 100%;
  height: auto;
  min-width: 1366px;
  position: absolute;
  top:0;
  left: 0;
  z-index: 10;
}
#keyview h2{
  position: absolute;
  top: 50%;
  left:50%;
  font-size: 48px;
  color: #2B2B2B;
  font-family: "Noto Serif JP";
  font-weight: 700;
  transform:translateX(-50%) translateY(50%);
  -webkit- transform:translateX(-50%) translateY(50%);
  z-index: 11;
}

/*philosophy*/
#philosophy{
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 768px;
  overflow: hidden;
}
.img_philosophy{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.img_philosophy img{
  width: 100%;
  min-height: 768px;
}
.cont_philosophy{
  width: 1200px;
  margin: 230px auto 0;
}
.cont_philosophy h3{
  position: relative;
  font-size: 34px;
  line-height: 1em;
  color: #2B2B2B;
}
.cont_philosophy h3::before{
  content: '';
  position: absolute;
  bottom:-10px;
  left: -3px;
  width: 48px;
  height: 4px;
  background-color: #4A800F;
}
.cont_philosophy p{
  width: 528px;
  margin: 40px 0 0;
  font-size: 48px;
  line-height: 58px;
  color: #4A800F;
  font-family: "Noto Serif JP";
  font-weight: 700;
}

/*profile*/
#profile{
  position: relative;
  width: 100%;
  height: 768px;
  overflow: hidden;
}
.img_profile{
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
  min-width: 1366px;
}
.img_profile img{
    position: absolute;
    bottom: 0;
  width: 100%;
}
.cont_profile{
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
.txt_profile{
  width: 563px;
  margin: 80px auto 90px;
}
.txt_profile p{
  font-size: 22px;
  line-height: 1.5em;
  color: #FFF;
}
.txt_profile p:nth-child(2){
  margin-top: 1em;
}
.txt_profile p:nth-child(3){
  margin: 1em 0 1em;
}

/*lifestyle*/
#lifestyle{
  width: 100%;
}
.cont_lifestyle{
  width: 1200px;
  margin: 180px auto 110px;
}
.img_lifestyle{
  width: 588px;
  margin: 0 auto;
}
.img_lifestyle img{
  width: 100%;
}
.cont_lifestyle h3{
  margin: 70px 0 67px;
  font-size: 48px;
  line-height: 1em;
  color: #4A800F;
  font-family: "Noto Serif JP";
  font-weight: 700;
  text-align: center;
}
.cont_lifestyle p{
  font-size: 24px;
  line-height: 1.5em;
  color: #2B2B2B
}
.cont_lifestyle p:nth-of-type(2){
  margin: 1em 0 1em;
}

/*order*/
#order{
  width: 100%;
  padding: 100px 0 180px;
  background-color: #EFEFEF;
}
.cont_order{
  width: 1200px;
  margin: 0 auto;
}
.cont_order h3{
  font-size: 48px;
  line-height: 1em;
  color: #4A800F;
  font-family: "Noto Serif JP";
  font-weight: 700;
}
.cont_order h3 span{
  font-size: 32px;
  line-height: 1em;
  color: #4A800F;
  font-family: "Noto Serif JP";
  font-weight: 700;
}
.cont_order ul{
  display: flex;
  margin: 70px 0 60px;
  flex-wrap: wrap;
}
.cont_order ul li{
  width: 380px;
  height: 445px;
  margin: 0 0 30px 30px ;
  background-color: #FFF;
}
.cont_order ul li:nth-child(1),
.cont_order ul li:nth-child(4){
  margin-left: 0;
}
.cont_order ul li:nth-child(4),
.cont_order ul li:nth-child(5),
.cont_order ul li:nth-child(6){
  margin-bottom: 0;
}
.img_order{
  width: 320px;
  margin: 30px auto 0;
}
.img_order img{
  width: 100%;
}
.list_order p{
  margin-top: 28px;
  font-size: 24px;
  line-height: 1em;
  color: #2b2b2b;
  text-align: center;
}
#btn_order{
  display: flex;
  gap:30px;
  width: 1054px;
  margin: 0 auto;
}
.btn_order_long{
  position: relative;
  background-color:#4A800F;
  width: 512px;
  height: 90px;
}
.btn_order_long a{
  display: block;
  color:#FFF;
  width: 512px;
  font-size:24px;
  font-weight: 400;
  line-height: 90px;
  text-align: center;
  text-decoration: none;
}
.btn_order_long:hover{
  background-color:#AE7E3A;
}

/*bg_furniture*/
.bg_furniture{
  width: 100%;
  height: 768px;
  overflow: hidden;
  position: relative;
}
.bg_furniture img{
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 1366px;
}

/*flow*/
#flow{
  width: 100%;
}
.cont_flow{
  width: 1200px;
  margin: 0 auto 0;
  padding: 100px 0 180px;
}
.cont_flow h3{
  font-size: 48px;
  line-height: 1em;
  color: #4A800F;
  font-family: "Noto Serif JP";
  font-weight: 700;
}
.cont_flow p{
  margin: 60px 0 60px;
  font-size: 24px;
  line-height: 1.5em;
  color: #2B2B2B
}
.cont_flow ul{
  display: flex;
  flex-wrap: wrap;
}
.cont_flow ul li{
  position: relative;
  z-index:0;
  width: 485px;
  height: 220px;
  margin: 0 0 30px 30px ;
  padding: 35px 0 0 100px;
  background-color: #F0EDE5;
}
.cont_flow ul li:nth-child(1),
.cont_flow ul li:nth-child(3),
.cont_flow ul li:nth-child(5){
  margin-left: 0;
}
.cont_flow ul li:nth-child(5),
.cont_flow ul li:nth-child(6){
  margin-bottom: 0;
}
.cont_flow ul li h4{
  font-size: 28px;
  line-height: 34px;
  color: #9C6B3D;
  font-weight: 700;
}
.cont_flow ul li p{
  width: 450px;
  margin: 15px 0 0px;
  font-size: 24px;
  line-height: 1.5em;
  color: #2B2B2B
}
.cont_flow ul li::after{
  content: '';
  position: absolute;
  bottom:5px;
  right: 14px;
  background: url(../images/service_icon_chair.png)no-repeat;
  background-size: 100% auto;
  width: 91px;
  height: 108px;
  z-index: -1;
}
.cont_flow ul li:nth-child(1)::before{
  content: '';
  position: absolute;
  top:0;
  left: -10px;
  background: url(../images/service_icon_step01.png)no-repeat;
  background-size: 100% auto;
  width: 95px;
  height: 251px;
}
.cont_flow ul li:nth-child(2)::before{
  content: '';
  position: absolute;
  top:0;
  left: -10px;
  background: url(../images/service_icon_step02.png)no-repeat;
  background-size: 100% auto;
  width: 95px;
  height: 251px;
}
.cont_flow ul li:nth-child(3)::before{
  content: '';
  position: absolute;
  top:0;
  left: -10px;
  background: url(../images/service_icon_step03.png)no-repeat;
  background-size: 100% auto;
  width: 95px;
  height: 251px;
}
.cont_flow ul li:nth-child(4)::before{
  content: '';
  position: absolute;
  top:0;
  left: -10px;
  background: url(../images/service_icon_step04.png)no-repeat;
  background-size: 100% auto;
  width: 95px;
  height: 251px;
}
.cont_flow ul li:nth-child(5)::before{
  content: '';
  position: absolute;
  top:0;
  left: -10px;
  background: url(../images/service_icon_step05.png)no-repeat;
  background-size: 100% auto;
  width: 95px;
  height: 251px;
}
.cont_flow ul li:nth-child(6)::before{
  content: '';
  position: absolute;
  top:0;
  left: -10px;
  background: url(../images/service_icon_step06.png)no-repeat;
  background-size: 100% auto;
  width: 95px;
  height: 251px;
}

/*motto*/
#motto{
  position: relative;
  z-index: 0;
  width: 100%;
  height: 768px;
  overflow: hidden;
}
.img_motto{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.img_motto img{
  width: 100%;
  min-height: 768px;
}
.cont_motto{
  width: 1200px;
  margin: 130px auto 0;
}
.cont_motto p{
  font-size: 24px;
  line-height: 42px;
  color: #B08540;
  font-weight: 700;
  text-align: center;
}
.sp_br{
  display: none;
}


/*スマホ*/
@media (max-width: 767px){
  .btn{
    position: relative;
    width: 252px;
    height: 60px;
    background-color:#4A800F;
  }
  .btn a{
    display: block;
    color:#FFF;
    width: 252px;
    font-size:18px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
  }
  .btn:hover{
    background-color:#AE7E3A;
  }
  .btn02{
    position: relative;
    width: 252px;
    height: 60px;
    margin: 0 auto;
    background-color:#AE7E3A;
  }
  .btn02 a{
    display: block;
    color:#FFF;
    width: 256px;
    font-size:18px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
  }
  .btn02:hover{
    background-color:#4A800F;
  }
  .none_br{
    display: block;
  }
  a[href^="tel:"] {
    pointer-events:auto;
  }
  .br_sp{
    display: block;
  }
  #keyview{
    width: 100%;
    position: relative;
    height: 238px;
  }
  #keyview .bg_keyview{
    width: 100%;
    height: 238px;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 50;
  }
  .bg_keyview img{
    position: absolute;
    width: 100%;
    height: auto;
    min-width: 1366px;
    top:-75%!important;
    left: -133%!important;
  }
  #keyview h2{
    position: absolute;
    top: 50%;
    left:50%;
    font-size: 32px;
    color: #2b2b2b;
    font-family: "Noto Serif JP";
    font-weight: 700;
    transform:translateX(-50%) translateY(50%);
    -webkit- transform:translateX(-50%) translateY(50%);
    z-index: 60;
  }

  /*philosophy*/
  #philosophy{
    position: relative;
    z-index: 0;
    width: 100%;
    height: 560px;
    overflow: hidden;
    display: flex;              /* ← 追加 */
    justify-content: center;    /* 横方向の中央揃え */
    align-items: center;
  }
  .img_philosophy{
    position: absolute;
    top: 0;
    left: 60%;
    transform: translateX(-60%);
    width: auto;
    height: 100%;
    z-index: -1;
  }
  .img_philosophy img{
    width: auto;
    height: 100%;
    min-height: 100%;
  }
  .cont_philosophy{
    width: 100%;
    margin: -140px auto 0;
  }
  .cont_philosophy h3{
    position: relative;
    font-size: 18px;
    line-height: 1em;
    color: #2B2B2B;
    text-align: center;
  }
  .cont_philosophy h3::before{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 3px;
    background-color: #4A800F;
  }
  .cont_philosophy p{
    width: calc(100% - 110px);
    margin: 20px auto 0;
    font-size: 24px;
    line-height: 29px;
    color: #4A800F;
    text-align: center;
  }

  /*profile*/
  #profile{
    position: static;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .img_profile{
    position: relative;
    bottom: 0;
    left:0;
    width: auto;
    height: 400px;
    min-width: auto;
  }
  .img_profile img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
  }
  .cont_profile{
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -5px;
    height: auto;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .txt_profile{
    width: calc(100% - 20px);
    margin: 30px auto 40px;
  }
  .txt_profile p{
    font-size: 16px;
    line-height: 1.5em;
    color: #FFF;
  }
  .txt_profile p:nth-child(2){
    margin-top: 1em;
  }
  .txt_profile p:nth-child(3){
    margin: 1em 0 1em;
  }

  /*lifestyle*/
  #lifestyle{
    width: 100%;
  }
  .cont_lifestyle{
    width: calc(100% - 20px);
    margin: 90px auto 40px;
  }
  .img_lifestyle{
    width: calc(100% - 120px);
    margin: 0 auto;
  }
  .img_lifestyle img{
    width: 100%;
  }
  .cont_lifestyle h3{
    width: calc(100% - 20px);
    margin: 50px auto 30px;
    font-size: 24px;
    line-height: 1em;
    color: #4A800F;
    font-family: "Noto Serif JP";
    font-weight: 700;
    text-align: center;
  }
  .cont_lifestyle p{
    font-size: 16px;
    line-height: 1.5em;
    color: #2B2B2B
  }
  .cont_lifestyle p:nth-of-type(2){
    margin: 1em 0 1em;
  }

  /*order*/
  #order{
    width: 100%;
    padding: 40px 0 50px;
    background-color: #EFEFEF;
  }
  .cont_order{
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .cont_order h3{
    font-size: 24px;
    line-height: 1.5em;
    color: #4A800F;
    font-family: "Noto Serif JP";
    font-weight: 700;
  }
  .cont_order h3 span{
    display: block;
    font-size: 18px;
    line-height: 1.5em;
    color: #4A800F;
    font-family: "Noto Serif JP";
    font-weight: 700;
  }
  .cont_order ul{
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 20px auto 30px;
    flex-wrap: wrap;
  }
  .cont_order ul li{
    width: 172px;
    height: 205px;
    margin: 0 0 10px 10px ;
    background-color: #FFF;
  }
  .cont_order ul li:nth-child(1),
  .cont_order ul li:nth-child(3),
  .cont_order ul li:nth-child(5){
    margin-left: 0;
  }
  .cont_order ul li:nth-child(4){
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .cont_order ul li:nth-child(5),
  .cont_order ul li:nth-child(6){
    margin-bottom: 0;
  }
  .img_order{
    width: calc(100% - 30px);
    height: 143px;
    overflow: hidden;
    margin: 15px auto 0;
  }
  .img_order img{
    width: 100%;
  }
  .list_order p{
    margin-top: 15px;
    font-size: 14px;
    line-height: 1em;
    color: #2b2b2b;
    text-align: center;
  }
  #btn_order{
    display: block;
    gap:0;
    width: calc(100% - 20px);
    margin: 0 auto 0;
  }
  .btn_order_long{
    position: relative;
    background-color:#4A800F;
    width: 100%;
    height: 60px;
  }
  .btn_order_long a{
    display: block;
    color:#FFF;
    width: 100%;
    font-size:18px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
  }
  .btn_order_long:hover{
    background-color:#AE7E3A;
  }
  .btn_order_long_under{
    margin-top: 10px;
  }
  /*bg_furniture*/
  .bg_furniture{
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
  }
  .bg_furniture img{
    position: absolute;
    bottom: 0;
    left: -60%;
    width: auto;
    height: 100%;
    min-width: auto;
  }
  /*flow*/
  #flow{
    width: 100%;
  }
  .cont_flow{
    width: calc(100% - 20px);
    margin: 0 auto 0;
    padding: 50px 0 50px;
  }
  .cont_flow h3{
    font-size: 24px;
    line-height: 1em;
    color: #4A800F;
    font-family: "Noto Serif JP";
    font-weight: 700;
  }
  .cont_flow p{
    margin: 30px 0 30px;
    font-size: 16px;
    line-height: 1.5em;
    color: #2B2B2B
  }
  .cont_flow ul{
    display: block;
    flex-wrap: nowrap;
  }
  .cont_flow ul li{
    position: relative;
    z-index:0;
    width: 100%;
    min-height: 130px;
    height: auto;
    margin: 0 0 10px 0;
    padding: 15px 0 15px 0px;
    background-color: #F0EDE5;
  }
  .cont_flow ul li:nth-child(1),
  .cont_flow ul li:nth-child(3),
  .cont_flow ul li:nth-child(5){
    margin-left: 0;
  }
  .cont_flow ul li:nth-child(5){
    margin-bottom: 10px;
  }
  .cont_flow ul li:nth-child(6){
    margin-bottom: 0;
  }
  .cont_flow ul li h4{
    margin-left: 50px;
    font-size: 18px;
    line-height: 22px;
    color: #9C6B3D;
    font-weight: 700;
  }
  .cont_flow ul li p{
    width: auto;
    margin: 10px 15px 0 50px;
    font-size: 16px;
    line-height: 1.5em;
    color: #2B2B2B
  }
  .cont_flow ul li::after{
    content: '';
    position: absolute;
    bottom:5px;
    right: 14px;
    background: url(../images/service_icon_chair.png)no-repeat;
    background-size: 100% auto;
    width: 60px;
    height: 71px;
    z-index: -1;
  }
  .cont_flow ul li:nth-child(1)::before{
    content: '';
    position: absolute;
    top: 10px;
    left: -5px;
    background: url(../images/service_icon_step01.png)no-repeat;
    background-size: 100% auto;
    width: 54px;
    height: 145px;
  }
  .cont_flow ul li:nth-child(2)::before{
    content: '';
    position: absolute;
    top:10px;
    left: -5px;
    background: url(../images/service_icon_step02.png)no-repeat;
    background-size: 100% auto;
    width: 54px;
    height: 145px;
  }
  .cont_flow ul li:nth-child(3)::before{
    content: '';
    position: absolute;
    top:10px;
    left: -5px;
    background: url(../images/service_icon_step03.png)no-repeat;
    background-size: 100% auto;
    width: 54px;
    height: 145px;
  }
  .cont_flow ul li:nth-child(4)::before{
    content: '';
    position: absolute;
    top:10px;
    left: -5px;
    background: url(../images/service_icon_step04.png)no-repeat;
    background-size: 100% auto;
    width: 54px;
    height: 145px;
  }
  .cont_flow ul li:nth-child(5)::before{
    content: '';
    position: absolute;
    top: 10px;
    left: -5px;
    background: url(../images/service_icon_step05.png)no-repeat;
    background-size: 100% auto;
    width: 54px;
    height: 145px;
  }
  .cont_flow ul li:nth-child(6)::before{
    content: '';
    position: absolute;
    top: 10px;
    left: -5px;
    background: url(../images/service_icon_step06.png)no-repeat;
    background-size: 100% auto;
    width: 54px;
    height: 145px;
  }

  /*motto*/
  #motto{
    position: relative;
    z-index: 0;
    width: 100%;
    height: 600px;
    overflow: hidden;
  }
  .img_motto{
    position: absolute;
    top: 0;
    left: -120%;
    width: auto;
    height: 100%;
    z-index: -1;
  }
  .img_motto img{
    width: auto;
    height: 100%;
    min-height: 100%;
  }
  .cont_motto{
    width: calc(100% - 40px);
    margin: 120px auto 0;
  }
  .cont_motto p{
    font-size: 20px;
    line-height: 1.5em;
    color: #B08540;
    text-align: center;
  }
  .sp_br{
    display: block;
  }


}

@media (max-width: 767px) and (orientation:landscape){
  #keyview{
    position: relative;
    background-color:#FFF;
    width: 100%;
    height: 316px;
  }
  #keyview .bg_keyview{
    position: relative;
    top:0;
    right:0;
    width: 100%;
    height: 316px;
    overflow: hidden;
    z-index: 0;
  }
  #keyview .bg_keyview img{
    width: 100%;
    height: auto;
    min-width: 1366px;
    position: absolute;
    top: -50%!important;
    left: -60%!important;
  }
  #keyview h2{
    font-size: 32px;
    color: #2b2b2b;
    font-family: "Noto Serif JP";
    font-weight: 700;
    position: absolute;
    top: 50%;
    left:50%;
    transform:translateX(-50%) translateY(50%);
    -webkit- transform:translateX(-50%) translateY(50%);
    z-index: 1;
  }

  /*philosophy*/
  #philosophy{
    width: 100%;
    height: 560px;
    overflow: hidden;
    display: flex;              /* ← 追加 */
    justify-content: center;    /* 横方向の中央揃え */
    align-items: center;        /* 縦方向の中央揃え */
  }
  .img_philosophy{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
    z-index: -1;
  }
  .cont_philosophy p{
    width: 265px;
  }
  /*order*/
  .cont_order ul{
    display: flex;
    width: 536px;
    margin: 20px auto 30px;
    flex-wrap: wrap;
  }
  .cont_order ul li{
    width: 172px;
    height: 205px;
    margin: 0 0 10px 10px ;
    background-color: #FFF;
  }
  .cont_order ul li:nth-child(1),
  .cont_order ul li:nth-child(4){
    margin-left: 0;
  }
  .cont_order ul li:nth-child(3),
  .cont_order ul li:nth-child(5){
    margin-left: 10px;
  }

  .cont_order ul li:nth-child(4),
  .cont_order ul li:nth-child(5),
  .cont_order ul li:nth-child(6){
    margin-bottom: 0;
  }
  /*bg_furniture*/
  .bg_furniture img{
    left: 0%;
  }
  .img_motto{
    position: absolute;
    top: 0;
    left: -30%;
    width: auto;
    height: 100%;
    z-index: -1;
  }
  .cont_motto{
    width: calc(100% - 40px);
    margin: 100px auto 0;
  }

}
