@charset "UTF-8";
/* iOSでのデフォルトスタイルをリセット */
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap");
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

html {
  font-size: 62.5%;
  font-family: 'Ubuntu', sans-serif;
  color: #494949;
}

body {
  background-color: #c0edf9;
}

.fp-section {
  overflow: hidden;
}

video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.fv__title-wrap {
  margin-left: 10%;
  overflow: hidden;
}

.fv__title-name {
  color: #fff;
  padding: 0 0 1.1rem;
  left: 13.5rem;
  z-index: 1;
  font-size: 4.5vw;
  font-weight: 500;
  font-weight: bold;
  opacity: 1;
}

.fv__title-pf {
  font-weight: 300;
}

.scroll {
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0%;
}

.scroll__icon {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  display: inline-block;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
}

.scroll__icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}

.scroll__icon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #c0edf9;
}

.scroll__icon::after {
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.2% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.2% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

.pattern-wrap {
  position: absolute;
  bottom: -9%;
  left: -5%;
  background: url(../images/ciecle-img.png) no-repeat;
  background-size: cover;
  width: 110%;
  height: 18%;
  z-index: 2;
}

.about .about__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.about .title-wrap {
  width: 28.2%;
  margin-left: 8%;
  overflow: hidden;
}

.about .section__title {
  font-weight: 500;
  font-size: 4vw;
}

.about .profile {
  width: 40.7%;
}

.about .prf-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.about .profile__wrap {
  margin-left: 10px;
}

.about .profile__name {
  font-family: '游ゴシック';
  font-size: 2rem;
  font-weight: bold;
  overflow: hidden;
}

.about .profile__name--en {
  font-size: 1.8rem;
  margin-top: 1rem;
  font-weight: lighter;
  overflow: hidden;
}

.about .about__content-wrap {
  margin-top: 2rem;
}

.about .about__content {
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: '游ゴシック';
}

.about .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about .cloud1-wrap {
  width: 18%;
  position: absolute;
  top: 20%;
  left: 11%;
}

.about .cloud-s1-wrap {
  width: 7%;
  position: absolute;
  top: 20%;
  right: 33%;
  z-index: 100;
}

.about .cloud2-wrap {
  width: 26.5%;
  position: absolute;
  top: 21.5%;
  right: 5%;
}

.about .cloud3-wrap {
  width: 19%;
  position: absolute;
  bottom: 10%;
  left: 5%;
}

.about .cloud4-wrap {
  width: 33%;
  position: absolute;
  bottom: 1%;
  right: -3%;
  overflow: hidden;
}

.skill .pc-img-wrap {
  margin-left: 10rem;
  width: 22%;
}

.skill .skill__pc-img {
  background-image: url(../images/pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.skill .skill__img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.skill .sp-img-wrap {
  margin-left: 10rem;
  width: 9.8%;
}

.skill .skill__sp-img {
  background-image: url(../images/8pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.skill .skill__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.skill .skill__list {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  text-align: center;
}

.skill .skill__list .html-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: #fff;
  border-radius: 50%;
  height: 0;
}

.skill .skill__list p {
  font-size: 1.7vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.skill .title-wrap {
  width: 28.2%;
  margin-left: 8%;
  overflow: hidden;
}

.skill .section__title {
  font-weight: 500;
  font-size: 4vw;
}

.skill .skill--common {
  margin-right: 5px;
}

.skill .skill__wrap {
  width: 56%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  margin-bottom: 7.3rem;
}

.skill .skill__html {
  width: 15%;
}

.skill .skill__css {
  width: 15%;
}

.skill .skill__js {
  width: 13.4%;
}

.skill .skill__php {
  width: 11.5%;
}

.skill .skill__wordpress {
  width: 13.4%;
}

.skill .skill__gitgub {
  width: 13.4%;
}

.skill .skill__mysql {
  width: 11.5%;
}

.skill .skill__content-wrap {
  margin-top: 3.5rem;
  overflow: hidden;
}

.skill .skill__content {
  font-family: '游ゴシック';
  font-size: 1.6rem;
  line-height: 1.75;
}

.skill .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.skill .skill-cloud-wrap1 {
  width: 22.3%;
  position: absolute;
  top: 11%;
  left: 0;
}

.skill .skill-cloud-wrap2 {
  width: 10.2%;
  position: absolute;
  top: 23%;
  left: 22%;
}

.skill .skill-cloud-wrap3 {
  width: 26.7%;
  position: absolute;
  top: 1%;
  right: 2%;
}

.skill .skill-cloud-wrap4 {
  width: 13.4%;
  position: absolute;
  top: 25%;
  right: -5%;
}

.skill .skill-cloud-wrap5 {
  width: 30%;
  position: absolute;
  left: -2%;
  bottom: 0;
}

.skill .skill-cloud-wrap6 {
  width: 5.4%;
  position: absolute;
  left: 17%;
  bottom: 14%;
}

.skill .skill-cloud-wrap7 {
  width: 5.4%;
  position: absolute;
  bottom: 5%;
  right: 28%;
}

.skill .skill-cloud-wrap8 {
  width: 11%;
  position: absolute;
  bottom: 2%;
  right: 9.8%;
}

.work .title-wrap {
  width: 28.2%;
  margin-left: 8%;
  overflow: hidden;
}

.work .section__title {
  font-size: 4vw;
  font-weight: 500;
}

.work .work__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.work .work__info-text {
  overflow: hidden;
}

.work .work__info {
  width: 40.8%;
  z-index: 1;
}

.work .work__info-conent,
.work .work__word {
  line-height: 1.75;
  font-family: '游ゴシック';
  font-size: 1.4rem;
  line-height: 1.75;
  margin-bottom: 7px;
}

.work .work__emphasis {
  display: inline-block;
  padding: 7px 0;
  font-weight: bold;
}

.work .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.work .work-cloud-wrap1 {
  width: 17.2%;
  position: absolute;
  top: 19%;
  left: 1%;
}

.work .work-cloud-wrap2 {
  width: 23.8%;
  position: absolute;
  top: 2%;
  right: 5%;
}

.work .work-cloud-wrap3 {
  width: 5.7%;
  position: absolute;
  top: 1%;
  right: 1%;
}

.work .work-cloud-wrap4 {
  width: 9.9%;
  position: absolute;
  bottom: 23%;
  left: 4.7%;
}

.work .work-cloud-wrap5 {
  width: 20%;
  position: absolute;
  bottom: 6.4%;
  left: 9.7%;
}

.work .work-cloud-wrap6 {
  width: 22.2%;
  position: absolute;
  right: 3.7%;
  bottom: 2.5%;
}

.contact {
  height: 100vh;
}

.contact .contact__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .title-wrap {
  width: 28.2%;
  margin-left: 8%;
  overflow: hidden;
}

.contact .section__title {
  font-size: 4vw;
  font-weight: 500;
}

.contact .contact__form-wrap {
  width: 28.5%;
  z-index: 1;
  pointer-events: all;
}

.contact .contact__text {
  font-family: '游ゴシック';
  font-size: 1.6rem;
  line-height: 1.75;
}

.contact ::-webkit-input-placeholder {
  color: #cccccc;
}

.contact :-ms-input-placeholder {
  color: #cccccc;
}

.contact ::-ms-input-placeholder {
  color: #cccccc;
}

.contact ::placeholder {
  color: #cccccc;
}

.contact .form__submit {
  margin-top: 2.6rem;
  display: block;
  width: 100%;
  border-radius: 0.4rem;
  padding: 2.4rem;
  background-color: #1bbfbb;
  color: #fff;
  font-family: '游ゴシック';
  cursor: pointer;
  text-align: center;
  font-size: 1.6rem;
  text-decoration: none;
}

.contact .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.contact .contact-cloud-wrap1 {
  width: 24.1%;
  position: absolute;
  top: 10%;
  left: -1%;
}

.contact .contact-cloud-wrap2 {
  width: 14.2%;
  position: absolute;
  top: 15%;
  right: 7%;
}

.contact .contact-cloud-wrap3 {
  width: 31.7%;
  position: absolute;
  bottom: 36%;
  right: -5%;
}

.contact .contact-cloud-wrap4 {
  width: 5.7%;
  position: absolute;
  bottom: 22%;
  right: 0;
}

.contact .contact-cloud-wrap5 {
  width: 36.5%;
  position: absolute;
  bottom: 4%;
  left: -5%;
}

.contact .contact-cloud-wrap6 {
  width: 42.7%;
  position: absolute;
  bottom: 4%;
  left: 30%;
}

.contact .contact-cloud-wrap7 {
  width: 36.7%;
  position: absolute;
  bottom: 4%;
  right: 0;
}

.contact .plane-wrap {
  width: 16.8%;
  height: 6rem;
  position: absolute;
  bottom: 20%;
  left: 10%;
}

.contact .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2rem 0;
  background-color: #fff;
}

.contact .footer__text {
  margin-left: 37%;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.75;
  font-family: '游ゴシック';
  color: #b7b7b7;
}

.contact .footer__copyright {
  font-size: 1.3rem;
  line-height: 1.75;
  letter-spacing: 0.01;
  float: right;
  margin-right: 2rem;
  font-family: '游ゴシック';
  color: #b7b7b7;
}

#contact {
  height: 100vh;
  width: 100%;
}

#contact .contact__container {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact .title-wrap {
  width: 24.2%;
  margin-left: 10%;
  overflow: hidden;
}

#contact .section__title {
  font-size: 4.5vw;
  font-weight: 500;
}

#contact .contact__form-wrap {
  width: 27.7%;
  z-index: 1;
  pointer-events: all;
}

#contact .form {
  margin-top: 1.5rem;
  width: 100%;
}

#contact .contact__text {
  font-family: '游ゴシック';
  font-size: 1.6rem;
  line-height: 1.75;
}

#contact ::-webkit-input-placeholder {
  color: #cccccc;
}

#contact :-ms-input-placeholder {
  color: #cccccc;
}

#contact ::-ms-input-placeholder {
  color: #cccccc;
}

#contact ::placeholder {
  color: #cccccc;
}

#contact .form__name,
#contact .form__mail,
#contact .form__text {
  padding: 1rem 0 1rem 1rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

#contact .form__name {
  border-radius: 0.4rem;
}

#contact .form__mail {
  border-radius: 0.4rem;
}

#contact .form__text {
  border-radius: 0.8rem;
}

#contact .form__submit {
  margin-top: 2.6rem;
  display: block;
  width: 100%;
  border-radius: 0.4rem;
  padding: 2.4rem;
  background-color: #1bbfbb;
  color: #fff;
  font-family: '游ゴシック';
  cursor: pointer;
  text-align: center;
  font-size: 1.6rem;
  text-decoration: none;
}

#contact .error_msg {
  color: red;
  font-size: 1.1rem;
}

.contactform {
  height: 100vh;
}

.contactform .contactform__container {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactform .contactform-title-wrap {
  width: 24.2%;
  margin-left: 10%;
  overflow: hidden;
}

.contactform .contactform__title {
  font-size: 4.5vw;
  font-weight: 500;
}

.contactform .contactformt__form-wrap {
  width: 32.7%;
  z-index: 1;
  pointer-events: all;
}

.contactform .contactform__txt {
  font-family: '游ゴシック';
  font-size: 1.6rem;
  line-height: 1.75;
}

.contactform .contactform-contents {
  margin-top: 1.5rem;
  width: 100%;
  max-width: 100%;
}

.contactform .contactform-contents th {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  text-align: left;
  padding: 1rem 1rem 1rem 0;
}

.contactform .contactform-contents td {
  font-size: 1.2rem;
  display: block;
  padding: 1rem 1rem 1rem 0;
  width: 50%;
  overflow-wrap: break-word;
  word-break: break-all;
}

.contactform .contactform-contents tr:last-child td {
  width: 100%;
}

.contactform ::-webkit-input-placeholder {
  color: #cccccc;
}

.contactform :-ms-input-placeholder {
  color: #cccccc;
}

.contactform ::-ms-input-placeholder {
  color: #cccccc;
}

.contactform ::placeholder {
  color: #cccccc;
}

.contactform .form__submit {
  margin-top: 2.6rem;
  display: block;
  width: 100%;
  border-radius: 0.4rem;
  padding: 2.4rem;
  background-color: #1bbfbb;
  color: #fff;
  font-family: '游ゴシック';
  cursor: pointer;
  text-align: center;
  font-size: 1.6rem;
  text-decoration: none;
}

.contactform .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2rem 0;
}

.contactform .footer__text {
  margin-left: 37%;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.75;
  font-family: '游ゴシック';
  color: #b7b7b7;
}

.contactform .footer__copyright {
  font-size: 1.3rem;
  line-height: 1.75;
  letter-spacing: 0.01;
  float: right;
  margin-right: 2rem;
  font-family: '游ゴシック';
  color: #b7b7b7;
}

#fp-nav ul li {
  height: 17px;
  margin-bottom: 17px;
}

#fp-nav ul li a {
  width: 17px;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#fp-nav ul li a span {
  display: none;
}

#fp-nav ul li:last-child {
  margin-bottom: 0;
}

#fp-nav ul li .active {
  border-radius: 8.5px;
  width: 34px;
}

.contact_title {
  padding: 1rem;
  margin-top: 5rem;
  font-size: 1.5rem;
}

.form_wrap {
  width: 100%;
  margin: 2.6rem auto 20px;
}

.form_wrap form {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.form_wrap form .back__submit {
  outline: none;
  border: none;
  text-align: center;
  display: inline-block;
  width: 49%;
  border-radius: 0.4rem;
  padding: 1.4rem;
  background-color: #c0c0c0;
  color: #fff;
  font-family: '游ゴシック';
  cursor: pointer;
  text-decoration: none;
}

.form_wrap form .send__submit {
  outline: none;
  border: none;
  text-align: center;
  display: inline-block;
  width: 49%;
  border-radius: 0.4rem;
  padding: 1.4rem;
  background-color: #1bbfbb;
  color: #fff;
  font-family: '游ゴシック';
  cursor: pointer;
  text-decoration: none;
}

.error-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.error-wrapper .error-title {
  display: inline-block;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid red;
}

.error-wrapper .error-text {
  margin-top: 10rem;
  font-size: 1.7rem;
}

.error-wrapper .back-buttom {
  display: inline-block;
  color: #000;
  margin-top: 10rem;
  font-size: 1.7rem;
  cursor: pointer;
}

.thanks-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.thanks-wrapper .thanks-title {
  font-weight: bold;
  font-size: 3rem;
}

.thanks-wrapper .thanks-text {
  margin-top: 3rem;
  font-size: 1.7rem;
  line-height: 1.75;
}

.thanks-wrapper .back-buttom {
  margin-top: 3rem;
  display: inline-block;
  color: #000;
  font-size: 1.7rem;
  cursor: pointer;
}
/*# sourceMappingURL=main.css.map */