@charset "utf-8";

/* セクション共通
=============================================== */
.sec04 .custom-scrollbar img{
  cursor: unset;
}

.sec04-block {
  margin-top: 80px;
}

.sec04-block__sub-title {
  font-weight: bold;
  font-size: 16px;
  margin-top: 37px;
}

#local_link.sec04-local_link {
  width: 580px;
}

#local_link.sec04-local_link .list {
  justify-content: start;
}

#local_link.sec04-local_link .home_link {
  width: 66%;
}

.interview__img img {
  width: 100%;
  height: auto;
}

.interview__text-wrap {
  margin-right: 32px;
  margin-top: 16px;
}

.interview__img figcaption {
  margin-top: 15px;
}

.interview__post {
  line-height: 1.6;
}

.interview__sign {
  font-weight: bold;
  margin-top: 7px;
}

.interview__container {
  border: 1px solid #0A326D;
  position: relative;
  padding: 42px 35px 42px 30px;
}

.interview__en-title {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #0A326D;
  background-color: #D3EDFB;
  border-radius: 9999px;
  border: 1px solid;
  display: flex;
  width: 93px;
  height: 30px;
  justify-content: center;
  align-items: center;
  top: -17px;
  left: 30px;
}

.interview__title {
  font-size: 18px;
}

.effort {
  margin: auto;
}

.effort__title {
  line-height: 1;
}

.effort__list {
  display: flex;
  margin-top: 15px;
  gap: 20px;
  justify-content: center;
}

.effort__item.active a {
  outline: 3px solid #B9D137;
  outline-offset: -3px;
}

.effort__item a {
  display: flex;
  gap: 20px;
  background-color: #F3FCE9;
  border-radius: 20px;
  overflow: hidden;
}

.effort__item a:hover {
  outline: 3px solid #B9D137;
  outline-offset: -3px;
}

.effort__img {
  width: 33.75%;
}

.effort__img img {
  width: 100%;
  height: auto;
}

.effort__item {
  width: 100%;
}

.effort__text {
  flex: 1;
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .sec04-block {
    margin-top: 60px;
  }

  .sec04-block__sub-title {
    font-size: 14px;
    margin-top: 15px;
  }

  .sec04-block__sub-title+.sec04-block__text {
    margin-top: 2px;
  }

  .sec04-block__text+.sec04-block__sub-title {
    margin-top: 30px;
  }

  #local_link.sec04-local_link {
    width: 380px;
  }

  #local_link.sec04-local_link .list {
    justify-content: center;
  }

  #local_link.sec04-local_link .home_link {
    width: 100%;
  }

  .interview__en-title {
    width: 86px;
    height: 25px;
    top: -14px;
    left: 15px;
  }

  .interview__container {
    padding: 23px 14px;
  }

  .interview__title {
    font-size: 14px;
  }

  .interview__text-wrap {
    margin-right: 0;
    margin-top: 5px;
  }

  .interview__img figcaption {
    margin-top: 12px;
  }

  .interview__post {
    font-size: 12px;
  }

  .interview__sign {
    margin-top: 0;
  }

  .effort {
    max-width: 345px;
    width: 100%;
  }

  .effort__img {
    width: 28%;
  }

  .effort__text {
    font-size: 16px;
  }
}



/* サステナビリティ
=============================================== */
.sustainability__block .sec04-block__scroll-img {
  margin-top: 16px;
}

.sustainability__table-wrap {
  max-width: 594px;
  width: 100%;
  margin: 42px auto 0;
}

.sustainability__table-title {
  font-size: 17px;
  letter-spacing: 0.02em;
}

.sustainability__table {
  margin-top: 11px;
  width: 100%;
  line-height: 1.5;
}

.sustainability__table th,
.sustainability__table td {
  border: solid 2px #000;
  width: 50%;
  text-align: left;
}

.sustainability__table th {
  padding: 14px 21px;
  font-weight: bold;
  background-color: #E6E6E6;
}

.sustainability__table td {
  padding: 14px 30px;
}

.sustainability__table li {
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .sustainability__block .sec04-block__scroll-img {
    margin-top: 18px;
  }

  .sustainability__block .sec04-block__scroll-img .view_contents {
    width: 509px;
    margin: 0 auto;
  }

  .sustainability__table-title {
    font-size: 14px;
  }

  .sustainability__table-wrap {
    margin-top: 26px;
    max-width: 390px;
  }

  .sustainability__table {
    margin-top: 2px;
  }

  .sustainability__table th,
  .sustainability__table td {
    border: solid 1px #000;
    font-size: 13px;
  }

  .sustainability__table th {
    padding: 7px 2px 4px 10px;
  }

  .sustainability__table td {
    padding: 7px 17px;
  }
}

/* ダイバーシティ
=============================================== */
.diversity__fv-inner {
  margin-top: 35px;
}
.diversity__container {
  margin-top: 44px;
}

.diversity__policy {
  max-width: 678px;
  width: 100%;
  margin: 0 auto;
  background-color: #e0f2fc;
  text-align: center;
  padding: 43px 20px;
}

.diversity__policy-title {
  font-weight: bold;
  font-size: 18px;
}


.diversity__policy-text-wrap {
  margin-top: 15px;
}

.diversity__link {
  margin-top: 50px;
}

.diversity__effort {
  margin-top: 43px;
}



@media screen and (max-width: 768px) {
  .diversity__container {
    margin-top: 36px;
  }

  .diversity__policy {
    padding: 36px 39px;
  }

  .diversity__policy-title {
    font-size: 16px;
    line-height: 1.6;
  }

  .diversity__policy-text-wrap {
    margin-top: 3px;
  }
  .diversity__fv .diversity__fv-inner {
    width: 100%;
  }

  .effort__list {
    flex-direction: column;
    max-width: 294px;
    margin: 12px auto 0;
    gap: 17px;
  }

  .diversity__link {
    margin-top: 20px;
  }

  .diversity__effort {
    margin: 33px auto 0;
  }

}

/* 働きやすい環境づくり
=============================================== */
.comfortable__block .sec04-block__scroll-img {
  margin-top: 43px;
}

.comfortable__block .sec04-block__scroll-img img {
  height: 100%;
}

.comfortable__block .sec04-block__scroll-img+.sec04-block__scroll-img {
  margin-top: 30px;
}

.comfortable__table-atten {
  list-style: none;
  margin-top: 28px;
}

.comfortable__table-atten li {
  font-size: 12px;
}

.comfortable__table-atten li span {
  margin-right: 10px;
}

.comfortable__topics {
  margin-top: 81px;
}

.topics__container {
  border: 1px solid #0A326D;
  position: relative;
  padding: 35px 30px;
}

.topics__en-title {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #0A326D;
  border-radius: 9999px;
  display: flex;
  width: 80px;
  height: 30px;
  justify-content: center;
  align-items: center;
  top: -17px;
  left: 30px;
}

.topics__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

.topics__text-wrap {
  margin-top: 19px;
}

.comfortable__interview {
  margin-top: 65px;
}

.comfortable__interview .interview__container {
  display: flex;
  justify-content: space-between;
}

.comfortable__interview .interview__img {
  width: 46%;
}

.comfortable__interview .interview__text-container {
  width: 55%;
}

.comfortable__effort {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {


  .comfortable__fv-inner {
    width: 100%;
  }

  .comfortable__block .view_contents {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }

  .comfortable__block .sec04-block__scroll-img {
    margin-top: 33px;
  }

  .comfortable__block .sec04-block__scroll-img img {
    width: 536px;
  }

  .comfortable__block .sec04-block__scroll-img+.sec04-block__scroll-img {
    margin-top: 20px;
  }

  .comfortable__table-atten {
    list-style: none;
    max-width: 536px;
    margin: 22px auto 0;
  }

  .comfortable__table-atten li {
    font-size: 11px;
  }

  .comfortable__table-atten li span {
    margin-right: 7px;
  }

  .comfortable__topics {
    margin-top: 68px;
  }

  .topics__en-title {
    width: 86px;
    height: 25px;
    top: -14px;
    left: 15px;
  }

  .topics__container {
    padding: 21px 15px;
  }

  .topics__title {
    font-size: 14px;
  }

  .topics__text-wrap {
    margin-top: 1px;
  }

  .comfortable__interview {
    margin-top: 61px;
  }

  .comfortable__interview .interview__text-wrap {
    margin-top: 0;
}

  .comfortable__interview .interview__container {
    flex-direction: column;
  }

  .comfortable__interview .interview__text-container {
    width: 100%;
  }

  .comfortable__interview .interview__img {
    width: 100%;
    margin: 16px auto 0;
    max-width: 400px;
  }
  .comfortable__effort {
    margin-top: 58px;
}
}

/* 働きがいの実現
=============================================== */
.fulfilling__data-container {
  display: flex;
  margin-top: 43px;
}

.fulfilling__data-block {
  width: 50%;
  line-height: 1.5;
}

.fulfilling__data-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.fulfilling__data-wrap dt {
  width: 70%;
}

.fulfilling__data-wrap dt,
.fulfilling__data-wrap dd {
  border-bottom: 2px solid #000;
  padding: 3.3px 0;
}

.fulfilling__data-wrap dd {
  width: 30%;
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  padding-right: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.fulfilling__data-wrap dd span {
  font-size: 22px;
}

.fulfilling__data-wrap dt:first-of-type,
.fulfilling__data-wrap dd:first-of-type {
  border-top: 2px solid #000;
}

.fulfilling__note {
  font-size: 12px;
  margin-top: 25px;
}

.fulfilling__note-text {
  margin-top: -5px;
  text-indent: -0.7em;
  margin-left: 0.7em;
}

.fulfilling__note-text span {
  font-size: 1.4em;
}

.fulfilling__goal {
  margin-left: 8.3%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border: 4px solid #D3EDFB;
  border-radius: 12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 14px;
}

.fulfilling__goal-title {
  line-height: 1.5;
  font-weight: bold;
  font-size: 16px;
}

.fulfilling__per {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.fulfilling__per span {
  font-size: 40px;
}

.fulfilling__block+.fulfilling__block {
  margin-top: 72px;
}

.fulfilling__interview {
  margin-top: 95px;
}

.fulfilling__interview .interview__container {
  padding: 35px 28px;
}

.fulfilling__interview .interview__img {
  float: right;
  margin-left: 38px;
  margin-top: 10px;
  margin-right: 7px;
  width: 187px;
  padding-bottom: 12px;
}

.fulfilling__interview .interview__img img {
  max-width: 160px;
  margin: 0 auto;
}

.interview__text-wrap {
  margin-top: 22px;
}

.interview__post {
  font-size: 12px;
  line-height: 1.6;
}

.interview__sign {
  font-size: 16px;
  font-weight: bold;
}

.fulfilling__effort {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .fulfilling__fv-inner {
    width: 100%;
  }

  .fulfilling__data-container {
    flex-direction: column-reverse;
    margin: 35px auto 0;
    max-width: 345px;
  }

  .fulfilling__goal {
    width: 100%;
    padding: 18px;
    margin: 0;
  }

  .fulfilling__goal-title {
    line-height: 1.6;
  }

  .fulfilling__per {
    font-size: 20px;
  }

  .fulfilling__per span {
    font-size: 50px;
  }

  .fulfilling__data-block {
    width: 100%;
    margin-top: 38px;
  }

  .fulfilling__data-wrap dt,
  .fulfilling__data-wrap dd {
    padding: 2px 0;
  }

  .fulfilling__data-wrap dd {
    font-size: 11px;
  }

  .fulfilling__data-wrap dd span {
    font-size: 18px;
  }

  .fulfilling__note {
    margin-top: 14px;
    font-size: 10px;
  }

  .fulfilling__block+.fulfilling__block {
    margin-top: 47px;
  }

  .fulfilling__interview {
    margin-top: 66px;
  }

  .fulfilling__interview .interview__container {
    display: flex;
    flex-direction: column;
    padding: 21px 13px;
  }

  .fulfilling__interview .interview__title {
    order: 1;
  }

  .fulfilling__interview .interview__text-wrap {
    order: 2;
    margin-top: 2px;
  }

  .fulfilling__interview .interview__img {
    order: 3;
    margin: 13px auto 0;
  }

  .fulfilling__interview .interview__img img {
    max-width: 140px;
  }

  .fulfilling__interview .interview__sign {
    font-size: 14px;
    margin-top: 2px;
  }

  .fulfilling__effort {
    margin-top: 58px;
  }
}

/* 誰もが活躍できる社会
=============================================== */
.inclusive__sub-block {
  margin-top: 36px;
}

.inclusive__sub-title {
  font-size: 18px;
  font-weight: bold;
}

.inclusive__sub-text {
  margin-top: 4px;
}

.inclusive__topics {
  margin-top: 86px;
}

.inclusive__topics+.inclusive__topics {
  margin-top: 97px;
}

.inclusive__topics .topics__img {
  max-width: 240px;
  width: 100%;
  margin: 20px auto 0;
}

.inclusive__topics .topics__img img {
  height: auto;
}

.inclusive__columns {
  display: flex;
  align-items: center;
}

.inclusive__columns-text {
  width: 50%;
}

.inclusive__block:nth-of-type(4) {
  margin-top: 75px;
}

.inclusive__ratio {
  border: 4px solid #D3EDFB;
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 8%;
  padding: 15px 19px;
  text-align: center;
  font-weight: bold;
}

.inclusive__ratio-title {
  font-size: 16px;
  line-height: 1.6;
}

.inclusive__per {
  font-size: 18px;
  line-height: 1;
  margin-top: -7px;
}

.inclusive__per-num {
  font-size: 47px;
  letter-spacing: 0.05em;
}

.inclusive__per-unit {
  font-size: 24px;
}

.inclusive__per-note {
  line-height: 1;
  font-size: 12px;
  margin-top: 5px;
}

.inclusive__topics:nth-child(5) {
  margin-top: 93px;
}

.inclusive__topics .topics__img--2 {
  max-width: 420px;
  margin: 26px auto 0;
}

.inclusive__effort {
  margin-top: 82px;
}

@media screen and (max-width: 768px) {
  .inclusive__fv-inner {
    width: 100%;
  }

  .inclusive__sub-title {
    font-size: 14px;
  }

  .inclusive__sub-block {
    margin-top: 34px;
  }

  .inclusive__topics {
    margin-top: 54px;
  }
  .inclusive__topics+.inclusive__topics {
    margin-top: 65px;
  }
  .inclusive__topics .topics__img {
    max-width: 154px;
    margin: 8px auto 0;
  }

  .inclusive__block:nth-of-type(4) {
    margin-top: 57px;
  }

  .inclusive__columns {
    flex-direction: column;
  }

  .inclusive__columns-text {
    width: 100%;
  }

  .inclusive__ratio {
    margin: 34px auto 0;
    width: 100%;
    padding: 24px 19px;
    max-width: 345px;
  }

  .inclusive__per {
    font-size: 20px;
  }

  .inclusive__per-num {
    font-size: 50px;
  }

  .inclusive__topics:nth-child(5) {
    margin-top: 75px;
  }

  .inclusive__topics .topics__img--2 {
    max-width: 315px;
  }

  .inclusive__effort {
    margin-top: 58px;
  }
}

/*ワークスタイル
=============================================== */
.style__fv-text {
  margin-top: 32px;
}

.style__block-img {
  max-width: 392px;
  margin: 24px auto 0;
}

.style__sub-block {
  margin-top: 41px;
}

.style__sub-title {
  font-weight: bold;
}

.style__table-wrap {
  margin-top: 5px;
}

.style__table,
.style__table td,
.style__table th {
  border: 1px solid #61696E;
  border-collapse: collapse;
  line-height: 1.5;
}

.style__table td,
.style__table th {
  font-size: 14px;
  padding: 7px 9px;
  text-align: left;
}

.style__cat {
  vertical-align: middle;
  width: 16.5%;
  background-color: #EFEFEF;
  font-weight: bold;
}

.style__item {
  width: 19.5%;
  background-color: #DFF2FC;
}

@media screen and (max-width: 768px) {
  .style__fv-inner {
    width: 100%;
  }

  .style__fv-text {
    margin-top: 35px;
  }

  .style__block-img {
    max-width: 306px;
    margin: 24px auto 0;
  }

  .style__sub-block {
    margin-top: 26px;
  }

  .style__table-wrap {
    margin-top: 7px;
  }

  .style__table-wrap .custom-scrollbar {
    padding-bottom: 25px;
  }

  .style__table {
    width: 710px;
  }

  .style__table td,
  .style__table th {
    font-size: 12px;
    padding: 6px 9px;
  }

  .style__cat {
    width: 115px;
  }

  .style__item {
    width: 142px;
  }
}

/* 健康経営
=============================================== */
.health__fv-text {
  margin-top: 36px;
}

.health__declare {
  background-color: #E0F2FC;
  text-align: center;
  max-width: 720px;
  width: 100%;
  margin: 27px auto 0;
  padding: 42px 16px;
}

.health__declare-title {
  font-size: 18px;
  font-weight: bold;
}

.health__declare-text {
  margin-top: 16px;
}

.health__declare-link {
  margin-top: 47px;
}

.health__block+.health__block {
  margin-top: 75px;
}

.health__block-img {
  margin-top: 32px;
}

.health__block-img img {
  height: auto;
}

.health__block-img-title {
  font-size: 18px;
  font-weight: bold;
}

.health__block-img-atten {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 15px;
}

.health__block-img-atten li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
}

.health__block-img-atten li+li {
  text-indent: 0.6em;
  margin-top: -3px;
}

@media screen and (max-width: 768px) {
  .health__fv-inner {
    width: 100%;
  }

  .health__declare {
    margin: 17px auto 0;
    padding: 32px 16px;
    max-width: 540px;
  }

  .health__declare-text {
    margin-top: 8px;
  }

  .health__declare-link {
    margin-top: 22px;
    gap: 11px;
    flex-direction: column;
    align-items: end;
  }

  .health__block+.health__block {
    margin-top: 57px;
  }

  .health__block-img-title {
    font-size: 14px;
  }

  .health__block-img .view_contents {
    width: 544px;
    margin: 0 auto;
  }

  .health__block-img.custom-scrollbar {
    padding-bottom: 27px;
  }

  .health__block-img-atten {
    margin: 8px auto 0;
    max-width: 544px;
    width: 100%;
  }

  .health__block-img-atten li {
    font-size: 10px;
  }
}

/* 人権方針
=============================================== */
.human__fv-text {
  margin-top: 35px;
}

.human__declare {
  margin-top: 76px;
}

.human__declare-container {
  background-color: #E0F2FC;
  text-align: center;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 42px 16px;
}

.human__declare-title {
  font-size: 18px;
  font-weight: bold;
}

.human__declare-sub-title {
  font-size: 16px;
  margin-top: 13px;
}

.human__declare-text {
  margin-top: 23px;
}

.human__declare-link {
  margin-top: 49px;
}

.human__block:nth-child(4) {
  margin-top: 66px;
}

.human__sub-title {
  margin-top: 21px;
}

.human__table-wrap .view_contents {
  margin-top: 8px;
}

.human__table {
  width: 100%;
}

.human__table th,
.human__table td {
  border-collapse: collapse;
  border: 1px solid #61696E;
  vertical-align: middle;
  font-size: 14px;
}

.human__table th ,
.human__table .low {
  background-color: #EFEFEF;
}

.human__table--title,
.human__table-cat {
  width: 20.3%;
  text-align: left;
  padding: 0 20px;
}

.human__table-cat {
  font-weight: normal;
}

.human__table-sub-cat {
  padding: 5px;
}

.human__table-small-cat {
  width: 10%;
  padding: 4px;
}

.human__item {
  width: 45.3%;
  padding: 6px 21px;
  background-color: #DFF2FC;
}

.human__detail {
  text-align: center;
}

.human__detail.medium {
  background-color: #8187AE;
  color: #fff;
}

.human__detail.heigh {
  background-color: #0A326D;
  color: #fff;
}

.human__table-atten {
  font-size: 12px;
  margin-top: 23px;
}

.human__table-link {
  margin-top: 0;
}

.human__block:nth-child(5) {
  margin-top: 72px;
}

@media screen and (max-width: 768px) {
  .human__fv-inner {
    width: 100%;
  }

  .human__declare {
    margin: 39px auto 0;
    max-width: 540px;
  }

  .human__declare-title {
    font-size: 16px;
  }

  .human__declare-container {
    padding: 35px 16px;
  }

  .human__declare-sub-title {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
  }

  .human__block:nth-child(4) {
    margin-top: 56px;
  }

  .human__sub-title {
    margin-top: 13px;
  }

  .human__declare-link {
    margin-top: 26px;
  }

  .human__table-wrap .view_contents {
    margin-top: 17px;
  }

  .human__table {
    width: 652px;
    margin: 0 auto;
  }

  .human__table th,
  .human__table td {
    font-size: 11px;
  }

  .human__table--title,
  .human__table-cat {
    padding: 0 16px;
  }

  .human__table-sub-cat {
    padding: 6px;
  }

  .human__item {
    padding: 5.6px 16px;
  }

  .human__table-wrap .custom-scrollbar {
    padding-bottom: 25px;
  }

  .human__table-atten {
    margin: 8px auto 0;
    max-width: 652px;
    width: 100%;
    font-size: 10px;
  }

  .human__table-link {
    margin-top: 10px;
  }

  .human__block:nth-child(5) {
    margin-top: 57px;
  }

  .human__step-link {
    margin-top: 17px;
  }
}

/* 気候変動
=============================================== */
.whether__fv-text {
  margin-top: 34px;
}

.whether__declare {
  margin-top: 76px;
}

.whether__declare-container {
  background-color: #E0F2FC;
  text-align: center;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 42px 16px;
}

.whether__declare-title {
  font-size: 18px;
  font-weight: bold;
}

.whether__declare-text {
  margin-top: 14px;
}

.whether__declare-link {
  margin-top: 49px;
}

.whether__sub-block {
  margin-top: 66px;
}

.whether__sub-title {
  font-size: 18px;
  font-weight: bold;
}

.whether__text {
  margin-top: 4px;
}
.whether sub{
  font-size: 0.8em;
}
.whether__text-atten {
  font-size: 12px;
  margin-top: 16px;
}

.whether__atten-list {
  font-size: 12px;
  margin-top: 12px;
}

.whether__atten-list li+li {
  margin-top: 21px;
}

.whether__atten-list-item {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.whether__table-wrap {
  margin-top: 59px;
}

.whether__table {
  width: 100%;
  line-height: 1.5;
}

.whether__table-item sup {
  font-size: 9px;
}

.whether__table th,
.whether__table td {
  border-collapse: collapse;
  border: 1px solid #61696E;
  font-size: 14px;
}

.whether__table-head,
.whether__table-item,
.whether__table-goal {
  background-color: #EFEFEF;
  vertical-align: middle;
}

.whether__table-head {
  padding: 7px 0;
  line-height: 1.5;
}

.whether__table-item {
  -moz-text-align-last: left;
  text-align: left;
  width: 21.5%;
  padding: 5.5px 13px;
}

.whether__table-goal {
  width: 37%;
  padding: 5.5px 14px;
}

.whether__table-detail {
  width: 13%;
  text-align: center;
  vertical-align: middle;
}

.whether__table-atten {
  font-size: 12px;
  margin-top: 23px;
}

@media screen and (max-width: 768px) {
  .whether__fv-inner {
    width: 100%;
  }

  .whether__declare {
    margin-top: 34px;
  }

  .whether__declare-container {
    margin: 0 auto;
    max-width: 540px;
    padding: 35px 16px;
  }

  .human__declare-title {
    font-size: 16px;
  }

  .whether__declare-text {
    margin-top: -2px;
  }

  .whether__declare-link {
    margin-top: 22px;
  }

  .whether__link {
    margin-top: 12px;
  }

  .whether__sub-block {
    margin-top: 33px;
  }

  .whether__sub-title {
    font-size: 16px;
  }

  .whether__text-atten {
    margin-top: 5px;
  }

  .whether__table-wrap {
    margin-top: 36px;
  }

  .whether__table {
    width: 652px;
    margin: 0 auto;
  }

  .whether__table th,
  .whether__table td {
    font-size: 11px;
  }

  .whether__table-item {
    padding: 4px 7px;
    width: 20%;
  }

  .whether__table-goal {
    padding: 4px 6px;
  }

  .whether__table-wrap .custom-scrollbar {
    padding-bottom: 25px;
  }

  .whether__table-atten {
    max-width: 652px;
    width: 100%;
    margin: 16px auto 0;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
}

/* 博報堂教育財団
=============================================== */
.foundation__block {
  margin-top: 68px;
}

.foundation__block+.foundation__block {
  margin-top: 68px;
}

.foundation__title {
  font-size: 18px;
}

.foundation__text {
  margin-top: 4px;
}

.foundation__img {
  max-width: 480px;
  margin: 26px auto 0;
}

.foundation__img img {
  width: 100%;
  height: auto;
}

.foundation__img figcaption {
  font-size: 12px;
  margin-top: 11px;
}

.foundation__img-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 615px;
  margin: 42px auto 0;
}

.foundation__img-grid .foundation__img {
  margin: 0;
}

.foundation__grid-link {
  margin-top: 49px;
}

@media screen and (max-width: 768px) {
  .foundation__fv-inner {
    width: 100%;
  }

  .foundation__fv-link {
    margin-top: 15px;
  }

  .foundation__title {
    font-size: 16px;
  }

  .foundation__block {
    margin-top: 31px;
  }

  .foundation__block+.foundation__block {
    margin-top: 26px;
  }

  .foundation__img {
    margin-top: 15px;
    width: 86%;
  }

  .foundation__img-grid {
    display: block;
    margin: 35px auto 0;
    max-width: 400px;
    width: 70%;
  }

  .foundation__img-grid .foundation__img {
    width: 100%;
  }

  .foundation__img-grid .foundation__img+.foundation__img {
    margin-top: 14px;
  }

  .foundation__grid-link {
    margin-top: 17px;
    gap: 15px;
    flex-direction: column;
    align-items: end;
  }
}