@charset "UTF-8";
/* ========================================
 Breakpoint定義
======================================== */
/* ========================================
 breakpoint取得関数
----------------------------------------
 bp(pc) → 1025px
 bp(900px) → 900px
======================================== */
/* ========================================
 media query mixin
----------------------------------------
 @include media(tab) → min-width:768px
 @include media(tab,max) → max-width:767px
======================================== */
/* ---------------------------------------------
*   p-sdgs-kv
--------------------------------------------- */
.p-sdgs-kv {
  position: relative;
  display: block;
  aspect-ratio: 375/187;
}
@media (min-width: 768px) {
  .p-sdgs-kv {
    aspect-ratio: 1240/532;
  }
}
.p-sdgs-kv img {
  width: 100%;
}
.p-sdgs-kv__ttl {
  position: absolute;
  top: 45.1%;
  left: 50%;
  display: block;
  width: 100%;
  padding-left: calc(20 / var(--design-width) * 100vw);
  padding-right: calc(20 / var(--design-width) * 100vw);
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .p-sdgs-kv__ttl {
    top: 51.9%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-sdgs-kv__main {
  display: block;
  font-family: var(--ff-Zen);
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-sdgs-kv__main {
    font-size: 40px;
  }
}
.p-sdgs-kv__sub {
  display: block;
  font-family: var(--ff-mont);
  font-size: calc(10 / var(--design-width) * 100vw);
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  margin-top: calc(-1 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-sdgs-kv__sub {
    font-size: 16px;
    margin-top: 3px;
  }
}

/* ---------------------------------------------
*   p-sdgs-lead
--------------------------------------------- */
.p-sdgs-lead {
  margin-block: calc(30 / var(--design-width) * 100vw);
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
@media (min-width: 768px) {
  .p-sdgs-lead {
    margin-block: 60px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.9;
  }
}

/* ---------------------------------------------
*   p-sdgs-block-anchor
--------------------------------------------- */
.p-sdgs-block-anchor {
  padding: calc(30 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw);
  border-radius: 0;
  background-color: var(--color-orange-1);
}
@media (min-width: 768px) {
  .p-sdgs-block-anchor {
    padding: 45px 20px 43px;
    border-radius: 10px;
  }
}
.p-sdgs-block-anchor__lead {
  display: block;
  color: var(--color-white-1);
  font-family: var(--ff-Zen);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-sdgs-block-anchor__lead {
    font-size: 28px;
  }
}
.p-sdgs-block-anchor__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: calc(16 / var(--design-width) * 100vw) calc(17 / 335 * 100%);
  max-width: 1110px;
  width: 100%;
  margin-inline: auto;
  margin-top: calc(20 / var(--design-width) * 100vw);
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .p-sdgs-block-anchor__list {
    gap: calc(21 / 1110 * 100%);
    margin-top: 17px;
  }
}
.p-sdgs-block-anchor__item {
  width: calc(100 / 335 * 100%);
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-sdgs-block-anchor__item {
    width: calc(163 / 1110 * 100%);
  }
}
.p-sdgs-block-anchor__link {
  display: block;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .p-sdgs-block-anchor__link {
    transition: opacity var(--hover-duration);
  }
  .p-sdgs-block-anchor__link:hover {
    opacity: var(--hover-opacity-ratio);
  }
}
.p-sdgs-block-anchor__figure {
  display: block;
  width: 100%;
}
.p-sdgs-block-anchor__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.8;
}
.p-sdgs-block-anchor__caption {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(28 / var(--design-width) * 100vw);
  color: var(--color-white-1);
  font-size: 11px;
  font-weight: bold;
  line-height: 1.3;
  margin-block: calc(3 / var(--design-width) * 100vw) calc(18 / var(--design-width) * 100vw);
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 651px) {
  .p-sdgs-block-anchor__caption {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .p-sdgs-block-anchor__caption {
    height: min(3.59375vw, 46px);
    font-size: min(1.40625vw, 18px);
    margin-block: min(0.390625vw, 5px) min(1.875vw, 24px);
  }
}
.p-sdgs-block-anchor__caption::before {
  content: "";
  position: absolute;
  bottom: calc(-18 / var(--design-width) * 100vw);
  left: 50%;
  display: block;
  width: calc(18 / var(--design-width) * 100vw);
  aspect-ratio: 1/1;
  mask: url(../../img/company/sdgs/icon_arrow.svg) 0 0 no-repeat;
  mask-size: 100% auto;
  background-color: var(--color-white-1);
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .p-sdgs-block-anchor__caption::before {
    bottom: max(-24 / var(--design-width) * 100vw, -24px);
    width: min(24 / var(--design-width) * 100vw, 24px);
  }
}

/* ---------------------------------------------
*   p-sdgs-icons
--------------------------------------------- */
.p-sdgs-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(15 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-sdgs-icons {
    gap: 32px;
  }
}
.p-sdgs-icons__item {
  display: block;
  width: calc(65 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-sdgs-icons__item {
    width: 140px;
  }
}
.p-sdgs-icons__item img {
  width: 100%;
}

/* ---------------------------------------------
*   p-sdgs-ttl
--------------------------------------------- */
.p-sdgs-ttl {
  text-align: center;
}
.p-sdgs-ttl__en {
  display: block;
  font-family: var(--ff-mont);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-sdgs-ttl__en {
    font-size: 30px;
  }
}
.p-sdgs-ttl__jp {
  display: block;
  font-family: var(--ff-Zen);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: calc(-6 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-sdgs-ttl__jp {
    font-size: 18px;
  }
}
.p-sdgs-ttl--wh {
  color: var(--color-white-1) !important;
}
.p-sdgs-ttl--left {
  text-align: left;
}
@media (max-width: 767px) {
  .p-sdgs-ttl--spcenter {
    text-align: center;
  }
}

/* ---------------------------------------------
*   p-sdgs-section-connect
--------------------------------------------- */
/* ---------------------------------------------
*   p-sdgs-section-support
--------------------------------------------- */
.p-sdgs-section-support {
  padding-top: calc(50 / var(--design-width) * 100vw);
  padding-bottom: calc(36 / var(--design-width) * 100vw);
  background-color: var(--color-orange-2);
  border-radius: 0;
}
@media (min-width: 768px) {
  .p-sdgs-section-support {
    padding-top: 91px;
    padding-bottom: 110px;
    border-radius: 10px;
  }
}
.p-sdgs-section-support__container {
  padding-left: calc(20 / var(--design-width) * 100vw);
  padding-right: calc(20 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-sdgs-section-support__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-sdgs-section-support__contents {
  max-width: 945px;
  margin-inline: auto;
  margin-top: calc(17 / var(--design-width) * 100vw);
  display: block;
  gap: 0 calc(20 / 945 * 100%);
  grid-template: auto 1fr/1fr 336px;
  grid-template-areas: "b a" "b c";
}
@media (min-width: 768px) {
  .p-sdgs-section-support__contents {
    margin-top: 43px;
    display: grid;
  }
}
@media (min-width: 1025px) {
  .p-sdgs-section-support__contents {
    gap: 0 calc(79 / 945 * 100%);
  }
}
.p-sdgs-section-support__ttl {
  padding-top: 0;
  grid-area: a;
}
@media (min-width: 768px) {
  .p-sdgs-section-support__ttl {
    padding-top: 23px;
  }
}
.p-sdgs-section-support__figs {
  grid-area: b;
  display: block;
  margin-top: calc(18 / var(--design-width) * 100vw);
}
.p-sdgs-section-support__item {
  display: block;
  width: 100%;
}
.p-sdgs-section-support__item + .p-sdgs-section-support__item {
  margin-top: calc(6 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-sdgs-section-support__item + .p-sdgs-section-support__item {
    margin-top: 8px;
  }
}
.p-sdgs-section-support__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-sdgs-section-support__txts {
  grid-area: c;
  margin-top: calc(20 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-sdgs-section-support__txts {
    margin-top: 36px;
  }
}
.p-sdgs-section-support__txt {
  display: block;
  color: var(--color-base-1);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 768px) {
  .p-sdgs-section-support__txt {
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
  }
}
.p-sdgs-section-support__btn {
  margin-top: calc(20 / var(--design-width) * 100vw);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-sdgs-section-support__btn {
    margin-top: 48px;
  }
}

/* ---------------------------------------------
*   共通レイアウト
--------------------------------------------- */
.p-sdgs-section {
  padding-top: calc(40 / var(--design-width) * 100vw);
  padding-bottom: calc(45 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-sdgs-section {
    padding-top: 91px;
    padding-bottom: 100px;
  }
}
.p-sdgs-section__container {
  padding-left: calc(20 / var(--design-width) * 100vw);
  padding-right: calc(20 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-sdgs-section__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-sdgs-section__item {
  display: block;
  width: 100%;
  border-radius: calc(10 / var(--design-width) * 100vw);
  overflow: hidden;
  aspect-ratio: 335/207;
}
@media (min-width: 768px) {
  .p-sdgs-section__item {
    width: calc(543 / 1100 * 100%);
    border-radius: 20px;
  }
}
.p-sdgs-section__item + .p-sdgs-section__item {
  margin-top: calc(10 / var(--design-width) * 100vw);
}
.p-sdgs-section__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-sdgs-section__figs--2col {
  max-width: 1100px;
  display: block;
  justify-content: space-between;
  margin-inline: auto;
  margin-top: calc(17 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-sdgs-section__figs--2col {
    display: flex;
    margin-top: 30px;
  }
}
.p-sdgs-section__txt {
  display: block;
  color: var(--color-base-1);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  margin-top: calc(10 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-sdgs-section__txt {
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {
  .p-sdgs-section__txt {
    font-size: 16px;
  }
}
.p-sdgs-section__ttl {
  margin-top: calc(18 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-sdgs-section__ttl {
    margin-top: 43px;
  }
}

.p-sdgs-section__btn {
  padding: 16px 10% 16px 8%;
}
.p-sdgs-section__btn .c-btn-1__txt {
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-sdgs-section__btn .c-btn-1__txt {
    font-size: 16px;
  }
}
.p-sdgs-section__btn::after {
  width: 9.1%;
}

/* ---------------------------------------------
*   p-sdgs-section-packing
--------------------------------------------- */
.p-sdgs-section-packing {
  background-color: var(--color-orange-2);
  border-radius: 0;
  padding-top: calc(50 / var(--design-width) * 100vw);
  padding-bottom: calc(36 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-sdgs-section-packing {
    border-radius: 10px;
  }
}
.p-sdgs-section-packing__txt {
  margin-top: 30px;
}

/* ---------------------------------------------
*   p-sdgs-section-partner
--------------------------------------------- */
.p-sdgs-section-partner {
  margin: 20px 0 0;
  padding-top: calc(30 / var(--design-width) * 100vw);
  padding-bottom: calc(30 / var(--design-width) * 100vw);
  background-color: var(--color-orange-1);
  border-radius: 0;
}
@media (min-width: 768px) {
  .p-sdgs-section-partner {
    padding-top: 49px;
    padding-bottom: 66px;
    border-radius: 10px;
  }
}
.p-sdgs-section-partner__container {
  padding-left: calc(20 / var(--design-width) * 100vw);
  padding-right: calc(20 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-sdgs-section-partner__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-sdgs-section-partner__ttl {
  margin-top: calc(18 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-sdgs-section-partner__ttl {
    margin-top: 21px;
  }
}
.p-sdgs-section-partner__icon-img {
  display: block;
  max-width: 734px;
  margin-inline: auto;
  margin-top: calc(17 / var(--design-width) * 100vw);
  width: 94%;
}
@media (min-width: 768px) {
  .p-sdgs-section-partner__icon-img {
    margin-top: 25px;
  }
}
.p-sdgs-section-partner__icon-img img {
  width: 100%;
}
.p-sdgs-section-partner__txt {
  display: block;
  color: var(--color-white-1);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  margin-top: calc(10 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-sdgs-section-partner__txt {
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    margin-top: 36px;
  }
}
.p-sdgs-section-partner__txt + .p-sdgs-section-partner__txt {
  margin-top: calc(16 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-sdgs-section-partner__txt + .p-sdgs-section-partner__txt {
    margin-top: 25px;
  }
}
.p-sdgs-section-partner__btn {
  margin-top: calc(20 / var(--design-width) * 100vw);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-sdgs-section-partner__btn {
    margin-top: 36px;
  }
}

/* ---------------------------------------------
*   p-sdgs-section-activity
--------------------------------------------- */
.p-sdgs-section-activity {
  padding-top: calc(46 / var(--design-width) * 100vw);
  padding-bottom: calc(46 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-sdgs-section-activity {
    padding-top: 49px;
    padding-bottom: 102px;
  }
}
.p-sdgs-section-activity__container {
  padding-left: calc(20 / var(--design-width) * 100vw);
  padding-right: calc(20 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-sdgs-section-activity__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-sdgs-section-activity__contents {
  max-width: 1109px;
  display: block;
  gap: 0;
  grid-template: auto 1fr/calc(643 / 1109 * 100%) calc(481 / 1109 * 100%);
  grid-template-areas: "a b" "c b";
  margin-inline: auto;
  margin-top: calc(18 / var(--design-width) * 100vw);
  transform: none;
}
@media (min-width: 768px) {
  .p-sdgs-section-activity__contents {
    display: grid;
    margin-top: 41px;
    transform: translateX(1.5%);
  }
}
.p-sdgs-section-activity__ttl {
  grid-area: a;
}
.p-sdgs-section-activity__figs {
  position: static;
  left: -9.9%;
  grid-area: b;
  margin-top: calc(20 / var(--design-width) * 100vw);
  display: block;
}
@media (min-width: 768px) {
  .p-sdgs-section-activity__figs {
    position: relative;
    margin-top: 19px;
  }
}
.p-sdgs-section-activity__item {
  display: block;
  width: 88%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-sdgs-section-activity__item {
    width: 100%;
  }
}
.p-sdgs-section-activity__item + .p-sdgs-section-activity__item {
  margin-top: calc(17 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-sdgs-section-activity__item + .p-sdgs-section-activity__item {
    margin-top: 24px;
  }
}
.p-sdgs-section-activity__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-sdgs-section-activity__item:first-of-type {
  position: relative;
  left: 1.4%;
}
.p-sdgs-section-activity__item:nth-of-type(2) {
  width: 46.3%;
  margin-left: auto;
  margin-right: 3.4%;
}
@media (min-width: 768px) {
  .p-sdgs-section-activity__item:nth-of-type(2) {
    width: 59.9%;
    margin-right: 2.3%;
  }
}
.p-sdgs-section-activity__txts {
  grid-area: c;
  margin-top: calc(20 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-sdgs-section-activity__txts {
    margin-top: 44px;
  }
}
.p-sdgs-section-activity__txt {
  display: block;
  color: var(--color-base-1);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 768px) {
  .p-sdgs-section-activity__txt {
    font-size: 16px;
    line-height: 1.7;
  }
}
.p-sdgs-section-activity__strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  margin-block: calc(12 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-sdgs-section-activity__strong {
    font-size: 18px;
    line-height: 1.9;
    margin-block: 4px 8px;
  }
}
.p-sdgs-section-activity__btn {
  margin-top: calc(18 / var(--design-width) * 100vw);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-sdgs-section-activity__btn {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .p-sdgs-section-activity__btn .c-btn-1 {
    margin-inline: 0;
  }
}

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