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

/*==================================================
header
================================================== */
.inner {
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: 0;
    position: fixed;
    width: 100%;
    height: auto;
    margin:0 auto 0;
    padding: 0;
    z-index: 999;
    background-color: rgba(13,199,211,0.86);
    height: 70px;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
}


/*==================================================
ナビゲーションMENU
================================================== */

#global-nav{
    position: absolute;
    left: 170px;
    top: 8px;
}
#global-nav ul{
    list-style: none;
}

#global-nav ul li{
	display: inline-block; 
	margin-right: 7px; 
}

#global-nav ul li:last-child{
	margin-right: 0;
}
#global-nav ul li a{
	display: block; 
	height: 30px;
	line-height: 30px; 
	color: #fff;
	padding: 0 8px;
	font-size: 13px;
	border-radius: 15px;
	margin-top: 10px;
    font-weight: 500;
}

#global-nav ul li.link-sns a{
    font-size: 20px;
}

#global-nav ul li a:hover{
	color: #0dc7d3;
	text-decoration: none;
	background:#fff;
}

.btn-contact{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100px;
    height: 80px;
    padding-top: 20px;
    background: #df175d;
    text-align: center;
    color: #fff !important;
    font-size: 13px;
}

.btn-contact i{
    display: block;
    font-size: 28px;
}

.btn-contact:hover{
    text-decoration: none;
    background-color: rgba(223,23,93,0.88) !important;
}

#top-head #global-nav ul li a i{
    display: none;
}

#top-head #global-nav ul li.link-sns a i{
    display: inline;
}

@media (max-width: 767px) {    
.btn-contact{
    display: flex; 
    align-items: center; 
    justify-content: center; 
    width: 60px;
    height: 60px;
    padding-top: 0;
    font-size: 10px;
    right: 60px;
}
    
    .btn-contact span{
        display: none;
    }

.btn-contact i{
    font-size: 28px;
}
	
}




/* --------------- iPad--------------- */

@media screen and (min-width: 768px) and (max-width: 1023px){


} 

/* --------------- MENU--------------- */
@media (max-width: 767px) {
    #top-head .contents-area{width: 100%;}
#top-head .site-logo, #top-head #mobile-head{display: block;}    
#nav-toggle p{position: absolute; bottom:1px; text-align: center; font-size: 10px; font-weight: bold; margin: 0; color: #fc7248; width: 100%; }

    
#top-head,
    .inner {
        width: 100%;
        padding: 0;
        position: relative;
        height: 100%;
    }
    #top-head {
        display: block;
        position: fixed;
		height: 60px;
		padding-top: 0;
    }
	#top-head.fixed{
		position: fixed;
	}
    
/* Toggle Button */
#nav-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 101;
    background:#0dc7d3;
    display: flex; 
    align-items: center; 
    justify-content: center; 

}


#nav-toggle div {
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 22px;
    left: 50%;
    margin-left: -11px;
    background: #fff; /*ハンバーガーメニュー三本線カラー*/
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}





#nav-toggle span:nth-child(1) {
    top: 21px;
}
#nav-toggle span:nth-child(2) {
    top: 27px;
}
#nav-toggle span:nth-child(3) {
    top: 33px;
}
    /* #nav-toggle 切り替えアニメーション */
    

    .open #nav-toggle span:nth-child(1) {
        top: 27px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 27px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(960px);
        -webkit-transform: translateY(960px);
        transform: translateY(960px);
    }   


    
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -900px;
		left: 0;
		background-color:rgba(255,255,255,0.95) !important ;
        width: 100%;
		height: 100vh;
		box-sizing: border-box;
        text-align: left;
        padding: 0 0 20px;
		box-sizing: border-box;
		float: none;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        border: none;
    }
    #global-nav ul {
        display: block;
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
		height: auto;
		border:none;
		width: 100%;
		margin: 0 auto;
		text-align: center;
        justify-content:inherit;
    }
    #global-nav ul li {
		display: block; width: 100%; float: none; margin: 0;
    }
	
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
    display: block;
    position: relative;
    padding:0 15px; 
    border-bottom: 1px solid #e6e6e6; 
    color: #333;
    height: 60px;
    line-height: 60px;
    text-align: left;
    border-radius: 0 !important;
    margin: 0;
    font-size: 14px;
    text-align: center;
    }
    
    #top-head #global-nav ul li a i{
        display: inline;
        position: absolute;
        top: 43%;
        right: 10px;
    }
    
    #top-head #global-nav ul li.link-sns{
        display: inline-block;
        width: 11%;
    }
    
    #top-head #global-nav ul li.link-sns a{
        border: none;
        display: block;
        text-align: center;
        padding:  0;
        font-size: 30px;
        width: 100%;
    }
    
    
    
    #global-nav ul li:last-child a{
        border-bottom: 1px solid #e6e6e6;
    }
}

@media (max-width: 320px) {
 
    #global-nav ul li{
        margin: 0 4px 8px;
    }    
    
    #top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
    padding:0 5px; 
    height: 44px;
    line-height: 44px;
    }
    
    #top-head #global-nav ul li a i{
        top: 30%;
        right: 20px;
    }
    
    #top-head #global-nav ul li.link-sns a i{
        right: 0;
        margin: 0;
    }
}




/*ハンバーガーボタン*/
.el_humburger {
    position:fixed;
    top: 7px;
    right: 7px;
    width: 44px;
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999999;
    cursor: pointer;
    pointer-events: auto;
    color: #fc7248;
	border:1px solid #fc7248;
	border-radius: 50%;
    text-align: center;
    background: #fff;
	padding-top: 11px;
}
 
 
.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 18px;
  display: inline-block; }
 
 
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 6px;
  height: 2px;
    left: 0;
    top: 0;
  background: #fc7248;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
 
.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0; }

.js_humburgerOpen .el_humburger{
    /*padding-top: 23px;*/
    background: transparent;
}
 
.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #fc7248; 
}

 
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg); 
}
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0; 
}
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg); 
}
 
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%; 
}
 
.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000; 
}
 
.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg); 
}
 
.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }
 
.navi {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  z-index: 999;
  padding-top: 65px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  overflow: hidden;
}

.js_humburgerOpen .navi {
  width: 100%;
  right: 0;
}

.navi ul {
    display: block;
    list-style: none;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    white-space:nowrap !important;
}

.navi ul li {
    float: left;
    width: 48%;
    box-sizing: border-box;
    margin: 0 auto 8px;
}

.navi ul li:nth-child(odd){
	float: right;
}

.navi ul li.full-w{
	float: none;
	width: 100%;
}

.navi ul li a {
    display: block;
    border-radius: 4px;
    border: 1px solid #422f10;
    color: #422f10;
    text-align: center;
    height: 38px;
    line-height: 38px;
    background: url(../images/bg_base.gif) repeat top center;
    background-size: 100%;
    }
    
.navi ul li a i{
    position: absolute;
    top: 45%;
    right: 10px;
}


/*スマホハンバーガーメニュー内*/
.sp-header-recruit-menu{
	padding: 30px 0 0;
	text-align: center;
}

.sp-header-recruit-menu a{
	display: inline-block;
	width: 140px;
	margin: 0 10px;
}

.sp-header-recruit-menu a img{
	width: 100%;
	height: 140px;
	border-radius: 50%;
}
 
