@charset "UTF-8";
/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main {
  display: block;
}
ol, ul, li {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both{clear:both;}

/* Setting
----------------------------------------------------------------------------------------------------*/
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  color: #666;
  vertical-align: bottom;
}
a {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
	vertical-align: bottom;
}
#wrap {
  width: 100%;
  margin: 0 auto;
}

/* Loader
----------------------------------------------------------------------------------------------------*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

/* 404
----------------------------------------------------------------------------------------------------*/
.not-text {
  margin-top: 50px;
  line-height: 2;
  font-size: 140%;
}
.not-text a {
  text-decoration: underline;
  color: #F5A623;
}
.not-text a:hover {
  text-decoration: none;
}

/* Header
----------------------------------------------------------------------------------------------------*/
.header {
  height: 140px;
  background-image: url('../images/top.png');
  background-repeat: repeat-x;
  background-color: #fff;
  position: relative;
  zoom: 1;
}
.header .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
.header .inner .site-logo img {
  width: 230px;
  height: 33px;
  margin: 28px 0 25px;
}
.header .inner .site-description {
  position: absolute;
  top: 17px;
  right: 118px;
  font-size: 11px;
  color: #777;
}
.header .inner .header-tel img {
	display: block;
  width: 332px;
  height: 24px;
  position: absolute;
  top: 52px;
  right: 0;
}
.header .inner .header-access a img {
  display: block;
  width: 105px;
  height: 24px;
  overflow: hidden;
  position: absolute;
  top: 13px;
  right: 0;
}
.header .inner .header-access a img:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.header .global-nav {
	width: 100%;
  background-image: url("../images/nav-back.png");
  background-repeat: repeat-x;
  height: 54px;
}
.header .global-nav ul {
  width: 980px;
  margin: 0 auto;
  display: flex;
}

/* Hero
----------------------------------------------------------------------------------------------------*/
.bgCover {
  background-image: url("../images/main-back.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 420px;
}
.bgCover .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
.bgCover .inner img {
  display: block;
  width: 589px;
  height: 120;
  position: absolute;
  top: 50px;
  left: 0;
}

/* Index
----------------------------------------------------------------------------------------------------*/
.contents {
  width: 980px;
  margin: 40px auto 80px;
  overflow: hidden;
  clear: both;
}
.contents .main {
  width: 700px;
  float: left;
  display: inline;
}
.contents .main .pickup {
  width: 700px;
  height: 230px;
  margin-bottom: 40px;
  background: url("../images/pickup-border.png") no-repeat center top;
  overflow: hidden;
  clear: both;
}
.contents .main .pickup .top-business {
  width: 330px;
  float: left;
  display: inline;
}
.contents .main .pickup .top-company {
  width: 330px;
  float: right;
  display: inline;
}
.contents .main .pickup h2 {
	width: 100%;
  margin-bottom: 10px;
  padding-bottom: 6px;
  background: url("../images/top-border.png") no-repeat left bottom;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.contents .main .pickup h2 a {
  color: #555;
}
.contents .main .pickup h2 a:hover {
  text-decoration: none;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  opacity: 0.7;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contents .main .pickup h2 span {
  margin-left: 15px;
  font-family: 'Michroma', sans-serif;
  letter-spacing: 0.5px;
  font-size: 7px;
  font-weight: normal;
  color: #5393DC;
}
.contents .main .pickup .top-img img {
  width: 330px;
  height: 140px;
  margin-bottom: 10px;
}
.contents .main .pickup .top-img img:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  opacity: 0.7;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contents .main .pickup .top-text {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 12px;
}
.contents .main .top-news {
  width: 700px;
  margin-bottom: -10px;
}
.contents .main .top-news .top-news-head-wrap {
  width: 700px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  background: url("../images/top-news-border.png") no-repeat left bottom;
  overflow: hidden;
  position: relative;
}
.contents .main .top-news .top-news-head-wrap h2 {
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
  color: #555;
}
.contents .main .top-news .top-news-head-wrap h2 span {
  margin-left: 20px;
  font-family: 'Michroma', sans-serif;
  letter-spacing: 0.5px;
  font-size: 9px;
  font-weight: normal;
  color: #5393DC;
}
.contents .main .top-news .top-news-head-wrap .top-news-all {
  display: block;
  width: 59px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}
.contents .main .top-news .top-news-head-wrap .top-news-all:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contents .main .top-news dl {
  min-height: 125px;
  overflow: hidden;
}
.contents .main .top-news dl dt {
	width: 105px;
  float: left;
  display: inline-block;
  padding: 0 80px 10px 0;
}
.contents .main .top-news dl dt:last-child {
  padding: 0 80px 0 0;
}
.contents .main .top-news dl dd {
  padding-bottom: 10px;
}
.contents .main .top-news dl dd:last-child {
  padding-bottom: 0;
}
.contents .main .top-news dl dd a {
  color: #777;
}
.contents .main .top-news dl .info {
  background: url("../images/news-info-back.jpg") no-repeat 105px 3px;
}
.contents .main .top-news dl .jobs {
  background: url("../images/news-recruit-back.jpg") no-repeat 105px 3px;
}
.contents .main .top-news dl .other {
  background: url("../images/news-other-back.jpg") no-repeat 105px 3px;
}
.contents .main .top-news dl .event {
  background: url("../images/news-event-back.jpg") no-repeat 105px 3px;
}

/* Page-title
----------------------------------------------------------------------------------------------------*/
.page-title {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  background-color: #eee;
}
.page-title .inner {
  width: 980px;
  margin: 0 auto;
}
.page-title .inner h2 {
  line-height: 100px;
  font-size: 22px;
  font-weight: bold;
  color: #555;
}
.page-title .inner h2 span {
  margin-left: 20px;
  font-family: 'Michroma', sans-serif;
  letter-spacing: 0.5px;
  font-size: 11px;
  font-weight: normal;
  color: #5393DC;
}

/* Breadcrumbs
----------------------------------------------------------------------------------------------------*/
.breadcrumbs {
  width: 980px;
  margin: 0 auto;
}
.breadcrumbs .eg {
  display: none;
}
.breadcrumbs a {
  text-decoration: underline;
  color: #F5A623;
  border: none;
}
.breadcrumbs a:hover {
  text-decoration: none;
}

/* Page
----------------------------------------------------------------------------------------------------*/
.page {
  overflow: hidden;
  clear: both;
}
.page h3 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  line-height: 1.2;
  background: url("../images/top-news-border.png") no-repeat left bottom;
  font-size: 18px;
  font-weight: bold;
  color: #555;
}
.page h3 span {
  margin-left: 15px;
  font-family: 'Michroma', sans-serif;
  letter-spacing: 0.5px;
  font-size: 10px;
  font-weight: normal;
  color: #5393DC;
}
.page .business-description {
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  color: #555;
}
.page .business .business01 {
  margin-bottom: 40px;
  overflow: hidden;
  zoom: 1;
}
.page .business .business01 .business01-wrap {
  margin-bottom: 30px;
  overflow: hidden;
  zoom: 1;
}
.page .business .business01 .business01-wrap .business01-left {
  width: 400px;
  float: left;
  display: inline;
}
.page .business .business01 .business01-wrap .business01-left p {
  margin-top: -3px;
  line-height: 2;
  *zoom: 1;
}
.page .business .business01 .business01-wrap .business01-right {
  width: 260px;
  height: 260px;
  float: right;
  display: inline;
}
.page .business .business01 ul {
  overflow: hidden;
  clear: both;
}
.page .business .business01 ul .img01 {
  width: 234px;
  height: 165px;
  float: left;
  display: inline;
}
.page .business .business01 ul .img02 {
  width: 233px;
  height: 165px;
  float: left;
  display: inline;
}
.page .business .business01 h4 {
  margin: 30px 0 5px;
  font-size: 14px;
  font-weight: bold;
}
.page .business .business01 #item th {
  width: 200px;
}
.page .business .business02 {
  margin-bottom: 40px;
}
.page .business .business02:last-child {
  margin-bottom: 0;
}
.page .business .business02 p {
  margin-top: -3px;
  line-height: 2;
}
.page .business .business02 p img {
  margin-top: 30px;
}
.page .business .business03 p {
  margin-top: -3px;
  line-height: 2;
}
.page .business .business03 p img {
  margin-top: 30px;
}
.page .overview {
  margin-bottom: 40px;
}
.page .head-office {
  margin-bottom: 40px;
}
.page .recruit #recruit-charge {
  margin-bottom: 25px;
}
.page .recruit #recruit-charge th {
  width: 110px;
  padding: 15px 20px;
}
.page .recruit #recruit-charge td {
  padding: 15px 20px;
}
.page .recruit #tabs ul {
  margin-bottom: 10px;
  overflow: hidden;
}
.page .recruit #tabs ul .left {
  float: left;
  display: inline;
}
.page .recruit #tabs ul .right {
  float: right;
  display: inline;
}
.page .recruit #tabs ul li a {
  display: block;
  width: 343px;
  height: 45px;
  line-height: 44px;
  border: 1px solid #ddd;
  text-align: center;
  color: #666;
}
.page .recruit #tabs ul a:hover {
  background: #eee;
  text-decoration: none;
}
.page .recruit #tabs ul .active {
  background: #eee;
  font-weight: bold;
}
.page .recruit #graduates {
  margin-bottom: 30px;
}
.page .recruit #graduates:last-child {
  margin-bottom: 0;
}
.page .recruit #career {
  margin-bottom: 30px;
}
.page .recruit #career:last-child {
  margin-bottom: 0;
}
.page table {
  width: 700px;
  letter-spacing: 0.5px;
  border: 1px solid #ddd;
}
.page table tbody tr th {
  width: 140px;
  padding: 20px;
  line-height: 1;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
.page table tbody tr td {
  padding: 20px;
  line-height: 1.8;
  border-bottom: 1px solid #ddd;
}
.page table tbody tr td a {
  text-decoration: underline;
  color: #F5A623;
}
.page table tbody tr td a:hover {
  text-decoration: none;
}
#head_office_map,
#iga_office_map {
  margin-bottom: 20px;
  vertical-align: bottom;
}

/* Category Archive
----------------------------------------------------------------------------------------------------*/
.category h3, .archive h3 {
  margin-bottom: 6px;
  padding-bottom: 15px;
  line-height: 1.2;
  background: url("../images/top-news-border.png") no-repeat left bottom;
  font-size: 18px;
  font-weight: bold;
}
.category h3 span, .archive h3 span {
  margin-left: 15px;
  font-family: 'Michroma', sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #5393DC;
}
.category dl, .archive dl {
  overflow: hidden;
}
.category dl dt, .archive dl dt {
	width: 102px;
  float: left;
  padding: 20px 90px 20px 0;
  border-bottom: 1px dotted #ddd;
}
.category dl dd, .archive dl dd {
  padding: 20px 0;
  border-bottom: 1px dotted #ddd;
}
.category dl dd a, .archive dl dd a {
  color: #666;
}
.category dl .info, .archive dl .info {
  background: url("../images/news-info-back.jpg") no-repeat 106px 23px;
}
.category dl .jobs, .archive dl .jobs {
  background: url("../images/news-recruit-back.jpg") no-repeat 106px 23px;
}
.category dl .other, .archive dl .other {
  background: url("../images/news-other-back.jpg") no-repeat 106px 23px;
}
.category dl .event, .archive dl .event {
  background: url("../images/news-event-back.jpg") no-repeat 106px 23px;
}

/* Pagenation
----------------------------------------------------------------------------------------------------*/
.pagenation {
  margin-top: 30px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.pagenation:after, .pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.pagenation ul {
  margin: 0;
}
.pagenation li {
  float: left;
  display: inline;
  list-style: none outside none;
  margin-left: 5px;
}
.pagenation li:first-child {
  margin-left: 0;
}
.pagenation li.active {
  padding: 6px 10px;
  background: #5393DC;
  border: 1px solid #5393DC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}
.pagenation li a {
  display: block;
  padding: 6px 10px;
  background: #ccc;
  border: 1px solid #ccc;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}
.pagenation li a:hover,
.pagenation li a:active {
  background: #5393DC;
  border: 1px solid #5393DC;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

/* Post
----------------------------------------------------------------------------------------------------*/
.post {
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.post #post-header {
  margin-bottom: 30px;
}
.post #post-header h3 {
  padding-bottom: 15px;
  line-height: 1.2;
  background: url("../images/top-news-border.png") no-repeat left bottom;
  font-size: 18px;
  font-weight: bold;
}
.post #post-header h3 span {
  margin-left: 15px;
  letter-spacing: 0.5px;
  font-size: 12px;
  font-weight: normal;
  color: #5393DC;
}
.post #post-header p {
  margin-bottom: 8px;
}
.post p {
  margin: -5px 0 18px;
  line-height: 2;
}
.post p:last-child {
  margin-bottom: 0px;
}

/* Pagenavi
----------------------------------------------------------------------------------------------------*/
.pagenavi {
  margin: 0;
  overflow: hidden;
  clear: both;
}
.pagenavi a {
  text-decoration: underline;
  color: #F5A623;
}
.pagenavi .p-btn {
  float: left;
  display: inline;
}
.pagenavi .n-btn {
  float: right;
  display: inline;
}

/* Side
----------------------------------------------------------------------------------------------------*/
.side {
  width: 240px;
  float: right;
  display: inline;
}
.side h3 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-family: 'Michroma', sans-serif;
  line-height: 1.2;
  letter-spacing: 0.5px;
  background: url("../images/sidebar-bottom-line.png") no-repeat 0 bottom;
  font-size: 10px;
  font-weight: normal;
}
.side .banner {
  width: 240px;
}
.side .banner li {
  width: 240px;
  margin-bottom: 15px;
}
.side .banner li a {
  display: block;
  width: 240px;
  height: auto;
}
.side .banner li a:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.side ul {
  margin-bottom: 30px;
}
.side ul li {
  margin-bottom: 5px;
}
.side ul li a {
  text-decoration: underline;
  color: #666;
}
.side ul li a:hover {
  text-decoration: none;
}
.side .banner {
  width: 240px;
  margin-bottom: 0;
}
.side .banner li {
  margin-bottom: 15px;
}
.side .banner li:last-child {
  margin-bottom: 0;
}
.side .banner li a {
  display: block;
  width: 240px;
}
.side .banner li a:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  opacity: 0.7;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

/* Footer
----------------------------------------------------------------------------------------------------*/
.footer {
  background-color: #5393DC;
  clear: both;
  overflow: hidden;
}
.footer .footer-info-wrap {
  background-color: #eee;
}
.footer .footer-info-wrap .footer-info {
  width: 980px;
  height: 93px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
.footer .footer-info-wrap .footer-info .footer-logo {
  width: 260px;
  float: left;
  display: inline;
}
.footer .footer-info-wrap .footer-info .footer-logo a img {
  display: block;
  width: 230px;
  height: 33px;
  margin: 30px 0;
}
.footer .footer-info-wrap .footer-info .office {
  width: 719px;
  float: left;
  display: inline;
}
.footer .footer-info-wrap .footer-info .office dl {
  margin: 30px 0;
  padding-left: 30px;
  border-left: 1px solid #ccc;
  font-size: 95%;
}
.footer .footer-info-wrap .footer-info .office dl dt {
  margin-right: 15px;
  float: left;
  display: inline;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
.footer .footer-info-wrap .footer-info .office dl dd {
  line-height: 1.6;
  font-style: normal;
}
.footer .footer-bottom {
  width: 980px;
  height: 120px;
  margin: 0 auto;
  padding-top: 15px;
}
.footer .footer-bottom .footer-nav {
	width: 490px;
  float: left;
  display: inline;
}
.footer .footer-bottom .footer-nav ul li {
  float: left;
  display: inline;
  padding: 0 10px;
  line-height: 1.2;
  border-left: 1px solid #fff;
}
.footer .footer-bottom .footer-nav ul li a {
	font-size: 11px;
  color: #fff;
}
.footer .footer-bottom .copy-area {
	width: 460px;
  float: right;
  display: inline;
}
.footer .footer-bottom .copy-area .copy {
	text-align: right;
	color: #fff;
}


/* staff
----------------------------------------------------------------------------------------------------*/
.staff-text {
  line-height: 1.8;
}
.staff-cat {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.staff-cont {
  width: 336px;
  margin-top: 36px;
}
.staff-cont > a {
  color: #555;
  transition: all .7s;
}
.staff-cont > a:hover {
  text-decoration: none;
  opacity: .7;
}
.staff-cont > a > img {
  width: 336px;
  height: auto;
  margin-bottom: 18px;
}
.staff-cont > a > h3 {
  margin-bottom: 16px;
  font-size: 16px;
}

.staff-single-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #ddd;
}
.staff-single-cont:nth-of-type(2n) {
  flex-flow: row-reverse;
}
.staff-single-img > img {
  width: 300px;
}
.staff-single-text {
  width: 400px;
  padding: 0 40px;
}
.staff-single-text > span {
  padding: 4px 16px 5px;
  background: #5393DC;
  font-family: 'Michroma', sans-serif;
  font-size: 9px;
  color: #fff;
  border-radius: 16px;
}
.staff-single-text > h4 {
  margin: 20px 0 16px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.staff-single-text > p {
  line-height: 1.8;
}
.staff-btn {
  display: block;
  width: 160px;
  height: 44px;
  margin: 32px auto 0;
  line-height: 3.36;
  background: #5393DC;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  color: #fff;
  border-radius: 22px;
  transition: all .7s;
}
.staff-btn:hover {
  text-decoration: none;
  opacity: .7;
}