

/*******************************
*　ヘッダー
********************************/
.header{

}
.hdr1{
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  color: #fff;
  background: #181818;
}

/* ロゴ */
.hdr_logo{

}
.hdr_logo a{

}
.hdr_logo a:hover{
  color: var(--main-color);
}
.hdr_logo p{
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.hdr_logo img{
  width: 150px;
}

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

/* TELボタン */
.hdr_tel{

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

}
.hdr_tel_link p{

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


/* お問い合わせボタン */
.hdr_contact{
  display: flex;
  margin-left: 20px;
}
.hdr_contact a{
  background: var(--main-color);
  color: #181818;
  width: 110px;
  height: 110px;
  padding: 10px 5px;
  text-align: center;
  transition: 0.2s all;
  font-weight: 500;
  font-size: 14px;
  display: block;
}
.hdr_contact a p{
  transition: 0.2s all;
}
.hdr_contact a.l{
  padding-top: 35px;
  /*border-right: 1px solid;*/
}
.hdr_contact a.l p{
  margin-top: 17px;
}
.hdr_contact a.r{
  padding-top: 30px;
  /*border-left: 1px solid;*/
  border: 0;
  margin-left: 1px;
  background: #FFF;
}
.hdr_contact a.r p{
  margin-top: 12px;
}
/*.hdr_contact a.email p:before{
  content:"\f0e0";
  font-family: "fontAwesome";
  margin-right: 10px;
}*/
.hdr_contact a:hover{
  /*background: var(--main-color);*/
  /*color: #FFF;*/
}
.hdr_contact_img{
  transition: 0.2s all;
}
.hdr_contact a:hover p,
.hdr_contact a:hover .hdr_contact_img{
  transform: scale(1.05);
}

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

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


@media (min-width:375px){

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

  .hdr1 {
    justify-content: center;
  }

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

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

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

  .hdr1{
    padding: 0px 15px 0;
  }

  /* ロゴ */
  .hdr_logo img{
    width: 180px;
  }
  .hdr_logo p{
    font-size: 18px;
  }

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

  }
  .header.slim .hdr_logo{
    margin-top: 0px;
  }
  .header.slim .gnav .inner{
    margin-top: 25px;
    margin-top: 0;
  }
  .header.slim .hdr_contact a{
    height: 90px;
  }
  .header.slim .hdr_contact a.l{
    padding-top: 20px;
  }
  .header.slim .hdr_contact a.r{
    padding-top: 15px;
  }

  /* TELボタン */
  .hdr_tel{

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


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

  .hdr1{
    padding: 0px 8px 0px 43px;
  }

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

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

  }

  .header.slim .hdr1{
    padding: 0px 0 0px 43px;
  }

  /* TELボタン */
  .hdr_tel{

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

}

@media (min-width:1200px){

  .hdr1{
    padding: 0px 0 0px 16px;
  }
  .header.slim .hdr1{
    padding: 0px 0 0px 16px;
  }

  /* ロゴ */
  .hdr_logo{
    margin-top: 0;
  }
  .hdr_logo p{
    font-size: 15px;
  }
  .hdr_logo img{
    width: auto;
  }

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

  }
  .hdr_contact{
    margin-left: 15px;
  }

}

@media (min-width:1470px){
  .hdr1{
    padding: 0px 0 0px 20px;
  }
  .header.slim .hdr1{
    padding: 0px 0 0px 20px;
  }

  .hdr_logo p{
    font-size: 23px;
  }


}

@media (min-width:1536px){

  .hdr1{
    padding: 0px 0 0px 43px;
  }
  .header.slim .hdr1{
    padding: 0px 0 0px 43px;
  }

  .hdr_contact {
    margin-left: 47px;
  }


}


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

.footer{
  margin-top: 50px;
  background: #000;
  color: #fff;
  position: relative;
  z-index: 1;
}

.ftr1{
  padding: 30px 0 60px;
}

.ftr1>.container,
.ftr2 .ftr2_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ftr2 .ftr2_inner{
  border-top: 2px solid #fff;
  text-align: center;
  padding: 30px 0;
}
.ftr1_box1{

}
.ftr1_box2{

}
.ftr2_box1{

}
.ftr2_box2{

}

/*お問い合わせ*/
.ftr1 .sec_title{

}
.ftr1 .sec_title_en{

}
.ftr1 .sec_title_ja{
  margin-top: 18px;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-content: center;
  align-items: center;
}
.ftr1 .sec_title_ja:before{
  content: "";
  background: #fff;
  display: inline-block;
  width: 65px;
  height: 1px;
  margin-right: 15px;
}
.ftr1 .read_more{
  width: 350px;
}
.ftr1 .read_more a{
  text-align: center;
  color: #fff;
  border-color: #fff;
}
.ftr_tel_text{
  margin-top: 33px;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}
.ftr_tel{
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 34px;
}
.ftr_tel p{
  letter-spacing: 0.19em;
}

/*株式会社フロンティア精工*/
.ftr_logo{
  margin-bottom: 0px;
}
.ftr_logo p{
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}
.ftr_addr{
  margin-top: 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.764;
}
.ftr_link_box{
  display: none;
}
.ftr_links{

}
.ftr_links:nth-child(2){
  padding-left: 15px;
}
.ftr_link{
  font-weight: 400;
  font-size: 17px;
  line-height: 1.764;
}
.ftr_link a{

}
.ftr_link p{

}
.ftr_link p:before{
  content: "□";
  margin-right: 6px;
}




.ftr_addr em{
  font-style: normal;
}
.ftr_copy{
  margin-top: 50px;
  font-size: 14px;
  text-align: center;
}

/* 追尾スマホメニュー */
.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: var(--main-color);
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  /*border-right: 1px solid #ef7f1a;*/
  border-right: 1px solid #FFF;
}
.footer_fix .footer_fix_item_1.recruit{
  background: var(--main-color);
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: var(--main-color);
}
.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: #4682b4;
  color: var(--main-color);
}
.pagetop a i{
  font-size: 40px;
}

.ftr1 .read_more a:hover:after{
  background-color: var(--main-color);
  color: #181818;
}
.iso_logo{
  display: block;
  margin-top: 25px;
}
@media (min-width:375px){

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

  body{
    padding-bottom: 56px;
  }

  .footer_fix{
    display: flex;
  }

  .ftr_tel_text{
    text-align: center;
  }
  .ftr_tel{
    text-align: center;
  }

  .iso_logo{
    width: 100px;
    margin-inline: auto;
  }
}
@media (min-width:768px){
  .footer{
    margin-top: 100px;
  }


  /*株式会社フロンティア精工*/
  .ftr1>.container,
  .ftr2 .ftr2_inner{
    justify-content: space-between;
  }
  .ftr2 .ftr2_inner{
    text-align: justify;
  }
  .ftr2_box1,
  .ftr2_box2{
    width: 45%;
  }
  .ftr_link_box{
    display: flex;
    flex-wrap: wrap;
  }
  .ftr_copy{
    margin-top: 100px;
    text-align: justify;
  }

  .ftr1 {
    padding: 30px 0;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 203px;
  }

  /*お問い合わせ*/
  .ftr1{
    padding: 120px 0 49px;
  }
  .ftr1 .sec_title{
    margin-top: 22px;
  }
  .ftr1 .sec_title_en{
    font-size: 50px;
    letter-spacing: 0.11em;
  }
  .ftr1 .sec_title_ja{
    margin-top: 38px;
  }
  .ftr1 .sec_title_ja:before{
    margin-right: 27px;
  }
  .ftr1 .read_more{
    margin-top: 0;
    width: 540px;
  }
  .ftr1 .read_more a{
    margin-top: 0;
    max-width: 540px;
    width: 100%;
    font-size: 18px;
    margin: 0;
    padding: 21px 0 20px;
  }
  .ftr1 .read_more a:after{
    right: 40px;
  }
  .ftr_tel_text{
    margin-top: 33px;
    padding-bottom: 10px;
  }
  .ftr_tel_text,
  .ftr_tel{
    margin-left: -4px;
  }

  /*株式会社フロンティア精工*/
  .ftr2{
    padding-bottom: 50px;
  }
  .ftr2 .ftr2_inner{
    padding: 93px 0 0;
  }
  .ftr2_box1,
  .ftr2_box2{
    width: 50%;
  }
  .ftr_addr{
    margin-top: 21px;
  }
  .ftr_link_box{
    padding: 50px 0 0 15px;
  }
  .ftr_links:nth-child(2){
    padding-left: 30px;
  }
  .ftr_links:nth-child(3){
    margin-top: 10px;
    padding-left: 0px;
  }
  .ftr_link + .ftr_link{
    margin-top: 15px;
  }
  .ftr_copy{
    margin-top: 150px;
  }
}
@media (min-width:1200px){
  .ftr_links:nth-child(2){
    padding-left: 36px;
  }
  .ftr_links:nth-child(3){
    margin-top: 0px;
    padding-left: 57px;
  }
}



/*******************************
*　下層ヘッダー
********************************/
.section.sec1{
  padding-top: 50px;
}
.pg_header{
  position: relative;
}
.pg_header_mv{
  /*height: 150px;*/
  /*overflow: hidden;*/
}
.pg_header_mv_img{

}
.pg_header_mv_img.img_fit:before{
  padding-top: 200px;
}


@media (min-width:768px){
  .section.sec1{
    padding-top: 90px;
  }
  .pg_header_mv{
    /*height: 350px;*/
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }

}
@media (min-width:1024px){
  .section.sec1{
    padding-top: 90px;
  }
  .pg_header_mv{
    /*height: 550px;*/
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 500px;
  }

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


}


/*******************************
*　共通パーツ
********************************/
.read_more a:hover:after{
  background: #000;
}

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

}
.sec_title.center{
  text-align: center;
}
.sec_title_ja{
  font-weight: 500;
  font-size: 18px;
  font-size: 16px;
  line-height: 1.5;
}
.sec_title_en{
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 45px;
  letter-spacing: 0em;
  line-height: 1.5;
}
.sec_title_en strong{
  font-weight: 500;
  color: var(--main-color);
}

/*共通メイン3box*/
.cmn_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cmn_box1{
  order: 1;
  width: 100%;
}
.cmn_box2{
  order: 2;
  width: 49%;
}
.cmn_box2.left{
  margin-top: 10%;
}
.cmn_box2.right{
  margin-top: 5%;
}
.cmn_img.img_fit{

}
.cmn_img.img_fit:before{
  padding-top: 136%;
}

/*共通メイン2box*/
.cmn_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cmn_item1,
.cmn_item2{
  width: 100%;
}
.cmn_item1{

}
.cmn_item2{

}
.pg_recruit .section.sec1 .cmn_item1{
  order: 2;
  margin-top: 0;
}
.pg_recruit .section.sec1 .cmn_item2{
  order: 1;
}
.cmn_img_box{
  display: flex;
  justify-content: space-between;
}
.cmn_img_box1{
  width: calc(285px * 0.45);
  padding-top: 14.7%;
}
.cmn_img_box2{
  width: calc(460px * 0.45);
  padding-right: 10.3%;
}
.cmn_img_box2_up{
  margin: 14% -21% 0 25%;
  position: relative;
  z-index: 2;
}
.cmn_img_box2_down{
  margin-top: -19%;
}
.cmn_img_box1_img.img_fit{

}
.cmn_img_box2_up_img.img_fit{

}
.cmn_img_box2_down_img.img_fit{

}
.cmn_img_box1_img.img_fit:before{
  padding-top: 133.33%;
}
.cmn_img_box2_up_img.img_fit:before{
  padding-top: 73.97%;
}
.cmn_img_box2_down_img.img_fit:before{
  padding-top: 75%;
}

/*共通メイン文章*/
.cmn_titles{
  margin-top: 20px;
}
.cmn_title{
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.cmn_title_sub{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
}
.cmn_text{
  margin-top: 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.666;
  text-align: justify;
}

/*スワイパー*/
.swiper-button-next:after, .swiper-button-prev:after{
  color: #000;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
  right: var(--swiper-navigation-sides-offset, 0px);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
  left: var(--swiper-navigation-sides-offset, 0px);
}


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

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

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

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

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

  }
  .sec_title_ja{
    font-size: 18px;
  }
  .sec_title_en{
    font-size: 70px;

  }

  /*共通メイン3box*/
  .cmn_box{

  }
  .cmn_box1{
    width: 53.28%;
    order: 2;
  }
  .cmn_box2{
    width: 19.73%;
  }
  .cmn_box2.left{
    order: 1;
    margin-top: 10%;
  }
  .cmn_box2.right{
    order: 3;
    margin-top: 5%;
  }
  .cmn_img.img_fit{

  }

  /*共通メイン2box*/
  .cmn_item{

  }
  .cmn_item1{
    width: 56.76%;
  }
  .cmn_item2{
    width: 40.98%;
  }
  .pg_recruit .section.sec1 .cmn_item1{
    width: 100%;
    margin-top: 0;
  }
  .pg_recruit .section.sec1 .cmn_item2{
    width: 100%;
  }
  .cmn_img_box{

  }
  .cmn_img_box1{
    width: 285px;
  }
  .cmn_img_box2{
    width: 460px;
  }
  .cmn_img_box2_up{

  }
  .cmn_img_box2_down{

  }
  .cmn_img_box1_img.img_fit{

  }
  .cmn_img_box2_up_img.img_fit{

  }
  .cmn_img_box2_down_img.img_fit{

  }

  /*共通メイン文章*/
  .cmn_titles{
    margin-top: 30px;
  }
  .cmn_title{
    font-size: 25px;
  }
  .cmn_title_sub{
    font-size: 18px;
    margin-top: 10px;
  }

  .cmn_text{
    margin-top: 25px;
    line-height: 2;
  }


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

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

  }
  .sec_title_ja{
    margin-top: 12px;
  }
  .sec_title_en{
    font-size: 100px;
  }

  /*共通メイン3box*/
  .cmn_box{

  }
  .cmn_box1{

  }
  .cmn_box2{

  }
  .cmn_box2.left{
    margin-top: 19.5%;
  }
  .cmn_box2.right{
    margin-top: 8.5%;
  }
  .cmn_box2.left{
    order: 1;
  }
  .cmn_box2.right{
    order: 3;
  }
  .cmn_img.img_fit{

  }

  /*共通メイン2box*/
  .cmn_item{

  }
  .pg_recruit .section.sec1 .cmn_item1{
    width: 42.76%;
    order: 1;
    margin-top: 0;
  }
  .pg_recruit .section.sec1 .cmn_item2{
    width: 50.98%;
    order: 2;
  }
  .cmn_item1{
    width: 42.76%;
  }
  .cmn_item2{
    width: 50.98%;
  }
  .cmn_img_box{

  }
  .cmn_img_box1{

  }
  .cmn_img_box2{

  }
  .cmn_img_box2_up{

  }
  .cmn_img_box2_down{

  }
  .cmn_img_box1_img.img_fit{

  }
  .cmn_img_box2_up_img.img_fit{

  }
  .cmn_img_box2_down_img.img_fit{

  }

  /*共通メイン文章*/
  .cmn_titles{
    margin-top: 43px;
  }
  .cmn_title{
    font-size: 25px;
  }
  .cmn_title_sub{
    font-size: 20px;
    margin-top: 15px;
  }
  .cmn_text{
    margin-top: 30px;
  }


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

  /*共通メイン文章*/
  .cmn_title{
    font-size: 40px;
  }
  .cmn_text{
    margin-right: -2px;
    margin-right: -10px;
    text-align: center;
  }

  .cmn_box1{
    width: 56.28%;
  }

}
@media (min-width:1720px){
  /*共通メイン3box*/
  .cmn_box{

  }
  .cmn_box1{
    width: 53.28%;
    order: 2;
  }
  .cmn_box2{
    width: 19.73%;
  }

}


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

}
.pg_about .section.sec1{
  background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250526181210176007.jpg)no-repeat center center/cover;
  padding-bottom: 70px;
}
.pg_about .section.sec2{
  padding-top: 70px;
  padding-bottom: 0;
}
.pg_about .section.sec2,
.pg_about .section.sec2 > *{
  position: relative;
  z-index: 1;
}
.pg_about .section.sec2:before{
  content: "";
  position: absolute;
  inset: -20px 0 0 0px;
  background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250529222057530086.png)no-repeat top center/cover;
}

/*フロンティア精工が選ばれる理由*/
.about_item_content{

}
.about_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0;
}
.about_item:nth-child(even),
.about_item:nth-child(even) > *{
  position: relative;
  z-index: 1;
  color: #fff;
}
.about_item:nth-child(even):before{
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%) rotate(0deg);
  width: 100vw;
  background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250526182625327099.jpg)no-repeat center center/cover;
}
.about_item1,
.about_item2{
  width: 100%;
}
.about_item1{

}
.about_item2{
  margin-top: 15px;
}
.about_item_img.img_fit{

}
.about_item_img.img_fit:before{
  padding-top: 51%;
}
.about_item_meta{
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.about_item_meta1{

}
.about_item_meta2{
  padding-left: 5px;
}
.about_item_nbr{
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 40px;
}
.about_item_category{
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--main-color);
}
.about_item_title{
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
.about_item_text{
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  text-align: justify;
}

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

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

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

  .pg_about .section.sec2:before{
    background-position: top -30px center;
  }

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

  }
  .pg_about .section.sec1{
    padding-bottom: 100px;
  }
  .pg_about .section.sec2{
    padding-top: 100px;
    padding-bottom: 0;
  }
  .pg_about .section.sec2:before{
    background-position: top -33px center;
  }
  /*フロンティア精工が選ばれる理由*/
  .about_item_content{

  }
  .about_item{
    padding: 70px 0;
  }
  .about_item:nth-child(even):before{
    transform: translate(-50%) rotate(0deg);
  }

  .about_item1{

  }
  .about_item2{

    border-left: 2px solid var(--main-color);
    margin-top: 30px;
    padding-left: 15px;
  }
  .about_item_img.img_fit{

  }
  .about_item_meta{

  }
  .about_item_meta1{

  }
  .about_item_meta2{
    padding-left: 10px;
  }
  .about_item_nbr{
    font-size: 60px;
  }
  .about_item_category{

  }
  .about_item_title{
    font-size: 23px;
  }
  .about_item_text{
    line-height: 2;
  }


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

  }
  .pg_about .section.sec1{
    padding-bottom: 241px;
  }
  .pg_about .section.sec2{
    padding-top: 120px;
    padding-bottom: 103px;
    margin-bottom: -203px;
  }
  .pg_about .section.sec2:before{
    inset: -100px 0px 0 0px;
    background-position: top center;
  }

  .sec_title_ja.about{
    margin-top: 16px;
  }

  /*フロンティア精工が選ばれる理由*/
  .about_item_content{
  }
  .about_item{
    padding:100px 0;
  }
  .about_item:nth-child(n+2){
    padding: 100px 0;
  }
  .about_item1{
    width: 49.01%;
  }
  .about_item2{
    width: 49%;
    padding-left: 20px;
    margin-top: 0;
  }
  .about_item:nth-child(odd) .about_item1,
  .about_item:nth-child(even) .about_item2{
    order: 1;
  }
  .about_item:nth-child(even) .about_item1,
  .about_item:nth-child(odd) .about_item2{
    order: 2;
  }
  .about_item_img.img_fit{

  }
  .about_item_meta{
    margin-top: -33px;
    margin-bottom: 0;
  }
  .about_item_meta1{

  }
  .about_item_meta2{
    padding-left: 16px;
  }
  .about_item_nbr{
    margin-left: -5px;
    font-size: 80px;
  }
  .about_item_nbr p{
    letter-spacing: 0;
  }
  .about_item_category{

  }
  .about_item_title{
    font-size: 25px;
  }
  .about_item_text{
    margin-top: 10px;
  }


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

  /*フロンティア精工が選ばれる理由*/
  .about_item2{
    width: 44.7%;
    /*width: 47%;*/
    padding-left: 30px;
  }
  .about_item_text p{
    letter-spacing: 0.072em;
  }
  .about_item_title{
    font-size: 30px;
  }


}
@media (min-width:1720px){
  .about_item_title{
    font-size: 32px;
  }

}

/*******************************
*　事業について
********************************/
.pg_service{
}
.pg_service .section.sec1,
.pg_service .section.sec1 > *{
  position: relative;
  z-index: 1;
}
.pg_service .section.sec1:before{
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 0 -31.5% 0;
  background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250527174315891800.jpg)no-repeat center center/cover;
}
.pg_service .section.sec1{
  padding-bottom: 0px;
}
.pg_service .section.sec2{
  padding-top: 70px;
  padding-bottom: 0;
  background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250527174729825378.jpg)no-repeat center center/cover;
}
.pg_service .section.sec3{
  padding-top: 70px;
  padding-bottom: 0;
  background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250527174729825378.jpg)no-repeat center center/cover;
}
.pg_service .section.sec4{
  padding-top: 70px;
  padding-bottom: 70px;
  background: #000;
}
.pg_service .section.sec5{
  padding-top: 70px;
  padding-bottom: 0;
  background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250527175205164329.jpg)no-repeat center center/cover;
}

/*こんなお困りごとはありませんか？*/
.service_problem{
  position: relative;
  z-index: 1;
}
.service_problem_img.img_fit{
  border: 1px solid #ffffff;
}
.service_problem_img.img_fit:before{
  padding-top: 900px;
}
.service_problem_img.img_fit:after{
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  /*border-color: rgb(255, 255, 255);*/
  background: rgba(0,0,0,0.65);
  /*opacity: 0.651;*/
}
.service_problem_txt{
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: 90%;
}
.service_problem .sec_title_en{
  color: #fff;
}
.service_problem .sec_title_ja{
  display: inline-block;
  background: var(--main-color);
  font-weight: 700;
  padding: 2px 10px 4px;

}
.service_problem_box_content{
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service_problem_box{
  width: 100%;
}
.service_problem_box:nth-child(n+2){
  margin-top: 20px;
}
.service_problem_box_inner{
  padding: 5px 5px 5px 33px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  background: #fff;
  height: 100%;
  border-left: 3px solid var(--main-color);
  position: relative;
  z-index: 1;
  display: flex;
  align-content: center;
  align-items: center;
}
.service_problem_box_inner:before{
  content: "";
  background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250526211204966893.png)no-repeat center center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 24px;
  height: 23px;
}
.service_problem_text1{
  margin-top: 15px;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid;
  color: #fff;
}
.service_problem_text2{
  margin-top: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.416;
  text-align: justify;
  color: #fff;
}

/*フロンティア精工ができること*/
.service_processing_btn_content{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.service_processing_btn_content .read_more{
  margin-top: 0;
  padding: 0;
  width: 100%;
}
.service_processing_btn_content .read_more:nth-child(n+2){
  margin-top: 10px;
}
.service_processing_btn_content .read_more a{
  margin: 0;
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
}
.service_processing_btn_content .read_more .read_more_inner:before,
.service_processing_btn_content .read_more .read_more_inner:after{
  height: 20px;
}
.service_processing_box_content{
  margin-top: 50px;
}
.service_processing_box{

}
.service_processing_box_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 50px;
}
.service_processing_box:nth-child(n+2){
  padding: 50px 0;
}
.service_processing_box:nth-child(even),
.service_processing_box:nth-child(even) > *{
  position: relative;
  z-index: 1;
}
.service_processing_box:nth-child(even):before{
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
  background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250527174930585003.jpg)no-repeat center center/cover;
}
.service_processing_box1{

}
.service_processing_box2{
  margin-top: 30px;
  border-left: 2px solid var(--main-color);
  padding-left: 15px;
}
.service_processing_box1,
.service_processing_box2{
  width: 100%;
}
.service_processing_box3{
  width: 100%;
}
.service_processing_box_img.img_fit{

}
.service_processing_box_img.img_fit:before{
  padding-top: 51%;
}
.service_processing_box_category{
  width: 150px;
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  background: var(--main-color);
}
.service_processing_box_title{
  margin-top: 7px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}
.service_processing_box_text{
  margin-top: 5px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
}
.service_processing_box_item_title{
  margin-top: 30px;
  padding: 3px 15px;
  display: flex;
  align-items: baseline;
  color: #fff;
  background: #000;
}
.service_processing_box_item_title_en{
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  padding-right: 7px;
}
.service_processing_box_item_title_ja{
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
}
.service_processing_box_items{
  margin-top: 30px;
}
.service_processing_box_item{
  width: 100%;
}
.service_processing_box_item_inner{
  height: 100%;
  border: 1px solid #000000;
}
.service_processing_box_item_inner,
.service_processing_box_item_inner > *{
  position: relative;
  z-index: 1;
}
.service_processing_box_item_inner:before{
  content: "";
  position: absolute;
  z-index: 1;
  inset: 5px;
  background: #f9f9f9;
  pointer-events: none;
}
.service_processing_box_item_subtitle{
  padding-top: 23px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.service_processing_box_item_subtitle:after{
  padding-top: 13px;
  content: "";
  border-bottom: 2px solid var(--main-color);
  display: block;
  margin: 0 auto;
  width: 65px;
}
.service_processing_box_item_text{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 30px 20px;
}

/*対応素材*/
.service_material .sec_title_en,
.service_material .sec_title_ja{
  color: #fff;
}
.service_material_item_content{
  margin-top: 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service_material_item{
  width: 100%;
}
.service_material_item:nth-child(n+2){
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #fff;
}
.service_material_item_inner{

}
.service_material_item_title{
  padding: 3px 0 3px 15px;
  display: flex;
  align-items: baseline;
  background: #fff;
  border-left: 5px solid var(--main-color);
}
.service_material_item_title_en{
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
}
.service_material_item_title_ja{
  padding-left: 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
}
.service_material_item_text{
  margin-top: 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
}

/*様々な分野*/
.service_industry{

}
.service_industry_title{
  margin-top: 30px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.service_industry_box_content{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.service_industry_box{
  width: 100%;
}
.service_industry_box:nth-child(n+2){
  margin-top: 70px;
}
.service_industry_box_inner{

}
.service_industry_box_img_outer{
  position: relative;
  z-index: 1;
}
.service_industry_box_img.img_fit{

}
.service_industry_box_img.img_fit:before{
  padding-top: 52.41%;
}
.service_industry_box_title{
  padding: 3px 0 3px 26px;
  display: flex;
  align-items: baseline;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  background: none;
  opacity: 1;
}
.service_industry_box_title>*{
  position: relative;
  z-index: 2;
}
.service_industry_box_title:after{
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: -moz-linear-gradient( -32deg, rgb(255,255,255) 0%, rgb(255,255,255) 15%, rgb(192,192,192) 77%);
  background-image: -webkit-linear-gradient( -32deg, rgb(255,255,255) 0%, rgb(255,255,255) 15%, rgb(192,192,192) 77%);
  background-image: -ms-linear-gradient( -32deg, rgb(255,255,255) 0%, rgb(255,255,255) 15%, rgb(192,192,192) 77%);
  opacity: 0.8;
  pointer-events: none;
}
.service_industry_box_title_en{
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
}
.service_industry_box_title_ja{
  padding-left: 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
}
.service_industry_box_text{
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.service_industry_box_check_content{
  background: #f5f5f5;
  margin-top: 20px;
  padding: 25px 15px;
}
.service_industry_box_check_title{
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.service_industry_box_check_title:before,
.service_industry_box_check_title:after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50% , 0);
  height: 1px;
}
.service_industry_box_check_title:before{
  width: 590px;
  background: var(--main-color);
}
.service_industry_box_check_title:after{
  width: 120px;
  background: #fff;
}
.service_industry_box_check_outer{
  margin-top: 20px;
}
.service_industry_box_check{
  padding-left: 35px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.service_industry_box_check:nth-child(n+2){
  margin-top: 10px;
}
.service_industry_box_check:before{
  content: "";
  background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250526211204966893.png) no-repeat center center / contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 23px;
  height: 20px;
}


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

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

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

  .service_problem_box_inner{
    font-size: 16px;
  }

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

  }
  .pg_service .section.sec1{
    padding-bottom: 0;
  }
  .pg_service .section.sec2{
    padding-top: 90px;
    padding-bottom: 0;
  }
  .pg_service .section.sec3{
    padding-top: 90px;
    padding-bottom: 0;
  }
  .pg_service .section.sec4{
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pg_service .section.sec5{
    padding-top: 90px;
    padding-bottom: 0;
  }

  /*こんなお困りごとはありませんか？*/
  .service_problem{

  }
  .service_problem .sec_title_ja{

  }
  .service_problem_img.img_fit{

  }
  .service_problem_img.img_fit:before{
    padding-top: 700px;
  }
  .service_problem_txt{

  }
  .service_problem_box_content{
    margin: 35px -10px 0;
  }
  .service_problem_box{
    width: 50%;
    padding: 0 10px;
  }
  .service_problem_box:nth-child(n+2){
    margin-top: 0px;
  }
  .service_problem_box:nth-child(n+3){
    margin-top: 20px;
  }
  .service_problem_box_inner{
    padding: 7px 0 7px 30px;
    padding: 7px 5px 7px 40px;
  }
  .service_problem_box_inner:before{
    left: 9px;
  }
  .service_problem_box:before{

  }
  .service_problem_text1{
    margin-top: 20px;
    padding-bottom: 15px;
    font-size: 18px;
  }
  .service_problem_text2{
    margin-top: 20px;
    font-size: 22px;
  }

  /*フロンティア精工ができること*/
  .service_processing_btn_content{
    margin: 40px -10px 0;
  }
  .service_processing_btn_content .read_more{
    padding: 0 10px;
    width:33.33%;

  }
  .service_processing_btn_content .read_more:nth-child(n+2){
    margin-top: 0;
  }
  .service_processing_btn_content .read_more:nth-child(n+4){
    margin-top: 20px;
  }
  .service_processing_btn_content .read_more a{
    font-size: 16px;
    margin: 0;
  }


  .service_processing_box_content{
    margin-top: 70px;
  }
  .service_processing_box{
    padding-bottom: 70px;
  }
  .service_processing_box:nth-child(n+2){
    padding: 70px 0;
  }

  .service_processing_box1{

  }
  .service_processing_box2{

    margin-top: 30px;
    padding-left: 25px;
  }
  .service_processing_box3{
    order: 3;
  }
  .service_processing_box_img.img_fit{

  }
  .service_processing_box_category{
    width: 150px;
  }
  .service_processing_box_title{
    margin-top: 7px;
    font-size: 25px;
  }
  .service_processing_box_text{
    margin-top: 30px;
    line-height: 2;
  }
  .service_processing_box_item_title{
    margin-top: 40px;
    padding: 3px 20px;
  }
  .service_processing_box_item_title_en{
    font-size: 25px;
    padding-right: 7px;
  }
  .service_processing_box_item_title_ja{

  }
  .service_processing_box_items{
    margin: 35px -10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .service_processing_box_item{
    padding: 0 10px;
    width: 50%;
  }
  .service_processing_box_item:nth-child(n+3){
    margin-top: 20px;
  }
  .service_processing_box_item_inner{

  }
  .service_processing_box_item_subtitle{
    padding-top: 23px;
    font-size: 20px;
  }
  .service_processing_box_item_subtitle:after{
    padding-top: 13px;
  }
  .service_processing_box_item_text{
    line-height: 2.125;
    padding: 5px 15px 20px;
  }

  /*対応素材*/
  .service_material_item_content{
    margin-top: 52px;
  }
  .service_material_item{
    width: 50%;
    padding-bottom: 20px;
  }
  .service_material_item:nth-child(2){
    border-top: none;
  }
  .service_material_item:nth-child(n+2){
    margin-top: 0px;
    padding-top: 0;
  }
  .service_material_item:nth-child(n+3){
    padding-top: 20px;
  }
  .service_material_item:nth-child(even){
    border-left: 2px solid #fff;
  }
  .service_material_item_inner{
  }
  .service_material_item_inner.r{
    padding-left: 20px;
  }
  .service_material_item_inner.l{
    padding-right: 20px;
  }
  .service_material_item_title{
    padding: 3px 0 3px 20px;
  }
  .service_material_item_title_en{
    font-size: 25px;
  }
  .service_material_item_title_ja{
    padding-left: 10px;
  }
  .service_material_item_text{
    line-height: 2;
    margin-top: 25px;
  }

  /*様々な分野*/
  .service_industry{

  }
  .service_industry_title{
    margin-top: 30px;
    font-size: 23px;
  }
  .service_industry_box_content{
    margin: 50px -10px 0;
  }
  .service_industry_box{
    width: 50%;
    padding: 0 10px;
  }
  .service_industry_box:nth-child(n+2){
    margin-top: 0px;
  }
  .service_industry_box:nth-child(n+3){
    margin-top: 30px;
  }
  .service_industry_box_inner{

  }
  .service_industry_box_img.img_fit{

  }
  .service_industry_box_title{
    padding: 3px 0 3px 15px;
  }
  .service_industry_box_title_en{
    font-size: 23px;
  }
  .service_industry_box_title_ja{
    padding-left: 10px;
  }
  .service_industry_box_text{
    margin-top: 15px;
    line-height: 2.125;
  }
  .service_industry_box_check_content{
    margin-top: 15px;
    padding: 20px 15px;
  }
  .service_industry_box_check_title{

  }
  .service_industry_box_check_outer{
    margin-top: 20px;
  }
  .service_industry_box_check{
    padding-left: 35px;
  }
  .service_industry_box_check:nth-child(n+2){
    margin-top: 10px;
  }

  .pg_service .section.sec1 .cmn_text{
    margin-inline:-150px;
  }
}
@media (min-width:1024px){
  .pg_service{

  }
  .pg_service .section.sec1{
    padding-top: 93px;
    padding-bottom: 0;
  }
  .pg_service .section.sec2{
    padding-top: 150px;
    padding-bottom: 0;
  }
  .pg_service .section.sec3{
    padding-top: 120px;
    padding-bottom: 0;
  }
  .pg_service .section.sec4{
    padding-top: 119px;
    padding-bottom: 137px;
  }
  .pg_service .section.sec5{
    padding-top: 121px;
    padding-bottom: 203px;
    margin-bottom: -203px;
  }

  /*こんなお困りごとはありませんか？*/
  .service_problem{

  }
  .service_problem_img.img_fit{

  }
  .service_problem_img.img_fit:before{
    padding-top: 800px;
  }
  .service_problem_txt{
    top: 47%;
  }
  .service_problem .sec_title_en{
    margin-top: 30px;
  }
  .service_problem .sec_title_ja{
    margin-top: 17px;
    padding: 3px 73px;
  }
  .service_problem_box_content{
    margin: 45px -15px 0;
  }
  .service_problem_box{
    padding: 0 15px;
  }
  .service_problem_box_inner{
    padding: 10.5px 60px 12px;
    padding: 10.5px 15px 12px 60px;
  }
  .service_problem_box_inner:before{
    top: 55%;
    left: 20px;
  }
  .service_problem_box:nth-child(n+3){
    margin-top: 30px;
  }
  .service_problem_box:before{

  }
  .service_problem_text1{
    margin-top: 25px;
    padding-bottom: 30px;
  }
  .service_problem_text2{
    margin-top: 25px;
    font-size: 24px;
  }

  /*フロンティア精工ができること*/
  .service_processing_btn_content{
    margin: 52px -15px 0;
  }
  .service_processing_btn_content .read_more{
    padding: 0 15px;
    width: 25%;
  }
  .service_processing_btn_content .read_more:nth-child(n+4){
    margin-top: 0px;
  }
  .service_processing_btn_content .read_more:nth-child(n+5){
    margin-top: 30px;
  }
  .service_processing_btn_content .read_more a{
    margin: 0;
    padding: 15px 0;
    width: 100%;
  }
  .service_processing_box_content{
    margin-top: 96px;
  }
  .service_processing_box{
    padding-bottom: 50px;
  }
  .service_processing_box:nth-child(n+2){
    padding: 100px 0 50px;
  }
  .service_processing_box1{
    width: 49.01%;
  }
  .service_processing_box2{
    width: 44.76%;
    padding-left: 30px;
    margin-top: 0px;
  }
  .service_processing_box3{

  }
  .service_processing_box:nth-child(odd) .service_processing_box1,
  .service_processing_box:nth-child(even) .service_processing_box2{
    order: 1;
  }
  .service_processing_box:nth-child(even) .service_processing_box1,
  .service_processing_box:nth-child(odd) .service_processing_box2{
    order: 2;
  }
  .service_processing_box_img.img_fit{

  }
  .service_processing_box_category{
    width: 150px;
  }
  .service_processing_box_title{
    font-size: 30px;
    margin-top: 7px;
  }
  .service_processing_box_text{
    margin-top: 32px;
    line-height: 2;
  }
  .service_processing_box_item_title{
    margin-top: 50px;
    padding: 3px 35px;
  }
  .service_processing_box_item_title_en{
    font-size: 30px;
    letter-spacing: 0.11em;
    padding-right: 7px;
  }
  .service_processing_box_item_title_ja{

  }
  .service_processing_box_items{
    margin: 50px -8px 0;
  }
  .service_processing_box_item{
    padding: 0 8px;
    width: 25%;
  }
  .service_processing_box_item:nth-child(n+3){
    margin-top: 0;
  }
  .service_processing_box_item:nth-child(n+5){
    margin-top: 30px;
  }
  .service_processing_box_item_inner{

  }
  .service_processing_box_item_subtitle{
    padding-top: 25px;
    font-size: 22px;
  }
  .service_processing_box_item_subtitle:after{
    padding-top: 13px;
  }
  .service_processing_box_item_text{
    padding: 5px 29px 26px;
  }

  /*対応素材*/
  .service_material_item_content{
    margin-top: 54px;
  }
  .service_material_item{
    padding-bottom: 21px;
  }
  .service_material_item:nth-child(n+3){
    padding-top: 60px;
    padding-bottom: 0;
  }
  .service_material_item_inner{

  }
  .service_material_item_inner.r{
    padding-left: 35px;
  }
  .service_material_item_inner.l{
    padding-right: 35px;
  }
  .service_material_item_title{
    padding: 3px 0 3px 23px;
  }
  .service_material_item_title_en{
    font-size: 30px;
  }
  .service_material_item_title_ja{
    padding-left: 10px;
  }
  .service_material_item_text{
    margin-top: 25px;
  }

  /*様々な分野*/
  .service_industry{

  }
  .service_industry_title{
    margin-top: 45px;
    font-size: 34px;
  }
  .service_industry_box_content{
    margin: 69px -35px 0;
  }
  .service_industry_box{
    padding: 0 35px;
  }
  .service_industry_box:nth-child(n+3){
    margin-top: 100px;
  }
  .service_industry_box_inner{

  }
  .service_industry_box_img.img_fit{

  }
  .service_industry_box_title{
    padding: 3px 0 3px 26px;
  }
  .service_industry_box_title_en{
    font-size: 30px;
  }
  .service_industry_box_title_ja{

  }
  .service_industry_box_text{
    margin-top: 19px;
  }
  .service_industry_box_check_content{
    margin-top: 40px;
    padding: 25px 28px 30px;
  }
  .service_industry_box_check_title{

  }
  .service_industry_box_check_outer{
    margin-top: 20px;
  }
  .service_industry_box_check{
    padding-left: 35px;
  }
  .service_industry_box_check:nth-child(n+2){
    margin-top: 10px;
  }

  .pg_service .section.sec1 .cmn_text{
    margin-inline:0;
  }
}
@media (min-width:1200px){

  /*こんなお困りごとはありませんか？*/
  .service_problem_img.img_fit:before{
    padding-top: 738px;
  }
  .service_problem_txt{
    width: 1110px;
  }
  .service_problem_text2{
    text-align: center;
  }

  /*様々な分野*/
  .service_industry_title{
    margin-top: 45px;
    font-size: 40px;
  }


  .service_processing_box_items{
    margin: 50px -16px 0;
  }
  .service_processing_box_item{
    padding: 0 16px;
    width: 25%;
  }


}

@media (min-width:1536px){
  .service_processing_btn_content .read_more a{
    font-size: 20px;
  }
}



/*******************************
*　協力会社募集
********************************/
.pg_businessPartner{

}
.pg_businessPartner .section.sec1{
  padding-bottom: 50px;
  background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250529154322110729.jpg)no-repeat center center/cover;
}
.pg_businessPartner .section.sec2{
  padding-top: 30px;
  padding-bottom: 50px;
  margin-bottom: -50px;
  background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250529160028780037.jpg)no-repeat center center/cover;
}

/*協力会社募集*/
.cmn_title.businessPartner{
  font-size: 18px;
  letter-spacing: 0;
}

/*フロンティア精工との提携するメリット*/
.businessPartner_merit{

}
.businessPartner_merit_box_content{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.businessPartner_merit_box{
  width: 100%;
}
.businessPartner_merit_box:nth-child(n+2){
  margin-top: 30px;
}
.businessPartner_merit_box_inner{
  padding: 20px 15px;
  background: #fff;
  border-left: 2px solid var(--main-color);
  box-shadow: 1px 1.732px 5.82px 0.18px rgba(24, 24, 24, 0.1);
  height: 100%;
}
.businessPartner_merit_box_meta{
  display: flex;
  align-content: center;
  align-items: center;
}
.businessPartner_merit_box_category{
  padding-right: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: var(--main-color);
  writing-mode: vertical-rl;
}
.businessPartner_merit_box_nbr{
  padding-right: 5px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 1;
}
.businessPartner_merit_box_title{
  font-weight: 700;
  font-size: 19px;
  line-height: 1.5;
}
.businessPartner_merit_box_text{
  margin-top: 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  text-align: justify;
}

/*開発から量産まで“共に挑戦する”ものづくり仲間を募集中*/
.businessPartner_box{
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.businessPartner_box_img_outer{

}
.businessPartner_box_img_outer:before,
.businessPartner_box_img_outer:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.businessPartner_box_img_outer:before{
  z-index: 3;
  /*background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250529173513440210.png)no-repeat top center/contain;*/
  height: 100%;
  width: 38.48%;
  background-color: rgba(89, 187, 255, 0.4);
  clip-path: polygon(0% 0, 100% 0%, 0% 100%, 0 100%);
}
.businessPartner_box_img_outer:after{
  z-index: 2;
  /*background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250529173513168399.png)no-repeat bottom center/contain;*/
  height: 100%;
  width: 100%;
  background-color: rgba(24, 24, 24, 0.6);
  clip-path: polygon(0% 0, 100% 100%, 50% 100%, 0 100%);
}
.businessPartner_box_img.img_fit{

}
.businessPartner_box_img.img_fit:before{
  padding-top: 400px;
}
.businessPartner_box_img.img_fit:after{
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: rgba(24, 24, 24, 0.349);
}
.businessPartner_box_txt{
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  color: #fff;
}
.businessPartner_box_title{
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.businessPartner_box_text{
  margin-top: 17px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
.businessPartner_box .read_more{

}
.businessPartner_box .read_more a{
  text-align: center;
  color: #fff;
  border-color: #fff;
}
.businessPartner_box .read_more .read_more_inner:after,
.businessPartner_box .read_more .read_more_inner:before{
  border-color: #fff;
}
.businessPartner_box .read_more .read_more_inner:after{
  border-top: none;
}
.businessPartner_box .read_more .read_more_inner:before{
  border-bottom: none;
}

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

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

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

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

  }
  .pg_businessPartner .section.sec1{
    padding-bottom: 100px;
  }
  .pg_businessPartner .section.sec2{
    padding-top: 50px;
    padding-bottom: 100px;
    margin-bottom: -100px;
  }
  .pg_businessPartner .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  /*協力会社募集*/
  .cmn_title.businessPartner{
    font-size: 30px;
    letter-spacing: 0.075em;
  }

  /*フロンティア精工との提携するメリット*/
  .businessPartner_merit{

  }
  .businessPartner_merit_box_content{
    margin: 40px -10px 0;
  }
  .businessPartner_merit_box{
    width: 50%;
    padding: 0 10px;
  }
  .businessPartner_merit_box:nth-child(n+2){
    margin-top: 0px;
  }
  .businessPartner_merit_box:nth-child(n+3){
    margin-top: 30px;
  }
  .businessPartner_merit_box_inner{
    padding: 20px 20px;
  }
  .businessPartner_merit_box_category{
    font-size: 13px;
    padding-right: 5px;
  }
  .businessPartner_merit_box_nbr{
    padding-right: 5px;
    font-size: 50px;
  }
  .businessPartner_merit_box_title{
    font-size: 19px;
  }
  .businessPartner_merit_box_text{
    margin-top: 15px;
    line-height: 2;
  }

  /*開発から量産まで“共に挑戦する”ものづくり仲間を募集中*/
  .businessPartner_box{
    margin-top: 100px;
  }
  .businessPartner_box_img_outer{

  }
  .businessPartner_box_img.img_fit{

  }
  .businessPartner_box_img.img_fit:before{
    padding-top: 450px;
  }
  .businessPartner_box_txt{

  }
  .businessPartner_box_title{
    font-size: 25px;
  }
  .businessPartner_box_text{
    margin-top: 17px;
    line-height: 2.125;
  }
  .businessPartner_box .read_more{

  }


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

  }
  .pg_businessPartner .section.sec1{
    padding-top: 90px;
    padding-bottom: 140px;
  }
  .pg_businessPartner .section.sec2{
    padding-top: 120px;
    padding-bottom: 200px;
    margin-bottom: -203px;
  }

  .sec_title_ja.businessPartner{
    margin-top: 12px;
  }

  /*協力会社募集*/
  .cmn_title.businessPartner{
    font-size: 40px;
  }

  /*フロンティア精工との提携するメリット*/
  .businessPartner_merit{

  }
  .businessPartner_merit_box_content{
    margin: 56px -15px 0;
  }
  .businessPartner_merit_box{
    width: 50%;
    padding: 0 15px;
  }
  .businessPartner_merit_box:nth-child(n+3){
    margin-top: 49px;
  }
  .businessPartner_merit_box_inner{
    padding: 25px 37px 27px 27px;
  }
  .businessPartner_merit_box_category{
    font-size: 15px;
    padding-right: 5px;
  }
  .businessPartner_merit_box_nbr{
    padding-right: 15px;
    font-size: 60px;
  }
  .businessPartner_merit_box_title{
    font-size: 25px;
  }
  .businessPartner_merit_box_text{
    margin-top: 15px;
  }

  /*開発から量産まで“共に挑戦する”ものづくり仲間を募集中*/
  .businessPartner_box{
    margin-top: 151px;
  }
  .businessPartner_box_img_outer{

  }
  .businessPartner_box_img.img_fit{

  }
  .businessPartner_box_img.img_fit:before{
    padding-top: 400px;
  }
  .businessPartner_box_txt{

  }
  .businessPartner_box_title{
    font-size: 30px;
  }
  .businessPartner_box_text{
    margin-top: 17px;
    text-align: center;
  }
  .businessPartner_box .read_more{

  }
  .businessPartner_box .read_more a{
    font-size: 20px;
    padding: 30px 0;
    width: 100%;
  }
  .businessPartner_box .read_more a:after{
    right: 35px;
  }


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

  /*フロンティア精工との提携するメリット*/
  .businessPartner_merit_box_nbr{
    padding-right: 18px;
    font-size: 70px;
  }
  .businessPartner_merit_box_title{
    font-size: 26px;
  }


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

  .businessPartner_merit_box_title{
    font-size: 28px;
  }

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

  /*フロンティア精工との提携するメリット*/
  .businessPartner_merit_box_title{
    font-size: 30px;
  }


}


/*******************************
*　採用情報
********************************/
.pg_recruit{

}
.pg_recruit .section.sec1{
  padding-bottom: 50px;
  background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250529095402874885.jpg)no-repeat center center/cover;
}
.pg_recruit .section.sec2{
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250529104545308526.jpg)no-repeat center center/cover;
}
.pg_recruit .section.sec3{
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250529112316186708.jpg)no-repeat center center/cover;
}
.pg_recruit .section.sec4{
  padding-top: 50px;
  padding-bottom: 0px;
  background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250529125922881150.jpg)no-repeat center center/cover;
}
.pg_recruit .section.sec5{
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: -50px;
  background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250529125922881150.jpg)no-repeat center center/cover;
}

/*採用情報*/
.cmn_title.recruit,
.cmn_text.recruit{
  text-align: justify;
}

/*フロンティア精工で働く魅力*/
.service_processing_btn_content.recruit{
  margin-top: 0;
}
.sec_title.recruit{
  margin-top: 40px;
}
.recruit_point{

}
.recruit_point_box_content{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.recruit_point_box{
  width: 100%;
}
.recruit_point_box:nth-child(n+2){
  margin-top: 30px;
}
.recruit_point_box_inner{

}
.service_processing_box_img.img_fit.recruit{

}
.service_processing_box_img.recruit.img_fit:before{
  padding-top: 52.41%;
}
.service_processing_box_category.recruit{
  margin-top: 15px;
  width: 125px;
}
.service_processing_box_title.recruit{

}
.service_processing_box_text.recruit{

}

/*こんな方を求めています！*/
.recruit_check{
  padding: 60px 20px 100px;
  position: relative;
  z-index: 1;
}
.recruit_check:before,
.recruit_check:after{
  content: "";
  position: absolute;
  z-index: 1;
  right: -5px;
  left: -5px;
  height: calc(178px*0.5);
  pointer-events: none;
}
.recruit_check:before{
  top: 0;
  background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250529114059267375.png)no-repeat center left/contain,url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250529114059364931.png)no-repeat center right/contain;
}
.recruit_check:after{
  bottom: 0;
  background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250529114059976337.png)no-repeat center left/contain,url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250529114059433434.png)no-repeat center right/contain;
}
.cmn_title.blue{
  color: var(--main-color)
}
.service_problem_box_content.recruit{

}
.service_problem_box.recruit{

}
.service_problem_box_inner.recruit{

}

/*福利厚生*/
.recruit_benefits{

}
.recruit_benefits_box_content{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.recruit_benefits_box{
  width: 100%;
}
.recruit_benefits_box:nth-child(n+2){
  margin-top: 30px;
}
.recruit_benefits_box_inner{
  border: 1px solid #181818;
  height: 100%;
}
.recruit_benefits_box_inner,
.recruit_benefits_box_inner > *{
  position: relative;
  z-index: 1;
}
.recruit_benefits_box_inner:before{
  content: "";
  position: absolute;
  z-index: 1;
  inset: 5px;
  background: #f9f9f9;
  pointer-events: none;
}
.recruit_benefits_box_title{
  padding-top: 23px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.recruit_benefits_box_title:after{
  padding-top: 13px;
  content: "";
  border-bottom: 2px solid var(--main-color);
  display: block;
  margin: 0 auto;
  width: 65px;
}
.recruit_benefits_box_text{
  margin-top: 10px;
  padding: 0 15px 20px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
}

/*募集要項*/
.recruit_tbl{
  margin-top: 30px;
}
.recruit_tbl .table_rows_tr{

}
.recruit_tbl .table_rows_th,
.recruit_tbl .table_rows_td{
  padding: 10px 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.882;
  border-color: #181818;
}
.recruit_tbl .table_rows_th{
  background: #e6e6e6;
}
.recruit_tbl .table_rows_td{
  background: #fff;
}
.read_more.recruit a{
  text-align: center;
}


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

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

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

  /*募集要項*/
  .recruit_tbl .table_rows_th,
  .recruit_tbl .table_rows_td{
    display: block;
    width: 100%;
    border: 1px solid #181818;
    border-bottom: none;
  }
  .recruit_tbl .table_rows_tr:last-child .table_rows_td {
    border-bottom: 1px solid #181818;
  }

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

  }
  .pg_recruit .section.sec1{
    padding-bottom: 100px;
  }
  .pg_recruit .section.sec2{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pg_recruit .section.sec3{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pg_recruit .section.sec4{
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .pg_recruit .section.sec5{
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: -100px;
  }

  /*フロンティア精工で働く魅力*/
  .service_processing_btn_content.recruit{

  }
  .service_processing_btn_content .read_more a p{
    bottom: -4px;
  }

  .sec_title.recruit{
    margin-top: 60px;
  }
  .recruit_point{

  }
  .recruit_point_box_content{
    margin: 50px -10px 0;
  }
  .recruit_point_box{
    padding: 0 10px;
    width: 50%;
  }
  .recruit_point_box:nth-child(n+2){
    margin-top: 0px;
  }
  .recruit_point_box:nth-child(n+3){
    margin-top: 50px;
  }
  .recruit_point_box_inner{

  }
  .service_processing_box_img.img_fit.recruit{

  }
  .service_processing_box_category.recruit{
    margin-top: 20px;
  }
  .service_processing_box_title.recruit{
    font-size: 22px;
  }
  .service_processing_box_text.recruit{
    margin-top: 10px;
  }

  /*こんな方を求めています！*/
  .recruit_check{
    padding: 100px 30px 150px;
  }
  .recruit_check:before,
  .recruit_check:after{
    right: -7.5px;
    left: -7.5px;
    height: calc(178px*0.7);
  }
  .cmn_title.blue{

  }
  .service_problem_box_content.recruit{

  }
  .service_problem_box.recruit{

  }
  .service_problem_box_inner.recruit{

  }

  /*福利厚生*/
  .recruit_benefits{

  }
  .recruit_benefits_box_content{
    margin: 50px -10px 0;
  }
  .recruit_benefits_box{
    width: 50%;
    padding: 0 10px;
  }
  .recruit_benefits_box:nth-child(n+2){
    margin-top: 0px;
  }
  .recruit_benefits_box:nth-child(n+3){
    margin-top: 30px;
  }
  .recruit_benefits_box_inner{

  }
  .recruit_benefits_box_title{
    padding-top: 23px;
    font-size: 20px;
  }
  .recruit_benefits_box_title:after{
    padding-top: 13px;
  }
  .recruit_benefits_box_text{
    margin-top: 12px;
    padding: 0 20px 25px;
    line-height: 2;
  }

  /*募集要項*/
  .recruit_tbl{
    margin-top: 40px;
  }
  .company_tbl .table_rows_tr{

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

  }


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

  }
  .pg_recruit .section.sec1{
    padding-top: 90px;
    padding-bottom: 150px;
  }
  .pg_recruit .section.sec2{
    padding-top: 120px;
    padding-bottom: 143px;
  }
  .pg_recruit .section.sec3{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pg_recruit .section.sec4{
    padding-top: 120px;
    padding-bottom: 0;
  }
  .pg_recruit .section.sec5{
    padding-top: 120px;
    padding-bottom: 199px;
    margin-bottom: -203px;
  }

  .sec_title_ja.recruit{
    margin-top: 14px;
  }

  /*フロンティア精工で働く魅力*/
  .service_processing_btn_content.recruit{

  }
  .service_processing_btn_content .read_more a p{
    bottom: -2px;
  }

  .sec_title.recruit{
    margin-top: 80px;
  }
  .sec_title.recruit .sec_title_ja{
    margin-top: 12px;
  }
  .recruit_point{

  }
  .recruit_point_box_content{
    /*margin: 56px -35px 0;*/
    margin: 56px -20px 0;
  }
  .recruit_point_box{
    /*padding: 0 35px;*/
    padding: 0 20px;
  }
  .recruit_point_box:nth-child(n+3){
    margin-top: 73px;
  }
  .recruit_point_box_inner{

  }
  .service_processing_box_img.img_fit.recruit{

  }
  .service_processing_box_category.recruit{
    margin-top: 30px;
  }
  .service_processing_box_title.recruit{
    font-size: 25px;
  }
  .service_processing_box_text.recruit{
    margin-top: 30px;
  }

  /*こんな方を求めています！*/
  .recruit_check{
    padding: 130px 50px 200px;
  }
  .recruit_check:before,
  .recruit_check:after{
    right: -10px;
    left: -10px;
    height: calc(178px*0.9);
  }
  .cmn_title.blue{

  }
  .service_problem_box_content.recruit{
    margin: 53px -15px 0;
  }
  .service_problem_box.recruit{

  }
  .service_problem_box_inner.recruit{

  }

  /*福利厚生*/
  .recruit_benefits{

  }
  .recruit_benefits_box_content{
    margin: 53px -21px 0;
  }
  .recruit_benefits_box{
    width: 33.33%;
    padding: 0 21px;
  }
  .recruit_benefits_box:nth-child(n+3){
    margin-top: 0px;
  }
  .recruit_benefits_box:nth-child(n+4){
    margin-top: 30px;
  }
  .recruit_benefits_box_inner{

  }
  .recruit_benefits_box_title{
    padding-top: 32px;
    font-size: 22px;
  }
  .recruit_benefits_box_title:after{
    padding-top: 13px;
  }
  .recruit_benefits_box_text{
    margin-top: 7px;
    padding: 0 27px 30px 29px;
  }

  /*募集要項*/
  .recruit_tbl{
    margin-top: 56px;
  }
  .recruit_tbl .table_rows_tr{

  }
  .recruit_tbl .table_rows_th,
  .recruit_tbl .table_rows_td{
    padding: 15px 15px 15.9px;
  }
  .recruit_tbl .table_rows_th{
    width: 284px;
  }
  .recruit_tbl .table_rows_td{
    padding-left: 20px;
  }
  .read_more.recruit{
    margin-top: 54px;
  }
  .read_more.recruit a{
    font-size: 20px;
    padding: 27px 0 30px;
    width: 100%;
  }
  .service_processing_btn_content .read_more a:after{
    right: 28px;
    right: 15px;
  }

}

@media (min-width:1200px){

  /*フロンティア精工で働く魅力*/
  .service_processing_box_title.recruit{
    font-size: 30px;
  }

  /*こんな方を求めています！*/
  .recruit_check{
    padding: 85px 0 142px;
  }
  .recruit_check:before,
  .recruit_check:after{
    right: -11.5%;
    left: -11.5%;
    height: 178px;
  }

  .read_more.recruit a:after{
    right: 28px;
  }

  .service_processing_btn_content .read_more a:after{
    right: 28px;
  }
  .service_processing_btn_content .read_more a p{
    bottom: 0;
  }
}
@media (min-width:1720px){
  .recruit_point_box_content{
    margin: 56px -35px 0;
  }
  .recruit_point_box{
    padding: 0 35px;
  }
  .recruit_point_box:nth-child(n+3){
    margin-top: 73px;
  }
}

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


}


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

}
.pg_company .section.sec1{
  padding-bottom: 50px;
  margin-bottom: -50px;
  background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250529214825367209.jpg)no-repeat center center/cover;
}

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

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  padding: 10px 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  border-color: #181818;
}
.company_tbl .table_rows_th{
  background: #e6e6e6;
}
.company_tbl .table_rows_td{
  background: #fff;
}

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

/*ギャラリー*/
.company_gallery_items{
  margin: 30px -5px 0;
}
.company_gallery_item{
  padding: 0 5px;
}
.company_gallery_item{

}
.company_gallery_item:nth-child(n+3){
  margin-top: 10px;
}
.company_gallery_item_img.img_fit{

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


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

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

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

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

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

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

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

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

  }

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

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

  }


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

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

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

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 18px 15px 19.5px;
  }
  .company_tbl .table_rows_th{
    width: 284px;
  }
  .company_tbl .table_rows_td{
    padding-left: 20px;
  }

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

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

  }


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


}


/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
  padding-top: 0px;
}
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.posts_layout_box1{
  width: 100%;
}
.posts_layout_box2{
  width: 100%;
  margin-top: 50px;
}

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

/* リスト */
.posts_list{

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

}


/* サイド */
.posts_side_wrap{

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

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

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

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

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

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

.posts_back_list{

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

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


/* 動画 */
.post_video{

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

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

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

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

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

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .posts_list{

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

  }

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

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

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


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

  /* リスト */
  .posts_list{

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

  }

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

  .pg_news{
    padding-top: 0px;
  }

}



/*******************************
*　ギャラリー（サムネ横ver）
********************************/
.pg_xxx{

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

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

/* メイン */
.gallery_main{

}
.gallery_main .img{
  background: #EEE;
}
.gallery_main .img.img_fit:before{
  padding-top: 75.34%;
}
.gallery_main .img.img_fit img{
  object-fit: contain;
  object-position: center;
}
/* サムネ */
.gallery_thumb{

}
.gallery_thumb .img{
  width: 100%;
  background: #EEE;
  overflow: hidden;
}
.gallery_thumb .img.img_fit:before{
  padding-top: 76.47%;
}
.gallery_thumb .img.img_fit img{

}


/* 詳細 */
.gallery_detail{

}
.gallery_detail .meta{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;

}
.gallery_detail .meta .title{
  font-size: 18px;
  line-height: 1.5;
}
.gallery_detail .meta .price{
  font-size: 18px;
  line-height: 1.5;
  margin-left: auto;
}
.gallery_detail .post_content{
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
.gallery_detail .read_more{
  margin-top: 50px;
}


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

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

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

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

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

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

    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

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

  }

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 18px;
  }
  .gallery_detail .meta .price{
    font-size: 18px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }
}
@media (min-width:1024px){

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

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


}


/*******************************
*　新着情報
********************************/
.pg_news .section.sec1{
  background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250526185520677262.jpg)no-repeat center center/cover;
  margin-bottom: -50px;
  padding-bottom: 50px;
}
.posts_layout.newslist,
.posts_layout.newsdetail{
  margin-top: 30px;
}

/* リスト */
.news_list{

}
.news_list .webgene-blog{

}
.news_list .webgene-item{
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  border-bottom: 1px solid;
}
.news_list .webgene-item:first-child{
  border-top: 1px solid;
}
.news_list .webgene-item .date,
.news_list .webgene-item .category,
.news_list .webgene-item .title{
  font-weight: 400;
  letter-spacing: 0.075em;
}
.news_list .webgene-item .date{
  font-size: 16px;
  padding-right: 10px;
}
.news_list .webgene-item .category{
  padding: 2px 5px;
  font-size: 16px;
  background: var(--main-color);
}
.news_list .webgene-item .category span{

}
.news_list .webgene-item .title{
  margin-top: 5px;
  font-size: 17px;
  width: 100%;
}

/* 詳細 */
.news_detail{

}
.news_detail .webgene-blog{

}
.news_detail .webgene-item{

}
.news_detail .webgene-item .meta{
  display: flex;
  align-content: center;
  align-items: center;
}
.news_detail .webgene-item .date,
.news_detail .webgene-item .category,
.news_detail .webgene-item .title,
.news_detail .webgene-item .txt{
  font-weight: 400;
  letter-spacing: 0.075em;
}
.news_detail .webgene-item .date,
.news_detail .webgene-item .category,
.news_detail .webgene-item .txt{
  font-size: 16px;
}
.news_detail .webgene-item .date{
  padding-right: 5px;
}
.news_detail .webgene-item .category{
  background: var(--main-color);
  padding: 2px 5px;
}
.news_detail .webgene-item .title{
  margin-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  border-bottom: 1px solid;
}
.news_detail .webgene-item .post_content{
  padding-bottom: 30px;
  border-bottom: 1px solid;
}
.news_detail .webgene-item .thumb{
  margin-top: 30px;
}
.news_detail .webgene-item .txt{
  margin-top: 10px;
  line-height: 1.5;
}



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

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

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

}
@media (min-width:768px){
  .pg_news .section.sec1{
    margin-bottom: -100px;
    padding-bottom: 100px;
  }
  .posts_layout.newslist,
  .posts_layout.newsdetail{
    margin-top: 40px;
  }

  /* リスト */
  .news_list{

  }
  .news_list .webgene-blog{

  }
  .news_list .webgene-item{
    padding: 15px 0;
  }
  .news_list .webgene-item .date{
    padding-right: 20px;
  }
  .news_list .webgene-item .category{
    padding: 2px 10px;
    margin-right: 20px;
  }
  .news_list .webgene-item .category span{

  }
  .news_list .webgene-item .title{
    margin-top: 0px;
    width: 50%;
  }

  /* 詳細 */
  .news_detail{

  }
  .news_detail .webgene-blog{

  }
  .news_detail .webgene-item{

  }
  .news_detail .webgene-item .meta{

  }
  .news_detail .webgene-item .category{

  }
  .news_detail .webgene-item .date{
    padding-right: 10px;
  }
  .news_detail .webgene-item .category{
    padding: 2px 8px;
  }
  .news_detail .webgene-item .title{
    margin-top: 5px;
    padding-bottom: 5px;
  }
  .news_detail .webgene-item .post_content{
    padding-bottom: 50px;
  }
  .news_detail .webgene-item .thumb{
    margin-top: 40px;
  }
  .news_detail .webgene-item .txt{
    margin-top: 15px;
    line-height: 2.125;
  }


}
@media (min-width:1024px){
  .pg_news .section.sec1{
    margin-bottom: -203px;
    padding-bottom: 203px;
  }

  /* リスト */
  .posts_layout.newslist{
    margin-top: 76px;
  }
  .news_list{

  }
  .news_list .webgene-blog{

  }
  .news_list .webgene-item{
    padding: 21.5px 0;
  }
  .news_list .webgene-item .date{
    padding-right: 35px;
  }
  .news_list .webgene-item .category{
    padding: 2px 7.5px 3px;
    margin-top: -2px;
    margin-right: 30px;
  }
  .news_list .webgene-item .category span{

  }
  .news_list .webgene-item .title{
    width: 65%;
  }

  /* 詳細 */
  .posts_layout.newsdetail{
    margin-top: 56px;
  }
  .news_detail{

  }
  .news_detail .webgene-blog{

  }
  .news_detail .webgene-item{

  }
  .news_detail .webgene-item .meta{

  }
  .news_detail .webgene-item .date{
    padding-right: 13px;
  }
  .news_detail .webgene-item .category{
    padding: 2px 8px;
  }
  .news_detail .webgene-item .title{
    margin-top: 11px;
    padding-bottom: 10px;
  }
  .news_detail .webgene-item .post_content{
    padding-bottom: 71px;
  }
  .news_detail .webgene-item .thumb{
    margin-top: 50px;
  }
  .news_detail .webgene-item .txt{
    margin-top: 20px;
  }
  .news_detail .read_more{
    margin-top: 55px;
  }
  .news_detail .read_more a{
    text-align: center;
    width: 350px;
    font-size: 20px;
    padding: 29px 0;
  }
  .news_detail .read_more a:after{
    right: 30px;
  }



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

  /* リスト */
  .news_list .webgene-item .title{
    width: auto;
  }


}


/*******************************
*　お問い合わせ
********************************/
.sec_title_ja.contact{
  margin-top: 16px;
}
.contact_form_box+.contact_form_box{
  margin-top: 165px;
}
.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_form_box+.contact_form_box{
    margin-top: 100px;
  }

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

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

  /* フォーム */
  .pg_contact .formTbl{
    margin-top: 20px;
  }
}


.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;
}

/* フォーム */
.pg_contact + .footer{
  margin-top: 0;
}
.pg_contact .formTbl{
  margin-top: 75px;
  border: 1px solid #181818;
  background: #ffffff;
}
.pg_contact .contact_form_box:nth-child(n+2) .formTbl{
  margin-top: 54px;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #181818;
}
.pg_contact .formTh {
  padding: 15px 15px 13.7px 20px;
  background: #d6d6d6;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 2px 12px;
  margin-top: 2px;
  float: right;
  font-weight: 400;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.un_requiredText{
  border: 1px solid #b80000;
  background: #ffffff;
  color: #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 12px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.pg_contact .formTd select{
  border-radius: 0;
}
.pg_contact .formTd input[name="zip1"],
.pg_contact .formTd input[name="zip3"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"],
.pg_contact .formTd input[name="zip4"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"],
.pg_contact .formTd select[name="pref2"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="city"],
.pg_contact .formTd input[name="city2"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.fileCaution{
  padding: 8px 2px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.12em;
}
.pg_contact .formTd .fileArea{
  margin-top: -2px;
  margin-bottom: 12px;
  padding: 0 2px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  letter-spacing: 0.16em;
  padding: 6px 13px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.pg_contact .formWrap .text-center{
  padding-top: 45px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
  margin-left: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #1a3e9b;
}
.pg_contact .formBtn.formSend {
  margin: 47px auto 0;
  display: block;
  max-width: 350px;
  width: 100%;
  padding: 27px 0 30px;
  border: 1px solid #212121;
  border-radius: 45px;
  background: transparent;
  color: #212121;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 1;
}
.pg_contact .formBtn.formSend:hover{
  /*color: var(--main-color);*/
  color: #181818;
}
.pg_contact .formBtn.formSend > *{
  background: transparent;
  display: block;
  width: 100%;
}
.pg_contact .formBtn.formSend:after{
  content: "→";
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 18px;
  background: var(--main-color);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  top: 52%;
  right: 30px;
  transform: translateY(-50%);
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
.pg_contact .formBtn.formSend:hover:after{
  color: var(--main-color);
  background: #212121;
  margin-right: -5px;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 5.5px 2px 7px;
}
.radioArea .d-inline-block .label{
  margin-left: 4px;
  letter-spacing: 0.15em;
  ;
}
.radioArea .d-inline-block{
  margin-right: 35px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 7.5px 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
}
.pg_contact{
  background: url(https://frontier-seikou.co.jp/system_panel/uploads/images/20250526190109174842.jpg)no-repeat center center/cover;
}

.pg_contact .section.sec1 {

}

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


/* プライバシー */
.privacy_item_box{
  padding: 30px 52px 30px 29px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  margin-top: 0;
}
.pg_contact .section.sec2{
  padding: 100px 0 200px;
  /*margin-bottom: -200px;*/
  margin-bottom: 0;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 45px;
  padding-left: 45px;
  font-weight: 400;
  font-size: 21px;
  letter-spacing: 0.2em;
}
.privacy_item {
  margin-top: 30px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 6px 15px 6.5px;
  margin-bottom: 12px;
  border-left: 6px solid var(--main-color);
}
.privacy_txt{
  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 {
  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"],
  .pg_contact .formTd input[name="zip3"] {
    width: 80px;
  }
  .pg_contact .formTd input[name="zip2"],
  .pg_contact .formTd input[name="zip4"] {
    width: 100px;
  }
  .pg_contact .formTd select[name="pref"] ,
  .pg_contact .formTd select[name="pref2"]{
    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: 9px 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;
    padding-left: 0;
  }


  .pg_contact .section.sec1 {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .contact_info_bg {
    padding: 18px 10px;
  }

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

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

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

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


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

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

.about_bnr{
  margin-top: 50px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  border-radius:0!important;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .body_thanksentry .pg_contact .section.sec1{
    padding-bottom:80px;
  }
  .thanks_text{
    margin-top:30px;
  }
}
@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;
  }

  .about_bnr{
    margin-top: 80px;
  }
  .thanks_text{
    margin-top:80px;
  }
  .body_thanksentry .pg_contact .section.sec1{
    padding-bottom:100px;
  }
}
@media (min-width:1024px){

  .about_bnr{
    margin-top: 110px;
  }
}
@media (min-width:1200px){


}
