@charset "UTF-8";

/* **************************************************
	layout
************************************************** */
* {
  box-sizing: border-box; }

html, body {
  position: relative;
  -webkit-text-size-adjust: 100%; }

html {
  font-size: 62.5%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: YakuHanJPs,'Robot', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Yu Gothic', '游ゴシック', 'メイリオ', 'Meiryo', sans-serif;
  color: #2B2B2B  ;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.7; 
  background-color: transparent !important;
  font-variant-ligatures: none;
  z-index: 0; }

.layout {
  width: 100%;
  height: auto !important;
  margin:0 auto;
  position: relative; }


/* **************************************************
   h1 h2 h3 p font calc 
************************************************** */

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;}


h1 {
  font-size: 20px;
  font-size: calc(2.0rem + ((1vw - 0.375em) * 0.2544));
  min-height: 0vw;
  line-height: 1.3; }

h2 {
  font-size: 20px;
  font-size: calc(2.0rem + ((1vw - 0.375em) * 0.2544));
  min-height: 0vw; }

h3 {
  font-size: 18px;
  font-size: calc(1.8rem + ((1vw - 0.375em) * 0.2544));
  min-height: 0vw; }

p{
  text-align: justify;
  margin:0;
  font-size: 16px;
  line-height: 1.9;
  font-size: calc(1.6rem + ((1vw - 0.375em) * 0.2544)); }


@media (min-width: 767.98px) {
  h1 {
    font-size: 2.4rem; }

  h2 {
    font-size: 2.0rem; }

  h3 {
    font-size: 1.8rem; } 
}

/* **************************************************
	container-fluid 
************************************************** */

.container{
    max-width: 1320px;
  }

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

button:focus {
  outline: 1px dotted;
  outline: 0 auto -webkit-focus-ring-color;}

/* **************************************************
  リンク色
************************************************** */
a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-tap-highlight-color: rgba(0,0,0,0.2);
  -webkit-transition: all 0.2s linear; }

a:hover,
a:focus {
  color: #303030;
  text-decoration: none; }

*::selection {
  background-color: #303030;
  color: #fff; }


/* **************************************************
	header
************************************************** */

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link > span {
  display: block;
  font-size:1.2rem;
  line-height: 0.9;
  text-align: center;
}

.header .navbar{
  width: 100%;
  padding: 2.0rem 5.0rem 2.0rem 10rem;
  background: transparent;
}

.header.active .nav-link{
  color:#000;
}

.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  /*color: #8fc31f;*/
  color: #75CA39;
}

 .header.active .navbar{
    background: #fff;
 }

.header .nav-item{
  padding:0 2.5rem 0;
}

.header .nav-link{
  font-family: "Robot", sans-serif;
  font-weight: 700;
  letter-spacing: 0.13em;
  color:#fff;
}


.navbar-light .navbar-brand{
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  letter-spacing: 0.2rem;
  font-size: 48px;
  font-size: calc( 4.8rem + ((1vw - 0.375em) * 0.2544));
  /*color:#00A85A;*/
  color:#75CA39;
}


.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: #8fc31f;
}

/* **************************************************
  headline
************************************************** */

.main-unit{
  padding-bottom:10rem;
}

.main-unit:before {
  content: '';
  position: absolute;
  z-index: -3;
  top: 0;
  left: 0;
  background: #F2F3F4;
  width: 100%;
  height: calc(100% - 4.0rem);
}

.main-unit_line {
  position: absolute;
  z-index: 0;
  bottom: 4.0rem;
  left: 0;
  width: 100%;
  height: calc(100% - 4.0rem);
  line-height: 0;
  overflow: hidden;
}

.main-unit_line:before,
.main-unit_line::after{
  content: '';
  position: absolute;
  top: -25%;
  width: 25rem;
  height: 150%;
  transform: rotate(-145deg) skewY(-35deg) translateX(-50%);
}

.main-unit_line::before {
  background: #75CA39;
  left: calc(50% - 90rem);
}

.main-unit_line::after {
  background: #00A85A;
  left: calc(50% - 46rem);
}

.hero{
  position: relative;
}

.hero_container {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 70rem;
}


.hero_title-wrap {
  position: absolute;
  z-index: 5;
  top: 40%;
  left: 6.5vw;
  transform: translateY(-50%);
}


.hero_title {
  position: relative;
  margin-bottom: 3.2rem;
  width: 100%;
  max-width: 1000px;
  /*color: #8FC31F;*/
  /*color: rgba(255, 255, 255, 1);*/
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.14em;
  font-size: 48px;
  font-size: 4.8rem;
  color:#FFF;
}

.hero_title span {
  display: block;
}

.hero_subtitle {
  display: block;
  /*color:#8fc31f;*/
  color:#FFF;
  font-family: "Robot",sans-serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.13em;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
}

.hero_image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-image: url(../images/hero-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.hero .scroll-down {
  position: absolute;
  bottom: 33rem;
  left: 3.0rem;
  width: 20rem;
  transform: rotate(90deg);
  transform-origin: left bottom;
  opacity: 0;
  transition: all .5s ease 1s;
  z-index: 2;
}

.hero .scroll-down .text {
  position: relative;
  display: block;
  color: #fff;
  font-family: "Roboto",sans-serif;
  font-weight: 700;
  letter-spacing: 0.095em;
  font-size: 1.6rem;
  
}
.hero .scroll-down .line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 12rem;
  height: 0.1rem;
  margin: auto;
  overflow: hidden;
}

.hero .scroll-down .line::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  animation-name: scrolldown;
  animation-duration: 3.5s;
  animation-timing-function: cubic-bezier(0.5, 0.125, 0.15, 1);
  animation-iteration-count: infinite;
}


@keyframes scrolldown{
  0%{left:-100%}
  20%{left:-100%}
  45%{left:0%}
  55%{left:0%}
  80%{left:100%}
  100%{left:100%}
}


/* **************************************************
    general
************************************************** */
.general{
  position: relative;
  padding-bottom:40rem;
}

.general:last-child{
  padding-bottom:20rem;
}


section .jumbotron{
  background-color: #fff;
  padding: 8rem 8rem 4rem;
}

.contact_container .jumbotron{
  /*background-color: #fff;*/
  padding: 8rem 8rem 4rem;
}

.privacy_container{
    padding-bottom:20rem;
}

.section_title{
  font-family: "Roboto",sans-serif;
  font-weight: 700;
  font-size: 65px;
  font-size: calc(6.5rem + ((1vw - 0.375em) * 0.2544));
  letter-spacing: 0.5rem;
  position: absolute;
  top:-3.5rem;
}


.section_title > p {
  margin-top:3.2rem;
  font-size: 21px;
  font-size: calc(2.1rem + ((1vw - 0.375em) * 0.2544));
  color:#75CA39;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.privacy_wrap div{
  margin-bottom: 4rem;
  line-height: 1.6;
}

.privacy_wrap span{
  display: block;
  margin-bottom:0.5rem;
}

/* **************************************************
  company
************************************************** */

.company_wrap{}
.company_wrap dl dt,
.company_wrap dl dd{
  margin-bottom: 4.0rem;
}
.company_wrap ol{
  margin-left: -2rem;
}

/* **************************************************
  contact
************************************************** */

.contact_container .form-group {
  margin-bottom: 4rem;
}

.contact_container .form-control{
  border-radius: 0;
  padding: 2rem;
  font-size:1.6rem; }

.contact_container .form-control:focus{
  border-color: #303030;
  box-shadow: none; }


.contact_container .control-label span.must {
  color: #DC372F;
  border: 0.1rem solid #DC372F;
  font-size: 1.1rem;
  display: inline-block;
  padding: 0.3rem 0.8rem;
  margin-left: 2rem;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  top: -0.1rem; }


.btn-post {
  background-color: #000;
  border-color: #000;
  color: #FFF;
  font-size: calc(1.6rem + ((1vw - 0.375rem) * 0.2544));
  position: relative; }


.btn-post:hover,
.btn-post:focus,
.btn-post:active,
.btn-post.active {
  color: #fcfcfc;
  box-shadow: none;
  background-color: #303030; }




/* **************************************************
  footer
************************************************** */

.footer {
  padding:4rem 0;
  background: #fff; 
  position: relative; }


.footer-copy {
  letter-spacing: 0.13em; }


.footer-copy a{
  color:#303030; }

.gotoTop {
    z-index: 9999;
    position: fixed;
    bottom: 3.0rem;
    right: 2.5vw; }

.goTop {
  width: 4.0rem;
  height: 4.0rem;
  color: #000;
  text-align: center;
  white-space: nowrap;
  line-height: 1em;
  cursor: pointer;
  display: none;
  z-index:9999; }


/* **************************************************
  navbar button animation
************************************************** */

.navbar-button {
  display: inline-block;
  width: 4.0rem;
  height: 4.0rem;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  border: none;
  appearance: none;
  background: transparent;
  color: #303030;
  position: relative;
  transform: translate(0 , calc(-50% + 2rem));
}

.navbar-button .button-bar {
  display: block;
  width: 3.2rem;
  height: 0.2rem;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #303030;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.navbar-button .button-bar:first-child {
  top: 0;
  -webkit-transform: translateY(0.8rem) rotate(0deg);
  transform: translateY(0.8rem) rotate(0deg);
}

/*.navbar-button .button-bar:nth-child(2) {
opacity: 1;
top: 1.8rem; }*/

.navbar-button .button-bar:nth-child(2) {
  top: 3.0rem;
  -webkit-transform: translateY(-0.5rem) rotate(0deg);
  transform: translateY(-0.5rem) rotate(0deg);
}


.navbar-button.active .button-bar:first-child {
  top: 1.0rem;
  -webkit-transform: translateY(0.5rem) rotate(45deg);
  transform: translateY(0.5rem) rotate(45deg);
}

/*.navbar-button.active .button-bar:nth-child(2) {
opacity: 0; }*/

.navbar-button.active .button-bar:nth-child(2) {
  top: 1.0rem;
  -webkit-transform: translateY(0.5rem) rotate(-45deg);
  transform: translateY(0.5rem) rotate(-45deg);
}



/* **************************************************
  responsive
************************************************** */

@media (max-width: 767.98px) {

  .layout {
    padding-top: 0;
  }

  .header{
    width: 100%;
    background:transparent;
    position: fixed;
    z-index: 10;
  }

  .header .navbar-light .navbar-toggler {
    color: rgba(0,0,0,.0);
    border-color: rgba(0,0,0,.0);
  }

  .navbar-light .navbar-nav .nav-link {
    color: #000;
     padding: 1rem 0.5rem 1.0rem;
  }

.navbar-light .navbar-nav .nav-link > span {
  text-align: left;
  color:#75CA39;
}


  .header .nav-item {
    padding: 0;
  }

  .header .navbar{
    width: 100%;
    padding: 0 1.0rem 0;
    background: #fff;
    min-width: auto;
    position: relative;
  }

  .navbar-nav{
     padding-bottom: 1rem;
  }

  .hero_title{
    font-size: 6.4vw;
  }
  .hero_subtitle{
    font-size: 3.4vw;
  }

.hero .scroll-down {
  bottom: 25rem;
  left: 3.0rem;
}

.hero .scroll-down .text {
  font-size: 1.4rem; 
}



.hero .scroll-down .line {
  right: 5.0rem;
  width: 10rem;
}

  .general,
  .general:last-child{
    padding-bottom: 10rem;
  }

  section .jumbotron,
  .contact_container .jumbotron{
    background-color: #fff;
    padding: 8rem 2rem 6rem;
  }

  .section_title {
    font-size: 4.6rem;}

  .section_title > p {
    margin-top: 0;
    font-size:1.6rem;
    }
    .company_wrap dl dt {
      margin-bottom: 0;
    }
    .company_wrap dl dd {
      margin-bottom: 2.0rem;
    }

    .footer-copy {
      font-size:1.4rem;
      text-align: center;
    }


    .gotoTop {
      bottom: 0;
      right: 0;
    }


}


@media (max-width: 575.98px) {

 }