/* 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 .title {
  font-weight: bold;
  color: #004821;
  font-size: 28px;
  margin-bottom: 28px;
  line-height: 1.35;
}

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

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

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

.firstSection .greeting {
  margin-bottom: 64px;
}

@media screen and (min-width: 1600px) {
  .firstSection .greeting {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1000px) {
  .firstSection .greeting {
    margin-bottom: 50px;
  }
}

.firstSection .greeting > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .firstSection .greeting > div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.firstSection .greeting > div .img {
  width: 195px;
  margin-right: 32px;
}

@media screen and (min-width: 1600px) {
  .firstSection .greeting > div .img {
    width: 300px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .firstSection .greeting > div .img {
    width: 150px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .greeting > div .img {
    margin: auto;
    margin-bottom: 20px;
  }
}

.firstSection .greeting > div .text {
  flex: 1;
  line-height: 1.8;
  letter-spacing: 0;
}

@media screen and (min-width: 1600px) {
  .firstSection .greeting > div .text {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .firstSection .greeting > div .text {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .greeting > div .text {
    font-size: 14px;
  }
}

.firstSection .greeting > div .text h3 {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 1600px) {
  .firstSection .greeting > div .text h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 1000px) {
  .firstSection .greeting > div .text h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .greeting > div .text h3 {
    margin-top: 15px;
  }
}

.firstSection .greeting > div .text h3 p {
  margin-right: 15px;
  font-size: 16px;
}

@media screen and (min-width: 1600px) {
  .firstSection .greeting > div .text h3 p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .firstSection .greeting > div .text h3 p {
    font-size: 15px;
  }
}

.firstSection .company {
  margin-bottom: 67px;
}

@media screen and (min-width: 1600px) {
  .firstSection .company {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1000px) {
  .firstSection .company {
    margin-bottom: 50px;
  }
}

.firstSection .company > div {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .firstSection .company > div {
    flex-direction: column-reverse;
  }
}

.firstSection .company > div .text {
  flex: 1;
  padding-top: 15px;
  padding-left: 24px;
}

@media screen and (min-width: 1600px) {
  .firstSection .company > div .text {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .firstSection .company > div .text {
    padding-top: 0;
    padding-left: 0;
  }
}

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

.firstSection .company > div .text table {
  width: 100%;
  letter-spacing: 0;
}

.firstSection .company > div .text table tr {
  background-image: url(../../img/dotted-border.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
}

.firstSection .company > div .text table tr th,
.firstSection .company > div .text table tr td {
  padding: 14px 0;
  line-height: 2;
}

@media screen and (min-width: 1600px) {
  .firstSection .company > div .text table tr th,
  .firstSection .company > div .text table tr td {
    padding: 18px 0;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .company > div .text table tr th,
  .firstSection .company > div .text table tr td {
    padding: 10px 0;
    font-size: 14px;
  }
}

.firstSection .company > div .text table tr th {
  font-weight: bold;
  width: 185px;
  padding-left: 16px;
}

@media screen and (min-width: 1600px) {
  .firstSection .company > div .text table tr th {
    width: 250px;
  }
}

@media screen and (max-width: 1200px) {
  .firstSection .company > div .text table tr th {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .company > div .text table tr th {
    width: 125px;
    padding-left: 10px;
  }
}

.firstSection .company > div .img {
  width: 325px;
  margin-left: 41px;
}

@media screen and (min-width: 1600px) {
  .firstSection .company > div .img {
    width: 400px;
    margin-left: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .firstSection .company > div .img {
    width: 250px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .company > div .img {
    width: 100%;
    height: 200px;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.firstSection .company > div .img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .firstSection .company > div .img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.firstSection .access {
  margin-bottom: 72px;
}

@media screen and (min-width: 1600px) {
  .firstSection .access {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1000px) {
  .firstSection .access {
    margin-bottom: 50px;
  }
}

.firstSection .access .flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .firstSection .access .flex {
    flex-direction: column;
  }
}

.firstSection .access .flex .item {
  width: 47.5%;
}

@media screen and (max-width: 767px) {
  .firstSection .access .flex .item {
    width: 100%;
  }
  .firstSection .access .flex .item:last-child {
    margin-top: 30px;
  }
}

.firstSection .access .flex .item h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 1600px) {
  .firstSection .access .flex .item h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .access .flex .item h3 {
    font-size: 16px;
    text-align: center;
  }
}

.firstSection .access .flex .item .map {
  width: 100%;
  height: 24vw;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .firstSection .access .flex .item .map {
    height: 30vw;
  }
}

@media screen and (max-width: 1000px) {
  .firstSection .access .flex .item .map {
    height: 30vw;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .access .flex .item .map {
    height: 60vw;
  }
}

.firstSection .access .flex .item .map iframe {
  width: 100%;
  height: 100%;
}

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