@charset "UTF-8";




/*******************************
*　
********************************/

/* セクション設定 */
.pg_about{
  --biz-bg-resize: 0.5;
}
.pg_about .section.sec1{
  padding-top: 0;
}
.pg_about .section.sec2{
  padding-bottom: 50px;
}
.pg_about .section.sec3{
  padding-top: 105px;
  padding-bottom: 105px;
}
.pg_about .section.sec4{
  padding-top: 0;
}
.pg_about .section.sec5{
  padding-top: 0;
}
.pg_about .section.sec6{

}

.biz_sec_bg{
  background: #FFF;
  background-image: 
    url('/system_panel/uploads/images/about_biz_bg_top.jpg'),
    url('/system_panel/uploads/images/about_biz_bg_btm.jpg?2'),
    url('/system_panel/uploads/images/about_biz_bg.jpg')
    ;
  background-repeat: no-repeat,  no-repeat, repeat;
  background-size: 
    auto calc(649px * var(--biz-bg-resize)), 
    auto calc(382px * var(--biz-bg-resize)), 
    auto calc(1825px * var(--biz-bg-resize));
  background-position: center top, center bottom, center;
}


.body_about .pg_header.long:before{
  top: -80px;
}

@media (max-width:374px){

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

}
@media (min-width:414px){
  .body_about .pg_header.long:before{
    top: -125px;
  }
}
@media (min-width:440px){
  .body_about .pg_header.long:before{
    top: -110px;
  }
}

@media (max-width:767px){

  .pg_about .section.sec5 .about_belief_box3{
    order: 1;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .pg_about .section.sec5 .about_belief_box4{
    order: 2;
  }
  
  
}
@media (min-width:768px){
  
  .body_about .pg_header.long:before{
    top: 100px;
  }
  
  .pg_about{
    --biz-bg-resize: 0.7;
  }
  .pg_about .section.sec1{
    /*padding-top: 115px;*/
  }
  .pg_about .section.sec2{
    padding-bottom: 90px;
  }
  .pg_about .section.sec3{
    padding-top: 120px;
    padding-bottom: 180px;
  }
  .pg_about .section.sec4{
    padding-top: 30px;
  }
  .pg_about .section.sec5{
    padding-top: 75px;
  }

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


}
@media (min-width:1200px){
  
  .pg_about{
    --biz-bg-resize: 1.0;
  }
  .pg_about .section.sec1{
    padding-top: 115px;
  }
  .pg_about .section.sec2{
    padding-bottom: 120px;
  }
  .pg_about .section.sec3{
    padding-top: 205px;
    padding-bottom: 385px;
  }
  .pg_about .section.sec4{
    padding-top: 30px;
  }
  .pg_about .section.sec5{
    padding-top: 75px;
  }


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


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


  .pg_about .section.sec4 .about_belief_box4 .content_desc{
    padding-right: 30px;
  }
  .pg_about .section.sec5 .about_belief_box4 .content_desc{
    padding-right: 3px;
  }
  
}

/* メイン部分 */

/* ABOUT */
.about_head{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_head_box1{
  width: 100%;
  padding-top: 30px;
  order: 2;
}
.about_head_box1_inner{
  margin-left: var(--margin-for-device-side-w);
}
.about_head_box2{
  width: 100%;
  order: 1;
}
.about_head_img{
  -webkit-mask-image: url('/system_panel/uploads/images/about_mask1.png');
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
.about_head_img.img_fit:before{
  padding-top: 116.273%;
}
.about_head_box2 .content_desc{
  margin-top: 15px;
}

/* BELIEF */
.about_belief{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.about_belief_box1{
  width: 100%;
  padding-top: 30px;
  order: 2;
}
.about_belief_box1_inner{
  margin-right: var(--margin-for-device-side-w);
}
.about_belief_box2{
  width: 100%;
  order: 1;
}

.about_belief_box3{
  width: 100%;
  padding-top: 30px;
  order: 2;
}
.about_belief_box3_inner{
  margin-right: var(--margin-for-device-side-w);
}
.about_belief_box4{
  width: 100%;
  order: 1;
}

.about_belief_img{
  -webkit-mask-image: url('/system_panel/uploads/images/about_belief_mask.png');
  -webkit-mask-size: cover;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  margin-right: -100px;
}
.about_belief_img.img_fit:before{
  padding-top: 117.055%;
}
.about_belief_img2{
  border-radius: 20px;
}
.about_belief_img2.img_fit:before{
  padding-top: 111.618%;
}
.about_belief_box2 .content_desc{
  margin-top: 15px;
}
.about_belief_box4 .content_desc{
  margin-top: 15px;
}

/* PHILOSOPHY */
.about_philo{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 15px 50px;
  background: #f3f6f9;
  border-radius: 40px;
  box-shadow: 0px 3px 4.3px 0.7px rgba(133, 124, 103, 0.5);
  position: relative;
  z-index: 2;
}
.about_belief + .about_philo{
  margin-top: -30px;
}
.about_philo_box1{
  width: 50px;
  padding-top: 10px;
}
.about_philo_box2{
  width: calc(100% - 50px - 15px);
}
.about_philo_head{
  display: flex;
}
.about_philo_head_en{
  font-size: 26px;
  font-weight: 400;
  font-family: var(--font-mincho);
  letter-spacing: 0;
  line-height: 1;
  color: #b89366;
  writing-mode: vertical-rl;
}
.about_philo_head_ja{
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  line-height: 1;
  writing-mode: vertical-rl;
}
.about_philo_ttl{
  font-size: 22px;
  font-weight: 500;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  line-height: 1.5;
  border-bottom: 3px solid #c1d5e7;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.about_philo_txt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.875;
  text-align: justify;
}

/* BUSINESS */
.about_biz{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_biz_box1{
  width: 100%;
}
.about_biz_box2{
  width: 100%;
  margin-top: 20px;
}
.about_biz_box3{
  width: 100%;
  margin-top: 25px;
}
.about_biz_head{
  display: inline-block;
  position: relative;
  z-index: 1;
}
.about_biz_head_ja{
  position: absolute;
  z-index: 1;
  right: 0;
}
.about_biz_head_ja.top{
  top: 7px;
}
.about_biz_head_ja.btm{
  bottom: 2px;
}

/* BUSINESS(コンテンツ) */
.about_biz_contents{
  
}
* + .about_biz_contents{
  margin-top: 50px;
}
.about_biz_contents_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  /*padding-top: 25px;*/
}
.about_biz_contents_row + .about_biz_contents_row{
  margin-top: 60px;
}
.about_biz_contents_box1{
  width: 95%;
  position: relative;
  z-index: 1;
  /*position: absolute;
  z-index: 1;
  top: 0;
  left: 0;*/
}
.about_biz_contents_box2{
  width: 95%;
  /*min-height: 500px;*/
  margin-top: -30px;
  margin-left: auto;
  padding: 15px 20px 30px;
  background: #edf2f6;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
.about_biz_contents_img{
  border-radius: 20px;
}
.about_biz_contents_img.img_fit:before{
  padding-top: 66.923%;
}
.about_biz_contents_head{
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #beb7ac;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 22px;
}
.about_biz_contents_head_num{
  width: 85px;
  font-size: 60px;
  font-family: var(--font-mincho);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.about_biz_contents_head_txt{
  width: calc(100% - 85px);
  font-size: 24px;
  font-family: var(--font-mincho);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
.about_biz_contents_ttl{
  font-size: 23px;
  font-weight: 500;
  font-family: var(--font-mincho);
  letter-spacing: 0;
  margin-bottom: 15px;
}
.about_biz_contents_txt{
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
}

/* ポイント */
.about_points{
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
}
* + .about_points{
  margin-top: 50px;
}
.about_points_item{
  width: 100%;
}
.about_points_item_head{
  font-size: 24px;
  font-weight: 500;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  margin-bottom: 15px;
  margin-bottom: 10px;
}
.about_points_item_img{
  border-radius: 20px;
}
.about_points_item_img.img_fit:before{
  padding-top: 69%;
}
.about_points_item_ttl{
  font-size: 22px;
  font-weight: 500;
  font-family: var(--font-mincho);
  letter-spacing: 0;
  margin-top: 12px;
  margin-bottom: 15px;
}
.about_points_item_txt{
  line-height: 1.875;
  letter-spacing: 0;
  text-align: justify;
}
.about_points_item_price{
  font-size: 28px;
   font-weight: 600;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  color: #d30404;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: -0.45em;
}
.about_points_item_price em{
  font-size: 0.6428em;
  font-style: normal;
}

/* PRICE */
.about_points.price{
  
}
* + .about_points.price{
  margin-top: 50px;
}
.about_points.price .about_points_item{
  background: #edf2f6;
  border-radius: 20px;
  padding: 20px 10px 40px;
}
.about_points.price .about_points_item{
  
}
.about_points.price .about_points_item{
  
}

/* 配送について */
.about_delivery_{
  
}
* + .about_delivery{
  margin-top: 40px;
}
.about_delivery_ttl{
  font-size: 18px;
  font-family: var(--font-mincho);
  font-weight: 600;
  letter-spacing: 0.075em;
  background: #ffffff;
  padding: 7px 10px 9px;
  margin-bottom: 15px;
}
.about_delivery_txt{
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.075em;
  text-align: justify;
  padding: 0 10px;
}
.about_delivery_txt p{
  
}
.about_delivery_txt p.notice{
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width:767px){

  .about_biz_head_ja.top{
    font-size: 16px;
  }
  .about_biz_head_ja.btm{
    font-size: 16px;
    right: -10px;
  }
 
  .about_belief_box1{
    position: relative;
    z-index: 1;
    right: -75px;
  }
}
@media (min-width:414px){
  .about_biz_contents_ttl{
    font-size: 25px;
  }
  .about_points_item_head{
    font-size: 26px;
  }
}
@media (min-width:768px){

  /* ABOUT */
  .about_head{
  }
  .about_head_box1{
    padding-top: 30px;
  }
  .about_head_box2{
  }
  .about_head_box2 .content_desc{

  }

  /* PHILOSOPHY */
  .about_philo{
    padding: 40px 30px 50px;
    border-radius: 80px;
  }
  .about_belief + .about_philo{
    margin-top: -30px;
  }
  .about_philo_box1{
    width: 80px;
    padding-top: 10px;
  }
  .about_philo_box2{
    width: calc(100% - 80px - 15px);
  }
  .about_philo_head{
  }
  .about_philo_head_en{
    font-size: 40px;
    writing-mode: vertical-rl;
  }
  .about_philo_head_ja{
    font-size: 20px;
    writing-mode: vertical-rl;
  }
  .about_philo_ttl{
    font-size: 30px;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .about_philo_txt{
    font-size: 16px;
    line-height: 2.25;
  }
  
  
  
  /* BUSINESS */
  .about_biz{
    align-items: flex-end;
  }
  .about_biz_box1{
    width: 42.76%;
  }
  .about_biz_box2{
    width: 57.24%;
  }
  .about_biz_box3{
    width: 100%;
    margin-top: 36px;
  }
  .about_biz_head{
  }
  .about_biz_head_ja{
    
  }
  .about_biz_head_ja.top{
    top: 17px;
  }
  .about_biz_head_ja.btm{

  }
  
  
  /* BUSINESS(コンテンツ) */
  .about_biz_contents{

  }
  * + .about_biz_contents{
    margin-top: 90px;
  }
  .about_biz_contents_row{
    /*padding-top: 25px;*/
  }
  .about_biz_contents_row + .about_biz_contents_row{
    margin-top: 60px;
  }
  .about_biz_contents_box1{
    /*width: 42.76%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;*/
  }
  .about_biz_contents_box2{
    padding: 15px 30px;
    /*width: 93.42%;
    min-height: 500px;
    margin-left: auto;
    padding: 0 75px 50px 42.42%;
    border-radius: 40px;*/

  }
  .about_biz_contents_img{
    border-radius: 40px;
  }
  .about_biz_contents_head{
    padding-bottom: 20px;
    /*margin-top: -45px;*/
    margin-bottom: 22px;
  }
  .about_biz_contents_head_num{
    width: 120px;
    font-size: 80px;
  }
  .about_biz_contents_head_txt{
    width: calc(100% - 120px);
    font-size: 32px;
  }
  .about_biz_contents_ttl{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .about_biz_contents_txt{
    font-size: 16px;
    line-height: 2.25;
  }

  
  /* ポイント */
  .about_points{
    gap: 60px 65px;
  }
  * + .about_points{
    margin-top: 75px;
  }
  .about_points_item{
    /*width: calc((100% - 130px) / 3);*/
  }
  .about_points_item_head{
    font-size: 30px;
    margin-bottom: 10px;
  }
  .about_points_item_img{
    border-radius: 20px;
  }
  .about_points_item_ttl{
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 15px;
  }
  .about_points_txt{
    line-height: 1.875;
  }

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


  /* BUSINESS */
  /*.about_biz{
    
  }
  .about_biz_box1{
    width: 42.76%;
  }
  .about_biz_box2{
    width: 57.24%;
  }
  .about_biz_box3{
    width: 100%;
    margin-top: 36px;
  }
  .about_biz_head{
  }
  .about_biz_head_ja{
    
  }
  .about_biz_head_ja.top{
    top: 17px;
  }
  .about_biz_head_ja.btm{

  }*/
  
  /* BUSINESS(コンテンツ) */
  .about_biz_contents{

  }
  * + .about_biz_contents{
    margin-top: 90px;
  }
  .about_biz_contents_row{
    padding-top: 25px;
  }
  .about_biz_contents_row + .about_biz_contents_row{
    margin-top: 60px;
  }
  .about_biz_contents_box1{
    width: 42.76%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
  }
  .about_biz_contents_box2{
    width: 93.42%;
    min-height: 500px;
    margin-top: 0;
    margin-left: auto;
    padding: 0 75px 30px 42.42%;
    border-radius: 40px;
    z-index: 1;
  }
  .about_biz_contents_img{
    border-radius: 40px;
  }
  .about_biz_contents_head{
    padding-bottom: 20px;
    margin-top: -45px;
    margin-bottom: 22px;
  }
  .about_biz_contents_head_num{
    width: 150px;
    font-size: 110px;
  }
  .about_biz_contents_head_txt{
    width: calc(100% - 150px);
    font-size: 36px;
  }
  .about_biz_contents_ttl{
    font-size: 28px;
    margin-bottom: 30px;
  }
  .about_biz_contents_txt{
    font-size: 16px;
    line-height: 2.25;
  }
  
  /* ポイント */
  .about_points{
    gap: 60px 30px;
  }
  * + .about_points{
    margin-top: 75px;
  }
  .about_points_item{
    width: calc((100% - 60px) / 3);
  }
  .about_points_item_head{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .about_points_item_img{
    border-radius: 20px;
  }
  .about_points_item_ttl{
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 15px;
  }
  .about_points_txt{
    line-height: 1.875;
  }
  
  /* PRICE */
  .about_points.price{
    gap: 60px 30px;
  }
  .about_points.price .about_points_item{
    width: calc((100% - 60px) / 3);
  }
  
}
@media (min-width:1200px){


  /* ABOUT */
  .about_head{
  }
  .about_head_box1{
    width: 37.17%;
    padding-top: 15px;
    order: 1;
  }
  .about_head_box2{
    width: 55.26%;
    order: 2;
  }
  .about_head_box2 .tt_box{
    margin-bottom: 72px;
  }
  .about_head_box2 .sub_tt{
    margin-right: -10px;
  }
  .about_head_box2 .content_desc{
    margin-top: 35px;
  }
  

  /* BELIEF */
  .about_belief{
  }
  .about_belief_box1{
    width: 32.24%;
    padding-top: 15px;
  }

  .about_belief_box2{
    width: 63.49%;
    padding-top: 82px;
  }
  .about_belief_box2 .tt_box{
    margin-bottom: 72px;
  }
  .about_belief_box3{
    width: 44.8%;
    padding-top: 15px;
  }

  .about_belief_box4{
    width: 46.2%;
    padding-top: 0;
  }
  .about_belief_img{
    margin-right: -125px;
  }
  .about_belief_img2{
    border-radius: 40px;
  }
  .about_belief_box2 .content_desc{
    margin-top: 35px;
  }
  .about_belief_box4 .tt_box{
    margin-bottom: 25px;
  }
  .about_belief_box4 .sub_tt{
    margin-right: -20px;
  }
  .about_belief.rvs .about_belief_box4 .sub_tt{
    /*margin-right: -20px;*/
  }
  .about_belief_box4 .content_desc{
    margin-top: 35px;
  }
  
  .about_belief.rvs .about_belief_box3{
    order: 1;
  }
  .about_belief.rvs .about_belief_box4{
    order: 2;
    width: 45.2%;
  }
  
  /* PHILOSOPHY */
  .about_philo{
    padding: 40px 100px 50px;
    border-radius: 80px;
  }
  .about_belief + .about_philo{
    margin-top: 30px;
  }
  .about_philo_box1{
    /*width: 95px;*/
    padding-top: 10px;
  }
  .about_philo_box2{
    /*width: calc(100% - 95px - 65px);*/
  }
  .about_philo_head{
  }
  .about_philo_head_en{
    /*font-size: 60px;*/
  }
  .about_philo_head_ja{
    /*font-size: 24px;*/
  }
  .about_philo_ttl{
    font-size: 32px;
    /*margin-bottom: 40px;*/
  }
  
  
  /* BUSINESS */
  .about_biz{
  }
  .about_biz_box1{
    width: 42.76%;
  }
  .about_biz_box2{
    width: 57.24%;
  }
  .about_biz_box3{
    width: 100%;
    margin-top: 36px;
  }
  .about_biz_head{
  }
  .about_biz_head_ja{
    
  }
  .about_biz_head_ja.top{
    top: 44px;
  }
  .about_biz_head_ja.btm{

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

  
  /* PHILOSOPHY */
  .about_philo{
    padding: 40px 100px 50px;
    /*border-radius: 80px;*/
  }
  .about_belief + .about_philo{
    margin-top: 30px;
  }
  .about_philo_box1{
    width: 95px;
    padding-top: 10px;
  }
  .about_philo_box2{
    width: calc(100% - 95px - 65px);
  }
  .about_philo_head{
  }
  .about_philo_head_en{
    font-size: 60px;
  }
  .about_philo_head_ja{
    font-size: 24px;
  }
  .about_philo_ttl{
    font-size: 36px;
    margin-bottom: 40px;
  }

  /* BUSINESS */
  .about_biz{
  }
  .about_biz_box1{
    width: 42.76%;
  }
  .about_biz_box2{
    width: 57.24%;
  }
  .about_biz_box3{
    width: 100%;
    margin-top: 36px;
  }
  .about_biz_head{
  }
  .about_biz_head_ja{
    
  }
  .about_biz_head_ja.top{
    top: 44px;
  }
  .about_biz_head_ja.btm{

  }
  
  /* ポイント */
  .about_points{
    gap: 60px 40px;
  }
  * + .about_points{
    margin-top: 75px;
  }
  .about_points_item{
    width: calc((100% - 80px) / 3);
    width: calc((100% - 130px) / 3);
  }
  .about_points_item_head{
    font-size: 30px;
    margin-bottom: 10px;
  }
  .about_points_item_img{
    border-radius: 20px;
  }
  .about_points_item_ttl{
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 15px;
  }
  .about_points_txt{
  }
  
  
  /* PRICE */
  .about_points.price{
    gap: 60px 40px;
  }
  .about_points.price .about_points_item{
    width: calc((100% - 80px) / 3);
  }
}

@media (min-width:1720px){


  /* PHILOSOPHY */
  .about_philo{
    padding: 40px 205px 50px;
    /*border-radius: 80px;*/
  }
  .about_belief + .about_philo{
    margin-top: -30px;
  }
  
  /* ポイント */
  .about_points{
    gap: 60px 65px;
  }
  .about_points_item{
    width: calc((100% - 130px) / 3);
  }
  
}



/*******************************
*　
********************************/

/* セクション設定 */
.pg_firewood{

}
.pg_firewood .section.sec1{
  padding-top: 0;
}
.pg_firewood .section.sec2{
  padding-top: 60px;
  padding-bottom: 30px;
}
.pg_firewood .section.sec3{
  padding-top: 105px;
  padding-bottom: 180px;
}
.pg_firewood .section.sec4{
  padding-top: 0;
  margin-top: -90px;
}
.pg_firewood .section.sec5{
  
}
.pg_firewood .section.sec6{

}

.pg_firewood .section.sec3 .container + .container{
  margin-top: 50px;
}

.pg_firewood .privacy_ttl{
  border-color: #72905b;
}

.body_firewood .pg_header.long:before{
  top: -195px;
}

@media (max-width:374px){

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

}
@media (min-width:414px){
  .body_firewood .pg_header.long:before{
    top: -150px;
  }
}
@media (min-width:440px){
  .body_firewood .pg_header.long:before{
    top: -150px;
  }
}

@media (max-width:767px){
  .pg_firewood .section.sec2 .about_belief_box1{
    right: 0;
  }
  .pg_firewood .section.sec2 .about_belief_img{
    margin-right: -50px
  }
  
}
@media (min-width:768px){
  
  .body_firewood .pg_header.long:before{
    top: 100px;
  }
  
  .pg_firewood .section.sec1{
    /*padding-top: 115px;*/
  }
  .pg_firewood .section.sec2{
    padding-top: 105px;
    padding-bottom: 85px;
  }
  .pg_firewood .section.sec3{
    padding-top: 205px;
    padding-bottom: 275px;
  }
  .pg_firewood .section.sec4{
    padding-top: 65px;
  }
  
  

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


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

  .pg_firewood .section.sec1{
    padding-top: 115px;
  }
  .pg_firewood .section.sec2{
    padding-top: 105px;
    padding-bottom: 85px;
  }
  .pg_firewood .section.sec3{
    padding-top: 220px;
    padding-bottom: 275px;
  }
  .pg_firewood .section.sec4{
    padding-top: 150px;
  }
  
  .pg_firewood .section.sec1 .about_head_box1{
    margin-top: -50px;
  }
  .pg_firewood .section.sec2 .about_belief_box1{
    margin-top: -300px;
  }
  .pg_firewood .section.sec2 .about_belief_box2 .content_desc{
    padding-right: 100px;
  }
  
  
  .pg_firewood .section.sec3 .container + .container{
    margin-top: 125px;
  }
  .pg_firewood .section.sec3 .about_biz{
    align-items: flex-start;
  }
  .pg_firewood .section.sec3 * + .about_points{
    margin-top: 55px;
  }
  .pg_firewood .section.sec3 .about_biz_box2{
    margin-top: 0;
  }

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

  
  .pg_firewood .section.sec2 * + .about_points{
    margin-top: 55px;
  }

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


}

/* メイン部分 */


/**/
.firewood_contact_head{
  margin-bottom: 65px;
}
.firewood_contact_head .tt_box{
  margin-bottom: 38px;
}
.firewood_contact_head .sub_tt{
  margin-bottom: 12px;
}

@media (max-width:767px){

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

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


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


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


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


}



/*******************************
*　
********************************/

/* セクション設定 */
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}
.pg_xxx .section.sec6{

}


@media (max-width:374px){

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

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

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

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }
  .pg_xxx .section.sec6{

  }

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


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

  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }
  .pg_xxx .section.sec6{

  }

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


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


}

/* メイン部分 */

@media (max-width:767px){

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

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


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


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


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


}



/*******************************
*　
********************************/

/* セクション設定 */
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}
.pg_xxx .section.sec6{

}


@media (max-width:374px){

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

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

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

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }
  .pg_xxx .section.sec6{

  }

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


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

  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }
  .pg_xxx .section.sec6{

  }

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


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


}

/* メイン部分 */

@media (max-width:767px){

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

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


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


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


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


}