@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:1799px){
  
  .container.full{
    padding: 0 10px;
  }
  
  header .hdr1{
    padding-right: 300px;
  }
  .gnav > ul > li+li{
    margin-left: 20px;
  }
}
@media only screen and (max-width:1699px){
  
  

  .mv_slider .sp-slide .mv_txt .txt1{
    font-size: 50px;
  }
  .mv_slider .sp-slide .mv_txt .txt2{
    font-size: 24px;
  }
  .mv_slider .mv_icon{
    width: 200px;
    right: 50px;
  }
  
  .home_taiou_wrap .box1{
    width: 430px;
  }
  .home_taiou_wrap .box2{
    width: calc(100% - 430px);
    /*margin-top: -10px;;*/
  }
  .home_taiou_wrap .box1 h2{
    font-size: 40px;
    height: 180px;
  }
  
  .home_taiou_list{
    width: 300px;
  }
  
  
  
}
@media only screen and (max-width:1549px){
  
  header .hdr1{
    padding-left: 20px;
    padding-right: 230px;
  }
  header .hdr1 .hdr_logo{
    width: 250px;
  }
  header .hdr1 .hdr_contact{
    font-size: 24px;
    right: 20px;
  }
  header .hdr1 .hdr_contact i{
    font-size: 18px;
    margin-right: 10px;
  }
  
  .ftr_contact_wrap .bg_txt{
    font-size: 200px;
  }
  
  .gnav > ul{
    font-size: 16px;
  }
  .gnav > ul > li+li{
    margin-left: 10px;
  }
  
  .home_taiou_wrap{
    flex-wrap: wrap;
  }
  .home_taiou_wrap .box1{
    display: flex;
    justify-content: space-between;
    
    width: 100%;
  }
  .home_taiou_wrap .box1 h2{
    width: 49%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .home_taiou_wrap .box1 h2 span em{
    position: static;
    display: block;
  }
  
  
  
  
  .home_taiou_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 49%;
    margin: 0;
  }
  .home_taiou_list li{
    width: 49%;
    padding: 20px 20px 20px 40px;
  }
  .home_taiou_list li + li{
    margin-top: 0;
  }
  .home_taiou_list li:nth-child(n+3){
    margin-top: 15px;
  }
  .home_taiou_list li:before{
    left: 15px;
  }
  .home_taiou_wrap .box2{
    width: 100%;
    margin-top: 20px;
  }
  .home_taiou_items {
    justify-content: center;
  }
  .home_taiou_items .item{
    width: 40%;
  }
  
  .home_product_items .item .imgs{
    margin: -30px -10px 0;
  }
  
  
  .home_soudan_wrap{
    flex-wrap: wrap;
  }
  
  .home_soudan_tt1 {
    font-size: 22px;
  }
  .home_soudan_tt2{
    font-size: 30px;
    text-align: center;
    padding-bottom: 10px;
  }
  .home_soudan_list{
    font-size: 20px;
  }
  .home_soudan_sliders .slider2{
    width: 70%;
  }
  .home_soudan_msg1{
    font-size: 20px;
  }
  
  .home_merit_items .item{
    height: auto;
  }
  .home_merit_items .item .wrap1{
    flex-wrap: wrap;
  }
  
  .home_merit_items .item .wrap1 .box1{
    width: 40%;
  }
  .home_merit_items .item .wrap1 .box2{
    width: 55%;
  }
  
  .home_merit_items .item .wrap1 .box2{
    /*margin-top: 15px;*/
    margin-left: 0;
  }
  .home_merit_items .item .wrap1 .costdown li span{
    font-size: 18px;
  }
  
  .home_merit_items .item .wrap2 .box{
    width: 49%;
  }
  .home_merit_items .item .title .num{
    margin-right: 15px;
  }
  .home_merit_items .item .wrap2 .box .info{
    margin-left: 0;
    margin-top: 20px;
  }
  /*
  .home_merit_items .item .wrap2{
    flex-wrap: wrap;
  }
  .home_merit_items .item .wrap2 .box{
    width: 100%;
  }
  .home_merit_items .item .wrap2 .box + .box{
    margin-top: 30px;
  }
  */
  .home_case_tt{
    font-size: 30px;
  }
  .home_case_items{
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 60px;
    margin-bottom: 50px;
  }
  .home_case_items .item{
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .home_case_items .item .num{
    left: -5px;
  }
  
  .home_company_wrap{
    width: 100%;
    padding: 50px;
  }
  .home_company_bg{
    position: static;
    /*width: calc(100% + 30px);*/
    width: 100%;
    height: 200px;
    background-size: cover;
    margin-top: 15px;
  }
  
  .home_company_links{
    padding: 20px;
  }
  
  .service_strong_msg{
    margin-bottom: 150px;
  }
  
  
  /**/
  .product_sizes_items .item a{
    font-size: 20px;
  }
  
  body.pg_slug_recruit .pg_header > .container{
    height: 700px;
  }
}

@media only screen and (max-width:1365px){
  
  header .hdr1{
    padding-left: 20px;
    padding-right: 180px;
  }
  header .hdr1 .hdr_logo{
    width: 200px;
  }
  header .hdr1 .hdr_contact{
    font-size: 18px;
  }
  header .hdr1 .hdr_contact i{
    font-size: 14px;
  }
  
  .pg_home .section#sec7 .bg_txt,
  .pg_home .section#sec8 .bg_txt{
    font-size: 170px;
  }
  
  .product_list_header{
    height: 250px;
  }
  
  .home_news_items .item .img .new{
    left: -5px;
    top: 5px;
  }
  
  .home_product_items .item .box1{
    padding: 30px 30px 130px;
  }
  .home_soudan_wrap .box1{
    padding-top: 0;
  }
  
  .contact_form_btns input[type="submit"],
  .contact_form_btns input[type="button"],
  .contact_form_btns button{
    width: 220px;
    max-width: 100%;
    height: 80px;
    font-size: 18px;
  }
  
  
  body.pg_slug_recruit .pg_header > .container{
    height: 500px;
  }
  
  
}

/* ヘッダー調整 */
@media only screen and (min-width:768px) and (max-width:1365px){
  
  .gnav > ul{
    flex-wrap: wrap;
    
  }
  .gnav > ul > li{
    width: 25%;
  }
  .gnav > ul > li+li{
    margin: 0;
  }
}
@media only screen and (min-width:768px) and (max-width:1023px){
  .gnav > ul {
    font-size: 12px;
  }
}


@media only screen and (max-width:1169px){
  
  .container{
    width: 100%;
  }
  
  .mv_slider .sp-slide .mv_txt .txt1{
    font-size: 36px;
  }
  .mv_slider .sp-slide .mv_txt .txt2{
    font-size: 20px;
  }
  .mv_slider .mv_icon{
    width: 150px;
  }
  
  .pg_header .tt1{
    font-size: 50px;
  }
  
  /* 製品案内一覧 */
  .product_nav{
    margin: 0 -10px;
    padding: 40px 30px;
  }
  .product_nav li{
    padding: 0 10px;
  }
  .product_nav li a{
    padding: 20px 10px;
    font-size: 18px;
  }
  .product_nav li a:after{
    right: 15px;
  }

  .product_items{
    margin-left: -15px;
    margin-right: -15px;
  }
  .product_items .item{
    padding-left: 15px;
    padding-right: 15px;
  }
  .product_list_header h2{
    font-size: 40px;
  }
  
  .case_inner .case_block .img{
    
  }
  .case_inner .case_block .txt{
    width: 55%;
    padding-top: 15px;
  }
  
  .news_detail_wrap .title{
    font-size: 24px;
  }
  
  /**/
  .pg_service .section#sec1{
    padding-top: 150px;
  }
  .service_strong_tt{
    font-size: 30px;
  }
  
  /**/
  .order_tt1{
    font-size: 30px;
  }
  
  .order_flow_items .item{
    width: 30%;
  }
  .order_flow_items .arrow{
    width: 5%;
  }
  .order_flow_items .item .inner{
    padding: 15px;
  }
  .order_flow_items .item .title{
    font-size: 18px;
  }
  .order_flow_items .item .inner{
    background-position:  right 15px top 15px;
  }
  
  /**/
  .recruit_job_about_wrap{
    padding-top: 80px;
  }
  .recruit_message_wrap{
    margin-top: 150px;
  }
}

@media only screen and (max-width:1023px){
  
  .container.full{
    padding: 0 10px;
  }
  
  .mv_slider .sp-slide .mv_txt .txt1{
    font-size: 32px;
  }
  .mv_slider .sp-slide .mv_txt .txt2{
    font-size: 16px;
  }
  
  .mv_slider .sp-slide .mv_txt.top {
    top: 50px;
    left: 20px;
  }
  
  .mv_slider .mv_icon{
    width: 150px;
    top: 30px;
    right: 30px;
  }
  
  .pg_header .tt1{
    font-size: 42px;
  }
  
  
  .pg_home .section#sec5{
    padding-top: 50px;
  }
  .pg_home .section#sec6{
    padding-top: 80px;
  }
  
  .home_taiou_service .item{
    width: 50%;
  }
  .home_taiou_service .item:nth-child(n+3){
    margin-top: 30px;
  }
  .home_taiou_wrap .box1 h2{
    width: 40%;
    padding-left: 0;
    font-size: 32px;
  }
  .home_taiou_list{
    width: 58%;
  }
  .home_taiou_list li{
    padding: 20px 10px 20px 40px;
    font-size: 16px;
  }
  .home_taiou_items .item .label{
    padding: 20px 10px;
  }
  
  .home_product_tt{
    font-size: 32px;
  }
  
  
  .home_product_items .item{
    padding: 50px 15px;
  }
  .home_product_items .item .box1{
    padding: 30px 30px 120px;
  }
  .home_product_items .item .title{
    font-size: 22px;
  }
  .home_product_items .item .link{
    /*position: static;*/
    bottom: 50px;
    right: auto;
  }
  .home_product_btn a{
    height: 150px;
  }
  
  .home_soudan_wrap .box1{
    width: 100%;
    padding-top: 0;
  }
  .home_soudan_wrap .box2{
    width: 75%;
    margin: 20px auto 0;
  }
  
  
  /* 製品案内一覧 */
  .pg_product1 .section#sec1{
    padding: 60px 0;
  }
  .product_nav_wrap{
    margin-bottom: 50px;
  }
  .product_nav{
    margin: 0 -5px;
    padding: 20px 20px;
  }
  .product_nav li{
    width: 50%;
    padding: 0 5px;
  }
  .product_nav li a{
    padding: 20px 10px;
    font-size: 16px;
  }
  .product_nav li a:after{
    right: 15px;
  }
  .product_nav li:nth-child(n+3){
    margin-top: 20px;
  }

  .product_list_header{
    height: 250px;
  }
  .product_items{
    margin-left: -5px;
    margin-right: -5px;
  }
  .product_items .item{
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .product_list_header{
    margin-bottom: 50px;
  }
  .product_list_header h2{
    font-size: 30px;
    text-align: center;
  }
  .product_list_header h2 span{
    display: block;
    font-size: 18px;
    margin-left: 0;
  }
  
  .product_items .item .title_box{
    padding: 0 10px;
  }
  .product_items .item .title{
    font-size: 14px;
  }
  
  /**/
  .product_sizes_items .item a{
    font-size: 16px;
  }
  
  .product_sizes_wrap .title{
    font-size: 24px;
  }
  .product_sizes_wrap .txt1{
    font-size: 16px;
  }
  
  .product_sizes_wrap .txt2_1{
    font-size: 16px;
  }
  .product_sizes_wrap .txt2_2{
    
  }
  .product_sizes_wrap .txt2_2 span{
    
  }
  .product_sizes_wrap .txt2_2 span{
    
  }
  
  .product_main_wrap .description{
    padding-top: 0;
  }
  
  .product_pickup_items .item{
    width: 50%;
  }
  .product_pickup_items .item:nth-child(n+3){
    margin-top: 30px;
  }
  
  .product_cat_items .item .meta{
    flex-wrap: wrap;
  }
  .product_cat_items .item .meta dl,
  .product_cat_items .item .meta .stock{
    /*width: 50%;*/
    width: 33.333% !important;
    text-align: center;
    margin: 5px 0;
    padding: 0 15px !important;;
  }
  .product_cat_items .item .meta dl dt{
    text-align: center;
  }
  .product_cat_items .item .meta .code{
    text-align: center;
  }
  .product_cat_items .item .meta .mate{
    width: 400px;
  }
  .product_cat_items .item .meta .pack1{
    border-left: 0;
  }
  
  /**/
  .pg_company .section#sec1{
    padding-top: 300px;
    padding-bottom: 100px;
  }
  .company_tt1{
    font-size: 30px;
  }
  .company_tt2{
    font-size: 20px;
  }
  .company_tt3{
    font-size: 30px;
  }
  
  .company_menu_items{
    width: 75%;
    padding: 15px;
  }
  .company_menu_items li{
    width: 25%;
  }
  .company_menu_items li a{
    padding: 20px 10px;
  }
  
  .company_concept li{
    padding: 20px 30px;
    font-size: 18px;
  }
  .company_quality{
    padding: 30px 20px;
    font-size: 18px;
  }
  
  .company_message_wrap .box1{
    width: 55%;
  }
  
  .company_about_items .item dt{
    width: 150px;
  }
  .company_about_items .item dd{
    width: calc(100% - 150px);
  }
  
  .company_address_items {
    margin: 0 -5px;
  }
  .company_address_items .item{
    padding: 0 5px;
  }
  .company_address_items .item .addr{
    font-size: 14px;
  }
  
  .company_link_items .item .inner{
    font-size: 26px;
  }
  
  /**/
  
  .pg_service .section#sec1{
    padding-top: 50px;
  }
  .pg_service .section#sec3{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .service_about_wrap{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .service_about_wrap .title{
    font-size: 30px;
  }
  .service_about_wrap .txt1{
    font-size: 24px;
    margin-bottom: 25px;
  }
  
  .service_strong_tt{
    font-size: 30px;
  }
  .service_strong_box .box1{
    width: 50%;
  }
  .service_strong_box .box2{
    width: 50%;
  }
  .service_strong_list li{
    font-size: 18px;
  }
  
  .service_movie_tt{
    font-size: 30px;
  }
  .service_movie_items{
    margin: 0 -5px;
  }
  .service_movie_items .item{
    padding: 0 5px;
  }
  
  /**/
  .home_news_items{
    margin: 0 -10px;
  }
  .home_news_items .item{
    padding: 0 10px;
  }
  .home_news_items .item:nth-child(n+4){
    margin-top: 30px;
  }
  .home_news_items .item .img .new{
    /*width: 36px;*/
    top: 10px;
    left: 10px;
    font-size: 14px;
  }
  
  .news_detail_wrap .title{
    font-size: 24px;
  }
  
  .home_product_items .item .imgs li.w{
    width: 70%;
  }
  
  /**/
  .order_flow_items{
    flex-wrap: wrap;
  }
  .order_flow_items .item{
    width: 80%;
    margin: 0 auto;
  }
  .order_flow_items .arrow{
    width: 100%;
    text-align: center;
    margin: 30px auto;
  }
  .order_flow_items .arrow img{
    width: 50px;
    transform: rotate(90deg);
  }
  
  /**/
  
  body.pg_slug_recruit .pg_header > .container {
    height: 300px;
  }
  .recruit_header_msg{
    margin-top: -80px;
  }
  
  .recruit_tt1{
    font-size: 30px;
  }
  .recruit_job_nav_wrap .title{
    font-size: 30px;
  }
  .recruit_header_msg{
    padding: 50px;
  }
  .recruit_job_nav{
    margin: 0 -5px;
  }
  .recruit_job_nav li{
    padding: 0 5px;
  }
  
  .recruit_tbl th{
    width: 150px;
  }
  
  .recruit_job_about .imgs + .desc{
    top: 50px;
  }
  
  
  
  /**/
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 150px;
  }
  
  
  .contact_header{
    height: 200px;
  }
  .contact_header .bg_txt{
    font-size: 140px;
  }
  .contact_header .box .txt1{
    font-size: 40px;
  }
  .contact_header .box .txt1 i{
    font-size: 30px;
  }
  .contact_header .box .txt2 .s1{
    font-size: 24px;
  }
  .contact_header .box .txt2 .s2{
    font-size: 30px;
  }
  
  .pg_contact .section#sec2{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact_form_wrap{
    padding: 15px;
  }
  
  .contact_form th{
    width: 200px;
  }
  
  /*
  .contact_form_btns input[type="submit"],
  .contact_form_btns input[type="button"],
  .contact_form_btns button{
    width: 220px;
    max-width: 100%;
    height: 80px;
    font-size: 18px;
  }
  */
  
  /**/
  .privacy_items .item h4{
    font-size: 24px;
  }
  
}

@media only screen and (max-width:767px){
  
  body{
    font-family:  'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 60px;
  }
  
  header{
    padding: 0 0;
  }
  header .hdr1{
    width: 100%;
    /*justify-content: space-between;*/
    margin-bottom: 0;
    align-items: center;
    height: 47px;
  }
  header .hdr1 .hdr_logo{
    width: 100%;
    text-align: center;
    margin: 0 0;
    
  }
  header .hdr1 .hdr_logo img{
    width: 240px;
  }
  header .hdr1 .hdr_contact{
    display: none;
  }
  header .hdr1 .gnav_icon{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
  }
  
  footer .ftr2{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  footer .ftr2 .container{
    flex-wrap: wrap;
  }
  footer .ftr2 .box1,
  footer .ftr2 .box2{
    width: 100%;
    text-align: center;
  }
  footer .ftr2 .box2{
    margin-top: 30px;
  }
  
  .ftr_sns_items{
    justify-content: center;
  }
  
  .footer_fix{
    display: block;
  }
  footer .copy{
    text-align: center;
    margin-top: 30px;
  }
  
  .ftr_contact_wrap{
    padding: 50px 0;
  }
  .ftr_contact_wrap .title{
    font-size: 20px;
  }
  
  .ftr_contact_wrap .tel{
    font-size: 30px;
  }
  .ftr_contact_wrap .tel i{
    font-size: 20px;
  }
  
  .ftr_furusato_tt{
    font-size: 18px;
  }
  .ftr_bn_items{
    margin: 0 -5px;
  }
  .ftr_bn_items li{
    width: 50%;
    padding: 0 5px;
  }
  
  .ftr_bn_items li:nth-child(n+3){
    margin-top: 10px;
  }
  
  .ftr_links_wrap{
    justify-content: space-around;
  }
  
  
  .mv_slider .sp-slide .mv_txt.top{
    top: 30px;
  }
  .mv_slider .sp-slide .mv_txt .txt1{
    font-size: 24px;
  }
  
  .mv_slider .sp-slide .mv_txt .txt1.txt_sp_sm{
    font-size: 18px;
  }
  .mv_slider .sp-slide .mv_txt .txt2.txt_sp_sm{
    font-size: 14px;
  }
  
  .mv_slider .mv_icon{
    width: 180px;
    top: auto;
    bottom: -30px;
    right: 15px;
    
  }
  
  .gnav{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(12, 46, 83, 0.95);
    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: flex;
    flex-wrap: wrap;
  }
  .gnav > ul > li{
    width: 50%;
    padding: 10px 0;
    border: 0;
  }
  .gnav > ul > li+li{
    margin-left: 0;
  }
  .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;
    color: #FFF;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }
  
  .gnav .gnav_close{
    text-align: right;
  }
  
  .gnav_ftr{
    color: #FFF;;
    text-align: center;
    margin-top: 30px;
  }
  .gnav_tel{
    font-size: 30px;
  }
  .gnav_email{
    margin-top: 10px;
  }
  .gnav_links{
    margin-top: 10px;
  }
  
  .side_contact{
    display: none;
    width: 32px;
    padding: 20px 0;
    top: 200px;
  }
  
  .pg_header > .container:first-child{
    height: 150px;
  }
  .pg_header .tt1{
    font-size: 26px;
  }
  
  .breadcrumb{
    font-size: 12px;
  }
  .breadcrumb li{
    white-space: nowrap;
  }
  
  
  
  .tt1{
    font-size: 24px;
  }
  .tt1 span{
    font-size: 14px;
  }

  .tt2{

  }
  .tt2 span{

  }
  .tt3{

  }
  .tt3 span{

  }
  .tt4{

  }
  .tt4 span{

  }
  .tt5{

  }
  .tt5 span{

  }
  
  
  .read_more a{
    height: 60px;
    font-size: 16px;
  }
  
  /**/
  .pg_home .section#sec1{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pg_home .section#sec2{
    padding-top: 50px;
  }
  .pg_home .section#sec3{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
  }
  .pg_home .section#sec4{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pg_home .section#sec5{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pg_home .section#sec6{
    padding-top: 0;
    padding-bottom: 50px;
  }
  .pg_home .section#sec7{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pg_home .section#sec8{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .pg_home .section#sec7 .bg_txt,
  .pg_home .section#sec8 .bg_txt{
    font-size: 100px;
  }
  
  
  .home_msg1 .txt1{
    font-size: 16px;
  }
  .home_msg1 .txt2{
    font-size: 14px;
    line-height: 40px;
    /*text-align: left;*/
    background-image: url('/img/home/msg_lines_sp2.png');
    background-position: center top 40px;
    /*background-repeat: repeat-y;*/
  }
  
  .home_news_tt{
    font-size: 20px;
  }
  
  .home_news_items_wrap{
    padding-left: 0;
  }
  
  
  .home_taiou_wrap .box1{
    flex-wrap: wrap;
  }
  .home_taiou_wrap .box1 h2{
    width: 100%;
    height: auto;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 32px;
  }
  .home_taiou_wrap .box1 h2 span em{
    font-size: 18px;
  }
  
  .home_taiou_list{
    width: 100%;
  }
  .home_taiou_list li{
    font-size: 14px;
    padding: 15px 5px 15px 30px;
  }
  .home_taiou_list li:before{
    left: 10px;
  }
  
  .home_taiou_items {
    margin: 0 -5px;
  }
  .home_taiou_items .item{
    width: 50%;
    padding: 0 5px;
  }
  .home_taiou_items .item .label{
    position: static;
    width: 100%;
    padding: 10px;
    font-size: 13px;
  }
  .home_taiou_items .item .label span{
    font-size: 20px;
  }
  
  .home_taiou_service .item{
    width: 100%;
  }
  .home_taiou_service .item:nth-child(n+2){
    margin-top: 20px;
  }
  
  
  .home_taiou_service .item .img{
    width: 70%;
    margin: 0 auto;
  }
  .home_taiou_service .item .img .title{
    font-size: 24px;
    white-space: nowrap;
  }
  .home_taiou_service .item .txt{
    font-size: 14px;
    height: auto;
    min-height: 0;
    padding: 60px 15px 20px;;
  }
  
  .home_taiou_service_tt {
    font-size: 20px;
  }
  
  .home_product_tt{
    font-size: 24px;
  }
  
  .home_product_items .item{
    width: 100%;
    padding: 30px 15px;
  }
  .home_product_items .item .box1{
    padding: 15px;
  }
  .home_product_items .item .title{
    font-size: 20px;
  }
  .home_product_items .item .link{
    position: static;
  }
  .home_product_items .item .link a{
    width: 250px;
    margin: 0 auto;
    padding: 15px 0;
  }
  .home_product_items .item .imgs{
    margin: 15px 0 0;
  }
  .home_product_items .item .imgs li.w{
    width: 80%;
  }
  
  .home_soudan_tt1{
    font-size: 20px;
  }
  .home_soudan_tt2{
    font-size: 16px;
    margin: 30px 10px 0;
    padding-bottom: 5px;
    text-align: center;
  }
  .home_soudan_wrap{
    flex-wrap: wrap;
  }
  .home_soudan_wrap .box1{
    width: 100%;
    padding-top: 50px;
  }
  .home_soudan_wrap .box2{
    width: 100%;
    padding: 0 15px;
  }
  
  
  .home_soudan_list{
    font-size: 15px;
  }
  
  .home_soudan_msg1{
    font-size: 16px;
    margin-top: 20px;
  }
  .home_soudan_btn{
    margin: 20px 15px;
  }
  .home_soudan_btn a{
    height: 60px;
    font-size: 16px;
  }
  .home_soudan_btn a span:before{
    left: -20px;
  }
  
  .home_soudan_sliders{
    padding-left: 0;
    
  }
  .home_soudan_sliders .slider2{
    width: 50%;
    margin-left: 10px;
    margin-top: -130px;
  }
  
  .home_merit_tt{
    font-size: 24px;
  }
  .home_merit_msg{
    font-size: 18px;
  }
  
  .home_merit_items .item{
    height: auto;
  }
  .home_merit_items .item .inner{
    padding: 20px 15px;
  }
  .home_merit_items .item .title h3{
    font-size: 20px;
  }
  .home_merit_items .item .wrap1{
    flex-wrap: wrap;
  }
  .home_merit_items .item .wrap1 .box1,
  .home_merit_items .item .wrap1 .box2{
    width: 100%;
  }
  .home_merit_items .item .wrap1 .box2{
    margin-left: 0;
    margin-top: 20px;
  }
  
  .home_merit_items .item .wrap1 .costdown li span{
    font-size: 16px;
  }
  
  .home_merit_items .item .wrap2{
    flex-wrap: wrap;
  }
  .home_merit_items .item .wrap2 .box{
    width: 100%;
  }
  .home_merit_items .item .wrap2 .box+.box{
    margin-top: 20px;
  }
  
  .home_merit_items .item .title .num{
    width: 50px;
    height: 75px;
    font-size: 12px;
    margin-right: 15px;
  }
  .home_merit_items .item .title .num em{
    font-size: 20px;
  }
  
  .home_merit_items .item .wrap2 .box .info{
    margin-top: 15px;
    margin-left: 0;
  }
  .home_merit_items .item .wrap2 .txt1{
    font-size: 16px;
  }
  
  
  .home_case_tt{
    font-size: 24px;
  }
  .home_case_items{
    padding-top: 0;
  }
  .home_case_items .item{
    width: 100%;
    text-align: center;
  }
  .home_case_items .item:nth-child(3n+2){
    margin-top: 0;
  }
  .home_case_items .item:nth-child(n+2){
    margin-top: 30px;
  }
  .home_case_items .item .inner{
    padding-top: 0;
  }
  .home_case_items .item .num{
    width: 50px;
    height: 75px;
    font-size: 12px;
    margin-right: 15px;
    top: -10px;
    left: 0;
  }
  .home_case_items .item .num em{
    font-size: 20px;
  }
  .home_case_items .item .img {
    width: 75%;
    margin: 0 auto;
  }
  
  .home_product_btn{
    margin: 50px 0 0;
  }
  .home_product_btn a{
    font-size: 18px;
    height: 100px;
  }
  .home_product_btn a span:before{
    width: 20px;
    height: 20px;
    left: -40px;
  }
  
  .home_company_wrap{
    width: 100%;
    height: auto;
    padding: 30px 0;
  }
  .home_company_tt{
    font-size: 24px;
  }
  .home_company_links{
    padding: 15px;
  }
  
  /* 製品案内一覧 */
  .pg_product1 .section#sec1{
    padding: 50px 0;
  }
  .product_nav_wrap{
    margin-bottom: 30px;
  }
  .product_nav{
    margin: 0 -5px;
    padding: 15px 15px;
  }
  .product_nav li{
    width: 100%;
    padding: 0 5px;
  }
  .product_nav li a{
    padding: 10px 10px;
    font-size: 16px;
  }
  .product_nav li a:after{
    right: 15px;
  }
  .product_nav li:nth-child(n+2){
    margin-top: 10px;
  }

  .product_list_header{
    height: 150px;
    margin-bottom: 30px;
  }
  .product_items{
    margin-left: -5px;
    margin-right: -5px;
  }
  .product_items .item{
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .product_items .item:nth-child(n+3){
    margin-top: 15px;
  }
  .product_list_header h2{
    font-size: 20px;
  }
  .product_list_header h2 span{
    font-size: 12px;
  }
  
  .product_items .item .title_box{
    flex-wrap: wrap;
    padding: 0 10px;
    height: 50px;
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
  .product_items .item .title{
    width: 100%;
    font-size: 14px;
    
  }
  .product_items .item .title a{
    display: block;
    position: relative;
  }
  .product_items .item .title a:after{
    /*content: "\f054";*/
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  
  .product_items .item .link{
    width: 100%;
    display: none;
  }
  
  
  .product_sizes_wrap .box1{
    width: 100%;
    order: 2;
    margin-top: 20px;
    text-align: center;
  }
  .product_sizes_wrap .box2{
    width: 100%;
    
  }
  .product_sizes_wrap .title{
    font-size: 20px;
  }
  
  .product_sizes_items{
    margin: 0 -5px
  }
  .product_sizes_items .item{
    width: 50%;
    padding: 0 5px;
  }
  .product_sizes_items .item:nth-child(n+3){
    margin-top: 20px;
  }
  .product_sizes_items .item a:after{
    right: 5px;
  }
  
  .product_tt1{
    font-size: 26px;
  }
  .product_tt1_sub{
    font-size: 13px;
  }
  
  
  .pg_product2 .section#sec2{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .product_main_wrap > .container{
    flex-wrap: wrap;
  }
  .product_main_wrap .main_img{
    width: 100%;
    text-align: center;
  }
  .product_main_wrap .description{
    width: 100%;
    margin-top: 15px;
  }
  .product_main_wrap .description h2{
    font-size: 24px;
  }
  .product_main_wrap .description .txt{
    font-size: 16px;
  }
  
  .product_soudan_wrap{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .product_pickup_wrap{
    padding: 50px 0;
  }
  .product_pickup_items {
    margin: 0 -10px;
  }
  .product_pickup_items .item{
    padding: 0 10px;
  }
  .product_pickup_items .item .meta dl dd.large{
    font-size: 14px;
  }
  .product_pickup_items .item .category li span{
    font-size: 12px;
  }
  .product_pickup_items .item .stock{
    position: static;
    margin-top: 5px;
    text-align: center;
  }
  
  .product_movie_wrap{
    padding: 50px 0;
  }
  
  .product_cat_items .item .meta dl, .product_cat_items .item .meta .stock{
    padding: 0 5px !important;
  }
  .product_cat_items .item .category li span{
    font-size: 12px;
  }
  
  /**/
  
  .case_inner {
    padding-top: 45px;
  }
  .case_inner .num{
    width: 50px;
    height: 75px;
    font-size: 12px;
    left: 10px;
  }
  .case_inner .num em{
    font-size: 20px;
  }
  
  
  .case_inner .case_tt{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .case_inner .case_block .img,
  .case_inner .case_block .txt{
    width: 100%;
    padding-top: 15px;
  }
  
  .case_inner .case_block + .case_block{
    margin-top: 30px;
  }
  
  /**/
  .pg_company .section#sec1{
    padding-top: 50px;
  }
  .pg_company .section#sec2{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .company_tt1{
    font-size: 24px;
  }
  .company_tt2{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .company_tt2:before{
    width: 30px;
  }
  .company_tt2 span{
    width: calc(100% - 50px)
  }
  .company_tt3{
    font-size: 24px;
  }
  
  .company_menu_wrap{
    padding: 20px 10px;
  }
  .company_menu_items{
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    position: static;
    transform: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .company_menu_items li{
    width: 50%;
  }
  .company_menu_items li:nth-child(n+3){
    margin-top: 10px;
  }
  
  .company_concept_wrap{
    margin-bottom: 30px;
  }
  .company_concept li{
    padding: 10px;
    font-size: 14px;
  }
  .company_quality{
    padding: 10px;
    font-size: 14px;
  }
  
  .company_message_wrap{
    flex-wrap: wrap;
  }
  .company_message_wrap .box1,
  .company_message_wrap .box2{
    width: 100%;
  }
  .company_message_wrap .box2{
    margin-top: 20px;
  }
  
  .company_message_wrap .txt strong{
    font-size: 16px;
  }
  .company_message_wrap .name span{
    font-size: 24px;
  }
  
  .company_about_items .item dt{
    width: 100px;
  }
  .company_about_items .item dd{
    width: calc(100% - 100px);
  }
  
  
  .company_address_items{
    flex-wrap: wrap;
  }
  .company_address_items .item{
    width: 100%;
  }
  
  
  .company_address_items .item + .item{
    margin-top: 20px;
  }
  
  .company_history_items .item dt{
    width: 100px;
  }
  .company_history_items .item dd{
    width: calc(100% - 100px)
  }
  
  .company_link_items .item.large{
    width: 75%;
  }
  .company_link_items .item .inner{
    font-size: 16px;
  }
  
  /**/
  
  .pg_service .section#sec2{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pg_service .section#sec3{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pg_service .section#sec4{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .service_about_wrap{
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .service_about_wrap .title{
    font-size: 20px;
  }
  .service_about_wrap .txt1{
    font-size: 16px;
    margin-bottom: 25px;
  }
  .service_about_wrap .txt2{
    font-size: 14px;
  }
  
  .service_strong_tt{
    font-size: 20px;
  }
  .service_strong_box .box1,
  .service_strong_box .box2{
    width: 100%;
  }
  .service_strong_box .box2{
    text-align: center;
  }
  .service_strong_list li{
    font-size: 16px;
    padding: 15px;
  }
  .service_strong_list li+li{
    margin-top: 10px;
  }
  
  .service_strong_msg{
    font-size: 16px;
    margin-bottom: 50px;
  }
  
  .service_movie_tt{
    font-size: 20px;
    margin-bottom: 30px;
  }
  .service_movie_items{
    margin: 0 -5px;
  }
  .service_movie_items .item{
    width: 50%;
    padding: 0 5px;
  }
  .service_movie_items .item:nth-child(n+3){
    margin-top: 20px;
  }
  .service_movie_items .item .txt{
    padding: 10px;
    font-size: 13px;
  }
  
  
  /**/
  .home_news_items{
    margin: 0 -5px;
  }
  .home_news_items .item{
    width: 50%;
    padding: 0 5px;
  }
  .home_news_items .item:nth-child(n+3){
    margin-top: 20px;
  }
  .home_news_items .item .img .new{
    width: 36px;
    top: 5px;
    left: 5px;
    font-size: 10px;
  }
  
  /**/
  .news_detail_wrap .meta .category{
    font-size: 14px;
  }
  .news_detail_wrap .meta .date{
    font-size: 14px;
  }
  .news_detail_wrap .title{
    font-size: 20px;
  }
  
  /**/
  .pg_order .section#sec1{
    padding-top: 50px;
  }
  .order_tt1{
    font-size: 20px;
  }
  
  .order_flow_items .item{
    width: 100%;
  }
  .order_flow_items .item .inner{
    padding: 20px;
  }
  .order_flow_items .item .title{
    font-size: 20px;
  }
  
  .order_faq_items{
    margin-top: 0;
  }
  .order_faq_items .item dt, 
  .order_faq_items .item dd{
    padding-left: 30px;
  }
  .order_faq_items .item dt{
    font-size: 16px;
  }
  .order_faq_items .item dt:before, 
  .order_faq_items .item dd:before{
    font-size: 18px;
  }
  
  .order_faq_tbl th,
  .order_faq_tbl td{
    font-size: 13px;
  }
  .order_faq_tbl th{
    width: 100px;
  }
  
  /**/
   body.pg_slug_recruit .pg_header > .container {
    height: 200px;
  }
  .recruit_header_msg{
    margin-top: -80px;
  }
  
  .recruit_tt1{
    font-size: 20px;
  }
  .recruit_job_nav_wrap .title{
    font-size: 20px;
  }
  .recruit_header_msg{
    padding: 15px;
  }
  .recruit_job_nav{
    
  }
  .recruit_job_nav li{
    width: 50%;
  }
  .recruit_job_nav li:nth-child(n+3){
    margin-top: 10px;
  }
  
  .recruit_job_about_wrap{
    padding: 50px 0;
  }
  .recruit_job_about{
    flex-wrap: wrap;
  }
  .recruit_job_about .imgs{
    width: 80%;
    order: 2;
    margin: 15px auto 0;
  }
  .recruit_job_about .desc{
    padding: 30px 0;
  }
  .recruit_job_about .imgs + .desc{
    position: static;
    width: 100%;
  }
  .recruit_job_about .imgs + .desc .inner{
    width: 100%;
  }
  
  .recruit_tbl th{
    width: 100px;
  }
  
  
  
  
  /**/
  .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;
  }
  
  .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{
    justify-content: center;
  }
  .contact_form_btns input[type="submit"], 
  .contact_form_btns input[type="button"],
  .contact_form_btns button  {
    width: 48%;
    height: 50px;
    margin: 0 1%;
    font-size: 14px;
    
  }
  .contact_form_btns button:after{
    right: 10px;
    font-size: 10px;
  }
  .contact_form_btns input[type="submit"]{
    /* テキストが長いとき */
    /*width: 66%;*/
  }
  
  
  
  .contact_form td input, .contact_form td textarea, .contact_form td select, .contact_form td .wpcf7-form-control, .contact_form td .wpcf7c-conf-hidden{
    padding: 10px;
  }
  
  
  .contact_header{
    height: 150px;
  }
  .contact_header .bg_txt{
    font-size: 80px;
  }
  .contact_header .box .txt1{
    font-size: 30px;
  }
  .contact_header .box .txt1 i{
    font-size: 24px;
  }
  .contact_header .box .txt2 .s1{
    font-size: 18px;
  }
  .contact_header .box .txt2 .s2{
    font-size: 20px;
  }
  
  .pg_contact .section#sec2{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact_form_wrap{
    padding: 15px;
  }
  
  
  /* サイトマップ */
  .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: 16px;
  }
  .privacy_items .item + .item{
    padding-top: 20px;
    margin-top: 20px;
  }
}

@media only screen and (max-width:359px){
  .footer_fix ul{
    font-size: 12px;
  }
}