@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:400,500,700');

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 15px;
	text-align: center;
	line-height: 1.7;
	color: #2a2a2a;
	min-width: 1040px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	padding: 0;
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	padding: 0;
	margin: 0;
}

img {
	-webkit-touch-callout: none;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

a {
	color: #2a2a2a;
	outline: none;
}

a:active,
a:hover,
a:focus {
	outline: none;
}

a {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover {
	opacity: 0.6;
}

/*============================
wrapper
============================*/
.wrapper {
	position: relative;
}

/*============================
top
============================*/
#top {
	position: relative;
	width: 100%;
	border-top: 4px solid #193067;
	background-color: #f3f7fe;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
	z-index: 10000;
	padding-top: 10px;
}

#top .inner {
	width: 980px;
	margin: auto;
	overflow: hidden;
	padding-bottom: 9px;
}

.siteTitle {
	float: left;
}

.siteTitle a {
	padding-top: 61px;
	display: block;
	overflow: hidden;
	height: 0;
	width: 178px;
	background: url(../images/common/header/sitetitle.png) no-repeat left top;
}

#top p.mail a {
	padding: 16px 0px;
	display: block;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-weight: bold;
	width: 240px;
	float: right;
	background: url(../images/common/header/mail.png) no-repeat center center #0b409c;
	border: 2px solid #10316b;
	position: relative;
	text-decoration: none;
}

#top p.mail a:after {
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fdbe34;
}

#top p.tel {
	padding-top: 60px;
	display: block;
	overflow: hidden;
	height: 0;
	width: 285px;
	float: right;
	background: url(../images/common/header/tel.png) no-repeat left top;
	margin-right: 20px;
}

#top .tel a:hover {
	opacity: 1;
}

/* ナビゲーション */

nav {
	width: 100%;
	background: #0b409c;
	border-top: 2px solid #10316b;
	border-bottom: 2px solid #10316b;
}

.nav-toggle {
	display: none;
}

.globalNav {
	width: 980px;
	margin: auto;
	overflow: hidden;
	background: url(../images/common/nav/line.png) no-repeat center center;
}

.globalNav li {
	float: left;
}

.globalNav li a {
	padding-top: 54px;
	display: block;
	overflow: hidden;
	height: 0;
	width: 100%;
	width: 196px;
	background: url(../images/common/nav/nav.png) no-repeat left center;
}

.globalNav li.navBusiness a {
	background-position-x: 62px;
}

.globalNav li.navWorks a {
	background-position-x: -132px;
}

.globalNav li.navRecruit a {
	background-position-x: -326px;
}

.globalNav li.navCompany a {
	background-position-x: -526px;
}

.globalNav li.navContact a {
	background-position-x: -716px;
}

/* スマホ メニュー */

.menu {
	display: none;
}

/*============================
container
============================*/
.cont .container {
	width: 980px;
	margin: auto;
	padding-bottom: 60px;
	text-align: left;
	overflow: hidden;
}

.cont_img {
	text-align: center;
	position: relative;
	background: url(../images/common/contents/main_image.jpg) no-repeat center center;
	background-size: cover;
}

.cont h1 {
	padding-top: 320px;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: auto;
	background: url(../company/images/title.png) no-repeat center center;
}

/*============================
primary
============================*/
.primary {
	width: 700px;
	float: left;
}

.root {
	font-size: 11px;
	height: 50px;
	line-height: 50px;
}

.cont .primary article {
	padding-top: 60px;
}

.cont .primary article:first-of-type {
	padding-top: 0;
}

.cont h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 14px 0;
	padding-left: 10px;
	margin-bottom: 30px;
	border-left: 14px solid #1c3f96;
	background: #f2f6fe;
	color: #1c3f96;
}

.cont h3 {
	padding: 10px;
	margin-top: 40px;
	margin-bottom: 30px;
	clear: both;
	font-weight: bold;
	border-left: 14px solid #1c3f96;
	border-bottom: 1px solid #1c3f96;
}

/*  table */

table.info {
	width: 100%;
}

table.info tr {
	display: block;
	border-bottom: 2px solid #10316b;
	margin-bottom: 8px;
	background: #f2f7ff;
}

table.info tr:last-of-type {
	margin-bottom: 0px;
}

table.info th {
	width: 180px;
	text-align: center;
	vertical-align: middle;
	border-right: 10px solid #fff;
	background: #f2f7ff;
}

table.info th,
table.info td {
	padding: 14px 0;
}

table.info tr:first-child {
	padding-top: 0;
}

table.info td {
	text-align: left;
	padding-left: 20px;
}

table.info td ul {
	padding-left: 18px;
}

table.info td li {
	padding-top: 8px;
	list-style-type: disc;
}

table.info td li:first-child {
	padding-top: 0;
}

table.info td dt {
	padding-top: 15px;
}

table.info td dt:first-of-type {
	padding-top: 0;
}

table.info td strong {
	display: block;
}

table.info td span {
	display: block;
	font-size: 13px;
}

.btn li a {
	padding: 16px 0px;
	display: block;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-weight: bold;
	width: 260px;
	background-color: #0b409c;
	border: 2px solid #10316b;
	position: relative;
	text-decoration: none;
	margin: auto;
}

.btn li a:after {
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fdbe34;
}

a.google {
	display: block;
}

#map {
	width: 100%;
	height: 400px;
	margin-top: 20px;
}

/*============================
secondary
============================*/
.secondary {
	width: 246px;
	float: right;
	margin-top: 50px;
	padding-bottom: 70px;
}

/* バナー */

.banner li {
	margin-top: 20px;
}

.banner li:first-child {
	margin-top: 0;
}

.banner li img {
	width: 100%;
}

/* 会社概要 */

.company dt {
	padding: 12px 0;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	background: #1c3f96;
	font-weight: bold;
}

.secondary dd {
	padding: 15px 20px;
	padding-bottom: 25px;
	font-size: 15px;
	background: #f2f6fe;
}

.secondary dd strong {
	padding-top: 15px;
	padding-bottom: 4px;
	display: block;
}

.secondary dd span {
	padding-top: 5px;
	display: block;
}

.company {
	margin-top: 30px;
}

a.google {
	padding-left: 20px;
	margin-top: 5px;
	font-weight: bold;
	background: url(../images/common/contents/pin.png) no-repeat left center;
	background-size: 16px;
}

.company a.google {
	margin-bottom: 15px;
}

.company .photo {
	padding: 15px 0;
}

.company .photo img {
	width: 100%;
}

.company .contact a {
	padding: 16px 0px;
	display: block;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-weight: bold;
	width: 100%;
	background-color: #0b409c;
	border: 2px solid #10316b;
	position: relative;
	text-decoration: none;
}

.company .contact a:after {
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fdbe34;
}

/*============================
toTop
============================*/
.toTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 10000;
}

.toTop li a {
	padding-top: 45px;
	display: block;
	overflow: hidden;
	width: 45px;
	height: 0;
	background: url(../images/common/footer/totop.png) no-repeat center top #10316b;
	border: 2px solid #fff;
}

/*============================
footer
============================*/
footer {
	position: relative;
	color: #fff;
	padding: 25px 0 20px;
	font-size: 12px;
	background: #10316b;
}

footer a {
	color: #fff;
}

.facebook {
	width: 100%;
	margin: auto;
	margin-bottom: 15px;
}

.sitelink {
	text-align: center;
	padding-bottom: 10px;
}

.sitelink li {
	display: inline-block;
	border-left: 1px solid #fff;
	line-height: 12px;
	padding: 0 10px;
}

footer p.lead {
	font-size: 16px;
}

footer p.title a {
	display: block;
	width: 267px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 0px;
	overflow: hidden;
	padding-top: 57px;
	background: url(../images/common/footer/company.png) center center no-repeat;
}

.sitelink li:last-child {
	border-right: 1px solid #fff;
}

.copyright {
	margin-top: 30px;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-top: 11px;
	background: url(../images/common/footer/copyright.png) center center no-repeat;
}

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

body {
	width: 100%;
	min-width: 0;
}

a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

a:hover {
	opacity: 1;
}

#top {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	border: none;
	min-width: 0;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
	padding-top: 0px;
}

#top .inner {
	width: 100%;
	position: relative;
	padding-bottom: 0px;
}

.siteTitle a {
	padding-top: 50px;
	width: 126px;
	background-image: url(../images/common/header/sitetitle_sp.png);
	background-size: 100%;
	margin-left: 10px;
	margin-top: 10px;
}

.announce {
	display: none;
}
	
#top p.mail a {
	display: none;
}

#top p.mail a:after {
	display: none;
}

#top p.tel {
	position: fixed;
	right: 60px;
	top: 5px;
	width: 50px;
	height: 50px;
	padding: inherit;
	overflow: inherit;
	background: none;
	float: none;
}

#top p.tel a {
	padding-top: 50px;
	width: 100%;
	overflow: hidden;
	display: block;
	height: 0;
	border-radius: 100px;
	background: url(../images/common/header/tel_sp.png) no-repeat center center #0b409c;
	background-size: 40px;
}

.cont_img {
	margin-top: 60px;
	background: url(../images/common/contents/main_image_sp.jpg) bottom center no-repeat;
	background-size: cover;
}

.cont h1 {
	padding-top: 56%;
	background-size: 100%;
}

/*============================
nav
============================*/
nav {
	width: 100%;
	float: none;
	border: none;
}

.globalNav {
	position: fixed;
	display: none;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 999;
	padding-top: 60px;
	background-image: none;
	background:rgba(16,49,107,0.8);
}

.globalNav li {
	float: none;
	width: 100%;
	position: relative;
	text-align: left;
	border-top: 1px solid #737484;
	background-color: transparent;
}

.globalNav li:last-child {
	border-bottom: 1px solid #737484;
}

.globalNav li a {
	overflow: inherit;
	width: 100%;
	height: inherit;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	background: none;
}

.globalNav li a span {
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: normal;
}

.globalNav li:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	left: inherit;
	background: url(../images/common/contents/arrow_sp.png) no-repeat center right;
	background-size: 16px;
}

/* menu */

.menu {
	display: block;
	position: absolute;
	top: 5px;
	right: 20px;
	z-index: 1000;
	width: 50px;
	height: 50px;
	padding-top: 13px;
	border-radius: 100px;
	background-color: #0b409c;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 31px;
	height: 23px;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fdbe34;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 10px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

/* anime */
	
.active .menu-trigger span {
	background-color: #fdbe34;
}

.active .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

.active .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}

.active .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

/*============================
container
============================*/
.cont .container {
	width: 100%;
	padding-bottom: 0;
}

.cont h2 {
	font-size: 17px;
}

.cont h3 {
	font-size: 16px;
}

.primary {
	width: 90.625%;
	margin: auto;
	float: none;
}
	
.btn li a {
	padding: 18.84057971%;
	width: 100%;
}

.btn li a:after {
	content: '';
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fdbe34;
}

.secondary {
	float: none;
	width: 100%;
	padding: 0;
	margin: auto;
}

.secondary .banner {
	width: 90.625%;
	margin: auto;
	padding: 25px 0;
}

.secondary .banner li {
	width: 100%;
}

.secondary .banner li a {
	padding-top: 40.579710144%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/common/contents/secondary/recruit_sp.jpg) no-repeat center top;
	background-size: 100%;
}

.secondary dt {
	font-size: 18px;
	font-weight: bold;
	padding: 16px 0;
}

.company {
	margin: 0;
}

.company .photo img {
	padding-top: 64.36781%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/common/contents/secondary/company_sp.jpg) no-repeat center top;
	background-size: cover;
}

.company .contact a {
	padding: 16px 0;
	position: relative;
	font-size: 18px;
	font-weight: bold;
}

.company .contact a:after {
	width: 16px;
	height: 16px;
}

/* table */
	
table.info th {
	width: 100px;
}

table.info td {
	padding-left: 10px;
	padding-right: 10px;
}

#company table.info td span br {
	display: block;
}

/*============================
toTop
============================*/
.toTop li a {
	width: 40px;
	height: 40px;
	padding-top: 40px;
	background-image: url(../images/common/footer/totop_sp.png);
	background-size: 40px;
}
	
/*============================
footer
============================*/
	
footer {
	position: relative;
	color: #fff;
	padding: 25px 0 20px;
	font-size: 12px;
	background: #10316b;
}

footer a {
	color: #fff;
}

.facebook {
	width: 100%;
	margin: auto;
	margin-bottom: 15px;
}

footer p.lead {
	font-size: 12px;
}

footer p.title a {
	width: 160px;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-top: 10%;
	background: url(../images/common/footer/company.png) center center no-repeat;
	background-size: 100%;
}
	
.sitelink {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
	text-align: center;
}

.sitelink li {
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 9px;
	border-left: 1px solid #ccc;
	background: none;
}

.sitelink li:last-child {
	border-right: 1px solid #ccc;
}

.sitelink li a {
	padding: 0 3px;
	padding-left: 5px;
}

.sitelink li:last-child {
	border-right: 1px solid #fff;
}

.copyright {
	margin-top: 16px;
	display: block;
	height: inherit;
	padding-top: 0px;
	background: none;
	font-size: 10px;
}
	
}
