#Contents {
  font-family: "Noto Sans JP", sans-serif;
}

:root {
  --color-black: #222;
  --color-red: #FA0C0F;
  --color-red2: #cc0000;
  --color-red3: #7D0008;
  --color-blue: #2D5686;
  --color-gray: #F4F4F4;
  --color-gray2: #D9D9D9;
  --color-gray3: #B3B3B3;
  --color-gray4: #737373;
  --color-gray5: #4D4D4D;
  --color-gray6: #222;
  --color-yellowTag: #F0A632;
  --headerH: 105px;
  --contW-max: 1275px;
  --transVals: 0.3s ease;
}
.ly_wrapper {
  max-width: 1275px;
  margin-inline: auto;
  padding-inline: 15px;
}
@media screen and (max-width: 1304px) {
  .ly_wrapper {
    padding-inline: 0;
  }
}

.ly_header .Container.Wide {
  max-width: 1240px;
}

body.header1-fix #HeaderArea1 {
  transform: none;
}

body.header2-fix #HeaderArea2.Sticky {
  transform: none;
}

#FooterPageTop {
  z-index: 70;
  display: grid;
  place-content: center;
  position: absolute;
  border: 2px solid var(--color-red2);
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transition-property: opacity, visibility, background-color;
}
#FooterPageTop[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
#FooterPageTop:not(.is-abs) {
  position: fixed;
  top: auto;
  bottom: 30px;
  z-index: 20;
}
@media not all and (max-width: 767px), print {
  #FooterPageTop:not(.is-abs) {
    --_contW: min(var(--htmlW) * 1px - 30px, var(--contW-max));
    right: 50%;
    margin-right: calc(var(--_contW) / -2);
  }
}
@media not all and (max-width: 767px), print {
  #FooterPageTop {
    width: 44px;
    height: 44px;
    top: -70px;
  }
}
@media screen and (max-width: 767px) {
  #FooterPageTop {
    width: 29px;
    height: 29px;
    right: 20px !important;
  }
}
#FooterPageTop:focus-visible {
  background-color: var(--color-red2);
}
#FooterPageTop:focus-visible::before {
  background-color: #fff;
}
@media (any-hover: hover) {
  #FooterPageTop:hover {
    background-color: var(--color-red2);
  }
  #FooterPageTop:hover::before {
    background-color: #fff;
  }
}
#FooterPageTop::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-90deg);
  -webkit-mask-image: url(/image/jp/hps/common/icon/icon_arw_01.svg);
  mask-image: url(/image/jp/hps/common/icon/icon_arw_01.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: var(--color-red2);
  transition: background-color 0.3s ease;
}
@media not all and (max-width: 767px), print {
  #FooterPageTop::before {
    width: 9px;
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  #FooterPageTop::before {
    width: 6px;
    height: 12px;
  }
}
#FooterPageTop::after {
  display: none;
}

#Popup #FooterPageTop {
  opacity: 1;
  visibility: visible;
}

.bl_img {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .bl_relatedLinkList {
    margin-top: 40px;
  }
}
.bl_relatedLinkList:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bl_relatedLinkList:not(:last-child) {
    margin-bottom: 30px;
  }
}
.bl_relatedLinkList > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding-block: 23px;
}
.bl_relatedLinkList > li:first-child {
  padding-top: 0;
}
.bl_relatedLinkList > li:has(> a:nth-child(2)) {
  display: grid;
}
@media not all and (max-width: 767px), print {
  .bl_relatedLinkList > li:has(> a:nth-child(2)) {
    gap: 40px;
    grid-auto-flow: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .bl_relatedLinkList > li:has(> a:nth-child(2)) {
    gap: 8px;
  }
}
.bl_relatedLinkList > li > a {
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .bl_relatedLinkList > li > a {
    font-size: 87.5%;
  }
}
.bl_relatedLinkList > li > a:has(.bl_relatedLinkList_pdfLink) {
  color: inherit;
}
.bl_relatedLinkList > li > a .bl_relatedLinkList_txt::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  -webkit-mask-image: url(/image/jp/hps/common/icon/icon_arw_02.svg);
  mask-image: url(/image/jp/hps/common/icon/icon_arw_02.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: var(--color-red2);
}
.bl_relatedLinkList > li > a .bl_relatedLinkList_pdfLink::after {
  content: "";
  display: inline-block;
  translate: 0 calc(0.5lh - 50% + 2px);
  margin-left: 8px;
  width: 22px;
  aspect-ratio: 1;
  background: url(/image/jp/hps/common/icon/icon_pdf_hd.gif) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .bl_relatedLinkList > li > a .bl_relatedLinkList_pdfLink::after {
    translate: 0 calc(0.5lh - 50% + 5px);
  }
}

.bl_pageTitleSet_hdg {
  font-weight: bold;
  letter-spacing: -0.02em;
}
@media not all and (max-width: 767px), print {
  .bl_pageTitleSet_hdg {
    font-size: 250%;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .bl_pageTitleSet_hdg {
    font-size: 200%;
    line-height: 1.35;
  }
}
.bl_pageTitleSet_txt {
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media not all and (max-width: 767px), print {
  .bl_pageTitleSet_txt {
    margin-top: 20px;
    font-size: 93.75%;
  }
}
@media screen and (max-width: 767px) {
  .bl_pageTitleSet_txt {
    margin-top: 16px;
    font-size: 81.25%;
  }
}

.bl_iconLinkCardList {
  display: grid;
}
@media not all and (max-width: 767px), print {
  .bl_iconLinkCardList {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .bl_iconLinkCardList {
    gap: 10px;
    margin-bottom: 40px;
  }
}
.bl_iconLinkCardList:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bl_iconLinkCardList:not(:last-child) {
    margin-bottom: 30px;
  }
}

.bl_iconLinkCard {
  display: grid;
  gap: 20px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  position: relative;
  padding: 24px;
  border-radius: 10px;
  color: inherit !important;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .bl_iconLinkCard {
    padding: 18px 15px;
  }
}
.bl_iconLinkCard::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--color-gray2);
  border-radius: inherit;
  transition: var(--transVals);
  transition-property: border-color;
  pointer-events: none;
}
.bl_iconLinkCard:focus-visible::before {
  border-color: var(--color-red2);
  border-width: 2px;
}
@media (any-hover: hover) {
  .bl_iconLinkCard:hover::before {
    border-color: var(--color-red2);
    border-width: 2px;
  }
}
.bl_iconLinkCard_icon {
  display: grid;
  place-content: center;
  width: 73px;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .bl_iconLinkCard_icon {
    width: 48px;
  }
}
.bl_iconLinkCard_icon__lg {
  width: 120px;
  aspect-ratio: 120/80;
}
@media screen and (max-width: 767px) {
  .bl_iconLinkCard_icon__lg {
    margin-right: -5px;
    width: 60px;
  }
}
.bl_iconLinkCard_icon img {
  max-width: 100%;
  height: auto;
}
.bl_iconLinkCard_body .bl_badgeList {
  margin-bottom: 5px;
}
.bl_iconLinkCard_title {
  font-size: 125%;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .bl_iconLinkCard_title {
    margin-bottom: 0 !important;
    font-size: 106.25%;
  }
}
.bl_iconLinkCard_desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 9px;
  overflow: hidden;
  color: var(--color-gray5);
  font-size: 81.25%;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .bl_iconLinkCard_desc {
    margin-top: 5px;
  }
}
.bl_iconLinkCard_foot .circleChevron {
  display: grid;
  place-content: center;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-red2);
}
.bl_iconLinkCard_foot .circleChevron::before {
  content: "";
  translate: -1px;
  rotate: -45deg;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 4px;
  aspect-ratio: 1;
}

.bl_horLinkCardList {
  display: grid;
  gap: 25px;
}
@media not all and (max-width: 994px), print {
  .bl_horLinkCardList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .bl_horLinkCardList {
    gap: 15px;
  }
}
@media not all and (max-width: 767px), print {
  .bl_horLinkCardList_detail .bl_horLinkCard {
    grid-template-columns: 25.2951096121% 1fr auto;
  }
}
.bl_horLinkCardList__3col {
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
}
.bl_horLinkCardList__3col .bl_horLinkCard {
  grid-template-columns: 33.7620578778% 1fr auto;
}
.bl_horLinkCardList__3col .bl_horLinkCard_title {
  font-size: 87.5%;
  line-height: 1.35;
  margin-inline: 15px 20px;
}
.bl_horLinkCardList__3col .bl_horLinkCard_circleChevron {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .bl_horLinkCardList__3col {
    grid-template-columns: 1fr;
  }
  .bl_horLinkCardList__3col .bl_horLinkCard {
    padding: 16px;
  }
  .bl_horLinkCardList__3col .bl_horLinkCard_circleChevron {
    width: 32px;
  }
}

.bl_horLinkCard {
  display: grid !important;
  grid-template-columns: 35.046728972% 1fr auto;
  align-items: center;
  border: 1px solid #D9D9D9;
  padding: 16px;
  height: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .bl_horLinkCard {
    gap: 15px;
    grid-template-columns: 31.9488817891% 1fr auto;
    padding: 9px;
  }
}
.bl_horLinkCard_img {
  border-radius: 4px;
  overflow: hidden;
}
.bl_horLinkCard_img img {
  width: 100%;
  aspect-ratio: 150/110;
  -o-object-fit: cover;
  object-fit: cover;
  transition: scale var(--transVals);
}
.bl_horLinkCard:focus-visible .bl_horLinkCard_img img {
  scale: 1.1;
}
@media (any-hover: hover) {
  .bl_horLinkCard:hover .bl_horLinkCard_img img {
    scale: 1.1;
  }
}
.bl_horLinkCard_title {
  margin-inline: 28px 20px;
  padding: 0;
  line-height: 1.35;
  transition: color var(--transVals);
}
@media screen and (max-width: 767px) {
  .bl_horLinkCard_title {
    margin-inline: 0;
    font-size: 100%;
  }
}
.bl_horLinkCard_title::before {
  content: none;
}
.bl_horLinkCard_title > span {
  display: inline-block;
}
.bl_horLinkCard:focus-visible .bl_horLinkCard_title {
  color: var(--color-red2);
}
@media (any-hover: hover) {
  .bl_horLinkCard:hover .bl_horLinkCard_title {
    color: var(--color-red2);
  }
}
.bl_horLinkCard_circleChevron {
  display: grid;
  place-items: center;
  margin-right: 8px;
  border: 1px solid var(--color-red2);
  width: 32px;
  aspect-ratio: 1;
  box-sizing: border-box;
  background-color: var(--color-red2);
  border-radius: 50%;
  color: #fff;
  transition: var(--transVals);
  transition-property: background-color, color;
}
@media screen and (max-width: 767px) {
  .bl_horLinkCard_circleChevron {
    width: 24px;
  }
}
.bl_horLinkCard_circleChevron::before {
  content: "";
  translate: -1px;
  rotate: -45deg;
  border-right: 2px solid;
  border-bottom: 2px solid;
  width: 6px;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .bl_horLinkCard_circleChevron::before {
    width: 4px;
  }
}
.bl_horLinkCard:focus-visible .bl_horLinkCard_circleChevron {
  background-color: #fff;
  color: var(--color-red2);
}
@media (any-hover: hover) {
  .bl_horLinkCard:hover .bl_horLinkCard_circleChevron {
    background-color: #fff;
    color: var(--color-red2);
  }
}
#VerticalLocalNavi .horLinkCardList .bl_horLinkCard {
  gap: 15px;
  grid-template-columns: 22.5925925926% 1fr auto;
  border: 0;
  padding: 15px;
  background-color: var(--color-gray);
  border-radius: 4px;
}
#VerticalLocalNavi .horLinkCardList .bl_horLinkCard_img {
  border-radius: 6px;
}
#VerticalLocalNavi .horLinkCardList .bl_horLinkCard_img img {
  aspect-ratio: 61/40;
}
#VerticalLocalNavi .horLinkCardList .bl_horLinkCard_title {
  margin: 0;
  font-size: 93.75%;
  line-height: 1.4;
}
#VerticalLocalNavi .horLinkCardList .bl_horLinkCard_circleChevron {
  margin-right: 0;
  width: 28px;
}
.bl_horLinkCard__icon {
  -moz-column-gap: 20px;
  column-gap: 20px;
  grid-template-columns: 120px 1fr auto;
}
.bl_horLinkCard__icon .bl_horLinkCard_img img {
  aspect-ratio: 120/80;
}
.bl_horLinkCard__icon .bl_horLinkCard_body > *:last-child {
  margin-bottom: 0;
}
.bl_horLinkCard__icon .bl_horLinkCard_title {
  margin-inline: 0;
  margin-bottom: 5px;
}
.bl_horLinkCard__icon .bl_horLinkCard_text {
  color: var(--color-black);
  letter-spacing: 0.02em;
  line-height: 1.45;
}
@media not all and (max-width: 767px), print {
  .bl_horLinkCard__icon .bl_horLinkCard_text {
    font-size: 81.25%;
  }
}
.bl_horLinkCard__icon .bl_horLinkCard_circleChevron {
  margin-right: 0;
}
@media not all and (max-width: 767px), print {
  .bl_horLinkCard__icon .bl_horLinkCard_circleChevron {
    width: 20px;
  }
}
.bl_horLinkCard__icon .bl_horLinkCard_circleChevron::before {
  border-right: 1px solid;
  border-bottom: 1px solid;
  width: 4px;
}

.bl_contactSect {
  background-color: #F2F2F2;
}
@media screen and (max-width: 1304px) {
  .bl_contactSect {
    margin-inline: -15px;
    padding-inline: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bl_contactSect {
    margin-inline: -20px;
    padding-inline: 30px;
  }
}
.bl_contactSect_inner {
  margin-inline: auto;
  padding-block: 88px 100px;
}
@media not all and (max-width: 1304px), print {
  .bl_contactSect_inner {
    width: 1275px;
  }
}
@media screen and (max-width: 767px) {
  .bl_contactSect_inner {
    padding-block: 52px 60px;
  }
}
.bl_contactSect_hdg {
  display: block;
  text-align: center;
  font-size: 225%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bl_contactSect_hdg {
    font-size: 200%;
  }
}
.bl_contactSect_desc {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl_contactSect_desc {
    margin-top: 10px;
    font-size: 87.5%;
  }
}
.bl_contactSect_btnList {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .bl_contactSect_btnList {
    gap: 16px;
    margin-top: 25px;
  }
}
.bl_contactSect_btnList .el_circleChevronBtn {
  height: 100%;
}

body:has(.bl_bgPageTitleSet) #TopicPath {
  position: relative;
}
body:has(.bl_bgPageTitleSet) #TopicPath ul {
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body:has(.bl_bgPageTitleSet) #TopicPath ul {
    padding-top: 15px;
  }
}

body:has(.bl_bgPageTitleSet__colorWhite) #TopicPath a,
body:has(.bl_bgPageTitleSet__colorWhite) #TopicPath strong {
  color: #fff;
}

.bl_bgPageTitleSet {
  position: relative;
}
@media not all and (max-width: 767px), print {
  .bl_bgPageTitleSet {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1304px) {
  .bl_bgPageTitleSet {
    margin-inline: -15px;
  }
}
@media screen and (max-width: 767px) {
  .bl_bgPageTitleSet {
    margin-bottom: 20px;
    margin-inline: -20px;
  }
}
.bl_bgPageTitleSet_bg {
  position: absolute;
  inset: 0;
}
.bl_bgPageTitleSet_bg::before {
  --_gradColor: #fff;
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--_gradColor) 98%, transparent), color-mix(in srgb, var(--_gradColor) 90%, transparent) 25%, color-mix(in srgb, var(--_gradColor) 55%, transparent) 50%, transparent);
}
.bl_bgPageTitleSet_bg img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.bl_bgPageTitleSet__colorWhite .bl_bgPageTitleSet_bg::before {
  --_gradColor: #000;
}
.bl_bgPageTitleSet_inner {
  display: grid;
  align-content: end;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-block: 80px;
  max-width: 1275px;
  min-height: 350px;
  box-sizing: border-box;
}
@media screen and (max-width: 1304px) {
  .bl_bgPageTitleSet_inner {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bl_bgPageTitleSet_inner {
    padding-block: 60px 20px;
    min-height: 210px;
  }
}
.bl_bgPageTitleSet_inner > *:last-child {
  margin-bottom: 0;
}
.bl_bgPageTitleSet_subTitle {
  color: var(--color-blue);
  letter-spacing: 0.02em;
}
@media not all and (max-width: 767px), print {
  .bl_bgPageTitleSet_subTitle {
    margin-bottom: 24px;
    font-size: 125%;
    font-weight: 600;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .bl_bgPageTitleSet_subTitle {
    margin-bottom: 10px;
    font-size: 93.75%;
    font-weight: 500;
  }
}
.bl_bgPageTitleSet__colorWhite .bl_bgPageTitleSet_subTitle {
  color: #fff;
}
.bl_bgPageTitleSet_title {
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media not all and (max-width: 767px), print {
  .bl_bgPageTitleSet_title {
    font-size: 325%;
  }
}
@media screen and (max-width: 767px) {
  .bl_bgPageTitleSet_title {
    font-size: 200%;
  }
}
.bl_bgPageTitleSet__colorWhite {
  color: #fff;
}
.bl_bgPageTitleSet:has(+ .bl_pageHeadAnchorLinks) {
  margin-bottom: 0;
}

.bl_pageHeadAnchorLinks {
  margin-bottom: 60px;
  padding-block: 30px;
  background-color: var(--color-gray);
}
@media screen and (max-width: 1304px) {
  .bl_pageHeadAnchorLinks {
    margin-inline: -15px;
    padding-inline: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bl_pageHeadAnchorLinks {
    margin: 0 -20px 38px;
    padding: 22px 20px;
  }
}
.bl_pageHeadAnchorLinks_inner {
  margin: auto;
  max-width: 1275px;
}
.bl_pageHeadAnchorLinks .HorizontalInnerLinks {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .bl_pageHeadAnchorLinks .HorizontalInnerLinks ul {
    gap: 20px 15px;
  }
}

.bl_pageLead {
  display: grid;
  margin-bottom: 80px;
}
@media not all and (max-width: 767px), print {
  .bl_pageLead {
    gap: 5.8823529412%;
    grid-template-columns: 47.0588235294% 1fr;
    align-items: center;
    container-type: inline-size;
  }
}
@media screen and (max-width: 767px) {
  .bl_pageLead {
    margin-bottom: 65px;
    gap: 30px;
  }
}
.bl_pageLead_hdg {
  font-size: 250%;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .bl_pageLead_hdg {
    font-size: 150%;
  }
}
.bl_pageLead_hdg:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .bl_pageLead_hdg:not(:last-child) {
    margin-bottom: 12px;
  }
}
.bl_pageLead_desc {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .bl_pageLead_desc {
    font-size: 87.5%;
  }
}
@media not all and (max-width: 767px), print {
  .bl_pageLead_img {
    margin-right: calc((100cqw - var(--htmlW) * 1px) / 2);
  }
}
.bl_pageLead_img img {
  max-width: 100%;
  height: auto;
}

.bl_sectBlock {
  display: grid;
}
@media not all and (max-width: 767px), print {
  .bl_sectBlock {
    grid-template-columns: 31.3725490196% 1fr;
  }
}
.bl_sectBlock_img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media not all and (max-width: 767px), print {
  .bl_sectBlock_img img {
    height: 100% !important;
    min-height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .bl_sectBlock_img img {
    aspect-ratio: 335/200;
  }
}
.bl_sectBlock_body {
  padding: 44px 5.7142857143%;
  background-color: var(--color-gray);
}
@media screen and (max-width: 767px) {
  .bl_sectBlock_body {
    padding: 25px;
  }
}
.bl_sectBlock_body .bl_circleChevronLinks {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .bl_sectBlock_body .bl_circleChevronLinks {
    margin-top: 20px;
  }
}
.bl_sectBlock_hdg {
  margin-bottom: 20px;
  padding: 0;
  font-size: 137.5%;
}
@media screen and (max-width: 767px) {
  .bl_sectBlock_hdg {
    line-height: 1.35;
  }
}
.bl_sectBlock_hdg:has(+ .bl_sectBlock_desc) {
  margin-bottom: 10px;
}
.bl_sectBlock_hdg::before {
  content: none;
}
.bl_sectBlock_desc {
  font-size: 87.5%;
  line-height: 1.75;
}
.bl_sectBlock_relatedLinks {
  display: grid;
  margin-top: 32px;
}
@media not all and (max-width: 767px), print {
  .bl_sectBlock_relatedLinks {
    grid-template-columns: auto 1fr;
    font-size: 87.5%;
  }
}
@media screen and (max-width: 767px) {
  .bl_sectBlock_relatedLinks {
    margin-top: 30px;
  }
}
.bl_sectBlock_relatedLinks dt {
  display: grid;
  align-items: center;
  padding: 13px 20px;
  background-color: var(--color-gray5);
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .bl_sectBlock_relatedLinks dt {
    justify-self: start;
    padding: 3px 12px;
    font-size: 75%;
  }
}
.bl_sectBlock_relatedLinks dd {
  padding: 13px 25px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .bl_sectBlock_relatedLinks dd {
    padding: 10px 20px;
  }
}
.bl_sectBlock_relatedLinks dd .LinkListStyle5 {
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  .bl_sectBlock_relatedLinks dd .LinkListStyle5 {
    font-size: 87.5%;
  }
}
.bl_sectBlock_relatedLinks dd .LinkListStyle5 li {
  line-height: 1.6;
}
.bl_sectBlock_relatedLinks dd .LinkListStyle5 a {
  background-position: 100% calc(50% + 1px);
  color: inherit;
  font-weight: 500;
}

.bl_sectBlocks {
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .bl_sectBlocks {
    gap: 15px;
  }
}

.bl_pickUpList {
  display: grid;
}
@media not all and (max-width: 767px), print {
  .bl_pickUpList {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .bl_pickUpList {
    gap: 15px;
  }
}
@media not all and (max-width: 767px), print {
  .bl_pickUpList__gapLg {
    gap: 60px;
  }
}
.bl_pickUpList .bl_pickUpArticle {
  height: 100%;
}

.bl_pickUpArticle {
  display: grid;
  gap: 30px;
  grid-template-rows: 1fr auto;
  padding: 40px 4.8%;
  box-sizing: border-box;
  background-color: var(--color-gray);
}
@media screen and (max-width: 767px) {
  .bl_pickUpArticle {
    gap: 20px;
    padding: 20px;
  }
}
.bl_pickUpArticle__noBg {
  padding: 0;
  background-color: transparent;
}
.bl_pickUpArticle_hdg {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bl_pickUpArticle_hdg {
    margin-bottom: 20px;
  }
}
.bl_pickUpArticle_figure img {
  width: 100%;
  height: auto;
}
.bl_pickUpArticle_figure.ImgOnlyStyle img {
  margin: 0;
}
.bl_pickUpArticle_desc {
  margin-top: 28px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .bl_pickUpArticle_desc {
    margin-top: 16px;
    font-size: 87.5%;
  }
}
@media not all and (max-width: 767px), print {
  .bl_pickUpArticle_desc__sm {
    font-size: 87.5%;
  }
}
.bl_pickUpArticle_foot:has(.el_circleChevronLink:only-child) {
  text-align: right;
}
@media not all and (max-width: 767px), print {
  .bl_pickUpArticle_foot:has(.el_circleChevronLink:only-child).mgBtm40 {
    margin-bottom: 40px;
  }
}

.bl_circleChevronLinks {
  display: flex;
  gap: 20px 25px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .bl_circleChevronLinks {
    gap: 12px 20px;
  }
}
.bl_accordionList {
  display: grid;
  gap: 17px;
}
.bl_accordion {
  --paddingInline: calc(40 / 1275 * 100cqw);
  background-color: var(--color-gray);
  container-type: inline-size;
}
@media screen and (max-width: 767px) {
  .bl_accordion {
    --paddingInline: 20px;
    margin-inline: -20px;
  }
}
.bl_accordion_head {
  display: grid;
  align-content: center;
  position: relative;
  padding-block: 32px;
  padding-inline: var(--paddingInline) calc(var(--paddingInline) + 60px);
  min-height: 138px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .bl_accordion_head {
    padding-block: 20px;
    padding-inline: var(--paddingInline) calc(var(--paddingInline) + 45px);
  }
}
.bl_accordion_head::-webkit-details-marker {
  display: none;
}
.bl_accordion_head .hdg {
  position: relative;
  z-index: 1;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .bl_accordion_head .hdg {
    font-size: 125%;
  }
}
.bl_accordion_head .hdg b {
  font-weight: inherit;
}
.bl_accordion_head .txt {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  font-size: 93.75%;
}
@media screen and (max-width: 767px) {
  .bl_accordion_head .txt {
    font-size: 87.5%;
    line-height: 1.55;
  }
}
.bl_accordion_head .icon {
  position: absolute;
  right: var(--paddingInline);
  top: 50%;
  z-index: 1;
  translate: 0 -50%;
  width: 28px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-red2);
}
.bl_accordion_head .icon::before, .bl_accordion_head .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border-top: 2px solid #fff;
  width: 12px;
}
.bl_accordion_head .icon::after {
  rotate: 90deg;
}
.bl_accordion_head .bg {
  position: absolute;
  inset: 0;
}
.bl_accordion_head .bg img {
  width: 100%;
  height: 100% !important;
  background-size: cover;
}
.bl_accordion[open] .bl_accordion_head .icon::after {
  opacity: 0;
}
.bl_accordion_body > div {
  border-top: 1px solid var(--color-gray2);
  padding: var(--paddingInline);
}
.bl_accordion_body .bl_articleBlock {
  gap: var(--paddingInline);
  padding: var(--paddingInline);
}
@media screen and (max-width: 767px) {
  .bl_accordion_body .bl_articleBlock {
    padding-block: 25px;
  }
}

.js_accordion_head {
  cursor: pointer;
}
.js_accordion_body {
  overflow: hidden;
}

.bl_articleList {
  display: grid;
  gap: 8px;
}

.bl_articleBlock {
  display: grid;
  background-color: #fff;
}
@media not all and (max-width: 767px), print {
  .bl_articleBlock {
    grid-template-columns: 1fr 28.6995515695%;
  }
}
.bl_articleBlock_body .el_circleChevronLink {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .bl_articleBlock_body .el_circleChevronLink {
    margin-top: 15px;
  }
}
.bl_articleBlock_hdg {
  padding: 0;
}
.bl_articleBlock_hdg:not(:last-child) {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .bl_articleBlock_hdg:not(:last-child) {
    margin-bottom: 16px;
  }
}
.bl_articleBlock_hdg::before {
  content: none;
}
.bl_articleBlock_desc {
  font-size: 81.25%;
  line-height: 1.75;
}
.bl_articleBlock_img img {
  width: 100%;
  height: auto;
}

.bl_badgeList {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.bl_imgLinkBlock {
  text-decoration: none !important;
}
.bl_imgLinkBlock article {
  display: grid;
  align-items: end;
  position: relative;
  min-height: 330px;
}
@media screen and (max-width: 767px) {
  .bl_imgLinkBlock article {
    min-height: 240px;
  }
}
.bl_imgLinkBlock_body {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto;
  align-items: end;
  position: relative;
  z-index: 2;
  padding: 20px 24px;
  color: #fff;
  transition: color var(--transVals);
}
.bl_imgLinkBlock_body hgroup {
  display: grid;
  gap: 4px;
}
.bl_imgLinkBlock_body_foot .circleChevron {
  display: grid;
  place-content: center;
  border: 1px solid var(--color-red2);
  width: 32px;
  aspect-ratio: 1;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: var(--color-red2);
  color: #fff;
  transition: var(--transVals);
  transition-property: background-color, color;
}
.bl_imgLinkBlock_body_foot .circleChevron::before {
  content: "";
  translate: -1px;
  rotate: -45deg;
  border-right: 2px solid;
  border-bottom: 2px solid;
  width: 6px;
  aspect-ratio: 1;
}
.bl_imgLinkBlock:focus-visible .bl_imgLinkBlock_body {
  color: var(--color-red2);
}
.bl_imgLinkBlock:focus-visible .bl_imgLinkBlock_body_foot .circleChevron {
  background-color: #fff;
  color: var(--color-red2);
}
@media (any-hover: hover) {
  .bl_imgLinkBlock:hover .bl_imgLinkBlock_body {
    color: var(--color-red2);
  }
  .bl_imgLinkBlock:hover .bl_imgLinkBlock_body_foot .circleChevron {
    background-color: #fff;
    color: var(--color-red2);
  }
}
.bl_imgLinkBlock_subtitle {
  font-size: 87.5%;
  font-weight: 500;
}
.bl_imgLinkBlock_title {
  padding: 0;
  color: inherit;
  font-size: 137.5%;
  line-height: 1.35;
}
.bl_imgLinkBlock_title::before {
  content: none;
}
.bl_imgLinkBlock_bgImg {
  position: absolute;
  inset: 0;
  border-radius: 8px;
  overflow: hidden;
}
.bl_imgLinkBlock_bgImg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.2) 76%, rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 767px) {
  .bl_imgLinkBlock_bgImg::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.6));
  }
}
.bl_imgLinkBlock_bgImg img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  transition: scale var(--transVals);
}
.bl_imgLinkBlock:focus-visible .bl_imgLinkBlock_bgImg img {
  scale: 1.1;
}
@media (any-hover: hover) {
  .bl_imgLinkBlock:hover .bl_imgLinkBlock_bgImg img {
    scale: 1.1;
  }
}

.bl_imgLinkBlocks {
  display: grid;
  gap: 25px;
}
@media not all and (max-width: 767px), print {
  .bl_imgLinkBlocks {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .bl_imgLinkBlocks {
    gap: 15px;
  }
}
.bl_imgLinkBlocks__3col {
  gap: 16px;
  margin-bottom: 50px;
}
@media not all and (max-width: 767px), print {
  .bl_imgLinkBlocks__3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .bl_imgLinkBlocks__3col {
    margin-bottom: 40px;
  }
}
.bl_imgLinkBlocks__3col .bl_imgLinkBlock article {
  min-height: 250px;
}
@media screen and (max-width: 767px) {
  .bl_imgLinkBlocks__3col .bl_imgLinkBlock article {
    min-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .bl_imgLinkBlocks__3col .bl_imgLinkBlock_body {
    padding: 18px 24px;
  }
}
.bl_imgLinkBlocks__3col .bl_imgLinkBlock_title {
  font-size: 125%;
}
.bl_imgLinkBlocks__3col .bl_imgLinkBlock_bgImg {
  border-radius: 4px;
}

.bl_tsSearchLinkSect {
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_tsSearchLinkSect {
    margin-inline: -20px;
  }
}
.bl_tsSearchLinkSect_inner {
  display: grid;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 60px 4.7058823529%;
  box-sizing: border-box;
}
@media not all and (max-width: 767px), print {
  .bl_tsSearchLinkSect_inner {
    grid-auto-flow: column;
    justify-content: space-between;
    min-height: 336px;
  }
}
@media screen and (max-width: 767px) {
  .bl_tsSearchLinkSect_inner {
    gap: 30px;
    padding: 50px 40px;
  }
}
.bl_tsSearchLinkSect_body {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .bl_tsSearchLinkSect_body {
    text-align: center;
  }
}
.bl_tsSearchLinkSect_hdg {
  display: grid;
  gap: 16px;
  grid-auto-flow: column;
  align-items: start;
  font-size: 250%;
  font-weight: 700;
  line-height: 1.4;
}
@media not all and (max-width: 767px), print {
  .bl_tsSearchLinkSect_hdg {
    justify-items: start;
  }
}
@media screen and (max-width: 767px) {
  .bl_tsSearchLinkSect_hdg {
    font-size: 225%;
  }
}
.bl_tsSearchLinkSect_hdg::before {
  content: "";
  translate: 0 calc(0.5lh - 50%);
  width: 48px;
  aspect-ratio: 1;
  background: url(/image/jp/hps/common/icon/icon_search_lg.svg);
}
@media screen and (max-width: 767px) {
  .bl_tsSearchLinkSect_hdg::before {
    content: none;
  }
}
.bl_tsSearchLinkSect_hdg:not(:last-child) {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .bl_tsSearchLinkSect_hdg:not(:last-child) {
    margin-bottom: 15px;
  }
}
.bl_tsSearchLinkSect_desc {
  font-size: 112.5%;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .bl_tsSearchLinkSect_desc {
    font-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bl_tsSearchLinkSect_foot {
    justify-self: center;
  }
}
.bl_tsSearchLinkSect_bgImg {
  position: absolute;
  inset: 0;
}
.bl_tsSearchLinkSect_bgImg img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
@media not all and (max-width: 767px), print {
  .bl_tsSearchLinkSect_bgImg img {
    border-radius: 6px;
  }
}

.bl_casestudyLinkSect {
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_casestudyLinkSect {
    margin-inline: -20px;
  }
}
.bl_casestudyLinkSect_inner {
  display: grid;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 40px 4.7058823529%;
  min-height: 206px;
  box-sizing: border-box;
}
@media not all and (max-width: 767px), print {
  .bl_casestudyLinkSect_inner {
    grid-auto-flow: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .bl_casestudyLinkSect_inner {
    gap: 40px;
    padding: 50px 60px 58px;
  }
}
.bl_casestudyLinkSect_body {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .bl_casestudyLinkSect_body {
    text-align: center;
  }
}
.bl_casestudyLinkSect_hdg {
  display: grid;
  gap: 16px;
  grid-auto-flow: column;
  align-items: start;
  font-size: 250%;
  font-weight: 700;
  line-height: 1.4;
}
@media not all and (max-width: 767px), print {
  .bl_casestudyLinkSect_hdg {
    justify-items: start;
  }
}
.bl_casestudyLinkSect_hdg:not(:last-child) {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .bl_casestudyLinkSect_hdg:not(:last-child) {
    margin-bottom: 15px;
  }
}
.bl_casestudyLinkSect_desc {
  font-size: 112.5%;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .bl_casestudyLinkSect_desc {
    font-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bl_casestudyLinkSect_foot {
    justify-self: center;
  }
}
.bl_casestudyLinkSect_bgImg {
  position: absolute;
  inset: 0;
}
.bl_casestudyLinkSect_bgImg img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
@media not all and (max-width: 767px), print {
  .bl_casestudyLinkSect_bgImg img {
    border-radius: 6px;
  }
}

@media not all and (max-width: 767px), print {
  .bl_btnBox {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .bl_btnBox {
    padding: 30px 25px;
  }
}
.bl_btnBox_content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.bl_btnBox_text {
  line-height: 1.45;
}
.bl_btnBox > .el_circleChevronBtn {
  display: inline-grid;
  margin-top: 30px;
}
.bl_btnBox__sm {
  border: 2px solid var(--color-gray2);
}
@media not all and (max-width: 767px), print {
  .bl_btnBox__sm {
    padding: 50px;
  }
}
.bl_productImg {
  width: 62.03%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bl_productImg {
    width: 100%;
  }
}
.bl_productImg img {
  aspect-ratio: 791/760;
}

.bl_productBlocks {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bl_productBlocks {
    margin-inline: -20px;
    gap: 15px;
  }
}

.bl_productBlock {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .bl_productBlock {
    gap: 30px;
  }
}
.bl_productBlock_head {
  display: flex;
  border: 1px solid var(--color-gray2);
}
@media screen and (max-width: 767px) {
  .bl_productBlock_head {
    gap: 24px;
    flex-direction: column-reverse;
    border: none;
  }
}
.bl_productBlock_body {
  width: 60.15%;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .bl_productBlock_body {
    width: calc(100% - 40px);
    padding: 0;
    margin: 0 auto;
  }
}
.bl_productBlock_body .bl_circleChevronLinks {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .bl_productBlock_body .bl_circleChevronLinks {
    margin-top: 20px;
  }
}
.bl_productBlock_subhdg {
  color: var(--color-blue);
  font-weight: 500;
  line-height: 2;
}
.bl_productBlock_hdg {
  margin-bottom: 20px;
  padding: 0;
  font-size: 200%;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .bl_productBlock_hdg {
    font-size: 150%;
    line-height: 1.3;
  }
}
.bl_productBlock_hdg:has(+ .bl_productBlock_desc) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .bl_productBlock_hdg:has(+ .bl_productBlock_desc) {
    margin-bottom: 15px;
  }
}
.bl_productBlock_hdg::before {
  content: none;
}
.bl_productBlock_desc {
  font-size: 100%;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .bl_productBlock_desc {
    font-size: 87.5%;
  }
}
.bl_productBlock_img {
  width: 39.86%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .bl_productBlock_img {
    width: 100%;
  }
}
.bl_productBlock_img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media not all and (max-width: 767px), print {
  .bl_productBlock_img img {
    height: 100% !important;
    min-height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .bl_productBlock_img img {
    aspect-ratio: 508/308;
  }
}
.bl_productBlock_foot {
  background-color: var(--color-gray);
  padding: 24px 30px;
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .bl_productBlock_foot {
    padding: 20px;
  }
}
.bl_productBlock_foot ul {
  display: flex;
  gap: 15px 51px;
  flex-wrap: wrap;
}
.bl_productBlock_foot ul li {
  line-height: 1;
}
.bl_productBlock_foot ul li a {
  position: relative;
  text-decoration: none;
  font-size: 87.5%;
  color: var(--color-black);
}
.bl_productBlock_foot ul li a::before {
  position: absolute;
  content: "";
  top: calc(50% - 3px);
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--color-red2);
  border-right: 2px solid var(--color-red2);
  margin-right: -15px;
  transform: rotate(45deg);
}
.bl_productBlock_foot ul li a:hover {
  text-decoration: underline;
}

.bl_companyMargin_100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .bl_companyMargin_100 {
    margin-bottom: 60px;
  }
}
.bl_companyMargin_110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .bl_companyMargin_110 {
    margin-bottom: 60px;
  }
}
.bl_companyMargin_120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .bl_companyMargin_120 {
    margin-bottom: 60px;
  }
}

.bl_columnArea {
  display: grid;
}
@media not all and (max-width: 767px), print {
  .bl_columnArea {
    gap: 5.8823529412%;
    grid-template-columns: 47.0588235294% 1fr;
    align-items: center;
    container-type: inline-size;
  }
}
@media screen and (max-width: 767px) {
  .bl_columnArea {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .bl_columnArea.bl_brandArea {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .bl_columnArea.bl_brandArea .bl_columnArea_subhdg {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bl_columnArea.bl_brandArea .bl_columnArea_hdg {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .bl_columnArea.bl_brandArea .bl_columnArea_desc {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 767px) {
  .bl_columnArea.bl_sustainabilityArea {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bl_columnArea.bl_sustainabilityArea .bl_columnArea_subhdg {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bl_columnArea.bl_sustainabilityArea .bl_columnArea_hdg {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .bl_columnArea.bl_sustainabilityArea .bl_columnArea_desc {
    margin-bottom: 42px;
  }
}
.bl_columnArea_subhdg {
  color: var(--color-blue);
  font-weight: 700;
  font-size: 106.25%;
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .bl_columnArea_subhdg {
    font-size: 93.75%;
  }
}
.bl_columnArea_hdg {
  display: block;
  font-size: 250%;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .bl_columnArea_hdg {
    line-height: 1.35;
    font-size: 225%;
  }
}
.bl_columnArea_hdg span {
  display: inline-block;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.45;
  padding: 0;
  width: auto;
}
@media screen and (max-width: 767px) {
  .bl_columnArea_hdg span {
    display: inline-block;
  }
}
.bl_columnArea_hdg:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .bl_columnArea_hdg:not(:last-child) {
    margin-bottom: 24px;
  }
}
.bl_columnArea_hdg:has(> span) {
  min-height: 0;
}
.bl_columnArea_hdg:has(> span)::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .bl_columnArea_hdg:has(> span) span::before {
    content: none;
  }
}
.bl_columnArea_hdg:has(> span)::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .bl_columnArea_hdg:has(> span) span::after {
    content: none;
  }
}
.bl_columnArea_descLarge {
  font-size: 175%;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .bl_columnArea_descLarge {
    font-size: 150%;
    line-height: 1.3;
    margin-bottom: 24px;
  }
}
.bl_columnArea_desc {
  color: var(--color-gray4);
  font-size: 100%;
  line-height: 1.75;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .bl_columnArea_desc {
    font-size: 87.5%;
    margin-bottom: 32px;
  }
}
.bl_columnArea_name {
  color: var(--color-gray4);
  font-size: 112.5%;
  line-height: 1.75;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .bl_columnArea_name {
    font-size: 87.5%;
    margin-bottom: 32px;
  }
}
.bl_columnArea .el_linkBtn {
  padding-block: 19px;
  padding-inline: 32px 90px;
  background-color: #fff;
  color: var(--color-black);
  text-decoration: none;
}
.bl_columnArea .el_linkBtn span {
  font-size: 112.5%;
}
.bl_columnArea .el_linkBtn .el_arwIcon {
  width: 32px;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .bl_columnArea .el_linkBtn {
    padding-block: 19px;
    padding-inline: 21px 79px;
  }
}
.bl_columnArea_img_border {
  padding: 115.5px 50px;
  border: 1px solid var(--color-gray2);
}
@media screen and (max-width: 767px) {
  .bl_columnArea_img_border {
    padding: 63px 24px;
  }
}
.bl_columnArea_img img {
  max-width: 100%;
  height: auto;
}
.bl_columnArea_btnColumn {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 994px) {
  .bl_columnArea_btnColumn {
    flex-direction: column;
  }
}

.bl_graybtnList {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 994px) {
  .bl_graybtnList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .bl_graybtnList {
    gap: 15px;
    grid-template-columns: 1fr;
  }
}
.bl_graybtnList_list {
  display: grid !important;
  grid-template-columns: 2fr auto;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  text-decoration: none !important;
  font-size: 100%;
  font-weight: 700;
  line-height: 1.55;
  background-color: var(--color-gray);
  padding: 29px 32px;
}
.bl_graybtnList_list span {
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .bl_graybtnList_list {
    padding: 20px;
  }
}
.bl_graybtnList_list:focus-visible .bl_graybtnList_circleChevron {
  background-color: #fff;
  color: var(--color-red2);
}
@media (any-hover: hover) {
  .bl_graybtnList_list:hover .bl_graybtnList_circleChevron {
    background-color: #fff;
    color: var(--color-red2);
  }
}
.bl_graybtnList_circleChevron {
  display: grid;
  place-items: center;
  margin-right: 8px;
  border: 1px solid var(--color-red2);
  width: 28px;
  aspect-ratio: 1;
  box-sizing: border-box;
  background-color: var(--color-red2);
  border-radius: 50%;
  color: #fff;
  transition: var(--transVals);
  transition-property: background-color, color;
}
.bl_graybtnList_circleChevron::before {
  content: "";
  translate: -1px;
  rotate: -45deg;
  border-right: 2px solid;
  border-bottom: 2px solid;
  width: 4px;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .bl_graybtnList_circleChevron::before {
    width: 4px;
  }
}

.bl_redbgArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 71px 80px;
  background: url(/corporate/image/company_06.webp);
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .bl_redbgArea {
    flex-direction: column;
    padding: 80px 20px;
    margin-inline: -20px;
    background: url(/corporate/image/company_11.webp);
    background-size: cover;
  }
}
.bl_redbgArea.bl_redbgArea_minutes {
  background: url(/corporate/image/minutes_bg01.webp);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bl_redbgArea.bl_redbgArea_minutes {
    margin-inline: 0;
    background: url(/corporate/image/minutes_bg01_sp.webp);
    background-size: cover;
  }
}
.bl_redbgArea_body {
  width: 59.2156862745%;
}
@media screen and (max-width: 767px) {
  .bl_redbgArea_body {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
}
.bl_redbgArea_bordertitle {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 260px;
  margin-bottom: 8px;
  line-height: 1;
  color: #fff;
  border: 2px solid #fff;
}
.bl_redbgArea_bordertitle span {
  padding: 0 5px;
  border-right: 2px solid #fff;
  font-size: 181.25%;
  line-height: 1.55;
  text-align: center;
}
.bl_redbgArea_bordertitle span:last-child {
  border-right: none;
}
.bl_redbgArea_bordertitle .bl_bordertitle_num {
  position: relative;
}
.bl_redbgArea_bordertitle .bl_bordertitle_num span {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -22px;
  margin-left: -2px;
  font-size: 206.25%;
  font-weight: 900;
  -webkit-text-stroke: 3px var(--color-red);
  line-height: 1.15;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .bl_redbgArea_bordertitle {
    align-content: center;
    width: 200px;
    margin: 0 auto 12px;
  }
  .bl_redbgArea_bordertitle span {
    font-size: 137.5%;
  }
  .bl_redbgArea_bordertitle .bl_bordertitle_num span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 206.25%;
    margin-top: -16px;
    margin-left: -3px;
  }
}
.bl_redbgArea_title {
  font-size: 350%;
  font-weight: 700;
  color: #fff;
  margin-bottom: 17px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .bl_redbgArea_title {
    align-items: center;
    font-size: 225%;
    margin-bottom: 15px !important;
    line-height: 1.33333;
    letter-spacing: -2px;
  }
}
.bl_redbgArea_text {
  font-size: 125%;
  font-weight: 700;
  color: #fff;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .bl_redbgArea_text {
    font-size: 100%;
    font-weight: 400;
    line-height: 1.5;
  }
}
.bl_redbgArea .el_linkBtn {
  padding-block: 19px;
  padding-inline: 32px 90px;
  background-color: #fff;
  color: var(--color-black);
  text-decoration: none;
}
.bl_redbgArea .el_linkBtn span {
  font-size: 112.5%;
}
.bl_redbgArea .el_arwIcon {
  width: 36px;
}
.bl_redbgArea_minutes {
  flex-direction: column;
  align-items: flex-start;
  padding: 71px 0;
}
@media screen and (max-width: 767px) {
  .bl_redbgArea_minutes {
    padding: 30px 0;
  }
}
.bl_redbgArea_minutes > div {
  width: 1275px;
  margin: 0 auto;
}
@media screen and (max-width: 1304px) {
  .bl_redbgArea_minutes > div {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .bl_redbgArea_minutes > div {
    width: calc(100% - 40px);
  }
}
.bl_redbgArea_minutes #TopicPath {
  background: transparent;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .bl_redbgArea_minutes #TopicPath {
    margin-bottom: 40px;
  }
}
.bl_redbgArea_minutes #TopicPath ul {
  padding: 0;
}
.bl_redbgArea_minutes #TopicPath ul li {
  color: #fff;
  font-size: 68.75%;
}
.bl_redbgArea_minutes #TopicPath ul li a {
  color: #fff;
  text-decoration: underline;
}
.bl_redbgArea_minutes #TopicPath ul li a:hover {
  text-decoration: none;
}
.bl_redbgArea_minutes #TopicPath ul li a:visited {
  color: var(--color-gray2);
}
.bl_redbgArea_minutes .bl_redbgArea_body {
  margin-bottom: 40px;
}
@media screen and (max-width: 1304px) {
  .bl_redbgArea_minutes .bl_redbgArea_body {
    width: 100%;
    text-align: left;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .bl_redbgArea_minutes .bl_redbgArea_bordertitle {
    margin: 0 0 10px;
  }
}
.bl_redbgArea_minutes .bl_redbgArea_title {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .bl_redbgArea_minutes .bl_redbgArea_title {
    align-items: flex-start;
  }
}
.bl_redbgArea_minutes .bl_redbgArea_bottonColumn {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
  width: 74.8788368336%;
}
@media screen and (max-width: 767px) {
  .bl_redbgArea_minutes .bl_redbgArea_bottonColumn {
    gap: 10px 8px;
    width: 100%;
  }
}
.bl_redbgArea_minutes .bl_redbgArea_bottonColumn .el_linkBtn {
  padding-block: 19px;
  padding-inline: 30px 68px;
}
@media screen and (max-width: 767px) {
  .bl_redbgArea_minutes .bl_redbgArea_bottonColumn .el_linkBtn {
    padding-block: 11px;
    padding-inline: 15px 68px;
  }
}
.bl_redbgArea_minutes .bl_redbgArea_bottonColumn .el_linkBtn > span {
  font-size: 87.5%;
  line-height: 1;
}
.bl_redbgArea_minutes .bl_redbgArea_bottonColumn .el_arwIcon {
  width: 28px;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .bl_redbgArea_minutes .bl_redbgArea_bottonColumn .el_arwIcon {
    width: 20px;
    right: 13px;
  }
}

.bl_sponsorArea {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 767px) {
  .bl_sponsorArea {
    text-align: center;
    gap: 25px;
  }
}
.bl_sponsorArea_block {
  background-color: var(--color-gray);
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .bl_sponsorArea_block {
    padding: 40px 20px;
  }
}
.bl_sponsorArea h2 {
  justify-content: center;
  margin-bottom: 24px;
  font-size: 225%;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .bl_sponsorArea h2 {
    align-items: center;
    font-size: 150%;
    margin-bottom: 20px;
  }
}
.bl_sponsorArea p {
  margin-bottom: 42px;
  font-size: 100%;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .bl_sponsorArea p {
    margin-bottom: 30px;
    font-size: 87.5%;
  }
}
.bl_sponsorArea_imgColumn {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .bl_sponsorArea_imgColumn {
    flex-direction: column;
    gap: 15px;
  }
}
.bl_sponsorArea_imgColumn__1col .bl_sponsorArea_imgColumn_img {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bl_sponsorArea_imgColumn__1col .bl_sponsorArea_imgColumn_img {
    width: 100%;
  }
}
.bl_sponsorArea_imgColumn_img img {
  transition: opacity 0.3s ease;
  width: 100%;
}
.bl_sponsorArea_imgColumn_img:hover img {
  opacity: 0.7;
}

.bl_topText {
  margin-bottom: 48px !important;
  color: var(--color-gray6);
  font-size: 106.25%;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .bl_topText {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    font-size: 87.5%;
  }
}

.bl_movieBlock {
  width: 67.4509803922%;
  margin: 0 auto 48px;
}
@media screen and (max-width: 767px) {
  .bl_movieBlock {
    width: 100%;
  }
}
.bl_movieBlock h3 {
  margin-bottom: 30px;
}
.bl_movieBlock_link {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.bl_movieBlock_link img {
  width: 100%;
  margin-bottom: 0 !important;
}
.bl_movieBlock_link:hover::before {
  opacity: 0.6;
}
.bl_movieBlock_link.ModalYouTubeLink__new span::before {
  position: absolute;
  content: "NEW";
  background: var(--color-red);
  color: #fff;
  padding: 3px 6px;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 700;
  top: 0;
  left: 0;
}
.bl_movieBlock_text {
  display: grid;
  gap: 10px;
}
.bl_movieBlock_text p {
  color: var(--color-gray6);
  font-size: 87.5%;
  line-height: 1.75;
}
.bl_movieBlock_text .bl_movieBlock_subtitle {
  font-size: 100%;
  font-weight: 700;
  line-height: 1.45;
}
.bl_movieBlock_text .bl_movieBlock_subtitle + p {
  color: var(--color-gray4);
  font-size: 81.25%;
  line-height: 1.45;
}

.bl_columnSet {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
}
@media screen and (max-width: 767px) {
  .bl_columnSet {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.bl_columnSet .bl_movieBlock {
  display: grid;
  align-content: flex-end;
  width: 100%;
  margin: 0;
}
.bl_columnSet .bl_movieBlock_link {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bl_columnSet .bl_movieBlock_link {
    margin-bottom: 20px;
  }
}
.bl_columnSet__3col {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .bl_columnSet__3col {
    grid-template-columns: 1fr;
  }
}
.bl_columnSet__3col .bl_movieBlock {
  align-content: flex-start;
}
.bl_columnSet__3col .bl_movieBlock_link {
  margin-bottom: 20px;
}

.bl_grayBg {
  background-color: var(--color-gray);
  padding-inline: calc((100vw - 1290px) / 2);
  margin-inline: calc((100vw - 1290px) / -2);
  padding-block: 80px;
}
@media screen and (max-width: 1304px) {
  .bl_grayBg {
    padding-inline: 15px;
    margin-inline: -15px;
  }
}
@media screen and (max-width: 767px) {
  .bl_grayBg {
    padding-inline: 20px;
    margin-inline: -20px;
    padding-block: 40px;
  }
}
.bl_grayBg h2 {
  margin-bottom: 40px;
}

.GridSet.bl_GridSet_minutes {
  width: 965px;
}
@media screen and (max-width: 1304px) {
  .GridSet.bl_GridSet_minutes {
    width: 100%;
    max-width: 1290px;
    margin: 0;
  }
}
@media screen and (max-width: 1304px) {
  .GridSet.bl_GridSet_minutes .Grid4 {
    padding: 0;
  }
}
.GridSet .Grid4 .Section.bl_movieSection {
  padding-bottom: 42px;
}
.GridSet .Grid4 .Section.bl_movieSection_80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .GridSet .Grid4 .Section.bl_movieSection_80 {
    padding-bottom: 40px;
  }
}
.GridSet .Grid4 .Section.bl_movieSection_100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .GridSet .Grid4 .Section.bl_movieSection_100 {
    padding-bottom: 40px;
  }
}
.GridSet .Grid4 .Section.bl_movieSection_140 {
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .GridSet .Grid4 .Section.bl_movieSection_140 {
    padding-bottom: 60px;
  }
}
@media not all and (max-width: 767px), print {
  .GridSet .Grid4 .Section.bl_movieSection .BoxPatternC:has(.HorizontalInnerLinks) {
    padding-inline: 26px;
    padding-block: 27px;
  }
}
.GridSet .Grid4 .Section.bl_movieSection > h2 {
  margin-bottom: 48px;
}

.bl_minutes {
  position: relative;
  padding-inline: calc((100vw - 980px) / 2);
  margin-inline: calc((100vw - 980px) / -2);
  z-index: 2;
}
@media screen and (max-width: 1304px) {
  .bl_minutes {
    padding-inline: 50px;
    margin-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .bl_minutes {
    padding-inline: 20px;
  }
}
.bl_minutes:nth-child(even) {
  background-color: var(--color-gray);
}
.bl_minutes::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bl_minutes_first {
  width: auto;
  padding-block: 100px 160px;
}
@media screen and (max-width: 767px) {
  .bl_minutes_first {
    width: auto;
    padding-block: 60px 40px;
  }
}
.bl_minutes_first::before {
  width: 84%;
  background: url(/corporate/image/bl_minutes_bg01.webp);
  background-size: 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .bl_minutes_first::before {
    width: 70%;
    background: url(/corporate/image/bl_minutes_bg01sp.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.bl_minutes_second {
  padding-block: 70px 196px;
}
.bl_minutes_second::before {
  width: 52%;
  background: url(/corporate/image/bl_minutes_bg02.webp);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .bl_minutes_second::before {
    width: 100%;
    background: url(/corporate/image/bl_minutes_bg02sp.webp);
    background-size: 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .bl_minutes_second {
    padding-block: 60px 40px;
  }
}
.bl_minutes_third {
  padding-block: 70px 100px;
}
.bl_minutes_third::before {
  width: 74%;
  background: url(/corporate/image/bl_minutes_bg03.webp);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .bl_minutes_third::before {
    width: 100%;
    background: url(/corporate/image/bl_minutes_bg03sp.webp);
    background-size: 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .bl_minutes_third {
    padding-block: 60px 40px;
  }
}
.bl_minutes_fourth {
  padding-block: 100px;
}
.bl_minutes_fourth::before {
  width: 76%;
  background: url(/corporate/image/bl_minutes_bg04.webp);
  background-size: 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .bl_minutes_fourth::before {
    width: 70%;
    background: url(/corporate/image/bl_minutes_bg04sp.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .bl_minutes_fourth {
    padding-block: 60px 40px;
  }
}
.bl_minutes_fifth {
  padding-block: 80px;
}
.bl_minutes_fifth h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bl_minutes_fifth {
    padding-block: 60px 40px;
  }
}
.bl_minutes_title {
  position: relative;
  justify-content: center;
  padding: 19px 24px;
  padding-bottom: 19px !important;
  margin: 0 auto 48px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: var(--color-gray6);
  font-size: 200%;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .bl_minutes_title {
    margin: -61px auto 30px !important;
    font-size: 150%;
    line-height: 1.3333;
    text-align: center;
  }
}
.bl_minutes_title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #CC0000;
}
.bl_minutes_text {
  font-size: 100%;
  line-height: 1.75;
  margin-bottom: 40px;
}
.bl_minutes_text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .bl_minutes_text {
    margin-bottom: 30px;
  }
}
.bl_minutes_column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .bl_minutes_column {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.bl_minutes_column__1col {
  grid-template-columns: 1fr;
}
.bl_minutes_column__1col .bl_minutes_column_content {
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .bl_minutes_column__1col .bl_minutes_column_content {
    padding: 50px 30px;
  }
}
.bl_minutes_column__1col .bl_minutes_column_title {
  font-size: 150%;
  line-height: 1.55;
}
.bl_minutes_column__1col .bl_minutes_column_text {
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.75;
}
.bl_minutes_column__1col .bl_minutes_column_icon {
  aspect-ratio: 791/760;
}
@media screen and (max-width: 767px) {
  .bl_minutes_column__1col .bl_minutes_column_icon {
    aspect-ratio: auto;
    width: 100%;
  }
}
.bl_minutes_column__4col {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .bl_minutes_column__4col {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
  }
}
.bl_minutes_column__4col .bl_minutes_column_content {
  border: 1px solid #fff;
  border-radius: 170px;
}
.bl_minutes_column__4col .bl_minutes_column_icon {
  position: relative;
  left: 1px;
  width: 76.7816091954%;
  aspect-ratio: 128/72;
}
.bl_minutes_column_content {
  display: grid;
  grid-template-columns: 1fr;
  align-content: baseline;
  gap: 18px;
  padding: 40px 25px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(15, 44, 57, 0.12);
}
@media screen and (max-width: 767px) {
  .bl_minutes_column_content {
    gap: 15px;
  }
}
.bl_minutes_column_topArea {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: anchor-center;
  gap: 18px;
  text-align: center;
}
.bl_minutes_column_title {
  font-size: 125%;
  font-weight: 700;
  line-height: 1.45;
}
.bl_minutes_column_icon {
  width: 66.5338645418%;
  aspect-ratio: 167/94;
}
.bl_minutes_column_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.bl_minutes_column_bottomArea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.bl_minutes_column_bottomArea p {
  font-size: 81.25%;
  line-height: 1.55;
}
.bl_minutes_overview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px;
  margin-bottom: 21px;
}
.bl_minutes_overview_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 994px) {
  .bl_minutes_overview_box:has(.bl_minutes_overview_year) {
    padding: 50px 50px 78px;
  }
}
@media screen and (max-width: 767px) {
  .bl_minutes_overview_box {
    padding: 25px;
  }
  .bl_minutes_overview_box:has(.bl_minutes_overview_year) {
    padding: 25px 25px 78px;
  }
}
.bl_minutes_overview_box:nth-child(1), .bl_minutes_overview_box:nth-child(4) {
  grid-column: 1/-1;
}
.bl_minutes_overview_box:nth-child(2) .bl_minutes_overview_icon {
  aspect-ratio: 101/86;
}
@media screen and (max-width: 994px) {
  .bl_minutes_overview_box:nth-child(2) {
    grid-column: 1/-1;
  }
}
.bl_minutes_overview_box:nth-child(3) .bl_minutes_overview_icon {
  aspect-ratio: 106/145;
}
@media screen and (max-width: 994px) {
  .bl_minutes_overview_box:nth-child(3) {
    grid-column: 1/-1;
  }
}
.bl_minutes_overview_column {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.bl_minutes_overview_columnStart {
  align-items: flex-start;
}
@media screen and (max-width: 994px) {
  .bl_minutes_overview_columnStart {
    flex-direction: column;
    gap: 30px;
  }
}
.bl_minutes_overview_column__3col {
  align-items: baseline;
}
@media screen and (max-width: 994px) {
  .bl_minutes_overview_column__3col {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (max-width: 994px) {
  .bl_minutes_overview_column__3col .bl_minutes_overview_content {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .bl_minutes_overview_column__3col .bl_minutes_overview_content:has(.bl_minutes_overview_boldtext) {
    width: 100%;
  }
}
.bl_minutes_overview_title {
  padding-left: 0;
  padding-block: 2px 4px;
  border-bottom: 2px solid var(--color-red2);
  margin-bottom: 25px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 175%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .bl_minutes_overview_title {
    font-size: 125%;
    line-height: 1;
    padding-bottom: 10px;
  }
}
.bl_minutes_overview_title::before {
  content: none;
}
.bl_minutes_overview_text {
  color: var(--color-gray6);
  font-size: 100%;
  line-height: 1.75;
}
@media screen and (max-width: 994px) {
  .bl_minutes_overview_content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bl_minutes_overview_content:has(.bl_minutes_overview_boldtext) {
    width: 64.2105263158%;
  }
}
.bl_minutes_overview_content:has(.bl_minutes_overview_icon) {
  width: 27.5229357798%;
}
@media screen and (max-width: 767px) {
  .bl_minutes_overview_content:has(.bl_minutes_overview_icon) {
    width: 37.1929824561%;
  }
}
.bl_minutes_overview_year {
  position: relative;
  display: flex;
  justify-content: end;
  width: 52.7167630058%;
}
@media screen and (max-width: 994px) {
  .bl_minutes_overview_year {
    width: 100%;
    justify-content: start;
  }
}
.bl_minutes_overview_year::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  margin-bottom: -43px;
  background: url(/corporate/image/icon_08.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .bl_minutes_overview_year::before {
    margin-left: -5px;
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 425px) {
  .bl_minutes_overview_year::before {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .bl_minutes_overview_year:has(.bl_minutes_overview_boldtext) {
    width: 100%;
  }
}
.bl_minutes_overview_year .bl_minutes_overview_boldtext {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: flex-start;
  padding-right: 4vw;
}
@media screen and (max-width: 994px) {
  .bl_minutes_overview_year .bl_minutes_overview_boldtext {
    padding-right: 0;
    margin-left: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .bl_minutes_overview_year .bl_minutes_overview_boldtext {
    justify-content: center;
    margin-left: 20vw;
    line-height: 1;
    text-align: center;
  }
}
.bl_minutes_overview_entext {
  font-weight: 500;
  font-family: "Hitachi Sans";
}
.bl_minutes_overview_boldtext {
  font-size: 200%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .bl_minutes_overview_boldtext {
    line-height: 1.2;
  }
}
.bl_minutes_overview_redtext {
  color: var(--color-red);
  font-size: 275%;
  font-family: "Hitachi Sans";
  margin-inline: 8px;
}
@media screen and (max-width: 767px) {
  .bl_minutes_overview_redtext {
    font-size: 200%;
    margin-inline: 0;
  }
}
.bl_minutes_overview_bolduptext {
  color: var(--color-gray6);
  font-size: 125%;
  font-weight: 700;
  margin-bottom: 16px;
}
.bl_minutes_overview_gleytext {
  margin-left: -16px;
  font-size: 43.75%;
  font-weight: 400;
}
.bl_minutes_overview_icon img {
  width: 100%;
  box-sizing: border-box;
}
.bl_minutes_overview + p {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .BoxPatternB.bl_brandBox {
    padding-block: 30px;
    padding-inline: 20px;
    margin-bottom: 25px;
  }
  .BoxPatternB.bl_brandBox h3 {
    font-size: 125%;
    padding-left: 0;
  }
  .BoxPatternB.bl_brandBox .TextStyle2 {
    font-size: 87.5%;
    padding-inline: 0;
  }
}

.el_arwIcon {
  position: relative;
  display: inline-block;
  width: 34px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-red2) !important;
  border: 1px solid var(--color-red2);
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .el_arwIcon {
    width: 30px;
  }
}
.el_arwIcon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  aspect-ratio: 1/2;
  -webkit-mask-image: url(/image/jp/hps/common/icon/icon_arw_01.svg);
  mask-image: url(/image/jp/hps/common/icon/icon_arw_01.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
  transition: background-color 0.3s ease;
}

.el_pageSubtitle {
  margin-bottom: 13px;
  color: var(--color-blue);
  font-size: 125%;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .el_pageSubtitle {
    margin-bottom: 9px;
    font-size: 93.75%;
  }
}

.el_pageSubtitle + .PageTitleStyle1 {
  letter-spacing: 0.02em;
}

.el_secTtl {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.el_secTtl > span {
  display: inline-block;
  font-weight: 600;
}
.el_secTtl_en {
  color: var(--color-black);
  font-size: 450%;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .el_secTtl_en {
    font-size: 275%;
    letter-spacing: -0.01em;
  }
}
.el_secTtl_ja {
  color: var(--color-blue);
  font-size: 125%;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .el_secTtl_ja {
    font-size: 93.75%;
  }
}
.el_secTtl--sm .el_secTtl_en {
  font-size: 275%;
}
@media screen and (max-width: 767px) {
  .el_secTtl--sm .el_secTtl_en {
    font-size: 212.5%;
  }
}
.el_secTtl--sm .el_secTtl_ja {
  font-size: 81.25%;
}
@media screen and (max-width: 767px) {
  .el_secTtl--sm .el_secTtl_ja {
    font-size: 75%;
  }
}
.el_secTtl--lg .el_secTtl_en {
  font-size: 550%;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .el_secTtl--lg .el_secTtl_en {
    font-size: 350%;
  }
}
.el_secTtl--lg .el_secTtl_ja {
  font-size: 125%;
}
@media screen and (max-width: 767px) {
  .el_secTtl--lg .el_secTtl_ja {
    font-size: 93.75%;
  }
}
.el_secTtl__inline {
  gap: 20px !important;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .el_secTtl__inline {
    gap: 15px !important;
  }
}
.el_secTtl__inline > span {
  width: auto;
}
@media not all and (max-width: 767px), print {
  .el_secTtl__inline .el_secTtl_en {
    font-size: 350%;
  }
}
.el_secTtl__inline .el_secTtl_ja {
  margin-bottom: 0 !important;
}
@media not all and (max-width: 767px), print {
  .el_secTtl__inline .el_secTtl_ja {
    translate: 0 -4px;
  }
}

.el_linkBtn {
  display: flex;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  border: 2px solid var(--color-red2);
  border-radius: 100px;
  padding-block: 16px;
  padding-inline: 30px 67px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .el_linkBtn {
    padding-block: 12px;
    padding-inline: 26px 60px;
  }
}
.el_linkBtn:focus-visible {
  background-color: var(--color-red2);
}
.el_linkBtn:focus-visible > span {
  color: #fff;
}
.el_linkBtn:focus-visible .el_arwIcon {
  background-color: #fff !important;
}
.el_linkBtn:focus-visible .el_arwIcon::before {
  background-color: var(--color-red2);
}
@media (any-hover: hover) {
  .el_linkBtn:hover {
    background-color: var(--color-red2);
  }
  .el_linkBtn:hover > span {
    color: #fff;
  }
  .el_linkBtn:hover .el_arwIcon {
    background-color: #fff !important;
  }
  .el_linkBtn:hover .el_arwIcon::before {
    background-color: var(--color-red2);
  }
}
.el_linkBtn > span {
  font-size: 125%;
  font-weight: 600;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .el_linkBtn > span {
    font-size: 112.5%;
  }
}
.el_linkBtn .el_arwIcon {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .el_linkBtn .el_arwIcon {
    right: 22px;
  }
}
.el_linkBtn--red {
  background-color: var(--color-red2);
}
.el_linkBtn--red:focus-visible {
  background-color: #fff;
}
.el_linkBtn--red:focus-visible > span {
  color: var(--color-red2);
}
.el_linkBtn--red:focus-visible .el_arwIcon {
  background-color: var(--color-red2) !important;
}
.el_linkBtn--red:focus-visible .el_arwIcon::before {
  background-color: #fff !important;
}
@media (any-hover: hover) {
  .el_linkBtn--red:hover {
    background-color: #fff;
  }
  .el_linkBtn--red:hover > span {
    color: var(--color-red2);
  }
  .el_linkBtn--red:hover .el_arwIcon {
    background-color: var(--color-red2) !important;
  }
  .el_linkBtn--red:hover .el_arwIcon::before {
    background-color: #fff !important;
  }
}
.el_linkBtn--red > span {
  color: #fff;
}
.el_linkBtn--red .el_arwIcon {
  background-color: #fff !important;
}
.el_linkBtn--red .el_arwIcon::before {
  background-color: var(--color-red2) !important;
}

.el_pageTopLink {
  display: flex;
  justify-content: flex-end;
}
.el_pageTopLink > a {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
  gap: 10px;
  color: var(--color-red2);
  font-size: 100%;
  line-height: 1.55;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.el_pageTopLink .el_pageTopLink_arw {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid var(--color-red2);
  border-radius: 50%;
}
.el_pageTopLink .el_pageTopLink_arw::before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  -webkit-mask-image: url(/image/jp/hps/common/icon/icon_arw_01.svg);
  mask-image: url(/image/jp/hps/common/icon/icon_arw_01.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--color-red2);
  transform: rotate(-90deg);
}

.el_localNaviBtn {
  position: relative;
}
.el_localNaviBtn > a {
  text-decoration: none !important;
}
.el_localNaviBtn_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: var(--color-gray);
  border-radius: 4px;
}
@media not all and (max-width: 767px), print {
  .el_localNaviBtn_inner {
    padding-block: 15px;
    padding-inline: 15px 40px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
.el_localNaviBtn_img {
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}
.el_localNaviBtn_txt {
  color: var(--color-gray6);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media not all and (max-width: 767px), print {
  .el_localNaviBtn_txt {
    font-size: 93.75%;
  }
}
@media screen and (max-width: 767px) {
  .el_localNaviBtn_txt {
    font-size: 87.5%;
  }
}
.el_localNaviBtn_arw {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--color-red2);
}
.el_localNaviBtn_arw::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  -webkit-mask-image: url(/image/jp/hps/common/icon/icon_arw_01.svg);
  mask-image: url(/image/jp/hps/common/icon/icon_arw_01.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #fff;
}

.el_pageHdg {
  background: none;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media not all and (max-width: 767px), print {
  .el_pageHdg {
    margin-top: 79px;
  }
}
@media screen and (max-width: 767px) {
  .el_pageHdg {
    margin-top: 33px !important;
    padding-inline: 20px;
  }
}
.el_pageHdg > span {
  display: block;
  padding: 0;
  background-color: transparent;
  letter-spacing: 0.02em;
  line-height: 1;
}
.el_pageHdg_en {
  color: var(--color-blue);
  font-weight: 500;
}
@media not all and (max-width: 767px), print {
  .el_pageHdg_en {
    font-size: 125%;
  }
}
@media screen and (max-width: 767px) {
  .el_pageHdg_en {
    font-size: 93.75%;
  }
}
@media not all and (max-width: 767px), print {
  .el_pageHdg_en + .el_pageHdg_ja {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .el_pageHdg_en + .el_pageHdg_ja {
    margin-top: 16px;
  }
}
@media not all and (max-width: 767px), print {
  .el_pageHdg_ja {
    font-size: 250%;
  }
}
@media screen and (max-width: 767px) {
  .el_pageHdg_ja {
    font-size: 200%;
  }
}
@media not all and (max-width: 767px), print {
  .el_pageHdg + * {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .el_pageHdg + * {
    margin-top: 24px;
  }
}

.el_circleChevronBtn {
  --_borderColor: var(--color-red2);
  --_bgColor: #fff;
  --_color: inherit;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr auto;
  align-items: center;
  border: 2px solid var(--_borderColor);
  padding-block: 14px;
  padding-inline: 30px 22px;
  box-sizing: border-box;
  background-color: var(--_bgColor);
  border-radius: 100px;
  color: var(--_color) !important;
  font-size: 112.5%;
  font-weight: 600;
  text-decoration: none !important;
  transition: var(--transVals);
  transition-property: background-color, color;
}
.el_circleChevronBtn:focus-visible {
  --_bgColor: var(--color-red2);
  --_color: #fff;
}
@media (any-hover: hover) {
  .el_circleChevronBtn:hover {
    --_bgColor: var(--color-red2);
    --_color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .el_circleChevronBtn {
    padding-block: 10px;
    padding-inline: 22px 14px;
  }
}
.el_circleChevronBtn_circleChevron {
  --_bgColor: var(--color-red2);
  --_color: #fff;
  display: grid;
  place-items: center;
  width: 36px;
  aspect-ratio: 1;
  background-color: var(--_bgColor);
  border-radius: 50%;
  color: var(--_color);
  transition: inherit;
}
.el_circleChevronBtn_circleChevron::before {
  content: "";
  translate: -1px;
  rotate: -45deg;
  border-right: 2px solid;
  border-bottom: 2px solid;
  width: 6px;
  aspect-ratio: 1;
}
.el_circleChevronBtn_circleChevron_bgwhite {
  --_bgColor: #fff;
  --_color: var(--color-red2);
  display: grid;
  place-items: center;
  width: 36px;
  aspect-ratio: 1;
  background-color: var(--_bgColor);
  border-radius: 50%;
  color: var(--_color);
  transition: inherit;
}
.el_circleChevronBtn_circleChevron_bgwhite::before {
  content: "";
  width: 23px;
  height: 22px;
  -webkit-mask-image: url(/image/jp/hps/common/icon/icon_blank_02.svg);
  mask-image: url(/image/jp/hps/common/icon/icon_blank_02.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-red2);
}
@media screen and (max-width: 767px) {
  .el_circleChevronBtn_circleChevron_bgwhite::before {
    width: 18px;
    height: 18px;
  }
}
.el_circleChevronBtn:focus-visible .el_circleChevronBtn_circleChevron {
  --_bgColor: #fff;
  --_color: var(--color-red2);
}
@media (any-hover: hover) {
  .el_circleChevronBtn:hover .el_circleChevronBtn_circleChevron {
    --_bgColor: #fff;
    --_color: var(--color-red2);
  }
}
.el_circleChevronBtn__red {
  --_bgColor: var(--color-red2);
  --_color: #fff;
}
.el_circleChevronBtn__red:focus-visible {
  --_bgColor: #fff;
  --_color: var(--color-black);
}
@media (any-hover: hover) {
  .el_circleChevronBtn__red:hover {
    --_bgColor: #fff;
    --_color: var(--color-black);
  }
}
.el_circleChevronBtn__red .el_circleChevronBtn_circleChevron {
  --_bgColor: #fff;
  --_color: var(--color-red2);
}
.el_circleChevronBtn__red:focus-visible .el_circleChevronBtn_circleChevron {
  --_bgColor: var(--color-red2);
  --_color: #fff;
}
@media (any-hover: hover) {
  .el_circleChevronBtn__red:hover .el_circleChevronBtn_circleChevron {
    --_bgColor: var(--color-red2);
    --_color: #fff;
  }
}

.el_circleChevronLink {
  display: inline-grid;
  gap: 15px;
  grid-auto-flow: column;
  align-items: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .el_circleChevronLink {
    gap: 10px;
    font-size: 87.5%;
  }
}
.el_circleChevronLink_icon {
  display: grid;
  place-content: center;
  width: 36px;
  aspect-ratio: 1;
  background-color: var(--color-red2);
  border-radius: 50%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .el_circleChevronLink_icon {
    width: 24px;
  }
}
.el_circleChevronLink_icon::before {
  content: "";
  translate: -2px;
  rotate: -45deg;
  border-right: 2px solid;
  border-bottom: 2px solid;
  width: 6px;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .el_circleChevronLink_icon::before {
    translate: -1px;
    width: 4px;
  }
}

a.el_circleChevronLink {
  color: inherit;
  text-decoration: none;
}
a.el_circleChevronLink:focus-visible {
  text-decoration: underline;
}
@media (any-hover: hover) {
  a.el_circleChevronLink:hover {
    text-decoration: underline;
  }
}

.el_pageLead {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .el_pageLead {
    font-size: 87.5%;
  }
}
.el_pageLead:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .el_pageLead:not(:last-child) {
    margin-bottom: 20px;
  }
}

.el_sectionLead {
  margin-bottom: 40px !important;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .el_sectionLead {
    margin-bottom: 30px !important;
    font-size: 87.5%;
    font-weight: normal;
  }
}

.el_badge {
  display: grid;
  padding: 2px 10px;
  border-radius: 100px;
  color: #fff;
  font-size: 75%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .el_badge {
    padding: 2px 8px;
    font-size: 62.5%;
  }
}
.el_badge__orange {
  background-color: #FA6900;
}
.el_badge__blue {
  background-color: #0064FA;
}
.el_badge__green {
  background-color: #00964E;
}

/**
 * Helper
 */
@media screen and (max-width: 767px) {
  .hp_pcOnly {
    display: none !important;
  }
}

@media not all and (max-width: 767px), print {
  .hp_spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 994px) {
  .hp_gtTbOnly {
    display: none !important;
  }
}

.hp_srOnly {
  position: absolute !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(0, 0, 0, 0) !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

.hp_boldTxt {
  font-weight: bold;
}

.hp_colorRed {
  color: var(--color-red2) !important;
}