/* ========================================

common

======================================== */
.is-fade > *:not(.is-not) {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.is-fade > .is-not {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-fade.fadeIn > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.box-fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.box-fade.fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p_hover a:hover {
  opacity: 0.6;
}

.svg.c_white svg {
  fill: #fff;
}
.svg.c_black svg {
  fill: #000;
}

.img-fit {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.img-fit::before {
  width: 100%;
  height: 0;
  content: '';
  display: block;
  padding-top: 100%;
  position: relative;
}
.img-fit img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.replace_img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.l_tel {
  pointer-events: none;
}

@media screen and (max-width: 800px) {
  .l_tel {
    pointer-events: auto;
  }
}
@-webkit-keyframes slide_loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes slide_loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* ========================================

link

======================================== */
.bnr_recruit {
  margin: 0 auto 144px;
}
.bnr_recruit img {
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 800px) {
  .bnr_job {
    width: 1231px;
    margin: 0 auto 173px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bnr_job p:not(:last-child) {
    width: 600px;
    margin-bottom: 28px;
  }
  .bnr_job p img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 800px) {
  .bnr_recruit {
    margin-bottom: 73px;
  }

  .bnr_job {
    width: 92.5%;
    margin: 0 auto 56px;
  }
  .bnr_job p:not(:last-child) {
    margin-bottom: 16px;
  }
  .bnr_job p img {
    border-radius: max(9.5px, 2.96875vw);
  }
}
.link_arrow a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 800px) {
  .link_arrow a:hover ._arrow {
    border-color: var(--c_green);
  }
  .link_arrow a:hover ._arrow::before {
    border-color: var(--c_green);
  }
}
.link_arrow ._arrow {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  margin-left: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.link_arrow ._arrow::before {
  width: 10px;
  height: 10px;
  display: block;
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 7px);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: scale(0.9, 1) rotate(45deg);
          transform: scale(0.9, 1) rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 800px) {
  .link_arrow a {
    font-size: 13px;
    font-weight: 500;
  }
  .link_arrow ._arrow {
    width: 36px;
    height: 36px;
    margin-left: 12px;
  }
  .link_arrow ._arrow::before {
    width: 7px;
    height: 7px;
    top: calc(50% - 3.5px);
    left: calc(50% - 5.5px);
  }
}
/* ========================================

cmn_sustainability

======================================== */
.cmn_sustainability {
  width: 1170px;
  margin: 0 auto 143px;
  background-color: #F3F3F3;
  border-radius: 20px;
}
.cmn_sustainability a {
  width: 100%;
  margin: 0 auto;
  padding: 50px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmn_sustainability .img {
  width: 449px;
}
.cmn_sustainability .box_text {
  width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cmn_sustainability .box_text .en {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: var(--c_blue);
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.cmn_sustainability .box_text h2 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
.cmn_sustainability .box_text .desc {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.92;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
.cmn_sustainability .box_text .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.1em;
}
.cmn_sustainability .box_text .link_arrow {
  margin-top: auto;
  margin-left: auto;
}
.cmn_sustainability .box_text .link_arrow ._txt {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 800px) {
  .cmn_sustainability {
    width: 92.5%;
    margin-bottom: 80px;
  }
  .cmn_sustainability a {
    width: 100%;
    padding: 40px 0 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cmn_sustainability .box_text {
    width: 82.7701%;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn_sustainability .box_text .en {
    font-size: 20px;
  }
  .cmn_sustainability .box_text .img {
    width: 100%;
    margin-bottom: 22px;
  }
  .cmn_sustainability .box_text .desc {
    font-size: 18px;
    line-height: 1.66;
    margin-bottom: 20px;
  }
  .cmn_sustainability .box_text .txt {
    font-size: 15px;
    line-height: 1.73;
    margin-bottom: 26px;
  }
  .cmn_sustainability .box_text .link_arrow ._txt {
    font-size: 13px;
    font-weight: 500;
  }
}
.page_title {
  color: #fff;
  height: 453px;
  position: relative;
  margin-bottom: 110px;
  padding-top: 40px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_title h1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  z-index: 2;
}

@media screen and (max-width: 800px) {
  .page_title {
    height: 200px;
    margin-bottom: 46px;
    padding-top: 30px;
  }
  .page_title h1 {
    font-size: 18px;
  }
}
.header .logo ._blk {
  display: none;
}
.header .logo ._wht {
  display: block;
}
.header_nav {
  color: #fff;
}

.page_title {
  margin-bottom: 80px;
  background-image: url(../img/contact/title_bg.jpg);
}

@media screen and (max-width: 800px) {
  .page_title {
    margin-bottom: 36px;
  }
}

/* ========================================

message

======================================== */

.message {
  width: 1170px;
  margin: 0 auto 120px;
}
.message_inner {
  width: 1040px;
  margin: 0 auto 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message_inner .img {
  width: 380px;
}
.message_inner .txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.11;
  letter-spacing: 0.05em;
  width: 610px;
  margin-left: 50px;
}
.message .sdgs {
  overflow: hidden;
  border-radius: 20px;
}

@media screen and (max-width: 800px) {
  .message {
    width: 92.5%;
    margin-bottom: 60px;
  }
  .message_inner {
    width: 92.9055%;
    margin-bottom: 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .message_inner .img {
    width: 83.6364%;
  }
  .message_inner .txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    width: 100%;
    margin-left: 0;
    margin-bottom: 36px;
  }
  .message .sdgs {
    border-radius: 10px;
  }
}
/* ========================================

nature

======================================== */
.nature {
  text-align: center;
  margin-bottom: 156px;
  padding: 80px 0 90px;
  background-color: #F5F3E3;
}
.nature h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
.nature .img {
  width: 1003px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .nature {
    margin-bottom: 64px;
    padding: 40px 0 90px;
  }
  .nature h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 38px;
  }
  .nature .img {
    width: 100%;
  }
}





/* ========================================

read

======================================== */
.read{
  width: 1170px;
  margin: 0 auto 120px;
}
.read_inner {
  margin: 0 auto 38px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
}
.read_inner .txtbox{
  width: 780px;
}

.read_inner .read_title{
  margin-bottom: 50px;
}
.read_inner h2 {
  font-size: 22px;
  margin-bottom: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.read_inner .read_title p{
  color: #bfbfbf;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.read_inner .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.11;
  letter-spacing: 0.05em;
  margin-bottom: 1.25em;
}
.read_inner .txt:last-child {
  text-align: right;
  line-height: 1.5;
  margin-top: 0.5em;
}

@media screen and (max-width: 800px) {
  .read {
    width: 100%;
    margin-bottom: 60px;
  }
  .read_inner {
    gap: 25px;
    width: 92.9055%;
    margin-bottom: 31px;
  }
  .read_inner .read_title{
    margin-bottom: 0;
    width: 100%;
  }
  .read_inner .read_title p{
    text-align: center;
  }
  .read_inner h2 {
    font-size: 20px;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .read_inner h3{
    line-height: 1.25;
    font-size: 18px;
  }
  .read_inner .txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.25em;
  }
}


/* ========================================

vison

======================================== */
.vison{
  width: 1170px;
  margin: 0 auto 120px;
}
.vison_inner {
  margin: 0 auto 38px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
}
.vison_inner .txtbox{
  width: 780px;
}

.vison_inner .vison_title{
  margin-bottom: 50px;
}
.vison_inner h2 {
  font-size: 22px;
  margin-bottom: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.vison_inner h3 {
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: solid 1px #bfbfbf;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.vison_inner h3 span{
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}
.vison_inner .vison_title p{
  color: #bfbfbf;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.vison_inner .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.11;
  letter-spacing: 0.05em;
  margin-bottom: 1.25em;
}

@media screen and (max-width: 800px) {
  .vison {
    width: 100%;
    margin-bottom: 60px;
  }
  .vison_inner {
    gap: 25px;
    width: 92.9055%;
    margin-bottom: 31px;
  }
  .vison_inner .vison_title{
    margin-bottom: 0;
    width: 100%;
  }
  .vison_inner h3{
    padding-bottom: 15px;
    margin-bottom: 10px;
    line-height: 1.25;
    font-size: 18px;
  }
  .vison_inner .vison_title p{
    text-align: center;
  }
  .vison_inner h2 {
    font-size: 20px;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .vison_inner .txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.25em;
  }
}


/* ========================================

policy

======================================== */
.policy{
  width: 1170px;
  margin: 0 auto 120px;
}
.policy_inner {
  margin: 0 auto 38px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
}
.policy_inner .txtbox{
  width: 780px;
}

.policy_inner .policy_title{
  margin-bottom: 50px;
}
.policy_inner h2 {
  font-size: 22px;
  margin-bottom: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.policy_inner h3 {
  border-bottom: solid 1px #bfbfbf;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  padding-bottom: 25px;
}
.policy_inner h3:nth-child(n+3){
  margin-top: 50px;
}
.policy_inner h3 span{
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}
.policy_inner h3 span:before{
  content: attr(data-nom);
  display: block;
  left: 0;
  position: absolute;
  color: var(--c_blue);
}
.policy_inner .policy_title p{
  color: #bfbfbf;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.policy_inner .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.11;
  letter-spacing: 0.05em;
  margin-bottom: 1.25em;
}

@media screen and (max-width: 800px) {
  .policy {
    width: 100%;
    margin-bottom: 60px;
  }
  .policy_inner {
    gap: 25px;
    width: 92.9055%;
    margin-bottom: 31px;
  }
  .policy_inner .policy_title{
    margin-bottom: 0;
    width: 100%;
  }
  .policy_inner h3{
    line-height: 1.25;
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-size: 18px;
  }
  .policy_inner .policy_title p{
    text-align: center;
  }
  .policy_inner h2 {
    font-size: 20px;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .policy_inner .txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.25em;
  }
}



/* ========================================

strategy

======================================== */
.strategy{
  padding: 60px 5% 80px;
  background-color: #F3F3F3;
}
.strategy_inner{
  width: 1170px;
  margin: auto;
}
.strategy_inner h2{
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}

.strategy_inner h3{
  z-index: 1;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  align-items: center;
}
.strategy_inner h3 .nom{
  width: 34px;
}
.strategy_inner h3:before{
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: -10px;
  border-radius: 30px;
  width: calc(100% + 40px);
  height: calc(100% + 20px);
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(var(--c_green)), to(var(--c_blue)));
  background: linear-gradient(90deg, var(--c_green) 0%, var(--c_blue) 100%);
}


.strategy_inner .txtbox:nth-child(n+3){
  margin-top: 80px;
}
.strategy_inner h4{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5em;
  margin-top: 2.5em;
}
.strategy_inner h4 span:first-child{
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(5, 159, 255, 0.2);
  box-shadow: 0 5px 10px 0 rgba(5, 159, 255, 0.2);
  padding: 0.25em 1em;
  display: block;
  border-radius: 5em;
  color: var(--c_blue);
}

.strategy_inner .txt,
.strategy_inner ul{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.11;
  letter-spacing: 0.05em;
}

.strategy_inner ul li{
  padding-left: 1.25em;
  position: relative;
}
.strategy_inner ul li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  display: block;
  border-radius: 50%;
  background-color: var(--c_green);
  width: 0.5em;
  height: 0.5em;
}
.strategy_list{
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.strategy_list .item{
  width: calc((100% - 60px) / 2);
}
.strategy_inner .item.last-item{
  margin-top: 40px;
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 10px;
}
.strategy_inner  .item.last-item h4{
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.strategy_inner  .item.last-item h4 span{
  color: var(--c_green);
}
@media screen and (max-width: 800px) {
  .strategy_inner{
    width: 100%;
  }
  .strategy_inner h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 38px;
  }
  .strategy_inner h3{
    font-size: 18px;
  }
  .strategy_inner h4{
    font-size: 16px;
  }
  .strategy_inner .txt,
  .strategy_inner ul{
    font-size: 14px;
  }
  .strategy_list{
    gap: 40px;
  }
  .strategy_list .item{
    width: 100%;
  }
  .strategy_inner .item.last-item{
    background-color: #fff;
    border-radius: 8px;
  }
}



/* ========================================

environmental

======================================== */
.environmental{
  padding: 60px 5% 80px;
}
.environmental_inner{
  width: 1170px;
  margin: auto;
}
.environmental_inner h2{
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}

.environmental_inner h3{
  z-index: 1;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  align-items: center;
}
.environmental_inner h3 .nom{
  width: 34px;
}
.environmental_inner h3:before{
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: -10px;
  border-radius: 30px;
  width: calc(100% + 40px);
  height: calc(100% + 20px);
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(var(--c_green)), to(var(--c_blue)));
  background: linear-gradient(90deg, var(--c_green) 0%, var(--c_blue) 100%);
}


.environmental_inner .txtbox:nth-child(n+3){
  margin-top: 80px;
}
.environmental_inner h4{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5em;
  margin-top: 2em;
}
.environmental_inner h4 span:first-child{
  background-color: #fff;
  padding: 0.25em 1em;
  display: block;
  border-radius: 5em;
  color: var(--c_blue);
  -webkit-box-shadow: 0 5px 10px 0 rgba(5, 159, 255, 0.2);
  box-shadow: 0 5px 10px 0 rgba(5, 159, 255, 0.2);
}

.environmental_inner .txt,
.environmental_inner ul{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.11;
  letter-spacing: 0.05em;
}

.environmental_inner ul li{
  padding-left: 1.25em;
  position: relative;
}
.environmental_inner ul li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  display: block;
  border-radius: 50%;
  background-color: var(--c_green);
  width: 0.5em;
  height: 0.5em;
}
.environmental_list{
  display: flex;
  flex-wrap: wrap;
  gap:  40px 60px;
}
.environmental_list .item{
  width: calc((100% - 60px) / 2);
}
.environmental_list .item.full{
  width: 100%;
}
.environmental_inner .item.last-item{
  margin-top: 40px;
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 10px;
}
.environmental_inner  .item.last-item h4{
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.environmental_inner  .item.last-item h4 span{
  color: var(--c_green);
}
@media screen and (max-width: 800px) {
  .environmental_inner{
    width: 100%;
  }
  .environmental_inner h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 38px;
  }
  .environmental_inner h3{
    font-size: 18px;
    margin-bottom: 0;
  }
  .environmental_inner h4{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .environmental_inner .txt,
  .environmental_inner ul{
    font-size: 14px;
  }
  .environmental_list{
    gap: 0;
  }
  .environmental_list .item{
    width: 100%;
  }
  .environmental_inner .item.last-item{
    background-color: #fff;
    border-radius: 8px;
  }
}


/* ========================================

sec-policy

======================================== */
.sec-policy{
  padding: 60px 5% 80px;
  background-color: #F3F3F3;
  margin-bottom: 150px;
}
.sec-policy_inner{
  width: 1170px;
  margin: auto;
}
.sec-policy_inner h2{
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}

.sec-policy_inner h3{
  z-index: 1;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: solid #bfbfbf 1px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  align-items: center;
}


.sec-policy_inner .txt,
.sec-policy_inner ul{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.11;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 800px) {
  .sec-policy{
    margin-bottom: 80px;
  }
  .sec-policy_inner{
    width: 100%;
  }
  .sec-policy_inner h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 38px;
  }
  .sec-policy_inner h3{
    margin-top: 50px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .sec-policy_inner .txt,
  .sec-policy_inner ul{
    font-size: 14px;
  }
}


/*# sourceMappingURL=dx.css.map */