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

@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: 69px;
}

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

.firstSection .inner .item {
  background-color: #FFF;
  margin-bottom: 40px;
  padding: 2.718% 4.6% 5.218% 3.5%;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 1600px) {
  .firstSection .inner .item {
    padding: 5%;
  }
}

@media screen and (max-width: 1200px) {
  .firstSection .inner .item {
    padding: 5%;
  }
}

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

.firstSection .inner .item .text {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .firstSection .inner .item .text {
    flex: unset;
    width: 100%;
  }
}

.firstSection .inner .item .text .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 1600px) {
  .firstSection .inner .item .text .title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .firstSection .inner .item .text .title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .inner .item .text .title {
    margin-bottom: 10px;
    justify-content: center;
  }
}

.firstSection .inner .item .text .title span {
  line-height: 1;
  margin-right: 16px;
  font-size: 60px;
  color: #CBC1B6;
  font-weight: bold;
}

@media screen and (min-width: 1600px) {
  .firstSection .inner .item .text .title span {
    font-size: 75px;
  }
}

@media screen and (max-width: 1200px) {
  .firstSection .inner .item .text .title span {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .inner .item .text .title span {
    font-size: 40px;
    margin-right: 10px;
  }
}

.firstSection .inner .item .text .title h3 {
  font-size: 28px;
  font-weight: bold;
  color: #004821;
}

@media screen and (min-width: 1600px) {
  .firstSection .inner .item .text .title h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1200px) {
  .firstSection .inner .item .text .title h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .inner .item .text .title h3 {
    font-size: 20px;
  }
}

.firstSection .inner .item .text .img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .firstSection .inner .item .text .img-sp {
    display: block;
    max-width: 290px;
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
  }
  .firstSection .inner .item .text .img-sp img {
    width: 100%;
  }
}

.firstSection .inner .item .text .desc {
  line-height: 1.8;
}

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

@media screen and (max-width: 1200px) {
  .firstSection .inner .item .text .desc {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .inner .item .text .desc {
    font-size: 14px;
  }
}

.firstSection .inner .item .img {
  width: 34.3%;
  padding-top: 2.5%;
  margin-left: 8.6%;
}

@media screen and (min-width: 1600px) {
  .firstSection .inner .item .img {
    padding-top: 0;
    width: 350px;
    margin-left: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .firstSection .inner .item .img {
    margin-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .inner .item .img {
    display: none;
  }
}

.firstSection .inner .item .img img {
  width: 100%;
}

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