@charset "UTF-8";


/** GENERAL
==============================================*/
/*
  INIT
---------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  color: #444a59;
}

div, dl, dt, dd, ul, ol, li, pre, form, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.4;
}

p {
  margin: 0;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: bottom;
  border-style: none;
}

map,
area,
map:active,
area:active {
  border: none;
  outline: none;
}

figure {
  margin: 0;
}

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

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.notes {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

a {
  color: #444a59;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}




/** COMMON
==============================================*/




body {
    background: linear-gradient(90deg, #9f53c0, #6c91fc, #81e2f2, #836ee0, #6c91fc, #81e2f2);
    background-size: 400% 400%;
    -webkit-animation: Gradient 60s ease infinite;
    -moz-animation: Gradient 60s ease infinite;
    animation: Gradient 60s ease infinite;
    margin: 0;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}



@media only screen and (min-width: 768px) {

.pc {display: block;}
.pc-inline {display: inline;}
.sp {display: none;}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  padding: 3em 3em 2.4em 3em;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  background: rgba(0,0,0,.1);
}

header .company-name {
  color:#fff;
  text-align: center;
  line-height: 1;
}

header .company-name .main {
  font-size:1.5em;
  padding: 0;
  font-family: 'Archivo Black', sans-serif;

}

header .company-name .sub {
  font-size:1.45em;
  padding: 0;
  margin: 0.5em 0 0 0;
}

header nav ul {
  display: flex;
}

header nav ul li {
  margin-right: 2em;
}

header nav ul li a {
  color: #fff;
  font-weight: bold;
}

main {
    z-index: 500;
    position: relative;
    margin-top: 9em;
}




.mv {
    height: 89vh;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
}

.mv .wrap {
  width: 100%;
}



.mv h1 {
  /*color: #fff;*/
  font-weight: bold;
    font-size: 4vw;
    text-align: center;
    width: 100%;

  color: #FF8C00;
  background: -webkit-linear-gradient(0deg, #9f53c0, #6c91fc, #81e2f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mv .company-name {
    text-align: center;
    width: 100%;
    padding-top: 3%;
  background: -webkit-linear-gradient(0deg, #9f53c0, #6c91fc, #81e2f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mv .company-name .main {
    margin-top: 1em;
    font-family: 'Archivo Black', sans-serif;
    font-size: 3vw;
    color: #dcdcdc;
    line-height: 1;
}

.mv .company-name .sub {
font-size: 2.9vw;
    color: #d2d2d2;
    font-weight: bold;
}

.section-box {
  width: 100%;
  display: flex;
  margin-top: 16em;
}

.section-box.flex-left {
  flex-direction:row;
}
.section-box.flex-right {
  flex-direction:row-reverse;
}
.section-box.flex-center {
  justify-content:center;
}

.section-box .inner {
  width: 60%;
  background: #fff;
  padding: 7em 8em;
  box-shadow: 0 3px 20px rgba(0,0,0,.2);
  border-radius: 3px;

}

.section-box h2 {
  font-size: 2.5em;
  color: #FF8C00;
  background: -webkit-linear-gradient(0deg, #9f53c0, #6c91fc, #81e2f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.section-box p {
  line-height: 2.5;
  font-size: 1.2em;
  margin-top: 2em;
}




/*#busines*/
#business .ul-parent {
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 3em;
  line-height: 3;
}

#business .ul-child {
  font-weight: normal;
  font-size: .8em;
  margin-left: 3em;
  margin-top: 1em;
  line-height: 2.5;
}


/*#message*/
#message .signature {
  text-align: right;
}

#message .signature p {
  line-height: 1.2;
}

#message .signature .main {
  margin-top: 3em;
}

#message .signature .sub {
  margin-top: 1em;
  font-size: .9em;
}



/*#company-info*/
#company-info h2 {
  text-align: center;
}
#company-info dl {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 3em;
}

#company-info dl dt {
  width: 15%;
  border-bottom: 1px solid #a0a0a0;
  padding: 1em 0 .5em;
}
#company-info dl dd {
  width: 85%;
  border-bottom: 1px solid #a0a0a0;
  padding: 1em 0 .5em;
  line-height: 1.5;
}


#company-info .contact {
  text-align: center;
}

#company-info .contact h3 {
  font-size:1.5em;
  font-weight: bold;
  margin-top: 3em;
}

#company-info .contact .phone {
  font-size:1.5em;
  margin-top: 1em;
  line-height: 1;
  font-weight: bold;
}

#company-info dl dd a {
  text-decoration: underline ;
}




footer {
  padding: 5em 0;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

#canvas-basic {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
}

}





@media only screen and (max-width: 767px) {

.pc {display: none;}
.sp {display: block;}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  padding: 1em 1em;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  background: rgba(0,0,0,.1);
}

header .company-name {
  color:#fff;
  text-align: left;
  line-height: 1;
}

header .company-name .main {
  font-size:1em;
  padding: 0;
  margin: 0;
  font-family: 'Archivo Black', sans-serif;
}

header .company-name .sub {
  font-size:1em;
  padding: 0;
  margin: 0.5em 0 0 0;
}

header nav ul {
  /*display: flex;*/
}

header nav ul li {
  margin-right: 2em;
}

header nav ul li a {
  color: #fff;
  font-weight: bold;
}

main {
    z-index: 500;
    position: relative;
    margin-top: 4.5em;
}


.mv {
    height: 70vh;
    width: 100%;
    background: #fff;
    position: relative;
}


.mv h1 {
  /*color: #fff;*/
  font-weight: bold;
  position: absolute;
    top: 16%;
    font-size: 2.5em;
    text-align: center;
    width: 100%;

  color: #FF8C00;
  background: -webkit-linear-gradient(0deg, #9f53c0, #6c91fc, #81e2f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mv .company-name {
  position: absolute;
    top: 72%;
    text-align: center;
    width: 100%;
}

.mv .company-name .main {
  font-family: 'Archivo Black', sans-serif;
  font-size: 1.5em;
  color: #dcdcdc;
  line-height: 1;
}

.mv .company-name .sub {
  font-size: 1em;
  color: #d2d2d2;
}




.section-box {
  width: 96%;
  display: block;
  margin: 3em 2% 0;

}

.section-box .inner {
  /*width: 94%;*/
  padding: 20% 10%;
  background: #fff;
  /*padding: 7em 11em;*/
  box-shadow: 0 3px 20px rgba(0,0,0,.2);
  border-radius: 3px;
}

.section-box h2 {
  font-size: 1.8em;
  color: #FF8C00;
  background: -webkit-linear-gradient(0deg, #9f53c0, #6c91fc, #81e2f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-align: center;
}

.section-box p {
  line-height: 2;
  font-size: 1em;
  margin-top: 2em;
}


footer {
  padding: 5em 0;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

#canvas-basic {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
}


/*#busines*/
#business .ul-parent {
  font-weight: bold;
  font-size: 1em;
  margin-top: 2em;
  line-height: 1.5;
  list-style: disc;
}

#business .ul-parent li {
   margin-top: .5em;
}

#business .ul-child {
  font-weight: normal;
  font-size: .9em;
  margin-left: 1em;
  margin-top: 1em;
  line-height: 1.5;
  list-style: disc;
}


/*#message*/
#message .signature {
  text-align: right;
}

#message .signature p {
  line-height: 1.2;
}

#message .signature .main {
  margin-top: 3em;
}

#message .signature .sub {
  margin-top: 1em;
  font-size: .8em;
}



/*#company-info*/
#company-info dl {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 3em;
}

#company-info dl dt {
  width: 25%;
  border-bottom: 1px solid #a0a0a0;
  padding: 2em .5em;
  vertical-align: middle;
  display: table-cell;
  line-height: 1.5;
  font-weight: bold;
  font-size: .8em;
}
#company-info dl dd {
  width: 75%;
  border-bottom: 1px solid #a0a0a0;
  padding: 2em .5em;
  line-height: 1.5;
  font-size: .8em;
    vertical-align: middle;
  display: table-cell;
}


#company-info .contact {
  text-align: center;
}

#company-info .contact h3 {
  font-size:1.5em;
  font-weight: bold;
  margin-top: 3em;
}

#company-info .contact .phone {
  font-size:2em;
  margin-top: .5em;
  line-height: 1;
  font-weight: bold;
}

#company-info dl dd a {
  text-decoration: underline ;
}

footer {
  padding: 5em 0;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: .7em;
}


/*ハンバーガー*/
.header {

}
.sp-nav {
  position: fixed;
  right: -500px; /* これで隠れる */
  top: 0;
  width: 100%; /* スマホに収まるくらい */
  height: 100vh;
  padding: 5em;
  line-height: 5;
  background-color: rgba(0,0,0,.7);
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 80px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.sp-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sp-nav__item {
  text-align: center;
  padding: 0 14px;
}
.sp-nav__item a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #111;
}
.sp-nav__item a:hover {
  background-color: #eee;
}
.hamburger__line {
  position: absolute;
  left: 31px;
  width: 18px;
  height: 2px;
  background-color: #FFF;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 29px;
}
.hamburger__line--2 {
  top: 37px;
}
.hamburger__line--3 {
  top: 45px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .sp-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 34px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 34px;
}
}

