.main_sub .sub_kv_area::before {
  background-image: url(../img/sustainability/key.jpg);
}

.main_sub section {
  background-color: #E7EBED;
}

.main_sub section .wrap:first-of-type {
  padding-top: 100px;
  border-top: 1px solid #D3D3D3;
}

.main_sub h2 {
  margin-bottom: 50px;
  padding: 26px 0 0;
  background-image: url(../img/ico_hx.png);
  background-position: 50% 0;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  color: #1A78B2;
  text-align: center;
}

.main_sub h2 span {
  font-weight: 400;
  font-size: 46px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.2em;
}

.main_sub h2 small {
  display: block;
  margin-top: 18px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.main_sub h3 {
  margin-bottom: 30px;
  padding: 0 0 0 30px;
  background-image: url(../img/ico_hx.png);
  background-position: 0 18px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  color: #1A78B2;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.main_sub h3.ico_none {
  padding: 0;
  background: none;
}

.main_sub h4 {
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 9px 14px 10px;
  border-left: 5px solid #1A78B2;
  background-color: #D0DDE5;
  color: #1A78B2;
  font-weight: 700;
  font-size: 20px;
}

.main_sub h5 {
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 0 0 0 22px;
  background-image: url(../img/sustainability/ico_hx.svg);
  background-position: 0 10px;
  background-size: 14px 12px;
  background-repeat: no-repeat;
  color: #1A78B2;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.main_sub h5.ico_none {
  padding: 0;
  background: none;
}

.main_sub p {
  letter-spacing: 0.08em;
}

.main_sub picture img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sect01 picture {
  max-width: 1029px;
  margin: 60px auto 0;
}

.sect02 h3 {
  margin: 80px auto 22px;
}

.sect02 .basic_idea_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 30px;
  background-color: #fff;
}

.sect02 .basic_idea_area dt {
  width: 108px;
}

.sect02 .basic_idea_area dd {
  width: calc(100% - 128px);
  line-height: 2;
}

.sect02 .basic_idea_area img {
  width: 100%;
  height: auto;
}

.sect02 .sdgs-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  gap: 20px;
}

.sect02 .sdgs-icons img {
  width: 78px;
}

.sect02 .img_graph {
  max-width: 968px;
  margin: 40px auto 60px;
}

.sect02 .img_circular-economy {
  max-width: 1288px;
  margin: 28px auto;
}

.sect02 .img_biomass {
  max-width: 1024px;
  margin: 20px auto 40px;
}

.banner_area {
  margin-top: 100px;
}

.banner_area .finance-banner {
  position: relative;
}

.banner_area .finance-banner::after, .banner_area .finance-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  content: "";
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.banner_area .finance-banner::after {
  z-index: 1;
  background-image: url(../img/sustainability/bnr_bg_on.png);
}

.banner_area .finance-banner::before {
  z-index: 2;
  background-image: url(../img/sustainability/bnr_bg_off.png);
}

.banner_area .finance-banner:hover::before {
  opacity: 0;
}

.banner_area .finance-banner_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  z-index: 3;
  position: relative;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 60px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 255px;
  padding: 0 67px 0 80px;
  color: #111;
  text-decoration: none;
}

.banner_area .finance-banner_item:hover .rotation::before {
  -webkit-animation: rotation1 0.6s ease-out 1;
          animation: rotation1 0.6s ease-out 1;
}

.banner_area .finance-banner_logo {
  grid-area: 1 / 1 / 2 / 2;
  max-width: 371px;
}

.banner_area .finance-banner_content {
  grid-area: 2 / 1 / 3 / 2;
  margin-top: 14px;
}

.banner_area .finance-banner_content .finance-banner_title {
  color: #111111;
  font-weight: 700;
  font-size: 34px;
}

.banner_area .finance-banner_content .finance-banner_status {
  padding: 0 6px 2px;
  background-color: #00A572;
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.banner_area .rotation {
  grid-area: 1 / 2 / 3 / 3;
}

@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.banner_area .rotation {
  position: relative;
  width: 59px;
  height: 59px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='6'%3E%3Cpath fill='%23111111' d='M5 3 0 6V0Z'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-size: 6px 7px;
  background-repeat: no-repeat;
}

.banner_area .rotation::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 59px;
  height: 59px;
  background-image: url(../img/recruit/link_circle.png);
  background-size: 100% 100%;
  content: "";
}

@media screen and (max-width: 1140px) {
  .main_sub section {
    /* 1100 */
  }
  .banner_area .finance-banner_item {
    height: 22.44vw;
    padding: 0 6vw 0 7vw;
  }
  .banner_area .finance-banner_logo {
    width: 33vw;
  }
  .banner_area .finance-banner_content {
    margin-top: 1.2vw;
  }
  .banner_area .finance-banner_content .finance-banner_title {
    font-size: 2.98vw;
  }
  .banner_area .finance-banner_content .finance-banner_status {
    padding: 0 0.5vw 0.2vw;
    font-size: 2.3vw;
  }
}

@media screen and (max-width: 768px) {
  .main_sub section .wrap:first-of-type {
    padding-top: 80px;
  }
  .main_sub h2 span {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.12em;
  }
  .main_sub h2 small {
    font-size: 14px;
  }
  .main_sub h3 {
    margin-bottom: 20px;
    padding: 0 0 0 20px;
    background-position: 0 14px;
    background-size: 8px 8px;
    font-size: 22px;
  }
  .main_sub h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 9px 16px 10px;
    border-left: 3px solid #1A78B2;
  }
  .main_sub h5 {
    margin-top: 30px;
    margin-bottom: 20px;
    background-position: 0 8px;
    background-size: 12px 10px;
    font-size: 16px;
  }
  .sect01 picture {
    margin: 40px auto 0;
  }
  .sect02 h3 {
    margin: 40px auto 20px;
  }
  .sect02 .basic_idea_area {
    display: block;
    padding: 30px 15px;
  }
  .sect02 .basic_idea_area dt {
    width: 108px;
    margin: auto;
  }
  .sect02 .basic_idea_area dd {
    width: calc(100%);
    margin-top: 20px;
  }
  .sect02 .sdgs-icons {
    margin-bottom: 20px;
    gap: 12px;
  }
  .sect02 .img_circular-economy {
    width: calc(100% + 30px);
    margin: 20px 0 0 -15px;
  }
  .banner_area {
    margin-top: 60px;
  }
  .banner_area .finance-banner::after {
    background-image: url(../img/sustainability/bnr_bg_sp.png);
  }
  .banner_area .finance-banner::before {
    display: none;
  }
  .banner_area .finance-banner_item {
    display: block;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 53.335vw;
    padding: 10vw 8vw 0 9vw;
  }
  .banner_area .finance-banner_logo {
    width: 54vw;
  }
  .banner_area .finance-banner_content {
    display: block;
    margin-top: 2.6vw;
  }
  .banner_area .finance-banner_content .finance-banner_title {
    font-size: 5.8vw;
  }
  .banner_area .finance-banner_content .finance-banner_status {
    position: relative;
    top: -1vw;
    padding: 0.5vw 1.2vw 0.8vw 1.3vw;
    font-size: 3.8vw;
  }
  .banner_area .rotation {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 0 0 auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='6'%3E%3Cpath fill='%23111111' d='M5 3 0 6V0Z'/%3E%3C/svg%3E");
    background-position: 53% 50%;
    background-size: 6px 7px;
    background-repeat: no-repeat;
  }
  .banner_area .rotation::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-image: url(../img/recruit/link_circle.png);
    background-size: 100% 100%;
    content: "";
  }
}

/*# sourceMappingURL=maps/sustainability.css.map */
