@charset "utf-8";
/* CSS Document */

/* ================================

　  レイアウト

================================= */

/* PC
------------------------------------ */
@media screen and (min-width: 768px) {
  /* パンくずリスト */
  .parent_wrap #breadcrumb,
  .parent_wrap #breadcrumb a,
  .custom_parent,
  .custom_parent a {
    color: #fff;
  }
}

/* SP
------------------------------------ */
@media screen and (max-width: 767px) {
  /* パンくずリスト */
  .parent_wrap #breadcrumb,
  .parent_wrap #breadcrumb a,
  .custom_parent,
  .custom_parent a {
    color: #fff;
  }
}

/* ================================

　  リセット

================================= */

/* PC
------------------------------------ */
@media screen and (min-width: 768px) {
  /* カラム設定 */
  .wp-block-columns {
    margin: 0;
  }
}

/* SP
------------------------------------ */
@media screen and (max-width: 767px) {
  /* カラム設定 */
  .wp-block-columns {
    margin: 0;
  }

  .f_wrap {
    padding-top: 22vw;
  }
}

/* ================================

　  共通設定

================================= */

/* PC
------------------------------------ */
@media screen and (min-width: 768px) {
  /* セクション設定 */
  /*.parent_wrap section {
    max-width: 1366px;
    width: 100%;
    margin: 100px auto 0;
    padding: 0 100px;
  }*/

  .parent_wrap a:hover {
    color: #187fc4;
  }
}

/* SP
------------------------------------ */
@media screen and (max-width: 767px) {
  /* セクション設定 */
  /*.parent_wrap section {
    width: 100%;
    margin: 14vw auto 0;
    padding: 0 7vw;
  }*/

  .parent_wrap a:hover {
    color: #187fc4;
  }

  .f_wrap {
    padding-top: 22vw;
  }
}

/* ================================

　  メイン画像

================================= */
/* PC
------------------------------------ */
@media screen and (min-width: 768px) {
  /*  メイン画像（大）  */
  .parent_wrap .is-style-group_large {
    position: relative;
    height: 1000px;
  }
  .parent_wrap .is-style-group_large .main_top_img img {
    width: 100%;
    height: 1000px;
    object-fit: cover;
  }
  .parent_wrap .is-style-group_large .main_top_in {
    position: absolute;
    color: #ffffff;
    top: 50%;
    margin-top: -220px;
    max-width: 1566px;
    padding: 0 100px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  /*  メイン画像（中）  */
  .parent_wrap .is-style-group_medium {
    position: relative;
    height: 700px;
  }
  .parent_wrap .is-style-group_medium .main_top_img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
  }
  .parent_wrap .is-style-group_medium .main_top_in {
    position: absolute;
    color: #ffffff;
    top: 50%;
    margin-top: -70px;
    max-width: 1566px;
    padding: 0 100px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .parent_wrap .is-style-group_medium h3 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 30px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }

  /*  メイン画像（小）  */
  .parent_wrap .is-style-group_small {
    position: relative;
    height: 400px;
  }
  .parent_wrap .is-style-group_small .main_top_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .parent_wrap .is-style-group_small .main_top_in {
    position: absolute;
    color: #ffffff;
    top: 50%;
    margin-top: 15px;
    max-width: 1366px;
    padding: 0 100px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  /* 画像 */
  .parent_wrap .main_top_img {
    overflow: hidden;
    position: absolute !important;
    width: 100%;
  }
  .parent_wrap .main_top_img img {
    transition: 3s;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transform: scale(1.2);
  }
  .parent_wrap .main_top_img.zoom_out img {
    transform: none;
    opacity: 1;
  }

  /* アニメーション設定 */
  .parent_wrap .main_top_in .js-rt {
    opacity: 0;
  }
  .parent_wrap .main_top_in .fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.8s;
    animation-delay: 0.5s !important;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  .parent_wrap .main_top_in .js-rt.js-rt-active {
    animation: unset;
    transform: rotate(0.05deg);
    opacity: 1;
  }

  /* H2 */
  .parent_wrap h2 {
    font-size: 60px;
    font-weight: 700;
    font-style: italic;
    font-family: "Nunito Sans", "Noto Sans JP", sans-serif;
  }
  .parent_wrap h2 span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    font-style: normal;
    margin-top: -5px;
  }

  /* H3 */
  .parent_wrap h3 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 80px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }

  /* H4 */
  .parent_wrap .is-style-group_white h4,
  .parent_wrap .is-style-group_plain .parent-h4 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    /* letter-spacing: 0.05em; */
    margin-bottom: 45px;
    padding-bottom: 10px;
    font-style: italic;
    font-family: "Nunito Sans", "Noto Sans JP", sans-serif;
  }
  .parent_wrap .is-style-group_white h4:before,
  .parent_wrap .is-style-group_plain .parent-h4:before {
    content: "";
    position: absolute;
    background-color: #187fc4;
    width: 30px;
    height: 3px;
    bottom: 0;
    left: 0;
  }

  /* H5 */
  .parent_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 */
  .parent_wrap h6 {
    font-size: 20px;
    font-weight: 700;
    transform: rotate(0.05deg);
    letter-spacing: 0.05em;
    margin-top: 25px;
  }

  /* テキスト */
  .parent_wrap .inner_wrap p {
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.05em;
    transform: rotate(0.05deg);
  }
  .single-eng .parent_wrap .inner_wrap p {
    font-size: 16px;
  }
  .parent_wrap p.has-small-font-size {
    font-size: 12px;
  }
  .parent_wrap p.has-medium-font-size {
    font-size: 16px;
  }
  .parent_wrap p.has-large-font-size {
    font-size: 20px;
  }
  .parent_wrap p.has-x-large-font-size {
    font-size: 26px;
  }

  /* ボックス(無地) */
  .parent_wrap .is-style-group_plain {
    padding: 0 100px;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
  }

  /* ボックス(白) */
  .parent_wrap .is-style-group_white {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 100px;
    max-width: 1366px;
    width: 100%;
  }

  /* 区切り線 */
  .parent_wrap hr {
    color: #231815;
    margin: 100px 0 90px;
    border-top-width: 0px;
  }

  /* 通常リスト */
  .parent_wrap .is-style-group_white ul {
    margin-bottom: 50px;
    padding-left: 12px;
  }
  .parent_wrap .is-style-group_white ul > li {
    padding-left: 5px;
    list-style-type: disc;
    font-weight: 500;
    font-size: 14px;
    transform: rotate(0.05deg);
    line-height: 2;
  }
  .parent_wrap .is-style-group_white ul > li > ul {
    margin-bottom: 0;
    padding-left: 0;
  }
  .parent_wrap .is-style-group_white ul > li > ul > li {
    padding-left: 5px;
    font-weight: 500;
    font-size: 14px;
    list-style-type: disc;
    margin-left: 29px;
  }
  .parent_wrap .is-style-group_white ul > li:not(:last-of-type) ul {
    margin-bottom: 15px;
  }

  /* 数字付きリスト */
  .parent_wrap ol {
    margin-bottom: 50px;
    padding-left: 17px;
  }
  .parent_wrap ol > li {
    padding-left: 5px;
    font-weight: 500;
    font-size: 14px;
    list-style-type: decimal;
    transform: rotate(0.05deg);
    line-height: 2;
  }
  .parent_wrap ol > li > ul {
    margin-bottom: 0;
    padding-left: 0;
  }
  .parent_wrap ol > li > ul > li {
    padding-left: 5px;
    font-weight: 500;
    font-size: 14px;
    list-style-type: disc;
    margin-left: 29px;
  }
  .parent_wrap ol > li:not(:last-of-type) ul {
    margin-bottom: 15px;
  }

  /* ボタン① */
  .parent_wrap .wp-block-buttons {
    margin-bottom: 80px;
  }
  .parent_wrap .is-style-fill {
    width: 100%;
  }
  .parent_wrap .is-style-fill:not(:first-of-type) {
    margin-top: 4px;
  }
  .parent_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%;
  }
  .parent_wrap .is-style-fill a:hover {
    opacity: 1;
    background-color: #e5e5e5;
  }
  .parent_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;
  }
  .parent_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;
  }

  /* ボタン② */
  .parent_wrap .is-style-outline {
    background: #fff;
    color: #000000;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transform: rotate(0.05deg);
  }
  .parent_wrap .is-style-outline:hover {
    color: #fff;
  }
  .parent_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;
  }
  .parent_wrap .is-style-outline:hover:after {
    transform: scale(1, 1);
  }
  .parent_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;
  }
  .parent_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;
  }
  .parent_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;
  }
  .parent_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;
  }
  .parent_wrap .is-style-outline a:hover {
    opacity: 1;
  }

  /* 動画 */
  .parent_wrap .is-type-video {
    margin-bottom: 50px;
  }

  /* テーブル① */
  .parent_wrap .wp-block-table {
    margin-bottom: 50px;
    text-align: center;
    overflow-x: initial;
  }
  .parent_wrap .wp-block-table td,
  .wp-block-table th {
    border: none;
    padding: 25px 0;
    transform: rotate(0.05deg);
  }
  .parent_wrap .wp-block-table tr {
    position: relative;
    /*border-bottom: 1px solid #949494;*/
  }
  .parent_wrap .wp-block-table tr:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #949494;
  }

  /* テーブル② */
  .parent_wrap .is-style-stripes tbody tr:nth-child(2n + 1) {
    background-color: #ffffff !important;
  }
  .parent_wrap .is-style-stripes tbody tr:first-of-type {
    background-color: #eff6fc !important;
  }

  /* テーブル③ */
  .parent_wrap .is-style-stripes_02 tr:first-of-type {
    background-color: #eff6fc;
  }
  .parent_wrap .is-style-stripes_02 tr td:first-of-type {
    background-color: #eff6fc;
  }

  /* メインビジュアルテキスト */
  .parent_wrap .main_top_in p {
    transform: rotate(0.05deg);
    font-size: 16px;
    font-weight: 300;
    margin-top: 28px;
    letter-spacing: 0.05em;
    width: 700px;
    line-height: 2.2;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .parent_wrap .main_top_in p {
    width: initial;
  }
}

/* 動画 */
@media (min-width: 768px) and (max-width: 959px) {
  .parent_wrap .is-type-video iframe {
    height: 57vw;
  }
}
@media screen and (min-width: 960px) {
  .parent_wrap .is-type-video iframe {
    width: 100%;
    height: 652px;
  }
}

/* SP
------------------------------------ */
@media screen and (max-width: 767px) {
  /*  メイン画像（大）  */
  .is-style-group_large {
    height: 160vw;
  }
  .is-style-group_large .main_top_img img {
    width: 100%;
    height: 160vw;
    object-fit: cover;
  }
  .is-style-group_large .main_top_in {
    position: absolute;
    color: #ffffff;
    top: 38vw;
    left: 0;
    padding: 0 7vw 0;
  }

  /*  メイン画像（中）  */
  .is-style-group_medium {
    height: 110vw;
  }
  .is-style-group_medium .main_top_img img {
    width: 100%;
    height: 110vw;
    object-fit: cover;
  }
  .is-style-group_medium .main_top_in {
    position: absolute;
    color: #ffffff;
    top: 38vw;
    left: 0;
    padding: 0 7vw 0;
  }
  .is-style-group_medium h3 {
    font-size: 6vw;
    font-weight: 700;
    margin-top: 10vw;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }

  /*  メイン画像（小）  */
  .is-style-group_small {
    height: 75vw;
  }
  .is-style-group_small .main_top_img img {
    width: 100%;
    height: 75vw;
    object-fit: cover;
  }
  .is-style-group_small .main_top_in {
    position: absolute;
    color: #ffffff;
    top: 38vw;
    left: 0;
    padding: 0 7vw 0;
  }

  /* 画像 */
  .parent_wrap .main_top_img {
    overflow: hidden;
    position: absolute !important;
  }
  .parent_wrap .main_top_img img {
    transition: 3s;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transform: scale(1.2);
  }
  .parent_wrap .main_top_img.zoom_out img {
    transform: none;
    opacity: 1;
  }

  /* アニメーション設定 */
  .parent_wrap .js-rt {
    opacity: 0;
  }
  .parent_wrap .fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.8s;
    animation-delay: 0.5s !important;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  .parent_wrap .js-rt.js-rt-active {
    animation: unset;
    transform: rotate(0.05deg);
    opacity: 1;
  }

  /* H2 */
  .parent_wrap h2 {
    font-size: 8vw;
    font-weight: 700;
    font-style: italic;
    font-family: "Nunito Sans", "Noto Sans JP", sans-serif;
  }
  .parent_wrap h2 span {
    display: block;
    font-size: 4vw;
    font-weight: 300;
    font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    font-style: normal;
    margin-top: -1vw;
  }

  /* H3 */
  .parent_wrap h3 {
    font-size: 6vw;
    font-weight: 700;
    margin-top: 10vw;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }

  /* H4 */
  .parent_wrap .is-style-group_white h4,
  .parent_wrap .is-style-group_plain .parent-h4 {
    position: relative;
    font-size: 8vw;
    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;
  }
  .parent_wrap .is-style-group_white h4:before,
  .parent_wrap .is-style-group_plain .parent-h4:before {
    content: "";
    position: absolute;
    background-color: #187fc4;
    width: 7vw;
    height: 0.8vw;
    bottom: 0;
    left: 0;
  }

  /* H5 */
  .parent_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 */
  .parent_wrap h6 {
    font-size: 4vw;
    font-weight: 700;
    color: #187fc4;
    transform: rotate(0.05deg);
    letter-spacing: 0.05em;
    margin-top: 4vw;
  }

  /* ボックス(無地) */
  .parent_wrap .is-style-group_plain {
    padding: 0 7vw;
  }

  /* ボックス(白) */
  .parent_wrap .is-style-group_white {
    background-color: #ffffff;
    margin: 0 7vw;
    padding: 7vw 3.5vw;
  }

  /* テキスト */
  .parent_wrap p {
    font-weight: 500;
    line-height: 2;
    transform: rotate(0.05deg);
    margin-bottom: 6vw;
  }
  .parent_wrap p.has-small-font-size {
    font-size: 0.8em !important;
  }
  .parent_wrap p.has-medium-font-size {
    font-size: 1.2em !important;
  }
  .parent_wrap p.has-large-font-size {
    font-size: 1.5em !important;
  }
  .parent_wrap p.has-x-large-font-size {
    font-size: 1.8em !important;
  }

  /* 区切り線 */
  .parent_wrap hr {
    color: #231815;
    margin: 7vw 0 6vw;
    border-top-width: 0px;
  }

  /* 通常リスト */
  .parent_wrap .is-style-group_white ul {
    margin-bottom: 8vw;
    padding-left: 4vw;
  }
  .parent_wrap .is-style-group_white ul > li {
    padding-left: 1vw;
    list-style-type: disc;
    font-weight: 500;
    transform: rotate(0.05deg);
    line-height: 2;
  }
  .parent_wrap .is-style-group_white ul > li > ul {
    margin-bottom: 0;
    padding-left: 0;
  }
  .parent_wrap .is-style-group_white ul > li > ul > li {
    padding-left: 1vw;
    font-weight: 500;
    list-style-type: disc;
    margin-left: 3vw;
  }
  .parent_wrap .is-style-group_white ul > li:not(:last-of-type) ul {
    margin-bottom: 2vw;
  }

  /* 数字付きリスト */
  .parent_wrap ol {
    margin-bottom: 8vw;
    padding-left: 5vw;
  }
  .parent_wrap ol > li {
    padding-left: 1vw;
    font-weight: 500;
    list-style-type: decimal;
    transform: rotate(0.05deg);
    line-height: 2;
  }
  .parent_wrap ol > li > ul {
    margin-bottom: 0;
    padding-left: 0;
  }
  .parent_wrap ol > li > ul > li {
    padding-left: 1vw;
    font-weight: 500;
    list-style-type: disc;
    margin-left: 3vw;
  }
  .parent_wrap ol > li:not(:last-of-type) ul {
    margin-bottom: 2vw;
  }

  /* ボタン① */
  .parent_wrap .wp-block-buttons {
    margin-bottom: 10vw;
  }
  .parent_wrap .is-style-fill {
    width: 100%;
  }
  .parent_wrap .is-style-fill:not(:first-of-type) {
    margin-top: 1vw;
  }
  .parent_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;
  }
  .parent_wrap .is-style-fill a:hover {
    opacity: 1;
    background-color: #e5e5e5;
  }
  .parent_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;
  }
  .parent_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;
  }

  /* ボタン② */
  .parent_wrap .is-style-outline {
    background: #fff;
    color: #000000;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transform: rotate(0.05deg);
    width: 100%;
  }
  .parent_wrap .is-style-outline:hover {
    color: #fff;
  }
  .parent_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;
  }
  .parent_wrap .is-style-outline:hover:after {
    transform: scale(1, 1);
  }
  .parent_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;
  }
  .parent_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;
  }
  .parent_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;
  }
  .parent_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;
  }
  .parent_wrap .is-style-outline a:hover {
    opacity: 1;
  }

  /* 動画 */
  .parent_wrap .is-type-video {
    margin-bottom: 8vw;
  }
  .parent_wrap .is-type-video iframe {
    width: 100%;
    height: auto;
  }

  /* テーブル① */
  .parent_wrap .wp-block-table {
    margin-bottom: 8vw;
    text-align: center;
    overflow-x: auto;
  }
  .parent_wrap .wp-block-table td,
  .wp-block-table th {
    border: none;
    padding: 5vw 3.3vw;
    transform: rotate(0.05deg);
    white-space: nowrap;
  }
  .parent_wrap .wp-block-table tr {
    position: relative;
    /*border-bottom: 1px solid #949494;*/
  }
  .parent_wrap .wp-block-table tr:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #949494;
  }

  /* テーブル② */
  .parent_wrap .is-style-stripes tbody tr:nth-child(2n + 1) {
    background-color: #ffffff !important;
  }
  .parent_wrap .is-style-stripes tbody tr:first-of-type {
    background-color: #eff6fc !important;
  }

  /* テーブル③ */
  .parent_wrap .is-style-stripes_02 tr:first-of-type {
    background-color: #eff6fc;
  }
  .parent_wrap .is-style-stripes_02 tr td:first-of-type {
    background-color: #eff6fc;
  }

  /* テキスト */
  .parent_wrap .main_top_in p {
    transform: rotate(0.05deg);
    font-size: 3.75vw;
    font-weight: 300;
    margin-top: 11vw;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}

/* 画像 */
@media (max-width: 959px) {
  .parent_wrap img {
    width: 100%;
  }
}

/* ================================

　  メニューボックス

================================= */

/* PC
------------------------------------ */
@media screen and (min-width: 768px) {
  /* アニメーション設定 */
  .parent_wrap .fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  .parent_wrap .js-rt.js-rt-active {
    animation: unset;
    transform: rotate(0.05deg);
    opacity: 1;
  }

  /* ページリンクコンテンツ */
  .parent_wrap .wp-block-columns {
    gap: 8%;
  }
  .parent_wrap .wp-block-column {
    background-color: #ffffff;
  }
  .parent_wrap .sustainability01_button {
    padding: 12px 2.604vw 32px;
  }
  .parent_wrap .wp-block-columns .sustainability01_button ul li a {
    font-weight: 500;
  }

  /* ページリンク画像 */
  .parent_wrap .wp-block-column .wp-block-image {
    overflow: hidden;
  }
  .parent_wrap .wp-block-column .wp-block-image img {
    transition-duration: 0.6s;
  }
  .parent_wrap .wp-block-column:hover img {
    transform: scale(1.1);
  }

  /* ボタン（大）ホバー前 */
  .parent_wrap .wp-block-column h4 a {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    transform: rotate(0.05deg);
    padding: 20px 0 20px 43px;
    display: block;
    transition-duration: 0s;
    letter-spacing: 0.05em;
  }
  .parent_wrap .wp-block-column h4 a span {
    display: block;
    font-size: 10px;
    font-weight: 100;
    font-style: italic;
    margin-top: -7px;
    letter-spacing: 0.07em;
  }
  .parent_wrap .wp-block-column h4 a:after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    transform: rotate(-0.1deg);
  }
  .parent_wrap .wp-block-column h4 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: -8px;
    transition: 0.3s;
  }
  .single-eng .parent_wrap .wp-block-column h4 a:before {
    top: 60%;
  }

  /* ボタン（大）ホバー後 */
  .parent_wrap .wp-block-column h4 a:hover {
    color: #187fc4;
    opacity: 1;
  }
  .parent_wrap .wp-block-column h4 a:hover:after {
    background-color: #187fc4;
  }
  .parent_wrap .wp-block-column h4 a:hover:before {
    content: "";
    position: absolute;
    background: url(../img/arrow_a.png) center top / contain no-repeat;
    width: 20.5px;
    height: 4px;
    top: 50%;
    left: 10px;
    margin-top: -8px;
  }
  .single-eng .parent_wrap .wp-block-column h4 a:hover:before {
    top: 60%;
  }

  /* ボタン（小）ホバー前 */
  .parent_wrap .wp-block-columns ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 24px;
    line-height: 2.15;
    gap: 0 5%;
  }
  .parent_wrap .wp-block-columns ul li {
    min-width: 45%;
  }
  .parent_wrap .wp-block-columns ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    padding: 0 0 0 23px;
  }
  .parent_wrap .wp-block-columns ul li a:before {
    content: "";
    position: absolute;
    background: url(../img/sustainability_arrow_a.png) center top / contain no-repeat;
    width: 15.5px;
    height: 15.5px;
    top: 3.5px;
    left: 0;
  }

  /* ボタン（小）ホバー後 */
  .parent_wrap .wp-block-columns ul li a:hover {
    opacity: 1;
  }
  .parent_wrap .wp-block-columns ul li a:hover:before {
    content: "";
    position: absolute;
    background: url(../img/sustainability_arrow_b.png) center top / contain no-repeat;
    width: 15.5px;
    height: 15.5px;
    top: 3.5px;
    left: 0;
  }

  /* テーブル① */
  .parent_wrap .wp-block-table {
    margin-bottom: 50px;
    text-align: center;
  }
  .parent_wrap .wp-block-table tbody {
    background-color: #ffffff;
  }
  .parent_wrap .wp-block-table td,
  .wp-block-table th {
    border: none;
    padding: 25px 0;
    transform: rotate(0.05deg);
  }
  .parent_wrap .wp-block-table tr {
    position: relative;
    /*border-bottom: 1px solid #949494;*/
  }
  .parent_wrap .wp-block-table tr:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #949494;
  }

  /* テーブル② */
  .parent_wrap .is-style-stripes tbody tr {
    background-color: #ffffff !important;
  }
  .parent_wrap .is-style-stripes tbody tr:first-of-type {
    background-color: #eff6fc !important;
  }

  /* テーブル③ */
  .parent_wrap .is-style-stripes_02 tbody {
    background-color: #ffffff;
  }
  .parent_wrap .is-style-stripes_02 tr:first-of-type {
    background-color: #eff6fc;
  }
  .parent_wrap .is-style-stripes_02 tr td:first-of-type {
    background-color: #eff6fc;
  }
}
@media screen and (min-width: 960px) {
  .parent_wrap .wp-block-column {
    max-width: 533px;
  }
}

/* SP
------------------------------------ */
@media screen and (max-width: 767px) {
  /* アニメーション設定 */
  .parent_wrap .fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  .parent_wrap .js-rt.js-rt-active {
    animation: unset;
    transform: rotate(0.05deg);
    opacity: 1;
  }

  /* ページリンクコンテンツ */
  .parent_wrap .wp-block-columns {
    gap: 0;
  }
  .parent_wrap .wp-block-column:not(:first-of-type) {
    margin-top: 14vw;
  }
  .parent_wrap .wp-block-column {
    background-color: #ffffff;
  }
  .parent_wrap .sustainability01_button {
    padding: 0 6vw 6vw;
  }
  .parent_wrap .wp-block-columns .sustainability01_button ul li a {
    font-weight: 500;
  }

  /* ページリンク画像 */
  .parent_wrap .wp-block-column .wp-block-image {
    overflow: hidden;
  }
  .parent_wrap .wp-block-column .wp-block-image img {
    transition-duration: 0.6s;
  }
  .parent_wrap .wp-block-column:hover img {
    transform: scale(1.1);
  }

  /* ボタン（大）ホバー前 */
  .parent_wrap .wp-block-column h4 a {
    position: relative;
    font-size: 4.5vw;
    font-weight: 500;
    transform: rotate(0.05deg);
    padding: 5.5vw 0 5.5vw 9vw;
    display: block;
    transition-duration: 0s;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .parent_wrap .wp-block-column h4 a span {
    display: block;
    font-size: 3vw;
    font-weight: 100;
    font-style: italic;
    letter-spacing: 0.07em;
    margin-top: 0.5vw;
  }
  .parent_wrap .wp-block-column h4 a:after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    transform: rotate(-0.1deg);
  }
  .parent_wrap .wp-block-column h4 a:before {
    content: "";
    position: absolute;
    background: url(../img/arrow_b.png) center top / contain no-repeat;
    width: 5.5vw;
    height: 2vw;
    top: 50%;
    left: 0;
    margin-top: -0.5vw;
    transition: 0.3s;
  }

  /* ボタン（大）ホバー後 */
  .parent_wrap .wp-block-column h4 a:hover {
    color: #187fc4;
    opacity: 1;
  }
  .parent_wrap .wp-block-column h4 a:hover:after {
    background-color: #187fc4;
  }
  .parent_wrap .wp-block-column h4 a:hover:before {
    content: "";
    position: absolute;
    background: url(../img/arrow_a.png) center top / contain no-repeat;
    width: 5.5vw;
    height: 2vw;
    top: 50%;
    left: 0;
    margin-top: -2.5vw;
  }

  /* ボタン（小）ホバー前 */
  .parent_wrap .wp-block-columns ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 6vw;
    line-height: 2.15;
    gap: 5% 0;
  }
  .parent_wrap .wp-block-columns ul li a {
    position: relative;
    font-size: 3.8vw;
    font-weight: 300;
    padding: 0 0 0 6vw;
  }
  .parent_wrap .wp-block-columns ul li a:before {
    content: "";
    position: absolute;
    background: url(../img/sustainability_arrow_a.png) center top / contain no-repeat;
    width: 4vw;
    height: 4vw;
    top: 0.5vw;
    left: 0;
  }

  /* ボタン（小）ホバー後 */
  .parent_wrap .wp-block-columns ul li a:hover {
    opacity: 1;
  }
  .parent_wrap .wp-block-columns ul li a:hover:before {
    content: "";
    position: absolute;
    background: url(../img/sustainability_arrow_b.png) center top / contain no-repeat;
    width: 4vw;
    height: 4vw;
    top: 0.5vw;
    left: 0;
  }

  /* テーブル① */
  .parent_wrap .wp-block-table {
    margin-bottom: 8vw;
    text-align: center;
  }
  .parent_wrap .wp-block-table td,
  .wp-block-table th {
    border: none;
    padding: 5vw 3.3vw;
    transform: rotate(0.05deg);
    white-space: nowrap;
  }
  .parent_wrap .wp-block-table tr {
    position: relative;
    /*border-bottom: 1px solid #949494;*/
  }
  .parent_wrap .wp-block-table tr:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #949494;
  }

  /* テーブル② */
  .parent_wrap .is-style-stripes tbody tr:nth-child(2n + 1) {
    background-color: #ffffff !important;
  }
  .parent_wrap .is-style-stripes tbody tr:first-of-type {
    background-color: #eff6fc !important;
  }

  /* テーブル③ */
  .parent_wrap .is-style-stripes_02 tr:first-of-type {
    background-color: #eff6fc;
  }
  .parent_wrap .is-style-stripes_02 tr td:first-of-type {
    background-color: #eff6fc;
  }
}
@media screen and (max-width: 960px) {
  .wp-block-columns.is-layout-flex {
    flex-direction: column;
  }
  .parent_wrap .wp-block-column:not(:first-of-type) {
    margin-top: 14vw;
  }
}
/* ================================

　  バナーボタン

================================= */

/* PC
------------------------------------ */
@media screen and (min-width: 768px) {
  /*  コーポレートバナー  */
  .parent_wrap .sustainability01_row02_button a {
    color: #ffffff;
    position: relative;
    display: block;
    max-width: 700px;
    margin: 0 auto;
    overflow: hidden;
  }
  .parent_wrap .sustainability01_row02_button a img {
    display: block;
    transition: transform 0.6s ease;
    position: absolute;
    height: 203px;
  }
  .parent_wrap .corporate_banner {
    background: url(../img/banner_bg.png) center left / contain no-repeat;
    height: 203px;
    z-index: 1;
    position: relative;
  }
  .parent_wrap .corporate_banner p {
    font-size: 26px;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    height: 203px;
    padding-left: 40px;
    letter-spacing: 0.05em;
  }
  .parent_wrap .corporate_banner p span {
    font-size: 18px;
    font-weight: 100;
    font-style: italic;
    display: block;
    letter-spacing: 0.04em;
    margin-top: -5px;
  }
  .parent_wrap .corporate_banner p:after {
    content: "";
    position: absolute;
    background: url(../img/banner_arrow.png) center top / contain no-repeat;
    width: 40px;
    height: 8px;
    left: 42px;
    bottom: 30px;
  }

  /*  ホバー後  */
  .parent_wrap .sustainability01_row02_button a:hover {
    opacity: 1;
  }
  .parent_wrap .sustainability01_row02_button a:hover img {
    transform: scale(1.1);
  }
}

/* SP
------------------------------------ */
@media screen and (max-width: 767px) {
  /*  コーポレートバナー  */
  .parent_wrap .sustainability01_row02_button a {
    color: #ffffff;
    position: relative;
    display: block;
    margin: 0 auto;
    overflow: hidden;
  }
  .parent_wrap .sustainability01_row02_button a img {
    display: block;
    transition: transform 0.6s ease;
    position: absolute;
    height: 30vw;
  }
  .parent_wrap .corporate_banner {
    background: url(../img/banner_bg.png) center left / contain no-repeat;
    height: 30vw;
    z-index: 1;
    position: relative;
  }
  .parent_wrap .corporate_banner p {
    font-size: 4vw;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    height: 30vw;
    padding-left: 6vw;
    letter-spacing: 0.05em;
  }
  .parent_wrap .corporate_banner p span {
    font-size: 3vw;
    font-weight: 100;
    font-style: italic;
    display: block;
    letter-spacing: 0.04em;
    margin-top: -1vw;
  }
  .parent_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: 6.5vw;
    bottom: 6vw;
  }

  /*  ホバー後  */
  .parent_wrap .sustainability01_row02_button a:hover {
    opacity: 1;
  }
  .parent_wrap .sustainability01_row02_button a:hover img {
    transform: scale(1.1);
  }
}

/* 追加 */
.outer_wrap .inner_wrap .font-italic {
  font-style: italic;
}
.outer_wrap .inner_wrap .font-initial {
  font-style: initial;
}

/* 代表挨拶↓ */
@media screen and (min-width: 768px) {
  .page-greeting .parent_wrap .main_top_img,
  .post-4114 .parent_wrap .main_top_img,
  .post-1144 .parent_wrap .main_top_img {
    margin-top: 100px;
    height: 100vh;
  }
  .page-greeting .parent_wrap .is-style-group_medium h3,
  .post-4114 .parent_wrap .is-style-group_medium h3,
  .post-1144 .parent_wrap .is-style-group_medium h3 {
    margin-top: 160px;
  }
  .page-greeting .outer_wrap,
  .post-4114 .outer_wrap,
  .post-1144 .outer_wrap {
    background: #fff;
  }
  .page-greeting .parent_wrap .is-style-group_white,
  .post-4114 .parent_wrap .is-style-group_white,
  .post-1144 .parent_wrap .is-style-group_white {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-greeting .parent_wrap .is-style-group_medium h3,
  .post-4114 .parent_wrap .is-style-group_medium h3,
  .post-1144 .parent_wrap .is-style-group_medium h3 {
    font-size: 4vw;
    margin-right: 30vw;
  }
  .page-greeting .is-style-group_medium .main_top_img img,
  .post-4114 .is-style-group_medium .main_top_img img,
  .post-1144 .is-style-group_medium .main_top_img img {
    object-position: 65% 50%;
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .page-greeting .parent_wrap .is-style-group_medium h3,
  .post-4114 .parent_wrap .is-style-group_medium h3,
  .post-1144 .parent_wrap .is-style-group_medium h3 {
    font-size: 3.6vw;
    margin-right: 15vw;
  }
  .post-4114 .parent_wrap .is-style-group_medium h3,
  .post-1144 .parent_wrap .is-style-group_medium h3 {
    margin-top: 50px;
  }
  .page-greeting .is-style-group_medium .main_top_img img,
  .post-4114 .is-style-group_medium .main_top_img img {
    object-position: 70% 50%;
  }
  .post-4114 .is-style-group_medium .main_top_img img {
    object-position: 64% 50%;
  }
}
/* 個人投資家の皆さまへ↓ */
.outer_wrap .is-style-group_white.is-style-group_blue {
  background: #eff6fc;
}
.page-investor .investor-nav .investor-nav_item {
  background: #187ec6;
  color: #fff;
  transition: 0.2s;
}
.page-investor .investor-nav .investor-nav_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
.page-investor .parent_wrap .is-style-group_white ul,
.page-investor .parent_wrap .is-style-group_white ul > li {
  padding-left: 0;
}
.page-investor .investor-nav .investor-nav_item01,
.page-investor .investor-nav .investor-nav_item02,
.page-investor .investor-nav .investor-nav_item03 {
  position: relative;
}
.page-investor .investor-nav .investor-nav_item01 a:before,
.page-investor .investor-nav .investor-nav_item02 a:before,
.page-investor .investor-nav .investor-nav_item03 a:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
}
.page-investor .investor-nav .investor-nav_item01 a:before {
  background: url(../img/footprints.png) no-repeat center/contain;
}
.page-investor .investor-nav .investor-nav_item02 a:before {
  background: url(../img/document-chart.png) no-repeat center/contain;
}
.page-investor .investor-nav .investor-nav_item03 a:before {
  background: url(../img/graph2.png) no-repeat center/contain;
}
.page-investor .investor-nav .investor-nav_item a:hover {
  color: #fff;
  opacity: 1;
}
.page-investor .investor-nav .investor-nav_item:hover {
  opacity: 0.8;
}
.page-investor .investor-cityarea_item {
  background: #eff6fc;
  padding: 20px 60px 20px 20px;
  border: 2px solid #eff6fc;
}
.page-investor .investor-cityarea_item h6 {
  color: #187fc4;
  margin-top: 0;
  padding-left: 40px;
  line-height: 2;
}
.page-investor .investor-cityarea_item h6:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #187fc4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}
.page-investor .investor-cityarea_item.investor-cityarea_item01 h6:after,
.page-investor .investor-cityarea_item.investor-cityarea_item02 h6:after,
.page-investor .investor-cityarea_item.investor-cityarea_item03 h6:after,
.page-investor .investor-cityarea_item.investor-cityarea_item04 h6:after,
.page-investor .investor-cityarea_item.investor-cityarea_item05 h6:after,
.page-investor .investor-cityarea_item.investor-cityarea_item06 h6:after,
.page-investor .investor-cityarea_item.investor-cityarea_item07 h6:after,
.page-investor .investor-cityarea_item.investor-dailylife_item01 h6:after,
.page-investor .investor-cityarea_item.investor-dailylife_item02 h6:after,
.page-investor .investor-cityarea_item.investor-dailylife_item03 h6:after,
.page-investor .investor-cityarea_item.investor-dailylife_item04 h6:after,
.page-investor .investor-cityarea_item.investor-dailylife_item05 h6:after,
.page-investor .investor-cityarea_item.investor-dailylife_item06 h6:after,
.page-investor .investor-cityarea_item.investor-dailylife_item07 h6:after,
.page-investor .investor-cityarea_item.investor-dailylife_item08 h6:after,
.page-investor .investor-cityarea_item.investor-dailylife_item09 h6:after,
.page-investor .investor-cityarea_item.investor-dailylife_item10 h6:after,
.page-investor .investor-cityarea_item.investor-dailylife_item11 h6:after {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 3px;
  color: #fff;
  font-size: 1rem;
}
.page-investor .investor-cityarea_item.investor-cityarea_item01 h6:after,
.page-investor .investor-cityarea_item.investor-dailylife_item01 h6:after {
  content: "1";
}
.page-investor .investor-cityarea_item.investor-cityarea_item02 h6:after,
.page-investor .investor-cityarea_item.investor-dailylife_item02 h6:after {
  content: "2";
}
.page-investor .investor-cityarea_item.investor-cityarea_item03 h6:after,
.page-investor .investor-cityarea_item.investor-dailylife_item03 h6:after {
  content: "3";
}
.page-investor .investor-cityarea_item.investor-cityarea_item04 h6:after,
.page-investor .investor-cityarea_item.investor-dailylife_item04 h6:after {
  content: "4";
}
.page-investor .investor-cityarea_item.investor-cityarea_item05 h6:after,
.page-investor .investor-cityarea_item.investor-dailylife_item05 h6:after {
  content: "5";
}
.page-investor .investor-cityarea_item.investor-cityarea_item06 h6:after,
.page-investor .investor-cityarea_item.investor-dailylife_item06 h6:after {
  content: "6";
}
.page-investor .investor-cityarea_item.investor-cityarea_item07 h6:after,
.page-investor .investor-cityarea_item.investor-dailylife_item07 h6:after {
  content: "7";
}
.page-investor .investor-cityarea_item.investor-dailylife_item08 h6:after {
  content: "8";
}
.page-investor .investor-cityarea_item.investor-dailylife_item09 h6:after {
  content: "9";
}
.page-investor .investor-cityarea_item.investor-dailylife_item10 h6:after {
  content: "10";
  left: 4px;
}
.page-investor .investor-cityarea_item.investor-dailylife_item11 h6:after {
  content: "11";
  left: 4px;
}
.page-investor .investor-cityarea-img {
  background: url(../img/town_illust.jpg) no-repeat bottom/cover;
  width: 1166px;
  height: 450px;
}
.page-investor .investor-dailylife-img {
  background: url(../img/room.jpg) no-repeat center/cover;
  width: 1166px;
  height: 450px;
}
.page-investor .investor-cityarea_num-wrap {
  width: 1020px;
  position: relative;
  margin: 0 auto;
}
.page-investor .investor-dailylife_num-wrap {
  width: 840px;
  position: relative;
  margin-left: auto;
}
.page-investor .investor-cityarea_num {
  background: #187fc4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #fff;
  color: #fff;
  font-size: 1.4rem;
  padding-left: 10px;
  line-height: 1.6;
  position: absolute;
}
.page-investor .investor-dailylife_num10,
.page-investor .investor-dailylife_num11 {
  padding-left: 4px;
}
.page-investor .investor-cityarea_num01 {
  top: 40px;
  left: 0;
}
.page-investor .investor-cityarea_num02 {
  top: 50px;
  left: 240px;
}
.page-investor .investor-cityarea_num03 {
  top: 30px;
  right: 0;
}
.page-investor .investor-cityarea_num04 {
  top: 180px;
  left: 280px;
}
.page-investor .investor-cityarea_num05 {
  top: 240px;
  left: 490px;
}
.page-investor .investor-cityarea_num06 {
  top: 340px;
  left: 115px;
}
.page-investor .investor-cityarea_num07 {
  top: 155px;
  right: 130px;
}
.page-investor .investor-dailylife_num01 {
  top: 185px;
  left: 15px;
}
.page-investor .investor-dailylife_num02 {
  top: 235px;
  left: 280px;
}
.page-investor .investor-dailylife_num03 {
  top: 350px;
  left: 0;
}
.page-investor .investor-dailylife_num04 {
  top: 80px;
  right: 65px;
}
.page-investor .investor-dailylife_num05 {
  top: 330px;
  left: 380px;
}
.page-investor .investor-dailylife_num06 {
  top: 45px;
  left: 250px;
}
.page-investor .investor-dailylife_num07 {
  top: 345px;
  left: 230px;
}
.page-investor .investor-dailylife_num08 {
  top: 310px;
  right: 135px;
}
.page-investor .investor-dailylife_num09 {
  top: 75px;
  left: 355px;
}
.page-investor .investor-dailylife_num10 {
  top: 310px;
  left: 105px;
}
.page-investor .investor-dailylife_num11 {
  top: 360px;
  right: 30px;
}

@media (min-width: 960px) {
  .page-investor .investor-nav {
    display: flex;
    justify-content: space-between;
  }
  .page-investor .investor-nav .investor-nav_item {
    width: 31%;
    height: 266px;
  }
  .page-investor .investor-nav .investor-nav_item a {
    padding-top: 180px;
    padding-bottom: 52px;
  }
  .page-investor .investor-nav .investor-nav_item.investor-nav_item03 a {
    padding-bottom: 19px;
  }
  .page-investor .investor-cityarea_item:after {
    content: "";
    display: inline-block;
    width: 76px;
    height: 76px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: -1;
  }
  .page-investor .investor-cityarea_item01:after {
    background: url(../img/icon-city01.png) no-repeat center/cover;
  }
  .page-investor .investor-cityarea_item02:after {
    background: url(../img/icon-city02.png) no-repeat center/cover;
  }
  .page-investor .investor-cityarea_item03:after {
    background: url(../img/icon-city03.png) no-repeat center/cover;
  }
  .page-investor .investor-cityarea_item04:after {
    background: url(../img/icon-city04.png) no-repeat center/cover;
  }
  .page-investor .investor-cityarea_item05:after {
    background: url(../img/icon-city05.png) no-repeat center/cover;
  }
  .page-investor .investor-cityarea_item06:after {
    background: url(../img/icon-city06.png) no-repeat center/cover;
  }
  .page-investor .investor-cityarea_item07:after {
    background: url(../img/icon-city07.png) no-repeat center/cover;
  }
  .page-investor .investor-dailylife_item01:after {
    background: url(../img/icon-life01.png) no-repeat center/cover;
  }
  .page-investor .investor-dailylife_item02:after {
    background: url(../img/icon-life02.png) no-repeat center/cover;
    top: 10px;
  }
  .page-investor .investor-dailylife_item03:after {
    background: url(../img/icon-life03.png) no-repeat center/cover;
    top: 10px;
  }
  .page-investor .investor-dailylife_item04:after {
    background: url(../img/icon-life04.png) no-repeat center/cover;
  }
  .page-investor .investor-dailylife_item05:after {
    background: url(../img/icon-life05.png) no-repeat center/cover;
  }
  .page-investor .investor-dailylife_item06:after {
    background: url(../img/icon-life06.png) no-repeat center/cover;
  }
  .page-investor .investor-dailylife_item07:after {
    background: url(../img/icon-life07.png) no-repeat center/cover;
  }
  .page-investor .investor-dailylife_item08:after {
    background: url(../img/icon-life08.png) no-repeat center/cover;
  }
  .page-investor .investor-dailylife_item09:after {
    background: url(../img/icon-life09.png) no-repeat center/cover;
  }
  .page-investor .investor-dailylife_item10:after {
    background: url(../img/icon-life10.png) no-repeat center/cover;
  }
  .page-investor .investor-dailylife_item11:after {
    background: url(../img/icon-life11.png) no-repeat center/cover;
  }
  .page-investor .investor-cityarea-text,
  .page-investor .investor-dailylife-text {
    display: flex;
    justify-content: space-between;
  }
  .page-investor .investor-cityarea_item {
    position: relative;
    z-index: -1;
  }
  .page-investor .investor-cityarea_item01 {
    width: 26%;
  }
  .page-investor .investor-cityarea_item02 {
    width: 37%;
  }
  .page-investor .investor-cityarea_item03 {
    width: 35%;
  }
  .page-investor .investor-cityarea_item04 {
    width: 68%;
  }
  .page-investor .investor-cityarea_item05wrap {
    width: 31%;
  }
  .page-investor .investor-cityarea_item05wrap > div:nth-child(n + 2),
  .page-investor .investor-dailylife_item06wrap > div:nth-child(n + 2),
  .page-investor .investor-dailylife_item09wrap > div:nth-child(n + 2) {
    margin-top: 14px;
  }
  .page-investor .investor-dailylife_item01 {
    width: 27%;
  }
  .page-investor .investor-dailylife_item02 {
    width: 24%;
  }
  .page-investor .investor-dailylife_item03 {
    width: 29%;
  }
  .page-investor .investor-dailylife_item04 {
    width: 17%;
  }
  .page-investor .investor-dailylife_item05 {
    width: 40%;
  }
  .page-investor .investor-dailylife_item06wrap {
    width: 30%;
  }
  .page-investor .investor-dailylife_item09wrap {
    width: 28%;
  }
  .investor-cityarea-img-wrap,
  .investor-dailylife-img-wrap {
    overflow: auto;
  }
  .page-investor .investor-cityarea-spwrap .investor-cityarea-img-wrap,
  .page-investor .investor-dailylife-spwrap .investor-dailylife-img-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 959px) {
  .page-investor .investor-nav .investor-nav_item {
    width: 100%;
    height: 160px;
  }
  .page-investor .investor-nav .investor-nav_item:nth-child(n + 2) {
    margin-top: 20px;
  }
  .page-investor .investor-nav .investor-nav_item a {
    padding-top: 103px;
    padding-bottom: 30px;
    font-size: 20px;
  }
  .page-investor .investor-nav .investor-nav_item.investor-nav_item03 a {
    padding-bottom: 0px;
  }
  .page-investor .investor-nav .investor-nav_item01 a:before,
  .page-investor .investor-nav .investor-nav_item02 a:before,
  .page-investor .investor-nav .investor-nav_item03 a:before {
    width: 60px;
    height: 60px;
    top: 24px;
  }
  .page-investor .investor-cityarea_item {
    padding: 10px;
    margin-top: 10px;
  }
  .page-investor .investor-cityarea_item p {
    margin-bottom: 0;
  }
  .investor-cityarea-img-wrap,
  .investor-dailylife-img-wrap {
    overflow: auto;
  }
  .page-investor .investor-cityarea-spwrap,
  .page-investor .investor-dailylife-spwrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .page-investor .investor-cityarea_item p {
    line-height: 1.6;
    padding-top: 10px;
  }
}
/* 第三階層バナー↓ */
@media screen and (min-width: 768px) {
  .parent_wrap .child-banner-button a {
    color: #ffffff;
    position: relative;
    display: block;
    max-width: 624px;
    /* margin: 0 auto; */
    overflow: hidden;
  }
  .parent_wrap .child-banner-button a img {
    display: block;
    transition: transform 0.6s ease;
    position: absolute;
    height: 120px;
    right: 0;
  }
  .parent_wrap .child-banner-button .corporate_banner {
    background: url(../img/banner.png) center left / contain no-repeat;
    height: 120px;
    z-index: 1;
    position: relative;
  }
  .parent_wrap .child-banner-button .corporate_banner p {
    font-size: 20px;
    font-weight: 700;
    display: table-cell;
    vertical-align: top;
    height: 120px;
    padding-left: 40px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    padding-top: 32px;
  }
  .parent_wrap .child-banner-button .corporate_banner p span {
    font-size: 18px;
    font-weight: 100;
    font-style: italic;
    display: block;
    letter-spacing: 0.04em;
    margin-top: -5px;
  }
  .parent_wrap .child-banner-button .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;
  }

  /*  ホバー後  */
  .parent_wrap .child-banner-button a:hover {
    opacity: 1;
  }
  .parent_wrap .child-banner-button a:hover img {
    transform: scale(1.1);
  }
}

/* SP
------------------------------------ */
@media screen and (max-width: 767px) {
  .parent_wrap .child-banner-button a {
    color: #ffffff;
    position: relative;
    display: block;
    margin: 0 auto;
    overflow: hidden;
  }
  .parent_wrap .child-banner-button a img {
    display: block;
    transition: transform 0.6s ease;
    position: absolute;
    height: 30vw;
  }
  .parent_wrap .child-banner-button .corporate_banner {
    background: url(../img/banner_bg.png) center left / contain no-repeat;
    height: 30vw;
    z-index: 1;
    position: relative;
  }
  .parent_wrap .child-banner-button .corporate_banner p {
    font-size: 4vw;
    font-weight: 700;
    display: table-cell;
    vertical-align: top;
    height: 30vw;
    padding-left: 3vw;
    letter-spacing: 0.05em;
    padding-top: 30px;
    line-height: 1.4;
  }
  .parent_wrap .child-banner-button .corporate_banner p span {
    font-size: 3vw;
    font-weight: 100;
    font-style: italic;
    display: block;
    letter-spacing: 0.04em;
    margin-top: -1vw;
  }
  .parent_wrap .child-banner-button .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;
  }

  /*  ホバー後  */
  .parent_wrap .child-banner-button a:hover {
    opacity: 1;
  }
  .parent_wrap .child-banner-button a:hover img {
    transform: scale(1.1);
  }
}
/* 第三階層バナー↑ */
/* 3カラムのbg消し↓ */
.outer_wrap .col-bg-gray .wp-block-column {
  background-color: initial;
}
/* 3カラムのbg消し↑ */
/* IR↓ */
/* ================================

　  news

================================= */

/* PC
------------------------------------ */
.page-ir .parent_wrap .is-style-group_white ul > li,
.post-4112 .parent_wrap .is-style-group_white ul > li {
  list-style-type: none;
}
@media screen and (min-width: 960px) {
  .page-ir .row01,
  .post-4112 .row01 {
    max-width: 1566px;
    margin: 0 auto;
    /* height: 380px; */
  }

  .page-ir .row01_content,
  .post-4112 .row01_content {
    margin: 0;
    position: relative;
  }
  .page-ir .row01 .row01_content .row01_left h4,
  .post-4112 .row01 .row01_content .row01_left h4 {
    min-width: 200px;
  }
  .page-ir .is-style-group_white ul > li,
  .page-ir .parent_wrap .is-style-group_white ul,
  .post-4112 .is-style-group_white ul > li,
  .post-4112 .parent_wrap .is-style-group_white ul {
    padding-left: 0;
    margin-bottom: 0;
  }

  .page-ir .row01 .tab,
  .post-4112 .row01 .tab {
    padding-left: 20px;
  }
  .page-ir .row01 .info_button,
  .post-4112 .row01 .info_button {
    font-size: 0;
    margin-top: 31px;
    position: absolute;
    top: 244px;
  }
  .page-ir .row01 .info_button a,
  .post-4112 .row01 .info_button a {
    width: 170px;
  }
  .page-ir .row01 .info_button a:hover,
  .post-4112 .row01 .info_button a:hover {
    color: #ffffff;
    background-color: #000000;
    opacity: 1;
  }
  .page-ir .row01 .info_button ul li.slide:hover:before,
  .post-4112 .row01 .info_button ul li.slide:hover:before {
    content: "";
    position: absolute;
    background: url(../img/info_button_w.png) center top / contain no-repeat;
    width: 22px;
    height: 4.5px;
    top: 21px;
    right: 12px;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: 1;
  }

  .page-ir .row01 .row01_right,
  .post-4112 .row01 .row01_right {
    width: 70%;
    min-width: 670px;
    min-height: 340px;
  }
  .page-ir .row01 .panel_content li a .info_cate,
  .post-4112 .row01 .panel_content li a .info_cate {
    width: 80px;
  }

  .page-ir .row01 .panel_content li a .info_title,
  .post-4112 .row01 .panel_content li a .info_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}

/* SP
------------------------------------ */
@media screen and (max-width: 959px) {
  .page-ir .is-style-group_white .row01 ul,
  .post-4112 .is-style-group_white .row01 ul {
    padding-left: 0;
  }
  .page-ir .row01,
  .post-4112 .row01 {
    margin: 0 auto;
    padding: 0;
  }

  .page-ir .row01_content,
  .post-4112 .row01_content {
    display: block;
    margin: 0;
  }

  .page-ir .row01 .info_change ul,
  .post-4112 .row01 .info_change ul {
    flex-wrap: wrap;
  }
  .page-ir .row01 .info_change ul li,
  .post-4112 .row01 .info_change ul li {
    margin-left: 6vw;
  }

  .page-ir .row01 .tab,
  .post-4112 .row01 .tab {
    width: 40%;
  }
  .page-ir .row01 .tab:before,
  .post-4112 .row01 .tab:before {
    left: -14px;
  }
  .page-ir .row01 .tab.active:before,
  .post-4112 .row01 .tab.active:before {
    left: -14px;
  }

  .page-ir .row01 .info_button a,
  .post-4112 .row01 .info_button a {
    width: 100%;
  }
  .page-ir .parent_wrap .row01 .info_button ul li,
  .post-4112 .parent_wrap .row01 .info_button ul li {
    width: 100%;
  }

  .page-ir .row01 .info_button a:hover,
  .post-4112 .row01 .info_button a:hover {
    color: #ffffff;
    background-color: #000000;
    opacity: 1;
  }

  .page-ir .row01 .panel_content li a .info_cate,
  .post-4112 .row01 .panel_content li a .info_cate {
    width: 20vw;
  }

  .page-ir .row01 .panel_content li a .info_title,
  .post-4112 .row01 .panel_content li a .info_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .page-ir .row01 .info_button a,
  .post-4112 .row01 .info_button a {
    padding: 14px 40px;
  }
  .page-ir .row01 .panel_content li a .info_cate,
  .post-4112 .row01 .panel_content li a .info_cate {
    width: 10vw;
  }
}
/* bg */
@media (min-width: 960px) {
  .page-ir .parent_wrap .is-style-group_white,
  .post-4112 .parent_wrap .is-style-group_white {
    background-color: #ffffff;
    max-width: initial;
    padding: 100px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .is-style-group_white .is-style-group_white_inn {
    max-width: 1366px;
    padding-right: 100px;
    padding-left: 100px;
    margin: 0 auto;
  }
  .page-ir .row01 .info_button,
  .post-4112 .row01 .info_button {
    position: absolute;
    bottom: 80px;
  }
}
/* 以降 */
@media (min-width: 960px) {
  .outer_wrap .child-banner-button.child-banner-button_3col a img {
    height: 100px;
  }
  .outer_wrap .child-banner-button.child-banner-button_3col .corporate_banner {
    height: 100px;
    width: 70%;
    background-position: right;
    background-size: cover;
  }
  .outer_wrap .child-banner-button.child-banner-button_3col .corporate_banner p {
    font-size: 16px;
    padding-left: 30px;
    padding-top: 20px;
  }
  .outer_wrap .child-banner-button.child-banner-button_3col .corporate_banner p:after {
    left: 32px;
    bottom: 38px;
  }
  .page-ir .parent_wrap .wp-block-table a,
  .post-4112 .parent_wrap .wp-block-table a {
    text-decoration: underline;
    color: #187fc4;
  }
}
@media (min-width: 768px) {
  .outer_wrap .child-banner-button.child-banner-button_3col .corporate_banner p span {
    line-height: 1.2;
    padding-top: 6px;
    font-size: 12px;
  }
}
@media (max-width: 959px) {
  .page-ir .ir-bn .wp-block-column,
  .post-4112 .ir-bn .wp-block-column {
    margin-top: 40px;
  }
  .page-ir .ir-bn,
  .post-4112 .ir-bn {
    display: block;
  }
}
/* IR↑ */
/* 事業部第二↓ */
.page-business .parent_wrap h3,
.post-1370 .parent_wrap h3 {
  font-family: "Nunito Sans", "Noto Sans JP", sans-serif;
}
.parent_wrap .main_top_in .business-videolink {
  text-align: right;
  width: 100%;
}
.parent_wrap .main_top_in .business-videolink a {
  text-decoration: underline;
  /* position: relative; */
}
.parent_wrap .main_top_in .business-videolink a:hover {
  color: #187fc4;
  opacity: 1;
}
.parent_wrap .market-wrap {
  display: flex;
}
.parent_wrap .market-item {
  width: 100%;
}
.parent_wrap .market-item-bg {
  width: 100%;
}
.parent_wrap .market-item-bg01 {
  background: url(../../../uploads/2023/09/business-market01.jpg) no-repeat center/cover;
}
.parent_wrap .market-item-bg02 {
  background: url(../../../uploads/2023/09/business-market02.jpg) no-repeat center/cover;
}
.parent_wrap .market-item-bg03 {
  background: url(../../../uploads/2023/09/business-market03.jpg) no-repeat center/cover;
}
.parent_wrap .market-item-bg04 {
  background: url(../../../uploads/2023/09/business-market04.jpg) no-repeat center/cover;
}
.parent_wrap .market-item-wrap {
  color: #fff;
  text-align: center;
}
#wrapper .parent_wrap .market-item_title {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
#wrapper .market-item_title span {
  display: block;
  font-size: 10px;
  line-height: 1;
}
#wrapper .parent_wrap .market-item_list-wrap {
  height: 70px;
}
#wrapper .parent_wrap .market-item_list01 {
  padding-top: 20px;
}
#wrapper .parent_wrap .market-item_list {
  line-height: 1.8;
}
.parent_wrap .market-item-wrap:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(135deg);
  margin-left: 49.2%;
  margin-top: 10px;
}
.parent_wrap .market-item-link {
  padding-top: 30px;
  padding-bottom: 24px;
  cursor: pointer;
  display: block;
}
.parent_wrap .unit-img-cont {
  position: relative;
}
#wrapper .parent_wrap .unit-img-in {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 80%;
}
#wrapper .parent_wrap .wp-block-column.unit-img-cont .wp-block-image {
  height: 240px;
}
#wrapper .parent_wrap .wp-block-column.unit-img-cont .wp-block-image img {
  height: 240px;
  object-fit: cover;
}
@media (min-width: 960px) {
  .parent_wrap .market-wrap {
    column-gap: 30px;
  }
  .parent_wrap .main_top_in .business-videolink {
    margin-top: 100px;
  }
}
@media (max-width: 959px) {
  .parent_wrap .market-wrap {
    row-gap: 10px;
    flex-direction: column;
  }
  .parent_wrap .market-item-link {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  #wrapper .parent_wrap .market-item_list-wrap {
    height: 60px;
  }
  #wrapper .parent_wrap .market-item_list01 {
    padding-top: 10px;
  }
  #wrapper .parent_wrap .market-wrap p {
    margin-bottom: 0vw;
  }
  .parent_wrap .market-item-wrap:after {
    margin-top: 0px;
  }
  #wrapper .parent_wrap .market-wrap p {
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  #wrapper .parent_wrap .inner_wrap .business-videolink {
    margin-top: 9vw;
    font-size: 11px;
    text-align: left;
  }
  .page-business .parent_wrap .is-type-video,
  .post-1360 .parent_wrap .is-type-video,
  .post-1370 .parent_wrap .is-type-video {
    margin-bottom: 0;
  }
  .post-1360 .parent_wrap .main_top_in p {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .post-1360#wrapper .parent_wrap .inner_wrap .business-videolink {
    margin-top: 4vw;
  }
  .post-1360 .parent_wrap h3 {
    margin-top: 8vw;
  }
}
/* 事業部第二↑ */
/* IRニュース↓ */
.page-news h2,
.post-8807 h2 {
  position: relative;
  font-family: "Nunito Sans", "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: 700;
  font-style: italic;
  /* margin-bottom: 100px; */
  padding-left: 100px;
  padding-right: 100px;
}
.page-news h2 span,
.post-8807 h2 span {
  display: block;
  font-size: 14px;
  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;
}
@media (min-width: 768px) {
  .page-news .inner_wrap,
  .post-8807 .inner_wrap {
    max-width: 1566px;
    padding: 250px 100px 128px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .page-news .inner_wrap,
  .post-8807 .inner_wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-news .inner_wrap,
  .post-8807 .inner_wrap {
    padding: 38vw 7vw 0;
    width: 100%;
  }
  .page-news h2,
  .post-8807 h2 {
    font-size: 8vw;
    margin-bottom: 10vw;
    padding-left: 3.5vw;
  }
  .page-news h2 span,
  .post-8807 h2 span {
    font-size: 4vw;
    margin-top: -1vw;
  }
}
/* サステナビリティ↓ */
@media (max-width: 959px) {
  .post-1140 .parent_wrap h3 {
    margin-top: 8vw;
    line-height: 1.4;
  }
  .post-1140 .parent_wrap .main_top_in p {
    margin-top: 8vw;
    line-height: 1.5;
  }
}
