@charset "utf-8";

/**********************************************************
全ページ共通設定（デフォルト）モバイルファースト
**********************************************************/
body{
	font-size: 100%;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	font-family: 'メイリオ','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ ゴシック','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	background: #ffffff;
	text-align: left;
	position: relative;
	word-wrap: break-word;
	color: #353535;	
}

body p,body dt,ul li{
	color: #595959;
	line-height: 1.5;
}


/* メニュー */
/*ナビメニューのスタイルを指定*/
.NavMenu{
	position: fixed; /*表示位置を固定*/
	z-index: 2; /*重ね順を変更*/
	top: 0px; /*表示位置を指定*/
	left: 0; /*表示位置を指定*/
	background: #fff;/*背景を白にする*/
	color: #000; /*文字色を黒にする*/
	text-align: center; /*テキストを中央揃え*/
	width: 100%; /*全幅表示*/
	transform: translateX(100%);/*ナビを右から出現させる*/ 
	transition: transform 0.6s; /*アニメーションの時間を指定*/
}

ul#gnav li a.current { color:#f66100;}/*カレント表示*/

.NavMenu ul{
	background: #fff2e9; 
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.NavMenu ul li{
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #333;
}

.NavMenu ul li:last-child{
	padding-bottom: 0;
	border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
}

.NavMenu ul li a{
	display: block; /*クリックできる領域を広げる*/
	color: #000;
	padding: 1em 0;
}

/*トグルボタンが押されたときに付与するクラス*/
.NavMenu.active{
	transform: translateY(0%);
}


/*トグルボタンのスタイルを指定*/
.Toggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 80px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 3;
}
 
.Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #f66100;;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out;			/*変化の速度を指定*/
    left: 6px;
}
 
.Toggle span:nth-child(1) {
    top: 9px;
}
 
.Toggle span:nth-child(2) {
    top: 18px;
}
 
.Toggle span:nth-child(3) {
    top: 27px;
}
 
/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.NavMenu.active{
	top: 73px;
}

.toggle_fixed{
	position: fixed;
    width: 100%;
    top: 15px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}


ul {
  list-style: none;
}

a{
	text-decoration: none;
	color: #484848;
}

/*改行*/
.br-pc{
	display: none;
}
.br-sp{
	display: block;
}

/*float解除*/
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix {	display: inline-block; } 
* html .clearfix{ height: 1%; }
.clearfix{ display:block; }
* html .clearfix { zoom: 1;}
*:first-child+html .clearfix { zoom: 1;}

/*float設定*/
.fl-r{ float:right; }
.fl-l{ float:left; }

.space {
	display:none;
}

/*各セクションごとの余白(SP)*/
.section { padding:0 5px; margin:40px 0;}

/*h1の設定（SP）*/
h1 {
	font-size: 32px;
	text-align: center;
}

h1 span{
	font-size: 18px;
	display: block;
	line-height: 1;
	margin-top: 5px;
}

.page-title p{
	padding-top: 10px;
}

/*h2の設定（SP）*/
.recruit-title{
	text-align: center;
	margin: 0 auto 20px;
}

.recruit-title.title-left{
	text-align: left;
}

h2 {
	font-size: 1.5em;
	margin: 10px auto;
	text-align: center;
	line-height: 1.2;
	font-weight: normal;
	border-bottom: 1px solid #4b4b4b;
	padding-bottom: 10px;
	display: inline-block;
}

.recruit-title .sub-title{
	font-size: 12px;
}

p.title-discription{
	font-size: 16px;
}

/*h3の設定（SP）*/
.page-title{
	text-align: center;
	margin: 0 auto 30px;
	font-size: 14px;
}

h3 { 
	font-size:32px;
	text-align: center;
	font-weight: normal;
	margin: 0 auto;
	text-align: center;
	line-height: 1.2;
	font-weight: normal;
	border-bottom: 1px solid #4b4b4b;
	padding-bottom: 10px;
	display: inline-block;
}

/* 汎用 */
.mb5{margin-bottom: 5px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}

.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}

.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}

.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}

/* ヘッダー */
.head-area a{
	display: block;
	padding: 10px;
}
.head-area img{
	width: 50%;
}

/* ボタン */
.innner-contents .recruit-btn{
	text-align: center;
}

.innner-contents .recruit-btn a{
	display: inline-block;
	background: #f66100;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 25px;
	position: relative;
	line-height: 125%;
	letter-spacing: 1.2px;
	text-decoration: none;
	margin: 20px auto;
}

.innner-contents .recruit-btn a:after{
	content: '';
	width: 5px;
	height: 5px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 10px;
}

.innner-contents .recruit-btn a:hover{
	color: #fff!important;
}
.innner-contents .recruit-btn a:hover:before{
	opacity: 1;
}

.innner-contents .recruit-btn a:before{
	content: '';
	position: absolute;
	border: white solid 1px;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.back-orange{
	padding: 20px;
/*	background-color: #fff7f2;*/
	margin-bottom: 20px;
	border: 1px solid #595959;
	margin: 0 auto;
	box-sizing: border-box;
}

.sentence-area .section-title{
	font-size: 18px;
	font-weight: bold;
}

.back-orange ul li:before{
	content: '';
	position: relative;
	top: -2px;
	left: -10px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #595959;
}

.back-orange ul li{
	margin-bottom: 5px;
	padding-left: 15px;
}

.sentence-area img{
	width: 100%;
	height:auto;
	margin: 20px auto;
}

.p-recruit__row{
	border-top: 1px solid #4b4b4b;
	display: block;
	padding: 15px 0;
	margin: 0;
}

.p-recruit__row:last-child{
	border-bottom: 1px solid #4b4b4b;
}

.p-recruit__row dt{
	font-weight: 600;
	margin-bottom: 0.5em;
}

.p-recruit__row dd{
	margin: 0;
}

.Annotation{
	padding: 5px;
	font-size: 14px;
}

/********************************************
ランドスケープ
*********************************************/
@media screen and (min-width:480px){
	/*ページトップ*/
	#page_top img { width:5%;}

}

/********************************************
タブレット
*********************************************/
@media screen and (min-width:768px){
	/*各セクションごとの余白(SP)*/
	.section { padding:0 15px; margin:60px 0;}

	h2{
		font-size: 30px;
		letter-spacing: 1.2px;
	}
	
	.recruit-title .sub-title{
		font-size: 14px;
	}

	p.title-discription{
		line-height: 2;
		text-align: center;
	}

	h3{
		font-size: 32px;
	}
	.page-title{
		font-size: 20px;
	}
	.sentence-area .section-title {
		font-size: 22px;
		margin-bottom: 20px;
		font-weight: 500;
	}
	
	.back-orange{
		height: auto;
	}
	
	.back-orange ul li{
		margin-bottom: 30px;
		padding-left: 20px;
		box-sizing: border-box;
	}
	
	.back-orange ul div{
		float: left;
		width: 50%;
	}
	.back-orange ul div li:last-child{
		margin-bottom: 0;
	}
	
	.back-orange ul li:before{
		width: 10px;
		height: 10px;
	}
	
	.p-recruit__row{
		padding: 15px 20px;
	}
	
	/*メニュー*/
	.NavMenu{
		position: relative;
		margin: 60px auto;
		transform: none!important;
		transition: none;
	}
	
	.NavMenu ul{
		background: #fff; 
	}
	
	.NavMenu ul li{	
		font-size: 16px;
		width: 16%;
		float: left;
		border-right: 1px solid #000;
		height: 20px;
		padding: 10px 0;
		border-bottom: none;
	}
	
	.NavMenu ul li a{
		padding: 0;
	}
	
	.NavMenu.active{
		display: none;
	}
	
	.NavMenu li:last-child{
		border-right: none;
	}	
	
	#toggle-area{
		display: none;
	}

	
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1024px) {
	
	/*フェードイン設定*/
	.fadein {
		opacity: 0;
		transform: translateY(10px);
		transition: all 1s;
	}
	
	body{ margin: 0 auto; font-size:16px;}

	body p, body dt, ul li{line-height: 1.6; letter-spacing: 1.5px;}
	
	h1 {
		font-size: 36px;
		padding: 90px;
		line-height: 1;
	    letter-spacing:1px;		

	}
	
	h1 span{
		font-size: 22px;
		margin-top: 15px;
	}
	
	.page-title p{
		padding-top: 15px;
	}
	
	h2{
		font-size: 36px;
		margin: 30px 0;
		padding: 20px;
	}
	
	h3{
		font-size: 38px;
		letter-spacing: 1.5px;
	}
	
	.page-title{
		font-size: 18px;
	}
	
	.recruit-title.title-left h2{
		padding: 0;
		padding-bottom: 20px;
	}
	
	.recruit-title{
		margin-bottom: 40px;
	}
	
	.innner-contents .recruit-btn a{
		padding: 15px 40px 15px 30px;
		font-size: 16px;
	}
	
	.recruit-title .sub-title{
		font-size: 18px;
	}
	
	.section{
		margin: 100px auto!important;
		width: 1030px;
	}
	
	#person-detail .sentence-area .message-area .section{
		margin-bottom: 20px!important;
	}	
	
	.Annotation{
		font-size: 14px;
		margin-bottom: 50px;
		text-align: right;
	}
	
	a:hover{
		color: #f66100!important;
	}

	/*改行*/
	.br-pc{
		display: block;
	}
	.br-sp{
		display: none;
	}

	/* スマホ以外のtel無効 */
	a[href^="tel:"] {
		pointer-events: none;
	}
	
	.head-area {
		width: 1024px;
		margin: 0 auto;
	}
	
	.mv-bg-blue {
		background: url(../img/mv_bg.jpg);
		background: cover;
	}
	
	.head-area img{
		width: 188px;
		height: 20px;
	}
	
	.back-orange{
		height: auto;
		width: 930px;
		padding: 30px 20px;
	}
	
	.p-recruit__row{
		padding: 25px 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.p-recruit__row dt{
		display: inline-block;
		width: 200px;
		vertical-align: top;
		margin: 0;
	}

	.p-recruit__row dd{
		display: inline-block;
		width: 780px;
		line-height: 1.5;
	}
	
	/*メニュー*/
	.NavMenu{	
		width: 1030px;
		margin: 80px auto;
	}
	
	
}

