@charset "UTF-8";

/*******************************
*　ヘッダー
********************************/
.pg_header_mv_img.img_fit:before{
  padding-top: 240px;
}

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

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

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

}
@media (min-width:768px){
  .pg_header_mv_img.img_fit:before{
    padding-top:350px;
  }


}
@media (min-width:1024px){
  .pg_header_mv_img.img_fit:before{
    padding-top: 500px;
  }

}
@media (min-width:1200px){
  .pg_header_mv_img.img_fit:before{

  }

}



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

.footer{
  background: var(--main-color);
  margin-top: 0;
  padding: 30px 0 0;
}

.ftr1{
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  padding: 30px 0;
  margin-bottom: 25px;
}

.ftr1>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr1_box1{

}
.ftr1_box2{

}

.ftr_logo{
  margin-bottom: 25px;
}
.ftr_name{
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.ftr_addr{
  margin-bottom: 10px;
}


.ftr_contact{
  display: block;
  background: #ef7f1a;
  border-radius: 10px;
  color: #FFF;
  width: 255px;
  padding: 13px 5px;
  text-align: center;
}

.ftr_contact p:before{
  content:"\f0e0";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.ftr_addr em{
  font-style: normal;
}
.ftr_copy{
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 16px 0;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  /*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: #fff;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 50%;
  border-right: 1px solid var(--sub-color);
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 50%;
  background: #fff;
}
.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: #a6bcce;
}
.pagetop a i{
  font-size: 40px;
}

.ftr_contact_wrap{
  background: #097d9e;
  border-bottom: 1px solid #fff;
  padding: 50px 0 38px;
  margin-top: 80px;
}
.ftr_contact_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr_contact_box1{
  width: 100%;
}
.ftr_contact_box1_title{
  color: #fff;
}
.ftr_contact_box1_title_tt{
  font-size: 24px;
  display: flex;
  align-items: center;
}
.ftr_contact_box1_title_tt:after{
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #fff;
  margin-left: 16px;
}
.ftr_contact_box2{
  width: 100%;
  margin-top: 30px;
}
.link_1{
  display: block;
  max-width:540px;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  text-align: center;
  border: 0;
  border-radius: 38px;
  background: #FFF;
  color: var(--main-color);
  padding: 16px 20px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.link_1:hover{
  background: var(--sub-color);
  color: #fff;
}
.ftr_contact_box2_num{
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
.ftr_contact_box2_num1{
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  padding-bottom: 13px;
}
.ftr_contact_box2_num2{
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  transition: all.2s;
  padding: 10px 0;
}
.ftr_contact_box2_num2 a:hover{
  color: var(--sub-color);
}

.ftr_1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr_1_box1{
  text-align: center;
  width: 100%;
}
.ftr_logo{

}
.ftr_add{

  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875em;
  margin-top: 6px;
}
.ftr_sns_items{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.ftr_sns_item{
  display: block;
  margin:0 5px;
  position: relative;

}
.ftr_sns_item img{
  display: block;
  transition: all .2s;
}
.ftr_sns_item:hover{

}
.ftr_sns_item:hover img{
  transform: scale(1.07);
}
.ftr_sns_item + .ftr_sns_item{

}
.ftr_1_box2{
  width: 100%;
  margin-top: 30px;
}
.ftr_1_box2 .gmap{
  margin-top: 0;
}
.ftr_1_box2 .access_map iframe{
  height: 250px;
}

.ftr_2{
  display: none;
}
.ftr_links{

}
.ftr_link{

}

@media (min-width:375px){

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

  body{
    padding-bottom: 0;
    padding-top: 70px;
  }

  .footer_fix{
    display: none;
  }
}
@media (min-width:768px){
  .footer{
    margin-top: 0;
    padding: 46px 0 0;
  }
  .ftr_copy{
    padding: 20px 0;
  }

  .ftr_contact_wrap{
    padding:60px 0 38px;
    margin-top: 100px;
  }
  .ftr_contact_box{

  }
  .ftr_contact_box1{
    width: 44.07%;
  }
  .ftr_contact_box1_title{

  }
  .ftr_contact_box1_title_tt{
    font-size: 24px;
  }
  .ftr_contact_box2{
    width: 50.53%;
    padding-top: 16px;
    margin-top: 0;
  }
  .link_1{
    font-size: 18px;
    padding: 20px 0;
  }
  .ftr_contact_box2_num{
    text-align: left;
    margin-top: 30px;
  }
  .ftr_contact_box2_num1{

  }
  .ftr_contact_box2_num2{
    font-size: 32px;
  }

  .ftr_1{

  }
  .ftr_1_box1{
    text-align: left;
    width: 36.92%;
  }
  .ftr_logo{

  }
  .ftr_add{

  }
  .ftr_sns_items{
    justify-content: flex-start;
  }
  .ftr_sns_item{
    margin-right: 14px;
    margin-left: 0;
  }
  .ftr_1_box2{
    width:58.46%;
    padding-top: 17px;
    margin-top: 0;
  }
  .ftr_1_box2 .gmap{
    margin-top: 0;
  }
  .ftr_1_box2 .access_map iframe{
    height: 200px;
  }

  .ftr_2{
    display: block;
    margin-top: 55px;
  }
  .ftr_links{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 6px 0 16px;
  }
  .ftr_links:after{
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: #fff;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: absolute;
    top: 0;
    z-index: 0;
  }
  .ftr_links:hover .ftr_link{
    opacity: 0.5;
  }
  .ftr_link{
    text-align: center;
    width: 25%;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .ftr_links .ftr_link:hover{
    opacity: 1;
    color: var(--sub-color);
  }
  .ftr_link:nth-child(n+5){
    margin-top: 20px;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 0;
    padding: 46px 0 0;
    ;
  }

  .body_home .ftr_contact_wrap{

  }
  .ftr_contact_wrap{
    padding: 113px 0 38px;
    margin-top: 200px;
  }
  .ftr_contact_box{

  }
  .ftr_contact_box1{

  }
  .ftr_contact_box1_title{

  }
  .ftr_contact_box1_title_tt{
    font-size: 40px;
  }
  .ftr_contact_box2{
    width: 41.53%;
  }
  .link_1{
    padding: 26px 0;
  }
  .ftr_contact_box2_num{

  }
  .ftr_contact_box2_num1{

  }
  .ftr_contact_box2_num2{
    font-size: 34px;
  }

  .ftr_1{

  }
  .ftr_1_box1{

  }
  .ftr_logo{

  }
  .ftr_add{

  }
  .ftr_sns_items{

  }
  .ftr_sns_item{

  }
  .ftr_1_box2{

  }
  .ftr_1_box2 .gmap{
    margin-top: 0;
  }
  .ftr_1_box2 .access_map iframe{
    height: 200px;
  }

  .ftr_2{

  }
  .ftr_links{
    padding: 6px 0;
  }
  .ftr_link{
    width: auto;
    text-align: left;
    padding: 0 10px;
  }
  .ftr_link:nth-child(n+5){
    margin-top: 0;
  }
}
@media (min-width:1200px){
  .footer{
    margin-top: 0;
  }
  .ftr_1,
  .ftr_contact_box{
    padding: 0 120px 0 105px;
  }
  .ftr_link{
    padding: 0 16px;
  }
}


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

}
.pg_company .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_company .section.sec2{
  padding-top: 50px;
}
.pg_company .section.sec3{
  padding-top: 60px;
}

/*見出し*/
.company_hdr_wrap .home_concept_img.img_fit:before{
  padding-top: 127.65%;
}
.company_hdr_wrap .home_concept_txt .name{
  text-align: right;
  margin-top:30px;
}


.company_hdr_wrap .home_concept_box1{
  order: 2;
  padding-top: 0;
  margin-top: 30px;
}
.company_hdr_wrap .home_concept_box2{
  order: 1;
}
.company_hdr_wrap .home_concept_box3{
  order: 3;
  padding-top: 50px;
  margin-top: 30px;
}

/*活動*/
.company_activity_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-bottom: 40px;
}
.company_activity_items:after{
  content: "";
  display: block;
  width: 100vw;
  height: 420px;
  background: #d5dfe5;
  position: absolute;
  bottom: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
.company_activity_box1{
  width: 100%;
}
.company_activity_box1_img{

}
.company_activity_box2{
  width: 100%;
  margin-top: 20px;
}
.company_activity_box2_title{
  font-size: 20px;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.66em;
}
.company_activity_box2 .home_concept_txt{
  text-align: justify
}
.company_activity_box2_sub_txt{
  font-size: 18px;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  color: #398ba8;
  margin-top: 20px;
}
.company_activity_box2 .read_more{

}
.company_activity_box2 .read_more a{
  max-width: 550px;
  width: 100%;
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #398ba8;
}
.company_activity_box2 .read_more a:hover{
  color: #fff;
}

/*テーブル*/
.company_tbl{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  border: 1px solid #636363;
}
.company_tbl .table_rows_th{
  background: #f7f7f7;
}
.company_tbl .table_rows_td{
  background: #fff;
  line-height: 1.944em;
}

/*地図*/
.gmap{
  margin-top: 40px;
}
.access_map iframe{
  border: none;
  height: 250px;
  width: 100%;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .company_activity_box2 .read_more a{
    font-size: 14px;
  }
  .company_activity_box2 .read_more a p{
    letter-spacing: 0;
  }

  /*テーブル*/
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    display: block;
    width: 100%;
    border-bottom: 0;
  }
  .company_tbl .table_rows_th{

  }
  .company_tbl .table_rows_td{

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

  }
  .pg_company .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_company .section.sec2{
    padding-top: 70px;
  }
  .pg_company .section.sec3{
    padding-top: 80px;
  }
  /*見出し*/
  .company_hdr_wrap .home_concept_txt .name{
    margin-top:40px;
  }

  /*活動*/
  .company_activity_items{
    padding-bottom: 40px;
  }
  .company_activity_items:after{
    height: 425px;
  }
  .company_activity_box1{
    width: 38.48%;
  }
  .company_activity_box1_img{

  }
  .company_activity_box2{
    width: 57.23%;
    margin-top: 0;
  }
  .company_activity_box2_title{
    font-size: 24px;
  }
  .company_activity_box2 home_concept_txt{

  }
  .company_activity_box2_sub_txt{
    font-size: 21px;
    margin-top: 20px;
  }
  .company_activity_box2 .read_more{
    margin-top: 10px;
  }
  .company_activity_box2 .read_more a{
    font-size: 16px;
  }

  /*テーブル*/
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    font-size: 18px;
    padding: 14.5px 15px;
  }
  .company_tbl .table_rows_th{
    width: 200px;
    border-right: 0;
  }
  .company_tbl .table_rows_td{
    border-left: 0;
    padding-left: 23px;
  }

  /*地図*/
  .gmap{
    margin-top: 60px;
  }
  .access_map iframe{
    height: 350px;
  }
}
@media (min-width:1024px){
  .pg_company{

  }
  .pg_company .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_company .section.sec2{
    padding-top: 85px;
  }
  .pg_company .section.sec3{
    padding-top: 80px;
  }

  /*活動*/
  .company_activity_items{
    padding-bottom: 50px;
  }
  .company_activity_items:after{
    height: 350px;
  }
  .company_activity_box1{
    padding-top: 13px;
  }
  .company_activity_box1_img{

  }
  .company_activity_box2{

  }
  .company_activity_box2_title{
    font-size: 24px;
  }
  .company_activity_box2 home_concept_txt{

  }
  .company_activity_box2_sub_txt{
    margin-top:32px;
    margin-right: -30px;
  }
  .company_activity_box2 .read_more{
    justify-content: flex-start;
  }
  .company_activity_box2 .read_more a{
    font-size: 18px;
  }

  /*テーブル*/
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{

  }
  .company_tbl .table_rows_th{
    width: 284px;
  }
  .company_tbl .table_rows_td{

  }

  /*地図*/
  .gmap{
    margin-top: 80px;
  }
  .access_map iframe{
    height: 400px;
  }
}
@media (min-width:1200px){

  /*見出し*/
  .company_hdr_wrap .home_concept_box1{
    padding-top: 0;
    margin-top: 0;
    order: 1;
  }
  .company_hdr_wrap .home_concept_box1 .home_concept_img{
    margin-left:var(--margin-for-device-side);
  }
  .company_hdr_wrap .home_concept_box1,
  .company_hdr_wrap .home_concept_box3{
    width: 17.76%;
  }
  .company_hdr_wrap .home_concept_box2{
    width: 57.02%;
    order: 2;
  }
  .company_hdr_wrap .home_concept_box3{
    padding-top: 150px;
    margin-top: 0;
    order: 3;
  }
  .company_hdr_wrap .home_concept_box3 .home_concept_img{
    margin-right: var(--margin-for-device-side);
  }
  .company_hdr_wrap .home_concept_txt .name{
    text-align: center;
  }

  /*活動*/
  .company_activity_items{
    padding-bottom: 80px;
  }
  .company_activity_items:after{
    height: 374px;
  }
  .company_activity_box2_title{
    font-size: 30px;
  }
}
@media (min-width: 1536px){
  /*見出し*/
  .company_hdr_wrap .home_concept_txt{
    margin-top: 0;
  }
  .company_hdr_wrap .home_concept_box1,
  .company_hdr_wrap .home_concept_box3{
    width: 17.76%;
  }
  .company_hdr_wrap .home_concept_box2{
    /*width: 48.02%;*/
    width: 58.5%;
  }
  .company_hdr_wrap .home_concept_box3{
    padding-top: 250px;
  }
}
@media (min-width: 1720px) {

}


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

}
.pg_contact .section.sec1{
  padding-top: 0;
  padding-bottom: 50px;
}
.pg_contact .section.sec2{
  padding-top: 50px;
  padding-bottom: 0;
  background: #d5dfe5;
}
.pg_contact .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}

.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;
}
.home_concept_txt a{
  color: #097d9e;
  font-weight: 700;
}
@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: 400;
  letter-spacing: 0.2em;
}

/* フォーム */
.pg_contact .formTbl{


}
.pg_contact .formTbl_inner{
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.pg_contact .formTh {
  padding: 16px 15px 14px 20px;
  background: #f5f5f5;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 2px 12px;
  margin-top: 3px;
  float: right;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.nini{
  background: #fff;
  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-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.pg_contact .formTd::placeholder,
.pg_contact .formTd input[type="text"]:placeholder,
.pg_contact .formTd input[type="tel"]:placeholder,
.pg_contact .formTd input[type="email"]::placeholder {
  color: #c0c0c0;
  ;
}
::placeholder {
  color: #c0c0c0;
  ;
}
.pg_contact .formTd select{
  border-radius: 0;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.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: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
  line-height: 1.933em;
}
.pg_contact .formWrap .text-center{
  padding-top:46px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #097d9e;
  font-weight: 500;
}
.pg_contact .formBtn.formSend {
  display: block;
  width: 300px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.075em;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  border: none;
  border-radius: 25px;
  background: #097d9e;
  /* border-radius: 27px; */
  color: #FFF;
  padding: 14px 20px;
  margin: 35px auto 0;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  cursor: pointer;
}
.pg_contact .formBtn.formSend:after{
  content: "→";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 23px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.pg_contact .formBtn.formSend:hover{
  color: #FFF;
  background: var(--sub-color);
}

.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  margin-left: 3px;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.radioArea .d-inline-block{
  margin-right:35px;
}
.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;
}

@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%;
  }
}


/* プライバシー */
.pg_contact .section.sec2{
  padding: 150px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 47px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 30px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  padding: 8px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #097d9e;
}
.privacy_txt{
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
}
.privacy_txt p{
  letter-spacing: 0.04em;
}

.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){
  .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"] {
    width: 80px;
  }
  .pg_contact .formTd input[name="zip2"] {
    width: 100px;
  }
  .pg_contact .formTd select[name="pref"] {
    width: 155px;
  }
  .pg_contact .formTd input[type="text"]::placeholder,
  .pg_contact .formTd input[type="tel"]::placeholder,
  .pg_contact .formTd input[type="email"]::placeholder{
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .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 75px;
  }
  .contact_info_bg {
    padding: 18px 10px;
  }

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

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


.pg_contact .section.sec1 .home_concept_txt,
.pg_contact .section.sec2 .home_concept_txt{
  margin-top: 0;
}
.form_box{
  margin-top: 36px;
}

.pg_contact .formTbl + .formTbl{
  margin-top: 40px;
}
.pg_contact .section.sec1 .formTbl .home_concept_txt{
  margin-top: 50px;
}
.pg_contact .formTbl.second .formBtn.formSend{
  margin-top: 0;
}
.pg_contact .formTd.center{
  display: flex;
  align-items: center;
}

.privacy_item_box {
  padding: 30px 16px;
  height: 397px;
  overflow: auto;
  background: #fff;
  margin-top: 70px;
}

.body_contact .ftr_contact_wrap{
  margin-top: 0;
}
@media (max-width:374px){

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

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

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

  }
  .pg_contact .section.sec1{
    padding-top: 0;
    padding-bottom: 100px;
  }
  .pg_contact .section.sec2{
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .pg_contact .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  .body_contact .ftr_contact_wrap{
    margin-top: 0;
  }

  .form_box{
    margin-top: 50px;
  }
  .pg_contact .formBtn.formSend:hover:after{
    margin-right: -5px;
  }
  .pg_contact .section.sec1 .formTbl .home_concept_txt{
    margin-top: 50px;
  }
  .pg_contact .formTbl + .formTbl{
    margin-top: 43px;
  }

  .pg_contact .formTbl.second .formBtn.formSend{
    margin-top: 0;
  }
  .pg_contact .section.sec1 .home_concept_txt{
    text-align: center;
  }

  .pg_contact .section.sec2 .contact_tt{
    font-size: 21px;
  }
  .privacy_item_box{
    padding: 30px 48px 30px 30px;
    margin-top: 60px;
  }
}
@media (min-width:1024px){
  .pg_contact{

  }
  .pg_contact .section.sec1{
    padding-top: 0;
    padding-bottom: 150px;
  }
  .pg_contact .section.sec2{
    padding: 135px 0 200px;
  }
  .pg_contact .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  .body_contact .ftr_contact_wrap{
    margin-top: 0;
  }

  .privacy_item_box{
    padding: 30px 48px 30px 30px;
    margin-top: 80px;
  }

  .thanks_text{
    text-align: center;
  }
}
@media (min-width:1200px){


}

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

@media only screen and (max-width: 767px){
  .thanks_text{
    /*display: block;*/
    letter-spacing: -0.08em;
  }
}
/*******************************
*　一覧
********************************/
/*ボタン*/
.detail_btn{
  display: block;
  background: #6bb4d9;
  color: #fff;
  padding: 10px 16px;
  transition: all .2s;
  margin-top: 40px;
}
.detail_btn:hover{
  background:#fff;
  color: #6bb4d9;
}
.detail_btn_inner{
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  padding: 16px;
  transition: all .2s;
  border: 1px solid #fff;
}
.detail_btn:hover .detail_btn_inner{
  border: 1px solid #6bb4d9;
}
.detail_btn_inner p{
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail_btn_inner p:before{
  content: "";
  display: block;
  width: 19px;
  height: 14px;
  background-image: url(/system_panel/uploads/images/mail_wh.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .2s;
  margin-top: 3px;
}
.detail_btn:hover .detail_btn_inner p:before{
  background-image: url(/system_panel/uploads/images/mail_bl.svg)
}

.kodawari_detail .txt em{
  font-style: normal;
  font-weight: 700;
}
.kodawari_detail .txt a:not(.noBtn){
  display: block;
  max-width: 650px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  border: none;
  background: var(--main-color);
  border-radius: 35.5px;
  color: #FFF;
  padding: 16px 20px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  margin: 30px auto 20px;
}
.kodawari_detail .txt a:not(.noBtn):after {
  content: "→";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.kodawari_detail .txt a:not(.noBtn):hover{
  background: var(--sub-color);
}

/*スライド*/
.kodawari_detail .gallery_wrap{
  display: block;
}
.kodawari_detail .gallery_wrap .gallery_box1{
  width: 100%;
}
.kodawari_detail .gallery_wrap .gallery_box2{
  width: 100%;
  position: relative;
}
.kodawari_detail .gallery_main .img.img_fit:before{
  padding-top: 67.32%;
}

.kodawari_detail .gallery_thumb .img.img_fit:before{
  padding-top: 56.97%;
}

.kodawari_detail .gallery_wrap{
  padding: 0 36px;
  margin-top: 36px;
}
.gallery_wrap .gallery_box1{
  position: relative;
}
.gallery_wrap .gallery_slide_prev,
.gallery_wrap .gallery_slide_next{
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 42%;
  z-index: 10;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: all .2s;
}
.gallery_wrap .gallery_slide_prev{
  left: 0;
  background-image: url(/system_panel/uploads/images/prev.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery_wrap .gallery_slide_next{
  right: 0;
  background-image: url(/system_panel/uploads/images/next.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery_wrap .gallery_box2{
  margin-top: 7px;
}

.kodawari_detail .read_more{
  margin-top: 40px;
}
/* コピー用 */
@media (max-width:374px){

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

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

}
@media (min-width:768px){
  /*ボタン*/
  .detail_btn{
    margin-top: 70px;
  }
  .detail_btn_inner{
    font-size: 24px;
    padding: 20px 0;
  }
  .detail_btn_inner p{

  }
  .detail_btn_inner p:before{
    width: 32px;
    height: 23px;
  }
  .kodawari_detail .meta{
    padding: 0;
  }
  .kodawari_detail .gallery_wrap{
    padding: 0 50px;
  }
  .gallery_wrap .gallery_slide_prev{
    left:0px;
  }
  .gallery_wrap .gallery_slide_next{
    right: 0;
  }

  .kodawari_detail .txt a:not(.noBtn){
    margin: 40px auto 60px;
  }

  .kodawari_detail .read_more{
    margin-top: 75px;
  }
}
@media (min-width:1024px){
  /*ボタン*/
  .detail_btn{
    margin-top: 100px;
  }
  .detail_btn_inner{
    font-size: 26px;
    padding: 34px 0;
  }
  .detail_btn_inner p{

  }
  .detail_btn_inner p:before{
    width: 32px;
    height: 23px;
  }

  .kodawari_detail .meta{
  padding: 0;
  }
  .kodawari_detail .gallery_wrap{
    padding: 0 95px;
  }
  .gallery_wrap .gallery_slide_prev{
    left: 50px;
  }
  .gallery_wrap .gallery_slide_next{
    right: 50px;
  }

  .kodawari_detail .read_more{
    margin-top: 75px;
  }

  .company_hdr_wrap .home_concept_txt{
    text-align: center;
  }
  .company_hdr_wrap .home_concept_txt .name{
    text-align: center;
  }
}
@media (min-width:1200px){

  .company_hdr_wrap .home_concept_txt{
    text-align: center;
  }


}
@media (min-width:1536px){
  /*ボタン*/
  .detail_btn_inner{
    font-size: 32px;
  }
}
/*******************************
*　施工事例一覧
********************************/
.pg_works{

}
.pg_works .section.sec1{
  padding-top: 0;

  position: relative;
  z-index: 1;
}
.pg_works .section.sec2{
  padding-top: 60px;
}
.pg_works .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}
/*サブタイトル*/
.works_tt2{
  font-size: 17px;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.78em;
  text-align: center;
  margin-bottom: 50px;
}
.works_tt2 a{
  color: var(--sub-color);
}

/*カテゴリ*/
.works_city_cat_wrap{

}

/*地図*/
.works_list_map_wrap{
  display: none;
  margin-top: 50px;
}
.gjs-dashed .works_list_map_wrap{
  display: block;
}
.works_list_map_wrap.show{
  display: block;
}
.works_list_map_wrap .pos_left,
.works_list_map_wrap .pos_right{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.works_list_map_wrap .pos_left{

}
.works_list_map_wrap .pos_right{

}
.works_list_map_wrap .works_list_map_img{
  position: relative;
  z-index: 0;
}
.works_list_pos_btn{
  display: block;
  width: 100%;
  ;
  text-align: center;
  color: #fff;
  background: var(--main-color);
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  transition: all .2s;
}
.works_list_pos_btn:hover{
  background: var(--sub-color);
  color: #fff;
}
.works_list_pos_btn:nth-child(n+2){
  margin-top: 10px;
}
.works_list_pos_btn p{
  letter-spacing: -0.05em;
}

.works_list_pos_btn.on{
  background: #FFF;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}

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

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

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

  }
  .pg_works .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_works .section.sec2{
    padding-top: 80px;
  }
  .pg_works .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  /*サブタイトル*/
  .works_tt2{
    font-size: 24px;
  }

  /*カテゴリ*/
  .works_city_cat_wrap{

  }

  /*地図*/
  .works_list_map_wrap{
    margin-top: 70px;
  }
  .works_list_map_wrap .pos_left,
  .works_list_map_wrap .pos_right{

  }
  .works_list_map_wrap .pos_left{

  }
  .works_list_map_wrap .pos_right{
    margin-top: 10px;
  }
  .works_list_map_wrap .works_list_map_img{

  }
  .works_list_pos_btn{
    width: 49.2%;
    position: relative;
  }
  .works_list_pos_btn:nth-child(n+2){
    margin-top: 0;
  }
  .works_list_pos_btn:nth-child(n+3){
    margin-top: 10px;
  }
  .works_list_pos_btn:after{
    content: "→";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 5px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: 0.2s all;
  }
}
@media (min-width:1024px){
  .pg_works{

  }
  .pg_works .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_works .section.sec2{
    padding-top: 100px;
  }
  .pg_works .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  /*サブタイトル*/
  .works_tt2{
    font-size: 28px;
  }

  /*カテゴリ*/
  .works_city_cat_wrap{

  }
  .pg_works .section.sec1 .category_list .webgene-item a{
    font-size: 17px;
    letter-spacing: 0;
  }
  .pg_works .section.sec1 .works_tt2{
    font-size: 24px;
    margin-bottom: 80px;
  }

  /*地図*/
  .works_list_map_wrap{
    margin-top: 70px;
  }
  .works_list_map_wrap .pos_left{

  }
  .works_list_map_wrap .pos_right{
    margin-top: 10px;
  }
  .works_list_map_wrap .works_list_map_img{

  }

  .works_list_pos_btn{
    width: 49%;
  }
  .works_list_pos_btn:nth-child(n+3){
    margin-top: 0;
  }
  .works_list_pos_btn:nth-child(n+4){
    margin-top: 10px;
  }


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

  }
  .pg_works .section.sec1{
    padding-top: 0;
    padding-bottom: 30px;
  }
  .pg_works .section.sec2{
    padding-top: 130px;
  }
  .pg_works .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_works .section.sec1 .works_tt2{
    font-size: 28px;
  }

  /*地図*/
  .works_list_map_wrap{
    position: relative;
    z-index: 1;
  }
  .works_list_map_wrap .pos_left{
    width: 26.02%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -5px;
  }
  .works_list_map_wrap .pos_right{
    width: 26.02%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: -8px;
    margin-top: 0;
  }
  .works_list_map_wrap .works_list_map_img{
    width: 60.52%;
    margin-inline:auto;
    border: 1px solid #fff;
    box-shadow: 5px 8.66px 28.71px 0.29px rgba(111, 108, 98, 0.56);
  }
  .works_list_map_wrap.cat_target_1 .works_list_map_img{
    background: #e7f9f9;
  }
  .works_list_map_wrap .works_list_map_img img{
    display: block;
    margin: 0 auto;
  }
  .works_list_pos_btn{
    width: 100%;
    font-size: 14px;
  }
  .works_list_pos_btn:nth-child(n+4){
    margin-top: 0;
  }
  .works_list_pos_btn:after{
    right: 5px;
  }
  .works_list_pos_btn p{
    letter-spacing: -0.07em;
  }

  .works_list_map_wrap .pos_left .works_list_pos_btn{
    position: absolute;
    left: 0;
  }
  .works_list_map_wrap .pos_right .works_list_pos_btn{
    position: absolute;
    right: 0;
  }
  .works_list_map_img{
    position: relative;
  }
  /*  .works_list_map_img:after{
      content: "";
      display: block;
     padding-top:  65.21%;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
    }*/

  /*千葉*/
  .works_list_map_wrap.cat_target_1 img{
    margin: 0 auto 0 13px;
  }
  .works_list_pos_0_1{
    top: 15%;
  }
  .works_list_pos_0_2{
    top: 26.66%;
  }
  .works_list_pos_1_1{
    top: 38.33%;
  }
  .works_list_pos_1_2{
    top: 50%;
  }
  .works_list_pos_1_3{
    top: 61.66%;
  }
  .works_list_pos_1_4{
    top: 73.33%;
  }
  .works_list_pos_1_5{
    top: 85%;
  }
  .works_list_pos_1_6{
    top: 96.66%;
  }
  .works_list_pos_1_7{
    top: -5.6%;
  }
  .works_list_pos_1_8{
    top: 7.3%;
  }
  .works_list_pos_1_9{
    top: 20%;
  }
  .works_list_pos_1_10{
    top: 32.16%;
  }
  .works_list_pos_1_11{
    top: 44.66%;
  }
  .works_list_pos_1_12{
    top: 57.33%;
  }
  .works_list_pos_1_13{
    top: 70%;
  }
  .works_list_pos_1_14{
    top: 82.5%;
  }
  .works_list_pos_1_15{
    top:95%;
  }

  /*東京*/
  .h-lock .works_list_map_img{
    min-height: inherit;
  }
  .works_list_map_wrap.cat_target_2 .works_list_map_img{

  }
  .works_list_pos_2_1{
    top: 21.66%;
  }
  .works_list_pos_2_2{
    top: 57.66%;
  }
  .works_list_pos_2_3{
    top: 35.5%;
  }
  .works_list_pos_2_4{
    top: 54.33%;
  }
  .works_list_pos_2_5{
    top: 71.66%;
  }

  /*神奈川*/
  .works_list_map_wrap.cat_target_3 .works_list_map_img{

  }
  .works_list_pos_3_1{
    top: 21.216%;
  }
  .works_list_pos_3_2{
    top: 53.83%;
  }
  .works_list_pos_3_3{
    top: 38.33%;
  }
  .works_list_pos_3_4{
    top: 65.5%;
  }

  /*埼玉*/
  .works_list_map_wrap.cat_target_4 .works_list_map_img{

  }
  .works_list_pos_4_1{
    top: 41.66%;
  }
  .works_list_pos_4_2{
    top: 64.16%;
  }
  .works_list_pos_4_3{
     top: 44.66%;
  }

  /*茨城*/
  .works_list_map_wrap.cat_target_5 .works_list_map_img{

  }
  .works_list_pos_5_1{
    top: 51.66%;
  }
  .works_list_pos_5_2{
    top: 59.66%;
  }

  /*静岡*/
  .works_list_map_wrap.cat_target_6 .works_list_map_img{

  }
  .works_list_pos_6_1{
    top: 40.5%;
  }
}

@media (min-width:1536px){
  .works_list_map_wrap .pos_left{
    width: 23.02%;
  }
  .works_list_map_wrap .pos_right{
    width: 23.02%;
  }
  .works_list_pos_btn{
    font-size: 16px;
    width: 365px;
  }
  .works_list_pos_btn p{
    letter-spacing: -0.05em;
  }
  .works_list_pos_btn:after{
    right: 14px;
  }
}

/*******************************
*　
********************************/
.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){


}

body {
    overflow-x: hidden;
}