@charset "UTF-8";
/*
変数
=================================== */
html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

#ir {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #333;
}
#ir #contents {
  display: block;
  float: unset;
  margin: 0 auto 100px;
  width: 100%;
}

/*
調整
=================================== */
.only-sp {
  display: none;
}
@media only screen and (max-width: 769px) {
  .only-sp {
    display: block;
  }
}

.--only-print {
  display: none;
}

p {
  line-height: 1.75;
}

img {
  height: auto;
  max-width: 100%;
}

.--align-l {
  text-align: left !important;
}

.--align-c {
  text-align: center !important;
}

.--align-r {
  text-align: right !important;
}

@media only screen and (min-width: 770px) {
  .--pc-align-l {
    text-align: left !important;
  }
  .--pc-align-c {
    text-align: center !important;
  }
  .--pc-align-r {
    text-align: right !important;
  }
}
@media only screen and (max-width: 769px) {
  .--sp-align-l {
    text-align: left !important;
  }
  .--sp-align-c {
    text-align: center !important;
  }
  .--sp-align-r {
    text-align: right !important;
  }
}
.--margin-r0 {
  margin-right: 0 !important;
}

.--margin-r10 {
  margin-right: 10px !important;
}

.--margin-r20 {
  margin-right: 20px !important;
}

.--margin-t-20 {
  margin-top: -20px !important;
}

.--margin-t-10 {
  margin-top: -10px !important;
}

.--margin-t0 {
  margin-top: 0 !important;
}

.--margin-t5 {
  margin-top: 5px !important;
}

.--margin-t10 {
  margin-top: 10px !important;
}

.--margin-t20 {
  margin-top: 20px !important;
}

.--margin-t30 {
  margin-top: 30px !important;
}

.--margin-b0 {
  margin-bottom: 0 !important;
}

.--margin-b10 {
  margin-bottom: 10px !important;
}

.--margin-b20 {
  margin-bottom: 20px !important;
}

.--margin-b30 {
  margin-bottom: 30px !important;
}

.--margin-lr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.--padding-t10 {
  padding-top: 10px !important;
}

.--padding-r10 {
  padding-right: 10px !important;
}

.--padding-b10 {
  padding-bottom: 10px !important;
}

.--padding-l10 {
  padding-left: 10px !important;
}

.--padding-t20 {
  padding-top: 20px !important;
}

.--padding-r20 {
  padding-right: 20px !important;
}

.--padding-b20 {
  padding-bottom: 20px !important;
}

.--padding-l20 {
  padding-left: 20px !important;
}

.--padding-t30 {
  padding-top: 30px !important;
}

.--padding-r30 {
  padding-right: 30px !important;
}

.--padding-b30 {
  padding-bottom: 30px !important;
}

.--padding-l30 {
  padding-left: 30px !important;
}

.--margin-t1em {
  margin-top: 1em !important;
}

.--margin-r1em {
  margin-right: 1em !important;
}

.--margin-b1em {
  margin-bottom: 1em !important;
}

.--padding-l1em {
  padding-left: 1em !important;
}

.--padding-t1em {
  padding-top: 1em !important;
}

.--padding-r1em {
  padding-right: 1em !important;
}

.--padding-b1em {
  padding-bottom: 1em !important;
}

.--padding-l1em {
  padding-left: 1em !important;
}

.--margin-t2em {
  margin-top: 2em !important;
}

.--margin-r2em {
  margin-right: 2em !important;
}

.--margin-b2em {
  margin-bottom: 2em !important;
}

.--padding-l2em {
  padding-left: 2em !important;
}

.--padding-t2em {
  padding-top: 2em !important;
}

.--padding-r2em {
  padding-right: 2em !important;
}

.--padding-b2em {
  padding-bottom: 2em !important;
}

.--padding-l2em {
  padding-left: 2em !important;
}

.--margin-t3em {
  margin-top: 3em !important;
}

.--margin-r3em {
  margin-right: 3em !important;
}

.--margin-b3em {
  margin-bottom: 3em !important;
}

.--padding-l3em {
  padding-left: 3em !important;
}

.--padding-t3em {
  padding-top: 3em !important;
}

.--padding-r3em {
  padding-right: 3em !important;
}

.--padding-b3em {
  padding-bottom: 3em !important;
}

.--padding-l3em {
  padding-left: 3em !important;
}

.--w100 {
  width: 100%;
}

.--h100 {
  height: 100%;
}

.--max-w1100 {
  max-width: 1100px;
}

.--max-w1200 {
  max-width: 1200px;
}

@media only screen and (max-width: 769px) {
  .--sp-max-w400 {
    max-width: 400px;
  }
}
.--w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.--strong {
  font-size: 120%;
  font-weight: bold;
}

.--medium {
  font-weight: 500;
}

.--bold {
  font-weight: bold;
}

.--bolder {
  font-weight: bolder;
}

.--small {
  font-size: 80%;
}

.--fsize90 {
  font-size: 90%;
}

.--fsize120 {
  font-size: 120%;
}

.--fsize-s {
  font-size: 0.875em;
}

.--fsize-l {
  font-size: 1.125em;
}

@media only screen and (min-width: 770px) {
  .--pc_fsize-l {
    font-size: 1.125em;
    font-size: clamp(1.09375em, 0.938vw, 1.125em);
  }
}
.--uline {
  text-decoration: underline;
}

.--color-blue {
  color: #0061B1;
}

.--color-rightblue {
  color: #007bcc;
}

.--color-green {
  color: #009A58;
}

.--color-bluegreen {
  color: #00B0B4;
}

.--color-orange {
  color: #F18D00;
}

.--color-pink {
  color: #E9518E;
}

.--color-purple {
  color: #794698;
}

.--color-bluegray {
  color: #4C829A;
}

.--color-white {
  color: #fff;
}

.--bg-blue__dark {
  background: rgb(223, 234, 248);
}

.--bg-blue {
  background: rgba(223, 234, 248, 0.5);
}

.--bg-orange {
  background: rgba(241, 141, 0, 0.2);
}

.--bg-green {
  background: rgba(0, 154, 88, 0.1);
}

.--bg-bluegreen {
  background: rgb(214, 237, 237);
}

.--bg-purple {
  background: rgba(121, 70, 152, 0.1);
}

.--bg-pink {
  background: rgb(255, 241, 246);
}

.--bg-gray {
  background: #efedee;
}

.--bg-gray__right {
  background: rgba(239, 237, 238, 0.2);
}

.--bg-grad-blue {
  background: linear-gradient(to right, #00B1EA 0%, #0061B1 33%, #0061B1 100%);
}

.--block {
  display: block;
}

.--inline-block {
  display: inline-block;
}

.--flex {
  display: flex;
}
.--flex.--wrap {
  flex-wrap: wrap;
}
.--flex.--even > * {
  flex: 1;
}
.--flex.--between {
  justify-content: space-between;
}
.--flex.--end {
  justify-content: flex-end;
}
.--flex.--align-center {
  align-items: center;
}
.--flex.--rtl {
  flex-direction: row-reverse;
}
.--flex.--col {
  flex-direction: columns;
}

.--grid {
  display: grid;
}
.--grid.--align-center {
  align-items: center;
}

.--gap1em {
  gap: 1em;
}

.--gap2em {
  gap: 2em;
}

.--gap3em {
  gap: 3em;
}

.--gap4em {
  gap: 4em;
}

.--pc_flex {
  display: flex;
}
@media only screen and (min-width: 770px) {
  .--pc_flex.--wrap {
    flex-wrap: wrap;
  }
  .--pc_flex.--even > * {
    flex: 1;
  }
  .--pc_flex.--between {
    justify-content: space-between;
  }
  .--pc_flex.--end {
    justify-content: flex-end;
  }
  .--pc_flex.--align-center {
    align-items: center;
  }
  .--pc_flex.--rtl {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 769px) {
  .--pc_flex {
    flex-direction: column;
  }
}

@media only screen and (min-width: 770px) {
  .--pc_grid {
    display: grid;
  }
  .--pc_grid.--align-center {
    align-items: center;
  }
}
@media only screen and (max-width: 769px) {
  .--sp-gap0 {
    gap: 0;
  }
  .--sp-block {
    display: block;
  }
}
.--kv25 {
  font-family: "Arial", Arial, sans-serif !important;
  font-style: italic;
  font-weight: bolder;
}
.--kv25.--bold {
  font-family: "Arial Black", Arial, sans-serif !important;
  font-weight: bold;
}

.--kv {
  font-family: "Arial", Arial, sans-serif !important;
  font-style: italic;
  font-weight: bold;
}

[class^=title-article-] .--kv25 {
  font-weight: unset;
}

.list-navi .--kv25 {
  font-weight: unset;
}

.title-top-h2 .--kv25 {
  font-weight: unset;
}

/*
animation
=================================== */
.anim-underline .anim-underline-item {
  position: relative;
}
.anim-underline .anim-underline-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.9);
  transition: width 0.3s ease-out;
}
.anim-underline:hover {
  text-decoration: none;
}
.anim-underline:hover .anim-underline-item:before {
  width: 100%;
}

/*フェードインアニメーションの指定*/
.scrollanime {
  opacity: 0;
} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.updown {
  transform: translateY(-50px);
}

.downup {
  transform: translateY(50px);
}

/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
} /*横スクロールバーを隠す*/
.slide-right {
  transform: translateX(70px);
}

.slide-left {
  transform: translateX(-70px);
}

/*
common調整
=================================== */
figure {
  margin: 0 auto !important;
}

p + p, p + ul, p + ol, p + .textbox, p + .datelist, p + table.table, p + .columns, ul + p, ul + ul, ul + ol, ul + .textbox, ul + .datelist, ul + table.table, ul + .columns, ol + p, ol + ul, ol + ol, ol + .textbox, ol + .datelist, ol + table.table, ol + .columns, .textbox + p, .textbox + ul, .textbox + ol, .textbox + .textbox, .textbox + .datelist, .textbox + table.table, .textbox + .columns, .datelist + p, .datelist + ul, .datelist + ol, .datelist + .textbox, .datelist + .datelist, .datelist + table.table, .datelist + .columns, table.table + p, table.table + ul, table.table + ol, table.table + .textbox, table.table + .datelist, table.table + table.table, table.table + .columns, .columns + p, .columns + ul, .columns + ol, .columns + .textbox, .columns + .datelist, .columns + table.table, .columns + .columns {
  margin-top: 0;
}

body.ir #globalnavi li.ir a {
  color: #ffffff;
  background: #0077be;
}

/*
共通パーツ
=================================== */
.contents-wrap {
  margin-inline: auto;
  width: 100%;
  max-width: 1500px;
  padding-inline: 50px;
}
.contents-wrap.--full {
  max-width: initial;
}
@media print, screen and (max-width: 1500px) {
  .contents-wrap {
    padding-inline: 3.333vw;
  }
}
@media only screen and (max-width: 769px) {
  .contents-wrap {
    padding-inline: clamp(15px, 3.255vw, 25px);
  }
}

.img-wrap__basic figure {
  text-align: center;
}

* + .img-wrap__basic {
  margin: 30px 0 0;
}
@media only screen and (max-width: 769px) {
  * + .img-wrap__basic {
    margin: 20px 0 0;
  }
}

@media only screen and (max-width: 769px) {
  .contents-text__basic {
    font-size: 1.4rem;
    margin: 15px 0 0;
  }
}

* + .contents-text__basic {
  margin: 20px 0 0;
}
@media only screen and (max-width: 769px) {
  * + .contents-text__basic {
    margin: 15px 0 0;
  }
}

.list-basic {
  line-height: 1.75;
  margin: 0 !important;
  padding: 0 0 0 20px;
}
.list-basic li {
  list-style-type: disc;
}
.list-basic li + li {
  margin: 5px 0 0;
}
@media only screen and (max-width: 769px) {
  .list-basic li + li {
    margin: 0;
  }
}
.list-basic .link-basic-item {
  color: #0061B1;
  position: relative;
  text-decoration: none;
  transition: all 0.2s;
}
.list-basic .link-basic-item:hover {
  color: #007bcc;
  text-decoration: none;
}
.list-basic .link-basic-item.--link-pdf {
  margin: 0 30px 0 0;
}
.list-basic .link-basic-item.--link-pdf::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/ir/annual_online/img/base/icon_pdf.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0.2em;
  margin: auto 0 auto 0.5em;
  transition: all 0.2s;
}

.list-notice {
  line-height: 1.75;
  margin: 1em 0 0;
}
.list-notice li {
  display: table;
  font-size: 1.4rem;
  list-style: none;
}
@media only screen and (max-width: 769px) {
  .list-notice li {
    font-size: 1.2rem;
  }
}
.list-notice li .list-notice-icon {
  display: table-cell;
  padding: 0 10px 0 0;
  white-space: nowrap;
}
@media only screen and (min-width: 770px) {
  .list-notice.--pc-align-r > li {
    display: block;
  }
  .list-notice.--pc-align-r > li > span {
    display: inline;
  }
}
.list-notice.--block > li {
  display: block;
}
.list-notice.--block > li > span {
  display: inline;
}
@media only screen and (max-width: 769px) {
  .list-notice.--sp-block > li {
    display: block;
  }
  .list-notice.--sp-block > li > span {
    display: inline;
  }
}

.list-circle > li, .list-circle__bg > li {
  position: relative;
  padding-left: 1.2em;
}
.list-circle > li:before, .list-circle__bg > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background: #0061B1;
}

.list-circle__bg > li {
  background: rgba(223, 234, 248, 0.5);
  padding-left: 1.5em;
}
.list-circle__bg > li + li {
  margin-top: 5px;
}
.list-circle__bg > li:before {
  width: 0.5em;
  height: 0.5em;
  left: 0.64em;
  top: 0.64em;
}

.dl-blue {
  display: grid;
  grid-template-columns: 15% 1fr;
  gap: 1em;
}
.dl-blue dt {
  font-weight: bold;
  color: #0061B1;
}

.btn-basic {
  display: inline-block;
  position: relative;
  padding: 0.7em 2.5em 0.7em 1.25em;
  font-size: clamp(1.6rem, 2vw, 1.125em);
  border: 1px solid #0061B1;
  color: #333;
  transition: all 0.2s;
}
.btn-basic::after {
  content: "";
  border: 0;
  border-right: solid 3px #0061B1;
  border-top: solid 3px #0061B1;
  height: 0.5em;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2em;
  transform: rotate(45deg);
  transition: all 0.2s;
  width: 0.5em;
}
.btn-basic:hover {
  background-color: #0061B1;
  text-decoration: none;
}
.btn-basic:hover::after {
  content: "";
  border-right: solid 3px #fff;
  border-top: solid 3px #fff;
  right: calc(1.2em - 5px);
}
.btn-basic.--link-pdf::after {
  border: unset;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/ir/annual_online/img/base/icon_pdf.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  margin: auto 0 auto 10px;
  transform: unset;
  transition: all 0.2s;
}
@media only screen and (max-width: 769px) {
  .btn-basic {
    font-size: 1.6rem;
  }
}

.table-wrap + .list-notice {
  margin: 10px 0 0;
}

.--text-head, .--text-head__fill {
  display: inline-block;
  margin-right: 0.7em;
  padding: 0.25em 0.6em;
  line-height: 1.1;
  border: 1px solid #0061B1;
  color: #0061B1;
}

.--text-head__fill {
  background: #0061B1;
  color: #fff;
}

.--icon {
  display: inline-block;
  position: relative;
  top: -0.1em;
  margin-right: 3px;
  vertical-align: middle;
}

.spirit {
  font-family: "Times New Roman", Times, serif !important;
  font-weight: bold;
}

/*
共通ブロック
=================================== */
.topNavArea {
  width: unset;
  margin-top: 0;
}

/* breadCrumbs */
#breadCrumbs {
  width: 100%;
}

/* main-title-wrap */
.main-title-wrap {
  background: url(../img/base/bg_main-title.jpg) no-repeat center center;
  background-size: cover;
}
.main-title-wrap .main-title {
  padding-left: 20%;
  font-size: clamp(1.125em, 2.344vw, 2.8125em);
  font-size: clamp(18px, 2.344vw, 45px);
}
.main-title-wrap .main-title .sub {
  margin-bottom: 0.2em;
  font-size: 0.777em;
}
.main-title-wrap .btn-wrap {
  margin-inline: auto;
  max-width: 340px;
  width: 100%;
}
.main-title-wrap .btn-basic {
  display: grid;
  align-items: center;
  padding-block: 0.65em;
  width: 100%;
  min-height: 4.25em;
  font-weight: bold;
  line-height: 1.4;
  background: #fff;
  color: #0061B1;
  text-align: center;
}
.main-title-wrap .btn-basic:hover {
  color: #0061B1;
}
.main-title-wrap .btn-basic:hover:after {
  border-color: #0061B1;
}
.main-title-wrap .btn-basic + .btn-basic {
  margin-top: 1.25em;
}
@media only screen and (min-width: 770px) {
  .main-title-wrap .btn-wrap {
    margin: 0;
    width: 33%;
  }
  .main-title-wrap .btn-basic {
    font-size: clamp(1.4rem, 2vw, 1.125em);
  }
  .main-title-wrap .contents-wrap {
    padding-block: min(3.3vw, 62.25px);
    background: url(../img/base/logo.png) no-repeat 20px bottom;
    background-size: contain;
  }
}
@media only screen and (max-width: 769px) {
  .main-title-wrap {
    padding-block: 5px 25px;
  }
  .main-title-wrap .main-title {
    display: grid;
    align-content: center;
    margin: 0 auto;
    padding-left: 85px;
    min-height: 100px;
    background: url(../img/base/logo.png) no-repeat 0 center;
    background-size: contain;
  }
  .main-title-wrap + .btn-basic {
    margin-top: 1em;
  }
}

/* btmLinkArea */
.btmLinkArea {
  margin-top: clamp(2em, 4.167vw, 80px);
}
.btmLinkArea .btn-wrap {
  gap: min(3.125vw, 60px);
}
.btmLinkArea .btn-basic {
  display: grid;
  align-items: center;
  padding: 0.65em 1.8em 0.65em 1em;
  height: 100%;
  min-height: 4.25em;
  line-height: 1.4;
  font-weight: bold;
  background: #0061B1;
  color: #fff;
  text-align: center;
}
.btmLinkArea .btn-basic:after {
  border-color: #fff;
}
.btmLinkArea .btn-basic.--type01:after {
  border-color: #0061B1;
}
.btmLinkArea .btn-basic .--sub {
  display: block;
  font-size: 0.75em;
}
@media only screen and (min-width: 770px) {
  .btmLinkArea .btn-basic {
    font-size: clamp(1.4rem, 2vw, 1.125em);
  }
}
@media only screen and (max-width: 769px) {
  .btmLinkArea .btn-basic {
    max-width: 280px;
    margin-inline: auto;
  }
}
.btmLinkArea .--type01 .btn-basic {
  width: 100%;
}
@media only screen and (min-width: 770px) {
  .btmLinkArea .--type01 .btn-basic {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 340px;
    padding-right: 2.5em;
  }
}
.btmLinkArea .note-wrap {
  gap: clamp(1em, 1.979vw, 38px);
  margin-top: clamp(2em, 3.125vw, 60px);
  padding: 1.032em;
  border: 1px solid #eff0f2;
}
.btmLinkArea .note-img {
  flex: 0 0 20%;
}
.btmLinkArea .note-img img {
  display: block;
  margin: 0 auto;
}

/*
トップページ
=================================== */
.section-top-h2 {
  margin-block: 40px;
  padding-block: min(4.427vw, 85px);
}
@media only screen and (max-width: 769px) {
  .section-top-h2 {
    margin-block: 20px;
  }
}

.title-top-h2 {
  font-size: clamp(1.8rem, 1.875vw, 36px);
}

.pg-top .btn-basic {
  display: grid;
  padding-block: 0.65em;
  min-height: 4.25em;
  font-weight: bold;
  line-height: 1.4;
  align-items: center;
}
.pg-top .btn-basic.--type01 {
  background: #fff;
  color: #0061B1;
}
.pg-top .btn-basic.--type01:hover {
  color: #0061B1;
}
.pg-top .btn-basic.--type01:hover:after {
  border-color: #0061B1;
}

/* ---------------------------
  トップページ - メッセージ
  ---------------------------- */
.topMsgArea {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.topMsgArea:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  will-change: transform, opacity;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  z-index: -1;
}
.topMsgArea:hover:before {
  transform: translate(-50%, -50%) scale(1.025);
}
.topMsgArea .title-top-h2 {
  margin: 0 auto 0.5em;
  width: -moz-fit-content;
  width: fit-content;
}
.topMsgArea .btn-basic {
  margin: 1.8em auto 0;
  max-width: 320px;
  min-height: 3.8889em;
  padding-block: 0.768em;
}
@media only screen and (max-width: 769px) {
  .topMsgArea .btn-basic {
    margin-top: 1em;
  }
}
.topMsgArea .txt-wrap {
  font-weight: bold;
  color: #fff;
}
.topMsgArea .txt-wrap p {
  font-size: clamp(0.875em, 1.354vw, 1.625em);
}
@media only screen and (min-width: 770px) {
  .topMsgArea .txt-wrap {
    width: 50%;
  }
}

#president_msg:before {
  background: url(../img/top/img_bg_msg_president.jpg) no-repeat center center;
  background-size: cover;
}

#cfo_msg:before {
  background: url(../img/top/img_bg_msg_cfo.jpg) no-repeat center center;
  background-size: cover;
}

/* ---------------------------
  トップページ - 中期事業計画KAYAKU Vision 2025
  ---------------------------- */
.topPlanLinkArea {
  position: relative;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}
.topPlanLinkArea > a {
  display: block;
  padding-block: min(4.427vw, 85px);
}
.topPlanLinkArea:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: url(../img/top/img_bg_plan.jpg) no-repeat center center;
  background-size: cover;
  transform: translate(-50%, -50%);
  will-change: transform, opacity;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  z-index: -1;
}
.topPlanLinkArea:hover:before {
  transform: translate(-50%, -50%) scale(1.025);
  opacity: 0.7;
}
.topPlanLinkArea .txt-wrap {
  padding-block: min(0.4444vw, 8.53px);
  min-height: 80px;
}
.topPlanLinkArea .title-top-h2 .--icon-pdf {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  color: #fff;
}
.topPlanLinkArea .title-top-h2 .--icon-pdf::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(/ir/annual_online/img/base/icon_pdf.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto 0 auto 0.5em;
  transition: all 0.2s;
}
@media only screen and (max-width: 769px) {
  .topPlanLinkArea .title-top-h2 .--icon-pdf:after {
    width: 16px;
    height: 16px;
  }
}

/* ---------------------------
  トップページ - ストーリー
  ---------------------------- */
.topStoryArea .title-top-h2 {
  margin: 0 0 1em;
  color: #0061B1;
  text-align: center;
}
.topStoryArea .btn-wrap {
  gap: clamp(1em, 2.5vw, 48px);
}
@media only screen and (max-width: 769px) {
  .topStoryArea .btn-wrap {
    margin-block: 1em;
  }
}
.topStoryArea .btn-basic {
  padding-inline: 1em;
  font-size: 1.5625em;
}
@media print, screen and (max-width: 1500px) {
  .topStoryArea .btn-basic {
    font-size: clamp(1.4rem, 1.666vw, 1.5625em);
  }
}
@media only screen and (min-width: 770px) {
  .topStoryArea .btn-basic {
    height: 100%;
    min-height: 4.8em;
  }
}
@media only screen and (max-width: 769px) {
  .topStoryArea .btn-basic {
    max-width: 280px;
    margin-inline: auto;
    font: 1.6rem;
  }
}
@media only screen and (max-width: 769px) and (min-width: 425px) {
  .topStoryArea .btn-basic br {
    display: none;
  }
}
.topStoryArea .btn-wrap li .scrollanime {
  animation-duration: 0.75s;
  transform: translateY(20px);
}
.topStoryArea .btn-wrap li:nth-child(1) .scrollanime {
  animation-delay: 0s;
}
.topStoryArea .btn-wrap li:nth-child(2) .scrollanime {
  animation-delay: 0.2s;
}
.topStoryArea .btn-wrap li:nth-child(3) .scrollanime {
  animation-delay: 0.4s;
}

#business-growth_story {
  padding-top: 0;
}
#business-growth_story .contents-visual {
  position: relative;
  background: url(../img/top/img_story_business-growth.png) no-repeat center 0;
  background-size: contain;
}
#business-growth_story .contents-visual:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/625;
}
#business-growth_story .btn-wrap {
  margin-top: clamp(2em, 2.865vw, 3.4375em);
}
#business-growth_story .btn-wrap li .btn-item {
  display: block;
  height: 100%;
}
#business-growth_story .btn-wrap li .btn-basic {
  grid-template-columns: 2.4em 1fr;
  gap: 0.8em;
  color: #fff;
  border: 0;
  will-change: transform;
  transition: transform 0.3s ease-out;
}
#business-growth_story .btn-wrap li .btn-basic:before {
  content: "";
  display: block;
  width: 2.4em;
  aspect-ratio: 1/1;
  background: url(../img/top/icon_story_business-growth.png) no-repeat center 0;
  background-size: 100% auto;
}
#business-growth_story .btn-wrap li .btn-basic:after {
  display: none;
}
#business-growth_story .btn-wrap li .btn-basic > span {
  position: relative;
  margin-right: 0;
}
#business-growth_story .btn-wrap li .btn-basic > span::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/ir/annual_online/img/base/icon_pdf.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0.2em;
  margin: auto 0 auto 0.5em;
  transition: all 0.2s;
}
#business-growth_story .btn-wrap li .btn-basic:hover {
  transform: scale(1.05) !important;
}
#business-growth_story .btn-wrap li .bg-item {
  display: block;
  position: absolute;
  will-change: transform;
  transition: transform 0.3s ease-out;
}
#business-growth_story .btn-wrap li .bg-item img {
  transition: opacity 0.3s ease-out;
}
#business-growth_story .btn-wrap li .btn-item:hover + .bg-item {
  transform: scale(1.05);
}
@media only screen and (max-width: 769px) {
  #business-growth_story .btn-wrap li .btn-item:hover + .bg-item {
    transform: none;
  }
}
#business-growth_story .btn-wrap li:nth-of-type(1) .btn-basic {
  background: #007bcc;
}
#business-growth_story .btn-wrap li:nth-of-type(1) .bg-item {
  left: 2%;
  top: 13vw;
  width: 32.292%;
  aspect-ratio: 620/274;
}
#business-growth_story .btn-wrap li:nth-of-type(2) .btn-basic {
  background: #F18D00;
}
#business-growth_story .btn-wrap li:nth-of-type(2) .btn-basic:before {
  background-position-y: center;
}
#business-growth_story .btn-wrap li:nth-of-type(2) .bg-item {
  right: 0;
  top: 5.65vw;
  width: 33.959%;
  aspect-ratio: 652/162;
}
#business-growth_story .btn-wrap li:nth-of-type(3) .btn-basic {
  background: #E9518E;
}
#business-growth_story .btn-wrap li:nth-of-type(3) .btn-basic:before {
  background-position-y: bottom;
}
#business-growth_story .btn-wrap li:nth-of-type(3) .bg-item {
  right: 0;
  top: 17.8vw;
  width: 33.75%;
  aspect-ratio: 648/195;
}
#business-growth_story .link-graph-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 32%;
  transform: translate(-50%, 0);
}
#business-growth_story .link-graph-wrap .link-graph-svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
}
#business-growth_story .link-graph-wrap .link-graph-svg path {
  will-change: transform;
  transition: all 0.25s ease-out;
  transform-origin: center center;
  transform: scale(0.87);
}
#business-growth_story .link-graph-wrap #link-graph-svg1 {
  background: url(../img/top/img_story_business-growth_graph-center.png) no-repeat center center;
  background-size: 49.0517% auto;
  z-index: 1;
}
#business-growth_story .link-graph-wrap #link-graph-svg1 path {
  fill: transparent;
}
#business-growth_story .link-graph-wrap .graph-item-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
#business-growth_story .link-graph-wrap .graph-item-svg circle,
#business-growth_story .link-graph-wrap .graph-item-svg path {
  fill: none;
  transform-origin: center center;
  transition: all 0.25s ease-out;
}
#business-growth_story .link-graph-wrap .graph-item-svg circle.c1 {
  stroke: #ffffff;
  stroke-width: 3;
  r: 86;
}
#business-growth_story .link-graph-wrap .graph-item-svg circle.c2 {
  stroke-width: 25px;
  r: 52;
}
#business-growth_story .link-graph-wrap .graph-item-svg .g1 .c1 {
  stroke-dasharray: 218 188;
  stroke-dashoffset: 218;
}
#business-growth_story .link-graph-wrap .graph-item-svg .g1 .c2 {
  stroke: #007bcc;
  stroke-dasharray: 129 122;
  stroke-dashoffset: 136;
}
#business-growth_story .link-graph-wrap .graph-item-svg .g2 .c1 {
  stroke-dasharray: 215 390;
  stroke-dashoffset: 200;
}
#business-growth_story .link-graph-wrap .graph-item-svg .g2 .c2 {
  stroke: #F18D00;
  stroke-dasharray: 120 235;
  stroke-dashoffset: 110;
}
#business-growth_story .link-graph-wrap .graph-item-svg .g3 .c1 {
  stroke-dasharray: 168 402;
  stroke-dashoffset: 552;
}
#business-growth_story .link-graph-wrap .graph-item-svg .g3 .c2 {
  stroke: #E9518E;
  stroke-dasharray: 100 230;
  stroke-dashoffset: 318;
}
#business-growth_story .link-graph-wrap #textsvg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 89%;
  height: 89%;
  z-index: 20;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
#business-growth_story .link-graph-wrap .graph-item {
  -webkit-clip-path: url(#mask);
          clip-path: url(#mask);
}
#business-growth_story .link-graph-wrap .link-graph-mask {
  width: 0;
  height: 0;
}
#business-growth_story .link-text-wrap {
  font-size: 1.56vw;
  font-weight: bold;
}
#business-growth_story .link-text-item {
  position: absolute;
}
#business-growth_story .link-text-item a {
  display: block;
  height: 2.5vw;
  line-height: 5em;
  overflow: hidden;
  white-space: nowrap;
  transition: background 0.3s ease-out;
}
#business-growth_story .link-text-item a:hover {
  background: rgba(255, 255, 255, 0.3);
}
#business-growth_story .link-text-item:nth-child(1) {
  width: 15em;
  top: 28.15vw;
  left: 5.2vw;
}
#business-growth_story .link-text-item:nth-child(2) {
  width: 12.2em;
  top: 0.7vw;
  right: 8.8vw;
}
#business-growth_story .link-text-item:nth-child(3) {
  width: 11.5em;
  top: 28.7vw;
  right: 9.2vw;
}
#business-growth_story .btn-wrap:has(li:nth-of-type(1) .btn-basic:hover) + .link-graph-wrap .graph-item-svg .g1 circle,
#business-growth_story .btn-wrap:has(li:nth-of-type(1) .btn-basic:hover) + .link-graph-wrap .graph-item-svg .g1 path,
#business-growth_story .link-graph-svg:has(a:nth-child(1):hover) + .graph-item .graph-item-svg .g1 .c1,
#business-growth_story .link-graph-svg:has(a:nth-child(1):hover) + .graph-item .graph-item-svg .g1 .c2,
#business-growth_story .link-graph-svg:has(a:nth-child(1):hover) + .graph-item .graph-item-svg .g1 path {
  transform: scale(1.1) !important;
}
#business-growth_story .btn-wrap:has(li:nth-of-type(2) .btn-basic:hover) + .link-graph-wrap .graph-item-svg .g2 circle,
#business-growth_story .btn-wrap:has(li:nth-of-type(2) .btn-basic:hover) + .link-graph-wrap .graph-item-svg .g2 path,
#business-growth_story .link-graph-svg:has(a:nth-child(2):hover) + .graph-item .graph-item-svg .g2 .c1,
#business-growth_story .link-graph-svg:has(a:nth-child(2):hover) + .graph-item .graph-item-svg .g2 .c2,
#business-growth_story .link-graph-svg:has(a:nth-child(2):hover) + .graph-item .graph-item-svg .g2 path {
  transform: scale(1.1) !important;
}
#business-growth_story .btn-wrap:has(li:nth-of-type(3) .btn-basic:hover) + .link-graph-wrap .graph-item-svg .g3 circle,
#business-growth_story .btn-wrap:has(li:nth-of-type(3) .btn-basic:hover) + .link-graph-wrap .graph-item-svg .g3 path,
#business-growth_story .link-graph-svg:has(a:nth-child(3):hover) + .graph-item .graph-item-svg .g3 .c1,
#business-growth_story .link-graph-svg:has(a:nth-child(3):hover) + .graph-item .graph-item-svg .g3 .c2,
#business-growth_story .link-graph-svg:has(a:nth-child(3):hover) + .graph-item .graph-item-svg .g3 path {
  transform: scale(1.1) !important;
}
#business-growth_story .link-graph-wrap a:nth-of-type(1):hover path,
#business-growth_story .btn-wrap:has(li:nth-of-type(1) .btn-basic:hover) + .link-graph-wrap #link-graph-svg1 a:nth-child(1) path,
#business-growth_story .btn-wrap:has(li:nth-of-type(1) .btn-basic:hover) + .link-graph-wrap #mask path:nth-child(1),
#business-growth_story .link-graph-wrap:has(a:nth-child(1):hover) #mask path:nth-child(1) {
  transform: scale(0.96);
}
#business-growth_story .link-graph-wrap a:nth-of-type(2):hover path,
#business-growth_story .btn-wrap:has(li:nth-of-type(2) .btn-basic:hover) + .link-graph-wrap #link-graph-svg1 a:nth-child(2) path,
#business-growth_story .btn-wrap:has(li:nth-of-type(2) .btn-basic:hover) + .link-graph-wrap #mask path:nth-child(2),
#business-growth_story .link-graph-wrap:has(a:nth-child(2):hover) #mask path:nth-child(2) {
  transform: scale(0.96);
}
#business-growth_story .link-graph-wrap a:nth-of-type(3):hover path,
#business-growth_story .btn-wrap:has(li:nth-of-type(3) .btn-basic:hover) + .link-graph-wrap #link-graph-svg1 a:nth-child(3) path,
#business-growth_story .btn-wrap:has(li:nth-of-type(3) .btn-basic:hover) + .link-graph-wrap #mask path:nth-child(3),
#business-growth_story .link-graph-wrap:has(a:nth-child(3):hover) #mask path:nth-child(3) {
  transform: scale(0.96);
}

#value-creation_story {
  background: url(../img/top/img_bg_story_value-creation.jpg) no-repeat 0 center;
  background-size: cover;
}
@media only screen and (min-width: 770px) {
  #value-creation_story {
    padding-top: min(2.865vw, 55px);
  }
  #value-creation_story .btn-wrap {
    margin-top: min(5.054vw, 6.065em);
  }
}
#value-creation_story .title-top-h2 {
  text-shadow: 0 0 0.1em rgb(255, 255, 255), 0 0 0.2em rgb(255, 255, 255), 0 0 0.3em rgb(255, 255, 255), 0 0 0.5em rgb(255, 255, 255), 0 0 0.7em rgb(255, 255, 255);
}
#value-creation_story .btn-basic {
  color: #fff;
  border-color: #fff;
  will-change: transform;
  transition-duration: 0.3s;
  text-align: center;
}
#value-creation_story .btn-basic:after {
  display: none;
}
#value-creation_story .btn-basic > span {
  position: relative;
  margin-right: 0;
}
#value-creation_story .btn-basic > span::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/ir/annual_online/img/base/icon_pdf.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0.2em;
  margin: auto 0 auto 0.5em;
  transition: all 0.2s;
}
#value-creation_story .btn-basic:hover {
  transform: scale(1.015);
}

/* ---------------------------
  トップページ - CONTENTS
  ---------------------------- */
.topContentsArea {
  padding-top: 0;
  background: #f4faff;
}
.topContentsArea .title-top-h2 {
  margin: 0 0 1em;
  padding: 0.25em 0;
  font-size: clamp(1.125em, 2.083vw, 2.5em);
  background: #0061B1;
  color: #fff;
  text-align: center;
}
.topContentsArea .contents-menu-title {
  position: relative;
  margin: 0 0 0.75em;
  padding: 0.645em 0.645em 0.645em 1.4em;
  line-height: 1.4;
  font-size: clamp(1.125em, 1.667vw, 2em);
  color: #0061B1;
  background: #fff;
  box-shadow: 0 5px 0 rgba(0, 97, 177, 0.1);
}
.topContentsArea .contents-menu-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0.6255em;
  background: url(../img/top/img_ttl_contents.png) no-repeat 0 center;
  background-size: cover;
}
.topContentsArea .contents-menu-item {
  margin-block: 0.1em;
  font-size: clamp(1em, 1.042vw, 1.25em);
  font-weight: 500;
}
.topContentsArea .contents-menu-item > ul {
  margin-left: 1em;
}
.topContentsArea .contents-menu-item a {
  color: #333;
  position: relative;
  margin-right: 30px;
  margin: 0 0 0 -1.5em;
  padding: 0 0 0 1.5em;
  position: relative;
  text-decoration: none;
  transition: background-size 0.3s;
  -webkit-transition: background-size 0.3s;
  background-image: linear-gradient(90deg, #007bcc, #007bcc);
  background-repeat: no-repeat;
  background-position: 1.5em bottom;
  background-size: 0 1px;
}
.topContentsArea .contents-menu-item a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/ir/annual_online/img/base/icon_pdf.svg) no-repeat;
  background-size: contain;
  margin: auto 0 auto 0.5em;
  transition: all 0.2s;
}
.topContentsArea .contents-menu-item a:hover {
  color: #007bcc;
  background-size: calc(100% - 1.5em) 1px;
}
@media only screen and (min-width: 770px) {
  .topContentsArea .contents-menu-wrap {
    gap: clamp(1em, 5.208vw, 6.25em);
    grid-template-columns: repeat(3, 1fr);
  }
  .topContentsArea .contents-menu-box:nth-of-type(4) {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 769px) {
  .topContentsArea .title-top-h2 {
    padding: 0.5em 0;
  }
  .topContentsArea .contents-menu-wrap {
    padding-bottom: 1em;
  }
  .topContentsArea .contents-menu-box + .contents-menu-box {
    margin-top: 2em;
  }
}

/*
下層ページ
=================================== */
.ir-grid {
  display: grid;
  grid-template-columns: 1fr 26.286%;
  gap: clamp(2em, 4.167vw, 80px);
}
@media only screen and (max-width: 769px) {
  .ir-grid {
    grid-template: "side-navi" auto "contents-area" auto/1fr;
    gap: 0;
  }
}
.ir-grid .ir-grid__contents {
  font-variant-ligatures: none;
}
@media only screen and (max-width: 769px) {
  .ir-grid .ir-grid__contents {
    grid-area: contents-area;
    overflow: hidden;
  }
}
.ir-grid .ir-grid__sidenavi .list-navi {
  position: relative;
  margin-top: 2.5em;
}
.ir-grid .ir-grid__sidenavi .list-navi li {
  color: #ccc;
  position: relative;
  margin: 0 0 0.5em;
  padding-left: 2em;
  font-weight: bold;
  color: #ccc;
}
.ir-grid .ir-grid__sidenavi .list-navi li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background: #ccc;
  z-index: 1;
}
.ir-grid .ir-grid__sidenavi .list-navi li:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(0.375em - 1px);
  top: 1em;
  bottom: -1.5em;
  width: 2px;
  background: #ccc;
}
.ir-grid .ir-grid__sidenavi .list-navi li:last-child:after {
  display: none;
}
.ir-grid .ir-grid__sidenavi .list-navi li a {
  color: #8d8d8d;
}
.ir-grid .ir-grid__sidenavi .list-navi li.--active:before {
  background: #0061B1;
}
.ir-grid .ir-grid__sidenavi .list-navi li.--active:after {
  background: #0061B1;
}
.ir-grid .ir-grid__sidenavi .list-navi li.--active a {
  color: #0061B1;
}
.ir-grid .ir-grid__sidenavi .list-navi li.--current:before {
  box-shadow: 0 0 0 0.3em rgba(0, 97, 177, 0.2);
}
.ir-grid .ir-grid__sidenavi .list-navi li.--current a {
  color: #0061B1;
}
.ir-grid .ir-grid__sidenavi .list-navi li.--focus {
  color: #0061B1;
}
.ir-grid .ir-grid__sidenavi .list-navi li.--focus:before, .ir-grid .ir-grid__sidenavi .list-navi li.--focus:after {
  background: #0061B1;
}
@media only screen and (min-width: 770px) {
  .ir-grid .ir-grid__sidenavi .slidenavi-inner {
    position: sticky;
    top: 30px;
  }
}
@media only screen and (max-width: 769px) {
  .ir-grid .ir-grid__sidenavi .slidenavi-inner {
    grid-area: side-navi;
    display: grid;
    margin: 0 0 2em;
    grid-template-columns: 35% 1fr;
    gap: 2em;
    font-size: 1.4rem;
  }
  .ir-grid .ir-grid__sidenavi .list-navi {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 575px) {
  .ir-grid .ir-grid__sidenavi .slidenavi-inner {
    display: block;
  }
  .ir-grid .ir-grid__sidenavi .slidenavi-inner img {
    display: block;
    max-width: 200px;
    margin-inline: auto;
  }
  .ir-grid .ir-grid__sidenavi .list-navi {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 769px) {
  .ir-grid .ir-grid__sidenavi {
    display: none;
  }
}

.section-article-h2 {
  margin: 80px 0 0;
}
.section-article-h2:first-child {
  margin-top: 40px;
}
@media only screen and (max-width: 769px) {
  .section-article-h2 {
    margin: 50px 0 0;
  }
}
.section-article-h2 .title-article-h2 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 1em;
  padding: 0 0 0.5em;
  text-align: center;
  border-bottom: 1px solid #333;
}
@media only screen and (max-width: 769px) {
  .section-article-h2 .title-article-h2 {
    font-size: 2.4rem;
  }
}
.section-article-h2.--table-scroll-fixed-thead .title-article-h2 {
  background-color: #fff;
  padding: 0 180px 30px 0;
  position: sticky;
  top: 0;
  z-index: 10;
}
.section-article-h2.--table-scroll-fixed-thead .table-wrap {
  margin: 0;
}
.section-article-h2.--table-scroll-fixed-thead thead th {
  position: sticky;
  top: 72px;
  z-index: 10;
}

.contents-grid-item__l + .section-article-h2 {
  margin: 0;
}
@media only screen and (max-width: 769px) {
  .contents-grid-item__l + .section-article-h2 {
    margin: 0;
  }
}

.section-article-h3 .title-article-h3 {
  color: #0061B1;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.75;
  margin: 0 0 1em;
  position: relative;
}
.section-article-h3 .title-article-h3.--type02 {
  padding: 0 0 0.4em;
  border-bottom: 1px solid #0061B1;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .section-article-h3 .title-article-h3 {
    font-size: 2rem;
    padding: 0 0 10px;
  }
}
.section-article-h3.--table-scroll-fixed-thead .title-article-h3 {
  background-color: #fff;
  border-bottom: 10px solid #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
.section-article-h3.--table-scroll-fixed-thead .title-article-h3 + .table-wrap {
  margin: 0;
}
.section-article-h3.--table-scroll-fixed-thead thead {
  position: sticky;
  top: 67px;
  z-index: 10;
}

* + .section-article-h3 {
  margin: 50px 0 0;
}
* + .section-article-h3.--margin-t90 {
  margin-top: clamp(50px, 6.4285714286vw, 90px);
}
@media only screen and (max-width: 769px) {
  * + .section-article-h3 {
    margin: 40px 0 0;
  }
}

.title-article-h2 + .section-article-h3 {
  margin: 20px 0 0;
}
@media only screen and (max-width: 769px) {
  .title-article-h2 + .section-article-h3 {
    margin: 20px 0 0;
  }
}

.section-article-h4 .title-article-h4 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.75;
  margin: 0 0 1em;
  padding: 0 0 0 0.9em;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .section-article-h4 .title-article-h4 {
    font-size: 1.6rem;
  }
}
.section-article-h4 .title-article-h4::before {
  background: #0061B1;
  content: "";
  height: 1.25em;
  position: absolute;
  left: 0;
  top: 0.28em;
  width: 0.3em;
}
.section-article-h4 .title-article-h4 .--sub {
  font-size: 70%;
}
.section-article-h4.--table-scroll-fixed-thead .title-article-h4 {
  background-color: #fff;
  padding: 0 0 10px 1.5em;
  position: sticky;
  top: 0;
  z-index: 10;
}
.section-article-h4.--table-scroll-fixed-thead .title-article-h4 + .table-wrap {
  margin: 0;
}
.section-article-h4.--table-scroll-fixed-thead > .table-wrap thead tr:first-child th {
  position: sticky;
  top: 45px;
  z-index: 10;
}
.section-article-h4.--table-scroll-fixed-thead > .table-wrap thead tr:nth-child(2) th {
  position: sticky;
  top: 80.5px;
  z-index: 10;
}
.section-article-h4.--table-scroll-fixed-thead > div .table-wrap thead th {
  position: sticky;
  top: 45px;
  z-index: 10;
}

* + .section-article-h4 {
  margin: 40px 0 0;
}
@media only screen and (max-width: 769px) {
  * + .section-article-h4 {
    margin: 30px 0 0;
  }
}

.contents-grid {
  display: grid;
  gap: clamp(2em, 4.48vw, 5.375em);
}
@media only screen and (max-width: 769px) {
  .contents-grid .contents-grid-item__l {
    grid-area: contents-grid-item__l;
  }
  .contents-grid .contents-grid-item__r {
    grid-area: contents-grid-item__r;
  }
  .contents-grid .contents-grid-item__01 {
    grid-area: contents-grid-item__01;
  }
  .contents-grid .contents-grid-item__02 {
    grid-area: contents-grid-item__02;
  }
  .contents-grid .contents-grid-item__03 {
    grid-area: contents-grid-item__03;
  }
  .contents-grid .contents-grid-item__04 {
    grid-area: contents-grid-item__04;
  }
}
.contents-grid.--image-r {
  grid-template-columns: 1fr auto;
  gap: clamp(2em, 4.48vw, 5.375em);
}
.contents-grid.--column-2 {
  grid-template-columns: auto auto;
}
.contents-grid.--column-2.--between {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 769px) {
  .contents-grid.--column-2.--between {
    grid-template-columns: 1fr;
    grid-template: "contents-grid-item__l" auto "contents-grid-item__r" auto;
  }
}
.contents-grid.--column-2.--type05 .arrow {
  display: block;
  position: relative;
  align-items: center;
  display: flex;
}
.contents-grid.--column-2.--type05 .arrow:before {
  content: "";
  display: block;
  margin: 0 auto -6em;
  border: 5.8em solid transparent;
  border-top: 1.6em solid #a6b5bd;
}
@media only screen and (min-width: 770px) {
  .contents-grid.--column-2.--type01 {
    grid-template-columns: 52% 1fr;
  }
  .contents-grid.--column-2.--type02 {
    grid-template-columns: 53.572% 1fr;
  }
  .contents-grid.--column-2.--type03 {
    grid-template-columns: 55% 1fr;
  }
  .contents-grid.--column-2.--type04 {
    grid-template-columns: 60% 1fr;
  }
  .contents-grid.--column-2.--type05 {
    gap: min(0.8%, 10px);
    grid-template-columns: 54.3% 1fr 42.5%;
  }
  .contents-grid.--column-2.--type05 .arrow:before {
    position: absolute;
    margin: 0;
    border: 5.8em solid transparent;
    border-left: 1.6em solid #a6b5bd;
    font-size: clamp(0.8em, 1.142857vw, 1em);
  }
  .contents-grid.--column-2.--type06 {
    gap: clamp(2.1em, 2.6vw, 2.625em);
    grid-template-columns: 56.715% 1fr;
  }
}
@media only screen and (max-width: 769px) {
  .contents-grid.--column-2 {
    grid-template: "contents-grid-item__l" auto "contents-grid-item__r" auto;
  }
}
.contents-grid.--column-3 {
  grid-template-columns: auto auto auto;
}
.contents-grid.--column-3.--between {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 769px) {
  .contents-grid.--column-3.--between {
    grid-template-columns: 1fr;
    grid-template: "contents-grid-item__01" auto "contents-grid-item__02" auto "contents-grid-item__03" auto;
  }
}
@media only screen and (max-width: 769px) {
  .contents-grid.--column-3 {
    grid-template: "contents-grid-item__01" auto "contents-grid-item__02" auto "contents-grid-item__03" auto;
  }
}
.contents-grid.--column-3.--narrow {
  gap: 10px;
}
.contents-grid.--column-4 {
  grid-template-columns: auto auto auto auto;
}
.contents-grid.--column-4.--between {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 769px) {
  .contents-grid.--column-4.--between {
    grid-template-columns: 1fr;
    grid-template: "contents-grid-item__01" auto "contents-grid-item__02" auto "contents-grid-item__03" auto "contents-grid-item__04" auto;
  }
}
@media only screen and (max-width: 769px) {
  .contents-grid.--column-4 {
    grid-template: "contents-grid-item__01" auto "contents-grid-item__02" auto "contents-grid-item__03" auto "contents-grid-item__04" auto;
  }
}
@media only screen and (max-width: 769px) {
  .contents-grid.--reverse {
    grid-template: "contents-grid-item__r" auto "contents-grid-item__l" auto;
  }
}
@media only screen and (max-width: 769px) {
  .contents-grid figure {
    text-align: center;
  }
}

.contents-float .contents-float__l {
  float: left;
  padding: 0 30px 5px 0;
}
.contents-float .contents-float__r {
  float: right;
  padding: 0 0 5px 30px;
}

.table-wrap.--auto-scroll {
  overflow: auto;
  max-height: 60vh;
  max-width: 100%;
}
.table-wrap.--auto-scroll::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.table-wrap.--auto-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #f1f1f1;
}
.table-wrap.--auto-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #0061B1;
}
.table-wrap.--auto-scroll .table-caption {
  display: block;
  font-size: 1.2rem;
  margin: 0 0 5px;
}
.table-wrap.--auto-scroll .table-item {
  min-width: 150%;
}
.table-wrap .table-item {
  border-collapse: collapse;
  font-size: 1.4rem;
  width: 100%;
  /*行ヘッダーを固定する。topの値はjsで動的に指定*/
  /*行ヘッダーと列ヘッダーが重なる部分を固定する。top,leftの値はjsで動的に指定*/
  /*列ヘッダーを固定する。leftの値はjsで動的に指定*/
}
.table-wrap .table-item.sticky-table thead tr[class*=fixed-header-] th { /* for Safari */
  position: sticky;
  /* tbody tdより手前に表示する */
  z-index: 2;
}
.table-wrap .table-item.sticky-table thead tr[class*=fixed-header-] th[class*=fixed-column-] {
  /* 全てのセルより手前に表示する */
  z-index: 3;
}
.table-wrap .table-item.sticky-table tbody th[class*=fixed-column-] { /* for Safari */
  position: sticky;
  /* tbody tdより手前に表示する */
  z-index: 1;
}
.table-wrap .table-item th, .table-wrap .table-item td {
  border: 1px solid #d2d2d2;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.75;
  padding: 5px;
  text-align: left;
  vertical-align: middle;
}
.table-wrap .table-item th.--border-tn, .table-wrap .table-item td.--border-tn {
  border-top: none;
}
.table-wrap .table-item th.--border-bn, .table-wrap .table-item td.--border-bn {
  border-bottom: none;
}
.table-wrap .table-item th.--border-ln, .table-wrap .table-item td.--border-ln {
  border-left: none;
}
.table-wrap .table-item th.--border-rn, .table-wrap .table-item td.--border-rn {
  border-right: none;
}
.table-wrap .table-item thead th {
  background: #0061B1;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.table-wrap .table-item thead th.--bg-blue__light {
  background: #D8ECF8;
  color: inherit;
}
.table-wrap .table-item thead th.--bg-none {
  background: none !important;
}
.table-wrap .table-item thead th.--border-none {
  border: none !important;
}
.table-wrap .table-item.--layout-fixed {
  table-layout: fixed;
}
@media only screen and (max-width: 769px) {
  .table-wrap .table-item.--layout-fixed {
    table-layout: unset;
  }
}
.table-wrap .table-item .--vertical-writing {
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}
.table-wrap .table-item .link-basic-item {
  color: #0061B1;
  position: relative;
  text-decoration: none;
  transition: all 0.2s;
}
.table-wrap .table-item .link-basic-item:hover {
  color: #007bcc;
  text-decoration: none;
}
.table-wrap .table-item .link-basic-item.--link-pdf {
  margin: 0 30px 0 0;
}
.table-wrap .table-item .link-basic-item.--link-pdf::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/ir/annual_online/img/base/icon_pdf.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0.2em;
  margin: auto 0 auto 0.5em;
  transition: all 0.2s;
}
.table-wrap .table-item.--fsize-s {
  font-size: 1.2rem;
}
.table-wrap .table-item.--fsize-s th, .table-wrap .table-item.--fsize-s td {
  font-size: 1.2rem;
}
.table-wrap .table-item.--fsize-l {
  font-size: 1.5rem;
}
.table-wrap .table-item.--fsize-l th,
.table-wrap .table-item.--fsize-l td {
  font-size: 1.5rem;
}
@media only screen and (max-width: 769px) {
  .table-wrap .table-item {
    font-size: 1.2rem;
  }
  .table-wrap .table-item.--sp_fsize-s th, .table-wrap .table-item.--sp_fsize-s td {
    font-size: 1.2rem;
  }
}
.table-wrap .table-item.--tbody-color {
  border-spacing: 0 0.5em;
  border-collapse: separate;
}
.table-wrap .table-item.--tbody-color th, .table-wrap .table-item.--tbody-color td {
  border: 0;
}
.table-wrap .table-item.--tbody-color th.--bg-orange {
  border-left: 3px solid #F18D00;
}
.table-wrap .table-item.--tbody-color th.--bg-green {
  border-left: 3px solid #009A58;
}
.table-wrap .table-item.--tbody-color th.--bg-purple {
  border-left: 3px solid #794698;
}
.table-wrap .table-item.--tbody-color th.--bg-pink {
  border-left: 3px solid #E9518E;
}
.table-wrap .table-item.--tbody-color .note-item {
  display: inline-block;
  background: #fff;
  font-size: 0.75em;
  padding: 0.3em;
  line-height: 1;
  font-weight: 500;
  align-self: center;
  border: 1px solid;
}
.table-wrap .table-item.--tbody-color .note-item.--color-blue {
  border-color: #0061B1;
  color: #0061B1;
}
.table-wrap .table-item.--tbody-color .note-item.--color-orange {
  border-color: #F18D00;
  color: #F18D00;
}
.table-wrap .table-item.--tbody-color .note-item.--color-green {
  border-color: #009A58;
  color: #009A58;
}
.table-wrap .table-item.--tbody-color .note-item.--color-purple {
  border-color: #794698;
  color: #794698;
}
.table-wrap .table-item.--tbody-color .note-item.--color-pink {
  border-color: #E9518E;
  color: #E9518E;
}
.table-wrap .table-item.--type02 th, .table-wrap .table-item.--type02 td {
  line-height: 1.4;
  height: 4.286em;
}
.table-wrap .table-item.--type02 thead th {
  background: #3F535D;
}
.table-wrap .table-item.--type02 tbody th {
  background: #D4DDE1;
}
.table-wrap .table-item.--type02 tbody .focus th {
  background: #AAB9C1;
}
.table-wrap .table-item.--type02 tbody .focus td {
  background: #FFFDE9;
}
.table-wrap .table-item.--type01 th, .table-wrap .table-item.--type01 td {
  padding: 0.8em clamp(0.8em, 2.5%, 2em);
  border-left: 0;
  border-right: 0;
  border-color: #707070;
}
@media only screen and (min-width: 770px) {
  .table-wrap .--table-w30px {
    width: 30px;
  }
  .table-wrap .--table-w40px {
    width: 40px;
  }
  .table-wrap .--table-w1 {
    width: 1%;
  }
  .table-wrap .--table-w2 {
    width: 2%;
  }
  .table-wrap .--table-w3 {
    width: 3%;
  }
  .table-wrap .--table-w4 {
    width: 4%;
  }
  .table-wrap .--table-w5 {
    width: 5%;
  }
  .table-wrap .--table-w6 {
    width: 6%;
  }
  .table-wrap .--table-w7 {
    width: 7%;
  }
  .table-wrap .--table-w8 {
    width: 8%;
  }
  .table-wrap .--table-w9 {
    width: 9%;
  }
  .table-wrap .--table-w10 {
    width: 10%;
  }
  .table-wrap .--table-w11 {
    width: 11%;
  }
  .table-wrap .--table-w12 {
    width: 12%;
  }
  .table-wrap .--table-w12 {
    width: 12%;
  }
  .table-wrap .--table-w13 {
    width: 13%;
  }
  .table-wrap .--table-w14 {
    width: 14%;
  }
  .table-wrap .--table-w15 {
    width: 15%;
  }
  .table-wrap .--table-w16 {
    width: 16%;
  }
  .table-wrap .--table-w17 {
    width: 17%;
  }
  .table-wrap .--table-w18 {
    width: 18%;
  }
  .table-wrap .--table-w19 {
    width: 19%;
  }
  .table-wrap .--table-w20 {
    width: 20%;
  }
  .table-wrap .--table-w25 {
    width: 25%;
  }
  .table-wrap .--table-w30 {
    width: 30%;
  }
  .table-wrap .--table-w35 {
    width: 35%;
  }
  .table-wrap .--table-w40 {
    width: 40%;
  }
  .table-wrap .--table-w45 {
    width: 45%;
  }
  .table-wrap .--table-w50 {
    width: 50%;
  }
  .table-wrap .--table-w60 {
    width: 60%;
  }
}
.table-wrap .--table-w12-5 {
  width: 12.5%;
}
@media only screen and (max-width: 769px) {
  .table-wrap .--sp-table-w25 {
    width: 25%;
  }
}
.table-wrap.--scroll .table-caption {
  display: none;
}
@media only screen and (max-width: 769px) {
  .table-wrap.--scroll .table-caption {
    display: block;
    font-size: 1.2rem;
    margin: 0 0 5px;
  }
}
.table-wrap.--scroll.--all {
  overflow: auto;
}
.table-wrap.--scroll.--all .table-caption {
  display: block;
  font-size: 1.2rem;
  margin: 0 0 5px;
}
.table-wrap.--scroll.--all .table-item {
  min-width: 150%;
  margin: 0 0 10px;
}
.table-wrap.--scroll.--all.--wide .table-item {
  min-width: 200%;
}
.table-wrap.--scroll.--all.--wide-2 .table-item {
  min-width: 300%;
}
.table-wrap.--scroll.--all::-webkit-scrollbar {
  height: 10px;
}
.table-wrap.--scroll.--all::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #f1f1f1;
}
.table-wrap.--scroll.--all::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #0061B1;
}
.table-wrap.--scroll.--all .table-scroll-fixed-w5::before,
.table-wrap.--scroll.--all .table-scroll-fixed-w10::before,
.table-wrap.--scroll.--all .table-scroll-fixed-w15::before,
.table-wrap.--scroll.--all .table-scroll-fixed-w20::before,
.table-wrap.--scroll.--all .table-scroll-fixed-w25::before {
  background-color: #d2d2d2;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
}
.table-wrap.--scroll.--all .table-scroll-fixed-w5.--l5,
.table-wrap.--scroll.--all .table-scroll-fixed-w10.--l5,
.table-wrap.--scroll.--all .table-scroll-fixed-w15.--l5,
.table-wrap.--scroll.--all .table-scroll-fixed-w20.--l5,
.table-wrap.--scroll.--all .table-scroll-fixed-w25.--l5 {
  left: 100px;
}
.table-wrap.--scroll.--all .table-scroll-fixed-w5.--l10,
.table-wrap.--scroll.--all .table-scroll-fixed-w10.--l10,
.table-wrap.--scroll.--all .table-scroll-fixed-w15.--l10,
.table-wrap.--scroll.--all .table-scroll-fixed-w20.--l10,
.table-wrap.--scroll.--all .table-scroll-fixed-w25.--l10 {
  left: 200px;
}
.table-wrap.--scroll.--all .table-scroll-fixed-w5.--l15,
.table-wrap.--scroll.--all .table-scroll-fixed-w10.--l15,
.table-wrap.--scroll.--all .table-scroll-fixed-w15.--l15,
.table-wrap.--scroll.--all .table-scroll-fixed-w20.--l15,
.table-wrap.--scroll.--all .table-scroll-fixed-w25.--l15 {
  left: 300px;
}
.table-wrap.--scroll.--all .table-scroll-fixed-w5 {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
.table-wrap.--scroll.--all .table-scroll-fixed-w10 {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
}
.table-wrap.--scroll.--all .table-scroll-fixed-w15 {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
}
.table-wrap.--scroll.--all .table-scroll-fixed-w20 {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
}
.table-wrap.--scroll.--all .table-scroll-fixed-w25 {
  width: 500px;
  min-width: 500px;
  max-width: 500px;
}
@media only screen and (max-width: 769px) {
  .table-wrap.--scroll.--all .table-scroll-fixed-w5.--l5,
  .table-wrap.--scroll.--all .table-scroll-fixed-w10.--l5,
  .table-wrap.--scroll.--all .table-scroll-fixed-w15.--l5,
  .table-wrap.--scroll.--all .table-scroll-fixed-w20.--l5,
  .table-wrap.--scroll.--all .table-scroll-fixed-w25.--l5 {
    left: 50px;
  }
  .table-wrap.--scroll.--all .table-scroll-fixed-w5.--l10,
  .table-wrap.--scroll.--all .table-scroll-fixed-w10.--l10,
  .table-wrap.--scroll.--all .table-scroll-fixed-w15.--l10,
  .table-wrap.--scroll.--all .table-scroll-fixed-w20.--l10,
  .table-wrap.--scroll.--all .table-scroll-fixed-w25.--l10 {
    left: 100px;
  }
  .table-wrap.--scroll.--all .table-scroll-fixed-w5.--l15,
  .table-wrap.--scroll.--all .table-scroll-fixed-w10.--l15,
  .table-wrap.--scroll.--all .table-scroll-fixed-w15.--l15,
  .table-wrap.--scroll.--all .table-scroll-fixed-w20.--l15,
  .table-wrap.--scroll.--all .table-scroll-fixed-w25.--l15 {
    left: 150px;
  }
}
@media only screen and (max-width: 769px) {
  .table-wrap.--scroll {
    overflow: auto;
  }
  .table-wrap.--scroll .table-item {
    min-width: 150%;
    margin: 0 0 10px;
  }
  .table-wrap.--scroll.--wide .table-item {
    min-width: 200%;
  }
  .table-wrap.--scroll.--wide-2 .table-item {
    min-width: 300%;
  }
  .table-wrap.--scroll::-webkit-scrollbar {
    height: 10px;
  }
  .table-wrap.--scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f1f1f1;
  }
  .table-wrap.--scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #0061B1;
  }
}
.table-wrap.--vertical-scroll {
  height: 80vh;
  max-height: 500px;
  overflow-y: auto;
  position: relative;
}
.table-wrap.--vertical-scroll::after {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
  white-space: pre;
  content: "Scroll\a↓";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  height: 70px;
  margin: -70px auto 0;
  position: sticky;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  width: 70px;
  animation: arrowmove 1s ease-in-out infinite;
  transition: all 0.3s;
  opacity: 1;
}
.table-wrap.--vertical-scroll.is-hidden::after {
  visibility: hidden;
  opacity: 0;
}
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
.table-wrap.--vertical-scroll::-webkit-scrollbar {
  width: 10px;
}
.table-wrap.--vertical-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table-wrap.--vertical-scroll::-webkit-scrollbar-thumb {
  background: #999;
}
.table-wrap.--vertical-scroll thead th {
  position: sticky;
  top: 0;
  z-index: 100;
}
.table-wrap .table-unit {
  font-size: 1.4rem;
  margin: 0 0 5px;
  text-align: right;
}
@media only screen and (max-width: 769px) {
  .table-wrap .table-unit {
    font-size: 1.2rem;
  }
}
.table-wrap.--table-scroll-fixed-thead thead th {
  position: sticky;
  top: 0;
  z-index: 10;
}
.table-wrap.--table-scroll-fixed-thead thead tr:nth-child(2) th {
  position: sticky;
  top: 37px;
  z-index: 10;
}

* + .table-wrap {
  margin: 30px 0 0;
}

.title-article-h3 + .table-wrap,
.title-article-h4 + .table-wrap {
  margin: 10px 0 0;
}

.link-basic-wrap {
  margin: 0.7em 0 0;
}
.link-basic-wrap .link-basic-item {
  color: #0061B1;
  line-height: 1.75;
  padding: 0 1.5em 0 0;
  position: relative;
  font-size: 1.4rem;
  text-decoration: none;
  background-image: linear-gradient(90deg, #007bcc, #007bcc);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
.link-basic-wrap .link-basic-item + .link-basic-item {
  margin: 10px 0 0 -1.5em;
}
.link-basic-wrap .link-basic-item::before {
  content: "";
  border: 0;
  border-right: solid 2px #0061B1;
  border-top: solid 2px #0061B1;
  height: 0.5em;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 5px;
  transform: translateY(70%) rotate(45deg);
  transition: all 0.2s;
  width: 0.5em;
}
.link-basic-wrap .link-basic-item:hover {
  color: #0061B1 !important;
  text-decoration: none;
  background-size: calc(100% - 1.5em) 1px;
}
.link-basic-wrap .link-basic-item:hover::before {
  border-right: solid 2px #007bcc;
  border-top: solid 2px #007bcc;
  right: 0;
}
.link-basic-wrap .link-basic-item[target=_blank] {
  margin-right: 30px;
}
.link-basic-wrap .link-basic-item[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/ir/annual_online/img/base/icon_window_basic.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  margin: auto 0 auto 10px;
  transition: all 0.2s;
}
.link-basic-wrap .link-basic-item[target=_blank]::after::after:hover {
  background: url(/ir/annual_online/img/base/icon_window_basic_hover.svg) no-repeat;
}
.link-basic-wrap .link-basic-item.--link-pdf {
  padding-right: 2.8em;
}
.link-basic-wrap .link-basic-item.--link-pdf:before {
  right: 5px;
}
.link-basic-wrap .link-basic-item.--link-pdf:hover:before {
  right: 0;
}
.link-basic-wrap .link-basic-item.--link-pdf::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/ir/annual_online/img/base/icon_pdf.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0.18em;
  margin: auto 0 auto 0.5em;
  transition: all 0.2s;
}
.link-basic-wrap .link-basic-item.--no-line {
  background: none;
}
.link-basic-wrap + .link-basic-wrap {
  margin: 5px 0 0;
}

.link-index-item {
  color: #007bcc;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  background-image: linear-gradient(90deg, #007bcc, #007bcc);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
.link-index-item:hover {
  color: #0061B1;
  text-decoration: none;
  background-size: 0 1px;
}
.link-index-item.--link-pdf {
  margin: 0 30px 0 0;
}
.link-index-item.--link-pdf::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/ir/annual_online/img/base/icon_pdf.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  margin: auto 0 auto 10px;
  transition: all 0.2s;
}

.--sub-link .link-basic-wrap .link-basic-item::before {
  content: "－";
  border-right: 0;
  border-top: 0;
  height: auto;
  margin: auto 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0) rotate(0);
  width: 1em;
}
.--sub-link .link-basic-wrap .link-basic-item:hover::before {
  left: 5px;
}

.link-paragraph {
  color: #007bcc;
  position: relative;
  text-decoration: none;
  background-image: linear-gradient(90deg, #007bcc, #007bcc);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
.link-paragraph:hover {
  color: #0061B1 !important;
}
.link-paragraph[target=_blank] {
  margin: 0 30px 0 0;
}
.link-paragraph[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/ir/annual_online/img/base/icon_window_basic.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  margin: auto 0 auto 10px;
  transition: all 0.2s;
}
.link-paragraph[target=_blank]::after::after:hover {
  background: url(/ir/annual_online/img/base/icon_window_basic_hover.svg) no-repeat;
}
.link-paragraph:hover {
  color: #0061B1;
  text-decoration: none;
  background-size: 0 1px;
}
.link-paragraph:hover::before {
  border-right: solid 3px #0061B1;
  border-top: solid 3px #0061B1;
  left: 5px;
}
.link-paragraph.link-pdf::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/ir/annual_online/img/base/icon_pdf.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0.2em;
  margin: auto 0 auto 0.5em;
  transition: all 0.2s;
}

.img-caption-wrap {
  display: table;
  margin: 0 auto;
}
.img-caption-wrap .img-caption {
  font-size: 1.3rem;
  line-height: 1.75;
  margin: 10px 0 0;
  text-align: center;
  caption-side: bottom;
  display: table-caption;
}
@media only screen and (max-width: 769px) {
  .img-caption-wrap .img-caption {
    font-size: 1.2rem;
  }
}
.img-caption-wrap .img-caption__top {
  position: relative;
  font-size: 1em;
  line-height: 1.75;
  margin: 0 0 1em;
  padding-left: 0.9em;
  display: block;
}
.img-caption-wrap .img-caption__top::before {
  background: #707070;
  content: "";
  height: 0.9375em;
  position: absolute;
  left: 0;
  top: 0.464em;
  width: 0.375em;
}
.img-caption-wrap .img-caption__top.--fsize-l {
  font-size: 1.3em;
  font-weight: bold;
}
@media only screen and (max-width: 769px) {
  .img-caption-wrap .img-caption__top {
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .img-caption-wrap .img-caption__top.--fsize-l {
    font-size: 1.6rem;
  }
}

.img-caption-grid {
  font-size: 1.3rem;
  margin: 10px 0 0;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .img-caption-grid {
    font-size: 1.2rem;
  }
}

.link-anchor {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -40px;
}
@media only screen and (max-width: 769px) {
  .link-anchor {
    margin: 0 0 -20px;
  }
}
.link-anchor li {
  border-right: 1px solid #999;
  margin: 10px 20px 10px 0;
  padding: 0 40px 0 0;
}
@media only screen and (max-width: 769px) {
  .link-anchor li {
    margin: 5px 20px 5px 0;
  }
}
.link-anchor li:first-child {
  border-left: 1px solid #999;
  padding: 0 40px 0 20px;
}
.link-anchor li .btn-link-anchor {
  color: #333;
  font-size: 1.6rem;
  position: relative;
  text-decoration: none;
  transition: all ease 0.2s;
}
@media only screen and (max-width: 769px) {
  .link-anchor li .btn-link-anchor {
    font-size: 1.4rem;
  }
}
.link-anchor li .btn-link-anchor::after {
  content: "";
  border: 0;
  border-right: solid 2px #0061B1;
  border-bottom: solid 2px #0061B1;
  height: 7px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  transform: rotateZ(45deg);
  width: 7px;
  transition: all 0.2s;
}
.link-anchor li .btn-link-anchor:hover {
  color: inherit !important;
  text-decoration: underline !important;
}
.link-anchor + .contents-text__basic {
  margin: 70px 0 0;
}

.contents-text__feature {
  margin-top: 30px;
}
.contents-text__feature .box-feature {
  padding-block: clamp(1.25em, 1.563vw, 1.875em);
  padding-inline: clamp(1.25em, 2.604vw, 3.125em);
}
.contents-text__feature .title-feature-h3 {
  margin: 0 0 1.25em;
  padding: 0.25em 1.5em;
  background: #0061B1;
  border-radius: 99999px;
  color: #fff;
  font-size: clamp(1.0625em, 0.938vw, 1.125em);
  font-weight: bold;
  text-align: center;
}
.contents-text__feature .title-feature-h3 .--em {
  font-size: 1.2222222222em;
  font-size: 1.222em;
  line-height: 1.2;
}
@media only screen and (max-width: 769px) {
  .contents-text__feature .title-feature-h3 {
    font-size: 1.42rem;
    line-height: 1.25;
    padding: 0.9em 1.5em;
  }
}

.section-message .section-message-text {
  margin: clamp(1em, 2.5vw, 3em) 0 clamp(2em, 4.166vw, 5em);
  text-align: center;
}
.section-message .section-message-catch {
  margin: 0 0 1.25em;
  font-size: 2.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 769px) {
  .section-message .section-message-catch {
    font-size: 2rem;
  }
}
.section-message .section-message-prof {
  font-weight: bold;
}
.section-message .section-message-prof-name {
  margin: 0.25em 0 0;
  font-size: clamp(1em, 1.458vw, 1.75em);
}
@media only screen and (max-width: 769px) {
  .section-message .section-message-img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-message .section-message-prof-pos {
    font-size: 0.8em;
  }
}

.contents-text__director__01 {
  margin-top: 30px;
}
.contents-text__director__01 .title-director__01 {
  position: relative;
  padding-left: 3.65em;
  line-height: 2.778em;
  font-size: 1.125em;
  font-weight: normal;
}
.contents-text__director__01 .title-director__01:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.778em;
  height: 2.778em;
  background: url(../img/director/icon_title_director__01.png) no-repeat 0 0;
  background-size: contain;
}
.contents-text__director__01 .note-item {
  margin: 10px 0 0;
  padding: 0.2365em 0.5em;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to right, #00B1EA 0%, #0061B1 33%, #0061B1 100%);
  color: #fff;
}

.contents-text__director__02 .contents-grid {
  gap: clamp(1.5em, 2.604vw, 3.125em);
}
.contents-text__director__02 .director__02-wrap {
  margin: 0 auto 1.2em;
}
.contents-text__director__02 .director__02-wrap .contents-grid-item {
  display: grid;
  place-items: center;
  background: #fff;
  border-top: 5px solid #0061B1;
  padding: 0.65em;
  min-height: 7.61em;
  line-height: 1.611;
}
.contents-text__director__02 .director__02-wrap .contents-grid-item.--gray:before {
  border-color: rgba(35, 24, 21, 0.6);
}
.contents-text__director__02 .director__02-wrap .contents-grid-item .--em {
  font-weight: bold;
  font-size: 1.25em;
}
.contents-text__director__02 .director__02-head {
  font-size: 1.125em;
  font-weight: 500;
}
.contents-text__director__02 .director__02-head .--em {
  font-size: 1.444em;
}
.contents-text__director__02 .director__02-title {
  display: flex;
  align-items: center;
  margin: 0.5em 0 1em;
  font-weight: 500;
  font-size: 1.6rem;
}
.contents-text__director__02 .director__02-title:after {
  content: "";
  display: block;
  margin-left: 0.5em;
  flex: 1;
  height: 1px;
  background: #707070;
}
.contents-text__director__02 .list-circle li, .contents-text__director__02 .list-circle__bg li {
  padding-left: 0.9em;
}
.contents-text__director__02 .list-circle li:before, .contents-text__director__02 .list-circle__bg li:before {
  top: 0.64em;
  width: 0.5em;
  height: 0.5em;
}
.contents-text__director__02 .list-circle.--gray li:before, .contents-text__director__02 .--gray.list-circle__bg li:before {
  background: rgba(35, 24, 21, 0.6);
}

@media only screen and (max-width: 769px) {
  .contents-text__director__01,
  .contents-text__director__02 {
    font-size: 1.4rem;
    margin: 15px 0 0;
  }
  .contents-text__director__01.--sp-fsize-s,
  .contents-text__director__02.--sp-fsize-s {
    font-size: 1.2rem;
  }
}

.list-img-wrap {
  background: #f5f5f5;
}
.list-img-wrap .list-circle, .list-img-wrap .list-circle__bg {
  padding: 2em;
  font-size: clamp(1.1rem, 1.2vw, 1.6rem);
}
.list-img-wrap .list-circle li, .list-img-wrap .list-circle__bg li {
  padding-left: 0.9em;
}
.list-img-wrap .list-circle li:before, .list-img-wrap .list-circle__bg li:before {
  top: 0.64em;
  width: 0.5em;
  height: 0.5em;
  background: #333;
}
@media only screen and (max-width: 769px) {
  .list-img-wrap .list-circle, .list-img-wrap .list-circle__bg {
    -moz-text-align-last: left;
         text-align-last: left;
    font-size: clamp(0.75em, 2.078vw, 1em);
  }
}

.--scroll-v {
  overflow: auto;
  margin-left: -0.4em;
  padding-left: 0.4em;
}
.--scroll-v::-webkit-scrollbar {
  width: 10px;
}
.--scroll-v::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.--scroll-v::-webkit-scrollbar-thumb {
  background: #999;
}

.contents-text__vision__01 {
  gap: clamp(1.25em, 1.25vw, 1.5em);
}
@media only screen and (min-width: 770px) {
  .contents-text__vision__01 {
    grid-template-columns: 24.572% 1fr 24.572%;
  }
}
@media only screen and (max-width: 769px) {
  .contents-text__vision__01 {
    font-size: clamp(0.84375em, 1.953vw, 0.9375em);
  }
}
.contents-text__vision__01 .contents-grid-item {
  display: grid;
}
.contents-text__vision__01 .vision__01-col {
  display: grid;
  padding: clamp(0.5em, 1.25vw, 1.5em);
  gap: clamp(0.5em, 1.25vw, 1.5em);
}
.contents-text__vision__01 .vision__01-col:nth-child(2) {
  grid-template-columns: repeat(2, 1fr);
}
.contents-text__vision__01 .vision__01-box {
  display: flex;
  flex-direction: column;
  place-items: center;
  background: #fff;
  font-size: clamp(0.9375em, 0.833vw, 1em);
}
.contents-text__vision__01 .vision__01-box > * {
  width: 100%;
}
.contents-text__vision__01 .vision__01-boxttl {
  padding: 0.5em;
  background: #00B0B4;
  color: #fff;
  font-weight: bold;
}
.contents-text__vision__01 .vision__01-boxtxt {
  display: grid;
  place-items: center;
  flex: 1;
  padding: clamp(0.3125em, 0.417vw, 0.5em);
  min-height: 6.25em;
  line-height: 1.6;
}
.contents-text__vision__01 .vision__01-boxtxt .--condensed {
  display: inline-block;
  letter-spacing: -0.05em;
}

.contents-text__finance__01 {
  margin-top: 2em;
  font-size: clamp(0.875em, 0.938vw, 1.125em);
}
@media only screen and (max-width: 769px) {
  .contents-text__finance__01 {
    font-size: 1.3rem;
  }
}
.contents-text__finance__01 .finance__01-header {
  display: grid;
  grid-template-columns: 1fr 1.8fr 1fr;
  font-size: 1.25em;
  font-weight: bold;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .contents-text__finance__01 .finance__01-header {
    font-size: 0.9em;
  }
}
.contents-text__finance__01 .finance__01-header-item {
  position: relative;
  padding: 0.8em 0 0.8em 0.5em;
  text-align: center;
  background: #257FC2;
  color: #fff;
}
.contents-text__finance__01 .finance__01-header-item > span {
  display: block;
  position: relative;
  z-index: 3;
}
.contents-text__finance__01 .finance__01-header-item:before {
  content: "";
  display: block;
  width: 4em;
  height: 4em;
  position: absolute;
  right: -1em;
  top: 50%;
  border-right: 0.5em solid #fff;
  border-top: 0.5em solid #fff;
  z-index: 1;
  transform: translateY(-50%) rotate(45deg);
}
.contents-text__finance__01 .finance__01-header-item:first-child {
  background: #6796CF;
  z-index: 3;
}
.contents-text__finance__01 .finance__01-header-item:first-child:before {
  background: #6796CF;
}
.contents-text__finance__01 .finance__01-header-item:nth-child(2) {
  z-index: 2;
}
.contents-text__finance__01 .finance__01-header-item:nth-child(2):before {
  background: #257FC2;
}
.contents-text__finance__01 .finance__01-header-item:last-child {
  background: #0061B1;
  z-index: 1;
}
.contents-text__finance__01 .finance__01-header-item:last-child:before {
  border: 0;
  background: #0061b1;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 2;
}
.contents-text__finance__01 .finance__01-header-item:last-child:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 2em;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.contents-text__finance__01 .finance__01-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.contents-text__finance__01 .finance__01-table::after {
  content: "";
  display: block;
  top: 0;
  margin: 0.5em auto -5.2em;
  border: 6em solid transparent;
  border-top: 3em solid rgba(37, 127, 194, 0.15);
  font-size: clamp(0.6875em, 0.938vw, 1.125em);
}
.contents-text__finance__01 .finance__01-tr {
  display: flex;
  border: 3px solid #257FC2;
}
@media screen and (max-width: 575px) {
  .contents-text__finance__01 .finance__01-tr {
    flex-direction: column;
  }
}
.contents-text__finance__01 .finance__01-th {
  display: grid;
  place-items: center;
  padding: clamp(0.625em, 1.042vw, 1.25em);
  background: #257FC2;
  color: #fff;
  flex: 0 0 max(20%, 165px);
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
}
.contents-text__finance__01 .finance__01-td {
  padding-block: clamp(0.625em, 1.042vw, 1.25em);
  padding-inline: clamp(1.25em, 1.563vw, 1.875em);
}
.contents-text__finance__01 .finance__01-box {
  background: rgb(225, 245, 251);
  border-radius: 0.2em;
  font-size: max(1.3rem, 0.7em);
  font-weight: normal;
  margin: 0.5em auto 0;
  padding: 0.5em;
  width: max(70%, 10em);
  color: #333;
  text-align: center;
}
.contents-text__finance__01 .finance__01-title {
  font-size: 1.333em;
  font-weight: bold;
}
.contents-text__finance__01 .finance__01-footer {
  padding: 0.6em;
  color: #0061B1;
  border: 3px solid #0061B1;
  font-weight: bold;
  font-size: 1.333em;
  text-align: center;
}

html:lang(en) {
  /* パンくずリスト */
}
html:lang(en) body {
  line-height: unset;
}
html:lang(en) #header,
html:lang(en) #footernavi * {
  box-sizing: content-box;
}
html:lang(en) #renewal a:hover {
  text-decoration: none;
}
html:lang(en) .topPlanLinkArea .title-top-h2 .--icon-pdf::after {
  right: -1em;
}
html:lang(en) .topContentsArea .contents-menu-item {
  margin-block: 0.5em;
}
html:lang(en) .topContentsArea .contents-menu-item a:hover {
  color: #007bcc !important;
  background-size: calc(100% - 1.5em) 1px;
}
html:lang(en) .main-title-wrap .btn-basic:hover {
  color: #0061B1 !important;
}
html:lang(en) .pg-top .btn-basic.--type01:hover {
  color: #0061B1 !important;
}
html:lang(en) #business-growth_story .contents-visual {
  position: relative;
  background: url(../img/top/img_story_business-growth-en.png) no-repeat center 0;
  background-size: contain;
}
html:lang(en) #business-growth_story .contents-visual:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/625;
}
html:lang(en) #business-growth_story .link-graph-wrap #link-graph-svg1 {
  background: url(../img/top/img_story_business-growth_graph-center-en.png) no-repeat center center;
  background-size: 49.0517% auto;
  z-index: 1;
}
html:lang(en) #business-growth_story .link-graph-wrap #link-graph-svg1 path {
  fill: transparent;
}
html:lang(en) .ir-grid .ir-grid__sidenavi .slidenavi-inner {
  top: 110px;
}
html:lang(en) #breadCrumbs {
  margin: 10px auto 15px;
  line-height: 100%;
}
html:lang(en) #breadCrumbs li {
  font-size: 1.1rem;
  display: inline;
}
html:lang(en) #breadCrumbs li + li {
  margin-left: 3px;
}
html:lang(en) #breadCrumbs li:before {
  content: " > ";
  padding-right: 3px;
}
html:lang(en) #breadCrumbs li:first-child:before {
  content: "";
}
@media print, screen and (min-width: 770px) {
  html:lang(en) #breadCrumbs {
    margin: 20px auto 35px;
    line-height: 1.4;
  }
  html:lang(en) #breadCrumbs li {
    font-size: 1.3rem;
  }
}
html:lang(en) section[id^=h-]::before {
  content: "";
  display: block;
  padding-top: 115px;
  margin-top: -115px;
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */