@charset "UTF-8";



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

/* .contents_box */
.contents_box_rows{

}
.contents_box_rows .contents_box{

}
.contents_box_rows .contents_box + .contents_box{
  /*margin-top: 40px;*/
}

/* sec */
.section.sec_deffer{
  background: #1e408c;
  padding-top: 40px;
  padding-bottom: 80px;
}

/* cmn_deffer_head */
.cmn_deffer_head{
  margin-left: var(--margin-for-device-side-w);
  margin-right: var(--margin-for-device-side-w);
  padding: 0 15px;
  text-align: center;
  position: relative;
  z-index: 0;
}
.cmn_deffer_head.wh{
  color: #FFF;
}
.cmn_deffer_head_ja{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  z-index: 1;
  top: 52%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.cmn_deffer_head_en{
  font-size: 65px;
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
  opacity: 0.1;
}
.cmn_deffer_head.noEn{
  margin-bottom: 30px;
}
.cmn_deffer_head.noEn .cmn_deffer_head_ja{
  position: static;
  transform: none;
}

* + .cmn_deffer_head{
  margin-top: 50px;
}


/* cmn_deffer_contents */
.cmn_deffer_contents{
  position: relative;
  z-index: 1;
}
.cmn_deffer_head + .cmn_deffer_contents{
  margin-top: -5px;
}
.cmn_deffer_contents_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 15px;
  background: #ffffff;
}
.cmn_deffer_contents_row + .cmn_deffer_contents_row{
  margin-top: 20px;
}
.cmn_deffer_contents_box1{
  width: 100%;
  margin-top: 0;
}
.cmn_deffer_contents_box2{
  width: 100%;
  margin-top: 20px;
}
.cmn_deffer_contents_box3{
  width: 100%;
  margin-top: 15px;
}
.cmn_deffer_contents_head{
  margin-bottom: 10px;
}
.cmn_deffer_contents_head_en{
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0;
  color: #1e408c;
  margin-bottom: 10px;
}
.cmn_deffer_contents_head_ja{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.cmn_deffer_contents_txt{
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
}
.cmn_deffer_contents_img{

}
.cmn_deffer_contents_img.img_fit:before{
  padding-top: 75%;
}

/**/
.contents_box2_img2{

}
.contents_box2_img2.img_fit:before{
  padding-top: 66.667%;
}

@media (max-width:374px){

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

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

  .contents_box_rows .contents_box + .contents_box{
    margin-top: 50px;
  }

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

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

  /* cmn_deffer_head */
  .cmn_deffer_head{
  }
  .cmn_deffer_head_ja{
    font-size: 30px;
    top: 47%;
  }
  .cmn_deffer_head_en{
    font-size: 140px;
  }

  .cmn_deffer_head.noEn{
    margin-bottom: 40px;
  }
  * + .cmn_deffer_head{
    margin-top: 70px;
  }

  /* cmn_deffer_contents */
  .cmn_deffer_contents{
  }
  .cmn_deffer_head + .cmn_deffer_contents{
    margin-top: -25px;
  }
  .cmn_deffer_contents_row{
    padding: 30px 30px;
  }
  .cmn_deffer_contents_row + .cmn_deffer_contents_row{
    margin-top: 20px;
  }
  .cmn_deffer_contents_box1{
    margin-top: 0;
  }
  .cmn_deffer_contents_box2{
    margin-top: 20px;
  }
  .cmn_deffer_contents_box3{
    margin-top: 30px;
  }
  .cmn_deffer_contents_head{
    margin-bottom: 15px;
  }
  .cmn_deffer_contents_head_en{
    font-size: 24px;
    margin-bottom: 15px;
  }
  .cmn_deffer_contents_head_ja{
    font-size: 28px;
  }
  .cmn_deffer_contents_txt{
    font-size: 16px;
    line-height: 2.25;
  }

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

  /* .contents_box */
  .contents_box_rows .contents_box .content_box1{
    margin-top: 0;
  }
  .contents_box_rows .contents_box .content_box2{

  }
  .contents_box_rows .contents_box .contents_box1 .content_desc{
    margin-top: 22px;
  }
  .contents_box_rows .contents_box:nth-child(odd) .contents_box1{
    order: 1;
    margin-top: 0;
  }
  .contents_box_rows .contents_box:nth-child(odd) .contents_box2{
    order: 2;
  }
  .contents_box_rows .contents_box:nth-child(even) .contents_box1{
    order: 2;
    margin-top: 0;
  }
  .contents_box_rows .contents_box:nth-child(even) .contents_box2{
    order: 1;
  }

  /* cmn_deffer_head */
  .cmn_deffer_head{
  }
  .cmn_deffer_head_ja{
    font-size: 30px;
    top: 47%;
  }
  .cmn_deffer_head_en{
    font-size: 185px;
  }

  /* cmn_deffer_contents */
  .cmn_deffer_contents{
  }
  .cmn_deffer_head + .cmn_deffer_contents{
    margin-top: -35px;
  }
  .cmn_deffer_contents_row{
    /*padding: 50px 50px;*/
  }
  .cmn_deffer_contents_row + .cmn_deffer_contents_row{
    margin-top: 20px;
  }
  .cmn_deffer_contents_box1{
    width: 33.80%;
    margin-top: 0;
  }
  .cmn_deffer_contents_box2{
    width: 62.6%;
    margin-top: 0;
  }
  .cmn_deffer_contents_box3{
    width: 100%;
    margin-top: 40px;
    order: 3;
  }
  .cmn_deffer_contents_head{
    /*margin-bottom: 25px;*/
  }
  .cmn_deffer_contents_head_en{
    /*font-size: 24px;*/
    /*margin-bottom: 23px;*/
  }
  .cmn_deffer_contents_head_ja{
    /*font-size: 36px;*/
  }
  .cmn_deffer_contents_txt{
    /*font-size: 16px;*/
    /*line-height: 2.25;*/
  }

  /* cmn_deffer_contents */
  .cmn_deffer_contents_row:nth-child(odd) .cmn_deffer_contents_box1{
    order: 1;
  }
  .cmn_deffer_contents_row:nth-child(odd) .cmn_deffer_contents_box2{
    order: 2;
  }
  .cmn_deffer_contents_row:nth-child(even) .cmn_deffer_contents_box1{
    order: 2;
  }
  .cmn_deffer_contents_row:nth-child(even) .cmn_deffer_contents_box2{
    order: 1;
  }

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

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

  /* cmn_deffer_head */
  .cmn_deffer_head{
  }
  .cmn_deffer_head_ja{
    font-size: 48px;
    top: 47%;
  }
  .cmn_deffer_head_en{
    font-size: 300px;
  }

  .cmn_deffer_head.noEn{
    margin-bottom: 55px;
  }
  * + .cmn_deffer_head{
    margin-top: 110px;
  }

  /* cmn_deffer_contents */
  .cmn_deffer_contents{
  }
  .cmn_deffer_head + .cmn_deffer_contents{
    margin-top: -55px;
  }
  .cmn_deffer_contents_row{
    padding: 50px 50px;
  }
  .cmn_deffer_contents_row + .cmn_deffer_contents_row{
    margin-top: 20px;
  }
  .cmn_deffer_contents_box1{
    width: 33.80%;
    margin-top: 0;
  }
  .cmn_deffer_contents_box2{
    width: 62.6%;
    margin-top: 0;
  }
  .cmn_deffer_contents_box3{
    width: 100%;
    margin-top: 60px;
  }
  .cmn_deffer_contents_head{
    margin-bottom: 25px;
  }
  .cmn_deffer_contents_head_en{
    font-size: 24px;
    margin-bottom: 23px;
  }
  .cmn_deffer_contents_head_ja{
    font-size: 36px;
  }
  .cmn_deffer_contents_txt{
    font-size: 16px;
    line-height: 2.25;
  }


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


}


/*******************************
*　サイディング
********************************/

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

}
.pg_siding .section.sec1{

}
.pg_siding .section.sec2{

  padding-bottom: 0;
}
.pg_siding .section.sec3{

}

.pg_siding .section.sec1 .infiniteslide_wrap{
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_siding .section.sec2{
    padding-top: 0;
  }
}
@media (min-width:768px){

  .pg_siding .section.sec1{

  }
  .pg_siding .section.sec2{

  }
  .pg_siding .section.sec3{

  }

  .pg_siding .section.sec1 .infiniteslide_wrap{
    margin-top: 30px;
  }

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


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


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

  .pg_siding .section.sec1 .infiniteslide_wrap{
    margin-top: 20px;
  }

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

  .pg_siding .section.sec1 .infiniteslide_wrap{
    margin-top: -50px;
  }

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


  .pg_siding .section.sec1 .infiniteslide_wrap{
    margin-top: -100px;
  }

}

/* メイン部分 */

/* ABOUT */
.siding_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.siding_about_box1{
  width: 100%;
}
.siding_about_box2{
  width: 100%;
  margin-top: 20px;
}
.siding_about_img{
}
.siding_about_img.img_fit:before{
  padding-top: 100%;
}
.siding_about_title1{
  margin-bottom: 20px;
}
.siding_about_title1_ja{
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
.siding_about_title1_en{
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-en);
  color: #1e408c;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
.siding_about_title2{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.siding_about_txt{
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
}
.siding_about_txt p{
  letter-spacing: 0.05em;
}

/* 比較表 */
.siding_tbl{
  background: #ffffff;
}
.js-scrollable .siding_tbl{
  min-width: 650px;
}
.siding_tbl .table_rows{

}
.siding_tbl .table_rows_tr{
  border-top: 1px solid #9e9c9c;
}
.siding_tbl .table_rows_tr:last-child{
  border-bottom: 1px solid #9e9c9c;
}
.siding_tbl .table_rows_th,
.siding_tbl .table_rows_td{
  text-align: center;
  padding: 15px 10px;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.siding_tbl .table_rows_th p,
.siding_tbl .table_rows_td p{
  letter-spacing: 0.05em;
}
.siding_tbl .table_rows_th:first-child,
.siding_tbl .table_rows_td:first-child{
  border-left: 0;
}
.siding_tbl .table_rows_th:last-child,
.siding_tbl .table_rows_td:last-child{
  border-right: 0;
}

.siding_tbl .table_rows_th{
  font-size: 15px;
  font-weight: 700;
  background: #c8d1e5;
  padding: 10px 10px;
}
.siding_tbl .table_rows_td{
  font-size: 13px;
  font-weight: 500;
  padding: 15px 10px;
}
.siding_tbl .table_rows_th.th1{
vertical-align: middle;
}
.siding_tbl .table_rows_th.th2{
  background: #1e408c;
  color: #FFF;
}
.siding_tbl .table_rows_th.th3{
  background: #da792b;
  color: #FFF;
}
.siding_tbl .table_rows_th.th4{

}
.siding_tbl .table_rows_td.td1{
 background: #fff;
}
.siding_tbl .table_rows_td.td2{
  background: #f5f5f5;
}
.siding_tbl .table_rows_td.td3{
  background: #fae6d6;
}
.siding_tbl .table_rows_td.td4{

}

/* メリット・デメリット */
.siding_merit{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFF;
  padding: 15px 15px;
}
.siding_merit_item{
  width: 100%;
  padding: 20px 15px;
  background: #f5f5f5;
}
.siding_merit_item:nth-child(n+2){
  margin-top: 20px;
}
.siding_merit_item:nth-child(n+3){

}
.siding_merit_item_title{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 2px solid #1e408c;
  margin-bottom: 20px;
}
.siding_merit_item_group{

}
.siding_merit_item_group + .siding_merit_item_group{
  margin-top: 20px;
}
.siding_merit_item_group_label{
  display: flex;
  margin-bottom: 10px;
}
.siding_merit_item_group_label_txt{
  min-width: 140px;
  padding: 4px 10px 6px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  background: #da792b;
  border: 1px solid #da792b;
  border-radius: 15px;
  color: #FFF;

}
.siding_merit_item_group_label_txt.color1{

}
.siding_merit_item_group_label_txt.color2{
  background: #ffffff;
  border: 1px solid #1e408c;
  color: #1e408c;
}
.siding_merit_item_group_list{

}
.siding_merit_item_group_list_p{
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.siding_merit_item_group_list_p p{
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 1em;
}
.siding_merit_item_group_list_p + .siding_merit_item_group_list_p{
  margin-top: 10px;
}

@media (max-width:767px){

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

  /* ABOUT */
  .siding_about{
  }
  .siding_about_box1{
    width: 26.31%;
    width: 30%;
  }
  .siding_about_box2{
    width: 68.75%;
    width: 66%;
    margin-top: -10px;
  }
  .siding_about_img{
    margin-left: var(--margin-for-device-side-w);
  }
  .siding_about_title1{
    margin-bottom: 30px;
  }
  .siding_about_title1_ja{
    font-size: 30px;
  }
  .siding_about_title1_en{
    font-size: 20px;
    margin-top: 15px;
  }
  .siding_about_title2{
    font-size: 26px;
    margin-bottom: 15px;
  }
  .siding_about_txt{
    font-size: 16px;
  }

  /* 比較表 */
  .siding_tbl{
  }
  .js-scrollable .siding_tbl{
    min-width: 630px;
  }
  .siding_tbl .table_rows{

  }
  .siding_tbl .table_rows_tr{
  }
  .siding_tbl .table_rows_tr:last-child{
  }
  .siding_tbl .table_rows_th,
  .siding_tbl .table_rows_td{
    padding: 15px 5px;
  }

  .siding_tbl .table_rows_th{
    font-size: 15px;
    /*padding: 15px 10px;*/
  }
  .siding_tbl .table_rows_td{
    font-size: 13px;
    /*padding: 26px 10px;*/
  }

  /* メリット・デメリット */
  .siding_merit{
    padding: 20px 20px;
  }
  .siding_merit_item{
    width: 49.29%;
    padding: 20px 20px;
  }
  .siding_merit_item:nth-child(n+2){
    margin-top: 0;
  }
  .siding_merit_item:nth-child(n+3){
    margin-top: 30px;
  }
  .siding_merit_item_title{
    font-size: 23px;
    padding-bottom: 18px;
    margin-bottom: 20px;
  }
  .siding_merit_item_group{

  }
  .siding_merit_item_group + .siding_merit_item_group{
    margin-top: 30px;
  }
  .siding_merit_item_group_label{
    margin-bottom: 15px;
  }
  .siding_merit_item_group_label_txt{
    min-width: 180px;
    padding: 4px 10px 6px;
    font-size: 18px;
  }
  .siding_merit_item_group_list{

  }
  .siding_merit_item_group_list_p{
    font-size: 16px;
  }
  .siding_merit_item_group_list_p + .siding_merit_item_group_list_p{
    margin-top: 15px;
  }

  .body_service .pg_service .section.sec2 .contents_box2 .read_more{
    margin-top: 54px;
  }
}
@media (min-width:1024px){

  /* ABOUT */
  .siding_about_txt{
    font-size: 16px;
    line-height: 2.25;
  }


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

  /* メリット・デメリット */
  .siding_merit{
    padding: 30px 30px;
  }
  .siding_merit_item{
    width: 49.29%;
    padding: 30px 30px;
  }

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

  /* ABOUT */
  .siding_about{
  }
  .siding_about_box1{
    width: 26.31%;
  }
  .siding_about_box2{
    width: 68.75%;
    /*margin-top: -10px;*/
  }
  .siding_about_img{
    /*margin-left: var(--margin-for-device-side-w);*/
  }
  .siding_about_title1{
    margin-bottom: 54px;
  }
  .siding_about_title1_ja{
    font-size: 40px;
  }
  .siding_about_title1_en{
    font-size: 24px;
    margin-top: 20px;
  }
  .siding_about_title2{
    font-size: 32px;
    margin-bottom: 22px;
  }
  .siding_about_txt{
    font-size: 16px;
    line-height: 2.25;
  }

  /* 比較表 */
  .siding_tbl{
  }
  .js-scrollable .siding_tbl{
    min-width: 750px;
  }
  .siding_tbl .table_rows{

  }
  .siding_tbl .table_rows_tr{
  }
  .siding_tbl .table_rows_tr:last-child{
  }
  .siding_tbl .table_rows_th,
  .siding_tbl .table_rows_td{
    padding: 15px 10px;
  }

  .siding_tbl .table_rows_th{
    font-size: 20px;
    padding: 15px 10px;
  }
  .siding_tbl .table_rows_td{
    font-size: 18px;
    padding: 26px 10px;
  }

  /* メリット・デメリット */
  .siding_merit{
    padding: 50px 50px;
  }
  .siding_merit_item{
    width: 49.29%;
    padding: 50px 50px;
  }
  .siding_merit_item:nth-child(n+2){

  }
  .siding_merit_item:nth-child(n+3){

  }
  .siding_merit_item_title{
    font-size: 26px;
    /*padding-bottom: 18px;*/
    /*margin-bottom: 40px;*/
  }
  .siding_merit_item_group{

  }
  .siding_merit_item_group + .siding_merit_item_group{
    margin-top: 38px;
  }
  .siding_merit_item_group_label{
    margin-bottom: 25px;
  }
  .siding_merit_item_group_label_txt{
    min-width: 180px;
    padding: 4px 10px 6px;
    font-size: 18px;
  }
  .siding_merit_item_group_list{

  }
  .siding_merit_item_group_list_p{
    font-size: 18px;
  }
  .siding_merit_item_group_list_p + .siding_merit_item_group_list_p{
    margin-top: 20px;
  }

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

  /* ABOUT */
  .siding_about_title1_ja{
    font-size: 48px;
  }
  .siding_about_title2{
    font-size: 36px;
    margin-bottom: 22px;
  }

  /* メリット・デメリット */
  .siding_merit_item_title{
    font-size: 30px;
    padding-bottom: 18px;
    margin-bottom: 40px;
  }
}

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

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

}
.pg_company .section.sec1{

}
.pg_company .section.sec2{

}


@media (max-width:374px){

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

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

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

  .pg_company{

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{

  }

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

  .pg_company{

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{

  }

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


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

  .pg_company{

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{

  }

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


}


/* メイン部分 */


/* 会社概要 */
.company_tbl{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  color: #181818;
  border-color: #9e9c9c;
  padding: 10px 10px;
  border-inline: 0;
}
.company_tbl .table_rows_th{
  background: #f5f5f5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.company_tbl .table_rows_td{
  background: #FFF;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.company_tbl .table_rows_td strong{
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #ff0000;
}

/* マップ */
.company_map{

}
* + .company_map{
  margin-top: 50px;
}
.company_map iframe{
  border: 0;
  width: 100%;
  height: 250px;
}

/* ギャラリー */
.company_gallery_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
* + .company_gallery_items{
  margin-top: 30px;
}
.company_gallery_item{
  width: 50%;
  padding: 0 5px;
}
.company_gallery_item:nth-child(n+3){
  margin-top: 10px;
}
.company_gallery_item_img{

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

@media (max-width:767px){
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    display: block;
    width: 100%;
    border-bottom: 0;
    border-inline: 0;
    line-height: 1.875;
  }
  .company_tbl .table_rows_th{
  }
  .company_tbl .table_rows_td{

  }
  .company_tbl .table_rows_tr:last-child .table_rows_td{
    border-bottom:1px solid #9e9c9c;
  }
}
@media (min-width:768px){

  /* 会社概要 */
  .company_tbl{

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

  /* マップ */
  .company_map{

  }
  * + .company_map{
    margin-top: 80px;
  }
  .company_map iframe{
    height: 400px;
  }


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

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


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

  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 16px 30px 15px;
  }
  .company_tbl .table_rows_th{
    width: 300px;
  }
  .company_tbl .table_rows_td{
  }

  /* ギャラリー */
  .company_gallery_items{
    margin-left: -15px;
    margin-right: -15px;
  }
  * + .company_gallery_items{
    margin-top: 60px;
  }
  .company_gallery_item{
    width: 33.333%;
    padding: 0 15px;
  }
  .company_gallery_item:nth-child(n+3){
    margin-top: 0;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 30px;
  }

}
@media (min-width:1470px){
  /* マップ */
  .company_map iframe{
    height: 450px;
  }
}
@media (min-width:1720px){
  /* 会社概要 */
  .company_tbl{
    margin-top: 158px;
  }
}

/* カテゴリNav */
.cmn_cat_nav{

}
.cmn_cat_nav .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.cmn_cat_nav .webgene-item{
  width: 50%;
  padding: 0 5px;
  margin: 5px 0;
  font-size: 12px;
  line-height: 1.4285;
}
.cmn_cat_nav .webgene-item a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 50px;
  padding: 2px 10px 3px;
  font-family: var(--font-gothic);
  color: var(--main-color);
  border: 1px solid var(--main-color);
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}

.cmn_cat_nav .webgene-item a:after{
  content: "→";
  font-size: 10px;
  font-family: var(--font-mincho);
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.cmn_cat_nav .webgene-item.on a,
.cmn_cat_nav .webgene-item a:hover{
  background: var(--main-color);
  color: #FFF;
}
.cmn_cat_nav .webgene-item a:hover:after{
  margin-right: -2px;
}

.cmn_cat_nav.color2 .webgene-item a{
  background: #b8d200;
  border-color: #b8d200;
  color: #FFF;
}
.cmn_cat_nav.color2 .webgene-item a:hover{
  background: var(--main-color);
  border-color: var(--main-color);
}
.cmn_cat_nav.color2 .webgene-item a:before{
  content: "";
  position: absolute;
  z-index: 1;
  border: 2px solid #FFF;
  inset: 0;
}

@media (max-width:767px){

  .cmn_cat_nav.col1_sp .webgene-item{
    width: 100%;
  }
  .cmn_cat_nav.col2_sp .webgene-item{
    width: 50%;
  }
  .cmn_cat_nav.col3_sp .webgene-item{
    width: 33.333%;
  }
  .cmn_cat_nav.col4_sp .webgene-item{
    width: 25%;
  }

  .cmn_cat_nav.txt_sm_sp .webgene-item{
    font-size: 10px;
  }

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

  .cmn_cat_nav{
    margin-left: -15px;
    margin-right: -15px;
  }
  .cmn_cat_nav .webgene-item{
    width: 50%;
    padding: 0 15px;
    margin: 12.5px 0;
    font-size: 14px;
  }
  .cmn_cat_nav .webgene-item a{

  }

  .cmn_cat_nav .webgene-item a:after{
    font-size: 14px;
    right: 10px;
  }
  .cmn_cat_nav .webgene-item a:hover:after{
    margin-right: -5px;
  }
}
@media (min-width:1024px){

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

  .cmn_cat_nav{
    margin-left: -15px;
    margin-right: -15px;
  }
  .cmn_cat_nav .webgene-item{
    padding: 0 15px;
    margin: 12.5px 0;
    font-size: 14px;
  }
  .cmn_cat_nav .webgene-item a{

  }

  .cmn_cat_nav.col2 .webgene-item{
    width: 50%;
  }
  .cmn_cat_nav.col3 .webgene-item{
    width: 33.333%;
  }
  .cmn_cat_nav.col4 .webgene-item{
    width: 25%;
  }
  .cmn_cat_nav.col5 .webgene-item{
    width: 20%;
  }

}

/*******************************
*　お問い合わせ
********************************/

.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_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-size: 26px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.16em;
}
.contact_tt.privacy{
  font-family: "Noto Sans JP";
  font-weight: 500;
}

/* フォーム */
.formTbl{
  border: 1px solid #cecdca;
  background: #ffffff;
  margin-top: 30px;
}
.form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.formRow + .formRow{
  border-top: 1px solid #cecdca;
}
.formTh {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-ja);
  letter-spacing: 0.08em;
  background: #f5f5f5;
  padding: 15px 10px 16px 10px;
}
.formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 2px 12px;
  margin-top: 3px;
  float: right;
  font-family: var(--font-fa);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
  background: #1e408c;
  color: #ffffff;
}
.d-inline-block.requiredText.nini{
  background: #fff;
  color: #1e408c;
  border: 1px solid #1e408c
}
.formTd {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.07em;
  padding: 12px 19px;
}
.formTd input[type="text"],
.formTd input[type="tel"],
.formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.formTd select{
  border-radius: 0;
}
.formTd input[name="zip1"]{
  max-width: 120px;
}
.formTd input[name="zip2"]{
  max-width: 150px;
}
.formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.formTd input[name="city"]{
  max-width: 425px;
}
.formTd .addArea + .addArea{
  margin-top: 8px;
}
.formTd .addArea .labelText02{
  width: 75px;
}
.formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.formWrap .text-center{
  padding-top: 30px;
}
.formWrap input[name="privacy"]{
  margin-right: 7px;
}
.formWrap .privacyLabel{
  font-size: 17px;
  font-family: var(--font-ja);
  font-weight: 500;
  letter-spacing: 0.08em;
  display: inline;
}
.formWrap .privacyLabel a{
  color: #1e408c;
}
.text-center.formBtn{
  padding-top: 45px;
}
.formBtn.formSend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-ja);
  line-height: 1.2;
  letter-spacing: 0.025em;
  background: none;
  color: #181818;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.formBtn.formSend:after{
  content: "→";
  display: block;
  width: 50px;
  aspect-ratio:1;
  border-radius: 50%;
  border: 1px solid #313131;
  background: #fff;
  transition: 0.2s all;
  position: relative;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: 0.2s all;
}
.formBtn.formSend:hover{

}
.formBtn.formSend:hover:after{
  right: -10px;
  background: #eeed75;
  transition: 0.2s all;
}
.formWrap label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-ja);
  letter-spacing: 0.08em;
  line-height: 2em;
  margin-left: 9px;
}
.radioArea .d-inline-block{
  margin-right: 26px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
  line-height: 1.8em;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}

.formTd.caution{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.fileArea:nth-child(n+2){
  margin-top: 9px;
}
@media only screen and (min-width: 1024px){
  .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }

  .thanks_text{
    text-align: center !important;
  }
}


/* プライバシー */
.pg_contact .section.sec2{
  padding: 150px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 28px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #1e408c;
  letter-spacing: 0.04em;
}
.estimate_form .privacy_ttl{
  border-color: var(--sub-color);
}
.privacy_txt{
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
}

.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 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-top: 30px;
  margin-bottom: 45px;
}
.contact_tt.privacy br{
  display: none;
}
.formWrap .d-inline{
  display: inline-block!important;
}
.formWrap .d-inline-block {
  vertical-align: middle;
}

.privacy_box {
  padding: 0 50px 30px 28px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #bfbfbf;
  margin-top: 0;
  color: #000000;
  margin-top: 55px;
}
@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){
  .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;
  }
  .formTh {
    padding: 5px 10px;
  }
  .formTd {
    font-size: 13px;
    padding: 10px;
  }
  .formTd input[name="zip1"] {
    width: 80px;
  }
  .formTd input[name="zip2"] {
    width: 100px;
  }
  .formTd select[name="pref"] {
    width: 170px;
  }
  .formTd input[type="text"]::placeholder,
  .formTd input[type="tel"]::placeholder,
  .formTd input[type="email"]::placeholder{
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .formWrap .text-center {
    padding-top: 25px;
  }
  .formWrap .privacyLabel {
    font-size: 15px;
  }

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

  .contact_tt.privacy br{
    display: block;
  }
  .contact_tt.privacy {
    font-size: 19px;
    margin-bottom: 0;
  }
  .privacy_item {
    margin-top: 26px;
  }
  .contact_info_txt_1 {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .formWrap .d-inline {
    display: block!important;
  }
  .formTd .addArea .labelText02 {
    display: block;
  }
  label.label.zipcode_i {
    padding: 7px 4px;
    line-height: 1.75em;
  }
  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;
  }
}
@media (min-width:1024px){
  .formTbl {
    margin-top: 45px;
  }
  .formBtn.formSend{
    margin: 40px auto 0;
  }
}
@media (min-width:1470px){
  .formTbl {
    margin-top: 158px;
  }
  .formTh {
    padding: 15px 15px 16px 20px;
  }
  .radioArea .d-inline-block {
    margin-right: 34px;
  }
}
/*******************************
*　お問い合わせ送信完了
********************************/
.pg_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: justify;
}

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

  .privacy_box{
    padding: 0 10px;
  }
}

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

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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}


@media (max-width:374px){

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

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

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

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }

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


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


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


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


}

/* メイン部分 */

@media (max-width:767px){

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

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


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


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


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


}

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

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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}


@media (max-width:374px){

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

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

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

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }

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


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


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


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


}

/* メイン部分 */

@media (max-width:767px){

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

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


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


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


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


}
