:root {
  --designW: 1280;
  --scrollbarW: 0;
}

.ly_footer {
  border-top: none;
}

.head {
  margin-bottom: calc(22 / (var(--designW) + var(--scrollbarW)) * 100vw);
}
.head .bl_irLangBtn {
  pointer-events: none;
}
@media not all and (max-width: 767px), print {
  .head .bl_irLangBtn {
    margin-top: calc(-36 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .head .bl_irLangBtn {
    margin-top: -14px;
  }
}
.head .bl_irLangBtn a {
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .head .bl_irLangBtn a {
    padding: 4px 11px;
  }
}

@media not all and (max-width: 767px), print {
  .pageHead {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    justify-content: space-between;
    gap: 10px;
    padding-block: calc(33 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .pageHead {
    padding-block: 10px;
  }
}
.pageHead_head {
  color: #005BAC;
}
@media not all and (max-width: 767px), print {
  .pageHead_head {
    order: 1;
  }
}
.pageHead_ttl {
  font-family: "PT Serif", serif;
  font-weight: 700;
}
@media not all and (max-width: 767px), print {
  .pageHead_ttl {
    font-size: calc(38 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .pageHead_ttl {
    font-size: 2.4rem;
  }
}
@media not all and (max-width: 767px), print {
  .pageHead_ruby {
    margin-top: calc(4 / (var(--designW) + var(--scrollbarW)) * 100vw);
    font-size: calc(16 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .pageHead_ruby {
    margin-top: 4px;
    font-size: 1.2rem;
  }
}
@media not all and (max-width: 767px), print {
  .pageHead_bread {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .pageHead_bread {
    margin-bottom: 9px;
  }
}

.localNav {
  background-color: #005BAC;
  color: #fff;
}
@media not all and (max-width: 767px), print {
  .localNav {
    padding-block: 40px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .localNav {
    padding-block: 30px;
    margin-bottom: 50px;
  }
}
.localNav_inner {
  display: grid;
}
@media not all and (max-width: 767px), print {
  .localNav_inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 29px;
  }
}
@media screen and (max-width: 767px) {
  .localNav_inner {
    gap: 15px;
  }
}
.localNav_inner > li a {
  display: block;
}
@media not all and (max-width: 767px), print {
  .localNav_inner > li a:hover .localNav_article:before {
    scale: 1.1;
  }
}
.localNav_article {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media not all and (max-width: 767px), print {
  .localNav_article {
    aspect-ratio: 314/190;
    border-radius: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .localNav_article {
    aspect-ratio: 336/150;
    border-radius: 10px;
  }
}
.localNav_article:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--thumbPc);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
  transition: scale 0.3s ease-in-out;
}
.localNav_article:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(70, 70, 70, 0.3);
  z-index: 1;
}
.localNav_body {
  position: relative;
  display: grid;
  align-content: flex-end;
  height: 100%;
  z-index: 2;
}
@media not all and (max-width: 767px), print {
  .localNav_body {
    padding: calc(20 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(50 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(20 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(21 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .localNav_body {
    padding: 20px 50px 20px 21px;
  }
}
.localNav_ttl {
  font-weight: 700;
}
@media not all and (max-width: 767px), print {
  .localNav_ttl {
    font-size: calc(19 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .localNav_ttl {
    font-size: 1.9rem;
  }
}
.localNav_ruby {
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px), print {
  .localNav_ruby {
    font-size: calc(12 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .localNav_ruby {
    font-size: 1.1rem;
  }
}
.localNav_icon {
  position: absolute;
  height: auto;
  aspect-ratio: 1;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media not all and (max-width: 767px), print {
  .localNav_icon {
    bottom: calc(20 / (var(--designW) + var(--scrollbarW)) * 100vw);
    right: calc(21 / (var(--designW) + var(--scrollbarW)) * 100vw);
    width: calc(26 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .localNav_icon {
    bottom: 20px;
    right: 20px;
    width: 28px;
  }
}
.localNav_icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 1 / (var(--designW) + var(--scrollbarW)) * 100vw);
  translate: -50% -50%;
  height: auto;
  aspect-ratio: 1;
  background-color: #fff;
  -webkit-mask-image: url(../../../common/img/icon_arw.svg);
  mask-image: url(../../../common/img/icon_arw.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
@media not all and (max-width: 767px), print {
  .localNav_icon:before {
    width: calc(15 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .localNav_icon:before {
    width: 17px;
  }
}

@media not all and (max-width: 767px), print {
  .contents {
    display: flex;
    align-items: flex-start;
    gap: 0 5%;
  }
}
@media not all and (max-width: 767px), print {
  .contents_main {
    width: 62.4%;
  }
}
@media not all and (max-width: 767px), print {
  .contents_side {
    width: 32.6%;
  }
}
@media screen and (max-width: 767px) {
  .contents_side {
    margin-top: 50px;
  }
}
.contents_ttl {
  position: relative;
  text-align: center;
  color: #005BAC;
  font-family: "PT Serif", serif;
  font-weight: 700;
}
@media not all and (max-width: 767px), print {
  .contents_ttl {
    padding-bottom: calc(13 / (var(--designW) + var(--scrollbarW)) * 100vw);
    margin-bottom: 40px;
    font-size: calc(27 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contents_ttl {
    padding-bottom: 7px;
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}
.contents_ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  height: 3px;
  background-color: currentColor;
}
@media not all and (max-width: 767px), print {
  .contents_ttl:before {
    width: calc(38 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contents_ttl:before {
    width: 28px;
  }
}

.news_tabs {
  display: flex;
}
@media screen and (max-width: 767px) {
  .news_tabs {
    flex-wrap: wrap;
    gap: 13px 0;
  }
}
.news_tabs button {
  position: relative;
  display: block;
  padding-bottom: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw);
  border-bottom: 1px solid #000;
  text-align: center;
}
@media not all and (max-width: 767px), print {
  .news_tabs button {
    flex: 1 1;
    transition: color 0.3s ease-in-out;
  }
  .news_tabs button:hover {
    color: #005BAC;
  }
}
@media screen and (max-width: 767px) {
  .news_tabs button:nth-child(1), .news_tabs button:nth-child(2) {
    width: 50%;
  }
  .news_tabs button:nth-child(3), .news_tabs button:nth-child(4), .news_tabs button:nth-child(5) {
    width: 33.33%;
  }
}
.news_tabs button[aria-selected=true] {
  color: #005BAC;
  font-weight: 700;
}
.news_tabs button[aria-selected=true]:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #005BAC;
}
.news_panels .splide__list {
  align-items: flex-start;
}
.news_panel {
  width: 100%;
}
.news_panel[aria-hidden=true] {
  pointer-events: none;
}
.news_list > li:not(:first-child) {
  border-top: 1px solid #7C7C7C;
}
.news_index {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.el_irNews__noArticle .el_irNews_article {
  display: block;
  padding-block: 40px;
  padding-right: 0;
}
.el_irNews__noArticle .el_irNews_ttl {
  text-align: center;
}
.el_irNews__isError .el_irNews_article {
  display: block;
  padding-block: 40px;
  padding-right: 0;
}
.el_irNews__isError .el_irNews_ttl {
  text-align: center;
  color: #DC3545;
}
.el_irNews a {
  display: block;
  transition: color 0.3s ease-in-out;
}
@media not all and (max-width: 767px), print {
  .el_irNews a:hover {
    color: #005BAC;
  }
}
.el_irNews a[href*=".pdf"] .el_irNews_ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  height: auto;
  aspect-ratio: 1;
  background-image: url(../../../common/img/icon_pdf.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media not all and (max-width: 767px), print {
  .el_irNews a[href*=".pdf"] .el_irNews_ttl:after {
    translate: calc(8 / (var(--designW) + var(--scrollbarW)) * 100vw) -50%;
    width: calc(44 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .el_irNews a[href*=".pdf"] .el_irNews_ttl:after {
    translate: 0 -50%;
    width: 42px;
  }
}
.el_irNews_article {
  display: grid;
}
@media not all and (max-width: 767px), print {
  .el_irNews_article {
    grid-template-columns: max-content auto;
    align-items: center;
    gap: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw);
    padding-block: calc(23 / (var(--designW) + var(--scrollbarW)) * 100vw);
    padding-right: calc(44 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .el_irNews_article {
    align-items: flex-start;
    gap: 5px;
    min-height: 130px;
    padding-block: 10px;
    padding-right: 36px;
  }
}
@media not all and (max-width: 767px), print {
  .el_irNews_meta {
    align-self: center;
    display: flex;
    gap: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.el_irNews_date {
  display: block;
}
@media not all and (max-width: 767px), print {
  .el_irNews_date {
    flex-shrink: 0;
    align-self: center;
    width: calc(100 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
.el_irNews_cat {
  align-self: center;
  display: grid;
  align-items: center;
  text-align: center;
  background-color: #DEA421;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
@media not all and (max-width: 767px), print {
  .el_irNews_cat {
    width: calc(80 / (var(--designW) + var(--scrollbarW)) * 100vw);
    aspect-ratio: 80/38;
    padding-block: calc(1 / (var(--designW) + var(--scrollbarW)) * 100vw);
    border-radius: calc(7 / (var(--designW) + var(--scrollbarW)) * 100vw);
    font-size: calc(13 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .el_irNews_cat {
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 9px;
    border-radius: 100px;
    margin-top: 5px;
    font-size: 1.3rem;
  }
}
.el_irNews_cat[data-cat=disclosure] {
  background-color: #DB6BA7;
}
.el_irNews_cat[data-cat=statement] {
  background-color: #A47BC7;
}
.el_irNews_cat[data-cat=ir-info] {
  background-color: #2FB2B2;
}
.el_irNews_ttl {
  position: relative;
}
@media not all and (max-width: 767px), print {
  .el_irNews_ttl {
    padding-right: calc(70 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .el_irNews_ttl {
    padding-right: 45px;
  }
}

@media not all and (max-width: 767px), print {
  .newsBanner {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .newsBanner {
    margin-top: 60px;
  }
}
.newsBanner a {
  display: block;
  transition: opacity 0.3s ease-in-out;
}
@media not all and (max-width: 767px), print {
  .newsBanner a:hover {
    opacity: 0.6;
  }
}
.newsBanner_inner {
  position: relative;
  display: grid;
  place-items: center;
  background-image: url(/ir/img/ir_banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
@media not all and (max-width: 767px), print {
  .newsBanner_inner {
    padding: calc(30 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(30 / (var(--designW) + var(--scrollbarW)) * 100vw);
    border-radius: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .newsBanner_inner {
    padding: 25px 20px;
    border-radius: 10px;
  }
}
.newsBanner_ttl {
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px), print {
  .newsBanner_ttl {
    font-size: calc(25 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .newsBanner_ttl {
    font-size: 1.8rem;
  }
}
.newsBanner_ruby {
  letter-spacing: 0.03em;
}
@media not all and (max-width: 767px), print {
  .newsBanner_ruby {
    font-size: calc(16 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .newsBanner_ruby {
    font-size: 1.3rem;
  }
}
.newsBanner_icon {
  position: absolute;
  top: 50%;
  right: calc(30 / (var(--designW) + var(--scrollbarW)) * 100vw);
  translate: 0 -50%;
  width: calc(38 / (var(--designW) + var(--scrollbarW)) * 100vw);
  height: auto;
  aspect-ratio: 1;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .newsBanner_icon {
    display: none;
  }
}
.newsBanner_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 1 / (var(--designW) + var(--scrollbarW)) * 100vw);
  translate: -50% -50%;
  width: calc(22 / (var(--designW) + var(--scrollbarW)) * 100vw);
  height: auto;
  aspect-ratio: 1;
  background-color: #fff;
  -webkit-mask-image: url(../../../common/img/icon_arw.svg);
  mask-image: url(../../../common/img/icon_arw.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}

.newList {
  border: 1px solid #005BAC;
}
@media not all and (max-width: 767px), print {
  .newList {
    padding: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(18 / (var(--designW) + var(--scrollbarW)) * 100vw);
    border-radius: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .newList {
    padding: 5px 18px;
    border-radius: 10px;
  }
}
.newList__isError {
  color: #DC3545;
}
@media not all and (max-width: 767px), print {
  .newList > li {
    padding-block: calc(15 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .newList > li {
    padding-block: 15px;
  }
}
.newList > li:not(:first-child) {
  border-top: 1px dashed #005BAC;
}
.newList > li a {
  position: relative;
  display: grid;
  align-content: center;
  transition: color 0.3s ease-in-out;
}
@media not all and (max-width: 767px), print {
  .newList > li a {
    min-height: calc(44 / (var(--designW) + var(--scrollbarW)) * 100vw);
    padding-right: calc(70 / (var(--designW) + var(--scrollbarW)) * 100vw);
    font-size: calc(14 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
  .newList > li a:hover {
    color: #005BAC;
  }
}
@media screen and (max-width: 767px) {
  .newList > li a {
    min-height: 44px;
    padding-right: 75px;
    font-size: 1.4rem;
  }
}
.newList > li a[href*=".pdf"]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: auto;
  aspect-ratio: 1;
  background-image: url(../../../common/img/icon_pdf.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media not all and (max-width: 767px), print {
  .newList > li a[href*=".pdf"]:after {
    translate: calc(4 / (var(--designW) + var(--scrollbarW)) * 100vw) -50%;
    width: calc(44 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .newList > li a[href*=".pdf"]:after {
    translate: 4px -50%;
    width: 44px;
  }
}
@media not all and (max-width: 767px), print {
  .newList > li > ul {
    padding-left: calc(13 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .newList > li > ul {
    padding-left: 13px;
  }
}
@media not all and (max-width: 767px), print {
  .newList > li > ul li {
    margin-top: calc(8 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .newList > li > ul li {
    margin-top: 8px;
  }
}
.newList > li > ul li a > span {
  position: relative;
  display: block;
}
@media not all and (max-width: 767px), print {
  .newList > li > ul li a > span {
    padding-left: calc(13 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .newList > li > ul li a > span {
    padding-left: 13px;
  }
}
.newList > li > ul li a > span:before {
  content: ">";
  position: absolute;
  left: 0;
  font-weight: 300;
  line-height: 1;
}
@media not all and (max-width: 767px), print {
  .newList > li > ul li a > span:before {
    top: calc(3 / (var(--designW) + var(--scrollbarW)) * 100vw);
    font-size: calc(16 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .newList > li > ul li a > span:before {
    top: 3px;
    font-size: 16px;
  }
}

@media not all and (max-width: 767px), print {
  .stockGraph {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .stockGraph {
    margin-top: 40px;
  }
}
.stockGraph_display img, .stockGraph_display iframe {
  width: 100%;
  height: auto;
}
@media not all and (max-width: 767px), print {
  .stockGraph_btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .stockGraph_btn {
    margin-top: 40px;
  }
}
.stockGraph_btn a {
  position: relative;
  display: block;
  border: 2px solid #005BAC;
  background-color: #005BAC;
  color: #fff;
  font-weight: 600;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media not all and (max-width: 767px), print {
  .stockGraph_btn a {
    padding: calc(16 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(44 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(13 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(27 / (var(--designW) + var(--scrollbarW)) * 100vw);
    border-radius: calc(5 / (var(--designW) + var(--scrollbarW)) * 100vw);
    font-size: calc(17 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .stockGraph_btn a {
    padding: 15px 18px 12px 28px;
    border-radius: 5px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media not all and (max-width: 767px), print {
  .stockGraph_btn a:hover {
    background-color: #fff;
    color: #005BAC;
  }
  .stockGraph_btn a:hover[target=_blank]:after {
    background-color: #005BAC;
  }
}
.stockGraph_btn a[target=_blank]:after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  height: auto;
  aspect-ratio: 1;
  background-color: #fff;
  -webkit-mask-image: url(../../../common/img/icon_blank.png);
  mask-image: url(../../../common/img/icon_blank.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  transition: background-color 0.3s ease-in-out;
}
@media not all and (max-width: 767px), print {
  .stockGraph_btn a[target=_blank]:after {
    right: calc(18 / (var(--designW) + var(--scrollbarW)) * 100vw);
    width: calc(16 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .stockGraph_btn a[target=_blank]:after {
    right: 18px;
    width: 16px;
  }
}

.irContents {
  background-color: #E8F4FC;
}
@media not all and (max-width: 767px), print {
  .irContents {
    padding-block: 70px 100px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .irContents {
    padding-block: 40px 60px;
    margin-top: 50px;
  }
}
.irContents_list {
  display: grid;
}
@media not all and (max-width: 767px), print {
  .irContents_list {
    grid-template-columns: repeat(3, 1fr);
    gap: calc(50 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(41 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .irContents_list {
    gap: 30px 0;
  }
}

.bl_indexList_ttl {
  position: relative;
  display: grid;
  align-content: flex-end;
  color: #fff;
  background-image: var(--ttlBg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-weight: 700;
  line-height: 1.15;
  overflow: hidden;
}
@media not all and (max-width: 767px), print {
  .bl_indexList_ttl {
    min-height: calc(100 / (var(--designW) + var(--scrollbarW)) * 100vw);
    padding: calc(33 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(20 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(16 / (var(--designW) + var(--scrollbarW)) * 100vw);
    border-radius: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw) 0 0;
    font-size: calc(20 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .bl_indexList_ttl {
    min-height: 100px;
    padding: 35px 20px 14px;
    border-radius: 10px 10px 0 0;
    font-size: 2rem;
  }
}
.bl_indexList_ttl:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(70, 70, 70, 0.4);
  z-index: 0;
}
.bl_indexList_ttl > span {
  position: relative;
  z-index: 1;
}
.bl_indexList_list a {
  position: relative;
  display: block;
  border-bottom: 1px solid #7C7C7C;
  transition: color 0.3s ease-in-out;
}
@media not all and (max-width: 767px), print {
  .bl_indexList_list a {
    padding-block: calc(16 / (var(--designW) + var(--scrollbarW)) * 100vw);
    font-size: calc(14 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
  .bl_indexList_list a:hover {
    color: #005BAC;
  }
}
@media screen and (max-width: 767px) {
  .bl_indexList_list a {
    padding-block: 16px;
  }
}
.bl_indexList_list a .icon {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #005BAC;
}
@media not all and (max-width: 767px), print {
  .bl_indexList_list a .icon {
    width: calc(14 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .bl_indexList_list a .icon {
    width: 14px;
  }
}
.bl_indexList_list a .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  height: auto;
  aspect-ratio: 1;
  background-color: #fff;
  -webkit-mask-image: url(../../../common/img/icon_arw.svg);
  mask-image: url(../../../common/img/icon_arw.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
@media not all and (max-width: 767px), print {
  .bl_indexList_list a .icon:after {
    left: calc(50% + 1 / (var(--designW) + var(--scrollbarW)) * 100vw);
    width: calc(9 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .bl_indexList_list a .icon:after {
    left: calc(50% + 1px);
    width: 9px;
  }
}