@charset "UTF-8";
/* Scss Document */
/* Scss Document */
#visual {
  padding: 0;
  z-index: 0;
}
#visual h2 {
  position: absolute;
  top: 14.5%;
  left: 0;
  width: 100%;
  min-width: 1200px;
  text-align: center;
}

.ttl-wrap {
  margin: 0 auto 70px;
  text-align: center;
  color: #21AC38;
  letter-spacing: 0.1em;
}
.ttl-wrap p {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  font-family: "Century Gothic";
  font-weight: bold;
}
.ttl-wrap h2 {
  font-size: 3.6rem;
}

.size-m {
  font-size: 2rem;
}

.shadow img {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}

#greeting {
  background: #21AC38;
  color: #fff;
}
#greeting .inner {
  align-items: center;
}
#greeting .ttl-wrap {
  margin: 0 0 2em;
  text-align: left;
  color: #fff;
}
#greeting .size-m {
  font-weight: bold;
}
#greeting .greeting-body {
  padding-left: 95px;
  line-height: 1.6;
}
#greeting .name {
  margin-top: 1em;
  font-size: 2.8rem;
  font-weight: bold;
}
#greeting figure {
  width: 475px;
  text-align: center;
}

#business .biz-list {
  display: flex;
  flex-wrap: wrap;
}
#business .biz-list li {
  width: 50%;
}
#business .biz-list li:before {
  margin-right: 1em;
  display: inline-block;
  content: "●";
  color: #21AC38;
  font-size: 1rem;
}
#business .business-wrap {
  margin: 0 auto 70px;
  max-width: 1520px;
}
#business .business-wrap h3 {
  margin: 0.5em 0;
  color: #21AC38;
  font-size: 4rem;
  font-weight: normal;
}
#business .business-wrap h4 {
  margin: 1em 0;
  font-size: 2.2rem;
}
#business .business-wrap .business-body {
  margin: 0 0 0 auto;
  padding: 0 80px;
  width: 600px;
}
#business .business-wrap:nth-child(odd) {
  flex-direction: row-reverse;
}
#business .business-wrap:nth-child(odd) .business-body {
  margin: 0 auto 0 0;
}

.deco-green {
  width: 100%;
  height: 300px;
  background: url(../img/index/img_green.jpg) no-repeat center top;
}

.works-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.works-index li {
  margin: 0 0 40px;
  width: 31%;
  text-align: center;
  font-weight: bold;
}
.works-index li a:link {
  color: #212121;
  text-decoration: none;
  display: block;
}

#information {
  background: #F3F3EB;
}
#information .ttl-wrap {
  margin: 0;
  width: 33.3333333333%;
}
#information .info-wrap {
  width: 66.6666666667%;
}
#information .info-wrap dt {
  color: #21AC38;
  font-weight: bold;
}

#company .flex-wrap div {
  width: 47%;
}
#company h3 {
  margin: 1em 0 0.5em;
  padding-bottom: 0.5em;
  color: #21AC38;
  border-bottom: solid 2px #8EC31F;
  font-size: 2.4rem;
}
#company table {
  font-size: 1.5rem;
}
#company table th,
#company table td {
  padding: 0.25em 0;
}
#company table th {
  padding-right: 2em;
  text-align: left;
}

#access h3 {
  margin: 1em 0 0.5em;
  padding-bottom: 0.5em;
  color: #21AC38;
  font-size: 2.4rem;
  text-align: center;
}
#access .access-container {
  display: flex;
  justify-content: space-between;
}
#access .access-item {
  width: 49.5%;
}

@media screen and (max-width: 767px) {
  #visual h2 {
    padding: 0 12.5%;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    min-width: 100%;
    text-align: center;
  }
  .ttl-wrap {
    margin: 0 auto 20px;
    text-align: center;
    color: #21AC38;
    letter-spacing: 0.1em;
  }
  .ttl-wrap p {
    margin-bottom: 0.5em;
    font-size: 1.4rem;
    font-family: "Century Gothic";
    font-weight: bold;
  }
  .ttl-wrap h2 {
    font-size: 2.8rem;
  }
  .size-m {
    font-size: 2rem;
  }
  .shadow img {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
  }
  #greeting .ttl-wrap {
    margin: 0 0 2em;
  }
  #greeting .size-m {
    font-weight: bold;
    font-size: 1.5rem;
  }
  #greeting .greeting-body {
    margin-bottom: 2em;
    padding-left: 0;
  }
  #greeting .greeting-body br {
    display: none;
  }
  #greeting .name {
    font-size: 2rem;
  }
  #greeting figure {
    margin: 0 auto;
    width: 90%;
    text-align: center;
  }
  #business .biz-list {
    display: flex;
    flex-wrap: wrap;
  }
  #business .biz-list li {
    width: 50%;
  }
  #business .biz-list li:before {
    margin-right: 1em;
    display: inline-block;
    content: "●";
    color: #21AC38;
    font-size: 1rem;
  }
  #business .business-wrap {
    margin: 0 auto 30px;
    max-width: 100%;
  }
  #business .business-wrap h3 {
    margin: 0.5em 0;
    color: #21AC38;
    font-size: 2.2rem;
    font-weight: normal;
    text-align: center;
  }
  #business .business-wrap h4 {
    margin: 1em 0;
    font-size: 1.8rem;
  }
  #business .business-wrap h4 br {
    display: none;
  }
  #business .business-wrap .business-body {
    margin: 0 0 30px auto;
    padding: 0 5vw;
    width: 100%;
  }
  #business .business-wrap .business-body figure {
    text-align: center;
  }
  #business .business-wrap:nth-child(odd) .business-body {
    margin: 0 0 30px auto;
  }
  .deco-green {
    width: 100%;
    height: 150px;
    background: url(../img/index/img_green.jpg) no-repeat center top;
  }
  .works-index {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .works-index li {
    margin: 0 0 40px;
    width: 49%;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
  }
  .works-index li a:link {
    color: #212121;
    text-decoration: none;
    display: block;
  }
  #information .ttl-wrap {
    margin: 0 auto 20px;
    width: 100%;
  }
  #information .info-wrap {
    width: 100%;
  }
  #company .flex-wrap div {
    width: 100%;
  }
  #company h3 {
    margin: 1em 0 0.5em;
    padding-bottom: 0.5em;
    font-size: 1.6rem;
  }
  #company table {
    font-size: 1.4rem;
  }
  #company table th,
  #company table td {
    padding: 0.5em 0;
    line-height: 1.3;
  }
  #company table th {
    padding-right: 2em;
    text-align: left;
  }
  #access h3 {
    margin: 1em 0 0.5em;
    padding-bottom: 0.5em;
    font-size: 1.6rem;
  }
  #access .access-container {
    flex-direction: column;
  }
  #access .access-item {
    width: 100%;
  }
}/*# sourceMappingURL=index.css.map */