@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){
  
  .mv{
    height: 600px;
  }
  
  .ftr_links + .ftr_links{
    margin-left: 30px;
  }
  
  .home_tt1{
  }
  
  .home_mission_wrap .box1{
    width: 50%;
  }
  .home_mission_wrap .box2{
    width: 48%;
  }
  .home_mission_wrap .txt1{
    font-size: 28px;
  }
  
  .home_about_wrap .box1{
    padding: 35px 30px;
  }
  .home_about_wrap .box2{
    padding: 35px 30px;
  }
  
  
  
  .container{
    width: 100%;
  }
}

@media only screen and (max-width:1023px){
  
  
  .ftr_links li + li{
    margin-top: 20px;
  }
  
  .tt5{
    font-size: 18px;
  }
  
  .pg_home .section#sec1{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .home_tt1{
    font-size: 12px;
  }
  .home_mission_wrap .txt1{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .home_mission_wrap .txt2{
    margin-bottom: 20px;
  }
  
  .home_info_wrap .box1{
    width: 200px;
  }
  .home_info_wrap .box2{
    width: calc(100% - 200px);
  }
  
  .home_about_wrap .box1 .read_more a + a{
    margin-left: 15px;
  }
  
  .home_service_items .item .title{
    text-align: center;
  }
  .home_service_items .item .read_more a{
    margin: 0 auto;
  }
  
  /**/
  .information_items .item .date{
    width: 110px;
    
  }
  .information_items .item .category{
    margin-right: 15px;
  }
  .information_items .item .title{
    width: calc(100% - 110px - 80px - 15px);
  }
  
  /**/
  
  .service_cat_nav li a:after{
    right: 10px;
  }
  
  .service_cat_info .box2{
    width: 50%;
  }
  
  /**/
  .office_ceo_wrap .box1{
    width: 48%;
  }
  .office_ceo_wrap .box2{
    width: 48%;
  }
  .office_ceo_wrap .box2 .read_more a + a{
    margin-left: 15px;
  }
  
  .office_msg_wrap .box1 .txt{
    text-align: center;
  }
  
  /**/
  .office_msg_wrap .box1 .txt{
    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{
  }
  header > .container{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .hdr1{
    width: 100%;
    margin-bottom: 0;
  }
  header .hdr1 .hdr_logo{
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  header .hdr1 .hdr_logo img{
    width: auto;
    height: 40px;
  }
  header .hdr1 .hdr_contact{
    display: none;
  }
  header .hdr1 .hdr_menu{
    width: 50px;
  }
  
  .pg_header .container{
    height: 200px;
  }
  .breadcrumb{
    margin-top: 15px;
  }
  
  footer{
    margin-top: 50px;
    padding: 30px 0;
  }
  footer .box1{
    width: 100%;
  }
  footer .box2{
    width: 100%;
  }
  footer .ftr_logo img{
    height: 50px;
  }
  .ftr_links_wrap{
    justify-content: center;
  }
  
  .footer_fix{
    display: block;
  }
  
  .ftr_contact_wrap{
    margin-top: 100px;
  }
  .ftr_contact_btns a{
    margin: 0 5px;
    font-size: 14px;
  }
  
  .gnav{
    
  }
  .gnav.active{
    
  }
  
  .mv{
    height: 350px;
    padding-top: 70px;
  }
  .mv .mv_box .img{
    text-align: center;
  }
  .mv .mv_box .img img{
    width: 70%;
  }
  
  .breadcrumb{
    font-size: 12px;
  }
  .breadcrumb li{
    white-space: nowrap;
  }
  
  .tt1{
    font-size: 24px;
  }
  .tt1 span{
    font-size: 14px;
  }

  .tt2{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .tt2 span{

  }
  .tt3{

  }
  .tt3 span{

  }
  .tt4{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .tt4 span{

  }
  .tt5{
    font-size: 15px;
    justify-content: space-between;
  }
  .tt5:before,
  .tt5:after{
    /*width: 25px;*/
    width: 100%;
  }
  .tt5:before{
    margin-right: 10px;
  }
  .tt5:after{
    margin-left: 10px;
  }
  .tt5 span{

  }
  
  .read_more a{
    font-size: 14px;
    margin: 0 auto;
    padding: 8px;
  }
  
  .pg_msg1{
    font-size: 14px;
    text-align: left;
    margin-bottom: 30px;
  }
  
  .pg_home .section#sec1{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .pg_home .section#sec3{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pg_home .section#sec4{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pg_home .section#sec6{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .home_tt1{
    margin-bottom: 25px;
  }
  
  /**/
  .home_mission_wrap .box1,
  .home_mission_wrap .box2{
    width: 100%;
  }
  .home_mission_wrap .box2{
    margin-top: 30px;
  }
  .home_mission_wrap .title{
    text-align: center;
  }
  .home_mission_wrap .title span{
    justify-content: center;
  }
  .home_mission_wrap .txt1{
    margin-bottom: 20px;
    text-align: center;
  }
  .home_mission_wrap .txt2{
    margin-bottom: 20px;
  }
  
  /**/
  .home_service_msg{
    text-align: left;
  }
  .home_service_items .item{
    width: 100%;
  }
  .home_service_items .item + .item{
    margin-top: 40px;
  }
  .home_service_items .item .inner .box1, 
  .home_service_items .item .inner .box2{
    width: 100%;
  }
  .home_service_items .item .inner .box1{
    display: flex;
    justify-content: space-between;
  }
  .home_service_items .item .img{
    width: 40%;
    order: 2;
  }
  .home_service_items .item .meta{
    width: 58%;
    margin-top: 0;
    order: 1;
  }
  .home_service_items .item .title{
    font-size: 18px;
    padding-left: 0.6em;
    text-align: left;
  }
  .home_service_items .item .txt{
    margin-top: 5px;
    font-size: 13px;
  }
  
  /**/
  .home_info_wrap .box1{
    width: 100%;
  }
  .home_info_wrap .box2{
    width: 100%;
  }
  .home_info_wrap .home_tt1{
    text-align: center;
    margin-bottom: 20px;
  }
  .home_info_wrap .home_tt1 span{
    justify-content: center;
  }
  
  /**/
  .home_office_wrap{
    flex-wrap: wrap;
    position: relative;
  }
  .home_office_wrap .box1{
    width: 100%;
    position: absolute;
    top: -15px;
    bottom: -15px;
    z-index: 1;
  }
  .home_office_wrap .box2{
    width: 100%;
    
    position: relative;
    z-index: 2;
    margin: 0 10px;
  }
  .home_office_wrap .box2 .inner{
    padding: 30px 15px;
    background: rgba(255,255,255,0.8);
  }
  .home_office_wrap .title1{
    margin-bottom: 15px;
  }
  .home_office_wrap .title2{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .home_office_wrap .txt1{
    margin-bottom: 20px;
  }
  .home_office_wrap .txt2{
    margin-bottom: 20px;
  }
  
  /**/
  .home_about_wrap{
    padding-top: 0;
  }
  .home_about_wrap .box1{
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
  }
  .home_about_wrap .box2{
    width: 100%;
    border: 0;
    border-top: 1px solid #cfcfcf;
    padding: 0;
    padding-top: 20px;
  }
  .home_about_wrap .title{
    font-size: 22px;
  }
  .home_about_wrap .txt1{
    font-size: 16px;
  }
  .home_about_wrap .txt2{
    font-size: 15px;
  }
  
  .home_about_wrap .box1 .read_more{
    margin-top: 20px;
  }
  .home_about_wrap .box2 .read_more{
    margin-top: 20px;
  }
  
  /**/
  .home_info_wrap{
    background: #FFF;
    padding: 30px 10px;
  }
  .home_info_wrap:after{
    display: none;
  }
  .information_items .item{
    flex-wrap: wrap;
  }
  .information_items .item+.item{
    margin-top: 20px;
  }
  .information_items .item .date{
    width: 90px;
    font-size: 14px;
  }
  .information_items .item .title{
    width: 100%;
    margin-top: 10px;
  }
  .information_items + .read_more{
    margin-top: 30px;
  }
  
  
  /**/
  
  .pg_service2 .section#sec1{
    padding-top: 0;
  }
  
  .service_msg1{
    font-size: 14px;
    text-align: left;
    margin-bottom: 50px;
  }
  .service_cat_nav{
    margin-bottom: 50px;
  }
  .service_cat_nav li{
    width: 100%;
  }
  .service_cat_nav li:nth-child(n+2){
    margin-top: 10px;
  }
  .service_cat_nav li a{
    font-size: 16px;
  }
  
  .service_cat_info .box1{
    width: 100%;
  }
  .service_cat_info .box2{
    width: 100%;
    margin-top: 15px;
  }
  
  .service_posts_items .item .title{
    font-size: 16px;
  }
  
  .service_detail .post_content{
    padding: 0;
  }
  
  .service_detail_back{
    margin-top: 50px;
    padding-top: 50px;
  }
  
  /**/
  .price_nav_links{
    margin: 0 0 50px;
  }
  .price_nav_links a{
    font-size: 16px;
  }
  
  .price_content_wrap + .price_content_wrap{
    margin-top: 50px;
  }
  
  .price_tt1{
    margin-bottom: 30px;
  }
  .price_tbl th,
  .price_tbl td{
    padding: 10px;
  }
  .price_tbl th{
    font-size: 14px;
  }
  .price_tbl td{
    font-size: 13px;
  }
  
  .js-scrollable .price_tbl.tbl2{
    min-width: 0;
  }
  .js-scrollable .price_tbl.tbl3{
    min-width: 0;
  }
  .js-scrollable .price_tbl.tbl4{
    min-width: 0;
  }
  .js-scrollable .price_tbl.tbl5{
    min-width: 0;
  }
  
  .price_tbl.tbl3 .col1{
    padding-left: 10px;
  }
  .price_tbl.tbl3 .col2{

    padding-left: 10px;
  }
  .price_tbl.tbl3 th.col2{
    width: auto;
  }
  
  .price_desc_wrap .txt{
    
  }
  .price_desc_wrap .sm{
    font-size: 14px;
  }
  
  .price_flow_wrap .item dt{
    font-size: 14px;
    padding-left: 50px;
  }
  .price_flow_wrap .item dt span{
    font-size: 12px;
    width: 50px;
  }
  .price_flow_wrap .item dd{
    text-align: left;
  }
  
  /**/
  .pg_faq{
    
  }
  .pg_faq .pg_msg1{
    text-align: center;
  }
  .faq_items .item dt{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .faq_items .item dd{
    padding-left: 50px;
  }
  
  /**/
  .office_msg_wrap{
    margin-bottom: 60px;
  }
  .office_msg_wrap .box1{
    width: 100%;
  }
  .office_msg_wrap .box2{
    width: 100%;
    margin-top: 15px;
  }
  .office_msg_wrap .box1 .txt{
    font-size: 20px;
    text-align: center;
    margin-left: 0;
  }
  
  
  .office_concept_wrap .txt1{
    padding: 0;
    font-size: 15px;
  }
  .office_concept_wrap .txt2{
    padding: 0;
  }
  
  .office_strong_wrap .item{
    padding: 0;
  }
  .office_strong_wrap .item .box1{
    width: 100%;
  }
  .office_strong_wrap .item .box2{
    width: 100%;
    margin-top: 15px;
  }
  .office_strong_wrap .item .title{
    font-size: 16px;
  }
  
  .office_ceo_wrap{
    padding: 0;
  }
  .office_ceo_wrap .box1{
    width: 100%;
  }
  .office_ceo_wrap .box2{
    width: 100%;
    margin-top: 15px;
  }
  .office_ceo_wrap .box2 .title{
    font-size: 20px;
  }
  .office_ceo_wrap .box2 .txt1{
    font-size: 15px;
  }
  .office_ceo_wrap .box2 .txt2{
    font-size: 14px;
  }
  
  .office_ceo_wrap .box2 .read_more a+ a{
    margin-left: 15px;
  }
  
  .office_ceo_wrap .box3 .txt1{
    font-size: 14px;
  }
  .office_ceo_wrap .box3 .txt2{
    font-size: 14px;
  }
  .office_ceo_wrap .box3 .txt2 strong{
    font-size: 20px;
  }
  
  .office_ceo_history{
    padding: 0;
  }
  .office_ceo_history .items dl{
    line-height: 1.6;
  }
  .office_ceo_history .items dl+dl{
    margin-top: 10px;
  }
  .office_ceo_history .items dl dt{
    width: 90px;
    font-size: 14px;
  }
  .office_ceo_history .items dl dd{
    width: calc(100% - 90px);
    font-size: 14px;
  }
  
  .office_about_wrap .txt1{
    padding: 0;
    font-size: 14px;
  }
  .office_about_wrap .info th,
  .office_about_wrap .info td{
    padding: 10px;
  }
  .office_about_wrap .info th{
    width: 120px;
  }
  
  .office_map_wrap iframe{
    height: 250px;
  }
  
  /**/
  .pg_information .section#sec1{
    padding-top: 0;
  }
  .information_items.bordered .item{
    padding-left: 0;
  }
  .information_items .item .title a{
    padding-right: 20px;
  }
  .information_items.bordered .item .title a:after{
    right: 0;
    font-size: 16px;
  }
  
  
  
  
  /**/
  .pg_recruit .section#sec1{
    padding-top: 0;
  }
  .pg_recruit .section#sec2{
    margin-top: 50px;
  }
  .recruit_interview_items .item{
    width: 100%;
  }
  .recruit_interview_items .item:nth-child(n+2){
    margin-top: 20px;
  }
  .recruit_interview_items .item .catchcopy{
    font-size: 14px;
  }
  .recruit_interview_items .item .year{
    font-size: 14px;
  }
  
  .recruit_tt2{
    margin-bottom: 20px;
  }
  .recruit_tt3{
    font-size: 20px;
  }
  
  .recruit_job_nav{
    margin: 0 -5px 30px;
  }
  .recruit_job_nav li{
    padding: 0 5px 10px;
  }
  .recruit_job_nav li a{
    font-size: 15px;
    padding: 10px;
  }
  
  .recruit_tbl th,
  .recruit_tbl td{
    padding: 10px;
    font-size: 14px;
  }
  .recruit_tbl th{
    width: 120px;
  }
  
  .recruit_entry_msg{
    font-size: 15px;
  }
  .recruit_entry_btn a{
    font-size: 18px;
  }
  
  .interview_wrap .title{
    font-size: 20px;
  }
  .interview_wrap .catchcopy{
    font-size: 16px;
  }
  .interview_history_wrap{
    margin-top: 50px;
  }
  .interview_history_items .item dt{
    width: 90px;
  }
  .interview_history_items .item dd{
    width: calc(100% - 90px);
  }
  
  .interview_qa_items .item dt{
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .interview_sche{
    margin: 0;
  }
  .interview_sche .item{
    padding-left: 35px;
  }
  .interview_sche .item + .item{
    margin-top: 30px;
  }
  .interview_sche .item:before{
    width: 25px;
    height: 25px;
  }
  .interview_sche .item:last-child:after{
    left: calc(25px / 2);
  }
  .interview_sche .item dt{
    width: 60px;
    font-size: 15px;
  }
  .interview_sche .item dd{
    width: calc(100% - 60px);
    line-height: 1.666;
  }
  
  /**/
  .post_items{
    
  }
  .post_items .item{
    flex-wrap: wrap;
  }
  .post_items .item .title{
    width: 100%;
  }
  
  .post_items .item.single_item{
    padding: 20px 10px;
  }
  .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 a, 
  .pagination .nav-posts .page-prev a{
    height: 38px;
  }
  .pagination .nav-posts .page-archive a{
    width: 120px;
    margin: 0 15px;
  }
  .pagination .nav-posts .page-next, .pagination .nav-posts .page-prev{
    
  }
  
  
  
  .contact_info_wrap{
    padding: 10px;
  }
  .contact_info_tel{
    flex-wrap: wrap;
    align-items: center;
  }
  .contact_info_tel + .contact_info_tel{
    margin-left: 0;
    margin-top: 10px;
  }
  .contact_info_tel_txt{
    /*width: 100%;*/
    font-size: 14px;
    margin-top: 10px;
  }
  .contact_info_tel_icon{
    margin-right: 5px;
  }
  
  .contact_info_txt1{
    font-size: 14px;
    margin-top: 10px;
  }
  .contact_info_txt2{
    font-size: 11px;
  }
  
  .contact_tt{
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .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 td .addr_auto{
    font-size: 12px;
  }
  
  .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: 30%;
  }
  
  
  /* サイトマップ */
  .sitemap_items .item{
    width: 100%;
    margin-bottom: 15px;
  }
  .sitemap_items .item h4 a{
    padding: 10px 10px;
  }
  
  /* プライバシーポリシー */
  .pg_privacy .section#sec1{
    padding-top: 0;
  }
  .privacy_tt{
    font-size: 18px;
  }
  .privacy_tt br{
    display: inline;
  }
  .privacy_items .item h4{
    font-size: 15px;
  }
}

@media only screen and (max-width:359px){
  .footer_fix ul{
    font-size: 12px;
  }
}