@charset "UTF-8";
@import url(animate.css);
@import url(hover.css);
/*color*/
/*font size*/
/* mixinCSS Document */
/* box-shadow */
/* border-radius */
/* clearfix */
/* animation */
/* animation.css */
/* background-size */
/* keyframes */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 1em;
  vertical-align: baseline;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
  width: 100%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

/* fontCSS Document */
body {
  font-family: 'Mplus 1p', sans-serif;
  font-size: 100%;
}

footer {
  padding-top: 30px;
}
footer p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  line-height: 1.8em;
  letter-spacing: 1.5px;
}
footer p.copyright {
  font-weight: 400;
}

/*----- TOP -----*/
#top #news ul li {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 1.6em;
}
#top #news ul li span {
  font-weight: 500;
}
#top #news ul li a {
  color: #fff;
  font-weight: 300;
  text-decoration: underline;
}
#top #news ul li a:hover {
  text-decoration: none;
}
#top #recruit ul li {
  font-size: 18px;
  color: #006ec8;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 1.6em;
}
#top #recruit ul li span {
  font-weight: 300;
}
#top #recruit ul li a {
  color: #006ec8;
  font-weight: 300;
  text-decoration: underline;
}
#top #recruit ul li a:hover {
  text-decoration: none;
}

/*----- COMPANY -----*/
.company {
  letter-spacing: 2px;
}
.company h3 {
  font-size: 24px;
  color: #006ec8;
  font-weight: 500;
  text-align: center;
}
.company .message .mission {
  color: #006ec8;
  text-align: center;
}
.company .message .mission h4 {
  font-size: 22px;
  font-weight: 400;
}
.company .message .mission p span {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
}
.company .message .right p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8em;
  text-align: justify;
  letter-spacing: 1px;
}
.company .message .right p.president {
  font-weight: 500;
  text-align: right;
}
.company .outline th {
  font-weight: 500;
  line-height: 1.8em;
}
.company .outline td {
  font-weight: 300;
  line-height: 1.8em;
  text-align: left;
}

/*----- BUSINESS -----*/
.business .category {
  letter-spacing: 2px;
}
.business .category h3 {
  font-size: 22px;
  color: #006ec8;
  font-weight: 500;
}
.business .category p {
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
  line-height: 1.8em;
}

/*----- LOCATION -----*/
.location {
  letter-spacing: 2px;
}
.location h3 {
  font-size: 24px;
  color: #006ec8;
  font-weight: 500;
  text-align: center;
}
.location .address li {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
}
.location .access li {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
}
.location .access li span {
  font-weight: 400;
}

/*----- RECRUIT -----*/
.recruit {
  letter-spacing: 2px;
}
.recruit h3 {
  font-size: 24px;
  color: #006ec8;
  font-weight: 500;
  text-align: center;
}
.recruit ul li {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}
.recruit ul li span {
  font-size: 16px;
  color: #006ec8;
  font-weight: 500;
}
.recruit ul a {
  color: #000;
  text-decoration: underline;
}
.recruit ul a:hover {
  text-decoration: none;
}
.recruit section.detail table th, .recruit section.detail table td {
  line-height: 1.6em;
}
.recruit section.detail table th .hosoku, .recruit section.detail table td .hosoku {
  font-size: 12px;
}
.recruit section.detail table th .trial, .recruit section.detail table td .trial {
  font-size: 13px;
  line-height: 1.4em;
}

/*----- CONTACT -----*/
.contact h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}
.contact table th {
  font-size: 16px;
  font-weight: 400;
}
.contact table td input, .contact table td textarea {
  font-size: 16px;
  font-weight: 400;
}
.contact p.hosoku {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.contact .notice {
  color: #e51414;
}

/* partsCSS Document */
/*keyframes animation*/
@-webkit-keyframes blinking {
  0% {
    opacity: 0.3;
  }
  20% {
    opacity: 0.8;
  }
  30% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes blinking {
  0% {
    opacity: 0.3;
  }
  20% {
    opacity: 0.8;
  }
  30% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
  }
}
/* commonCSS Document */
#wrapper {
  overflow: hidden;
}

.spNav {
  display: none;
}

.headNav {
  -webkit-box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100px;
  background: #004883;
  position: fixed;
  z-index: 100;
  text-indent: -999em;
}
.headNav .inner {
  zoom: 1;
  background: url(../images/common/bg_headnav.gif) no-repeat 0 0;
}
.headNav .inner:before, .headNav .inner:after {
  content: "";
  display: table;
}
.headNav .inner:after {
  clear: both;
}
.headNav .logo {
  float: left;
}
.headNav .logo a {
  width: 320px;
  height: 100px;
  background: url(../images/common/logo_headnav.png) no-repeat 0 0;
  display: block;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}
.headNav .logo a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.headNav .close {
  display: none;
}
.headNav ul {
  width: 500px;
  float: left;
}
.headNav ul li {
  float: left;
}
.headNav ul li a {
  width: 100px;
  height: 100px;
  display: block;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}
.headNav ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.headNav ul li:nth-child(1) a {
  background: url(../images/common/btn_headnav.png) no-repeat 0 0;
}
.headNav ul li:nth-child(2) a {
  background: url(../images/common/btn_headnav.png) no-repeat -100px 0;
}
.headNav ul li:nth-child(3) a {
  background: url(../images/common/btn_headnav.png) no-repeat -200px 0;
}
.headNav ul li:nth-child(4) a {
  background: url(../images/common/btn_headnav.png) no-repeat -300px 0;
}
.headNav ul li:nth-child(5) a {
  background: url(../images/common/btn_headnav.png) no-repeat -400px 0;
}
.headNav .print {
  position: relative;
  top: 31px;
  left: 50px;
}
.headNav .print a {
  width: 39px;
  height: 39px;
  background: url(../images/common/print_headnav.png) no-repeat 0 0;
  float: left;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}
.headNav .print a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.inner {
  width: 960px;
  margin: 0 auto;
}

/* topCSS Document */
/*----- header -----*/
header {
  zoom: 1;
  height: 650px;
}
header:before, header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}
header .inner {
  padding-top: 160px;
}
header h1 {
  height: 230px;
  background: url(../images/top/h1_header.png) no-repeat center top;
  text-indent: -999em;
}
header ul#nav {
  zoom: 1;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  width: 735px;
  height: 50px;
  margin: 40px 0 0 23px;
  float: left;
}
header ul#nav:before, header ul#nav:after {
  content: "";
  display: table;
}
header ul#nav:after {
  clear: both;
}
header ul#nav li {
  width: 95px;
  height: 50px;
  margin-right: 65px;
  float: left;
}
header ul#nav li a {
  width: 95px;
  height: 50px;
  display: inline-block;
  text-indent: -999em;
  font-size: 0;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}
header ul#nav li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
header ul#nav li:nth-child(1) a {
  background: url(../images/top/nav_header.png) no-repeat 0 0;
}
header ul#nav li:nth-child(2) a {
  background: url(../images/top/nav_header.png) no-repeat -95px 0;
}
header ul#nav li:nth-child(3) a {
  background: url(../images/top/nav_header.png) no-repeat -190px 0;
}
header ul#nav li:nth-child(4) a {
  background: url(../images/top/nav_header.png) no-repeat -285px 0;
}
header ul#nav li:nth-child(5) {
  margin-right: 0;
}
header ul#nav li:nth-child(5) a {
  background: url(../images/top/nav_header.png) no-repeat -380px 0;
}
header .print {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  width: 50px;
  height: 50px;
  margin: 53px 0 0 60px;
  float: left;
}
header .print p a {
  width: 50px;
  height: 50px;
  background: url(../images/top/print_header.png) no-repeat 0 0;
  text-indent: -999em;
  display: block;
}
header .print p a:hover {
  background: url(../images/top/print_header.png) no-repeat 0 -50px;
}

/*----- #news -----*/
#news {
  min-height: 350px;
  background: #006ec8;
}
#news .inner {
  padding: 50px 0;
}
#news h2 {
  height: 64px;
  margin: 0 0 33px;
  background: url(../images/top/h2_news.png) no-repeat center top;
  text-indent: -999em;
}
#news ul {
  padding: 0 90px;
}
#news ul li {
  margin-bottom: 15px;
}
#news ul li span {
  padding-right: 15px;
}

/*----- #company -----*/
#company {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 480px;
  background: url(../images/top/bg_company.jpg) no-repeat center center;
}
#company .inner {
  height: 480px;
  background: url(../images/top/message_company.jpg) no-repeat center center;
  position: relative;
}
#company h2 {
  background: url("../images/top/h2_company.png") left top no-repeat;
  -moz-background-size: 156px 62px;
  -o-background-size: 156px 62px;
  -webkit-background-size: 156px 62px;
  background-size: 156px 62px;
  display: block;
  text-indent: -9999px;
  width: 156px;
  height: 62px;
  position: absolute;
  top: 182px;
  right: 162px;
}
#company p a {
  width: 220px;
  height: 50px;
  background: #ffff00 url(../images/top/btn_company.png) no-repeat 0 0;
  text-align: center;
  text-indent: -999em;
  position: absolute;
  top: 295px;
  right: 130px;
}

/*----- #business -----*/
#business {
  padding-bottom: 60px;
  background: #006ec8;
}
#business .inner {
  padding-top: 45px;
  position: relative;
}
#business img {
  position: absolute;
  top: -80px;
  left: -50px;
}
#business h2 {
  height: 64px;
  background: url(../images/top/h2_business.png) no-repeat center top;
  text-indent: -999em;
}
#business ul {
  zoom: 1;
  padding: 30px 0 0 17px;
}
#business ul:before, #business ul:after {
  content: "";
  display: table;
}
#business ul:after {
  clear: both;
}
#business ul li {
  width: 282px;
  height: 338px;
  position: relative;
  float: left;
  text-indent: -999em;
}
#business ul li a {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  width: 92px;
  height: 92px;
  background: #ffff00 url(../images/top/btn_business.png) no-repeat 0 0;
  display: block;
  position: absolute;
  right: 5px;
  bottom: 50px;
}
#business ul li:nth-child(1) {
  background: url(../images/top/category01_business.png) no-repeat 0 0;
}
#business ul li:nth-child(2) {
  background: url(../images/top/category02_business.png) no-repeat 0 0;
  margin: 0 40px;
}
#business ul li:nth-child(3) {
  background: url(../images/top/category03_business.png) no-repeat 0 0;
}

/*----- #location -----*/
#location {
  padding: 45px 0 70px;
  background: #fff;
}
#location .inner h2 {
  height: 62px;
  background: url(../images/top/h2_location.png) no-repeat center top;
  text-indent: -999em;
}
#location ul {
  zoom: 1;
  padding: 35px 0 0 10px;
}
#location ul:before, #location ul:after {
  content: "";
  display: table;
}
#location ul:after {
  clear: both;
}
#location ul li {
  width: 220px;
  height: 260px;
  margin-right: 20px;
  position: relative;
  float: left;
  text-indent: -999em;
}
#location ul li a {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  background: #ffff00 url(../images/top/btn_location.png) no-repeat 0 0;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 35px;
}
#location ul li:nth-child(1) {
  background: url(../images/top/seat01_location.png) no-repeat 0 0;
}
#location ul li:nth-child(2) {
  background: url(../images/top/seat02_location.png) no-repeat 0 0;
}
#location ul li:nth-child(3) {
  background: url(../images/top/seat03_location.png) no-repeat 0 0;
}
#location ul li:nth-child(4) {
  background: url(../images/top/seat04_location.png) no-repeat 0 0;
  margin-right: 0;
}

/*----- #recruit -----*/
#recruit {
  padding-top: 45px;
  background: #fff;
}
#recruit .inner {
  min-height: 280px;
}
#recruit h2 {
  height: 62px;
  background: url(../images/top/h2_recruit.png) no-repeat center top;
  margin-bottom: 35px;
  text-indent: -999em;
}
#recruit ul {
  padding: 0 130px 40px;
}
#recruit ul li {
  margin-bottom: 15px;
}
#recruit ul li span {
  padding-right: 10px;
}

/*----- #contact -----*/
#contact {
  padding: 50px 0;
  background: #fff;
}
#contact h2 {
  height: 62px;
  background: url(../images/top/h2_contact.png) no-repeat center top;
  margin-bottom: 45px;
  text-indent: -999em;
}
#contact p {
  text-indent: -999em;
}
#contact p a {
  width: 460px;
  height: 80px;
  margin: 0 auto;
  background: #004883 url(../images/top/btn_contact.png) no-repeat center center;
  display: block;
}

/*----- footer -----*/
footer {
  padding: 30px 0;
  background: #006ec8;
}
footer .copyright {
  margin-top: 10px;
}

/*----- blank -----*/
.blank01 {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.3);
  height: 480px;
  background: url(../images/top/bg_blank01.jpg) no-repeat center center;
}

.blank02 {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.3);
  height: 395px;
  background: url(../images/top/bg_blank02.jpg) no-repeat center center;
}

.blank03 {
  -webkit-box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.3);
  height: 320px;
  background: url(../images/top/bg_blank03.jpg) repeat-x center center;
}

.blank04 {
  -webkit-box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.3);
  height: 480px;
  background: url(../images/top/bg_blank04.jpg) repeat-x center center;
}

.blank05 {
  height: 435px;
  background: #006ec8 url(../images/top/bg_blank05.png) no-repeat center center;
  text-align: center;
}
.blank05 img {
  margin-top: -80px;
}

.blank06 {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.3);
  height: 455px;
  background: url(../images/top/bg_blank06.jpg) no-repeat center center;
}

.blank07 {
  -webkit-box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.3);
  height: 480px;
  background: url(../images/top/bg_blank07.jpg) repeat-x center center;
}
.blank07 .inner {
  position: relative;
}
.blank07 .inner img {
  position: absolute;
  top: -45px;
  right: -45px;
}

.blank08 {
  height: 25px;
  background: url(../images/top/bg_blank08.gif) repeat-x center center;
}

/* subCSS Document */
#sub .headNav {
  position: static;
}
#sub h2 {
  height: 62px;
  margin: 75px 0;
  text-indent: -999em;
}

/*----- COMPANY -----*/
.company section {
  margin: 0 0 60px;
  padding: 0 0 500px;
  background: url(../company/images/bg_section.png) no-repeat center bottom;
}
.company h2 {
  background: url(../company/images/h2_section.png) no-repeat center top;
}
.company h3 {
  margin: 0 0 45px;
}
.company .message {
  margin-bottom: 60px;
}
.company .message .mission {
  width: 704px;
  margin: 0 auto 55px;
  padding: 35px;
  border: #006ec8 3px solid;
}
.company .message .mission h4 {
  margin: 0 0 10px;
}
.company .message .mission p {
  line-height: 1.8;
}
.company .message .mission p span {
  display: block;
}
.company .message .left {
  padding: 0 10px;
  vertical-align: top;
  display: table-cell;
}
.company .message .right {
  padding: 10px 10px 10px 15px;
  vertical-align: top;
  display: table-cell;
}
.company .message .right .president {
  margin-top: 5px;
}
.company .outline table {
  width: 780px;
  margin: 0 auto;
}
.company .outline table tr:nth-child(odd) {
  background: #ecf3fa;
}
.company .outline table th {
  width: 50px;
  padding: 15px 20px 15px 30px;
  white-space: nowrap;
}
.company .outline table td {
  padding: 15px 20px;
}

/*----- BUSINESS -----*/
.business section {
  margin: 0 0 60px;
  padding: 0 0 700px;
  background: url(../business/images/bg_section.png) no-repeat center bottom;
}
.business h2 {
  background: url(../business/images/h2_section.png) no-repeat center top;
}
.business h3.division {
  width: 300px;
  padding: 15px;
  margin: 0 auto 40px;
  border: #006ec8 1px solid;
  text-align: center;
  white-space: nowrap;
}
.business h3 {
  margin-bottom: 20px;
}
.business .category {
  width: 940px;
  zoom: 1;
  margin: 0 auto 90px;
  position: relative;
}
.business .category:before, .business .category:after {
  content: "";
  display: table;
}
.business .category:after {
  clear: both;
}
.business .category .left {
  float: left;
}
.business .category .right {
  float: left;
}
.business .category img.figure01 {
  position: absolute;
  right: -160px;
  bottom: -40px;
}
.business .category img.figure02 {
  position: absolute;
  left: -120px;
  bottom: -50px;
}
.business .column01 .right {
  width: 420px;
  padding: 0 30px;
}
.business .column02 .right {
  width: 440px;
  padding: 0 30px 0 10px;
}
.business .column02 .left {
  float: right;
}

/*----- LOCATION -----*/
.location section {
  margin: 0 0 60px;
  padding: 0 0 450px;
  background: url(../location/images/bg_section.png) no-repeat center bottom;
}
.location h2 {
  background: url(../location/images/h2_section.png) no-repeat center top;
}
.location h3 {
  margin: 0 0 20px;
}
.location .office {
  zoom: 1;
  width: 780px;
  margin: 0 auto 60px;
}
.location .office:before, .location .office:after {
  content: "";
  display: table;
}
.location .office:after {
  clear: both;
}
.location .office iframe {
  margin-bottom: 25px;
}
.location .office .left {
  width: 378px;
  float: left;
}
.location .office .right {
  width: 382px;
  padding-left: 20px;
  float: left;
}
.location .office .right ul li {
  margin-bottom: 3px;
}
.location .office .right .address {
  margin-bottom: 10px;
}

/*----- RECRUIT -----*/
.recruit section {
  margin: 0 0 60px;
  padding: 0 0 400px;
  background: url(../recruit/images/bg_section.png) no-repeat center bottom;
}
.recruit section ul {
  width: 780px;
  margin: 35px auto 50px;
}
.recruit section ul li {
  padding: 20px 0 25px;
  border-bottom: #006ec8 2px dotted;
}
.recruit h2 {
  background: url(../recruit/images/h2_section.png) no-repeat center top;
}
.recruit section.detail .inner {
  padding-bottom: 40px;
}
.recruit section.detail .inner h3 {
  margin: 0 auto 20px;
}
.recruit section.detail table {
  width: 850px;
  margin: 0 auto;
}
.recruit section.detail table th, .recruit section.detail table td {
  border: #ccc 1px solid;
  padding: 15px 25px;
  vertical-align: middle;
}
.recruit section.detail table th {
  background: #e1f1ff;
  white-space: nowrap;
}

/*----- CONTACT -----*/
.contact section {
  margin: 0 0 60px;
  padding: 0 0 460px;
  background: url(../contact/images/bg_section.png) no-repeat center bottom;
}
.contact h2 {
  background: url(../contact/images/h2_section.png) no-repeat center top;
}
.contact .app {
  width: 550px;
  margin: 0 auto 50px;
}
.contact .app h3 {
  margin: 0 10px 15px;
}
.contact .app table {
  width: 100%;
}
.contact .app table td, .contact .app table th {
  padding: 20px 10px;
  vertical-align: middle;
}
.contact .app table th {
  width: 80px;
  white-space: nowrap;
}
.contact .app table td input {
  height: 20px;
  padding: 5px;
}
.contact .app table td textarea {
  padding: 5px;
  border: #ccc 1px solid;
}
.contact .app .btn {
  width: 100%;
  margin-top: 15px;
  padding: 0;
  background: none;
  border: none;
  text-align: center;
}
.contact .app .btn img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.contact .app p.hosoku {
  margin-top: 10px;
}
.contact .app button {
  margin-bottom: 10px;
  background: none;
  border: none;
  outline: none;
}
.contact .app button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.error .error_body {
  text-align: center;
  margin-top: -50px !important;
  padding-bottom: 20px;
  line-height: 1.8em;
}

.confirm .app {
  margin-top: -30px !important;
}
.confirm .app h3 {
  margin-bottom: 30px;
}
.confirm .app table {
  margin-bottom: 20px;
}
.confirm .app table td {
  border: #ccc 1px solid;
  font-size: 15px;
}
.confirm .app table td.l_Cel {
  width: 50px;
  padding-left: 20px;
  padding-right: 20px;
  background: #f5f9ff;
  white-space: nowrap;
}
.confirm .app button {
  margin-bottom: 10px;
  background: none;
  border: none;
  outline: none;
}
.confirm .app button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.comp .frame {
  margin-top: -30px !important;
  padding: 0 100px;
}
.comp .frame h3 {
  background: #e8f1ff;
  padding: 15px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.comp .frame p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 300;
}

@media screen and (min-width: 601px) and (max-width: 960px) {
  html, body {
    width: 960px;
  }
}
/* spCSS Document */
@media screen and (max-width: 600px) {
  body #wrapper {
    width: 100%;
  }
  body #wrapper .spNav {
    display: block;
  }
  body #wrapper .spNav p a {
    background: url("../images/sp/btn_spnav.png") left top no-repeat;
    -moz-background-size: 40px 52px;
    -o-background-size: 40px 52px;
    -webkit-background-size: 40px 52px;
    background-size: 40px 52px;
    display: block;
    text-indent: -9999px;
    width: 40px;
    height: 52px;
    position: absolute;
    top: 14px;
    right: 15px;
    z-index: 20;
    display: block;
  }
  body #wrapper .headNav {
    height: 100%;
    background: url(../images/sp/bg_headnav.png) repeat 0 0;
    display: none;
    position: fixed;
    top: 0;
  }
  body #wrapper .headNav .inner {
    position: relative;
  }
  body #wrapper .headNav .logo {
    width: 100%;
    height: 60px;
    background: #fff;
  }
  body #wrapper .headNav .logo a {
    background: url("../images/sp/logo_headnav.png") left top no-repeat;
    -moz-background-size: 150px 30px;
    -o-background-size: 150px 30px;
    -webkit-background-size: 150px 30px;
    background-size: 150px 30px;
    display: block;
    text-indent: -9999px;
    width: 150px;
    height: 30px;
    position: absolute;
    top: 13px;
    left: 10px;
  }
  body #wrapper .headNav .close {
    background: url("../images/sp/close_headnav.png") left top no-repeat;
    -moz-background-size: 35px 45px;
    -o-background-size: 35px 45px;
    -webkit-background-size: 35px 45px;
    background-size: 35px 45px;
    display: block;
    text-indent: -9999px;
    width: 35px;
    height: 45px;
    position: absolute;
    top: 8px;
    right: 20px;
    display: block;
  }
  body #wrapper .headNav ul {
    width: 100%;
  }
  body #wrapper .headNav ul li {
    width: 100%;
    background: #004883;
  }
  body #wrapper .headNav ul li a {
    width: 100%;
    height: 0;
    padding-top: 17%;
    display: block;
  }
  body #wrapper .headNav ul li:nth-child(1) a {
    -webkit-box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.2);
    background: url(../images/sp/btn01_headnav.png) no-repeat 0 0;
    background-size: contain;
  }
  body #wrapper .headNav ul li:nth-child(2) a {
    background: #003b6b url(../images/sp/btn02_headnav.png) no-repeat 0 0;
    background-size: contain;
  }
  body #wrapper .headNav ul li:nth-child(3) a {
    background: url(../images/sp/btn03_headnav.png) no-repeat 0 0;
    background-size: contain;
  }
  body #wrapper .headNav ul li:nth-child(4) a {
    background: #003b6b url(../images/sp/btn04_headnav.png) no-repeat 0 0;
    background-size: contain;
  }
  body #wrapper .headNav ul li:nth-child(5) a {
    background: url(../images/sp/btn05_headnav.png) no-repeat 0 0;
    background-size: contain;
  }
  body #wrapper .headNav .print {
    display: none;
  }
  body .inner {
    width: 100%;
  }
  body footer p {
    display: none;
  }
  body footer p.copyright {
    margin: 0;
    display: block;
    font-size: 11px;
  }

  /*----- TOP -----*/
  #top header {
    height: 450px;
  }
  #top header h1 {
    width: 90%;
    margin: 0 auto;
    background-size: contain;
  }
  #top header #nav, #top header .print {
    display: none;
  }
  #top #news ul {
    padding: 0 20px;
  }
  #top #news ul li {
    font-size: 16px;
  }
  #top #news ul li span {
    width: 100%;
    display: inline-block;
  }
  #top #company {
    height: 540px;
    background: #006ec8;
  }
  #top #company .inner {
    background: url(../images/sp/message_company.png) no-repeat center 130px;
    text-align: center;
  }
  #top #company .inner h2 {
    position: static;
    margin: 0 auto;
    padding-top: 40px;
    background-position: center bottom;
  }
  #top #company .inner p a {
    position: static;
    margin-top: 345px;
  }
  #top #business {
    padding-bottom: 15px;
  }
  #top #business img {
    display: none;
  }
  #top #business li {
    margin: 10px 0 35px -141px;
    left: 50%;
    clear: both;
  }
  #top #location {
    padding-bottom: 30px;
  }
  #top #location ul {
    margin-top: 30px;
    padding: 0;
  }
  #top #location ul li {
    width: 50%;
    height: 0;
    margin: 0 0 30px;
    padding-top: 50%;
    background-position: center center;
    background-size: contain;
  }
  #top #location ul li a {
    width: 25%;
    height: 25%;
    right: 7%;
    background-size: contain;
  }
  #top #recruit ul {
    padding: 0 30px 40px;
  }
  #top #recruit ul li {
    font-size: 14px;
    font-weight: 400;
  }
  #top #recruit ul li span {
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
  }
  #top #recruit ul li a {
    font-weight: 400;
  }
  #top #contact a {
    width: 80%;
    height: 0;
    padding-top: 15%;
    background-size: contain;
  }
  #top .blank01 {
    height: 300px;
  }
  #top .blank02 {
    height: 300px;
  }
  #top .blank03 {
    height: 0;
    padding-top: 23%;
    background-size: 120%;
  }
  #top .blank04 {
    height: 0;
    padding-top: 40%;
    background-size: 160%;
  }
  #top .blank05 {
    height: 0;
    padding-top: 40%;
    background-size: 75%;
  }
  #top .blank05 img {
    display: none;
  }
  #top .blank06 {
    height: 0;
    padding-top: 50%;
    background-size: 140%;
  }
  #top .blank07 {
    height: 0;
    padding-top: 40%;
    background-size: 160%;
  }
  #top .blank07 img {
    display: none;
  }
  #top .blank08 {
    height: 0;
    padding-top: 3%;
    background-size: 80%;
  }

  /*----- SUB -----*/
  #sub #wrapper section {
    padding: 0;
    background: none;
  }
  #sub #wrapper .spNav {
    -webkit-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 80px;
    background: #006ec8;
    display: table;
  }
  #sub #wrapper .spNav h1 {
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
  }
  #sub #wrapper .spNav h1 img {
    width: 180px;
    height: auto;
  }

  /*----- COMPANY -----*/
  .company section .message .mission {
    width: 80%;
    padding: 15px;
  }
  .company section .message .mission p span {
    display: inline;
  }
  .company section .message .left {
    text-align: center;
    display: block;
  }
  .company section .message .right {
    padding: 10px 20px;
    display: block;
  }
  .company section .outline table {
    width: 90%;
  }

  /*----- BUSINESS -----*/
  .business section .figure01, .business section .figure02 {
    display: none;
  }
  .business section .category {
    width: 100%;
    margin: 0 0 50px;
  }
  .business section .category h3.division {
    width: 80%;
    font-size: 18px;
  }
  .business section .category .left {
    padding: 0;
    float: none;
    text-align: center;
  }
  .business section .category .left img {
    width: 80%;
  }
  .business section .category .right {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 0;
    float: none;
  }
  .business section .category .right h3 {
    margin-bottom: 10px;
  }
  .business section .category .right p {
    font-size: 16px;
  }

  /*----- LOCATION -----*/
  .location section .office {
    width: 90%;
  }
  .location section .office h3 {
    font-size: 20px;
  }
  .location section .office .left {
    width: 40%;
  }
  .location section .office .left img {
    width: 90%;
  }
  .location section .office .right {
    width: 60%;
    padding: 0;
  }
  .location section .office .right ul li {
    font-size: 15px;
  }
  .location section .office iframe {
    width: 100%;
  }

  /*----- RECRUIT -----*/
  .recruit section h3 {
    font-size: 22px;
  }
  .recruit section ul {
    width: 90%;
    margin-top: 20px;
  }
  .recruit section ul li {
    padding: 10px 0 15px;
    font-size: 17px;
    line-height: 1.5em;
  }
  .recruit section.detail h3 {
    font-size: 22px;
  }
  .recruit section.detail table {
    width: 90%;
    font-size: 13px;
  }
  .recruit section.detail table th {
    width: 40%;
    padding: 15px;
    white-space: normal;
  }
  .recruit section.detail table td {
    padding: 15px;
  }

  /*----- CONTACT -----*/
  .contact section h3 {
    font-size: 15px;
  }
  .contact section .app {
    width: 88%;
  }
  .contact section .app th {
    font-size: 15px;
  }
  .contact section .app textarea {
    font-size: 15px;
  }
}
.comp .frame {
  padding: 0 30px 50px !important;
}
