/**
 * tag styles(override)
 * -------------------------------------------------------------------
**/
@import url('./font-awesome/css/font-awesome.min.css');
html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Meiryo', 'Yu Gothic', sans-serif;
  font-size: 1.7rem;
  line-height: 3rem;
  color: #6e6e6e;
  background-color: #000000;
  position: relative;
}
a, a:visited {
  color: #000000;
  transition: all .3s ease-in-out;
}
a:hover, a:focus, a:active {
  color: #ff0077;
  outline: 0;
}
input[type='email'], input[type='number'], input[type='search'],
input[type='text'], input[type='tel'], input[type='url'], input[type='password'],
textarea, select {
	padding: 1.5rem 0;
	height: 6rem;
	border: 0;
	outline: none;
	vertical-align: middle;
	color: #313131;
	font-size: 1.2rem;
	line-height: 3rem;
	max-width: 100%;
	background-color: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: block;
}

/**
 * common
 * -------------------------------------------------------------------
**/
p.sentence {
  font-size: 1.4rem;
}
p.sentence a {
  color: #cc005f;
  border-bottom: 1px dashed #cc005f;
}
a.button {
  margin-top: 3rem;
  padding: 0 2.5rem 0 2rem !important;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, .3);
  height: 6rem !important;
  line-height: 5.4rem !important;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .25rem;
  display: inline-block;
}
a.button:hover, a.button:focus {
  color: #cc005f;
  border-color: #cc005f;
}
a.button::after {
  content: '\f107';
  font-family: fontawesome;
  font-size: 1.6rem;
  line-height: inherit;
  text-align: center;
  position: relative;
  left: 1.2rem;
  display: inline-block;
}
a.button:hover::after {
  color: #cc005f;
}
a.revrese-button {
  color: #cc005f;
  border: 2px solid rgba(255, 0, 0, .3);
}
a.revrese-button:hover, a.revrese-button:focus {
  border-color: #cc005f;
}
a.sender-button {
  margin: 3rem auto 0 auto;
  padding: 0 2rem 0 3rem !important;
  color: #cc005f;
  border: 2px solid rgba(255, 0, 0, .3);
  height: 6rem !important;
  line-height: 5.4rem !important;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .25rem;
  display: inline-block;
}
a.sender-button:hover, a.sender-button:focus {
  color: #cc005f;
  border-color: #cc005f;
}
a.sender-button::before {
  content: '\f1d8';
  font-family: fontawesome;
  font-size: 1.6rem;
  line-height: inherit;
  text-align: center;
  position: relative;
  left: 0;
  display: inline-block;
}
a.sender-button:hover::after {
  color: #cc005f;
}

/**
 * header
 * -------------------------------------------------------------------
**/
header {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  background-color: #000000;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
header h1 {
  margin: 0;
  padding: 0 3rem;
  line-height: 40px;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: .3rem;
  display: flex;
  align-items: center;
}
header h1 img {
  margin-right: 1rem;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

/**
 * section(page.1/title)
 * -------------------------------------------------------------------
**/
section#title {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  min-height: 720px;
  text-align: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
div.video-box {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
video#bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 56.25vw;
  min-width: 120%;
  min-height: 120%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
div.title-content {
  width: 100%;
  transform: translatey(-2.1rem);
}
div.title-content h1 {
  margin: 0 auto .6rem auto;
  max-width: 900px;
}
div.title-content h1 img {
  width: 60%;
  height: auto;
}
div.title-content h5 {
  margin-bottom: 3rem;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: .3rem;
  text-shadow: 0 0 6px rgba(0, 0, 0, .2);
}
div.title-content h5 span {
  color: #fff283;
  font-size: 1.4rem;
}
div.title-content h5 b {
  color: #cc005f;
  font-size: 1.4rem;
}
p.title-position {
  margin-top: 3rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: #ffffff;
  text-shadow: 0 0 6px rgba(0, 0, 0, .2);
}
p.title-position span {
  display: inline-block;
}
p.title-position span::after {
  padding: 0 8px 0 14px;
  content: '|';
  text-align: center;
  display: inline-block;
  color: rgba(255, 255, 255, .3);
}
p.title-position span:first-child::before {
  padding: 0 14px 0 8px;
  content: '|';
  text-align: center;
  display: inline-block;
  color: rgba(255, 255, 255, .3);
}

/**
 * section(page.2/profile)
 * -------------------------------------------------------------------
**/
section#profile {
  padding-top: 12rem;
  padding-bottom: 15rem;
  background-color: #ffffff;
}
div.about-header {
  margin: 0 auto 3rem auto;
  width: 94%;
  max-width: 700px;
  text-align: center;
  margin-bottom: 3.6rem;
  position: relative;
}
div.about-header h1 {
  margin-bottom: 1.2rem;
  font-size: 3.6rem;
  color: #313131;
  line-height: 1.25;
}
div.about-header h5 {
  margin-bottom: .3rem;
  color: #ff0077;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: .4rem;
}
div.about-header-info {
  margin: 4.2rem -30px 0 -30px;
  display: flex;
}
div.about-header-info img {
  margin: .9rem 0 0 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
div.about-header-info p.sentence {
  padding-left: 5rem;
  text-align: left;
}
div.about-content {
  margin: 0 auto 3.6rem auto;
  width: 94%;
  max-width: 850px;
  position: relative;
  display: flex;
}
div.half-content {
  width: 50%;
}
div.about-content h3 {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: .25rem;
}
ul.profile-data {
  margin-left: 0;
  list-style: none;
}
ul.profile-data li {
  margin-bottom: .6rem;
  padding: 0 0 1.5rem 0;
}
ul.profile-data li strong {
  color: #313131;
  letter-spacing: .2rem;
  font-size: 1.5rem;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
ul.profile-data li strong::before,
ul.profile-data li strong::after {
  content: '';
  width: 3px;
  height: 2rem;
  background-color: #34a853;
}
ul.profile-data li strong::before {
  margin-right: 2rem;
  transform: rotate(-35deg)
}
ul.profile-data li strong::after {
  margin-left: 2rem;
  transform: rotate(35deg)
}
ul.profile-data li span {
  color: #888888;
  font-size: 1.4rem;
  line-height: 2.0em;
  display: block;
}
ul.profile-data li span a {
  color: #cc005f;
  border-bottom: 1px dashed #cc005f;
}
ul.profile-data li span b {
  margin-right: 1rem;
  padding: 0 5px;
  color: #333333;
  font-size: 1.2rem;
  font-weight: normal;
  display: inline-block;
  background: linear-gradient(transparent 50%, #ffff7f 50%);
}

/**
 * skill bars
 * -------------------------------------------------------------------
**/
ul.skill-bars {
  margin: 6rem 0 3rem;
  list-style: none;
}
ul.skill-bars li {
  height: .6rem;
  background-color: #a1a1a1;
  width: 100%;
  margin-bottom: 6rem;
  padding: 0;
  position: relative;
}
ul.skill-bars li strong {
  position: absolute;
  left: 0;
  top: -3rem;
  color: #313131;
  letter-spacing: .2rem;
  font-size: 1.2rem;
  line-height: 2.4rem;
}
div.progress {
  background-color: #4285f4;
  position: relative;
  height: 100%;
}
div.progress span {
  padding: .6rem .6rem;
  position: absolute;
  right: 0;
  top: -3.6rem;
  display: block;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
  background-color: #313131;
  border-radius: 3px;
}
div.progress span::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #313131;
}
div.percent5   { width: 5%; }
div.percent10  { width: 10%; }
div.percent15  { width: 15%; }
div.percent20  { width: 20%; }
div.percent25  { width: 25%; }
div.percent30  { width: 30%; }
div.percent35  { width: 35%; }
div.percent40  { width: 40%; }
div.percent45  { width: 45%; }
div.percent50  { width: 50%; }
div.percent55  { width: 55%; }
div.percent60  { width: 60%; }
div.percent65  { width: 65%; }
div.percent70  { width: 70%; }
div.percent75  { width: 75%; }
div.percent80  { width: 80%; }
div.percent85  { width: 85%; }
div.percent90  { width: 90%; }
div.percent95  { width: 95%; }
div.percent100 { width: 100%; }

/**
 * section(page.3/services)
 * -------------------------------------------------------------------
**/
section#services {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #313131;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #ffffff;
  position: relative;
}
div.services-header {
  margin: 0 auto 3rem auto;
  width: 94%;
  max-width: 700px;
  text-align: center;
  margin-bottom: 3.6rem;
  position: relative;
}
div.services-header h1 {
  margin-bottom: 1.2rem;
  font-size: 3.6rem;
  color: #ffffff;
  line-height: 1.25;
}
div.services-header h5 {
  margin-bottom: .3rem;
  color: #ff0077;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: .4rem;
}
div.services-content {
  margin: 0 auto 3.6rem auto;
  width: 94%;
  max-width: 850px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
div.services-flow {
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.flow-list {
  padding: 0;
  position: relative;
}
ul.flow-list::before {
  margin-left: -129px;
  content: '';
  width: 15px;
  height: 100%;
  background-color: #eeeeee;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}
ul.flow-list > li {
  list-style-type: none;
  position: relative;
}
ul.flow-list > li:not(:last-child) {
  margin-bottom: 60px;
}
ul.flow-list > li span.number {
  margin-right: 1.6rem;
  font-size: 1.6rem;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #ffffff;
  background-color: #8eb83c;
  display: inline-block;
}
ul.flow-list > li dl {
  padding-left: 70px;
  position: relative;
}
ul.flow-list > li dl::before,
ul.flow-list > li dl::after {
  content: '';
  position: absolute;
  top: 15px;
  display: block;
}
ul.flow-list > li dl::before {
  margin-top: -3px;
  width: 7px;
  height: 7px;
  background: #8eb83c;
  border-radius: 50%;
  left: -4px;
}
ul.flow-list > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999999;
  position: absolute;
  left: 5px;
}
ul.flow-list > li dl dt {
  font-size: 1.4rem;
  font-weight: 600;
  color: #8EB83C;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
ul.flow-list > li dl dd {
  margin-left: 0;
  font-size: 1.4rem;
}

/**
 * section(page.4/contact)
 * -------------------------------------------------------------------
**/
section#contact {
  padding-top: 12rem;
  padding-bottom: 15rem;
  background-color: #ffffff;
}
div.contact-header {
  margin: 0 auto 3rem auto;
  width: 94%;
  max-width: 700px;
  text-align: center;
  margin-bottom: 3.6rem;
  position: relative;
}
div.contact-header h1 {
  margin-bottom: 1.2rem;
  font-size: 3.6rem;
  color: #313131;
  line-height: 1.25;
}
div.contact-header h5 {
  margin-bottom: .3rem;
  color: #ff0077;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: .4rem;
}
div.contact-form {
  margin: 0 auto 3.6rem auto;
  width: 94%;
  max-width: 740px;
  position: relative;
}
div.contact-form .placeholder {
  color: rgba(255, 255, 255, .3) !important;
}
div.form-field {
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  position: relative;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: .4rem;
}
div.form-field label {
  font-size: 1.0rem;
  letter-spacing: .2rem;
  line-height: 1.5;
  color: #313131;
  text-transform: uppercase;
}
div.form-field input[type='text'], div.form-field input[type='email'], textarea {
  margin-bottom: 0;
  width: 100%;
  font-size: 1.4rem;
  outline: none;
  border: none;
}
div.form-field input[type='text'], div.form-field input[type='email'], textarea {
  padding: 1.8rem 2rem;
  height: 6.6rem;
}
div.form-field textarea {
  padding: 1.8rem 2rem;
  min-height: 20rem;
  resize: none;
}
div.form-field label:has(+ input[type='text']:focus),
div.form-field label:has(+ input[type='email']:focus),
div.form-field label:has(+ textarea:focus) {
  color: #ff0077;
}
button.submit {
  margin-top: 4.8rem;
  padding: 0 3rem;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  line-height: 6.6rem;
  height: 6.6rem;
  width: 100%;
  border: 1px solid #313131;
  background-color: #ff0077;
  color: #ffffff;
  display: block;
}
button.submit:hover, button.submit:focus {
  background-color: #cc005f;
}
#message-warning, #message-success {
  margin-bottom: 3.6rem;
  padding: 3rem;
  width: 100%;
  background-color: #333333;
  border-radius: 3px;
  font-size: 1.4rem;
  text-align: center;
  display: none;
}
#message-warning {
  color: #fa0003;
}
#message-success {
  color: #ffffff;
}
#message-warning i, #message-success i {
  margin-right: 10px;
  color: #34a853;
}
div.captcha-image {
  margin: 0 auto;
  padding: 0;
  width: 50%;
  max-width: 200px;
}
div.captcha-image img {
  vertical-align: middle;
}
div#submit-loader {
  position: relative;
  left: 0;
  top: 1.8rem;
  width: 100%;
  text-align: center;
  display: none;
}
div.loader-anime {
  margin: 1.2rem auto 3rem;
  width: 70px;
  text-align: center;
  -webkit-transform: translateX(.45rem);
  -ms-transform: translateX(.45rem);
  transform: translateX(.45rem);
}
div.loader-anime > div {
  margin-right: .9rem;
  width: 1rem;
  height: 1rem;
  background-color: #333333;
  border-radius: 100%;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  display: inline-block;
}
div.loader-anime .bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s;
}
div.loader-anime .bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/**
 * footer
 * -------------------------------------------------------------------
**/
footer {
  margin: 0;
	padding: 1rem;
	font-size: 1.4rem;
	background-color: #000000;
}
footer p {
  width: 100%;
  color: #ffffff;
  text-align: center;
}


/**
 * page top link
 * -------------------------------------------------------------------
**/
div#page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 1000;
  transform: none !important;
}
div#page-top a {
  width: 100%;
  height: 100%;
  background-color: #4285f4;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .7;
  position: relative;
}
div#page-top a::before {
  right: calc(50% - 1px);
  transform: rotate(-40deg);
  transform-origin: right;
}
div#page-top a::after {
  left: calc(50% - 1px);
  transform: rotate(40deg);
  transform-origin: left;
}
div#page-top a::before, div#page-top a::after {
  background-color: #ffffff;
  border-radius: 10px;
  content: '';
  margin: auto;
  position: absolute;
  top: 35%;
  width: 30%;
  height: 4px;
}

/**
 * section(button)
 * -------------------------------------------------------------------
**/
div.button-section {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/**
 * preloader
 * -------------------------------------------------------------------
**/
div#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 800;
  height: 100%;
  width: 100%;
}
div#loader {
  margin: -30px 0 0 -30px;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
}
div#loader::before {
  content: '';
  border-top: 11px solid rgba(255, 255, 255, .1);
  border-right: 11px solid rgba(255, 255, 255, .1);
  border-bottom: 11px solid rgba(255, 255, 255, .1);
  border-left: 11px solid #0866ff;
  -webkit-animation: load 1.1s infinite linear;
  animation: load 1.1s infinite linear;
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/**
 * media screen
 * -------------------------------------------------------------------
**/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 9.411764705882353px;
  }
  div.title-content h1 {
    font-size: 7.6rem;
  }
  ul.social {
    font-size: 3rem;
  }
  ul.social li {
    margin: 0 15px;
  }
  div.about-header-info {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  div#title {
    min-height: 660px;
  }
  div.title-content h1 {
    font-size: 5.2rem;
  }
  div.title-content h5 {
    font-size: 1.8rem;
  }
  div.title-content p.title-position {
    font-size: 1.3rem;
  }
  ul.social {
    font-size: 2.5rem;
  }
  ul.social li {
    margin: 0 10px;
  }
  div.about-header {
    max-width: 650px;
  }
  div.about-header h1 {
    font-size: 3rem;
  }
  div.about-header-info {
    display: block;
  }
  div.about-header-info img {
    height: 7.8rem;
    width: 7.8rem;
  }
  div.about-header-info p.sentence {
    padding-left: 11rem;
  }
  div.about-content {
    display: block;
  }
  div.about-content h3 {
    text-align: center;
  }
  div.about-content ul.profile-data,
  div.about-content ul.skill-bars {
    margin-bottom: 4.2rem;
  }
  div.half-content {
    width: 100%;
  }
  ul.profile-data li strong {
    text-align: center;
    justify-content: center;
  }
  ul.profile-data li span {
    text-align: center;
  }
  div.about-header-info p.sentence {
    text-align: left;
  }
  div.half-content p.sentence {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  div#title {
    min-height: 600px;
  }
  div.title-content h1 {
    font-size: 4.6rem;
    margin-bottom: .6rem;
  }
  div.title-content h5 {
    font-size: 1.5rem;
    margin-bottom: .3rem;
    letter-spacing: .2rem;
  }
  div.title-content p.title-position {
    font-size: 1.2rem;
  }
  div.title-content p.title-position span {
    padding: 0 .6rem;
  }
  div.title-content p.title-position span::before,
  div.title-content p.title-position span::after {
    display: none !important;
  }
  ul.social {
    font-size: 2.4rem;
  }
  div.about-header h1 {
    font-size: 2.6rem;
  }
  div.about-header h5 {
    font-size: 1.5rem;
    letter-spacing: .3rem;
  }
  div.about-header-info {
    text-align: center;
    margin-top: 3rem;
  }
  div.about-header-info img {
    height: 6.6rem;
    width: 6.6rem;
    float: none;
    display: inline-block;
  }
  div.about-header-info p.sentence {
    padding-left: 0;
  }
  div.services-header h1 {
    font-size: 2.6rem;
  }
  div.services-header h5 {
    font-size: 1.5rem;
    letter-spacing: .3rem;
  }
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 9.411764705882353px;
  }
  div.about-header h1 {
    font-size: 2.4rem;
  }
}
