@charset "UTF-8";
/*  setting
//----------------------------------------------------------*/
:root {
  --black: #323232;
  --gray: #7e7e7e;
  --white: #fff;
  --main-blue: #e6e6e6;
  --main-purple: #f6f6f6;
}

/*  splash
//----------------------------------------------------------*/
.js-splash {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #000 url("../image/figure_bg.png") repeat center center/100%;
  display: none;
}

.js-splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  min-width: 800px;
  min-height: 800px;
  height: 800px;
  transform: translate(-50%, -50%);
  mix-blend-mode: plus-lighter;
  @media screen and (max-width: 767px) {
    width: 600px;
    min-width: 600px;
    min-height: 600px;
    height: 600px;
  }
}

/*  base
//----------------------------------------------------------*/
.pc-only {
  display: block;
  @media screen and (max-width: 767px) {
    display: none;
  }
}

.sp-only {
  display: none;
    @media screen and (max-width: 767px) {
      display: block;
  }
}

body {
  position: relative;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  color: var(--black);
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  background: #000 url("../image/figure_bg.png") repeat center center/100%;
  @media screen and (max-width: 767px) {
    font-size: 18px;
    letter-spacing: 0.1em;
    background-size: 130%;
  }
  &::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../image/about_cover.png") repeat center center/100%;
    opacity: 0.2;
    mix-blend-mode: plus-lighter;
  }
}


.techcon {
  transition: 0.5s ease-in-out;
  opacity: 0;
  overflow-x: hidden;
}

.techcon-image {
  position: fixed;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.techcon-image__item {
  height: auto;
  position: absolute;
}

.techcon-image__item--01 {
  width: 400px;
  right: 4vw;
  top: 11vh;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  @media screen and (max-width: 1600px) {
    right: 1vw;
  }
  @media screen and (max-width: 1400px) {
    right: -5vw;
  }
  @media screen and (max-width: 1200px) {
    right: -9vw;
    width: 350px;
  }
  @media screen and (max-width: 1024px) {
    right: -12vw;
    width: 330px;
  }
  @media screen and (max-width: 767px) {
    right: -19vw;
    top: 8vh;
    width: 150px;
  }
}

.techcon-image__item--02 {
  width: 440px;
  top: 22vh;
  left: -4vw;
  animation: floating-x 1.8s ease-in-out infinite alternate;
  @media screen and (max-width: 1600px) {
    top: 26vh;
  }
  @media screen and (max-width: 1400px) {
    left: -6vw;
    width: 350px;
  }
  @media screen and (max-width: 1200px) {
    width: 280px;
  }
  @media screen and (max-width: 1024px) {
    width: 210px;
    top: 29vh;
  }
  @media screen and (max-width: 767px) {
    top: 41vw;
    left: -16vw;
    width: 120px;
  }
}

.techcon-image__item--03 {
  width: 270px;
  right: -1vw;
  top: 58vh;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  @media screen and (max-width: 1600px) {
    right: -4vw;
  }
  @media screen and (max-width: 1400px) {
    width: 210px;
    top: 56vh;
  }
  @media screen and (max-width: 767px) {
    right: -4vw;
    top: 70vh;
    width: 90px;
  }
}

.techcon-image__item--04 {
  width: 440px;
  right: 15vw;
  top: 79vh;
  animation: floating-x 1.8s ease-in-out infinite alternate;
  @media screen and (max-width: 1400px) {
    right: 16vw;
    top: 82vh;
  }
  @media screen and (max-width: 1200px) {
    right: 7vw;
  }
  @media screen and (max-width: 1024px) {
    right: -3vw;
    width: 350px;
  }
  @media screen and (max-width: 767px) {
    right: -14vw;
    top: 86vh;
    width: 190px;
  }
}

.techcon-image__item--05 {
  width: 460px;
  right: 35vw;
  top: -26vh;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  @media screen and (max-width: 1600px) {
    right: 31vw;
  }
  @media screen and (max-width: 1400px) {
    width: 360px;
    top: -10vh;
  }
  @media screen and (max-width: 1024px) {
    width: 280px;
    top: -7vh;
    right: 31vw;
  }
  @media screen and (max-width: 767px) {
    width: 140px;
    top: 3vh;
    right: 29vw;
  }
}

.techcon-image__item--06 {
  width: 300px;
  right: 92vw;
  top: 82vh;
  animation: floating-x 1.8s ease-in-out infinite alternate;
  @media screen and (max-width: 1600px) {
    right: 90vw;
  }
  @media screen and (max-width: 1400px) {
    width: 280px;
    top: 78vh;
  }
  @media screen and (max-width: 1200px) {
    top: 58vh;
  }
  @media screen and (max-width: 1024px) {
    right: 86vw;
    top: 60vh;
  }
  @media screen and (max-width: 767px) {
    width: 180px;
    left: -31vw;
    top: 66vh;
  }
}

.techcon-image__item--07 {
  width: 600px;
  left: 10vw;
  top: 72vh;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  transform: rotate(-20deg);
  @media screen and (max-width: 1600px) {
    left: 12vw;
  }
  @media screen and (max-width: 1400px) {
    width: 400px;
    top: 77vh;
  }
  @media screen and (max-width: 1200px) {
    left: 9vw;
    top: 75vh;
    width: 350px;
  }
  @media screen and (max-width: 1024px) {
    width: 290px;
    top: 80vh;
  }
  @media screen and (max-width: 767px) {
    width: 190px;
    left: 9vw;
    top: 83vh;
  }
}

.techcon-image__item--08 {
  width: 300px;
  left: 15vw;
  top: 5vh;
  animation: floating-x 1.8s ease-in-out infinite alternate;
  @media screen and (max-width: 1600px) {
    left: 11vw;
  }
  @media screen and (max-width: 1400px) {
    width: 300px;
    left: 9vw;
    top: 3vh;
  }
  @media screen and (max-width: 1200px) {
    left: 3vw;
  }
  @media screen and (max-width: 1024px) {
    width: 260px;
    left: -5vw;
  }
  @media screen and (max-width: 767px) {
    width: 120px;
    left: -6vw;
    top: 5vh;
  }
}

.techcon__inner {
  position: relative;
}

.heading {
  display: inline-grid;
  padding: 0 0 50px;
  text-align: left;
  @media screen and (max-width: 767px) {
  padding: 0 0 30px 0;
  }
  span {
    position: relative;
    display: inline-block;
    background: linear-gradient(to right, #0088f0 0%, #cc51ff 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 0 7px;
    font-size: 24px;
    font-weight: bold;
    @media screen and (max-width: 767px) {
      font-size: 18px;
    }
  }
  img {
    width: auto;
    @media screen and (max-width: 767px) {
      height: 40px;
    }
  }
}

/*  snsボタン
//----------------------------------------------------------*/
.sns-btn {
  position: fixed;
  top: 100px;
  right: 30px;
  z-index: 20;
  @media screen and (max-width: 767px) {
    position: relative;
    top: 0;
    left: 0;
    padding: 20px 0 0;
  }
}

.sns-btn__list {
  @media screen and (max-width: 767px) {
    display: flex;
    justify-content: center;
  }
}

.sns-btn__item {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  background: #000;
  border: 1px solid var(--white);
  transition: 0.3s ease-in-out;
  @media screen and (max-width: 767px) {
    margin: 0 30px 0 0;
    width: 40px;
    height: 40px;
  }
  &:last-child {
    margin: 0;
  }
  &:hover {
    box-shadow: 0 0 15px 0 rgba(3, 36, 57, 0.2);
  }
}

.sns-btn__link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  &:hover .sns-btn__img {
    transform: scale(1.1);
  }
}

.sns-btn__img {
  width: 25px;
  height: auto;
  transition: 0.3s ease-in-out;
  @media screen and (max-width: 767px) {
    width: 18px;
  }
}

/*  header
//----------------------------------------------------------*/
.header {
  position: absolute;
  left: 50%;
  display: flex;
  width: 100%;
  height: 110px;
  margin: 0 auto;
  padding: 0 50px;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 60px rgba(3 , 17 , 23 , 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  @media screen and (max-width: 1080px) {
    padding: 0 30px;
  }
  @media screen and (max-width: 767px) {
    padding: 0 20px;
    height: 70px;
  }
  &.is-opend {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 70px 30px;
    background: rgba(0, 0, 0, 0.9);
    font-size: 16px;
    box-sizing: border-box;
    z-index: 100;
    align-items: baseline;
    &.is-scroll {
      height: 100%;
      opacity: 1 !important;
      transform: translate3d(-50%, 0px, 0px) !important;
      height: 100%;
    }
    .header-logo {
      display: none;
    }
    .header__menu {
      background: var(--white);
      span {
        background: linear-gradient(to right, #0088f0, #cc51ff);
        transition: 0.3s ease-in-out;
        &:nth-of-type(1) {
          top: 35px;
          left: 20px;
          width: 35px;
          transform: rotate(-30deg);
        }
        &:nth-of-type(2) {
          top: 35px;
          left: 20px;
          width: 35px;
          transform: rotate(30deg);
        }
      }
    }
    .header-nav {
      display: block;
      width: 100%;
      margin: 30px 0 0;
      opacity: 1;
      transition: 0.5s ease-in-out;
    }
    .header-nav__list {
      display: block;
      transform: scale(1);
    }
    .header-nav__item {
      &:last-child {
        padding: 30px 0 0;
      }
    }
    .header-nav__btn {
      width: 100%;
      height: 60px;
      font-size: 18px;
    }
    &.is-scroll {
      .header-logo,.header-nav__list {
        transform: scale(1);
      }
    }
  }
  &.is-scroll {
    position: fixed;
    height: 80px;
    background: rgba(0, 0, 0, 0.85);
    box-shadow: 0 0 15px 0 rgba(3, 36, 57, 0.2);
    z-index: 100;
    animation: DownAnime 0.5s forwards;
    @media screen and (max-width: 767px) {
      height: 55px;
    }
    .header-logo,.header-nav__list {
      transform: scale(0.8);
      @media screen and (max-width: 1024px) {
        transform: scale(0.9);
      }
    }
  }
}
.header__menu {
  display: none;
  @media screen and (max-width: 767px) {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    border: 0;
    background: linear-gradient(to right, #0088f0, #cc51ff);
  }
  span {
    position: absolute;
    top: 50%;
    right: 20px;
    height: 2px;
    background: var(--white);
    transition: 0.3s ease-in-out;
    &:nth-of-type(1) {
      top: 30px;
      width: 30px;
    }
    &:nth-of-type(2) {
      top: 40px;
      width: 20px;
    }
  }
}
.header-nav {
  @media screen and (max-width: 767px) {
    opacity: 0;
    display: none;
  }
}
.header-nav__list {
  display: flex;
  align-items: center;
  @media screen and (max-width: 767px) {
    display: none;
  }
}
.header-nav__item {
  &:last-child {
    padding: 0 0 0 20px;
    @media screen and (max-width: 767px) {
      padding: 0;
    }
  }
  @media screen and (max-width: 767px) {
    border-top: 1px solid var(--white);
  }
}
.header-nav__link {
  display: block;
  padding: 0 25px;
  font-size: 18px;
  font-weight: bold;
  color: var(--white);
  transition: 0.3s ease-in-out;
  @media screen and (max-width: 1024px) {
    padding: 0 10px;
    font-size: 14px;
  }
  @media screen and (max-width: 767px) {
    padding: 20px 0;
  }
  &:hover {
    background-image: linear-gradient(45deg, #0088f0 0%, #cc51ff 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}
.header-nav__txt {
  font-size: 14px;
  color: #9f9f9f;
  display: block;
  text-align: center;
  @media screen and (max-width: 767px) {
    text-align: left;
  }
}
.header-nav__btn {
  display: flex;
  width: 220px;
  height: 64px;
  border-radius: 32px;
  font-size: 18px;
  line-height: 45px;
  background: linear-gradient(to right, #0088f0 0%, #cc51ff 35%, #cc51ff 0%, #0088f0 135%);
  box-shadow: 0 0 20px rgba(3 , 17 , 23 , 0.2);
  background-position: 0 50%;
  background-size: 330% auto;
  color: #fff;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  &:hover {
    background-position: 100% 50%;
    box-shadow: 0 0 15px 5px rgb(145 47 157 / 50%);
    transform: scale(1.03);
  }
  @media screen and (max-width: 1024px) {
    font-size: 16px;
    width: 160px;
    height: 50px;
  }
}
.header-logo {
  display: flex;
  align-items: center;
  @media screen and (max-width: 767px) {
    position: absolute;
    left: 4vw;
  }
}

.header-logo__rakus {
  width: 60px;
  height: auto;
  @media screen and (max-width: 1024px) {
    width: 44px;
  }
  @media screen and (max-width: 767px) {
    width: 30px;
  }
}

.header-logo__tech {
  padding-left: 10px;
  height: 45px;
  width: auto;
  @media screen and (max-width: 1024px) {
    height: 35px;
  }
  @media screen and (max-width: 767px) {
    height: 30px;
  }
}

/*  fv
//----------------------------------------------------------*/
.fv {
  position: relative;
  display: flex;
  height: auto;
  padding: 14vw 0 10vw;
  justify-content: center;
  align-items: center;
  max-height: 100vh;
  min-height: 100vh;
  transition: 0.3s ease-in-out;
  @media screen and (max-width: 1700px) {
    padding: 20vw 0 16vw;
  }
  @media screen and (max-width: 767px) {
    min-height: 100vh;
    padding: 0 30px;
  }
}

.fv__inner {
  padding: 0 200px;
  @media screen and (max-width: 1024px) {
    max-width: 100%;
  }
  @media screen and (max-width: 767px) {
    display: flex;
    justify-content: center;
    padding: 0;
    width: 100%;
  }
}

.fv__block {
  width: 35vw;
  max-width: 1200px;
  text-align: center;
  @media screen and (max-width: 1400px) {
    width: 45vw;
  }
  @media screen and (max-width: 767px) {
    width: 75vw;
  }
}

.fv__logo {
  width: 100%;
  height: auto;
  @media screen and (max-width: 1024px) {
    width: 100%;
  }
  @media screen and (max-width: 767px) {
    max-width: 400px;
    height: auto;
  }
}

.fv__btn-block {
  display: flex;
  justify-content: center;
  margin: 4vw 0 0;
  @media screen and (max-width: 767px) {
    margin: 40px 0 0;
  }
}

.fv__btn {
  display: block;
  width: 550px;
  height: 90px;
  text-align: center;
  background: linear-gradient(to right, #0088f0 0%, #cc51ff 35%, #cc51ff 0%, #0088f0 135%);
  background-position: 0 50%;
  background-size: 330% auto;
  border-radius: 45px;
  color: var(--white);
  font-size: 22px;
  font-weight: bold;
  line-height: 90px;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  @media screen and (max-width: 1400px) {
    height: 70px;
    line-height: 70px;
  }
  @media screen and (max-width: 767px) {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
  &:hover {
    background-position: 100% 50%;
    box-shadow: 0 0 20px 5px rgb(145 47 157 / 50%);
    transform: scale(1.03);
  }
}

.fv-scroll {
  width: 10vw;
  height: 10vw;
  position: absolute;
  right: 15vw;
  bottom: 10vh;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.27em;
  &:hover {
    opacity: 0.6;
    .center-arrow {
      top: 53%;
    }
  }
  @media screen and (max-width: 1700px) {
    width: 14vw;
    height: 14vw;
  }
  @media screen and (max-width: 1400px) {
    right: 10vw;
  }
  @media screen and (max-width: 1200px) {
    bottom: 5vh;
  }
  @media screen and (max-width: 767px) {
    width: 40vw;
    height: 40vw;
    right: 3vw;
    bottom: 3vh;
  }
}

.fv-scroll__text {
  width: 100%;
  height: 100%;
  animation: rotateCircle 10s linear infinite;
}

.fv-scroll__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 40px;
  border-right: 1px solid var(--white);
  transition: 0.3s ease-in-out;
  animation: bounce 1.5s infinite;
  color: #333;
  @media screen and (max-width: 767px) {
    height: 26px;
  }
  &::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    transform: rotate(-35deg);
    width: 1px;
    height: 20px;
    border-right: 1px solid var(--white);
      @media screen and (max-width: 767px) {
        height: 14px;
        left: -4px;
      }
  }
}

/*  about
//----------------------------------------------------------*/
.about {
  position: relative;
  background: #fff;
}

.about__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin: 0 auto;
  z-index: 1;
  @media screen and (max-width: 1024px) {
    align-items: center;
  }
  @media screen and (max-width: 767px) {
    display: block;
    padding: 0 0 60px;
  }
}

.about__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 60%;
  padding: 150px 100px;
  min-height: 860px;
  @media screen and (max-width: 1500px) {
    padding: 100px 60px;
  }
  @media screen and (max-width: 1400px) {
    padding: 100px 40px;
  }
  @media screen and (max-width: 1200px) {
    min-height: auto;
    padding: 60px 40px;
  }
  @media screen and (max-width: 767px) {
    width: 100%;
    padding: 60px 25px;
  }
}

.about__img {
  position: relative;
  width: 40%;
  height: 800px;
  max-height: 800px;
  &::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../image/about_cover.png") no-repeat center center/cover;
    mix-blend-mode: plus-lighter;
  }
  @media screen and (max-width: 1024px) {
    height: 600px;
    max-height: 600px;
  }
  @media screen and (max-width: 767px) {
    width: 100%;
    padding: 0 0 0 25px;
    height: 670px;
    max-height: 670px;
  }
  @media screen and (max-width: 430px) {
    height: 500px;
    max-height: 500px;
  }
  video {
    height: 100%;
    object-fit: cover;
  }
}

.about__lead {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  @media screen and (max-width: 767px) {
    font-size: 20px;
  }
}

.about__txt {
  font-size: 20px;
  padding: 15px 0 0;
  line-height: 1.8;
  @media screen and (max-width: 767px) {
    font-size: 18px;
    line-height: 1.7;
  }
  &:first-of-type {
    padding: 0;
  }
}

.about-service {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 35px 0;
  margin: 50px 0 0;
  @media screen and (max-width: 1400px) {
    gap: 30px;
  }
  @media screen and (max-width: 1200px) {
    margin: 40px 0 0;
  }
  @media screen and (max-width: 1024px) {
    gap: 20px;
    margin: 30px 0 0;
  }
  @media screen and (max-width: 425px) {
    gap: 15px;
  }
}

.about-service__line {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 40px;
  @media screen and (max-width: 1400px) {
    gap: 30px;
  }
  @media screen and (max-width: 840px) {
    gap: 20px;
  }
}

.about-service__item {
  img {
    height: 52px;
    width: 167px;
    @media screen and (max-width: 1500px) {
      width: 150px;
      height: auto;
    }
    @media screen and (max-width: 1400px) {
      width: 134px;
    }
    @media screen and (max-width: 1024px) {
      width: 112px;
    }
    @media screen and (max-width: 840px) {
      width: 100px;
    }
    @media screen and (max-width: 767px) {
      width: 96px;
    }
    @media screen and (max-width: 425px) {
      width: 85px;
    }
  }
}

.about-service__item--rdenshihozon {
  img {
    width: 236px;
    height: auto;
    @media screen and (max-width: 1500px) {
      width: 216px;
    }
    @media screen and (max-width: 1400px) {
      width: 196px;
    }
    @media screen and (max-width: 1024px) {
      width: 161px;
    }
    @media screen and (max-width: 840px) {
      width: 141px;
    }
    @media screen and (max-width: 767px) {
      width: 140px;
    }
    @media screen and (max-width: 425px) {
      width: 120px;
    }
  }
}

.about-service__item--maildealer {
  img {
    width: 291px;
    height: auto;
    @media screen and (max-width: 1500px) {
      width: 268px;
    }
    @media screen and (max-width: 1400px) {
      width: 240px;
    }
    @media screen and (max-width: 1024px) {
      width: 208px;
    }
    @media screen and (max-width: 840px) {
      width: 171px;
    }
    @media screen and (max-width: 767px) {
      width: 166px;
    }
    @media screen and (max-width: 425px) {
      width: 156px;
    }
  }
}

.about-service__item--haihai {
  img {
    width: 246px;
    height: auto;
    @media screen and (max-width: 1500px) {
      width: 226px;
    }
    @media screen and (max-width: 1400px) {
      width: 206px;
    }
    @media screen and (max-width: 1024px) {
      width: 183px;
    }
    @media screen and (max-width: 840px) {
      width: 150px;
    }
    @media screen and (max-width: 767px) {
      width: 135px;
    }
    @media screen and (max-width: 425px) {
      width: 125px;
    }
  }
}

/*  message
//----------------------------------------------------------*/
.message {
  position: relative;
  z-index: 0;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 60px rgba(3 , 17 , 23 , 0.2);
}

.message__inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 150px 0;
  display: flex;
  align-items: center;
  color : var(--white);
  @media screen and (max-width: 1400px) {
    width: 100%;
    padding: 100px 40px;
  }
  @media screen and (max-width: 1024px) {
    display: block;
    justify-content: end;
  }
  @media screen and (max-width: 767px) {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 60px 25px;
    justify-content: start;
  }
}

.message__block {
  width: 100%;
  margin: 0 auto;
  min-width: max-content;
  @media screen and (max-width: 1024px) {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
  }
  @media screen and (max-width: 767px) {
    margin: 0;
  }
}

.message__description {
  padding: 0 0 0 60px;
  font-size: 20px;
  line-height: 1.8;
  @media screen and (max-width: 1024px) {
    padding: 0;
  }
  @media screen and (max-width: 767px) {
    font-size: 18px;
  }
}

.message__txt {
  padding: 15px 0 0;
  @media screen and (max-width: 767px) {
    line-height: 1.7;
  }
  &:first-of-type {
    padding: 0;
  }
}

.message-person {
  display: flex;
  align-items: center;
  @media screen and (max-width: 767px) {
    padding: 20px 0 0;
  }
  &.sp-only {
    display: none;
  }
  @media screen and (max-width: 767px) {
    &.pc-only {
      display: none;
    }
    &.sp-only {
      display: flex;
    }
  }
}

.message-person__block {
  padding: 0 0 0 40px;
  @media screen and (max-width: 767px) {
    padding: 0 0 0 20px;
  }
}

.message-person__post {
  display: block;
  padding: 10px 0 0;
  line-height: 1.4;
  @media screen and (max-width: 767px) {
    font-size: 16px;
  }
}
.message-person__name {
  font-size: 24px;
  padding: 20px 0 0;
  @media screen and (max-width: 767px) {
    font-size: 18px;
  }
}
.message-person__img {
  width: 140px;
  height: auto;
  @media screen and (max-width: 1024px) {
    width: 120px;
  }
  @media screen and (max-width: 767px) {
    width: 90px;
  }
}

/*  timetable
//----------------------------------------------------------*/
.timetable {
  position: relative;
}

.timetable__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 150px 0;
  @media screen and (max-width: 1400px) {
    width: 100%;
    padding: 100px 0 100px 40px;
  }
  @media screen and (max-width: 767px) {
    width: 100%;
    padding: 60px 0 80px 25px;
  }
}

.timetable__list {
  position: relative;
  padding: 0 0 0 130px;
  @media screen and (max-width: 767px) {
    margin: 35px 0 0;
    padding: 0 0 0 35px;
  }
}

.timetable__item {
  position: relative;
  background: var(--white);
  border-top: 1px solid var(--black);
  text-align: left;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background: var(--white);
  &:last-child {
    padding: 0;
    cursor: auto;
    .timetable__block {
      padding: 0;
    }
  }
  &:hover {
    box-shadow: 0px 0px 20px 10px rgba(3, 17, 23, 0.15);
    z-index: 10;
    opacity: 1;
    background: #ebeffa;
    .timetable__more{
      &::before {
        background-position: 100% 50%;
      }
    }
  }
}

.titmetable--noclick {
  cursor: default;
  pointer-events: none;
  &:hover {
    box-shadow: none;
  }
}

.timetable__block {
  transition: 0.3s ease-in-out;
  padding: 60px 50px;
  @media screen and (max-width: 767px) {
    padding: 40px 20px;
  }
}

.timetable__ttl {
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  @media screen and (max-width: 767px) {
    font-size: 18px;
  }
}

.timetable__ttl-img {
  display: block;
  margin: 0 0 20px;
  line-height: 1;
  @media screen and (max-width: 767px) {
    border-right: 0;
  }
}

.timetable__service {
  line-height: 1;
  box-sizing: content-box;
  width: auto;
  height: 40px;
  @media screen and (max-width: 767px) {
    height: 30px;
  }
}

.timetable__service--maildealer {
  height: 26px;
  @media screen and (max-width: 767px) {
    height: 20px;
  }
}

.timetable__service--haihai {
  height: 28px;
  @media screen and (max-width: 767px) {
    height: 22px;
  }
}

.timetable__txt {
  padding: 30px 0 0;
  font-size: 18px;
  line-height: 1.8;
  @media screen and (max-width: 767px) {
    font-size: 16px;
    padding: 20px 0 0;
    line-height: 1.7;
  }
}

.timetable__time {
  position: absolute;
  top: -26px;
  left: -130px;
  color: var(--white);
  font-size: 30px;
  font-weight: bold;
  font-family: ff-din-paneuropean, sans-serif;
  z-index: 20;
  @media screen and (max-width: 767px) {
    left: -55px;
    top: -20px;
    font-size: 16px;
    transform: rotate(90deg);
    z-index: 1;
    margin: 12px 0 0 -5px;
  }
  &::after {
    content: "";
    position: relative;
    display: inline-block;
    top: 0;
    right: -32px;
    width: 25px;
    height: 25px;
    background: var(--white);
    border: 1px solid var(--black);
    border-radius: 50%;
    @media screen and (max-width: 767px) {
      top: -23px;
      right: 32px;
      width: 15px;
      height: 15px;
      border: 1px solid var(--black);
    }
  }
}

.timetable__more {
  position: absolute;
  right: -0.5px;
  bottom: -0.5px;
  &::before {
    content: "";
    width: 80px;
    height: 80px;
    background: linear-gradient(to right, #0088f0 0%, #cc51ff 35%, #cc51ff 0%, #0088f0 135%);
    background-position: 0 50%;
    background-size: 330% auto;
    position: absolute;
    bottom: 0;
    right: 0;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    transition: 0.3s ease-in-out;
    @media screen and (max-width: 767px) {
      width: 65px;
      height: 65px;
    }
  }
  span {
    position: absolute;
    top: -40px;
    left: -54px;
    font-size: 14px;
    transform: rotate(-45deg);
    color: var(--white);
    @media screen and (max-width: 767px) {
      font-size: 12px;
      top: -34px;
      left: -45px;
    }
  }
}

.timetable-person {
  display: flex;
  padding: 20px 0 0;
  @media screen and (max-width: 1080px) {
    display: block;
  }
}

.timetable-person__item {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
  @media screen and (max-width: 1080px) {
    margin: 0 0 20px 0;
  }
}

.timetable-person__img {
  width: 90px;
  height: 90px;
  margin: 0 20px 0 0;
  @media screen and (max-width: 767px) {
    width: 70px;
    height: 70px;
    margin: 0 10px 0 0;
  }
}

.timetable-person__name {
  display: block;
  font-weight: bold;
  font-size: 20px;
  @media screen and (max-width: 767px) {
    font-size: 16px;
  }
}

.timetable-person__post {
  display: block;
  padding: 8px 0 0;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 1px;
  @media screen and (max-width: 767px) {
    padding: 5px 0 0;
  }
}

.timetable-line {
  position: absolute;
  left: 125px;
  top: 4px;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #0088f0 , #cc51ff);
  transition: 0.1s;
  @media screen and (max-width: 767px) {
    left: 30px;
    top: 0;
    width: 5px;
  }
}

/*  outline
//----------------------------------------------------------*/
.outline {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 60px rgba(3, 17, 23, 0.2);
  color: #fff;
  z-index: 1;
}

.outline__inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 90px 0;
  @media screen and (max-width: 1400px) {
    width: 100%;
    padding: 100px 40px;
  }
  @media screen and (max-width: 767px) {
    width: 100%;
    padding: 60px 25px;
  }
}

.outline-table {
  display: table;
  width: 950px;
  margin: 0 auto;
  @media screen and (max-width: 1400px) {
    width: 100%;
  }
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.outline-table__list {
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid var(--white);
  @media screen and (max-width: 767px) {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  &:last-child {
    border-bottom: 1px solid var(--white);
  }
}

.outline-table__head {
  position: relative;
  padding: 16px 34px;
  min-width: 160px;
  margin: 0 40px 0 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  color: var(--white);
  font-size: 18px;
  @media screen and (max-width: 767px) {
    font-size: 14px;
    padding: 10px 0;
    min-width: 90px;
    margin: 0 15px 0 0;
  }
}

.outline-table__data {
  font-size: 28px;
  font-weight: bold;
  @media screen and (max-width: 767px) {
    font-size: 18px;
  }
}

/*  participation
//----------------------------------------------------------*/
.participation {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: url("../image/participation_img.png") no-repeat center center/cover;
  padding: 120px 0;
  box-shadow: inset 0 0 30px 0 rgba(3, 36, 57, 0.5);
  @media screen and (max-width: 767px) {
    padding: 60px 25px;
  }
}
.participation__inner {
  max-width: 1200px;
  padding: 100px 0;
  margin: 0 auto;
  text-align: center;
  background: var(--white);
  @media screen and (max-width: 1400px) {
    max-width: 100%;
    margin: 0 40px;
  }
  @media screen and (max-width: 1200px) {
    padding: 100px 40px;
  }
  @media screen and (max-width: 767px) {
    padding: 50px 20px;
    margin: 0;
  }
}

.participation__heading {
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, #0088f0 , #cc51ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 45px;
  font-weight: bold;
  @media screen and (max-width: 767px) {
    font-size: 28px;
  }
}

.participation__txt {
  padding: 40px 0 50px;
  font-size: 24px;
  font-weight: bold;
  @media screen and (max-width: 767px) {
    padding: 10px 0 30px;
    font-size: 15px;
  }
}

.participation-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 950px;
  margin: 0 auto;
  @media screen and (max-width: 1200px) {
    width: 100%;
  }
  @media screen and (max-width: 767px) {
    flex-wrap: wrap;
    padding: 0;
  }
}
.participation-btn__item {
  position: relative;
  display: flex;
  width: 100%;
  height: 90px;
  padding: 3px;
  background: linear-gradient(to right, #0088f0 0%, #cc51ff 35%, #cc51ff 0%, #0088f0 135%);
  border-radius: 45px;
  align-items: center;
  justify-content: center;
  background-position: 0 50%;
  background-size: 330% auto;
  box-shadow: 0 0 15px 0 rgba(3, 36, 57, 0.2);
  transition: 0.3s ease-in-out;
  @media screen and (max-width: 1024px) {
    height: 80px;
  }
  @media screen and (max-width: 767px) {
    height: 60px;
    width: 100%;
    border-radius: 30px;
  }
  &:first-child {
    margin:0 30px 0 0;
    @media screen and (max-width: 1024px) {
      margin:0 20px 0 0;
    }
    @media screen and (max-width: 767px) {
      margin: 0 0 20px 0;
    }
  }
  &::before {
    content: "";
    position: absolute;
    right: 20px;
    width: 40px;
    height: 40px;
    background: url("../image/ico_tab.svg") no-repeat left center/100%;
    transition: 0.3s ease-in-out;
    @media screen and (max-width: 767px) {
      right: 20px;
      width: 30px;
      height: 30px;
    }
  }
  &:hover {
    background-position: 100% 50%;
    box-shadow: 0 0 20px 5px rgba(3, 36, 57, 0.2);
    .participation-btn__inner {
      background: #ebeffa;
    }
    &::before {
      transform: scale(1.1);
    }
    .participation-btn__connpass,
    .participation-btn__techplay {
      transform: scale(1.04);
    }
  }
}

.participation-btn__inner {
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 45px;
  align-items: center;
  justify-content: center;
  background: var(--white);
}

.participation-btn__connpass {
  width: 140px;
  height: auto;
  transition: 0.3s ease-in-out;
  @media screen and (max-width: 1024px) {
    width: 110px;
  }
  @media screen and (max-width: 767px) {
    width: 90px;
  }
}

.participation-btn__techplay {
  width: 205px;
  height: auto;
  transition: 0.3s ease-in-out;
  @media screen and (max-width: 1024px) {
    width: 155px;
  }
  @media screen and (max-width: 767px) {
    width: 110px;
  }
}

/*  recruit
//----------------------------------------------------------*/
.recruit {
  position: relative;
  z-index: 10;
}

.recruit__inner {
  margin: 150px auto -60px;
  width: 1200px;
  @media screen and (max-width: 1400px) {
    width: 100%;
    padding: 0 40px;
}
  @media screen and (max-width: 767px) {
    width: 100%;
    padding: 60px 30px;
    margin: 0 0 -110px;
  }
}

.recuit__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  @media screen and (max-width: 1400px) {
    gap: 40px;
  }
  @media screen and (max-width: 767px) {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.recruit__link {
  position: relative;
  display: block;
  width: 100%;
  height: 281px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--white);
  transition: 0.3s ease-in-out;
  @media screen and (max-width: 1024px) {
    height: 240px;
  }
  @media screen and (max-width: 767px) {
    height: 140px;
    border-radius: 15px;
  }
  &::before {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 330px;
    height: 70px;
    background: url("../image/figure_text_engineer.png") no-repeat left bottom/100%;
    z-index: 10;
    @media screen and (max-width: 1400px) {
      width: 280px;
    }
    @media screen and (max-width: 1024px) {
      width: 200px;
    }
    @media screen and (max-width: 767px) {
      width: 160px;
      right: 0;
    }
  }
  &:nth-child(2)::before {
    background: url("../image/figure_text_designer.png") no-repeat left bottom/100%;
  }
  &:hover {
    box-shadow: 0px 0px 20px 10px rgba(3, 17, 23, 0.2);
    .recruit__txt {
      transform: translateY(-50%) scale(1.03);
    }
    .recruit__img {
      left: -100px;
      top: -70px;
      @media screen and (max-width: 767px) {
        left: 0;
        top: 0;
      }
    }
  }
}


.recruit__txt {
  position: absolute;
  top: 50%;
  left: 40px;
  color: var(--black);
  font-size: 30px;
  font-weight: bold;
  transform: translateY(-50%);
  z-index: 10;
  transition: 0.3s ease-in-out;
  @media screen and (max-width: 1024px) {
    font-size: 24px;
    left: 30px;
  }
  @media screen and (max-width: 767px) {
    left: 20px;
    font-size: 20px;
  }
  &::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    width: 40px;
    height: 40px;
    background: url("../image/ico_tab_black.svg") no-repeat left center/100%;
    transition: 0.3s ease-in-out;
    @media screen and (max-width: 767px) {
      right: -30px;
      width: 30px;
      height: 30px;
    }
  }
}

.recruit__img {
  width: 700px;
  left: 0;
  position: absolute;
  transition: 0.3s ease-in-out;
  @media screen and (max-width: 1400px) {
    left: -40px;
  }
  @media screen and (max-width: 1024px) {
    left: -80px;
  }
  @media screen and (max-width: 767px) {
    width: 100%;
    left: 0;
  }
}


/*  footer
//----------------------------------------------------------*/
.footer {
  background: var(--gray);
  position: relative;
}

.footer__inner {
  padding: 120px 0 60px;
  font-size: 10px;
  text-align: center;
  color: var(--white);
  @media screen and (max-width: 767px) {
      padding: 70px 0 60px;
  }
}

/*  modal
//----------------------------------------------------------*/
.modal {
  position: fixed;
  display: none;
  top: 50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .modal {
    top: 53%;
  }
}
.modal.is-active {
  display: block;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  animation: modalOpen 0.3s ease forwards;
}
.modal.is-active2 {
  display: block;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  animation: modalClose 0.3s ease forwards;
}
.modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
}
.modal__inner {
  top: 50%;
  left: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1000px;
  width: 100%;
  z-index: 1000;
  transform: translateY(-50%) translateX(-50%);
  @media screen and (max-width: 1400px) {
    max-width: 100%;
    margin: 0 -90px;
  }
  @media screen and (max-width: 767px) {
    margin: 0 0 0 -30px;
  }
}

.modal__close {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 50px;
  height: 50px;
  background: linear-gradient(to right, #0088f0 0%, #cc51ff 35%, #cc51ff 0%, #0088f0 100%);
  background-position: 0 50%;
  box-shadow: 0 0 20px rgba(3 , 17 , 23 , 0.2);
  background-size: 330% auto;
  border: 0;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  &:hover {
    background-position: 100% 50%;
  }

  @media screen and (max-width: 767px) {
    top: -50px;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  &::before,
  &::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 30px;
    border-bottom: 2px solid #fff;
    @media screen and (max-width: 767px) {
      width: 20px;
    }
  }
  &::before {
  transform: translateX(-50%) rotate(-150deg);
  }
  &::after {
    transform: translateX(-50%) rotate(150deg);
  }
}

.modal-info {
  padding: 50px;
  max-width: 100%;
  max-height: 80vh;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  overflow: scroll;
  box-shadow: 0 0 40px rgba(3, 36, 57, 0.4);
  @media screen and (max-width: 767px) {
    height: 100%;
    padding: 40px 20px;
    border-radius: 15px;
    overflow: scroll;
  }
}

.modal-info__time {
  padding: 0 0 15px;
  color: #899398;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  font-family: ff-din-paneuropean, sans-serif;
  @media screen and (max-width: 767px) {
    padding: 0 0 10px;
    font-size: 20px;
    display: block;
  }
}

.modal-info__ttl {
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  @media screen and (max-width: 767px) {
    align-items: baseline;
    font-size: 20px;
  }
}

.modal-info__logo-wrap {
  margin: 0 0 15px 20px;
  display: inline-block;
  @media screen and (max-width: 767px) {
    border-right: none;
    margin: 0 0 15px;
  }
}

.modal-info__logo {
  height: 32px;
  width: auto;
}

.modal-info__logo--haihai {
  height: 25px;
}

.modal-info__logo--maildealer {
  height: 23px;
}

.modal-info__txt {
  margin: 15px 0 0;
  line-height: 1.7;
  @media screen and (max-width: 767px) {
    font-size: 16px;
  }
}

.modal-info-person {
  display: flex;
  margin: 30px 0 0;
  @media screen and (max-width: 1080px) {
    flex-wrap: wrap;
  }
}

.modal-info-person__item {
  flex: 1;
  margin: 0 20px 0 0;
  align-items: center;
  background: #eee;
  @media screen and (max-width: 1080px) {
    flex: auto;
    margin: 0 0 20px;
  }
  &:last-child {
    margin: 0;
  }
}

.modal-info-person__block {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
  @media screen and (max-width: 767px) {
    padding: 15px;
  }
}

.modal-info-person__img {
  display: flex;
  width: 80px;
  margin: 0 20px 0 0;
  @media screen and (max-width: 767px) {
    width: 60px;
    height: 60px;
    margin: 0 10px 0 0;
  }
}

.modal-info-person__post {
  display: block;
  padding: 0 0 4px 0;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 1px;
  @media screen and (max-width: 767px) {
    padding: 0;
  }
}

.modal-info-person__name {
  display: block;
  font-weight: bold;
  padding: 0 0 10px;
  @media screen and (max-width: 767px) {
    font-size: 16px;
}
}

.modal-info-person__txt {
  padding: 20px;
  font-size: 16px;
  line-height: 1.7;
  @media screen and (max-width: 767px) {
    padding: 15px;
    font-size: 14px;
  }
}

/* 
TOPに戻るボタン
 */
.button-page-top {
  position: fixed;
  bottom: -60px;
  right: 20px;
  opacity: 0;
  display: block;
  height: 50px;
  text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
  width: 60px;
  height: 60px;
  background: #000;
  z-index: 90;
  border: 1px solid var(--white);
  box-shadow: 0 0 15px 0 rgba(3, 36, 57, 0.2);
  transition: 0.3s ease-in-out;
  @media screen and (max-width: 1024px) {
    bottom: 0;
  }
  @media screen and (max-width: 767px) {
    right: 0;
    width: 60px;
    height: 60px;
  }
  &::after {
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: auto;
    transform: translateY(-30%) translateX(-50%) rotate(-45deg);
    transition: all ease 0.3s;
    border-top: 2px solid var(--white);
    border-right: 2px solid var(--white);
  }
}
.button-page-top.is-show {
  bottom: 20px;
  opacity: 1;
  @media screen and (max-width: 1024px) {
    right: 15px;
    bottom: 0;
  }
  @media screen and (max-width: 767px) {
    bottom: 0;
    right: 0;
    border: 0;
    opacity: 0.9;
  }
  &:hover {
    &::after {
      top:45%;
    }
  }
}

.is-fadeup {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}
.slide-in__inner {
  display: inline-block;
}

.is-slide-left {
  animation-name: slideTextX100;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.is-slide-right {
  animation-name: slideTextX-100;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-50%);
    opacity: 1;
  }
  50% {
    transform: translateY(-40%);
    opacity: 0;
  }
}
@keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 1000;
  }
}
@keyframes modalClose {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translate3d(-50%, -170px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes floating-y {
  0% {
    transform: translate3d(0,0,0);
  }
  100% {
    transform: translate3d(2%, 2%, 0);
  }
}
@keyframes floating-x {
  0% {
    transform: translate3d(0,0,0);
  }
  100% {
    transform: translate3d(2%, 2%, 0);
  }
}
@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
