@charset "UTF-8";
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../font/fontawesome-webfont.eot");
  src: url("../font/fontawesome-webfont.eot?#iefix") format("eot"), url("../font/fontawesome-webfont.woff") format("woff"), url("../font/fontawesome-webfont.ttf") format("truetype"), url("../font/fontawesome-webfont.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal; }
/*----------------------------------------------------
  SCSS
----------------------------------------------------*/
/* カラー設定 */
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴ\aシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  letter-spacing: 0.05em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "ヒラ\aギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  line-height: 1.2; }

.flame::-webkit-scrollbar {
  overflow: hidden;
  width: 2px;
  background: #fafafa; }

.flame::-webkit-scrollbar:horizontal {
  height: 1px; }

.flame::-webkit-scrollbar-button {
  display: none; }

.flame::-webkit-scrollbar-piece {
  background: #eee; }

.flame::-webkit-scrollbar-piece:start {
  background: #eee; }

.flame::-webkit-scrollbar-thumb {
  background-color: #777; }

.flame::-webkit-scrollbar-corner {
  background: #333; }

a, a:link, a:hover, a:active {
  color: #000; }

.hover a:hover img {
  opacity: .7; }

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0; }

.container-fluid {
  padding-right: 0;
  padding-left: 0; }

.container p {
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 20px; }
.container p:last-child {
  margin-bottom: 0; }

.cnt {
  margin: 0 auto;
  position: relative; }
  .cnt p {
    padding: 0 15px;
    text-align: justify; }

.mobileNav {
  display: none; }

header h1 {
  color: #4c4c4c;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0;
  padding: 4px;
  line-height: 3;
  text-indent: 5%; }
header #hdTitle {
  display: block;
  padding: 15px 0 30px;
  overflow: hidden; }
  header #hdTitle a.logo {
    color: #006987;
    font-size: 21px;
    display: inline-block;
    text-align: center;
    padding: 0 0; }
    header #hdTitle a.logo img {
      width: 55px;
      height: auto;
      margin-right: 15px; }
    header #hdTitle a.logo:hover {
      text-decoration: none; }
  header #hdTitle #hdInfo {
    float: right; }
    header #hdTitle #hdInfo p.tel {
      color: #000;
      font-size: 1.6em;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold;
      line-height: 1.6;
      display: inline-block;
      margin: 0 1.5em 0 0;
      padding-left: 1.4em;
      position: relative;
      bottom: -2px; }
      header #hdTitle #hdInfo p.tel::before {
        content: "\f095";
        color: #fff;
        background-color: #43B51F;
        border-radius: .5rem;
        font-family: FontAwesome;
        font-size: .8em;
        font-weight: bold;
        padding: 6px 5px 4px;
        line-height: 1;
        position: absolute;
        left: 0;
        bottom: 5px; }
    header #hdTitle #hdInfo a.contact {
      border-radius: .5rem;
      background-color: #006987;
      color: #fff;
      font-size: 1.4rem;
      padding: 1rem 2rem; }
      header #hdTitle #hdInfo a.contact:hover {
        text-decoration: none;
        opacity: .7; }

.gnav ul li {
  vertical-align: bottom;
  vertical-align: -webkit-baseline-middle; }
  .gnav ul li a {
    display: table;
    justify-content: center;
    width: 100%;
    min-height: 4em;
    padding: 0 8px;
    text-align: center; }
    .gnav ul li a span {
      display: table-cell;
      vertical-align: middle;
      line-height: 1.2; }
    .gnav ul li a:hover {
      color: #999; }
.gnav ul li.active > a,
.gnav ul li.active > a:hover {
  color: #03b5c1; }

.swiper-container {
  width: 100%;
  height: 100%;
  min-height: 490px;
  margin-bottom: 40px; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.mainImage {
  overflow: hidden;
  display: block;
  position: relative;
  padding: 25px 0 0;
  margin: 0 auto 35px;
  width: 1140px;
  z-index: 0; }
  .mainImage img {
    width: 100%;
    z-index: 0; }
  .mainImage .imageTitle {
    position: absolute;
    display: block;
    width: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10; }
    .mainImage .imageTitle p {
      border-bottom: solid 1px #777;
      color: #fff;
      font-size: 36px;
      line-height: 1;
      letter-spacing: 2px;
      margin-bottom: 10px;
      padding: 10px 15px;
      text-align: right; }
    .mainImage .imageTitle span {
      color: #f75500;
      display: block;
      font-family: Dosis;
      font-weight: 300;
      font-size: 13px;
      letter-spacing: 8px;
      padding-right: 15px;
      text-align: right; }

#contents {
  min-height: 500px; }

#main .cnt {
  margin-bottom: 8em; }

h2 {
  color: #006987;
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 10px 0.5em 15px;
  position: relative; }
  h2:before {
    content: "";
    border-bottom: solid 3px #03b5c1;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  h2:after {
    content: "";
    border-bottom: solid 3px #006987;
    width: 10%;
    position: absolute;
    bottom: 0;
    left: 0; }

#side ul {
  max-width: 320px; }
  #side ul li {
    margin-bottom: 15px;
    display: block;
    position: relative; }
    #side ul li a:hover {
      text-decoration: none;
      opacity: .7; }
  #side ul li.contact a {
    display: block;
    border-radius: .5rem;
    background-color: #006987;
    color: #fff;
    font-size: 1.4rem;
    padding: 20px 0;
    text-align: center; }
  #side ul li.tel {
    color: #000;
    font-size: 2.2em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.6;
    margin: 0;
    text-align: center;
    padding-left: 1.4em;
    position: relative;
    bottom: -2px;
    left: 0;
    right: 0; }
    #side ul li.tel::before {
      content: "\f095";
      color: #fff;
      background-color: #43B51F;
      border-radius: .5rem;
      font-family: FontAwesome;
      font-size: .8em;
      font-weight: bold;
      padding: 6px 5px 4px;
      line-height: 1;
      position: absolute;
      left: 1em;
      bottom: 8px; }

footer {
  background-color: #000;
  color: #fff; }
  footer .ftNav {
    padding: 2em 0;
    width: 90%;
    margin: 0 auto; }
    footer .ftNav ul li {
      vertical-align: bottom;
      vertical-align: -webkit-baseline-middle; }
      footer .ftNav ul li a {
        display: table;
        font-size: .8em;
        line-height: 1.2;
        text-align: center;
        min-height: 2.5em;
        padding: 0 4px;
        color: #fff;
        width: 100%; }
        footer .ftNav ul li a span {
          display: table-cell;
          vertical-align: middle;
          line-height: 1.2;
          text-align: center; }
        footer .ftNav ul li a:hover {
          background: none;
          color: #999; }
    footer .ftNav ul li.active > a {
      color: #03b5c1; }
  footer .copy {
    color: #ddd;
    font-size: 1rem;
    font-family: dosis;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 5px; }

/* ページトップ */
#pagetop {
  position: fixed;
  bottom: -15px;
  right: 20px;
  font-size: 1rem;
  z-index: 9999;
  text-align: center;
  text-decoration: none;
  transform: rotateY(270deg);
  transition: .5s; }
  #pagetop a {
    background: #666;
    text-decoration: none;
    color: #fff;
    padding: 15px 25px 10px;
    text-align: center;
    display: block;
    border-radius: 6px;
    position: relative; }
    #pagetop a:hover {
      text-decoration: none;
      background: #999; }
    #pagetop a::after {
      content: "\f106";
      color: #fff;
      border-radius: .5rem;
      font-family: FontAwesome;
      font-size: 1em;
      position: absolute;
      top: 0px;
      left: 0;
      right: 0; }

#flow.step h3 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.8;
  background-color: #F5F6F8;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 35px 0 10px; }
#flow.step .works_box {
  border-radius: 5px;
  display: block;
  margin: 15px auto;
  padding: 10px;
  width: 90%;
  background-color: #F4FAFF; }
  #flow.step .works_box p {
    font-size: .9em; }
    #flow.step .works_box p span {
      font-weight: bold; }

#corporate table, #recruit table, #contact table {
  border-collapse: collapse;
  width: 100%; }
  #corporate table tr:nth-child(odd) > th, #corporate table tr:nth-child(odd) > td, #recruit table tr:nth-child(odd) > th, #recruit table tr:nth-child(odd) > td, #contact table tr:nth-child(odd) > th, #contact table tr:nth-child(odd) > td {
    background-color: #F5F6F8; }
  #corporate table th, #corporate table td, #recruit table th, #recruit table td, #contact table th, #contact table td {
    font-size: 1em;
    padding: 15px 15px;
    vertical-align: middle;
    border-collapse: collapse;
    border: solid 2px #fff;
    border-left: 0 none;
    border-right: 0 none;
    line-height: 1.6; }
  #corporate table th, #recruit table th, #contact table th {
    vertical-align: top;
    width: 27%; }
  #corporate table td, #recruit table td, #contact table td {
    width: 73%; }

#works2 dl.partner {
  padding: 2em 2em 3em;
  background-color: #f3f9ff; }
  #works2 dl.partner dt {
    color: #006987;
    font-size: 1.2em;
    margin-bottom: 12px; }
  #works2 dl.partner dd {
    margin-bottom: 30px; }
    #works2 dl.partner dd:last-child {
      margin-bottom: 0; }

#works3 dl.flowList {
  position: relative; }
  #works3 dl.flowList dt {
    background-color: #f3f9ff;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: normal;
    position: relative;
    counter-increment: section; }
    #works3 dl.flowList dt::before {
      content: counter(section);
      background-color: #006987;
      color: #fff;
      font-weight: bold;
      display: block;
      float: left;
      text-align: center;
      vertical-align: middle;
      padding: 3.5em 1em;
      margin-right: 1.7em; }
    #works3 dl.flowList dt h3 {
      color: #006987;
      font-size: 1.2em; }
    #works3 dl.flowList dt span.pickup1 {
      background-color: #fde7d8;
      display: inline-block;
      padding: 1em 2em;
      margin-right: 5px;
      text-align: center; }
    #works3 dl.flowList dt span.pickup2 {
      background-color: #d9e8af;
      display: inline-block;
      padding: 1em 2em;
      margin-left: 5px;
      text-align: center; }
  #works3 dl.flowList dd {
    display: block;
    font-size: 1.5em;
    width: 100%;
    text-align: center;
    line-height: 1;
    min-height: 1.8em;
    position: relative;
    margin-bottom: 20px; }
    #works3 dl.flowList dd::before {
      content: "▼";
      color: #03b5c1;
      text-align: center;
      line-height: 2;
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }

.telL {
  color: #000;
  font-size: 3.2em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 25px;
  padding-left: 1.4em;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0; }
  .telL::before {
    content: "\f095";
    color: #fff;
    background-color: #43B51F;
    border-radius: .5rem;
    font-family: FontAwesome;
    font-size: 1em;
    font-weight: bold;
    padding: 6px 5px 4px;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: 6px; }

.form-group {
  width: 100%; }
  .form-group table {
    margin-bottom: 2em; }
  .form-group label {
    width: 250px;
    display: inline-block;
    color: #fff;
    border: none;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    cursor: pointer;
    position: relative; }
    .form-group label:hover {
      opacity: .7; }
  .form-group label.confirm {
    background-color: #f75500; }
    .form-group label.confirm::after {
      content: "\f138";
      font-family: FontAwesome;
      font-size: 18px;
      font-weight: normal;
      color: #fff;
      position: absolute;
      top: 25%;
      right: 20px; }
  .form-group label.fix {
    background-color: #36c; }
    .form-group label.fix::after {
      content: "\f137";
      font-family: FontAwesome;
      font-size: 18px;
      font-weight: normal;
      color: #fff;
      position: absolute;
      top: 25%;
      left: 20px; }
  .form-group label.submit {
    background-color: #eb6100; }
    .form-group label.submit::after {
      content: "\f138";
      font-family: FontAwesome;
      font-size: 18px;
      font-weight: normal;
      color: #fff;
      position: absolute;
      top: 25%;
      right: 20px; }
  .form-group input[type="submit"] {
    background-color: transparent;
    border: 0 none;
    width: 250px;
    padding: 15px 50px;
    font-size: 18px;
    font-weight: normal; }
  .form-group textarea {
    min-height: 12em; }
  .form-group .formTxt {
    text-align: center;
    font-size: 12px;
    display: block;
    clear: both; }
  .form-group #sendMsg {
    font-size: 15px;
    padding: 20px 3% 200px;
    text-align: center; }

@media screen and (max-width: 991px) {
  body {
    font-size: 14px; }

  header h1 {
    font-size: 0.8em; }

  .gnav {
    margin-left: -15px;
    margin-right: -15px; }

  .nav-tabs.nav-justified > li > a {
    font-size: .9em;
    padding: 0 15px; }

  .mainImage {
    padding: 0;
    margin: 0 auto 15px;
    width: 100%;
    z-index: 0; }
    .mainImage img {
      width: 100%;
      z-index: 0; }
    .mainImage .imageTitle {
      position: absolute;
      display: block;
      width: 100%;
      padding: 10px;
      background-color: rgba(0, 0, 0, 0.7);
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 10; }
      .mainImage .imageTitle p {
        border-bottom: solid 1px #777;
        color: #fff;
        font-size: 2.5rem;
        line-height: 1;
        margin-bottom: 10px;
        padding: 5px 15px 10px;
        text-align: right; }
      .mainImage .imageTitle span {
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: 3px; }

  #side img {
    max-width: 100%; }
  #side li.tel {
    font-size: 1.7em !important;
    line-height: 1.9 !important; }

  footer .ftNav {
    width: 100%; }

  #corporate table th, #corporate table td, #recruit table th, #recruit table td, #contact table th, #contact table td {
    padding: 8px 15px;
    width: 100%;
    display: block;
    font-size: .9em; }
  #corporate table th, #recruit table th, #contact table th {
    background-color: #F5F6F8; }
  #corporate table td, #recruit table td, #contact table td {
    background-color: #fff !important;
    padding-bottom: 1.5em; }
  #corporate table td.map, #recruit table td.map, #contact table td.map {
    padding: 0; }
    #corporate table td.map iframe, #recruit table td.map iframe, #contact table td.map iframe {
      max-width: 100%;
      width: 100%; } }
@media screen and (max-width: 767px) {
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 0;
    margin: 0; }

  body {
    font-size: 12px; }

  img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto; }

  .cnt {
    max-width: 100%;
    margin: 0 auto;
    position: relative; }

  .mobileNav {
    display: block; }
    .mobileNav .container-fluid {
      padding-left: 15px;
      padding-right: 15px; }

  nav.gnav {
    display: none; }

  .navbar-brand {
    font-size: .9rem;
    letter-spacing: 0; }

  /*-- sp header --*/
  header {
    padding-top: 5em; }
    header h1 {
      font-size: 10px;
      padding: 4px;
      line-height: 2;
      letter-spacing: 0;
      text-indent: 0;
      text-align: center;
      width: 100%; }
    header #hdTitle {
      display: block;
      overflow: hidden;
      padding: 1em 0; }
      header #hdTitle a.logo {
        display: block;
        text-align: center;
        font-size: 1.4em;
        width: 100%;
        margin: 0 auto;
        padding: 0 0 1.8rem; }
        header #hdTitle a.logo img {
          width: 3em;
          height: auto;
          display: inline-block;
          margin-right: 1em; }
      header #hdTitle #hdInfo {
        float: none;
        text-align: center; }
        header #hdTitle #hdInfo p.tel {
          font-size: 1.3em;
          letter-spacing: 0;
          margin-left: 0;
          position: relative;
          bottom: -2px; }
          header #hdTitle #hdInfo p.tel::before {
            font-size: .7em;
            padding: 4px 5px 3px;
            line-height: 1;
            position: absolute;
            left: 0;
            bottom: 4px; }
        header #hdTitle #hdInfo a.contact {
          border-radius: .5rem;
          font-size: 1rem;
          padding: .6rem 1rem; }
          header #hdTitle #hdInfo a.contact:hover {
            text-decoration: none;
            opacity: .7; }

  .swiper-container {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin-bottom: 40px; }
    .swiper-container .swiper-slide img {
      width: 200%;
      max-width: 200%; }
    .swiper-container .swiper-pagination-bullets {
      bottom: 3px !important; }

  #side {
    display: none; }

  .telL {
    font-size: 3em; }

  #formCnt {
    background: #fff; }
    #formCnt .form-group {
      margin-right: 0;
      margin-left: 0;
      width: 100%; }
    #formCnt th, #formCnt td, #formCnt input, #formCnt select, #formCnt textarea, #formCnt p {
      font-family: sans-serif; }
    #formCnt th, #formCnt td {
      font-size: 14px; }
    #formCnt dt, #formCnt dd {
      padding-left: 6px;
      padding-right: 6px; }
    #formCnt textarea {
      min-height: 12em; }
    #formCnt label {
      width: 220px; }
    #formCnt label.confirm {
      background-color: #f75500; }
      #formCnt label.confirm::after {
        position: absolute;
        top: 25%;
        right: 10px; }
    #formCnt label.fix {
      background-color: #03b5c1; }
      #formCnt label.fix::after {
        position: absolute;
        top: 25%;
        left: 10px; }
    #formCnt label.submit {
      background-color: #eb6100; }
      #formCnt label.submit::after {
        position: absolute;
        top: 25%;
        right: 10px; }
    #formCnt input[type="submit"] {
      background-color: transparent;
      border: 0 none;
      width: 100%;
      padding: 10px 30px;
      font-size: 15px;
      font-weight: normal; }
    #formCnt .formTxt {
      font-size: 12px;
      text-align: left;
      padding: 0 2%; }
    #formCnt #sendMsg {
      text-align: left; }

  #works3 dl.flowList dt {
    counter-increment: section;
    height: auto;
    padding-bottom: 1em;
    margin-bottom: 0; }
    #works3 dl.flowList dt::before {
      content: counter(section);
      width: 100%;
      display: block;
      padding: .6em;
      line-height: 1;
      margin: 0 0 .6em 0; }
    #works3 dl.flowList dt h3 {
      clear: both;
      padding-left: 15px;
      margin-bottom: .5em; }
    #works3 dl.flowList dt span.pickup1 {
      padding: .8em; }
    #works3 dl.flowList dt span.pickup2 {
      padding: .8em; }
  #works3 dl.flowList dd {
    margin-bottom: 5px;
    line-height: 1; }

  /* noSP */
  .noSP {
    display: none; } }

/*# sourceMappingURL=style.css.map */
