.sec02 .ttl, .sec01 .ttl, .sec_top .lead.--01 dt {
  font-size: 2rem;
  font-weight: bold;
}

.sec02 ul li .txt, .sec_top .lead.--01 dd {
  font-size: 1.4rem;
  line-height: 2;
}

section {
  padding: 7rem 0;
}

.sec_top {
  padding-top: 0;
}
.sec_top .mv {
  margin-bottom: 6rem;
}
.sec_top .lead.--01 {
  position: relative;
  padding: 4rem 0;
  text-align: center;
  max-height: 33.2rem;
}
@media screen and (max-width: 767px) {
  .sec_top .lead.--01 {
    padding: 0;
    max-height: none;
  }
}
.sec_top .lead.--01::before, .sec_top .lead.--01::after {
  content: "";
  background: url(../../business/img/frame.png) no-repeat left center/contain;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec_top .lead.--01::before, .sec_top .lead.--01::after {
    display: none;
  }
}
.sec_top .lead.--01::after {
  transform: rotate(180deg);
}
.sec_top .lead.--01 dt {
  margin-bottom: 3rem;
}
.sec01 .ttl {
  margin-bottom: 3rem;
  text-align: center;
}
.sec01 .themes {
  counter-reset: num 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .sec01 .themes {
    flex-direction: column;
    gap: 2rem;
  }
}
.sec01 .themes li {
  position: relative;
  width: calc(50% - 1rem);
}
@media screen and (max-width: 767px) {
  .sec01 .themes li {
    width: 100%;
  }
}
.sec01 .themes li dl {
  color: #fff;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.sec01 .themes li dt {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec01 .themes li dt {
    font-size: 1.4rem;
  }
}
.sec01 .themes li dt span {
  display: block;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec01 .themes li dt span {
    font-size: 2.2rem;
  }
}
.sec01 .themes li dd {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec01 .themes li dd {
    font-size: 1rem;
  }
}
.sec01 .sdgs {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .sec01 .sdgs {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .sec01 .sdgs li {
    width: calc(14.2857142857% - 0.86rem);
  }
}
.sec01 .btn {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .sec01 .btn {
    flex-direction: column;
  }
}
.sec01 .btn .c_btn {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sec01 .btn .c_btn + .c_btn {
    margin-top: 0;
  }
}
.sec01 .btn .c_btn a {
  background-color: #036eb7;
  display: block;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec01 .btn .c_btn a {
    width: 100%;
    font-size: 1rem;
  }
}

.sec02 .ttl {
  margin-bottom: 5rem;
  text-align: center;
}
.sec02 ul li + li {
  margin-top: 5rem;
}
.sec02 ul li.a .img img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec02 ul li.a .img img {
    width: 40%;
  }
}
.sec02 ul li.b .img {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec02 ul li.b .img img {
  width: 49%;
}
.sec02 ul li.c .img {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .sec02 ul li.c .img {
    flex-direction: row;
  }
}
.sec02 ul li.c .img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec02 ul li.c .img img {
    width: 49%;
  }
}
.sec02 ul li .row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec02 ul li .row {
    flex-direction: column;
  }
}
.sec02 ul li .ttl2 {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec02 ul li .ttl2 {
    font-size: 1.35rem;
  }
}
.sec02 ul li .txt {
  width: 70%;
}
.sec02 ul li .txt:not(:has(+ .img)) {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec02 ul li .txt {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.sec02 ul li .txt small {
  display: block;
  font-size: 1rem;
}
.sec02 ul li .img {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .sec02 ul li .img {
    width: 100%;
  }
}
.sec02 ul li sup {
  font-size: 1rem;
  vertical-align: top;
}

/* サステナ追加 */


.susta_b {
  padding: 10rem 0 0rem;
}

.susta_b.--02 {
  padding: 10rem 0 10rem;
}

.susta_b .ttl {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: .18em;
}

@media screen and (max-width: 767px) {
  .susta_b .ttl {
    font-size: 1.9rem;
    font-weight: 700;
  }
}

.susta_b .lead {
  font-size: 1.4rem;
  line-height: 2.2;
  text-align: center;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .susta_b .lead {
    font-size: 1.2rem;
  }
}

.susta_b .lead_img {
  width: 54%;
  margin: 4rem auto 4rem;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 767px) {
  .susta_b .lead_img {
    width: 100%;
    margin: 4rem auto 0rem;
  }
}

.susta_b .susta_list {
  margin: 5rem auto;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

@media screen and (max-width: 767px) {
  .susta_b .susta_list {
    gap: 5rem;
  }
}

.susta_b .susta_list > li {
  background: #F2F2F2;
  display: flex;
  gap: 3%;
}

@media screen and (max-width: 767px) {
  .susta_b .susta_list > li {
    display: block;
  }
}

.susta_b .susta_ttl {
  flex-basis: 22%;
  background: #00989c url(../../img_01/susta_bg01.jpg) no-repeat center center / cover;
  color: #fff;
  display: grid;
  place-items: center;
}

.susta_b .susta_ttl.--02 {
  background: #3C85DC url(../../img_01/susta_bg02.jpg) no-repeat center center / cover;
}

.susta_b .susta_ttl.--03 {
  background: #E2873D url(../../img_01/susta_bg03.jpg) no-repeat center center / cover;
}

@media screen and (max-width: 767px) {
  .susta_b .susta_ttl {
    height: 5rem;
    background: #00989c url(../../img_01/susta_bg01_sp.jpg) no-repeat center center / cover;
  }
}

@media screen and (max-width: 767px) {
  .susta_b .susta_ttl.--02 {
    background: #3C85DC url(../../img_01/susta_bg02_sp.jpg) no-repeat center center / cover;
  }
}

@media screen and (max-width: 767px) {
  .susta_b .susta_ttl.--03 {
    background: #E2873D url(../../img_01/susta_bg03_sp.jpg) no-repeat center center / cover;
  }
}

.susta_b .susta_ttl span {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.7rem;
}

@media screen and (max-width: 767px) {
  .susta_b .susta_ttl span {
    font-size: 2rem;
    letter-spacing: 1rem;
  }
}

.susta_b .susta_ttl.--03 span {
  letter-spacing: 0.1rem;
}

.susta_b .wrap {
  flex-basis: 75%;
  padding: 1.5rem 2rem 1.5rem 0;
}

.susta_b .wrap.--02 {
}

@media screen and (max-width: 767px) {
  .susta_b .wrap{
    padding: 2rem;
  }
  .susta_b .wrap.--02 {
    padding: 2rem;
  }
}

.susta_b .susta_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.susta_b .susta_item + .susta_item {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #D4D4D4;
}

@media screen and (max-width: 767px) {
  .susta_b .susta_item{
    flex-direction: column;
  }
  .susta_b .susta_item + .susta_item {
    margin-top: 2rem;
  }
}

.susta_b .susta_item dl dt {
  color: #2D7638;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 767px) {
  .susta_b .susta_item dl dt {
    font-size: 2rem;
    letter-spacing: 0.4rem;
  }
}

.susta_b .susta_item dl dt.--02 {
  color: #3C85DC;
}

.susta_b .susta_item dl dt.--03 {
  color: #E2873D;
}

.susta_b .susta_item dl dd {
  margin-block: 0.8rem 1.2rem;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .susta_b .susta_item dl dd {
    margin-block: 0.8rem 1rem;
    font-size: 1.4rem;
  }
}

.susta_b .sdgs_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

@media screen and (max-width: 767px) {
  .susta_b .sdgs_list {
    position: static;
    gap: 4px;
  }
}

.susta_b .sdgs_list li {
  width: 5.6rem;
}

@media screen and (max-width: 767px) {
  .susta_b .sdgs_list li {
    width: 6rem;
  }
}

.susta_b .sdgs_list li img {
  width: 100%;
}


.susta_b .c_btn2 a {
  width: 100%;
  background-color: #71a8cb;
  line-height: 3.50;
  font-size: 1.4rem;
}

.susta_b .c_btn3 a {
  width: 100%;
}

.susta_b .btn1 {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .susta_b .btn1 {
    width: 25em;
  }
}

@media screen and (max-width: 767px) {
  .susta_b .btn1 a {
    line-height: 1.5;
    padding-top: .5em;
    padding-bottom: .5em;
  }
}

@media screen and (min-width: 768px) {
  .susta_b .btn2 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .susta_b .btn2 > * {
    width: 48.7%;
  }
}

@media screen and (max-width: 767px) {
  .susta_b .btn2 li {
    margin-top: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */