@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Lato);
html, body, 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, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

.container {
  font-size: 14px;
  letter-spacing: 0.07em;
  color: #000;
  padding-bottom: 0px;
  margin: 0;
  line-height: 1.8em;
  position: relative;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif; }

/* */
body {
  background: #000; }

section {
  position: relative;
  overflow: hidden; }

.inner_ab {
  position: absolute; }

.tl {
  text-align: left; }

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値 : 透過状態 */
  -webkit-transition: opacity .8s ease;
  /* アニメーション時間は 0.8秒 */
  transition: opacity .8s ease; }

body.fadeout:after {
  opacity: 1; }

img {
  max-width: 100%; }

* {
  cursor: url(/img/pointer-def.cur), url(/img/pointer-def.png), auto; }

a, a:link, a:hover, a:focus, a:active, a:visited {
  cursor: url(/img/pointer-on.png), auto;
  color: #fff; }

h1 {
  text-align: center; }
  h1 img {
    max-width: 50%; }
    @media (max-width: 480px) {
      h1 img {
        max-width: 60%; } }

.bt_info {
  z-index: 10;
  opacity: 0.85;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 100%;
  position: fixed; }

.bt_nav {
  display: inline-block;
  color: #fff;
  padding: 10px;
  border: 1px solid #333;
  background: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  transform: rotate(-90deg);
  padding: 10px 10px 20px 10px;
  margin-left: -83px;
  width: 100px;
  text-align: center; }

.sp {
  display: none; }

.top_infomation {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  text-align: center;
  z-index: 1000000; }
  @media (max-width: 480px) {
    .top_infomation {
      position: relative;
      height: auto;
      padding: 20px 0;
      background: black; }
      .top_infomation .moved_info {
        padding: 25px !important; } }
  .top_infomation .ttl {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 35px;
    border-bottom: 2px solid #000;
    padding-bottom: 10px; }
  .top_infomation .info {
    overflow: visible;
    background: #fff;
    display: inline-block;
    margin-top: 50px;
    width: 640px;
    max-width: 90%;
    padding: 50px 70px 60px 70px;
    position: absolute; }
    @media (min-width: 769px) {
      .top_infomation .info {
        top: 45%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
    .top_infomation .info h3 {
      margin: 0 0 0.8em 0;
      padding: 0 10px 0px 10px;
      font-size: 30px;
      position: relative;
      color: #ff0000; }
      .top_infomation .info h3:after {
        content: "";
        width: 160px;
        height: 1;
        position: absolute;
        left: 50%;
        margin-left: -80px;
        bottom: -0px; }
    .top_infomation .info div.text {
      text-align: center; }
    .top_infomation .info div.text p {
      margin: 0 auto;
      max-width: 480px;
      font-size: 14px;
      line-height: 1.8em;
      letter-spacing: normal;
      display: inline-block; }
    @media (max-width: 768px) {
      .top_infomation .info {
        position: relative;
        padding: 50px 30px; }
        .top_infomation .info div.text p {
          text-align: left; }
          .top_infomation .info div.text p br:not(.br) {
            display: none; } }
    .top_infomation .info h4 {
      margin: 20px 0 10px 0;
      font-size: 18px; }
    .top_infomation .info a.btn {
      margin-bottom: 0;
      margin-top: 20px;
      width: 300px;
      max-width: 90%;
      min-height: 10px;
      padding: 10px !important;
      font-size: 14px; }
  .top_infomation p.close {
    position: absolute;
    right: -50px;
    top: -50px;
    height: 50px;
    margin: 0;
    width: 50px; }
    @media (max-width: 768px) {
      .top_infomation p.close {
        right: 0; } }
  .top_infomation p.close:after {
    display: block;
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0%;
    left: 50%; }
  .top_infomation p.close:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    width: 50px;
    height: 2px;
    margin-top: -2px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

section.main_visual {
  height: 95vh;
  max-height: 1000px; }
  section.main_visual .slide {
    position: relative; }
    section.main_visual .slide img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      opacity: 0;
      height: 95vh;
      max-height: 1000px;
      object-fit: cover; }
    section.main_visual .slide:before {
      content: "";
      display: block;
      padding-top: 75%;
      /* 画像の高さを横幅に対する比率で設定 */ }
  section.main_visual .top_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    max-width: 700px;
    width: 80%; }
    section.main_visual .top_logo p {
      text-align: left;
      margin-top: 40px; }
      @media (max-width: 768px) {
        section.main_visual .top_logo p {
          padding: 10px 0px 10px 10px; } }

.service {
  min-height: 1000px;
  background: #000; }
  .service h3 {
    font-size: 40px;
    font-family: lato;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    line-height: 1.4em; }
    @media (max-width: 768px) {
      .service h3 {
        font-size: 28px;
        letter-spacing: 0.05em; } }
    .service h3 small {
      display: block;
      font-size: 18px;
      letter-spacing: 0.07em;
      line-height: 1;
      padding: 10px 0; }
      @media (max-width: 768px) {
        .service h3 small {
          font-size: 14px;
          padding-bottom: 5px; } }
  .service .service_tx {
    max-width: 450px; }
  .service .inner_txt {
    margin-left: 60px; }
    @media (max-width: 768px) {
      .service .inner_txt {
        margin-left: 10px; } }
  .service .line_move {
    background: url(/img/line_bk.png) no-repeat;
    display: inline-block;
    width: 0px;
    height: 62px;
    margin: 10px 10px 10px 10px;
    transition: all 1s; }
    .service .line_move.line_wh {
      background: url(/img/line_wh.png) no-repeat; }
    .service .line_move.ef_on {
      width: 175px; }
  .service.s01 {
    background: url(/img/s01_bg.jpg) center center no-repeat;
    background-size: cover; }
    @media (max-width: 768px) {
      .service.s01 {
        background: url(/img/s01_bg@2xv.jpg) center center no-repeat;
        background-size: cover; } }

.s01 .inner_ab {
  left: 45%;
  top: 50px; }

.s02, .s03 {
  height: 1000px;
  width: 50%;
  float: left;
  color: #fff;
  position: relative; }
  @media (max-width: 768px) {
    .s02, .s03 {
      width: 100%;
      float: none; } }

.s02 {
  background: url(/img/s02_bg.jpg) #000 no-repeat center center;
  background-size: cover; }
  @media (max-width: 768px) {
    .s02 {
      background: url(/img/s02_bg@2xv.jpg) center center no-repeat;
      background-size: cover; } }

.s03 {
  background: url(/img/s03-2_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative; }
  @media (max-width: 768px) {
    .s03 {
      background: url(/img/s03_bg@2xv.jpg) center center no-repeat;
      background-size: cover; } }

.s02 .inner_ab,
.s03 .inner_ab {
  position: absolute;
  max-width: 500px;
  left: 7%; }

.s02 .inner_ab {
  top: 50px; }

.s03 .inner_ab {
  bottom: 80px; }

.s01 .inner_ab, .s01 .intx, .s02 .inner_ab, .s02 .intx, .s03 .inner_ab, .s03 .intx {
  opacity: 0; }
  .s01 .inner_ab.ef_on, .s01 .intx.ef_on, .s02 .inner_ab.ef_on, .s02 .intx.ef_on, .s03 .inner_ab.ef_on, .s03 .intx.ef_on {
    opacity: 1; }

@media (max-width: 768px) {
  .s01, .s02, .s03 {
    min-height: 700px;
    height: 700px; }
    .s01 .line_move, .s02 .line_move, .s03 .line_move {
      background: url(/img/line_bk.png) no-repeat;
      background-size: 100px;
      height: 35px;
      margin-bottom: 0; }
      .s01 .line_move.line_wh, .s02 .line_move.line_wh, .s03 .line_move.line_wh {
        background: url(/img/line_wh.png) no-repeat;
        background-size: 100px; }
      .s01 .line_move.ef_on, .s01 .line_move.line_wh.ef_on, .s02 .line_move.ef_on, .s02 .line_move.line_wh.ef_on, .s03 .line_move.ef_on, .s03 .line_move.line_wh.ef_on {
        width: 100px; }
    .s01 .inner_ab, .s02 .inner_ab, .s03 .inner_ab {
      left: 5%;
      top: 30px;
      max-width: 90%; } }

footer {
  text-align: center;
  padding: 50px 10px;
  background: #000;
  color: #fff;
  letter-spacing: 0.5em;
  font-family: Verdana, Geneva, sans-serif;
  border-top: 1px solid #333;
  font-size: 13px; }
  @media (max-width: 768px) {
    footer {
      padding: 10px;
      font-size: 10px; } }

body.info .container {
  color: #fff; }
  body.info .container h2 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.15em;
    font-family: lato;
    padding-bottom: 80px; }
    @media (max-width: 480px) {
      body.info .container h2 {
        font-size: 20px;
        letter-spacing: 0.1em; } }
  body.info .container section {
    padding: 80px 0; }
  body.info .container th, body.info .container td {
    padding-right: 20px;
    text-align: left;
    min-width: 100px; }

section.company_info {
  background: url(/img/company_bg.jpg) no-repeat center center;
  background-size: cover; }
  @media (max-width: 768px) {
    section.company_info {
      background: url(/img/company_bg.jpg) no-repeat 45% center; } }
  @media (max-width: 480px) {
    section.company_info {
      position: relative;
      background: url(/img/company_bg@2xv.jpg) no-repeat center center;
      background-size: 90%; } }
  section.company_info .inner_contents {
    padding-left: 370px;
    width: 970px;
    margin: auto; }
    @media (max-width: 768px) {
      section.company_info .inner_contents {
        padding-left: 25%;
        width: 90%; } }
    @media (max-width: 480px) {
      section.company_info .inner_contents {
        padding-left: 0; } }
  section.company_info #mapArea {
    margin-top: 50px; }

body.info h1 {
  text-align: center;
  padding: 30px;
  line-height: 0;
  border-bottom: 1px solid #222;
  position: relative; }
  body.info h1:after {
    content: "";
    border-bottom: 3px solid #555;
    width: 120px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: -2px; }

section.form {
  background: url(/img/contact_bg.jpg) #fff no-repeat center center;
  background-size: cover;
  padding: 150px 15px !important;
  color: #000;
  text-align: center; }
  @media (max-width: 768px) {
    section.form {
      background: url(/img/contact_bg.jpg) no-repeat 65% center; } }
  @media (max-width: 480px) {
    section.form {
      background: url(/img/contact_bg@2xv.jpg) no-repeat 75% center; } }
  section.form table {
    display: inline-block;
    margin: auto; }
  section.form th {
    vertical-align: middle;
    width: 110px; }
  @media (max-width: 480px) {
    section.form th, section.form td {
      width: 100%;
      display: block;
      padding: 0px 10px !important; } }

section.recruit {
  background: url(/img/recruit_bg.jpg) #000 no-repeat center center;
  background-size: cover;
  padding: 150px 15px !important; }
  section.recruit .inner_tx {
    max-width: 450px;
    text-align: center;
    margin: auto;
    padding-bottom: 50px; }
  section.recruit .off {
    display: none; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

input, select, textarea {
  width: 600px; }
  @media (max-width: 768px) {
    input, select, textarea {
      width: 100%; } }

input {
  min-height: 30px;
  margin: 5px 0;
  font-size: 14px;
  background: #fff;
  border: none;
  border-bottom: 1px solid #ccc; }

select {
  height: 40px;
  padding: 5px;
  margin: 2px 0;
  font-size: 16px;
  min-height: 2.5em;
  -webkit-appearance: none; }

select, textarea {
  font-size: 14px;
  border: 1px solid #ccc; }

textarea {
  height: 250px;
  margin-top: 20px; }

a.btn,
input[type="submit"] {
  display: inline-block;
  border-radius: 3px;
  background: #000;
  padding: 20px 20px  !important;
  min-height: 30px;
  margin-top: 50px;
  color: #fff;
  text-decoration: none;
  width: 90%;
  max-width: 300px;
  cursor: pointer;
  font-size: 16px; }
  a.btn:hover,
  input[type="submit"]:hover {
    background: #fe0b22;
    cursor: pointer; }

input[type="submit"][disabled] {
  background: #999;
  cursor: default; }

.slideup {
  opacity: 0; }

.slideup.ef_on {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important; }
  .slideup.ef_on.service_tx {
    animation-delay: 1.5s; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
    transform: translateY(24px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@media all and (max-width: 768px) {
  .container {
    position: relative; }

  .bt_info {
    display: none; }

  .sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 2% 0 3%;
    height: 55px;
    display: block;
    z-index: 100000; }
    .sp .menu-trigger {
      position: absolute;
      width: 26px;
      height: 16px;
      right: 15px;
      top: 20px;
      z-index: 100000;
      display: block; }
      .sp .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background-color: #fff;
        transition: all 0.5s; }
        .sp .menu-trigger span:nth-of-type(1) {
          top: 0; }
        .sp .menu-trigger span:nth-of-type(2) {
          top: 7px; }
        .sp .menu-trigger span:nth-of-type(3) {
          bottom: 0; }
      .sp .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
        background-color: #fff; }
      .sp .menu-trigger.active span:nth-of-type(2) {
        opacity: 0; }
      .sp .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
        background-color: #fff; }
    .sp nav {
      width: 100%; }
    .sp.open nav ul {
      right: 0; }
    .sp .menu-trigger {
      display: block; }
      .sp .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(7px) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg); }
      .sp .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg); }
    .sp nav ul {
      position: fixed;
      width: 250px;
      background: rgba(0, 0, 0, 0.9);
      padding: 0;
      padding-top: 50px;
      overflow: scroll;
      display: block;
      top: 0;
      right: -250px;
      bottom: 0;
      height: 100%;
      transition: all .4s; }
      .sp nav ul li {
        display: block;
        clear: both;
        text-align: center;
        position: relative;
        color: #fff;
        padding: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2); }
        .sp nav ul li:last-child {
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        .sp nav ul li > a:before {
          content: "";
          display: none; }
        .sp nav ul li a {
          display: block;
          width: 100%;
          font-size: 14px;
          padding: 15px 0;
          color: #fff;
          height: auto;
          text-decoration: none; } }
