
/* ==========================================================================
   サステナビリティ共通定義（インナー幅等）
   ========================================================================== */
/* 全ブロック共通で使用するコンテナの最大幅を定義します。
   アートボード1566pxに対し、コンテンツの最大横幅：1382pxを適用。
*/
.cmn-section01__fv .fv__inner,
.cmn-section02__agreement-area .agreement-area__inner {
  max-width: 1382px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px; /* スマホ・タブレット時の左右見切れ防止バッファ */
  padding-left: 20px;
  box-sizing: border-box;
}


/*  ヘッダー */
.p-sustainability-top .main-contents-header .main-contents-header__ttl {
    background-color:#fff;
}
@media screen and (min-width:1181px) {
    .main-contents-header__ttl,.main-contents-header__ttl--underpage {
        margin-bottom:10px;
        padding: 76px 0;
        font-size:22px
    }
}
@media (max-width: 767px) {
  .main-contents-header__ttl,.main-contents-header__ttl--underpage {
      padding: 26px 0 22px;
  }
}


/*  見出し */
.c-sus-heading__title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;

  @media (max-width: 767px) {
     margin-bottom: 30px;
  }
}

/* 英字大見出し */
.c-sus-heading__en {
  display: block;
  font-family: "Alfa Slab One", Regular, sans-serif;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0.8px;
  color: #BF0606;
}

/* 日本語副題 */
.c-sus-heading__jp {
  display: block;
  font-family: "Noto Sans CJK JP", Bold, sans-serif;
  font-size: 20px; /* カンプ指定 */
  line-height: 29px; /* カンプ指定 */
  font-weight: bold;
  color: #BF0606;
}


/*  下層ページの追従背景装飾 */
.c-fixed-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background-image: url(/common/img/csr/202607/img_csr_common_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width:768px) {
  .c-fixed-bg {
    width: 136.568%;
    margin: -7.712% 0 0 -28.92%;
    padding-top: 80.4627%;
  }
}
@media (max-width: 767px) {
  .c-fixed-bg {
    width: 134%;
    margin: 54% 0 0 -25%; 
    padding-top: 78.933%;
  }
}


/* 下層ページのタイポグラフィ */
.c-sus-typography {
  background-color: rgb(255, 245, 245);
}
.c-sus-typography__txt {
  display: block;
  color: #BF0606;
  font-family: "Alfa Slab One", Regular, sans-serif;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width:768px) {
  .c-sus-typography {
    padding: 50px 40px;
  }
  .c-sus-typography__txt {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .c-sus-typography {
    padding: 16% 24px;
  }
  .c-sus-typography__txt {
    font-size: 8.8vw;
  }
}


/* 下層ページのコンテンツの枠 */
.c-sus-secondContentsFrame__inner {
  position: relative;
}
@media (min-width: 768px) {
  .c-sus-secondContentsFrame__inner {
    width: 85.861%;
    margin-left: auto;
    padding: 60px 0;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .c-sus-secondContentsFrame__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}


.c-sus-secondContentsFrame {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.c-sus-secondContentsFrame::before,
.c-sus-secondContentsFrame::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 0 0 0;
}
.c-sus-secondContentsFrame::before {
  z-index: 1;
  margin: -20px 0 0 0;
  background-color: #fff;
  box-shadow: 0px 0px 10px #BF0606B0;
  transform: skewY(-4deg);
  transform-origin: left top;
}
.c-sus-secondContentsFrame::after {
  z-index: 0;
  background-color: #BF0606;
  transform: skewY(-4deg);
  transform-origin: left top;
}
@media (min-width: 768px) {
  .c-sus-secondContentsFrame {
    width: 85.861%;
    margin-left: auto;
  }
  .c-sus-secondContentsFrame::before,
  .c-sus-secondContentsFrame::after {
    padding-top: 114px;
  }
  .c-sus-secondContentsFrame::before {
    margin: -20px 0 0 0;
  }
  .c-sus-secondContentsFrame::after {
    width: calc(100% + 20px);
    margin: 0 0 0 -20px;
  }
}
@media (max-width: 767px) {
  .c-sus-secondContentsFrame {
    padding-left: 24px;
    padding-right: 24px;
  }
  .c-sus-secondContentsFrame::before {
    width: calc(100% - 12px);
    margin: -20px 0 0 12px;
  }
  .c-sus-secondContentsFrame::after {
    width: 100%;
    margin: 0;
  }
}


/* 画像 */
.c-sus-secondContents-activity__visual-list {
  display: flex;
  flex-wrap: wrap;
}
.c-sus-secondContents-activity-activity__visual-list__item img {
  width: 100%;
}
@media (min-width: 768px) {
  .c-sus-secondContents-activity-activity__visual-list__item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .c-sus-secondContents-activity-activity__visual-list__item {
    width: 50%;
  }
}


/* 文字のブロックのラッパー */
@media (min-width: 768px) {
  .c-sus-secondContents-activity__info-wrap {
    width: 68.96%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .c-sus-secondContents-activity__info-wrap {
    margin-top: 40px;
  }
}

/* 文字のブロック */
@media (min-width: 768px) {
  .c-sus-secondContents-activity__info-box {
    width: 81.917%;
    margin: 70px 0 0 0;
  }
}


/* タイトル */
.c-sus-secondContents-activity__ttl {
  border-radius: 5px;
  background-color: #BF0606;
}
.c-sus-secondContents-activity__ttl-txt {
  padding: 4px 14px;
  color: #fff;
  font-size: 18px;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
  line-height: 1.777;
}
@media (min-width: 768px) {
  .c-sus-secondContents-activity__ttl {
    width: 100%;
    max-width: 372px;
  }
  .c-sus-secondContents-activity__ttl-txt {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .c-sus-secondContents-activity__ttl-txt {
    font-size: 15px;
  }
}


/* リード文 */
.c-sus-secondContents-activity__lead-txt {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
  line-height: 1.333;
}
@media (min-width: 768px) {
  .c-sus-secondContents-activity__lead {
    margin-top: 30px;
  }
  .c-sus-secondContents-activity__lead-txt {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .c-sus-secondContents-activity__lead {
    margin-top: 30px;
  }
  .c-sus-secondContents-activity__lead-txt {
    font-size: 18px;
  }
}


/* 本文 */
.c-sus-secondContents-activity__description-txt {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
  line-height: 2;
}
@media (min-width: 768px) {
  .c-sus-secondContents-activity__description {
    margin-top: 20px;
  }
  .c-sus-secondContents-activity__description-txt {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .c-sus-secondContents-activity__description {
    margin-top: 14px;
  }
  .c-sus-secondContents-activity__description-txt {
    font-size: 16px;
  }
}


/* 活動実績ラッパー */
.c-sus-secondContents-activity__list-wrap {
  position: relative;
}
@media (max-width: 767px) {
  .c-sus-secondContents-activity__list-wrap {
    margin-top: 40px;
  }
}


/* 活動実績コンテンツのラッパー */
.c-sus-secondContents-activity__list-content {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .c-sus-secondContents-activity__list-content {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .c-sus-secondContents-activity__list-content {
    margin-top: 40px;
  }
}


/* 活動実績マップ */
.c-sus-secondContents-activity__list-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.c-sus-secondContents-activity__list-map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/common/img/csr/202607/education/education-activity/img_csr_education_map.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .c-sus-secondContents-activity__list-map {
    width: calc(100% - 60% - 34px);
    padding-top: 670px;
  }
  .c-sus-secondContents-activity__list-map::before {
    width: 195%;
    margin: 0 0 0 -114.114%;
  }
}


/* 活動実績リスト */
@media (min-width: 768px) {
  .c-sus-secondContents-activity__list-container {
    width: 60%;
    margin: 0 0 0 34px;
  }
}
@media (max-width: 767px) {
  .c-sus-secondContents-activity__list-container {
    margin-top: 40px;
  }
}

.c-sus-secondContents-activity__list {
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 1; 
  column-gap: 24px;
}
@media (min-width: 768px) {
  .c-sus-secondContents-activity__list {
    column-count: 3;
  }
}
@media (max-width: 767px) {
  .c-sus-secondContents-activity__list {
    column-count: 2;
  }
}

.c-sus-secondContents-activity__list-item {
  display: inline-block; 
  width: 100%;

  break-inside: avoid; 
  -webkit-column-break-inside: avoid; /* Safari用 */
  
  margin-bottom: 12px; 
  position: relative;
  padding-left: 20px;
}
.c-sus-secondContents-activity__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: #BF0606;
  border-radius: 50%;
}

.c-sus-secondContents-activity__list-item__txt {
  margin-left: 4px;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}


/*   下層ページの問い合わせブロック */
.c-sus-contactUs__section {
  background-color: rgb(255, 245, 245);
}
@media screen and (min-width:768px) {
  .c-sus-contactUs__section {
    padding: 258px 0 126px;
  }
  .c-sus-contactUs {
    padding: 56px 20px;
  }
}
@media (max-width: 767px) {
  .c-sus-contactUs__section {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .c-sus-contactUs {
    padding: 36px 24px;
  }
}

.c-sus-contactUs__inner {
  margin: 0 auto;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (min-width:768px) {
  .c-sus-contactUs__inner {
    width: 72.75%;
  }
}
@media (max-width: 767px) {
  .c-sus-contactUs__inner {
    width: calc(100% - 48px);
  }
}

.c-sus-contactUs__container {

}
@media screen and (min-width:768px) {
  .c-sus-contactUs__container {
    width: 100%;
    max-width: 562px;
    min-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .c-sus-contactUs__container {
    margin: 0 auto;
  }
}

.c-sus-contactUs__ttl-txt {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
  line-height: 1.333;
  text-align: center;
}
@media screen and (min-width:768px) {
  .c-sus-contactUs__ttl-txt {
    font-size: 24px
  }
}
@media (max-width: 767px) {
  .c-sus-contactUs__ttl-txt {
    font-size: 18px
  }
}

.c-sus-contactUs__lead-txt {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
  line-height: 1.777;
  text-align: center;
}
@media screen and (min-width:768px) {
  .c-sus-contactUs__lead {
    margin-top: 30px;
  }
  .c-sus-contactUs__lead-txt {
    font-size: 18px
  }
}
@media (max-width: 767px) {
  .c-sus-contactUs__lead {
    margin-top: 30px;
  }
  .c-sus-contactUs__lead-txt {
    font-size: 16px
  }
}


.c-sus-contactUs__cv {
  color: #BF0606;
  font-family: "Alfa Slab One", Regular, sans-serif;
}
.c-sus-contactUs__cv-ttl {
  text-align: center;
}
@media screen and (min-width:768px) {
  .c-sus-contactUs__cv {
    margin-top: 40px;
  }
  .c-sus-contactUs__cv-ttl {
    font-size: 16px
  }
}
@media (max-width: 767px) {
  .c-sus-contactUs__cv {
    margin-top: 30px;
  }
  .c-sus-contactUs__cv-ttl {
    font-size: 14px
  }
}



.c-sus-contactUs__btn {
  text-align: center;
}
.c-sus-contactUs__btn-link {
  display: block;
  width: 100%;
  max-width: 372px;
  margin: 0 auto;
  padding: 7px 10px;
  color: #000;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
  border-radius: 20px;
  border: 1px solid #707070;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) {
  .c-sus-contactUs__btn-link:hover {
    color: #fff;
    background: #000;
  }
}
@media screen and (min-width:768px) {
  .c-sus-contactUs__btn-txt {
    font-size: 16px
  }
}
@media (max-width: 767px) {
  .c-sus-contactUs__btn-txt {
    font-size: 14px
  }
}


.c-sus-localNav__section {

}
@media screen and (min-width:768px) {
  .c-sus-localNav__section {
    padding: 60px 0 120px;
  }
}
@media (max-width: 767px) {
  .c-sus-localNav__section {
    padding: 80px 0;
  }
}

.c-sus-localNav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.c-sus-localNav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width:768px) {
  .c-sus-localNav__list {
    gap: 0 30px;
    margin-top: 40px;
  }
  .c-sus-localNav__list__item {
    width: 260px;
    margin: 30px 0 0;
  }
}
@media (max-width: 767px) {
 .c-sus-localNav__list {
    gap: 0 24px;
  }
  .c-sus-localNav__list__item {
    width: 46%;
    margin: 30px 0 0;
  } 
}

.c-sus-localNav__cv {
  font-family: "Alfa Slab One", Regular, sans-serif;
}
.c-sus-localNav__cv-ttl {
  text-align: center;
}
.is-current .c-sus-localNav__cv-ttl {
  color: #B3B3B3;
}
.is-disabled .c-sus-localNav__cv-ttl {
  color: #B3B3B3;
}
@media screen and (min-width:768px) {
  .c-sus-localNav__cv-ttl {
    font-size: 16px
  }
}
@media (max-width: 767px) {
  .c-sus-localNav__cv-ttl {
    font-size: 14px
  }
}


.c-sus-localNav__btn {
  text-align: center;
}
.c-sus-localNav__btn-link {
  display: block;
  width: 100%;
  max-width: 372px;
  margin: 0 auto;
  padding: 7px 10px;
  color: #000;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
  border-radius: 20px;
  border: 1px solid #707070;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.is-current .c-sus-localNav__btn-link,
.is-disabled .c-sus-localNav__btn-link
{
  color: #B3B3B3;
  border-color: #B3B3B3;
}
.c-sus-localNav__btn-link.is-disabled,
.c-sus-localNav__btn-link.is-disabled
{
  pointer-events: none;
  cursor: default;
}
@media (hover: hover) {
  .c-sus-localNav__btn-link:hover {
    color: #fff;
    background: #000;
  }
}
@media screen and (min-width:768px) {
  .c-sus-localNav__btn-txt {
    font-size: 16px
  }
}
@media (max-width: 767px) {
  .c-sus-localNav__btn-txt {
    font-size: 14px
  }
}


/* ==========================================================================
   ブロックA：ファーストビュー（FV）
   ========================================================================== */

  .cmn-section01__fv {
    @media (min-width: 768px) {
      position: relative;
      z-index: 0;
    }
  }

/* 3カラムおよび浮遊画像を制御する最外殻コンテナ */
.p-sustainability-top .fv__inner {
  max-width: 1382px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 0;

  @media (min-width: 768px) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-sustainability-top .fv__flex-container {
  position: relative;
  min-height: 532px;
  padding: 53px 40px;
  background-color: #BF0606;
  border-radius: 66px;
}

/* 中央の赤背景ボックスエリア */
.p-sustainability-top .fv__content-box {
  width: 100%;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 赤ボックス内の日本語リード文 */
.p-sustainability-top .fv__content-box h2 {
  font-family: "Noto Sans CJK JP", Bold, sans-serif;
  font-size: 24px;
  line-height: 42px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0;
  max-width: 740px;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .p-sustainability-top .fv__inner {
    padding: 0 6.4%;
  }
  .p-sustainability-top .fv__flex-container {
    padding: 26px 0 40px;
  }
  .p-sustainability-top .fv__content-box {
    width: 100%;
    min-height: auto;
    border-radius: 40px;
    padding: 0;
  }
  .p-sustainability-top .fv__content-box h2 {
    font-size: 18px;
    line-height: 2;
  }
}


/* --------------------------------------------------------------------------
   ブロックA：左右のスライス画像
   -------------------------------------------------------------------------- */
.p-sustainability-top .fv__side-images {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}

/* 左側画像ブロックの配置 */
.p-sustainability-top .fv__side-images.--left {
  left: -2.894%;

  @media (min-width: 768px) {
    width: 30.535%;
    margin-top: 20px;
  }
}

/* 右側画像ブロックの配置 */
.p-sustainability-top .fv__side-images.--right {
  right: -2.17%;
  @media (min-width: 768px) {
    width: 29.739%;
    margin-top: -10px;
  }
}

/* 左右のimg */
.p-sustainability-top .fv__side-images img {
  display: block;
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .p-sustainability-top .fv__side-images {
    display: none;
    position: static;
    top: 0;
    transform: none;
  }
  .p-sustainability-top .fv__side-images.--left {
    left: 0;
  }
  .p-sustainability-top .fv__side-images.--right {
    right: 0;
  }
  .p-sustainability-top .fv__sp-bg-img {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 92%;
  }
   .p-sustainability-top .fv__sp-bg-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 114.678%;
    height: 100%;
    margin-left: -7.339%;
    background-image: url("/common/img/csr/202607/top/fv/fv_sp_images.png");
    background-size: cover;
    background-position: center;
   }
}


/* --------------------------------------------------------------------------
   ブロックA：レスポンシブ対応（タブレット・スマホ）
   -------------------------------------------------------------------------- */
@media (max-width: 960px) {
  .p-sustainability-top .fv__flex-container {
    flex-direction: column;
    justify-content: center;
  }
}



/* ==========================================================================
   ブロックB：マップのブロック（大阪市内 連携協定区）
   ========================================================================== */

.cmn-section02__agreement-area {
  position: relative;
  background-color:#FFF5F5;
}


/* 左右2カラム（左マップ・右テキスト）を並べるコンテナ */
.p-sustainability-top .agreement-area__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin-top: 80px;
}
.cmn-section02__agreement-area .agreement-area__inner {
    padding: 110px 20px;
}

/* 【左カラム】マップ画像エリア */
.p-sustainability-top .agreement-area__left-col {
    max-width: 500px;
}

.p-sustainability-top .agreement-area__map-img img {
  display: block;
  width: 100%;
  height: auto;
}

/* 【右カラム】テキスト・実績エリア */
.p-sustainability-top .agreement-area__right-col {
  max-width: 610px;
}

.p-sustainability-top .agreement-area__main-ttl {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  width: 372px;
  padding: 6px 14px;
  background-color: #BF0606;
  border-radius: 5px;
  color: #FFFFFF;
  font-family: "Noto Sans CJK JP", Bold, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.p-sustainability-top .agreement-area__sub-ttl {
  font-family: "Noto Sans CJK JP", Bold, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
}

.p-sustainability-top .agreement-area__lead-text {
  font-family: "Noto Sans CJK JP", Bold, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
}

.agreement-area__lead.--last .agreement-area__lead-text {
  margin-bottom: 0;
}

.p-sustainability-top .agreement-area__activityList {
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 10px 18px;
}

.p-sustainability-top .agreement-area__activityList ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}


.p-sustainability-top .agreement-area__activityList li {
  width: 50%;
  box-sizing: border-box;
  font-family: "Noto Sans CJK JP", Bold, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  position: relative;
  margin: 5px 0 5px;
  padding: 0 0 0 20px;
}


.p-sustainability-top .agreement-area__activityList li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #BF0606;
  font-weight: bold;
}

.p-sustainability-top .agreement-area__achievementsList {
  width: 100%;
}

/* 年表画像自体がはみ出したりボケたりしないための定義 */
.p-sustainability-top .agreement-area__achievementsList img {
  display: block;
  width: 100%;
  max-width: 740px;
  height: auto;
}


@media (max-width: 767px) {
  .p-sustainability-top .agreement-area__inner {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 24px 6.4% 60px;
  }
  .p-sustainability-top .agreement-area__left-col,
  .p-sustainability-top .agreement-area__right-col {
    width: 100%;
    max-width: 100%;
  }
  .p-sustainability-top .agreement-area__main-ttl {
    width: 100%;
    max-width: 100%;
  }
  .p-sustainability-top .agreement-area__sub-ttl {
    font-size: 18px;
    line-height: 1.5;
  }
  .p-sustainability-top .agreement-area__activityList {
    margin-top: 20px;
  }
  .p-sustainability-top .agreement-area__lead-text,
  .p-sustainability-top .agreement-area__activityList li {
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
  }
}


/* ==========================================================================
   ブロックC：OUR ACTIONS（4つの動線リンクカード）
   ========================================================================== */
.cmn-section03__ourActions-area {
  background-color:#FFF5F5;
}

/* ブロック全体の最大幅コンテナ */
.p-sustainability-top .ourActions__inner {
  max-width: 1382px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
}
.cmn-section03__ourActions-area .ourActions__inner {
  margin: 0 auto 0;
  padding: 0 20px 60px;
}


/* カード */
.p-sustainability-top .ourActions__action-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}


/* 各カードの親（li） */
.p-sustainability-top .ourActions__action-item {
  width: 23.684%;
  max-width: 270px;
  height: auto;
}


/* カード全体の直感的な全域リンク化設定 */
.p-sustainability-top .ourActions__action-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #BF0606;
  border-radius: 5px;
  text-decoration: none;
  padding: 24px 14px 14px 14px;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}

.p-sustainability-top .ourActions__action-link:hover {
  background-color: #000;
}
.ourActions__action-link.is-disabled {
  pointer-events: none;
  cursor: default;
  background-color: #a4a4a4;
}

/* カード内の見出し（EDUCATION 等） */
.p-sustainability-top .ourActions__action-ttl {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.p-sustainability-top .ourActions__action-ttl--en {
  display: block;
  font-family: "Alfa Slab One", Regular, sans-serif;
  font-size: 1.285vw;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.5px;
}

.ourActions__action-link.is-disabled .ourActions__action-ttl--en {
  color: #000;
}

.p-sustainability-top .ourActions__action-ttl--jp {
  display: block;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 14px;
  color: #fff;
  margin-top: 4px;
}

.ourActions__action-link.is-disabled .ourActions__action-ttl--jp {
  color: #000;
}

.p-sustainability-top .ourActions__action-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 0;
  overflow: hidden;
  margin-top: auto;
}


.p-sustainability-top .ourActions__action-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 写真が万が一歪んでも、綺麗に中央で切り抜く保険 */
}

@media (min-width: 1366px) {
  .p-sustainability-top .ourActions__action-ttl--en {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cmn-section03__ourActions-area .ourActions__inner {
    padding: 24px 6.4% 100px;
  }
  .p-sustainability-top .ourActions__action-items {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  .p-sustainability-top .ourActions__action-item {
    width: 47.164%;
  }
  .p-sustainability-top .ourActions__action-item:nth-child(even) {
    margin-left: 2.985%;
  }
  .p-sustainability-top .ourActions__action-item:nth-child(n+3) {
    margin-top: 2.985%;
  }
  .p-sustainability-top .ourActions__action-ttl--en {
    font-size: 15px;
  }

  .p-sustainability-top .ourActions__action-ttl--jp {
    font-size: 16px;
    margin-top: 4px;
  }
}



/* ==========================================================================
   ブロックD：AMBASSADOR（24区アンバサダー・前半レイアウト）
   ========================================================================== */

/* セクション全体の背景色と上下パディング */
.p-sustainability-top .cmn-section04__ambssador-area {
  background-color: #BF0606; 
  padding: 92px 0 138px;
  box-sizing: border-box;
}

.p-sustainability-top .ambssador__inner {
  max-width: 1382px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;

  @media (min-width: 768px) {
    width: calc(100% - 40px);
  }
}

.cmn-section04__ambssador-area .c-sus-heading__en {
  color: #FFFFFF; /* 赤背景の上のため白文字に変更 */
}

.cmn-section04__ambssador-area .c-sus-heading__jp {
  color: #FFFFFF;
}

/* リード文（白文字化） */
.p-sustainability-top .ambssador__lead {
  margin: 0 auto 50px;
  text-align: center;
}

.p-sustainability-top .ambssador__lead-text {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #FFFFFF;
  margin: 0;
}

@media (max-width: 767px) {
  .p-sustainability-top .ambssador__inner {
    padding-left: 6.4%;
    padding-right: 6.4%;
  }
  .p-sustainability-top .cmn-section04__ambssador-area {
    padding: 68px 0;
  }
}

/* --------------------------------------------------------------------------
   24区ボタンエリア（Grid展開）
   -------------------------------------------------------------------------- */
/* 横に何個並んでも、等間隔かつボタンサイズ（130px）を崩さないようにFlexで制御 */
.p-sustainability-top .ambassador__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 13px;
  max-width: 1150px;
  margin: 0 auto 40px;

  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* iOS（iPhone）で滑らかにスクロール */
    
  padding: 0 15px;
  gap: 10px;
    
  /* 💡 任意：スクロールバーを完全に非表示にして、よりカンプっぽくスッキリ見せたい場合 */
  &::-webkit-scrollbar {
    display: none;
  }
  scrollbar-width: none; 

  @media (max-width: 767px) {
    flex-wrap: initial;
    justify-content: initial;
    margin: 0 auto 20px;
  }

  .btn-item {
    flex-shrink: 0;
  }
}

/* 24区のボタン単体定義（JSでbuttonを生成、またはaタグを配置する想定の共通クラス） */
.p-sustainability-top .ambassador__buttons button,
.p-sustainability-top .ambassador__buttons .btn-item {
  width: 130px;
  height: 39px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 19px;
  font-family: "Noto Sans CJK JP", Bold, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.p-sustainability-top .ambassador__buttons button:hover,
.p-sustainability-top .ambassador__buttons button.is-active {
  background-color: #000000;
  color: #FFFFFF;
}

.ambassador__district-spbBadge {
  width: 130px;
  height: 39px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 19px;
  font-family: "Noto Sans CJK JP", Bold, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  box-sizing: border-box;
}

/* --------------------------------------------------------------------------
   Swiper・スライダーカード（左右2カラム段組み）
   -------------------------------------------------------------------------- */
.p-sustainability-top .ambssador__slider-container {
  width: 100%;
}

/* Swiper本体 */
.p-sustainability-top .ambassador__swiper {
  width: 100%;
  overflow: visible !important;
  box-sizing: border-box;

  @media (max-width: 767px) {
    padding: 0;
    overflow: hidden !important;
  }
}

/* 各区のスライドアウター */
.p-sustainability-top .ambassador__slide-item {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
  box-sizing: border-box;

  @media (min-width: 768px) {
    transition: opacity 0.4s ease;
        
    /* 💡 スライドが切り替わるときに、サイズと薄さが「ヌルッ」と滑らかに変化するアニメーション */
    transition: transform 0.4s ease, opacity 0.4s ease; 
  }
}

.p-sustainability-top .swiper-slide-active.ambassador__slide-item {
  @media (min-width: 768px) {
  }
}

/* 白いカード本体（インナーボックス） */
.p-sustainability-top .ambassador__card-inner {
  width: 100%;
  background-color: #fff; 
  border-radius: 5px;
  padding: 40px 6.972%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transform: scale(0.95);
  transition: transform 0.4s ease, opacity 0.4s ease; 
}

.p-sustainability-top .swiper-slide-active.ambassador__slide-item .ambassador__card-inner {
  transform: scale(1);
}

/* 【左カラム】マップ・区の情報（278pxに固定） */
.p-sustainability-top .ambassador__info-col {
  flex: 0 0 278px;
  width: 278px;
}

/* 区名バッジ（例：阿倍野区の赤座布団） */
.p-sustainability-top .ambassador__district-badge {
  width: 278px; /* 左カラム幅いっぱいに広げる */
  height: 37px; /* カンプ指定の縦幅 */
  background-color: #BF0606;
  color: #FFFFFF;
  font-family: "Noto Sans CJK JP", Bold, sans-serif;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0; /* カンプ指定の「上だけ角丸10px」 */
  box-sizing: border-box;
}

/* マップ画像 */
.p-sustainability-top .ambassador__district-map {
  width: 100%;
  margin-top: 20px;
}

.p-sustainability-top .ambassador__district-map img {
  display: block;
  width: 100%;
  height: auto;
}

/* 【右カラム】選手プロフィール */
.p-sustainability-top .ambassador__players-col {
  width: calc(100% - 48px - 278px);
  margin-left: 48px;
}

/* 吹き出し（座布団）精密定義 */
.p-sustainability-top .ambassador__player-bubble {
  position: relative; 
  width: 100%;
  max-width: 594px;
  height: auto; 
  background-color: #fff;
  border: 2px solid #BF0606;
  border-radius: 22px;
  padding: 16px 24px 14px;
  font-family: "Noto Sans CJK JP", Bold, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  color: #000000;
  word-wrap: break-word;
  box-sizing: border-box;
}

/* 吹き出しの右上タイトル（「ここが好きやねん！」等の文字装飾） */
.p-sustainability-top .ambassador__player-bubble::before {
  content: "";
  position: absolute;
  right: 24px; /* カンプ通り右端のラインに吸着 */
  top: -14px; 
  background-color: #FFFFFF; 
  padding: 0 8px;
  font-size: 16px;
  color: #BF0606;
  font-weight: bold;
  white-space: nowrap;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-sustainability-top .ambassador__player-bubble.--like::before {
  width: 160px;
  height: 25px;
  background-image: url(/common/img/csr/202607/top/ambssador/img_csr_ambassador_01.svg);
}
.p-sustainability-top .ambassador__player-bubble.--gourmet::before {
  width: 160px;
  height: 25px;
  background-image: url(/common/img/csr/202607/top/ambssador/img_csr_ambassador_02.svg);
}


@media (max-width: 1024px) {
  .p-sustainability-top .ambassador__player-item {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .p-sustainability-top .ambassador__card-inner {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 26px 18px;
  }
  .p-sustainability-top .ambassador__info-col {
    width: 100%;
    margin-bottom: 40px;
  }
  
  .p-sustainability-top .ambassador__players-col {
    width: 100%;
    margin-left: 0;
  }
  
  .p-sustainability-top .ambassador__player-bubble {
    width: 100%; /* スマホ時は横幅を100%に広げて流動的にする */
  }

  /* スマホサイズでは、写真とプロフィールを縦並びにしてコンパクトに */
  .p-sustainability-top .ambassador__player-item {
    flex-direction: column;
    text-align: center;
  }
  
  .p-sustainability-top .ambassador__player-name {
    justify-content: center;
  }
  
  .p-sustainability-top .ambassador__player-bubble {
    font-size: 16px;
    text-align: left;
    padding: 20px 15px;
  }
  
  .p-sustainability-top .ambassador__player-bubble::before {
    font-size: 13px;
    top: -12px;
  }
}


/* ==========================================================================
   ブロックD：後半（選手プロフィール＆左カラム精密調整）
   ========================================================================== */

/* 選手1人あたりのアイテムコンテナ */
.p-sustainability-top .ambassador__player-item {
  display: flex;
  align-items: center; 
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 22px;   
  padding-bottom: 22px;
  box-sizing: border-box;
}
.p-sustainability-top .ambassador__player-item:last-child { padding-bottom: 0; }
.p-sustainability-top .ambassador__player-item:first-child { padding-top: 0; }

.p-sustainability-top .ambassador__player-img {
  width: 185px;
  height: 185px;
  flex: 0 0 185px; 
  border-radius: 50%;
  overflow: hidden;
}
.p-sustainability-top .ambassador__player-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* プロフィールテキスト全域 */
.p-sustainability-top .ambassador__player-profile {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
  margin-left: 26px;
  width: calc(100% - 185px - 26px);
}

/* 選手名 */
.p-sustainability-top .ambassador__player-name {
  font-family: "Noto Sans CJK JP", Bold, sans-serif;
  font-size: 20px; 
  font-weight: bold;
  color: #000000;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-sustainability-top .ambassador__player-name span {
  position: relative;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
.p-sustainability-top .ambassador__player-name span::before {
  content: "▶";
  font-size: 12px;
  color: #BF0606;
  margin-right: 8px;
}

@media (max-width: 1024px) {
  .p-sustainability-top .ambassador__player-profile {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .p-sustainability-top .ambassador__player-img {
    width: 185px;
    height: 185px;
  }
  .p-sustainability-top .ambassador__player-profile {
    width: 100%;
    margin-left: 0;
  }
}


/* 選手プロフィールリンク */
.ambassador__player-profile-link {
  color: #000;
}
@media (hover: hover) {
  .ambassador__player-profile-link:hover {
    text-decoration: underline;
    color: #BF0606;
  }
}


/* --------------------------------------------------------------------------
   【追加】左カラム（__info-col）内のパーツ中央寄せ・デザイン定義
   -------------------------------------------------------------------------- */
.p-sustainability-top .ambassador__info-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
}
.p-sustainability-top .ambassador__info-col::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 18px;
  border-radius: 0 0 10px 10px;
  background-color: #BF0606;
}

/* 区の説明文エリア */
.p-sustainability-top .ambassador__district-desc {
  position: relative;
  margin-top: 40px;
  width: 100%;
}
.p-sustainability-top .ambassador__district-desc::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  margin: -14px 0 0;
  padding: 1px 0 0;
  background-color: #BF0606;
}
.p-sustainability-top .ambassador__district-desc .ambassador__district-title {
  font-family: "Noto Sans CJK JP", Bold, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin: 0 0 10px 0;
}
.p-sustainability-top .ambassador__district-desc p {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #000000;
  margin: 0;
  word-break: break-all;
  text-align: left;
}

/* 阿倍野区HP リンクボタンのデザイン */
.p-sustainability-top .ambassador__district-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  margin: 40px 0 44px;
  transition: opacity 0.2s ease;
}
.p-sustainability-top .ambassador__district-link:hover {
  opacity: 0.7;
}

/* カンプにある「赤矢印（▶）」をCSSの擬似要素で文字の左側に再現 */
.p-sustainability-top .ambassador__district-link::before {
  content: "▶";
  font-size: 12px;
  color: #BF0606; /* レッドハリケーンズの赤 */
  margin-right: 8px; /* 文字との間の隙間 */
}

@media (max-width: 767px) {
  .p-sustainability-top .ambassador__info-col {
    margin-top: 30px;
  }
}


/* --------------------------------------------------------------------------
   ブロックD：下部スライダーナビゲーション（カンプ位置固定版）
   ========================================================================== */
.p-sustainability-top .ambassador__navigation {
  position: static !important; /* 絶対配置を完全に無効化 */
  transform: none !important;  /* 画面中央からのズレを強制解除 */
  display: flex;
  justify-content: center;     /* 2つのボタンを中央寄せ */
  align-items: center;
  gap: 20px;
  margin-top: 40px;            /* 白いカードのすぐ下との余白（カンプ準拠） */
  width: 100%;
}

/* ナビゲーションボタン単体（カンプの白カプセル形状） */
.p-sustainability-top .ambassador__nav-btn {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  
  min-width: 160px;
  height: 45px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 23px;
  font-family: "Noto Sans CJK JP", Bold, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  transition: all 0.2s ease;
}

.p-sustainability-top .ambassador__nav-btn:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.p-sustainability-top .ambassador__nav-btn:hover .nav-arrow {
  color: #FFFFFF;
}

/* 矢印（◀ ▶）の赤化 */
.p-sustainability-top .nav-arrow {
  color: #BF0606; /* チームカラーの赤 */
  font-size: 12px;
  transition: color 0.2s ease;
}

/* Swiperデフォルトの矢印アイコンを完全に消去 */
.p-sustainability-top .ambassador__nav-btn::after {
  display: none !important;
}

.ambassador__nav-btn::before {
  position: absolute;
  top: 50%;
  display: inline-block;
  transform: translate(0, -50%);
}

.ambassador__nav-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  transform: translate(0, -50%);
}

.ambassador__nav-btn.--prev::before {
  left: 0;
  margin-left: 16px;
  border-top: 7px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 11px solid #BF0606;
}

.ambassador__nav-btn.--next::before {
  right: 0;
  margin-right: 16px;  
  border-top: 7px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 11px solid #BF0606;
}



/* ==========================================================================
   ブロックE：SUSTAINABILITY NEWS（ニュース・お知らせ）
   ========================================================================== */

.cmn-section05__sustainability-area {
    margin-top: 90px;
}

/* 2段組大見出し（OUR ACTIONS / 地域社会と共に歩む〜） */
.p-sustainability-top .sustainability__main-ttl {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px; /* カード群との間の余白 */
}

/* 英字大見出し */
.p-sustainability-top .sustainability__main-ttl--en {
  display: block;
  font-family: "Alfa Slab One", Regular, sans-serif;
  font-size: 32px; /* カンプ指定 */
  line-height: 44px; /* カンプ指定 */
  letter-spacing: 0.8px; /* カンプ指定 */
  color: #BF0606; /* チームカラーの赤 */
  margin-bottom: 10px;
}

/* 日本語副題 */
.p-sustainability-top .sustainability__main-ttl--jp {
  display: block;
  font-family: "Noto Sans CJK JP", Bold, sans-serif;
  font-size: 20px; /* カンプ指定 */
  line-height: 29px; /* カンプ指定 */
  font-weight: bold;
  color: #BF0606;
}


/* ==========================================================================
   サステナビリティ TOPページ 固有スタイル
   ========================================================================== */
.p-sustainability-top {
    /* TOPページだけの固有の上書きはここに記述 */
}

/* ==========================================================================
   サステナビリティ EDUCATION（教育）ページ 固有スタイル
   ========================================================================== */


/* ==========================================================================
   ブロックA：FV
   ========================================================================== */

.education-fv {
  position: relative;
  background-color: rgb(255, 245, 245);
}
@media (min-width: 768px) {
  .education-fv {
    padding: 100px 0 20.051%;
  }
}
@media (max-width: 767px) {
  .education-fv {
    overflow: hidden;
    width: 100%;
    padding: 26px 0 0;
  }
}


/* 見出し */
.education-fv .c-sus-heading__en {
  color: #000;
}
.education-fv .c-sus-heading__jp {
  color: #000;
}
@media (min-width: 768px) {
  .education-fv .c-sus-heading {
    position: relative;
    z-index: 1;
  }
}


/*  コンテンツコンテナ */
@media (min-width: 768px) {
  .education-fv__container {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .education-fv__container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

/* キャッチコピーのブロック */
.education-fv__content-box {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .education-fv__content-box {
    margin: 0 0 0 10.925%;
  }
}
@media (max-width: 767px) {
  .education-fv__content-box {
    padding: 0 24px;
  }
}


/* ライン背景のリード文 */
.education-fv__main-ttl-blk {
  display: block;
  margin-bottom: 12px; 
}

.education-fv__main-ttl-line {
  color: #fff;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
  background-color: #BF0606;
  display: inline-block;
  line-height: 1;
  padding: 6px 16px; 
}
@media (min-width: 768px) {
  .education-fv__main-ttl-line {
    font-size: clamp(24px, 2.426vw, 38px);
    padding: 8px 20px;
  }
}
@media (min-width: 1566px) {
  .education-fv__main-ttl-line {
    font-size: 38px;
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .education-fv__main-ttl-line {
    font-size: 22px;
    padding: 8px 20px;
  }
}


/* ライン背景のリード文 */
.education-fv__lead-text__line {
  color: #fff;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
  background-color: #BF0606;
}
.education-fv__lead-text__blk:not(:first-child) {
  margin-top: 6px;
}
@media (min-width: 768px) {
  .education-fv__lead-text {
    margin-top: 46px;
  }
  .education-fv__lead-text__blk {
    display: block;
  }
  .education-fv__lead-text__line {
    display: inline-block;
    font-size: clamp(16px, 1.1494vw, 18px);
    padding: 8px 20px;
    line-height: 1;
  }
}
@media (min-width: 1566px) {
  .education-fv__lead-text__line {
    font-size: 18px;
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .education-fv__lead-text {
    margin-top: 40px;
  }
  .education-fv__lead-text__line {
    font-size: 16px;
    padding: 4px 3px;
    line-height: 2.45;
  }
}


/*  メイン画像 */
.education-fv__visual-box {
  position: relative;
}
@media (min-width: 768px) {
  .education-fv__visual-box {
    width: 78.92%;
    min-width: 700px;
    max-width: 1260px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    margin: auto 5.1302% auto 0;
  }
  .education-fv__visual-box img {
    width: 100%;
  }
}


/*  メイン画像の装飾画像 */
.education-fv__bg {
  position: absolute;
  height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.education-fv__bg.--01 {
  top: 0;
  right: 0;
  z-index: 1;
  background-image: url(/common/img/csr/202607/img_csr_common_02.svg);
}
.education-fv__bg.--02 {
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(/common/img/csr/202607/img_csr_common_03.svg);
}
@media (min-width: 768px) {
  .education-fv__bg.--01 {
    width: 11.928%;
    margin: 4.656% 9.068% 0 0;
    padding-top: 11.928%;
  }
  .education-fv__bg.--02 {
    width: 20.424%;
    margin: 0 0 -4.33% 8.66%;
    padding-top: 20.424%;
  }
}
@media (max-width: 767px) {
.education-fv__bg.--01 {
    width: 10.4%;
    margin: 4.656% 9.068% 0 0;
    padding-top: 10.4%;
  }
  .education-fv__bg.--02 {
    width: 18.133%;
    margin: 0 0 -4.33% 8.66%;
    padding-top: 18.133%;
  }
}



/* ==========================================================================
   ブロックB：INTRO
   ========================================================================== */

.education-intro {
  position: relative;
  background-color: rgb(255, 245, 245);
}
@media (min-width: 768px) {
  .education-intro {
    padding: 100px 0 20.051%;
  }
}
@media (max-width: 767px) {
  .education-intro {
    padding: 26px 0 60px;
  }
  .education-intro__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}


/* ページの主見出し */
@media (max-width: 767px) {
  .education-fv .c-sus-heading__title {
    margin-bottom: 0;
  }
}

/*   テキストと画像のコンテナ */
.intro-list__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.intro-list__item:nth-child(even) .intro-list__contents {
  flex-direction: row-reverse;
}


/*  画像ブロック全体 */
.intro-list__img {
  position: relative;
  width: 51.979%;
}
.intro-list__img img {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .intro-list__img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .intro-list__img {
    width: 100%;
  }
}

/*  メイン画像の装飾画像 */
.intro-list__imgBg {
  position: absolute;
  height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.intro-list__imgBg.--01 {
  top: 0;
  right: 0;
  z-index: 1;
  background-image: url(/common/img/csr/202607/img_csr_common_02.svg);
}
.intro-list__imgBg.--02 {
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(/common/img/csr/202607/img_csr_common_03.svg);
}
@media (min-width: 768px) {
  .intro-list__imgBg.--01 {
    width: 18.114%;
    padding-top: 18.114%;
  }
  .intro-list__imgBg.--02 {
    width: 31.017%;
    padding-top: 31.017%;
  }
  .intro-list__item:nth-child(odd) .intro-list__imgBg.--01 {
    margin: 3.722% -1.24% 0 0;
  }
  .intro-list__item:nth-child(even) .intro-list__imgBg.--01 {
    margin: 0 9.677% 0 0;
  }
  .intro-list__item:nth-child(odd) .intro-list__imgBg.--02 {
    margin: 81.885% 0 0 -22.332%;
  }
  .intro-list__item:nth-child(even) .intro-list__imgBg.--02 {
    margin: 58.684% 0 0 -.922%;
  }
}
@media (max-width: 767px) {
  .intro-list__imgBg.--01 {
    width: 18.114%;
    padding-top: 18.114%;
  }
  .intro-list__imgBg.--02 {
    width: 31.017%;
    padding-top: 31.017%;
  }
  .intro-list__item:nth-child(odd) .intro-list__imgBg.--01 {
    margin: 3.722% -1.24% 0 0;
  }
  .intro-list__item:nth-child(even) .intro-list__imgBg.--01 {
    margin: 0 9.677% 0 0;
  }
  .intro-list__item:nth-child(odd) .intro-list__imgBg.--02 {
    margin: 81.885% 0 0 -22.332%;
  }
  .intro-list__item:nth-child(even) .intro-list__imgBg.--02 {
    margin: 58.684% 0 0 -.922%;
  }
}


/*  テキストブロック全体 */
@media (min-width: 768px) {
  .intro-list__info {
    width: 29.885%;
    margin: 180px 0 0 1.915%;
  }
  .intro-list__item:nth-child(even) .intro-list__info {
    margin-left: 1.915%;
    margin-right: 1.915%;
  }
}
@media (max-width: 767px) {
  .intro-list__info {
    margin: 40px 0 0;
  }
}

/*  見出し */
.intro-list__ttl {
  display: inline-block;
  border-radius: 5px;
  background-color: #BF0606;
}
.intro-list__ttl-txt {
  color: #fff;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
  line-height: 1.777;
}
@media (min-width: 768px) {
  .intro-list__ttl {
    width: 100%;
    max-width: 372px;
  }
  .intro-list__ttl-txt {
    padding: 4px 10px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .intro-list__ttl {
    width: 100%;
  }
  .intro-list__ttl-txt {
    padding: 4px 10px;
    font-size: 15px;
  }
}


/* リード */
.intro-list__lead-txt {
  color: #000;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
  line-height: 1.333;
}
@media (min-width: 768px) {
  .intro-list__lead {
    margin-top: 30px;
  }
  .intro-list__lead-txt {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .intro-list__lead {
    margin-top: 30px;
  }
  .intro-list__lead-txt {
    font-size: 20px;
  }
}


/* 本文 */
.intro-list__description-txt {
  color: #000;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
  line-height: 1.777;
}
@media (min-width: 768px) {
  .intro-list__description {
    margin-top: 10px;
  }
  .intro-list__description-txt {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .intro-list__description {
    margin-top: 10px;
  }
  .intro-list__description-txt {
    font-size: 16px;
  }
}


/* ==========================================================================
   ブロックC：活動実績
   ========================================================================== */
.education-activity {
  position: relative;
}
@media (min-width: 768px) {
  .education-activity {
    background-color: rgb(255, 245, 245);
  }
}
@media (max-width: 767px) {
  .education-activity {
    padding: 26px 0 60px;
  }
}










/* 活動実績タイトル */
.education-activity__list-ttl-txt {
  position: relative;
  color: #BF0606;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
  text-align: center;
}
.education-activity__list-ttl-txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  background-color: #BF0606;
  transform: translateY(-50%);
}
.education-activity__list-ttl__inner {
  position: relative;
  padding: 1px 68px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .education-activity__list-ttl {
    margin-top: 80px;
  }
  .education-activity__list-ttl-txt {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .education-activity__list-ttl-txt {
    font-size: 16px;
  }
  .education-activity__list-ttl__inner {
    padding: 1px 34px;
  }
}


