@charset "utf-8";

* {
	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: 14px;
	text-align: center;
	line-height: 1.6;
	color: #2a2a2a;
	min-width: 1040px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ 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 {
	text-decoration: underline;
	color: #000;
	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 {
	width: 100%;
	height: 153px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
	z-index: 500;
	border-top: 5px solid #243447;
}

#top .inner {
	width: 980px;
	height: 84px;
	margin: auto;
	overflow: hidden;
	position: relative;
}

#top .address {
	position: absolute;
	top: 8px;
	right: 0;
	font-size: 12px;
}

.siteTitle {
	float: left;
}

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

.announce {
	position: absolute;
	top: 6px;
	left: 0;
}

#top p.tel {
	position: relative;
	float: right;
	font-size: 30px;
	padding-top: 27px;
}

#top .tel a {
	font-weight: bold;
	font-size: 34px;
	color: #223f62;
	text-decoration: none;
	padding-left: 40px;
	background: url(../images/common/header/tel.png) no-repeat left top;
}

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

nav {
	width: 100%;
	background: #3d5c81;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
	z-index: 10000;
	position: relative;
}

.nav-toggle {
	display: none;
}

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

.globalNav li {
	float: left;
	width: 196px;
	background: url(../images/common/nav/line.png) no-repeat left center;
}

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

li.navColumn a {
	background-position: -196px center;
}

li.navRecruit a {
	background-position: -392px center;
}

li.navCompany a {
	background-position: -588px center;
}

li.navInquiry a {
	background-position: -784px center;
}

#top .inner {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

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

.cont_img {
	text-align: center;
	position: relative;
	background: #e3eaf1;
}

.cont h1 {
	padding-top: 330px;
	display: block;
	overflow: hidden;
	height: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
}

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

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

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

.cont h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	padding-left: 10px;
	margin-bottom: 15px;
	border-left: 8px solid #3d5c81;
	background: #e3eaf1;
}

/*  table */

#company {
	padding: 50px 0 70px;
}

#company .inner {
	overflow: hidden;
}

table.info {
	width: 100%;
}

table.info tr {
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #dedede;
}

table.info tr:last-child {
	border: none;
}

table.info th {
	width: 140px;
	text-align: center;
	vertical-align: middle;
	border-radius: 4px;
	background: #ececec;
}

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 ul li {
	list-style-type: disc;
}

table.info td a.google {
	display: block;
}

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

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

.map {
	width: 100%;
}

.map iframe {
	width: 100%;
	border-radius: 14px;
}

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

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

.banner li img {
	width: 100%;
}

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

.secondary dt {
	padding: 12px 0;
	color: #fff;
	font-size: 16px;
	border-radius: 6px 6px 0 0;
	background: #3d5c81;
	text-align: center;
}

.secondary dd {
	padding: 15px 20px;
	padding-bottom: 25px;
	font-size: 15px;
	border-radius: 0 0 6px 6px;
	/*border: 1px solid #9ba5b1;*/
	background: #f1f6fb;
	box-shadow: 0 2px 0 #d7dfe6;
}

.company {
	margin-top: 30px;
}

.company .address {
	margin-bottom: 10px;
}

.company .address a {
	display: block;
}

.company .tel {
	padding-bottom: 12px;
}

.company .tel a {
	text-decoration: none;
}

.company dd img {
	width: 100%;
	display: block;
}

.company .inquiry {
	margin-top: 15px;
}

.company .inquiry a {
	padding-top: 40px;
	display: block;
	overflow: hidden;
	height: 0;
	float: none;
	width: 100%;
	border-radius: 5px;
	background: url(../images/common/contents/btn.png) no-repeat left center #2a2a2a;
}

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

.toTop li {
	width: 45px;
}

.toTop li a {
	padding-top: 100%;
	display: block;
	overflow: hidden;
	width: 100%;
	border-radius: 50%;
	height: 0;
	background: url(../images/common/footer/totop.png) no-repeat center top #3d5c81;
}

/*============================
footer
============================*/
footer {
	position: relative;
	color: #ccc;
	padding-bottom: 40px;
	font-size: 12px;
	background: #25364b;
	border-top: 10px solid #17222f;
}

.facebook {
	width: 980px;
	margin: auto;
	overflow: hidden;
}

.facebook li {
	float: right;
	display: block;
	padding: 10px;
	padding-top: 0;
	background: #17222f;
}

footer a {
	color: #ccc;
}

.sitelink {
	margin-bottom: 10px;
	width: 980px;
	margin: auto;
	text-align: left;
}

.sitelink li {
	display: inline-block;
	padding-left: 22px;
	margin-right: 20px;
	background: url(../images/common/footer/arrow.png) no-repeat left center;
}

.copyright {
	position: absolute;
	text-align: right;
	bottom: 15px;
	right: 50%;
	margin-right: -490px;
	font-size: 10px;
}

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

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

a:hover {
	opacity: 1;
}

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

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

#top .inner {
	height: 55px;
}

.announce {
	top: 0;
	padding-top: 20px;
	width: 210px;
	overflow: hidden;
	display: block;
	height: 0;
	background: url(../images/common/header/announce.png) no-repeat left top;
	background-size: 210px;
}

.siteTitle {
	padding-top: 20px;
}

.siteTitle a {
	background-image: url(../images/common/header/sitetitle_sp.png);
	background-size: 210px;
	padding-top: 35px;
	width: 210px;
}

#top p.tel {
	position: fixed;
	right: 62px;
	top: 8px;
	padding-top: 0;
}

p.tel:before {
	display: none;
}

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

.cont_img {
	margin-top: 55px !important;
}

.cont_img img {
	padding-top: 38.75%;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/common/contents/top_img_sp.jpg) no-repeat center center;
	background-size: cover;
}

.cont h1 {
	padding-top: 38.75%;
	width: 100%;
	background-size: 100%;
	top: 0;
	left: 0;
	margin: 0;
}

/*============================
nav
============================*/
nav {
	position: relative;
	z-index: 200;
}

.nav-toggle {
	position: fixed;
	top: 0;
	right: 0;
	padding-top: 55px;
	display: block;
	overflow: hidden;
	width: 55px;
	height: 0;
	background: url(../images/common/nav/menu.png) no-repeat center center #3d5c81;
	background-size: 55px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 600;
}

.open .nav-toggle {
	background-image: url(../images/common/nav/close.png);
}

.globalNav {
	position: fixed;
	top: -55px;
	left: 0;
	width: 100%;
	overflow: inherit;
	background: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	text-align: left;
	background: #3d5c81;
}

.open .globalNav {
	position: fixed;
	top: 55px;
	left: 0;
	opacity: 1;
	visibility: visible;
}

.globalNav li {
	width: 100%;
	float: none;
	padding: 0;
	border-top: 1px solid #687ead;
	background: none;
	position: relative;
}

.globalNav li:first-child {
	border: none;
}

.globalNav li a {
	position: inherit;
	padding: 16px;
	width: 100%;
	overflow: inherit;
	height: inherit;
	color: #fff;
	float: none;
	background: none;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.globalNav li a span {
	font-size: 12px;
	padding-left: 20px;
	font-weight: normal;
}

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

/*============================
container
============================*/
.cont .container {
	width: 100%;
}

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

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

.primary {
	width: 90.625%;
	margin: auto;
	float: none;
}

.cont .primary article {
	padding-bottom: 40px;
}

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

.secondary .banner {
	width: 90.625%;
	margin: auto;
	padding: 0;
	padding-bottom: 40px;
}

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

li.column a {
	background-image: url(../images/common/contents/column_sp.png);
}

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

.secondary .company dd {
	padding-bottom: 30px;
	border: none;
	background: #e3eaf1;
	box-shadow: none;
}

.company {
	margin: 0;
}

.company .address {
	margin-bottom: 15px;
}

.company .tel {
	padding-bottom: 18px;
}

.company .inquiry {
	margin-top: 20px;
}

.company .inquiry a {
	background: #2d2d2d;
	padding: 12px 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	height: inherit;
	text-decoration: none;
	position: relative;
}

.company .inquiry a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 13px;
	height: 13px;
	margin-top: -7px;
	background-image: url(../images/common/contents/arrow_sp.png);
	background-size: 100%;
}

table.info {
	float: none;
	width: 100%;
	font-size: 13px;
}

table.info th {
	width: 90px;
}

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

table.info td br {
	display: block;
}

.map {
	float: none;
	width: 100%;
	margin-top: 20px;
}

.map iframe {
	width: 100%;
	height: 300px;
}

.link {
	width: 100%;
	padding-top: 20px;
}

/*============================
toTop
============================*/
.toTop li a {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	padding-top: 40px;
	background-image: url(../images/common/footer/totop_sp.png);
	background-size: 40px;
}

/*============================
footer
============================*/
footer {
	padding: 25px 0;
	margin: 0;
	font-size: 10px;
	border: none;
}

.facebook {
	width: 100%;
	text-align: center;
}

.facebook li {
	float: none;
	padding: 0;
	margin-bottom: 15px;
	background: none;
	display: inline-block;
}

.sitelink {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
	text-align: center;
}

.sitelink li {
	font-size: 9px;
	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;
}

.copyright {
	position: absolute;
	text-align: right;
	bottom: 15px;
	right: 50%;
	margin-right: -490px;
	font-size: 10px;
	position: inherit;
	text-align: center;
	bottom: inherit;
	right: inherit;
	margin: 0;
}
}
