@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Oswald:500');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
/*--- RESET CSS ----------*/
  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, 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, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    overflow-x: hidden;
    line-height: 1;
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
  }
  ol,ul{
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  /*select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }*/
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  a {
    cursor: pointer;
  }
/*--- COMMON -------------*/
  html,body {
    overflow-x: hidden;
    font-family: DIN Condensed;
    background: #000;
    color: #fff;
  }
  html {
    background: url('../images/top/alliance_bg.png');
    /*background-size: cover;*/
    background-repeat: repeat;
    overflow: scroll;
  }
  body {
    
  }
  .Firstview {
    padding-bottom: unset;
  }
  
  .Section__title {
    font-size: 58px;
    font-weight: bold;
    text-align: center;
  }
  .Section__title span {
    display: block;
    font-size: 33px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .Max__img {
    width: 100%;
    height: auto;
    display: block;
  }
  .Max__width {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .tablet__on {
    display: none;
  }
  .mobile__on {
    display: none;
  }
  .Page__main section {
    margin-top: 5.89%;
  }
  .err {
    color: red;
    line-height: 1;
    font-weight: unset;
    font-size: 16px;
    margin-left: 5%;
  }
  .doc_btn {
    display: block;
    border-radius: 10px;
    line-height: 3;
    text-align: center;
    background: #007bff;color: #fff;
    font-size: 16px;
    width: 300px;
    margin: 40px auto;
    text-decoration: none;
  }
/*--- HEADER -------------*/
  header {
    position: fixed;
    width: 100%;
    z-index: 1;
    transition: all .5s ease-in;
  }
  .Header__wrap {
    display: flex;
    justify-content: space-between;
    padding-left: 2.578%;
    padding-right: 2.578%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header h1{
    width: 172px;
  }
  .Header__nav {
    margin-right: 5%;
  }
  .Header__nav ul {
    display: flex;
  }
  .Header__nav ul li {
    padding-left: 15px;
    padding-right: 15px;
    transition: all .3s;
    border-width: 0%;
    width: 80px;
  }
  .Header__nav ul li:first-child {
    padding-left: unset;
  }
/*  .Header__nav ul li:last-child {
    padding-right: unset;
    border-right: none;
    text-align: center;
    padding: .5rem 1rem;
    margin: -.5rem 0 0 .5rem;
    background: #0073ab;
  }*/
  .Header__nav ul li:last-child span {
    display: block;
    font-size: 1.5rem;
  }
  .Header__nav ul li:last-child small {
    font-size: .925rem;
    display: block;
    padding-bottom: .25rem;
  }
  .Header__nav ul li a{
    text-align: center;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2.5px;
    transition: all .3s;
    font-weight: bold;
    line-height: 2;
  }
  .Header__nav ul li a:hover {
    color: #59A1BF;
  }
  .Header__nav ul li a span{
    margin-top: 7px;
    font-size: 12px;
    font-weight: bold;
  }
  .Header__nav__cover ul li a {
    font-size: 16.67px;
  }
  .Header__nav__cover ul li a span{
    font-size: 12px;
    display: block;
  }
  .Header__nav__mobile,.drawer {
    display: none;
  }
/*--- TOP ----------------*/
  /*--- FIRST VIEW -------*/
    .Top {
      position: absolute;
      -webkit-transform: translateZ(0);
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: translateZ(0);
    }
    .Top__img__1 {
      /*background: url("../images/top/top-min.jpeg");*/
      background: url("../images/top/top.jpg");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
    }
    .Firstview p {
      position: absolute;
      -webkit-transform: translateZ(0);
      color: #fff;
      font-size: 46px;
      line-height: 1.5;
      top: 40%;
      left: 7%;
      text-shadow: 2px 2px 7px #000;
      letter-spacing: 4px;
    }
  /*--- SERVICE -------------*/
    .Service,.Licence,.Alliance,.Company {
      background: url("../images/top/section_bg.png");
      background-repeat: no-repeat;
      background-size: cover;
    }
    .Contact {
      background: url('../images/top/contact_bg.png');
      background-repeat: no-repeat;
      background-size: cover;
    }
    .Service {
      width: 100%;
      height: 100%;
      padding-top: 60px;
      position: relative;
      /*margin-bottom: -200px !important;*/
    }
    section:not(:first-child){
      /*max-width: 1280px;*/
      margin: 0 auto;
    }
    section {
      position: relative;
    }
    section > img{
      position: relative;
      -webkit-transform: translateZ(0);
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
    }
    .Service__body {
      width: 100%;
      margin: 60px auto 0;
      letter-spacing: 2px;
      /*position: relative;
      top: -50px;*/
    }
    .Service__body h3 {
      font-size: 20px;
      margin-bottom: 1vw;
      width: 200px;
     }
    .Service__body p {
    }
    .Service__body p.jumble {
      font-size: 20px;
      margin-top: 30px;
    }
    .mail_a {
      display: block;
      margin-top: 10px;
    }
    .blue {
      color: #0073ab;
    }
    .Service__item__text {
      width: 60%;
      margin: 30px auto 0;
      padding-bottom: 100px;
    }
    .Section__top__img {
      width: 90%;
      margin: 0 auto;
      display: block;
      
    }
    .Section__top h2 {
      letter-spacing: 20px;
      font-size: 40px;
      /*position: relative;
      top: -140px;
      left: 250px;*/
    }
    .h3_wrap {
      position: relative;
      margin-bottom: 40px;
    }
    .h3_wrap img {
      position: relative;
      top: 26px;
      left: -225px;
      width: 160px;
    }
    .service_logo {
      position: relative;
      width: 300px;
      left: 450px;
      top: -160px;
    }
    /*--- LICENCE --------*/
    .Licence {
      padding-bottom: 120px;
      padding-top: 100px;
    }
    .Licence__wrap {
      position: relative;
      top: 20px;
      margin-bottom: -100px;
    }
    .Licence__body {
      display: flex;
      width: 700px;
      margin: 0 auto;
      letter-spacing: 2px;
    }
    .Licence__top {
      margin-bottom: 40px;
    }
    .Licence__top h2 {
      color: #fff;
      letter-spacing: 20px;
      font-size: 40px;
    } 
    .Licence__left {
      width: 350px;
      margin-right: 30px;
    }    
    .Licence__left h3 {
      font-size: 24px
    }
    .Licence__left hr{
      border-color: #56a1d9;
      margin-bottom: 40px;
    }
    .Licence_underwrap {
      position: relative;
    }
    .Licence_underwrap img {
      position: relative;
      -webkit-transform: translateZ(0);
      top: 0;
      left: 0;
      width: 300px;
    }
    .Licence_underwrap p {
      line-height: 1.7;
      width: 250px;
      position: relative;
      top: -165px;
      left: 30px;
    }
    .Licence__right img {
      
      width: 250px;
    }
    /*--- COMPANY --------*/
    .Company {
      padding-bottom: 220px;
      padding-top: 100px;
    }
    .Company__wrap {
      position: relative;
      /*top: -110px;*/
    }
    .Company .Section__title {
      width: 100%;
      height: 100%;
      margin-bottom: unset;
    }

    .Company table {
      margin-left: auto;
      margin-right: auto;
      width: 600px;
    }
    .Company table tr{
      border-bottom: 1px solid #56a1d9;
    }
    .Company table th {
      padding: 3%;
      text-align: left;
      width: 25%;
    }
    .Company table td {
      line-height: 1.5;
      padding: 3%;
    }

    .Company table td iframe {
      margin-top: 30px;
      margin-bottom: 30px;
      max-width: 100%;
    }
    .Alliance {
      padding-bottom: 61px;
    }
    .Alliance__top {
      position: relative;
      top: 0px;
    }
    .Alliance__top h2 {
      color: #fff;
      letter-spacing: 20px;
      font-size: 40px;
      z-index: 1;
      line-height: 1.5;
      position: relative;
      top: -250px;
    }
    
    .Alliance__wrap {
      position: relative;
      top: -30px;
    } 
    .Alliance__body {
      position: relative;
      top: -100px;
    }
    .Alliance__body ul {
      display: flex;
      justify-content: space-around;
      width: 800px;
      margin: 0 auto;
    }
    .Alliance__body ul li {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .Alliance__body ul li img {
      width: 180px;
    }

        
/*--- CONTACT ------------*/
  .Contact {
    padding-top: 100px;
  }
  .Contact__wrap {
    position: relative;
    top: -50px;
  }
  .Contact .Section__cover {
    background: url("../images/top/contact-min.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 23%;
  }
  .Contact .Section__title {
      width: 100%;
      height: 100%;
      margin-bottom: unset;
    }
  .Contact__text {
    margin-bottom: 5%;
  }
  .Contact__text p{
    width: 40%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
  }
  .Contact__body {
    width: 600px;
    padding-bottom: 40px;
    /*-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;*/
    margin-left: auto;
    margin-right: auto;
  }
  .Contact__body__dt {
    margin-bottom: 5px;
    font-size: 18px;
    display: flex;
  }
  .Contact__body__dd input,.Contact__body__dd select {
    width: 100%;
    height: 40px;
    margin-bottom: 2%;
    font-size: 14px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    background: #fff;
  }
  .Contact__body__dd select{
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding: 0 40px 0 10px;
  }
  select::-ms-expand {
      display: none;
  }
  .Contact__body__dd textarea {
    width: 100%;
    height: 150px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
  }
  .Contact__body__send {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 2%;
    border-style: none;
    margin-top: 3%;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    background:#59A1BF;
  }
/*--- SEND ---------------*/
  .Mail__article > img {
    width: 11%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.68%;
  }
  .Mail__article > p {
    font-size: 26px;
    text-align: center;
    margin-bottom: 50px;
  }
  .Mail__article > .Mail__Message {
    font-size: 16px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    text-align: justify;
    letter-spacing: 2px;
    margin-bottom: 9.6%;
  }
/*--- COMINGSOON ---------*/
  .Comingsoon p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 11.2%;
  }
  .sendmain {
    height: 700px;
  }
  .Mail__article {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 200px;
  }
/*--- FOOTER -------------*/
  footer {
    position: relative;
    color: #fff;
    background: url("../images/footer/footer_bg.png"); 
    background-size: cover;
    background-repeat: repeat;
    height: 200px;
  }
  .Footer img {
    display: block;
    width: 100%;
  }
  .Footer__mobile {
    display: none;
  }
  .Footer__wrap {
    display: flex;
    width: 100%;
    position: relative;
    top: 100px;
    height: 30px;
  }
  .Footer__nav {
    margin-left: auto;
    margin-right: auto;
  }
  .Footer__nav ul {
    display: flex;
    top: 30px;
    height: 100%;
  }
  .Footer__nav ul li {
    padding-left: 15px;
    padding-right: 15px;
    transition: all .3s;
    border-width: 0%;
  }
  .Footer__nav ul li:first-child {
    padding-left: unset;
  }
  .Footer__nav ul li:last-child {
    padding-right: unset;
    border-right: none;
  }
  .Footer__nav ul li a{
    text-align: center;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    font-size: 16.67px;
    letter-spacing: 2.5px;
    transition: all .3s;
    font-weight: bold;
    color: #fff;
    line-height: 2;
  }
  .Footer__nav ul li a:hover {
    color: #59A1BF;
  }
  .Footer__nav ul li a span{
    margin-top: 7px;
    font-size: 10px;
    font-weight: bold;
  }
  .Footer__nav__cover ul li a {
    font-size: 16.67px;
  }
  .Footer__nav__cover ul li a span{
    font-size: 12px;
    display: block;
  }
  .Footer__nav__mobile,.drawer {
    display: none;
  }
  footer small {
    display: block;
    text-align: center;
    font-size: 12.5px;
    position: relative;
    top: 150px;
  }
/*--- JS発火用ブロック -----*/
   .Ignition__block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 20px;
    opacity: 0;
    z-index: -100;
    /*background: red; */
  }
  .Ignition__top1 {
    top: 70%;
  }
  .Ignition__contact1 {
    top: 50%;
  }
