@charset "UTF-8";

:root{
  /* 画面端までの余白 */
  --margin-for-device-side: -15px;
}

@media (min-width:768px){
  :root {
    --margin-for-device-side: calc(345px - 50vw);
  }
}
@media (min-width:992px){
  :root {
    --margin-for-device-side: calc(465px - 50vw);
  }
}
@media (min-width:1200px){
  :root {
    --margin-for-device-side: calc(555px - 50vw);
  }
}
/*@media (min-width:1536px){
  :root {
    --margin-for-device-side: calc(668px - 50vw);
  }
}
@media (min-width:1720px){
  :root {
    --margin-for-device-side: calc(760px - 50vw);
  }
}*/


/*******************************
*　HOME
********************************/
.pg_home .section.sec2{
  padding-top: 50px;
  padding-bottom: 50px;
}

.scroll_container{
  margin-top: 35px;
}

/* 選ばれる理由 */
.home_reason{
  
}
* + .home_reason{
  margin-top: 35px;
}
.home_reason_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_reason_item + .home_reason_item{
  margin-top: 50px;
}
.home_reason_item_box1{
  width: 100%;
  padding-top: 0;
}
.home_reason_item_box2{
  width: 100%;
  margin-top: 30px;
}
.home_reason_item_img{
  
}
.home_reason_item_img.img_fit:before{
  padding-top: 50.31%;
}
.home_reason_item_num{
  font-size: 70px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #8a691e;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, 34%);
  transform: translate(0, 34%);
}
.home_reason_item_title{
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin-bottom: 12px;
}
.home_reason_item_title:after{
  content: "";
  display: block;
  width: 95px;
  height: 1px;
  background: #8a691e;
  margin-top: 10px;
}
.home_reason_item_txt{
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  line-height: 2.125;
  text-align: justify;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  
  
}
@media (min-width:768px){
  .pg_home .section.sec2{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .scroll_container{
    margin-top: 35px;
  }
  
  /* 選ばれる理由 */
  .home_reason{

  }
  * + .home_reason{
    margin-top: 35px;
  }
  .home_reason_item{
  }
  .home_reason_item + .home_reason_item{
    margin-top: 70px;
  }
  .home_reason_item_box1{
    /*width: 57.20%;*/
    /*padding-top: 12px;*/
  }
  .home_reason_item_box2{
    /*width: 40.09%;*/
    margin-top: 40px;
  }
  .home_reason_item_img.img_fit:before{
    padding-top: 50.31%;
  }
  .home_reason_item_num{
    font-size: 80px;
    -webkit-transform: translate(0, 34%);
    transform: translate(0, 34%);
  }
  .home_reason_item_title{
    font-size: 24px;
    margin-bottom: 12px;
  }
  .home_reason_item_title:after{
    width: 80px;
    margin-top: 20px;
  }
  .home_reason_item_txt{
    font-size: 16px;
    line-height: 2.125;
  }
  


}
@media (min-width:1024px){

  .pg_home .section.sec2{
    padding-top: 0;
    padding-bottom: 30px;
    overflow: hidden;
  }
  
  .scroll{
    padding-top: 100px;
  }
  
  .scroll_container{
    position: relative;
    z-index: 1;
    /*height: 500px;*/
    height: calc(100vh - 100px - 103px - 35px);
    margin-top: 35px;
  }
  .scroll_wrap{
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    /*padding-right: 100px;*/
  }
  
  .gjs-dashed .scroll_container{
    height: auto;
  }
  .gjs-dashed .scroll_wrap{
    display: block;
    position: static;
    height: auto;
  }
  .gjs-dashed .home_reason_item + .home_reason_item{
    margin-top: 50px;
    margin-left: 0;
  }
  
  .scroll_nav{
    display: flex;
    margin-top: -50px;
  }
  .scroll_nav_item{
    width: 100%;
    height: 2px;
    background: #555555;
  }
  .scroll_nav_item.active{
    background: #8a691e;
  }
  
  /* 選ばれる理由 */
  .home_reason{
    
  }
  * + .home_reason{
    margin-top: 35px;
  }
  .home_reason_item{
    width: 930px;
    width: 1100px;
  }
  .home_reason_item + .home_reason_item{
    margin-top: 0;
    margin-left: 60px;
    
  }
  .home_reason_item:last-child{
    
  }
  .home_reason_item_box1{
    width: 57.20%;
    padding-top: 12px;
  }
  .home_reason_item_box2{
    width: 40.09%;
    margin-top: 0;
  }
  .home_reason_item_num{
    font-size: 95px;
  }
  .home_reason_item_title{
    font-size: 26px;
    margin-bottom: 12px;
  }

}
@media (min-width:1200px){

  .pg_home .section.sec2{
    /*padding-top: 175px;*/
    padding-top: 0;
    padding-bottom: 180px;
    padding-bottom: 0;
  }
  
  .scroll{
    padding-top: 175px;
    padding-bottom: 180px;
  }
  .scroll_container{
    /*height: 500px;*/
    height: calc(100vh - 175px - 110px - 35px);
    margin-top: 35px;
  }
  .scroll_nav{
    margin-top: -20px;
  }
  
  /* 選ばれる理由 */
  .home_reason{

  }
  * + .home_reason{
    margin-top: 35px;
  }
  .home_reason_item{
    width: 1110px;
  }
  .home_reason_item_box1{
    /*width: 57.20%;*/
    /*padding-top: 12px;*/
  }
  .home_reason_item_box2{
    /*width: 40.09%;*/
  }
  .home_reason_item_num{
    /*font-size: 95px;*/
  }
  .home_reason_item_title{
    font-size: 35px;
    /*margin-bottom: 12px;*/
  }


}

@media (min-width:1366px){
  
}

@media (min-width:1536px){
  
  .scroll_nav{
    margin-top: -50px;
  }
  
}



/*******************************
*　IFISについて
********************************/
.pg_about .section.sec2{
  position: relative;
  z-index: 1;
}
.pg_about .section.sec2:before{
  content: "";
  display: block;
  background: #212121;
  height: 450px;
  position: absolute;
  z-index: -1;
  top: 30px;
  left: 0;
  right: 0;
}

/**/
.business_service_item_img_txt{
  text-shadow: none;
  color: transparent;
 -webkit-text-stroke: 1px white;
}

/* 3 / 7 / 11 */
/* 5 / 9 / 13 */
.about_reason_item{
  position: relative;
  z-index: 2;
}
.about_reason_item:before{
  content: "";
  display: none;
  width: 100vw;
  height: 500px;
  background: #212121;
  position: absolute;
  z-index: -1;
  top: -200px;
  pointer-events: none;
}
.about_reason_item:nth-child(4n+3),
.about_reason_item:nth-child(4n+5){
  z-index: 1;
}
.about_reason_item:nth-child(4n+3):before{
  display: block;
  right: var(--margin-for-device-side);
}
.about_reason_item:nth-child(4n+5):before{
  display: block;
  left: var(--margin-for-device-side);
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  
  .pg_about .section.sec2{
    
  }
  .pg_about .section.sec2:before{
    height: 380px;
    top: 45px;
    right: 15px;
  }
  .about_reason_item:before{
    width: calc(100vw - 15px);
    height: 525px;
    top: -395px;
  }
  
}
@media (min-width:1024px){

  .pg_about .section.sec2:before{
    height: 570px;
    top: 145px;
    right: 15px;
  }
  .about_reason_item:before{
    width: calc(100vw - 15px);
    height: 625px;
    top: -460px;
  }

}
@media (min-width:1200px){

  .pg_about .section.sec2:before{
    height: 620px;
    top: 145px;
    right: 100px;
  }
  .about_reason_item:before{
    width: calc(100vw - 100px);
    height: 680px;
    top: -475px;
  }
  

}
