:root {
  --color-font-base: #000;
  --color-font-sub: #686868;
  --color-base: #38393F;
  --color-base02: #F5F5F5;
  --color-main: #003662;
  --color-accent01: #06F;
  --color-accent02: #13527F;
  --color-white: #fff;
  --f-size-60: 6.0rem;
  --f-size-50: 5.0rem;
  --f-size-40: 4.0rem;
  --f-size-38: 3.8rem;
  --f-size-36: 3.6rem;
  --f-size-32: 3.2rem;
  --f-size-24: 2.4rem;
  --f-size-22: 2.2rem;
  --f-size-20: 2rem;
  --f-size-16: 1.6rem;
  --f-size-18: 1.8rem;
  --f-size-14: 1.4rem;
  --f-size-13: 1.3rem;
  --f-size-12: 1.2rem;
  --f-size-10: 1.0rem;
  --f-weight-300: 300;
  --f-weight-400: 400;
  --f-weight-500: 500;
  --f-weight-600: 600;
  --f-weight-700: 700;
}

#environment .environment-read {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #environment .environment-read {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 767px) {
  #environment .environment-read {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#environment .environment-read-txt {
  line-height: 1.8;
}
#environment .sec01 {
  background-color: var(--color-base02);
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  #environment .sec01 {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#environment .sec01-inner {
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #environment .sec01-inner {
    width: calc(100% - 240px);
    max-width: 1200px;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  #environment .sec01-inner {
    gap: 20px;
  }
}
#environment .sec01-ttl {
  font-size: var(--f-size-36);
  line-height: 1.6;
}
#environment .sec01-read {
  line-height: 1.8;
}
#environment .sec01-envBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  #environment .sec01-envBox {
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  #environment .sec01-envBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#environment .sec01-envBox-item {
  padding-left: 20px;
  border-left: 1px solid #000;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#environment .sec01-envBox-item-fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#environment .sec01-envBox-item h3 {
  font-size: var(--f-size-20);
  font-weight: 400;
  line-height: 2;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  #environment .sec01-envBox-item ul {
    min-width: 300px;
  }
}
#environment .sec01-envBox-item ul li {
  padding-left: 14px;
  position: relative;
  line-height: 1.8;
}
#environment .sec01-envBox-item ul li:not(:last-child) {
  margin-bottom: 4px;
}
#environment .sec01-envBox-item ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-main);
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#environment .environment-wideImage {
  width: 100%;
}
#environment .environment-wideImage img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  #environment .l-flcontainer {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  #environment .l-flcontainer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#environment .l-flcontainer .c-cnt-head::before {
  content: none;
}
#environment .sec02 {
  background-color: var(--color-base02);
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  #environment .sec02 {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#environment .sec02-inner {
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #environment .sec02-inner {
    width: calc(100% - 240px);
    max-width: 1200px;
  }
}
#environment .sec02-ttl {
  font-size: var(--f-size-36);
  line-height: 1.6;
  margin-bottom: 40px;
}
#environment .sec02-read {
  line-height: 1.8;
  margin-bottom: 80px;
}
#environment .sec02-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #environment .sec02-cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  #environment .sec02-cnt-item .sec02-img img {
    width: 100%;
    height: auto;
  }
}
#environment .sec02-cnt-item p {
  margin-top: 16px;
  line-height: 1.8;
}
/*# sourceMappingURL=environment.css.map */