/*=============================================================
 共通部分
=============================================================*/
.flex {
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.flex_flow {
	display: flex;
	flex-flow: row wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
a:hover {
	-webkit-transition:all .3s;
	transition:all .3s;
}
/*=============================================================
 common
=============================================================*/	
body {
	font-family:"Noto Sans Japanese", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	text-decoration:none;
	font-size: 15px;
	line-height: 1.65;
	text-align:center;
	color:#040000;
}
.min, .min-b {
	font-family: "Yu Mincho Medium", "游明朝 Medium", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
img {
	width:100%;
	height:auto;
}
.view-sp {
	display:block;
}
.view-pc {
	display:none;
}
.contents {
	box-sizing:border-box;
	text-align:left;
	padding:0 20px;
}
a {
	text-decoration:none;
	color:#000;
}
/*=============================================================
 #gheader
=============================================================*/	
#gheader .title {
	white-space:nowrap;
	margin-left:20px;
	color:#084A96;
	letter-spacing:.1em;
	font-size:18px;
	position: relative;
	padding:0 0 0 50px;
}
#gheader .title:before {
	position:absolute;
	left:0;
	top:50%;
	content:"";
	display:inline-block;
	width:40px;
	height:40px;
	margin:-20px 0 0 0;
	background:url(../images/home/logo.png) no-repeat center center;
	background-size:100% auto;
}
#gheader .in-box {
	background-color:#FFF;
	width:100%;
	height:60px;
	position:fixed;
	top:0;
	left:0;
	display: flex;
	align-items: center;
}
#gheader .title.view-sp {
	position:absolute;
	top:20px;
	left:0px;
}
#gheader .tel {
	background:url(../images/common/ico_arrow_navi.png) no-repeat 96% center;
	background-size:20px auto;
	background-color:#084A96;
	border-radius:5px;
	color:#FFF;
	margin:0 20px;
	padding:15px 40px 15px 55px;
	line-height:1.2;
	text-align:center;
}
#gheader .tel a {
	color:#FFF;
	font-size:23px;
	letter-spacing:.1em;
	display:block;
}
#gheader .tel a span {
	display:block;
	font-size:10px;
}
#gheader .tel.view-sp:before {
	width:30px;
	height:30px;
	margin-top:-15px;
}
/*=============================================================
 #gFooter
=============================================================*/	
#gFooter {
	background-color:#084A96;
	color:#FFF;
	padding:10px 0;
	font-size:11px;
	letter-spacing:.1em;
}
/*=============================================================
 #contents
=============================================================*/	
#contents {
	overflow:hidden;
}
#main {
	padding-top: 60px;
}
#panks {
	padding:10px 0;
}
/************************************/
/* フォーム*/
/************************************/

input[type=text], input[type=checkbox], input[type=email], input[type=tel], input[type="submit"], button, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type=text], input[type=email], input[type=tel], input[type="submit"], textarea {
	box-sizing:border-box;
	box-shadow:none;
	border:1px #CCCCCC solid;
	padding:10px;
	margin:1px 0;
	width:100%;
	font-family:"Noto Sans Japanese", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
textarea {
	width:100%;
	min-height:170px;
	font-size:15px;
}
select {
	border-radius: 5px;
	box-shadow:none;
	border:1px #CCCCCC solid;
	padding:6px;
	box-sizing: content-box;
	width:200px;
}
label {
	font-weight:400;
	display:inline-block;
	margin-right:20px;
	line-height:2.0em;
}
input[type="checkbox"] {
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	box-sizing:border-box;
	box-shadow:none;
	border:1px #CCCCCC solid;
	vertical-align:middle;
	margin-top:-0.2em;
}
input[type="checkbox"]:checked:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	background-color:#FC6;
}
input[type="submit"] {
	width:100%;
	background-color:#084A96;
	padding:10px 0;
	color:#FFF;
	cursor:pointer;
	border:none;
	font-weight:bold;
	letter-spacing:.1em;
}
input[type="submit"] {
/*background-size: 200% 100%;
	background-image: -webkit-linear-gradient(left, transparent 50%, rgba(0, 128, 255, 1) 50%);
	background-image: linear-gradient(to right, transparent 50%, rgba(0, 128, 255, 1) 50%);
	-webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease; */
}
input[type="submit"]:hover {
	/* background-position: -100% 100%; */
		opacity:0.7;
}
 @media screen and (min-width:750px) {
input[type="submit"] {
	width:345px;
	padding:20px 0;
	margin:0 auto 0 auto;
	font-size:24px;
}
textarea {
	max-width:750px;
	min-width:750px;
}
}
/* ネガティブマージン
=========================================== */
 @media screen and (max-width:750px) {
.home #message, .home #job, .home #challenge, .home #about, .home #contact {
	margin-top:-60px;
	padding-top:60px;
}
}
