/* --------------------------------------------------
 FACILITIES
-------------------------------------------------- */
/* ------------------------------
 SEC_OFFICE
------------------------------ */
#sec_office .l_inner {
  position: relative;
}
#sec_office .l_flex {
  margin-top: 40px;
}
#sec_office .title {
  margin: 10px 0;
  padding-left: 20px;
  position: relative;
}
#sec_office .title:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 3.5px;
  background: #29B6F6;
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  left: 0;
}
@media screen and (min-width: 1281px) {
  #sec_office .item {
    width: calc((100% - 140px) / 2);
  }
  #sec_office .item:nth-child(even) {
    margin-left: 140px;
  }
  #sec_office .item:nth-child(n+3) {
    margin-top: 70px;
  }
  #sec_office .title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_office .item {
    width: calc((100% - 50px) / 2);
  }
  #sec_office .item:nth-child(even) {
    margin-left: 50px;
  }
  #sec_office .item:nth-child(n+3) {
    margin-top: 50px;
  }
  #sec_office .title {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  #sec_office .l_flex_thumbtxt {
    display: felex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #sec_office .l_flex {
    display: block;
  }
  #sec_office .item:nth-child(n+2) {
    margin-top: 25px;
  }
  #sec_office .title {
    font-size: 18px;
  }
}

/* ------------------------------
 SEC_FACILITIES
------------------------------ */
@media screen and (min-width: 1281px) {
  .sec_detail + .sec_detail {
    margin-top: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec_detail + .sec_detail {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec_detail + .sec_detail {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1281px) {
  .sec_detail .title_wrap .txt_note {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec_detail .title_wrap .txt_note {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .sec_detail .title_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .sec_detail .title_wrap .txt_note {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec_detail .title_wrap {
    margin-bottom: 30px;
  }
  .sec_detail .title_wrap .txt_note {
    font-size: 14px;
  }
}

.about-section.section-bg {
  position: relative;
}
.about-section.section-bg::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 96.5277777778vw;
  max-width: calc(100% - 50px);
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .about-section.section-bg::before {
    width: 96vw;
    max-width: calc(100% - 15px);
  }
}
.about-section {
  padding: 120px 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about-section {
    padding: 80px 0;
  }
}
.about-section::before {
  top: 0;
  left: 0;
  border-radius: 0 0 100px 0;
}
@media screen and (max-width: 767px) {
  .about-section::before {
    border-radius: 0 0 60px 0;
  }
}
.about-section .inner {
  width: 83.3333333333vw;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .about-section .inner {
    width: 100%;
    padding: 0 30px 0 15px;
  }
}
.about-section .title_sec {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about-section .title_sec {
    margin-bottom: 20px;
  }
}
.about-section h3 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .about-section h3 {
    font-size: 16px;
  }
}
.about-section .about-flex {
  justify-content: space-between;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .about-section .about-flex {
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
}
.about-section .about-flex .img {
  width: 42.3611111111vw;
  max-width: 610px;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .about-section .about-flex .img {
    width: calc(100% + 15px);
  }
}
.about-section .about-flex .txt_wrap {
  width: 34.7222222222vw;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .about-section .about-flex .txt_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .about-section .about-flex .txt_wrap .txt {
    font-size: 14px;
  }
}
.about-section .about-flex.reverse {
  margin-bottom: 210px;
}
@media screen and (max-width: 767px) {
  .about-section .about-flex.reverse {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.about-section .about-flex.reverse .img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .about-section .about-flex.reverse .img {
    width: 100%;
    margin-bottom: 60px;
  }
}
.about-section .img-bottom {
  width: 72.2222222222vw;
  height: 27.7777777778vw;
}
@media screen and (max-width: 767px) {
  .about-section .img-bottom {
    width: 92vw;
    height: 48.8vw;
  }
}

.license-section {
  padding: 120px 0 140px;
}
@media screen and (max-width: 767px) {
  .license-section {
    padding: 80px 0;
  }
}
.license-section.section-bg {
  position: relative;
}
.license-section.section-bg::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 96.5277777778vw;
  max-width: calc(100% - 50px);
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  border-radius: 100px 0 0 100px;
}
@media screen and (max-width: 767px) {
  .license-section.section-bg::before {
    width: 96vw;
    max-width: calc(100% - 15px);
    border-radius: 60px 0 0 60px;
  }
}
.license-section .inner {
  width: 83.3333333333vw;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .license-section .inner {
    width: 100%;
    padding: 0 15px 0 30px;
  }
}
.license-section .inner h3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .license-section .inner h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.license-section .inner .license-flex {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .license-section .inner .license-flex {
    flex-direction: column;
  }
}
.license-section .inner .license-flex {
  margin-bottom: 60px;
}
.license-section .inner .license-flex .license-item {
  width: 24.3055555556vw;
  max-width: 350px;
  text-align: center;
  border-top: solid 2px #66bb6a;
  border-bottom: solid 2px #66bb6a;
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .license-section .inner .license-flex .license-item {
    width: 100%;
    max-width: 100%;
    padding: 40px 0;
    border-bottom: none;
  }
  .license-section .inner .license-flex .license-item:first-child {
    padding: 16px 0;
  }
  .license-section .inner .license-flex .license-item:last-child {
    border-bottom: solid 2px #66bb6a;
  }
}
.license-section .inner .license-flex .license-item h4 {
  font-size: 16px;
  color: #66bb6a;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .license-section .inner .license-flex .license-item h4 {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.license-section .license-image-flex {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .license-section .license-image-flex {
    flex-direction: column;
  }
}
.license-section .license-image-flex .license-image-item {
  width: 23.3333333333%;
  max-width: 280px;
  margin-right: 2.1666666667%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .license-section .license-image-flex .license-image-item {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.license-section .license-image-flex .license-image-item:nth-child(2) {
  margin-right: 50%;
}
@media screen and (max-width: 767px) {
  .license-section .license-image-flex .license-image-item:nth-child(2) {
    margin: 0 auto 30px;
  }
}
.license-section .license-image-flex .license-image-item:last-child {
  margin: 0 auto 30px;
}

.text_img_wrap {
  position: absolute;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
  z-index: 2;
  left: 0;
  line-height: 0;
}
.text_img_wrap .text_img {
  animation: infinity-scroll-left 90s infinite linear both;
  line-height: 0;
}
@media screen and (min-width: 1281px) {
  .text_img_wrap {
    bottom: -15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .text_img_wrap {
    bottom: -8px;
  }
}
@media screen and (max-width: 767px) {
  .text_img_wrap {
    bottom: -5px;
  }
}

.text_img_wrap_inner {
  display: flex;
}
.text_img_wrap_inner .text_img {
  display: flex;
  align-items: center;
}
.text_img_wrap_inner .text_img:before {
  content: "";
  display: block;
  background-image: url(../../assets/img/index/slide_txt_01.webp);
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.text_img_wrap_inner .text_img:after {
  content: "";
  display: block;
  background-image: url(../../assets/img/index/slide_txt_01.webp);
  width: 2302px;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1281px) {
  .text_img_wrap_inner {
    width: 6000px;
  }
  .text_img_wrap_inner .text_img:before {
    width: 3000px;
    height: 130px;
  }
  .text_img_wrap_inner .text_img:after {
    width: 3000px;
    height: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .text_img_wrap_inner {
    width: 3000px;
  }
  .text_img_wrap_inner .text_img:before {
    width: 2000px;
    height: 80px;
  }
  .text_img_wrap_inner .text_img:after {
    width: 2000px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .text_img_wrap_inner {
    width: 3000px;
  }
  .text_img_wrap_inner .text_img:before {
    width: 1500px;
    height: 60px;
  }
  .text_img_wrap_inner .text_img:after {
    width: 1500px;
    height: 60px;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.company-wrap {
  padding: 140px 0 260px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-wrap {
    padding: 60px 0 160px;
  }
}

.company-section {
  padding: 120px 0 160px;
}
@media screen and (max-width: 767px) {
  .company-section {
    padding: 80px 0 60px;
  }
}
.company-section.section-bg {
  position: relative;
}
.company-section.section-bg::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 96.5277777778vw;
  max-width: calc(100% - 50px);
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  border-radius: 0 100px 100px 0;
}
@media screen and (max-width: 767px) {
  .company-section.section-bg::before {
    width: 96vw;
    max-width: calc(100% - 15px);
    border-radius: 0 60px 60px 0;
  }
}
.company-section .inner {
  width: 83.3333333333vw;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .company-section .inner {
    width: 100%;
    padding: 0 30px 0 15px;
  }
}
.company-section .title_sec {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .company-section .title_sec {
    margin-bottom: 30px;
  }
}
.company-section .company-flex {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company-section .company-flex {
    flex-direction: column-reverse;
  }
}
.company-section .company-flex .img {
  width: 29.1666666667%;
}
@media screen and (max-width: 767px) {
  .company-section .company-flex .img {
    width: 100%;
  }
}
.company-section .company-flex .txt {
  width: 62.5%;
}
@media screen and (max-width: 767px) {
  .company-section .company-flex .txt {
    width: 100%;
  }
}
.company-section .company-flex .txt dl {
  display: flex;
  padding: 25px 0;
  border-top: solid 1px #bebebe;
}
@media screen and (max-width: 767px) {
  .company-section .company-flex .txt dl {
    padding: 20px 0;
  }
}
.company-section .company-flex .txt dl:last-child {
  border-bottom: solid 1px #bebebe;
  margin-bottom: 30px;
}
.company-section .company-flex .txt dl dt {
  font-weight: normal;
  width: 17.0666666667%;
}
@media screen and (max-width: 767px) {
  .company-section .company-flex .txt dl dt {
    width: 34.1333333333vw;
    font-size: 14px;
  }
}
.company-section .company-flex .txt dl dd {
  width: 82.9333333333%;
}
@media screen and (max-width: 767px) {
  .company-section .company-flex .txt dl dd {
    width: 65.8666666667vw;
    font-size: 14px;
  }
}
.company-section .company-flex .txt dl dd > span {
  display: block;
}
.company-section .company-flex .txt dl dd > span:first-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .company-section .company-flex .txt dl dd > span:first-child {
    margin-bottom: 16px;
  }
}
.company-section .company-flex .txt dl dd > span:nth-child(2) {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .company-section .company-flex .txt dl dd > span:nth-child(2) {
    margin-bottom: 16px;
  }
}
.company-section .company-flex .txt dl dd > span:nth-child(3) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .company-section .company-flex .txt dl dd > span:nth-child(3) {
    margin-bottom: 10px;
  }
}
.company-section .history-wrap {
  margin-top: 170px;
  position: relative;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .company-section .history-wrap {
    margin-top: 80px;
  }
}
.company-section .history-wrap .history-image {
  width: 35.7638888889vw;
  height: 37.1527777778vw;
  max-width: 515px;
  position: absolute;
  top: 84px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .company-section .history-wrap .history-image {
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 90px;
  }
}
.company-section .history-wrap .history-image .history-image01 {
  position: absolute;
  top: 0;
  left: 1.9444444444vw;
  width: 14.7916666667vw;
  height: 11.3888888889vw;
  max-width: 213px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .company-section .history-wrap .history-image .history-image01 {
    display: block;
    width: 37.3333333333vw;
    height: 29.3333333333vw;
    position: relative;
    margin-bottom: 40px;
  }
}
.company-section .history-wrap .history-image .history-image02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15.9722222222vw;
  height: 20.8333333333vw;
  max-width: 230px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .company-section .history-wrap .history-image .history-image02 {
    display: block;
    width: 42.6666666667vw;
    height: 55.7333333333vw;
    position: relative;
  }
}
.company-section .history-wrap .history-image .history-image03 {
  position: absolute;
  top: 8.3333333333vw;
  right: 0;
  width: 14.1666666667vw;
  height: 18.8888888889vw;
  max-width: 224px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .company-section .history-wrap .history-image .history-image03 {
    width: 34.6666666667vw;
    height: 50.6666666667vw;
    top: 30px;
  }
}
.company-section .history-wrap .history-image .history-image04 {
  position: absolute;
  top: 31.7361111111vw;
  right: 0;
  width: 14.7916666667vw;
  height: 11.3888888889vw;
  max-width: 213px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .company-section .history-wrap .history-image .history-image04 {
    width: 34.6666666667vw;
    height: 50.6666666667vw;
    top: 200px;
  }
}
.company-section .history-wrap .title_sec {
  margin-bottom: 60px;
}
.company-section .history-wrap .history-flex {
  flex-direction: column;
  width: 35.625vw;
  max-width: 513px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-section .history-wrap .history-flex {
    width: 100%;
    max-width: 100%;
  }
}
.company-section .history-wrap .history-flex::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/company/dot.svg);
  background-repeat: repeat-y;
  background-size: contain;
  width: 8px;
  height: calc(100% - 16px);
}
@media screen and (max-width: 767px) {
  .company-section .history-wrap .history-flex::before {
    width: 4px;
  }
}
.company-section .history-wrap .history-flex dl {
  display: flex;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-section .history-wrap .history-flex dl {
    margin-bottom: 30px;
  }
}
.company-section .history-wrap .history-flex dl dt {
  width: 50%;
  position: relative;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.6;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .company-section .history-wrap .history-flex dl dt {
    font-size: 14px;
  }
}
.company-section .history-wrap .history-flex dl dt > span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .company-section .history-wrap .history-flex dl dt > span {
    font-size: 14px;
  }
}
.company-section .history-wrap .history-flex dl dd {
  width: 50%;
  line-height: 1.6;
  display: flex;
  padding-left: 5.1388888889vw;
}
@media screen and (max-width: 767px) {
  .company-section .history-wrap .history-flex dl dd {
    font-size: 14px;
    padding-top: 0;
    padding-left: 5.8666666667vw;
  }
}
.company-section .history-wrap .history-flex dl dd > .ball {
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #29b6f6;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .company-section .history-wrap .history-flex dl dd > .ball {
    top: 4px;
    width: 15px;
    height: 15px;
  }
}
.company-section .history-wrap .history-flex dl dd > .ball::before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .company-section .history-wrap .history-flex dl dd > .ball::before {
    width: 7px;
    height: 7px;
  }
}
.company-section .history-wrap .history-flex p {
  display: inline-block;
  margin: auto;
  font-size: 16px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .company-section .history-wrap .history-flex p {
    font-size: 14px;
  }
}

.wrap-lg {
  background: url(../../assets/img/index/co_bg_08.webp) repeat;
  position: relative;
}
.wrap-lg .environmental-policy-section {
  padding: 120px 0 180px 0;
}
@media screen and (max-width: 767px) {
  .wrap-lg .environmental-policy-section {
    padding: 80px 0 100px 0;
  }
}
.wrap-lg .environmental-policy-section .inner {
  width: 83.3333333333vw;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .wrap-lg .environmental-policy-section .inner {
    width: 100%;
    padding: 0 15px;
  }
}
.wrap-lg .environmental-policy-section .title_sec_wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wrap-lg .environmental-policy-section .title_sec_wrap {
    margin-bottom: 30px;
  }
}
.wrap-lg .environmental-policy-section .title_sec_wrap .txt_en_g {
  color: #66bb6a;
}
.wrap-lg .environmental-policy-section .environmental-flex {
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .wrap-lg .environmental-policy-section .environmental-flex {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.wrap-lg .environmental-policy-section .environmental-flex .environmental-item {
  width: 29.1666666667%;
}
@media screen and (max-width: 767px) {
  .wrap-lg .environmental-policy-section .environmental-flex .environmental-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .wrap-lg .environmental-policy-section .environmental-flex .environmental-item:last-child {
    margin-bottom: 0;
  }
}
.wrap-lg .environmental-policy-section .environmental-flex .environmental-item h3 {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #66bb6a;
  margin-top: 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .wrap-lg .environmental-policy-section .environmental-flex .environmental-item h3 {
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
.wrap-lg .environmental-policy-section .community-wrap h3 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .wrap-lg .environmental-policy-section .community-wrap h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.wrap-lg .environmental-policy-section .community-wrap .sub-text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wrap-lg .environmental-policy-section .community-wrap .sub-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.wrap-lg .environmental-policy-section .community-wrap .community-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .wrap-lg .environmental-policy-section .community-wrap .community-flex {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.wrap-lg .environmental-policy-section .community-wrap .community-flex .img {
  width: 39.1666666667%;
  max-width: 470px;
}
@media screen and (max-width: 767px) {
  .wrap-lg .environmental-policy-section .community-wrap .community-flex .img {
    width: 100%;
  }
}
.wrap-lg .environmental-policy-section .community-wrap .community-flex .txt {
  width: 50%;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .wrap-lg .environmental-policy-section .community-wrap .community-flex .txt {
    width: 100%;
  }
}
.wrap-lg .environmental-policy-section .community-wrap .community-flex .txt h4 {
  font-size: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .wrap-lg .environmental-policy-section .community-wrap .community-flex .txt h4 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.wrap-lg .environmental-policy-section .community-wrap .community-flex .txt p {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .wrap-lg .environmental-policy-section .community-wrap .community-flex .txt p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.wrap-lg .environmental-policy-section .community-wrap .group-wrap {
  background-color: #ffffff;
  border: solid #66bb6a 4px;
  border-radius: 10px;
  padding: 54px;
}
@media screen and (max-width: 767px) {
  .wrap-lg .environmental-policy-section .community-wrap .group-wrap {
    padding: 30px 20px 40px 20px;
  }
}
.wrap-lg .environmental-policy-section .community-wrap .group-wrap h3 {
  font-size: 24px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .wrap-lg .environmental-policy-section .community-wrap .group-wrap h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.wrap-lg .environmental-policy-section .community-wrap .group-wrap .group-flex {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .wrap-lg .environmental-policy-section .community-wrap .group-wrap .group-flex {
    flex-direction: column;
  }
}
.wrap-lg .environmental-policy-section .community-wrap .group-wrap .group-flex p {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .wrap-lg .environmental-policy-section .community-wrap .group-wrap .group-flex p {
    font-size: 16px;
    margin: 0;
    text-align: center;
  }
}
.wrap-lg .environmental-policy-section .community-wrap .group-wrap .group-flex p:first-child {
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  .wrap-lg .environmental-policy-section .community-wrap .group-wrap .group-flex p:first-child {
    margin: 0 0 20px 0;
  }
}/*# sourceMappingURL=company.css.map */