@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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  font-family: 'Noto Sans JP', sans-serif !important;
  box-sizing: border-box;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
}

header.set {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: url(../images/logo-invisible.png) center center;
  background-size: 100%;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 766px) {
  header.set {
    background-size: 200%;
  }
}
header.set .wrap {
  position: absolute;
  width: 100%;
  top: 50%;
}
header.set nav {
  width: 90%;
  margin: 0 auto;
}
header.set nav a {
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 2.5;
  color: black;
  letter-spacing: 0.2em;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.set nav a:nth-child(1):hover {
  color: #6EEB83;
}
header.set nav a:nth-child(2):hover {
  color: #fff443;
}
header.set nav a:nth-child(3):hover {
  color: #3dd7e9;
}
header.set nav a:nth-child(4):hover {
  color: #ffc736;
}
header.set nav a:hover {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 766px) {
  header.set nav a:hover {
    color: black !important;
  }
}

header.scroll {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: url(../images/logo-invisible.png) center center;
  background-size: 100%;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 766px) {
  header.scroll {
    background: url(../images/logo-invisible-sp.png) center center;
    background-size: 180%;
    width: 32%;
  }
}
header.scroll .wrap {
  position: absolute;
  width: 100%;
  top: 50%;
}
header.scroll h1 {
  width: 100%;
  margin: 0 0 30px;
}
header.scroll h1 img {
  width: 100%;
  display: block;
}
header.scroll nav {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 766px) {
  header.scroll nav {
    margin: 0 auto 0 10%;
  }
}
header.scroll nav a {
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 2.5;
  color: black;
  letter-spacing: 0.2em;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.scroll nav a:nth-child(1):hover {
  color: #6EEB83;
}
header.scroll nav a:nth-child(2):hover {
  color: #fff443;
}
header.scroll nav a:nth-child(3):hover {
  color: #3dd7e9;
}
header.scroll nav a:nth-child(4):hover {
  color: #ffc736;
}
header.scroll nav a:hover {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 766px) {
  header.scroll nav a {
    text-align: left;
    font-size: 13px;
    line-height: 3;
  }
}

section {
  width: 100%;
  height: 100%;
  padding: 60px 40px 100px 54%;
  font-weight: 900;
}
@media only screen and (max-width: 766px) {
  section {
    padding: 60px 15px 100px 36%;
  }
}

h2 {
  font-size: 50px;
  margin: 30px 0 60px;
}
@media only screen and (max-width: 766px) {
  h2 {
    font-size: 34px;
  }
}

.intro {
  background: #6EEB83;
}

.vision {
  background: #6EEB83;
  position: relative;
  padding: 60% 40px 100px 54%;
}
@media only screen and (max-width: 766px) {
  .vision {
    padding: 100% 15px 100px 36%;
  }
}
.vision h2 {
  padding: 90px 0 0 0;
  color: white;
}
.vision p {
  font-size: 20px;
  color: white;
  line-height: 2;
}
@media only screen and (max-width: 766px) {
  .vision p {
    font-size: 12px;
    line-height: 1.8;
  }
}

.intro {
  background: #6EEB83;
  height: 1000px;
  position: relative;
}

.service {
  background: #fff443;
}
.service h2 {
  color: black;
}
.service h3 {
  font-size: 24px;
  color: black;
  margin: 40px 0 20px;
}
@media only screen and (max-width: 766px) {
  .service h3 {
    font-size: 18px;
  }
}
.service p {
  font-size: 18px;
  color: black;
  line-height: 2;
  font-weight: 400;
}
@media only screen and (max-width: 766px) {
  .service p {
    font-size: 12px;
    line-height: 1.8;
  }
}

.company {
  background: #3dd7e9;
}
.company h2 {
  color: white;
}
.company table {
  font-size: 18px;
  width: 100%;
  color: white;
  line-height: 2;
}
@media only screen and (max-width: 766px) {
  .company table {
    font-size: 12px;
    line-height: 1.8;
  }
}
.company table tr {
  border-bottom: solid 1px white;
}
@media only screen and (max-width: 766px) {
  .company table th {
    width: 30%;
  }
}
.company table th, .company table td {
  padding: 20px 0;
}

.contact {
  background: #ffc736;
}
.contact h2 {
  color: black;
}
.contact label {
  font-size: 16px;
  margin: 0 0 10px;
  display: block;
  color: black;
  font-weight: 400;
}
@media only screen and (max-width: 766px) {
  .contact label {
    font-size: 13px;
  }
}
.contact label span {
  color: white;
  background: black;
  padding: 0 5px;
  border-radius: 3px;
  line-height: 1;
  font-size: 14px;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 766px) {
  .contact label span {
    font-size: 12px;
  }
}
.contact input {
  height: 40px;
}
.contact input, .contact textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  -webkit-appearance: none;
  border: solid 1px #e6e6e6;
  border-radius: 5px;
  margin: 0 0 30px;
  resize: none;
}
@media only screen and (max-width: 766px) {
  .contact input, .contact textarea {
    margin: 0 0 20px;
  }
}
.contact input[type="submit"] {
  background: black;
  height: 60px;
  color: white;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-appearance: none;
}
@media only screen and (max-width: 766px) {
  .contact input[type="submit"] {
    font-size: 14px;
  }
}

small {
  width: 100%;
  position: absolute;
  bottom: 20px;
  color: black;
  font-weight: 100;
  text-align: center;
  display: block;
  font-size: 11px;
}
@media only screen and (max-width: 766px) {
  small {
    display: none;
  }
}

/* 画面外にいる状態 */
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
