@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:1109px){
  .container{
    width: 100%;
  }
 
  header .hdr1{
    padding-left: 10px;
    padding-right: 100px;
  }
  header .hdr1 .hdr_contact a{
    width: 100px;
    height: 100px;
  }
  header .hdr1 .hdr_contact a span{
    font-size: 14px;
    margin-top: 5px;
  }
  header .hdr1 .hdr_contact a i {
    font-size: 24px;
  }
  
  footer .ftr1{
    flex-wrap: wrap;
  }
  footer .ftr1 .box1{
    width: 100%;
    margin-bottom: 20px;
  }
  footer .ftr1 .box2{
    
  }
  footer .ftr1 .box3{
    
  }
 
  
  .gnav > ul{
    font-size: 13px;
  }
  .gnav > ul > li{
    padding: 0 10px;
  }
  .gnav li a{
    padding: 0 ;
  }
  .gnav li a em{
    font-size: 15px;
  }
  
  .mv .container{
    align-items: center;
    height: 450px;
    padding-top: 0;
  }
  .mv .mv_box .img img{
    height: 200px;
  }
  
  .pg_header .container{
    height: 300px;
  }
  
  .tt1 span{
    font-size: 42px;
  }
  .tt2 em{
    font-size: 28px;
  }
  .tt3 em{
    font-size: 30px;
    margin: 10px 0 10px;
  }
  
  .home_tt1{
    font-size: 28px;
  }
  .home_online_wrap .home_online_blc1 .box1,
  .home_online_wrap .home_online_blc1 .box2{
    width: 100%;
  }
  .home_online_wrap .home_online_blc1 .box2{
    text-align: center;
    margin-top: 20px;
    padding: 0;
  }
  .home_online_wrap .home_online_blc2 .title2{
    width: 100%;
    font-size: 20px;
  }
  .home_online_wrap .home_online_blc2 .merit_items{
    margin-left: -5px;
    margin-right: -5px;
  }
  .home_online_wrap .home_online_blc2 .merit_items li{
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .home_toggle_btn a, .home_toggle_btn button{
    font-size: 20px;
  }
  
  .home_contents_wrap .item .box1{
    width: 60%;
    padding: 0 3%;
    height: 400px;
  }
  .home_contents_wrap .item .box2{
    width: 40%;
  }
  .home_contents_wrap .item .txt{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .home_contents_wrap .item .box2 .bg.bg1{
    background-position: left 80% center;
  }
  .home_contents_wrap .item .box2 .bg.bg2{
    background-position: left 25% center;
  }
  .home_contents_wrap .item .box2 .bg.bg3{
    background-position: left 65% center;
  }
  .home_contents_wrap .item .bg_sub{
    display: none;
  }
  
  .home_posts_items{
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .home_posts_items .item{
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .home_greeting_wrap .title img{
    height: 120px;
  }
  
  
  .unique_system_items{
    margin-left: -10px;
    margin-right: -10px;
  }
  .unique_system_items .item{
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .unique_system_items .item .inner{
    padding: 15px 10px;
  }
  .unique_system_items .item .title{
    font-size: 20px;
  }
  .unique_system_items .item .title span:after{
    border-width: 35px 0 0 22px;
  }
  
  .support_items .item .box1{
    width: 54%;
  }
  .support_items .item .box1 .title{
    font-size: 24px;
  }
  
  .flow_campaign_tt{
    font-size: 36px;
  }
  
  .flow_step_items .item .box1{
    font-size: 28px;
  }
}

@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;
  }
}

@media only screen and (max-width:767px){
  
  body{
    font-size: 14px;
    padding-bottom: 60px;
  }
  
  header{
    padding: 10px 0;
  }
  header .hdr1{
    width: 100%;
    padding: 0 0;
    margin-bottom: 0;
    text-align: center;
  }
  header .hdr1 .hdr_logo{
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  header .hdr1 .hdr_logo img{
    width: 240px;
  }
  header .hdr1 .hdr_contact{
    display: none;
  }
  
  footer{
    margin-top: 50px;
  }
  footer .ftr1 {
    flex-wrap: wrap;
  }
  footer .ftr1 .box1{
    width: 100%;
    text-align: center;
  }
  footer .ftr1 .box2{
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  footer .ftr1 .box3{
    text-align: center;
  }
  
  .ftr_sns_wrap .box1, 
  .ftr_sns_wrap .box2{
    padding: 10px;
    height: 80px;
  }
  .ftr_sns_wrap .box1{
    
  }
  .ftr_sns_wrap .box2{
    
  }
  
  .footer_fix{
    display: block;
  }
  
  .gnav{
    position: fixed;
    top: 0;
    bottom: 59px;
    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 + li,
  .gnav > ul > li:first-child,
  .gnav > ul > li:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav > ul > li a{
    padding: 10px 0;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }
  
  .mv .container{
    height: 350px;
  }
  .mv .mv_box .img img {
    height: 150px;
  }
  .mv .mv_contact{
    width: 90%;
  }
  
  .pg_header .container{
    height: 200px;
  }
  
  .breadcrumb{
    font-size: 12px;
    margin-bottom: 50px;
  }
  .breadcrumb li{
    white-space: nowrap;
  }
  
  .tt1{
    font-size: 24px;
    text-shadow: 0 0 2px #FFF;
  }
  .tt1 span{
    font-size: 14px;
  }

  .tt2{
    font-size: 18px;
  }
  .tt2 em{
    font-size: 22px;
  }
  .tt2 span{

  }
  .tt3{
    font-size: 18px;
  }
  .tt3 em{
    font-size: 24px;
  }
  .tt3 span{

  }
  .tt4{

  }
  .tt4 span{

  }
  .tt5{

  }
  .tt5 span{

  }

  .read_more a{
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  
  
  .pg_home .section#sec1{
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .pg_home .section#sec2{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .pg_home .section#sec4{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .home_tt1{
    font-size: 20px;
  }
  .home_tt1 em{
    font-size: 18px;
  }
  .home_txt1{
    font-size: 18px;
  }
  .home_online_wrap .home_online_blc1 .box1{
    font-size: 15px;
  }
  
  .home_online_wrap .home_online_blc2 .title1{
    font-size: 18px;
  }
  .home_online_wrap .home_online_blc2 .title1 span{
    
  }
  .home_online_wrap .home_online_blc2 .title1 span:after{
    height: 15px;
  }
  .home_online_wrap .home_online_blc2 .txt1{
    font-size: 14px;
  }
  
  .home_online_wrap .home_online_blc2 .title2{
    font-size: 16px;
  }
  .home_online_wrap .home_online_blc2 .merit_items li{
    width: 33.333%;
  }
  .home_online_wrap .home_online_blc2 .merit_items li:nth-child(n+4){
    margin-top: 20px;
  }
  .home_online_wrap .home_online_blc2 .txt2{
    font-size: 16px;
    margin-top: 50px;
  }
  
  .home_toggle_btn a, .home_toggle_btn button{
    width: 250px;
  }
  
  
  .home_contents_wrap .item + .item{
     margin-top: 50px;
  }
  .home_contents_wrap .item .box1,
  .home_contents_wrap .item .box2{
    width: 100%;
  }
  .home_contents_wrap .item .box1{
    order: 1;
    height: auto;
  }
  .home_contents_wrap .item .box2{
    order: 2;
    height: 200px;
    margin-top: 15px;
  }
  
  .home_contents_wrap .item:nth-child(even) .box1{
    order: 1;
  }
  .home_contents_wrap .item:nth-child(even) .box2{
    order: 2;
  }
  
  .home_contents_wrap .item .box2 .bg{
    width: 100%;
    background-position: center;
    background-size: auto 100%;
  }

  
  .home_posts_items .item{
    
    width: 100%;
  }
  .home_posts_items .item:nth-child(n+2){
    margin-top: 20px;
  }
  
  .home_posts_items .item .inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .home_posts_items .item .inner .img{
    width: 35%;
  }
  .home_posts_items .item .inner .meta{
    width: 60%;
  }
  .home_posts_items .item .title{
    font-size: 15px;
    margin-top: 0;
  }
  .home_posts_items .item .txt{
    margin-top: 5px;
    line-height: 1.4;
  }
  
  
  .home_greeting_wrap{
    height: auto;
    padding-top: 0;
    background: none;
  }
  .home_greeting_wrap .title img{
    width: 100%;
    height: auto;
  }
  .home_greeting_wrap .txt{
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 0;
  }
  .home_greeting_wrap .img{
    display: block;
    text-align: center;
    margin-top: 15px;
  }
  .home_greeting_wrap .img img{
    width: 75%;
  }
  .home_greeting_wrap .name{
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
  }
  .home_greeting_wrap .name span{
    font-size: 18px;
  }
  
  .home_recruit_bn{
    margin-top: -4.7%;
  }
  
  /**/
  .unique_system_msg{
    font-size: 15px;
  }
  
  .unique_system_items{
  }
  .unique_system_items .item{
    width: 100%;
  }
  .unique_system_items .item:nth-child(n+2){
    margin-top: 50px;
  }
  .unique_system_items .item .title{
    font-size: 18px;
  }
  .unique_system_items .item .title span:after{
    border-width: 31px 0 0 22px;
  }
  .unique_system_items .item .txt h3{
    font-size: 16px;
  }
  .unique_system_items .item .txt p{
    font-size: 14px;
  }
  
  .uniq_timetable_msg{
    font-size: 15px;
  }
  .uniq_timetable_wrap .title{
    font-size: 18px;
    width: 100%;
    margin-bottom: 20px;
  }
  .uniq_timetable_wrap .title em{
    font-size: 14px;
    width: 120px;
  }
  .uniq_timetable_wrap .title em i{
    font-size: 22px;
  }
  .uniq_timetable_wrap .txt{
    font-size: 15px;
    margin-bottom: 20px;
  }
  
  /**/
  .support_msg{
    font-size: 15px;
  }
  
  .support_items .item .box1,
  .support_items .item .box2{
    width: 100%;
  }
  .support_items .item .box1{
    padding-top: 35px;
  }
  .support_items .item .box2{
    margin-top: 0;
  }
  
  .support_items .item .box1 .num em{
    font-size: 48px;
    margin-left: 10px;
  }
  .support_items .item .box1 .txt{
    font-size: 15px;
  }
  .support_items .item .box1 .title{
    font-size: 18px;
  }
  
  
  
  .support_items .item:nth-child(even) .box1{
    order: 1;
  }
  .support_items .item:nth-child(even) .box2{
    order: 2;
  }
  
  
  /**/
  .pg_flow .section#sec1{
    padding-bottom: 50px;
  }
  .pg_flow .section#sec3{
    padding-top: 50px;
  }
  .pg_flow .tt2{
    margin-bottom: 30px;
  }
  
  
  .flow_prepare_tt{
    font-size: 16px;
  }
  
  .flow_prepare_box{
    padding: 15px 10px;
  }
  .flow_prepare_box ul{
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
  .flow_prepare_box ul li{
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .flow_prepare_box ul li:nth-child(n+3){
    margin-top: 10px;
  }
  .flow_campaign_tt{
    font-size: 24px;
  }
  .flow_campaign_tt:before, 
  .flow_campaign_tt:after{
    height: 26px;
  }
  
  
  .flow_step_items .item{
    flex-wrap: wrap
  }
  .flow_step_items .item + .item{
    margin-top: 30px;
  }
  .flow_step_items .item + .item .box1:before{
    display: none;
  }
  .flow_step_items .item .box1,
  .flow_step_items .item .box2{
    width: 100%;
  }
  .flow_step_items .item .box1{
    font-size: 24px;
    padding: 10px;
  }
  .flow_step_items .item .box2{
    flex-wrap: wrap;
  }
  .flow_step_items .item .box2 .img{
    width: 100%;
    text-align: center;
  }
  .flow_step_items .item .box2 .txt{
    width: 100%;
  }
  .flow_contact_btn{
    margin-top: 50px;
  }
  
  
  /**/
  .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"],
  .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;
  }
  
  /* プライバシーポリシー */
  .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;
  }
}