@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:1120px){
  .container{
    width: 100%;
  }
  
  /* **********************************
   *  採用情報
   * ********************************* */
  .pg_recruit .section#sec3 .box {
    font-size: 16px;
  }
}

@media only screen and (max-width:1023px){
  
  header .hdr_contact{
    width: 115px;
  }
  .gnav > ul > li {
    padding: 0 6px;
    font-size: 15px;
  }
  footer .ftr_links li{
  padding:0 8px;
  }
  
  
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 150px;
  }
  
  /* **********************************
   *  会社概要
   * ********************************* */
  .company_tbl th {
    width: 250px;
  }
  .company_group .company_tbl tr > td:nth-of-type(1) {
    width: 150px;
  }
  .company_group .company_tbl td {
    padding: 15px 15px 15px 20px;
  }
  
  /* **********************************
   *  採用情報
   * ********************************* */
  .pg_recruit .section#sec1 .message_box{
    background-size: 380px auto, 320px auto;      
  }
  .pg_recruit .section#sec2 {
    background-position: 75% top;
  }
  .pg_recruit .section#sec2 .staff_list .box {
    max-width: 300px;
    width: 32%;
  }
  .pg_recruit .section#sec2 .staff_list .box > a > div {
    font-size: 14px;
  }
  .pg_recruit .section#sec3 .box {
    width: 48.5%;
  }
  .pg_recruit .section#sec4 li {
    font-size: 16px;
  }
  .pg_recruit .section#sec6 .tel .txt {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  
  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .contact_info .box1 {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
  }
}

@media only screen and (max-width:767px){
  
  body{
    font-size: 14px;
    padding-bottom: 60px;
  }
  
  
  header .hdr1 .hdr_logo{
    width: 100%;
    justify-content: center;
    margin: 0;
  }
  header .hdr1 .hdr_logo img{
    width: 160px;
  }
  header .hdr1 .hdr_contact{
    display: none;
  }
  
  footer .ftr2 .container,
  footer .ftr3 .container{
    flex-wrap: wrap;
  }
  footer .ftr2 .box1,
  footer .ftr2 .box2,
  footer .ftr3 .box1,
  footer .ftr3 .box2{
    width: 100%;
    text-align: center;
  }
  footer .ftr2 .box2 a{
    margin: 20px auto 0;
  }
  footer .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: 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 a{
    padding: 15px 0;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }
  
  .pg_header{
    
  }
  .pg_header>.container{
    height: 200px;
  }
  .pg_header .tt1{
    font-size: 16px;
    letter-spacing: 0.15em;
  }
  .pg_header .tt1 .box{
    height: 60px;
  }
  
  .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 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 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;
  }
  
  /* **********************************
   *  会社概要
   * ********************************* */
  .pg_company .section#sec1 {
    padding-top: 80px;
  }
  .company_tbl,
  .company_tbl tbody,
  .company_tbl tr,
  .company_tbl th,
  .company_tbl td{
    width: 100%;
    display: block;
  }
  .company_tbl th,
  .company_tbl td{
    height: auto;
    padding: 15px 10px 15px 25px;
  }
  .company_tbl th{
    padding: 10px 10px 10px 25px;
    border-bottom: 1px solid #898989;
    border-right: 0;
  }
  .pg_company .section#sec1 iframe{
    height: 300px;
  }
  
  .under_ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .company_group .table{
    width: 100%;
  }
  .company_group .company_tbl tr > td:nth-of-type(1){
    width: 100%;
    padding: 10px 10px 10px 25px;
    border-bottom: 1px solid #898989;
    border-right: 0;
  }
  .company_group .imgs {
    width: 100%;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
  }
  .company_group .imgs .img {
    width: 49%;
    margin: 0 auto 10px;
  }
  .company_group .map iframe {
    height: 250px;
  }
  
  .pg_slug_company .pg_header,
  .pg_slug_recruit .pg_header,
  .pg_slug_contact .pg_header{
  margin-bottom:145px!important;
  }
  
  /* **********************************
   *  採用情報
   * ********************************* */
  .pg_recruit .section#sec1 .message_box {
    padding: 30px 15px 15px;
  }
  .rec_ttl {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .rec_ttl .impact {
    font-size: 32px;
    padding-right: 10px;
  }
  .pg_recruit .section#sec1 .message_box .large {
    margin-bottom: 30px;
  }
  .pg_recruit .section#sec1 .message_box .txt {
    font-size: 16px;
  }
  .pg_recruit .section#sec2 .staff_list .box {
    max-width: 300px;
    width: 48%;
  }
  .pg_recruit .section#sec2 {
    padding: 50px 0 0;
    background-position: 71% top;
  }
  .pg_recruit .section#sec2 .staff_voice .box {
    margin-top: 100px;
  }
  .pg_recruit .section#sec2 .staff_voice .box .ttl .impact {
    font-size: 107px;
  }
  .pg_recruit .section#sec2 .staff_voice .box .txt {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .pg_recruit .section#sec2 .staff_voice .box .ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .pg_recruit .section#sec2 .staff_voice .box .message {
    margin-top: 20px;
  }
  .pg_recruit .section#sec2 .staff_voice .box .img {
    width: 100%;
    margin-bottom: 50px;
    order: 1;
  }
  .pg_recruit .section#sec2 .staff_voice .box:nth-child(even) .txt {
    padding: 0;
  }
  .pg_recruit .section#sec3 {
    margin: 80px 0 50px;
  }
  .pg_recruit .section#sec3 .box {
    width: 100%;
    font-size: 14px;
    padding: 33px 10px 27px;
    margin-bottom: 10px;
  }
  .pg_recruit .section#sec4 li {
    width: 100%;
    font-size: 14px;
    padding: 28px 10px;
  }
  .pg_recruit .section#sec5 {
    padding: 80px 0 50px;
  }
  .pg_recruit .section#sec6 {
    padding: 50px 0 30px;
    margin-bottom: 100px;
  }
  .pg_recruit .section#sec6 .box {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
  }
  .pg_recruit .section#sec6 .tel .num {
    font-size: 18px;
  }
  .pg_recruit .section#sec6 .tel .num a {
    font-size: 26px;
  }
  .pg_recruit .section#sec6 .form {
    padding: 0;
  }
  .pg_recruit .section#sec6 .form a {
    font-size: 18px;
    padding: 20px;
  }
  
  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .contact_info .box2 {
    margin-left: 0;
  }
  .contact_info .box2 .icon {
    margin-right: 0;
  }
  .contact_info .box2 .colon {
    font-size: 17px;
  }
  .contact_info .box1 {
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
  }
  .pg_contact .contact_ttl {
    font-size: 18px;
  }
  .contact_form th, .contact_form td {
    padding: 10px 0 0;
  }
  .contact_form td {
    padding: 10px 0;
  }
  .privacy_items {
    margin-bottom: 100px;
  }
    
  /* **********************************
   *  404
   * ********************************* */
  .pg_header.error404 .tt1 .box{
    width: auto;
    padding: 0 10px;
  }
} 