@charset "utf-8";
/* CSS Document */

/* ================================

　  レイアウト

================================= */

/* PC
------------------------------------ */
@media screen and (min-width: 768px) {
  .child_wrap .inner_wrap {
    /*padding: 288px 100px 128px;*/
    padding: 250px 40px 128px;
    /*max-width: 1366px;*/
    width: 100%;
  }

  /* アニメーション設定 */
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      transform: translateY(100px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .child_wrap .js-rt {
    opacity: 0;
  }
  .child_wrap .fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  .child_wrap .js-rt.js-rt-active {
    animation: unset;
    transform: rotate(0.05deg);
    opacity: 1;
  }

  /* ボックス(無地) */
  .child_wrap .is-style-group_plain {
    max-width: 1166px;
    width: 100%;
    margin: 0 auto;
  }

  /* ボックス(白) */
  .child_wrap .is-style-group_white {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 100px;
    max-width: 1366px;
    width: 100%;
  }
}

/* SP
------------------------------------ */
@media screen and (max-width: 767px) {
  .child_wrap .inner_wrap {
    /*padding: 38vw 7vw 0;*/
    padding: 38vw 0 0;
    width: 100%;
  }

  /* アニメーション設定 */
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      transform: translateY(100px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .child_wrap .js-rt {
    opacity: 0;
  }
  .child_wrap .fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  .child_wrap .js-rt.js-rt-active {
    animation: unset;
    transform: rotate(0.05deg);
    opacity: 1;
  }

  /* ボックス(無地) */
  .child_wrap .is-style-group_plain {
    padding: 0 7vw;
  }

  /* ボックス(白) */
  .child_wrap .is-style-group_white {
    background-color: #ffffff;
    margin: 0 7vw;
    padding: 7vw 3.5vw;
  }

  .f_wrap {
    padding-top: 22vw;
  }
}

/* ================================

　  共通

================================= */

/* PC
------------------------------------ */
@media screen and (min-width: 768px) {
  /* ギャップ設定 */
  .child_wrap .is-layout-flex {
    gap: 0;
  }

  .child_wrap a:hover {
    color: #187fc4;
  }
}

/* SP
------------------------------------ */
@media screen and (max-width: 767px) {
  /* ギャップ設定 */
  .child_wrap .is-layout-flex {
    gap: 0;
  }

  .child_wrap a:hover {
    color: #187fc4;
  }
}

/* ================================

　  ヘッダー

================================= */

/* PC
------------------------------------ */
@media screen and (min-width: 768px) {
  /* H2 */
  .child_wrap h2 {
    position: relative;
    font-family: "Nunito Sans", "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 40px;
  }
  .child_wrap h2 span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    margin-top: -5px;
    font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    transform: rotate(0.05deg);
    letter-spacing: 0.08em;
  }

  /* H3 */
  .child_wrap h3 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #187fc4;
    letter-spacing: 0.05em;
    margin-bottom: 65px;
  }

  /* H4 */
  .child_wrap h4 {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 45px;
    padding-bottom: 10px;
    font-family: "Nunito Sans", "Noto Sans JP", sans-serif;
  }
  .single-eng .child_wrap h4 {
    font-style: italic;
  }
  .child_wrap h4:before {
    content: "";
    position: absolute;
    background-color: #187fc4;
    width: 30px;
    height: 3px;
    bottom: 0;
    left: 0;
  }

  /* H5 */
  .child_wrap h5 {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    transform: rotate(0.05deg);
    padding: 8px 25px;
    letter-spacing: 0.05em;
    border-left: 5px solid #000;
  }

  /* H6 */
  .child_wrap h6 {
    font-size: 20px;
    font-weight: 700;
    transform: rotate(0.05deg);
    letter-spacing: 0.05em;
    margin-top: 25px;
  }

  /* コンテンツボックス */
  /*.child_wrap section {
    background-color: #ffffff;
    padding: 100px;
  }*/

  /* テキスト */
  .child_wrap .inner_wrap p {
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.05em;
    transform: rotate(0.05deg);
    margin-top: 5px; /* 追加 */
  }
  .single-eng .child_wrap .inner_wrap p {
    font-size: 16px;
  }
  .child_wrap p.has-small-font-size {
    font-size: 12px;
  }
  .child_wrap p.has-medium-font-size {
    font-size: 16px;
  }
  .child_wrap p.has-large-font-size {
    font-size: 20px;
  }
  .child_wrap p.has-x-large-font-size {
    font-size: 26px;
  }

  /* 区切り線 */
  .child_wrap hr {
    color: #231815;
    margin: 100px 0 90px;
    border-top-width: 0px;
  }

  /* 通常リスト */
  .child_wrap ul {
    margin-bottom: 50px;
    padding-left: 12px;
    margin-top: 5px; /* 追加 */
  }
  .child_wrap ul > li {
    padding-left: 5px;
    list-style-type: disc;
    font-weight: 500;
    font-size: 14px;
    transform: rotate(0.05deg);
    line-height: 2;
  }
  .child_wrap ul > li > ul {
    margin-bottom: 0;
    padding-left: 0;
  }
  .child_wrap ul > li > ul > li {
    padding-left: 5px;
    font-weight: 500;
    font-size: 14px;
    list-style-type: disc;
    margin-left: 29px;
  }
  .child_wrap ul > li:not(:last-of-type) ul {
    margin-bottom: 15px;
  }

  /* 数字付きリスト */
  .child_wrap ol {
    margin-bottom: 50px;
    padding-left: 17px;
    margin-top: 5px; /* 追加 */
  }
  .child_wrap ol > li {
    padding-left: 5px;
    font-weight: 300;
    font-size: 14px;
    list-style-type: decimal;
    transform: rotate(0.05deg);
    line-height: 2;
  }
  .child_wrap ol > li > ul {
    margin-bottom: 0;
    padding-left: 0;
  }
  .child_wrap ol > li > ul > li {
    padding-left: 5px;
    font-weight: 300;
    font-size: 14px;
    list-style-type: disc;
    margin-left: 29px;
  }
  .child_wrap ol > li:not(:last-of-type) ul {
    margin-bottom: 15px;
  }

  /* 画像 */
  .child_wrap .wp-block-image {
    margin-bottom: 25px !important;
  }
  .child_wrap figure.wp-block-image {
    margin-bottom: 0 !important;
  }

  /* ボタン① */
  .child_wrap .wp-block-buttons {
    margin-bottom: 80px;
  }
  .child_wrap .is-style-fill {
    width: 100%;
  }
  .child_wrap .is-style-fill:not(:first-of-type) {
    margin-top: 4px;
  }
  .child_wrap .is-style-fill a {
    position: relative;
    background-color: #f2f2f2;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    text-align: left;
    padding: 16px 70px;
    width: 100%;
  }
  .child_wrap .is-style-fill a:hover {
    opacity: 1;
    background-color: #e5e5e5;
  }
  .child_wrap .is-style-fill a:before {
    content: "";
    position: absolute;
    background: url(../img/sustainability02_arrow_b.png) center top / contain no-repeat;
    width: 21px;
    height: 21px;
    top: 50%;
    left: 30px;
    margin-top: -11.5px;
  }
  .child_wrap .is-style-fill a:hover:before {
    content: "";
    position: absolute;
    background: url(../img/sustainability02_arrow_a.png) center top / contain no-repeat;
    width: 21px;
    height: 21px;
    top: 50%;
    left: 30px;
    margin-top: -11.5px;
  }

  /* ボタン② */
  .child_wrap .is-style-outline {
    background: #fff;
    color: #000000;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transform: rotate(0.05deg);
  }
  .child_wrap .is-style-outline:hover {
    color: #fff;
  }
  .child_wrap .is-style-outline:after {
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
  }
  .child_wrap .is-style-outline:hover:after {
    transform: scale(1, 1);
  }
  .child_wrap .is-style-outline:before {
    content: "";
    position: absolute;
    background: url(../img/info_button_b.png) center top / contain no-repeat;
    width: 22px;
    height: 4.5px;
    top: 26px;
    right: 12px;
  }
  .child_wrap .is-style-outline:hover:before {
    content: "";
    position: absolute;
    background: url(../img/info_button_w.png) center top / contain no-repeat;
    width: 22px;
    height: 4.5px;
    top: 26px;
    right: 12px;
  }
  .child_wrap .wp-block-button .wp-block-button__link.is-style-outline,
  .wp-block-button.is-style-outline > .wp-block-button__link {
    border: none;
    padding: 0;
  }
  .child_wrap .is-style-outline a {
    position: relative;
    display: inline-block;
    border: 1px solid #000000 !important;
    font-size: 18px;
    font-weight: 700;
    width: auto;
    padding: 14px 50px 14px 18px !important;
    border-radius: 0;
    text-align: left;
  }
  .child_wrap .is-style-outline a:hover {
    opacity: 1;
  }

  /* 2列カラム */
  .child_wrap .wp-block-columns {
    gap: 8%;
  }
  .child_wrap .wp-block-columns img {
    width: 100%;
  }
  .child_wrap .wp-block-columns .is-layout-flow {
    /*max-width: 433px;*/
    margin-top: 40px;
  }
  /*.child_wrap .wp-block-columns .is-layout-flow:last-of-type {
    margin-left: 50px;
  }
  .child_wrap .wp-block-columns .is-layout-flow:first-of-type {
    margin-right: 50px;
  }*/
  .child_wrap .wp-block-columns p {
    margin-top: 5px;
    transform: rotate(0.05deg);
    letter-spacing: 0.05em;
    line-height: 2;
    min-height: 57px;
  }

  /* 動画 */
  .child_wrap .is-type-video {
    margin-bottom: 50px;
  }
  .child_wrap .is-type-video iframe {
    width: 100%;
    height: 652px;
  }
  .child_wrap .is-layout-flow .is-type-video iframe {
    /* 追加 */
    width: 100%;
    height: 302px;
  }
  .brand_video {
    width: 966px;
  }

  /* テーブル① */
  .child_wrap .wp-block-table {
    margin-bottom: 50px;
    text-align: center;
    overflow-x: initial;
  }
  .child_wrap .wp-block-table .has-fixed-layout {
    table-layout: auto !important;
  }
  .child_wrap .wp-block-table td,
  .child_wrap .wp-block-table th {
    border: none;
    padding: 25px 20px;
    transform: rotate(0.05deg);
  }
  .child_wrap .wp-block-table .has-fixed-layout tr {
    display: flex;
  }
  .child_wrap .wp-block-table .has-fixed-layout td {
    flex: 1;
  }
  .outer_wrap .wp-block-table td.has-text-align-left {
    padding-left: 20px;
  }
  /* 追加 */
  .child_wrap .wp-block-table tr {
    position: relative;
  }
  .child_wrap .wp-block-table tr:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #949494;
  }

  /* テーブル② */
  .child_wrap .is-style-stripes tbody tr:nth-child(2n + 1) {
    background-color: #ffffff !important;
  }
  .child_wrap .is-style-stripes tbody tr:first-of-type {
    background-color: #eff6fc !important;
  }

  /* テーブル③ */
  .child_wrap .is-style-stripes_02 tr:first-of-type {
    background-color: #eff6fc;
  }
  .child_wrap .is-style-stripes_02 tr td:first-of-type {
    background-color: #eff6fc;
  }

  .slogan_logo { /* Quest for Nextのロゴの調整 */
    width: 45%;
    margin: 30px 0;
  }
}


/* SP
------------------------------------ */
@media screen and (max-width: 767px) {
  /* H2 */
  .child_wrap h2 {
    position: relative;
    font-family: "Nunito Sans", "Noto Sans JP", sans-serif;
    font-size: 8vw;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 10vw;
  }
  .child_wrap h2 span {
    display: block;
    font-size: 4vw;
    font-weight: 300;
    font-style: normal;
    font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    margin-top: -1vw;
  }

  /* H3 */
  .child_wrap h3 {
    position: relative;
    color: #187fc4;
    font-size: 6vw;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.08em;
    margin-bottom: 10vw;
  }

  /* H4 */
  .child_wrap h4 {
    position: relative;
    font-size: 5vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    transform: rotate(0.05deg);
    margin-bottom: 6vw;
    padding-bottom: 3vw;
    /* font-style: italic; */
    font-family: "Nunito Sans", "Noto Sans JP", sans-serif;
  }
  .single-eng .child_wrap h4 {
    font-style: italic;
  }
  .child_wrap h4:before {
    content: "";
    position: absolute;
    background-color: #187fc4;
    width: 7vw;
    height: 0.8vw;
    bottom: 0;
    left: 0;
  }

  /* H5 */
  .child_wrap h5 {
    position: relative;
    font-size: 4vw;
    color: #fff;
    font-weight: 700;
    transform: rotate(0.05deg);
    padding: 3vw 5vw;
    letter-spacing: 0.05em;
    border-left: 1.5vw solid #000;
  }

  /* H6 */
  .child_wrap h6 {
    font-size: 4vw;
    font-weight: 700;
    color: #187fc4;
    transform: rotate(0.05deg);
    letter-spacing: 0.05em;
    margin-top: 4vw;
  }

  /* コンテンツボックス */
  /*.child_wrap section {
    background-color: #ffffff;
    padding: 7vw;
  }*/

  /* テキスト */
  .child_wrap .inner_wrap p {
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.05em;
    transform: rotate(0.05deg);
  }
  .child_wrap p.has-small-font-size {
    font-size: 12px;
  }
  .child_wrap p.has-medium-font-size {
    font-size: 16px;
  }
  .child_wrap p.has-large-font-size {
    font-size: 20px;
  }
  .child_wrap p.has-x-large-font-size {
    font-size: 26px;
  }

  /* 区切り線 */
  .child_wrap hr {
    color: #231815;
    margin: 10vw 0;
    border-top-width: 0px;
  }

  /* 通常リスト */
  .child_wrap ul {
    margin-bottom: 8vw;
    padding-left: 4vw;
  }
  .child_wrap ul > li {
    padding-left: 1vw;
    list-style-type: disc;
    font-weight: 500;
    transform: rotate(0.05deg);
    line-height: 2;
  }
  .child_wrap ul > li > ul {
    margin-bottom: 0;
    padding-left: 0;
  }
  .child_wrap ul > li > ul > li {
    padding-left: 1vw;
    font-weight: 500;
    list-style-type: disc;
    margin-left: 3vw;
  }
  .child_wrap ul > li:not(:last-of-type) ul {
    margin-bottom: 2vw;
  }

  /* 数字付きリスト */
  .child_wrap ol {
    margin-bottom: 8vw;
    padding-left: 5vw;
  }
  .child_wrap ol > li {
    padding-left: 1vw;
    font-weight: 300;
    list-style-type: decimal;
    transform: rotate(0.05deg);
    line-height: 2;
  }
  .child_wrap ol > li > ul {
    margin-bottom: 0;
    padding-left: 0;
  }
  .child_wrap ol > li > ul > li {
    padding-left: 1vw;
    font-weight: 300;
    list-style-type: disc;
    margin-left: 3vw;
  }
  .child_wrap ol > li:not(:last-of-type) ul {
    margin-bottom: 2vw;
  }

  /* 画像 */
  .child_wrap .wp-block-image {
    margin-bottom: 6vw !important;
  }
  .child_wrap figure.wp-block-image {
    margin-bottom: 0 !important;
  }
  .child_wrap .wp-block-image img {
    width: 100%;
    object-fit: cover;
    /* object-position: 0; */
  }

  /* ボタン① */
  .child_wrap .wp-block-buttons {
    margin-bottom: 10vw;
  }
  .child_wrap .is-style-fill {
    width: 100%;
  }
  .child_wrap .is-style-fill:not(:first-of-type) {
    margin-top: 1vw;
  }
  .child_wrap .is-style-fill a {
    position: relative;
    display: block;
    background-color: #f2f2f2;
    color: #000;
    border-radius: 7vw;
    font-size: 4vw;
    font-weight: 700;
    padding: 3vw 3vw 3vw 13vw;
    transform: rotate(0.05deg);
    text-align: left;
  }
  .child_wrap .is-style-fill a:hover {
    opacity: 1;
    background-color: #e5e5e5;
  }
  .child_wrap .is-style-fill a:before {
    content: "";
    position: absolute;
    background: url(../img/sustainability02_arrow_b.png) center top / contain no-repeat;
    width: 4vw;
    height: 4vw;
    top: 50%;
    left: 5vw;
    margin-top: -2vw;
  }
  .child_wrap .is-style-fill a:hover:before {
    content: "";
    position: absolute;
    background: url(../img/sustainability02_arrow_a.png) center top / contain no-repeat;
    width: 4vw;
    height: 4vw;
    top: 50%;
    left: 5vw;
    margin-top: -2vw;
  }

  /* ボタン② */
  .child_wrap .is-style-outline {
    background: #fff;
    color: #000000;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transform: rotate(0.05deg);
    width: 100%;
  }
  .child_wrap .is-style-outline:hover {
    color: #fff;
  }
  .child_wrap .is-style-outline:after {
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
  }
  .child_wrap .is-style-outline:hover:after {
    transform: scale(1, 1);
  }
  .child_wrap .is-style-outline:before {
    content: "";
    position: absolute;
    background: url(../img/info_button_b.png) center top / contain no-repeat;
    width: 5vw;
    height: 2vw;
    top: 50%;
    right: 3vw;
    margin-top: -0.8vw;
  }
  .child_wrap .is-style-outline:hover:before {
    content: "";
    position: absolute;
    background: url(../img/info_button_w.png) center top / contain no-repeat;
    width: 5vw;
    height: 2vw;
    top: 50%;
    right: 3vw;
    margin-top: -0.8vw;
  }
  .child_wrap .wp-block-button .wp-block-button__link.is-style-outline,
  .wp-block-button.is-style-outline > .wp-block-button__link {
    border: none;
    padding: 0;
  }
  .child_wrap .is-style-outline a {
    position: relative;
    display: inline-block;
    border: 1px solid #000000 !important;
    font-size: 4vw;
    font-weight: 700;
    width: 100%;
    padding: 3.5vw 11vw 3.5vw 5vw !important;
    border-radius: 0;
    text-align: left;
  }
  .child_wrap .is-style-outline a:hover {
    opacity: 1;
  }

  /* 2列カラム */
  .child_wrap .wp-block-columns .is-layout-flow {
    margin-top: 10vw;
  }
  /* .child_wrap .wp-block-columns .is-layout-flow:last-of-type {
    margin-top: 10vw;
  } */
  .child_wrap .wp-block-columns p {
    margin-top: 2vw;
    transform: rotate(0.05deg);
    letter-spacing: 0.05em;
    line-height: 2;
  }

  /* 動画 */
  .child_wrap .is-type-video {
    margin-bottom: 8vw;
  }
  .child_wrap .is-type-video iframe {
    width: 100%;
    height: auto;
  }

  .brand_video {
    width: 100%;
  }

  /* テーブル① */
  .child_wrap .wp-block-table {
    margin-bottom: 8vw;
    text-align: center;
    overflow-x: auto;
  }

  .child_wrap .wp-block-table .has-fixed-layout {
    table-layout: auto !important;
  }
  .child_wrap .wp-block-table td,
  .child_wrap .wp-block-table th {
    border: none;
    padding: 5vw 3.3vw;
    transform: rotate(0.05deg);
    white-space: wrap;
  }
  .child_wrap .wp-block-table .has-fixed-layout tr {
    display: flex;
  }
  .child_wrap .wp-block-table .has-fixed-layout td {
    flex: 1;
  }
  .child_wrap .wp-block-table tr {
    position: relative;
    /*border-bottom: 1px solid #949494;*/
  }
  .child_wrap .wp-block-table tr:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #949494;
  }

  /* テーブル② */
  .child_wrap .is-style-stripes tbody tr:nth-child(2n + 1) {
    background-color: #ffffff !important;
  }
  .child_wrap .is-style-stripes tbody tr:first-of-type {
    background-color: #eff6fc !important;
  }

  /* テーブル③ */
  .child_wrap .is-style-stripes_02 tr:first-of-type {
    background-color: #eff6fc;
  }
  .child_wrap .is-style-stripes_02 tr td:first-of-type {
    background-color: #eff6fc;
  }
}
@media (max-width: 959px) {
  .child_wrap .wp-block-table {
    overflow-x: auto;
  }
  .child_wrap .wp-block-table table {
    width: 1166px;
  }
}

/* ================================

　  コンテンツボックス

================================= */

/* PC
------------------------------------ */
@media screen and (min-width: 768px) {
  /* ページ内リンク調整 */
  .child_wrap #sustainability02_list01,
  .child_wrap #sustainability02_list02,
  .child_wrap #sustainability02_list03,
  .child_wrap #sustainability02_list04 {
    padding-top: 197px;
    margin-top: -100px;
  }

  /* 安定の財務基盤 */
  .child_wrap .sustainability_process01 .sustainability_process01_title {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background-color: #187fc4;
    text-align: center;
    padding: 7px 0;
    transform: rotate(0.05deg);
    letter-spacing: 0.05em;
  }
  .child_wrap .sustainability_process01 {
    margin: 0 83px;
  }
  .child_wrap .sustainability_process01 ul {
    display: flex;
    justify-content: center;
    background-color: #d1e5f3;
    padding: 24px 0;
    margin-bottom: 0;
  }
  .child_wrap .sustainability_process01 ul li {
    text-align: center;
    transform: rotate(0.05deg);
    letter-spacing: 0.05em;
    padding: 0 30px;
    width: 267px;
    list-style: none;
  }
  .child_wrap .sustainability_process01 ul li:nth-child(2) {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
  .child_wrap .sustainability_process01 ul li .process01_title {
    font-size: 16px;
    font-weight: 700;
  }
  .child_wrap .sustainability_process01 ul li p {
    font-size: 14px;
    font-weight: 300;
  }

  /* プロセス見出し */
  .child_wrap .inner_wrap .process_title {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    padding-left: 22px;
    transform: rotate(0.05deg);
    letter-spacing: 0.05em;
  }
  .child_wrap .inner_wrap .process_title:before {
    content: "";
    position: absolute;
    background-color: #6fba2c;
    width: 15px;
    height: 15px;
    left: 0;
    border-radius: 10px;
    top: 9px;
    /* margin-top: -7.5px; */
  }

  /* 当社商品が使われる製品・サービス */
  .child_wrap .sustainability_process02 {
    margin: 0 83px;
  }
  .child_wrap .process02_box {
    position: relative;
    background-color: #d1e5f3;
    margin-top: 12px;
    padding: 18px 0 40px;
  }
  .child_wrap .inner_wrap .process02_subtitle {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #9ac6e5;
    transform: skewX(-10deg);
    letter-spacing: 0.05em;
    margin-bottom: 13px;
  }
  .child_wrap .process02_box ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 24px;
    line-height: 4;
    gap: 32px 16px;
    margin-bottom: 16px;
  }
  .child_wrap .process02_box ul:not(:first-of-type) {
    margin-top: 49px;
  }
  .child_wrap .process02_box ul li {
    position: relative;
    padding: 0 18px;
    transform: rotate(0.05deg);
    list-style: none;
  }
  .child_wrap .process02_box ul li img {
    vertical-align: middle;
    margin-right: 10px;
  }

  /* 商品・サービス提供によって目指す社会・環境価値 */
  .child_wrap .sustainability_process03 {
    margin: 0 83px;
  }
  .child_wrap .process03_box {
    position: relative;
    background-color: #d1e5f3;
    margin-top: 12px;
    padding: 18px 0 25px;
  }
  .child_wrap .inner_wrap .process03_subtitle {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #9ac6e5;
    transform: skewX(-10deg);
    letter-spacing: 0.05em;
    margin-bottom: 11px;
  }
  .child_wrap .inner_wrap .process03_subtitle span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #187fc4;
    transform: skewX(11deg);
    margin-top: -5px;
  }
  .child_wrap .process03_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .child_wrap .process03_box ul li {
    transform: rotate(0.05deg);
    width: calc(100% / 2);
    padding: 0 30px 15px;
    list-style: none;
  }
  .child_wrap .process03_box ul li:nth-of-type(3) .process03_list_title,
  .child_wrap .process03_box ul li:nth-of-type(4) .process03_list_title {
    border-top: 1px solid #ffffff;
    padding-top: 15px;
  }
  .child_wrap .process03_box ul li .process03_list_title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .child_wrap .process03_box ul li p {
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
    letter-spacing: 0.05em;
  }

  /* 持続可能な開発目標への貢献 */
  .child_wrap .sustainability_process04 {
    margin: 0 83px;
  }
  .child_wrap .sustainability_process04_sdgs01 {
    margin: 12px 83px;
  }
  .child_wrap .sustainability_process04_sdgs01 .wp-block-image {
    margin-bottom: 0;
  }

  /* SDGsアイコン① */
  .child_wrap .process04_box .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .child_wrap .process04_box .wp-block-group__inner-container figure {
    width: calc(100% / 5);
    padding: 10px;
  }

  /* SDGsアイコン② */
  .child_wrap .materiality_icon_box .wp-block-group__inner-container {
    display: flex;
    margin-top: 20px;
  }
  .child_wrap .materiality_icon_box .wp-block-group__inner-container figure {
    margin-left: 7px;
  }
  .child_wrap .materiality_icon_box .wp-block-group__inner-container figure:first-of-type {
    margin-left: 0;
  }
  .child_wrap .materiality_icon_box .wp-block-group__inner-container figure img {
    width: 66.5px;
  }
}

/* SP
------------------------------------ */
@media screen and (max-width: 767px) {
  /* ページ内リンク調整 */
  .child_wrap #sustainability02_list01,
  .child_wrap #sustainability02_list02,
  .child_wrap #sustainability02_list03,
  .child_wrap #sustainability02_list04 {
    padding-top: 197px;
    margin-top: -100px;
  }

  /* 安定の財務基盤 */
  .child_wrap .sustainability_process01 .sustainability_process01_title {
    font-size: 4vw;
    font-weight: 700;
    color: #ffffff;
    background-color: #187fc4;
    text-align: center;
    padding: 3vw 0;
    transform: rotate(0.05deg);
    letter-spacing: 0.05em;
  }
  .child_wrap .sustainability_process01 ul {
    background-color: #d1e5f3;
    padding: 1vw 4vw;
    margin-bottom: 0;
  }
  .child_wrap .sustainability_process01 ul li {
    text-align: center;
    transform: rotate(0.05deg);
    letter-spacing: 0.05em;
    padding: 5vw 0;
    list-style: none;
  }
  .child_wrap .sustainability_process01 ul li:nth-child(2) {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  .child_wrap .sustainability_process01 ul li .process01_title {
    font-size: 4vw;
    font-weight: 700;
  }
  .child_wrap .sustainability_process01 ul li p {
    font-size: 3.8vw;
    font-weight: 300;
  }

  /* プロセス見出し */
  .child_wrap .inner_wrap .process_title {
    position: relative;
    font-size: 4vw;
    font-weight: 700;
    padding-left: 6vw;
    transform: rotate(0.05deg);
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-top: 4vw;
  }
  .child_wrap .inner_wrap .process_title:before {
    content: "";
    position: absolute;
    background-color: #6fba2c;
    width: 4vw;
    height: 4vw;
    left: 0;
    border-radius: 2vw;
    top: 1.3vw;
  }

  /* 当社商品が使われる製品・サービス */
  .child_wrap .process02_box {
    position: relative;
    background-color: #d1e5f3;
    margin-top: 5vw;
    padding: 4vw 0 5vw;
  }
  .child_wrap .inner_wrap .process02_subtitle {
    font-size: 7vw;
    font-weight: 700;
    text-align: center;
    color: #9ac6e5;
    transform: skewX(-10deg);
    letter-spacing: 0.05em;
  }
  .child_wrap .process02_box ul {
    padding: 0 11vw 0 9vw;
    line-height: 3;
    text-align: center;
  }
  .child_wrap .process02_box ul li {
    position: relative;
    transform: rotate(0.05deg);
    font-size: 3.8vw;
    letter-spacing: 0.05em;
    list-style: none;
    padding-top: 15px;
  }
  .child_wrap .process02_box ul li img {
    vertical-align: middle;
    margin-right: 4vw;
  }

  /* 商品・サービス提供によって目指す社会・環境価値 */
  .child_wrap .process03_box {
    position: relative;
    background-color: #d1e5f3;
    margin-top: 5vw;
    padding: 4vw 0 5vw;
  }
  .child_wrap .inner_wrap .process03_subtitle {
    font-size: 7vw;
    font-weight: 700;
    text-align: center;
    color: #9ac6e5;
    transform: skewX(-10deg);
    letter-spacing: 0.05em;
  }
  .child_wrap .inner_wrap .process03_subtitle span {
    display: block;
    font-size: 4vw;
    font-weight: 700;
    color: #187fc4;
    transform: skewX(11deg);
    margin-top: -1vw;
  }
  .child_wrap .process03_box ul {
    margin: 0 7vw;
  }
  .child_wrap .process03_box ul li {
    transform: rotate(0.05deg);
    padding: 5vw 0;
    list-style: none;
  }
  .child_wrap .process03_box ul li:not(:first-of-type) {
    border-top: 1px solid #ffffff;
  }
  .child_wrap .process03_box ul li .process03_list_title {
    font-size: 4vw;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .child_wrap .process03_box ul li p {
    font-size: 3.8vw;
    font-weight: 300;
    margin-top: 1vw;
    letter-spacing: 0.05em;
  }

  /* 持続可能な開発目標への貢献 */
  .child_wrap .sustainability_process04_sdgs01 {
    margin: 5vw 0 0;
  }
  .child_wrap .sustainability_process04_sdgs01 .wp-block-image {
    margin-bottom: 0;
  }

  /* SDGsアイコン① */
  .child_wrap .process04_box .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .child_wrap .process04_box .wp-block-group__inner-container figure {
    width: 34vw;
  }
  .child_wrap .process04_box .wp-block-group__inner-container figure:nth-child(n + 3) {
    margin-top: 4vw;
  }
  .child_wrap .process04_box .wp-block-group__inner-container figure img {
    width: 100%;
  }

  /* SDGsアイコン② */
  .child_wrap .materiality_icon_box .wp-block-group__inner-container {
    display: flex;
    margin-top: 6vw;
    flex-wrap: wrap;
  }
  .child_wrap .wp-block-columns {
    margin-bottom: 0;
  }
  .child_wrap .materiality_icon_box .wp-block-image {
    margin-bottom: 0;
  }
  .child_wrap .materiality_icon_box .wp-block-group__inner-container figure {
    width: 22vw;
    margin-left: 3vw;
  }
  .child_wrap .materiality_icon_box .wp-block-group__inner-container figure:first-of-type,
  .child_wrap .materiality_icon_box .wp-block-group__inner-container figure:nth-of-type(4) {
    margin-left: 0;
  }
  .child_wrap .materiality_icon_box .wp-block-group__inner-container figure:nth-of-type(n + 4) {
    margin-top: 3vw;
  }
  .child_wrap .materiality_icon_box .wp-block-group__inner-container figure img {
    width: 100%;
  }
}

/* 追加 */
/* テキストリンク */
.child_wrap .is-style-group_white p a,
.child_wrap .is-style-group_white li a,
.child_wrap .is-style-group_white td a {
  word-break: break-word;
  color: #187fc4;
  text-decoration: underline;
}
/* テーブル↓ */
.outer_wrap .is-style-stripes_leftbg tr td:first-of-type {
  background-color: #eff6fc;
}
.cap-left figcaption {
  text-align: left;
}
/* ページ内ジャンプ↓ */
.p-jump {
  padding-top: 122px;
  margin-top: -122px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .p-jump {
    padding-top: 190px;
    margin-top: -190px;
  }
}
/* ブロックエディタ太字 */
.child_wrap b,
strong {
  font-weight: 600;
}
/* sp pc調整↓ */
@media (min-width: 960px) {
  .sp {
    display: none;
  }
}
@media (max-width: 959px) {
  .pc {
    display: none;
  }
}
/* 幅100%表示↓ */
.bg-full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .bg-full,
  .bg-full_sp {
    width: calc(100% + 7vw);
    margin: 0 -3.5vw;
  }
}
/* 第三階層コンテンツ幅拡大↓ */
@media (min-width: 768px) {
  .outer_wrap.child_wrap {
    background-image: linear-gradient(180deg, rgba(244, 244, 244, 1) 383px, rgba(255, 255, 255, 1) 383px);
  }
  .outer_wrap.child_wrap .inner_wrap {
    padding-bottom: 0;
  }
  .child-ftbg {
    background: #f4f4f4;
    height: 200px;
  }
  .child_wrap .wp-block-image.child-top-full {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .child_wrap .wp-block-image.child-top-full img {
    width: 100vw;
    height: 386px;
    object-fit: cover;
  }
}
/* 第三階層トップ画像↓ */
@media screen and (max-width: 767px) {
  .child_wrap .wp-block-image.child-top-full img {
    height: 110px;
  }
}
/* YouTube埋め込み時のレスポ対応↓ */
.youtube_ratio {
  aspect-ratio: 16/9;
}
@media (min-width: 961px) {
  .page-media-library .youtube_ratio,
  .post-19215 .youtube_ratio {
    height: 80%;
  }
}

/* history ↓ */
.child_wrap .inner_wrap .history-sec01 p {
  font-weight: 500;
}
.child_wrap .inner_wrap .history-sec02 p span,
.child_wrap .inner_wrap .history-sec03 p span {
  color: #187fc4;
  font-weight: 500;
  display: block;
}
.history-sec02_bg {
  background: url(../../../uploads/2023/08/AdobeStock_597491740_mono.jpg) no-repeat center/cover;
}
.history-sec03_bg {
  background: url(../../../uploads/2023/08/AdobeStock_535640632.jpg) no-repeat center/cover;
}
.history-sec04_bg {
  background: url(../../../uploads/2023/08/AdobeStock_261704802.jpg) no-repeat center/cover;
}
.history-sec05_bg {
  background: url(../../../uploads/2023/08/AdobeStock_592305795.jpg) no-repeat center/cover;
}
.child_wrap .inner_wrap .history-sec03 .history-sec05_bg p {
  font-family: "Nunito Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  width: 100%;
  text-align: center;
}
.page-history summary,
.post-4117 summary,
.post-4434 summary {
  padding: 40px 30px 40px 80px;
  background: #f4f4f4;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  font-size: 16px;
  cursor: pointer;
}
.page-history summary,
.post-4117 summary,
.post-4434 summary {
  list-style: none;
}
.page-history summary::-webkit-details-marker,
.post-4117 summary::-webkit-details-marker,
.post-4434 summary::-webkit-details-marker {
  display: none;
}
.page-history summary:before,
.post-4117 summary:before,
.post-4434 summary:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #111111;
  position: absolute;
  top: 40px;
  left: 30px;
}
.page-history summary:after,
.post-4117 summary:after,
.post-4434 summary:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 55px;
  left: 38px;
  transform: rotate(90deg);
}
.page-history details:after,
.post-4117 details:after,
.post-4434 details:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 55px;
  left: 38px;
  transform: rotate(0);
  z-index: 1;
}
.page-history details[open] summary:after,
.post-4117 details[open] summary:after,
.post-4434 details[open] summary:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 55px;
  left: 39px;
  transform: rotate(0);
}
.page-history details .wp-block-table table td:first-child,
.page-history details .wp-block-table table td:nth-child(2),
.post-4117 details .wp-block-table table td:first-child,
.post-4117 details .wp-block-table table td:nth-child(2),
.post-4434 details .wp-block-table table td:first-child,
.post-4434 details .wp-block-table table td:nth-child(2) {
  width: 10%;
}
.page-history details .wp-block-table table td:nth-child(3),
.post-4117 details .wp-block-table table td:nth-child(3),
.post-4434 details .wp-block-table table td:nth-child(3) {
  text-align: left;
  padding-left: 20px;
}
@media (min-width: 960px) {
  .child_wrap .inner_wrap .history-sec01 p {
    font-size: 30px;
  }
  .child_wrap .inner_wrap .history-sec02 p span,
  .child_wrap .inner_wrap .history-sec03 p span {
    font-size: 26px;
    padding-bottom: 48px;
  }
  .child_wrap .inner_wrap .history-sec02 p {
    width: 55%;
    padding-right: 50px;
    padding-bottom: 50px;
    background: #fff;
  }
  .history-sec02_bg,
  .history-sec04_bg {
    width: 80%;
    height: 500px;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: -1;
  }
  .history-sec04_bg {
    top: 100px;
  }
  .child_wrap .inner_wrap .history-sec03 p {
    width: 60%;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    background: #fff;
    margin-left: auto;
  }
  .history-sec03_bg,
  .history-sec05_bg {
    width: 100vw;
    height: 500px;
    position: absolute;
    top: 80px;
    z-index: -1;
    margin-left: calc(50% - 50vw);
  }
  .history-sec05_bg {
    height: 700px;
    top: 130px;
  }
  .single-eng .history-sec05_bg {
    height: 700px;
    top: 190px;
  }
  .child_wrap .inner_wrap .history-sec05_bg p {
    position: absolute;
    top: 65%;
    background: initial;
    font-size: 80px;
  }
  .page-history details .wp-block-table,
  .post-4117 details .wp-block-table,
  .post-4434 details .wp-block-table {
    margin-bottom: 0;
  }
}

@media (max-width: 959px) {
  .child_wrap .inner_wrap .history-sec01 p {
    font-size: 16px;
  }
  .child_wrap .inner_wrap .history-sec02 p span,
  .child_wrap .inner_wrap .history-sec03 p span {
    font-size: 15px;
    padding-bottom: 24px;
  }
  .child_wrap .inner_wrap .history-sec02 p,
  .child_wrap .inner_wrap .history-sec03 p {
    padding-bottom: 10px;
  }
  .history-sec02_bg,
  .history-sec04_bg {
    height: 50vw;
    width: calc(100%);
    margin-right: -3.5vw;
    margin-left: 3.5vw;
  }
  .history-sec03_bg,
  .history-sec05_bg {
    height: 50vw;
    width: calc(100% + 7vw);
    margin-right: -3.5vw;
    margin-left: -3.5vw;
  }
  .child_wrap .inner_wrap .history-sec05_bg p {
    background: initial;
    font-size: 36px;
    padding-top: 20%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .child_wrap .inner_wrap .history-sec05_bg p {
    font-size: 50px;
    padding-top: 25%;
  }
}

/* history ↑ */
/* ir ↓ */
.br-ir-title {
  display: none;
}
@media (min-width: 960px) and (max-width: 1234px) {
  .br-ir-title {
    display: block;
  }
}
@media (min-width: 960px) {
  .p-ir-top_ticker {
    margin-top: 250px;
    position: absolute;
    top: -700px;
    left: 50%;
    transform: translateX(-50%);
    text-align: right;
    /* padding-right: 100px; */
    max-width: 1366px;
    width: 100%;
    height: 324px;
  }
  .p-ir-top_ticker iframe {
    width: 551px;
  }
}
@media (max-width: 959px) {
  .p-ir-top_ticker {
    background: #187fc4;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 404px;
  }
}
/* ir ↑ */
/* values ↓ */
.page-values .cover figcaption,
.post-4433 .cover figcaption {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  color: #fff;
  font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
  letter-spacing: 0.16em;
}
.post-4113 .cover figcaption {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  color: #fff;
  /* font-family: "M PLUS 1p", "Noto Sans JP", sans-serif; */
  letter-spacing: 0.16em;
  font-weight: 600;
}
.page-values .cover figcaption,
.post-4433 .cover figcaption {
  font-weight: 700;
}
.post-4113 .cover figcaption {
  width: 1120px;
}
.philosophy-bg04 {
  box-shadow: 90px 90px 0 -36px #cfcfcf;
  width: 30%;
  height: 100%;
  margin-right: 10%;
}
main .philosophy-bg02 {
  background: url(../../../uploads/2023/08/AdobeStock_599171102-scaled-1.jpeg) no-repeat center/cover;
  height: 700px;
  position: relative;
}
main .philosophy-bg02:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.4;
}
main .philosophy-bg02 .philosophy-cont {
  padding-left: 100px;
  padding-top: 200px;
  width: 1366px;
  margin: 0 auto;
}
main .philosophy-bg02 h4,
main .philosophy-bg02 .font-m {
  color: #fff;
}
main .inner_wrap .philosophy-sec .font-m {
  font-size: 26px;
  font-weight: 500;
}
main .philosophy-sec h4 {
  font-size: 50px;
}
main .philosophy-sec h4 span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
  font-style: normal;
  margin-top: -5px;
}
.single-zh main .philosophy-sec h4 span {
  font-family: "PingFang SC", "Arial", "Microsoft YaHei", sans-serif;
}
main .philosophy-bg03 {
  background: #dcecf6;
}
.philosophy-bg03 .philosophy-bg03_img01 {
  width: 25%;
  height: 100%;
  margin-left: 48px;
}
main .philosophy-bg03 .philosophy-cont {
  padding: 100px;
  width: 1366px;
  margin: 0 auto;
}
main .philosophy-bg03 h4 {
  font-size: 26px;
}
main .philosophy-bg03 h4 span {
  font-size: 18px;
}
.philosophy-bg03_text p:first-of-type {
  padding-bottom: 30px;
}
.page-values .child_wrap .p-b-0,
.post-4113 .child_wrap .p-b-0,
.post-4433 .child_wrap .p-b-0 {
  padding-bottom: 0;
}
@media (min-width: 960px) {
  .philosophy-cont.d-flex {
    display: flex;
    justify-content: space-between;
  }
  .philosophy-cont .mission-text {
    padding-right: 20px;
  }
  .child_wrap .values-adjust01.wp-block-columns .is-layout-flow {
    margin-top: 0;
  }
}
@media (max-width: 959px) {
  .philosophy-bg04 {
    box-shadow: 75px 75px 0 -24px #cfcfcf;
    width: 80%;
    margin-left: 0;
    margin-top: 40px;
  }
  .philosophy-bg03 .philosophy-bg03_img01 {
    margin-left: 0;
  }
  main .philosophy-bg03 .philosophy-cont {
    width: 100%;
    padding: 100px 140px;
  }
  main .philosophy-bg02 .philosophy-cont {
    padding-left: 140px;
  }
  .post-4113 .cover figcaption {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .page-values .cover figcaption,
  .post-4113 .cover figcaption {
    min-width: 330px;
  }
  .post-4433 .cover figcaption {
    min-width: 280px;
  }
  .page-values .outer_wrap,
  .post-4113 .outer_wrap,
  .post-4433 .outer_wrap {
    overflow-x: initial;
  }
}
@media (max-width: 767px) {
  .page-values .cover figcaption {
    font-size: 24px;
    top: 24%;
    min-width: 200px;
  }
  .post-4113 .cover figcaption {
    font-size: 20px;
    top: 8px;
    min-width: 280px;
  }
  .post-4433 .cover figcaption {
    font-size: 24px;
    top: 24%;
    min-width: 170px;
  }
  main .philosophy-sec h4 {
    font-size: 24px;
  }
  main .inner_wrap .philosophy-sec .font-m {
    font-size: 16px;
  }
  .philosophy-bg04 {
    box-shadow: 75px 75px 0 -24px #cfcfcf;
    width: 80%;
    margin-left: 0;
  }
  main .philosophy-bg02 {
    height: 500px;
  }
  main .philosophy-bg02 .philosophy-cont {
    padding-left: 3.5vw;
    padding-top: 150px;
  }
  main .philosophy-bg03 .philosophy-cont {
    padding: 14vw 3.5vw;
    width: 100%;
  }
  .philosophy-bg03 .philosophy-bg03_img01 {
    width: 100%;
  }
  main .philosophy-bg03 h4 {
    font-size: 20px;
  }
  .page-values .wp-block-spacer,
  .post-4113 .wp-block-spacer,
  .post-4433 .wp-block-spacer {
    height: 100px !important;
  }
}
@media (min-width: 960px){
  .child_wrap .vaValues_heading{
  position: absolute;
  top: 60px;
}
}
.child_wrap .vaValues_list{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-left: 0;
  margin-bottom: 0;
}
.child_wrap .vaValues_item1 { grid-area: 1 / 1 / 2 / 2; }
.child_wrap .vaValues_item2 { grid-area: 2 / 1 / 3 / 2; }
.child_wrap .vaValues_item3 { grid-area: 3 / 1 / 4 / 2; }
.child_wrap .vaValues_item4 { grid-area: 4 / 1 / 5 / 2; }
.child_wrap .vaValues_item5 { grid-area: 5 / 1 / 6 / 2; }
@media (min-width: 960px) {
  .child_wrap .vaValues_list{
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.child_wrap .vaValues_item1 { grid-area: 1 / 2 / 2 / 3; }
.child_wrap .vaValues_item2 { grid-area: 2 / 1 / 3 / 2; }
.child_wrap .vaValues_item3 { grid-area: 2 / 2 / 3 / 3; }
.child_wrap .vaValues_item4 { grid-area: 3 / 1 / 4 / 2; }
.child_wrap .vaValues_item5 { grid-area: 3 / 2 / 4 / 3; }
}
.child_wrap .vaValues_item{
  list-style: none;
}
.child_wrap .vaValues_image{
width: 100%;
height: 150px;
object-fit: cover;
}
@media (min-width: 768px) {
.child_wrap .vaValues_image{
height: 200px;
}
}
.child_wrap .vaValues_inner {
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-color: #fff;
  padding: 16px 20px;
  min-width: 270px;
}
@media (min-width: 1260px) {
  .eng .child_wrap .vaValues_inner{
  width: 80%;
  height: 70%;
}
}
@media (max-width: 1259px) {
  .eng .child_wrap .vaValues_inner{
  padding: 14px 10px;
  width: 95%;
  height: 85%;
}
}
@media (max-width: 959px) {
  .eng .child_wrap .vaValues_inner{
  padding: 14px 18px;
  width: 80%;
  height: 70%;
}
}
@media (max-width: 767px) {
  .eng .child_wrap .vaValues_inner{
  padding: 14px 12px;
  width: 95%;
  height: 80%;
}
}
@media (max-width: 390px) {
  .eng .child_wrap .vaValues_inner{
  padding: 14px 10px;
  width: 95%;
  height: 88%;
}
}
.child_wrap .vaValues_inner h6 {
  margin-top: 0;
  color: #187fc4;
}
/* values ↑ */
/* network ↓ */
.page-network .cover figcaption,
.post-4436 .cover figcaption {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  color: #fff;
  font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
  letter-spacing: 0.16em;
  font-weight: 500;
}
.post-10047 .cover figcaption {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  color: #fff;
  /* font-family: "M PLUS 1p", "Noto Sans JP", sans-serif; */
  letter-spacing: 0.16em;
  font-weight: 600;
}
.page-network .child_wrap .inner_wrap .wp-block-columns .m-l-0,
.post-10047 .child_wrap .inner_wrap .wp-block-columns .m-l-0,
.post-4436 .child_wrap .inner_wrap .wp-block-columns .m-l-0 {
  margin-left: 0;
}
.page-network .child_wrap .inner_wrap .wp-block-columns .m-b-m50,
.post-10047 .child_wrap .inner_wrap .wp-block-columns .m-b-m50,
.post-4436 .child_wrap .inner_wrap .wp-block-columns .m-b-m50 {
  margin-bottom: -50px;
}
main .network-bg01 {
  position: relative;
}
main .network-bg01 h4 {
  position: absolute;
  top: 100px;
  left: 100px;
}
.external-link a:after {
  content: "";
  display: inline-block;
  mask: url(../img/external_link_icon.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/external_link_icon.svg) center top / contain no-repeat;
  background: #187fc4;
  transform: translate(0.2em, 0.1em);
  height: 20px;
  width: 20px;
}

@media (min-width: 960px) {
  .page-network .cover figcaption,
  .post-10047 .cover figcaption,
  .post-4436 .cover figcaption {
    min-width: 964px;
  }
}

@media (max-width: 959px) {
  .network-bg01 {
    overflow-x: scroll;
  }
  .page-network .cover figcaption,
  .post-4436 .cover figcaption {
    top: 40px;
    left: 50%;
    font-size: 5vw;
    letter-spacing: 0.16em;
    min-width: 612px;
    text-align: center;
  }
  .post-10047 .cover figcaption {
    top: 16px;
    left: 50%;
    font-size: 5vw;
    letter-spacing: 0.16em;
    min-width: 612px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .page-network .cover figcaption,
  .post-10047 .cover figcaption,
  .post-4436 .cover figcaption {
    top: 110px;
  }
}
@media (min-width: 768px) {
  .page-network .child_wrap hr,
  .post-10047 .child_wrap hr,
  .post-4436 .child_wrap hr {
    margin: 40px 0;
  }
  .page-network .child_wrap .h6-m,
  .post-10047 .child_wrap .h6-m,
  .post-4436 .child_wrap .h6-m {
    margin-top: -122px;
  }
  .page-network .child_wrap .wp-block-columns .is-layout-flow,
  .post-10047 .child_wrap .wp-block-columns .is-layout-flow,
  .post-4436 .child_wrap .wp-block-columns .is-layout-flow {
    margin-top: 20px;
  }
  .page-network .col-height,
  .post-10047 .col-height,
  .post-4436 .col-height {
    height: 300px;
  }
  .page-network .child_wrap .wp-block-column > h6,
  .post-10047 .child_wrap .wp-block-column > h6,
  .post-4436 .child_wrap .wp-block-column > h6 {
    margin-top: 0;
  }
  .page-network .child_wrap .network-adjust01,
  .post-10047 .child_wrap .network-adjust01,
  .post-4436 .child_wrap .network-adjust01 {
    min-height: initial;
  }
  .page-network .child_wrap .network-adjust02,
  .post-10047 .child_wrap .network-adjust02,
  .post-4436 .child_wrap .network-adjust02 {
    line-height: 1.2;
  }
  .page-network .child_wrap .network-adjust03,
  .post-10047 .child_wrap .network-adjust03,
  .post-4436 .child_wrap .network-adjust03 {
    height: 200px;
  }
  .page-network .child_wrap .network-adjust04,
  .post-10047 .child_wrap .network-adjust04,
  .post-4436 .child_wrap .network-adjust04 {
    height: 145px;
  }
}
@media (max-width: 767px) {
  .page-network .cover figcaption {
    top: 16px;
    left: 50%;
    min-width: 270px;
  }
  main .network-bg01 h4 {
    top: 7vw;
    left: 7vw;
  }
  .page-network .child_wrap .is-style-group_white,
  .post-10047 .child_wrap .is-style-group_white,
  .post-4436 .child_wrap .is-style-group_white {
    padding-bottom: 0;
  }
}
/* network ↑ */
/* officers ↓ */
@media (min-width: 960px) {
  .page-officers .wp-block-table,
  .post-4119 .wp-block-table {
    overflow-x: initial;
  }
  .page-officers .outer_wrap h6 {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .page-officers .child_wrap hr,
  .post-4119 .child_wrap hr {
    margin: 30px 0;
  }
  .outer_wrap .p1241-cont01 p:first-of-type {
    margin-top: 12px;
  }
  .outer_wrap .p1241-cont01 p:nth-of-type(2) {
    margin-top: 0;
    line-height: 1;
    min-height: 50px;
  }
  .page-officers summary,
  .post-4119 summary {
    cursor: pointer;
    transition: 0.3s;
    padding: 10px;
  }
  .page-officers summary:hover,
  .post-4119 summary:hover {
    background-color: rgba(24, 127, 196, 0.5);
    color: #ffffff;
    transition: 0.3s;
  }
}
@media (max-width: 959px) {
  .child_wrap .wp-block-image.officers-adjust01 img {
    width: 60%;
  }
  .page-officers .wp-block-table table,
  .post-4119 .wp-block-table table {
    width: 100%;
  }
  .page-officers .wp-block-table td:first-child,
  .post-4119 .wp-block-table td:first-child {
    width: 25%;
  }
}
/* officers ↑ */
/* irライブラリ ↓ */
.child-link01 a,
.before_arrow_b a {
  border-bottom: 1px solid #111111;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  align-items: center;
}
.child-link01 a {
  padding-left: 88px;
}
.before_arrow_b a {
  padding-left: 26px;
}
.post-4122 .child-link01 a,
.post-4123 .child-link01 a {
  height: 110px;
}
.child-link01 a:before {
  content: "";
  position: absolute;
  background: url(../img/arrow_b.png) center top / contain no-repeat;
  width: 20.5px;
  height: 4px;
  top: 50%;
  left: 0;
  margin-top: -2px;
  transition: 0.3s;
}
/* 追加 */
.before_arrow_b a:before {
  content: "";
  position: absolute;
  background: url(../img/sustainability_arrow_b-02.png) center top / contain no-repeat;
  width: 15.5px;
  height: 15.5px;
  left: 0;
  top: 27px;
  transition: 0.3s;
}
/* 追加 */
.child-link01 a:after {
  content: "";
  position: absolute;
  background: #111111;
  width: 30px;
  height: 30px;
  top: 34%;
  left: 39px;
  transition: 0.3s;
}
.child-link01.irlibrary-icon01 a:after {
  mask: url(../img/irlibrary-icon01.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/irlibrary-icon01.svg) center top / contain no-repeat;
}
.child-link01.irlibrary-icon02 a:after {
  mask: url(../img/irlibrary-icon02.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/irlibrary-icon02.svg) center top / contain no-repeat;
}
.child-link01.irlibrary-icon03 a:after {
  mask: url(../img/irlibrary-icon03.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/irlibrary-icon03.svg) center top / contain no-repeat;
}
.child-link01 a:hover,
.before_arrow_b a:hover {
  border-bottom: 1px solid #187fc4;
  opacity: initial;
}
.child-link01 a:hover:before {
  background: url(../img/arrow_a.png) center top / contain no-repeat;
  transform: translateX(10px);
}
.child-link01.irlibrary-icon01 a:hover:after {
  mask: url(../img/irlibrary-icon01.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/irlibrary-icon01.svg) center top / contain no-repeat;
  background-color: #187fc4;
}
.child-link01.irlibrary-icon02 a:hover:after {
  mask: url(../img/irlibrary-icon02.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/irlibrary-icon02.svg) center top / contain no-repeat;
  background-color: #187fc4;
}
.child-link01.irlibrary-icon03 a:hover:after {
  mask: url(../img/irlibrary-icon03.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/irlibrary-icon03.svg) center top / contain no-repeat;
  background-color: #187fc4;
}
.page-library .child_wrap .menu_year_list li,
.post-4121 .child_wrap .menu_year_list li {
  list-style-type: none;
}
.page-library .child_wrap .menu_year_list li,
.page-library .child_wrap .menu_year_list,
.post-4121 .child_wrap .menu_year_list li,
.post-4121 .child_wrap .menu_year_list {
  padding-left: 0;
}
.page-library .child_wrap .cat-archive,
.post-4121 .child_wrap .cat-archive {
  margin-bottom: 0;
}
.outer_wrap.child_wrap .is-style-group_white .child-link01 a,
.outer_wrap.child_wrap .is-style-group_white .child-links li a,
.outer_wrap.child_wrap .is-style-group_white .child-links p a,
.outer_wrap.child_wrap .is-style-group_white .before_arrow_b a {
  color: #111;
  text-decoration: none;
}
.outer_wrap.child_wrap .child-link01 a:hover,
.outer_wrap.child_wrap .child-links p a:hover,
.outer_wrap.child_wrap .child-links li a:hover,
.outer_wrap.child_wrap .is-style-group_white .before_arrow_b a:hover {
  color: #187fc4;
}

@media (min-width: 960px) {
  .irlibrary-btn-wrap01 {
    width: 44%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .irlibrary-btn-wrap01 {
    /* width: 60%; */
  }
}
@media (min-width: 960px) {
  .irlibrary-btn-wrap01 {
    position: absolute;
    top: -100px;
    right: 0;
    min-width: 360px;
  }
  .page-library .menu_year_list,
  .post-4121 .menu_year_list {
    margin-bottom: 0;
    margin-top: 40px;
  }
  .page-library .menu_year_list .nav_item p.js-dropdown,
  .post-4121 .menu_year_list .nav_item p.js-dropdown {
    width: 300px;
  }
  .page-library .menu_year_list .nav_item .panel,
  .post-4121 .menu_year_list .nav_item .panel {
    width: 300px;
    margin: initial;
  }
}
@media (max-width: 959px) {
  .irlibrary-btn-wrap01 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .page-library .child_wrap .wp-block-column > h6:first-child {
    margin-top: initial;
  }
  .page-library .child_wrap .wp-block-columns p{
    min-height: initial;
  }
}
  .child_wrap #information.wp-block-columns p {
    margin-top: 1rem;
    line-height: 1.4;
  }
/* 業績ハイライト↓ */
.child-link01.finance-icon01 a:after {
  mask: url(../img/finance-icon01.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/finance-icon01.svg) center top / contain no-repeat;
}
.child-link01.finance-icon02 a:after {
  mask: url(../img/finance-icon02.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/finance-icon02.svg) center top / contain no-repeat;
}
.child-link01.finance-icon01 a:hover:after {
  mask: url(../img/finance-icon01.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/finance-icon01.svg) center top / contain no-repeat;
  background-color: #187fc4;
}
.child-link01.finance-icon02 a:hover:after {
  mask: url(../img/finance-icon02.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/finance-icon02.svg) center top / contain no-repeat;
  background-color: #187fc4;
}
/* 株式情報↓ */
.child-link01.stock-icon01 a:after {
  mask: url(../img/stock-icon01.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/stock-icon01.svg) center top / contain no-repeat;
}
.child-link01.stock-icon02 a:after {
  mask: url(../img/stock-icon02.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/stock-icon02.svg) center top / contain no-repeat;
}
.child-link01.stock-icon03 a:after {
  mask: url(../img/stock-icon03.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/stock-icon03.svg) center top / contain no-repeat;
}
.child-link01.stock-icon04 a:after {
  mask: url(../img/stock-icon04.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/stock-icon04.svg) center top / contain no-repeat;
}
.child-link01.stock-icon05 a:after {
  mask: url(../img/stock-icon05.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/stock-icon05.svg) center top / contain no-repeat;
}
.child-link01.stock-icon06 a:after {
  mask: url(../img/stock-icon06.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/stock-icon06.svg) center top / contain no-repeat;
}
.child-link01.stock-icon01 a:hover:after {
  mask: url(../img/stock-icon01.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/stock-icon01.svg) center top / contain no-repeat;
  background-color: #187fc4;
}
.child-link01.stock-icon02 a:hover:after {
  mask: url(../img/stock-icon02.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/stock-icon02.svg) center top / contain no-repeat;
  background-color: #187fc4;
}
.child-link01.stock-icon03 a:hover:after {
  mask: url(../img/stock-icon03.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/stock-icon03.svg) center top / contain no-repeat;
  background-color: #187fc4;
}
.child-link01.stock-icon04 a:hover:after {
  mask: url(../img/stock-icon04.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/stock-icon04.svg) center top / contain no-repeat;
  background-color: #187fc4;
}
.child-link01.stock-icon05 a:hover:after {
  mask: url(../img/stock-icon05.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/stock-icon05.svg) center top / contain no-repeat;
  background-color: #187fc4;
}
.child-link01.stock-icon06 a:hover:after {
  mask: url(../img/stock-icon06.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/stock-icon06.svg) center top / contain no-repeat;
  background-color: #187fc4;
}
@media (min-width: 960px) {
  .irthird-adjust01 {
    height: 64px;
  }
}
/* IRカレンダー↓ */
.calendar-adjust01 td:first-of-type {
  width: 40%;
}
@media (max-width: 959px) {
  .page-calendar .child_wrap .wp-block-table table {
    width: 100%;
  }
}

/* 第三階層ボタン ↓ */
.outer_wrap .child-btn a {
  position: relative;
  display: inline-block;
  border: 2px solid #187fc4;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  padding: 14px 18px;
  letter-spacing: 0.22em;
  background: #187fc4;
  color: #fff;
  text-align: left;
}
/* 第三階層ボタン ↓（英語） */
.single-eng .outer_wrap .child-btn a {
  letter-spacing: 0.1em;
}
.outer_wrap .child-btn.child-btn_01 a:after {
  content: "";
  position: absolute;
  background: url(../img/info_button_w.png) center top / contain no-repeat;
  width: 22px;
  height: 4.5px;
  top: 50%;
  right: 26px;
}
.outer_wrap .inner_wrap .child-btn_center a {
  text-align: center;
}
.outer_wrap .child-btn.child-btn_02 a:after {
  content: "";
  position: absolute;
  mask: url(../img/icon_download.svg) center top / contain no-repeat;
  -webkit-mask: url(../img/icon_download.svg) center top / contain no-repeat;
  background: #fff;
  width: 16px;
  height: 16px;
  top: 36%;
  right: 26px;
}
.outer_wrap .child-btn a:hover {
  background: #fff;
  color: #187fc4;
  opacity: initial;
}
.outer_wrap .child-btn.child-btn_01 a:hover:after {
  background: url(../img/arrow_a.png) center top / contain no-repeat;
}
.outer_wrap .child-btn.child-btn_02 a:hover:after {
  background: #187fc4;
}
@media (max-width: 767px) {
  .outer_wrap .child-btn.child-btn_01 a:after {
    right: 16px;
  }
}
/* 第三階層ボタン ↑ */
/* 第三、第四階層リンク群↓ */
.child-links {
  background: #f7f7f7;
  padding: 30px 40px;
  min-height: 340px;
  width: calc((100% - 80px) / 3);
}
.single-eng .child-links {
  height: 390px;
}
.child-links-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.child-links-wrap {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 100px 100px;
}
.post-4132 .child-links-wrap,
.page-library .child-links-wrap,
.post-4121 .child-links-wrap {
  padding: 0;
}
.outer_wrap .inner_wrap .child-links p {
  font-size: 18px;
  min-height: 50px;
  font-weight: 600;
}
.outer_wrap .inner_wrap .child-links p a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #111111;
  padding-bottom: 20px;
}
.outer_wrap .inner_wrap .child-links ul {
  padding-left: 0;
  margin-top: 24px;
  margin-bottom: 0;
}
.outer_wrap .inner_wrap .child-links-wrap .child-links li,
.outer_wrap .business-productlist li {
  list-style: none;
  line-height: 2.15;
  font-size: 16px;
  padding-left: 26px;
}
.outer_wrap .inner_wrap .child-links li a::before,
.business-productlist li a::before,
.business-productlist .business-productlist_nolink:before {
  content: "";
  position: absolute;
  background: url(../img/sustainability_arrow_a.png) center top / contain no-repeat;
  width: 15.5px;
  height: 15.5px;
  top: 9.5px;
  left: 0;
}
.outer_wrap .inner_wrap .child-links p a:hover {
  border-bottom: 1px solid #187fc4;
}
.outer_wrap .inner_wrap .child-links li a:hover:before,
.outer_wrap .business-productlist li a:hover:before {
  background: url(../img/sustainability_arrow_b.png) center top / contain no-repeat;
}
.outer_wrap .inner_wrap .child-links p.child-link_ls {
  letter-spacing: -0.5px;
}

.outer_wrap .inner_wrap .child-links li.child-link_fs {
  font-size: 15px;
}
.outer_wrap .business-productlist li,
.outer_wrap .business-grouplist li {
  list-style-type: none;
}
.outer_wrap .business-grouplist,
.outer_wrap .business-grouplist li {
  padding-left: 0;
}

@media (min-width: 960px) {
  .outer_wrap .business-productlist {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
  }
  .outer_wrap .business-productlist li {
    width: 49%;
  }
  .outer_wrap .business-grouplist {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .outer_wrap .business-grouplist li {
    width: 49%;
  }
}
@media (max-width: 959px) {
  .child-links-flex {
    gap: 20px;
  }
  .child-links-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 100px 100px;
  }
  .child-links {
    background: #f7f7f7;
    padding: 20px 12px;
    width: calc((100% - 20px) / 2);
  }
  .single-eng .child-links {
    height: 420px;
  }
  .child_wrap .wp-block-columns.is-layout-flex {
    display: block;
  }
  .child_wrap .wp-block-columns .is-layout-flow:has(.child-links):last-of-type {
    margin-left: 0;
  }
  .child_wrap .wp-block-columns .is-layout-flow:has(.child-links):last-of-type,
  .child_wrap .wp-block-columns .is-layout-flow:has(.child-links):first-of-type {
    margin-top: 0;
  }
  .outer_wrap .business-productlist {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .outer_wrap .business-grouplist {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .outer_wrap .inner_wrap .child-links-wrap .child-links li,
  .outer_wrap .business-productlist li {
    line-height: 1.6;
  }
  .outer_wrap .inner_wrap .child-links li:nth-child(n + 2),
  .outer_wrap .business-productlist li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .outer_wrap .inner_wrap .child-links li a::before,
  .business-productlist li a::before,
  .business-productlist .business-productlist_nolink:before {
    top: 4.5px;
  }
}
@media (max-width: 767px) {
  .outer_wrap .business-productlist {
    flex-direction: column;
  }
  .child-links-wrap {
    padding: 0 7vw 7vw;
  }
  .child-links {
    padding: 7vw 3.5vw 3.5vw;
    width: 100%;
    border: 3.5vw solid #fff;
  }
  .single-eng .child-links {
    height: 400px;
  }
  .child-links-flex {
    gap: 0;
  }
}
.page-investor .outer_wrap .inner_wrap .child-links-wrap .child-links li{
position: relative;
}
.page-investor .outer_wrap .inner_wrap .child-links-wrap {
  background-color: #fff;
}
.page-investor .child-links-wrap{
padding: initial;
}
/* 第三、第四階層リンク群↑ */
/* 事業部下層問合せボタン↓ */
@media (min-width: 960px) {
  .business-contact-wrap {
    width: 50%;
    min-width: 480px;
    margin: 0 auto;
  }
}

/*  コーポレートバナー  */
@media screen and (min-width: 768px) {
  .child_wrap .child-banner-button a {
    color: #ffffff;
    position: relative;
    display: block;
    max-width: 600px;
    /* margin: 0 auto; */
    overflow: hidden;
    min-width: 500px;
  }
  .child_wrap .child-banner-button a img {
    display: block;
    transition: transform 0.6s ease;
    position: absolute;
    height: 120px;
    right: 0;
    object-fit: cover;
  }
  .child_wrap .corporate_banner {
    background: url(../img/banner.png) center left / contain no-repeat;
    height: 120px;
    z-index: 1;
    position: relative;
  }
  .child_wrap .corporate_banner p {
    font-size: 21px;
    font-weight: 700;
    display: table-cell;
    vertical-align: top;
    height: 120px;
    padding-left: 40px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    padding-top: 30px;
  }
  .child_wrap .corporate_banner p span {
    font-size: 18px;
    font-weight: 100;
    /* font-style: italic; */
    display: block;
    letter-spacing: 0.04em;
    margin-top: -5px;
  }
  .child_wrap .corporate_banner p:after {
    content: "";
    position: absolute;
    background: url(../img/banner_arrow.png) center top / contain no-repeat;
    width: 20px;
    height: 4px;
    left: 42px;
    bottom: 28px;
  }

  /*  ホバー後  */
  .child_wrap .child-banner-button a:hover {
    opacity: 1;
  }
  .child_wrap .child-banner-button a:hover img {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 960px) {
  .outer_wrap .inner_wrap .wp-block-column:has(.child-banner-button) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .child_wrap .corporate_banner p {
    padding-top: 25px;
  }
  .child_wrap .corporate_banner p:after {
    bottom: 18px;
  }
}

/* SP
------------------------------------ */
@media screen and (max-width: 767px) {
  .child_wrap .child-banner-button a {
    color: #ffffff;
    position: relative;
    display: block;
    margin: 0 auto;
    overflow: hidden;
  }
  .child_wrap .child-banner-button a img {
    display: block;
    transition: transform 0.6s ease;
    position: absolute;
    height: 23vw;
    right: 0;
    object-fit: cover;
  }
  .child_wrap .corporate_banner {
    background: url(../img/banner_bg.png) center left / contain no-repeat;
    height: 23vw;
    z-index: 1;
    position: relative;
  }
  .child_wrap .corporate_banner p {
    font-size: 4vw;
    font-weight: 700;
    display: table-cell;
    vertical-align: top;
    height: 23vw;
    padding-left: 3vw;
    letter-spacing: 0.05em;
    padding-top: 3vw;
    line-height: 1.4;
  }
  .child_wrap .corporate_banner p span {
    font-size: 3vw;
    font-weight: 100;
    font-style: italic;
    display: block;
    letter-spacing: 0.04em;
    margin-top: -1vw;
  }
  .child_wrap .corporate_banner p:after {
    content: "";
    position: absolute;
    background: url(../img/banner_arrow.png) center top / contain no-repeat;
    width: 5.5vw;
    height: 2vw;
    left: 3.5vw;
    bottom: 6vw;
  }

  /*  ホバー後  */
  .child_wrap .child-banner-button a:hover {
    opacity: 1;
  }
  .child_wrap .child-banner-button a:hover img {
    transform: scale(1.1);
  }
}
/*  コーポレートバナー  */
/* faq↓ */
.page-faq details,
.post-4126 details {
  border-bottom: 1px solid #b2b2b2;
  transition: all 1s;
}
.page-faq details.faq-last,
.post-4126 details.faq-last {
  border-bottom: none;
}
.page-faq details[open],
.post-4126 details[open] {
  transition: all 1s;
}
.page-faq summary,
.post-4126 summary {
  padding: 40px 30px 40px 40px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
}
.page-faq .child_wrap details p,
.post-4126 .child_wrap details p {
  padding: 6px 30px 40px 40px;
  font-size: 16px;
}
.page-faq summary,
.post-4126 summary {
  list-style: none;
}
.page-faq summary::-webkit-details-marker,
.post-4126 summary::-webkit-details-marker {
  display: none;
}
.page-faq details:before,
.post-4126 details:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 36px;
  right: 0;
  background: #111111;
}
.page-faq details:after,
.post-4126 details:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 51px;
  right: 7.5px;
  background: #fff;
}
.page-faq summary:after,
.post-4126 summary:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 51px;
  right: 7.5px;
  background: #fff;
  transform: rotate(90deg);
}
.page-faq details[open] summary:after,
.post-4126 details[open] summary:after {
  display: none;
}
.page-faq summary:before,
.page-faq details p:before,
.post-4126 summary:before,
.post-4126 details p:before {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  font-weight: 500;
  font-size: 24px;
}
.page-faq summary:before,
.post-4126 summary:before {
  content: "Q.";
  top: 34px;
}
.page-faq details p:before,
.post-4126 details p:before {
  content: "A.";
  top: 0;
}
/* faq↑ */
/* 環境↓ */
@media screen and (min-width: 768px) {
  .child_wrap .environment-adjust01 .wp-block-column {
    margin-top: 0;
  }
  .page-environment .environment-adjust03 {
    margin-top: 0;
  }
  .environment-adjust04 .wp-block-column figure img {
    height: 230px;
    object-fit: cover;
  }
}
.page-environment .child_wrap .environment-adjust02 {
  margin-bottom: 20px;
}
@media (max-width: 959px) {
  .child_wrap .wp-block-table.environment-adjust05 table {
    width: 100%;
  }
}
/* 社会↓ */
.child_wrap .activities-adjust01 .wp-block-column.is-layout-flow {
  margin-top: 0;
}
/* ガバナンス↓ */
@media screen and (min-width: 768px) {
  .child_wrap ol.governance-adjust01 {
    margin-bottom: 20px;
  }
  .child_wrap .governance-adjust02 figure figcaption {
    text-align: left;
  }
  .child_wrap .governance-adjust03 tr td:nth-child(5) {
    width: 46%;
  }
  .child_wrap .governance-adjust04 tr td:first-child {
    width: 30%;
  }
}
/* 事業部第三階層↓ */
.business-top-in {
  position: relative;
  width: 1366px;
  margin: 0 auto;
}
.business-top-in .wp-block-group__inner-container {
  position: absolute;
  top: -340px;
  left: 0;
}
.business-top-in .wp-block-group__inner-container h4 {
  color: #fff;
  font-size: 35px;
}
.business-top-in .wp-block-group__inner-container h4 span {
  font-size: 13px;
  padding-left: 16px;
  font-style: initial;
}
@media (min-width: 960px) {
  .business-producimage-sec {
    width: 100%;
  }
  .business-producimage-itemwrap {
    display: flex;
    gap: 40px;
  }
  .business-producimage-itemwrap > div {
    background: #f2f2f2;
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 959px) {
  .business-top-in .wp-block-group__inner-container {
    top: -230px;
  }
  .business-producimage-itemwrap > div {
    background: #f2f2f2;
    padding: 10px 20px;
    text-align: center;
  }
  .business-producimage-itemwrap > div:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .business-top-in .wp-block-group__inner-container {
    top: -86px;
    left: 3.5vw;
  }
  .business-top-in .wp-block-group__inner-container h4 {
    font-size: 24px;
    top: 10px;
  }
  .business-top-in .wp-block-group__inner-container h4 span {
    font-size: 8px;
  }
  .parent-pageid-1249 .wp-block-image.child-top-full img {
    object-position: initial;
  }
}
/* 産業資材第一・第二↓ */
.business-producimage-wrap h6 {
  padding-bottom: 20px;
}
.business-producimage-wrap {
  position: relative;
}
.business-producimage-wrap:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #187fc4 rgba(0 0 0 / 0) rgba(0 0 0 / 0) rgba(0 0 0 / 0);
  border-width: 40px;
  position: absolute;
  top: -20px;
  left: 215px;
}
.business-producimage-wrap:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(0 0 0 / 0) rgba(0 0 0 / 0) rgba(0 0 0 / 0) #187fc4;
  border-width: 40px;
  position: absolute;
  top: 115px;
  left: 49%;
}
@media (min-width: 960px) {
  .business-producimage-wrap {
    display: flex;
    gap: 140px;
  }
}
@media (max-width: 959px) {
  .business-producimage-wrap:before {
    top: -56px;
    left: 50%;
    transform: translateX(-50%);
  }
  .business-producimage-wrap:after {
    border-color: #187fc4 rgba(0 0 0 / 0) rgba(0 0 0 / 0) rgba(0 0 0 / 0);
    top: 215px;
    left: 50%;
    transform: translateX(-50%);
  }
  .business-producimage-sec02 {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .business-producimage-wrap:before {
    border-width: 35px;
    top: -40px;
  }
  .business-producimage-wrap:after {
    border-width: 35px;
    top: 195px;
  }
}
/* ランバーサポート↓ */
.lumbar-support-adjust01 img {
  height: 318px;
  object-fit: contain;
}
@media (min-width: 960px) {
  .child_wrap .lumbar-support-adjust01.wp-block-columns .is-layout-flow {
    margin-top: 0;
  }
  .child_wrap .lumbar-support-adjust01 ul {
    margin-bottom: 0;
  }
}
/* ライフサイエンス↓ */
.page-lifescience .outer_wrap .business-productlist.lifescience-adjust01 {
  margin-bottom: 24px;
}
.lifescience-adjust02 {
  margin-left: 30px;
}
.lifescience-adjust02:first-of-type {
  padding-top: 30px;
}
@media (max-width: 959px) {
  .lifescience-adjust02 {
    margin-left: 13px;
  }
}
/* 事業部第四階層↓ */
.child_wrap .business-item-links .wp-block-column p {
  padding-left: 24px;
  font-weight: 500;
}
.child_wrap .business-item-links .wp-block-column p a:before {
  content: "";
  position: absolute;
  background: url(../img/sustainability_arrow_a.png) center top / contain no-repeat;
  width: 15.5px;
  height: 15.5px;
  top: 5.5px;
  left: 0;
  display: inline-block;
}
.child_wrap .business-item-links .wp-block-column p a:hover:before {
  background: url(../img/sustainability_arrow_b.png) center top / contain no-repeat;
}
.child_wrap .business-item-links .wp-block-column p a {
  text-decoration: none;
  color: #111;
}
.child_wrap .business-item-links .wp-block-column p a:hover {
  opacity: 1;
  color: #187fc4;
}
.child_wrap .business-item-links .wp-block-column.is-layout-flow {
  margin-top: 0;
}
/* ウィズラボ↓ */
.outer_wrap select.irlist_select {
  border: 2px solid #000;
  padding: 8px 40px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}
.outer_wrap #irn_bknb:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  position: absolute;
  top: 18px;
  right: 14px;
}
@media (min-width: 768px) {
  .outer_wrap .library dl dd.txt {
    border-bottom: 1px solid #949494;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 22%;
  }
  .outer_wrap .library dl dd.txt a {
    /* padding-left: 20px; */
    text-decoration: underline;
    color: #187fc4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .outer_wrap .library dl {
    width: 100%;
  }
  .outer_wrap .library dl dt {
    width: 20%;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 25px;
    background: #eff6fc;
    font-weight: 400;
    min-width: 115px;
  }
  .outer_wrap .library dl dd.pdf {
    padding-top: 24px;
  }
  .outer_wrap .library dl dd.pdf img,
  .library img {
    vertical-align: middle;
    width: 18px;
  }
  .outer_wrap #irn_bknb {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .outer_wrap select.irlist_select {
    padding: 10px 20px;
    width: 100%;
  }
  .outer_wrap .library dl dd.pdf img,
  .library img {
    width: 4.5vw;
  }
}
/* PDFアイコンのサイズ調整 */
img[src="/images/ir/icon_pdf.gif"] {
  margin-left: 8px;
  transform: translateY(-2px);
  width: 20px;
}
/* PDFアイコンのサイズ調整 */
/* 業績ハイライト下層 */
.xj_chart_table:not(:first-of-type) tr:first-of-type {
  display: none;
}
.outer_wrap .xj_chart_table {
  border-top: 0;
  border-left: 0;
  width: 100%;
}
.outer_wrap .xj_chart_table td:first-child {
  width: 25%;
}
.outer_wrap .xj_chart_table td:not(:first-child) {
  text-align: right;
}
.outer_wrap .xj_chart_table tr {
  border-bottom: 1px solid #949494;
}
.outer_wrap .xj_chart_table td:first-child,
.outer_wrap .xj_chart_table tr:first-of-type .xj_chart_header {
  background: #eff6fc;
}
.outer_wrap .xj_chart_table .xj_chart_value {
  background: #fff;
}
.xj_chart_table tr td {
  padding: 25px 20px;
  border: 0;
}

@media (max-width: 959px) {
  .outer_wrap .xj_chart_table {
    /* overflow-x: scroll; */
  }
  .outer_wrap .inner_wrap .xj_chart_table td:first-child {
    width: 40%;
  }
  .outer_wrap .xj_chart_table td:not(:first-child) {
    width: 120px;
  }
  .parent-pageid-1265 img,
  .post-4135 img,
  .post-4134 img,
  .post-4136 img {
    width: 100%;
  }
  .parent-pageid-1265 .xj_table_wrap,
  .post-4135 .xj_table_wrap,
  .post-4134 .xj_table_wrap,
  .post-4136 .xj_table_wrap,
  .stock-tb {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .parent-pageid-1265 .outer_wrap .xj_chart_table,
  .post-4135 .outer_wrap .xj_chart_table,
  .post-4134 .outer_wrap .xj_chart_table,
  .post-4136 .outer_wrap .xj_chart_table {
    overflow-x: initial;
    width: 1000px;
    table-layout: fixed; /* つけたしてみた */
  }
  .parent-pageid-1265 .outer_wrap .xj_chart_table tbody,
  .post-4135 .outer_wrap .xj_chart_table tbody,
  .post-4134 .outer_wrap .xj_chart_table tbody,
  .post-4136 .outer_wrap .xj_chart_table tbody {
    /* display: inline-block; */
  }
}
/* 株式情報下層 */
.page-soukai .child_wrap h6 {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .library dl dd.pdf {
    /* margin-top: -20px; */
  }
}

/* ウィズラボ↑ */
/* 決算レビュー↓ */
.outer_wrap .review-tab_item {
  width: 100%;
  padding: 6px 20px;
  border: 2px solid #187fc4;
  background-color: #fff;
  line-height: 1.6;
  font-size: 16px;
  color: #187fc4;
  text-align: center;
  font-weight: 500;
  transition: all 0.2s ease;
  list-style: none;
  cursor: pointer;
}
.outer_wrap .review-tab-wrap {
  display: flex;
  gap: 20px;
  padding-left: 0;
}
.page-review .tab.active,
.post-4132 .tab.active {
  background: #187fc4;
  color: #fff;
}
.page-review .panel,
.post-4132 .panel {
  display: none;
}
.page-review .panel.active,
.post-4132 .panel.active {
  display: block;
}
@media (max-width: 959px) {
  .outer_wrap .review-tab-wrap {
    flex-direction: column;
  }
  .outer_wrap .review-tab_item {
    padding: 10px 20px;
  }
}
/* 決算レビュー↑ */
/* 株式の状況↓ */
.outer_wrap .status-adjust01 figcaption {
  text-align: left;
}
.outer_wrap .status-adjust02 td:last-child {
  width: 30%;
}
.outer_wrap .status-adjust03 figcaption {
  text-align: left;
}
.outer_wrap .status-adjust03 tr:nth-child(2),
.outer_wrap .status-adjust03 tr:nth-child(3),
.outer_wrap .status-adjust03 tr:nth-child(3) td {
  background: #eff6fc;
}
#wrapper .outer_wrap .status-adjust03 tr:first-child:after,
#wrapper .outer_wrap .status-adjust03 tr:nth-child(2):after {
  height: 0;
}
#wrapper .outer_wrap .status-adjust03 tr:nth-child(4) td {
  width: 10%;
}
.outer_wrap .status-adjust04 figcaption {
  text-align: left;
}
.outer_wrap .status-adjust05 figcaption {
  text-align: left;
}

@media (max-width: 959px) {
  .outer_wrap .status-adjust01.wp-block-table table {
    width: 100%;
  }
  .outer_wrap .status-adjust02 td:first-child {
    width: 45%;
  }
  .outer_wrap .status-adjust02.wp-block-table table {
    width: 460px;
  }
  .outer_wrap .status-adjust04.wp-block-table table {
    width: 660px;
  }
  .outer_wrap .status-adjust05.wp-block-table table {
    width: 920px;
  }
}
/* 株式の状況↑ */
/* 株主還元・配当金↓ */
@media (max-width: 959px) {
  .page-return .child_wrap .wp-block-table table,
  .post-4141 .child_wrap .wp-block-table table {
    width: 500px;
  }
}
/* 株主還元・配当金↑ */
/* 株式に関する手続き↓ */
@media (max-width: 959px) {
  .page-procedure .child_wrap .wp-block-table table,
  .post-4142 .child_wrap .wp-block-table table {
    width: 100%;
  }
}
/* 株式に関する手続き↑ */

/* IRページの丸い矢印リスト　有価証券報告書↓ */
.child_wrap .irlist_list {
  padding-left: 0;
}
.child_wrap .irlist_item {
  list-style-type: none;
  padding-left: 26px;
}
.child_wrap .irlist_item:not(:last-of-type) {
  padding-bottom: 12px;
}
.arrow_ir:before {
  content: "";
  position: absolute;
  background: url(../img/nav_arrow_a.png) center top / contain no-repeat;
  width: 15.5px;
  height: 15.5px;
  left: 0;
  transition: 0.3s;
  transform: translateY(6px);
}
.child_wrap .is-style-group_white .arrow_ir {
  color: inherit;
  text-decoration: none;
}
.child_wrap .is-style-group_white .arrow_ir:hover {
  color: #187fc4;
}
/* IRページの丸い矢印リスト　有価証券報告書↑ */


/* ================================

　  バナーボタン

================================= */

/* PC
------------------------------------ */
@media screen and (min-width: 768px) {
  
  /*  会社案内バナー  */
  .child_wrap .button_l {
    max-width: 600px;
    margin: 0;
  }
  .child_wrap .button_l a {
    color: #ffffff;
    position: relative;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  .child_wrap .button_l a img {
    display: block;
    transition: transform 0.6s ease;
    position: absolute;
    height: 120px;
    right: 0;
  }
  .child_wrap .button_l .corporate_banner {
    background: url(/stc/wp-content/uploads/2024/01/button_l_bg.png) center left / contain no-repeat;
    height: 120px;
    z-index: 1;
    position: relative;
  }
  .child_wrap .button_l .corporate_banner p {
    font-size: 21px;
    font-weight: 700;
    display: table-cell;
    vertical-align: top;
    height: 120px;
    padding-left: 40px;
    letter-spacing: 0.05em;
    padding-top: 30px;

  }
  .child_wrap .button_l .corporate_banner p span {
    font-size: 18px;
    font-weight: 100;
    font-style: italic;
    display: block;
    letter-spacing: 0.04em;
    margin-top: -5px;
  }
  .child_wrap .button_l .corporate_banner p:after {
    content: "";
    position: absolute;
    background: url(../img/banner_arrow.png) center top / contain no-repeat;
    width: 30px;
    height: 6px;
    left: 42px;
    bottom: 30px;
  }

  /*  ホバー後  */
  .child_wrap .button_l a:hover {
    opacity: 1;
  }
  .child_wrap .button_l a:hover img {
    transform: scale(1.1);
  }
}

/* SP
------------------------------------ */
@media screen and (max-width: 767px) {
  /*  コーポレートバナー  */
  .child_wrap .button_l a {
    color: #ffffff;
    position: relative;
    display: block;
    margin: 0 auto;
    overflow: hidden;
  }
  .child_wrap .button_l a img {
    display: block;
    transition: transform 0.6s ease;
    position: absolute;
    height: 23vw;
    right: 0;
  }
  .child_wrap .button_l .corporate_banner {
    background: url(../img/banner_bg.png) center left / contain no-repeat;
    height: 23vw;
    z-index: 1;
    position: relative;
  }
  .child_wrap .button_l .corporate_banner p {
    font-size: 4vw;
    font-weight: 700;
    display: table-cell;
    vertical-align: top;
    height: 23vw;
    padding-left: 5vw;
    letter-spacing: 0.05em;
    padding-top: 3vw;
  }
  .child_wrap .button_l .corporate_banner p span {
    font-size: 3vw;
    font-weight: 100;
    font-style: italic;
    display: block;
    letter-spacing: 0.04em;
    margin-top: -1vw;
  }
  .child_wrap .button_l .corporate_banner p:after {
    content: "";
    position: absolute;
    background: url(../img/banner_arrow.png) center top / contain no-repeat;
    width: 5.5vw;
    height: 2vw;
    left: 5.5vw;
    bottom: 4vw;
  }

  /*  ホバー後  */
  .child_wrap .button_l a:hover {
    opacity: 1;
  }
  .child_wrap .button_l a:hover img {
    transform: scale(1.1);
  }
}

/* テーブルスクロール　PC
------------------------------------ */
@media screen and (min-width: 768px) {
  .tb_scroll {
  overflow: hidden !important;
  }
}

/* テーブルスクロール　SP
------------------------------------ */
@media screen and (max-width: 767px) {
  .tb_scroll {
    overflow: auto !important;
  }
}
/* IRライブラリー プルダウン調整
------------------------------------ */
  .ir_pull-down {
    position: relative;
    z-index: 1;
  }

  /* 個人投資家向け説明会 プルダウン調整
------------------------------------ */
@media(min-width: 960px){
  .page-id-19132 .table-wrapper{
    overflow-x: hidden;
  }
}