@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:1220px){
  .container{
    width: 100%;
  }
  
  header .hdr1{
    padding: 0 10px;
  }
  header .hdr1 .box1{
    width: 150px;
  }
  header .hdr1 .box2{
    width: calc(100% - 150px - 30px);
  }
  header .hdr1 .hdr_contact a{
    width: 150px;
  }
  
  .gnav > ul > li{
    padding-left: 10px;
    padding-right: 10px;
  }
  
  footer .ftr2 .item {
    width: 33.33%;
  }
  .footer_wrap .box1 .flex{
    font-size: 14px;
  }
  .footer_wrap .box3{
    margin-right: 0;
  }
  
  /* **********************************
   *  Home
   * ********************************* */
  .pg_home .section#sec2 {
    padding: 80px 0 220px;
  }
  .home_service .tt .ttl br{
    display: none;
  }

  /* **********************************
   *  採用情報
   * ********************************* */
  .pg_recruit .section#sec3 .data_3 .flex {
    padding: 20px 0;
  }
  .pg_recruit .section#sec3 .data_3 .item .data_tt {
    font-size: 18px;
  }
  
  .subsidy_items .txt3{
    font-size: 16px;
  }
}

@media only screen and (max-width:1023px){
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 150px;
  }
  
  
  header .hdr1{
    padding: 0 10px;
  }
  header .hdr1 .box1{
    width: 120px;
  }
  header .hdr1 .box2{
    width: calc(100% - 120px - 15px);
  }
  header .hdr1 .hdr_contact{
    margin-left: 15px;
  }
  header .hdr1 .hdr_contact a{
    width: 100px;
    font-size: 12px;
  }
  
  
  header .hdr1 .hdr_logo img {
  }
  
  .gnav > ul{
    font-size: 14px;
  }
  .gnav > ul > li{
    padding-left: 10px;
    padding-right: 10px;
  }
  .gnav .children li .ttl {
    font-size: 14px;
  }
  .gnav .children li .arial {
    font-size: 11px;
  }
  
  .mv{
    height: 500px;
  }
  
  .pg_header .container{
    height: 250px;
  }
  .pg_header .tt1{
    height: 120px;
    font-size: 24px;
  }
  
  footer .ftr1 .box1 img {
    width: 201px;
  }
  footer .ftr_links li {
    padding: 0 16px;
  }
  
  footer .ftr1 .container {
    justify-content: center;
  }
  footer .ftr1 .box2{
  }
  
  .footer_wrap{
    flex-wrap: wrap;
  }
  .footer_wrap .box1{
    width: 100%;
  }
  
  .footer_wrap .box2{
    width: 35%;
  }
  .footer_wrap .box3{
    width: 63%;
  }
  
  .footer_wrap .box1 .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_wrap .box1 .flex .item{
    width: 49%;
  }
  
  .box3_items{
    justify-content: flex-start;
  }
  
  footer .copy {
    margin-top: 30px;
    font-size: 12px;
    text-align: center;
  }
  
  
  /**/
  .section#ftr_contact{
    margin-top: 100px;
  }
  .ftr_contact_wrap{
    padding: 30px 0;
  }
  .ftr_contact_wrap .box1 .title span {
    font-size: 20px;
  }
  .ftr_contact_wrap .box1 .txt{
    font-size: 12px;
  }
  .ftr_contact_wrap .btn a{
    font-size: 16px;
  }
  
  /* **********************************
   *  Home
   * ********************************* */
  .home_service_wrap .item .inner{
    padding: 25px 10px;
  }
  .home_cando_wrap .title{
    font-size: 36px;
  }
  .home_service_wrap .item .txt{
    font-size: 14px;
  }
  .home_service_wrap .item .txt strong{
    font-size: 17px;
  }
  .home_service_wrap .item .img{
    height: 140px;
  }

  /* **********************************
   *  組織力強化支援
   * ********************************* */
  .strength_flow_wrap .item .inner{
    padding: 10px 5px;
  }
  .strength_flow_wrap .item .txt{
    line-height: 1.4;
  }
  
  .strength_lba_wrap{
    margin: 0 -10px;
  }
  .strength_lba_wrap .item{
    padding: 0 10px;
  }
  .strength_lba_wrap .item .inner{
    padding: 60px 10px 20px;
  }
  .strength_lba_wrap .item .num{
    font-size: 36px;
  }
  .strength_lba_wrap .item .img{
    height: 200px;
  }
  .strength_lba_wrap .item .img img{
    height: 100%;
  }
  
  .strength_osusume_wrap .list li .inner{
    font-size: 18px;
  }
  
  .strength_lba_note ul li{
    font-size: 16px;
  }

  /* **********************************
   *  WEB制作
   * ********************************* */
  .webcreate_ec_wrap .list li .inner{
    font-size: 14px;
  }
  
  .webcreate_plan_wrap{
    margin: 0 -10px;
  }
  .webcreate_plan_wrap .item{
    padding:  0 10px;
  }
  .webcreate_plan_wrap .item .inner{
    padding: 0 10px 20px;
  }
  .webcreate_plan_wrap .item .title1{
    font-size: 20px;
    margin: 0 -10px 10px;
  }
  
  /* **********************************
   *  助成金
   * ********************************* */
  .subsidy_items .title{
    font-size: 16px;
  }
  .subsidy_items .txt2{
    font-size: 15px;
  }
  .subsidy_items ul.t2{
    font-size: 14px;
  }
  .subsidy_items .number{
    font-size: 50px;
  }
  .consulting_items .item .img{
    width: 55px;
  }
  .consulting_items .title{
    font-size: 14px;
  }
  .consulting_items .box .text1{
    font-size: 14px;
  }
  .consulting_items ul li{
    font-size: 14px;
  }
  .consulting_items ul li:before{
    font-size: 14px;
  }
  .consulting_items .txt{
    padding: 0 5px;
    font-size: 12px;
  }
  
  
  /* **********************************
   *  会社概要
   * ********************************* */
  .company_tbl th {
    width: 200px;
  }

  /* **********************************
   *  企画・運営　実績
   * ********************************* */
  .works_items .item {
    width: 50%;
  }
  .works_items .item:nth-child(n+3){
    margin-top: 40px;
  }
  
  /* **********************************
   *  採用情報
   * ********************************* */
  
}

@media only screen and (max-width:767px){
  
  body{
    font-size: 14px;
    padding-bottom: 60px;
  }
  
  header .hdr1{
    padding: 0 15px;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  header {
    padding: 0;
  }
  header .hdr1 .hdr_logo,
  header .hdr1 .hdr_contact{
    float: none;
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  header .hdr1 .hdr_logo img {
    width: 181px;
  }
  header .hdr1 .hdr_contact{
    display: none;
  }
  
  footer{
    margin-top: 50px;
  }
  .footer_wrap{
    padding: 20px 0;
  }
  .footer_wrap .box1 .flex .item{
    width: 100%;
  }
  footer .ftr1 .box2{
    width: 100%;
  }
  footer .ftr1 .box3{
    width: 100%;
  }
  
  footer .ftr_links{
    display: flex;
    flex-wrap: wrap;
  }
  footer .ftr_links li{
    width: 50%;
    padding: 0;
  }
  footer .ftr_links li:nth-child(n+2){
    margin-top: 0;
  }
  footer .ftr_links li:nth-child(n+3){
    margin-top: 20px;
  }
  
  .box3 .connection{
    width: 100%;
  }
  
  .footer_fix{
    display: block;
  }
  
  /**/
  .section#ftr_contact{
    margin-top: 50px;
  }
  .ftr_contact_wrap{
    padding: 20px 10px;
  }
  .ftr_contact_wrap .box1, 
  .ftr_contact_wrap .box2{
    width: 100%;
    padding: 15px 10px;
  }
  .ftr_contact_wrap .box1{
    border-right: 0;
    border-bottom: 2px solid #ebebeb;
  }
  .ftr_contact_wrap .box2{
  }
  .ftr_contact_wrap .box1 .title span {
    font-size: 16px;
  }
  .ftr_contact_wrap .box1 .txt{
    font-size: 12px;
  }
  .ftr_contact_wrap .btn a{
    font-size: 14px;
    padding: 20px 20px 20px 10px;
  }
  .ftr_contact_wrap .btn a:after{
    right: 10px;
  }
  
  .mv{
    height: 300px;
  }
  
  .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;
    font-size: 16px;
  }
  .gnav > ul > li{
    width: 100%;
    padding: 5px 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: 0 0;
    border-bottom: 0;
    color: #111;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    width: 100%;
    padding: 15px 0;
    position: static;
    left: 0;
    -webkit-transform: none;
    transform: none;
    font-size: 14px;
  }
  .gnav .children, .gnav .sub-menu li{
    padding: 0;
    border: 0;
  }
  .gnav .children, .gnav .sub-menu a{
    padding: 6px 0;
  }
  .gnav .children ul {
    padding: 0;
    justify-content: flex-start;
  }
  .gnav .children li {
    width: 50%;
  }
  .gnav .children li:nth-child(n+3) {
      margin-top: 15px;
  }
  .gnav .children li:nth-child(2n+1) {
    border-left: 1px solid #8b8b8b;
  }
  .gnav .children li .ttl br{
    display: none;
  }
  
  .gnav > ul > li.menu-item-has-children:after{
    color: #181818;
    top: 35px;
    bottom: auto;
  }
  
  .pg_header .tt1{
    width: 250px;
    height: 80px;
  }
  .pg_header .tt1 em{
    font-size: 0.7em;
  }
  
  .breadcrumb {
    font-size: 12px;
    margin: 10px 0 35px;
  }
  .breadcrumb li{
    white-space: nowrap;
  }
  .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 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;
  }
  .privacy_items .item h4{
    font-size: 15px;
  }
  
  
  /* **********************************
   *  Home
   * ********************************* */
  .pg_home .section#sec1{
    padding: 30px 0;
  }
  .pg_home .section#sec2{
    padding: 30px 0;
  }
  .pg_home .section#sec3{
    padding: 30px 0;
  }
  
  .home_cando_wrap{
    background-size: auto 250px;
  }
  .home_cando_wrap .title{
    font-size: 26px;
  }
  .home_cando_wrap .txt{
    font-size: 14px;
  }
  
  .home_service_wrap{
    margin: 0 -5px;
  }
  .home_service_wrap .item{
    width: 100%;
    padding: 0 5px;
    margin: 0 auto;
  }
  .home_service_wrap .item:nth-child(n+2){
    margin-top: 15px;
  }
  .home_service_wrap .item .inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 15px;
  }
  .home_service_wrap .item .title{
    width: 100%;
    font-size: 18px;
  }
  .home_service_wrap .item .img{
    width: 100px;
    height: auto;
  }
  .home_service_wrap .item .txt{
    width: calc(100% - 100px - 15px);
    font-size: 14px;
    margin-top: 0;
  }
  .home_service_wrap .item .txt strong{
    font-size: 17px;
  }
  .home_service_wrap .item .more{
    width: 100%;
    margin-top: 10px;
    text-align: right;
  }
  
  .home_tt1{
    
  }
  .home_tt1 em{
    font-size: 16px;
  }
  .home_tt1 span{
    font-size: 24px;
  }
  
  .home_blog_item .title{
    font-size: 14px;
    line-height: 1.666;
  }
  
  .home_blog_slider .sp-arrow{
    width: 30px;
    height: 30px;
  }
  .home_blog_slider .sp-horizontal .sp-previous-arrow{
    left: auto;
    right: calc(100% - 25px);
  }
  .home_blog_slider .sp-horizontal .sp-next-arrow{
    left: calc(100% - 25px);
    right: auto;
  }
  
  .home_more_btns{
  }
  .home_more_btns .home_more_btn{
    width: 100%;
  }
  .home_more_btns .home_more_btn + .home_more_btn{
    margin-top: 10px;
  }

  /* **********************************
   *  
   * ********************************* */
  .pg_header .container {
    height: 150px;
  }
  .tt1 {
    font-size: 26px;
  }
  .tt1 span {
    font-size: 15px;
  }  
  
  .tt2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .tt2:before{
    width: 3px;
    height: 20px;
  }
  .tt2.md{
    font-size: 18px;
  }
  .tt2.md:before{
    height: 25px;
  }
  
  .tt3{
    font-size: 16px;
  }
  
  /* **********************************
   *  組織力強化支援
   * ********************************* */
  
  .strength_video{
    margin-bottom: 50px;
  }
  
  .strength_large_img_wrap:after{
    height: 200px;
  }
  .strength_flow_wrap:after{
    top: 0;
    bottom: 0;
    left: 50%;
    width: 10px;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .strength_flow_wrap .item{
    width: 100%;
  }
  .strength_flow_wrap .item:nth-child(n+2){
    margin-top: 30px;
  }
  .strength_flow_wrap .item .inner{
    padding: 10px 5px;
    height: 100px;
  }
  .strength_flow_wrap .item .txt{
    line-height: 1.4;
  }
  
  .strength_large_img_wrap:after{
    
  }
  
  .strength_lba_wrap{
    margin: 0 -10px;
  }
  .strength_lba_wrap .item{
    width: 100%;
    padding: 0 10px;
  }
  .strength_lba_wrap .item:nth-child(n+3){
    margin-top: 0;
  }
  .strength_lba_wrap .item:nth-child(n+2){
    margin-top: 50px;
  }
  
  .strength_lba_wrap .item .inner{
    padding: 60px 10px 20px;
  }
  .strength_lba_wrap .item .num{
    font-size: 36px;
  }
  .strength_lba_wrap .item .img{
    height: auto;
    max-height: 200px;
  }
  .strength_lba_wrap .item .img img{
    max-height: 200px;
    height: auto;
  }
  .strength_lba_wrap .item .title{
    font-size: 18px;
  }
  
  .strength_plan_wrap{
    justify-content: center;
  }
  .strength_plan_wrap .item{
    width: 33.333%;
  }
  .strength_plan_wrap .item:nth-child(n+4){
    margin-top: 15px;
  }
  
  .strength_osusume_wrap{
    padding: 15px 10px;
  }
  .strength_osusume_wrap .box1{
    width: 80px;
  }
  .strength_osusume_wrap .box2{
    width: calc(100% - 80px - 10px);
  }
  
  .strength_osusume_wrap .list{
    margin: 0 -5px;
  }
  .strength_osusume_wrap .list li{
    padding: 5px 5px;
  }
  .strength_osusume_wrap .list li .inner{
    font-size: 10px;
  }
  .strength_osusume_wrap .txt{
    margin-top: 10px;
  }
  
  .strength_lba_note ul li{
    font-size: 14px;
  }

  /* **********************************
   *  WEB制作
   * ********************************* */
  .webcreate_ec_wrap .list li{
    width: 50%;
  }
  .webcreate_ec_wrap .list li .inner{
    font-size: 14px;
  }
  
  .webcreate_flow_wrap .item dt{
    font-size: 16px;
  }
  .webcreate_flow_wrap .item dd{
    padding: 15px 10px;
  }
  
  .webcreate_plan_wrap{
    margin: 0 -10px;
  }
  .webcreate_plan_wrap .item{
    width: 100%;
    padding:  0 10px;
  }
  .webcreate_plan_wrap .item:nth-child(n+2){
    margin-top: 30px;
  }
  .webcreate_plan_wrap .item .inner{
    padding: 0 10px 20px;
  }
  .webcreate_plan_wrap .item .title1{
    font-size: 20px;
    margin: 0 -10px 10px;
  }
  
  /* **********************************
   *  
   * ********************************* */
  .subsidy_terms_wrap .title{
    font-size: 15px;
  }
  .subsidy_terms_wrap .txt{
    padding: 15px 5px;
  }
  .subsidy_terms_wrap .txt .list{
    font-size: 14px;
  }
  .subsidy_terms_wrap .txt .list li{
    margin: 10px 0;
  }
  .subsidy_terms_wrap .txt .list li .txt1{
    font-size: 15px;
  }
  .subsidy_terms_wrap .txt .list li .txt2{
    font-size: 12px;
  }

  .subsidy_items .item{
    width: 100%;
  }
  .subsidy_items .item:nth-child(n+2){
    margin-top: 30px;
  }
  
  .consulting_items .item{
    width: 85%;
    margin: 0 auto;
  }
  .consulting_items .item:nth-child(n+2){
    margin-top: 30px;
  }
  .consulting_items .title{
    font-size: 16px;
    padding:  10px 5px;
  }
  .consulting_items .item .img{
    width: 65px;
  }
  .consulting_items_msg{
    font-size: 14px;
  }
  
  .diagnose_btns{
    padding-top: 30px;
  }
  .diagnose_btns:before{
    
  }
  
  .contact_form .input-erea [name="representative"] {
    width:100%;
  }
  .contact_form .input-erea [name="introduction"] {
    width:100%;
  }
  
  .pg_strength .section#sec1 .home_more_btns {
    margin-bottom: 50px;
  }
  .pg_strength .section#sec2 {
    margin-top: -40px;
    padding-top: 100px;
  }
 .pg_strength .section#sec6 {
    margin-top: -40px;
    padding-top: 100px;
  }
  
  .pg_subsidy .section#sec1 .large {
    font-size: 16px;
  }
  .pg_subsidy .section#sec1 .large:after{
    width: 260px;
  }
  .pg_subsidy .section#sec1 .home_more_btn a{
    font-size: 16px;
  }
  .pg_subsidy .section#sec7 {
    margin-top: -40px!important;
    padding-top: 80px;
  }
  
  /* **********************************
   *  
   * ********************************* */
  

  /* **********************************
   *  会社概要
   * ********************************* */
  .pg_company .philosophy {
    /*max-width: 400px;*/
    display: block;
  }
  .pg_company .philosophy dt {
    font-size: 20px;
    padding-right: 0;
    padding-bottom: 10px;
    text-align: center;
  }
  .pg_company .philosophy dd {
    font-size: 16px;
    padding: 25px 0 0;
    border-left: 0;
    border-top: 4px solid #e4d730;
  }
  .pg_company .philosophy + dl {
    margin-top: 20px;
  }
  .pg_company .section#sec2 {
    padding: 50px 0;
  }
  .pg_company .section#sec2 .message {
    text-align: left;
  }
  .pg_company .section#sec2 .message p + p {
    margin-top: 18px;
  }
  .pg_company .section#sec2 .message .mincho {
    font-size: 18px;
    text-align: center;
  }
  .pg_company .section#sec3 .tt2 {
    margin-bottom: 25px;
  }
  .company_tbl th, 
  .company_tbl td{
    width: 100%;
    padding: 10px;
    display: block;
  }
  .company_tbl th{
    font-size: 16px;
  }
  .pg_company .contact_cmn {
    padding-top: 95px;
  }

  /* **********************************
   *  企画・運営　実績
   * ********************************* */
  .works_items{
    max-width: 350px;
    margin: 0 auto;
  }
  .works_items .item {
    width: 100%;
  }
  .works_items .item:nth-child(n+2){
    margin-top: 35px;
  }
  .works_items .title {
    font-size: 18px;
  }
  
  .pagination,
  .pg_works.web .pagination{
    margin-top: 85px;
  }
  
  .pg_works.web .cmn_contact{
    margin-top: 100px;
  }
  
  /* **********************************
   *  採用情報
   * ********************************* */
  .pg_recruit .section#sec1 .center {
    font-size: 16px;
  }
  .voice_list .item{
    justify-content: center;
  }
  .voice_list .item .img {
    width: 70%;
  }
  .voice_list .item .txt {
    width: 100%;
    padding: 20px 0 0;
  }
  .voice_list .item .catchcopy {
    font-size: 18px;
  }
  .voice_list .item .min {
    font-size: 12px;
  }
  .voice_list .item .name {
    font-size: 18px;
  }
  .voice_list .item .name .arial {
    font-size: 11px;
  }
  .voice_list .item + .item {
    margin-top: 45px;
  }
  .pg_recruit .section#sec2 {
    padding: 55px 0;
  }
  .pg_recruit .section#sec3 {
    padding: 30px 0 60px;
  }
  .pg_recruit .section#sec3 .bg {
    padding: 30px 0 25px;
  }
  .pg_recruit .section#sec3 .data_1 .txt {
    padding: 20px 0 40px;
  }
  .pg_recruit .section#sec3 .data_1 .txt > div {
    max-width: inherit;
    padding-left: 0;
  }
  .pg_recruit .section#sec3 .data_1 .txt .num {
    margin: 30px 0;
  }
  .pg_recruit .section#sec3 .data_2 .item {
    width: 100%;
  }
  .pg_recruit .section#sec3 .data_2 .item + .item{
    margin-top: 15px;
  }
  .pg_recruit .section#sec3 .data_2 .bg {
    padding: 18px 15px 35px;
  }
  .pg_recruit .section#sec3 .data_1.no1 {
    padding: 20px 15px;
  }
  .pg_recruit .section#sec3 .data_3 {
    padding: 20px 15px 35px;
  }
  .pg_recruit .section#sec3 .data_3 .item {
    width: 100%;
    padding: 0;
  }
  .pg_recruit .section#sec3 .data_3 .item:nth-child(n+2) {
    margin-top: 40px;
  }
  .pg_recruit .section#sec4 .equipment_tab {
    max-width: 230px;
    margin: 35px auto;
  }
  .pg_recruit .section#sec4 .equipment_tab li + li{
    margin-top: 15px;
  }
  .pg_recruit .section#sec4 .equipment_tab li.on:after{
    display: none;
  }
  .pg_recruit .section#sec4 .company_tbl th {
    width: 100%;
    padding-top: 10px;
  }
  .pg_recruit .section#sec4 .company_tbl th br{
    display: none;
  }
  .pg_recruit .cmn_contact {
    margin-top: 130px;
  }
}

@media only screen and (max-width:359px){
  .footer_fix ul{
    font-size: 12px;
  }
}