@media only screen and (max-width: 767px) {
  .commonSecTitle .titleJp {
    font-size: clamp(14px, 5.13vw, 20px);
    margin-top: -16px;
  }
}
@media print, screen and (min-width: 768px) {
  .commonSecTitle .titleJp {
    font-size: 32px;
    margin-top: -40px;
  }
}
.secTopText {
  color: #2D2E61;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .secTopText {
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 0 0 32px 0;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) {
  .secTopText {
    font-size: clamp(16px, 2.03vw, 26px);
    padding: 0 0 92px 0;
    line-height: 2.1;
    text-align: center;
  }
}
.secSdgs .topArea {
  position: relative;
}
.secSdgs .topArea .txtSide .desc {
  font-weight: 500;
}
.secSdgs .declarationCard {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.secSdgs .declarationCard .blueBox {
  background-color: #2D2E61;
  color: #ffffff;
}
.secSdgs .declarationCard .blueBox .boxTtl {
  font-weight: 700;
}
.secSdgs .declarationCard .blueBox .boxTxt {
  line-height: 1.8;
}
.secSdgs .declarationCard .whiteBox {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .secSdgs {
    padding: 0px 0 60px 0;
  }
  .secSdgs .topArea {
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .secSdgs .topArea .txtSide .desc {
    padding: 16px 0 0 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .secSdgs .topArea .logoSide {
    width: min(80%, 260px);
    margin: 0 auto;
  }
  .secSdgs .declarationCard {
    flex-direction: column;
  }
  .secSdgs .declarationCard .blueBox {
    padding: 16px 20px 32px 20px;
  }
  .secSdgs .declarationCard .blueBox .boxTtl {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 0 0 16px 0;
  }
  .secSdgs .declarationCard .blueBox .boxTxt {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 0 24px 0;
  }
  .secSdgs .declarationCard .blueBox .btnWrap {
    width: min(100%, 206px);
  }
  .secSdgs .declarationCard .whiteBox {
    padding: 40px 10px 40px 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .secSdgs {
    padding: 0 0 106px 0;
  }
  .secSdgs .topArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 60px 0;
  }
  .secSdgs .topArea .txtSide {
    width: min(60%, 550px);
  }
  .secSdgs .topArea .txtSide .desc {
    padding: 20px 0 0 0;
    font-size: clamp(14px, 1.25vw, 16px);
    line-height: 2;
  }
  .secSdgs .topArea .logoSide {
    width: min(38%, 406px);
  }
  .secSdgs .declarationCard .blueBox {
    width: min(50%, 500px);
    padding: 32px min(3.8%, 42px) 42px;
  }
  .secSdgs .declarationCard .blueBox .boxTtl {
    font-size: clamp(14px, 1.56vw, 20px);
    padding: 0 0 4px 0;
  }
  .secSdgs .declarationCard .blueBox .boxTxt {
    font-size: clamp(14px, 1.25vw, 16px);
    padding: 0 0 16px 0;
  }
  .secSdgs .declarationCard .blueBox .btnWrap {
    width: 206px;
  }
  .secSdgs .declarationCard .blueBox .btnWrap .commonBtn {
    height: 55px;
  }
  .secSdgs .declarationCard .whiteBox {
    width: calc(100% - min(50%, 500px));
    padding: 10px;
  }
}
.secSdgsAction .actionArea .headerContent .subHead .headText {
  color: #2D2E61;
  font-weight: bold;
  border-bottom: 2px solid #2e3161;
  line-height: 1.9;
}
.secSdgsAction .actionArea .headerContent .iconList {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.secSdgsAction .actionArea .actionBox {
  background-color: #ffffff;
  border-radius: 10px;
}
.secSdgsAction .actionArea .actionBox .actionRow {
  border-bottom: 1px solid #d7d7d7;
}
.secSdgsAction .actionArea .actionBox .actionRow:last-child {
  border-bottom: none;
}
.secSdgsAction .actionArea .actionBox .actionRow .labelSide {
  color: #2D2E61;
  font-weight: bold;
}
.secSdgsAction .actionArea .actionBox .actionRow .contentSide {
  line-height: 1.8;
  font-weight: 500;
}
.secSdgsAction .actionArea .actionBox .actionRow .contentSide * {
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .secSdgsAction .actionTitle {
    padding: 0 0 24px 0;
  }
  .secSdgsAction .actionArea {
    padding: 0 0 80px 0;
  }
  .secSdgsAction .actionArea:last-of-type {
    padding-bottom: 0;
  }
  .secSdgsAction .actionArea .headerContent {
    padding: 0 0 32px 0;
  }
  .secSdgsAction .actionArea .headerContent .subHead {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secSdgsAction .actionArea .headerContent .iconList {
    padding: 20px 0 0;
    gap: 10px;
  }
  .secSdgsAction .actionArea .headerContent .iconList .iconItem {
    width: 72px;
  }
  .secSdgsAction .actionArea .actionBox {
    padding: 0px 16px;
  }
  .secSdgsAction .actionArea .actionBox .actionRow {
    padding: 20px 0;
  }
  .secSdgsAction .actionArea .actionBox .actionRow .labelSide {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 0 0 8px 0;
    text-align: center;
  }
  .secSdgsAction .actionArea .actionBox .actionRow .contentSide {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secSdgsAction .actionArea .actionBox .actionRow .contentSide .listIndent {
    line-height: 1.6;
    padding-bottom: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .secSdgsAction .actionTitle {
    padding: 0 0 72px 0;
  }
  .secSdgsAction .actionArea {
    padding: 0 0 80px 0;
  }
  .secSdgsAction .actionArea:last-of-type {
    padding-bottom: 0;
  }
  .secSdgsAction .actionArea .headerContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 60px 0;
  }
  .secSdgsAction .actionArea .headerContent .subHead {
    width: min(49%, 550px);
    font-size: clamp(16px, 2.03vw, 26px);
  }
  .secSdgsAction .actionArea .headerContent .iconList {
    width: min(40%, 460px);
    -moz-column-gap: 4.34%;
         column-gap: 4.34%;
    row-gap: 20px;
  }
  .secSdgsAction .actionArea .headerContent .iconList .iconItem {
    width: 30.43%;
  }
  .secSdgsAction .actionArea .actionBox {
    padding: 20px 5.4%;
  }
  .secSdgsAction .actionArea .actionBox .actionRow {
    display: flex;
    align-items: center;
    padding: 34px 0;
  }
  .secSdgsAction .actionArea .actionBox .actionRow .labelSide {
    width: 17%;
    font-size: clamp(14px, 1.56vw, 20px);
  }
  .secSdgsAction .actionArea .actionBox .actionRow .contentSide {
    width: 83%;
    font-size: clamp(14px, 1.25vw, 16px);
  }
}/*# sourceMappingURL=style.css.map */