@charset "UTF-8";

/* 印刷用 */
@media only print{
  /*
    A4 847 * 595 px
    A3 1191 * 842 px
    B5 729 * 516 px
  */
  body{
    width: 1140px;
    overflow: hidden;
    /*zoom: 0.9;*/
  }
  .container{
    width: 100%;
  }
  .tb{
    display: none;
  }
  .sp{
    display: none;
  }
  
  /* 固定ヘッダーを使用している場合など */
  header .hdr1{
    position: static !important;
  }
  /* animate のフェードインを可視化 */
  [data-animate]{
    opacity:1 !important;
  }
}


@media only screen and (max-width:1599px){
  
  header .hdr1 .hdr_logo{
    width: 400px;
  }
  header .hdr1 .gnav{
    padding: 0 15px;
    width: calc(100% - 400px);
  }
}

@media only screen and (max-width:1379px){
  
  header .hdr1{
    height: 60px;
    padding-right: 150px;
  }
  header .hdr1 .hdr_logo{
    width: 300px;
  }
  header .hdr1 .gnav{
    padding: 0 15px;
    width: calc(100% - 300px);
  }
  
  header .hdr1 .hdr_contact{
    width: 150px;
  }
  header .hdr1 .hdr_contact a{
    height: 60px;
  }
}

@media only screen and (max-width:1220px){
  .container{
    width: 100%;
  }
  
  header .hdr1{
    height: 60px;
    padding-right: 100px;
  }
  header .hdr1 .hdr_logo{
    width: 200px;
  }
  header .hdr1 .gnav{
    padding: 0 15px;
    width: calc(100% - 200px);
  }
  header .hdr1 .hdr_contact{
    width: 100px;
    font-size: 14px;
  }
  
  .gnav > ul{
    font-size: 15px;
  }
  
  .mv{
    height: 500px;
  }
  .mv .mv_box .txt .txt1{
    font-size: 32px;
  }
  .mv .mv_box .txt .txt2 {
    font-size: 20px;
  }
  
  .home_mv_wrap{
    height: 380px;
  }
  
  .home_service_items .item .txt p{
    line-height: 1.8;
  }
}

@media only screen and (max-width:1023px){
  
  header .hdr1{
    flex-wrap: wrap;
    height: auto;
    padding-right: 0;
  }
  header .hdr1 .hdr_logo{
    display: flex;
    align-items: center;
    width: 300px;
    height: 50px;
    padding-left: 15px;
  }
  header .hdr1 .gnav{
    padding: 0 15px;
    width: 100%;
  }
  header .hdr1 .hdr_contact{
    width: 100px;
    font-size: 14px;
  }
  header .hdr1 .hdr_contact a {
    height: 50px;
  }
  
  
  .mv{
    height: 400px;
  }
  
  .tbl th, 
  .tbl td{
    padding: 1.35em 0 1.35em 1em;
  }
  
  .read_more a{
    padding: 10px 0;
  }
  
  .pg_home .section#sec2{
    margin-top: 100px;
  }
  .pg_home .section#sec3{
    margin-top: 100px;
  }
  
  .home_service_items{
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 30px;
  }
  .home_service_items .item{
    padding-left: 5px;
    padding-right: 5px;
  }
  .home_service_items .item .txt{
    padding-bottom: 50px;
  }
  .home_service_items .item .txt.txt2{
    height: 280px;
  }
  .home_service_items .item .txt b{
    font-size: 18px;
  }
  .home_service_items .item .txt p{
    font-size: 14px;
  }
  .home_service_items .item .txt .link{
    bottom: 5px;
  }
  
  .home_company_wrap .title{
    font-size: 24px;
  }
  .home_company_wrap .title:after{
    margin-left: 20px;
  }
  .home_company_wrap .txt{
    letter-spacing: 0;
  }
  
  
  .home_news_wrap .box2{
    width: calc(100% - 120px - 160px - 30px);
  }
  .home_news_wrap .box3{
    width: 160px;
  }
  .home_news_wrap .post_items .date{
    width: 110px;
  }
  .home_news_wrap .post_items .title {
    width: calc(100% - 110px);
  }
  .home_news_wrap .read_more a{
    width: 130px;
  }
  
  /**/
  .pg_company .section#sec2{
    margin-top: 100px;
  }
  .company_msg_wrap p{
    
  }
  .tbl .general .box1{
    padding-right: 20px;
  }
  
  .company_greeting_wrap .box1{
    line-height: 1.8;
  }
  
  
  /**/
  
  
  .tech_items_rows .item .title{
    margin-bottom: 15px;
  }
  
  .tech_details_wrap1 .box1{
    width: 56%;
  }
  .tech_details_wrap1 .box2{
    width: 40%;
  }
  .tech_details_wrap1 .txt{
    line-height: 1.8;
  }
  
  .tech_details_tokucho_items .item{
    width: 70%;
    margin: 0 auto;
  }
  .tech_details_tokucho_items .item:nth-child(n+2){
    margin-top: 30px;
  }
  
  
  /**/
  .products_wrap1 .box1{
    line-height: 1.8;
  }
  .products_wrap1 .box2{
    width: 40%;
  }
  
  .products_main_imgs{
    margin: 0 15px;
  }
  
  /**/
  .pg_recruit .section#sec2{
    margin-top: 50px;
  }
  .recruit_msg1{
    margin-top: 30px;
    text-align: left;
  }
  .recruit_msg2{
    font-size: 22px;
  }
  
  .recruit_job_nav li{
    width: 50%;
  }
  
  /**/
  
  
  /**/
  
  
  /**/
  .post_items .item.single_item .title{
    font-size: 20px;
  }
  
  /**/
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 150px;
  }
  
  .contact_info .box2 .item{
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  .products_sub_pages .item .read_more a {
    width: 160px;
  }
}

@media only screen and (max-width:767px){
  
  body{
    font-size: 14px;
    padding-bottom: 60px;
  }
  
  header{
    padding: 10px 0;
  }
  header .hdr1{
    width: 100%;
    margin-bottom: 0;
    
  }
  header .hdr1 .hdr_logo{
    width: 100%;
    height: auto;
    justify-content: center;
    text-align: center;
    margin: 5px 0;
  }
  header .hdr1 .hdr_logo img{
    width: 240px;
  }
  header .hdr1 .hdr_contact{
    display: none;
  }
  
  footer .box1,
  footer .box2{
    width: 100%;
  }
  footer .box2{
    margin-top: 30px;
  }
  
  footer .ftr_logo{
    margin-bottom: 20px;
    text-align: center;
  }
  footer .ftr_logo img{
    width: 200px;
  }
  footer .ftr_addr{
    margin-bottom: 20px;
    text-align: center;
  }
  footer .ftr_logo2{
    text-align: center;
  }
  footer .ftr_logo2 img{
    width: 200px;
  }
  
  .ftr_links_wrap{
    justify-content: space-between;
  }
  .ftr_links_wrap .item,
  .ftr_links_wrap .item.s,
  .ftr_links_wrap .item.m,
  .ftr_links_wrap .item.w{
    width: 49%;
  }
  
  .ftr_links_wrap .item:nth-child(n+3){
    margin-top: 10px;
  }
  
  
  .footer_contact_wrap .footer_contact_tt{
    font-size: 20px;
  }
  .footer_contact_wrap .footer_contact_msg1{
    font-size: 15px;
  }
  .footer_contact_items .item{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_contact_items .item:nth-child(n+2){
    margin-top: 15px;
  }
  
  .footer_fix{
    display: block;
  }
  
  header .hdr1 .gnav{
    width: 100%;
  }
  .gnav{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav > ul{
    display: block;
  }
  .gnav > ul > li{
    width: 100%;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
  }
  .gnav > ul > li + li,
  .gnav > ul > li:first-child,
  .gnav > ul > li:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav > ul > li a{
    padding: 10px 0;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }
  
  .breadcrumb{
    font-size: 12px;
  }
  .breadcrumb li{
    white-space: nowrap;
  }
  
  .mv{
    height: 300px;
  }
  .mv .mv_box .txt .txt1 {
    font-size: 24px;
  }
  .mv .mv_box .txt .txt2 {
    font-size: 18px;
  }
  
  
  .pg_header .container{
    height: 120px;
  }
  .pg_header .tt1{
    font-size: 24px;
  }
  
  .breadcrumb{
    margin-bottom: 50px;
  }
  
  .tt1{
    font-size: 24px;
  }
  .tt1 span{
    font-size: 14px;
  }

  .tt2{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .tt2 span{

  }
  .tt3{

  }
  .tt3 span{

  }
  .tt4{

  }
  .tt4 span{

  }
  .tt5{

  }
  .tt5 span{

  }
  
  .tbl th, .tbl td{
    padding: 10px 5px;
  }
  .tbl th{
    width: 30%;
  }
  
  .main{
    padding-bottom: 100px;
  }
  
  /*  */
  .pg_home .section#sec1{
    margin-top: 30px;
  }
  .pg_home .section#sec2{
    margin-top: 50px;
  }
  .pg_home .section#sec3{
    margin-top: 50px;
  }
  
  .home_mv_wrap{
    height: auto;
    padding: 15px 5px;
    margin-bottom: 50px;
  }
  .home_mv_wrap .box{
    height: auto;
    padding: 20px 10px;
  }
  .home_mv_wrap .title{
    font-size: 20px;
  }
  .home_mv_wrap .txt{
    font-size: 14px;
    line-height: 1.8;
  }
  
  .home_msg1{
    line-height: 1.8;
  }
  
  .home_service_items .item{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .home_service_items .item+.item{
    margin-top: 30px;
  }
  .home_service_items .item .txt{
    padding: 10px;
  }
  
  .home_company_wrap .box1,
  .home_company_wrap .box2{
    width: 100%;
  }
  
  .home_company_wrap .box2{
    margin-top: 15px;
  }
  .home_company_wrap .box2 img{
    position: static;
  }
  
  .home_company_wrap .title{
    font-size: 20px;
  }
  .home_company_wrap .txt{
    font-size: 13px;
    line-height: 1.8;
  }
  
  .home_news_wrap .box1,
  .home_news_wrap .box2,
  .home_news_wrap .box3{
    width: 100%;
  }
  .home_news_wrap .box1{
    height: 50px;
  }
  .home_news_wrap .box3{
    margin-top: 15px;
  }
  
  /*  */
  .pg_company .section#sec2{
    margin-top: 50px;
    padding-top: 35px;
  }
  .tbl .general .box1{
    width: 100%;
    padding-right: 0;
  }
  .tbl .general .box2{
    width: 100%;
  }
  .company_msg_wrap{
    height: auto;
    padding: 50px 15px;
  }
  .company_msg_wrap h2{
    font-size: 22px;
  }
  .company_msg_wrap p{
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
  
  .company_greeting_wrap .box1{
    width: 100%;
  }
  .company_greeting_wrap .box2{
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  
  .company_about_tbl td{
    line-height: 1.6;
    font-size: 12px;
  }
  
  
  /*  */
  
  .pg_tech2 .section#sec2{
    margin-top: 50px;
  }
  
  .tech_msg1{
    line-height: 1.8;
  }

  
  .tech_items_rows .item{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tech_items_rows .item .box1,
  .tech_items_rows .item .box2{
    width: 100%;
    
  }
  .tech_items_rows .item .box1{
    
  }
  .tech_items_rows .item .box2{
    margin-top: 20px;
  }
  
  .tech_items_rows .tech_items_wrap:nth-child(even) .item .box1{
    order: 1;
  }
  .tech_items_rows .tech_items_wrap:nth-child(even) .item .box2{
    order: 2;
  }
  
  .tech_items_rows .item .title{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .tech_items_rows .item .txt{
    line-height: 1.8;
  }
  
  
  .tech_details_wrap1 + .tech_details_wrap1{
    margin-top: 50px;
  }
  .tech_details_wrap1 .title{
    font-size: 18px;
  }
  .tech_details_wrap1 .box1,
  .tech_details_wrap1 .box2{
    width: 100%;
  }
  .tech_details_wrap1 .box2{
    margin-top: 20px;
  }
  
  .tech_details_rows .tech_details_wrap1:nth-child(even) .box1{
    order: 1;
  }
  .tech_details_rows .tech_details_wrap1:nth-child(even) .box2{
    order: 2;
  }
  
  .tech_details_tokucho_items .item{
    width: 100%;
  }
  .tech_details_tokucho_items .item .title{
    font-size: 18px;
  }
  
  .tech_details_main_img{
    margin-top: 50px;
  }
  .tech_details_main_img .txt{
    font-size: 14px;
  }
  
  /*  */
  .products_wrap1 .box1,
  .products_wrap1 .box2{
    width: 100%;
  }
  .products_wrap1 .box2{
    margin-top: 15px;
    text-align: center;
  }
  
  .products_wrap2 .box1,
  .products_wrap2 .box2{
    width: 100%;
  }
  .products_wrap2 .box1{
    line-height: 1.8;
  }
  .products_wrap2 .box2{
    margin-top: 15px;
    text-align: center;
  }
  
  
  
  .products_sub_pages {
    max-width: 350px;    
    margin: 0 auto;
  }
  .products_sub_pages .item{
    width: 100%;
    padding: 0;
  }
  .products_sub_pages .item:nth-child(n+2){
    margin-top: 20px;
  }
  
  .products_sub_pages .item .inner{
    padding: 5px;
    padding-bottom: 35px;
  }
  .products_sub_pages .item .title{
    margin-top: 10px;
  }
  .products_sub_pages .item .txt{
    line-height: 1.8;
  }
  
  .products_tt1{
    font-size: 16px;
    margin-bottom: 15px;
    padding: 10px;
  }
  
  
  .products_main_imgs{
    flex-wrap: wrap;
    padding-bottom: 5px;
  }
  .products_main_imgs .item{
    width: 100%;
  }
  .products_main_imgs .item:nth-child(n+2){
    margin-top: 15px;
  }
  .products_main_imgs .item .txt{
    font-size: 13px;
    padding: 0 5px;
    margin-top: 5px;
    min-height: 0;
    text-align: left;
  }
  
  .products_details_desc{
    margin-top: 20px;
    line-height: 1.8;
  }
  
  .products_details_nav{
    margin-top: 50px;
  }
  .products_details_nav li{
    width: 49%;
  }
  .products_details_nav li a{
    background-position: right 5px center;
    background-size: auto 3px;
    font-size: 13px;
  }
  
  .products_desc_tbl{
    width: 100%;
  }
  .products_desc_tbl th,
  .products_desc_tbl td{
    width: 50%;
  }
  
  
  /*  */
  
  .pg_facility .section#sec2{
    margin-top: 50px;
  }
  
  .facility_msg1{
    margin-bottom: 50px;
    text-align: left;
  }
  .facility_env_wrap .box1,
  .facility_env_wrap .box2{
    width: 100%;
  }
  .facility_env_wrap .box2{
    margin-top: 15px;
    text-align: center;
  }
  
  .facility_tt{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .facility_tbl{
    margin-bottom: 30px;
  }
  .facility_tbl td{
    font-size: 13px;
  }
  .facility_tbl.fat td{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .js-scrollable .js-scrollable-w{
    min-width: 900px;
  }
  .js-scrollable .js-scrollable-m{
    min-width: 640px;
  }
  
  /*  */
  .pg_quality .section#sec2{
    margin-top: 50px;
  }
  
  .quality_tt1{
    font-size: 20px;
  }
  .quality_msg1{
    margin-bottom: 50px;
    text-align: left;
  }
  .quality_wrap .box1,
  .quality_wrap .box2{
    width: 100%;
  }
  .quality_wrap .box2{
    margin-top: 15px;
    text-align: center;
  }
  
  /*  */
  .recruit_tt1{
    font-size: 20px;
  }
  .recruit_tt2{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .recruit_msg2{
    font-size: 18px;
  }
  
  .recruit_job_tbl th, .recruit_job_tbl td{
    padding: 15px 10px;
  }
  .recruit_job_tbl th{
    width: 120px;
  }
  
  /*  */
  .contact_info{
    margin-bottom: 50px;
  }
  .contact_info .box2 .item{
    margin: 0;
  }
  .contact_info .box2 .item + .item{
    margin-top: 10px;
  }
  
  .contact_tt{
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  
  
  
  /**/
  .post_items{
    
  }
  .post_items .item{
    flex-wrap: wrap;
  }
  .post_items .item .title{
    width: 100%;
  }
  .post_items .item.single_item{
    padding: 20px 10px;
  }
  .post_items .item.single_item .title{
    font-size: 16px;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev{
    min-width: 100px;
  }
  .pagination .nav-posts .page-next a, 
  .pagination .nav-posts .page-prev a,
  .pagination .nav-posts .page-archive a{
    padding: 10px 10px;
    font-size: 11px;
  }
  
  .contact_info{
    padding: 10px;
  }
  .contact_info .box1{
    font-size: 13px;
  }
  .contact_info .box2{
    margin-top: 10px;
  }
  .contact_info .box2 .icon{
    font-size: 13px;
    padding: 5px 5px;
  }
  .contact_info .box2 .tel{
    font-size: 24px;
  }
  .contact_info .box2 .txt{
    width: 100%;
    margin: 10px 0 0 0;
  }
  .contact_info .box2 .tel a img{
    height: 16px;
  }
  
  .contact_form th,
  .contact_form td{
    display: block;
    width: 100%;
    padding: 10px 10px;
  }
  .contact_form th{
    /*padding-bottom: 5px;*/
  }
  .contact_form td{
    /*padding-top: 0;*/
  }
  .contact_form td [name="zipcode"]{
    width: 100px;
  }
  .contact_form dl.date dt{
    width: 100%;
  }
  .contact_form dl.date dt.wide{
    width: 100%;
  }
  
  .contact_form td .wpcf7-text,
  .contact_form td .wpcf7-textarea,
  .contact_form td .wpcf7-select{
    width: 100%;
  }
  .contact_form td textarea{
    height: 150px;
  }
  .contact_form_btns input[type="submit"], 
  .contact_form_btns input[type="button"],
  .contact_form_btns button  {
    width: 48%;
    margin: 0 1%;
    font-size: 12px;
  }
  .contact_form_btns input[type="submit"]{
    /* テキストが長いとき */
    /*width: 66%;*/
  }
  .contact_form_btns button {
    width: 30%;
  }
  
  
  /* サイトマップ */
  .sitemap_items .item{
    width: 100%;
    margin-bottom: 15px;
  }
  .sitemap_items .item h4 a{
    padding: 10px 10px;
  }
  
  /* プライバシーポリシー */
  .privacy_tt{
    font-size: 18px;
  }
  .privacy_tt br{
    display: inline;
  }
  .privacy_items .item h4{
    font-size: 15px;
  }
}

@media only screen and (max-width:359px){
  .footer_fix ul{
    font-size: 12px;
  }
}