/* CUSTOM VARIABLE */
/*TRANSITION*/
/*BREAKPOINT*/
.firstSection {
  background-color: #F7F7F7;
  padding: 66px 0 77px;
}

@media screen and (min-width: 1600px) {
  .firstSection {
    padding: 100px 0;
  }
}

@media screen and (max-width: 1200px) {
  .firstSection {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .firstSection {
    padding: 40px 0;
  }
}

.firstSection .inner {
  margin-bottom: 66px;
}

@media screen and (max-width: 767px) {
  .firstSection .inner {
    margin-bottom: 40px;
  }
}

.firstSection .inner .title {
  font-weight: bold;
  color: #004821;
  font-size: 28px;
  margin-bottom: 28px;
  line-height: 1.35;
  text-align: center;
}

@media screen and (min-width: 1600px) {
  .firstSection .inner .title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 1000px) {
  .firstSection .inner .title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .inner .title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.firstSection .inner .desc {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media screen and (min-width: 1600px) {
  .firstSection .inner .desc {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .inner .desc {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .firstSection .inner .desc p {
    display: inline;
  }
}

.firstSection .inner .flex {
  line-height: 1.8;
  margin-bottom: 60px;
}

@media screen and (min-width: 1600px) {
  .firstSection .inner .flex {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .inner .flex {
    font-size: 14px;
    margin-bottom: 40px;
  }
}

.firstSection .inner .flex .img {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .firstSection .inner .flex .img {
    margin-bottom: 5%;
  }
}

.firstSection .inner .flex .img img {
  width: 49%;
}

.firstSection .inner .flex .text {
  flex: 1;
  padding: 0 5%;
  font-feature-settings: "palt";
  text-align: center;
}

@media screen and (min-width: 1600px) {
  .firstSection .inner .flex .text {
    font-feature-settings: unset;
  }
}

@media screen and (max-width: 1300px) {
  .firstSection .inner .flex .text {
    padding: 0;
  }
}

@media screen and (max-width: 1200px) {
  .firstSection .inner .flex .text p {
    display: inline;
  }
}

.firstSection .inner .last {
  line-height: 1.8;
  text-align: center;
}

@media screen and (min-width: 1600px) {
  .firstSection .inner .last {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .inner .last {
    font-size: 14px;
  }
  .firstSection .inner .last p {
    display: inline;
  }
}

/*# sourceMappingURL=kodawari.css.map */