@charset "utf-8";

/*
html {
  font-size: 100%;
}
*/
html,
body {
  font-family: "M PLUS 1p", sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
  background-image: url("../img/society_bg.png");
  background-repeat: repeat;
  background-size: 100%;
}


h3 {
  font-size: clamp(24px, 2.5vw, 30px);
  font-weight: 700;
  color: #1478E2;
}

p {
  font-size: clamp(12px, 1.5vw, 16px);
  line-height: 1.8;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contents-box {
  background-color: white;
  border: 2.4px solid #1478e2;
  padding: 40px 50px 60px;
  text-align: left;
  width: 570px;
  height: 234px;
  margin: 0 auto;
  position: relative;
}

.contents-box::after {
  background: repeating-linear-gradient(45deg, #7895cc, #7895cc 12px, transparent 12px, transparent 22px);
  content: '';
  position: absolute;
  top: 20px;
  left: 15px;
  width: 100%;
  height: 100%;
  z-index: -1;

}





.uni-stats-container {

  padding: 1.5rem;
  border-radius: 0.5rem;
  max-width: 600px;
  margin: 0 auto;
}

.uni-stat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.uni-stat-name {
  color: black;
  font-size: 1.1rem;
}

.uni-divider {
  flex: 1;
  border-top: 1px dotted #4b5563;
  margin: 0 0.5rem;
}






.main-wrapper {
  padding: 0;
  width: 100%;
  background-image: url("/company/social_contributions/common/img/bg_main-wrapper.png");
  background-size: 1440px auto;
  /* 元のサイズで表示！ */
  background-repeat: repeat-x;
  position: relative;
  z-index: 0;
}

.main-wrapper img {
  max-width: 100%;
  height: auto;
}

.l-inner {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
}

.p-main-visual {
  text-align: center;
  background-image: url("/company/social_contributions/common/img/bg_main-visual.png");
  background-size: 1440px auto;
  /* 元のサイズで表示！ */
  background-repeat: no-repeat;
  background-position: top center;
  padding: 44px 0 0;
  min-height: 1060px;
  margin-bottom: 114px;
  position: relative;
}

.p-main-visual__img {
  width: 400px;
  height: 415px;
  position: absolute;
  bottom: -200px;
  z-index: -1;
}

.p-main-visual__title {
  max-width: 735px;
  margin: 0 auto 30px;
}

.p-main-visual__lead {
  background-color: white;
  border: 2.4px solid #1478e2;
  padding: 24px 0 30px;
  text-align: center;
  width: 570px;
  height: 234px;
  margin: 0 auto;
}

.p-main-visual__subtitle {
  max-width: 490px;
  margin: 0 auto 24px;
}

.p-main-visual__text {
  font-family: "YuGothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
}


.p-mission {
  position: relative;
}

.p-mission__title {
  max-width: 415px;
  margin: 0 auto 40px;
}

.p-mission__text {
  text-align: left;
  font-family: "YuGothic", "游ゴシック体", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 2rem;
  margin: 0 auto 80px;
}

.p-mission__columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 80px;
}

.p-mission__columns:nth-child(even) {
  flex-direction: row-reverse;
}

.p-mission__content {
  position: relative;
  padding: 0 30px 0 50px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

.is-1 .p-mission__content {
  background-image: url("/company/social_contributions/common/img/bg_mission-content1_pc.png");
  width: 826px;
  height: 345px;

}

.is-2 .p-mission__content {
  background-image: url("/company/social_contributions/common/img/bg_mission-content2_pc.png");
  width: 826px;
  height: 355px;
}

.is-3 .p-mission__content {
  background-image: url("/company/social_contributions/common/img/bg_mission-content3_pc.png");
  width: 826px;
  height: 420px;
}

.p-mission {
  margin-bottom: 200px;
}

.p-mission-inner {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.p-mission__body {
  display: flex;
  width: 100%;
  position: absolute;
  top: 200px;
  left: 0;
  justify-content: space-around;
}

.p-mission__desc {
  max-width: 370px;
  font-size: 1rem;
  text-align: left;
}

.p-mission__btn {
  max-width: 240px;
}

.p-mission__img {
  padding-top: 90px;
}

.p-mission__bgimg {
  width: 400px;
  height: 415px;
  position: absolute;
  bottom: -400px;
  right: 0;
  z-index: -1;
}

.p-news {
  text-align: center;
  background-image: url("/company/social_contributions/common/img/bg_p-news.png");
  background-size: 1440px auto;
  /* 元のサイズで表示！ */
  background-repeat: no-repeat;
  background-position: top center;
  padding: 78px 0 0;
  min-height: 685px;
  position: relative;
}

.p-news__title {
  max-width: 415px;
  margin: 0 auto 84px;
}

.p-news__wrap {
  margin: 30px auto 0;
  padding: 20px 0px 20px 20px;
  max-height: 295px;
  background-color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  width: 960px;
  border: 3px solid #1478e2;
}

.p-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -30px;

}

.p-news__list>dt {
  position: relative;
  margin-top: 30px;
  width: 115px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.p-news__list>dt .font01 {
  font-size: 1.5rem;
}

.p-news__list>dt>.icon01 {
  position: absolute;
  top: 5px;
  left: 135px;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}

.p-news__list>dt>.icon01.type01 {
  color: #df6110;
}

.p-news__list>dt>.icon01.type02 {
  color: #46B6DF;
}

.p-news__list>dt>.icon01.type03 {
  color: #69b147;
}

.p-news__list>dd {
  position: relative;
  margin-top: 30px;
  padding: 28px 0 0 20px;
  width: calc(100% - 115px);
  border-left: #1478e2 solid 3px;
  text-align: left;
}


.p-community-report {
  padding: 90px 0 44px;
  text-align: center;
}

.p-community-report__title {
  max-width: 660px;
  margin: 0 auto 98px;
}

.p-community-report__imgwrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 48px;
}

.p-community-report__btn {
  text-align: center;
  margin: 0 auto 0;
}


.c-banner {
  background-color: #f4f8f9;
  min-height: 160px;
}

.c-banner__inner {
  /* max-width: 1240px;
  min-height: 160px;
  margin: 0 auto 0;
  background-image: url("/company/social_contributions/common/img/bg_c-banner_pc.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center; */
  max-width: 1295px;
  min-height: 100px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-banner__list {
  /* max-width: 1080px;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; */
  /* Optional spacing between items */
  /* position: relative; */
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  align-items: flex-end;
  position: relative;
  padding: 0.5rem 0 2rem;
}

.c-banner__list::after {}

.c-banner__item {
  /* width: 200px; */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 80px;
}

.c-banner__item:first-child p{
  margin: 0 0 0.5rem;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.2;
}

.c-banner__link {}

.c-banner__img {
  max-width: 200px;
}

.c-banner {
  background-color: #f4f8f9;
  min-height: 160px;
}

.c-banner__inner {
  max-width: 1240px;
  min-height: 160px;
  margin: 0 auto 0;
  background-image: url("/company/social_contributions/common/img/bg_c-banner_pc.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center;
}

.c-banner__list {
  max-width: 1080px;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  position: relative;
  padding: 1rem .8rem;
}

.c-banner__item {
  max-width: 190px;
}

.c-banner__link {}

.c-banner__img {
  max-width: 190px;
}

@media screen and (max-width: 768px) {
  .c-banner__inner {
    background-image: url("/company/social_contributions/common/img/bg_c-banner_sp.png");
    background-position: bottom 20px center;
  }

  .c-banner__list {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {

  .p-news__list .list02 {
    margin-top: 0;
  }

  .p-news__list .list02>dt {
    margin-top: 25px;
    width: 100%;
  }

  .p-news__list .list02>dt:first-child {
    margin-top: 0;
  }

  .p-news__list .list02>dt .font01 {
    font-size: 1.125rem;
  }

  .p-news__list .list02>dt>.icon01 {
    position: inherit;
    top: 0;
    left: 0;
    margin-left: 20px;
    font-size: 0.75rem;
  }

  .p-news__list .list02>dd {
    margin-top: 5px;
    padding: 0;
    width: 100%;
    border-left: none;
  }


}




/* 共生社会の実現 */
.contents-box {
  background-color: white;
  border: 2.4px solid #1478e2;
  padding: 40px 50px 60px;
  text-align: left;
  width: 570px;
  height: 234px;
  margin: 0 auto;
  position: relative;
}

.contents-box::after {
  background: repeating-linear-gradient(45deg, #7895cc, #7895cc 12px, transparent 12px, transparent 22px);
  content: '';
  position: absolute;
  top: 20px;
  left: 15px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-inclusive-society__wrapper {
  padding: 0;
  width: 100%;
  background-image: url("/company/social_contributions/inclusive_society/common/img/society_bg.png");
  background-size: 100%;
  /* 元のサイズで表示！ */
  background-repeat: repeat;
  position: relative;
  z-index: 0;
}

.p-inclusive-society__wrapper img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.p-inclusive-society__contents-box {
  background-color: white;
  border: 2.4px solid #1478e2;
  padding: 40px 50px 60px;
  text-align: left;
  max-width: 1240px;
  height: auto;
  margin: 0 auto 120px;
  position: relative;
}

.p-inclusive-society__contents-box::after {
  background: repeating-linear-gradient(45deg, #7895cc, #7895cc 12px, transparent 12px, transparent 22px);
  content: '';
  position: absolute;
  top: 20px;
  left: 15px;
  width: 100%;
  height: 100%;
  z-index: -1;
}


/*
.p-inclusive-society
.p-inclusive-society__inner
.p-inclusive-society__title
.p-inclusive-society__lead
*/

/*** inclusive_society ***/

:where(ul) li:before {
  content: "";
  width: 0 !important;
  height: 0 !important;
  background-color: var(--primary);
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: .6em;
}

:where(ul) li+li {
  margin-top: 0 !important;
}

.is__hero-section {
  position: relative;
  width: 100%;
  margin: 0 auto 60px;
}

/* 背景画像：最大1440pxで中央寄せ */
.is__hero-section::before {
  /* content: "";
  position: absolute;
	top:144px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  height: 100%;
  background: url("../img/hero_bg.webp") no-repeat center top;
  background-size: contain;
  z-index: 0; */
}

/* 背景ラウンド（水色の丸） */
.is__hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 125vh;
  /* background-color: #F4F8F9; */
  border-bottom-left-radius: 100% 120px;
  border-bottom-right-radius: 100% 120px;
  z-index: -1;
  max-height: 1080px;
}

/* コンテンツを前面に */
.hero-section__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
}

.hero-section__badge img {
  width: 340px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

.hero-section__title img {
  width: 360px;
  /* 指定の幅 */
  height: auto;
  /* アスペクト比維持 */
  display: block;
  /* 画像まわりの余白を制御しやすくする */
}

.hero-section__row {
  background-color: #F4F8F9;
  display: flex;
  align-items: center;
  /* 垂直方向に中央揃え */
  justify-content: space-between;
  gap: 40px;
  /* 見出しとボタンの間隔 */
  flex-wrap: nowrap;
  /* 画面幅が足りないときに折り返す */
  margin-bottom: 45px;
}

/*.hero-section__title img {
  width: 360px;
  height: auto;
  display: block;
}*/
.hero-section__btn-list img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*.hero-section__btn-list {
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}*/

.hero-section__btn-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 16px;
  padding: 0 24px;
  margin: 0 0 0 auto;
  max-width: 100%;
  box-sizing: border-box;
}

.hero-section__btn-list li {
  flex: 0 0 auto;
}


.hero-section__btn-list li a img {
  /*  max-width: 146px;*/
  height: auto;
  display: block;
}

.hero-section__leadtitle {
  max-width: 510px;
  margin: 0 auto 3rem;
  /* 中央寄せしたい場合 */
}

.hero-section__leadtitle img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-section__leadbox {
  max-width: 700px;
  margin: 0 auto 3rem;
}

.sub_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  /* 不要な隙間なしで密着させたい場合は0 */
  margin: 60px auto;
}


/* 見出し */
.sub_title h2 {
  max-width: 1220px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}



.content01 {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 4rem auto 0;
  flex-wrap: wrap;
  /* スマホ対応で折り返し可能にするなら */
  justify-content: center;
}

.content01 li {
  flex-shrink: 0;
  /* 画像のサイズが勝手に縮まないようにする */
}

.content02 {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 4rem auto 0;
  flex-wrap: wrap;
  /* スマホ対応で折り返し可能にするなら */
  justify-content: center;
}

.content2__text {
  flex-shrink: 0;
  /* 画像のサイズが勝手に縮まないようにする */
}

.content02 li.content2__text {
  width: 64%;
}

.content02 li.content2__img {
  width: 34%;
}

.content01 img {
  display: block;
  max-width: 100%;
  height: auto;
}


.bottom_img01 {
  text-align: center;
  margin-top: -80px;
}

.bottom_img01 img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.rounded-bg {
  position: relative;
  background-color: #f4f8f9;
  padding: 0px 20px;
  margin: 240px 0;
  /*overflow: hidden;*/
}

/* 上部ラウンド */
.rounded-bg__top {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #f4f8f9;
  border-top-left-radius: 100% 120px;
  border-top-right-radius: 100% 120px;
  z-index: 0;
}

/* 下部ラウンド */
.rounded-bg__bottom {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #f4f8f9;
  border-bottom-left-radius: 100% 120px;
  border-bottom-right-radius: 100% 120px;
  z-index: 0;
}

/* 中のコンテンツ */
.rounded-bg__inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}

.toy_img {
  text-align: center;
}

.pre_footer01 {
  position: relative;
  background: url("../img/prefooter_bg01.webp") no-repeat center top / cover;
  padding: 100px 20px;
  /* 上下余白は調整可能 */
  text-align: center;
  border-top-left-radius: 100% 80px;
  border-top-right-radius: 100% 80px;
  overflow: hidden;
}

/* 見出し画像 */
.pre_footer01__title img {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 40px;
}

/* ボタン画像 */
.pre_footer01__btn img {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.pc_on {
  display: block;
}

.sp_on {
  display: none;
}

@media screen and (max-width: 1440px) {
  .hero-section__btn-list {
    width: 100%;
    gap: 12px 16px;
    padding: 0 24px;
    justify-content: center;
  }
}

@media screen and (max-width: 1024px) {
  .hero-section__btn-list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 16px;
    padding: 0 16px;
  }

  .hero-section__row {
    flex-wrap: wrap;
  }

}

@media screen and (max-width: 768px) {
  .pc_on {
    display: none;
  }

  .sp_on {
    display: block;
  }

  .is__hero-section::before {
    display: none;
  }

  .is__hero-section {
    /* background: url(../img/SP_hero_bg.webp) no-repeat center top;
    background-size: contain;
    background-position: center 55vh;
    padding: 0 0 40px;
    height: 135vh;
    text-align: center;
    margin: 0 auto 10rem; */
  }

  .is__hero-section::after {
    /* height: 150vh; */
  }

  .hero-section__inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .hero-section__row {
    display: flex;
    align-items: center;
  }

  .hero-section__badge img {
    width: 200px;
    margin: 0 auto 16px;
  }

  .hero-section__title img {
    width: 60%;
    height: auto;
    margin: 0 auto;
  }

  /*  .hero-section__btn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 12px;
    margin-bottom: 32px;
    padding: 0 12px;
	  margin: 0 auto;
  }*/
  .hero-section__btn-list {
    padding: 0 12px;
    margin: 0 auto;
    gap: 10px 12px;
  }

  /*  .hero-section__btn-list li a img {
    max-width: 116px;
    height: auto;
  }*/
  .hero-section__btn-list li a img {
    width: 100px;
  }

  .hero-section__leadtitle {
    max-width: none;
    width: 80%;
    margin: 0 auto 24px;
  }

  .hero-section__leadtitle img {
    width: 100%;
    height: auto;
  }

  .hero-section__leadbox {
    max-width: none;
    width: 90%;
    margin: 0 auto;
  }

  .hero-section__leadbox img {
    width: 100%;
    height: auto;
  }

  .p-inclusive-society__wrapper img {
    width: 100%;
  }

  .p-inclusive-society__contents-box {
    width: 80%;
    padding: 40px 5% 60px;
  }

  .sub_title h2 {
    width: 75%;
  }

  .bottom_img01 {
    width: 30%;
    margin: -80px auto 0;
  }

  .rounded-bg {
    margin: 240px 0 180px;
    padding: 0;
  }

  .content02 li.content2__text {
    width: 100%;
  }

  .content02 li.content2__img {
    width: 100%;
  }

  .pre_footer01__btn img {
    width: 80%;
  }

  .content01 li {
    flex-shrink: 0;
    width: 100%;
  }

}

@media screen and (max-width: 390px) {
  .is__hero-section {
    /* height: 100vh; */
  }

  .is__hero-section::after {
    height: 105vh;
  }

  .hero-section__btn-list li a img {
    width: 110px;
    height: auto;
  }
}

/* 20251114追加 */
/* 共通 */
.flex {
  display: flex;
  flex-wrap: wrap;
}

.society_section {
  margin: 150px auto 0;
  padding: 0;
}

.society_text {
  font-size: clamp(1rem, 0.5rem + 0.625vw, 1.25rem);
  font-weight: 500;
    margin-bottom: 2rem;
}

.society_section .sub_title {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
  text-align: center;
}

html {
  color: #333333;
}

.message.society_section {
  margin: 0 auto;
}

.message .img {
  margin: 0 auto 120px;
  width: 330px;
}

.message.society_section .v2__icon_text_container {
  position: relative;
  max-width: 1100px;
  width: 80%;
  height: auto;
  padding: 6rem 3rem 3rem;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #e29ac0;
  box-shadow: 10px 15px 0 #e29ac0;
}

.message.society_section .v2__icon_text_container_kazari {
  position: absolute;
  top: -4.5em;
  left: -3em;
  width: 500px;
  height: auto;
  object-fit: cover;
  z-index: 10;
}

.message.society_section .v2__icon_text_container-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  gap: 50px;
}

.message.society_section .v2__icon_text_container-flex img {
  width: 88px;
  height: 137px;
  object-fit: contain;
  display: block;
}

.message.society_section .v2__icon_text_container-flex .text {
  font-size: clamp(1.375rem, 0.375rem + 1.25vw, 1.875rem);
  font-weight: 500;
}

.message .ttl {
  color: #1478e2;
  font-size: clamp(2rem, 1rem + 1.25vw, 2.5rem);
  font-weight: 700;
  margin: 120px auto 2rem;
  text-align: center;
  max-width: 780px;
}

.message>.text {
  margin: 0 auto;
  text-align: center;
  max-width: 780px;
}

.text-left{
    text-align: left!important;
}


/* 多様性に配慮したアソビ創出のための取り組み */
.diversity {
  width: min(100%, 1295px);
}

.diversity .sub_title h2 {
  max-width: 1252px;
}

.v2__ania_sec2_area {
  background-color: #e29ac0;
  padding: 2em;
  border-radius: 15px;
  margin: 1rem 0 5rem;
}

.v2__ania_sec3_area {
  background-image: url("/company/social_contributions/educational/asobi_no_manabi/common/img/v2__ania_bg_mini02.png");
  padding: 2em;
  border-radius: 15px;
  margin: 8rem 0 5rem;
}

@media screen and (max-width: 768px) {
  .v2__ania_sec3_area {
    padding: 1em 2em 2em;
  }
}

.v2__ania_kyouzai_box {
  background-color: #fff;
  border-radius: 15px;
  border: 5px solid #e29ac0;
  margin-top: 2rem;
}

.v2__ania_kyouzai_box:first-child {
  margin-top: 0;
}

.accordion {
  margin-bottom: 10px;
  border-radius: 15px;
  overflow: hidden;
}

.accordion-toggle {
  display: none;
}

.accordion-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 2rem 2.5rem 1rem;
  transition: background 0.3s ease;
}

.accordion-header:hover {
  background: #fff;
}

.accordion-title {
  background-color: #ed2a78;
  border-radius: 10px;
  color: #fff;
  font-size: clamp(2rem, 1rem + 1.25vw, 2.5rem);
  /* font-weight: bold; */
  font-weight: 900;
  padding: 5px 10px;
}

/* アイコン部分 */
.accordion-icon {
  margin-left: 3rem;
  width: 74px;
  height: 74px;
  position: relative;
}

.accordion-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

.icon-minus {
  opacity: 0;
  /* 初期状態は非表示 */
}

/* 開いたらプラス非表示・マイナス表示 */
.accordion-toggle:checked+.accordion-header .icon-plus {
  opacity: 0;
}

.accordion-toggle:checked+.accordion-header .icon-minus {
  opacity: 1;
}

.accordion-desc {
  border: 2px solid #1478e2;
  border-radius: 50px;
  color: #1478e2;
  font-size: clamp(1.375rem, 0.375rem + 1.25vw, 1.875rem);
  font-weight: 900;
  text-align: center;
  margin: 20px auto 0;
  width: 100%;
}

/* コンテンツ部分 */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 1rem;
}

.accordion-toggle:checked~.accordion-content {
  max-height: 1000vh;
  padding: 2rem 2.5rem 3rem;
}

/* UDリーダーの育成 */
.diversity .v2__ania_kyouzai_box:first-of-type .v2__ania_kyouzai_cotents {
  justify-content: space-between;
}

.diversity .v2__ania_kyouzai_box:first-of-type .accordion-content .v2__ania_kyouzai_cotents .text {
  font-weight: 500;
  text-align: left;
  width: 50%;
}

.diversity .v2__ania_kyouzai_box:first-of-type .accordion-content .v2__ania_kyouzai_cotents .img {
  width: 46%;
}

.diversity .v2__ania_kyouzai_box:first-of-type .accordion-content .v2__ania_kyouzai_cotents .text {
  margin: 0 auto 20px;
}

/* 小さな凸の推進 */
.diversity .v2__ania_kyouzai_box:nth-of-type(2) .accordion-content .v2__ania_kyouzai_cotents .text{
  font-weight: 500;
  text-align: left;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(2) .accordion-content .v2__ania_kyouzai_cotents .flexbox {
  justify-content: space-between;
  padding: 0;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(2) .accordion-content .v2__ania_kyouzai_cotents .flexbox .img {
  width: 25%;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(2) .accordion-content .v2__ania_kyouzai_cotents .flexbox .img::before{
  content: none;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(2) .accordion-content .v2__ania_kyouzai_cotents .flexbox .img::before {
  content: none;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(2) .accordion-content .v2__ania_kyouzai_cotents .flexbox .img:last-of-type {
  width: 18%;
}

/* カラーユニバーサルデザインのおもちゃ */
.diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents>.text {
  font-size: clamp(1.125rem, 0.5rem + 0.7813vw, 1.4375rem);
  font-weight: 700;
  text-align: center;
  margin: 0 auto 30px;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents>.text .bg-color {
  background-color: #feec4a;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .yellowbox {
  background-color: rgba(254, 236, 74, 0.15);
  border-radius: 30px;
  margin: 0;
  padding: 30px 20px;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .yellowbox .textbox {
  width: 51%;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .yellowbox .textbox::before{
  content: none;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .yellowbox .textbox .ttl {
  font-size: clamp(1.375rem, 0.625rem + 0.9375vw, 1.75rem);
  font-weight: 700;
  margin: 0 0 20px;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .yellowbox .textbox .img {
  width: 85%;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .yellowbox .textbox .text {
  margin: 20px 0 0;
  text-align: left;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .yellowbox .img {
  width: 49%;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .yellowbox .img::before{
  content: none;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .flexbox02 {
  border: 1px solid #999999;
  border-radius: 30px;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto 60px;
  padding: 30px 20px;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .flexbox02 .img02 {
  width: 13%;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .flexbox02 .img02::before{
  content: none;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .flexbox02 .text02 {
  font-weight: 500;
  width: 85%;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .flexbox02 .text02::before{
  content: none;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .flexbox02 .text02 a {
  color: #1478e2;
  text-decoration: underline;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .flexbox03 {
  justify-content: space-between;
  padding: 0;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .flexbox03 .textbox {
  width: 42%;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .flexbox03 .textbox::before{
  content: none;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .flexbox03 .textbox .ttl {
  font-size: clamp(1.125rem, 0.5rem + 0.7813vw, 1.4375rem);
  font-weight: 700;
  margin: 0 0 20px;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .flexbox03 .textbox .text{
  text-align: left;
  line-height: 1.5;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .flexbox03 .img03 {
  width: 54%;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .flexbox03 .img03::before{
  content: none;
}

/* 手話に興味をもつきっかけづくり */
/* タイトル外端に●付きライン */
.title-line-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 2rem 0 0;
}

/* 線部分 */
.line {
  flex: 1;
  height: 3px;
  background-color: #1478e2;
  position: relative;
}

/* 線の端の● */
.line .dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1478e2;
  top: 50%;
  transform: translateY(-50%);
}

/* 左右で●の位置を調整 */
.left-line .dot {
  left: 0;
}

.right-line .dot {
  right: 0;
}

/* タイトル部分 */
.title-line {
  margin: 0;
  font-size: 2rem;
  /* font-weight: 700; */
  font-weight: 900;
  line-height: 1.2;
  color: #1478e2;
}

.title-line>span {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {

  /* タイトル＋ライン全体 */
  .title-line-wrapper {
    gap: 8px;
    /* タイトルと線の間隔を狭める */
    margin: 1.5rem 0;
  }

  /* 線部分 */
  .line {
    height: 2px;
    /* 線の太さを細く */
  }

  /* 線の端の● */
  .line .dot {
    width: 8px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
  }

  /* タイトル部分 */
  .title-line {
    font-size: 0.9rem;
    /* SP用にフォント縮小 */
    text-align: center;
  }
}

@media screen and (max-width: 768px) {

  .accordion-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.8rem;
    gap: 15px;
  }

  .accordion-title {
    font-size: 1.2rem;
    margin-right: 0;
    border-radius: 8px;
    padding: 0.5rem 0.9rem;
  }

  .accordion-desc {
    width: 100%;
    font-size: 1rem;
    margin: 0;
  }

  .accordion-icon {
    margin-left: 0;
    width: 48px;
    height: 48px;
    align-self: center;
  }

  .accordion-icon img {
    width: 100%;
    height: auto;
  }
}

.diversity .v2__ania_kyouzai_box:nth-of-type(4) .accordion-content {}

.diversity .v2__ania_kyouzai_box:nth-of-type(4) .accordion-content > .accordion-content_item >.text{
  margin-bottom: 30px;
  text-align: left;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(4) .accordion-content .flexbox04 {
  padding: 0;
  justify-content: space-between;
  margin: 20px auto 0;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(4) .accordion-content .flexbox04 .text {
  text-align: left;
  width: 82%;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(4) .accordion-content .flexbox04 .text::before{
  content: none;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(4) .accordion-content .flexbox04 .text a {
  color: #1478e2;
  text-decoration: underline;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(4) .accordion-content .flexbox04 .img {
  width: 16%;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(4) .accordion-content .flexbox04 .img::before{
  content: none;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(5) .accordion-content .accordion-content_item > .text{
  text-align: left;
  margin: 0 0 20px;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(5) .accordion-content .flexbox{
  justify-content: space-between;
  margin: 30px 0 0;
  padding: 0;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(5) .accordion-content .flexbox .textbox{
  width: 50%;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(5) .accordion-content .flexbox .textbox::before{
  content: none;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(5) .accordion-content .flexbox .textbox .ttl{
  font-size: clamp(1.125rem, 0.5rem + 0.7813vw, 1.4375rem);
  font-weight: 700;
  text-align: left;
  margin: 0;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(5) .accordion-content .flexbox .textbox .txt{
  text-align: left;
  margin: 10px 0 0;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(5) .accordion-content .flexbox .img{
  width: 48%;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(5) .accordion-content .flexbox .img::before{
  content: none;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(6) .accordion-content .flexbox,.diversity .v2__ania_kyouzai_box:nth-of-type(6) .accordion-content .flexbox02{
  justify-content: space-between;
  padding: 0;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(6) .accordion-content .flexbox .text::before,.diversity .v2__ania_kyouzai_box:nth-of-type(6) .accordion-content .flexbox02 .text::before,.diversity .v2__ania_kyouzai_box:nth-of-type(6) .accordion-content .flexbox .img::before,.diversity .v2__ania_kyouzai_box:nth-of-type(6) .accordion-content .flexbox02 .imgbox::before{
  content: none;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(6) .accordion-content .flexbox .text,.diversity .v2__ania_kyouzai_box:nth-of-type(6) .accordion-content .flexbox02 .text{
  text-align: left;
  width: 52%;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(6) .accordion-content .flexbox a,.diversity .v2__ania_kyouzai_box:nth-of-type(6) .accordion-content .flexbox02 .imgbox .txt a{
  color: #1478e2;
  text-decoration: underline;
  word-wrap: break-word;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(6) .accordion-content .flexbox .img,.diversity .v2__ania_kyouzai_box:nth-of-type(6) .accordion-content .flexbox02 .imgbox{
  width: 46%;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(6) .accordion-content .flexbox{
  margin: 0;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(6) .accordion-content .flexbox02{
  margin: 60px 0 0;
}

.diversity .v2__ania_kyouzai_box:nth-of-type(6) .accordion-content .flexbox02 .imgbox .txt{
  font-size: clamp(0.875rem, 0.625rem + 0.3125vw, 1rem);
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  margin: 10px 0 0;
}

/* その他活動報告 */
.other.society_section {
  margin: 150px auto 200px;
}

#v2__sc_report_content {
  background-color: #fff;
  border: 3px solid #1478e2;
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
  max-height: 320px;
  padding: 0 20px 20px 40px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
  #v2__sc_report_content {
    padding: 1rem;
  }
}

.v2__sc_report_content_area {
  text-align: left;
}


.v2__sc_report_content_area .report-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
}

.v2__sc_report_content_area .thumb {
  width: 120px;
  height: 80px;
  flex-shrink: 0;
  /* 画像サイズを固定 */
  overflow: hidden;
  border-radius: 4px;
  /* 任意で角丸 */
}

.v2__sc_report_content_area .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 自動トリミングして中央表示 */
  display: block;
}

.v2__sc_report_content_area .report-text {
  flex: 1;
  /* 右側テキストが余白を広く使う */
}

.v2__sc_report_content_area .report-date {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 4px;
}

.v2__sc_report_content_area .report-link {
  display: inline-block;
  font-size: 1em;
  color: #1478e2;
  text-decoration: none;
}

.v2__sc_report_content_area .report-link:hover {
  text-decoration: underline;
}

/* 項目間の仕切り線 */
.other .sub_title h2 {
  max-width: 743px;
}

.other .v2__sc_report_content_area hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 4px 0;
}

.other .v2__sc_report_content_area .icon01 {
  width: 150px;
  text-align: center;
  padding: 0.1em;
  left: 135px;
  font-size: .8em;
  font-weight: 700;
}

.other .v2__sc_report_content_area .icon01.type01 {
  color: #fff;
  background: #df6110;
}

.other .v2__sc_report_content_area .icon01.type02 {
  color: #fff;
  background: #46B6DF;
}

.other .v2__sc_report_content_area .icon01.type03 {
  color: #fff;
  background: #69b147;
}

.other .v2__sc_report_content_area .icon01.type04 {
  color: #fff;
  background: #007130;
}

@media screen and (max-width: 768px) {
  .other .v2__sc_report_area {
    min-height: 400px;
    /* 外側枠 */
  }

  .other .v2__sc_report_content_area {
    min-height: 100%;
    /* 外側枠に合わせる */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* 上から順に表示 */
  }

  .other #v2__sc_report_content {
    min-height: 350px;
    /* 読み込み部分の高さ確保 */
  }
}

/* PC表示 */
.v2__sp { display: none !important; }
.v2__nav__toggle { display: none !important; }

/* SP表示 */
@media screen and (max-width: 768px) {
  .v2__pc { display: none !important; }
  .v2__sp { display: block !important; }
  .v2__nav__toggle { display: block !important; }
}

.v2__nav {
  background: #1478e2;
  width: 100%;
  position: relative;
  z-index: 1000;
}

.v2__nav__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  position: relative;
}

/* リスト代替 */
.v2__nav__list {
  margin: 0;
  padding: 0;
}

/* ナビアイテム */
.v2__nav__item {
  position: relative;
  display: block;
}

.v2__nav__item a,
.v2__nav__item button {
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  display: block;
  background: none;
  border: none;
  cursor: pointer;
}

.v2__nav__link_img {
  max-height: 20px;
  width: auto;
}

/* PCナビ */
.v2__pc .v2__nav__list {
  display: flex;
  justify-content: center;
  gap: 58px;
  padding: 0.8rem 0;
}

/* サブメニュー */
.v2__pc .v2__nav__item.has-submenu:hover > .v2__nav__submenu {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}

.v2__pc .v2__nav__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #1478e2;
  min-width: 200px;
  padding: 0.5rem 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.v2__pc .v2__nav__submenu > div > a {
  padding: 0.5rem 1rem;
  display: block;
}

.v2__pc .v2__nav__submenu > div > a:hover {
  background: #0f62b2;
}

/* SPナビ */
.v2__sp .v2__nav__toggle {
  display: block;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 0.2rem;
  right: 1rem;
  background: transparent;
  border: none;
  padding: 0;
}

.v2__sp .v2__nav__list {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-top: 2.5rem;
  background: #1478e2;
}

.v2__sp .v2__nav__list.open {
  max-height: 2000px;
}

.v2__sp .v2__nav__item {
  width: 100%;
  padding: 0;
  text-align: center;
  margin: 1.5em 0;
}

.v2__sp .v2__nav__item .v2__nav__link {
  /* padding: 1rem; */
  display: inline-block;
  margin: 0 auto;
}

.v2__sp .v2__nav__item .v2__nav__submenu {
  position: relative;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  margin: 0 0 1rem;
  line-height: 2em;
}

.v2__sp .v2__nav__item .v2__nav__submenu.open {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
}


@media screen and (max-width:768px) {
  .society_section .sub_title{
    padding: 0 0 15px;
  }

  .society_section{
    margin: 60px auto 0;
    width: 96%;
  }

  .society_text{
    font-size: clamp(0.8125rem, 0.6786rem + 0.6696vw, 1rem);
    text-align: left;
  }

  .message .img {
    margin: 0 auto 60px;
    width: 60%;
  }

  .message.society_section .v2__icon_text_container {
    width: 90%;
    padding: 2em 0 0;
    margin-top: 3em;
  }

  .message.society_section .v2__icon_text_container_kazari {
    position: absolute;
    top: -3em;
    left: -1em;
    width: 300px;
    height: auto;
    object-fit: cover;
    z-index: 10;
  }

  .message.society_section .v2__icon_text_container-flex {
    flex-direction: column;
    /* 縦並び */
    justify-content: center;
    /* 縦方向中央 */
    align-items: center;
    /* 横方向中央 */
    height: auto;
    /* 高さ自動調整 */
    padding: 1em;
    /* 上下余白を確保 */
    gap: 20px;
  }

  .message.society_section .v2__icon_text_container-flex img{
    width: 50px;
    height: auto;
    margin-top: .2rem;
  }

  .message.society_section .v2__icon_text_container-flex .text {
    padding: 0 1rem;
    font-size: 1.1em;
    line-height: 1.3;
  }

  .v2__icon_text_container-flex .text {
    padding: 0 1rem;
    font-size: 1.1em;
    /* 20px相当 */
    line-height: 1.3;
  }

  .message .ttl{
    font-size: clamp(1.25rem, 0.25rem + 1.25vw, 1.75rem);
    margin: 60px auto 1rem;
  }

  .message>.text{
    font-size: clamp(0.75rem, 0.5rem + 0.3125vw, 0.875rem);
    width: 90%
  }

  .diversity .sub_title h2{
    width: 94%;
  }

  .accordion-toggle:checked~.accordion-content{
    padding: 1rem 1rem 1.5rem;
  }

  .diversity .v2__ania_kyouzai_box:first-of-type .accordion-content .v2__ania_kyouzai_cotents .text{
    width: 100%;
  }

  .diversity .v2__ania_kyouzai_box:first-of-type .accordion-content .v2__ania_kyouzai_cotents .img{
    width: 100%;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(2) .accordion-content .v2__ania_kyouzai_cotents .flexbox{
    margin-top: 40px;
    gap: 30px;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(2) .accordion-content .v2__ania_kyouzai_cotents .flexbox .img{
    width: 100%;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(2) .accordion-content .v2__ania_kyouzai_cotents .flexbox .img:last-of-type{
    width: 100%;
  }


  .diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .yellowbox{
    border-radius: 15px;
    gap: 30px;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents>.text{
    font-size: clamp(0.9375rem, 0.8036rem + 0.6696vw, 1.125rem);
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .yellowbox .textbox{
    width: 100%;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .yellowbox .textbox .ttl{
    font-size: clamp(1.0625rem, 0.7047rem + 1.5267vw, 1.4375rem);
    margin: 0 0 10px;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .yellowbox .textbox .img{
    width: 100%;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .yellowbox .textbox .text{
    margin: 10px 0 0;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .yellowbox .img{
    width: 100%;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .flexbox02{
    border-radius: 15px;
    margin: 15px auto 30px;
    padding: 15px 10px;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .flexbox02 .img02{
    margin: 0 auto;
    width: 70%;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .flexbox02 .text02{
    width: 100%;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .flexbox03 .textbox{
    width: 100%;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .flexbox03 .textbox .ttl{
    font-size: clamp(0.9375rem, 0.8036rem + 0.6696vw, 1.125rem);
    margin: 0 0 10px;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(3) .v2__ania_kyouzai_cotents .flexbox03 .img03{
    width: 100%;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(4) .accordion-content .flexbox04{
    gap: 30px;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(4) .accordion-content .flexbox04 .text{
    width: 100%;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(4) .accordion-content .flexbox04 .img{
    width: 100%;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(5) .accordion-content .flexbox{
    margin: 20px 0 0;
    gap: 20px;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(5) .accordion-content .flexbox .textbox,.diversity .v2__ania_kyouzai_box:nth-of-type(5) .accordion-content .flexbox .img{
    width: 100%;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(5) .accordion-content .flexbox .textbox .ttl{
    font-size: clamp(0.9375rem, 0.8036rem + 0.6696vw, 1.125rem);
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(6) .accordion-content .flexbox,.diversity .v2__ania_kyouzai_box:nth-of-type(6) .accordion-content .flexbox02{
    gap: 20px;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(6) .accordion-content .flexbox .text, .diversity .v2__ania_kyouzai_box:nth-of-type(6) .accordion-content .flexbox02 .text{
    width: 100%;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(6) .accordion-content .flexbox .img, .diversity .v2__ania_kyouzai_box:nth-of-type(6) .accordion-content .flexbox02 .imgbox{
    width: 100%;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(6) .accordion-content .flexbox02{
    margin: 30px 0 0;
  }

  .diversity .v2__ania_kyouzai_box:nth-of-type(6) .accordion-content .flexbox02 .imgbox .txt{
    font-size: clamp(0.75rem, 0.6307rem + 0.5089vw, 0.875rem);
  }

  .other .sub_title h2{
    width: 66%;
  }
}


/* ========================================
  下部バナーエリア
======================================== */
/* バナー全体 */
.v2__c-banner {
  background-color: #f4f8f9;
  min-height: 100px;
  padding: 0;
}

/* 内側コンテナ */
.v2__c-banner__inner {
  max-width: 1295px;
  min-height: 100px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* リスト：横並び + 下揃え */
.v2__c-banner__list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  align-items: flex-end; /* 下揃え */
  position: relative;
  padding: 0.5rem 0 2rem;
}
html[lang="en"] .v2__c-banner__list {
    padding: 3rem 0;
}

/* 各バナーアイテム */
.v2__c-banner__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* 全て下揃え */
  align-items: center;
  min-height: 80px; /* 高さ最低ライン */
}

/* 最初のアイテムだけテキスト上、画像下 */
.v2__c-banner__item:first-child {
}

/* 最初のアイテムのテキスト */
.v2__c-banner__item:first-child p {
  margin: 0 0 0.5rem;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.2;
}

html[lang="en"] .v2__c-banner__item:first-child p {
    margin: 0;
  text-align: center;
  font-size: .8rem;
  line-height: 1.5;
}

/* 画像の高さ固定、幅は自動 */
.v2__c-banner__img {
  height: 80px;
  width: auto;
  object-fit: contain;
  display: block;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .v2__c-banner__inner {
    background-size: calc(100% - 20px) auto;
    background-position: bottom 20px center;
  }

  .v2__c-banner__list {
    padding: 20px 20px 60px;
  }

  .v2__c-banner__item {
    height: auto;
  }

  .v2__c-banner__item:first-child {
    flex: 0 0 100%;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .v2__c-banner__item:first-child p {
    margin: 0 0 0.5rem;
    font-size: 0.7rem; /* 重複を1つに統一 */
    line-height: 1.4;
    text-align: center;
  }

  .v2__c-banner__img {
    height: 80px;
    width: auto;
  }
}

.eng-sub-txt{
    font-size: .8rem;
}


.instruction-list {
      max-width: 100%;
      margin: 40px auto;
      font-family: Arial, sans-serif;
      line-height: 1.5;
    text-align: left;
    }

    .instruction-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 10px;
    }

    .instruction-color {
      width: 90px;
      font-weight: bold;
      flex-shrink: 0;
    }

    .instruction-text {
      flex: 1;
    }