@charset "utf-8";
/*
==================================================
style.css
==================================================*/

/*
--------------------------------------------------
[Reset]
==================================================*/

body {
	color: #333;
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.42857143;
	}

a {
	outline: none;
	color: #004c6f;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	a:hover,
	a:focus {
		color: #009de6;
		text-decoration: none;
		}
p {
	margin-top: .5em;
	word-spacing: 1px;
	font-size: 95%;
	line-height: 1.8;
	}
ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 95%;
	line-height: 1.8;
	}
ul li {
	padding-left: 0;
	list-style: none;
	}
ul.styled li {
	margin-left: 1.2em;
	list-style: disc;
	}
ol li {
	margin-left: 1.2em;
	}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
	}
ul h3,
ul h4,
ul h5,
ul h6,
ol h3,
ol h4,
ol h5,
ol h6 {
	margin-bottom: .5em;
	}
dl {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 95%;
	}
dt {
	font-weight: bold;
	}
dd {
	margin-left: 0;
	}
dl ul,
dl ol,
dl p {
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	}
h1,
h2 {
	font-size: 30px;
	line-height: 1.42857143;
	}
h3 {
	}
hr {
	margin: 30px 0;
	border: none;
	border-top: 1px solid #f0f0f0;
	}
hr.noline {
	margin: 10px 0;
	padding: 10px 0;
	border-top: none;
	}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

/*
--------------------------------------------------
[Global Styles]
==================================================*/
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
	}
.clearfix:after {
	clear: both;
	}
.clearfix {
	*zoom: 1;
	}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
	}
.pull-r {
	float: right !important;
	}
.pull-l {
	float: left !important;
	}
.hide {
	display: none !important;
	}
.show {
	display: block !important;
	}
.invisible {
	visibility: hidden;
	}
.hidden {
	display: none !important;
	visibility: hidden !important;
	}
.affix {
	position: fixed;
	}
.text-hide {
	border: 0;
	background-color: transparent;
	color: transparent;
	text-shadow: none;
	font: 0/0 a;
	}
.text-l {
	text-align: left;
	}
.text-r {
	text-align: right;
	}
.text-c {
	text-align: center;
	}
.text-just {
	text-align: justify;
	}
.text-red {
	color: #ff6058 !important;
	}
.small {
	font-size: 75%;
	}
.sp,
.tab {
	display: none;
	}
.pc {
	display: block;
	}
.ind125,
.ind150,
.ind200,
.ind300,
.ind400 {
	position: relative;
	}
.ind125 {
	padding-left: 1.25em !important;
	}
.ind150 {
	padding-left: 1.5em !important;
	}
.ind200 {
	padding-left: 2em !important;
	}
.ind300 {
	padding-left: 3em !important;
	}
.ind400 {
	padding-left: 4em !important;
	}
.ind125 span,
.ind150 span,
.ind200 span,
.ind300 span,
.ind400 span {
	position: absolute;
	left: 0;
	}
@media screen and (max-width: 1023px) {
	.sp,
	.pc {
		display: none;
		}
	.tab {
		display: block;
		}
	}
@media screen and (max-width: 639px) {
	.pc,
	.tab {
		display: none;
		}
	.sp {
		display: block;
		}
	}
@media only screen and (min-device-width: 319px) and (max-device-width: 639px) and (orientation: landscape) {
	.pc,
	.tab {
		display: none;
		}
	.sp {
		display: block;
		}
	}

.serif {
	font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
	}


/*
--------------------------------------------------
[Layout]
==================================================*/

.wrapper {
	position: relative;
	overflow: hidden;
	min-height: 100%;
	width: 100%;
	height: auto !important;
	height: 100%;
	}

.container {
	margin: 0 auto;
	width: 1000px;
	}

.contents {
	position: relative;
	width: 100%;
	}

.margin-top {
	margin-top: 30px;
	}

.margin-bottom {
	margin-bottom: 30px;
	}

.padding-top {
	padding-top: 30px;
	}

.padding-bottom {
	padding-bottom: 30px;
	}

.bg-white {
	padding: 40px 0;
	background: #fff;
	}
.bg-lightgrey {
	padding: 40px 0;
	background: #fafafa;
	}
.bg-grey {
	padding: 40px 0;
	background: url("/img/bg_grey_pattern.png") repeat;
	}
.bg-green-mosaic {
	padding: 60px 0;
	background: url("/img/bg_green_mosaic.jpg") no-repeat 50% 50%;
	background-size: cover;
	color: #f5ffec;
	}
.bg-navy {
	padding: 40px 0;
	background: #002f45;
	color: #8cb0c1;
	}
	.bg-navy a {
		color: #cecece;
		}
	.bg-navy a:hover,
	.bg-navy a:focus {
		color: #009de6;
		}
@media screen and (max-width: 1023px) {
	.container {
		padding: 0 2%;
		width: 100%;
		}
	}
@media screen and (max-width: 639px) {
	.container {
		padding: 0 4%;
		}
	#news .container {
		padding: 0;
		}
	.bg-white,
	.bg-grey,
	.bg-navy {
		padding: 20px 0;
		}
	}

.fluid {
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	}
.row {
	margin-right: -15px;
	margin-left: -15px;
	}
.col3,
.col4,
.col6,
.col9,
.col12 {
	position: relative;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	min-height: 1px;
	}
.col3 {
	width: 25%;
	}
.col4 {
	width: 33.33333333%;
	}
.col6 {
	padding-right: 30px;
	padding-left: 30px;
	width: 50%;
	}
.col9 {
	width: 75%;
	}
.col12 {
	float: none;
	width: 100%;
	}
@media screen and (max-width: 639px) {
	.fluid,
	.col3,
	.col4,
	.col6,
	.col9 {
		padding-right: 4%;
		padding-left: 4%;
		width: 100%;
		}
	}

.section-hl {
	margin-bottom: 60px;
	}
	.section-hl img {
		display: block;
		margin: 0 auto 10px;
		}
	.section-hl span {
		padding: .05em 20px;
		border: 1px solid #004c6f;
		color: #004c6f;
		font-weight: normal;
		font-size: 60%;
		}
	.bg-navy .section-hl span {
		border-color: #8cb0c1;
		color: #8cb0c1;
		}
	.bg-green-mosaic .section-hl span {
		border-color: #f5ffec;
		color: #f5ffec;
		}
@media screen and (max-width: 639px) {
	.section-hl {
		margin-bottom: 30px;
		}
		.section-hl img {
			width: auto;
			height: 32px;
			}
		.section-hl span {
			font-size: 60%;
			}
	}

.hl {
	padding-bottom: .5em;
	color: #004c6f;
	}
	.hl span {
		display: block;
		padding-top: .3em;
		font-weight: normal;
		font-size: 80%;
		}

.underline {
	border-bottom: 4px solid #004c6f;
	}

.shortdesc {
	margin: 0 auto 30px;
	width: 60%;
	color: #8cb0c1;
	font-weight: bold;
	}
@media screen and (max-width: 639px) {
	.shortdesc {
		padding-right: 4%;
		padding-left: 4%;
		width: 100%;
		}
	}

#page #service,
#page #company,
#page #recruit,
#page #contact,
#page #policy {
	margin-top: 60px;
	}
@media screen and (max-width: 639px) {
	#page #service,
	#page #company,
	#page #recruit,
	#page #contact,
	#page #policy {
		margin-top: 110px;
		}
	}


/*
--------------------------------------------------
[Button]
==================================================*/

.btn-wrapper {
	margin: 30px 0;
	text-align: center;
	}
	.btn,
	.btn-wrapper a {
		display: inline-block;
		margin: 0 10px;
		padding: .5em 20px;
		border: 2px solid #004c6f;
		border-radius: 2em;
		background-color: #fff;
		color: #004c6f;
		vertical-align: middle;
		text-align: center;
		white-space: nowrap;
		cursor: pointer;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		}
	.btn.btn-sub {
		border-color: #aaa;
		color: #aaa;
		}
	.btn:focus,
	.btn:active:focus,
	.btn.active:focus,
	.btn-wrapper a:focus,
	.btn-wrapper a:active:focus,
	.btn-wrapper a.active:focus {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
		}
	.btn:hover,
	.btn:focus,
	.btn-wrapper a:hover,
	.btn-wrapper a:focus {
		border-color: #009de6;
		color: #009de6;
		text-decoration: none;
		}
	.btn:active,
	.btn.active,
	.btn-wrapper a:active,
	.btn-wrapper a.active {
		outline: 0;
		background-image: none;
		}
	.btn.disabled,
	.btn[disabled],
	.btn-wrapper a.disabled {
		-webkit-box-shadow: none;
		box-shadow: none;
		opacity: .65;
		filter: alpha(opacity=65);
		cursor: not-allowed;
		pointer-events: none;
		}

/*
--------------------------------------------------
[Header]
==================================================*/

.header {
	position: fixed;
	z-index: 100;
	width: 100%;
	}
@media screen and (max-width: 639px) {
	.header {
		position: absolute !important;
		}
	}

.gnav {
	overflow: hidden;
	margin: 0 auto;
	}
	.gnav ul {
		z-index: 10;
		overflow: hidden;
		margin: 0;
		width: 100%;
		height: 60px;
		background: #fff;
		}
		.gnav li {
			position: relative;
			display: list-item;
			float: left;
			width: 17.5%;
			height: 60px;
			text-align: center;
			font-size: 13px;
			}
		.gnav li.gnav-logo {
			width: 30%;
			}
		.gnav a {
			display: block;
			padding: 10px 0;
			height: 60px;
			border-right: 1px solid #f0f0f0;
			border-bottom: 1px solid #f0f0f0;
			background-color: #fff;
			text-decoration: none;
			line-height: 35px;
			}
		.gnav li.gnav-logo a {
			line-height: 40px;
			}
			.gnav li.gnav-logo img {
				margin: auto;
				width: 250px;
				height: 40px;
				}
		.gnav li.last a {
			border-right: none;
			}
		.gnav a:hover,
		.gnav a:focus {
			background-color: #efefef;
			}
		.gnav li.selected a {
			border-right-color: #004c6f;
			border-bottom-color: #004c6f;
			background-color: #004c6f;
			color: #fff;
			}
			.gnav a i {
				position: relative;
				display: block;
				margin: 0 auto;
				width: 24px;
				height: 16px;
				background: url("/img/ic_gnav.svg") no-repeat;
				background-size: 96px 32px;
				}
			.no-svg  .gnav a i {
				background-image: url("/img/ic_gnav.png");
				}
			.gnav a i.gnav-service {
				background-position: 0 0;
				}
			.gnav a i.gnav-company {
				background-position: -24px 0;
				}
			.gnav a i.gnav-recruit {
				background-position: -48px 0;
				}
			.gnav a i.gnav-contact {
				background-position: -72px 0;
				}
			.gnav li.selected a i.gnav-service {
				background-position: 0 -16px;
				}
			.gnav li.selected a i.gnav-company {
				background-position: -24px -16px;
				}
			.gnav li.selected a i.gnav-recruit {
				background-position: -48px -16px;
				}
			.gnav li.selected a i.gnav-contact {
				background-position: -72px -16px;
				}
			.gnav a span {
				position: absolute;
				left: 0;
				width: 100%;
				text-align: center;
				line-height: 35px;
				}
			.gnav a span.link {
				top: 25px;
				}
			.gnav a span.hover {
				top: 60px;
				}
@media screen and (max-width: 1023px) {
	.gnav li {
		width: 17%;
		font-size: 12px;
		}
	.gnav li.gnav-logo {
		width: 32%;
		}
		.gnav li.gnav-logo img {
			width: 200px;
			height: 32px;
			}
	}
@media screen and (max-width: 639px) {
	.gnav ul {
		height: 110px;
		}
		.gnav li {
			width: 25%;
			}
		.gnav li.gnav-logo {
			width: 100%;
			}
		.gnav a {
			padding: 8px 0;
			height: 50px;
			line-height: 49px;
			}
		.gnav li.gnav-logo a {
			padding: 0;
			height: 60px;
			line-height: 59px;
			}
			.gnav a i {
				width: 18px;
				height: 12px;
				background-size: 72px 24px;
				}
			.no-svg .gnav a i {
				background-image: url("/img/ic_gnav_s.png");
				}
			.gnav a i.gnav-service {
				background-position: 0 0;
				}
			.gnav a i.gnav-company {
				background-position: -18px 0;
				}
			.gnav a i.gnav-recruit {
				background-position: -36px 0;
				}
			.gnav a i.gnav-contact {
				background-position: -54px 0;
				}
			.gnav li.selected a i.gnav-service {
				background-position: 0 -12px;
				}
			.gnav li.selected a i.gnav-company {
				background-position: -18px -12px;
				}
			.gnav li.selected a i.gnav-recruit {
				background-position: -36px -12px;
				}
			.gnav li.selected a i.gnav-contact {
				background-position: -54px -12px;
				}
			.gnav a span {
				line-height: 30px;
				}
			.gnav a span.link {
				top: 19px;
				}
			.gnav a span.hover {
				display: none;
				}
	}


/*
--------------------------------------------------
[Access]
==================================================*/

.map-area {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
	background: #002f45;
	}
	#map {
		width: 100% !important;
		height: 100% !important;
		}
		.map-area p {
			color: #fff;
			text-align: center;
			line-height: 400px;
			}
@media screen and (max-width: 639px) {
	.map-area {
		height: 300px;
		}
	}

/*
--------------------------------------------------
[Footer]
==================================================*/

.footer {
	margin-top: 30px;
	padding-top: 30px;
	width: 100%;
	height: auto;
	border-top: 1px solid #f0f0f0;
	}
	.footer-nav {
		float: right;
		width: 50%;
		text-align: right;
		font-size: 80%;
		}
		.footer-nav li {
			display: inline-block;
			padding-left: 20px;
			}
	.company-info {
		float: left;
		padding-bottom: 20px;
		width: 50%;
		}
		.company-info img.logo {
			width: 240px;
			height: auto;
			}
		.company-info .badges {
		}
			.company-info .badges a img {
				transition: all 0.25s ease;
				}
			.company-info .badges a:hover img {
				opacity: 0.7;
				}
			.company-info img.badge {
				display: inline-block;
				margin-left: 5px;
				width: 50px;
				height: 50px;
				}
		.company-info dl {
			margin: 15px 0 20px 5px;
			font-size: 80%;
			}
			.company-info dt,
			.company-info dd {
				display: inline-block;
				}
			.company-info dt {
				color: #aaa;
				}
			.company-info dd {
				margin-right: 15px;
				margin-left: .5em;
				color: #777;
				}
	.copy {
		width: 100%;
		height: 40px;
		background: #8cb0c1;
		}
		.copy p {
			margin: 0;
			color: #fff;
			font-size: 75%;
			line-height: 40px;
			}
@media screen and (max-width: 1023px) {
	.footer {
		text-align: center;
		}
		.footer-nav,
		.company-info {
			float: none;
			width: 100%;
			}
		.footer-nav {
			padding: 0 20px 20px;
			text-align: center;
			}
			.footer-nav li {
				padding-left: 10px;
				padding-right: 10px;
				}
		.company-info dl {
			margin-left: 15px;
			}
	}
@media screen and (max-width: 639px) {
	.footer {
		margin-top: 0;
		}
	.footer .fluid {
		padding: 0;
		}
	.footer-nav {
		padding: 0 0 20px;
		}
	.company-info .badges {
		margin-top: 15px;
		padding-right: 5px;
		display: block;
	}
}
				
#pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
	}
	#pagetop a {
		position: relative;
		display: block;
		width: 40px;
		height: 40px;
		background-color: #8cb0c1;
		}
	#pagetop a:hover,
	#pagetop a:focus {
		background-color: #009de6;
		}
		#pagetop img {
			position: absolute;
			top: 15px;
			left: 11px;
			width: 18px;
			height: 10px;
			}
@media screen and (max-width: 1023px) {
	#pagetop a {
		display: none;
		}
	}

/*
--------------------------------------------------
[Movie Embed]
==================================================*/

.video-wrapper {
	margin: auto;
	width: 50%;
	}

@media screen and (max-width: 1023px) {
	.video-wrapper {
		width: 80%;
		}
	}
@media screen and (max-width: 639px) {
	.video-wrapper {
		width: 100%;
		}
	}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	width: 100%;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
	}
 
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
