@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: Ubuntu;
  background-color: #c0edf9;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
}

input,
textarea {
  display: block;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10%;
  overflow: hidden;
}

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

.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%;
  }
}

.fp-section {
  overflow: hidden;
}

.pattern-wrap {
  background: url(../images/circle_sp.svg) no-repeat center red;
  background-size: cover;
  width: 110%;
  height: 12.6rem;
  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: 24.2%;
  margin-left: 10%;
  overflow: hidden;
}

.about .section__title {
  font-size: 5.4rem;
}

.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: 20rem;
  position: absolute;
  top: 20%;
  left: 11%;
}

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

.about .cloud2-wrap {
  width: 44.5rem;
  position: absolute;
  top: 24.5%;
  right: 5%;
}

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

.about .cloud4-wrap {
  width: 46.3rem;
  position: absolute;
  bottom: 1%;
  right: -5%;
  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 .title-wrap {
  width: 24.2%;
  margin-left: 10%;
  overflow: hidden;
}

.skill .section__title {
  font-size: 6.1rem;
}

.skill .skill--common {
  font-size: 2.49rem;
  margin-right: 10px;
  font-family: Ubuntu;
}

.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: 8.9vw;
  background-color: #fff;
  border-radius: 50%;
  line-height: 8.9vw;
}

.skill .skill__css {
  width: 8.9vw;
  background-color: #fff;
  border-radius: 50%;
  line-height: 8.9vw;
}

.skill .skill__js {
  width: 7.2rem;
  height: 7.2rem;
  background-color: #fff;
  border-radius: 50%;
  line-height: 7.2rem;
}

.skill .skill__php {
  width: 8rem;
  height: 8rem;
  background-color: #fff;
  border-radius: 50%;
  line-height: 8rem;
}

.skill .skill__wordpress {
  position: relative;
  width: 8rem;
  height: 8rem;
  background-color: #fff;
  border-radius: 50%;
  line-height: 1.1;
  vertical-align: middle;
}

.skill .skill__wordpress span {
  width: 8rem;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.skill .skill__gitgub {
  width: 10.2rem;
  height: 10.2rem;
  background-color: #fff;
  border-radius: 50%;
  line-height: 10.2rem;
}

.skill .skill__mysql {
  width: 8.5rem;
  height: 8.5rem;
  background-color: #fff;
  border-radius: 50%;
  line-height: 8.5rem;
}

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

.skill .skill__content {
  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: 31.1rem;
  position: absolute;
  top: 11%;
  left: 0;
}

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

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

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

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

.skill .skill-cloud-wrap6 {
  width: 7.6rem;
  position: absolute;
  left: 17%;
  bottom: 22%;
}

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

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

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

.work .section__title {
  font-size: 6.1rem;
}

.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 {
  font-size: 1.4rem;
  line-height: 1.75;
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

.contact .contact__container {
  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;
  z-index: 100;
}

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

.contact .section__title {
  font-size: 6.1rem;
}

.contact .contact__form-wrap {
  width: 27.7%;
}

.contact .form {
  pointer-events: all;
  margin-top: 1.5rem;
  width: 100%;
  z-index: 100;
}

.contact .contact__text {
  font-family: 游ゴシック;
  font-size: 1.7rem;
  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 {
  font-size: 1.6rem;
  padding: 1rem 0 1rem 2rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

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

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

.contact .form__text {
  display: block;
  resize: none;
  font-size: 1.6rem;
  border-radius: 0.8rem;
}

.contact .form__submit {
  width: 100%;
  border: none;
  border-radius: 0.4rem;
  padding: 2.4rem;
  background-color: #1bbfbb;
  color: #fff;
  font-family: 游ゴシック;
  cursor: pointer;
}

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

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

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

.contact .contact-cloud-wrap3 {
  width: 44.5rem;
  position: absolute;
  bottom: 34%;
  right: -5%;
}

.contact .contact-cloud-wrap4 {
  width: 9.3rem;
  position: absolute;
  bottom: 20%;
  right: 0;
}

.contact .contact-cloud-wrap5 {
  width: 51.2rem;
  position: absolute;
  bottom: -2%;
  left: -5%;
}

.contact .contact-cloud-wrap6 {
  width: 51.2rem;
  position: absolute;
  bottom: -5%;
  left: 30%;
}

.contact .contact-cloud-wrap7 {
  width: 51.2rem;
  position: absolute;
  bottom: -5%;
  right: 0;
}

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

.contact .error_msg {
  color: red;
}

.contact .footer {
  position: absolute;
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 2rem 0;
  z-index: 0;
}

.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;
}

#fp-nav {
  width: 42px;
  left: 40px;
  overflow: hidden;
}

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

#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;
}
/*# sourceMappingURL=main.css.map */