/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
.pg_header_mv{
  margin: 0 2.7%;
}
.pg_header_mv_img_wrap{

}
.pg_header_mv_img_wrap:after{
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--main-color);
  transform: rotate(-2deg);
  border-radius: 20px;
  margin: 0 2.7%;
}
.pg_header_mv_img.img_fit{

}
.pg_header_mv_img.img_fit:before{
  padding-top: 180px;
}
.pg_header_mv_img.img_fit:after{
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.pg_header_mv_img.img_fit img{
  border-radius: 20px;
}
.pg_header_txt{
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.pg_header_txt_title{
  text-align: center;
  color: #fff;
}
.pg_header_txt_title_en{
  margin-bottom: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}
.pg_header_txt_title_ja{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  background: #3488d4;
  display: inline;
  padding: 3px 17px;
}


@media (min-width:768px){
  .pg_header{
    margin-top: 15px;
    margin-bottom: 100px;
  }
  .pg_header_mv{
    margin: 0 2.7%;
  }
  .pg_header_mv_img_wrap{

  }
  .pg_header_mv_img_wrap:after{
    border-radius: 50px;
    margin: 0 2.7%;
    transform: rotate(-2deg);
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }
  .pg_header_mv_img.img_fit:after{
    border-radius: 50px;
  }
  .pg_header_mv_img.img_fit img{
    border-radius: 50px;
  }
  .pg_header_txt{

  }
  .pg_header_txt_title{

  }
  .pg_header_txt_title_en{
    margin-bottom: 15px;
    font-size: 55px;
  }
  .pg_header_txt_title_ja{
    font-size: 20px;
    padding: 3px 30px;
  }

}
@media (min-width:1024px){
  .pg_header{
    margin-top: 30px;
    margin-bottom: 134px;
  }
  .pg_header_mv{
    margin: 0 2.7%;
  }
  .pg_header_mv_img_wrap{

  }
  .pg_header_mv_img_wrap:after{
    border-radius: 50px;
    margin: 0 2.7%;
    transform: rotate(-1deg);
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 550px;
  }
  .pg_header_mv_img.img_fit img{
    border-radius: 50px;
  }
  .pg_header_txt{

  }
  .pg_header_txt_title{

  }
  .pg_header_txt_title_en{
    margin-top: -5px;
    margin-bottom: 20px;
    font-size: 70px;
  }
  .pg_header_txt_title_ja{
    display: inline-block;
    font-size: 25px;
    padding: 3px 40px 6px;
  }

}
@media (min-width:1200px){
  .pg_header_txt_title_en{
    margin-top: -5px;
    margin-bottom: 20px;
    font-size: 60px;
  }


}
@media (min-width:1536px){
  .pg_header_txt_title_en{
    font-size: 80px;
  }

}


/*******************************
*　電子回路の企画・設計
********************************/

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

}
.pg_planningAndDesign .section.sec1{

}
.pg_planningAndDesign .section.sec2{

}

/*電子回路の企画・設計、丸ごとお任せください*/
.planningAndDesign_Circuit{

}
.planningAndDesign_Circuit .tt3.large{
  font-size: 20px;
}
.planningAndDesign_Circuit .tt3.large p{
  letter-spacing: 0;
}
.planningAndDesign_Circuit_text{
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

/*電子回路のプロが、企画から設計まで対応*/
.planningAndDesign_professional{

}
.planningAndDesign_professional_text{
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
.planningAndDesign_professional_blue_title{
  margin-top: 72px;
  padding: 10px 0;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #3488d4;
}
.planningAndDesign_professional_box_content{
  margin-top: 30px;
}
.planningAndDesign_professional_box{
  width: 100%;
}
.planningAndDesign_professional_box_inner{

}
.planningAndDesign_professional_box_img_outer{
  position: relative;
  z-index: 0;
}
.planningAndDesign_professional_box_img_outer:before{
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--main-color);
  transform: rotate(-2deg);
  border-radius: 20px;
}
.planningAndDesign_professional_box_img.img_fit{

}
.planningAndDesign_professional_box_img.img_fit:before{
  padding-top: 71.42%;
}
.planningAndDesign_professional_box_img.img_fit img{
  border-radius: 20px;
}
.planningAndDesign_professional_box_title{
  margin-top: 25px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
}
.planningAndDesign_professional_box_text{
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

/*イメージだけでも、話せば道が見えてきます*/
.planningAndDesign_features{

}
.planningAndDesign_features .cmn_contents_title_line,
.planningAndDesign_features .cmn_contents_title2,
.planningAndDesign_features .cmn_contents_txt{
  font-family: "Noto Sans JP", sans-serif;

}

/*受注までの流れをチェック*/
.planningAndDesign_flow{

}
.planningAndDesign_flow .tt3.large p{
  letter-spacing: 0;
}
.planningAndDesign_flow_box1,
.planningAndDesign_flow_box2{
  width: 100%;
}
.planningAndDesign_flow_box1{

}
.planningAndDesign_flow_box2{

}
.planningAndDesign_flow_telbox{
  margin-top: 13px;
}
.planningAndDesign_flow_tel{
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 25px;
  text-align: center;
}
.planningAndDesign_flow_tel strong{
  font-weight: 400;
  font-size: 20px;
}
.planningAndDesign_flow .read_more{

}

@media (max-width:374px){

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

}
@media (max-width:767px){
  .planningAndDesign_flow .read_more a:after{
    position: relative;
    top: auto;
    transform: none;
    margin-top: 30px;
  }
  .planningAndDesign_flow_tel{
    font-size: 32px;
  }
  .planningAndDesign_flow_telbox{
    margin-top: 40px;
  }
}
@media (min-width:768px){

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

  }
  .pg_planningAndDesign .section.sec1{

  }
  .pg_planningAndDesign .section.sec2{

  }
  .pg_planningAndDesign .section.sec3{

  }
  .pg_planningAndDesign .section.sec4{

  }

  /*電子回路の企画・設計、丸ごとお任せください*/
  .planningAndDesign_Circuit{

  }
  .planningAndDesign_Circuit .tt3.large{
    font-size: 28px;
  }
  .planningAndDesign_Circuit .tt3.large p{
    letter-spacing: 0.075em;
  }
  .planningAndDesign_Circuit_text{

  }

  /*電子回路のプロが、企画から設計まで対応*/
  .planningAndDesign_professional{

  }
  .planningAndDesign_professional_text{
    font-size: 16px;
  }
  .planningAndDesign_professional_blue_title{
    margin-top: 72px;
    padding: 10px 0;
    font-size: 20px;
  }
  .planningAndDesign_professional_box_content{
    margin: 50px -10px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .planningAndDesign_professional_box{
    width: 33.33%;
    padding: 0 10px;
  }
  .planningAndDesign_professional_box:nth-child(n+4){
    margin-top: 30px;
  }
  .planningAndDesign_professional_box_inner{

  }
  .planningAndDesign_professional_box_img_outer{

  }
  .planningAndDesign_professional_box_img_outer:before{

  }
  .planningAndDesign_professional_box_img.img_fit{

  }
  .planningAndDesign_professional_box_title{
    margin-top: 15px;
    font-size: 20px;
  }
  .planningAndDesign_professional_box_text{
    margin-top: 5px;
    font-size: 16px;
  }

  /*イメージだけでも、話せば道が見えてきます*/
  .planningAndDesign_features{

  }

  /*受注までの流れをチェック*/
  .planningAndDesign_flow{

  }
  .planningAndDesign_flow .tt3.large p{
    letter-spacing: 0.075em;
  }
  .planningAndDesign_flow_box1{
    width: 24%;
  }
  .planningAndDesign_flow_box2{
    width: 70%;
  }
  .planningAndDesign_flow .page_contents_tt{
    margin-top: 0;
  }
  .planningAndDesign_flow_telbox{
    margin-top: 40px;
    display: flex;
    align-items: center;
  }
  .planningAndDesign_flow_tel{
    font-size: 25px;
    text-align: justify;
  }
  .planningAndDesign_flow_tel strong{
    font-size: 18px;
  }
  .planningAndDesign_flow .read_more{
    margin-top: 0;
    margin-left: 10px;
  }
  .planningAndDesign_flow .read_more a{
    font-size: 12px;
    padding: 16px 0px;
    padding-right: 60px;
  }

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

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

  }
  .pg_planningAndDesign .section.sec1{

  }
  .pg_planningAndDesign .section.sec2{
    padding-top: 93px;
  }
  .pg_planningAndDesign .section.sec3{
    padding-top: 94px;
  }
  .pg_planningAndDesign .section.sec4{
    padding-top: 164px;
    padding-bottom: 0px;
  }

  /*電子回路の企画・設計、丸ごとお任せください*/
  .planningAndDesign_Circuit{

  }
  .planningAndDesign_Circuit .tt3.large{
    line-height: 1.2;
    margin-top: 24px;
    font-size: 35px;
  }
  .planningAndDesign_Circuit_text{
    margin-top: -4px;
    text-align: center;
  }

  /*電子回路のプロが、企画から設計まで対応*/
  .planningAndDesign_professional{

  }
  .planningAndDesign_professional_text{
    margin-top: -10px;
    font-size: 16px;
    text-align: center;
  }
  .planningAndDesign_professional_blue_title{
    margin-top: 72px;
    padding: 10px 0;
    font-size: 20px;
  }
  .planningAndDesign_professional_box_content{
    margin: 36px -15px 0;
  }
  .planningAndDesign_professional_box{
    width: 33.33%;
    padding: 0 15px;
  }
  .planningAndDesign_professional_box:nth-child(n+4){
    margin-top: 57px;
  }
  .planningAndDesign_professional_box_inner{

  }
  .planningAndDesign_professional_box_img_outer{

  }
  .planningAndDesign_professional_box_img_outer:before{

  }
  .planningAndDesign_professional_box_img.img_fit{

  }
  .planningAndDesign_professional_box_title{
    margin-top: 27px;
    font-size: 25px;
  }
  .planningAndDesign_professional_box_text{
    margin-top: 19px;
    font-size: 16px;
  }

  /*イメージだけでも、話せば道が見えてきます*/
  .planningAndDesign_features{

  }
  .planningAndDesign_features .cmn_contents_box2{
    width: 42.7%;
  }

  /*受注までの流れをチェック*/
  .planningAndDesign_flow{

  }
  .planningAndDesign_features .tt3.large{
    margin-bottom: 70px;
  }
  .planningAndDesign_flow .page_contents_item{
    padding-bottom: 60px;
  }
  .planningAndDesign_flow .page_contents_item:nth-child(n+2){
    padding-top: 55px;
  }
  .planningAndDesign_flow .page_contents_item:last-child{
    padding-bottom: 43px;
  }
  .planningAndDesign_flow_box1{
    width: 20%;
  }
  .planningAndDesign_flow_box2{
    width: 74.5%;
  }
  .planningAndDesign_flow_telbox{
    margin-top: 40px;
  }
  .planningAndDesign_flow_tel{
    font-size: 32px;
  }
  .planningAndDesign_flow_tel strong{
    font-size: 25px;
  }
  .planningAndDesign_flow .read_more{
    margin-top: 0;
    margin-left: 23px;
  }
  .planningAndDesign_flow .read_more a{
    font-size: 14px;
    padding: 16px 20px;
    padding-right: 70px;
  }

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


}



/*******************************
*　自社サービスについて
********************************/

.tt2_ja{
  display: flex;
  align-items: center;
  justify-content: center;
}
.tt2_ja:before,
.tt2_ja:after{
  content: "";
  width: 55px;
  height: 8px;
}
.tt2_ja:before{
  margin-right: 17px;
  background: url(/system_panel/uploads/images/20250821201139917487.png)no-repeat center center/contain;
}
.tt2_ja:after{
  margin-left: 16px;
  background: url(/system_panel/uploads/images/20250821201139425909.png)no-repeat center center/contain;
}

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

}
.pg_originalService .section.sec1{

}
.pg_originalService .section.sec2{

}
.pg_originalService .section.sec3{

}

/*高精度な電圧測定を、もっと手軽に*/
.originalService_senses{

}
.originalService_senses .tt3.large p{
  letter-spacing: 0;
}
.originalService_senses_blus_title{
  margin: 0px auto;
  padding: 3px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
  color: #fff;
  background: #3488d4;
  width: 83%;
}
.originalService_senses_text{
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
.originalService_senses_img_outer{
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.originalService_senses_img_inner{
  width: 71.17%;
}
.originalService_senses_img.img_fit{

}
.originalService_senses_img.img_fit:before{
  padding-top: 53.16%;
}

/*研究・開発・教育現場で選ばれるPC五感「電圧計」*/
.originalService_features{

}
.originalService_features_box_content{
  margin-top: 0px;
}
.originalService_features_box{
  width: 100%;
  padding: 0 15px;
}
.originalService_features_box_outer{
  position: relative;
  z-index: 1;
}
.originalService_features_box_inner{
  padding: 30px 25px;
  background: #fff;
  border: 1px solid #3488d4;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.originalService_features_box_outer:before{
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--main-color);
  transform: rotate(-2deg);
  border-radius: 20px;
}
.originalService_features_box_title{
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.originalService_features_box_title:after{
  content: "";
  margin: 18px auto 0;
  display: block;
  width: 65px;
  height: 1px;
  background: #3488d4;
}
.originalService_features_box_text{
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

/*その計測、PC五感「電圧計」に任せてみませんか？*/
.originalService_case{

}
.originalService_case_item_content{
  margin-top: 30px;
}
.originalService_case_item{
  padding: 50px 0;
}
.originalService_case_item,
.originalService_case_item > *{
  position: relative;
  z-index: 1;
}
.originalService_case_item:before{
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
}
.originalService_case_item:nth-child(n+2){
  margin-top: 50px;
}
.originalService_case_item:nth-child(odd):before{
  border-radius: 0 0 0 80px;
  background: #f8fcff;
}
.originalService_case_item:nth-child(even):before{
  border-radius: 0 0 80px 0;
  background: #fbfbfb;
}
.originalService_case_item_nbr{
  padding: 4px 0 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #3488d4;
  width: 100px;
  position: relative;
  z-index: 1;
}
.originalService_case_item_nbr:after{
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 115%;
  transform: translateY(-50%);
  width: 169px;
  height: 7px;
  background: url(/system_panel/uploads/images/20250822113709582093.png)no-repeat center center/contain;
}
.originalService_case_item_title{
  margin-top: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #3488d4;
}
.originalService_case_item_text{
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
.originalService_case_item_blue_title{
  margin-top: 30px;
  padding: 10px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: #3488d4;
}
.originalService_case_item_box_content{
  padding: 20px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
}
.originalService_case_item_box{
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 23px;
}
.originalService_case_item_box:before{
  content: "";
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(/system_panel/uploads/images/20250822104825696707.png)no-repeat center center/contain;
}
.originalService_case_item_box:nth-child(n+3){
  margin-top: 9px;
}



@media (max-width:374px){

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

}
@media (max-width:767px){
  .originalService_senses_img_inner{
    width: 100%;
  }
}
@media (min-width:768px){

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

  }
  .pg_originalService .section.sec1{

  }
  .pg_originalService .section.sec2{

  }
  .pg_originalService .section.sec3{

  }

  /*高精度な電圧測定を、もっと手軽に*/
  .originalService_senses{

  }
  .originalService_senses_blus_title{
    margin: 0 auto;
    padding: 2px 0;
    font-size: 23px;
    width: 83%;
  }
  .originalService_senses_text{
    margin-top: 20px;
    font-size: 16px;
  }
  .originalService_senses_img_outer{
    margin-top: 30px;
  }
  .originalService_senses_img_inner{
    width: 71.17%;
  }
  .originalService_senses_img.img_fit{

  }

  /*研究・開発・教育現場で選ばれるPC五感「電圧計」*/
  .originalService_features{

  }
  .originalService_features_box_content{
    margin: 51px -15px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .originalService_features_box{
    width: 50%;
    padding: 0 15px;
  }
  .originalService_features_box:nth-child(n+3){
    margin-top: 30px;
  }
  .originalService_features_box_outer{
    height: 100%;
  }
  .originalService_features_box_inner{
    padding: 35px 20px;
    height: 100%;
  }
  .originalService_features_box_outer:before{
    inset: 0 2px 0 -2px;
  }
  .originalService_features_box_title{
    font-size: 22px;
  }
  .originalService_features_box_title:after{
    margin: 18px auto 0;
    width: 65px;
  }
  .originalService_features_box_text{
    margin-top: 15px;
    font-size: 16px;
  }

  /*その計測、PC五感「電圧計」に任せてみませんか？*/
  .originalService_case{

  }
  .originalService_case_item_content{
    margin-top: 50px;
  }
  .originalService_case_item{
    padding: 59px 0 61px;
  }
  .originalService_case_item:before{
    left: auto;
    transform: none;
    width: auto;
  }
  .originalService_case_item:nth-child(n+2){
    margin-top: 50px;
  }
  .originalService_case_item:nth-child(odd):before{
    right: calc(345px - 50vw);
    left: -3%;
  }
  .originalService_case_item:nth-child(even):before{
    left: calc(345px - 50vw);
    right: -3%;

  }
  .originalService_case_item_nbr{
    padding: 4px 0 5px;
    font-size: 15px;
    width: 100px;
  }
  .originalService_case_item_nbr:after{
    left: 115%;
    width: 169px;
    height: 7px;
  }
  .originalService_case_item_title{
    margin-top: 19px;
    font-size: 25px;
  }
  .originalService_case_item_text{
    margin-top: 34px;
    font-size: 16px;
  }
  .originalService_case_item_blue_title{
    margin-top: 48px;
    padding: 10px 0;
    font-size: 20px;
  }
  .originalService_case_item_box_content{
    padding: 30px 25px;
  }
  .originalService_case_item_box{
    font-size: 16px;
    width: 47%;
    padding-left: 23px;
  }
  .originalService_case_item_box:before{
    top: 8px;
    left: 0;
    width: 17px;
    height: 17px;
  }
  .originalService_case_item_box:nth-child(n+3){
    margin-top: 9px;
  }

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

  /*その計測、PC五感「電圧計」に任せてみませんか？*/
  .originalService_case_item:nth-child(odd):before{
    right: calc(465px - 50vw);
    left: -10.36%;
  }
  .originalService_case_item:nth-child(even):before{
    left: calc(465px - 50vw);
    right: -10.36%;
  }

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

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

  }
  .pg_originalService .section.sec1{

  }
  .pg_originalService .section.sec2{
    padding-top: 71px;
  }
  .pg_originalService .section.sec3{
    padding-top: 70px;
  }

  /*高精度な電圧測定を、もっと手軽に*/
  .originalService_senses{

  }
  .originalService_senses_blus_title{
    margin: -19px auto 0;
    padding: 0px 0 2px;
    font-size: 35px;
    width: 83%;
  }
  .originalService_senses_text{
    margin-top: 28px;
    font-size: 16px;
  }
  .originalService_senses_img_outer{
    margin-top: 52px;
  }
  .originalService_senses_img_inner{
    width: 71.17%;
  }
  .originalService_senses_img.img_fit{

  }

  /*研究・開発・教育現場で選ばれるPC五感「電圧計」*/
  .originalService_features{

  }
  .originalService_features .tt3.large p{
    letter-spacing: 0;
  }
  .originalService_features_box_content{
    margin: 51px -15px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .originalService_features_box{
    width: 50%;
    padding: 0 15px;
  }
  .originalService_features_box:nth-child(n+3){
    margin-top: 60px;
  }
  .originalService_features_box_outer{

  }
  .originalService_features_box_inner{
    padding: 42px 20px 41px;

  }
  .originalService_features_box_outer:before{
    inset: 0 2px 0 -2px;
  }
  .originalService_features_box_title{
    font-size: 25px;
  }
  .originalService_features_box_title:after{
    margin: 18px auto 0;
    width: 65px;
  }
  .originalService_features_box_text{
    margin-top: 15px;
    font-size: 16px;
  }

  /*その計測、PC五感「電圧計」に任せてみませんか？*/
  .originalService_case{

  }
  .originalService_case_item_content{
    margin-top: 73px;
  }
  .originalService_case_item{
    padding: 59px 0 61px;
  }
  .originalService_case_item:before{

  }
  .originalService_case_item:nth-child(n+2){
    margin-top: 101px;
  }
  .originalService_case_item:nth-child(odd):before{

  }
  .originalService_case_item:nth-child(even):before{

  }
  .originalService_case_item_nbr{
    padding: 4px 0 5px;
    font-size: 15px;
    width: 100px;
  }
  .originalService_case_item_nbr:after{
    left: 115%;
    width: 169px;
    height: 7px;
  }
  .originalService_case_item_title{
    margin-top: 19px;
    font-size: 25px;
  }
  .originalService_case_item_text{
    margin-top: 34px;
    font-size: 16px;
  }
  .originalService_case_item_blue_title{
    margin-top: 48px;
    padding: 10px 0;
    font-size: 20px;
  }
  .originalService_case_item_box_content{
    padding: 25px 25px;
  }
  .originalService_case_item_box{
    font-size: 15px;
    width: 50%;
    padding-left: 23px;
  }
  .originalService_case_item_box p{
    letter-spacing: 0;
  }
  .originalService_case_item_box:before{
    top: 7px;
    left: 0;
    width: 17px;
    height: 17px;
  }
  .originalService_case_item_box:nth-child(n+3){
    margin-top: 9px;
  }

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

  /*高精度な電圧測定を、もっと手軽に*/
  .originalService_senses_text{
    text-align: center;
  }
  .originalService_senses .tt3.large p{
    letter-spacing: 0.075em;
  }

  /*研究・開発・教育現場で選ばれるPC五感「電圧計」*/
  .originalService_features_box_title{
    font-size: 25px;
  }
  .originalService_features .tt3.large p{
    letter-spacing: 0.075em;
  }
  .originalService_case_item_box_content{
    padding: 22px 64px 29px;
  }

  /*その計測、PC五感「電圧計」に任せてみませんか？*/
  .originalService_case_item:nth-child(odd):before{
    right: calc(555px - 50vw);
  }
  .originalService_case_item:nth-child(even):before{
    left: calc(555px - 50vw);
  }
  .originalService_case_item_box_content{
    padding: 22px 64px 29px;
  }
  .originalService_case_item_box{
    font-size: 16px;
    width: 48.5%;
    padding-left: 23px;
  }
  .originalService_case_item_box:before{
    left: 0;
    width: 17px;
    height: 17px;
  }
  .originalService_case_item_box p{
    letter-spacing: 0.075em;
  }

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

  /*その計測、PC五感「電圧計」に任せてみませんか？*/
  .originalService_case_item:before{
    width: 146.84%;
  }

}




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

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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}


@media (max-width:374px){

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

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

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

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }

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


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


}

/* メイン部分 */

@media (max-width:767px){

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

}
@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: #3488d4;
  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: 12px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 33px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
  color: #d5edff;
}

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

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

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

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

.posts_back_list{

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

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


/* 動画 */
.post_video{

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

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

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

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

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

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .posts_list{

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

  }

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

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

}



/*******************************
*　新着情報
********************************/

/*一覧*/
.news_list{

}
.news_list .webgene-blog{

}
.news_list .webgene-item{
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}
.news_list .webgene-item:first-child{
  border-top: 1px solid #eeeeee;
}
.news_list .webgene-item a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1;
}
.news_list .webgene-item a:after{
  content: "→";
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #3488d4;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 2.5%;
  transform: translateY(-50%);
  transition: all 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;
  line-height: 1;
  letter-spacing: 0.075em;
}
.news_list .webgene-item .category{
  margin-left: 15px;
  padding: 6px 0 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
  width: 100px;
  color: #fff;
  background: #3488d4;
}
.news_list .webgene-item .title{
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.075em;
  -webkit-line-clamp: 1;
  width: 90%;
}
.news_list .webgene-pagination{

}
.news_list .webgene-pagination li{
  padding: 3px 13px;
  background: #fff;
  border: 1px solid #3488d4;
}
.news_list .webgene-pagination li.selected{
  color: #fff;
  background: #3488d4;
}

/*詳細*/
.news_detail{

}
.news_detail .webgene-blog{

}
.news_detail .webgene-item{

}
.news_detail .webgene-item .meta{
  display: flex;
  align-items: center;
}
.news_detail .webgene-item .date{
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.075em;
}
.news_detail .webgene-item .category{
  margin-left: 15px;
  padding: 6px 0 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
  width: 100px;
  color: #fff;
  background: #3488d4;
}
.news_detail .webgene-item .title{
  margin-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #eeeeee;
}
.news_detail .webgene-item .post_content{
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0;
}
.news_detail .webgene-item .txt{
  font-weight: 400;
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.075em;
  text-align: justify;
}


@media (max-width:374px){

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

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

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

  /*一覧*/
  .news_list{

  }
  .news_list .webgene-blog{

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

  }
  .news_list .webgene-item .date{
    font-size: 14px;
  }
  .news_list .webgene-item .category{
    margin-left: 15px;
    padding: 6px 0 5px;
    font-size: 14px;
    width: 100px;
  }
  .news_list .webgene-item .title{
    margin-top: 0;
    font-size: 16px;
    margin-left: 15px;
    width: 55%;
  }
  .news_list .webgene-pagination{

  }

  /*詳細*/
  .news_detail{

  }
  .news_detail .webgene-blog{

  }
  .news_detail .webgene-item{

  }
  .news_detail .webgene-item .meta{

  }
  .news_detail .webgene-item .date{
    font-size: 14px;
  }
  .news_detail .webgene-item .category{
    margin-left: 20px;
    padding: 6px 0 5px;
    font-size: 14px;
    width: 110px;
  }
  .news_detail .webgene-item .title{
    margin-top: 15px;
    padding-bottom: 20px;
    font-size: 16px;
  }
  .news_detail .webgene-item .post_content{
    padding: 50px 0;
  }
  .news_detail .webgene-item .txt{
    font-size: 16px;
  }

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

  /*一覧*/
  .news_list{

  }
  .news_list .webgene-blog{

  }
  .news_list .webgene-item{
    padding: 24px 0;
  }
  .news_list .webgene-item:nth-child(n+2){
    padding: 25px 0;
  }
  .news_list .webgene-item a{

  }
  .news_list .webgene-item .date{
    font-size: 14px;
  }
  .news_list .webgene-item .category{
    margin-left: 26px;
    padding: 5px 0 5px 4px;
    font-size: 14px;
    width: 125px;
  }
  .news_list .webgene-item .title{
    font-size: 16px;
    margin-left: 20px;
    width: 60%;
  }
  .news_list .webgene-pagination{

  }

  /*詳細*/
  .news_detail{

  }
  .news_detail .webgene-blog{

  }
  .news_detail .webgene-item{

  }
  .news_detail .webgene-item .meta{

  }
  .news_detail .webgene-item .date{
    font-size: 14px;
  }
  .news_detail .webgene-item .category{
    margin-left: 26px;
    padding: 6px 0 5px;
    font-size: 14px;
    width: 125px;
  }
  .news_detail .webgene-item .title{
    margin-top: 15px;
    padding-bottom: 26px;
    font-size: 16px;
  }
  .news_detail .webgene-item .post_content{
    padding: 50px 0 71px;
  }
  .news_detail .webgene-item .txt{
    font-size: 16px;
  }
  .news_detail .read_more{
    margin-top: 79px;
  }


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


}



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

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

/* スライド */
.gallery_wrap{
  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;
}

/* メイン */
.gallery_main{

}
.gallery_main .img{
  background: #EEE;
}
.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: 10px;
}
.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,
.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;
}
.works_detail .swiper-button-next:after,
.works_detail .swiper-button-prev:after{
  display: none;
}
.works_detail .swiper-button-prev{
  left:-5.9%;
}
.works_detail .swiper-button-prev:before{
  content: "";
  display: block;
  width:25px;
  aspect-ratio:1 / 1;
  background-image: url(/system_panel/uploads/images/left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.works_detail .swiper-button-next:after{
  content: "";
  display: block;
  width:25px;
  aspect-ratio:1 / 1;
  background-image: url(/system_panel/uploads/images/right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.works_detail .swiper-button-prev{
  left: -10%;
}
.works_detail .swiper-button-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{
  }
  .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 .read_more{
    margin-top: 56px;
  }
  .works_detail .read_more a{
    font-size: 14px;
    width: 213px;
    padding: 16px 20px 12px;
  }
  .works_detail .swiper-button-prev{
    left: -5.9%;
  }
  .works_detail .swiper-button-next{
    right: -5.9%;
  }
}
@media (min-width:1024px){

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

}
.pg_works .section.sec1{

}

/*一覧*/
.works_list{

}
.works_list .webgene-blog{
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.works_list .webgene-item{
  width: 50%;
  padding: 0 5px;
}
.works_list .webgene-item:nth-child(n+3){
  margin-top: 30px;
}
.works_list .webgene-item .img.img_fit{
  overflow: hidden;
  border-radius: 20px;
}
.works_list .webgene-item .img.img_fit:before{
  padding-top: 71.42%;
}
.works_list .webgene-item .img.img_fit img{
  border-radius: 20px;
}
.works_list .webgene-item .title{
  margin-top: 18px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.75;
}
.works_list .webgene-pagination{

}
.works_list .webgene-pagination li{
  background: #fff;
  border: 1px solid;
  border-color: rgb(52, 136, 212);
}
.works_list .webgene-pagination li.selected{
  color: #fff;
  background-image: -webkit-linear-gradient( 135deg, rgba(0,134,255,0.99608) 0%, rgb(111,187,255) 100%);
  border-color: transparent;
}

/*詳細*/
.works_detail{

}
.works_detail .title{
  padding: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.075em;
  text-align: center;
  color: #fff;
  background: #3488d4;
}
.works_detail .gallery_wrap{
  margin-top: 30px;
}
.works_detail .gallery_main .img{
  background: transparent;
}
.works_detail .gallery_thumb{
  margin-top: 0px;
}
.works_detail .gallery_slide_prev,
.works_detail .gallery_slide_next{
  width: 22px;
  height: 22px;
}
.works_detail .gallery_slide_prev{
  left: -9%;
  background: url(/system_panel/uploads/images/20250820202804984929.png)no-repeat center center;
}
.works_detail .gallery_slide_next{
  right: -9%;
  background: url(/system_panel/uploads/images/20250820202804733619.png)no-repeat center center;
}
.works_detail .fa-chevron-circle-left:before,
.works_detail .fa-chevron-circle-right:before{
  content: "";
  display: none;
}
.works_detail .post_content{
  margin-top: 25px;
  padding: 25px 15px;
  border: 10px solid #f8fcff;
  position: relative;
  z-index: 1;
}
.works_detail .post_content:after{
  content: "";
  border: 1px solid #d4edff;
  position: absolute;
  z-index: 1;
  inset: -5px;
  pointer-events: none;
}
.works_detail .post_txt{
  font-weight: 400;
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.075em;
  text-align: justify;
}

@media (max-width:374px){

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

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

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

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

  }
  .pg_works .section.sec1{

  }

  /*一覧*/
  .works_list{

  }
  .works_list .webgene-blog{
    margin: 0 -10px;
  }
  .works_list .webgene-item{
    width: 33.33%;
    padding: 0 10px;
  }
  .works_list .webgene-item:nth-child(n+3){
    margin-top: 0px;
  }
  .works_list .webgene-item:nth-child(n+4){
    margin-top: 30px;
  }
  .works_list .webgene-item .img.img_fit{

  }
  .works_list .webgene-item .title{
    margin-top: 18px;
    font-size: 16px;
  }

  /*詳細*/
  .works_detail{

  }
  .works_detail .title{
    padding: 15px 0;
    font-size: 22px;
  }
  .works_detail .gallery_wrap{
    margin-top: 50px;
  }
  .works_detail .gallery_thumb{
    margin-top: 10px;
  }
  .works_detail .gallery_slide_prev:after,
  .works_detail .gallery_slide_next:after{

  }
  .works_detail .gallery_slide_prev{
    left: -7%;
  }
  .works_detail .gallery_slide_next{
    right: -7%;
  }
  .works_detail .post_content{
    margin-top: 50px;
    padding: 30px 25px;
  }
  .works_detail .post_content:after{
    inset: -5px;
  }
  .works_detail .post_txt{
    font-size: 16px;
  }

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

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

  }
  .pg_works .section.sec1{

  }

  /*一覧*/
  .works_list{

  }
  .works_list .webgene-blog{
    margin: 0 -15px;
  }
  .works_list .webgene-item{
    width: 33.33%;
    padding: 0 15px;
  }
  .works_list .webgene-item:nth-child(n+4){
    margin-top: 75px;
  }
  .works_list .webgene-item .img.img_fit{

  }
  .works_list .webgene-item .title{
    margin-top: 18px;
    font-size: 16px;
  }
  .works_list .webgene-pagination{
    margin-top: 93px;
  }

  /*詳細*/
  .works_detail{

  }
  .works_detail .title{
    padding: 15px 0 17px;
    margin-top: -20px;
    font-size: 25px;
  }
  .works_detail .gallery_wrap{
    margin-top: 80px;
  }
  .works_detail .gallery_thumb{
    margin-top: 13px;
  }
  .works_detail .gallery_slide_prev:after,
  .works_detail .gallery_slide_next:after{

  }
  .works_detail .gallery_slide_prev{
    left: -5.5%;
  }
  .works_detail .gallery_slide_next{
    right: -5.5%;
  }
  .works_detail .post_content{
    margin-top: 66px;
    padding: 35px 57px 36px;
  }
  .works_detail .post_content:after{
    inset: -5px;
  }
  .works_detail .post_txt{
    font-size: 16px;
  }
  .works_detail .read_more{
    margin-top: 78px;
  }

}
@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: 2;
  text-align: justify;
  border-color: #eeeeee;
}
.company_tbl .table_rows_th{
  background: #f8fcff;
}
.company_tbl .table_rows_td{
  background: #fff;
}

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

/*画像*/
.company_gallery_items{
  margin: 30px -5px 0;
}
.company_gallery_item{
  padding: 0 5px;
}
.company_gallery_item:nth-child(n+3){
  margin-top: 30px;
}
.company_gallery_item_img.img_fit{

}
.company_gallery_item_img.img_fit:before{
  padding-top: 80%;
}
.company_gallery_item_img.img_fit img{
  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 #eeeeee;
    border-bottom: none;
  }
  .company_tbl .table_rows_tr:last-child .table_rows_td{
    border-bottom: 1px solid #eeeeee;
  }

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

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

  }

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

  /*画像*/
  .company_gallery_items{
    margin: 40px -10px 0;
  }
  .company_gallery_item{
    padding: 0 10px;
  }
  .company_gallery_item:nth-child(n+3){
    margin-top: 0px;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 30px;
  }
  .company_gallery_item_img.img_fit{

  }

}
@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: 15px 12px 15.5px 14px;
  }
  .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;
  }

  /*画像*/
  .company_gallery_items{
    margin: 55px -15px 0;
  }
  .company_gallery_item{
    padding: 0 15px;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 26px;
  }
  .company_gallery_item_img.img_fit{

  }


}
@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-weight: 400;
  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 #eeeeee;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #eeeeee;
}
.pg_contact .formTh {
  padding: 15px 15px 16px 20px;
  background: #f8fcff;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 3px 11px;
  margin-top: 0px;
  float: right;
  font-weight: 400;
  letter-spacing: 0.12em;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.un_requiredText{
  background: #ffffff;
  color: #b80000;
  border: 1px solid #b80000;
  padding: 3px 10px;
  margin-top: 1px;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 12px 10px 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 11px;
  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"]{
  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: 7px 11px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.pg_contact .formWrap .text-center{
  padding-top: 43px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
  margin-left: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #3488d4;
}
.pg_contact .formBtn.formSend {
  max-width: 143px;
  width: 100%;
  margin: 39px auto 0;
  padding: 16px 0;
  padding-right: 56px;
  border: 0;
  background: transparent;
  color: #181818;
  display: block;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.075em;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.pg_contact .formBtn.formSend:after{
  content: "→";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(135deg, rgba(0, 134, 255, 0.99608) 0%, rgb(111, 187, 255) 100%);
  color: #FFF;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.pg_contact .formBtn.formSend:hover:after{
  margin-right: -5px;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 2px 1px 0;
  margin-right: -5px;
}
.radioArea .d-inline-block .label{
  margin-left: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}
.radioArea .d-inline-block{
  margin-right: 31px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
.fileArea{

}
.fileCaution{
  color: #b80000;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 1.933;
}
.fileCaution_text{
  line-height: 1.933;
}

label.label.zipcode_i {
  padding: 7.7px 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.sec2{
  padding: 152px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 47px;
  padding-left: 60px;
}
.privacy_box{
  padding: 2.5% 4.3% 2.5% 2.7%;
  height: 397px;
  overflow: auto;
  border: 1px solid #dbdbdb;
}
.privacy_item {
  margin-top: 27px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 7.5px 15px;
  margin-bottom: 12px;
  border-left: 6px solid;
  border-image: linear-gradient(rgb(111,187,255) 0%, rgba(0,134,255,0.99608) 100%) 1;
}
.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: 100%;
  }
  .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: 43px;
  }
  .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: 8.7px 4px;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }

  .radioArea .d-inline-block {
    margin-right: 10px;
  }
  .pg_contact .section.sec2 .contact_tt {
    margin-bottom: 20px;
    padding-left: 0;
  }


  .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_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: justify;
}

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

  .thanks_text{
    text-align: center;
  }

}



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

.footer{
  margin-top: 50px;
  background: #f8fcff;
  border-radius: 50px 50px 0 0;
}
.footer_inner{
  padding: 0 30px;
}
.ftr1{
  padding: 30px 0;
}
.ftr1>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr1_box{
  width: 100%;
}
.ftr1_box:nth-child(n+2){
  margin-top: 30px;
}
.ftr1_box_inner{
  text-align: center;
}
.ftr1_box_img{
  text-align: center;
}
.ftr1_box_title_en{
  margin-top: 10px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 1;
}
.ftr1_box_title_en p{
  letter-spacing: 0;
}
.ftr1_box_title_ja{
  margin-top: 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ftr1_box_title_ja.left:after{
  content: "";
  background: url(/system_panel/uploads/images/20250821145314440525.png)no-repeat center center/contain;
  width: 79%;
  height: 7px;
}
.ftr1_box_title_ja.right:after{
  content: "";
  background: url(/system_panel/uploads/images/20250821150509567781.png)no-repeat center center/contain;
  width: 70%;
  height: 7px;
}
.ftr1_box .read_more{
  margin: 15px 0 0;
}
.ftr1_box .read_more a{
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  padding: 0;
  padding-right: 25.7%;
  margin: 0px;
  padding-bottom: 5px;
}

.ftr2{
  margin: 0;
  padding: 30px 0;
  background: #3488d4;
  border-radius: 20px 20px 0 0;
}
.ftr2_inner{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ftr2_box1{
  width: 100%;
}
.ftr2_box2{
  display: none;
}
.ftr2_logo{
  text-align: center;
}
.ftr2_name{
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.075em;
  text-align: center;
  color: #fff;
}
.ftr2_addr{
  margin-top: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 2.133;
  letter-spacing: 0.075em;
  text-align: center;
  color: #fff;
}
.ftr_links{
  display: flex;
}
.ftr_link{

}
.ftr_link + .ftr_link{
  padding-left: 50px;
}
.ftr_link a{
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 2.133;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: all 0.2s;
}
.ftr_link a:hover{
  color: #0056b3;
}
.ftr_link a p{
  padding-left: 30px;
}
.ftr_link a:before{
  content: "□";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ftr_copy{
  margin-top: 20px;
  padding-top: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  /*z-index: 1000;*/
  z-index: 5; /* チャットボットがある場合 */
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  color: #f8fcff;
  background-image: -webkit-linear-gradient(135deg, rgba(0, 134, 255, 0.99608) 0%, rgb(111, 187, 255) 100%);
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #f8fcff;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #3488d4;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background-image: -webkit-linear-gradient(135deg, rgba(0, 134, 255, 0.99608) 0%, rgb(111, 187, 255) 100%);
}
.footer_fix > a i{
  font-size: 20px;
  margin-bottom: 8px;
}
.footer_fix .footer_fix_item_1.remorte i{
  margin-bottom: 0;
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  z-index: 5;
  right: 10px;
  bottom: 60px;
  z-index: 3;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #4682b4;
}
.pagetop a i{
  font-size: 40px;
}


.ftr_btn{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;;
}
.ftr_btn_txt{
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.ftr_btn_img{
  cursor: pointer;
  transition: all .2s;
  position: relative;
  right: 0;
}
.ftr_btn_img:hover{
  right: -5px;;
}

@media (min-width:375px){

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

  body{
    padding-bottom: 56px;
  }

  .footer_fix{
    display: flex;
  }

  .ftr1_box_title_en{
    font-size: 48px;
  }
  .ftr1_box_title_ja.right:after,
  .ftr1_box_title_ja.right:after{
    width: 150px;
    aspect-ratio:323 / 7;
    height:auto;
  }
  .ftr1_box_title_ja.left:after,
  .ftr1_box_title_ja.right:after{
    width: 150px;
    aspect-ratio: 323 / 7;
    height: auto;
  }

  .ftr1_box:nth-child(n+2){
    margin-top: 50px;
  }
  .ftr2{
    margin:0;
  }

  .ftr_btn_img{
    margin-top: 30px;
  }
}
@media (min-width:768px){
  .footer{
    margin-top: 100px;
    border-radius: 70px 70px 0 0;
  }

  .ftr1{
    padding: 50px 0;
  }
  .ftr1>.container{

  }
  .ftr1_box{
    width: 46%;
  }
  .ftr1_box:nth-child(n+2){
    margin-top: 0px;
  }
  .ftr1_box_inner{

  }
  .ftr1_box_img{

  }
  .ftr1_box_title{

  }
  .ftr1_box_title_en{
    margin-top: 15px;
    font-size: 60px;
  }
  .ftr1_box_title_ja{
    margin-top: 5px;
    font-size: 15px;
  }
  .ftr1_box_title_ja.left:after{
    width: 240px;
  }
  .ftr1_box_title_ja.right:after{
    width: 210px;
  }
  .ftr1_box .read_more{
    margin-top: 7px;
  }

  .ftr2{
    margin: 0;
    padding: 30px 0;
  }
  .ftr2_inner{

  }
  .ftr2_box1{
    width: 350px;
  }
  .ftr2_box2{
    display: block;
    width: 400px;
  }
  .ftr2_logo{
    text-align: justify;
  }
  .ftr2_name{
    font-size: 16px;
    text-align: justify;
  }
  .ftr2_addr{
    font-size: 15px;
    text-align: justify;
  }
  .ftr_links{

  }
  .ftr_link{

  }
  .ftr_link + .ftr_link{
    padding-left: 30px;
  }
  .ftr_link a{
    font-size: 15px;
  }
  .ftr_link a p{
    padding-left: 30px;
  }
  .ftr_link a:before{

  }
  .ftr_copy{
    font-size: 14px;
    margin-top: 30px;
    padding-top: 30px;
  }


  .ftr_btn{
    align-content: space-between;
    margin-top: 22px;
  }
  .ftr_btn_txt{

  }
  .ftr_btn_img{
    margin-right: 26px;
    margin-top: 11px;
    text-align: right;
  }
  .ftr1_box:last-child .ftr_btn_img{
    margin-right: 0;
  }
  .ftr_btn_txt,
  .ftr_btn_img{
    width: 100%;

  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 147px;
    border-radius: 100px 100px 0 0;
  }

  .ftr1{
    padding: 80px 0 113px;
  }
  .ftr1>.container{

  }
  .ftr1_box{
    width: 48.64%;
  }
  .ftr1_box_inner{

  }
  .ftr1_box_img{

  }
  .ftr1_box_title{

  }
  .ftr1_box_title_en{
    margin-top: 26px;
    font-size: 80px;
  }
  .ftr1_box_title_ja{
    margin-top: -7px;
    font-size: 15px;
  }
  .ftr1_box_title_ja.left:after{
    width: 350px;
  }
  .ftr1_box_title_ja.right:after{
    width: 323px;
  }
  .ftr1_box .read_more{
    margin-top: 22px;
  }
  .ftr1_box .read_more a:after{
    width: 74px;
    aspect-ratio: 75 / 75;
  }

  .ftr2{
    margin: 0;
    padding: 30px 0;
  }
  .ftr2_inner{

  }
  .ftr2_box1{
    width: 360px;
  }
  .ftr2_box2{
    /*    width: 382px;*/
    width: auto;
  }
  .ftr2_logo{

  }
  .ftr2_name{
    margin-top: 18px;
    font-size: 16px;
  }
  .ftr2_addr{
    margin-top: 23px;
    font-size: 15px;
  }
  .ftr_links{

  }
  .ftr_link{
    width: auto;
  }
  .ftr_link + .ftr_link{
    padding-left: 84px;
    margin-right: -4px;
  }
  .ftr_link a{
    font-size: 15px;
  }
  .ftr_link a p{
    padding-left: 22px;
  }
  .ftr_link a:before{

  }
  .ftr_copy{
    margin-top: 53px;
    padding-top: 15px;
    font-size: 14px;
  }

  .ftr1_box:last-child{
    padding-left: 30px;
  }
  .ftr_btn{
    justify-content: space-between;
  }
  .ftr_btn_txt{
    width: 70.37%;
  }
  .ftr_btn_img{
    width: 13.888%;

  }

}
@media (min-width:1200px){
  .ftr1_box_inner{
    display: inline-block;
    text-align: justify;
  }
  .ftr1_box_title_en{
    margin-top: 26px;
    font-size: 90px;
  }
  .ftr1_box_title_ja.left:after{
    width: 391px;
  }

  .ftr2{
    margin: 0 1.2%;
    padding: 111px 0 16px;
  }

}
