@charset "utf-8";

html {
    height: 100%;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","メイリオ",Meiryo,Osaka,Arial,Helvetica,Verdana,sans-serif,"ＭＳ Ｐゴシック","MS PGothic";
      color: #111;
      background: #ffffff;
      overflow-y: scroll;
      overflow-x: hidden;
      height: 100%;
      margin: 0;
      padding: 0;
      font-size: 17px;
      font-weight: 400;
      line-height: 1.8;
      -webkit-text-size-adjust: 100%;
  }

  .navbar {
    background-color: #00BE62;
  }

  .navbar-toggler-icon {
    display: inline-block;
  width: 100%;
  height: 100%;
  }

.nav-link {
  margin: 0.5rem;
}

button.navbar-toggler {
    color: #ffffff;
}

button.navbar-toggler:focus, 
  button.navbar-toggler:hover {
    text-decoration: none;
    outline: none;
}

  h1,h2,h3,h4 {
    font-weight: bold;
  }

  a {
    color: #111;
  }

  a:hover {
    color: #333;
    text-decoration: none;
  }

  nav a {
    color: #ffffff;
    font-weight: bold;
  }

  nav a:hover {
    color: #ffffff;
  }

  .navbar-brand {
    line-height: 2;
    font-size: 16px;
  }
  
  .navbar-brand img {
    max-width: 300px;
  }

  p {
    margin: 0;
  }
  
  footer a:link,
  footer a:active,
  footer a:focus {
    color: #333;
  }

  footer a:hover {
    color: #555;
  }

  ul.navbar-nav {
    font-size: 1.2rem;
  }

  .nav-item {
    margin-right: 1rem;
  }

#top header {
    width: 100%;
    min-height: 100vh;
    position: relative;
  }

header#future::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-image: url("/images/img-young.jpg");
    background-position: top center;
    background-size: cover;
  }

header div.one {
    position: absolute;
    top: 50%;
    padding: 0 30px;
  }

header div.two,
div.two {
  position: absolute;
    top: auto;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 30px 30px;
    line-height: 1.2;
    margin-top: 240px;
  }

  header h1 {
    font-size: calc(20px + 2vw);
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 0 6px rgb(0, 0, 0, 0.8);
  }

  header h2,
  div.two h2 {
    font-size: calc(18px + 1vw);
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 8px rgb(0, 0, 0, 0.8);
  }

  div.two p {
    font-size: calc(16px + 1vw);
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 0 8px rgb(0, 0, 0, 0.8);
    margin: 0;
    padding: 0;
  }

  header p span,
  div.two p span {
    font-size: 1.2rem;
    color: #ffffff;
    text-shadow: 0 0 8px rgb(0, 0, 0, 0.8);
    margin: 0;
    padding: 0;
  }

  h2.copy,
  h2.tit {
    font-size: calc(18px + 2vw);
    color: #00BE62;
    font-weight: bold;
  }

  h3 {
    font-size: 1.6rem;
    font-weight: bold;
  }

  #businessLine h3 {
    font-size: 1.6rem;
  }

  footer h4 {
    font-size: 16px;
  }

  h2.tit,
  h3.tit,
  h4.tit {
    font-weight: bold;
  }

  .fa-envira,
  .gr {
    color: #00BE62;
  }

  .btn-primary {
    background: #00BE62; 
    color:#ffffff; 
}

.btn-primary:hover, .btn-primary:focus, 
.btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:active.focus,
.btn-primary.active, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary, 
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus, 
.open > .dropdown-toggle.btn-primary.focus,
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background: #ffffff; 
    color: #00BE62;
}

.btn-primary.outline {
    border: 3px solid #00BE62;
    color: #00BE62;
}

.btn {
  max-width: 300px;
  min-width: 240px;
  font-size: 1.4rem;
  padding: 8px 24px 6px;
  border: 0 none;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  transition: all .4s ease-in;
  box-shadow: 0 0 8px rgb(0, 0, 0, 0.5);
}

a.active {
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
}

a.active:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top:100%;
  left: 0;
  border-radius: 2px;
  background:#ffffff;
  transition: all .4s ease-in;
}

.contents a:hover {
  background-color: #b2f5d5;
}

.contentsWrap {
  border: 3px solid #00BE62;
  padding: 0px;
  margin: 2px auto 32px;
}

.content {
  border: none;
  padding: 20px;
  color: #00BE62;
  min-height: 200px;
}

.content h3 {
color: #00BE62;
font-weight: bold;
}

#businessLine h3 {
  background-color: #ccc;
  padding: 12px 18px;
  color: #00BE62;
  margin-bottom: 2rem;
}

ul.snsMenu li {
  list-style: none;
  padding: 0;
}

#contactus {
  padding: 4rem 1rem;
  background-color: #F4EDC7;
}

#contactus p {
  margin-bottom: 1rem;
}

#contactus p span {
  font-size: 80%;
  font-weight: normal;
}

footer {
  font-weight: bold;
  padding: 4rem 1rem;
  color: #111;
  background-color: #00BE62;
}

#footerMenu ul {
  padding: 0;
}

#footerMenu ul li {
  font-size: 12px;
  list-style: none;
  margin-left: 0;
}


/* table */

.table td,
.table th {
  padding: 0;
}

th.tname {
  width: 30%;
}

td.units {
  width: 10%;
}

@media screen and (min-width: 501px) {
  .mo {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  
  #top header {
    width: 100%;
    min-height: 800px;
  }

#threeContents {
  font-size: 90%;
}
  .content {
    min-height: auto;
}

}


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

  a.active:before {
    display: none;
  }

  .navbar-brand {
    font-size: 14px;
  }

  .navbar-brand img {
    max-width: 200px;
  }

header h1 {
  font-size: 2.6rem;
}

section h2 {
  text-align: center;
}

.navbar-collapse {

}

.nav-link {

}

header p span, div.two p span {
    font-size: .8rem;
}

.table td,
.table th {
  width: 100%;
  display: block;
  padding: 0;
}

.table th {
  width: 100%;
}

.table td {
  padding-top: 0;
}

.table tr {
  margin-bottom: 2rem;
}

.content {
  min-height: 100px;
}

#contactus p {
  font-size: 100%;
  margin-bottom: 1rem;
}

footer {
  margin-left: auto;
  margin-right: auto;
}

}

