@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:1859px){
  
  
  .title_bg.lg{
    font-size: 120px;
  }
  .title_bg{
    font-size: 120px;
  }
  
  .home_works_wrap .box .title_bg{
    margin-left: 0;
    margin-bottom: 50px;
  }
  
  .home_products_wrap .bg{
    width: 60%;
    left: -70px;
  }
  
}
@media only screen and (max-width:1555px){
  
  .pg_header .title_bg{
    font-size: 120px;
  }
  
  .pg_home .section#sec1{
    padding-bottom: 100px;
    
  }
  .pg_home .section#sec2{
    padding-top: 100px;
  }
  .pg_home .section#sec3{
    /*margin-top: 100px;*/
  }
  .home_company_wrap .bg{
    padding-right: 50px;
  }
  
  .home_posts_wrap.blog_bg{
    width: 100%;
  }
  
  .home_blog_items {
    margin-left: -15px;
    margin-right: -15px;
  }
  .home_blog_items .item {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .home_posts_wrap .box1{
    width: 160px;
    margin-right: 50px;
  }
  .home_posts_wrap .box2{
    width: calc(100% - 160px - 50px);
  }
  .home_posts_wrap.blog_bg .box2{
    width: calc(100% - 160px - 50px);
  }
  
  .home_products_wrap .bg{
    /*left: -70px;*/
    width: 60%;
    left: -70px;
  }
  
}
@media only screen and (max-width:1220px){
  
  .mv{
    height: 600px;
  }
  
  .gnav{
    padding: 30px 15px;
  }
  .gnav > ul{
    font-size: 18px;
  }
  .gnav > ul > li + li {
    margin-top: 20px;
  }
  
  footer .box1{
    padding-bottom: 100px;
  }
  
  .title_bg.lg{
    font-size: 80px;
  }
  .title_bg{
    font-size: 80px;
  }
  
  .pg_home .section#sec1{
    margin-top: 50px;
  }
  
  
/*  .home_company_wrap .bg{
    width: 100%;
    position: static;
  }
  .home_company_wrap .box{
    width: 100%;
  }*/
  .home_works_wrap .box{
    width: 100%;
    
    order: 1;
  }
  .home_works_wrap .bg{
    width: 100%;
    position: static;
    order: 2;
    margin-top: 30px;
  }
  
  .pg_home .section#sec4 .title_bg{
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .pg_home .section#sec5 .title_bg{
    margin-left: 10px;
    margin-bottom: 20px;
  }
  
  .home_products_wrap .box .title{
    width: 890px;
  }
  .home_company_wrap .box .title{
    font-size: 24px;
  }
  
  .home_posts_wrap.blog_bg{
    width: 100%;
  }
  
  .home_recruit_wrap .box1{
    width: calc(100% - 380px - 20px)
  }
  .home_recruit_wrap .box2{
    width: 380px;
  }
  
  .home_posts_wrap .box1{
    width: 160px;
    margin-right: 50px;
  }
  .home_posts_wrap .box2{
    width: calc(100% - 160px - 50px);
  }
  .home_posts_wrap.blog_bg .box2{
    width: calc(100% - 160px - 50px);
  }
  
  .home_products_wrap .box{
    width: 60%;
  }
  .home_products_wrap .bg{
    width: 55%;
    left: -80px;
    
  }
  
  
  .works_cat_items .item .title{
    font-size: 16px;
  }
  .blog_items .item .title{
    font-size: 16px;
  }
  
  
}

@media only screen and (max-width:1023px){
  
  .mv {
    height: 450px;
  }
  
  footer {
     margin-top: 100px; 
  }
  footer .box1{
    width: 48%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  footer .box2{
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  footer .ftr2{
    margin: 0;
    padding: 50px 0;
  }
  footer .copy{
    text-align: center;
  }
  
  .ftr_contact_wrap{
    padding: 100px 0;
  }
  .ftr_contact_wrap .title_bg{
    position: static;
    margin-bottom: 20px;
  }
  .ftr_contact_wrap .inner{
    
  }
  .ftr_contact_wrap .link {
    width: 450px;
    font-size: 24px;
  }
  
  .gnav{
    padding: 30px 15px;
  }
  .gnav > ul{
    font-size: 18px;
  }
  .gnav > ul > li + li {
    margin-top: 20px;
  }
  .gnav .gnav_close{
    font-size: 16px;
  }
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 150px;
  }
  
  .pg_header .container{
    height: 300px;
  }
  .pg_header .title_bg {
    font-size: 80px;
    top: 20px;
  }
  
  
  .tt1{
    font-size: 30px;
  }
  .tt2{
    font-size: 24px;
  }
  
  
  .pg_home .section#sec1{
    padding-top: 50px;
  }
  .pg_home .section#sec3{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pg_home .section#sec4{
    margin-top: 50px;
  }
  .pg_home .section#sec5{
    margin-top: 50px;
    background-position: 170px center;
  }
  
  
  .home_company_wrap .box{
    width: 100%;
  }
  .home_company_wrap .bg{
    width: 100%;
    padding-right: 0;
    position: static;
    text-align: center;
    margin-bottom: 30px;
  }
  .home_company_wrap .box .read_more a{
    margin: 50px auto 0;
  }
  
  .home_posts_wrap.blog_bg{
    width: 100%;
  }
  
  .home_works_wrap .box .read_more a{
    margin: 50px auto 0;
  }
  
  
  .home_products_wrap .bg{
    width: 100%;
    position: static;
    padding-right: 0;
    margin-top: 20px;
    order: 2;
  }
  .home_products_wrap .box{
    width: 100%;
    padding: 20px;
    
    order: 1;
  }
  .home_products_wrap .box .title{
    width: 100%;
    left: auto;
    right: auto;
  }
  .home_products_wrap .box2{
    width: 100%;
    order: 3;
  }
  .home_products_wrap .title_bg{
    position: static;
  }
  .home_products_wrap .box .read_more a{
    margin: 0 auto;
  }
  
  .products_items {
    /*margin-left: -10px;
    margin-right: -10px;*/
    margin-left: 10px;
    margin-right: 10px;
  }
  .products_items .item {
    width: 50%;
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
  }
  
  .products_items .item .txt ul{
    
  }
  
  .works_cat_items {
    
  }
  .works_cat_items .item{
    width: 33.333%;
  }
  .works_cat_items .item:nth-child(n+4){
    margin-top: 50px;
  }
  
  .blog_items {
    
  }
  .blog_items .item{
    width: 33.333%;
  }
  .blog_items .item:nth-child(n+4){
    margin-top: 50px;
  }
  
  .news_items{
    padding: 30px;
  }
  .news_items .item .date {
    width: 100px;
  }
  .news_items .item .title {
    width: calc(100% - 100px);
  }
  
  .news_detail{
    padding: 30px;
  }
  
  .recruit_msg1{
    font-size: 24px;
  }
  
  .recruit_tbl{
    margin-top: 0;
  }
  
  
  .company_greeting_wrap{
    margin-top: 30px;
  }
  
  .company_tbl{
    margin-top: 30px;
  }
  .company_tbl tr th {
    width: 200px;
    padding-left: 30px;
  }
  
  .recruit_tbl th{
    width: 200px;
    padding-left: 30px;
  }
  
  .contact_form td .addr_auto{
    font-size: 12px;
  }
}

@media only screen and (max-width:767px){
  
  body{
    font-size: 14px;
    padding-bottom: 60px;
  }
  
  header{
    height: 60px;
  }
  header .hdr1{
    width: 100%;
    height: 60px;
    padding-left: 10px;
    padding-right: 70px;
    margin-bottom: 0;
  }
  header .hdr1 .hdr_logo{
    width: 120px;
    margin: 5px 0;
  }
  header .hdr1 .hdr_logo img{
    width: 100%;
  }
  
  header .hdr1 .hdr_gnav_btn img{
    width: 60px;
  }
  
  header .hdr1 .hdr_contact{
    /*display: none;*/
    width: 150px;
  }
  header .hdr1 .hdr_contact a{
    width: 150px;
    height: 40px;
    font-size: 12px;
  }
  header .hdr1 .hdr_contact a:before{
    margin-right: 5px;
  }
  
  .footer_fix{
    display: block;
  }
  
  .ftr_contact_wrap{
    padding: 50px 0;
  }
  .ftr_contact_wrap .link {
    font-size: 20px;
  }
  .ftr_contact_wrap .title{
    font-size: 24px;
  }
  
  footer .box1,
  footer .box2{
    width: 100%;
  }
  footer .ftr_links{
    width: 49%;
  }
  footer .ftr_logo{
    font-size: 20px;
  }
  footer .ftr2{
    padding: 15px 15px;
  }
  
  .gnav{
    padding: 30px 15px;
    top: 60px;
  }
  .gnav > ul{
    font-size: 15px;
  }
  .gnav > ul > li + li {
    margin-top: 15px;
  }
  .gnav .gnav_close{
    font-size: 14px;
  }
  
  .mv {
    height: 300px;
  }
  
  .pg_header .container {
    height: 200px;
  }
  .pg_header .title_bg {
    font-size: 40px;
  }
  
  .breadcrumb{
    font-size: 12px;
  }
  .breadcrumb li{
    white-space: nowrap;
  }
  
  .tt1{
    font-size: 22px;
  }
  .tt1 span{
    font-size: 14px;
  }

  .tt2{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .tt2 span{

  }
  .tt3{

  }
  .tt3 span{

  }
  .tt4{

  }
  .tt4 span{

  }
  .tt5{

  }
  .tt5 span{

  }
  
  .title_bg{
    font-size: 40px;
  }
  .title_bg.lg {
    font-size: 40px;
    
  }
  
  
  .read_more{
  }
  .read_more a{
    width: 250px;
    height: 68px;
    font-size: 15px;
    padding-left: 20px;
  }
  
  .pg_home .section#sec2{
    padding-top: 50px;
  }
  .pg_home .section#sec3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .pg_home .section#sec5{
    padding-top: 0;
    background-position: left center;
  }
  .pg_home .section#sec6{
    margin-top: 50px;
  }
  
  .home_company_wrap .box .title {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .home_company_wrap .box .read_more{
    margin-top: 20px;
  }
  .home_company_wrap .box .read_more a {
    margin: 20px auto 0;
  }
  
  .home_products_wrap .box .read_more{
    margin-top: 25px;
  }
  
  .home_works_wrap .box .title_bg{
    margin-bottom: 20px;
  }
  
  .home_works_wrap .box .read_more {
    margin-top: 20px;
  }
  .home_works_wrap .box .read_more a {
    margin: 20px auto 0;
  }
  
  .home_posts_wrap{
    flex-wrap: wrap;
  }
  .home_posts_wrap .box1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .home_posts_wrap .box2{
    width: 100%;
  }
  .home_posts_wrap.blog_bg{
    padding-bottom: 30px;
  }
  .home_posts_wrap.blog_bg .box2{
    width: 100%;
  }
  .home_posts_wrap .link {
    margin-top: 0;
  }
  
  .home_blog_items{
    margin-left: -5px;
    margin-right: -5px;
  }
  .home_blog_items .item{
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .home_news_items .item + .item {
    margin-top: 20px;
  }
  .home_news_items .item .date {
    width: 85px;
  }
  .home_news_items .item .title {
    width: calc(100% - 85px);
  }
  
  
  .pg_home .section#sec6{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pg_home .section#sec6 .title_bg{
    margin-left: 0;
    margin-bottom: 20px;
  }
  
  .home_recruit_wrap{
    margin-top: 0;
  }
  .home_recruit_wrap .box1{
    width: 100%;
  }
  .home_recruit_wrap .box2{
    width: 100%;
    margin-top: 20px;
  }
  
  .products_items{
    margin-left: 0;
    margin-right: 0;
  }
  .products_items .item {
    width: 100%;
    padding: 20px 10px;
  }
  .products_items .item:nth-child(n+2) {
    margin-top: 10px;
  }
  .products_items .item .title{
    font-size: 15px;
  }
  
  
  .product_details .spec th {
    width: 100px;
    text-align: left;
    padding-left: 10px;
  }
  .product_details .spec td{
    padding-left: 10px;
  }
  
  .product_details .download{
    padding: 0 30px;
  }
  
  .product_content .box1{
    width: 100%;
  }
  .product_content .box1.w{
    width: 100%;
  }
  .product_content .box2{
    width: 100%;
    margin-top: 20px;
  }
  
  
  .works_cat_items {
    margin-left: -5px;
    margin-right: -5px;
  }
  .works_cat_items .item {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .works_cat_items .item:nth-child(n+3) {
    margin-top: 50px;
  }
  .works_cat_items .item .title {
    font-size: 14px;
  }
  
  .works_cat_header {
    margin-bottom: 50px;
  }
  .works_cat_header .title {
    font-size: 20px;
  }
  .works_cat_header .txt {
    margin-top: 20px;
    padding: 0 ;
    font-size: 15px;
  }
  
  .works_items {
    margin-left: -5px;
    margin-right: -5px;
  }
  .works_items .item {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .works_items .item:nth-child(n+3) {
    margin-top: 20px;
  }
  .works_items .item .title {
    font-size: 15px;
  }
  .works_items .item .txt{
    font-size: 14px;
  }
  .works_items .item .link_btn{
    /*margin-top: 15px;*/
  }
  
  .pg_company .section#sec1{
    padding-bottom: 50px;
  }
  .company_msg_wrap{
    padding: 15px;
  }
  .company_msg_wrap .inner:after{
    display: none;
  }
  .company_msg_wrap .txt {
    padding: 15px 15px;
    font-size: 15px;
    text-align: left;
  }
  
  .company_greeting_wrap{
    margin-top: 30px;
  }
  .company_greeting_wrap .box1,
  .company_greeting_wrap .box2{
    width: 100%;
  }
  .company_greeting_wrap .box1{
    font-size: 14px;
  }
  .company_greeting_wrap .box2{
    margin-top: 20px;
  }
  
  .company_tbl {
    margin-top: 30px;
  }
  .company_tbl tr th, .company_tbl tr td{
    font-size: 14px;
  }
  .company_tbl tr th{
    width: 100px;
    padding-left: 0px;
  }
  .company_tbl tr td{
    padding-left: 0px;
  }
  
  .company_map {
    margin-top: 30px;
  }
  
  .company_access .item {
    width: 100%;
    font-size: 14px;
  }
  .company_access .item:nth-child(n+2){
    margin-top: 20px;
  }
  
  .pg_recruit .section#sec2 {
    margin-top: 50px;
  }
  .recruit_msg_wrap .box1,
  .recruit_msg_wrap .box2{
    width: 100%;
  }
  .recruit_msg_wrap .box1{
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
  .recruit_msg_wrap .box2{
    font-size: 14px;
    order: 1;
  }
  
  .recruit_msg1 {
    font-size: 16px;
  }
  
  .recruit_job_nav {
    margin-bottom: 50px;
  }
  .recruit_job_nav li{
    padding: 0 10px;
  }
  .recruit_job_nav li a{
    font-size: 14px;
  }
  
  .recruit_tbl th ,
  .recruit_tbl td {
    font-size: 14px;
  }
  .recruit_tbl th {
    width: 120px;
    padding-left: 10px;
  }
  .recruit_tbl td {
    padding-left: 10px;
  }
  
  .news_items_wrap{
    padding: 10px;
  }
  .news_items {
    padding: 10px;
  }
  .news_detail {
    padding: 20px 10px;
  }
  .news_detail .title {
    font-size: 18px;
  }
  .news_detail .meta{
    margin-bottom: 20px;
  }
  
  .blog_items {
    margin-left: -5px;
    margin-right: -5px;
  }
  .blog_items .item {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .blog_items .item:nth-child(n+3) {
    margin-top: 30px;
  }
  
  
  
  /**/
  .post_items{
    
  }
  .post_items .item{
    flex-wrap: wrap;
  }
  .post_items .item .title{
    width: 100%;
  }
  .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;
  }
  
  .pagination .nav-posts .page-next img,
  .pagination .nav-posts .page-prev img{
    height: 10px;
  }
  
  .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"],
  .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: 45%;
  }
  
  
  /* サイトマップ */
  .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;
  }
  
  .contact_form td .addr_auto{
    margin: 5px;
    margin-right: 0;
  }
  .addr_auto_box .zipcode i,
  .contact_form td [name="zipcode"]{
    margin: 5px 0;
  }
  .addr_auto_box .zipcode i{
    margin-left: 5px;
  }
}

@media only screen and (max-width:359px){
  .footer_fix ul{
    font-size: 12px;
  }
}