@charset "UTF-8";
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form,
figure {
				margin: 0;
				padding: 0;
}

h1, h2, h3, h4, h5, h6 {
				font-size: 100%;
				font-weight: normal;
}

strong {
				font-weight: normal;
}

table, td, th, tr, thead, tbody {
				border: none;
}

table th {
				text-align: left;
				font-weight: normal;
}

table {
				border-collapse: collapse;
}

ul, ol {
				list-style: none;
}

a {
				text-decoration: none;
}

a img {
				border: none;
}

img {
				vertical-align: bottom;
}

textarea {
				font-size: 1em;
}

header, footer, section, nav,
.figure, fugcaption, time, small {
				display: block;
}

input[type="submit"],
input[type="image"] {
				border: none;
				margin: 0;
}

address {
				font-style: normal;
}

/* template
==============================================================*/
body {
				color: #333;
				font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans CJK SC,WenQuanYi Micro Hei,Arial,sans-serif;
				font-size: 14px;
				line-height: 1.8;
				min-width: 1000px;
				background: #fff;
				word-wrap: break-word;
				overflow-wrap: break-word;
}

a {
				color: #39aed4;
				text-decoration: none;
}

a:hover {
				color: #39aed4;
				text-decoration: underline;
}

/*
a{
	color:#fff;
	text-decoration:none;
	transition:.2s;
}
a:hover{
	text-decoration:none;
	opacity:0.7;
}
*/
/* header
==============================================================*/
#header {
	background: #fff;
	min-height: 70px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 10;
	box-sizing: border-box;
}

#header .headerBody {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#header #siteLogo {
	width: 130px;
	float: left;
	margin: 0 16px 0 0;
	padding: 15px 0 0;
}

#header #textLogo {
	width: 104px;
	float: left;
	font-size: 16px;
	padding: 20px 0 0;
	font-weight: bold;
	letter-spacing: 3px;
}

#header #textLogo a {
	display: block;
	color: #001478;
	text-decoration: none;
}

#header #textLogo span {
	display: block;
	font-size: 9px;
	letter-spacing: 0;
	margin-top: -7px;
}

#header #menu {
	display: none;
}

/* navigation
-----------------------------------------------------------------------------------------*/
#globalnavi {
				width: 750px;
				float: right;
}

#globalnavi ul.pcVer {
				letter-spacing: -0.4em;
}

#globalnavi ul.pcVer li {
	width: 120px;
	height: 100px;
	display: inline-block;
	letter-spacing: normal;
	font-size: 13px;
	text-align: center;
	box-sizing: border-box;
	vertical-align: bottom;
}

/*#globalnavi ul.pcVer li.nav03 {*/
				/*width: 190px;*/
/*}*/

/*#globalnavi ul.pcVer li.nav04 {*/
				/*width: 120px;*/
/*}*/

/*#globalnavi ul.pcVer li.nav05 {*/
				/*padding-top: 20px;*/
				/*height: 66px;*/
				/*text-align: right;*/
/*}*/

/*#globalnavi ul.pcVer li.nav05 a {*/
				/*display: inline-block;*/
				/*text-align: center;*/
				/*width: 100px;*/
				/*padding: 2px 0;*/
				/*background: #39aed4;*/
				/*height: auto;*/
				/*color: #fff;*/
				/*border-radius: 16px;*/
/*}*/

/*#globalnavi ul.pcVer li.nav05 a:hover {*/
				/*border: none;*/
				/*opacity: 0.8;*/
				/*background: #39aed4;*/
				/*color: #fff;*/
/*}*/

#globalnavi ul.pcVer li a {
	display: block;
	height: 100%;
	padding: 35px 0 0;
	box-sizing: border-box;
	color: #333;
	text-decoration: none;
}

#globalnavi ul.pcVer li a:hover {
	background: #f5fbff;
	color: #0f98d8;
}

#globalnavi ul.pcVer li.current a {
	background: #dff3ff;
	border-bottom: 3px solid #2585d0;
	color: #0f98d8;
}

#globalnavi .spVer {
	display: none;
}


/* footer
==============================================================*/
#footer {
				background: #fff;
				box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
}

#footer .footerBody,
#footer .crBody {
				width: 1000px;
				margin: 0 auto;
}

#footer .footerBody {
				padding: 20px 0 15px;
				position: relative;
}

#footer .footerLinks {
				overflow: hidden;
				/*background: url(/img/common/img-site-logo.png) no-repeat right bottom;*/
				background-size: 129px auto;
				padding-bottom: 6px;
}

#footer .footerLinks .linkBox {
				float: left;
				width: 240px;
				box-sizing: border-box;
				padding: 0 10px 0 0;
				font-size: 13px;
}

#footer .footerLinks .linkBox:first-child {
				width: 240px;
}

#footer .footerLinks .linkBox dt {
				font-weight: bold;
				margin: 0 0 1px;
}

#footer .footerLinks .linkBox dd ul li {
				margin: 0 0 2px;
				line-height: 1.5;
				font-size: 12px;
}

#footer .footerLinks .linkBox dd ul li:last-child {
				margin-bottom: 0;
}

#footer .footerLinks .linkBox dd ul li ul.subTree {
				padding: 4px 0 0 10px;
}

#footer .footerLinks .linkBox dd ul li ul.subTree li span {
				color: #b5b5b5;
}

#footer .snsLinkBtns {
				position: absolute;
				right: 0;
				top: 25px;
				text-align: right;
				letter-spacing: -0.4em;
}

#footer .snsLinkBtns li {
				display: inline-block;
				margin: 0 6px 0 0;
				letter-spacing: normal;
}

#footer .snsLinkBtns li:last-child {
				margin-right: 0;
}

#footer .snsLinkBtns li a {
				display: block;
				width: 44px;
				height: 44px;
				text-indent: -9999px;
				text-align: left;
				background: url(/img/common/icon-sns-share.png) no-repeat 0 0;
				background-size: 176px auto;
				transition: .2s;
}

#footer .snsLinkBtns li a:hover {
				opacity: 0.6;
}

#footer .snsLinkBtns li.facebook a {
				background-position: 0 0;
}

#footer .snsLinkBtns li.twitter a {
				background-position: -44px 0;
}

#footer .snsLinkBtns li.google a {
				background-position: -88px 0;
}

#footer .snsLinkBtns li.youtube a {
				background-position: -132px 0;
}

#footer .copyright {
				background: #e7edef;
				/*.crText,
		.links,*/
}

#footer .copyright .lCol,
#footer .copyright .rCol {
				width: 50%;
				float: left;
}

#footer .copyright .lCol {
				width: 500px;
				padding-top: 2px;
}

#footer .copyright .rCol {
				float: right;
				text-align: right;
}

#footer .copyright .address {
				display: inline-block;
}

#footer .copyright .crText {
				font-size: 10px;
				float: left;
				padding-top: 2px;
}

#footer .copyright .links {
				float: right;
				letter-spacing: -0.4em;
				font-size: 12px;
}

#footer .copyright .links li {
				letter-spacing: normal;
				display: inline-block;
				border-right: 1px solid #d0d1d1;
				padding: 0 10px 0 0;
				margin: 0 10px 0 0;
				line-height: 1;
}

#footer .copyright .links li:last-child {
				border-right: none;
				margin-right: 0;
				padding-right: 0;
}

#footer .copyright .links li a {
				color: #333;
}

#footer .copyright .address {
				font-size: 12px;
}

#footer .crBody {
				overflow: hidden;
				padding: 11px 0;
}

#pagetop {
				display: none;
}

#pagetop.fixed {
				position: fixed;
				width: 100%;
				bottom: 0;
				z-index: 1000;
}

#pagetop .ptBody {
				width: 1000px;
				margin: 0 auto;
				position: relative;
}

#pagetop .ptBody a {
				display: inline-block;
				background: rgba(15, 152, 216, 0.6);
				border-radius: 5px;
				width: 60px;
				height: 60px;
				position: absolute;
				right: 0;
				bottom: 40px;
				text-indent: -9999px;
				transition: .2s;
}

#pagetop .ptBody a:hover {
				opacity: 0.6;
}

#pagetop .ptBody a:after {
				content: "";
				display: block;
				position: absolute;
				left: 50%;
				top: 50%;
				background: url(/img/common/icon-arrow-up.png) no-repeat 0 0;
				width: 20px;
				height: 11px;
				margin-left: -10px;
				margin-top: -5px;
}

/* common parts
==============================================================*/
#content {
				padding: 0 0 190px;
				display: block;
}
.page_index #content {
	padding-bottom: 0;
}
.contentHead {
				text-align: center;
				font-size: 32px;
				color: #001478;
				font-weight: bold;
				margin: 0 0 11px;
				line-height: 1.5;
}

.commonSectionBox .contentHead {
				color: #39aed4;
				font-weight: normal;
}

.commonSectionBox.other .contentHead {
				color: #001478;
				font-weight: bold;
}

.centeringBtnBox {
				text-align: center;
}

.aquaBtn {
				display: inline-block;
				width: 360px;
				background: #0f98d8;
				color: #fff;
				border-radius: 10px;
				font-size: 18px;
				padding: 14px 0;
				position: relative;
				text-align: center;
				box-sizing: border-box;
				transition: .2s;
}

.aquaBtn:hover {
				color: #fff;
				text-decoration: none;
				opacity: 0.6;
}

.aquaBtn:after {
				content: "";
				display: block;
				width: 12px;
				height: 20px;
				background: url(/img/common/icon-arrow-03.png) no-repeat 0 0;
				position: absolute;
				right: 20px;
				top: 50%;
				margin-top: -10px;
}

.pcLayout {
				display: block;
}

.spLayout {
				display: none;
}

.commonSectionBox .isBody {
				width: 1000px;
				margin: 0 auto;
}

.commonSectionBox .txtDescription {
				text-align: center;
				margin: 0 0 28px;
}

.jobsListContainer {
				margin: 0 0 40px;
}

.jobsListContainer .jobsList {
				margin: 0 0 34px;
}

.jobsListContainer .jobsList:last-child {
				margin-bottom: 0;
}

.jobsListContainer .jobsList dt {
				font-weight: bold;
				font-size: 16px;
				margin: 0 0 8px;
}
.jobsListContainer h1  {
	font-weight: bold;
	font-size: 24px;
	margin-left: 30px;
}
.jobsListContainer h2  {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 8px;
	margin-left: 50px;
}
.jobsListContainer h3  {
	font-size: 15px;
	margin-bottom: 8px;
	margin-left: 70px;
}
.jobsListContainer h4  {
	font-size: 15px;
	font-weight: bold;
	margin-left: 50px;
	margin-bottom: 8px;
	color: #0A71B0;
}

.jobLinks {
				letter-spacing: -0.4em;
}

.jobLinks li {
				letter-spacing: normal;
				display: inline-block;
				width: 240px;
				margin: 0 12px 12px 0;
}

.jobLinks li:nth-child(4n) {
				margin-right: 0;
}

.jobLinks li:nth-last-child(-n+4) {
				margin-bottom: 0;
}

.jobLinks li a {
				display: block;
				border-radius: 4px;
				border: 1px solid #dadada;
				padding: 7px 0 7px 0;
				text-align: center;
				font-size: 12px;
				color: #333;
				position: relative;
				transition: .2s;
}

.jobLinks li a:hover {
				opacity: 0.6;
				text-decoration: none;
}

.jobLinks li a:after {
				content: "";
				width: 7px;
				height: 11px;
				position: absolute;
				right: 9px;
				top: 50%;
				margin-top: -6px;
				background: url(/img/common/icon-arrow-02.png) no-repeat 0 0;
				background-size: 7px 11px;
}

.fbPageBtn {
				text-align: center;
}

.fbPageBtn a {
				display: inline-block;
				width: 380px;
				background: #3b579d;
				color: #fff;
				padding: 9px 30px 9px 10px;
				border-radius: 30px;
				box-sizing: border-box;
				font-weight: bold;
				position: relative;
				transition: .2s;
}

.fbPageBtn a:hover {
				opacity: 0.6;
				text-decoration: none;
}

.fbPageBtn a:after {
				content: "";
				position: absolute;
				right: 5px;
				top: 50%;
				margin-top: -15px;
				width: 30px;
				height: 30px;
				background: #6279b1 url(/img/common/icon-arrow.png) no-repeat 13px center;
				background-size: 8px auto;
				border-radius: 50%;
}

.blogList {
				margin: 0 0 50px;
}

.blogList li {
				margin: 0 0 40px;
				background: #fff;
				display: table;
				width: 100%;
}

.blogList li:last-child {
				margin-bottom: 0;
}

.blogList li a {
				display: block;
				color: #333;
				transition: .2s;
}

.blogList li a:hover {
				text-decoration: none;
				opacity: 0.6;
}

.blogList li .thumb,
.blogList li .articleData {
				display: table-cell;
				vertical-align: middle;
				width: 100%;
}

.blogList li .thumb {
				width: 400px;
}

.blogList li .articleData {
				padding: 0 40px;
				background: url(/img/common/icon-arrow-04.png) no-repeat 96% center;
}

.blogList li .categories {
				margin: 0 0 12px;
}

.blogList li .categories span {
				display: inline-block;
				background: #39aed4;
				font-size: 12px;
				color: #fff;
				min-width: 115px;
				padding: 4px 0;
				text-align: center;
}

.blogList li .entryName {
				font-size: 22px;
				margin: 0 0 16px;
				line-height: 1.5;
}

.blogList li .timeStamp {
				color: #999;
}

/* layout for smartphone
==============================================================*/
@media screen and (max-width: 640px) {
				body {
								min-width: 0;
								font-size: 12px;
				}
				a:hover {
								text-decoration: none;
				}
				/* header
	======================================*/
				#header {
								min-height: 45px;
								padding: 10px 0 2px;
								position: relative;
				}
				#header .headerBody {
								width: auto;
								overflow: visible;
				}
				#header .headerBody .spHeaderBody {
								margin: 0 10px;
								overflow: hidden;
				}
				#header #siteLogo {
								width: 73px;
								padding: 0;
								margin: 0;
				}
				#header #siteLogo img {
								width: 100%;
								height: auto;
				}
				#header #textLogo {
								float: none;
								width: auto;
								padding: 0;
								font-size: 12px;
								text-align: center;
								margin: 0 75px;
								letter-spacing: 2px;
				}
				#header #textLogo span {
								font-size: 10px;
								transform: scale(0.7, 0.7);
				}
				#header #textLogo img {
								width: 55px;
								height: auto;
				}
				#header #menu {
								display: block;
								float: right;
								width: 33px;
								height: 24px;
				}
				#header #menu a {
								display: block;
								text-align: center;
				}
				#header #menu a .label {
								display: block;
								font-size: 10px;
								transform: scale(0.7, 0.7);
								transform-origin: top;
								margin-top: -2px;
				}
				#header #menu a:before {
								content: "";
								display: inline-block;
								width: 24px;
								height: 24px;
								background: url(/img/common/icon-menu.png) no-repeat 0 0;
								background-size: 24px auto;
								box-sizing: border-box;
				}
				#header #menu.opened a .label {
								display: none;
				}
				#header #menu.opened a:before {
								width: 18px;
								height: 19px;
								background: url(/img/common/icon-close.png) no-repeat 0 0;
								background-size: 18px auto;
								margin: 1px 0 0 7px;
				}
				/* global navigation
	======================================*/
				#globalnavi {
								width: auto;
								float: none;
				}
				#globalnavi .pcVer {
								display: none;
				}
				#globalnavi .spVer {
								display: block;
								position: relative;
				}
				#globalnavi .spVer .menuBox {
								box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.3);
								-webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.3);
								-moz-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.3);
								margin-bottom: 10px;
								padding-top: 25px;
				}
				#globalnavi .menuBox {
								display: none;
								position: absolute;
								left: 0;
								top: 0;
								width: 100%;
								background: #fff;
								z-index: 1000;
				}
				#globalnavi .menuBox .otherLinks,
				#globalnavi .menuBox .menuList {
								margin: 0 24px;
				}
				#globalnavi .menuBox .menuList {
								font-size: 15px;
				}
				#globalnavi .menuBox .menuList a {
								padding: 8px 0;
				}
				#globalnavi .menuBox .otherLinks {
								font-size: 12px;
								text-align: center;
								letter-spacing: -0.4em;
								padding: 25px 0;
				}
				#globalnavi .menuBox .otherLinks li {
								letter-spacing: normal;
								padding: 0 10px 0 0;
								margin: 0 10px 0 0;
								line-height: 1;
				}
				#globalnavi .menuBox .otherLinks li a {
								color: #333;
				}
				#globalnavi .menuBox .otherLinks li.company {
								padding: 0 20px 21px;
				}
				#globalnavi .menuBox .otherLinks li.company a {
								font-size: 15px;
								text-align: center;
								border-radius: 40px;
								height: 40px;
								line-height: 40px;
								display: block;
								background: url(/img/common/icon-arrow-sp.png) no-repeat 95% center #eeeeee;
								background-size: 6px auto;
				}
				ul.menuList li {
								border-bottom: 1px solid #e5e5e5;
								margin-bottom: 0;
				}
				ul.menuList li a {
								padding: 10px 0;
								display: block;
								background: url(/img/common/icon-arrow-sp.png) no-repeat right center;
								background-size: 6px auto;
								color: #333;
				}
				ul.menuList li ul.subTree {
								padding-left: 15px;
								border-top: 1px solid #e5e5e5;
				}
				ul.menuList li ul.subTree li:last-child {
								border-bottom: none;
				}
				/* footer
	======================================*/
				#footer .footerBody,
				#footer .crBody {
								width: auto;
				}
				#footer .footerBody {
								padding-top: 12px;
				}
				#footer .crBody {
								/*background: url(/img/common/img-site-logo.png) no-repeat center 7px;*/
								background-size: 141px auto;
								padding: 60px 0 0;
				}
				#footer .snsLinkBtns {
								position: static;
								text-align: center;
				}
				#footer .footerLinks {
								margin: 0 24px 20px;
								letter-spacing: -0.4em;
								background: none;
				}
				#footer .footerLinks .linkBox {
								letter-spacing: normal;
								width: auto;
								float: none;
								padding: 0;
				}
				#footer .footerLinks .linkBox dt {
								margin-bottom: 2px;
								font-size: 11px;
				}
				#footer .footerLinks .linkBox dd ul li {
								margin-bottom: 4px;
								font-size: 10px;
				}
				#footer .footerLinks .linkBox:first-child {
								width: auto;
								margin: 0 0 23px;
				}
				#footer .footerLinks .linkBox:first-child dt {
								display: none;
				}
				#footer .footerLinks .linkBox:first-child dd ul li {
								margin-bottom: 0;
				}
				#footer .footerLinks .linkBox:first-child dd ul li a {
								font-size: 13px;
				}
				#footer .footerLinks .linkBox:first-child dd ul li ul.subTree {
								padding-top: 0;
								padding-left: 15px;
				}
				#footer .footerLinks .linkBox:first-child dd ul li ul.subTree li a {
								padding-top: 8px;
								padding-bottom: 8px;
								font-size: 11px;
				}
				#footer .footerLinks .linkBox:nth-child(2), #footer .footerLinks .linkBox:nth-child(3) {
								display: inline-block;
								width: 49%;
								letter-spacing: normal;
								vertical-align: top;
								padding-right: 10px;
								box-sizing: border-box;
				}
				#footer .copyright {
								background: none;
				}
				#footer .copyright .lCol,
				#footer .copyright .rCol {
								width: auto;
								float: none;
								text-align: center;
				}
				#footer .copyright .rCol {
								padding-bottom: 6px;
				}
				#footer .copyright .links,
				#footer .copyright .crText {
								float: none;
				}
				#footer .copyright .links {
								background: #e7edef;
								padding: 11px 0;
				}
				#footer .copyright .crText {
								background: #a6b3b8;
								color: #fff;
								font-size: 9px;
								padding: 6px 0;
				}
				#footer .copyright .address {
								font-size: 9px;
				}
				#pagetop {
								display: none;
				}
				#pagetop .ptBody {
								width: auto;
				}
				#pagetop .ptBody a {
								width: 36px;
								height: 36px;
								right: 14px;
								bottom: 10px;
				}
				/* common parts
	===================================================*/
				#content {
								padding-bottom: 50px;
				}
				.contentHead {
								font-size: 16px;
								font-weight: normal;
								margin-bottom: 15px;
				}
				.aquaBtn {
								font-size: 14px;
								min-width: 240px;
								width: auto;
								/*padding: 12px 30px 14px 10px;*/
								padding: 9px 0 10px;
								border-radius: 4px;
				}
				.aquaBtn:after {
								right: 10px;
								background-size: 8px auto;
								margin-top: -7px;
				}
				.pcLayout {
								display: none;
				}
				.spLayout {
								display: block;
				}
				.commonSectionBox .isBody {
								width: auto;
								margin-left: 14px;
								margin-right: 14px;
				}
				.commonSectionBox .txtDescription {
								margin-bottom: 20px;
				}
				.jobsListContainer {
								margin: 0 10px 30px;
				}
				.jobsListContainer .jobsList {
								margin-bottom: 27px;
				}
				.jobsListContainer .jobsList dt {
								font-size: 13px;
				}
				.jobsListContainer .jobsList li {
								width: auto;
								display: block;
								margin-right: 0;
								margin-bottom: 10px;
				}
				.jobsListContainer .jobsList li:nth-last-child(-n+4) {
								margin-bottom: 10px;
				}
				.jobsListContainer .jobsList li:last-child {
								margin-bottom: 0;
				}
				.jobLinks li a {
								text-align: left;
								padding-left: 14px;
				}
				.fbPageBtn a {
								width: 272px;
								font-size: 10px;
								padding-top: 7px;
								padding-bottom: 7px;
				}
				.fbPageBtn a:after {
								width: 22px;
								height: 22px;
								right: 4px;
								margin-top: -12px;
								background-size: 6px auto;
								background-position: 10px center;
				}
				.blogList {
								margin-bottom: 30px;
				}
				.blogList li {
								display: block;
								box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
								-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
								-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
								padding-bottom: 12px;
								margin: 0 0 14px;
				}
				.blogList li .thumb,
				.blogList li .articleData {
								display: block;
								margin: 0 5px;
				}
				.blogList li .thumb {
								padding: 5px 0 0;
								margin: 0 5px 15px;
								width: auto;
				}
				.blogList li .thumb img {
								width: 100%;
								height: auto;
				}
				.blogList li .articleData {
								padding: 0 20px 0 0;
								margin: 0 12px;
								background: url(/img/common/icon-arrow-sp-aqua.png) no-repeat right center;
								background-size: 8px auto;
								width: auto;
								box-sizing: border-box;
				}
				.blogList li .categories {
								margin-bottom: 3px;
				}
				.blogList li .categories span {
								font-size: 9px;
								min-width: 75px;
								padding-top: 0px;
								padding-bottom: 0px;
				}
				.blogList li .entryName {
								font-size: 13px;
								margin-bottom: 5px;
				}
				.blogList li .timeStamp {
								font-size: 11px;
				}
}
