@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

.din_con {
  font-family: "DIN Condensed Bold", sans-serif;
  font-weight: bold;
}

a {
  text-decoration: none;
}

.header {
  height: 110px;
  background-color: #009844;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.header__logo-left {
  padding-right: 10px;
}
.header__logo-left img {
  width: 50%;
}
.header__logo-left-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header__logo-right {
  border-left: 1px solid #fff;
}
.header__logo-right p {
  font-size: 18px;
  padding-left: 10px;
  margin: 0;
  color: #fff;
}
.header__logo-right-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__logo-menu-left {
  height: 100%;
  margin-right: 40px;
  text-align: right;
}
.header__logo-menu-left img {
  width: 50%;
}

.container {
  margin: 0 auto;
}
.container img {
  max-width: 100%;
  z-index: 10;
}

.hero {
  background-image: url(../img/hero.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 60px;
}
.hero__inner {
  text-align: center;
  color: #fff;
}
.hero__title {
  font-size: 64px;
  font-style: italic;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  margin: 5% 0;
  letter-spacing: 0.01em;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN";
}
.hero__subtitle {
  font-size: 32px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  margin: 5% 0;
  letter-spacing: 0.25em;
  font-weight: normal;
}

.about {
  padding: 5% 0;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.about p {
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.05em;
}
.about__header {
  max-width: 700px;
  margin: 0 auto;
  z-index: 1;
}
.about__header h2 {
  width: 60%;
  margin: 0 auto;
}
.about__body {
  position: relative;
}
.about__body-wrapper {
  display: flex;
  align-items: center;
  padding: 3% 0;
  position: relative;
}
.about__body-wrapper-img {
  width: 50%;
  z-index: 1;
}
.about__body-wrapper-img img {
  width: 100%;
  margin-left: -3%;
}
.about__body-wrapper-text {
  width: 50%;
  display: flex;
  justify-content: center;
}
.about__body-wrapper-text-inner {
  padding: 0% 20% 0 10%;
}

.reverse .about__body-wrapper-text-inner {
  padding: 0% 10% 0 20%;
}
.reverse .about__body-wrapper-img {
  overflow: hidden;
}
.reverse .about__body-wrapper-img img {
  margin-left: 3%;
}

.square {
  position: absolute;
  opacity: 15%;
}

.square--l1 {
  top: 0px;
  left: 0px;
  width: 35%;
  height: 5%;
  background: #92C02C;
}

.square--s1 {
  top: 3%;
  left: 0px;
  width: 15%;
  height: 4%;
  background: #00AC52;
}

.square--l2 {
  top: -5%;
  right: 0px;
  width: 25%;
  height: 10%;
  background: #00AC52;
}

.square--s2 {
  top: 3%;
  right: 0px;
  width: 15%;
  height: 4%;
  background: #92C02C;
}

.square--l3 {
  bottom: 5%;
  right: 0px;
  width: 35%;
  height: 40%;
  background: #92C02C;
}

.square--s3 {
  bottom: 0%;
  left: 18%;
  width: 20%;
  height: 15%;
  background: #00AC52;
  z-index: 0;
}

.square--l4 {
  bottom: 0%;
  left: 0;
  width: 35%;
  height: 40%;
  background: #92C02C;
}

.square--l5 {
  bottom: 10%;
  right: 0px;
  width: 25%;
  height: 35%;
  background: #92C02C;
}

.square--s5 {
  bottom: 40%;
  right: 0px;
  width: 10%;
  height: 10%;
  background: #00AC52;
}

.square--s6 {
  bottom: -5%;
  left: 0px;
  width: 8%;
  height: 25%;
  background: #00AC52;
}

.figure {
  max-width: 1000px;
  margin: 0 auto;
}
.figure__header p {
  width: 80%;
  margin: 0 auto;
}
.figure__header h2 {
  width: 70%;
  margin: 8% auto 5%;
}
.figure__body {
  background-color: #009844;
  border-radius: 12px;
  padding: 5%;
}
.figure__body img {
  width: 100%;
}
.figure__body-wrapper {
  display: flex;
}
.figure__body-wrapper--right {
  justify-content: flex-end;
}
.figure__body-img {
  width: 100%;
  padding: 1.5%;
}
.figure__body-img--small {
  width: 92%;
}
.figure__body-img--left {
  width: 74%;
}
.figure__body-img--right {
  width: 74%;
}

.footer {
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer__inner {
  text-align: center;
}
.footer .footer-logo {
  width: 160px;
  margin-bottom: 20px;
}
.footer__text {
  padding: 8px 0 15px;
}
.footer__text {
  color: #009844;
  font-size: 14px;
  letter-spacing: 0.25em;
}
.footer .copyright img {
  width: 450px;
}

.sp {
  display: none;
}

.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}

.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

@media only screen and (max-width: 768px) {
  .header {
    height: 100px;
  }
  .header__logo-menu-left {
    display: none;
  }
  .about__header {
    width: 90%;
  }
  .about__header h2 {
    width: 100%;
    margin: 0 auto;
  }
  .about__body-wrapper {
    flex-direction: column;
  }
  .about__body-wrapper-img {
    width: 90%;
  }
  .about__body-wrapper-img img {
    margin-left: 0%;
  }
  .about__body-wrapper-text {
    width: 90%;
  }
  .about__body-wrapper-text-inner {
    padding: 0;
  }
  .about__body-wrapper-text-title {
    width: 80%;
    margin: 30px auto 0;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .reverse .about__body-wrapper-img img {
    margin-left: 0;
  }
  .reverse .about__body-wrapper-text-inner {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .header {
    height: 70px;
  }
  .header__logo-left {
    width: 250px;
  }
  .header__logo-left img {
    width: 100%;
  }
  .header__logo-right p {
    font-size: 14px;
  }
  .header__logo-menu-left {
    display: none;
  }
  .header__logo-menu-right img {
    width: 80%;
  }
  .hero {
    height: 35vh;
  }
  .hero__title {
    font-size: 44px;
    margin: 2% 0;
  }
  .hero__subtitle {
    font-size: 18px;
    margin: 2% 0;
  }
  .hero img {
    width: 30%;
  }
  .about {
    padding: 40px 0 0;
  }
  .about__header h2 {
    width: 100%;
  }
  .square--l1 {
    top: 5%;
    left: 0px;
    width: 80%;
    height: 8%;
  }
  .square--s1 {
    top: 11.5%;
    left: 0px;
    width: 30%;
    height: 2.5%;
  }
  .square--l2 {
    display: none;
  }
  .square--s2 {
    display: none;
  }
  .square--l3 {
    bottom: 11%;
    right: 0px;
    width: 35%;
    height: 8%;
  }
  .square--s3 {
    bottom: 15%;
    left: unset;
    right: 0;
    width: 50%;
    height: 15%;
  }
  .square--l4 {
    bottom: 10%;
    left: 0;
    width: 85%;
    height: 22%;
  }
  .square--l5 {
    bottom: -4%;
    right: 0px;
    width: 70%;
    height: 23%;
  }
  .square--s5 {
    bottom: 16%;
    right: 0px;
    width: 30%;
    height: 8%;
  }
  .square--s6 {
    display: none;
  }
  .figure {
    width: 100%;
  }
  .figure__header {
    width: 80%;
    margin: 0 auto 60px;
  }
  .figure__header-text {
    width: 100% !important;
    margin: 0px auto 20px;
  }
  .figure__header-title {
    width: 70%;
    margin: 40px auto;
  }
  .figure__body {
    width: 90%;
    border-radius: 0px;
    padding: 8% 5% 4%;
  }
  .figure__body-wrapper {
    flex-direction: column;
  }
  .figure__body-img {
    margin-bottom: 20px;
    padding: 0;
  }
  .figure__body-img--small {
    width: 100%;
  }
  .figure__body-img--left {
    width: 100%;
  }
  .figure__body-img--right {
    width: 100%;
  }
  .footer {
    height: unset;
  }
  .footer-logo {
    margin-top: 20px;
  }
  .footer__text {
    padding: 10px 0 30px;
  }
  .copyright {
    background-color: #231815;
    padding: 4% 0;
  }
  .copyright img {
    width: 80% !important;
  }
}/*# sourceMappingURL=style.css.map */