@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Times New Roman", Times, serif;
}

.open nav {
  left: 0;
  opacity: 1;
  pointer-events: auto;
}

nav {
  pointer-events: none;
  width: 80%;
  height: 100vh;
  display: block;
  background-color: white;
  position: fixed;
  top: 0;
  left: -300px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 5;
}

nav .inner {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav .inner ul {
  list-style: none;
  width: 100%;
  height: 100vh;
}

nav .inner ul h2 {
  text-align: center;
  padding: 30px;
}

nav .inner ul p {
  padding: 10px;
  text-align: center;
}

nav .inner li {
  background-color: white;
  width: 95%;
  border: 1px solid;
  text-align: center;
  margin-bottom: 10px;
}

nav .inner li :hover {
  background-color: black;
  color: white;
  -webkit-transition: all 1.1s;
  transition: all 1.1s;
}

nav .inner li a {
  padding: 40px;
  display: block;
  width: 100%;
  text-decoration: none;
  color: black;
  font-size: 30px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.toggle {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  z-index: 3;
  cursor: pointer;
}

.toggle span {
  position: absolute;
  display: block;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: black;
  -webkit-transition-duration: all 0.5s;
          transition-duration: all 0.5s;
  border-radius: 4px;
}

.toggle :nth-child(1) {
  top: 4px;
}

.toggle :nth-child(2) {
  top: 14px;
}

.toggle :nth-child(3) {
  bottom: 4px;
}

.open .toggle span {
  background-color: white;
}

.open .toggle span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
          transform: translateY(10px) rotate(-315deg);
}

.open .toggle span:nth-child(2) {
  opacity: 0;
}

.open .toggle span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
          transform: translateY(-10px) rotate(315deg);
}

#mask {
  display: none;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.open #mask {
    display: block;
    background-color: #000000d4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
  }
  
  .animate {
    /* opacity: 0; */
    /*初期値は見えなく*/
    -webkit-transition: opacity 2s, -webkit-transform 0.5s;
    transition: opacity 2s, -webkit-transform 0.5s;
    transition: opacity 2s, transform 0.5s;
    transition: opacity 2s, transform 0.5s, -webkit-transform 0.5s;
    /*見えるようにするまでの時間指定*/
  }
  
  .animate.sl {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    /*左に200px*/
  }
  
  .animate.delay {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    /*0.5s遅らせる*/
  }
  
  .animate.delay-more {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  
  .animate.delay-more-more {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  
  .animate.delay-more-more-more {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  
  .animate.delay-more-more-more-more {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  
  .animate.delay-more-more-more-more-more {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  
  .animate.delay-more3 {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  
  .animate.appear {
    opacity: 1;
    /*jsでクラスついた時に見せる*/
    -webkit-transform: none;
            transform: none;
    /*移動していたものを戻す*/
  }
  
  .sec01 {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    /* overflow-x: hidden; */
  }
  
  .sec01 .title-img {
    width: 80%;
  }
  
  .sec01 .title-img img {
    height: 100vh;
  }
  
  .sec01 .title {
    position: absolute;
    top: 10%;
    left: 60%;
  }
  
  .sec01 .title h1 {
    font-size: 7rem;
    padding: 30px 30px 0;
    margin-top: 50%;
  }
  
  .sec01 .title small {
    margin-left: 30px;
  }
  
  .sec02 {
    width: 100%;
    padding: 40px;
    overflow-x: hidden;
  }
  
  .sec02 h1 {
    font-size: 2.8rem;
    width: 50%;
    padding: 20px;
    margin-left: 30px;
  }
  
  .sec02 h3 {
    margin-left: 50px;
  }
  
  .sec02 p {
    width: 70%;
    margin: 40px 0 0 20%;
    font-size: 25px;
    padding: 20px 0;
  }
  
  .sec02 .vision-container {
    text-align: center;
    max-width: 600px;
  }
  
  .sec03 {
  
    width: 100%;
    overflow-x: hidden;
  }
  
  .sec03 .vision-container {
    width: 70%;
    margin-top: 10%;
    margin: 0 auto;
    height: 90vh;
  }
  
  .sec03 h1 {
    font-size: 5rem;
    width: 50%;
    padding: 20px;
    margin-left: 20px;
    margin-bottom: 50px;
  }
  
  .sec03 .vision {
    font-size: 30px;
    background-color: #fff;
    margin: 10px;
    padding: 20px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  }
  
  .sec03 .vision:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .sec03 #client-first {
    border-left: 20px solid #007bff;
  }
  
  .sec03 #challenge {
    border-left: 20px solid #28a745;
  }
  
  .sec03 #trust {
    border-left: 20px solid #ffc107;
  }
  
  .sec03 #accountability {
    border-left: 20px solid #17a2b8;
  }
  
  .sec03 #never-settle {
    border-left: 20px solid #dc3545;
  }
  
  .sec03 .company-profile {
    width: 100%;
    height: auto;
  }
  
  .sec03 .company-profile h1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 15%;
    font-size: 4rem;
    width: 100%;
  }
  
  .sec03 .company-profile table {
    width: 80%;
    margin: 10% auto 50px;
    background-color: rgba(157, 156, 156, 0.079);
    border-collapse: collapse;
  }
  
  .sec03 .company-profile th {
    font-size: 20px;
    padding: 10px;
  }
  
  .sec03 .company-profile td {
    padding: 16.5px 20px;
    font-size: 20px;
    border-bottom: 1px solid #eee;
  }
  
  .map {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  
  .map iframe {
    width: 100%;
  }
  
  .footer {
    width: 100%;
    height: 40vh;
    padding: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .footer .fl {
    width: 80%;
    height: 100%;
  }
  
  .footer .fl h3 {
    margin: 2%;
  }
  
  .footer .fl ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
  }
  
  .footer .fl ul li {
    margin-top: 20px;
  }
  
  .footer .fl ul a {
    color: black;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    font-size: 15px;
  }
  
  .footer .fr small {
    line-height: 2;
  }
  
  .footer .fr button {
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0 40px 0px;
    padding: 20px 60px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    color: white;
    background: rgba(0, 0, 0, 0.72);
    border: 1px solid white;
  }
  
  .footer .fr button:hover {
    background-color: white;
    color: black;
    border: 1px solid black;
  }
  
  @media (min-width: 0) and (max-width: 500px) {
    * {
      margin: 0;
      padding: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
    .sec01 {
      position: relative;
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .sec01 .title-img {
      width: 100%;
      padding: 20px;
    }
    .sec01 .title-img img {
        width: 100%;
        height: 400px;
      /* -o-object-fit: cover; */
         /* object-fit: cover; */
      -o-object-position: left;
         object-position: left;
    }
    .sec01 .title {
      width: 60%;
      position: absolute;
      top: 30%;
      left: 10%;
    }
    .sec01 .title h1 {
      font-size: 2rem;
      padding: 0 20px;
      margin: 0;
    }
    .sec01 .title small {
      margin: 0;
      padding: 0 20px;
    }
    .sec02 {
      width: 100%;
      padding: 0px;
      margin: 0;
    }
    .sec02 h1 {
      font-size: 1.5rem;
      width: 100%;
      padding: 20px;
      margin: 0;
    }
    .sec02 h3 {
      margin: 0px;
      padding: 20px;
    }
    .sec02 p {
      width: 100%;
      margin: 0;
      font-size: 1em;
      padding: 20px;
    }
  
    .sec03 {
      width: 100%;
    }
  
    .sec03 .vision-container {
      width: 100%;
      padding: 10px;
      margin-top: 0;
      height: 80vh;
    }
    .sec03 h1 {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 1rem;
      width: 100%;
      padding: 20px;
      margin-left: 0px;
      margin-bottom: 0px;
    }
    .sec03 .vision {
      font-size: 15px;
    }
    .sec03 .company-profile {
      width: 100%;
    }
    .sec03 .company-profile h1 {
      padding: 0 10px;
      margin: 0;
      font-size: 1.8rem;
      width: 100%;
    }
    .sec03 .company-profile table {
      width: 99%;
      margin: 10% auto 50px;
    }
    .sec03 .company-profile th {
      font-size: 10px;
    }
    .sec03 .company-profile td {
      padding: 16.5px 10px;
      font-size: 12px;
      border-bottom: 1px solid #eee;
    }
  
    .map {
      width: 80%;
      display: block;
      margin: 0 auto;
    }
    .map iframe {
      width: 100%;
      height: 200px;
    }
    .footer {
      width: 100%;
      height: auto;
      padding: 0;
      margin: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .footer .fl {
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
    }
    .footer .fl h3 {
      text-align: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 20px;
    }
    .footer .fl ul {
      width: 80%;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .footer .fl ul li {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      margin: 2px auto;
      border: 1px solid;
      border-right: none;
      border-top: none;
      border-left: 3px solid;
    }
    .footer .fl ul a {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: black;
      display: inline-block;
      width: 100%;
      text-align: center;
      padding: 10px 20px;
      font-size: 15px;
      text-decoration: none;
    }
    .footer .fr {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 20px;
    }
    .footer .fr small {
      margin: 0;
      padding: 0;
      line-height: 0;
    }
    .footer .fr button {
      display: block;
      margin: 0 auto;
      padding: 10px 60px;
    }
    .nv {
      width: 100%;
      margin: 0;
      padding: 0;
    }
    .nv .inner {
      padding: 10px;
      margin: 0;
    }
    .nv .inner ul {
      list-style: none;
      width: 50%;
      margin: 0;
      padding: 0;
      height: 100vh;
    }
    .nv .inner ul h2 {
      padding: 0px;
      font-size: 15px;
    }
    .nv .inner ul p {
      padding: 5px;
      text-align: center;
      font-size: 10px;
    }
    .nv .inner ul li {
      width: 99%;
      height: 100px;
      padding: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: 0 3px 10px;
    }
    .nv .inner ul li a {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      width: 100%;
      height: 100px;
      font-size: 15px;
    }
    .nv .inner ul .add-privacy a {
      font-size: 11px;
      font-weight: bold;
    }
  }
  /*# sourceMappingURL=about.css.map */