html {
  font-size: 62.5%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-header {
  width: 100%;
}

.l-header__logo {
  display: inline-block;
  position: fixed;
  left: 170px;
  top: 70px;
  z-index: 10;
}

.l-header__icon {
  width: 70px;
  height: 70px;
  cursor: pointer;
  display: inline-block;
  position: fixed;
  right: 150px;
  top: 50px;
  z-index: 10;
  -webkit-animation: 6s linear infinite rotation;
          animation: 6s linear infinite rotation;
}

.l-header__sunBorder span {
  z-index: 15;
  display: block;
  cursor: pointer;
  position: fixed;
  top: 80px;
  right: 172px;
  width: 25px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}

.l-header__sunBorder span:nth-child(1) {
  z-index: 20;
  cursor: pointer;
  top: 80px;
}

.l-header__sunBorder span:nth-child(2) {
  z-index: 20;
  cursor: pointer;
  top: 88px;
}

.l-header__menu {
  width: 100%;
  height: 100vh;
  background-color: #d6b764;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5% 0;
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
}

.l-header__menu--top {
  display: block;
  margin: 0;
  width: 100px;
}

.l-header__menu--vision {
  display: block;
  margin: 0;
  width: 100%;
}

.l-header__menu--whatWeDo {
  display: block;
  margin: 0;
  width: 100%;
}

.l-header__menu--company {
  display: block;
  margin: 0;
  width: 100%;
}

.l-header__menu--contact {
  display: block;
  margin: 0;
  width: 100%;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.l-hero {
  width: 100%;
  height: 100vh;
  background-color: #f9f1e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-hero__logo {
  display: block;
}

.l-main {
  width: 100%;
  height: 100%;
}

.l-main__vision {
  height: 1460px;
}

.p-enthusiasm {
  width: 100%;
  height: 100vh;
  background-color: #79aa93;
  position: relative;
}

.p-enthusiasm__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.p-person {
  width: 100%;
  background-color: #f9f1e9;
  height: 3000px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-person__title {
  display: block;
  width: 100%;
  height: 60px;
  margin-top: 100px;
}

.p-person__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 200px;
  margin: 0;
  position: absolute;
  top: 220px;
  left: auto;
}

.p-person__box > li {
  list-style: none;
}

.p-person__box--image {
  width: 250px;
  visibility: visible;
  margin-left: 25px;
}

.p-person__box--image:nth-child(3) {
  margin-left: 20px;
}

.p-person__box--unexperiencedText {
  width: 300px;
  display: inline-block;
  color: #666;
  font-size: 2.0rem;
  font-weight: 800;
  text-align: center;
  margin-top: 10px;
}

.p-person__box--unexperiencedText > span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #edbead));
  background: linear-gradient(transparent 0%, #edbead 0%);
}

.p-person__box--freelanceText {
  width: 300px;
  display: inline-block;
  color: #666;
  font-size: 2.0rem;
  font-weight: 800;
  text-align: center;
  margin-top: 10px;
}

.p-person__box--freelanceText > span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #edbead));
  background: linear-gradient(transparent 0%, #edbead 0%);
}

.p-person__box--engineerText {
  width: 300px;
  display: inline-block;
  color: #666;
  font-size: 2.0rem;
  font-weight: 800;
  text-align: center;
  margin-top: 10px;
}

.p-person__box--engineerText > span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #edbead));
  background: linear-gradient(transparent 0%, #edbead 0%);
}

.p-person__introduction {
  background-image: url("../images/person-introduction_sp.svg");
  background-size: contain;
  width: 60%;
  display: block;
  position: absolute;
  top: 600px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-person__contact {
  width: 338px;
  position: absolute;
  top: 640px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-person__recruitment {
  position: absolute;
  top: 800px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-person__wantedly {
  background-image: url("../images/wantedly.png");
  background-position: center;
  background-size: contain;
  display: block;
  width: 80%;
  height: 500px;
  position: absolute;
  top: 900px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-person__twitterText {
  width: 40%;
  position: absolute;
  top: 1470px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-person__twitter {
  position: absolute;
  top: 1600px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-vision {
  width: 100%;
  height: 1700px;
  background-color: #f9f1e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px 0;
  position: relative;
}

.p-vision__title {
  width: 30%;
  height: 60px;
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-vision__box {
  list-style: none;
  padding: 0;
  margin: 100px 0;
}

.p-vision__plant {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-vision__plant--passion {
  background-image: url("../images/passion.svg");
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 410px;
  margin-right: 70px;
}

.p-vision__plant--clever {
  background-image: url("../images/clever.svg");
  background-position: center;
  background-size: contain;
  width: 70%;
  height: 410px;
  margin-right: 100px;
}

.p-vision__plant--realistic {
  background-image: url("../images/realistic.svg");
  background-position: center;
  background-size: contain;
  width: 70%;
  height: 410px;
  margin-right: 70px;
}

.p-vision__plant--passionText {
  width: 100%;
  display: inline-block;
  font-size: 2.0rem;
  font-weight: 800;
  color: #666;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 0 0 50px;
  text-align: center;
}

.p-vision__plant--cleverText {
  width: 100%;
  display: inline-block;
  font-size: 2.0rem;
  font-weight: 800;
  color: #666;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 0 0 20px;
  text-align: center;
}

.p-vision__plant--realisticText {
  width: 100%;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 800;
  color: #666;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 0 0 50px;
  text-align: center;
}

.p-vision__plant--text {
  width: 100%;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 800;
  color: #666;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  text-align: center;
}

.p-vision__wantedly {
  width: 562px;
  position: absolute;
  top: 1550px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-businessContent {
  width: 100%;
  height: 1300px;
  background-color: #e5977f;
  text-align: center;
  padding-top: 100px;
}

.p-businessContent__box {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-businessContent__box > li {
  margin-top: 100px;
  text-align: center;
  position: relative;
}

.p-businessContent__engineerImage {
  background-image: url("../images/engineer-debut.svg");
  background-size: contain;
  width: 60%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 230px;
}

.p-businessContent__systemImage {
  background-image: url("../images/systemEngineer.svg");
  background-size: contain;
  width: 60%;
  height: 100px;
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 100px;
}

.p-businessContent__devImage {
  background-image: url("../images/development.svg");
  background-size: contain;
  width: 60%;
  height: 100px;
  position: absolute;
  top: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 130px;
}

.p-businessContent__engineerText {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-businessContent__systemText {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  position: absolute;
  top: 250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-businessContent__devText {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  position: absolute;
  top: 400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-businessContent__wantedly {
  width: 562px;
  position: absolute;
  top: 450px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-businessContent__cactus {
  margin-top: 650px;
  background-color: #f6c795;
  height: 80px;
  position: relative;
}

.p-businessContent__cactus--small {
  background-image: url("../images/cactus.png");
  background-size: cover;
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 0;
  right: 430px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-businessContent__cactus--large {
  background-image: url("../images/cactus.png");
  background-size: cover;
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: 0;
  right: 200px;
}

.p-company {
  width: 100%;
  height: 1800px;
  background-color: #f9f1e9;
  text-align: center;
  padding: 150px 150px 0 150px;
}

.p-company__contents {
  height: 1400px;
  margin-top: 100px;
  border: 4px solid;
  border-color: #e5977f #e5977f #79aa93 #79aa93;
  position: relative;
}

.p-company__profile {
  position: absolute;
  top: 50px;
  left: 100px;
}

.p-company__detail {
  color: #666;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: 100px;
  left: 100px;
  text-align: left;
}

.p-company__detail--header {
  padding: 0 0 20px 30px;
  vertical-align: top;
}

.p-company__detail--data {
  padding: 0 0 20px 30px;
}

.p-company__map {
  position: absolute;
  top: 470px;
  left: 230px;
}

.p-company__representative {
  position: relative;
}

.p-company__representativeProfile {
  position: absolute;
  top: 50px;
  left: 600px;
}

.p-company__representativeImage {
  width: 250px;
  position: absolute;
  top: 90px;
  left: 620px;
}

.p-company__introduction {
  color: #666;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: 400px;
  left: 600px;
  text-align: left;
}

.p-company__introduction--header {
  padding: 0 0 20px 30px;
  vertical-align: top;
}

.p-company__introduction--data {
  padding: 0 0 20px 30px;
}

.p-company__link {
  height: 60px;
  position: absolute;
  top: 830px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-company__wantedly {
  background-image: url("../images/wantedly.png");
  background-position: center;
  background-size: contain;
  display: block;
  width: 80%;
  height: 400px;
  position: absolute;
  top: 910px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-form {
  width: 100%;
  height: 1100px;
  background-color: #79aa93;
  text-align: center;
  padding-top: 100px;
}

.p-form__wrap {
  height: 800px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form__nameImage {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-form__name {
  width: 31.5%;
  height: 43px;
  display: inline-block;
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-form__mailImage {
  position: absolute;
  top: 280px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-form__mail {
  width: 31.5%;
  height: 43px;
  display: inline-block;
  position: absolute;
  top: 330px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-form__messageImage {
  position: absolute;
  top: 450px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-form__message {
  width: 31.5%;
  height: 230px;
  display: inline-block;
  position: absolute;
  top: 500px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-footer {
  width: 100%;
  height: 60px;
  background-color: #f9f1e9;
  position: relative;
}

.l-footer__text {
  display: inline-block;
  text-align: center;
  color: #666;
  margin: 0 auto;
  font-size: 2.0rem;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-footer__contact {
  display: block;
  position: fixed;
  bottom: 70px;
  right: 150px;
}

.l-footer__icon {
  z-index: 10;
  width: 70px;
  height: 70px;
}

.p-sliderTopLeft {
  display: block;
  background-image: url("../images/chorale.svg");
  background-size: cover;
  width: 100%;
  height: 50px;
  opacity: 0;
  -webkit-transform: translate(-1500px, 0);
          transform: translate(-1500px, 0);
  -webkit-transition: all 2s 0s ease-out;
  transition: all 2s 0s ease-out;
}

.p-sliderBottomLeft {
  display: block;
  background-image: url("../images/chorale.svg");
  background-size: cover;
  width: 100%;
  height: 50px;
  margin-top: 50px;
  opacity: 0;
  -webkit-transform: translate(-1500px, 0);
          transform: translate(-1500px, 0);
  -webkit-transition: all 2s 0s ease-out;
  transition: all 2s 0s ease-out;
  position: absolute;
  bottom: 50px;
  left: auto;
}

.p-sliderBottomRight {
  display: block;
  background-image: url("../images/green.svg");
  background-size: cover;
  width: 100%;
  height: 50px;
  opacity: 0;
  -webkit-transform: translate(1500px, 0);
          transform: translate(1500px, 0);
  -webkit-transition: all 2s 0s ease-out;
  transition: all 2s 0s ease-out;
  position: absolute;
  bottom: 0;
  left: auto;
}

.c-btn {
  display: inline-block;
  width: 150px;
  height: 40px;
  font-size: 2.0rem;
  position: absolute;
  cursor: pointer;
  top: 800px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 795px) {
  #container {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .l-header {
    width: 100%;
    padding: auto 30px;
  }
  .l-header__logo {
    z-index: 10;
    position: fixed;
    top: 50px;
    left: 30px;
  }
  .l-header__icon {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 50px;
    right: 30px;
    -webkit-animation: 6s linear infinite rotation;
            animation: 6s linear infinite rotation;
  }
  .l-header__sunBorder span {
    z-index: 15;
    display: block;
    cursor: pointer;
    position: fixed;
    right: 48px;
    width: 14px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
  }
  .l-header__sunBorder span:nth-child(1) {
    cursor: pointer;
    top: 70px;
  }
  .l-header__sunBorder span:nth-child(2) {
    cursor: pointer;
    top: 78px;
  }
  .l-header__menu {
    width: 100%;
    height: 100vh;
    background-color: #d6b764;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
  }
  .l-header__menu--top {
    display: block;
    margin: 0;
    width: 80px;
  }
  .l-header__menu--vision {
    display: block;
    margin: 30px 0 0 0;
    width: 220px;
  }
  .l-header__menu--whatWeDo {
    display: block;
    margin: 30px 0 0 0;
    width: 240px;
  }
  .l-header__menu--company {
    display: block;
    margin: 30px 0 0 0;
    width: 200px;
  }
  .l-header__menu--contact {
    display: block;
    margin: 30px 0 0 0;
    width: 200px;
  }
  .l-hero {
    width: 100%;
    height: 100vh;
  }
  .l-hero__logo {
    width: 50%;
    display: block;
  }
  .p-enthusiasm {
    width: 100%;
    height: 400px;
    background-color: #79aa93;
    position: relative;
  }
  .p-enthusiasm__image {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .p-person {
    width: 100%;
    background-color: #f9f1e9;
    height: 3500px;
    position: relative;
    text-align: center;
  }
  .p-person__title {
    display: block;
    width: 60%;
    height: 60px;
    margin-top: 60px;
  }
  .p-person__box {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-person__box > li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-person__box--image {
    width: 200px;
    visibility: visible;
    margin: 30px 0 0 30px;
  }
  .p-person__box--unexperiencedText {
    width: 100%;
    display: inline-block;
    color: #666;
    font-size: 2.0rem;
    font-weight: 800;
    text-align: center;
    margin-top: 0;
  }
  .p-person__box--unexperiencedText > span {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #edbead));
    background: linear-gradient(transparent 0%, #edbead 0%);
  }
  .p-person__box--freelanceText {
    width: 100%;
    display: inline-block;
    color: #666;
    font-size: 2.0rem;
    font-weight: 800;
    text-align: center;
    margin: 30px 0 40px 0;
  }
  .p-person__box--freelanceText > span {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #edbead));
    background: linear-gradient(transparent 0%, #edbead 0%);
  }
  .p-person__box--engineerText {
    width: 100%;
    display: inline-block;
    color: #666;
    font-size: 2.0rem;
    font-weight: 800;
    text-align: center;
    margin-top: 30px;
  }
  .p-person__box--engineerText > span {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #edbead));
    background: linear-gradient(transparent 0%, #edbead 0%);
  }
  .p-person__introduction {
    background-image: url("../images/person-introduction_sp.svg");
    background-size: contain;
    width: 90%;
    height: 100px;
    display: block;
    position: absolute;
    top: 1150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-person__contact {
    width: 80%;
    position: absolute;
    top: 1300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-person__recruitment {
    width: 80%;
    position: absolute;
    top: 1450px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-person__wantedly {
    background-image: url("../images/wantedly_sp.png");
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 1500px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-person__twitterText {
    width: 80%;
    position: absolute;
    top: 2050px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-person__twitter {
    position: absolute;
    top: 2150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-twitter {
    width: 60%;
    position: absolute;
    top: 2700px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-vision {
    width: 100%;
    height: 1100px;
  }
  .p-vision__title {
    width: 60%;
    height: 60px;
    position: absolute;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-vision__box {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 100px auto 0 auto;
  }
  .p-vision__wantedly {
    width: 80%;
    position: absolute;
    top: 1000px;
    left: 49%;
    -webkit-transform: translateX(-49%);
            transform: translateX(-49%);
  }
  .p-vision__plant {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-vision__plant--passion {
    background-image: url("../images/passion_sp.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
    margin-right: 20px;
  }
  .p-vision__plant--clever {
    background-image: url("../images/clever_sp.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
    margin-right: 20px;
  }
  .p-vision__plant--realistic {
    background-image: url("../images/realistic_sp.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
    margin-right: 20px;
  }
  .p-vision__plant--passionText {
    display: none;
  }
  .p-vision__plant--cleverText {
    display: none;
  }
  .p-vision__plant--realisticText {
    display: none;
  }
  .p-businessContent {
    width: 100%;
    height: 1130px;
    position: relative;
  }
  .p-businessContent__box {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-businessContent__box > li {
    margin-top: 100px;
  }
  .p-businessContent__title {
    width: 70%;
  }
  .p-businessContent__engineerImage {
    background-image: url("../images/engineer-debut.svg");
    background-size: contain;
    width: 60%;
    height: 100px;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
  }
  .p-businessContent__systemImage {
    background-image: url("../images/systemEngineer.svg");
    background-size: contain;
    width: 90%;
    height: 100px;
    position: absolute;
    top: 130px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
  }
  .p-businessContent__devImage {
    background-image: url("../images/development.svg");
    background-size: contain;
    width: 70%;
    height: 100px;
    position: absolute;
    top: 220px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
  }
  .p-businessContent__engineerText {
    width: 100%;
    color: #fff;
    font-size: 1.2rem;
    margin-top: 0;
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-businessContent__engineerText > span {
    display: inline-block;
  }
  .p-businessContent__systemText {
    width: 100%;
    color: #fff;
    font-size: 1.2rem;
    margin-top: 0;
    position: absolute;
    top: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-businessContent__systemText > span {
    display: inline-block;
  }
  .p-businessContent__devText {
    width: 100%;
    color: #fff;
    font-size: 1.2rem;
    margin-top: 10px;
    position: absolute;
    top: 270px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-businessContent__devText > span {
    display: inline-block;
  }
  .p-businessContent__wantedly {
    width: 80%;
    position: absolute;
    top: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-businessContent__cactus {
    margin-top: 500px;
    background-color: #f6c795;
    height: 80px;
    position: relative;
  }
  .p-businessContent__cactus--small {
    background-image: url("../images/cactus.png");
    background-size: cover;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0;
    right: 180px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .p-businessContent__cactus--large {
    background-image: url("../images/cactus.png");
    background-size: cover;
    width: 50%;
    height: 200px;
    position: absolute;
    bottom: 0;
    right: 20px;
  }
  .p-company {
    width: 100%;
    height: 2700px;
    position: relative;
    background-color: #f9f1e9;
    text-align: center;
    padding: 150px 10px 0 10px;
  }
  .p-company__title {
    width: 70%;
  }
  .p-company__contents {
    height: 2300px;
    margin-top: 100px;
    border: 4px solid;
    border-color: #e5977f #e5977f #79aa93 #79aa93;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-company__profile {
    width: 30%;
    height: 20px;
    position: absolute;
    top: 50px;
    left: 10px;
  }
  .p-company__detail {
    color: #666;
    font-size: 1.3rem;
    display: inline-block;
    position: relative;
    top: 100px;
    left: 10px;
    text-align: left;
  }
  .p-company__detail--header {
    padding: 0 0 20px 0;
    vertical-align: top;
  }
  .p-company__detail--data {
    padding: 0 0 20px 10px;
  }
  .p-company__map {
    position: absolute;
    top: 460px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-company__representative {
    position: relative;
  }
  .p-company__representativeProfile {
    height: 20px;
    position: absolute;
    top: 500px;
    left: 10px;
  }
  .p-company__representativeImage {
    width: 80%;
    position: absolute;
    top: 580px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-company__introduction {
    color: #666;
    font-size: 1.3rem;
    display: inline-block;
    position: absolute;
    top: 950px;
    left: 10px;
    text-align: left;
  }
  .p-company__introduction--header {
    padding: 0 0 20px 0;
    vertical-align: top;
  }
  .p-company__introduction--data {
    padding: 0 0 20px 10px;
  }
  .p-company__link {
    height: 40px;
    position: absolute;
    top: 1600px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-company__wantedly {
    background-image: url("../images/wantedly_sp.png");
    background-position: center;
    background-size: contain;
    display: block;
    width: 100%;
    position: absolute;
    top: 1700px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-form {
    width: 100%;
    height: 1100px;
    background-color: #79aa93;
    text-align: center;
    padding-top: 100px;
  }
  .p-form__title {
    width: 60%;
  }
  .p-form__wrap {
    height: 800px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-form__nameImage {
    width: 20%;
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-form__name {
    width: 80%;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-form__mailImage {
    width: 20%;
    position: absolute;
    top: 280px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-form__mail {
    width: 80%;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 330px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-form__messageImage {
    width: 30%;
    position: absolute;
    top: 450px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-form__message {
    width: 80%;
    height: 230px;
    display: inline-block;
    position: absolute;
    top: 500px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .l-footer {
    width: 100%;
  }
  .l-footer__contact {
    display: block;
    position: fixed;
    bottom: 70px;
    right: 30px;
  }
  .l-footer__icon {
    z-index: 10;
    width: 50px;
    height: 50px;
  }
  .l-footer__text {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #666;
    margin: 0 auto;
    font-size: 1.8rem;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-sliderTopLeft {
    display: block;
    background-image: url("../images/chorale_sp.svg");
    background-size: cover;
    width: 100%;
    height: 50px;
    opacity: 0;
    -webkit-transform: translate(-1500px, 0);
            transform: translate(-1500px, 0);
    -webkit-transition: all 2s 0s ease-out;
    transition: all 2s 0s ease-out;
  }
  .p-sliderBottomLeft {
    display: block;
    background-image: url("../images/chorale_sp.svg");
    background-size: cover;
    width: 100%;
    height: 50px;
    margin: 0;
    opacity: 0;
    -webkit-transform: translate(-1500px, 0);
            transform: translate(-1500px, 0);
    -webkit-transition: all 2s 0s ease-out;
    transition: all 2s 0s ease-out;
    position: absolute;
    bottom: 50px;
    left: auto;
  }
  .p-sliderBottomRight {
    display: block;
    background-image: url("../images/green_sp.svg");
    background-size: cover;
    width: 100%;
    height: 50px;
    opacity: 0;
    -webkit-transform: translate(1500px, 0);
            transform: translate(1500px, 0);
    -webkit-transition: all 2s 0s ease-out;
    transition: all 2s 0s ease-out;
    position: absolute;
    bottom: 0;
    left: auto;
  }
  .c-btn {
    display: inline-block;
    width: 150px;
    position: absolute;
    cursor: pointer;
    top: 800px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*# sourceMappingURL=style.css.map */