@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?61329387");
  src: url("../fonts/icomoon.eot?61329387#iefix") format("embedded-opentype"), url("../fonts/icomoon.svg?61329387#icomoon") format("svg"), url("../fonts/icomoon.ttf?61329387y") format("truetype"), url("../fonts/icomoon.woff?61329387") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  list-style: none;
  font-size: 100%;
  padding: 0;
  margin: 0;
}

*:after, *:before {
  font-family: "icomoon";
  vertical-align: middle;
}

body {
  color: #333333;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a.current, a:hover {
  -webkit-text-shadow: 0px 0px 5px #FFFFFF, 0px 0px 15px #FFFFFF;
  -moz-text-shadow: 0px 0px 5px #FFFFFF, 0px 0px 15px #FFFFFF;
  text-shadow: 0px 0px 5px #FFFFFF, 0px 0px 15px #FFFFFF;
}

a.current img, a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

img {
  height: auto;
  width: 100%;
}

table {
  border: solid 1px #CCCCCC;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 5%;
  width: 100%;
}

table tr th,
table tr td {
  padding: 1% 3%;
  font-size: 90%;
}

table tr th {
  border-right: solid 1px #CCCCCC;
  background-color: #E6E8EC;
  font-weight: normal;
  white-space: nowrap;
  width: 25%;
}

table tr td span {
  margin-left: 3%;
  font-size: 80%;
}

table tr + tr th,
table tr + tr td {
  border-top: solid 1px #CCCCCC;
}

header,
#menubar ul,
#contents {
  width: 950px;
  margin: auto;
}

header {
  padding-top: 30px;
  height: 80px;
}

header div {
  background-image: url(../img/location.png);
  background-position: right center;
  position: absolute;
  margin-top: 3px;
  height: 105px;
  width: 450px;
  right: 0;
  top: 0;
}

header div a {
  position: absolute;
  height: 50px;
  bottom: 20px;
  width: 40%;
  left: 0;
}

header div a + a {
  left: auto;
  right: 0;
}

h1 {
  white-space: nowrap;
  overflow: hidden;
  width: 455px;
}

#menubar {
  background-color: #012199;
  min-height: 55px;
}

#menubar * {
  color: #FFFFFF;
}

#menubar li {
  border-right: solid 1px #FFFFFF;
  white-space: nowrap;
  padding: 0px 20px;
  margin: 15px 0px;
  float: left;
}

#menubar li:first-child {
  border-left: solid 1px #FFFFFF;
}

#contents nav {
  line-height: 45px;
  font-size: 80%;
}

#contents nav a {
  cursor: default;
}

#contents nav a:after {
  margin: auto 7px;
  content: "\e903";
}

#contents nav a[href] {
  cursor: pointer;
  color: #042097;
}

aside {
  background-image: url(../img/back_taitle.png);
  background-repeat: repeat-x;
  line-height: 55px;
}

aside h2 {
  font-weight: bold;
  font-size: 105%;
  width: 950px;
  margin: auto;
}

#main,
#news {
  float: right;
  width: 738px;
}

#main > p,
#news > p {
  border-left: solid 10px #012199;
  background-color: #E6E8EC;
  padding-left: 15px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 3%;
}

#main > p a,
#news > p a {
  cursor: default;
}

#main > p a:hover,
#news > p a:hover {
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}

#sub li a:hover,
footer li a:hover {
  -webkit-text-shadow: 0px 0px 5px #8D8D8D, 0px 0px 5px #8D8D8D;
  -moz-text-shadow: 0px 0px 5px #8D8D8D, 0px 0px 5px #8D8D8D;
  text-shadow: 0px 0px 5px #8D8D8D, 0px 0px 5px #8D8D8D;
}

#sub {
  width: 177px;
  float: left;
}

#sub h4 {
  background-color: #0050AB;
  font-weight: normal;
  margin-bottom: 3px;
  line-height: 45px;
  font-size: 75%;
}

#sub h4,
#sub h4 * {
  color: #FFFFFF;
}

#sub h4:before {
  border-radius: 0px 3px 3px 0px;
  background-color: #F1F1F1;
  display: inline-block;
  margin-right: 10px;
  line-height: 15px;
  content: "\e900";
  text-indent: 3px;
  color: #0050AB;
  font-size: 60%;
  height: 15px;
  width: 15px;
}

#sub li {
  background-color: #F1F1F1;
  margin-bottom: 3px;
  line-height: 35px;
}

#sub li * {
  font-size: 80%;
  color: #333333;
}

#sub li:before {
  margin-right: 10px;
  margin-left: 15px;
  content: "\e900";
  color: #0050AB;
  font-size: 60%;
}

#sub li.sub_br {
  line-height: 20px;
  padding: 6px 0;
}

#sub li.sub_br div {
  font-size: 100%;
  display: block;
  margin-left: 35px;
}

#sub > p {
  margin-bottom: 3%;
  margin-top: 10%;
}

#sub > p * {
  white-space: pre-wrap;
  font-weight: bold;
  line-height: 1.2;
  font-size: 90%;
  color: #042097;
  display: block;
}

#sub > a {
  margin-bottom: 3%;
  display: block;
}

#sub > a:hover {
  box-shadow: 0px 0px 5px 0px #0050AB;
  -moz-box-shadow: 0px 0px 5px 0px #0050AB;
  -webkit-box-shadow: 0px 0px 5px 0px #0050AB;
}

#sub > a img {
  display: block;
}

#sub > a img + img {
  display: none;
}

#pagetop {
  z-index: 100;
  clear: both;
}

#pagetop a {
  border-radius: 32px;
  background-color: #7E8696;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  line-height: 15px;
  color: #FFFFFF;
  font-size: 82%;
  height: 65px;
  right: -65px;
  width: 65px;
  top: 0;
}

#pagetop a:before {
  margin-top: 10px;
  content: "\e901";
  font-size: 150%;
  display: block;
}

footer {
  background-color: #012199;
  padding-bottom: 5px;
  margin-top: 40px;
  clear: both;
}

footer br {
  clear: both;
}

footer div {
  background-color: #E6E8EC;
  padding-bottom: 35px;
  margin-bottom: 5px;
}

footer div ul,
footer div + div {
  background-color: transparent;
  width: 950px;
  margin: auto;
}

footer div > ul {
  padding: 35px 0px;
  font-size: 90%;
}

footer div > ul * {
  line-height: 25px;
  color: #333333;
}

footer div > ul > li {
  float: left;
}

footer div > ul > li:before {
  content: "\e900";
  font-size: 75%;
  color: #0855AD;
}

footer div > ul > li + li {
  margin-left: 30px;
}

footer div > ul > li ul {
  font-size: 85%;
  width: auto;
  padding: 0;
}

footer div > ul > li ul li {
  display: block;
  float: none;
}

footer div > ul > li ul li:before {
  margin-right: 10px;
  content: "\e902";
  font-size: 75%;
}

footer div + div {
  background-image: url(../img/logo_footer.png);
  background-position: left center;
  padding-bottom: 0;
  line-height: 28px;
  text-align: right;
  font-size: 85%;
}

footer div + div * {
  color: #FFFFFF;
}

footer div + div span {
  white-space: nowrap;
  font-size: 75%;
}

@media screen and (max-width: 800px) {
  header,
  #contents {
    width: 98%;
    margin: 1%;
  }
  header {
    padding-top: 0;
    height: auto;
  }
  header h1 {
    width: 100%;
  }
  header div {
    display: none;
  }
  #menubar {
    min-height: 110px;
  }
  #menubar ul {
    width: 100%;
  }
  #menubar ul li {
    line-height: 55px;
    margin: 0;
    text-align: center;
    width: 33.3%;
    padding: 0;
  }
  #menubar ul li, #menubar ul li:first-child {
    border: none;
  }
  #menubar ul li:nth-child(3n):before, #menubar ul li:nth-child(3n - 1):before {
    border-left: solid 1px #FFFFFF;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
  }
  #menubar ul li:nth-child(n+4) {
    border-top: solid 1px #FFFFFF;
  }
  aside h2 {
    text-indent: 1%;
    width: 100%;
  }
  #main,
  #news,
  #sub {
    width: 100%;
    clear: both;
  }
  #pagetop a {
    right: 1%;
  }
  #sub > p {
    margin-top: 5%;
  }
  #sub > p * {
    display: inline;
    font-size: 160%;
    line-height: 2;
  }
  #sub > a img {
    display: none;
  }
  #sub > a img + img {
    display: block;
  }
  footer div ul,
  footer div + div {
    width: 98%;
  }
  footer div ul li,
  footer div + div li {
    width: 33%;
  }
  footer div ul li + li,
  footer div + div li + li {
    margin: 0;
  }
  footer div ul li li,
  footer div + div li li {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  #sub > p * {
    line-height: 1.5;
    font-size: 150%;
  }
  footer div + div {
    background-position: center top;
    background-size: 80% auto;
  }
  footer div + div span {
    text-align: center;
    padding-top: 8%;
    overflow: hidden;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  #menubar {
    min-height: 165px;
  }
  #menubar ul li {
    width: 50%;
  }
  #menubar ul li:nth-child(3n):before, #menubar ul li:nth-child(3n - 1):before {
    border: none;
  }
  #menubar ul li:nth-child(2n):before {
    border-left: solid 1px #FFFFFF;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
  }
  #menubar ul li:nth-child(n+3) {
    border-top: solid 1px #FFFFFF;
  }
  #sub > p * {
    font-size: 125%;
    line-height: 1;
  }
  footer div ul li,
  footer div + div li {
    width: 50%;
  }
}

/* =============================

会社説明会申込ページ追加用css

==============================*/
#menubar ul li {
  padding: 0px 18px;
}

@media screen and (max-width: 800px) {
  #menubar ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(50%, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
  #menubar ul li {
    width: initial;
    float: initial;
    border: 1px solid #012199;
  }
  #menubar ul li:nth-child(3n):before, #menubar ul li:nth-child(3n - 1):before, #menubar ul li:nth-child(2n):before {
    border: 0;
  }
  #menubar ul li:nth-child(n+3) {
    border-top: solid 1px #FFFFFF;
  }
  #menubar ul li:nth-child(even) {
    border-left: solid 1px #FFFFFF !important;
  }
  #menubar ul li:last-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
}

img[src*="top"] {
  background-color: #E6E8EC;
  margin-bottom: 3%;
}

nav label {
  margin-left: 1%;
}

dt,
dd {
  padding-left: 40px;
  font-size: 90%;
}

dt:before,
dd:before {
  border-radius: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #888888;
  font-weight: normal;
  position: absolute;
  text-align: center;
  line-height: 30px;
  font-size: 115%;
  color: #FFFFFF;
  content: "Ｑ";
  height: 30px;
  width: 30px;
  left: 0;
  top: -5px;
}

dt img,
dd img {
  position: absolute;
  width: 45%;
  right: 0;
  top: 3%;
}

dt {
  margin-bottom: 2%;
  font-weight: bold;
}

dd {
  border-bottom: dotted 1px #CCCCCC;
  padding-bottom: 3%;
  margin-bottom: 3%;
}

dd:before {
  background-color: #012199;
  content: "Ａ";
}

#main div {
  background-color: #F5F5F5;
  padding: 15% 30% 3% 3%;
  margin-bottom: 5%;
  font-size: 90%;
}

#main div h3 {
  background-color: #07845A;
  font-weight: normal;
  position: absolute;
  position: absolute;
  font-size: 115%;
  text-indent: 3%;
  color: #FFFFFF;
  line-height: 3;
  width: 100%;
  left: 0;
  top: 15%;
}

#main div img {
  position: absolute;
  width: 25%;
  right: 3%;
  top: 3%;
}

#main div a {
  position: absolute;
  bottom: 3%;
  right: 3%;
}

#main div a:before {
  content: "\e905";
}

#main div a,
#main div a * {
  color: #666666;
}

@media (max-width: 650px) {
  #main div {
    padding-bottom: 10%;
    padding-top: 20%;
  }
  #main div h3 {
    top: 10%;
  }
  #main div img {
    bottom: 10%;
    top: auto;
  }
}

@media (max-width: 480px) {
  #main div {
    padding-bottom: 3%;
    padding-top: 30%;
  }
  #main div h3 {
    padding: 3% 0 3% 0;
    line-height: 1.25;
    text-indent: 0;
  }
  dt {
    margin-bottom: 5%;
  }
  dt img {
    width: 100%;
    top: 125px;
  }
}

dd:nth-child(4), dd:nth-child(12) {
  padding-right: 48%;
}

dd:nth-child(4) {
  min-height: 135px;
}

dd:nth-child(12) {
  min-height: 200px;
}

@media (max-width: 480px) {
  dt:nth-child(3) img {
    top: 155px;
  }
  dt:nth-child(11) img {
    top: 275px;
  }
  dd:nth-child(4), dd:nth-child(12) {
    padding-right: 0;
  }
  dd:nth-child(4) {
    min-height: 340px;
  }
  dd:nth-child(12) {
    min-height: 575px;
  }
}
/*# sourceMappingURL=staff_5.css.map */