@charset "UTF-8";
/*===============================

    Reset

================================*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  list-style: none;
}

/*===============================

    Base

================================*/
/*===============================

    base

================================*/
html {
  font-size: 16px;
  color: #333333;
}

@media (max-width: 769px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  html {
    font-size: 12px;
  }
}

body {
  font-family: 'Noto Sans JP','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  background-color: #000;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  line-height: 1.5;
}

textarea:not(.editor-post-title__input),
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 10px;
  max-width: 100%;
  border: 0px;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background-color: #f2f2f2;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
}

textarea:not(.editor-post-title__input):focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-color: #EBEBEB;
  border-bottom: 1px solid #fff !important;
  background: #e9e9e9;
}

select {
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 1px solid #e9e9e9;
  padding: 10px;
}

input[type="reset"], input[type="submit"], input[type="submit"] {
  cursor: pointer;
  background: #7FFFBA;
  border: none;
  color: #FFFFFF;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  padding: 1rem;
  width: 100%;
  margin-top: 0.5rem;
}

input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover,
.pirate-forms-submit-button:hover, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit:hover {
  opacity: 0.8;
  border: none;
}

input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover,
input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover, button:focus {
  cursor: pointer;
}

/*===============================

    module

================================*/
.fixedBgImg {
  position: relative;
}

.fixedBgImg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../images/bg.jpg);
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.huti {
  text-shadow: #333333 2px 0px, #333333 -2px 0px, #333333 0px -2px, #333333 0px 2px, #333333 2px 2px, #333333 -2px 2px, #333333 2px -2px, #333333 -2px -2px, #333333 1px 2px, #333333 -1px 2px, #333333 1px -2px, #333333 -1px -2px, #333333 2px 1px, #333333 -2px 1px, #333333 2px -1px, #333333 -2px -1px;
}

.iframeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inner {
  max-width: 1140px;
  margin: auto;
  padding: 0 16px;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }
}

#loading {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

#loading i {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  z-index: 99;
  font-size: 48px;
}

/*===============================

    animation

================================*/
.effectFadeIn {
  opacity: 0;
  -webkit-transition: all 3s;
  transition: all 3s;
}

.effectFadeIn.effectScroll {
  opacity: 1;
}

.effectFadeUp {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
  transform: translate(0, 45px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.effectFadeUp.effectScroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.effectFadeRight {
  opacity: 0;
  -webkit-transform: translate(45px, 0);
  transform: translate(45px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.effectFadeRight.effectScroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.effectFadeLeft {
  opacity: 0;
  -webkit-transform: translate(-45px, 0);
  transform: translate(-45px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.effectFadeLeft.effectScroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.effectZoom {
  -webkit-transition: all 6s;
  transition: all 6s;
}

.effectZoom.effectScroll {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.floatingEffect {
  -webkit-animation: fuwafuwa 3s infinite;
  animation: fuwafuwa 3s infinite;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.typed-cursor {
  font-weight: 100;
  -webkit-animation: blink 1s infinite;
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*===============================

    Utility

================================*/
/*
    flexbox
================================*/
.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*
    clearfix
================================*/
.clearfix {
  content: '';
  display: block;
  clear: both;
}

/*
    フォント
================================*/
.font-roboto {
  font-family: 'Roboto', sans-serif;
}

.txt-center {
  text-align: center;
}

.mb-1 {
  margin-bottom: 1rem;
}

/*===============================

    Layout

================================*/
#topVisual,
#message,
#business,
#client,
#contact {
  margin-bottom: 4.5rem;
}

#contactAndCompany {
  padding-bottom: 4.5rem;
}

/*
    小見出し
================================*/
/*===============================

    Component

================================*/
.logo {
  max-width: 200px;
}

.btnArea {
  text-align: center;
}

.btn {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  padding: 1rem;
  width: 100%;
  max-width: 300px;
}

.sectionHeader {
  margin-bottom: 2.5rem;
  text-align: center;
  line-height: 1.2;
}

.sectionHeader .sectionTitle {
  color: #FFFFFF;
  margin-top: 0.5rem;
  font-weight: normal;
}

.sectionHeader .subText {
  font-size: 2.625rem;
  color: #7FFFBA;
  font-weight: bold;
}

.cardSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1rem;
}

.cardSet .card {
  width: calc(33.3333% - 2rem);
  margin: 1rem;
}

#siteHeader {
  background-color: rgba(0, 0, 0, 0);
  padding: 1rem 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

@media (max-width: 769px) {
  #siteHeader .logo {
    max-width: 120px;
  }
}

#topVisual {
  position: relative;
  z-index: -1;
}

#topVisual .topImage {
  height: 600px;
  background-position: center;
  background-size: cover;
  position: relative;
}

#topVisual .topImageText {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#topVisual .topImageText p {
  color: #FFFFFF;
}

#topVisual .topImageText .largeText {
  font-size: 4.25rem;
  font-weight: bold;
}

#topVisual .topImageText .secandText,
#topVisual .topImageText .btnArea {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

#topVisual .topImageText .secandText.effectAction,
#topVisual .topImageText .btnArea.effectAction {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#topVisual .topImageText .secandText.secandText,
#topVisual .topImageText .btnArea.secandText {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}

#topVisual .topImageText .secandText.btnArea,
#topVisual .topImageText .btnArea.btnArea {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}

#topVisual .btnArea {
  margin-top: 2rem;
  text-align: left;
}

#topVisual .btn {
  border: solid 2px #7FFFBA;
  color: #7FFFBA;
}

@media (max-width: 769px) {
  #topVisual .topImageText .largeText {
    font-size: 3.25rem;
  }
}

#message {
  color: #FFFFFF;
  text-align: center;
  background-image: url(../images/bg_message.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 7.5rem 0;
}

#message .sectionHeader .sectionTitle {
  font-size: 2.625rem;
}

.service .serviceItem {
  position: relative;
}

.service .serviceItem .serviceName {
  color: #7FFFBA;
  padding: 1rem 0.5rem;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.service .serviceItem::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 769px) {
  .service.cardSet .card {
    width: 100%;
  }
}

.clientCompany .companyName {
  color: #FFFFFF;
  padding: 1rem 0.5rem;
  text-align: center;
  border: solid 1px rgba(51, 51, 51, 0.16);
  border-bottom: solid 1px #7FFFBA;
}

@media (max-width: 769px) {
  .clientCompany.cardSet .card {
    width: 100%;
  }
}

#contactAndCompany {
  background-image: url(../images/bg_contact_05.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #FFFFFF;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

#contactAndCompany .flexBox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#contactAndCompany .flexBox .contact,
#contactAndCompany .flexBox .company {
  width: calc(50%);
  margin-top: 4.5rem;
}

#contactAndCompany .flexBox .contact {
  padding-right: 2rem;
  border-right: solid 1px #7FFFBA;
}

#contactAndCompany .flexBox .company {
  padding-left: 2rem;
}

@media (max-width: 769px) {
  #contactAndCompany .flexBox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #contactAndCompany .flexBox .contact,
  #contactAndCompany .flexBox .company {
    width: 100%;
  }
  #contactAndCompany .flexBox .contact {
    padding: 0;
    border: none;
  }
  #contactAndCompany .flexBox .company {
    padding: 0;
  }
}

.contactForm .contactFormTitle {
  font-size: 1.625rem;
  margin-bottom: 2rem;
}

.contactForm .contactFormItem + .contactFormItem {
  margin-top: 1rem;
}

.contactForm .contactFormItem dt {
  margin-bottom: 0.5rem;
}

input,
textarea {
  width: 100%;
}

.companyData .companyDataTitle {
  font-size: 1.625rem;
  margin-bottom: 2rem;
}

.dataList {
  line-height: 1.2;
}

.dataList dl {
  border-bottom: solid 1px #7FFFBA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dataList dl dt {
  width: 112px;
  padding: 1rem 0;
}

.dataList dl dd {
  width: calc(100% - 112px);
  padding: 1rem 0 1rem 1rem;
}

#siteFooter {
  background-color: #000;
  color: #EAEFF2;
  padding: 2rem 0 1rem;
  font-size: 14px;
  position: relative;
  z-index: 5;
}

#siteFooter .footerContent .flexBox {
  margin: -1rem;
}

#siteFooter .footerContent .flexBox .flexItem {
  margin: 1rem;
}

@media (max-width: 769px) {
  #siteFooter .footerContent .flexBox .flexItem {
    width: 100%;
  }
}

#siteFooter .footerContent .address {
  line-height: 1.2;
}

#siteFooter .footerContent .address dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#siteFooter .footerContent .address dl dt {
  margin-right: 0.5rem;
}

#siteFooter .copyright {
  color: #EAEFF2;
  text-align: center;
  font-size: 14px;
  margin-top: 2rem;
}

@media (max-width: 769px) {
  #siteFooter .copyright {
    font-size: 10px;
  }
}

/*===============================

    Page

================================*/
/*
    見出し
================================*/

/*# sourceMappingURL=maps/style.css.map */
