/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  margin-bottom: 30px;
  position: relative;
}
.pg_header_mv{
  /*height: 150px;*/
  /*overflow: hidden;*/
}
.pg_header_mv_img{

}
.pg_header_mv_img.img_fit:before{
  padding-top: 200px;
}
.pg_header_txt{
  position: absolute;
  z-index: 1;
  top: 48.5%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.pg_header_txt_en{
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 60px;
  color: #fff;
  line-height: 1;
}
.pg_header_txt_ja{
  margin-top: -25px;
  font-weight: 900;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: 0;
}


@media (min-width:768px){
  .pg_header{
    margin-bottom: 40px;
  }
  .pg_header_mv{
    /*height: 350px;*/
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 400px;
  }
  .pg_header_txt_en{
    font-size: 100px;
  }
  .pg_header_txt_ja{
    margin-top: -25px;
    font-size: 40px;
  }

}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 102px;
  }
  .pg_header_mv{
    /*height: 550px;*/
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 600px;
  }
  .pg_header_txt_en{
    font-size: 160px;
  }
  .pg_header_txt_ja{
    margin-top: -45px;
    font-size: 58px;
  }

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


}



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

.footer{
  margin-top: 50px;
}
.ftr1{
  position: relative;
  z-index: 1;
}
.ftr1_img{

}
.ftr2{
  padding: 50px 0 30px;
  border-top: 1px solid #a8a385;
  background: #f7f3ed;
  position: relative;
  z-index: 1;
}
.ftr_contact{
  position: absolute;
  z-index: 1;
  top: 65%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}
.ftr_contact a{
  display: block;
  width: 60.14%;
  background: #009e96;
  border-radius: 20px;
  color: #FFF;
  padding: 5px 0;
  transition: all 0.2s;
}
.ftr_contact a:hover{
  background: #FFF;
  color: #009e96;
}
.ftr_contact_en{
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
.ftr_contact_ja{
  margin-top: 7px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.ftr_logo{
  text-align: center;
}
.ftr_logo img{
  width: 170px;
}
.ftr_addr{
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.ftr_name_content{
  margin: 15px auto 0;
  width: 230px;
}
.ftr_name{
  display: flex;
}
.ftr_name + .ftr_name{
  margin-top: 10px;
}
.ftr_name1,
.ftr_name2{
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
.ftr_name1{
  width: 93px;
}
.ftr_name2{
  border-left: 1px solid;
  padding-left: 15px;
}
.ftr_links{
  display: none;
}
.ftr_text{
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.764;
  text-align: center;
}
.ftr_link{
  padding: 0 5px
}
.ftr_link a{
  font-weight: 500;
  font-size: 15px;
}
.ftr_link a p{
  letter-spacing: 0.1em;
}
.ftr_copy{
  margin-top: 33px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

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



@media (min-width:375px){

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

  body{
    padding-bottom: 56px;
  }

  .footer_fix{
    display: flex;
  }

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

  .footer{
    margin-top: 100px;
  }
  .ftr1{

  }
  .ftr1_img{

  }
  .ftr2{
    padding: 50px 0 30px;
  }
  .ftr_contact{
    top: 65%;
  }
  .ftr_contact a{
    padding: 20px 0;
    width: 45.14%;
  }
  .ftr_contact_en{
    font-size: 32px;
  }
  .ftr_contact_ja{
    font-size: 18px;
  }
  .ftr_logo{

  }
  .ftr_addr{
    margin-top: 29px;
  }
  .ftr_name_content{
    margin: 20px auto 0;
  }
  .ftr_name{

  }
  .ftr_name + .ftr_name{
    margin-top: 23px;
  }
  .ftr_name1{
    width: 93px;
  }
  .ftr_name2{
    padding-left: 15px;
  }
  .ftr_text{
    margin-top: 18px;
    font-size: 17px;
  }
  .ftr_links{
    margin-top: 50px;
    padding: 13px 0 14px;
    display: flex;
    justify-content: center;
    background: #fff;
  }
  .ftr_link{
    padding: 0 5px
  }
  .ftr_link a{

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

  .footer{
    margin-top: 190px;
  }
  .ftr1{

  }
  .ftr1_img{

  }
  .ftr2{
    padding: 100px 0 27px;
  }
  .ftr_contact{

  }
  .ftr_contact a{
    padding: 42px 0 41px;
    width: 41.14%;
  }
  .ftr_contact_en{
    font-size: 32px;
  }
  .ftr_contact_ja{
    font-size: 18px;
  }
  .ftr_logo{

  }
  .ftr_addr{
    margin-top: 29px;
  }
  .ftr_name_content{
    margin: 20px auto 0;
  }
  .ftr_name{

  }
  .ftr_name + .ftr_name{
    margin-top: 23px;
  }
  .ftr_name1{
    width: 93px;
  }
  .ftr_name2{
    padding-left: 15px;
  }
  .ftr_text{
    margin-top: 18px;
    font-size: 17px;
  }
  .ftr_links{
    margin-top: 73px;
    padding: 13px 0 14px;
  }
  .ftr_link{
    padding: 0 20.5px;
  }
  .ftr_link a{

  }
  .ftr_copy{
    margin-top: 33px;
  }
}
@media (min-width:1200px){
  .ftr2{
    margin-top: -163px;
    padding: 100px 0 27px;
  }
  .ftr_contact{
    top: 45%;
  }
  .ftr_link{
    padding: 0 24.5px;
  }

}
@media (min-width:1921px){
 
  .ftr1_img img{
    width: 100%;
  }
}


/*******************************
*　共通
********************************/

.section.beige{
  background: #f7f3ed;
}
.section.beige,.container{
  position: relative;
  z-index: 1;
}
.section.beige:before,
.section.beige:after{
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.section.beige:before{
  top: -50px;
  height: 430px;
  background-position: center top;
  background: url(/system_panel/uploads/images/20250714114727605478.png) no-repeat top center / contain;
}
.section.beige:after{
  bottom: -160px;
  height: 250px;
  background-position: center bottom;
  background: url(/system_panel/uploads/images/20250714114727262712.png) no-repeat top center / contain;
}

/*ボタン*/
.read_more{
  padding: 0 15px;
}
.read_more a{
  padding: 16px 0;
  display: block;
  width: 100%;
  color: #181818;
  background: #fff;
  border: 1px dashed #0068b7;
  border-radius: 31px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.075em;
  text-align: center;
  transition: all 0.2s;
  position: relative;
  z-index: 1;
}
.read_more a:after{
  content: "➡";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  color: rgb(0, 104, 183);
  transition: 0.2s;
}
.read_more a:hover{
  color: #181818;
  background: #fff;
}
.read_more a:hover:after{
  margin-right: -5px;
}

@media (max-width:374px){

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

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

}
@media (min-width:768px){
  .section.beige:before{
    top: -110px;
    height: 500px;
  }
  .section.beige:after{
    bottom: -130px;
    height: 300px;
  }

  /*ボタン*/
  .read_more{
    padding: 0;
  }
  .read_more a{
    padding: 17px 0;
    width: 285px;
  }

}
@media (min-width:1024px){
  .section.beige:before{
    top: -50px;
    height: 1149px;
  }
  .section.beige:after{
    bottom: -500px;
    height: 656px;
  }

  /*ボタン*/
  .read_more a{
    padding: 21px 0 23px;
    width: 285px;
  }
}
@media (min-width:1200px){


}


/*******************************
*　タカクラについて
********************************/
.pg_about{

}
.pg_about .section{
  position: relative;
  z-index: 1;
}
.pg_about .section.sec1{
  padding-bottom: 170px;
}
.pg_about .section.sec2.beige{

}
.pg_about .section.sec2.beige:before{

}
.pg_about .section.sec2.beige:after{

}
.pg_about .section.sec3{
  padding-top: 100px;
}

/*画像*/
.about_img{
  position: absolute;
  z-index: 1;
}
.about_img.img1{
  top: -2.2%;
  left: 10.5%;
  width: 23.69%;
}
.about_img.img2{
  top: -2.1%;
  left: 35%;
  width: 10.36%;
}
.about_img.img3{
  top: -2%;
  right: 36.7%;
  width: 8.64%;
}
.about_img.img4{
  top: -1.65%;
  right: 20%;
  width: 5.76%;
}
.about_img.img5{
  top: -3%;
  right: 0.7%;
  width: 24.32%;
}
.about_img.img6{
  top: 0.7%;
  right: 0;
  width: 15.36%;
}
.about_img.img7{
  top: 34.5%;
  left: -7%;
  width: 14.11%;
}
.about_img.img8{
  top: 14%;
  right: 0%;
  width: 19.11%;
}
.about_img.img9{
  top: 55%;
  left: 0;
  width: 26.04%;
}
.about_img.img10{
  top: 77.5%;
  right: 0%;
  width: 21.82%;
}

/*喜ばれる看板を、喜びながらつくる*/
.about_main_wrap{

}
.about_main_title{
  font-weight: 900;
  font-size: 21px;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}
.about_main_title strong{
  font-weight: 900;
  color: #0068b7;
}
.about_main_sub_title{
  margin-top: 6px;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.about_main_text_outer{
  position: relative;
  z-index: 1;
}
.about_main_text{
  margin-top: 21px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.888;
  text-align: justify;
  position: relative;
  z-index: 1;
}
.about_main_text_parts{
  position: absolute;
  z-index: 1;
  bottom: -5%;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  color: #faf9e1;
}

/*どうしてみんな、タカクラに看板を頼むの？*/
.about_why{
  position: relative;
  z-index: 1;
}
.about_why .about_main_title{
  position: relative;
  z-index: 1;
}
.about_why_en{
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -25%;
  transform: translateX(-50%);
  width: 100%;
}
.about_why_box_content{
  margin-top: 50px;
}
.about_why_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_why_box:nth-child(n+2){
  margin-top: 50px;
}
.about_why_box1,
.about_why_box2{
  width: 100%;
}
.about_why_box1{
  order: 2;
}
.about_why_box2{
  order: 1;
}
.about_why_box_nbr{
  margin-top: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
  color: #fff;
}
.about_why_box_nbr p{
  letter-spacing: 0;
}
.about_why_box_title{
  margin-top: -20px;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
}
.about_why_box_text{
  margin-top: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.888;
  text-align: justify;
}
.about_why_box_img.img_fit{
  border-radius: 20px;
  border: 1px solid #d2d2d2;
}
.about_why_box_img.img_fit:before{
  padding-top: 115.36%;
}
.about_why_box_img.img_fit img{
  border-radius: 20px;
}
.about_why_box:nth-child(1) .about_why_box_img.img_fit{
  box-shadow: 5px 5px #7ecef4;
}
.about_why_box:nth-child(2) .about_why_box_img.img_fit{
  box-shadow: -5px 5px #acd598;
}
.about_why_box:nth-child(3) .about_why_box_img.img_fit{
  box-shadow: 5px 5px #8c97cb;
}
.about_why_box:nth-child(4) .about_why_box_img.img_fit{
  box-shadow: -5px 5px #facd89;
}
.about_why_box:nth-child(5) .about_why_box_img.img_fit{
  box-shadow: 5px 5px #8c97cb;
}
.about_why_box:nth-child(6) .about_why_box_img.img_fit{
  box-shadow: -5px 5px #f29c9f;
}

/*心強いパートナーといい看板をつくる*/
.about_partner{

}
.about_partner .about_main_sub_title{

}
.about_partner .about_main_text_outer{

}
.about_partner .about_main_text{

}
.about_partner .about_main_text_parts{
  bottom: -5%;
  width: 100%;
}
.about_partner_box_content{
  margin-top: 50px;
}
.about_partner_box{

}
.about_partner_box:nth-child(n+2){
  margin-top: 50px;
}
.about_partner_box_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  background: #f7f3ed;
  padding: 20px 15px;
}
.about_partner_box1,
.about_partner_box2{
  width: 100%;
}
.about_partner_box1{
  order: 2;
}
.about_partner_box2{
  order: 1;
}
.about_partner_box_name{
  margin-top: 30px;
  font-weight: 900;
  font-size: 20px;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 16px;
}
.about_partner_box_addr_outer{
  margin-top: 14px;
}
.about_partner_box_addr + .about_partner_box_addr{
  margin-top: 7px;
}
.about_partner_box_addr{
  display: flex;
  align-items: center;
}
.about_partner_box_addr1,
.about_partner_box_addr2{
  font-weight: 500;
  font-size: 18px;
}
.about_partner_box_addr1{
  width: 57px;
}
.about_partner_box_addr2{
  line-height: 1;
  border-left: 1px solid;
  padding-left: 3%;
  width: calc(100% - 57px);
}
.about_partner_box_btn{
  margin-top: 33px;
}
.about_partner_box_btn a{
  display: block;
  width: 100%;
  background: #fff;
  border: 1px dashed #0068b7;
  border-radius: 25px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all 0.2s;
  padding: 16px 0 16px;
}
.about_partner_box_btn a:after{
  content: "➡";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  color: #0068b7;
  transition: all 0.2s;
}
.about_partner_box_btn a:hover:after{
  margin-right: -5px;
}
.about_partner_box_img.img_fit{

}
.about_partner_box_img.img_fit:before{
  padding-top: 65.78%;
}


@media (max-width:374px){

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

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

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

  }
  .pg_about .section.sec1{
    padding-bottom: 400px;
  }
  .pg_about .section.sec2.beige{

  }
  .pg_about .section.sec2.beige:before{

  }
  .pg_about .section.sec2.beige:after{

  }
  .pg_about .section.sec3{
    padding-top: 200px;
  }

  /*画像*/
  .about_img.img1{
    top: -5.4%;
    left: 13%;
    width: 23.69%;
  }
  .about_img.img2{
    top: -4.8%;
    left: 40%;
    width: 10.36%;
  }
  .about_img.img3{
    top: -4.6%;
    right: 34.7%;
    width: 8.64%;
  }
  .about_img.img4{
    top: -3.7%;
    right: 20.75%;
    width: 5.76%;
  }
  .about_img.img5{
    top: -7.2%;
    right: -2.3%;
    width: 24.32%;
  }
  .about_img.img6{
    top: -0.5%;
    right: 0;
    width: 15.36%;
  }
  .about_img.img7{
    top: 34.5%;
    left: 0;
    width: 14.11%;
  }
  .about_img.img8{
    top: 27%;
    right: 0%;
    width: 19.11%;
  }
  .about_img.img9{
    top: 58%;
    left: 0;
    width: 26.04%;
  }
  .about_img.img10{
    top: 78%;
    right: 0%;
    width: 21.82%;
  }

  /*喜ばれる看板を、喜びながらつくる*/
  .about_main_wrap{

  }
  .about_main_title{
    font-size: 32px;
  }
  .about_main_sub_title{
    margin-top: 6px;
    font-size: 24px;
  }
  .about_main_text{
    margin-top: 21px;
  }
  .about_main_text_parts{
    bottom: -23%;
    font-size: 150px;
  }

  /*どうしてみんな、タカクラに看板を頼むの？*/
  .about_why{

  }
  .about_why .about_main_title{

  }
  .about_why_en{
    font-size: 50px;
  }
  .about_why_box_content{

  }
  .about_why_box{

  }
  .about_why_box:nth-child(n+2){
    margin-top: 100px;
  }
  .about_why_box:nth-child(odd) .about_why_box1,
  .about_why_box:nth-child(even) .about_why_box2{
    order: 1;
  }
  .about_why_box:nth-child(even) .about_why_box1,
  .about_why_box:nth-child(odd) .about_why_box2{
    order: 2;
  }
  .about_why_box1{
    width: 51.35%;
  }
  .about_why_box2{
    width: 42.79%;
  }
  .about_why_box_nbr{
    font-size: 70px;
  }
  .about_why_box_title{
    margin-top: -25px;
    font-size: 24px;
  }
  .about_why_box_text{
    margin-top: 25px;
    font-size: 18px;
  }
  .about_why_box_img.img_fit{

  }
  .about_why_box_img.img_fit:before{

  }
  .about_why_box_img.img_fit img{

  }

  /*心強いパートナーといい看板をつくる*/
  .about_partner{

  }
  .about_partner .about_main_sub_title{

  }
  .about_partner .about_main_text_outer{

  }
  .about_partner .about_main_text{

  }
  .about_partner .about_main_text_parts{
    bottom: -105%;
    width: 100%;
  }
  .about_partner_box_content{
    margin-top: 100px;
  }
  .about_partner_box{

  }
  .about_partner_box:nth-child(n+2){
    margin-top: 60px;
  }
  .about_partner_box_inner{
    padding: 20px 25px;
  }
  .about_partner_box1{
    width: 350px;
    order: 1;
  }
  .about_partner_box2{
    width: 38.7%;
    order: 2;
  }
  .about_partner_box_name{
    margin-top: 0;
    font-size: 20px;
    padding-bottom: 16px;
  }
  .about_partner_box_addr_outer{
    margin-top: 14px;
  }
  .about_partner_box_addr + .about_partner_box_addr{
    margin-top: 7px;
  }
  .about_partner_box_addr{

  }
  .about_partner_box_addr1{

  }
  .about_partner_box_addr2{

  }
  .about_partner_box_btn{
    margin-top: 33px;
  }
  .about_partner_box_img.img_fit{

  }
  .about_partner_box_btn a{
    display: block;
    width: 285px;
  }


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

  }
  .pg_about .section.sec1{
    padding-bottom: 642px;
  }
  .pg_about .section.sec2.beige{
    padding-top: 0px;
  }
  .pg_about .section.sec2.beige:before{
    top: -419px;
  }
  .pg_about .section.sec2.beige:after{
    bottom: -500px;
  }
  .pg_about .section.sec3{
    padding-top: 293px;
  }

  /*画像*/
  .about_img.img1{
    top: -13.3%;
    left: 13%;
    width: 23.69%;
  }
  .about_img.img2{
    top: -12.4%;
    left: 40%;
    width: 10.36%;
  }
  .about_img.img3{
    top: -12.1%;
    right: 34.7%;
    width: 8.64%;
  }
  .about_img.img4{
    top: -10.8%;
    right: 20.75%;
    width: 5.76%;
  }
  .about_img.img5{
    top: -16%;
    right: -2.3%;
    width: 24.32%;
  }
  .about_img.img6{
    top: -3%;
    right: 0;
    width: 15.36%;
  }
  .about_img.img7{
    top: -3%;
    left: 0;
    width: 14.11%;
  }
  .about_img.img8{
    top: 27.5%;
    right: 0%;
    width: 19.11%;
  }
  .about_img.img9{
    top: 58%;
    left: 0;
    width: 26.04%;
  }
  .about_img.img10{
    top: 85%;
    right: 0%;
    width: 21.82%;
  }

  /*喜ばれる看板を、喜びながらつくる*/
  .about_main_wrap{

  }
  .about_main_title{
    font-size: 58px;
  }
  .about_main_sub_title{
    margin-top: 14px;
    font-size: 24px;
  }
  .about_main_text{
    margin-top: 21px;
    text-align: center;
  }
  .about_main_text_parts{
    bottom: -30%;
    font-size: 160px;
  }

  /*どうしてみんな、タカクラに看板を頼むの？*/
  .about_why{

  }
  .about_why .about_main_title{

  }
  .about_why_en{
    font-size: 100px;
    bottom: -25%;
  }
  .about_why_box_content{
    margin-top: 195px;
  }
  .about_why_box{

  }
  .about_why_box:nth-child(n+2){
    margin-top: 73px;
  }
  .about_why_box1{

  }
  .about_why_box2{

  }
  .about_why_box_nbr{
    margin-top: -15px;
    font-size: 100px;
  }
  .about_why_box_title{
    margin-top: -32px;
    font-size: 38px;
  }
  .about_why_box_text{
    margin-top: 25px;
    font-size: 18px;
  }
  .about_why_box_img.img_fit{

  }
  .about_why_box_img.img_fit:before{

  }
  .about_why_box_img.img_fit img{

  }

  /*心強いパートナーといい看板をつくる*/
  .about_partner{

  }
  .about_partner .about_main_sub_title{

  }
  .about_partner .about_main_text_outer{

  }
  .about_partner .about_main_text{

  }
  .about_partner .about_main_text_parts{
    bottom: -113%;
    width: 100%;
  }
  .about_partner_box_content{
    margin-top: 169px;
  }
  .about_partner_box{

  }
  .about_partner_box:nth-child(n+2){
    margin-top: 60px;
  }
  .about_partner_box_inner{
    padding: 43px 64px 51px;
  }
  .about_partner_box1{

  }
  .about_partner_box2{

  }
  .about_partner_box_name{
    font-size: 20px;
    padding-bottom: 16px;
  }
  .about_partner_box_addr_outer{
    margin-top: 14px;
  }
  .about_partner_box_addr + .about_partner_box_addr{
    margin-top: 7px;
  }
  .about_partner_box_addr{

  }
  .about_partner_box_addr1{

  }
  .about_partner_box_addr2{

  }
  .about_partner_box_btn{
    margin-top: 33px;
  }
  .about_partner_box_img.img_fit{
    margin-top: 5px;
  }

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


}
@media (min-width:1440px){
  .pg_about .section.sec2.beige:after{
    bottom: -350px;
  }

  /*画像*/
  .about_img.img1{
    top: -13.5%;
    left: 7%;
    width: 23.69%;
  }
  .about_img.img2{
    top: -12.2%;
    left: 37%;
    width: 10.36%;
  }
  .about_img.img3{
    top: -11.7%;
    right: 34.7%;
    width: 8.64%;
  }
  .about_img.img4{
    top: -10.1%;
    right: 20.75%;
    width: 5.76%;
  }
  .about_img.img5{
    top: -16%;
    right: -6.3%;
    width: 24.32%;
  }
  .about_img.img6{
    top: 4.7%;
    right: 0;
    width: 15.36%;
  }
  .about_img.img7{
    top: 35%;
    left: 0;
    width: 14.11%;
  }
  .about_img.img8{
    top: 27.7%;
    right: 5.5%;
    width: 19.11%;
  }
  .about_img.img9{
    top: 55%;
    left: -0.4%;
    width: 26.04%;
  }
  .about_img.img10{
    top: 75%;
    right: 3.4%;
    width: 21.82%;
  }

  /*どうしてみんな、タカクラに看板を頼むの？*/
  .about_why_en{
    width: 117%;
    font-size: 160px;
    bottom: -60%;
  }
  .about_why_box_title{
    margin-top: -32px;
    font-size: 46px;
  }

}
@media (min-width:1800px){
  .pg_about .section.sec2.beige:after{
    bottom: -210px;
  }

  /*画像*/
  .about_img.img1{
    top: -13.5%;
    left: -2%;
    width: 23.69%;
  }
  .about_img.img2{
    top: -12.3%;
    left: 29%;
    width: 10.36%;
  }
  .about_img.img3{
    top: -11.25%;
    right: 34.7%;
    width: 8.64%;
  }
  .about_img.img4{
    top: -9.5%;
    right: 20.75%;
    width: 5.76%;
  }
  .about_img.img5{
    top: -15%;
    right: -6.3%;
    width: 24.32%;
  }
  .about_img.img6{
    top: 2.7%;
    right: 0;
    width: 15.36%;
  }
  .about_img.img7{
    top: 34.6%;
    left: 0;
    width: 14.11%;
  }
  .about_img.img8{
    top: 26.7%;
    right: 12.5%;
    width: 19.11%;
  }
  .about_img.img9{
    top: 55%;
    left: -0.4%;
    width: 26.04%;
  }
  .about_img.img10{
    top: 77%;
    right: 7.4%;
    width: 21.82%;
  }
}

/*******************************
*　事業内容
********************************/
.pg_service{

}
.pg_service .section,
.pg_service .section .container{
  position: relative;
  z-index: 1;
}
.pg_service .section.sec1{
  padding-bottom: 150px;
}
.pg_service .section.sec2{

}
.pg_service .section.sec3{
  margin-top: 100px;
}

/*画像*/
.service_img{
  position: absolute;
  z-index: 1;
}
.service_img.img1{
  top: -4.7%;
  left: 15%;
  width: 17.29%;
}
.service_img.img2{
  top: -3.7%;
  left: 35%;
  width: 7.29%;
}
.service_img.img3{
  top: -3.5%;
  right: 43%;
  width: 10.45%;
}
.service_img.img4{
  top: -3.4%;
  right: 17%;
  width: 24.68%;
}
.service_img.img5{
  top: -3%;
  right: 9%;
  width: 7.56%;
}
.service_img.img6{
  top: 2.5%;
  right: 0;
  width: 15.36%;
}
.service_img.img7{
  top: 50%;
  left: 0;
  width: 14.11%;
}
.service_img.img8{
  top: 65%;
  left: 0;
  width: 26.04%;
}
.service_img.img9{
  top: 63.5%;
  right: 0.7%;
  width: 21.82%;
}

/*看板づくりに迷ったら、まずはタカクラにおまかせあれ*/
.service_main{

}
.service_main_title{
  font-weight: 900;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}
.service_main_title strong{
  font-weight: 900;
  color: #0068b7;
}
.service_main_sub_title{
  margin-top: 20px;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}
.service_main_text_outer{
  position: relative;
  z-index: 1;
}
.service_main_text{
  margin-top: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.888;
  text-align: justify;
  position: relative;
  z-index: 1;
}
.service_main_text_parts{
  position: absolute;
  z-index: 1;
  bottom: -2%;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  color: #faf9e1;
}

/*まずはチェックタカクラができる看板のすべて*/
.service_service{
  position: relative;
  z-index: 1;
}
.service_service .service_main_title{
  position: relative;
  z-index: 1;
}
.service_service_en{
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: -50%;
}
.service_service_content{
  margin-top: 50px;
}
.service_service_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service_service_box:nth-child(n+2){
  margin-top: 70px;
}
.service_service_box1,
.service_service_box2,
.service_service_box_btn{
  width: 100%;
}
.service_service_box1{
  order: 2;
}
.service_service_box2{
  order: 1;
}
.service_service_box_btn{
  order: 3;
  margin-top: 27px;
}
.service_service_box_btn a{
  display: block;
  width: 100%;
  background: #fff;
  border: 1px dashed #0068b7;
  border-radius: 25px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  transition: all 0.2s;
  padding: 16px 0 16px;
}
.service_service_box_btn a p{
  position: relative;
  z-index: 1;
}
.service_service_box_btn a p:after{
  content: "➡";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  color: #0068b7;
  transition: all 0.2s;
}
.service_service_box_btn a:hover p:after{
  margin-right: -5px;
}
.service_service_box_sub_title{
  margin-top: 30px;
  display: inline-block;
  width: 250px;
  padding: 7px 0 9px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background: #0068b7;
  border-radius: 10px;
}
.service_service_box_title{
  margin-top: 15px;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
}
.service_service_box_text{
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.888;
}
.service_service_box_img.img_fit{
  border: 1px solid #d2d2d2;
  border-radius: 20px;
}
.service_service_box_img.img_fit:before{
  padding-top: 116.59%;
}
.service_service_box_img.img_fit img{
  border-radius: 20px;
}
.service_service_box:nth-child(n+1) .service_service_box_img.img_fit{
  box-shadow: 5px 5px #7ecef4;
}
.service_service_box:nth-child(n+2) .service_service_box_img.img_fit{
  box-shadow: -5px 5px #acd598;
}
.service_service_box:nth-child(n+3) .service_service_box_img.img_fit{
  box-shadow: 5px 5px #8c97cb;
}
.service_service_box_img_txt{
  position: absolute;
  z-index: 1;
  top: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1;
  text-align: justify;
  writing-mode: vertical-rl;
  color: #fcfcfc;
  opacity: 0.702;
}
.service_service_box:nth-child(odd) .service_service_box_img_txt{
  right: 0;
}
.service_service_box:nth-child(even) .service_service_box_img_txt{
  left: 0;
}

/*看板の点検って3年に1回って知ってましたか？*/
.service_check{

}
.service_check .service_main_title{

}
.service_check .service_main_sub_title{

}
.service_check .service_main_text_outer{

}
.service_check .service_main_text{

}
.service_check .service_main_text_parts{

}
.service_check_content{
  margin-top: 50px;
}
.service_check_content .service_service_box:first-child .service_service_box_img.img_fit{
  box-shadow: 5px 5px #f29c9f;
}
.service_check_content .service_service_box_img_txt{
  color: #faf9e1;
}


@media (max-width:374px){

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

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

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

  }
  .pg_service .section.sec1{
    padding-bottom: 300px;
  }
  .pg_service .section.sec2{

  }
  .pg_service .section.sec3{
    padding-top: 150px;
  }

  /*画像*/
  .service_img.img1{
    top: -12.5%;
    left: 15%;
    width: 17.29%;
  }
  .service_img.img2{
    top: -9.3%;
    left: 35%;
    width: 7.29%;
  }
  .service_img.img3{
    top: -8.7%;
    right: 45%;
    width: 10.45%;
  }
  .service_img.img4{
    top: -8.3%;
    right: 15%;
    width: 24.68%;
  }
  .service_img.img5{
    top: -7%;
    right: 7%;
    width: 7.56%;
  }
  .service_img.img6{
    top: 2%;
    right: 0;
    width: 15.36%;
  }
  .service_img.img7{
    top: 59%;
    left: 0;
    width: 14.11%;
  }
  .service_img.img8{
    top: 53%;
    left: 0;
    width: 26.04%;
  }
  .service_img.img9{
    top: 73.5%;
    right: -0%;
    width: 21.82%;
  }

  /*看板づくりに迷ったら、まずはタカクラにおまかせあれ*/
  .service_main{

  }
  .service_main_title{
    font-size: 40px;
  }
  .service_main_sub_title{
    margin-top: 34px;
    font-size: 24px;
  }
  .service_main_text_outer{

  }
  .service_main_text{
    margin-top: 24px;
  }
  .service_main_text_parts{
    font-size: 100px;
    bottom: -7%;
  }

  /*まずはチェックタカクラができる看板のすべて*/
  .service_service{

  }
  .service_service .service_main_title{

  }
  .service_service_en{
    font-size: 100px;
    bottom: -50%;
  }
  .service_service_content{
    margin-top: 100px;
  }
  .service_service_box{

  }
  .service_service_box:nth-child(n+2){
    margin-top: 100px;
  }
  .service_service_box:nth-child(odd) .service_service_box1,
  .service_service_box:nth-child(even) .service_service_box2{
    order: 1;
  }
  .service_service_box:nth-child(even) .service_service_box1,
  .service_service_box:nth-child(odd) .service_service_box2{
    order: 2;
  }
  .service_service_box1{
    width: 51.35%;
  }
  .service_service_box2{
    width: 42.7%;
  }
  .service_service_box_btn{
    order: 3;
    margin-top: 27px;
  }
  .service_service_box_btn a p{
    display: inline;
  }
  .service_service_box_btn a p:after{
    right: -10%;
  }
  .service_service_box_sub_title{
    margin-top: 0;
  }
  .service_service_box_title{
    margin-top: 20px;
    font-size: 27px;
  }
  .service_service_box_text{
    margin-top: 15px;
  }
  .service_service_box:first-child .service_service_box_text{
    margin-right: -11px;
  }
  .service_service_box_img.img_fit{

  }
  .service_service_box_img_txt{
    top: 0;
    font-size: 70px;
  }
  .service_service_box:nth-child(odd) .service_service_box_img_txt{
    right: -9%;
  }
  .service_service_box:nth-child(even) .service_service_box_img_txt{
    left: -9%;
  }

  /*看板の点検って3年に1回って知ってましたか？*/
  .service_check{

  }
  .service_check .service_main_title{

  }
  .service_check .service_main_sub_title{

  }
  .service_check .service_main_text_outer{

  }
  .service_check .service_main_text{

  }
  .service_check .service_main_text_parts{

  }
  .service_check_content{
    margin-top: 100px;
  }
  .service_check_content .service_service_box:first-child .service_service_box_text{
    margin-right: 0px;
  }

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

  }
  .pg_service .section.sec1{
    padding-bottom: 642px;
  }
  .pg_service .section.sec2.beige{

  }
  .pg_service .section.sec2.beige:before{
    top: -370px;
  }
  .pg_service .section.sec2.beige:after{
    bottom: -500px;
  }
  .pg_service .section.sec3{
    padding-top: 191px;
  }

  /*画像*/
  .service_img.img1{
    top: -24%;
    left: 10%;
    width: 17.29%;
  }
  .service_img.img2{
    top: -20.5%;
    left: 30%;
    width: 7.29%;
  }
  .service_img.img3{
    top: -19.5%;
    right: 45%;
    width: 10.45%;
  }
  .service_img.img4{
    top: -18.7%;
    right: 13%;
    width: 24.68%;
  }
  .service_img.img5{
    top: -18%;
    right: 3%;
    width: 7.56%;
  }
  .service_img.img6{
    top: 5%;
    right: 0;
    width: 15.36%;
  }
  .service_img.img7{
    top: 65%;
    left: 0;
    width: 14.11%;
  }
  .service_img.img8{
    top: 56%;
    left: 0;
    width: 26.04%;
  }
  .service_img.img9{
    top: 86.5%;
    right: 0%;
    width: 21.82%;
  }

  /*看板づくりに迷ったら、まずはタカクラにおまかせあれ*/
  .service_main{

  }
  .service_main_title{
    font-size: 58px;
  }
  .service_main_sub_title{
    margin-top: 34px;
    font-size: 24px;
  }
  .service_main_text_outer{

  }
  .service_main_text{
    margin-top: 24px;
  }
  .service_main_text_parts{
    font-size: 160px;
    bottom: -33%;
  }

  /*まずはチェックタカクラができる看板のすべて*/
  .service_service{

  }
  .service_service .service_main_title{

  }
  .service_service_en{
    font-size: 160px;
    bottom: -58%;
  }
  .service_service_content{
    margin-top: 197px;
  }
  .service_service_box{

  }
  .service_service_box:nth-child(n+2){
    margin-top: 100px;
  }
  .service_service_box1{

  }
  .service_service_box2{

  }
  .service_service_box_btn{
    margin-top: 51px;
  }
  .service_service_box_btn a{
    padding: 16px 0 20px;
  }
  .service_service_box_sub_title{

  }
  .service_service_box_title{
    margin-top: 33px;
    font-size: 38px;
  }
  .service_service_box_text{
    margin-top: 25px;
  }
  .service_service_box_img.img_fit{

  }
  .service_service_box_img_txt{
    top: 0;
    font-size: 100px;
  }
  .service_service_box:nth-child(odd) .service_service_box_img_txt{
    top: -2%;
    right: -6%;
  }
  .service_service_box:nth-child(even) .service_service_box_img_txt{
    top: -2%;
    left: -6%;
  }

  /*看板の点検って3年に1回って知ってましたか？*/
  .service_check{

  }
  .service_check .service_main_title{

  }
  .service_check .service_main_sub_title{

  }
  .service_check .service_main_text_outer{

  }
  .service_check .service_main_text{

  }
  .service_check .service_main_text_parts{

  }
  .service_check_content{
    margin-top: 170px;
  }
  .service_check_content .service_service_box:nth-child(odd) .service_service_box_img_txt{
    top: -1%;
  }


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

  /*看板づくりに迷ったら、まずはタカクラにおまかせあれ*/
  .service_main_text{
    margin-top: 24px;
    text-align: center;
  }

  /*まずはチェックタカクラができる看板のすべて*/
  .service_service_box_title{
    margin-top: 33px;
    font-size: 46px;
  }


}
@media (min-width:1440px){
  .pg_service .section.sec2.beige:after{
    bottom: -350px;
  }

  /*画像*/
  .service_img.img1{
    top: -24%;
    left: 6%;
    width: 17.29%;
  }
  .service_img.img2{
    top: -19.7%;
    left: 32.75%;
    width: 7.29%;
  }
  .service_img.img3{
    top: -18.6%;
    right: 44%;
    width: 10.45%;
  }
  .service_img.img4{
    top: -18%;
    right: 17%;
    width: 24.68%;
  }
  .service_img.img5{
    top: -16.7%;
    right: 8.5%;
    width: 7.56%;
  }
  .service_img.img6{
    top: 0%;
    right: 0;
    width: 15.36%;
  }
  .service_img.img7{
    top: 59%;
    left: -0.5%;
    width: 14.11%;
  }
  .service_img.img8{
    top: 56%;
    left: 0;
    width: 26.04%;
  }
  .service_img.img9{
    top: 86.5%;
    right: 3.7%;
    width: 21.82%;
  }

  /*まずはチェックタカクラができる看板のすべて*/
  .service_service_box_img_txt{
    top: 0;
    font-size: 150px;
  }
  .service_service_box:nth-child(odd) .service_service_box_img_txt{
    top: -2%;
    right: -17%;
  }
  .service_service_box:nth-child(even) .service_service_box_img_txt{
    top: -2%;
    left: -15%;
  }

}
@media (min-width:1500px){
  .pg_service .section.sec2.beige:after{
    bottom: -300px;
  }

}
@media (min-width:1800px){
  .pg_service .section.sec2.beige:after{
    bottom: -203px;
  }

  /*画像*/
  .service_img.img1{
    top: -24%;
    left: 1.1%;
    width: 17.29%;
  }
  .service_img.img2{
    top: -19%;
    left: 32.75%;
    width: 7.29%;
  }
  .service_img.img3{
    top: -16.5%;
    right: 31.2%;
    width: 10.45%;
  }
  .service_img.img4{
    top: -16.3%;
    right: 2%;
    width: 24.68%;
  }
  .service_img.img5{
    top: -15%;
    right: -5.5%;
    width: 7.56%;
  }
  .service_img.img6{
    top: 6%;
    right: 0;
    width: 15.36%;
  }
  .service_img.img7{
    top: 55%;
    left: -0.5%;
    width: 14.11%;
  }
  .service_img.img8{
    top: 52.5%;
    left: 0;
    width: 26.04%;
  }
  .service_img.img9{
    top: 85.5%;
    right: 9.7%;
    width: 21.82%;
  }

}


/*******************************
*　取り扱い看板
********************************/
.pg_signboard{

}
.pg_signboard .section.sec1{

}

/*ひとことで看板と言ってもその役割や印象はさまざま*/
.signboard_main{

}
.signboard_main_title{
  font-weight: 900;
  font-size: 27px;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}
.signboard_main_title strong{
  font-weight: 900;
  color: #0068b7;
}
.signboard_main_sub_title{
  margin-top: 20px;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}
.signboard_main_text{
  margin-top: 15px;
}
.signboard_main_text,
.signboard_main_text_ja{
  position: relative;
  z-index: 1;
}
.signboard_main_text_en{
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  color: #faf9e1;
  position: absolute;
  z-index: 1;
  bottom: -5%;
  width: 100%;
}
.signboard_main_text_ja{
  font-weight: 500;
  font-size: 18px;
  line-height: 1.888;
  text-align: justify;
}

/*ボタン*/
.signboard_btn_content{
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.signboard_btn_box1,
.signboard_btn_box3{
}
.signboard_btn_box1{
  margin-top: -7px;
  width: 100px;
}
.signboard_btn_box1 .signboard_btn:nth-child(n+2){
  margin-top: 2px;
}
.signboard_btn_box1 .signboard_btn:nth-child(n+3){
  margin-top: 2px;
}
.signboard_btn_box1 .signboard_btn:nth-child(n+4){
  margin-top: 2px;
}
.signboard_btn_box1 .signboard_btn:nth-child(n+5){
  margin-top: 2px;
}
.signboard_btn_box1 .signboard_btn:nth-child(n+6){
  margin-top: 2px;
}
.signboard_btn_box2{
  width: calc(100% - 115px - 115px)
}
.signboard_btn_box3{
  margin-top: -7px;
  width: 115px;
}
.signboard_btn_box3 .signboard_btn:nth-child(n+2){
  margin-top: 2px;
}
.signboard_btn_box3 .signboard_btn:nth-child(n+3){
  margin-top: 2px;
}
.signboard_btn_box3 .signboard_btn:nth-child(n+4){
  margin-top: 2px;
}
.signboard_btn_box3 .signboard_btn:nth-child(n+5){
  margin-top: 2px;
}
.signboard_btn_img_outer{
  margin: 0 -20px;
}
.signboard_btn_img{

}
.signboard_btn{

}
.signboard_btn a{
  display: block;
  width: 100%;
  font-weight: 900;
  font-size: 9px;
  color: #fff;
  text-align: center;
  background: #0068b7;
  border: 1px solid #0068b7;
  border-radius: 22.5px;
  transition: all 0.2s;
  position: relative;
  z-index: 1;
}
.signboard_btn a:hover{
  color: #0068b7;
  background: #fff;
}
.signboard_btn a:after{
  content: "➡";
  font-weight: 700;
  font-size: 9px;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
.signboard_btn a:hover:after{
  color: #0068b7;
  margin-right: -2px;
}

/*内容*/
.signboard_box_content{
  margin-top: 50px;
}
.signboard_box{

}
.signboard_box:nth-child(n+2){
  margin-top: 50px;
}
.signboard_box .signboard_box_inner{
  box-shadow: 5px 5px #7ecef4;
}
.signboard_box:nth-child(2) .signboard_box_inner{
  box-shadow: 5px 5px #acd598;
}
.signboard_box:nth-child(3) .signboard_box_inner{
  box-shadow: 5px 5px #8c97cb;
}
.signboard_box:nth-child(4) .signboard_box_inner{
  box-shadow: 5px 5px #facd89;
}
.signboard_box:nth-child(5) .signboard_box_inner{
  box-shadow: 5px 5px #f29c9f;
}
.signboard_box:nth-child(6) .signboard_box_inner{
  box-shadow: 5px 5px #88abda;
}
.signboard_box:nth-child(7) .signboard_box_inner{
  box-shadow: 5px 5px #b8e0d2;
}
.signboard_box:nth-child(8) .signboard_box_inner{
  box-shadow: 5px 5px #cfc1b5;
}
.signboard_box:nth-child(9) .signboard_box_inner{
  box-shadow: 5px 5px #e7a977;
}
.signboard_box:nth-child(10) .signboard_box_inner{
  box-shadow: 5px 5px #88abda;
}
.signboard_box:nth-child(11) .signboard_box_inner{
  box-shadow: 5px 5px #acd598;
}
.signboard_box_inner{
  padding: 20px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f7f3ed;
  border: 1px solid #d2d2d2;
  border-radius: 20px;
}
.signboard_box1,
.signboard_box2{
  width: 100%;
}
.signboard_box1{
  order: 2;
}
.signboard_box2{
  order: 1;
}
.signboard_box_title{
  margin-top: 15px;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.5;
}
.signboard_box_text{
  margin-top: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.888;
  text-align: justify;
}
.signboard_box_img.img_fit{

}
.signboard_box_img.img_fit:before{
  padding-top: 68.29%;
}
.signboard_box_img.img_fit img{
  border-radius: 20px;
}


@media (max-width:374px){

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

}
@media (min-width:390px){
  .signboard_btn_box1 .signboard_btn:nth-child(n+2){
    margin-top: 3px;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+3){
    margin-top: 5px;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+4){
    margin-top: 2px;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+5){
    margin-top: 3px;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+6){
    margin-top: 3px;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+2){
    margin-top: 2px;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+3){
    margin-top: 5px;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+4){
    margin-top: 2px;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+5){
    margin-top: 5px;
  }

}
@media (min-width:412px){
  .signboard_btn_box1 .signboard_btn:nth-child(n+2){
    margin-top: 5px;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+3){
    margin-top: 8px;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+4){
    margin-top: 5px;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+5){
    margin-top: 8px;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+6){
    margin-top: 8px;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+2){
    margin-top: 5px;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+3){
    margin-top: 7px;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+4){
    margin-top: 7px;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+5){
    margin-top: 9px;
  }

}
@media (min-width:425px){
  .signboard_btn_box1 .signboard_btn:nth-child(n+2){
    margin-top: 9px;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+3){
    margin-top: 12px;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+4){
    margin-top: 9px;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+5){
    margin-top: 9px;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+6){
    margin-top: 9px;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+2){
    margin-top: 9px;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+3){
    margin-top: 10px;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+4){
    margin-top: 9px;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+5){
    margin-top: 13px;
  }
  .signboard_btn_img_outer{
    margin: 0 -30px;
  }

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

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

  }
  .pg_signboard .section.sec1{

  }
  .pg_signboard .section.sec2{

  }

  /*ひとことで看板と言ってもその役割や印象はさまざま*/
  .signboard_main{

  }
  .signboard_main_title{
    font-size: 40px;
  }
  .signboard_main_sub_title{
    margin-top: 30px;
    font-size: 21px;
  }
  .signboard_main_text{
    margin-top: 20px;
  }
  .signboard_main_text_en{
    bottom: -11%;
    font-size: 100px;
  }
  .signboard_main_text_ja{

  }

  /*ボタン*/
  .signboard_btn_content{

  }
  .signboard_btn_box1,
  .signboard_btn_box3{
    width: 200px;
  }
  .signboard_btn_box1{
    margin-top: -17px;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+2){
    margin-top: 5px;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+3){
    margin-top: 12px;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+4){
    margin-top: 5px;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+5){
    margin-top: 5px;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+6){
    margin-top: 5px;
  }
  .signboard_btn_box2{
    width: calc(100% - 200px - 200px)
  }
  .signboard_btn_box3{
    margin-top: -17px;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+2){
    margin-top: 7px;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+3){
    margin-top: 7px;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+4){
    margin-top: 7px;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+5){
    margin-top: 10px;
  }
  .signboard_btn_img_outer{
    margin: 0 -35px;
  }
  .signboard_btn_img{

  }
  .signboard_btn{

  }
  .signboard_btn a{
    font-size: 14px;
    padding: 5px 0;
  }
  .signboard_btn a:after{
    font-size: 14px;
    right: 3%;
  }
  .signboard_btn a:hover:after{
    margin-right: -5px;
  }

  /*内容*/
  .signboard_box_content{
    margin-top: 70px;
  }
  .signboard_box{

  }
  .signboard_box:nth-child(n+2){
    margin-top: 50px;
  }
  .signboard_box_inner{
    padding: 30px 25px;
  }
  .signboard_box1{
    order: 1;
    width: 51.9%;
  }
  .signboard_box2{
    order: 2;
    width: 41.93%;
    margin-top: 15px;
  }
  .signboard_box_title{
    margin-top: 0;
    font-size: 32px;
  }
  .signboard_box_text{
    margin-top: 15px;
    font-size: 18px;
  }
  .signboard_box_img.img_fit{

  }

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

  }
  .pg_signboard .section.sec1{

  }
  .pg_signboard .section.sec2{

  }

  /*ひとことで看板と言ってもその役割や印象はさまざま*/
  .signboard_main{

  }
  .signboard_main_title{
    font-size: 58px;
  }
  .signboard_main_sub_title{
    margin-top: 35px;
    font-size: 24px;
  }
  .signboard_main_text{
    margin-top: 24px;
  }
  .signboard_main_text_en{
    bottom: -40%;
    font-size: 125px;
  }
  .signboard_main_text_ja{
    text-align: center;
  }

  /*ボタン*/
  .signboard_btn_content{
    margin-top: 213px;
  }
  .signboard_btn_box1,
  .signboard_btn_box3{
    width: 250px;
  }
  .signboard_btn_box1{
    margin-top: -20px;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+2){
    margin-top: 10px;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+3){
    margin-top: 19px;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+4){
    margin-top: 9px;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+5){
    margin-top: 13px;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+6){
    margin-top: 13px;
  }
  .signboard_btn_box2{
    width: calc(100% - 250px - 250px)
  }
  .signboard_btn_box3{
    margin-top: -23px;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+2){
    margin-top: 15px;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+3){
    margin-top: 13px;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+4){
    margin-top: 11px;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+5){
    margin-top: 20px;
  }
  .signboard_btn_img_outer{
    margin: 0 -50px;
  }
  .signboard_btn_img{

  }
  .signboard_btn{

  }
  .signboard_btn a{
    padding: 11px 0;
  }
  .signboard_btn a:after{
    font-size: 14px;
    right: 8%;
  }

  /*内容*/
  .signboard_box_content{
    margin-top: 121px;
  }
  .signboard_box{

  }
  .signboard_box:nth-child(n+2){
    margin-top: 85px;
  }
  .signboard_box_inner{
    padding: 34px 60px 50px 64px;
    margin-right: 5px;
  }
  .signboard_box1{

  }
  .signboard_box2{

  }
  .signboard_box_title{
    font-size: 40px;
  }
  .signboard_box_text{
    margin-top: 22px;
    font-size: 18px;
  }
  .signboard_box_img.img_fit{

  }

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

  /*ひとことで看板と言ってもその役割や印象はさまざま*/
  .signboard_main_text_en{
    bottom: -57%;
    font-size: 160px;
  }

  /*ボタン*/
  .signboard_btn_box1{
    margin-top: -2%;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+2){
    margin-top: 13.5%;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+3){
    margin-top: 17%;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+4){
    margin-top: 13.5%;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+5){
    margin-top: 15%;
  }
  .signboard_btn_box1 .signboard_btn:nth-child(n+6){
    margin-top: 15%;
  }
  .signboard_btn_box3{
    margin-top: -2%;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+2){
    margin-top: 14.5%;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+3){
    margin-top: 14%;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+4){
    margin-top: 14.5%;
  }
  .signboard_btn_box3 .signboard_btn:nth-child(n+5){
    margin-top: 19%;
  }
  .signboard_btn_img_outer{
    margin: 0 -11% 0 -9%;
  }

  /*内容*/
  .signboard_box_title{
    font-size: 46px;
  }

}


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

}
.pg_recruit .section.sec1{
  padding-bottom: 150px;
}
.pg_recruit .section.sec2{

}
.pg_recruit .section.sec3{
  padding-top: 150px;
}

/*画像*/
.recruit_img{
  position: absolute;
  z-index: 1;
}
.recruit_img.img1{
  width: 13.5%;
  top: -3.5%;
  left: 10%;
}
.recruit_img.img2{
  width: 2.43%;
  top: -2.45%;
  left: 31%;
}
.recruit_img.img3{
  width: 6.48%;
  top: -2.65%;
  left: 35%;
}
.recruit_img.img4{
  width: 5.22%;
  top: -2.5%;
  left: 48%;
}
.recruit_img.img5{
  width: 3.96%;
  top: -2.4%;
  right: 40%;
}
.recruit_img.img6{
  width: 3.51%;
  top: -2.35%;
  right: 30%;
}
.recruit_img.img7{
  width: 19.72%;
  top: -3.5%;
  right: 5%;
}
.recruit_img.img8{
  width: 15.36%;
  top: 7%;
  right: 0;
}
.recruit_img.img9{
  width: 14.11%;
  top: 41%;
  left: 0;
}
.recruit_img.img10{
  width: 5.49%;
  top: 4.5%;
  left: 13%;
}
.recruit_img.img11{
  width: 17.65%;
  top: 3%;
  right: 10%;
}
.recruit_img.img12{
  width: 46.39%;
  top: 13%;
  right: 0%;
}
.recruit_img.img13{
  width: 37.74%;
  top: 27%;
  left: 0;
}
.recruit_img.img14{
  width: 27.56%;
  top: 40%;
  right: 0;
}

/*採用情報*/
.recruit_main{
  position: relative;
  z-index: 1;
}
.recruit_main,
.recruit_main > *{
  position: relative;
  z-index: 1;
}
.recruit_main_title{
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}
.recruit_main_title strong{
  font-weight: 900;
  color: #0068b7;
}
.recruit_main_sub_title{
  margin-top: 15px;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.recruit_main_text{
  margin-top: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.888;
  text-align: justify;
}
.recruit_main_en{
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 80px;
  text-align: center;
  color: #faf9e1;
  position: absolute;
  z-index: 0;
  bottom: -5.5%;
  width: 100%;
}

/*ボタン*/
.recruit_btn_content{
  display: flex;
  flex-wrap: wrap;
}
.recruit_btn{
  width: 100%;
}
.recruit_btn:nth-child(n+2){
  margin-top: 10px;
}
.recruit_btn a{

}
.recruit_btn a{
  padding: 16px 0;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  border: 1px dashed #0068b7;
  border-radius: 31px;
  transition: all 0.2s;
  position: relative;
  z-index: 1;
}
.recruit_btn a:after{
  content: "➡";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  color: #0068b7;
  transition: all 0.2s;
}
.recruit_btn a:hover:after{
  margin-right: -5px;
}

/*タカクラで見つかる、あなたらしい働き方*/
.point.recruit_main{
  margin-top: 70px;
}
.point.recruit_main .recruit_main_en{
  color: #fff;
  bottom: -35%;
}
.point.recruit_main .recruit_main_title{

}
.point.recruit_main .recruit_main_sub_title{
  color: #0068b7;
}
.recruit_point_box_content{
  margin-top: 70px;
}
.recruit_point_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit_point_box:nth-child(n+2){
  margin-top: 70px;
}
.recruit_point_box1,
.recruit_point_box2{
  width: 100%;
}
.recruit_point_box1{
  order: 2;
}
.recruit_point_box2{
  order: 1;
}
.recruit_point_box_title{
  margin-top: 30px;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 15px;
}
.recruit_point_box_text{
  margin-top: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.888;
  text-align: justify;
}
.recruit_point_box_img.img_fit{
  border: 1px solid #d2d2d2;
  border-radius: 20px;
}
.recruit_point_box_img.img_fit:before{
  padding-top: 115.36%;
}
.recruit_point_box_img.img_fit img{
  border-radius: 20px;
}
.recruit_point_box:nth-child(1) .recruit_point_box_img.img_fit{
  box-shadow: 5px 5px #7ecef4;
}
.recruit_point_box:nth-child(2) .recruit_point_box_img.img_fit{
  box-shadow: -5px 5px #acd598;
}
.recruit_point_box:nth-child(3) .recruit_point_box_img.img_fit{
  box-shadow: 5px 5px #8c97cb;
}
.recruit_point_box:nth-child(4) .recruit_point_box_img.img_fit{
  box-shadow: -5px 5px #facd89;
}
.recruit_point_box_img_nbr{
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 100px;
  line-height: 1;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: -7%;
}
.recruit_point_box_img_nbr p{
  letter-spacing: 0;
}
.recruit_point_box:nth-child(odd) .recruit_point_box_img_nbr{
  right: -3%;
}
.recruit_point_box:nth-child(even) .recruit_point_box_img_nbr{
  left: -3%;
}

/*タカクラは、こんな人と一緒に看板を作りたい*/
.recruit_preson_wrap{
  position: relative;
  z-index: 1;
}
.preson.recruit_main{

}
.preson.recruit_main .recruit_main_title{

}
.preson.recruit_main .recruit_main_en{
  bottom: -87%;
}
.recruit_preson_content{
  margin-top: 85px;
}
.recruit_preson{
  width: 100%;
  padding: 15px;
}
.recruit_preson_inner.color1{
  box-shadow: 5px 5px #88abda;
}
.recruit_preson_inner.color2{
  box-shadow: 5px 5px #f29c9f;
}
.recruit_preson_inner.color3{
  box-shadow: 5px 5px #facd89;
}
.recruit_preson_inner.color4{
  box-shadow: 5px 5px #7ecef4;
}
.recruit_preson_inner.color5{
  box-shadow: 5px 5px #acd598;
}
.recruit_preson_inner.color6{
  box-shadow: 5px 5px #8c97cb;
}
.recruit_preson_inner{
  padding: 20px 25px;
  background: #f7f3ed;
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  height: 100%;
}
.recruit_preson_title{
  font-weight: 900;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 15px;
}
.recruit_preson_text{
  margin-top: 15px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.647;
  text-align: justify;
}
.swiper-button-next:after, .swiper-button-prev:after{
  color: #ffca00;
}

/*あなたの毎日を支えるタカクラの福利厚生*/
.recruit_benefits_wrap{
  position: relative;
  z-index: 1;
}
.benefits.recruit_main{
  margin-top: 50px;
}
.benefits.recruit_main .recruit_main_title{

}
.benefits.recruit_main .recruit_main_en{
  bottom: -87%;
}
.recruit_benefits_content{
  margin-top: 30px;
}
.recruit_benefits{
  width: 100%;
  padding: 20px;
}
.recruit_benefits:nth-child(1) .recruit_benefits_inner{
  border-radius: 50px 0 0 0;
}
.recruit_benefits:nth-child(2) .recruit_benefits_inner{
  border-radius: 0 50px 0 0;
}
.recruit_benefits:nth-child(3) .recruit_benefits_inner{
  border-radius: 0 0 0 50px;
}
.recruit_benefits:nth-child(4) .recruit_benefits_inner{
  border-radius: 0 0 50px 0;
}
.recruit_benefits_inner{
  color: #fff;
  background: #0068b7;
  height: 100%;
  padding: 30px 25px;
}
.recruit_benefits_title{
  display: inline-block;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  text-align: justify;
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
}
.recruit_benefits_title:after{
  content: "";
  display: block;
  width: 248px;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.recruit_benefits_text{
  margin-top: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.666;
  text-align: justify;
}

/*あなたの看板人生がタカクラからはじまる*/
.recruit_entry_wrap{

}
.entry.recruit_main{
  margin-top: 50px;
}
.entry.recruit_main .recruit_main_title{

}
.entry.recruit_main .recruit_main_en{
  bottom: -87%;
}
.recruit_entry{

}
.recruit_entry_tbl{
  margin-top: 50px;
}
.recruit_entry_tbl .table_rows_tr{

}
.recruit_entry_tbl .table_rows_th,
.recruit_entry_tbl .table_rows_td{
  font-weight: 400;
  font-size: 17px;
  line-height: 1.882;
  border-color: #dbdbdb;
}
.recruit_entry_tbl .table_rows_th{
  background: #eef4fa;
}
.recruit_entry_tbl .table_rows_td{
  background: #fff;
}
.recruit_entry .read_more{
  justify-content: center;
}

@media (max-width:374px){

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

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

  /*あなたの看板人生がタカクラからはじまる*/
  .recruit_entry_tbl .table_rows_th,
  .recruit_entry_tbl .table_rows_td{
    display: block;
    width: 100%;
    border: 1px solid #dbdbdb;
    border-bottom: none;
  }
  .recruit_entry_tbl .table_rows_tr:last-child .table_rows_td{
    border-bottom: 1px solid #dbdbdb;
  }

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

  }
  .pg_recruit .section.sec1{
    padding-bottom: 300px;
  }
  .pg_recruit .section.sec2.beige{

  }
  .pg_recruit .section.sec2.beige:before{

  }
  .pg_recruit .section.sec2.beige:after{

  }
  .pg_recruit .section.sec3{
    padding-top: 200px;
  }
  /*画像*/
  .recruit_img.img1{
    width: 15.4%;
    top: -9.5%;
    left: 16%;
  }
  .recruit_img.img2{
    width: 2.43%;
    top: -5.7%;
    left: 31%;
  }
  .recruit_img.img3{
    width: 6.48%;
    top: -6.7%;
    left: 35%;
  }
  .recruit_img.img4{
    width: 5.22%;
    top: -6.3%;
    left: 48%;
  }
  .recruit_img.img5{
    width: 3.96%;
    top: -6%;
    right: 40%;
  }
  .recruit_img.img6{
    width: 3.51%;
    top: -5.9%;
    right: 30%;
  }
  .recruit_img.img7{
    width: 19.72%;
    top: -9.5%;
    right: 5%;
  }
  .recruit_img.img8{
    width: 15.36%;
    top: 7%;
    right: 0;
  }
  .recruit_img.img9{
    width: 14.11%;
    top: 50.5%;
    left: 0;
  }
  .recruit_img.img10{
    width: 5.49%;
    top: 2.8%;
    left: 10%;
  }
  .recruit_img.img11{
    width: 17.65%;
    top: 0.7%;
    right: 0%;
  }
  .recruit_img.img12{
    width: 46.39%;
    top: 10%;
    right: -2%;
  }
  .recruit_img.img13{
    width: 37.74%;
    top: 45%;
    left: -2%;
  }
  .recruit_img.img14{
    width: 27.56%;
    top: 67%;
    right: -2%;
  }

  /*採用情報*/
  .recruit_main{

  }
  .recruit_main_title{
    font-size: 40px;
  }
  .recruit_main_sub_title{
    margin-top: 25px;
    font-size: 22px;
  }
  .recruit_main_text{
    margin-top: 20px;
    font-size: 18px;
  }
  .recruit_main_en{
    font-size: 100px;
    bottom: -9%;
  }

  /*ボタン*/
  .recruit_btn_content{
    margin: 0 -10px;
  }
  .recruit_btn{
    width: 25%;
    padding: 0 10px;
  }
  .recruit_btn:nth-child(n+2){
    margin-top: 0px;
  }
  .recruit_btn{

  }
  .recruit_btn a{
    padding: 15px 0
  }
  .recruit_btn a:after{
    right: 7%;
  }

  /*タカクラで見つかる、あなたらしい働き方*/
  .point.recruit_main{
    margin-top: 100px;
  }
  .point.recruit_main .recruit_main_en{
    bottom: -35%;
  }
  .point.recruit_main .recruit_main_title{

  }
  .point.recruit_main .recruit_main_sub_title{

  }
  .recruit_point_box_content{
    margin-top: 100px;
  }
  .recruit_point_box{

  }
  .recruit_point_box:nth-child(n+2){
    margin-top: 100px;
  }
  .recruit_point_box:nth-child(odd) .recruit_point_box1,
  .recruit_point_box:nth-child(even) .recruit_point_box2{
    order: 1;
  }
  .recruit_point_box:nth-child(even) .recruit_point_box1,
  .recruit_point_box:nth-child(odd) .recruit_point_box2{
    order: 2;
  }
  .recruit_point_box1{
    width: 48.64%;
  }
  .recruit_point_box2{
    width: 42.79%;
  }
  .recruit_point_box_title{
    margin-top: 0;
    font-size: 30px;
    padding-bottom: 15px;
  }
  .recruit_point_box_text{
    margin-top: 15px;
    font-size: 18px;
  }
  .recruit_point_box_img.img_fit{

  }
  .recruit_point_box_img_nbr{
    font-size: 100px;
    top: -7%;
  }
  .recruit_point_box:nth-child(odd) .recruit_point_box_img_nbr{
    right: -3%;
  }
  .recruit_point_box:nth-child(even) .recruit_point_box_img_nbr{
    left: -3%;
  }

  /*タカクラは、こんな人と一緒に看板を作りたい*/
  .recruit_preson_wrap{

  }
  .preson.recruit_main{

  }
  .preson.recruit_main .recruit_main_title{

  }
  .preson.recruit_main .recruit_main_en{
    bottom: -70%;
  }
  .recruit_preson_content{
    margin: 70px -10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .recruit_preson{
    width: 50%;
    padding: 0 10px;
  }
  .recruit_preson:nth-child(n+3){
    margin-top: 20px;
  }
  .recruit_preson_inner{
    padding: 30px 25px;
    height: 350px;
  }
  .recruit_preson_title{
    font-size: 23px;
    padding-bottom: 15px;
  }
  .recruit_preson_text{
    margin-top: 15px;
    font-size: 17px;
  }

  /*あなたの毎日を支えるタカクラの福利厚生*/
  .recruit_benefits_wrap{

  }
  .benefits.recruit_main{
    margin-top: 100px;
  }
  .benefits.recruit_main .recruit_main_title{

  }
  .benefits.recruit_main .recruit_main_en{
    bottom: -75%;
  }
  .recruit_benefits_content{
    margin: 100px -10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .recruit_benefits{
    width: 50%;
    padding: 0 10px;
  }
  .recruit_benefits:nth-child(n+3){
    margin-top: 20px;
  }
  .recruit_benefits_inner{

  }
  .recruit_benefits_title{
    font-size: 26px;
    padding-bottom: 15px;
  }
  .recruit_benefits_title:after{

  }
  .recruit_benefits_text{
    margin-top: 15px;
    font-size: 18px;
  }

  /*あなたの看板人生がタカクラからはじまる*/
  .recruit_entry_wrap{

  }
  .entry.recruit_main{
    margin-top: 100px;
  }
  .entry.recruit_main .recruit_main_title{

  }
  .entry.recruit_main .recruit_main_en{

  }
  .recruit_entry{

  }
  .recruit_entry_tbl{
    margin-top: 100px;
  }
  .recruit_entry_tbl .table_rows_tr{

  }
  .recruit_entry_tbl .table_rows_th,
  .recruit_entry_tbl .table_rows_td{

  }
  .recruit_entry_tbl .table_rows_th{
    width: 200px;
  }
  .recruit_entry_tbl .table_rows_td{

  }


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

  }
  .pg_recruit .section.sec1{
    padding-bottom: 657px;
  }
  .pg_recruit .section.sec2.beige{

  }
  .pg_recruit .section.sec2.beige:before{
    top: -385px;
  }
  .pg_recruit .section.sec2.beige:after{
    bottom: -500px;
  }
  .pg_recruit .section.sec3{
    padding-top: 267px;
  }

  /*画像*/
  .recruit_img.img1{
    width: 15.4%;
    top: -20%;
    left: 16%;
  }
  .recruit_img.img2{
    width: 2.43%;
    top: -15%;
    left: 31%;
  }
  .recruit_img.img3{
    width: 6.48%;
    top: -16.5%;
    left: 35%;
  }
  .recruit_img.img4{
    width: 5.22%;
    top: -16%;
    left: 48%;
  }
  .recruit_img.img5{
    width: 3.96%;
    top: -15.5%;
    right: 40%;
  }
  .recruit_img.img6{
    width: 3.51%;
    top: -15.3%;
    right: 30%;
  }
  .recruit_img.img7{
    width: 19.72%;
    top: -20%;
    right: 5%;
  }
  .recruit_img.img8{
    width: 15.36%;
    top: 8%;
    right: 0;
  }
  .recruit_img.img9{
    width: 14.11%;
    top: 54.5%;
    left: 0;
  }
  .recruit_img.img10{
    width: 5.49%;
    top: 5.3%;
    left: 10%;
  }
  .recruit_img.img11{
    width: 17.65%;
    top: 2.7%;
    right: 0%;
  }
  .recruit_img.img12{
    width: 46.39%;
    top: 13%;
    right: -2%;
  }
  .recruit_img.img13{
    width: 37.74%;
    top: 40%;
    left: -2%;
  }
  .recruit_img.img14{
    width: 27.56%;
    top: 61%;
    right: -2%;
  }

  /*採用情報*/
  .recruit_main{

  }
  .recruit_main_title{
    font-size: 47px;
  }
  .recruit_main_sub_title{
    margin-top: 30px;
    font-size: 24px;
  }
  .recruit_main_text{
    margin-top: 21px;
    font-size: 18px;
    text-align: center;
  }
  .recruit_main_en{
    font-size: 160px;
    bottom: -21%;
  }

  /*ボタン*/
  .recruit_btn_content{
    margin: 0 -15px;
  }
  .recruit_btn{
    width: 25%;
    padding: 0 15px;
  }
  .recruit_btn a{
    padding: 19px 0 20px;
  }
  .recruit_btn a:after{
    right: 7%;
  }

  /*タカクラで見つかる、あなたらしい働き方*/
  .point.recruit_main{
    margin-top: 114px;
  }
  .point.recruit_main .recruit_main_en{
    bottom: -115%;
  }
  .point.recruit_main .recruit_main_title{

  }
  .point.recruit_main .recruit_main_sub_title{
    margin-top: 15px;
  }
  .recruit_point_box_content{
    margin-top: 188px;
  }
  .recruit_point_box{

  }
  .recruit_point_box:nth-child(n+2){
    margin-top: 118px;
  }
  .recruit_point_box1{

  }
  .recruit_point_box2{

  }
  .recruit_point_box_title{
    font-size: 40px;
    padding-bottom: 26px;
  }
  .recruit_point_box_text{
    margin-top: 28px;
    font-size: 18px;
    margin-right: -2px;
  }
  .recruit_point_box_img.img_fit{
    margin-top: 7px;
  }
  .recruit_point_box_img_nbr{
    font-size: 150px;
    top: -7.5%;
  }
  .recruit_point_box:nth-child(odd) .recruit_point_box_img_nbr{
    right: -3%;
  }
  .recruit_point_box:nth-child(even) .recruit_point_box_img_nbr{
    left: -3%;
  }

  /*タカクラは、こんな人と一緒に看板を作りたい*/
  .recruit_preson_wrap{

  }
  .preson.recruit_main{

  }
  .preson.recruit_main .recruit_main_title{

  }
  .preson.recruit_main .recruit_main_en{
    bottom: -90%;
  }
  .recruit_preson_content{
    margin: 176px -15px 0;
  }
  .recruit_preson{
    width: 33.33%;
    padding: 0 15px;
  }
  .recruit_preson:nth-child(n+3){
    margin-top: 0px;
  }
  .recruit_preson:nth-child(n+4){
    margin-top: 50px;
  }
  .recruit_preson_inner{
    padding: 42px 17px;
  }
  .recruit_preson_title{
    font-size: 20px;
    padding-bottom: 13px;
  }
  .recruit_preson_text{
    margin-top: 9px;
    font-size: 17px;
  }

  /*あなたの毎日を支えるタカクラの福利厚生*/
  .recruit_benefits_wrap{

  }
  .benefits.recruit_main{
    margin-top: 195px;
  }
  .benefits.recruit_main .recruit_main_title{

  }
  .benefits.recruit_main .recruit_main_en{
    bottom: -87%;
  }
  .recruit_benefits_content{
    margin: 153px -15px 0;
  }
  .recruit_benefits{
    width: 50%;
    padding: 0 15px;
  }
  .recruit_benefits:nth-child(n+3){
    margin-top: 30px;
  }
  .recruit_benefits_inner{
    padding: 37px 30px 45px;
  }
  .recruit_benefits_title{
    font-size: 32px;
    padding-bottom: 30px;
  }
  .recruit_benefits_title:after{

  }
  .recruit_benefits_text{
    margin-top: 27px;
    font-size: 18px;
  }

  /*あなたの看板人生がタカクラからはじまる*/
  .recruit_entry_wrap{

  }
  .entry.recruit_main{
    margin-top: 167px;
  }
  .entry.recruit_main .recruit_main_title{

  }
  .entry.recruit_main .recruit_main_en{

  }
  .recruit_entry{

  }
  .recruit_entry_tbl{
    margin-top: 175px;
  }
  .recruit_entry_tbl .table_rows_tr{

  }
  .recruit_entry_tbl .table_rows_th,
  .recruit_entry_tbl .table_rows_td{
    padding: 15px 13px 15.5px;
  }
  .recruit_entry_tbl .table_rows_th{
    width: 284px;
  }
  .recruit_entry_tbl .table_rows_td{
    padding-left: 20px;
  }
  .recruit_entry .read_more{
    margin-top: 43px;
  }


}
@media (min-width:1200px){
  .pg_recruit .section.sec2.beige:after{
    bottom: -350px;
  }
  /*画像*/
  .recruit_img.img1{
    width: 15.4%;
    top: -20.5%;
    left: 16%;
  }
  .recruit_img.img2{
    width: 2.43%;
    top: -14.5%;
    left: 31%;
  }
  .recruit_img.img3{
    width: 6.48%;
    top: -16.3%;
    left: 35%;
  }
  .recruit_img.img4{
    width: 5.22%;
    top: -15.5%;
    left: 48%;
  }
  .recruit_img.img5{
    width: 3.96%;
    top: -15%;
    right: 40%;
  }
  .recruit_img.img6{
    width: 3.51%;
    top: -14.7%;
    right: 30%;
  }
  .recruit_img.img7{
    width: 19.72%;
    top: -20%;
    right: 5%;
  }
  .recruit_img.img8{
    width: 15.36%;
    top: 6%;
    right: 0;
  }
  .recruit_img.img9{
    width: 14.11%;
    top: 53.5%;
    left: 0;
  }
  .recruit_img.img10{
    width: 5.49%;
    top: 5.7%;
    left: 10%;
  }
  .recruit_img.img11{
    width: 17.65%;
    top: 2.7%;
    right: 0%;
  }
  .recruit_img.img12{
    width: 46.39%;
    top: 13%;
    right: -13%;
  }
  .recruit_img.img13{
    width: 37.74%;
    top: 40%;
    left: -15%;
  }
  .recruit_img.img14{
    width: 27.56%;
    top: 60%;
    right: -13%;
  }


  /*採用情報*/
  .recruit_main_title{
    font-size: 58px;
  }

  /*タカクラで見つかる、あなたらしい働き方*/
  .point.recruit_main .recruit_main_en{
    bottom: -99%;
  }
  .recruit_point_box_title{
    font-size: 46px;
    padding-bottom: 26px;
  }

  /*タカクラは、こんな人と一緒に看板を作りたい*/
  .recruit_preson{
    height: 316px;
  }
  .recruit_preson_title{
    font-size: 25px;
  }
  .recruit_preson_inner{
    height: 316px;
  }

}
@media (min-width:1500px){
  .pg_recruit .section.sec2.beige:after{
    bottom: -300px;
  }
  /*画像*/
  .recruit_img.img1{
    width: 15.4%;
    top: -20.5%;
    left: 16%;
  }
  .recruit_img.img2{
    width: 2.43%;
    top: -14.5%;
    left: 31%;
  }
  .recruit_img.img3{
    width: 6.48%;
    top: -16.3%;
    left: 35%;
  }
  .recruit_img.img4{
    width: 5.22%;
    top: -15.5%;
    left: 48%;
  }
  .recruit_img.img5{
    width: 3.96%;
    top: -15%;
    right: 40%;
  }
  .recruit_img.img6{
    width: 3.51%;
    top: -14.7%;
    right: 30%;
  }
  .recruit_img.img7{
    width: 19.72%;
    top: -20%;
    right: 5%;
  }
  .recruit_img.img8{
    width: 15.36%;
    top: 5%;
    right: 0;
  }
  .recruit_img.img9{
    width: 14.11%;
    top: 53.5%;
    left: 0;
  }
  .recruit_img.img10{
    width: 5.49%;
    top: 5.7%;
    left: 10%;
  }
  .recruit_img.img11{
    width: 17.65%;
    top: 2.7%;
    right: 0%;
  }
  .recruit_img.img12{
    width: 46.39%;
    top: 13%;
    right: -15%;
  }
  .recruit_img.img13{
    width: 37.74%;
    top: 40%;
    left: -15%;
  }
  .recruit_img.img14{
    width: 27.56%;
    top: 60%;
    right: -15%;
  }

}
@media (min-width:1800px){
  .pg_recruit .section.sec2.beige:after{
    bottom: -203px;
  }

  /*画像*/
  .recruit_img.img1{
    width: 15.4%;
    top: -21%;
    left: 1.5%;
  }
  .recruit_img.img2{
    width: 2.43%;
    top: -14.7%;
    left: 16.5%;
  }
  .recruit_img.img3{
    width: 6.48%;
    top: -16%;
    left: 30.5%;
  }
  .recruit_img.img4{
    width: 5.22%;
    top: -15%;
    left: 47%;
  }
  .recruit_img.img5{
    width: 3.96%;
    top: -14.6%;
    right: 42.9%;
  }
  .recruit_img.img6{
    width: 3.51%;
    top: -14%;
    right: 28.1%;
  }
  .recruit_img.img7{
    width: 19.72%;
    top: -19%;
    right: 1%;
  }
  .recruit_img.img8{
    width: 15.36%;
    top: 4.5%;
    right: 0;
  }
  .recruit_img.img9{
    width: 14.11%;
    top: 45.5%;
    left: 0;
  }
  .recruit_img.img10{
    width: 5.49%;
    top: 5.7%;
    left: 3.3%;
  }
  .recruit_img.img11{
    width: 17.65%;
    top: 2.7%;
    right: -2.3%;
  }
  .recruit_img.img12{
    width: 46.39%;
    top: 12.5%;
    right: -19%;
  }
  .recruit_img.img13{
    width: 37.74%;
    top: 42.7%;
    left: -17%;
  }
  .recruit_img.img14{
    width: 27.56%;
    top: 59.7%;
    right: -8%;
  }

}


/*******************************
*　実績
********************************/
.pg_works{

}
.pg_works .section.sec1{

}

/*ガテゴリ*/
.works_category{

}
.works_category .webgene-blog{
  display: flex;
  flex-wrap: wrap;
}
.works_category .webgene-item{
  width: 100%;
}
.works_category .webgene-item:nth-child(n+2){
  margin-top: 10px;
}
.works_category .webgene-item a{
  padding: 16px 0;
  display: block;
  width: 100%;
  background: #fff;
  border: 1px dashed #0068b7;
  border-radius: 31px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.075em;
  text-align: center;
  transition: all 0.2s;
  position: relative;
  z-index: 1;
}
.works_category .webgene-item a:after{
  content: "➡";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  color: rgb(0, 104, 183);
  transition: 0.2s;
}
.works_category .webgene-item a.on{
  color: #0056b3;
}
.works_category .webgene-item a.on:after,
.works_category .webgene-item a:hover:after{
  margin-right: -5px;
}

/*一覧*/
.works_list{
  margin-top: 30px;
}
.works_list .webgene-blog{
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.works_list .webgene-item{
  width: 100%;
  padding: 0 5px;
}
.works_list .webgene-item:nth-child(n+2){
  margin-top: 30px;
}
.works_list .webgene-item a{
  display: block;
  background: #0068b7;
  border: 5px solid #0068b7;
  border-radius: 20px;
}
.works_list .webgene-item .img.img_fit{
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.works_list .webgene-item .img.img_fit:before{
  padding-top: 82.35%;
}
.works_list .webgene-item .img.img_fit img{
  border-radius: 20px 20px 0 0;
}
.works_list .webgene-item .category{
  background: #fff;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  border-radius: 10px;
  margin-top: 5px;
  /*    width: 135px;
      max-width: 200px;*/
  text-align: center;
  padding: 5px 7px;
}
.works_list .webgene-item .title{
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: #fff;
  margin-top: 5px;
  padding: 0 5px;
}
.webgene-pagination li{
  border: 1px solid #0068b7;
}
.webgene-pagination li.selected{
  color: #fff;
  background: #0068b7;
}

/*詳細*/
.worksdetail{

}
.worksdetail .webgene-blog{

}
.worksdetail .webgene-item{

}
.worksdetail .webgene-item .title{
  font-weight: 900;
  font-size: 25px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: #0068b7;
  border-radius: 20px;
  padding: 5px 5px;
}
.worksdetail .webgene-item .post_content{
  margin-top: 30px;
  padding: 20px 15px;
  border: 1px solid #e5e5e5;
  position: relative;
  z-index: 1;
}
.worksdetail .webgene-item .post_content:after{
  content: "";
  border: 12px solid #f7f3ed;
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}
.worksdetail .webgene-item .post_txt{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: justify;
}
.worksdetail .webgene-item .read_more{
  justify-content: center;
}
.worksdetail .webgene-item .read_more a{
  width: 285px;
}

@media (max-width:374px){

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

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

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

  }
  .pg_works .section.sec1{

  }

  /*ガテゴリ*/
  .works_category{

  }
  .works_category .webgene-blog{
    margin: 0 -10px;
  }
  .works_category .webgene-item{
    width: 50%;
    padding: 0 10px;
  }
  .works_category .webgene-item:nth-child(n+2){
    margin-top: 0px;
  }
  .works_category .webgene-item:nth-child(n+3){
    margin-top: 20px;
  }
  .works_category .webgene-item a{
    padding: 17px 0;
  }

  /*一覧*/
  .works_list{
    margin-top: 40px;
  }
  .works_list .webgene-blog{
    margin: 0 -10px;
  }
  .works_list .webgene-item{
    width: 33.33%;
    padding: 0 10px;
  }
  .works_list .webgene-item:nth-child(n+2){
    margin-top: 0px;
  }
  .works_list .webgene-item:nth-child(n+4){
    margin-top: 50px;
  }
  .works_list .webgene-item a{

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

  }
  .works_list .webgene-item .category{
    margin-top: 5px;
    font-size: 14px;
    padding: 5px 10px 7px;
  }
  .works_list .webgene-item .title{
    font-size: 16px;
    margin-top: 5px;
    padding: 0 7px;
  }

  /*詳細*/
  .worksdetail{

  }
  .worksdetail .webgene-blog{

  }
  .worksdetail .webgene-item{

  }
  .worksdetail .webgene-item .title{
    padding: 15px 0 17px;
  }
  .worksdetail .webgene-item .post_content{
    margin-top: 50px;
    padding: 30px 25px;
  }
  .worksdetail .webgene-item .post_txt{
    line-height: 2.125;
  }
  .worksdetail .webgene-item{

  }


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

  }
  .pg_works .section.sec1{

  }

  /*ガテゴリ*/
  .works_category{

  }
  .works_category .webgene-blog{
    margin: 0 -15px;
  }
  .works_category .webgene-item{
    width: 25%;
    padding: 0 15px;
  }
  .works_category .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .works_category .webgene-item:nth-child(n+5){
    margin-top: 25px;
  }
  .works_category .webgene-item a{
    padding: 19px 0 20px;
  }

  /*一覧*/
  .works_list{
    margin-top: 62px;
  }
  .works_list .webgene-blog{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
  }
  .works_list .webgene-item{
    width: 33.33%;
    padding: 0 15px;
  }
  .works_list .webgene-item:nth-child(n+4){
    margin-top: 80px;
  }
  .works_list .webgene-item a{
    padding-bottom: 6px;
  }
  .works_list .webgene-item .img.img_fit{

  }
  .works_list .webgene-item .category{
    margin-top: 5px;
    font-size: 14px;
    padding: 5px 10px 7px;
  }
  .works_list .webgene-item .title{
    font-size: 16px;
    margin-top: 9px;
    padding: 0 13px;
  }
  .webgene-pagination{
    margin-top: 100px;
  }

  /*詳細*/
  .worksdetail{

  }
  .worksdetail .webgene-blog{

  }
  .worksdetail .webgene-item{

  }
  .worksdetail .webgene-item .title{
    padding: 15px 0 17px;
  }
  .worksdetail .webgene-item .post_content{
    margin-top: 65px;
    padding: 38px 50px 42px 56px;
  }
  .worksdetail .webgene-item .post_txt{

  }
  .worksdetail .webgene-item .read_more{
    margin-top: 75px;
    justify-content: center;
  }
  .worksdetail .webgene-item .read_more a{
    padding: 21px 0 22px;
  }


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


}

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

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

/* メイン */
.gallery_main{

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

}


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

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

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

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

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

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

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

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

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

  }

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

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

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

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


}


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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}


@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{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }


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


}
@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: #0069ba;
  color: #FFF;
  padding: 12px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

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

/* 詳細 */
.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:after{

  }

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

  /* 詳細 */
  .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;
  }

}


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

}
.pg_news .section.sec1{

}

/*一覧*/
.news_list{

}
.news_list .webgene-blog{

}
.news_list .webgene-item{
  padding: 15px 0;
  border-bottom: 1px solid #c9c9c9;
}
.news_list .webgene-item:first-child{
  border-top: 1px solid #c9c9c9;
}
.news_list .webgene-item a{
  position: relative;
  z-index: 1;
  display: block;
}
.news_list .webgene-item a:after,
.news_list .webgene-item a:before{
  position: absolute;
  z-index: 1;
}
.news_list .webgene-item a:before{
  content: "VIEW MORE";
  right: 6%;
  bottom: 6%;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 1;
  width: 90px;
  width: auto;
}
.news_list .webgene-item a:after{
  content: "➡";
  right: 1%;
  bottom: 0%;
  color: rgb(0, 104, 183);
  transition: 0.2s;
}
.news_list .webgene-item a:hover:after{
  margin-right: -5px;
}
.news_list .webgene-item .date{
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 1;
}
.news_list .webgene-item .title{
  margin-top: 18px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  width: 65%;
}

/*詳細*/
.newsdetail{

}
.newsdetail .webgene-blog{

}
.newsdetail .webgene-item{

}
.newsdetail .webgene-item .date{
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 1;
}
.newsdetail .webgene-item .title{
  margin-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  border-bottom: 1px solid #c9c9c9;
}
.newsdetail .webgene-item .post_content{
  border-bottom: 1px solid #c9c9c9;
  padding: 20px 0;
}
.newsdetail .webgene-item .txt{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}


@media (max-width:374px){

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

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

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

  }
  .pg_news .section.sec1{

  }

  /*一覧*/
  .news_list{

  }
  .news_list .webgene-blog{

  }
  .news_list .webgene-item{

  }
  .news_list .webgene-item a{

  }
  .news_list .webgene-item a:before{
    right: 5%;
    bottom: 7%;
  }
  .news_list .webgene-item a:after{
    right: 1%;
    bottom: 0%;
  }
  .news_list .webgene-item .date{

  }
  .news_list .webgene-item .title{
    margin-top: 18px;
    width: 75%;
  }

  /*詳細*/
  .newsdetail{

  }
  .newsdetail .webgene-blog{

  }
  .newsdetail .webgene-item{

  }
  .newsdetail .webgene-item .date{

  }
  .newsdetail .webgene-item .title{
    margin-top: 15px;
    padding-bottom: 20px;
  }
  .newsdetail .webgene-item .post_content{
    padding: 35px 0;
  }
  .newsdetail .webgene-item .txt{
    line-height: 2.125;
  }

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

  }
  .pg_news .section.sec1{

  }

  /*一覧*/
  .news_list{

  }
  .news_list .webgene-blog{

  }
  .news_list .webgene-item{
    padding: 24px 5px 21px;
  }
  .news_list .webgene-item a{

  }
  .news_list .webgene-item a:before{
    right: 4%;
    bottom: 9%;
  }
  .news_list .webgene-item a:after{
    right: 1%;
    bottom: 0%;
  }
  .news_list .webgene-item .date{

  }
  .news_list .webgene-item .title{
    margin-top: 18px;
    width: 80%;
  }

  /*詳細*/
  .newsdetail{

  }
  .newsdetail .webgene-blog{

  }
  .newsdetail .webgene-item{

  }
  .newsdetail .webgene-item .date{

  }
  .newsdetail .webgene-item .title{
    margin-top: 18px;
    padding-bottom: 26px;
  }
  .newsdetail .webgene-item .post_content{
    padding: 50px 0 72px;
  }
  .newsdetail .webgene-item .txt{
    margin-top: 19px;
  }
  .newsdetail .read_more{
    margin-top: 75px;
  }

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


}


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

}
.pg_company .section.sec1{

}

/*会社概要*/
.company_tbl{

}
.company_tbl .table_rows_tr{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  border-color: #dbdbdb;
}
.company_tbl .table_rows_th{
  background: #f7f3ed;
}
.company_tbl .table_rows_td{
  background: #fff;
}

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


@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 #dbdbdb;
    border-bottom: none;
  }
  .company_tbl .table_rows_tr:last-child .table_rows_td{
    border-bottom: 1px solid #dbdbdb;
  }
}
@media (min-width:768px){
  .pg_company{

  }
  .pg_company .section.sec1{

  }

  /*会社概要*/
  .company_tbl{

  }
  .company_tbl .table_rows_tr{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    line-height: 2.1875;
  }
  .company_tbl .table_rows_th{
    width: 200px;
  }
  .company_tbl .table_rows_td{

  }

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



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

  }
  .pg_company .section.sec1{

  }

  /*会社概要*/
  .company_tbl{

  }
  .company_tbl .table_rows_tr{

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

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



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


}


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

.contact_info_wrap{
  background: #EEE;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 45px;
}
.contact_info_tt{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 15px;
  color: #111;
}
.contact_info_box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #FFF;
  color: #181818;
  padding: 25px 10px 25px 30px;
}
.contact_info_tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_info_tel_icon{
  background: #b1c274;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.contact_info_txt{
  font-weight: 700;
  margin-left: 0;
  letter-spacing: 0.16em;
}

@media (max-width:1023px){

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

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

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


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

/* フォーム */
.pg_contact .formTbl{
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #dbdbdb;
}
.pg_contact .formTh {
  padding: 16px 15px 16px 20px;
  background: #f7f3ed;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 2px 11px;
  margin-top: 0px;
  float: right;
  font-weight: 400;
  letter-spacing: 0.12em;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.unrequiredText {
  background: #ffffff;
  color: #b80000;
  border: 1px solid #b80000;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 9.5px 18px;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.pg_contact .formTd select{
  border-radius: 0;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="city"],
.pg_contact .formTd input[name="add"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  letter-spacing: 0.16em;
  padding: 5px 10px;
  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: #122480;
}
.pg_contact .formBtn.formSend {
  max-width: 285px;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.075em;
  padding: 20px;
  margin: 37px auto 0;
  border: 1px dashed #0068b7;
  border-radius: 31px;
  background: #fff;
  color: #181818;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.pg_contact .formBtn.formSend:after{
  content: "➡";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  color: rgb(0, 104, 183);
  transition: 0.2s;
}
.pg_contact .formBtn.formSend:hover:after{
  margin-right: -5px;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0px 1px;
  margin-bottom: -5px;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.25;
}
.radioArea .d-inline-block{
  margin-right: 29px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 7.3px 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}

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


/* プライバシー */
.pg_contact .section.sec3{
  padding: 50px 0 0px;
}
.pg_contact .section.sec3 .contact_tt{
  margin-bottom: 46px;
  padding-left: 43px;
}
.privacy_box{
  height: 397px;
  border: 1px solid #dbdbdb;
  overflow: auto;
  padding: 28px 52px 28px 29px;
}
.privacy_item {
  margin-top: 27px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 8px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #0068b7;
}
.privacy_txt{
  line-height: 1.875;
  text-align: justify;
}
.privacy_txt p{
  letter-spacing: 0.04em;
}

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

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

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

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


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


  .privacy_ttl{
    font-size: 18px;
  }

}

@media only screen and (max-width: 767px){
  .contact_info {
    padding: 18px 15px 10px;
  }
  .contact_info_txt_1 br{
    display: block;
  }
  .contact_info_txt_2 {
    padding: 0 6px 0 10px;
    margin-right: 10px;
  }
  .contact_tt {
    margin-bottom: 25px;
    font-size:18px;
  }
  .pg_contact .formTh {
    padding: 5px 10px;
  }
  .pg_contact .formTd {
    font-size: 13px;
    padding: 10px;
  }
  .pg_contact .formTd input[name="zip1"] {
    width: 80px;
  }
  .pg_contact .formTd input[name="zip2"] {
    width: 100px;
  }
  .pg_contact .formTd select[name="pref"] {
    width: 155px;
  }
  .pg_contact .formTd input[type="text"]::placeholder,
  .pg_contact .formTd input[type="tel"]::placeholder,
  .pg_contact .formTd input[type="email"]::placeholder{
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .pg_contact .formWrap .text-center {
    padding-top: 25px;
  }
  .pg_contact .privacyLabel {
    font-size: 15px;
  }

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

  .contact_tt.privacy br{
    display: block;
  }
  .contact_tt.privacy {
    margin-bottom: 0;
  }
  .privacy_item {
    margin-top: 26px;
  }
  .contact_info_txt_1 {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .pg_contact .d-inline {
    display: block!important;
  }
  .pg_contact .formTd .addArea .labelText02 {
    display: block;
  }
  label.label.zipcode_i {
    padding: 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;
  }


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

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

  .privacy_ttl {
    font-size: 15px;
    padding-left: 10px;
  }
  .pg_contact .formBtn.formSend{
    max-width: 100%;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.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_contact{

}
.pg_contact .section.sec1{

}
.pg_contact .section.sec2{
  border-top: 1px solid #dbdbdb;
  margin-top: 50px;
  padding-top: 50px;
}
.pg_contact .section.sec3{

}

/*タイトル*/
.contact_title{
  margin-bottom: 50px;
  text-align: center;
}
.contact_title_en{
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 49px;
  line-height: 1;
  color: #faf9e1;
}
.contact_title_ja{
  margin: -15px;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.5;
}
.fileCaution{
  color: #b80000;
  margin-top: 10px;
}
.file_text{
  margin-top: 10px;
}

@media (max-width:374px){

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

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

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

  }
  .pg_contact .section.sec1{

  }
  .pg_contact .section.sec2{
    margin-top: 100px;
    padding-top: 100px;
  }
  .pg_contact .section.sec3{

  }
  .thanks_text{
    text-align: justify;
  }

  /*タイトル*/
  .contact_title{
    margin-bottom: 90px;
  }
  .contact_title_en{
    font-size: 90px;
  }
  .contact_title_ja{
    margin: -40px;
    font-size: 40px;
  }

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

  }
  .pg_contact .section.sec1{

  }
  .pg_contact .section.sec2{
    margin-top: 152px;
    padding-top: 130px;
  }
  .pg_contact .section.sec3{

  }
  .thanks_text{
    text-align: center;
  }

  /*タイトル*/
  .contact_title{
    margin-bottom: 137px;
  }
  .contact_title_en{
    margin: 0 -7px;
    font-size: 130px;
  }
  .contact_title_ja{
    margin: -60px;
    font-size: 50px;
  }


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

  /*タイトル*/
  .contact_title{
    margin-bottom: 137px;
  }
  .contact_title_en{
    margin: 0 -7px;
    font-size: 160px;
  }
  .contact_title_ja{
    margin: -60px;
    font-size: 58px;
  }


}


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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}


@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{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }


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


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


}
