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

@media only screen and (max-width:1120px){
  .container{
    width: 100%;
  }
}

@media only screen and (max-width:1023px){
  
  header.home_hdr .container{
    height: 500px;
  }
  header .mv_txt{
    margin-top: 100px;
    text-align: center;
  }
  header .mv_txt img{
    width: 80%;
  }
  
  .gnav > ul > li{
    padding: 0 30px;
  }
  
  footer .ftr_maps .item .addr{
    padding: 15px 10px;
  }
  
  .tt1{
    font-size: 24px;
  }
  .tt1 span{
    font-size: 50px;
  }
  .tt1_desc{
    font-size: 20px;
  }
  
  .tt2{
    font-size: 20px;
  }
  .tt2 span{
    font-size: 40px;
  }
  
  
  /**/
  .pg_home .section#sec1{
    background-position: right 70vw center;
  }
  .home_strength .box1{
    width: 30%;
  }
  .home_strength .box2{
    width: 70%;
  }
  
  .home_strength .box2 ul li{
    font-size: 18px;
  }
  .home_strength .box2 ul li span{
    font-size: 36px;
  }
  
  .product_list .item .title{
    font-size: 13px;
  }
  
  /**/
  .product_list .item{
    width: 50%;
  }
  
  /**/
  .facility_tbl.tbl1 td:nth-child(2), 
  .facility_tbl.tbl1 td:nth-child(3){
    padding: 12px 10px;
  }
  .facility_tbl.tbl2 td:nth-child(1){
    padding: 12px 10px;
  }
  
  /**/
  .company_tbl .address{
    flex-wrap: wrap;
  }
  .company_tbl .address dt,
  .company_tbl .address dd{
    width: 100%;
  }
  .company_tbl .address dt{
    font-weight: 500;
  }
  .company_tbl .address dd{
    padding: 0;
  }
  
  /**/
  .recruit_desc .box1 {
    width: 72%;
  }
  .recruit_desc .title{
    font-size: 22px;
  }
  
  /**/
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 150px;
  }
}

@media only screen and (max-width:767px){
  
  body{
    font-size: 14px;
    padding-bottom: 60px;
  }
  
  
  header.home_hdr .container{
    height: 300px;
  }
  header .pg_hdr{
    height: 200px;
  }
  
  body.page header .hdr1{
    margin-bottom: 0;
  }
  
  header .mv_txt{
    margin-top: 0;
  }
  
  header .hdr1 .hdr_logo,
  header .hdr1 .hdr_contact{
    float: none;
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  
  footer .ftr2 .container{
    flex-wrap: wrap;
  }
  footer .ftr2 .box1,
  footer .ftr2 .box2{
    width: 100%;
    text-align: center;
  }
  footer .ftr2 .box2{
    margin-top: 10px;
  }
  
  footer .ftr2 .txt1{
    font-size: 15px;
  }
  footer .ftr2 .txt2{
    font-size: 24px;
  }
  footer .ftr2 .txt2 a{
    font-size: 30px;
  }
  
  footer .ftr_maps{
    /*padding: 0 10px;*/
  }
  footer .ftr_maps .item{
    width: 100%;
  }
  footer .ftr_maps .item:not(:last-child){
    border: 0;
  }
  footer .ftr_maps .item .addr{
    padding: 15px 10px;
  }
  footer .ftr1 .ftr_links{
    display: none;
  }
  
  .footer_fix{
    display: block;
  }
  
  
  .gnav{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 5;
    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:last-child{
    border: 0;
  }
  .gnav > ul > li a{
    padding: 15px 0;
  }
  
  .home_hdr .gnav li a{
    color: #181818;
    filter:none;
  }
  
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }
  
  
  .post_items{
    
  }
  .post_items .item{
    flex-wrap: wrap;
  }
  .post_items .item .title{
    width: 100%;
  }
  
  .pagination .nav-posts .page-next a, 
  .pagination .nav-posts .page-prev a,
  .pagination .nav-posts .page-archive a{
    padding: 10px 10px;
    font-size: 11px;
  }
  
  /**/
  .main{
    padding-bottom: 50px;
  }
  .tt1{
    font-size: 18px;
  }
  .tt1 span{
    font-size: 30px;
  }
  .tt1_desc{
    font-size: 15px;
  }
  
  .tt2 span{
    font-size: 30px;
  }
  
  /**/
  .pg_home .section#sec1{
    background-image: none;
  }
  .home_strength{
    flex-wrap: wrap;
  }
  .home_strength .box1,
  .home_strength .box2{
    width: 100%;
  }
  .home_strength .box1{
    background-image: url(/img/top/strength_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    
    width: calc(100% + 20px);
    margin: 0 -10px;
    padding: 15px 10px;
  }
  .home_strength .box2{
    padding-left: 0;
    padding-bottom: 20px;
  }
  .home_strength .box2 ul li {
    font-size: 16px;
  }
  
  .home_links li{
    min-height: 0;
    padding: 30px 0;
  }
  .home_links li .txt{
    font-size: 16px;
  }
  .home_links .item1{
    width: 100%;
  }
  
  /**/
  .product_list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .product_list .item{
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .pg_business .product_list{
    margin-top: 40px;
  }
  .pg_business .product_list .item{
    width: 100%;
  }
  
  /**/
  .pg_facility .section#sec1{
    margin-top: 20px;
  }
  .facility_tt{
    font-size: 15px;
    margin-bottom: 20px;
  }
  .facility_items .item .box1,
  .facility_items .item .box2{
    width: 100%;
  }
  .facility_items .item .box1{
    text-align: center;
  }
  .facility_items .item .box1 .img{
    width: 60%;
  }
  .facility_items .item .box2{
    margin-top: 20px;
  }
  
  .facility_tbl.tbl2{
    min-width: 0;
    width: 450px;
  }
  .facility_tbl.tbl2 td:nth-child(1){
    padding: 12px 10px;
  }
  
  /**/
  .pg_company .section#sec1{
    margin-top: 20px;
  }
  .company_tt{
    margin-bottom: 20px;
  }
  
  .company_tbl{
    
  }
  .company_tbl th,
  .company_tbl td{
    display: block;
    width: 100%;
    padding: 10px 10px;
    border-bottom: 0;
  }
  .company_tbl th{
    
  }
  .company_tbl td{
    
  }
  .company_tbl tr:last-child td{
    border-bottom: 1px solid #b2b2b2;
  }
  
  .company_tbl .address{
    line-height: 1.6;
  }
  .company_tbl .address + .address{
    margin-top: 15px;
  }
  
  /**/
  .pg_recruit .section#sec1{
    margin-top: 20px;
  }
  .recruit_desc{
    margin-bottom: 50px;
  }
  .recruit_desc .box1,
  .recruit_desc .box2{
    width: 100%;
  }
  .recruit_desc .title{
    font-size: 18px;
  }
  .recruit_desc .txt{
    font-size: 15px;
  }
  
  .recruit_desc .box2{
    text-align: center;
    margin-top: 15px;
  }
  .recruit_desc .box2 img{
    width: 70%;
  }
  
  .recruit_tt{
    margin-bottom: 20px;
  }
  .recruit_tbl th,
  .recruit_tbl td{
    display: block;
    width: 100%;
    padding: 10px 10px;
    border-bottom: 0;
  }
  .recruit_tbl tr:last-child td{
    border-bottom: 1px solid #b2b2b2;
  }
  
  /**/
  .contact_info{
    padding: 10px;
  }
  .contact_info .box1{
    font-size: 13px;
  }
  .contact_info .box2{
    margin-top: 10px;
  }
  .contact_info .box2 .icon{
    font-size: 15px;
  }
  .contact_info .box2 .tel{
    font-size: 24px;
  }
  .contact_info .box2 .txt{
    width: 100%;
    margin: 10px 0 0 0;
  }
  
  .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_btns input[type="submit"], 
  .contact_form_btns input[type="button"]{
    width: 35%;
  }
  
  
  /* サイトマップ */
  .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;
  }
}