@charset "UTF-8";
@media screen and (max-width: 999px) {
  .wrap {
    overflow: hidden;
  }
  .pc {
    display: none !important;
  }
  .tb2 {
    display: none !important;
  }
  /* reset */
  html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Sans JP", sans-serif;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  abbr,
  acronym,
  address,
  cite,
  code,
  del,
  dfn,
  em,
  b,
  i,
  img,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  dd,
  dl,
  dt,
  li,
  ol,
  ul,
  fieldset,
  form,
  label,
  legend,
  button,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  a {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
    text-decoration: none;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  ol, ul {
    list-style: none;
  }
  q:before,
  q:after,
  blockquote:before,
  blockquote:after {
    content: "";
  }
  html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  a:focus {
    outline: thin dotted;
  }
  a:hover, a:active {
    outline: 0;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  nav,
  section {
    display: block;
  }
  audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  audio:not([controls]) {
    display: none;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    border: 0;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
  }
  button,
  input,
  select,
  textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
  }
  button, input {
    line-height: normal;
    *overflow: visible;
  }
  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
  }
  input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
  }
  input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  textarea {
    overflow: auto;
    vertical-align: top;
  }
  iframe[name=google_conversion_frame] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
  }
  input,
  button,
  select,
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
  }
  textarea {
    resize: vertical;
  }
  input[type=checkbox],
  input[type=radio] {
    display: none;
  }
  input[type=submit],
  input[type=button],
  label,
  button,
  select {
    cursor: pointer;
  }
  select::-ms-expand {
    display: none;
  }
  select:disabled {
    opacity: 1 !important;
  }
}
.header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 999;
}
.header .content {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  transform: translate(0, -50%);
}
.header__inner {
  padding: 20px;
  font-size: 0;
}
.header__image {
  width: 100%;
  display: block;
}
.header__image img {
  width: 160px;
}
.header__block {
  width: 100%;
  display: none;
  position: fixed;
  top: 73px;
  left: 0;
  padding: 30px 0;
  background-color: #fff;
}
.header__block a {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 0 30px;
  transition: 0.3s all;
}
.header__block a span {
  background: linear-gradient(to bottom right, #00081a 0%, #80848d 60%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 12px;
  padding: 0 0 8px;
  font-family: "Noto Sans JP", sans-serif;
}
.header__block a:last-child {
  background: linear-gradient(to bottom right, #00081a 0%, #80848d 60%, #fff 100%);
  width: 30%;
  margin: 0 auto;
  color: #fff;
  padding: 20px 20px;
  border-radius: 120px;
  border: 1px solid #fff;
}

.btn-trigger {
  position: relative;
  width: 24px;
  height: 16px;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3a3a3a;
  border-radius: 4px;
}

.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 7px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn02.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

#btn02.active span:nth-of-type(2) {
  opacity: 0;
}

#btn02.active span:nth-of-type(3) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.main {
  margin: 55px 0 0;
}
.main__image {
  width: 100%;
}
.main__image img {
  width: 100%;
}
.main__text {
  padding: 40px 0 0 20px;
  box-sizing: border-box;
}
.main__text-top {
  background: linear-gradient(to bottom right, #00081a 0%, #80848d 60%, #fff 100%);
  font-size: 16px;
  padding: 0 0 20px 8px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main__text-middle {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 25px;
  font-weight: 700;
  padding: 0 0 25px;
  min-height: 110px;
}
.main__text-bottom {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  padding: 0 0 0 8px;
}

.TextTyping span {
  display: none;
}

.TextTyping2 span {
  display: none;
}

.TextTyping3 span {
  display: none;
}

.TextTyping::after {
  content: "";
  animation: typinganime 0.8s ease infinite;
}

.TextTyping2::after {
  content: "";
  animation: typinganime 0.8s ease infinite;
}

.TextTyping3::after {
  content: "|";
  animation: typinganime 0.8s ease infinite;
}

@keyframes typinganime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.service {
  background: linear-gradient(to bottom right, #00081a 0%, #80848d 60%, #fff 100%);
  width: 100%;
  margin-top: 50px;
  animation: gradient 10s ease infinite;
  background-size: 400% 400%;
}
.service__inner {
  padding: 50px 20px 50px;
}
.service__title {
  color: #fff;
  padding: 0 0 10px;
}
.service__title-en {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
.service__title-jp {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  font-weight: 700;
}
.service__text {
  color: #fff;
  font-size: 14px;
  padding: 0 0 50px;
}
.service__wrapper {
  font-size: 0;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
}
.service__wrapper-block {
  width: 300px;
  flex-shrink: 0;
  margin: 0 20px 0 0;
  padding: 60px 30px 30px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 24px;
  position: relative;
  background-image: url(/image/back.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.service__wrapper-block:last-child {
  margin-right: 0;
}
.service__wrapper-block-no {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  position: absolute;
  font-size: 40px;
  top: 15px;
  left: 20px;
  letter-spacing: 1px;
}
.service__wrapper-block-image {
  width: 180px;
  margin: 0 auto 30px;
}
.service__wrapper-block-image img {
  width: 100%;
}
.service__wrapper-block-title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 24px;
  padding: 0 0 20px;
}
.service__wrapper-block-text {
  color: #fff;
  font-size: 14px;
}
.service__lang {
  color: #fff;
  padding: 24px;
  border: 1px solid #fff;
  border-radius: 24px;
  box-sizing: border-box;
}
.service__lang-top {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 20px;
}
.service__lang-bottom {
  display: block;
  font-size: 12px;
  line-height: 2;
}
.service__lang-bottom span {
  display: block;
  width: 50px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.wave {
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: -110px;
  left: 0;
  z-index: -1;
}

canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.box {
  opacity: 0;
}

.delay-time02 {
  animation-delay: 0.5s;
}

.delay-time04 {
  animation-delay: 1s;
}

/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
.box {
  opacity: 0;
}

/*==================================================
動き自体の指定：今回は「ふわっ」
===================================*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.company__inner {
  padding: 80px 20px;
  font-size: 0;
}
.company__title {
  width: 380px;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 30px;
}
.company__title-en {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  font-size: 14px;
  padding: 0 0 3px 5px;
}
.company__title-jp {
  background: linear-gradient(to bottom right, #00081a 0%, #80848d 60%, #fff 100%);
  font-size: 32px;
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.company__wrapper {
  display: block;
  vertical-align: top;
  width: 100%;
  margin: 10px 0 0;
  border-top: 1px solid #EAEAEA;
}
.company__wrapper-block {
  border-bottom: 1px solid #EAEAEA;
  padding: 20px 0;
}
.company__wrapper-block-top {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  padding: 0 0 10px;
}
.company__wrapper-block-bottom {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  position: relative;
}
.company__wrapper-block-bottom a {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px 10px 35px;
  font-size: 12px;
  border-radius: 50px;
  background-color: #EAEAEA;
  border: 1px solid #EAEAEA;
  line-height: 1.5;
  font-weight: bold;
}
.company__wrapper-block-bottom a:before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url(/image/map.png);
  background-size: cover;
  position: absolute;
  top: 12px;
  left: 17px;
}

.case__inner {
  padding: 0 20px 80px;
}
.case__title {
  padding: 0 0 30px;
}
.case__title-en {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  font-size: 14px;
  padding: 0 0 3px 5px;
}
.case__title-jp {
  background: linear-gradient(to bottom right, #83C037 0%, #3AAF96 28%, #18A7C1 63%, #0094CC 100%);
  font-size: 32px;
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.case__wrapper {
  font-size: 0;
  width: 100%;
}
.case__wrapper-block {
  width: 100%;
  display: block;
  position: relative;
}
.case__wrapper-block-image {
  width: 100%;
}
.case__wrapper-block-image img {
  width: 100%;
  border-radius: 24px 24px 0 0;
}
.case__wrapper-block:last-child .case__wrapper-block-image img {
  border-radius: 0 0 24px 24px;
}
.case__wrapper-block-text {
  color: #fff;
  position: absolute;
  top: 24px;
  left: 24px;
}
.case__wrapper-block-text-top {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
}
.case__wrapper-block-text-middle {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 10px;
}
.case__wrapper-block-text-bottom {
  width: 90%;
  font-size: 14px;
  line-height: 1.8;
}

.contact {
  padding: 50px 0 50px;
  background-image: url(/image/contact_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.contact__inner {
  text-align: center;
}
.contact__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 38px;
  letter-spacing: 2.5px;
  padding: 0 0 30px;
}
.contact__top {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 30px;
}
.contact__bottom {
  color: #fff;
  font-size: 14px;
  padding: 0 0 30px;
}
.contact__btn {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  padding: 25px 100px 25px 50px;
  border: 2px solid #EAEAEA;
  border-radius: 50px;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  transition: 0.3s all;
  background-color: #fff;
}
.contact__btn:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url(/image/btn.png);
  background-size: 100%;
  position: absolute;
  top: 14px;
  right: 17px;
}

.footer {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #fff;
  background-color: #141313;
  padding: 20px 0;
  font-size: 10px;
  font-weight: 100;
  letter-spacing: 2px;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein {
  opacity: 0;
  transform: translate(0, 200px);
  transition: all 1.5s;
}

.fadein-left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein-left {
  opacity: 0;
  transform: translate(-200px, 0);
  transition: all 1.5s;
}

.fadein-right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein-right {
  opacity: 0;
  transform: translate(200px, 0);
  transition: all 1.5s;
}

.fadein-top.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein-top {
  opacity: 0;
  transform: translate(0, -200px);
  transition: all 1.5s;
}
/*# sourceMappingURL=style_sp.css.map */