@charset "UTF-8";
body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	background-image: url(../images/bg-01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
img {
	height: auto;
	max-width: 100%;
}
.img-shadow {
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.header {
	background: #103656;
	border-bottom: 1px solid #fff;
	font-size: 11px;
	margin: 0;
	padding-top: 10px;
}
h1 {
	font-size: 11px;
	margin: 0 0 10px;
	padding: 0;
}
h1 a {
	color: #fff;
}
h1 a:hover {
	text-decoration: none;
}
.header .hnav {
}
.hnav li {
	background-image: url(../images/arrow-01.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-left: 10px;
}
.hnav li a {
	color: #fff;
	padding: 0 0 2px;
	position: relative;
}
.hnav li a:hover {
	text-decoration: none;
}
.hnav li a:hover:before {
	visibility: visible;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}
.hnav li a:before {
	background-color: #A9DCF3;
	bottom: -5px;
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	visibility: hidden;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
}
.header-logo {
	margin-bottom: 20px;
	margin-top: 0;
	padding: 0;
}
.header-desc {
	margin: 0;
	padding: 30px 0 0;
}
.header-for-company {
	text-align: right;
	margin: 25px 0 0;
}
.header-for-company a {
	background: #103656;
	display: inline-block;
}
.header-for-company a:hover {
	background: #ccc;
}
.gnav {
	/*background: -moz-linear-gradient(top, rgba(16,54,86,0.7) 0%, rgba(16,54,86,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(16,54,86,0.7)), color-stop(100%, rgba(16,54,86,1))); 
	background: -webkit-linear-gradient(top, rgba(16,54,86,0.7) 0%, rgba(16,54,86,1) 100%);
	background: -o-linear-gradient(top, rgba(16,54,86,0.7) 0%, rgba(16,54,86,1) 100%);
	background: -ms-linear-gradient(top, rgba(16,54,86,0.7) 0%, rgba(16,54,86,1) 100%);
	background: linear-gradient(to bottom, rgba(16,54,86,0.7) 0%, rgba(16,54,86,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6103656', endColorstr='#103656', GradientType=0 ); */
	background: #103656;
	border-top: 1px solid #103656;
}
.navbar {
	margin-bottom: 0;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.main {
	padding-bottom: 50px;
}
p.backtotop {
	margin-bottom: 30px;
}
.backtotop a {
	background: #fff;
	border: 1px solid #103656;
	border-radius: 100px;
	color: #103656;
	display: block;
	font-size: 24px;
	height: 50px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	width: 50px;
}
.backtotop a:hover {
	background: #103656;
	color: #fff;
}
.sidebar-topics-left {
	float: left;
	width: 30%;
}
.sidebar-topics-right {
	float: right;
	width: 65%;
}
.footer {
	background: #103656;
	color: #fff;
	font-size: 12px;
	padding: 20px 0;
}
.footer h3 {
	margin: 0;
}
.footer h4 {
	border-bottom: 1px solid #fff;
	font: normal 18px 'Halant', serif;
	margin: 10px 0 10px;
	padding-bottom: 5px;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer-tel {
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: normal;
	display: inline-block;
}
.footer-contact {
	padding: 0;
}
.footer-tel span {
	font-size: 18px;
}
.footer-form a {
	background: rgb(255,255,255); /* Old browsers */
	border-radius: 2px;
	color: #103656;
	display: inline-block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	padding: 5px 10px;
}
.footer-form a:hover {
	background: #E9F6FC;
	text-decoration: none;
}
.footer-nav li {
	background-image: url(../images/arrow-02.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-left: 15px;
}
.footer-copy {
	font-family: 'Lora', serif;
	font-size: 11px;
	letter-spacing: 1px;
	margin-top: 10px;
}
/*-----------------------------
	トップページ 
------------------------------*/
.index-mainimg {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	position: relative;
	margin-top: 20px;
}
.index-mainimg:before, .index-mainimg:after {
	border-radius: 100px 100px 100px 100px / 10px 10px 10px 10px;
	bottom: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: -1;
}
.index-mainimg:after {
	left: auto;
	right: 10px;
	transform: skew(8deg) rotate(3deg);
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
}
.index-mainimg-button {
	opacity: .95;
	position: absolute;
	top: -20px;
	right: -50px;
}
.index-header {
	border-top: 3px solid #ddd;
	margin: 40px 0 20px;
	padding: 5px 0 2px 0px;
}
.index-header h2 {
	color: #103656;
	font: normal 24px 'Halant', serif;
	letter-spacing: 2px;
	margin: 0;
}
.index-header h2 span {
	color: #999;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	margin-left: 10px;
}
.index-header p {
	padding-top: 10px;
}
.index-header p a {
	display: inline-block;
}
.index-header p a:hover {
	background: #ddd;
}
.media-heading {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	margin: 10px 0;
}
/*-----------------------------
	ページ 
------------------------------*/

#page .main {
	padding: 40px 0 80px;
	;
}
#page .main a {
	text-decoration: underline;
}
#page .main a.btn {
	text-decoration: none;
}
#page .sidebar {
	padding: 40px 0 80px;
}
.page-mainimg {
	margin: 0 0 30px;	
}
.page-header {
	border-top: 3px solid #ddd;
	margin: 0 0 40px;
	padding: 5px 0 2px 0px;
}
.page-header h2 {
	color: #103656;
	font: normal 24px 'Halant', serif;
	letter-spacing: 2px;
	margin: 0;
}
.page-header h2 span {
	color: #999;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	margin-left: 10px;
}
h3.page-header {
	border-bottom: none;
	border-top: none;
	font-size: 16px;
	margin: 40px 0 30px;
	padding: 9px 0 9px 10px;
	border-left: 3px solid #103656;
}
h4.page-header {
	border-bottom: none;
	border-top: none;
	font-size: 15px;
	margin: 40px 0 30px;
	padding: 0;
}
.main-muryo-01 {
	margin: 50px 0 0;
}
.sidebar h3 {
	background: #103656;
	color: #fff;
	font: normal 16px 'Halant', serif;
	letter-spacing: 2px;
	line-height: 16px;
	margin: 30px 0 20px;
	padding: 12px 10px 10px;
}
.sidebar .media .pull-left .media-object {
	width: 64px;
	height: auto;
}
.sidebar h4.media-heading {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	margin: 5px 0 10px;
}
.fb-like-box, .fb-like-box span, .fb-like-box iframe {
	width: 100% !important;
}
/*-----------------------------
	トピックス
------------------------------*/
.entry-date {
	margin-bottom: 30px;
	text-align: right;
}
.hentry {
	margin-bottom: 50px;
}
.navigation h2.screen-reader-text {
	display: none;
}
.post-navigation .nav-next {
	background: none;
}
.page-numbers {
	border: 1px solid #eee;
	display: inline-block;
	padding: 10px;
	text-align: center;
	width: 30px;
}
a.page-numbers:hover {
	background: #f3f3f3;
}
/*-----------------------------
	会社情報 
------------------------------*/
.about-greeting {
	padding: 0 0 10px 20px;	
}
/*-----------------------------
	サービス 
------------------------------*/
.service-01 {
	margin: 0;
	padding: 30px 0;
}
/*-----------------------------
	採用企業の皆様
------------------------------*/
.module-triangle-bottom {
	background: #103656;
	color: #fff;
	display: table;
	margin-bottom: 20px;
	padding: 20px;
}
.module-triangle-last {
	background: #103656;
	color: #fff;
	display: table;
	margin-bottom: 20px;
	padding: 20px;
}
.flow-left {
	background: #fff;
	color: #103656;
	display: table-cell;
	font-size: 15px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	width: 30%;
}
.flow-right {
	display: table-cell;
	padding: 10px 20px;
	width: 70%;
}
[class^="module-triangle-"] {
	position: relative;
}
[class^="module-triangle-"]::before {
	content: "";
	border: solid transparent;
	display: inline-block;
	position: absolute;
}
.module-triangle-top::before {
	border-width: 8px;
	border-bottom-color: #103656;
	margin-left: -8px;
	left: 50%;
	top: -16px;
}
.module-triangle-right::before {
	border-width: 8px;
	border-left-color: #103656;
	margin-top: -8px;
	right: -16px;
	top: 50%;
}
.module-triangle-bottom::before {
	border-width: 8px;
	border-top-color: #103656;
	margin-left: -8px;
	left: 50%;
	bottom: -16px;
}
.module-triangle-left::before {
	border-width: 8px;
	border-right-color: #103656;
	margin-top: -8px;
	left: -16px;
	top: 50%;
}
/*-----------------------------
	利用規約
------------------------------*/
.agreement-01 li {
	list-style: lower-alpha;
}
/*-----------------------------
	アクセス 
------------------------------*/
.access-map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}
.access-map iframe, .access-map object, .access-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*-----------------------------
	お問い合わせ 
------------------------------*/
div#toform {
	display: none;
	text-align: center;
}
.btn {
	border-radius: 0;
}
.btn-primary {
	color: #fff;
	background-color: #103656;
	border-color: #103656;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 10px 20px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.contact-form th {
	white-space: nowrap;
}
/*-----------------------------
	無料転職相談お申し込み 
------------------------------*/
.entry-form-01 {
	line-height: 2;
	margin: 30px 0;
}
.entry-form-01 .form-control {
	font-size: 13px;
	margin-bottom: 10px;
}
.entry-form-01 dt {
	margin-bottom: 10px;	
}
.entry-form-01 dd {
	margin-bottom: 30px;	
}
.entry-form-01 .wpcf7-list-item-label {
	margin-right: 10px;	
}
.entry-form-01 dd .btn {
	margin-bottom: 10px;	
}
.entry-form-01 dl {
	margin: 0 20px;
}
.form-birth p {
	margin-top: 10px;
}
@media (max-width:767px) {
h1 {
	padding: 20px 0 0;
}
.header-logo {
	text-align: center;
}
.header-desc {
	padding: 0 0 20px;
	text-align: center;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
}
.navbar-brand {
	padding: 7px 15px;
}
.navbar-default .navbar-brand {
	color: #fff;
	font: normal 24px 'Halant', serif;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-nav>li>a {
	border: none;
	color: #fff;
	width: 100%;
}
.index-mainimg {
	padding-top: 10px;
}
.index-mainimg-button {
	opacity: .95;
	position: absolute;
	top: 0px;
	right: 0px;
}
.index-mainimg-button img {
	height: 150px;
	width: 150px;
}
.media {
	margin-bottom: 30px;
}
}

@media (min-width:768px) {
.navbar-nav>li {
	display: inline-block;
	line-height: 1.5;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 0;
	text-align: center;
}
.navbar-nav>li>span {
	display: inline-block;
	text-align: center;
	width: 225px;
}
.navbar-nav>li>span>a {
	display: inline-block;
	padding: 0 0 5px;
	position: relative;
	width: 180px;
}
.navbar-nav li a:hover:before {
	visibility: visible;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}
.navbar-nav li a:before {
	background-color: #A9DCF3;
	bottom: -5px;
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	visibility: hidden;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
}
.gnav-home {
	border-left: 1px dotted #fff;
}
.gnav-service {
	border-left: 1px dotted #fff;
}
.gnav-case {
	border-left: 1px dotted #fff;
}
.gnav-about {
	border-left: 1px dotted #fff;
	border-right: 1px dotted #fff;
}
.footer-copy {
	text-align: right;
}
}

@media (min-width:768px) and (max-width:991px) {
h1 {
	padding: 20px 0;
}
.header-desc {
	padding: 0 0 20px;
	text-align: center;
}
.navbar-nav>li>a {
	width: 114px;
}
.navbar-nav>li>a img {
	height: 22px;
	width: auto;
}
.index-mainimg-button {
	right: 0px;
}
.media-object {
	height: auto;
	width: 100px;
}
.media-heading {
	margin-top: 0;
}
}

@media (min-width: 1200px) {
.container {
	width: 970px;
}
}
