@charset "UTF-8";
/* CSS Document */

@media only screen and (max-width: 768px) {
  .hed-nav a {
    color: #fff;
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;<strong></strong>
            align-items: center;
    padding: 0 7px;
    position: relative;
  }

  .header-logo-pc {
    width: 140px;
  }
  .head-left-nav-block {
    margin-bottom: 80px;
  }
  .for-pc {
    display: none !important;
  }
  .for-sp {
    display: none !important;
  }
  .for-tab {
    display: block !important;
  }
  .pc-main-nav {
    display: none;
  }
  /* ===== header ===== */
  header .utility-sp {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #3A9AF9;
    width: 100%;
    height: 64px;
    padding: 0;
  }
  #header {
    display: block;
    background: url(../../img/main-mv.jpg) no-repeat;
    background-size: cover;
    background-position: left top;
    content: "";
    width: 100%;
    height: inherit;
  }
  .sub-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    background-image: url(../../img/head-top-bg-repeat.png);
    width: 100%;
  }
  .header-sp-logo {
    padding-left: 2%;
    -webkit-transform: translateY(56%);
    transform: translateY(20%);
    width: 270px;
  }
  .utility-sp {
    position: relative;
    width: 100%;
  }

  .btn-menu {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
  }

  .btn-tel {
    right: 64px;
    top: 0px;
    position: absolute;
  }

 .btn-tel a {
	display: block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    background: #e50113 url(../img/common/icon_tell_sp.png) no-repeat center top 5px;
    background-size: 34px 34px;
    width: 64px;
    height: 64px;
    padding-top: 45px;
	
	}	
 
	
	
  ul.head-left-nav-ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  /* ===== main visual ===== */
  /* ===== global nav ===== */
  

  .menu-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    height: 100%;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #0066cc;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 25px;
    border-radius: 3px;
    background-color: #FF7F00;
    position: absolute;
	transition: 0.6s;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
  
  
#g-nav-sp {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
	transition: all 0.5s;/*アニメーション設定*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-top: 64px;
}

#menu-btn-check:checked ~ #g-nav-sp {
    left: 0;
}
  
  .g-nav-sp-in {
  	width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #bbe2f1;
  }
  
  .dropmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 5%;
    padding-top: 8%;
  }
  #g-nav-sp li {
    background-color: #0066cc;
    width: 96%;
    margin: 10px auto 0;
  }
  .dropmenu li ul li {
    margin-bottom: 0 !important;
  }
  .dropmenu li ul {
    display: none;
  }
  #g-nav-sp li.harf {
    width: 49%;
  }
  #g-nav-sp li.harf a, li.g-nav-icon a {
    background-size: 24px 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #g-nav-sp li, .dropmenu > li > a {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 2%;
    color: #fff;
  }
  #g-nav-sp li, .dropmenu > li > a::before {
    content: "";
    display: inline-block;
  }
  .dropmenu li ul li a {
    border-top: 1px solid #ccc;
    padding: 15px 0 15px 52px !important;
  }
  /* ハンバーガーメニュー */
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 64px;
    height: 64px;
    background-color: #0066cc;
    padding: 0 15px;
    top: 0;
    right: 0;
  }
  .menu-trigger span {
    position: absolute;
    height: 3px;
    background-color: #FF7F00;
    left: 25px;
    width: 18px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 22px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 31px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 22px;
  }
  .active .menu-trigger span {
    left: 22px;
  }
  .active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    width: 24px;
  }
  .active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
    width: 24px;
  }
  #g-nav-sp .bg-blue-nav {
    background: #0586cc;
    color: #fff;
    cursor: pointer;
    position: relative;
    border-bottom: solid #b8e6fe 1px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  #g-nav-sp .bg-blue-nav a {
    padding: 0;
  }
  #g-nav-sp .bg-blue-nav::after {
    background: url(../img/top/slide-squer01@2x.png) no-repeat center/contain;
    width: 22px;
    height: 17px;
    content: "";
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -7px 0 0;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  #g-nav-sp .active-nav::after {
    background: url(../img/top/slide-squer01@2x.png) no-repeat center/contain;
    width: 22px;
    height: 17px;
    content: "";
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -7px 0 0;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  #g-nav-sp .toggle-nav-set {
    width: 100%;
    display: none;
  }
  #g-nav-sp .toggle-nav-set a {
    display: block;
    background: #fff;
    color: #0586cc;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 2%;
    border-bottom: solid 1px #0586cc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #g-nav-sp .toggle-consal {
    display: none;
  }
  #g-nav-sp .in-sq {
    position: relative;
  }
  #g-nav-sp .in-sq::after {
    background: url("../img/top/slide-squer02@2x.png") no-repeat center/contain;
    width: 22px;
    height: 17px;
    content: "";
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -7px 0 0;
    -webkit-transition: .3s;
    transition: .3s;
  }

}

	
  /* ====================================
footer
====================================== */
  /* ====================================
トップページ
====================================== */
@media only screen and (max-width: 990px) {
.home {
    /*(end).search-box.red*/
    /*joplist*/
  }
	
	.pc_none {
    display: block;
}
	
	.sp_none {
		display: none;
	}
	
  .home .main-img {
    margin-top: 60px;
  }
  .home .head-infomation .info-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home .head-infomation .info-box .l-box {
    width: 100%;
    margin-bottom: 10px;
  }
  .home .head-infomation .info-box .r-box {
    width: 100%;
  }
  .home .search {
    padding: 3% 0 60px;
  }
  .home .search .search-box-wrap .search-box {
    width: 100%;
    margin-bottom: 60px;
  }
  .home .search .search-box-wrap .search-box .keyword-title {
    font-size: 1.8rem;
	width: auto;
	top: -24px;
  }
  
  .home .search .search-box-wrap .search-box ul li {
    width: 49%;
	}

  .home .search .search-box-wrap .search-box ul li a {
    font-size: 1.4rem;
  }
  .home .search-box.red {
    margin-bottom: 0 !important;
  }
  .home .job-list .recruit-info-wrap .recruit-info-box {
    width: 100%;
    padding: 2% 2% 5%;
  }
  /*home*/
  .index-job-list .recruit-info-wrap .recruit-info-box {
    width: 100%;
    padding: 2% 2% 5%;
  }
  #breadcrumb {
  	margin-top: 74px;
  }

  .single-desc {
    width: 100%;
  }

  .single-txt {
    width: 100%;
  }

  .merit-table dt {
    width: 100%;
  }

  .merit-table dd {
    width: 100%;
  }

  .single-contact-btn a {
    padding: 1rem 9rem;
    }

  .single-desc-list dt {
    width: 24%;
  }

  .single-desc-list dd {
    width: 76%;
  }
	
	.single-title {
    margin-top: 20%;
}

  .single-sub-title {
    font-size: 2rem;
    line-height: 1.8;
  }

  .merit-table dl {
    border-bottom: none;
  }
	
	
	.about h2 {
    font-size: 2.6rem;
    padding: 60px 0 0 0;
	 background-size: 200px;
}
	
	.about p {
    font-size: 1.7rem;
	 line-height: 2.2rem;
}
	
	.j_flex {
    display: flex;
	flex-direction: column;
    height: 365px;
	text-align: center;
    margin-bottom: 0px;
	background-image: url(../img/top/jigyou_sp_back.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
	
	.j_flex .left, .right {
    font-size: 2rem;
}
	
	.j_flex h3 {
    text-align: center;
    padding-bottom: 20px;
}

	.j_flex a {
    color: #fff;
    font-size: 1.8rem;
    border: 2px solid #fff;
    padding: 5px 5px; 
}
	
	.jigyou h2 {
    font-size: 2.6rem;
	margin-top: 15%;
}
	
	.slider-img {
    margin: 30px 40px;
}
	
	.job-list h2 {
    font-size: 2.6rem;
    padding: 60px 0 0 0;
    background-size: 200px;
}
	
	.job-list h3 {
    font-size: 1.7rem;
    line-height: 2.2rem;
	margin-bottom: 10%;
}
	
	.job-list .work_flex {
    flex-direction: column;
}
	
	.job-list .work_flex .left h4 {
    font-size: 1.8rem;
}
	
	.job-list .work_flex .right h4 {
    font-size: 1.7rem;
}
	
	.work_flex p {
		    font-size: 1.7rem;
	}
	
	.re_btn_wrap {
    margin-top: 0px;
}
	
	.re_btan_anker {
    padding: 10px 3% 10px 4%;
    margin-bottom: 0px;
    font-size: 1.7rem;
}
	
	.re_btan_anker::after {
    margin-left: 5px;
}
	
	footer .footer-contact-area {
    margin-top: 50px;
}
	
	.f_flex {
    flex-direction: column;
    text-align: center;
}
	
	footer .footer-contact-area .footer-logo {
     margin-right: 0px;
}
	
	.if_flex {
    flex-direction: column;
    align-items: center;
}
	
	footer .footer-contact-area p {
    font-size: 18px;
	 padding: 6% 0;
}
	
	.f_flex ul li {
    padding-bottom: 10px;
}
	
	footer .footer-contact-area {
    margin-top: 80px;
}
	
	.home .search {
    padding: 0px;
}
	
	.f_flex ul li a {
    font-size: 1.8rem;
}
/**********************************************
採用希望フォーム**********************************
***********************************************/
.com-inner {
    width: 96%;
    margin: 0 auto;
}
.form-btn .submit {
	width: 96%;
    display: inline-block;
    background-color: #e83c3c;
	padding: 0px;

}
.job-list-box {
    width: 46%;
}
	
.sikaku-area label{
	float: left;
	width: 48%;
	padding: 10px 0;
}
	
.section-all-recrut-btn .archive-ara-rerut-wrap ul li{ 
	width: 70%;
}
    
    
/**********************************************
運営会社(メールフォーム)**********************************
***********************************************/    
.contact-comapny-box-warpper table tr
,.contact-comapny-box-warpper table th
,.contact-comapny-box-warpper table td

    {
    display: block;
    box-sizing: border-box;
    width: 100%;
}
    
	
/**********************************************
*********************************
***********************************************/    
    

}

/* ====================================
END----990px
====================================== */
@media only screen and (max-width: 600px) {
  .for-tab {
    display: none !important;
  }
  .for-pc {
    display: none !important;
  }
  .for-sp {
    display: block !important;
  }
.sub-title-text{
    font-size: 2rem;
}
    
/**********************************************
single-page 詳細ボタン
**********************************************/    
.single-contact-btn{
  text-align: center;
  position: fixed;
  bottom: 0;
  transform: translate(0%, -53%);
  left: 0;
  right: 0;
  z-index: 1000;
}
    
.single-contact-btn a{
    margin: 0;
}    
    

    
/**********************************************
footer
**********************************************/
footer .footer-contact-area{
    margin-top: 120px;
    }    
        
  footer .footer-desc ul li a {
    font-size: 1.4rem;
  }
  footer .copy-right {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
    
	
/**********************************************
メールフォーム横並び追加**********************
***********************************************/	
.sikaku-area label{
	float: left;
	width: 100%;
	padding: 10px 0;
}	

.sikaku-area .c1 .mwform-checkbox-field-text {
	letter-spacing: 0.03em;
}
    
    
/**********************************************
運営会社(メールフォーム)**********************************
***********************************************/  
.contact-comapny-box-warpper .required {
    position: relative;
    top: 8px;
}    
    
.contact-comapny-box-warpper table th{
    padding: 0 2% 0;
    vertical-align: middle;
}    

    
/**********************************************
サブタイトル**********************************
***********************************************/    
.common-sub-page-holder {
    background: #00a1e9;
    padding: 30px 2%;
    margin-bottom: 10px;
    margin-top: 58px;
} 
    
.com-title-box h1 {
    font-size: 16px;
}   
    
/**********************************************
お知らせ詳細**********************************
***********************************************/     
.inner-news h2 .title {
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
}  
	
/**********************************************
トップ/正社員　パート・アルバイト　ボタン**********************************
***********************************************/     
    
.regular_wrap .reg_l_box{
	width: 100%;
	margin-bottom: 20px;
}

.regular_wrap .reg_r_box{
	width: 100%;
}	
    
    
}

@media only screen and (max-width: 500px) {
.job-list-box {
    width: 100%;
}
	
	.header-sp-logo img {
    padding-top: 3%;
	}    
    
}
/*# sourceMappingURL=responsive.css.map */