.orange-box {
  background: #f7ebdd;
  border-radius: 30px;
  padding: 60px;
}
.orange-box .f32 {
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

.orange-wrap {
  margin-bottom: 80px !important;
}

.policy-intro {
  background-color: #ffa86b;
  border-radius: 60px;
  padding: 120px 0;
}

.policy-intro_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.policy-intro_flex-cont {
  color: #fff;
  width: 50%;
}
.policy-intro_flex-cont .policy-ttl-h4 {
  font-size: 56px;
  line-height: 1.4;
  margin-bottom: 60px;
}
.policy-intro_flex-cont .policy-ttl-h4 span {
  display: block;
  font-size: 32px;
}

.policy-intro_flex-img {
  width: 45%;
}
.policy-intro_flex-img .stage-list {
  display: flex;
  justify-content: space-between;
}
.policy-intro_flex-img .stage-list li {
  width: 48%;
}
.policy-intro_flex-img .stage-list li .f16 {
  text-align: center;
}
.policy-intro_flex-img .stage-list li .f16 img {
  margin-bottom: 20px;
  width: 230px;
}
.policy-intro_flex-img .stage-list li .f16 span {
  display: block;
  color: #fff;
}
.policy-intro_flex-img .stage-list li:last-child {
  margin-top: 50px;
}

.mt70 {
  margin-top: 70px;
}

.point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.point-list li {
  background: #fff;
  border-radius: 20px;
  padding: 2% 3%;
  width: 32%;
  font-weight: bolder;
  height: 130px;
  display: flex;
}
.point-list li div {
  display: flex;
  justify-content: start;
  align-items: center;
}
.point-list li div .number {
  align-items: center;
  background: var(--color_l-orange);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  height: 50px;
  width: 50px;
  margin-right: 15px;
}
.point-list li div .number span {
  color: #fff;
  font-size: 20px;
  font-family: var(--inter);
  line-height: 1;
}
.point-list li div .f22 {
  line-height: 1.3;
}
.point-list li div .f22 span {
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
}

.water {
  padding: 140px 0 180px;
}

.water-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
.water-flex .water-flex_cont {
  order: 1;
  width: 60%;
}
.water-flex img {
  order: 2;
  width: 35%;
}

.orange-ttl {
  color: var(--color_orange);
  font-size: 15px;
  margin-bottom: 20px;
}

.po-ttl {
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.po-ttl span {
  display: block;
  font-size: 32px;
}

.orange-ttl-en {
  color: var(--color_l-orange);
  font-family: var(--inter);
  font-size: 32px;
  margin-bottom: 20px;
}
.orange-ttl-en span {
  font-size: 18px;
}

.orange-wrap-l {
  background: #f9f6f2;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8% 5%;
}
.orange-wrap-l img {
  width: 45%;
}

.orange-wrap-l_cont {
  width: 50%;
}
.orange-wrap-l_cont .f32 {
  font-weight: 600;
  margin-bottom: 30px;
}
.orange-wrap-l_cont .tick {
  display: flex;
  margin-top: 30px;
  justify-content: start;
}
.orange-wrap-l_cont .tick .tick-item {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  margin-right: 10px;
}
.orange-wrap-l_cont .tick .tick-item span {
  color: var(--color_orange);
  margin-right: 5px;
}

.env {
  position: relative;
  padding: 120px 0 70px;
}
.env:before {
  content: "";
  position: absolute;
  background: url(../img/policy/bg.svg);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-repeat: no-repeat;
}
.env .f42 {
  text-align: center;
  margin-bottom: 30px;
}
.env .f18 {
  text-align: center;
}

.orange-wrap-d {
  background: #fff0e6;
  border-radius: 20px;
  padding: 8% 5%;
}
.orange-wrap-d .f24 {
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.orange-wrap-d .whole img {
  width: 100%;
}

.appro {
  background: #f9f6f2;
  border-radius: 60px 60px 0 0;
  margin-top: -60px;
  padding: 120px 0;
}

.appro-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.appro-flex img {
  width: 35%;
}
.appro-flex .appro-flex_cont {
  width: 60%;
}
.appro-flex .appro-flex_cont .po-ttl {
  margin-bottom: 30px;
}
.appro-flex .appro-flex_cont .po-ttl span {
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
}

.appro-list_each {
  position: relative;
  margin-bottom: 30px;
  height: 150px;
}
.appro-list_each:last-child .orange-circle:after {
  display: none;
}
.appro-list_each .orange-circle {
  background: var(--color_l-orange);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 75px;
  height: 150px;
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.appro-list_each .orange-circle:after {
  content: "";
  position: absolute;
  border-left: 2px dotted var(--color_l-orange);
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  width: 2px;
}
.appro-list_each .orange-circle p {
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.appro-list_each .orange-circle p span {
  display: block;
  font-family: var(--inter);
  font-size: 20px;
  font-weight: 600;
}

.detail {
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  padding: 30px;
  width: 41%;
}

.d-r {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.d-r:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  z-index: 2;
  background: #fff;
}

.d-l {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.d-l:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  z-index: 2;
  background: #fff;
}

.detail-flex {
  display: flex;
  justify-content: space-between;
}
.detail-flex .detail-flex_l .f24 {
  color: var(--color_orange);
  font-weight: 600;
  margin-bottom: 10px;
}
.detail-flex .detail-flex_l span {
  background: #f9f6f2;
  border-radius: 5px;
  color: var(--color_orange);
  font-size: 16px;
  padding: 5px 10px;
  margin-right: 5px;
}

.check-list {
  width: 56%;
}
.check-list li {
  align-items: center;
  display: flex;
  font-size: 16px;
  line-height: 1.4;
}
.check-list li span {
  color: var(--color_orange);
  margin-right: 5px;
}

.li-04 {
  display: flex;
  flex-wrap: wrap;
}
.li-04 li {
  width: 50%;
}

@media (max-width: 1400px) {
  .policy-intro_flex-cont .policy-ttl-h4 {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .policy-intro_flex-cont .policy-ttl-h4 span {
    font-size: 28px;
  }
  .orange-wrap-l img {
    width: 40%;
  }
  .orange-wrap-l_cont {
    width: 55%;
  }
  .detail-flex .detail-flex_l .f24 {
    font-size: 20px;
  }
  .detail-flex .detail-flex_l span {
    font-size: 14px;
  }
}
@media (max-width: 1250px) {
  .policy-intro_flex-cont .policy-ttl-h4 {
    font-size: 45px;
  }
  .policy-intro_flex-img .stage-list li .f16 img {
    width: 190px;
  }
  .point-list li {
    padding: 2% 2%;
    width: 31%;
    height: 120px;
  }
  .point-list li div .f22 span {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .point-list li div .f22 {
    font-size: 18px;
  }
  .po-ttl {
    font-size: 36px;
  }
  .po-ttl span {
    font-size: 24px;
  }
  .detail {
    padding: 20px;
    width: 38%;
  }
  .detail-flex .detail-flex_l span {
    font-size: 10px;
  }
}
@media (max-width: 900px) {
  .policy-intro {
    border-radius: 30px;
    padding: 12% 0;
  }
  .policy-intro_flex-cont .policy-ttl-h4 span {
    font-size: 18px;
  }
  .policy-intro_flex-cont .policy-ttl-h4 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
  }
  .mt70 {
    margin-top: 35px;
  }
  .policy-intro_flex {
    display: block;
    margin-bottom: 50px;
  }
  .policy-intro_flex-cont {
    width: 100%;
    margin-bottom: 30px;
  }
  .policy-intro_flex-img {
    width: 100%;
  }
  .point-list li {
    padding: 2% 2%;
    width: 48%;
  }
  .orange-box {
    padding: 8% 5%;
  }
  .orange-box .f32 {
    font-size: 20px;
  }
  .water {
    padding: 100px 0 140px;
  }
  .water-flex {
    display: block;
    margin-bottom: 50px;
  }
  .water-flex img {
    width: 100%;
    margin-bottom: 25px;
  }
  .water-flex .water-flex_cont {
    width: 100%;
  }
  .orange-ttl {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .orange-wrap-l_cont .tick {
    display: block;
  }
  .po-ttl {
    font-size: 22px;
    margin-bottom: 0px;
  }
  .po-ttl span {
    font-size: 18px;
  }
  .orange-ttl-en {
    font-size: 22px;
  }
  .orange-ttl-en span {
    font-size: 15px;
  }
  .orange-wrap-l {
    display: block;
  }
  .orange-wrap-l img {
    width: 100%;
    margin-bottom: 25px;
  }
  .orange-wrap-l_cont {
    width: 100%;
  }
  .orange-wrap-l_cont .f32 {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
  }
  .orange-wrap-l_cont .tick .tick-item {
    font-size: 13px;
  }
  .env {
    position: relative;
    padding: 80px 0 40px;
  }
  .env .f42 {
    line-height: 1.4;
    font-size: 22px;
    margin-bottom: 20px;
  }
  .env .f18 {
    text-align: left;
  }
  .orange-wrap-d .f24 {
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .appro-flex {
    display: block;
    margin-bottom: 40px;
  }
  .appro-flex img {
    width: 100%;
    margin-bottom: 25px;
  }
  .appro-flex .appro-flex_cont {
    width: 100%;
  }
  .appro {
    border-radius: 30px 30px 0 0;
    margin-top: -60px;
    padding: 70px 0;
  }
  .appro-flex .appro-flex_cont .po-ttl span {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .appro-list_each .orange-circle {
    left: 0;
    transform: translate(0, -50%);
  }
  .appro-list_each .orange-circle p {
    font-size: 20px;
  }
  .detail {
    padding: 20px;
    width: calc(96% - 150px);
  }
  .d-l {
    left: auto;
    right: 0;
  }
  .whole {
    width: 1000px;
  }
  .appro-list_each {
    margin-bottom: 20px;
    height: auto;
  }
  .appro-list_each .orange-circle {
    border-radius: 10px 10px 0 0;
    height: 70px;
    width: 100%;
    position: inherit;
    left: auto;
    transform: translate(0);
    top: 0;
  }
  .detail {
    padding: 20px;
    width: 100%;
    top: auto;
    position: inherit;
    transform: translateY(0);
    border-radius: 0 0 10px 10px;
  }
  .detail-flex {
    display: block;
  }
  .detail-flex_l {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
  }
  .check-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .check-list li {
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    width: 50% !important;
  }
  .d-r:before, .d-l:before {
    display: none;
  }
  .appro-list_each .orange-circle p span {
    display: inline-block;
    font-family: var(--inter);
    font-size: 20px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 5px;
  }
  .appro-list_each .orange-circle p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .whole {
    width: 660px;
  }
  .orange-wrap {
    margin: 40px 5% 0;
    margin-bottom: 40px !important;
  }
  .point-list li {
    padding: 2% 5%;
    width: 100%;
  }
}/*# sourceMappingURL=policy.css.map */