

/*******************************
*　ヘッダー
********************************/
.header{
  margin-top: -10px;
}
.hdr1{
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: center;
  justify-content: flex-end;
  padding: 5px 0px;
  background: #FFF;
}

/* ロゴ */
.hdr_logo{

}
.hdr_logo img{
  width: 150px;
}

/* メニュー全般 */
.hdr_menu{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* TELボタン */
.hdr_tel{

}
.hdr_tel_txt1{
  font-size: 20px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.hdr_tel_link{

}
.hdr_tel_link p{

}
.hdr_tel_link p:before{
  display: inline-block;
  content:"\f095";
  font-family: "fontAwesome";
  margin-right: 6px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  color: var(--main-color);
}


/* お問い合わせボタン */
.hdr_contact{
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.hdr_contact a{
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  background: #8fc31f;
  width: 180px;
  padding: 30px 0px 31px;
  text-align: center;
  transition: 0.2s all;
}
.hdr_contact a p{
  letter-spacing: 0.1em;
}
.hdr_contact a.email p:before{
  content: "\f0e0";
  font-family: "fontAwesome";
  margin-right: 7px;
  margin-left: -2px;
}
.hdr_contact a:hover{
  /*background: var(--sub-color);*/
  background: #eb6100;
  color: #FFF;
}

/* SNSボタン */
.hdr_sns{
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.hdr_sns a{
  transition: 0.2s all;
}
.hdr_sns a:hover{
  filter: brightness(1.1);
}
.hdr_sns a img{

}
.hdr_sns a + a{
  margin-left: 10px;
}


@media (min-width:375px){

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

  .hdr1 {
    justify-content: center;
  }

  /* お問い合わせボタン */
  .hdr_contact{
    display: none;
  }
  /* SNSボタン */
  .hdr_sns{
    margin-left: 20px;
  }
  .hdr_sns a img{
    height: 30px;
  }

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

  /* ヘッダー固定 */
  body{
    /* ヘッダーの高さに応じて */
    padding-top: 80px;
  }
  .header{
    margin-top: 0;
    display: block;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
  }

  .hdr1{
    padding: 0 0px 0;
  }

  /* ロゴ */
  .hdr_logo img{
    width: 180px;
  }

  /* ヘッダースリム */
  .header.slim{

  }

  /* TELボタン */
  .hdr_tel{

  }
  .hdr_tel_txt1{
    font-size: 24px;
  }
  .hdr_tel_link p:before{
    margin-right: 6px;
  }


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

  /* ロゴ */
  .hdr_logo img{
    width: 200px;
  }

  /* ヘッダースリム */
  .header.slim{

  }

  /* TELボタン */
  .hdr_tel{

  }
  .hdr_tel_txt1{
    font-size: 26.5px;
  }

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

  /* ロゴ */
  .hdr_logo{

  }
  .hdr_logo img{
    width: auto;
  }

  /* ヘッダースリム */
  .header.slim{

  }

}


/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
.pg_header_txt,
.pg_header_mv{
  width: 100%;
  display: contents;
}
.pg_header_txt{

}
.pg_header_txt_img{
  order: 1;
  margin-top: 63px;
  display: flex;
  justify-content: center;
}
.pg_header_txt_title{
  margin-top: 30px;
  order: 3;
  width: 100%;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}
.pg_header_mv{
  /*height: 150px;*/
  /*overflow: hidden;*/
}
.pg_header_mv_img{
  margin-top: 30px;
  order: 2;
  width: 100%;
  display: flex;
  justify-content: center;
}
.pg_header_mv_img.img_fit:before{
  padding-top: 200px;
}
.pg_header_mv_img img{
  border-radius: 50px 0 0 0;
}


@media (min-width:768px){
  .pg_header{
    margin-bottom: 40px;
    padding: 0px;
  }
  .pg_header_txt,
  .pg_header_mv{
    display: block;
  }
  .pg_header_txt{
    width: 34.6%;
    padding: 0 15px;
  }
  .pg_header_txt_img{
    margin-top: 63px;
  }
  .pg_header_txt_title{
    margin-top: 0px;
    margin-top: 30px;
    font-size: 28px;
  }
  .pg_header_mv{
    width: 65.4%;
    /*height: 350px;*/
  }
  .pg_header_mv_img{
    margin-top: 0px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 400px;
  }
  .pg_header_mv_img img{
    border-radius: 150px 0 0 0;
  }

}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 53px;
  }
  .pg_header_txt{

  }
  .pg_header_txt_img{
    margin-top: 63px;
  }
  .pg_header_txt_title{
    margin-top: 69px;
    font-size: 38px;
  }
  .pg_header_mv{
    /*height: 550px;*/
  }
  .pg_header_mv_img{

  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 579px;
  }
  .pg_header_mv_img img{
    border-radius: 150px 0 0 0;
  }

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


}



/*******************************
*　フッター
********************************/

.footer{
  margin-top: 100px;
  background: #548d25;
}
.footer a:hover{
  color: #6fbab6;
}
.footer,
.footer > *{
  position: relative;
  z-index: 1;
}
.footer:before{
  content: "";
  position: absolute;
  z-index: 1;
  top: -100px;
  width: 100%;
  height: 100%;
  background: url(/system_panel/uploads/images/20250602140413857686.png)no-repeat top center/contain;
}
.ftr1_box1,
.ftr1_box2,
.ftr2_box1,
.ftr2_box2{
  width: 100%;
}

.ftr1{
}

.ftr1>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  background: #d1c0a5;
  border-radius: 50px;
  width: 90%;
}
.ftr1_inner{
  padding: 20px 0;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr1_box1{

}
.ftr1_box2{

}

.ftr2{
  margin-top: 30px;
}
.ftr2>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr2_box1,
.ftr2_box2{
  display: contents;
}
.ftr2_box1{

}
.ftr2_box2{
  margin-top: 30px;
}

/*お問い合わせ*/
.ftr_title{

}
.ftr_title_en{
  margin-top: 56px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
}
.ftr_title_ja{
  margin-top: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  align-content: center;
  align-items: center;
}
.ftr_title_ja:before{
  content: "";
  background: #fff;
  display: inline-block;
  width: 65px;
  height: 1px;
  margin-right: 20px;
}
.ftr1 .read_more{
  justify-content: flex-start;
}
.ftr1 .read_more a{
  color: #fff;
  background: transparent;
  border-color: #fff;
  border-radius: 35px;
  border-width: 2px;
}
.ftr1 .read_more a:hover{
  background-color: #8fc31f;
}
.ftr_tel_title{
  margin-top: 33px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
}
.ftr_tel{
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin-top: 5px;
}
.ftr_tel a:hover{
  color: #8fc31f;
}

/*株式会社KAZオートワークス*/
.ftr_logo{
  display: flex;
  justify-content: center;
  order: 1;
  overflow: hidden;
}
.ftr_logo a{
}
.ftr_logo a:hover{
  transform: scale(1.1);
}
.ftr_text{
  margin-top: 20px;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
  order: 2;
}
.ftr_sns{
  margin-top: 27px;
  display: flex;
  justify-content: center;
  width: 100%;
  order: 3;
}
.ftr_sns_link{
  display: flex;
}
.ftr_sns_link + .ftr_sns_link{
  margin-left: 40px;
}
.ftr_copy{
  order: 5;
  margin-top: 40px;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
}
.ftr_img_content{
  margin-top: 30px;
  order: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: space-between;
}
.ftr_img{
  overflow: visible;
}
.ftr_img.img2 img{
  height: 100px;
}

.ftr_img a{
  display: block;
}
.ftr_img a:hover{
  transform: scale(1.02);
}
.ftr_img + .ftr_img{
  margin-top: 5px;
  width: 47%;
  width: auto;
}
.ftr_link_content{
  display: none;
}
.ftr_links{

}
.ftr_links + .ftr_links{
  margin-left: 5px;
}
.ftr_link{
  font-weight: 400;
  font-size: 16px;
  display: flex;
}
.ftr_link + .ftr_link{
  margin-top: 5px;
}
.ftr_link:before{
  content: "□";
  margin-right: 6px;
}


/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #6fbab6;
  /*z-index: 1000;*/
  z-index: 5; /* チャットボットがある場合 */
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #6fbab6;
  text-decoration: none;
  line-height: 1.2;
  color: #fff;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  width: 25.3%;
  border-right: 1px solid #fff;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #6fbab6;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: #6fbab6;
}
.footer_fix > a i{
  font-size: 20px;
  margin-bottom: 8px;
}
.footer_fix .footer_fix_item_1.remorte i{
  margin-bottom: 0;
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  z-index: 5;
  right: 10px;
  bottom: 60px;
  z-index: 3;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #6fbab6;
}
.pagetop a i{
  font-size: 40px;
}



@media (min-width:375px){

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

  body{
    padding-bottom: 56px;
  }

  .footer{
    padding-bottom: 10px;
  }
  .footer_fix{
    display: flex;
  }

  .ftr1_inner{
    padding-bottom: 50px;
  }
  .ftr_title_en {
    margin-top: 20px;
  }
  .ftr_tel_title{
    margin-top: 20px;
    text-align: center;
  }
  .ftr_tel{
    text-align: center;
  }
  .ftr2_box1{

  }

  .ftr_logo,
  .ftr_text{
    width: 100%;
    text-align: center;
  }
  .ftr_copy{
    width: 100%;
    text-align: center;
  }

}
@media (min-width:768px){
  .footer{
    margin-top: 150px;
  }
  .footer:before{
    top: -150px;
  }

  .ftr1{
  }
  .ftr1_inner{
    padding: 30px 0;
  }
  .ftr1_box1{
    width: 50.91%;
  }
  .ftr1_box2{
    width: 48.64%;
  }

  .ftr2{
    padding-bottom: 36px;
  }
  .ftr2_box1,
  .ftr2_box2{
    display: block;
  }
  .ftr2_box1{
    width: 50%;
    width: 40%;
  }
  .ftr2_box2{
    width: 47%;
    width: 55%;
    margin-top: 0;
  }

  .ftr_img.img2 img{
    height: 110px;
  }

  /*お問い合わせ*/
  .ftr_title{

  }
  .ftr_title_en{
    margin-top: 0px;
  }
  .ftr_title_ja{
    margin-top: 42px;
  }
  .ftr_title_ja:before{
    margin-right: 20px;
  }
  .ftr1 .read_more{
    margin-top: 0px;
  }
  .ftr_tel_title{
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .ftr_tel{
    font-size: 30px;
  }

  /*株式会社KAZオートワークス*/
  .ftr_logo{
    justify-content: flex-start;
    margin-bottom: 25px;
  }
  .ftr_text{
    margin-top: 40px;
  }
  .ftr_sns{
    margin-top: 27px;
    width: auto;
    justify-content: flex-start;
  }
  .ftr_sns_link{

  }
  .ftr_sns_link + .ftr_sns_link{
    margin-left: 5px;
  }
  .ftr_copy{
    margin-top: 40px;
  }
  .ftr_img_content{
    justify-content: flex-start;
    margin-top: 0px;
  }
  .ftr_img{

  }
  .ftr_img + .ftr_img{
    margin-top: 10px;
  }
  .ftr_img.img2 + .ftr_img.img2{
    margin-left: 10px;
  }
  .ftr_link_content{
    margin-top: 37px;
    display: flex;
    justify-content: flex-end;
  }
  .ftr_links{
    width: 100%;
  }
  .ftr_links + .ftr_links{
    margin-left: 5px;
  }
  .ftr_link{

  }
  .ftr_link + .ftr_link{
    margin-top: 5px;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 200px;
  }
  .footer:before{
    top: calc(-379px*0.5);
  }

  .ftr1{
    margin-bottom: 25px;
  }

  .ftr1_inner{
    padding: 25px 0;
  }
  .ftr1_box1{

  }
  .ftr1_box2{

  }

  .ftr2{
    margin-top: 102px;
    padding-bottom: 36px;
  }
  .ftr2_box1{

  }
  .ftr2_box2{

  }

  /*お問い合わせ*/
  .ftr_title{

  }
  .ftr_title_en{
    margin-top: 56px;
    font-size: 50px;
  }
  .ftr_title_ja{
    margin-top: 42px;
  }
  .ftr_title_ja:before{
    margin-right: 20px;
  }
  .ftr1 .read_more{
    margin-top: 34px;
  }
  .ftr1 .read_more a{
    width: 550px;
    padding: 23px 0 22px;
    font-weight: 700;
    font-size: 18px;
    margin-left: 10px;
  }
  .ftr1 .read_more a:after{
    right: 27px;
  }
  .ftr1 .read_more a p{

  }
  .ftr_tel_title{
    margin-top: 25px;
    padding-bottom: 10px;
  }
  .ftr_tel{
    font-size: 40px;
  }

  /*株式会社KAZオートワークス*/
  .ftr_logo{
    margin-bottom: 25px;
  }
  .ftr_text{
    margin-top: 30px;
    line-height: 2.235;
  }
  .ftr_sns{
    margin-top: 27px;
    justify-content: flex-start;
  }
  .ftr_sns_link{

  }
  .ftr_sns_link + .ftr_sns_link{
    margin-left: 18.5px;
  }
  .ftr_copy{
    margin-top: 30px;
  }
  .ftr_img_content{

  }
  .ftr_img{

  }
  .ftr_img + .ftr_img{
    margin-top: 10px;
    width: 37.5%;
    width: auto;
  }
  .ftr_link_content{
    margin-top: 37px;
  }
  .ftr_links{
    width: auto;
  }
  .ftr_links + .ftr_links{
    margin-left: 47px;
  }
  .ftr_link{

  }
  .ftr_link + .ftr_link{
    margin-top: 21.5px;
  }
}
@media (min-width:1200px){
  .footer{
    margin-top: 379px;
  }
  .footer:before{
    top: -367px;
  }
  .ftr1_inner{
    width: 1100px;
    padding: 50px 0 83px;
  }
  .ftr_img_content{
    justify-content: flex-start;
  }
  .ftr_img.img2 img{
    height: auto;
  }
}
@media (min-width:1440px){
  .footer:before{
    top: -379px;
  }
  .ftr1_box1{
    width: 18.91%;
  }
  .ftr1_box2{
    width: 48.64%;
  }
}
@media (min-width:1800px){
  .ftr2_box1{
    width: 30.26%;
  }
  .ftr2_box2{
    width: 38.48%;
  }
}
@media (min-width:1920px){
  .ftr1>.container{
    width: 1520px;
  }

}


/*******************************
*　共通パーツ
********************************/

/*各タイトル*/
.sec_title{

}
.sec_title.center{
  text-align: center;
}
.sec_title_en{
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 39px;
  line-height: 1;
  color: #fff;
}
.sec_title_ja{
  margin-top: 5px;
  font-weight: 900;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 1.3125;
  color: #fea449;
}
.sec_title_ja2{
  font-weight: 900;
  font-size: 20px;
}
.sec_title_ja2 p{
  letter-spacing: 0;
}

/*メイン文章*/
.cmn_main_box_content{
  margin-top: 47px;
  position: relative;
  z-index: 0;
}
.cmn_main_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cmn_main_box1,
.cmn_main_box2{
  width: 100%;
}
.cmn_main_box1{

}
.cmn_main_box2{
  margin-top: 15px;
}


.cmn_main_box_img.img_fit{

}
.cmn_main_box_img.img_fit:before{
  padding-top: 59.35%;
}
.cmn_main_box:nth-child(odd) .cmn_main_box_img.img_fit img{
  border-radius: 50px 0 0 0;
}
.cmn_main_box:nth-child(even) .cmn_main_box_img.img_fit img{
  border-radius: 0 50px 0 0;
}
.cmn_main_box_text{
  margin-top: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6875;
  text-align: justify;
}
.cmn_main_box_text p{
  letter-spacing: 0.1em;
}
.cmn_main_box_png{
  position: absolute;
  z-index: 5;
}

@media (max-width:374px){

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

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

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

  /*各タイトル*/
  .sec_title{

  }
  .sec_title_en{
    font-size: 80px;
  }
  .sec_title_ja{
    margin-top: 10px;
    font-size: 35px;
  }
  .sec_title_ja2{
    font-size: 30px;
  }

  /*メイン文章*/
  .cmn_main_box_content{
    margin-top: 47px;
  }
  .cmn_main_box{

  }
  .cmn_main_box:nth-child(odd) .cmn_main_box1,
  .cmn_main_box:nth-child(even) .cmn_main_box2{
    order: 1;
  }
  .cmn_main_box:nth-child(even) .cmn_main_box1,
  .cmn_main_box:nth-child(odd) .cmn_main_box2{
    order: 2;
  }
  .cmn_main_box1{
    width: 50.98%;
  }
  .cmn_main_box2{
    margin-top: 0;
    width: 44.73%;
  }
  .cmn_main_box_img.img_fit{

  }
  .cmn_main_box:nth-child(odd) .cmn_main_box_img.img_fit img{
    border-radius: 50px 0 0 0;
  }
  .cmn_main_box:nth-child(even) .cmn_main_box_img.img_fit img{
    border-radius: 0 50px 0 0;
  }
  .cmn_main_box_text{
    margin-top: 0px;
  }
  .cmn_main_box_png{

  }


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

  /*各タイトル*/
  .sec_title{

  }
  .sec_title_en{
    font-size: 100px;
  }
  .sec_title_ja{
    margin-top: 0px;
    font-size: 48px;
  }
  .sec_title_ja2{
    font-size: 40px;
  }

  /*メイン文章*/
  .cmn_main_box_content{
    margin-top: 47px;
  }
  .cmn_main_box{

  }
  .cmn_main_box1{

  }
  .cmn_main_box2{

  }
  .cmn_main_box_img.img_fit{

  }
  .cmn_main_box:nth-child(odd) .cmn_main_box_img.img_fit img{
    border-radius: 50px 0 0 0;
  }
  .cmn_main_box:nth-child(even) .cmn_main_box_img.img_fit img{
    border-radius: 0 50px 0 0;
  }
  .cmn_main_box_text{
    margin-top: 19px;
  }
  .cmn_main_box_png{

  }

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

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

  /*各タイトル*/
  .sec_title{

  }
  .sec_title_en{
    font-size: 150px;
  }
  .center .sec_title_en{
    position: relative;
    z-index: 1;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec_title_ja{
    margin-top: -15px;
    font-size: 66px;
  }
  .sec_title_ja2{
    font-size: 60px;
  }

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

  /*各タイトル*/
  .sec_title{

  }
  .sec_title_en{
    font-size: 178px;
  }
  .center .sec_title_en{
    position: relative;
    z-index: 1;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec_title_ja{
    margin-top: -15px;
    font-size: 80px;
  }
  .sec_title_ja2{
    font-size: 68px;
  }

}


/*******************************
*　私たちについて
********************************/
.pg_about{

}
.pg_about.section{

}
.pg_about .section.sec1{
}
.pg_about .section.sec2{
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0;
  background: #fef8b3;
}
.pg_about .section.sec3{
  margin-top: 100px;
  padding: 0;
}
.pg_about .section.sec4{
  margin-top: 100px;
  padding: 0;
  background: #fef8b3;
  border-radius: 0 0 0 0%;
}
.body_about .pg_about .section.sec4{
  background: none;
}
.pg_about .section.sec5{
  margin-top: 90px;
  padding: 0;
}
.pg_about .section.sec6{
  margin-top: 100px;
  padding: 0;
  background: #fef8b3;
  border-radius: 0 0 0 0%;
}
.pg_about .section.sec7{
  margin-top: 100px;
}
.pg_about .section.sec8{
  margin-top: 100px;
  padding: 0;
  padding-bottom: 100px;
  margin-bottom: -100px;
  background: #fef8b3;
}
.pg_about .section.sec2,
.pg_about .section.sec2 > *,
.pg_about .section.sec3,
.pg_about .section.sec3 > *,
.pg_about .section.sec4,
.pg_about .section.sec4 > *,
.pg_about .section.sec5,
.pg_about .section.sec5 > *,
.pg_about .section.sec6,
.pg_about .section.sec6 > *,
.pg_about .section.sec7,
.pg_about .section.sec7 > *,
.pg_about .section.sec8,
.pg_about .section.sec8 > *{
  position: relative;
  z-index: 1;
}
.pg_about .section.sec2:before,
.pg_about .section.sec2:after,
.pg_about .section.sec4:before,
.pg_about .section.sec4:after,
.pg_about .section.sec6:before,
.pg_about .section.sec6:after,
.pg_about .section.sec8:before{
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
}
.pg_about .section.sec2:before,
.pg_about .section.sec4:before,
.pg_about .section.sec6:before,
.pg_about .section.sec8:before{
  top: -100px;
  /*background: url(/system_panel/uploads/images/20250603140944893038.png)no-repeat top center/contain;*/
  background: url(/system_panel/uploads/images/20250603140944893038_bg.png)no-repeat top center/contain;
}
.pg_about .section.sec2:after{
  bottom: -9%;
  background: url(/system_panel/uploads/images/20250603140944489337.png)no-repeat bottom center/contain;
}
.pg_about .section.sec4:after{
  bottom: 1200px;
  background: url(/system_panel/uploads/images/20250603171616147117.png)no-repeat bottom center/contain;
}
.pg_about .section.sec6:after{
  bottom: -100px;
  background: url(/system_panel/uploads/images/20250604104426486757.png)no-repeat bottom center/contain;
  background: url(/system_panel/uploads/images/20250604104426486757_bg.png)no-repeat bottom center/contain;
}

.pg_about .section.sec3{
  z-index: 2;
}
.pg_about .section.sec5{
  z-index: 2;
}

/*画像*/
.cmn_main_box_png.about1{
  top: -130px;
  left: 10px;
  width: calc(184px*0.4);
}
.cmn_main_box_png.about2{
  top: -80px;
  right: 200px;
  width: calc(104px*0.4);
}
.cmn_main_box_png.about3{
  top: -105px;
  right: 0px;
  width: calc(505px*0.4);
}
.cmn_main_box_png.about4{
  top: -100px;
  left: 10px;
  width: calc(221px*0.3);
}
.cmn_main_box_png.about5{
  top: -100px;
  right: 10px;
  width: calc(233px*0.4);
}
.cmn_main_box_png.about6{
  top: 90px;
  right: 10px;
  width: calc(322px*0.3);
}
.cmn_main_box_png.about7{
  top: -90px;
  left: 10px;
  width: calc(330px*0.3);
}
.cmn_main_box_png.about8{
  top: -70px;
  right: 10px;
  width: calc(143px * 0.4);
}
.cmn_main_box_png.about9{
  top: -30px;
  right: 70px;
  width: calc(161px*0.4);
}
.cmn_main_box_png.about10{
  top: -70px;
  right: 130px;
  width: calc(355px * 0.3);
}
.cmn_main_box_png.about11{
  top: 35px;
  right: 130px;
  width: calc(93px * 0.4);
}
.cmn_main_box_png.about12{
  top: -30px;
  left: 0px;
  width: calc(83px * 0.4);
}
.cmn_main_box_png.about13{
  top: 110px;
  right: 15px;
  width: calc(412px * 0.3);
}
.cmn_main_box_png.about14{
  top: -20px;
  right: 10px;
  width: calc(62px * 0.3);
}
.cmn_main_box_png.about15{
  top: -100px;
  left: 10px;
  width: calc(547px * 0.3);
}
.cmn_main_box_png.about16{
  top: -100px;
  right: 10px;
  width: calc(240px * 0.3);
}
.cmn_main_box_png.about17{
  top: -70px;
  right: 40px;
  width: calc(196px * 0.3);
}
.cmn_main_box_png.about18{
  top: -120px;
  left: 20px;
  width: calc(191px * 0.3);
}
.cmn_main_box_png.about19{
  top: -100px;
  right: 70px;
  width: calc(431px * 0.3);
}
.cmn_main_box_png.about20{
  top: -100px;
  right: 20px;
  width: calc(138px * 0.3);
}

/*トレーラーハウスって何？*/
.about_box_content{

}
.about_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_box1,
.about_box2{
  width: 100%;
}
.about_box1{
  margin-top: 30px;
  order: 2;
}
.about_box2{
  order: 1;
}
.about_box .sec_title_ja2{

}
.about_box .sec_title_ja{
  margin-top: 5px;
}
.about_box .cmn_main_box_text{
  margin-top: 7px;
}
.about_box_img_content{

}
.about_box_img1.img_fit{

}
.about_box_img1.img_fit:before{
  padding-top: 63.35%;
}
.about_box_img1.img_fit img{
  border-radius: 0 50px 0 0;
}
.about_box_img2_content{
  margin-top: 27px;
  display: flex;
  justify-content: space-between;
}
.about_box_img2.img_fit{
  width: 49.5%;
}
.about_box_img2.img_fit:before{
  padding-top: 67.39%;
}
.about_box_img2.img_fit img{
  border-radius: 20px;
}

/*スムーズに導入できる 4つの理由*/
.about_reason.sec_title_ja2{
  margin-top: 15px;
}
.about_reason.sec_title_ja2 strong{
  font-weight: 900;
  font-size: 30px;
}
.about_reason_box_contect{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.about_reason_box{

}
.about_reason_box:nth-child(n+2){
  margin-top: 50px;
}
.about_reason_box_inner{
  position: relative;
  z-index: 1;
}
.about_reason_box_nbr{
  position: absolute;
  z-index: 2;
  top: -20px;
  left: 2px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 1;
  color: #6fbab6;
  text-shadow    :
    2px  2px 1px #ffffff,
    -2px  2px 1px #ffffff,
    2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff,
    2px  0px 1px #ffffff,
    0px  2px 1px #ffffff,
    -2px  0px 1px #ffffff,
    0px -2px 1px #ffffff;        /* 文字の影 */
}
.about_reason_box_nbr p{
  letter-spacing: 0;
}
.about_reason_box_img.img_fit{

}
.about_reason_box_img.img_fit:before{
  padding-top: 69.86%;
}
.about_reason_box_img.img_fit.img1 img{
  border-radius: 50px 0 0 0;
}
.about_reason_box_img.img_fit.img2 img{
  border-radius: 0 0 50px 0;
}
.about_reason_box_img.img_fit.img3 img{
  border-radius: 0 0 0 50px;
}
.about_reason_box_img.img_fit.img4 img{
  border-radius: 0 50px 0 0;
}
.about_reason_box_title{
  margin-top: 9px;
  padding: 5px 0 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  border-radius: 10px;
}
.about_reason_box_text{
  margin-top: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
}

/*節税メリット*/
.about_saving_box_content{

}
.about_saving_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_saving_box.setuzei{
  position: relative;
}
.about_saving_box.setuzei:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #fef8b3;
  position:absolute;
  top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.about_saving_box1,
.about_saving_box2{
  width: 100%;
}
.about_saving_box1{

}
.about_saving_box2{

}
.about_saving_box_title{
  margin-top: 35px;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  color: #eb6100;
}
.about_saving_box_text{
  margin-top: 15px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
.about_saving_box_text p{
  letter-spacing: 0;
}
.about_saving_box_img{
  margin-top: 20px;
}
.about_saving_box_orang{
  clip-path: polygon(100% 0, 100% 0%, 50% 100%, 0 0%);
  background: #fea449;
  width: 118px;
  height: 35px;
  margin: 20px auto;
}
.about_saving_box_result{
  margin-top: 26px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 1;
}
.about_saving_box_result:before{
  content: "";
  position: absolute;
  z-index: 1;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 210px;
  height: 40px;
  background: url(/system_panel/uploads/images/20250603163403611518.png)no-repeat top center/contain;
}
.about_saving_box_result p{
  letter-spacing: 0;
}
.about_saving_box_mony{
  margin-top: -20px;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
}
.about_saving_box_mony strong{
  font-weight: 700;
  font-size: 45px;
  color: #eb6100;
}
.about_saving_box_mony em{
  font-size: 28px;
  font-style: normal;
  color: #eb6100;
}
.about_saving_box .sec_title_ja2{
  margin-top: 30px;
}
.about_saving_box .sec_title_ja{
  margin-top: 5px;
}
.about_saving_box .cmn_main_box_text{
  margin-top: 5px;
}
.setuzei_box .sec_title_ja2 p{
  line-height: 1.3125em;
  color: #fea449;
}

/*設置時の注意点と確認ポイント*/
.about_point_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_point_box1,
.about_point_box2{
  width: 100%;
}
.about_point_box1{

}
.about_point_box2{

}
.about_point_box .sec_title_en{
  transform: none;
  left: 0;
}
.about_point_box .sec_title_ja{

}
.about_point_box .cmn_main_box_text{

}
.gallery_slide_prev, .swiper-rtl .gallery_slide_next{
  left: var(--swiper-navigation-sides-offset, 0px);
}
.gallery_slide_next, .swiper-rtl .gallery_slide_prev{
  right: var(--swiper-navigation-sides-offset, 0px);
}
.gallery_slide_next:after, .gallery_slide_prev:after{
  color: #eb6100;
}
.about_point_item_content{
  margin-top: 30px;
}
.about_point_item{
  width: 100%;
}
.about_point_item_inner{
  border: 1px solid #eb6100;
  border-radius: 20px;
  background: #fff;
  height: 100%;
}
.about_point_item_title{
  margin-top: 24px;
  padding-left: 30px;
  font-weight: 700;
  font-size: 20px;
  color: #eb6100;
}
.about_point_item_title:after{
  content: "";
  display: block;
  margin-left: -30px;
  margin-top: 10px;
  width: 250px;
  border-bottom: 1px solid #eb6100;
}
.about_point_item_text{
  margin-top: 10px;
  padding: 0 30px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6875;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
  left: var(--swiper-navigation-sides-offset, 0px);
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
  right: var(--swiper-navigation-sides-offset, 0px);
}
.swiper-button-next:after, .swiper-button-prev:after,.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  color: #eb6100;
}

/*私たちの想い*/
.about_thoughts.sec_title.center{
  position: relative;
  z-index: 1;
}
.about_thoughts_content{
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
}
.about_thoughts_l,
.about_thoughts_r{
  width: 100%;
}
.about_thoughts_l{

}
.about_thoughts_r{
  margin-top: 30px;
}
.about_thoughts{

}
.about_thoughts:nth-child(n+2){
  margin-top: 30px;
}
.about_thoughts_inner{

}
.about_thoughts_img.img_fit{
  border-bottom: 5px solid;
}
.about_thoughts_img.img_fit.img1{
  border-color: #6fbab6;
}
.about_thoughts_img.img_fit.img2{
  border-color: #88abda;
}
.about_thoughts_img.img_fit.img3{
  border-color: #fff45c;
}
.about_thoughts_img.img_fit.img4{
  border-color: #f19ec2;
}
.about_thoughts_img.img_fit:before{
  padding-top: 57.79%;
}
.about_thoughts_img.img_fit.img1 img{
  border-radius: 50px 0 0 0;
}
.about_thoughts_img.img_fit.img4 img{
  border-radius: 0 50px 0 0;
}
.about_thoughts_title_en{
  margin-top: -25px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 33px;
  line-height: 1;
  color: #fea449;
  text-shadow: 0px 1px 0.75px #181818;
  position: relative;
  z-index: 1;
}
.about_thoughts_title_en p{
  letter-spacing: 0;
}
.about_thoughts_title_ja{
  margin-top: 5px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
}
.about_thoughts_text{
  margin-top: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6875;
}

/*“動く住まい”を目で見て、触れて、体感できる場所*/
.about_exhibition.sec_title_en{

}
.about_exhibition{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_exhibition_l,
.about_exhibition_r,
.about_exhibition_box1,
.about_exhibition_box2{
  width: 100%;
}
.about_exhibition_l{

}
.about_exhibition_r{

}
.about_exhibition .sec_title_ja2{
  margin-top: 10px;
  font-weight: 900;
  line-height: 1.3125;
}
.about_exhibition .sec_title_ja2 p{
  letter-spacing: 0em;
}
.about_exhibition .cmn_main_box_text{
  margin-top: 15px;
}
.about_exhibition_box_content{
  margin-top: 92px;
}
.about_exhibition_box{

}
.about_exhibition_box_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 50px 50px 0 0;
  border-bottom: 10px solid #eb6100;
  padding-bottom: 50px;
}
.about_exhibition_box1{
  margin-top: 20px;
  order: 2;
}
.about_exhibition_box2{
  margin-top: 0;
  order: 1;
}
.about_exhibition_box_title{
  position: absolute;
  position: static;
  z-index: 1;
  top: -25px;
  left: 25px;
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #eb6100;
  padding-left: 15px;
  margin-bottom: 20px;
}
.about_exhibition_box_txt{
  margin-top: 0px;
  padding: 0 15px;
}
.about_exhibition_box_txt_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.about_exhibition_box_txt_box:nth-child(n+2){
  margin-top: 30px;
}
.about_exhibition_box_sub_title{
  padding: 3px 0 5px;
  width: 195px;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: #eb6100;
  position: relative;
  z-index: 1;
}
.about_exhibition_box_sub_title:after{
  content: "";
  width: 13px;
  height: 39px;
  background: #eb6100;
  clip-path: polygon(0% 0, 100% 50%, 0% 100%, 0 50%);
  position: absolute;
  z-index: 1;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
}
.about_exhibition_box_text{
  margin-top: 3px;
  padding-left: 13px;
  width: calc(100% - 195px);
  width: 570px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.about_exhibition_box_map{

}
.about_exhibition_box_map iframe{
  width: 100%;
  border: none;
  border-radius: 0 50px 0 0;
}

/*イベント情報*/
.about_news.sec_title_en{

}
.about_news.sec_title_ja2{

}
.about_news.news_list{

}
* +.about_news.news_list{
  margin-top: 30px;
}
.about_news.news_list .webgene-blog{

}
.about_news.news_list .webgene-item{

}
.about_news.news_list .webgene-item .img.img_fit{

}
.about_news.news_list .webgene-item .img.img_fit:before{
  padding-top: 79.31%;
}
.about_news.news_list .webgene-item .date{
  margin-top: 17px;
}
.about_news.news_list .webgene-item .title{
  margin-top: 10px;
  margin-bottom: 8px;
}
.about_news.news_list .webgene-item .category{
  padding: 0 21px 2px;
}


@media (max-width:374px){

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

}
@media (max-width:767px){
  .setuzei_box{
    margin-top: 60px;
  }
  .pg_about .section.sec4:after{
    bottom: auto;
    background: url(/system_panel/uploads/images/20250603171616147117.png) no-repeat bottom center / contain;
    top: 680px;
    /* aspect-ratio: 1920 / 843; */
    width: 600px;
    height: 200px;
  }
}
@media (min-width:768px){
  .pg_about{

  }
  .pg_about .section.sec1{
  }
  .pg_about .section.sec2{
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .pg_about .section.sec3{
    margin-top: 0px;
  }
  .pg_about .section.sec4{
    margin-top: 240px;
    border-radius: 0 0 0 0%;
  }
  .pg_about .section.sec5{
    margin-top: 250px;
  }
  .pg_about .section.sec6{
    margin-top: 250px;
    border-radius: 0 0 0 0%;
  }
  .pg_about .section.sec7{
    margin-top: 200px;
  }
  .pg_about .section.sec8{
    margin-top: 200px;
    padding-bottom: 200px;
    margin-bottom: -200px;
  }
  .pg_about .section.sec2:before{
    top: -200px;
  }
  .pg_about .section.sec4:before{
    top: -235px;
  }
  .pg_about .section.sec6:before{
    top: -200px;
  }
  .pg_about .section.sec8:before{
    top: -220px;
  }
  .pg_about .section.sec2:after{
    bottom: -190px;
  }
  .pg_about .section.sec4:after{
    bottom: 1000px;
  }
  .pg_about .section.sec6:after{
    bottom: -250px;
  }

  /*画像*/
  .cmn_main_box_png.about1{
    top: -455px;
    left: 0px;
    width: calc(184px * 0.5);
  }
  .cmn_main_box_png.about2{
    top: -140px;
    right: 350px;
    width: calc(104px*0.7);
  }
  .cmn_main_box_png.about3{
    top: -220px;
    right: 0px;
    width: calc(505px*0.7);
  }
  .cmn_main_box_png.about4{
    top: -130px;
    left: 10px;
    width: calc(221px*0.4);
  }
  .cmn_main_box_png.about5{
    top: -130px;
    right: 10px;
    width: calc(233px*0.5);
  }
  .cmn_main_box_png.about6{
    top: 80px;
    right: 10px;
    width: calc(322px*0.5);
  }
  .cmn_main_box_png.about7{
    top: -200px;
    left: 10px;
    width: calc(330px*0.5);
  }
  .cmn_main_box_png.about8{
    top: -150px;
    right: 10px;
    width: calc(143px * 0.5);
  }
  .cmn_main_box_png.about9{
    top: -100px;
    right: 80px;
    width: calc(161px * 0.5);
  }
  .cmn_main_box_png.about10{
    top: -150px;
    right: 170px;
    width: calc(355px * 0.5);
  }
  .cmn_main_box_png.about11{
    top: -20px;
    right: 350px;
    width: calc(93px * 0.5);
  }
  .cmn_main_box_png.about12{
    top: -62px;
    left: 173px;
  }
  .cmn_main_box_png.about12{
    top: -35px;
    left: 70px;
    width: calc(83px * 0.5);
  }
  .cmn_main_box_png.about13{
    top: 150px;
    right: 70px;
    width: calc(412px * 0.4);
  }
  .cmn_main_box_png.about14{
    top: 0px;
    right: 50px;
    width: calc(62px * 0.4);
  }
  .cmn_main_box_png.about15{
    top: -100px;
    left: 10px;
    width: calc(547px * 0.4);
  }
  .cmn_main_box_png.about16{
    top: -150px;
    right: 10px;
    width: calc(240px * 0.5);
  }
  .cmn_main_box_png.about17{
    top: -100px;
    right: 60px;
    width: calc(196px * 0.5);
  }
  .cmn_main_box_png.about18{
    top: -230px;
    left: 15px;
    width: calc(191px * 0.5);
  }
  .cmn_main_box_png.about19{
    top: -150px;
    right: 100px;
    width: calc(431px * 0.5);
  }
  .cmn_main_box_png.about20{
    top: -150px;
    right: 20px;
    width: calc(138px * 0.5);
  }

  /*トレーラーハウスって何？*/
  .about_box_content{

  }
  .about_box{

  }
  .about_box1{
    margin-top: 0px;
    order: 1;
    width: 61.51%;
  }
  .about_box2{
    order: 2;
    width: 36.51%;
  }
  .about_box .sec_title_ja2{

  }
  .about_box .sec_title_ja{
    margin-top: 16px;
  }
  .about_box .cmn_main_box_text{
    margin-top: 23px;
  }
  .about_box_img_content{

  }
  .about_box_img1.img_fit{

  }
  .about_box_img2_content{
    margin-top: 27px;
  }
  .about_box_img2.img_fit{

  }

  /*スムーズに導入できる 4つの理由*/
  .about_reason.sec_title_ja2{
    margin-top: 15px;
  }
  .about_reason.sec_title_ja2 strong{
    font-size: 38px;
  }
  .about_reason_box_contect{
    margin: 50px -10px 0;
  }
  .about_reason_box{
    width: 50%;
    padding: 0 10px;
  }
  .about_reason_box:nth-child(2){
    margin-top: 50px;
  }
  .about_reason_box:nth-child(3){
    margin-top: 50px;
  }
  .about_reason_box:nth-child(4){
    margin-top: 100px;
  }
  .about_reason_box_inner{

  }
  .about_reason_box_nbr{
    top: -43px;
    left: 2px;
    font-size: 79px;
  }
  .about_reason_box_img.img_fit{

  }
  .about_reason_box_img.img_fit.img1 img{
    border-radius: 50px 0 0 0;
  }
  .about_reason_box_img.img_fit.img2 img{
    border-radius: 0 0 50px 0;
  }
  .about_reason_box_img.img_fit.img3 img{
    border-radius: 0 0 0 50px;
  }
  .about_reason_box_img.img_fit.img4 img{
    border-radius: 0 50px 0 0;
  }
  .about_reason_box_title{
    margin-top: 9px;
    padding: 10px 0;
    font-size: 20px;
  }
  .about_reason_box_text{
    margin-top: 10px;
  }

  /*節税メリット*/
  .about_saving_box_content{

  }
  .about_saving_box{

  }
  .about_saving_box1{
    width: 44.75%;
  }
  .about_saving_box2{
    width: 51.05%;
  }
  .about_saving_box.setuzei .about_saving_box1{
    width: 51.05%;
  }
  .about_saving_box.setuzei .about_saving_box2{
    width: 44.75%;
    margin-top: -35px;
  }
  .about_saving_box.setuzei .sec_title_ja{
    margin-top: 0;
  }

  .about_saving_box_title{
    margin-top: 0px;
    font-size: 28px;
  }
  .about_saving_box_text{
    margin-top: 15px;
  }
  .about_saving_box_img{
    margin-top: 15px;
  }
  .about_saving_box_orang{
    margin: 15px auto;
  }
  .about_saving_box_result{
    margin-top: 26px;
  }
  .about_saving_box_result:before{
    top: -31px;
    width: 210px;
    height: 40px;
  }
  .about_saving_box_mony{
    margin-top: 0px;
    font-size: 24px;
  }
  .about_saving_box_mony strong{
    font-size: 35px;
  }
  .about_saving_box_mony em{
    font-size: 28px;
  }
  .about_saving_box_mony p{
    letter-spacing: 0;
  }
  .about_saving_box .sec_title_ja2{
    margin-top: 0px;
  }
  .about_saving_box .sec_title_ja{
    margin-top: 10px;
  }
  .about_saving_box .cmn_main_box_text{
    margin-top: 10px;
  }

  /*設置時の注意点と確認ポイント*/
  .about_point_box{

  }
  .about_point_box1{
    width: 42.76%;
  }
  .about_point_box2{
    width: 55.32%;
  }
  .about_point_box .sec_title_en{

  }
  .about_point_box .sec_title_ja{

  }
  .about_point_box .cmn_main_box_text{
    margin-top: 95px;
  }
  .about_point_item_content{
    margin: 50px -5px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .about_point_item{
    width: 33.33%;
    padding: 0 5px;
  }
  .about_point_item_inner{

  }
  .about_point_item_title{
    margin-top: 20px;
    padding-left: 15px;
    font-size: 15px;
  }
  .about_point_item_title:after{
    margin-left: -15px;
    margin-top: 10px;
    width: 200px;
  }
  .about_point_item_text{
    margin-top: 10px;
    padding: 0 15px 20px;
  }

  /*私たちの想い*/
  .about_thoughts.sec_title.center{

  }
  .about_thoughts_content{
    margin: 50px -10px 0;
  }
  .about_thoughts_l,
  .about_thoughts_r{
    width: 50%;
    padding: 0 10px;
  }
  .about_thoughts_l{

  }
  .about_thoughts_r{
    margin-top: 50px;
  }
  .about_thoughts{

  }
  .about_thoughts:nth-child(n+2){
    margin-top: 50px;
  }
  .about_thoughts_inner{

  }
  .about_thoughts_img.img_fit{
    border-bottom: 7px solid;
  }
  .about_thoughts_title_en{
    margin-top: -30px;
    font-size: 40px;
  }
  .about_thoughts_title_ja{
    margin-top: 4px;
    font-size: 18px;
    letter-spacing: 0;
  }
  .about_thoughts_text{
    margin-top: 10px;
  }

  /*“動く住まい”を目で見て、触れて、体感できる場所*/
  .about_exhibition.sec_title_en{

  }
  .about_exhibition{
    margin-top: 15px;
  }
  .about_exhibition_l{
    width: 47.73%;
  }
  .about_exhibition_r{
    width: 49.01%;
  }
  .about_exhibition .sec_title_ja2{
    margin-top: 0;
  }
  .about_exhibition .cmn_main_box_text{
    margin-top: 0px;
  }
  .about_exhibition_box_content{
    margin-top: 92px;
  }
  .about_exhibition_box{

  }
  .about_exhibition_box_inner{
    border-radius: 50px 50px 0 0;
    border-bottom: 10px solid #eb6100;
    padding-bottom: 50px;
  }
  .about_exhibition_box1{

  }
  .about_exhibition_box2{
  }
  .about_exhibition_box_title{
    font-size: 40px;
    top: -30px;
    left: 25px;
    padding-left: 25px;
  }
  .about_exhibition_box_txt{
    padding-left: 25px;
  }
  .about_exhibition_box_txt_box{

  }
  .about_exhibition_box_txt_box:nth-child(n+2){
    margin-top: 30px;
  }
  .about_exhibition_box_sub_title{
    width: 195px;
    font-size: 20px;
    padding: 3px 0 5px;
  }
  .about_exhibition_box_sub_title:after{

  }
  .about_exhibition_box_text{
    margin-top: 5px;
    font-size: 20px;
  }
  .about_exhibition_box_map{

  }
  .about_exhibition_box_map iframe{
    border-radius: 0 50px 0 0;
  }

  /*イベント情報*/
  .about_news.sec_title_en{

  }
  .about_news.sec_title_ja2{

  }
  .about_news.news_list{
  }
  .about_news.news_list .webgene-blog{
    margin-top: 15px;
  }
  .about_news.news_list .webgene-item{

  }
  .about_news.news_list .webgene-item:nth-child(n+4){
    margin-top: 30px;
  }
  .about_news.news_list .webgene-item:nth-child(n+7){
    display: none;
  }
  .about_news.news_list .webgene-item .img.img_fit{

  }
  .about_news.news_list .webgene-item .date{
    margin-top: 17px;
  }
  .about_news.news_list .webgene-item .title{
    margin-top: 10px;
    margin-bottom: 8px;
  }
  .about_news.news_list .webgene-item .category{
    padding: 0 21px 2px;
  }


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

  }
  .pg_about .section.sec1{
  }
  .pg_about .section.sec2{
    margin-top: 275px;
    margin-bottom: 332px;
  }
  .pg_about .section.sec3{
    margin-top: -93px;
  }
  .pg_about .section.sec4{
    margin-top: 300px;
    border-radius: 0 0 0 0%;
  }
  .pg_about .section.sec5{
    margin-top: 270px;
  }
  .pg_about .section.sec6{
    margin-top: 253px;
    border-radius: 0 0 0 0%;
  }
  .pg_about .section.sec7{
    margin-top: 167px;
  }
  .pg_about .section.sec8{
    margin-top: 227px;
    padding-bottom: 400px;
    margin-bottom: -303px;
  }
  .pg_about .section.sec2:before{
    top: -300px;
  }
  .pg_about .section.sec4:before{
    top: -287px;
  }
  .pg_about .section.sec6:before{
    top: -255px;
  }
  .pg_about .section.sec8:before{
    top: -220px;
  }
  .pg_about .section.sec2:after{
    bottom: -250px;
  }
  .pg_about .section.sec4:after{
    bottom: 900px;
  }
  .pg_about .section.sec6:after{
    bottom: -270px;
  }

  /*画像*/
  .cmn_main_box_png.about1{
    top: -465px;
    left: -5px;
    width: calc(184px * 0.7);
  }
  .cmn_main_box_png.about2{
    top: -200px;
    right: 330px;
    width: calc(104px * 0.7);
  }
  .cmn_main_box_png.about3{
    top: -325px;
    right: 0px;
    width: calc(505px * 0.7);
  }
  .cmn_main_box_png.about4{
    top: -200px;
    left: 10px;
    width: calc(221px*0.7);
  }
  .cmn_main_box_png.about5{
    top: -200px;
    right: 10px;
    width: calc(233px*0.7);
  }
  .cmn_main_box_png.about6{
    top: 250px;
    right: 15px;
    width: calc(322px * 0.7);
  }
  .cmn_main_box_png.about7{
    top: -270px;
    left: 15px;
    width: calc(330px * 0.7);
  }
  .cmn_main_box_png.about8{
    top: -185px;
    right: 0px;
    width: calc(143px * 0.7);
  }
  .cmn_main_box_png.about9{
    top: -70px;
    right: 65px;
    width: calc(161px * 0.7);
  }
  .cmn_main_box_png.about10{
    top: -150px;
    right: 170px;
    width: calc(355px * 0.6);
  }
  .cmn_main_box_png.about11{
    top: -50px;
    right: 55%;
    width: calc(93px * 0.7);
  }
  .cmn_main_box_png.about12{
    top: -48px;
    left: 13%;
    width: calc(83px * 0.7);
  }
  .cmn_main_box_png.about13{
    top: 200px;
    right: 130px;
    width: calc(412px * 0.6);
  }
  .cmn_main_box_png.about14{
    top: 0px;
    right: 50px;
    width: calc(62px * 0.7);
  }
  .cmn_main_box_png.about15{
    top: -250px;
    left: 10px;
    width: calc(547px * 0.6);
  }
  .cmn_main_box_png.about16{
    top: -185px;
    right: 10px;
    width: calc(240px * 0.7);
  }
  .cmn_main_box_png.about17{
    top: -100px;
    right: 85px;
    width: calc(196px * 0.7);
  }
  .cmn_main_box_png.about18{
    top: -230px;
    left: 15px;
    width: calc(191px * 0.7);
  }
  .cmn_main_box_png.about19{
    top: -230px;
    right: 130px;
    width: calc(431px * 0.6);
  }
  .cmn_main_box_png.about20{
    top: -180px;
    right: 20px;
    width: calc(138px * 0.7);
  }

  /*トレーラーハウスって何？*/
  .about_box_content{

  }
  .about_box{

  }
  .about_box1{

  }
  .about_box2{

  }
  .about_box .sec_title_ja2{
    margin-top: -23px;
    margin-left: -17px;
  }
  .about_box .sec_title_ja{
    margin-top: 16px;
  }
  .about_box .cmn_main_box_text{
    margin-top: 23px;
  }
  .about_box_img_content{

  }
  .about_box_img1.img_fit{

  }
  .about_box_img2_content{
    margin-top: 27px;
  }
  .about_box_img2.img_fit{

  }

  /*スムーズに導入できる 4つの理由*/
  .about_reason.sec_title_ja2{

  }
  .about_reason.sec_title_ja2 strong{
    font-size: 40px;
  }
  .about_reason_box_contect{
    margin: 49px -10px 0;
  }
  .about_reason_box{
    width: 25%;
    padding: 0 10px;
  }
  .about_reason_box:nth-child(2){
    margin-top: 65px;
  }
  .about_reason_box:nth-child(3){
    margin-top: 133px;
  }
  .about_reason_box:nth-child(4){
    margin-top: 217px;
  }
  .about_reason_box_inner{

  }
  .about_reason_box_nbr{
    top: -25px;
    left: 0px;
    font-size: 50px;
  }
  .about_reason_box_img.img_fit{

  }
  .about_reason_box_img.img_fit.img1 img{
    border-radius: 25px 0 0 0;
  }
  .about_reason_box_img.img_fit.img2 img{
    border-radius: 0 0 25px 0;
  }
  .about_reason_box_img.img_fit.img3 img{
    border-radius: 0 0 0 25px;
  }
  .about_reason_box_img.img_fit.img4 img{
    border-radius: 0 25px 0 0;
  }
  .about_reason_box_title{
    margin-top: 15px;
    padding: 5px 0;
    font-size: 18px;
  }
  .about_reason_box_text{
    margin-top: 15px;
  }

  /*節税メリット*/
  .about_saving_box_content{

  }
  .about_saving_box{

  }
  .about_saving_box1{

  }
  .about_saving_box2{

  }
  .about_saving_box_title{
    margin-top: 0px;
    font-size: 38px;
  }
  .about_saving_box_text{
    margin-top: 25px;
    font-size: 17px;
  }
  .about_saving_box_img{
    margin-top: 15px;
  }
  .about_saving_box_orang{
    margin: 10px auto;
  }
  .about_saving_box_result{
    margin-top: 26px;
  }
  .about_saving_box_result:before{
    top: -31px;
    width: 210px;
    height: 40px;
  }
  .about_saving_box_mony{
    margin-top: 0px;
    font-size: 32px;
  }
  .about_saving_box_mony strong{
    font-size: 50px;
  }
  .about_saving_box_mony em{
    font-size: 40px;
  }
  .about_saving_box .sec_title_ja2{

  }
  .about_saving_box .sec_title_ja{
    margin-top: 15px;
  }
  .about_saving_box .cmn_main_box_text{
    margin-top: 20px;
  }
  .setuzei_box{
    margin-top: 50px;
  }


  /*設置時の注意点と確認ポイント*/
  .about_point_box{
    align-content: flex-end;
    align-items: flex-end;
  }
  .about_point_box1{

  }
  .about_point_box2{

  }
  .about_point_box .sec_title_en{

  }
  .about_point_box .sec_title_ja{

  }
  .about_point_box .cmn_main_box_text{
    margin-top: 0px;
    margin-right: -1px;
    margin-bottom: 7px;
  }
  .about_point_item_content{
    margin: 48px -12px 0;
  }
  .about_point_item{
    width: 33.33%;
    padding: 0 12px;
  }
  .about_point_item_inner{

  }
  .about_point_item_title{
    margin-top: 24px;
    padding-left: 25px;
    font-size: 18px;
  }
  .about_point_item_title:after{
    margin-left: -25px;
    margin-top: 10px;
    width: 270px;
  }
  .about_point_item_text{
    margin-top: 10px;
    padding: 0 28px 23px;
  }

  /*私たちの想い*/
  .about_thoughts.sec_title.center{

  }
  .about_thoughts_content{
    margin: 68px -15px 0;
  }
  .about_thoughts_l,
  .about_thoughts_r{
    width: 50%;
    padding: 0 15px;
  }
  .about_thoughts_l{

  }
  .about_thoughts_r{
    margin-top: 227px;
  }
  .about_thoughts{

  }
  .about_thoughts:nth-child(n+2){
    margin-top: 44px;
  }
  .about_thoughts_r .about_thoughts:nth-child(n+2){
    margin-top: 70px;
  }
  .about_thoughts_inner{

  }
  .about_thoughts_img.img_fit{
    border-bottom: 10px solid;
  }
  .about_thoughts_title_en{
    margin-top: -35px;
    font-size: 50px;
  }
  .about_thoughts_title_ja{
    margin-top: 4px;
    font-size: 23px;
    letter-spacing: 0.075em;
  }
  .about_thoughts_text{
    margin-top: 17px;
  }

  /*“動く住まい”を目で見て、触れて、体感できる場所*/
  .about_exhibition.sec_title_en{

  }
  .about_exhibition{
    margin-top: 0;
  }
  .about_exhibition_l{

  }
  .about_exhibition_r{

  }
  .about_exhibition .sec_title_ja2{
    margin-top: 0px;
  }
  .about_exhibition .cmn_main_box_text{
    margin-top: 79px;
  }
  .about_exhibition_box_content{
    margin-top: 92px;
  }
  .about_exhibition_box{

  }
  .about_exhibition_box_inner{
    border-radius: 50px 50px 0 0;
    border-bottom: 10px solid #eb6100;
    padding-bottom: 50px;
    padding-bottom: 0;
  }
  .about_exhibition_box1{
    margin-top: 0;
    padding-bottom: 50px;
    width: 55.23%;
    order: 1;
  }
  .about_exhibition_box2{
    margin-top: 0;
    width: 42.76%;
    order: 2;
  }
  .about_exhibition_box_title{
    font-size: 68px;
    position: absolute;
    padding-left: 0;
    top: -54px;
    left: 50px;
  }
  .about_exhibition_box_txt{
    margin-top: 83px;
    padding-left: 50px;
    padding-right: 0;
  }
  .about_exhibition_box_txt_box{

  }
  .about_exhibition_box_txt_box:nth-child(n+2){
    margin-top: 30px;
  }
  .about_exhibition_box_sub_title{
    width: 195px;
    font-size: 20px;
    padding: 3px 0 5px;
  }
  .about_exhibition_box_sub_title:after{

  }
  .about_exhibition_box_text{
    margin-top: 3px;
    padding-left: 14px;
  }
  .about_exhibition_box_map{
    margin-bottom: 0;
    height: 100%;
  }

  .about_exhibition_box_map .aria_map{
    height: 100%;
  }
  .about_exhibition_box_map iframe{
    border-radius: 0 50px 0 0;
    height: 600px;
    height: 100%;
  }

  /*イベント情報*/
  .about_news.sec_title_en{

  }
  .about_news.sec_title_ja2{
    margin-top: -17px;
  }
  .about_news{

  }
  .about_news.news_list .webgene-blog{
    margin: 45px -9px 0;
  }
  .about_news.news_list .webgene-item{
    width: 20%;
    padding: 0 9px;
  }
  .about_news.news_list .webgene-item:nth-child(n+4){
    margin-top: 0;
  }
  .about_news.news_list .webgene-item:nth-child(n+6){
    display: none;
  }
  .about_news.news_list .webgene-item .img.img_fit{

  }
  .about_news.news_list .webgene-item .date{
    margin-top: 17px;
  }
  .about_news.news_list .webgene-item .title{
    margin-top: 10px;
    margin-bottom: 8px;
  }
  .about_news.news_list .txt_ellipsis_line2{
    -webkit-line-clamp: 3;
  }
  .about_news.news_list .webgene-item .category{
    padding: 0 21px 2px;
  }
  .about_news.news_list .read_more{
    margin-top: 56px;
  }
  .about_news.news_list .read_more a{
    padding: 18px 20px;
  }

}
@media (min-width:1200px){
  .pg_about .section.sec6{
    margin-top: 253px;
    border-radius: 0 0 0 0%;
  }
  .pg_about .section.sec2:before{
    top: -345px;
  }
  .pg_about .section.sec2:after{
    bottom: -300px;
  }
  .pg_about .section.sec4:after{
    bottom: 700px;
    height: 843px;
  }
  .pg_about .section.sec6:after{
    bottom: -300px;
  }

  /*画像*/
  .cmn_main_box_png.about11{
    top: 30px;
    right: 57%;
    width: calc(93px * 0.7);
  }
  .cmn_main_box_png.about12{
    top: -48px;
    left: 19%;
    width: calc(83px * 0.7);
  }
  .about_point_item_title
  .cmn_main_box_png.about13{
    top: 200px;
    right: 130px;
    width: calc(412px * 0.6);
  }
  .cmn_main_box_png.about14{
    top: 0px;
    right: 50px;
    width: calc(62px * 0.7);
  }
  .cmn_main_box_png.about15{
    top: -250px;
    left: 10px;
    width: calc(547px * 0.6);
  }
  .cmn_main_box_png.about16{
    top: -185px;
    right: 10px;
    width: calc(240px * 0.7);
  }
  .cmn_main_box_png.about17{
    top: -100px;
    right: 85px;
    width: calc(196px * 0.7);
  }
  .cmn_main_box_png.about18{
    top: -230px;
    left: 15px;
    width: calc(191px * 0.7);
  }
  .cmn_main_box_png.about19{
    top: -230px;
    right: 130px;
    width: calc(431px * 0.6);
  }
  .cmn_main_box_png.about20{
    top: -180px;
    right: 20px;
    width: calc(138px * 0.7);
  }

  /*設置時の注意点と確認ポイント*/
  .about_point_item_title{
    font-size: 18px;
  }
  .about_point_item_title:after{
    margin-left: -25px;
    margin-top: 10px;
    width: 320px;
  }

  /*私たちの想い*/
  .about_thoughts_title_en{
    margin-top: -43px;
    font-size: 60px;
  }

  /*スムーズに導入できる 4つの理由*/
  .about_reason.sec_title_ja2{
    margin-top: -5px;
    font-size: 80px;
    line-height: 1.1;
  }
  .about_reason.sec_title_ja2 strong{
    font-size: 98px;
  }
  .about_reason_box_nbr{
    top: -43px;
    left: 2px;
    font-size: 79px;
  }
  .about_reason_box_img.img_fit{

  }
  .about_reason_box_img.img_fit.img1 img{
    border-radius: 50px 0 0 0;
  }
  .about_reason_box_img.img_fit.img2 img{
    border-radius: 0 0 50px 0;
  }
  .about_reason_box_img.img_fit.img3 img{
    border-radius: 0 0 0 50px;
  }
  .about_reason_box_img.img_fit.img4 img{
    border-radius: 0 50px 0 0;
  }
  .about_reason_box_title{
    margin-top: 9px;
    padding: 10px 0 11px;
  }
  .about_reason_box_text{
    margin-top: 19px;
  }

  /*節税メリット*/
  .about_saving_box_title{
    margin-top: 35px;
    font-size: 40px;
  }
  .about_saving_box_text{
    font-size: 18px;
  }
  .about_saving_box_img{
    margin-top: 38px;
  }
  .about_saving_box_orang{
    margin: 10px auto;
  }
  .about_saving_box_result{
    margin-top: 26px;
  }
  .about_saving_box_result:before{
    top: -31px;
    width: 210px;
    height: 40px;
  }
  .about_saving_box_mony{

  }
  .about_saving_box_mony strong{

  }
  .about_saving_box_mony em{

  }
  .about_saving_box .sec_title_ja2{

  }
  .about_saving_box .sec_title_ja{
    margin-top: 17px;
  }
  .about_saving_box .cmn_main_box_text{
    margin-top: 24px;
  }
  .setuzei_box .sec_title_ja2{
    margin-top: -20px;
  }

  /*“動く住まい”を目で見て、触れて、体感できる場所*/
  .about_exhibition .sec_title_ja2{
    margin-top: -15px;
    font-size: 59px;
  }
  .about_exhibition_box_inner{
    padding-bottom: 40px;
    padding-bottom: 0;
  }
  .about_exhibition_box_map iframe{
    border-radius: 0 50px 0 0;
    /*height: 412px;*/
  }

}
@media (min-width:1440px){
  .pg_about .section.sec4:after{
    bottom: 600px;
  }
  /*画像*/
  .cmn_main_box_png.about7{
    top: -200px;
    left: 15px;
    width: calc(330px * 0.7);
  }
  .cmn_main_box_png.about12{
    top: -41px;
    left: 13%;
    width: calc(83px * 0.7);
  }

  /*設置時の注意点と確認ポイント*/
  .about_point_item_title{
    font-size: 19px;
  }

  /*節税メリット*/
  .about_saving_box_title{
    margin-top: 35px;
    font-size: 40px;
  }
  .about_saving_box_text{
    font-size: 18px;
  }
  .about_saving_box_img{
    margin-top: 38px;
  }
  .about_saving_box_orang{
    margin: 10px auto;
  }
  .about_saving_box_result{
    margin-top: 26px;
  }
  .about_saving_box_result:before{
    top: -31px;
    width: 210px;
    height: 40px;
  }
  .about_saving_box_mony{
    margin-top: -31px;
    font-size: 40px;
  }
  .about_saving_box_mony strong{
    font-size: 80px;
  }
  .about_saving_box_mony em{
    font-size: 50px;
  }
  .about_saving_box .sec_title_ja2{

  }
  .about_saving_box .sec_title_ja{
    margin-top: 17px;
  }
  .about_saving_box .cmn_main_box_text{
    margin-top: 24px;
  }
  .about_saving_box.setuzei .cmn_main_box_text{
    margin-top: 34px;
  }

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

  /*設置時の注意点と確認ポイント*/
  .about_point_item_title{
    font-size: 20px;
  }

  /*スムーズに導入できる 4つの理由*/
  .about_reason_box_title{
    margin-top: 9px;
    padding: 10px 0 11px;
    font-size: 24px;
  }

  /*節税メリット*/
  .about_saving_box_mony{
    margin-top: -31px;
    font-size: 51px;
  }
  .about_saving_box_mony strong{
    font-size: 91px;
  }
  .about_saving_box_mony em{
    font-size: 66px;
  }

  /*“動く住まい”を目で見て、触れて、体感できる場所*/
  .about_exhibition .sec_title_ja2{
    margin-top: -15px;
    font-size: 80px;
  }

}
@media (min-width:1920px){
  .pg_about .section.sec4{
    /*border-radius: 0 0 0 50%;*/
    border-radius: 0;
  }
  .pg_about .section.sec6{
    /*border-radius: 0 0 0 50%;*/
    border-radius: 0;
  }
  .pg_about .section.sec2:after{
    bottom: -332px;
  }
  .pg_about .section.sec4:after{
    bottom: 600px;
    height: 843px;
  }
  .pg_about .section.sec6:after{
    bottom: -365px;
  }

  /*画像*/
  .cmn_main_box_png.about1{
    top: -403px;
    left: 10px;
  }
  .cmn_main_box_png.about2{
    top: -244px;
    right: 500px;
  }
  .cmn_main_box_png.about3{
    top: -414px;
    right: 46px;
  }
  .cmn_main_box_png.about4{
    top: -177px;
    left: 52px;
  }
  .cmn_main_box_png.about5{
    top: -153px;
    right: 53px;
  }
  .cmn_main_box_png.about6{
    top: 315px;
    right: 53px;
  }
  .cmn_main_box_png.about7{
    top: -330px;
    left: 45px;
  }
  .cmn_main_box_png.about8{
    top: -183px;
    right: 80px;
  }
  .cmn_main_box_png.about9{
    top: -13px;
    right: 178px;
  }
  .cmn_main_box_png.about10{
    top: -143px;
    right: 350px;
  }
  .cmn_main_box_png.about11{
    top: 74px;
    right: 783px;
  }
  .cmn_main_box_png.about12{
    top: -62px;
    left: 173px;
  }
  .cmn_main_box_png.about13{
    top: 285px;
    right: 163px;
  }
  .cmn_main_box_png.about14{
    top: 28px;
    right: 50px;
  }
  .cmn_main_box_png.about15{
    top: -385px;
    left: 45px;
  }
  .cmn_main_box_png.about16{
    top: -225px;
    right: 53px;
  }
  .cmn_main_box_png.about17{
    top: -95px;
    right: 165px;
  }
  .cmn_main_box_png.about18{
    top: -222px;
    left: 50px;
  }
  .cmn_main_box_png.about19{
    top: -195px;
    right: 191px;
  }
  .cmn_main_box_png.about20{
    top: -147px;
    right: 47px;
  }
  .cmn_main_box_png.about1,
  .cmn_main_box_png.about2,
  .cmn_main_box_png.about3,
  .cmn_main_box_png.about4,
  .cmn_main_box_png.about5,
  .cmn_main_box_png.about6,
  .cmn_main_box_png.about7,
  .cmn_main_box_png.about8,
  .cmn_main_box_png.about9,
  .cmn_main_box_png.about10,
  .cmn_main_box_png.about11,
  .cmn_main_box_png.about12,
  .cmn_main_box_png.about13,
  .cmn_main_box_png.about14,
  .cmn_main_box_png.about15,
  .cmn_main_box_png.about16,
  .cmn_main_box_png.about17,
  .cmn_main_box_png.about18,
  .cmn_main_box_png.about19,
  .cmn_main_box_png.about20{
    width: auto;
  }

  /*私たちの想い*/
  .about_thoughts_title_en{
    margin-top: -43px;
    font-size: 80px;
  }

}


/*******************************
*　トレーラーハウス事務所
********************************/
.pg_office{

}
.pg_office .section.sec1{
}
.pg_office .section.sec2{
  margin-top: 100px;
  background: #fef8b3;
}
.pg_office .section.sec3{
  margin-top: 100px;

}
.pg_office .section.sec4{
  margin-top: 100px;
  background: #fef8b3;
}
.pg_office .section.sec5{
  margin-top: 100px;
}
.pg_office .section.sec6{
  margin-top: 100px;
  padding-bottom: 200px;
  margin-bottom: -200px;
  background: #fef8b3;
}

.pg_office .section.sec1,
.pg_office .section.sec1 > *,
.pg_office .section.sec2,
.pg_office .section.sec2 > *,
.pg_office .section.sec3,
.pg_office .section.sec3 > *,
.pg_office .section.sec4,
.pg_office .section.sec4 > *,
.pg_office .section.sec5,
.pg_office .section.sec5 > *,
.pg_office .section.sec6,
.pg_office .section.sec6 > *{
  position: relative;
  z-index: 1;
}
.pg_office .section.sec2:before,
.pg_office .section.sec2:after,
.pg_office .section.sec4:before,
.pg_office .section.sec4:after,
.pg_office .section.sec6:before{
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
}
.pg_office .section.sec2:before,
.pg_office .section.sec4:before,
.pg_office .section.sec6:before{
  top: -100px;
  background: url(/system_panel/uploads/images/20250603140944893038.png) no-repeat top center / contain;
}
.pg_office .section.sec2:after{
  bottom: -100px;
  background: url(/system_panel/uploads/images/20250605105021275227.png) no-repeat bottom center / contain;
}
.pg_office .section.sec4:after{
  bottom: -100px;
  background: url(/system_panel/uploads/images/20250605144503927961.png) no-repeat bottom center / contain;
}
.pg_office .section.sec3{
  z-index: 2;
}

/*画像*/
.cmn_main_box_png.office1{
  top: -170px;
  left: 10px;
  width: calc(403px * 0.3);
}
.cmn_main_box_png.office2{
  top: -160px;
  right: 10px;
  width: calc(451px * 0.3);
}
.cmn_main_box_png.office3{
  right: 10px;
  bottom: -100px;
  width: calc(589px * 0.3);
}
.cmn_main_box_png.office4{
  top: -25px;
  left: 10px;
  width: calc(131px * 0.4);
}
.cmn_main_box_png.office5{
  top: 0px;
  right: 15px;
  width: calc(310px * 0.4);
}
.cmn_main_box_png.office6{
  top: -37px;
  right: 10px;
  width: calc(222px * 0.3);
}
.cmn_main_box_png.office7{
  top: 5px;
  left: 10px;
  width: calc(312px * 0.3);
}
.cmn_main_box_png.office8{
  top: -133px;
  right: 10px;
  width: calc(404px * 0.3);
}

/*トレーラーハウスの活用シーン*/
.office_house.sec_title_en{

}
.office_house.sec_title_ja2{

}
.office_house_box_content{
  margin-top: 30px;
}
.office_house_box{
  width: 100%;
}
.office_house_box:nth-child(n+2){
  margin-top: 30px;
}
.office_house_box_inner{
  border-radius: 30px;
}
.office_house_box_w,
.office_house_box_g{
  padding: 10px 0;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.office_house_box_w{
  background: #fff;
  border-radius: 30px 30px 0 0;
}
.office_house_box_g{
  position: relative;
  z-index: 1;
  color: #fff;
  background: #6fbab6;
  border-radius: 0 0 30px 30px;
}
.office_house_box_g:before{
  content: "";
  position: absolute;
  z-index: 1;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 14px;
  background: #fff;
  clip-path: polygon(100% 0, 100% 0%, 50% 100%, 0 0%);
}

/*トレーラーハウス事務所のメリット*/
.office_merit.sec_title_en{

}
.office_merit.sec_title_ja{

}
.office.about_point_item_content{

}
.office.about_point_item{

}
.office.about_point_item_inner{

}
.office.about_point_item_title{

}
.office.about_point_item_text{

}
.office_merit.about_point_item{

}
.office.about_exhibition_box_txt{
  margin-top: 20px;
  padding-bottom: 18px;
}
.office.about_exhibition_box_txt_box{

}
.office.about_exhibition_box_txt_box:nth-child(n+2){
  margin-top: 24px;
}
.office.about_exhibition_box_sub_title{
  width: 182px;
  font-weight: 700;
  font-size: 16px;
  padding: 2px 0;
}
.office.about_exhibition_box_sub_title:after{
  width: 9px;
  height: 29px;
  right: -8px;
}
.office.about_exhibition_box_text{
  margin-top: 0px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.075em;
  width: 516px;
}
.office.read_more{
  justify-content: flex-start;
}
.office.read_more a{
  color: #eb6100;
  background: #fff;
  border: 1px solid #eb6100;
  padding: 13px 0 14px;
  line-height: 1;
  width: 280px;
}

/*メリット*/
.office.about_point_item:nth-child(n+2){
  margin-top: 30px;
}

/*トレーラーハウスの事務所ラインナップ*/
.lineup_box_content{

}
.lineup_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-end;
  align-items: flex-end;
}
.lineup_box1,
.lineup_box2{
  width: 100%;
}
.lineup_box1{

}
.lineup_box2{

}
.lineup_box .sec_title_en{

}
.lineup_box .sec_title_ja2{

}
.lineup_box .cmn_main_box_text{

}
.lineup_item_content{
  margin: 30px -5px 0;
  display: flex;
  flex-wrap: wrap;
}
.lineup_item{
  width: 50%;
  padding: 0 5px;
}
.lineup_item:nth-child(n+3){
  margin-top: 30px;
}
.lineup_item:nth-child(n+9){
  display: none;
}
.lineup_item_inner{

}
.lineup_item_img.img_fit{
  border-bottom: 10px solid #6fbab6;
}
.lineup_item_img.img_fit:before{
  padding-top: 67.12%;
}
.lineup_item:first-child .lineup_item_img.img_fit img{
  border-radius: 50px 0 0 0;
}
.lineup_item:nth-child(8) .lineup_item_img.img_fit img{
  border-radius: 0 50px 0 0;
}

.pg_office .lineup_item .lineup_item_img.img_fit{
  border-color: #6fbab6;
}
.pg_office .lineup_item:nth-child(n+5) .lineup_item_img.img_fit{
  border-color: #88abda;
}

.lineup_item_title_box{
  margin-top: 18px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: flex-end;
  border-bottom: 1px solid;
}
.lineup_item_title{
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.lineup_item_title em{
  font-size: 15px;
  font-style: normal;
}
.lineup_item_money{
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
.lineup_item_text{
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6875;
}
.lineup_item_blue_outer{
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.lineup_item_blue{
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  width: 159px;
  color: #fff;
  background: #022267;
  border-radius: 17px;
  padding: 8px 0 10px;
}
.lineup.read_more a{

}
.lineup.read_more a:after{
  content: "\f08e";
  font-family: "FontAwesome";
  font-size: 20px;
}

/*設置事例*/
.office.works_list{

}
.office.works_list .sec_title_en{

}
.office.works_list .sec_title_ja{

}
.office.works_list .cmn_main_box_text{
  text-align: justify;
  padding: 0 15px;
}
.office.works_list .webgene-blog{
  margin: 30px 0 0;
}
.office.works_list .webgene-item{

}
.office.works_list .webgene-item:nth-child(n+3){
  margin-top: 10px;
}
.office.works_list .webgene-item .img.img_fit{

}
.office.works_list .webgene-item .img.img_fit:before{
  padding-top: 77.77%;
}

/*よくある質問*/
.qanda_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.qanda_box1,
.qanda_box2{
  width: 100%;
  position: relative;
}
.qanda_box1{
  z-index: 1;
}
.qanda_box2{
  z-index: 2;
}
.qanda_box .sec_title_en{

}
.qanda_box .sec_title_ja2{

}
.qanda_box_outer{

}
.qanda_box_outer:nth-child(n+2){
  margin-top: 30px;
}
.qanda_box_inner{
  background: #fff;
  padding: 20px 15px;
  border-radius: 20px;
}
.qanda_box_q,
.qanda_box_a{
  position: relative;
  z-index: 1;
  padding: 0 25px 0 30px;
}
.qanda_box_q:before,
.qanda_box_a:before{
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 30px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.qanda_box_q{
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  cursor: pointer;
}
.qanda_box_q:before{
  content: "Q";
  color: #fea449;
}
.qanda_box_q:after{
  content: "\f078";
  font-family: "FontAwesome";
  color: #eb6100;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.qanda_box_q.on:after{
  content: "\f077";
}
.qanda_box_a{
  display: none;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eb6100;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.666;
}
.qanda_box_a:before{
  content: "A";
  color: #eb6100;
  top: 10px;
}

.gjs-dashed .qanda_box_a{
  display: block;
}



@media (max-width:374px){

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

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

  .pg_office .section.sec4{
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_office .section.sec6{
    padding-top: 0;
  }
  .cmn_main_box_png.office8{
    top: -65px;
  }

  .office_house_box_content{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .lineup_item_text{
    font-size: 14px;
  }

  .qanda_box2{
    margin-top: 30px;
  }
  .qanda_box_q{
    font-size: 16px;
  }
  .qanda_box_q:before{
    top: -9px;
  }
}
@media (min-width:768px){
  .pg_office{

  }
  .pg_office .section.sec1{
  }
  .pg_office .section.sec2{
    margin-top: 200px;
  }
  .pg_office .section.sec3{
    margin-top: 200px;
  }
  .pg_office .section.sec4{
    margin-top: 200px;
  }
  .pg_office .section.sec5{
    margin-top: 200px;
  }
  .pg_office .section.sec6{
    margin-top: 200px;
  }
  .pg_office .section.sec2:before,
  .pg_office .section.sec4:before,
  .pg_office .section.sec6:before{
    top: -200px;
  }
  .pg_office .section.sec2:after,
  .pg_office .section.sec4:after{
    bottom: -200px;
  }

  /*画像*/
  .cmn_main_box_png.office1{
    top: -170px;
    left: 55px;
    width: calc(403px * 0.5);
  }
  .cmn_main_box_png.office2{
    top: -160px;
    right: 0px;
    width: calc(451px * 0.5);
  }
  .cmn_main_box_png.office3{
    right: 15px;
    bottom: 0px;
    width: calc(589px * 0.5);
  }
  .cmn_main_box_png.office4{
    top: 55px;
    left: 0;
    width: calc(131px * 0.5);
  }
  .cmn_main_box_png.office5{
    top: 0px;
    right: 47px;
    width: calc(310px * 0.6);
  }
  .cmn_main_box_png.office6{
    top: -170px;
    right: 60px;
    width: calc(222px * 0.5);
  }
  .cmn_main_box_png.office7{
    top: 10px;
    left: 10px;
    width: calc(312px * 0.5);
  }
  .cmn_main_box_png.office8{
    top: -220px;
    right: 15px;
    width: calc(404px * 0.5);
  }

  /*トレーラーハウスの活用シーン*/
  .office_house.sec_title_en{

  }
  .office_house.sec_title_ja2{

  }
  .office_house_box_content{
    margin: 50px -10px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .office_house_box{
    width: 50%;
    padding: 0 10px;
  }
  .office_house_box:nth-child(n+2){
    margin-top: 0px;
  }
  .office_house_box:nth-child(n+3){
    margin-top: 30px;
  }
  .office_house_box_inner{
    border-radius: 50px;
  }
  .office_house_box_w,
  .office_house_box_g{
    font-size: 16px;
  }
  .office_house_box_w{
    padding: 30px 0 32px;
    border-radius: 50px 50px 0 0;
  }
  .office_house_box_g{
    padding: 29px 0 30px;
    border-radius: 0 0 50px 50px;
  }
  .office_house_box_g:before{
    top: 0;
  }

  /*トレーラーハウス事務所のメリット*/
  .office_merit.sec_title_en{

  }
  .office_merit.sec_title_ja{

  }
  .office.about_point_item_content{

  }
  .office.about_point_item{

  }
  .office.about_point_item_inner{

  }
  .office.about_point_item_title{

  }
  .office.about_point_item_text{
    padding-bottom: 15px;
  }
  .office_merit.about_point_item{
    width: 50%;
  }
  .office2.about_point_item_title{

  }
  .office.about_exhibition_box_txt{
    margin-top: 20px;
    padding-bottom: 18px;
  }
  .office.about_exhibition_box_txt_box{

  }
  .office.about_exhibition_box_txt_box:nth-child(n+2){
    margin-top: 24px;
  }
  .office.about_exhibition_box_sub_title{
    padding: 0px 0 1px;
  }
  .office.about_exhibition_box_sub_title:after{
    right: -9px;
  }
  .office.about_exhibition_box_text{

  }
  .office.read_more{

  }

  /*メリット*/
  .office.about_point_item:nth-child(n+2){
    margin-top: 0px;
  }
  .office.about_point_item:nth-child(n+4){
    margin-top: 30px;
  }

  /*トレーラーハウスの事務所ラインナップ*/
  .lineup_box_content{

  }
  .lineup_box{

  }
  .lineup_box1{

  }
  .lineup_box2{

  }
  .lineup_box .sec_title_en{

  }
  .lineup_box .sec_title_ja2{

  }
  .lineup_box .cmn_main_box_text{
    margin-top: 30px;
  }
  .lineup_item_content{
    margin: 50px -10px 0;
  }
  .lineup_item{
    width: 25%;
    padding: 0 10px;
  }
  .lineup_item:nth-child(n+3){
    margin-top: 0px;
  }
  .lineup_item:nth-child(n+5){
    margin-top: 30px;
  }
  .lineup_item_inner{

  }
  .lineup_item_img.img_fit{
    border-bottom: 10px solid #6fbab6;
  }
  .lineup_item:first-child .lineup_item_img.img_fit img{
    border-radius: 50px 0 0 0;
  }
  .lineup_item:nth-child(8) .lineup_item_img.img_fit img{
    border-radius: 0 50px 0 0;
  }
  .lineup_item_title_box{
    margin-top: 18px;
    padding-bottom: 10px;
  }
  .lineup_item_title{
    font-size: 18px;
  }
  .lineup_item_money{
    font-size: 16px;
  }
  .lineup_item_text{
    margin-top: 10px;
  }
  .lineup_item_blue_outer{
    margin-top: 10px;
  }
  .lineup_item_blue{
    width: 159px;
    padding: 8px 0 10px;
  }

  /*設置事例*/
  .office.works_list{

  }
  .office.works_list{

  }
  .office.works_list .sec_title_en{

  }
  .office.works_list .sec_title_ja{

  }
  .office.works_list .cmn_main_box_text{
    text-align: center;
    padding: 0px;
  }
  .office.works_list .webgene-blog{
    margin: 50px 0 0;
  }
  .office.works_list .webgene-item{

  }
  .office.works_list .webgene-item:nth-child(n+3){
    margin-top: 0px;
  }
  .office.works_list .webgene-item:nth-child(n+4){
    margin-top: 30px;
  }
  .office.works_list .webgene-item{

  }
  .office.works_list .webgene-item .img.img_fit{

  }

  /*よくある質問*/
  .qanda_box{

  }
  .qanda_box1{
    width: 33.88%;
  }
  .qanda_box2{
    width: 61.51%;
  }
  .qanda_box .sec_title_en{

  }
  .qanda_box .sec_title_ja2{

  }
  .qanda_box_outer{

  }
  .qanda_box_outer:nth-child(n+2){
    margin-top: 40px;
  }
  .qanda_box_inner{
    padding-left: 27px;
  }
  .qanda_box_q{
    font-size: 20px;
  }
  .qanda_box_a{
    margin-top: 20px;
    padding-top: 20px;
    font-size: 18px;
  }
  .qanda_box_q:before,
  .qanda_box_a:before{
    font-size: 30px;
    top: 0;
    left: 0;
  }
  .qanda_box_a:before{
    top: 10px;
  }
  .qanda_box_q:after{
    top: 0;
    right: 0;
  }


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

  }
  .pg_office .section.sec1{
  }
  .pg_office .section.sec2{
    margin-top: 217px;
  }
  .pg_office .section.sec3{
    margin-top: 149px;
  }
  .pg_office .section.sec4{
    margin-top: 113px;
  }
  .pg_office .section.sec5{
    margin-top: 95px;
  }
  .pg_office .section.sec6{
    margin-top: 223px;
    padding-bottom: 379px;
    margin-bottom: -280px;
  }
  .pg_office .section.sec2:before{
    top: -200px;
  }
  .pg_office .section.sec2:after{
    bottom: -200px;
  }
  .pg_office .section.sec4:before{
    top: -200px;
  }
  .pg_office .section.sec4:after{
    bottom: -200px;
  }
  .pg_office .section.sec6:before{
    top: -200px;
  }

  /*画像*/
  .cmn_main_box_png.office1{
    top: -250px;
    left: 50px;
    width: calc(403px * 0.5);
  }
  .cmn_main_box_png.office2{
    top: -255px;
    right: 34px;
    width: calc(451px * 0.4);
  }
  .cmn_main_box_png.office3{
    right: 50px;
    bottom: -5px;
    width: calc(589px * 0.6);
  }
  .cmn_main_box_png.office4{
    top: 27px;
    left: 5%;
    width: calc(131px * 0.5);
  }
  .cmn_main_box_png.office5{
    top: -203px;
    right: 203px;
    width: calc(310px * 0.7);
  }
  .cmn_main_box_png.office6{
    top: -210px;
    right: 50px;
    width: calc(222px * 0.7);
  }
  .cmn_main_box_png.office7{
    top: 0px;
    left: 50px;
    width: calc(310px * 0.6);
  }
  .cmn_main_box_png.office8{
    top: -200px;
    right: 15px;
    width: calc(404px * 0.7);
  }

  /*設置するだけで、すぐに使える“動くオフィス”*/
  .office.sec_title_ja{
    margin-top: -27px;
  }
  .office.cmn_main_box_text{
    margin-top: 34px;
  }
  .office.cmn_main_box1{
    margin-top: 45px;
  }

  /*トレーラーハウスの活用シーン*/
  .office_house.sec_title_en{

  }
  .office_house.sec_title_ja2{

  }
  .office_house_box_content{
    margin: 43px -15px 0;
  }
  .office_house_box{
    width: 50%;
    padding: 0 15px;
  }
  .office_house_box:nth-child(n+3){
    margin-top: 50px;
  }
  .office_house_box_inner{

  }
  .office_house_box_w,
  .office_house_box_g{
    font-size: 20px;
  }
  .office_house_box_w{
    padding: 30px 0 32px;
  }
  .office_house_box_g{
    padding: 29px 0 30px;
  }
  .office_house_box_g:before{

  }

  /*トレーラーハウス事務所のメリット*/
  .office_merit.sec_title_en{

  }
  .office_merit.sec_title_ja{

  }
  .office.about_point_item_content{
    margin: 51px -12px 0;
  }
  .office.about_point_item{

  }
  .office.about_point_item_inner{
  }
  .office.about_point_item_title{

  }
  .office1.about_point_item_title{
    margin-top: 23px;
    padding-left: 29px;
  }
  .office1.about_point_item_title:after{
    margin-left: -29px;
    margin-top:5px;
  }
  .office2.about_point_item_title{
    font-weight: 900;
    font-size: 30px;
    margin-top: 20px;
    padding-left: 29px;
  }
  .office2.about_point_item_title:after{
    width: 83.5%;
    margin-left: -25px;
    margin-top: 9px;
  }
  .office.about_point_item_text{
    padding: 0 28px 6px;
  }
  .office2.about_point_item_text{
    line-height: 2.1875;
    margin-top: 5px;
    letter-spacing: 0.075em;
    padding: 0 20px 15px 28px;
  }
  .office.about_exhibition_box_txt{
    margin-top: 20px;
    padding-left: 30px;
    padding-bottom: 18px;
  }
  .office.about_exhibition_box_txt_box{

  }
  .office.about_exhibition_box_txt_box:nth-child(n+2){
    margin-top: 24px;
  }
  .office.about_exhibition_box_sub_title{

  }
  .office.about_exhibition_box_text{
    line-height: 1.6875;
    padding-right: 25px;
  }
  .office.read_more{
    margin-top: 25px;
  }

  /*メリット*/
  .office.about_point_item:nth-child(n+4){
    margin-top: 30px;
    margin-top: 40px;
  }
  .office.about_point_item:nth-child(n+4) .office.about_point_item_text{
    padding-bottom: 24px;
  }

  /*トレーラーハウスの事務所ラインナップ*/
  .lineup_box_content{

  }
  .lineup_box{

  }
  .lineup_box1{
    width: 48.03%;
  }
  .lineup_box2{
    width: 48.85%;
  }
  .lineup_box .sec_title_en{

  }
  .lineup_box .sec_title_ja2{

  }
  .lineup_box .cmn_main_box_text{
    margin-top: 0;
    margin-bottom: 3px;
  }
  .lineup_item_content{
    margin: 70px -10px 0;
  }
  .lineup_item{

  }
  .lineup_item:nth-child(n+5){
    margin-top: 50px;
  }
  .lineup_item_inner{

  }
  .lineup_item_img.img_fit{
    border-bottom: 10px solid #6fbab6;
  }
  .lineup_item:first-child .lineup_item_img.img_fit img{
    border-radius: 50px 0 0 0;
  }
  .lineup_item:nth-child(8) .lineup_item_img.img_fit img{
    border-radius: 0 50px 0 0;
  }
  .lineup_item_title_box{
    flex-wrap: nowrap;
    margin-top: 18px;
    padding-bottom: 10px;
  }
  .lineup_item_title{
    font-size: 18px;
    letter-spacing: 0;
  }
  .lineup_item_money{
    font-size: 16px;
    letter-spacing: 0;
  }
  .lineup_item_text{
    margin-top: 10px;
  }
  .lineup_item_blue_outer{
    margin-top: 10px;
  }
  .lineup_item_blue{
    width: 159px;
    padding: 8px 0 10px;
  }
  .lineup.read_more{
    margin-top: 49px;
  }
  .lineup.read_more a{
    padding: 17px 20px 20px;
    top: 53%;
  }

  /*設置事例*/
  .office.works_list{

  }
  .office.works_list .sec_title_en{

  }
  .office.works_list .sec_title_ja{

  }
  .office.works_list .cmn_main_box_text{

  }
  .office.works_list .webgene-blog{
    margin: 55px 0px 0;
  }
  .office.works_list .webgene-item{
    width: 20%;
    padding: 0 10px;
  }
  .office.works_list .webgene-item:nth-child(n+4){
    margin-top: 0px;
  }
  .office.works_list .webgene-item:nth-child(n+6){
    display: none;
  }
  .office.works_list .webgene-item .img.img_fit{

  }
  .office.works_list .read_more{
    margin-top: 55px;
  }
  .office.works_list .read_more a{
    padding: 19px 20px;
  }

  /*よくある質問*/
  .qanda_box{

  }
  .qanda_box1{

  }
  .qanda_box2{
    margin-top: 23px;
  }
  .qanda_box .sec_title_en{

  }
  .qanda_box .sec_title_ja2{

  }
  .qanda_box_outer{

  }
  .qanda_box_outer:nth-child(n+2){
    margin-top: 42px;
  }
  .qanda_box_inner{
    padding-top: 25px;
    padding-left: 27px;
    padding-right: 33px;
  }
  .qanda_box_q{
    padding-left: 43px;
    font-size: 20px;
  }
  .qanda_box_a{
    margin-top: 20px;
    margin-right: -23px;
    padding: 18px 0px 3px 50px;
    font-size: 18px;
  }
  .qanda_box_q:before,
  .qanda_box_a:before{
    font-size: 30px;
  }
  .qanda_box_q:before{
    top: -7px;
  }
  .qanda_box_a:before{
    top: 10px;
  }
  .qanda_box_q:after{
    top: 0;
    right: 0;
  }

}
@media (min-width:1200px){
  .pg_office .section.sec2:before{
    top: -200px;
  }
  .pg_office .section.sec2:after{
    bottom: -293px;
  }
  .pg_office .section.sec4:before{
    top: -200px;
  }
  .pg_office .section.sec4:after{
    bottom: -280px;
  }
  .pg_office .section.sec6:before{
    top: -280px;
  }

  /*画像*/
  .cmn_main_box_png.office1{
    top: -270px;
    left: 130px;
    width: calc(403px * 0.7);
  }
  .cmn_main_box_png.office2{
    top: -270px;
    right: 50px;
    width: calc(451px * 0.7);
  }
  .cmn_main_box_png.office3{
    right: 80px;
    bottom: -15px;
    width: calc(589px * 0.7);
  }
  .cmn_main_box_png.office4{
    top: 27px;
    left: 13%;
    width: calc(131px * 0.5);
  }
  .cmn_main_box_png.office5{
    top: -185px;
    right: 160px;
    width: calc(310px * 0.6);
  }

  /*トレーラーハウスの活用シーン*/
  .office_house.sec_title_ja2{
    margin-top: -23px;
    font-size: 59px;
  }
  .office_house.sec_title_ja2 p{
    letter-spacing: 0;
  }

  /*トレーラーハウス事務所のメリット*/
  .office2.about_point_item_title{
    font-weight: 900;
    font-size: 22px;
    margin-top: 20px;
    padding-left: 29px;
  }

  /*トレーラーハウスの事務所ラインナップ*/
  .lineup_box_content{

  }
  .lineup_box{

  }
  .lineup_box1{

  }
  .lineup_box2{

  }
  .lineup_box .sec_title_en{

  }
  .lineup_box .sec_title_ja2{
    font-size: 57px;
    margin-top: -15px;
    line-height: 1.3125;
  }
  .lineup_item_title{

  }
  .lineup_item_money{

  }

  /*設置事例*/
  .office.works_list{

  }
  .office.works_list .sec_title_en{

  }
  .office.works_list .sec_title_ja{
    margin-top: -11px;
    font-size: 68px;
  }
  .office.works_list .cmn_main_box_text{

  }

  /*トレーラーハウスの活用シーン*/
  .office_house_box_w, .office_house_box_g{
    font-size: 15px;
  }

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

  /*画像*/
  .cmn_main_box_png.office1{
    top: -245px;
    left: 130px;
    width: calc(403px * 0.7);
  }
  .cmn_main_box_png.office2{
    top: -230px;
    right: 50px;
    width: calc(451px * 0.5);
  }
  .cmn_main_box_png.office4{
    top: 40px;
    left: 8.5%;
    width: calc(131px * 0.7);
  }
  .cmn_main_box_png.office5{
    top: -150px;
    right: 160px;
    width: calc(310px * 0.7);
  }

  /*トレーラーハウスの活用シーン*/
  .office_house_box_w, .office_house_box_g{
    font-size: 18px;
  }

  /*トレーラーハウスの活用シーン*/
  .office_house.sec_title_ja2{
    margin-top: -23px;
    font-size: 70px;
  }
  /*トレーラーハウス事務所のメリット*/
  .office2.about_point_item_title{
    font-weight: 900;
    font-size: 30px;
    margin-top: 20px;
    padding-left: 29px;
  }
  /*トレーラーハウスの事務所ラインナップ*/
  .lineup_box_content{

  }
  .lineup_box{

  }
  .lineup_box1{

  }
  .lineup_box2{

  }
  .lineup_box .sec_title_en{

  }
  .lineup_box .sec_title_ja2{
    font-size: 70px;
    margin-top: -15px;
    line-height: 1.3125;
  }
  .lineup_item_title{

  }
  .lineup_item_money{

  }

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

  /*トレーラーハウスの活用シーン*/
  .office_house.sec_title_ja2{
    margin-top: -23px;
    font-size: 80px;
  }
  .office_house.sec_title_ja2 p{
    letter-spacing: 0;
  }

  /*トレーラーハウスの活用シーン*/
  .office_house_box_w, .office_house_box_g{
    font-size: 20px;
  }

  /*トレーラーハウスの事務所ラインナップ*/
  .lineup_box_content{

  }
  .lineup_box{

  }
  .lineup_box1{

  }
  .lineup_box2{

  }
  .lineup_box .sec_title_en{

  }
  .lineup_box .sec_title_ja2{
    font-size: 80px;
    margin-top: -15px;
    line-height: 1.3125;
  }
  .lineup_item_title{
    font-size: 24px;
    letter-spacing: 0.075em;
  }
  .lineup_item_money{
    font-size: 20px;
    letter-spacing: 0.075em;
  }

  /*トレーラーハウスの活用シーン*/
  .office_house_box_w, .office_house_box_g{
    font-size: 20px;
  }

}
@media (min-width:1920px){
  .pg_office .section.sec2,
  .pg_office .section.sec4{
    /*border-radius: 0 0 0 50%;*/
    border-radius: 0;
  }

  /*画像*/
  .cmn_main_box_png.office1,
  .cmn_main_box_png.office2,
  .cmn_main_box_png.office3,
  .cmn_main_box_png.office4,
  .cmn_main_box_png.office5,
  .cmn_main_box_png.office6,
  .cmn_main_box_png.office7,
  .cmn_main_box_png.office8{
    width: auto;
  }
  .cmn_main_box_png.office1{
    top: -267px;
    left: 49px;
  }
  .cmn_main_box_png.office2{
    top: -255px;
    right: 34px;
  }
  .cmn_main_box_png.office3{
    right: 47px;
    bottom: -104px;
  }
  .cmn_main_box_png.office4{
    top: 17px;
    left: 51px;
  }
  .cmn_main_box_png.office5{
    top: -180px;
    right: 203px;
  }
  .cmn_main_box_png.office6{
    top: -133px;
    right: 190px;
  }
  .cmn_main_box_png.office7{
    top: 5px;
    left: 185px;
  }
  .cmn_main_box_png.office8{
    top: -256px;
    right: 48px;
  }

  /*よくある質問*/
  .qanda_box .sec_title_en{
    letter-spacing: 0.12em;
  }
  .qanda_box .sec_title_ja2{
    margin-top: -23px;
    font-size: 80px;
    letter-spacing: 0.12em;
  }

}


/*******************************
*　トレーラーハウス住居
********************************/
.pg_residence{

}

.pg_residence .section.sec1,
.pg_residence .section.sec2,
.pg_residence .section.sec3,
.pg_residence .section.sec4,
.pg_residence .section.sec5,
.pg_residence .section.sec6{
  padding: 0;
}
.pg_residence .section.sec1{
}
.pg_residence .section.sec2{
  margin-top: 150px;
  background: #fef8b3;
}
.pg_residence .section.sec3{
  margin-top: 150px;
}
.pg_residence .section.sec4{
  margin-top: 150px;
  background: #fef8b3;
}
.pg_residence .section.sec5{
  margin-top: 150px;
}
.pg_residence .section.sec6{
  margin-top: 150px;
  padding-bottom: 200px;
  margin-bottom: -150px;
  background: #fef8b3;
}

.pg_residence .section.sec1,
.pg_residence .section.sec1 > *,
.pg_residence .section.sec2,
.pg_residence .section.sec2 > *,
.pg_residence .section.sec3,
.pg_residence .section.sec3 > *,
.pg_residence .section.sec4,
.pg_residence .section.sec4 > *,
.pg_residence .section.sec5,
.pg_residence .section.sec5 > *,
.pg_residence .section.sec6,
.pg_residence .section.sec6 > *{
  position: relative;
  z-index: 1;
}
.pg_residence .section.sec2:before,
.pg_residence .section.sec2:after,
.pg_residence .section.sec4:before,
.pg_residence .section.sec4:after,
.pg_residence .section.sec6:before{
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
}
.pg_residence .section.sec2:before,
.pg_residence .section.sec4:before,
.pg_residence .section.sec6:before{
  top: -100px;
  background: url(/system_panel/uploads/images/20250609121539617681.png) no-repeat top center / contain;
}
.pg_residence .section.sec2:after{
  bottom: -100px;
  background: url(/system_panel/uploads/images/20250609121737250505.png) no-repeat bottom center / contain;
}
.pg_residence .section.sec4:after{
  bottom: -100px;
  background: url(/system_panel/uploads/images/20250605144503927961.png) no-repeat bottom center / contain;
}

/*画像*/
.cmn_main_box_png.residence1{
  top: -100px;
  left: 20px;
  width: calc(462px*0.3);
}
.cmn_main_box_png.residence2{
  top: -80px;
  left: 10px;
  width: calc(147px * 0.3);
}
.cmn_main_box_png.residence3{
  top: -50px;
  left: 10px;
  width: calc(224px * 0.3);
}
.cmn_main_box_png.residence4{
  top: -50px;
  right: 10px;
  width: calc(260px * 0.3);
}
.cmn_main_box_png.residence5{
  top: 0;
  right: 53px;
  width: calc(346px * 0.3);
}
.cmn_main_box_png.residence6{
  top: 0px;
  right: 10px;
  width: calc(167px * 0.3);
}
.cmn_main_box_png.residence7{
  top: -20px;
  left: 10px;
  width: calc(202px * 0.3);
}
.cmn_main_box_png.residence8{
  top: -70px;
  right: 10px;
  width: calc(404px * 0.3);
}
.cmn_main_box_png.residence9{
  top: -100px;
  left: 10px;
  width: calc(451px * 0.3);
}

/*トレーラーハウス住居はこんな方に選ばれています*/
.residence_box_content{
  margin-top: 6px;
}
.residence_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.residence_box1,
.residence_box2{
  width: 100%;
}
.residence_box1{

}
.residence_box2{
  margin-top: 15px;
}
.residence_box .sec_title_ja2{

}
.residence_check_box{

}
.residence_check_box_inner{
  background: #f8f2e9;
  border-bottom: 10px solid #6fbab6;
  border-radius: 50px 50px 0 0;
  padding: 30px 15px;
}
.residence_check_box_txt{
  padding-left: 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.residence_check_box_txt:before{
  content: "";
  background: url(/system_panel/uploads/images/20250609113629450723.png)no-repeat center center;
  width: 27px;
  height: 22px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.residence_check_box_txt:nth-child(n+2){
  margin-top: 15px;
}

/*トレーラーハウス住居のメリット*/
.about_point_item_title_outer{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_point_item_title_outer .about_point_item_title{

}
.about_point_item_title_outer .about_point_item_title:after{
  width: 100%;
}
.about_point_item_title_outer .read_more{
  padding-left: 15px;
  padding-right: 1.5%;
  margin-top: 14px;
}
.about_point_item_title_outer .read_more a{
  color: #eb6100;
  background: #fff;
  border-color: #eb6100;
  padding: 12px 0px 0px;
  height: 43.25px;
}

/*メリット*/
.residence.about_point_item:nth-child(n+2){
  margin-top: 30px;
}

/*トレーラーハウスの住居ラインナップ*/
.pg_residence .lineup_item .lineup_item_img.img_fit{
  border-color: #88abda;
}
.pg_residence .lineup_item:nth-child(n+5) .lineup_item_img.img_fit{
  border-color: #f19ec2;
}



/* コピー用 */
@media (max-width:374px){

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

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

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

  }
  .pg_residence .section.sec1{
  }
  .pg_residence .section.sec2{
    margin-top: 200px;
  }
  .pg_residence .section.sec3{
    margin-top: 200px;
  }
  .pg_residence .section.sec4{
    margin-top: 200px;
  }
  .pg_residence .section.sec5{
    margin-top: 200px;
  }
  .pg_residence .section.sec6{
    margin-top: 200px;
  }
  .pg_residence .section.sec2:before,
  .pg_residence .section.sec4:before,
  .pg_residence .section.sec6:before{
    top: -200px;
  }
  .pg_residence .section.sec2:after,
  .pg_residence .section.sec4:after{
    bottom: -200px;
  }

  /*画像*/
  .cmn_main_box_png.residence1{
    top: -190px;
    left: 20px;
    width: calc(462px * 0.5);
  }
  .cmn_main_box_png.residence2{
    top: -150px;
    left: 10px;
    width: calc(147px * 0.5);
  }
  .cmn_main_box_png.residence3{
    top: -50px;
    left: 10px;
    width: calc(224px * 0.3);
  }
  .cmn_main_box_png.residence4{
    top: -50px;
    right: 10px;
    width: calc(260px * 0.3);
  }
  .cmn_main_box_png.residence5{
    top: 0;
    right: 100px;
    width: calc(346px * 0.5);
  }
  .cmn_main_box_png.residence6{
    top: -30px;
    right: 15px;
    width: calc(167px * 0.5);
  }
  .cmn_main_box_png.residence7{
    top: -50px;
    left: 15px;
    width: calc(202px * 0.5);
  }
  .cmn_main_box_png.residence8{
    top: -150px;
    right: 10px;
    width: calc(404px * 0.5);
  }
  .cmn_main_box_png.residence9{
    top: -150px;
    left: 10px;
    width: calc(451px * 0.5);
  }

  /*トレーラーハウス住居はこんな方に選ばれています*/
  .residence_box_content{
    margin-top: 6px;
  }
  .residence_box{

  }
  .residence_box1{
    width: 35.73%;
  }
  .residence_box2{
    margin-top: 0;
    width: 60%;
  }
  .residence_box .sec_title_ja2{

  }
  .residence_check_box{

  }
  .residence_check_box_inner{
    border-bottom: 10px solid #6fbab6;
    padding: 30px 15px;
  }
  .residence_check_box_txt{
    padding-left: 40px;
    font-size: 18px;
  }
  .residence_check_box_txt:before{

  }
  .residence_check_box_txt:nth-child(n+2){

  }

  /*トレーラーハウス住居のメリット*/
  .about_point_item.residence.residence_merit{
    width: 100%;
  }
  .about_point_item_title_outer{

  }

  /*メリット*/
  .residence.about_point_item:nth-child(n+2){
    margin-top: 0px;
  }
  .residence.about_point_item:nth-child(n+4){
    margin-top: 30px;
  }

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

  }
  .pg_residence .section.sec1{
  }
  .pg_residence .section.sec2{
    margin-top: 290px;
  }
  .pg_residence .section.sec3{
    margin-top: 233px;
  }
  .pg_residence .section.sec4{
    margin-top: 277px;
  }
  .pg_residence .section.sec5{
    margin-top: 193px;
  }
  .pg_residence .section.sec6{
    margin-top: 323px;
    padding-bottom: 379px;
    margin-bottom: -280px;
  }
  .pg_residence .section.sec2:before{
    top: -200px;
  }
  .pg_residence .section.sec2:after{
    bottom: -200px;
  }
  .pg_residence .section.sec4:before{
    top: -200px;
  }
  .pg_residence .section.sec4:after{
    bottom: -200px;
  }
  .pg_residence .section.sec6:before{
    bottom: -200px;
  }

  /*画像*/
  .cmn_main_box_png.residence1{
    top: -200px;
    left: 80px;
    width: calc(462px * 0.7);
  }
  .cmn_main_box_png.residence2{
    top: -150px;
    left: 55px;
    width: calc(147px * 0.7);
  }
  .cmn_main_box_png.residence3{
    top: -100px;
    left: 10px;
    width: calc(224px * 0.7);
  }
  .cmn_main_box_png.residence4{
    top: -175px;
    right: 10px;
    width: calc(260px * 0.7);
  }
  .cmn_main_box_png.residence5{
    top: -200px;
    right: 35px;
    width: calc(346px * 0.7);
  }
  .cmn_main_box_png.residence6{
    top: -70px;
    right: 70px;
    width: calc(167px * 0.6);
  }
  .cmn_main_box_png.residence7{
    top: -130px;
    left: 70px;
    width: calc(202px * 0.6);
  }
  .cmn_main_box_png.residence8{
    top: -165px;
    right: 15px;
    width: calc(404px * 0.6);
  }
  .cmn_main_box_png.residence9{
    top: -200px;
    left: 50px;
    width: calc(451px * 0.7);
  }

  /*“建てない”という新しい暮らしの選択肢​​​​​​​*/
  .cmn_main_box_content.residence{
    margin-top: 35px;
  }
  .cmn_main_box1.residence{
    margin-top: 57px;
  }
  .cmn_main_box2.residence .sec_title_ja{
    letter-spacing: 0.075em;
    margin-right: -37px;
  }
  .cmn_main_box_text.residence{
    margin-top: 34px;
  }

  /*トレーラーハウス住居はこんな方に選ばれています*/
  .residence_box_content{
    margin-top: 6px;
  }
  .residence_box{

  }
  .residence_box1{
    width: 45.73%;
  }
  .residence_box2{
    width: 50%;
  }
  .residence_box .sec_title_ja2{
    line-height: 1.3125;
  }
  .residence_box .sec_title_ja2 p{
    letter-spacing: 0.075em;
  }
  .residence_check_box{

  }
  .residence_check_box_inner{
    border-bottom: 10px solid #6fbab6;
    padding: 33px 40px 35px;
  }
  .residence_check_box_txt{
    padding-left: 53px;
    font-size: 20px;
  }
  .residence_check_box_txt:before{

  }
  .residence_check_box_txt:nth-child(n+2){
    margin-top: 19.5px;
  }

  /*トレーラーハウス住居のメリット*/
  .about_point_item_content.residence{
    margin-top: 50px;
  }
  .about_point_item_title_outer .about_point_item_title{

  }
  .about_point_item_title_outer .about_point_item_title:after{
    width: 109%;
  }
  .about_point_item_title_outer .read_more{

  }
  .office2.about_point_item_text.residence{
    padding: 0 20px 20px 28px;
  }

  /*メリット*/
  .residence.about_point_item:nth-child(n+4){
    margin-top: 55px;
  }
  .residence.about_point_item:nth-child(n+10){
    margin-top: 52px;
  }
  /*  .residence.about_point_item_text{
          margin-right: -15px;
    }*/


  /*トレーラーハウスの住居ラインナップ*/
  .residence.lineup.read_more{
    margin-top: 75px;
  }

}
@media (min-width:1200px){
  .pg_residence .section.sec2:before{
    top: -260px;
    height: 589px;
  }
  .pg_residence .section.sec2:after{
    bottom: -330px;
    height: 626px;
  }
  .pg_residence .section.sec4:before{
    top: -255px;
  }
  .pg_residence .section.sec4:after{
    bottom: -327px;
  }
  .pg_residence .section.sec6:before{
    top: -325px;
  }

  /*画像*/
  .cmn_main_box_png.residence3{
    left: 5%;
  }
  .cmn_main_box_png.residence4{
    top: -130px;
    right: 5%;
  }
  .cmn_main_box_png.residence8{
    top: -250px;
    right: 55px;
  }
  .cmn_main_box_png.residence9{
    top: -310px;
    left: 7%;
  }

  /*設置事例*/
  .residence.works_list{

  }
  .residence.works_list .sec_title_en{

  }
  .residence.works_list .sec_title_ja{
    margin-top: -11px;
    font-size: 68px;
  }
  .residence.works_list .cmn_main_box_text{

  }

  /*よくある質問*/
  .residence.sec_title_ja2 p{
    letter-spacing: 0.075em;
    margin-left: -5px;
  }
  .residence.qanda_box_inner{
    padding-left: 30px;
  }

}
@media (min-width:1920px){
  .pg_residence .section.sec2,
  .pg_residence .section.sec4{
    /*border-radius: 0 0 0 50%;*/
    border-radius: 0;
  }

  /*画像*/
  .cmn_main_box_png.residence1,
  .cmn_main_box_png.residence2,
  .cmn_main_box_png.residence3,
  .cmn_main_box_png.residence4,
  .cmn_main_box_png.residence5,
  .cmn_main_box_png.residence6,
  .cmn_main_box_png.residence7,
  .cmn_main_box_png.residence8,
  .cmn_main_box_png.residence9{
    width: auto;
  }
  .cmn_main_box_png.residence1{
    top: -252px;
    left: 82px;
  }
  .cmn_main_box_png.residence2{
    top: -177px;
    left: 50px;
  }
  .cmn_main_box_png.residence3{
    top: -125px;
    left: 47px;
  }
  .cmn_main_box_png.residence4{
    top: -167px;
    right: 49px;
  }
  .cmn_main_box_png.residence5{
    top: -192px;
    right: 53px;
  }
  .cmn_main_box_png.residence6{
    top: -157px;
    right: 193px;
  }
  .cmn_main_box_png.residence7{
    top: -200px;
    left: 189px;
  }
  .cmn_main_box_png.residence8{
    top: -256px;
    right: 48px;
  }
  .cmn_main_box_png.residence9{
    top: -284px;
    left: 50px;
  }
}


/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
  padding-top: 0px;
}
.posts_layout{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.posts_layout_box1{
  width: 100%;
}
.posts_layout_box2{
  width: 100%;
  margin-top: 50px;
}

.select_wrap{
  position: relative;
  z-index: 1;
}
.select_wrap:after{
  content: "\f078";
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.select_wrap select{
  width: 100%;
  padding: 10px 10px;
  /*height: 40px;*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.posts_category_sp{
  margin-top: 20px;
  margin-bottom: 30px;
}

/* リスト */
.posts_list{

}
.posts_list .webgene-item{
  display: flex;
  align-items: center;
  border-bottom: 1px dotted;
  padding-bottom: 10px;
}
.posts_list .webgene-item + .webgene-item{
  margin-top: 10px;
}
.posts_list .webgene-item .date{
  width: 95px;
  letter-spacing: 0.1em;
}
.posts_list .webgene-item .category{
  width: auto;
  font-size: 0.75em;
}
.posts_list .webgene-item .category span{
  display: block;
  background: #0069ba;
  color: #FFF;
  padding: 3px 5px;
  text-align: center;
}
.posts_list .webgene-item .title{
  width: 100%;
  letter-spacing: 0.075em;
}
.posts_list .webgene-item .title a{

}


/* サイド */
.posts_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: #fea449;
  color: #FFF;
  padding: 12px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.posts_cat_item{
  padding-left: 0px;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 12px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 33px;
  line-height: 1.5;
  font-weight: 500;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
  color: #f8b500;
}

/* 詳細 */
.posts_detail{
  border: 1px solid #d3d3d3;
  border-top: 15px solid #0069ba;
  padding: 15px 10px;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  margin-bottom: 2px;
}
.posts_detail .meta .category span{
  display: inline-block;
  background: #0069ba;
  border-radius: 5px;
  color: #FFF;
  min-width: 150px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 2px 5px;
  line-height: 1.2;
}
.posts_detail .meta .date{

}
.posts_detail .meta .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.065em;

}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
  text-align: justify;
  word-break: break-all;
}
.posts_detail .thumb{
  margin-bottom: 10px;
}

.posts_back_list{

}
.posts_back_list a{
  display: block;
  width: 255px;
  max-width: 100%;
  margin: 30px auto 0;
  background: #f3f2f2;
  padding: 4px;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.posts_back_list a p{
  border: 2px dashed #0069b6;
  border-radius: 10px;
  padding: 10px 6px;
}
.posts_back_list a p:after{
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 18px;
}

/* PDFリンク */
.post_pdf{
  text-align: left;
}
.post_pdf a{
  display: inline-block;
  margin-top: 30px;
  border-bottom: 1px solid;
  transition: 0.2s all;
}
.post_pdf a[href=""]{
  display: none;
}
.post_pdf a:hover{
  border-bottom: 0;
}
.post_pdf a:before{
  /*
  * f054 > (大)
  * f105 > (小)
  */
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 5px;
}


/* 動画 */
.post_video{

}
.post_video .responsive_video{
  margin-top: 15px;
}
.post_video .responsive_video:empty{
  display: none;
}

/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .posts_list .webgene-item{
    flex-wrap: wrap;
  }
  .posts_list .webgene-item .title{
    margin-top: 5px;
  }
  .posts_list .webgene-item .category{
    max-width: calc(100% - 95px);
    line-height: 1.2;
  }
}
@media (min-width:768px){

  .pg_news{
    padding-top: 0px;
  }
  .posts_layout{
    margin-top: 50px;
  }
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
    padding-bottom: 20px;
  }
  .posts_list .webgene-item + .webgene-item{
    margin-top: 20px;
  }
  .posts_list .webgene-item .date{
    width: 90px;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 100px - 150px - 15px);
    margin-left: 15px;
  }
  .posts_list .webgene-item .title a{

  }

  .posts_side_wrap + .posts_side_wrap{
    margin-top: 60px;
  }

  /* 詳細 */
  .posts_detail{
    padding: 20px 30px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 5px;
    margin-bottom: 25px;
  }
  .posts_detail .meta .category{
    width: 100%;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 105px;
  }
  .posts_detail .meta .title{
    width: calc(100% - 105px);
    font-size: 20px;
  }
  .posts_detail .post_content{
    padding: 0 10px;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }


}
@media (min-width:1024px){
  .posts_layout{
    margin-top: 59px;
  }

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
  }
  .posts_list .webgene-item + .webgene-item{
  }
  .posts_list .webgene-item .date{
    width: 120px;
    font-size: 16px;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 120px - 160px - 25px);
    margin-left: 25px;
  }
  .posts_list .webgene-item .title a{

  }

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

  .pg_news{
    padding-top: 0px;
  }

}


/*******************************
*　新着情報
********************************/
.pg_news{

}
.pg_news .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}

/*リスト*/
.news_list{

}
.news_list .webgene-blog{
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.news_list .webgene-item{
  width: 50%;
  padding: 0 5px;
}
.news_list .webgene-item:nth-child(n+3){
  margin-top: 30px;
}
.news_list .webgene-item .img.img_fit{
  overflow: hidden;
  border-radius: 20px;
}
.news_list .webgene-item .img.img_fit:before{
  padding-top: 82.35%;
}
.news_list .webgene-item .img.img_fit img{
}
.news_list .webgene-item .date,
.news_list .webgene-item .title,
.news_list .webgene-item .category{
  letter-spacing: 0.075em;
}
.news_list .webgene-item .date{
  margin-top: 17px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
.news_list .webgene-item .title{
  margin-top: 10px;
  margin-bottom: 9px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4375;
}
.news_list .webgene-item .title.txt_ellipsis_line2{
  -webkit-line-clamp: 3;
}
.news_list .webgene-item .category{
  padding: 0 21px 2px;
  display: inline;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  background: #548d25;
  border-radius: 10.5px;
  color: #fff;
}
.news_list .webgene-pagination li{
  background: transparent;
  border: 1px solid #fea449;
}
.news_list .webgene-pagination li.selected{
  padding: 3px 12px;
  color: #fff;
  background: #fea449;
}

/*詳細*/
.news_detail{

}
.news_detail .webgene-blog{

}
.news_detail .webgene-item{

}
.news_detail .webgene-item .meta{
  display: flex;
}
.news_detail .webgene-item .date,
.news_detail .webgene-item .category,
.news_detail .webgene-item .title{
  font-weight: 500;
  letter-spacing: 0.075em;
}
.news_detail .webgene-item .date{
  width: 119px;
  font-size: 16px;
  line-height: 1;
}
.news_detail .webgene-item .category{
  padding: 3px 20px 5px;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  background: #548d25;
  border-radius: 10.5px;
  color: #fff;
}
.news_detail .webgene-item .title{
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
  border-bottom: 1px solid;
}
.news_detail .webgene-item .post_content{
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
}
.news_detail .webgene-item .thumb{

}
.news_detail .webgene-item .thumb img{
  border-radius: 20px;
}
.news_detail .webgene-item .txt{
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}


/* コピー用 */
@media (max-width:374px){

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

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

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

  }
  .pg_news .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }

  /*リスト*/
  .news_list{

  }
  .news_list .webgene-blog{
    margin: 0 -10px;
  }
  .news_list .webgene-item{
    width: 33.33%;
    padding: 0 10px;
  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 0px;
  }
  .news_list .webgene-item:nth-child(n+4){
    margin-top: 30px;
  }
  .news_list .webgene-item .img.img_fit{

  }
  .news_list .webgene-item .date{
    margin-top: 17px;
  }
  .news_list .webgene-item .title{
    margin-top: 10px;
    margin-bottom: 9px;
  }
  .news_list .webgene-item .category{
    padding: 0 21px 2px;
  }

  /*詳細*/
  .news_detail{

  }
  .news_detail .webgene-blog{

  }
  .news_detail .webgene-item{

  }
  .news_detail .webgene-item .date{
    width: 119px;
  }
  .news_detail .webgene-item .category{
    padding: 3px 20px 5px;
  }
  .news_detail .webgene-item .title{
    margin-top: 14px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .news_detail .webgene-item .post_content{
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .news_detail .webgene-item .thumb{

  }
  .news_detail .webgene-item .txt{
    margin-top: 20px;
    line-height: 2.125;
  }
}

@media (min-width:1024px){
  .pg_news{

  }
  .pg_news .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }

  /*リスト*/
  .news_list{

  }
  .news_list .webgene-blog{
    margin: 0 -15px;
  }
  .news_list .webgene-item{
    padding: 0 15px;
  }
  .news_list .webgene-item:nth-child(n+4){
    margin-top: 50px;
  }
  .news_list .webgene-item .img.img_fit{

  }
  .news_list .webgene-item .date{
    margin-top: 17px;
  }
  .news_list .webgene-item .title{
    margin-top: 10px;
    margin-bottom: 9px;
  }
  .news_list .webgene-item .category{
    padding: 0 21px 2px;
  }
  .news_list .webgene-pagination{
    margin-top: 79px;
  }

  /*詳細*/
  .news_detail{
    margin-top: 3px;
  }
  .news_detail .webgene-blog{

  }
  .news_detail .webgene-item{

  }
  .news_detail .webgene-item .date{

  }
  .news_detail .webgene-item .category{
    padding: 3px 20px 5px;
  }
  .news_detail .webgene-item .title{
    margin-top: 14px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .news_detail .webgene-item .post_content{
    margin-top: 50px;
    padding-bottom: 71px;
  }
  .news_detail .webgene-item .thumb{

  }
  .news_detail .webgene-item .txt{
    margin-top: 20px;
  }
  .news_detail .read_more{
    margin-top: 55px;
  }
  .news_detail .read_more a{
    width: 280px;
    padding: 19px 20px;
  }


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


}


/*******************************
*　設置事例
********************************/
.pg_works{

}
.pg_works .section.sec1{

}

.pg_works2{

}
.pg_works2 .section.sec1{
  /*padding-bottom: 50px;*/
}

/*カテゴリ*/
.works_category{
  margin-top: 30px;
}
.works_category .webgene-blog{
  display: flex;
  flex-wrap: wrap;
}
.works_category .webgene-item{
  width: 100%;
}
.works_category .webgene-item:nth-child(n+2){
  margin-top: 30px;
}
.works_category .webgene-item a{
  padding: 16px 0 17px;
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: #eb6100;
  border: 1px solid transparent;
  border-radius: 29px;
  position: relative;
  z-index: 1;
  transition: all 0.2s;
}
.works_category .webgene-item a.on{
  color: #eb6100;
  background: #fff;
  border: 1px solid #eb6100;
}
.works_category .webgene-item a:hover:after{
  margin-right: -5px;
}
.works_category .webgene-item a:after{
  /*content: "→";*/
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;

  background-image: url('/system_panel/uploads/images/right-long-solid_wh.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 8px;
}
.works_category .webgene-item a.on:after{
  background-image: url('/system_panel/uploads/images/right-long-solid_or.png');
}

/*一覧*/
.works_list{

}
.works_list .webgene-blog{
  margin: 30px -5px 0;
  display: flex;
  flex-wrap: wrap;
}
.works_list .webgene-item{
  width: 50%;
  padding: 0 5px;
}
.works_list .webgene-item:nth-child(n+3){
  margin-top: 30px;
}
.works_list .webgene-item .img.img_fit{
  overflow: hidden;
  border-radius: 20px;
}
.works_list .webgene-item .img.img_fit img{
  border-radius: 20px;
}
.works_list .webgene-item .img.img_fit:before{
  padding-top: 80%;
}
.works_list .webgene-item .title{
  margin-top: 16px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.388;
}
.works_list .webgene-pagination li{
  padding: 3px 13px;
  background: transparent;
  border: 1px solid #6fbab6;
}
.works_list .webgene-pagination li.selected{
  color: #fff;
  background: #6fbab6;
}

/*詳細*/
.works_detail{
  margin-top: 59px;
}
.works_detail .post_content{
  margin-top: 80px;
  padding: 20px 15px;
  background: #fff;
  border: 1px solid #6fbab6;
  border-radius: 10px;
}
.works_detail .title{
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  border-bottom: 1px solid #6fbab6;
}
.works_detail .post_txt{
  margin-top: 13px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.works_detail .post_pdf{
  margin-top: 13px;
}
.works_detail .post_video{
  margin-top: 13px;
}


/* コピー用 */
@media (max-width:374px){

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

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

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

  }
  .pg_works .section.sec1{

  }
  .pg_works2 .section.sec1{
    /*padding-bottom: 50px;*/
  }

  /*カテゴリ*/
  .works_category{
    margin-top: 40px;
  }
  .works_category .webgene-blog{
    margin: 0 -10px;
  }
  .works_category .webgene-item{
    width: 50%;
    padding: 0 15px;
  }
  .works_category .webgene-item:nth-child(n+2){
    margin-top: 0px;
  }
  .works_category .webgene-item:nth-child(n+3){
    margin-top: 30px;
  }
  .works_category .webgene-item a{
    padding: 16px 0 17px;
  }
  .works_category .webgene-item a.on{

  }
  .works_category .webgene-item a:after{
    top: 50%;
    right: 18px;
  }

  /*一覧*/
  .works_list{

  }
  .works_list .webgene-blog{
    margin: 50px -10px 0;
  }
  .works_list .webgene-item{
    width: 33.33%;
    padding: 0 10px;
  }
  .works_list .webgene-item:nth-child(n+3){
    margin-top: 0px;
  }
  .works_list .webgene-item:nth-child(n+4){
    margin-top: 30px;
  }
  .works_list .webgene-item .img.img_fit{

  }
  .works_list .webgene-item .title{
    margin-top: 16px;
  }

  /*詳細*/
  .works_detail{
    margin-top: 59px;
  }
  .works_detail .post_content{
    margin-top: 80px;
    padding: 30px 25px;
  }
  .works_detail .title{
    padding-bottom: 15px;
  }
  .works_detail .post_txt{
    margin-top: 13px;
    line-height: 2.3125;
  }
  .works_detail .post_pdf{
    margin-top: 13px;
  }
  .works_detail .post_video{
    margin-top: 13px;
  }

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

  }
  .pg_works .section.sec1{

  }


  /*カテゴリ*/
  .works_category{
    margin-top: 59px;
  }
  .works_category .webgene-blog{
    margin: 0 -15px;
  }
  .works_category .webgene-item{
    width: 33.33%;
    padding: 0 15px;
  }
  .works_category .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .works_category .webgene-item:nth-child(n+4){
    margin-top: 30px;
  }
  .works_category .webgene-item a{
    padding: 16px 0 17px;
  }
  .works_category .webgene-item a.on{

  }
  .works_category .webgene-item a:after{

  }

  /*一覧*/
  .works_list{

  }
  .works_list .webgene-blog{
    margin: 60px -15px 0;
  }
  .works_list .webgene-item{
    padding: 0 15px;
  }
  .works_list .webgene-item:nth-child(n+4){
    margin-top: 47px;
  }
  .works_list .webgene-item .img.img_fit{

  }
  .works_list .webgene-item .title{
    margin-top: 16px;
  }
  .works_list .webgene-pagination{
    margin-top: 56px;
  }

  /*詳細*/
  .works_detail{
    margin-top: 59px;
  }
  .works_detail .post_content{
    margin-top: 80px;
    padding: 40px 65px 25px;
  }
  .works_detail .title{
    padding-bottom: 15px;
  }
  .works_detail .post_txt{
    margin-top: 13px;
  }
  .works_detail .post_pdf{
    margin-top: 13px;
  }
  .works_detail .post_video{
    margin-top: 13px;
  }
  .works_detail .read_more{
    margin-top: 75px;
  }
  .works_detail .read_more a{
    padding: 19px 20px;
  }


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

  .pg_works2 .section.sec1{
    /*padding-bottom: 100px;*/
  }

}

/*******************************
*　ギャラリー（サムネ縦ver）
********************************/

/* スライド */
.gallery_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.gallery_box1{
  width: 82.88%;
  position: relative;
}
.gallery_box2{
  width: 100%;
  margin-top: 15px;
}

/* メイン */
.gallery_main{

}
.gallery_main .img{
  background: #EEE;
}
.gallery_main .img.img_fit:before{
  padding-top: 67.39%;
}
.gallery_main .img.img_fit img{
  object-fit: contain;
  object-position: center;
}
/* サムネ */
.gallery_thumb{
  margin-top: 10px;
}
.gallery_thumb .img{
  width: 100%;
  background: #EEE;
  overflow: hidden;
}
.gallery_thumb .img.img_fit:before{
  padding-top: 67.85%;
}
.gallery_thumb .img.img_fit img{

}


/* 詳細 */
.gallery_detail{
  border: 1px solid #3a3a3a;
  padding: 16px 16px;
  margin-top: 30px;
}
.gallery_detail .meta{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #3a3a3a;

  margin-bottom: 15px;
  padding-bottom: 10px;

}
.gallery_detail .meta .title{
  font-size: 18px;
  letter-spacing: 0.085em;
  line-height: 1.5;
}
.gallery_detail .meta .price{
  font-size: 18px;
  line-height: 1.5;
  margin-left: auto;
}
.gallery_detail .post_content{
  font-size: 16px;
  line-height: 2.31em;
  ;
  text-align: justify;
  word-break: break-all;
}
.gallery_detail .read_more{
  margin-top: 50px;
}
.gallery_slide_prev i,
.gallery_slide_next i{
  display: none;
}
.gallery_slide_prev,
.gallery_slide_next{
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: var(--main-color);
  font-size: 22px;
  cursor: pointer;
  height: 25px;
}
.fa-chevron-circle-left:before,.fa-chevron-circle-right:before{
  display: none;
}
.works_detail .gallery_slide_next:after,
.works_detail .gallery_slide_prev:before{
  font-family: "FontAwesome";
  border-radius: 50%;
  display: block;
  width:25px;
  height: 25px;
  aspect-ratio:1 / 1;
  color: #fff;
  background-color: #6fbab6;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
.works_detail .gallery_slide_prev{
  left:-5.9%;
}
.works_detail .gallery_slide_prev:before{
  content: "\f104";
}
.works_detail .gallery_slide_next:after{
  content: "\f105";
}
.works_detail .gallery_slide_prev{
  left: -10%;
}
.works_detail .gallery_slide_next{
  right: -10%;
}
/* コピー用 */
@media (max-width:374px){

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

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

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

  }
  .pg_xxx .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  /* 詳細 */
  .gallery_wrap{
  }
  .gallery_box1{
    width: 82.88%;
  }
  .gallery_box2{
    width: 82.88%;
    margin-top: 0;
  }

  /* サムネ */
  .gallery_thumb{
    width: 100%;
    height: auto;
  }
  .gallery_thumb .swiper-slide {
    overflow: hidden;
  }
  .gallery_thumb .img{
    height: 100%;
  }
  .gallery_thumb .img.img_fit:before{

  }

  /* 詳細 */
  .gallery_detail{
    width: 100%;
    margin-top: 70px;
    padding: 27px 20px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: 20px;
  }

  .gallery_detail .meta .title{
    font-size: 20px;
  }
  .gallery_detail .meta .price{
    font-size: 18px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }
  .works_detail .gallery_slide_prev{
    left: -6%;
  }
  .works_detail .gallery_slide_next{
    right: -6%;
  }
}
@media (min-width:1024px){

  /* 詳細 */
  .gallery_detail{
    width: 100%;
    margin-top: 100px;
    padding: 27px 62px 32px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .gallery_detail .meta .title{
    font-size: 23px;
  }
  .gallery_detail .meta .price{
    font-size: 20px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }

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


}


/*******************************
*　会社概要
********************************/
.pg_company{

}
.pg_company .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}

.company_box2{
  margin-top: 50px;
}

/*会社概要*/
.company_tbl{
  margin-top: 30px;
}
.company_tbl .table_rows_tr{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  padding: 10px 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  border-color: #e0e0e0;
}
.company_tbl .table_rows_th{
  background: #f6e1cc;
}
.company_tbl .table_rows_td{
  background: #fff;
}
.company_tbl .table_rows_td.flex{
  display: flex;
}
.table_rows_td_img{
  padding-left: 15px;
}

/*地図*/
.company_map{
  margin-top: 30px;
}
.company_map iframe{
  width: 100%;
  height: 200px;
  border: none;
}

/*ギャラリー*/
.company_gallery_items{
  margin: 30px -5px 0;
}
.company_gallery_item{
  padding: 0 5px;
}
.company_gallery_item:nth-child(n+3){
  margin-top: 10px;
}
.company_gallery_item_img.img_fit{

}
.company_gallery_item_img.img_fit:before{
  padding-top: 71.42%;
}


/* コピー用 */
@media (max-width:374px){

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

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

  /*会社概要*/
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    display: block;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-bottom: none;
  }
  .company_tbl .table_rows_tr:last-child .table_rows_td {
    border-bottom: 1px solid #e0e0e0;
  }

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

  }
  .pg_company .section.sec1{
    padding-bottom: 150px;
    margin-bottom: -100px;
  }

  .company_box2{
    margin-top: 75px;
  }

  /*会社概要*/
  .company_tbl{
    margin-top: 40px;
  }
  .company_tbl .table_rows_tr{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 20px 15px;
  }
  .company_tbl .table_rows_th{
    width: 200px;
  }
  .company_tbl .table_rows_td{

  }

  /*地図*/
  .company_map{
    margin-top: 45px;
  }
  .company_map iframe{
    height: 300px;
  }

  /*ギャラリー*/
  .company_gallery_items{
    margin: 40px -10px 0;
  }
  .company_gallery_item{
    padding: 0 10px;
  }
  .company_gallery_item:nth-child(n+3){
    margin-top: 0px;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 20px;
  }
  .company_gallery_item_img.img_fit{

  }


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

  }
  .pg_company .section.sec1{
    padding-bottom: 205px;
    margin-bottom: -205px;
  }

  /*会社概要*/
  .company_tbl{
    margin-top: 50px;
  }
  .company_box2{
    margin-top: 122px;
  }
  .company_box2 .sec_title_ja2{
    margin-top: -17px;
    margin-bottom: -5px;
  }
  .company_box2 .sec_title_ja2 p{
    letter-spacing: 0.075em;
  }
  .company_tbl .table_rows_tr{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 18px 10px 19.5px 15px;
  }
  .company_tbl .table_rows_th{
    width: 284px;
  }
  .company_tbl .table_rows_td{
    padding-left: 20px;
  }
  .company_tbl .table_rows_td.flex{
    padding: 16px 20px 17.4px;
  }
  .company_tbl .table_rows_td.liinheight{
    line-height: 2;
    padding: 13px 2px 16px 20px;
  }
  .table_rows_td_img{
    margin-top: -3px;
    padding-left: 48px;
  }

  /*地図*/
  .company_map{
    margin-top: 85px;
  }
  .company_map iframe{
    height: 400px;
  }

  /*ギャラリー*/
  .company_gallery_items{
    margin: 45px -15px 0;
  }
  .company_gallery_item{
    padding: 0 15px;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 30px;
  }
  .company_gallery_item_img.img_fit{

  }


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


}



/*******************************
*　お問い合わせ
********************************/
.contact_form_box{
  position: relative;
  z-index: 1;
}
.contact_form_box + .contact_form_box{
  margin-top: 90px;
  padding-top: 72px;
}
.contact_form_box + .contact_form_box:after{
  content: "";
  border: 1px solid #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}
.contact_form_box .sec_title_ja{
  margin-top: 20px;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.075em;
}
.contact_info_wrap{
  background: #EEE;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 45px;
}
.contact_info_tt{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 15px;
  color: #111;
}
.contact_info_box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #FFF;
  color: #181818;
  padding: 25px 10px 25px 30px;
}
.contact_info_tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_info_tel_icon{
  background: #b1c274;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.contact_info_txt{
  font-weight: 700;
  margin-left: 0;
  letter-spacing: 0.16em;
}

@media (max-width:1023px){

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
  .contact_info_tt {
    font-size: 18px;
  }
  .contact_info_tel_link{
    font-size: 30px;
  }
}
@media (max-width:767px){
  .contact_form_box .sec_title_ja{
    font-size: 20px;
  }

  .contact_info_wrap{
    margin-bottom: 50px;
    padding: 15px 10px;
  }
  .contact_info_box{
    padding: 20px 10px;
  }
  .contact_info_tt {
    font-size: 16px;
  }
  .contact_info_tel_icon{
    font-size: 14px;
    margin-right:5px;
  }
  .contact_info_tel_link{
    font-size: 24px;
  }
  .contact_info_txt{
    margin-left:0;
    margin-top: 5px;
    font-size: 10px;
  }

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
}


.contact_tt {
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.2em;
}
.contact_tt.privacy{
  font-family: "Noto Sans JP";
  font-weight: 500;
}

/* フォーム */
.pg_contact .formTbl{
  margin-top: 53px;
  border: 1px solid #f5f1eb;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #f5f1eb;
}
.pg_contact .formTh {
  padding: 16px 15px 10px 20px;
  /*background: #eeeeee;*/
  background: #e1e1e1;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 3px 12px;
  margin-top: 2px;
  float: right;
  font-weight: 400;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.un_requiredText{
  background: #ffffff;
  color: #b80000;
  border: 1px solid #b80000;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #f5f1eb;
  border-radius: 0;
  letter-spacing: 0.18em;
}
.pg_contact .formTd select{
  border-radius: 0;
}
.pg_contact .formTd input[name="zip1"],
.pg_contact .formTd input[name="zip3"],
.pg_contact .formTd input[name="zip5"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"],
.pg_contact .formTd input[name="zip4"],
.pg_contact .formTd input[name="zip6"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"],
.pg_contact .formTd select[name="pref2"],
.pg_contact .formTd select[name="pref3"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #f5f1eb;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #f5f1eb;
  border-radius: 0;
}
.pg_contact .formWrap .text-center{
  padding-top: 46px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
  margin-left: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #eb6100;
}
.pg_contact .formBtn.formSend {
  max-width: 280px;
  width: 100%;
  font-size: 18px;
  padding: 17.5px;
  margin: 55px auto 0;
  border: 0;
  background: #eb6100;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.075em;
  display: block;
  border-radius: 29px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.pg_contact .formBtn.formSend:after{
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;

  background-image: url('/system_panel/uploads/images/right-long-solid_wh.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 8px;
  transition: 0.2s all;
}
.pg_contact .formBtn.formSend:hover:after{
  margin-right: -5px;
}

.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0px 3px;
}
.radioArea .d-inline-block .label{
  margin-left: 4px;
  letter-spacing: 0.15em;
  line-height: 2.4;
}
.radioArea .d-inline-block{
  margin-right: 31px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 7.5px 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}

@media only screen and (min-width: 1024px){
  .pg_contact .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .pg_contact .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }
}


/* プライバシー */
.privacy_item_box{
  padding: 30px 52px 30px 29px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  margin-top: 0;
}
.pg_contact .section.sec2{
  padding: 57px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 45px;
  padding-left: 40px;
}
.privacy_item {
  margin-top: 28px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  padding: 7px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #fea449;
  letter-spacing: 0.04em;
}
.privacy_txt{
  line-height: 1.875;
  text-align: justify;
}
.privacy_txt p{
  letter-spacing: 0.045em;
}

.privacy_txt_type1{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.privacy_txt_type1_b{
  text-indent: -1em;
  padding-left: 1em;
}
.privacy_txt_type1_c{
  text-indent: -3em;
  padding-left: 3em;
}
.privacy_txt_type2{

}
.privacy_txt_type2 p{
  text-indent: -1em;
  padding-left: 1em;
}

.privacy_txt ol li{
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.privacy_txt ul li{
  padding-left: 1em;
  text-indent: -1em;
}

.contact_tt.privacy {
  margin-bottom: 58px;
}
.contact_tt.privacy br{
  display: none;
}
.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}


@media only screen and (max-width: 1023px){
  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }


  .privacy_ttl{
    font-size: 18px;
  }

}

@media only screen and (max-width: 767px){
  .privacy_item_box{
    padding: 20px 15px;
  }

  .contact_info {
    padding: 18px 15px 10px;
  }
  .contact_info_txt_1 br{
    display: block;
  }
  .contact_info_txt_2 {
    padding: 0 6px 0 10px;
    margin-right: 10px;
  }
  .contact_tt {
    margin-bottom: 25px;
    font-size:18px;
  }
  .pg_contact .formTh {
    padding: 5px 10px;
  }
  .pg_contact .formTd {
    font-size: 13px;
    padding: 10px;
  }
  .pg_contact .formTd input[name="zip1"],
  .pg_contact .formTd input[name="zip3"],
  .pg_contact .formTd input[name="zip5"] {
    width: 80px;
  }
  .pg_contact .formTd input[name="zip2"],
  .pg_contact .formTd input[name="zip4"],
  .pg_contact .formTd input[name="zip6"] {
    width: 100px;
  }

  .pg_contact .formTd select[name="pref"],
  .pg_contact .formTd select[name="pref2"],
  .pg_contact .formTd select[name="pref3"] {
    width: 155px;
  }
  .pg_contact .formTd input[type="text"]::placeholder,
  .pg_contact .formTd input[type="tel"]::placeholder,
  .pg_contact .formTd input[type="email"]::placeholder{
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.16em;
  }
  .pg_contact .formWrap .text-center {
    padding-top: 25px;
  }
  .pg_contact .privacyLabel {
    font-size: 15px;
  }

  .privacyformError{
    margin-top:-40px !important;
  }

  .contact_tt.privacy br{
    display: block;
  }
  .contact_tt.privacy {
    margin-bottom: 0;
  }
  .privacy_item {
    margin-top: 26px;
  }
  .contact_info_txt_1 {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .pg_contact .d-inline {
    display: block!important;
  }
  .pg_contact .formTd .addArea .labelText02 {
    display: block;
  }
  label.label.zipcode_i {
    padding: 7px 4px;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }

  .radioArea .d-inline-block {
    margin-right: 10px;
  }
  .pg_contact .section.sec2 .contact_tt {
    margin-bottom: 20px;
  }


  .pg_contact .section.sec1 {
    padding: 0 0 25px;
  }
  .contact_info_bg {
    padding: 18px 10px;
  }

  .pg_contact .section.sec2{
    padding: 65px 0 30px;
  }

  .privacy_ttl {
    font-size: 18px;
    padding-left: 10px;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.pg_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

@media only screen and (max-width: 767px){
  .thanks_text{
    /*display: block;*/
    letter-spacing: -0.08em;
    text-align: justify;
  }
}


/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_xxx .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_xxx .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}


/* コピー用 */
@media (max-width:374px){

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

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

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

  }
  .pg_xxx .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }


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


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


}



/*******************************
*　スパイスアップ 追加分
********************************/
.sec_title_ja.spiceup_maker{
  color: #eb6100;
}
.cmn_main_box_text.spiceup_maker{

}

.cmn_main_box.feture{
  position: relative;
  margin-top:80px;
}

.cmn_main_box_png.add0{
  width: 26.64%;
  aspect-ratio:405 / 182;
  left: 256px;
  bottom: -62px;
}

.company_gallery_items{

}

.about_point_item.wide{
  width: 100%;
}
.stuzei_reason_box{
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 0 30px 30px;
}
.stuzei_reason_item{
  width: 100%;
}
.stuzei_reason_item:nth-child(n+2){
  margin-top: 20px;
}
.stuzei_reason_item_inner{
  background: #f8f2e9;
  border-radius: 20px;
  padding: 23px 10px;
}
.stuzei_reason_item_tt{
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
  color: #fea449;
  background: #fff;
  padding: 10px;
  text-align: center;
}
.stuzei_reason_item .content_desc{
  font-size: 16px;
  font-weight: 700;
  line-height: 2.18em;
  margin-top: 12px;
}
.stuzei_reason_item .content_desc p{
  letter-spacing: 0.04em;
}

.view_items{
  display: flex;
  flex-wrap: wrap;
}
.view_item{
  width: 100%;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .works_list .webgene-item .title{
    font-size: 16px;
  }
  .works_detail .title{
    font-size: 17px; 
  }
  .works_detail .post_content{
    margin-top: 30px;
  }
}
@media (min-width:768px){
  .about_point_item_content.spiceup_maker{

  }
  .about_point_item_title.spiceup_maker{
    font-size: 17px;
  }
  .cmn_main_box_text.spiceup_maker{
    margin-top: 20px;
  }
  .read_more.spiceup_maker a{
    width: 540px;
  }

  .cmn_main_box_png.add0{
    bottom: -62px;
    left: 320px;
  }
  .sec_title_ja.feture{
    font-size: 25px;
  }

  .cmn_main_box.feture .cmn_main_box_text{
    margin-top: 30px;
  }
  .read_more_items .read_more a:after{
    right: 5px;
  }
  .body_about .pg_about .section.sec4 .about_point_item:nth-child(n+4){
    margin-top: 57px; 
  }

  .stuzei_reason_box{
    padding: 0 15px 30px;
  }
  .stuzei_reason_item{

  }
  .stuzei_reason_item:nth-child(n+2){
    margin-top: 20px;
  }
  .stuzei_reason_item_inner{
    height: 100%;
    padding: 23px;
  }
  .stuzei_reason_item_tt{

  }
  .stuzei_reason_item .content_desc{
    margin-top: 12px;
  }

  .view_items{
    display: flex;
    flex-wrap: wrap;
  }
  .view_item{

  }
}
@media (min-width:1024px){
  .about_point_item_content.spiceup_maker{
    margin: 58px -12px 0;
  }
  .about_point_item_title.spiceup_maker{
    font-size: 20px;
  }
  .read_more.spiceup_maker{
    margin-top: 60px;
  }
  .read_more.spiceup_maker a{
    padding: 18px 20px 19px;
  }

  .news_list.about_news .webgene-item:nth-child(n+4){
    margin-top: 0;
  }

  .sec_title_ja.feture{
    font-size: 30px;
  }
  .cmn_main_box.feture .cmn_main_box_text{
    margin-top: 46px;
  }

  .read_more_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 21px;
    margin-top: 21px;
  }
  .read_more_items .read_more{
    width: 100%;
    max-width: 320px;
  }
  .read_more_items .read_more a{
    width: 100%;
    max-width: 320px;
    margin: 0;
  }
  .sec_title_ja.feture{
    font-size: 34px;
    margin-top: 0;
  }
  .cmn_main_box.feture .cmn_main_box1{
    margin-top: 0;
  }

  .cmn_main_box.feture{
    margin-top: 150px;
  }

  .cmn_main_box_png.add0{
    bottom: -120px;
    left: 256px;
  }
  .read_more_items .read_more a:after{
    right: 5px;
  }

  .stuzei_reason_box{
    margin-inline:-10px;
    padding: 0 25px 30px;
  }
  .stuzei_reason_item{
    width: 50%;
    padding: 0 10px;
  }
  .stuzei_reason_item:nth-child(n+2){
    margin-top: 0;
  }
  .stuzei_reason_item_inner{

  }
  .stuzei_reason_item_tt{
    font-size: 20.56px;
  }
  .stuzei_reason_item .content_desc{

  }

  .view_items{
    display: flex;
    flex-wrap: wrap;
    margin-inline:-20px;
  }
  .view_item{
    width: 50%;
    padding-inline:20px;
  }

}
@media (min-width:1200px){
  .pg_spiceup .sec_title_ja.spiceup_maker{
    margin-top: 35px;
    font-size: 70px;
    letter-spacing: 0.1em;
  }
  .cmn_main_box_text.spiceup_maker{
    text-align: center;
    font-size: 20px;
  }

  .sec_title_ja.feture{
    font-size: 40px;
  }
  .cmn_main_box.feture{
    margin-top: 175px;
  }

  .cmn_main_box_png.add0{
    bottom: -140px;
    left: 256px;
  }
  .read_more_items .read_more a:after{
    right: 10px;
  }

  .view_item{
    width: 33.3333%;
    padding-inline:20px;
  }
  .view_item iframe{
    height: 430px;
  }
}
@media (min-width:1300px){
  .cmn_main_box_png.add0{
    bottom: -60px;
  }
}
@media (min-width:1540px){
  .sec_title_ja.feture{
    font-size: 40px;
  }
  .read_more_items .read_more{
    width: 100%;
    max-width: 300px;
  }
  .read_more_items .read_more a:after{
    right: 12px;
  }
}
@media (min-width:1740px){
  .sec_title_ja.feture{
    font-size: 55px;
  }
  .read_more_items .read_more{
    width: 100%;
    max-width: 320px;
  }
  .read_more_items .read_more a:after{
    right: 18px;
  }
}


.cmn_main_box.residence{

} 
.cmn_main_box.residence .cmn_main_box1{

}
.cmn_main_box.residence .cmn_main_box2{

} 

.cmn_main_box_img iframe{
  border: 0;
  margin-top: 30px;
}


@media (max-width:1023px){

  .cmn_main_box.residence .cmn_main_box1{
    width: 100%;
    order: 2;
    margin-top: 15px;
  }
  .cmn_main_box.residence .cmn_main_box2{
    width: 100%;
    order: 1;
  } 
  .cmn_main_box.residence .sec_title_ja{
    margin-bottom: 15px;
  } 

  .cmn_main_box_img iframe{
    border: 0;
  }


}

@media (max-width:767px){

  .cmn_main_box_img iframe{
    height: 350px;
  }

  .pg_contact .section.sec2 .contact_tt{
    padding-left: 0;
  }
}