@charset "UTF-8";
/* CSS Document */
/*////////////////////////////////////////////////////////

BASE SETTINGS

////////////////////////////////////////////////////////*/
/*parameter
------------------------------------------------------- */
/*create arrow*/
/*////////////////////////////////////////////////////////

RESET CSS

////////////////////////////////////////////////////////*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 150%;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%; }

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

ul {
  list-style: none;
  padding: 0; }

li {
  padding: 0; }

p {
  margin-bottom: 1.2em; }

a {
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent; }

a:hover {
  color: #666; }

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

/*space
--------------------------------------------------------*/
.pt0 {
  padding-top: 0 !important; }

.pt20 {
  padding-top: 20px; }

.mt0 {
  margin-top: 0px !important; }

.mb30 {
  margin-bottom: 30px !important; }

/*text 
--------------------------------------------------------*/
.text-right {
  text-align: right; }

.text-red {
  color: #F00; }

/*clearfix
--------------------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/*////////////////////////////////////////////////////////

COMMON LAYOUT

////////////////////////////////////////////////////////*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666;
  font-size: 14px;
  background-color: #F7F7F7; }

body {
  box-sizing: border-box; }

/* header 
--------------------------------------------------------*/
header {
  width: 100%;
  min-width: 1000px;
  height: 65px;
  background: #FFF;
  box-sizing: border-box;
  box-shadow: 1px 1px 7px #666;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9; }
  header #site_logo {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 9; }
    header #site_logo img {
      height: 50px; }
  header ul {
    text-align: right; }
    header ul li {
      display: inline-block;
      margin: 0 10px;
      position: relative;
      top: -7px; }
      header ul li:last-child {
        background: #0c3f90; }
        header ul li:last-child a {
          display: block;
          padding: 5px 25px 5px 15px;
          color: #FFF; }
          header ul li:last-child a:after {
            content: '';
            width: 5px;
            height: 5px;
            margin-top: -3.5px;
            border-top: 2px solid #FFF;
            border-right: 2px solid #FFF;
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 50%;
            right: 10px; }
  header #menupc {
    position: relative;
    top: 23px; }
  header #menusp {
    display: none; }

@media screen and (max-width: 640px) {
  header {
    min-width: 100%;
    height: 55px;
    padding: 5px;
    position: fixed; }
    header #site_logo {
      margin: 0;
      position: absolute;
      top: 7px;
      left: 5px; }
      header #site_logo img {
        height: 40px; }
    header #menupc {
      display: none; }
    header #menusp {
      display: block; } }
/* container 
--------------------------------------------------------*/
#container {
  width: 100%;
  min-width: 1000px;
  padding-top: 65px;
  font-size: 14px;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden; }

.inner_box {
  padding: 40px 0 60px;
  position: relative; }

.inner_space {
  width: 860px;
  margin: 0 auto 40px;
  position: relative; }

h1 {
  margin: 0 0 40px;
  color: #1f94cc;
  font-size: 34px;
  font-weight: bold;
  text-align: center; }

h2 {
  width: 860px;
  margin: 0 auto 40px;
  color: #1f94cc;
  font-size: 26px;
  font-weight: bold; }

h3 {
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  font-weight: bold; }

.title {
  margin: 0 0 40px;
  color: #1f94cc;
  font-size: 34px;
  font-weight: bold;
  text-align: center; }

/* visual */
#main_visual, #contents_visual {
  height: 350px;
  background: url(../images/bg-01.jpg) right;
  background-size: cover; }
  #main_visual div, #contents_visual div {
    width: 860px;
    margin: 0 auto;
    position: relative; }
    #main_visual div h1, #contents_visual div h1 {
      position: absolute;
      top: 100px;
      left: 0; }
      #main_visual div h1 img, #contents_visual div h1 img {
        width: 420px; }

#contents_visual {
  height: 100px; }
  #contents_visual div h1 {
    color: #fff;
    font-size: 32px;
    top: 30px; }

#contents_top {
  margin-top: -10px; }

.nav-list {
  padding: 25px 0;
  border-bottom: 1px solid #DDD;
  background: url(../images/gear_bg.gif) no-repeat center, #FFF; }
  .nav-list ul {
    width: 860px;
    margin: 0 auto; }
    .nav-list ul li {
      display: inline-block;
      margin-right: 25px;
      position: relative; }
      .nav-list ul li a {
        display: inline-block;
        padding: 10px 3px 10px 13px;
        color: #1f94cc;
        background: url(../images/arrow-small.png) no-repeat 3px center; }
        .nav-list ul li a:hover {
          opacity: 0.8; }
  .nav-list .active strong {
    display: inline-block;
    padding: 2px 8px;
    border-bottom: 2px solid #1f94cc;
    box-sizing: border-box; }

@media screen and (max-width: 640px) {
  #container {
    min-width: 100%;
    padding-top: 55px;
    font-size: 1rem; }

  #main_visual, #contents_visual {
    height: 110px;
    background-size: 150% auto; }
    #main_visual div, #contents_visual div {
      width: 100%; }
      #main_visual div h1, #contents_visual div h1 {
        width: 220px;
        margin-left: -110px;
        position: absolute;
        top: 20px;
        left: 50%; }
        #main_visual div h1 img, #contents_visual div h1 img {
          width: 100%; }

  #contents_visual {
    height: 70px; }
    #contents_visual div h1 {
      width: 100%;
      margin-left: 0;
      color: #fff;
      font-size: 1.5rem;
      font-weight: normal;
      text-align: center;
      top: 25px;
      left: 0; }

  .nav-list {
    /*display: none;*/
    padding: 10px 0;
    border-bottom: 1px solid #95d2ef; }
    .nav-list ul {
      width: 100%;
      text-align: center; }
      .nav-list ul li {
        margin: 0 5px; }

  .inner_box .inner_space {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box; }

  h1 {
    margin-bottom: 20px;
    font-size: 1.2rem; }

  h2 {
    width: 100%;
    margin-bottom: 20px;
    padding: 5px;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: normal;
    border-bottom: 5px solid #95d2ef;
    background: #1f94cc;
    box-sizing: border-box; }

  h3 {
    margin-bottom: 10px;
    color: #1f94cc;
    font-size: 1rem;
    border-bottom: 1px solid #1f94cc; }

  .title {
    margin-bottom: 10px;
    color: #1f94cc;
    font-size: 1.2rem;
    border-bottom: 1px solid #1f94cc;
    background: none; } }
/* footer 
--------------------------------------------------------*/
footer {
  width: 100%;
  min-width: 1000px;
  color: #666;
  text-align: center;
  background: url(../images/gear-set.png) no-repeat center bottom, #F7F7F7; }
  footer #banner_space {
    margin-bottom: 70px;
    padding: 30px 0;
    text-align: center;
    border-top: 1px dotted #CCC;
    background: #FFF; }
    footer #banner_space p {
      display: inline-block;
      margin: 0 20px; }
      footer #banner_space p img {
        height: 62px; }
  footer #footer_logo {
    width: 199px; }
  footer .company_list {
    margin-bottom: 30px;
    text-align: center; }
    footer .company_list li {
      display: inline-block;
      margin: 10px 20px; }
      footer .company_list li a {
        color: #888; }
        footer .company_list li a img {
          width: 130px; }
  footer p {
    margin-bottom: 30px;
    font-size: 1.7em;
    position: relative;
    z-index: 2; }
  footer ul {
    text-align: center;
    position: relative;
    z-index: 2; }
    footer ul.menu2 {
      margin-bottom: 100px; }
    footer ul li {
      display: inline-block;
      margin: 10px 20px; }
      footer ul li a {
        color: #888; }
  footer #gear {
    position: absolute;
    top: -300px;
    left: 20px;
    z-index: 1; }
  footer small {
    display: block;
    padding-bottom: 10px;
    color: #999;
    font-size: 0.9em; }

@media screen and (max-width: 640px) {
  footer {
    min-width: 100%;
    background-size: 100% auto;
    border-bottom: 5px solid #1f94cc; }
    footer #banner_space {
      margin-bottom: 30px; }
      footer #banner_space p img {
        height: 32px; }
    footer #footer_logo {
      width: 120px; }
    footer .company_list li {
      margin: 10px 5px; }
      footer .company_list li a img {
        width: 80px; }
    footer small {
      color: #777;
      font-size: 0.6em; } }
/*////////////////////////////////////////////////////////

COMMON PARTS

////////////////////////////////////////////////////////*/
/* table
--------------------------------------------------------*/
table {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  font-size: 14px; }
  table tr {
    border-top: 1px dotted #ccc; }
  table th {
    width: 200px;
    padding: 10px 0;
    vertical-align: top;
    background-color: #eef8fc; }
  table td {
    padding: 10px; }
    table td dl dt {
      color: #333;
      font-weight: bold; }
    table td dl dd {
      margin-bottom: 20px; }
      table td dl dd:last-child {
        margin-bottom: 0; }

.table-colom2 {
  margin-bottom: 40px; }
  .table-colom2 td {
    width: 50%; }
    .table-colom2 td:first-child {
      width: 50%;
      border-right: 1px dotted #ccc; }

@media screen and (max-width: 640px) {
  table {
    font-size: 1rem; }
    table tr {
      border: none; }
    table th {
      display: block;
      width: 100%;
      padding: 5px;
      text-align: left;
      box-sizing: border-box; }
    table td {
      display: block;
      width: 100%;
      padding: 5px; }
      table td dl dd {
        margin-bottom: 1rem; }

  .table-colom2 {
    margin-bottom: 20px; }
    .table-colom2 td {
      display: block;
      width: 100%; }
      .table-colom2 td:first-child {
        width: 100%;
        border-right: none;
        border-bottom: 1px dotted #ccc; } }
/* list
--------------------------------------------------------*/
.information {
  border-bottom: 1px dotted #ccc;
  position: relative;
  overflow: hidden; }
  .information dt {
    float: left;
    width: 200px;
    padding: 10px 0;
    color: #333;
    font-weight: bold;
    border-top: 1px dotted #ccc; }
  .information dd {
    float: left;
    width: 600px;
    padding: 10px;
    border-top: 1px dotted #ccc; }

@media screen and (max-width: 640px) {
  .information {
    margin-bottom: 10px;
    border: none; }
    .information dt {
      float: none;
      width: 100%;
      padding: 5px;
      color: #1f94cc;
      font-weight: normal;
      border-top: none;
      background: #eef8fc;
      box-sizing: border-box; }
    .information dd {
      float: none;
      width: 100%;
      padding: 5px 5px 10px;
      border-top: none;
      box-sizing: border-box; } }
/* page top
------------------------------------------------------- */
#page_top {
  margin-bottom: 0;
  position: fixed;
  right: 30px;
  bottom: 0;
  z-index: 99; }
  #page_top a {
    display: block;
    content: '';
    width: 50px;
    height: 50px;
    padding: 0;
    text-indent: -9999px;
    background: rgba(60, 101, 166, 0.8);
    border-radius: 100%;
    border: 1px solid #FFF; }
    #page_top a:after {
      content: '';
      width: 8px;
      height: 8px;
      margin-top: -5px;
      border-top: 2px solid #FFF;
      border-right: 2px solid #FFF;
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: absolute;
      top: 50%;
      right: 10px;
      margin: -3px 0 0 -5px;
      top: 50%;
      left: 50%; }
    #page_top a i {
      display: none; }

@media screen and (max-width: 640px) {
  #page_top {
    position: fixed;
    right: 10px;
    bottom: 0; }
    #page_top a {
      width: 40px;
      height: 40px; } }
/*////////////////////////////////////////////////////////

TOP PAGE

////////////////////////////////////////////////////////*/
#news {
  width: 400px;
  margin-left: 10px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 105px;
  left: 50%;
  color: #cccccc; }
  #news h2 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: normal; }
  #news dl {
    position: relative;
    overflow: hidden; }
    #news dl dt, #news dl dd {
      width: 100%;
      font-size: 12px; }
    #news dl dt {
      padding: 8px 0 0;
      border-top: 1px solid #a98967; }
    #news dl dd {
      padding: 0 0 8px; }
    #news dl a {
      color: #95d2ef;
      text-decoration: underline; }

.name {
  display: block;
  margin-top: 10px;
  color: #aaa;
  text-align: right; }

.box_navigation {
  padding: 40px 0;
  text-align: center;
  background: url(../images/bg-02.jpg) right, center;
  background-size: cover;
  box-shadow: 1px 1px 7px #666;
  position: relative; }
  .box_navigation ul {
    width: 860px;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    .box_navigation ul li {
      display: inline-block;
      margin: 10px 5px; }
      .box_navigation ul li a {
        display: block;
        width: 270px;
        height: 50px;
        padding-top: 15px;
        color: #fff;
        font-size: 14px;
        background: #c7b88e;
        box-shadow: 1px 1px 7px #666;
        box-sizing: border-box;
        position: relative; }
        .box_navigation ul li a:after {
          content: '';
          width: 10px;
          height: 10px;
          margin-top: -6px;
          border-top: 2px solid #FFF;
          border-right: 2px solid #FFF;
          -moz-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 50%;
          right: 10px; }

#banner_group {
  display: none; }

@media screen and (max-width: 640px) {
  #news {
    width: 100%;
    margin-left: 0;
    padding: 0;
    color: #666;
    background: #eef8fc;
    position: relative;
    top: 0;
    left: 0; }
    #news h2 {
      margin-bottom: 0;
      padding: 5px;
      font-size: 1rem;
      font-weight: normal;
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      background: #1f94cc; }
    #news dl {
      padding: 0 5px; }
      #news dl dt, #news dl dd {
        font-size: 0.9rem; }
      #news dl dt:first-child {
        border: none; }
      #news dl a {
        color: #1f94cc; }

  .name {
    font-size: 0.9rem; }

  .box_navigation {
    padding: 20px 0;
    background-size: auto 100%;
    box-shadow: 0 0 0 #FFF; }
    .box_navigation ul {
      width: 100%; }
      .box_navigation ul li {
        display: inline-block;
        width: 45%;
        margin: 5px 2px; }
        .box_navigation ul li a {
          width: 100%;
          height: auto;
          padding: 10px 0;
          font-size: 1rem; }
          .box_navigation ul li a:after {
            content: '';
            width: 5px;
            height: 5px;
            margin-top: -3.5px;
            border-top: 2px solid #FFF;
            border-right: 2px solid #FFF;
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 50%;
            right: 10px; }

  #banner_group {
    display: block;
    padding-bottom: 0; } }
/*////////////////////////////////////////////////////////

CONTENTS

////////////////////////////////////////////////////////*/
/*company
------------------------------------------------------- */
@media screen and (max-width: 640px) {
  #access_map iframe {
    width: 100%;
    height: 100px;
    margin-bottom: 20px; } }
/*partner
------------------------------------------------------- */
.btn_list li a {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  background-color: #1f94cc; }

/*recruit
------------------------------------------------------- */
.tab {
  margin-bottom: 30px;
  text-align: center; }
  .tab li {
    display: inline-block;
    margin: 10px 0; }
    .tab li a {
      display: block;
      width: 420px;
      height: 60px;
      padding-top: 20px;
      color: #fff;
      background: #1f94cc;
      box-sizing: border-box;
      position: relative; }
      .tab li a:after {
        content: '';
        width: 10px;
        height: 10px;
        margin-top: -6px;
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        position: absolute;
        top: 50%;
        right: 10px; }

.banner_list {
  position: relative;
  overflow: hidden; }
  .banner_list img {
    height: 40px;
    box-sizing: border-box; }
    .banner_list img#recruit_banner {
      margin-right: 5px;
      border: 1px solid #1DABFF; }

@media screen and (max-width: 640px) {
  .tab li {
    width: 48%;
    margin: 0; }
    .tab li a {
      width: 100%;
      height: auto;
      padding: 10px; }
      .tab li a:after {
        content: '';
        width: 5px;
        height: 5px;
        margin-top: -3.5px;
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        position: absolute;
        top: 50%;
        right: 10px; }

  .banner_list a {
    margin-bottom: 5px; }
    .banner_list a img {
      height: 35px; } }
/*contact
------------------------------------------------------- */
.contact {
  width: 860px;
  margin: 0 auto 40px; }
  .contact td {
    padding: 3px 10px; }
    .contact td input,
    .contact td textarea {
      width: 580px;
      padding: 10px;
      font-size: 0.9rem;
      border: none;
      background-color: #EFEFEF; }

.dropdown_arrow, .dropdown:before, .dropdown:after {
  content: '';
  border: 4px dashed;
  border-color: #888 transparent;
  pointer-events: none;
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 2; }

.dropdown {
  display: inline-block;
  padding-right: 20px;
  background: #eee;
  border-radius: 0;
  position: relative;
  overflow: hidden; }
  .dropdown:before {
    border-bottom-style: solid;
    border-top: none; }
  .dropdown:after {
    margin-top: 7px;
    border-top-style: solid;
    border-bottom: none; }
  .dropdown select {
    height: 35px;
    margin: 0;
    padding: 6px 8px 6px 10px;
    font-size: 0.9rem;
    background: #f2f2f2;
    background: transparent !important;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    position: relative; }

.confirm td {
  padding: 10px; }

.btn_box {
  text-align: center; }
  .btn_box form {
    display: inline; }
  .btn_box input {
    display: inline-block;
    margin: 10px;
    padding: 10px 30px;
    color: #fff;
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none; }
    .btn_box input#submit {
      background-color: #1f94cc; }
    .btn_box input#reset {
      background-color: #d58e6f; }

@media screen and (max-width: 640px) {
  .contact {
    width: 100%;
    margin: 0 0 20px; }
    .contact td {
      padding: 5px; }
      .contact td input,
      .contact td textarea {
        width: 90%;
        margin-bottom: 10px;
        padding: 5px;
        font-size: 1rem; } }
