@charset "UTF-8";


/*******************************
*　保有車両
********************************/
.pg_vehicles{

}
.pg_vehicles .section.sec1{
}
.pg_vehicles .section.sec2{
  margin-top: 50px;
}
.pg_vehicles .section.sec3{
  margin-top: 50px;
}

.vehicles_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.vehicles_items .item{
  width: 50%;
  padding: 0 15px;
}
.vehicles_items .inner{

}
.vehicles_items .title{
  text-align: center;
  background: #f7f7f7;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding: 12px 0;
  box-shadow: 0.5px 0.866px 0px 0px rgba(0, 0, 0, 0.25);
}
.vehicles_items .img{
  border: 1px solid #b3b3b3;
  padding: 8px 0 16px;
  /*margin-top: 10px;*/
}
.vehicles_items .img_fit{
  background-image: url(/img/equipment/noimage.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.vehicles_items .img_fit:before{
  content: "";
  display: block;
  /*padding-top: 71.42%;*/
  padding-top: 80%;
}

/*運搬容器*/
.vehicles_case_wrap .vehicles_items{
  margin-top: 36px;
}
.vehicles_case_title{
  text-align: center;
  background: #4744ae;
  padding: 5px;
}
.vehicles_case_title .txt{
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  padding: 10px;
}

/*詳細 テーブル*/
.vehicles_case_wrap .detail{
  margin-top: 10px;
}
.detail table{
  border-left: 1px solid #ababab;
  border-top: 1px solid #ababab;
}
.detail table th,
.detail table td{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  border-right: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
  padding: 12px 10px;
}
.detail table th{
  width: 65px;
  background: #f7f7f7;
}
.detail table td{
  padding: 12px 0 12px 14px;
}

/*詳細 1行*/
.detail .single{
  border: 1px solid #ababab;
  padding: 12px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
}

/*ボタン*/
.vehicles_btns{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.vehicles_btns .btn{
  width: 100%;
  padding: 0 15px;
}
.vehicles_btns .inner{
  background: #fff;
  border-radius: 24px;
  text-align: center;
  display: block;
  color: #000000;
  position: relative;
  border:1px solid #4744ae;
  text-decoration: none;
  padding: 12px 0;
}
.vehicles_btns .inner:after{
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
}
.vehicles_btns .inner:hover{
  background: #4744ae;
  color: #fff;
  border:1px solid transparent;
}
.vehicles_btns .inner:hover:after{
  color: #fff;
}
.vehicles_btns .txt{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .vehicles_items{
    margin: 0 -10px;
  }
  .vehicles_items .item{
    padding: 0 10px;
  }
  .vehicles_items .item:nth-child(n+3){
    margin-top: 16px;
  }
  .vehicles_items .title{
    font-size: 15px;
  }

  /*詳細　テーブル*/
  .detail table th,
  .detail table td{
    /*display: block;
    width: 100%;*/
  }

  /*ボタン*/
  .vehicles_btns .btn:nth-child(n+2){
    margin-top: 10px;
  }
}
@media (min-width:768px){
  .pg_vehicles{

  }
  .pg_vehicles .section.sec1{
  }
  .pg_vehicles .section.sec2{
    margin-top: 100px;
  }
  .pg_vehicles .section.sec3{
    margin-top: 100px;
  }

  .vehicles_items{

  }
  .vehicles_items .item{
    width: 33.33%;
  }
  .vehicles_items .item:nth-child(n+4){
    margin-top: 35px;
  }
  .vehicles_items .inner{

  }
  .vehicles_items .title{

  }
  .vehicles_items .img{

  }

  /*運搬容器*/
  .vehicles_case_wrap .vehicles_items{
    margin-top: 40px;
  }
  .vehicles_case_title{
    text-align: center;
  }
  .vehicles_case_title .txt{
    font-size: 20px;
  }
  /*テーブル*/
  .detail table{

  }
  .detail table th,
  .detail table td{

  }
  .detail table th{

  }
  .detail table td{
    padding: 12px 0 12px 20px;
  }

  /*ボタン*/
  .vehicles_btns{

  }
  .vehicles_btns .btn{
    width: 33.333%;
  }
  .vehicles_btns .inner{

  }
  .vehicles_btns .txt{

  }
}
@media (min-width:1024px){
  .pg_vehicles{

  }
  .pg_vehicles .section.sec1{
  }
  .pg_vehicles .section.sec2{
    margin-top: 145px;
  }
  .pg_vehicles .section.sec3{
    margin-top: 150px;
  }

  .vehicles_case_wrap .vehicles_items{
    margin-top: 50px;
  }

  /*ボタン*/
  .vehicles_btns{

  }
  .vehicles_btns .btn{

  }
  .vehicles_btns .inner{

  }
  .vehicles_btns .txt{

  }
}
@media (min-width:1200px){


}



/*******************************
*　設備
********************************/
.pg_equipment{

}
.pg_equipment .section.sec1{
}
.pg_equipment .section.sec2{
}
.pg_equipment .section.sec3{
}

.equipment_items .img{
  border: none;
}
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_equipment{

  }
  .pg_equipment .section.sec1{
  }
  .pg_equipment .section.sec2{
  }
  .pg_equipment .section.sec3{
  }


}
@media (min-width:1024px){
  .pg_equipment{

  }
  .pg_equipment .section.sec1{
  }
  .pg_equipment .section.sec2{
  }
  .pg_equipment .section.sec3{
  }

}
@media (min-width:1200px){


}



/*******************************
*　SDGs
********************************/
.pg_sdgs{

}
.pg_sdgs .section.sec1{
}
.pg_sdgs .section.sec2{
  margin-top: 40px;
}
.pg_sdgs .section.sec3{
}

/*SDGs*/
.sdgs_about_wrap{

}
.sdgs_about_title{
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #e9e9e9;
  text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.5);
  font-family: 'Outfit', sans-serif;
}
.sdgs_about_img{
  margin-top: 24px;
}
.sdgs_about_desc{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 30px;
}

/*詳細*/
.sdgs_detail_wrap{

}
.sdgs_detail_title{
  background: #f7f7f7;
  box-shadow: 0.5px 0.866px 0px 0px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.sdgs_detail_title .txt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-left: 5px solid #4744ae;
  padding: 5px;
}
.sdgs_detail_img{
  margin-top: 30px;
}
.sdgs_detail_items{
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 0;
}
.sdgs_detail_items .item{
  width: 100%;
  padding: 0 15px;
}
.sdgs_detail_items .inner{

}
.sdgs_detail_items .item .title{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.sdgs_detail_items .item .title:before{
  content: "■";
  color: #4744ae;
  margin-right: 5px;
}
.sdgs_detail_items .item .img{
  margin-top: 16px;
}

.sdgs_detail_txt{
  text-align: center;
  /*font-size: 22px;*/
  font-weight: normal;
  letter-spacing: 0.075em;
  margin-top: 40px;
}
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .sdgs_detail_items .item:nth-child(n+2){
    margin-top: 40px;
  }
  .sdgs_detail_txt{
    /*font-size: 20px;*/
  }
}
@media (min-width:768px){
  .pg_sdgs{

  }
  .pg_sdgs .section.sec1{
  }
  .pg_sdgs .section.sec2{
    margin-top: 60px;
  }
  .pg_sdgs .section.sec3{
  }

  /*SDGs*/
  .sdgs_about_wrap{

  }
  .sdgs_about_title{
    font-size: 50px;
  }
  .sdgs_about_img{

  }
  .sdgs_about_desc{
    margin-top: 40px;
  }

  /*詳細*/
  .sdgs_detail_wrap{

  }
  .sdgs_detail_title{

  }
  .sdgs_detail_title .txt{
    padding: 10px 20px;
  }
  .sdgs_detail_img{
    margin-top: 50px;
  }
  .sdgs_detail_items{
    margin-top: 50px;
  }
  .sdgs_detail_items .item{
    width: 33.333%;
  }
  .sdgs_detail_items .inner{

  }
  .sdgs_detail_items .item .title{

  }
  .sdgs_detail_items .item .img{

  }

  .sdgs_detail_txt{
    /*font-size: 28px;*/
    margin-top: 50px;
  }
}
@media (min-width:1024px){
  .pg_sdgs{

  }
  .pg_sdgs .section.sec1{
  }
  .pg_sdgs .section.sec2{
    margin-top: 90px;
  }
  .pg_sdgs .section.sec3{
  }

  /*SDGs*/
  .sdgs_about_wrap{

  }
  .sdgs_about_title{
    font-size: 70px;
  }
  .sdgs_about_img{

  }
  .sdgs_about_desc{

  }

  /*詳細*/
  .sdgs_detail_wrap{

  }
  .sdgs_detail_title{

  }
  .sdgs_detail_title .txt{

  }
  .sdgs_detail_img{

  }
  .sdgs_detail_items{
    margin-top: 75px;
  }
  .sdgs_detail_items .item{

  }
  .sdgs_detail_items .inner{

  }
  .sdgs_detail_items .item .title{

  }
  .sdgs_detail_items .item .img{

  }

  .sdgs_detail_txt{
    margin-top: 60px;
  }
}
@media (min-width:1200px){


}
/*******************************
*　お知らせ詳細
********************************/
.pg_newsdetail{

}
.pg_newsdetail .section.sec1{
}
.post_items .item.single_item .title{
  margin-top: 16px;
}

/* 記事リスト */
.post_items{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item:last-child{
  border-bottom: 1px solid #CCC;
}
.post_items .item .img{

}
.post_items .item .date{
  width: 130px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #5a5a5a;
  font-family: 'Outfit', sans-serif;
  margin-left: 16px;
}
.post_items .item .category{
  width: 130px;
  padding: 0;

}
.post_items .item .category span{
  display: block;
  background:#4744ae;
  ;
  color: #fff;
  padding: 0;
  margin: 2px;
  text-align: center;
}
.post_items .item .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.post_items .item:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_items .item.single_item{
  display: flex;
  flex-wrap: wrap;
  border-top: 5px solid #e5e5e5;
  border-bottom: 5px solid #e5e5e5;
  border-left: 5px solid #e5e5e5;
  border-right: 5px solid #e5e5e5;
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_items .item.single_item .title{
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 2px solid #4744ae;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .post_content{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
  margin-top: 30px;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 30px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}
.pagination .page-numbers{
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
}
.pagination .page-numbers.next:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 200px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  font-size: 14px;
  font-weight: 700;
  letter-spacing:0.075em;
  display: block;
  border: 1px solid #4744ae;
  padding: 10px 0;
  position: relative;
  border-radius: 28px;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{

}
.pagination .nav-posts .page-prev a:after{

}
.pagination .nav-posts .page-archive a{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.075em;
  display: block;
  background: #4744ae;
  color: #ffffff;
  padding: 10px 0;
  border-radius: 28px;
}
.pg_newsdetail .pagination{
  margin-top: 40px;
}
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .pagination .nav-posts .page-archive{
    min-width: 110px;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev{
    min-width: 50px;
    width: 90px;
  }
  .pagination .nav-posts .page-next a,
  .pagination .nav-posts .page-prev a,
  .pagination .nav-posts .page-archive a{
    font-size: 13px;
  }
}
@media (min-width:768px){
  .pg_newsdetail{

  }
  .pg_newsdetail .section.sec1{
  }

  .post_items .item.single_item .title{
    margin-top: 20px;
  }
  .post_items .item.single_item{
    padding: 22px 30px
  }
  .pg_newsdetail .pagination{
    margin-top: 60px;
  }
  .pagination .nav-posts .page-archive{
    min-width: 200px;
  }
}
@media (min-width:1024px){
  .pg_newsdetail{

  }
  .pg_newsdetail .section.sec1{
  }


  .post_items .item.single_item{
    padding: 22px 90px
  }
  .pagination .nav-posts .page-archive a{
    min-width: 350px;
    padding: 16px 0;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev{
    min-width: 255px;
  }
  .pagination .nav-posts .page-next a,
  .pagination .nav-posts .page-prev a{
    min-width: 255px;
    padding: 16px 0;
  }

  .pg_newsdetail .pagination{
    margin-top: 90px;
  }
}
@media (min-width:1200px){


}


/*******************************
*　プライパシーポリシー
********************************/
.pg_privacy{

}
.pg_privacy .section.sec1{
}

.privacy_tt{
  margin-bottom: 40px;
}
.privacy_tt h2{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.pg_privacy .privacy_items .item + .item{
  margin-top: 30px;
}
.pg_privacy .privacy_items .item h4{
  border-left: 6px solid #4744ae;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-left: 12px;
}
.pg_privacy .privacy_items .item .txt{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.04em;
}
.pg_privacy .privacy_items .item ul{
  list-style: none;
  margin-left: 0;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .privacy_tt br.sp{
    display: block;
  }
}
@media (min-width:768px){
  .pg_privacy{

  }
  .pg_privacy .section.sec1{
  }

  .privacy_tt{
    margin-bottom: 45px;
  }
  .privacy_tt h2{
    font-size: 21px;
  }

  .pg_privacy .privacy_items .item h4{
    font-size: 18px;
  }
}
@media (min-width:1024px){


}
@media (min-width:1200px){


}





/*******************************
*　お問い合わせ
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
}
.pg_xxx .section.sec2{
}
.pg_xxx .section.sec3{
}
.tt2.ver2{
  margin-top: 60px;
}
.tt2.ver3{
  margin-top: 80px;
}
/*ボタン*/
.contact_form_btns2{
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 0;
}
.contact_form_btns2 .btn{
  width: 100%;
  padding: 0 15px;
}
.contact_form_btns2 .btn a{
  display: block;
  background: #e5e5e5;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
}
.contact_form_btns2 .btn .txt{
  border: 2px solid #4744ae;
  padding: 16px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-radius: 10px;
}

.pg_contact .contact_form th,
.pg_contact .contact_form td{
  font-size: 16px;
}
.pg_contact .contact_form th{
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875em;
  background: #f7f7f7;
}
.pg_contact .contact_form td{
  font-weight: normal;
  letter-spacing: 0.075em;
}
.pg_contact table th,
.pg_contact table td{
  border: 1px solid #bfbfbf;
}
.pg_contact .contact_form td input,
.pg_contact .contact_form td textarea,
.pg_contact .contact_form td select{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  background: #fafafa;
}
.pg_contact .contact_form td [name$="file1"],
.pg_contact .contact_form td [name$="file2"]{
  border: none;
  max-width:inherit;
  width: auto;
  background: transparent;
}
.pg_contact .contact_form td textarea{
  height: 332px;
}
.pg_contact .contact_form th .require{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  padding: 3px 12px;
  line-height: 1;
  margin-top: 4px;
}
.pg_contact .last .mwform-checkbox-field.horizontal-item{
  margin-right: 0px;
}
.pg_contact .last a{
  color: #3956ea;
  border-bottom: 1px solid #3956ea;
}
.pg_contact .last a:after{
  /*     content: "";
       display: inline-block;
       width: 100%;
       height: 1px;
       background: #3956ea;*/
}
.pg_contact .contact_form_btns input[type="submit"],
.pg_contact .contact_form_btns input[type="button"],
.pg_contact .contact_form_btns button {
  max-width: 330px;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  background: #a40000;
  color: #FFF;
  border: 0;
  padding: 15px 10px;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  border:1px solid #999999;
  position: relative;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .pg_contact .contact_msg1{
    text-align: justify;
  }
  .pg_contact .contact_info .box2 .tel a{
    font-size: 24px;
  }
  .pg_contact .contact_info .box2 .icon{
    font-size: 20px;
    padding: 5px 12px 5px;
  }
  .pg_contact .contact_info .box1{
    font-size: 16px;
  }


  /*フォーム*/
  .contact_form{
    border: none;
  }
  .pg_contact table th,
  .pg_contact table td{
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: none;
  }
  .contact_form tr{
    border-bottom: none;
  }
  .pg_contact table th{

  }
  .pg_contact table tr:last-child td{
    border-bottom: 1px solid #bfbfbf;
    ;
  }
  .pg_contact .contact_form td [name$="file1"],
  .pg_contact .contact_form td [name$="file2"]{
    width: 100%;
  }
  .contact_form td [name$="_zipcode"], .contact_form td [name="zipcode"]{
    width: 95px;
  }

  /*ボタン*/
  .contact_form_btns2 .btn:nth-child(n+2){
    margin-top: 16px;
  }
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }
  .tt2.ver2{
    margin-top: 80px;
  }
  .tt2.ver3{
    margin-top: 100px;
  }
  .pg_contact table th,
  .pg_contact table td{
    padding: 13px 5px 13px 5px;
  }
  .pg_contact .contact_form th{
    border-right: none;
  }
  .pg_contact .contact_form td{
    border-left: none;
  }
  .pg_contact table td{
    padding: 13px 17px 13px 20px;
  }
  .mw_wp_form .mwform-radio-field.horizontal-item,
  .mw_wp_form .mwform-checkbox-field.horizontal-item{
    margin-right: 30px;
  }

  .pg_contact .contact_form td input,
  .pg_contact .contact_form td textarea{
    max-width: 600px;
    width: 100%;
  }
  .pg_contact .contact_form td [name$="zipcode"]{
    max-width: 100%;
    width: 160px;
  }
  .pg_contact .contact_form td [name$="addr2"]{
    max-width: 425px;
    width: 100%;
  }
  .pg_contact .contact_form td [name$="your_subject"]{
    max-width:100%;
    width: auto;
  }
  .pg_contact .contact_form td [name$="your_message"]{
    max-width:670px;
    width: 100%;
  }
  /*ボタン*/
  .contact_form_btns2{
    margin-top: 50px;
  }
  .contact_form_btns2 .btn{
    width: 50%;
  }
  .contact_form_btns .btn a{

  }
  .contact_form_btns .btn .txt{

  }

  .pg_contact .section#sec1 .contact_form_btns{
    margin-top: 45px;
  }
  .contact_form th{
    width: 195px;
  }
}
@media (min-width:1024px){


  .tt2.ver2{
    margin-top: 115px;
  }
  .tt2.ver3{
    margin-top: 140px;
    margin-bottom: 48px;
  }

  .contact_form td .addr_auto .pc{
    display: block;
  }
  .contact_form th{
    width: 310px;
  }
  .pg_contact table th,
  .pg_contact table td{
    padding: 13px 17px 13px 32px;
  }
  /*ボタン*/
  .contact_form_btns{

  }
  .contact_form_btns .btn{

  }
  .contact_form_btns .btn a{

  }
  .contact_form_btns .btn .txt{

  }
}
@media (min-width:1200px){


}

/*******************************
*　フッター
********************************/
footer{
  background: #4744ae;
}
footer .ftr_addr{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.777em;
}
footer .ftr_logo{
  margin-bottom: 42px;
}
footer .ftr_addr span{
  font-size: 17px;
}

footer .copy{
  background: #4744ae;
  margin-top: 40px;
  border-top: 1px solid #fff;
  color: #fff;
  padding: 16px 0;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
}

.pg_contact .contact_form tr:first-child td input{
  max-width:max-content;
}
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  footer{
    margin-top: 80px;
  }
  .contact_form_btns{
    padding-bottom: 0;
    padding-top: 50px;
  }
  footer .ftr1{
    width: 100%;
    justify-content: center;
  }
  footer .ftr_logo{
    width: 42%;
    margin: 0 auto;
  }
  footer .box1{
    text-align: center;
    width: 100%;
  }
  footer .box2{
    display: none;
  }
  .ftr_addr span{
    display: none;
  }
}
@media (min-width:768px){
  footer{
    margin-top: 50px;
  }
  footer .ftr_addr{
    font-size: 18px;
  }
  footer .ftr_addr span{
    font-size: 20px;
  }
  .ftr1 .box1{
    width: 42.79%;
  }
  .ftr1 .box2{
    width: 57.20%;
    display: flex;
    flex-wrap: wrap;
  }
  .ftr_links_outer{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
  }
  .ftr_links_outer .ftr_links.first{
    width: 36%;
  }

  .ftr_links_outer .ftr_links.first li{
    padding-right: 0;
  }
  .ftr_links_outer .ftr_links.second{
    width: 56%;
  }
  .ftr_links_outer .ftr_links.second li{
    padding-right: 0;
  }
  footer .ftr_links{
    display: block;
  }
  footer .ftr_links li{
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.075em;
    line-height: 1.77em;
    padding: 0 35px;
  }
  footer .ftr_links li+li{
    border-left: none;
  }
  footer .ftr_links li.indent a{
    padding-left: 22px;
  }

  footer .copy{
    margin-top: 70px;
    padding: 23px 0;
  }

}
@media (min-width:1024px){
  footer .ftr_links li{
    font-size: 18px;
  }
  .ftr1 .box2{
    padding-top: 27px;
  }
  .ftr_links_outer .ftr_links.second{
    width: 45%;
  }

  footer .copy{
    margin-top: 95px;
  }

}
@media (min-width:1200px){
  .ftr_links_outer .ftr_links.second{
    width: 40.15%;
  }

}
/*******************************
*　採用情報
********************************/
.pg_recruit{

}
.pg_recruit .section.sec1{
}
.pg_recruit .section.sec2{
}
.pg_recruit .section.sec3{
  margin-top: 70px;
}
.pg_recruit .section.sec4{
  margin-top: 60px;
}

.pg_recruit .service_intro_msg{
  text-align: justify;
}
.pg_recruit .service_tt2{
  margin-bottom: 32px;
}
.pg_recruit .content_box1{

}
.pg_recruit .content_box1 .text_top{
  font-size: 16px;
  font-weight:500;
  letter-spacing: 0.075em;
  border-bottom: 1px dotted #000;
  padding-bottom: 16px;
}
.pg_recruit .content_box1 .text_bottom{
  font-size: 16px;
  font-weight:normal;
  letter-spacing: 0.075em;
  padding-top: 16px;
}
.pg_recruit .service_flow_arrow{
  padding: 30px 0 25px;
}
.pg_recruit .recruit_tbl td .space{
  margin-bottom: 26px;
}

.map_link{
  color: #1a3e9b;
}
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .pg_recruit .content_box1 .text_bottom{
    text-align: justify;
  }
}
@media (min-width:768px){
  .pg_recruit{

  }
  .pg_recruit .section.sec1{
  }
  .pg_recruit .section.sec2{
  }
  .pg_recruit .section.sec3{
    margin-top: 100px;
  }
  .pg_recruit .section.sec4{
    margin-top: 80px;
  }



  .pg_recruit .pg_category_nav{
    margin-bottom: 80px;
  }
  .pg_recruit .service_tt2{
    margin-bottom: 46px;
  }

  .pg_recruit .content_box1{

  }
  .pg_recruit .content_box1 .text_top{

  }
  .pg_recruit .content_box1 .text_bottom{

  }
  .pg_recruit .service_flow_row_block .content_box1{
    min-height: inherit;
    padding: 20px 16px;
  }
  .pg_recruit .recruit_tbl td .space{
    margin-bottom: 32px;
  }
}
@media (min-width:1024px){
  .pg_recruit{

  }
  .pg_recruit .section.sec1{
  }
  .pg_recruit .section.sec2{
  }
  .pg_recruit .section.sec3{
    margin-top:150px;
  }
  .pg_recruit .section.sec4{
    margin-top: 120px;
  }

  .pg_recruit .service_intro_msg{
    text-align: center;
  }
  .pg_recruit .content_box1{

  }
  .pg_recruit .content_box1 .text_top{

  }
  .pg_recruit .content_box1 .text_bottom{

  }
}
@media (min-width:1200px){
  .pg_recruit{

  }
  .pg_recruit .section.sec1{
  }
  .pg_recruit .section.sec2{
  }
  .pg_recruit .section.sec3{
    margin-top: 210px;
  }
  .pg_recruit .section.sec4{
    margin-top: 150px;
  }

  .pg_recruit .pg_category_nav{
    margin-bottom: 95px;
  }
}
/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
}
.pg_xxx .section.sec2{
}
.pg_xxx .section.sec3{
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}