@charset "UTF-8";
/* CSS Document */
.hero__bg {
  position: relative;
  background: url("../img/decor/hero_back.jpg") no-repeat center/cover;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 120px 0;
  padding-bottom: 0 !important;
  min-height: 80vh;
}

/* ========== IR サブヘッダー（新規作成） ========== */
.ir-subhead {
  position: sticky;
  top: 67px;
  background: #F4F3F1;
  border-top: 1px solid #e5e7eb;
  width: 100%;
  max-width: 100%;
  z-index: 99;
  overflow-x: visible;
  overflow-y: visible;
}

.ir-subhead__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(16px, 2vw, 32px);
  overflow-x: visible;
  overflow-y: visible;
  position: relative;
}

.ir-subhead__menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.ir-subhead__menu > li {
  flex: 1 1 0;
  position: relative;
}

.ir-subhead__menu > li.is-current { position: relative; }
.ir-subhead__menu > li.is-current::after { content: none; display: none; }
.ir-subhead__menu > li.is-current > a,
.ir-subhead__menu > li.is-current > button {
  border-bottom: 3px solid #E00101;
  font-weight: 500;
}
.ir-subhead__menu:has(> li:hover) > li.is-current:not(:hover) > a,
.ir-subhead__menu:has(> li:hover) > li.is-current:not(:hover) > button {
  border-bottom-color: transparent;
}

.ir-subhead__menu a,
.ir-subhead__menu button {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: #222;
  padding: 14px 10px;
  cursor: pointer;
  font: inherit;
  font-size: clamp(12px, 1.2vw, 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  min-height: 44px;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

@media (any-hover: hover) {
  .ir-subhead__menu > li:hover > a,
  .ir-subhead__menu > li:hover > button {
    border-bottom-color: #E00101;
  }
  .ir-subhead__menu > li.is-current:hover > a,
  .ir-subhead__menu > li.is-current:hover > button {
    border-bottom-color: transparent !important;
  }
  .ir-subhead__menu a:hover,
  .ir-subhead__menu button:hover,
  .ir-subhead__menu .has-dropdown:focus-within > button,
  .ir-subhead__menu .has-dropdown:hover > button {
    background: #F25460;
    color: #fff;
  }
  .ir-subhead__menu > li:not(.has-dropdown) a:hover {
    background: transparent;
    color: inherit;
  }
  .ir-subhead__menu .has-dropdown > button:hover,
  .ir-subhead__menu .has-dropdown > button:focus {
    background: transparent !important;
    color: inherit !important;
  }
  .ir-subhead__menu .has-dropdown:hover > button {
    background: transparent !important;
    color: inherit !important;
  }
}

.ir-dropdowns {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 10000;
  overflow: visible;
}

.ir-dropdowns .dropdown {
  position: absolute;
  left: 0;
  right: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  transform: translateY(-6px);
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  display: flex;
  justify-content: center;
  gap: 0;
  padding: 0;
  overflow-y: auto;
  max-height: 1000px;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: visibility 0.2s ease, opacity 0.25s ease, transform 0.25s ease;
  box-sizing: border-box;
}

.ir-dropdowns #dropdown-financial:not(:hover),
.ir-dropdowns #dropdown-shareholder:not(:hover),
.ir-dropdowns #dropdown-library:not(:hover),
.ir-subhead__inner:not(:has(.has-dropdown:hover)) .ir-dropdowns .dropdown:not(:focus-within),
.ir-subhead:not(:has(.has-dropdown:hover)) .ir-dropdowns .dropdown:not(:focus-within) {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (min-width: 769px) {
  .ir-subhead__inner:not(:has(.has-dropdown:hover)) .ir-dropdowns .dropdown:not(:focus-within),
  .ir-subhead:not(:has(.has-dropdown:hover)) .ir-dropdowns .dropdown:not(:focus-within) {
    transform: translateY(-6px) !important;
  }
}

@media (max-width: 768px) {
  .ir-subhead__inner:not(:has(.has-dropdown:focus-within)) .ir-dropdowns .dropdown {
    transform: translateY(-6px) !important;
  }
}

.ir-dropdowns .dropdown[style*="visibility: visible"],
.ir-subhead__inner:has(.has-dropdown[data-dropdown="financial"]:hover) .ir-dropdowns #dropdown-financial,
.ir-subhead__inner:has(.has-dropdown[data-dropdown="shareholder"]:hover) .ir-dropdowns #dropdown-shareholder,
.ir-subhead__inner:has(.has-dropdown[data-dropdown="library"]:hover) .ir-dropdowns #dropdown-library,
.ir-subhead__inner:has(.ir-dropdowns #dropdown-financial:hover) .ir-dropdowns #dropdown-financial,
.ir-subhead__inner:has(.ir-dropdowns #dropdown-shareholder:hover) .ir-dropdowns #dropdown-shareholder,
.ir-subhead__inner:has(.ir-dropdowns #dropdown-library:hover) .ir-dropdowns #dropdown-library {
  pointer-events: auto !important;
}

.ir-subhead__menu > li.has-dropdown[data-dropdown="financial"]:hover ~ .ir-dropdowns #dropdown-financial,
.ir-subhead__menu > li.has-dropdown[data-dropdown="shareholder"]:hover ~ .ir-dropdowns #dropdown-shareholder,
.ir-subhead__menu > li.has-dropdown[data-dropdown="library"]:hover ~ .ir-dropdowns #dropdown-library {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.ir-subhead__inner:has(.has-dropdown[data-dropdown="financial"]:hover) .ir-dropdowns #dropdown-financial,
.ir-subhead__inner:has(.has-dropdown[data-dropdown="shareholder"]:hover) .ir-dropdowns #dropdown-shareholder,
.ir-subhead__inner:has(.has-dropdown[data-dropdown="library"]:hover) .ir-dropdowns #dropdown-library,
.ir-subhead:has(.has-dropdown[data-dropdown="financial"]:hover) .ir-dropdowns #dropdown-financial,
.ir-subhead:has(.has-dropdown[data-dropdown="shareholder"]:hover) .ir-dropdowns #dropdown-shareholder,
.ir-subhead:has(.has-dropdown[data-dropdown="library"]:hover) .ir-dropdowns #dropdown-library {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.ir-subhead__inner:has(.ir-dropdowns #dropdown-financial:hover) .ir-dropdowns #dropdown-financial,
.ir-subhead__inner:has(.ir-dropdowns #dropdown-shareholder:hover) .ir-dropdowns #dropdown-shareholder,
.ir-subhead__inner:has(.ir-dropdowns #dropdown-library:hover) .ir-dropdowns #dropdown-library,
.ir-subhead:has(.ir-dropdowns #dropdown-financial:hover) .ir-dropdowns #dropdown-financial,
.ir-subhead:has(.ir-dropdowns #dropdown-shareholder:hover) .ir-dropdowns #dropdown-shareholder,
.ir-subhead:has(.ir-dropdowns #dropdown-library:hover) .ir-dropdowns #dropdown-library {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

@media (min-width: 769px) {
  .ir-subhead__menu > li.has-dropdown[data-dropdown="financial"]:hover ~ .ir-dropdowns #dropdown-financial,
  .ir-subhead__menu > li.has-dropdown[data-dropdown="shareholder"]:hover ~ .ir-dropdowns #dropdown-shareholder,
  .ir-subhead__menu > li.has-dropdown[data-dropdown="library"]:hover ~ .ir-dropdowns #dropdown-library,
  .ir-subhead__inner:has(.has-dropdown[data-dropdown="financial"]:hover) .ir-dropdowns #dropdown-financial,
  .ir-subhead__inner:has(.has-dropdown[data-dropdown="shareholder"]:hover) .ir-dropdowns #dropdown-shareholder,
  .ir-subhead__inner:has(.has-dropdown[data-dropdown="library"]:hover) .ir-dropdowns #dropdown-library,
  .ir-subhead__inner:has(.ir-dropdowns #dropdown-financial:hover) .ir-dropdowns #dropdown-financial,
  .ir-subhead__inner:has(.ir-dropdowns #dropdown-shareholder:hover) .ir-dropdowns #dropdown-shareholder,
  .ir-subhead__inner:has(.ir-dropdowns #dropdown-library:hover) .ir-dropdowns #dropdown-library {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }
  .ir-subhead__menu > li.has-dropdown:hover > button {
    background: transparent !important;
    color: inherit !important;
  }
}

.ir-dropdowns .dropdown a {
  display: block;
  flex: 1;
  padding: 14px 20px;
  color: #222;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.ir-dropdowns .dropdown a.is-current {
  background: #F25460;
  color: #fff;
  font-weight: 500;
}

@media (any-hover: hover) {
  .ir-dropdowns .dropdown a:hover {
    background: #F25460 !important;
    color: #fff !important;
  }
}


@media (max-width: 768px) {
  .ir-subhead {
    width: 100%;
    max-width: 100%;
    overflow-x: visible;
  }
  .ir-subhead__inner {
    padding: 0;
    max-width: 100%;
    width: 100%;
    overflow-x: visible;
  }
  .ir-subhead__menu {
    padding: 0;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    gap: 0;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .ir-subhead__menu::-webkit-scrollbar {
    display: none;
  }
  .ir-subhead__menu > li {
    flex: 0 0 auto;
    min-width: fit-content;
    scroll-snap-align: start;
    border-right: 1px solid #e5e7eb;
  }
  .ir-subhead__menu > li:last-child {
    border-right: 0;
  }
  .ir-subhead__menu a,
  .ir-subhead__menu button {
    padding: 12px 16px;
    font-size: 13px;
    min-height: 44px;
    white-space: nowrap;
  }
  .ir-subhead__inner:has(.has-dropdown[data-dropdown="financial"]:focus-within) .ir-dropdowns #dropdown-financial,
  .ir-subhead__inner:has(.has-dropdown[data-dropdown="shareholder"]:focus-within) .ir-dropdowns #dropdown-shareholder,
  .ir-subhead__inner:has(.has-dropdown[data-dropdown="library"]:focus-within) .ir-dropdowns #dropdown-library {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(0) translateY(0) !important;
    max-height: 1000px;
    padding: 0;
  }

  .ir-dropdowns {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    overflow-x: visible;
  }
  .ir-dropdowns .dropdown {
    width: 100vw !important;
    max-width: 100vw !important;
    left: 0 !important;
    right: 0;
    margin-left: calc(50% - 50vw) !important;
    transform: translateY(-6px) !important;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .ir-dropdowns .dropdown::-webkit-scrollbar {
    display: none;
  }
  .ir-dropdowns .dropdown a {
    display: inline-block;
    padding: 12px 16px;
    font-size: 13px;
    min-height: 44px;
    scroll-snap-align: start;
    border-right: 1px solid #e5e7eb;
    white-space: nowrap;
  }
  .ir-dropdowns .dropdown a:last-child {
    border-right: 0;
  }
  .ir-subhead__inner:has(.has-dropdown[data-dropdown="financial"]:focus-within) .ir-dropdowns #dropdown-financial,
  .ir-subhead__inner:has(.has-dropdown[data-dropdown="shareholder"]:focus-within) .ir-dropdowns #dropdown-shareholder,
  .ir-subhead__inner:has(.has-dropdown[data-dropdown="library"]:focus-within) .ir-dropdowns #dropdown-library {
    transform: translateY(0) !important;
  }
}

/* タブレットサイズの最適化 */
@media (min-width: 769px) and (max-width: 1024px) {
  .ir-subhead__inner {
    padding: 0 clamp(20px, 3vw, 40px);
  }
  .ir-subhead__menu a,
  .ir-subhead__menu button {
    padding: 12px 8px;
    font-size: clamp(13px, 1.5vw, 15px);
  }
}


.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 縦横比を保ちながらフィット */
  z-index: 1;
  display: block; /* 画像の下に余白が出ないように */
  width: 100%; /* 横幅いっぱいに */
  height: auto;
}

/* PC（例: 1024px以上）のときに横幅100% */
@media (min-width: 1024px) {
  .hero__overlay {
    width: 100%;
    height: auto; /* 縦横比は保つ */
    left: 0; /* 中央寄せじゃなく左端に揃える */
    top: 0;
    transform: none; /* 中央配置用のtransformを解除 */
  }
}
@media (max-width: 768px) {
  .hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important; /* 横幅いっぱい */
    height: 100% !important; /* 高さも親にフィット */
    object-fit: cover; /* 画像を縦横比を保ったまま埋める */
    z-index: 1;
    height: auto;
    position: static; /* 絶対配置が不要なら外す */
    object-fit: contain; /* coverだとトリミングされるので注意 */
  }
}
.hero__content h1 {
  margin-top: -20px;
  font-size: clamp(28px, 6vw, 56px);
  line-height: 1.2;
  color: #f62837;
}
/* テキスト */
.hero__content {
  position: relative; /* z-index指定できるようにする */
  margin-top: -40px;
  margin-left: 5%;
  z-index: 2; /* 前面に出す */
}

.hero__content p {
  font-size: clamp(16px, 3.5vw, 28px);
  line-height: 1.6;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .hero__bg {
    position: relative;
  }

  .hero__content {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: calc(100% - 32px);
    z-index: 2;
  }

  .hero__content h1 {
    font-size: calc(var(--fz-h1) * 1.3);
    line-height: 1.2;
    margin-bottom: 14px;
  }
}

/* 不動産管理代行、インテリアの計画から配送・設置まで、
その他なんでもお困り事がありましたら、お気軽にご相談ください。*/
.hero__catch {
  margin-top: clamp(24px, 4vw, 64px);
  font-size: clamp(20px, 4vw, 32px);
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .hero__bg {
    position: relative;
    padding: 0 !important; /* ← これで押し下げを止める */
    min-height: 70vh; /* 画面に対して十分な高さを確保（好みで65–80vh） */
  }
  .hero__overlay {
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    display: block;
  }
  .hero__content {
    position: absolute;
    left: 50%;
    top: 44%;
    transform: translate(-52%, -50%) !important;
    width: calc(100% - 32px);
    text-align: center;
    z-index: 2;
  }
  .hero__catch {
    margin-top: 8px;
  }
}
.hero__bg {
  padding: 120px 0;
}
@media (max-width: 1180px) {
  .hero__bg {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .hero__bg {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important; /* 横幅いっぱい */
    height: 100% !important; /* 高さも親にフィット */
    object-fit: cover; /* 画像を縦横比を保ったまま埋める */
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .hero__bg picture {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    height: auto !important;
    display: block;
  }
  .hero__bg picture > img.hero__overlay {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
  }
}
@media (max-width: 768px) {
  .hero__bg picture,
  .hero__bg picture > img.hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 1;
  }
}

.hero__catch {
  margin-top: clamp(10px, 1.2vw, 40px);
  font-size: clamp(20px, 4vw, 32px);
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 1180px) {
  .hero__catch {
    margin-top: clamp(6px, 0.9vw, 24px);
  }
}
@media (max-width: 768px) {
  .hero__catch {
    margin-top: clamp(4px, 1vw, 16px);
  }
}

.index-hero {
  height: 55rem;
  overflow: hidden;
}

.index-hero__bg-wrapper {
  align-items: center;
  background: url(../img/decor/hero_back_ir.jpg) no-repeat center center/cover;
  display: flex;
  height: 50.916375rem;
  justify-content: center;
  left: calc((100% - 100vw) / 2);
  position: absolute;
  width: 100vw;
}

.index-hero__bg-ribbon {
  display: flex;
  height: 53.64546875vw;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: width 1s;
  width: 0;
}

.index-hero__bg-ribbon picture {
  aspect-ratio: 1280/686.662;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
}

.index-hero__bg-ribbon picture source,
.index-hero__bg-ribbon picture img {
  width: 100%;
}

.index-hero__bg-ribbon.--scrolled {
  width: 100%;
}

.index-hero__bg-shape-left {
  left: 0;
  position: absolute;
  top: 0;
  width: 14.45rem;
}

.index-hero__bg-shape-left source,
.index-hero__bg-shape-left img {
  height: 49.6rem;
  width: 100%;
}

.index-hero__bg-shape-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 53.1rem;
}

.index-hero__bg-shape-right source,
.index-hero__bg-shape-right img {
  height: 49.6rem;
  width: 100%;
}

.index-hero__bg-text {
  left: 9.2%;
  position: absolute;
  top: 10.5rem;
}
/*見出し文字サイズ*/
.index-hero__bg-text h1 {
  color: #f62837;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  opacity: 0;
  animation: fadeInFromLeft 0.8s 0s forwards;
}

.index-hero__text {
  top: 15rem;
  left: 9.2%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -1px;
  position: absolute;
  text-align: left;
  opacity: 0;
  animation: fadeInFromLeft 0.8s 0.5s forwards;
}

.ir-links {
  margin-bottom: 7.0625rem;
  margin-top: 3.5rem;
  width: 100%;
}

.ir-links__inner {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: 0 clamp(16px, 2vw, 24px);
}

.ir-links__cards {
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
}

.ir-links-card {
  border: 2px solid #f62837;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-inline: 2.375rem;
  width: 100%;
}

.ir-links-card.--message {
  padding-bottom: 5.1875rem;
  padding-top: 4.375rem;
  position: relative;
}

.ir-links-card.--message::before {
  aspect-ratio: 887/220;
  background: url(../img/ir/ceo.jpg) no-repeat center center/contain;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.ir-links-card.--finance,
.ir-links-card.--stock {
  padding-bottom: 1.75rem;
  padding-top: 2.625rem;
}

.ir-links-card.--ir-info {
  padding-bottom: 1.875rem;
  padding-top: 1.6875rem;
}

.ir-links-card.--ir-calendar,
.ir-links-card.--public-notice {
  padding-bottom: 1.375rem;
  padding-top: 1.4375rem;
  text-align: center;
}

.ir-links-card__title {
  color: #f62837;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2083333333;
  position: relative;
}

.ir-links-card__title.--message {
  width: -moz-fit-content;
  width: fit-content;
}

.ir-links-card__title.--message::after {
  right: -3.75rem;
  top: 50%;
  transform: translateY(-50%);
}

.ir-links-card__title.--finance,
.ir-links-card__title.--stock {
  width: 100%;
}

.ir-links-card__description.--finance::after,
.ir-links-card__description.--stock::after,
.ir-links-card__description.--ir-info::after {
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.ir-links-card__title.--ir-info {
  width: 100%;
}

.ir-links-card__title.--ir-calendar,
.ir-links-card__title.--public-notice {
  margin-left: -1.75rem;
  width: 100%;
}

.ir-links-card__title.--ir-calendar::after,
.ir-links-card__title.--public-notice::after {
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
}

.ir-links-card__title.--message::after,
.ir-links-card__title.--ir-calendar::after,
.ir-links-card__title.--public-notice::after {
  background: url(../img/icon/ico_circle-arrow-right-red.svg) no-repeat center
    center/contain;
  content: "";
  height: 1.5rem;
  position: absolute;
  width: 1.5rem;
}

.ir-links-card__description.--finance::after,
.ir-links-card__description.--stock::after,
.ir-links-card__description.--ir-info::after {
  background: url(../img/icon/ico_circle-arrow-right-red.svg) no-repeat center
    center/contain;
  content: "";
  height: 1.5rem;
  position: absolute;
  width: 1.5rem;
}

.ir-links-card__descriptions-wrapper {
  display: flex;
}

.ir-links-card__descriptions {
  display: flex;
  flex-direction: column;
  margin-top: 1.1875rem;
  flex: auto;
}

.ir-links-card__description {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0.4375rem;
  position: relative;
}

.ir-links-card__description.--finance,
.ir-links-card__description.--stock {
  line-height: 2;
  margin-top: 0;
}

.ir-links-card__description.--ir-info {
  line-height: 2;
  margin-top: 0;
}

.ir-links__row-wrapper {
  display: flex;
  gap: 1.3125rem;
}

.ir-links-card__description-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ========== News Section ========== */
.news {
  background: #efefef;
  padding-block: clamp(20px, 3vw, 28px);
  margin-top: -4rem;
  position: relative;
}

.news__inner {
  display: grid;
  gap: var(--s6);
  grid-template-columns: 280px 1fr;
  align-items: start;
}

@media (max-width: 900px) {
  .news__inner {
    grid-template-columns: 1fr;
  }
}

.news__ttl {
  font-size: clamp(28px, 4vw, 48px);
  font-size: clamp(16px, 2.5vw, 30px);
  font-weight: 800;
  color: #F62837;
  line-height: 1;
  margin: 0 0 6px;
}

.news__cat {
  margin: 0 0 14px;
  opacity: 0.9;
}

.info-news__btn-wrapper {
  display: flex;
  margin-left: 1.125rem;
  margin-top: 1.125rem;
}

@media (max-width: 900px) {
  .info-news__btn-wrapper {
    justify-content: center;
    margin-left: 0;
    margin-top: 1rem;
  }
}

.news__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #F62837;
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  padding: 10px 18px;
  text-decoration: none;
  box-shadow: 0 0 0 4px #fff, 0 8px 18px rgba(0, 0, 0, .18);
  transition: transform 0.3s, background 0.3s;
}

@media (any-hover: hover) {
  .news__more:hover {
    transform: translateY(-1px);
    background: #d72130;
  }
}

.news__list {
  background: #FFF;
  border-radius: 12px;
  padding: 8px 0;
}

.news__item {
  display: grid;
  grid-template-columns: 140px auto 1fr;
  align-items: center;
  gap: 8px 14px;
  padding: 10px 16px;
  text-decoration: none;
  color: #222;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.news__item:last-child {
  border-bottom: 0;
}

.news__date {
  color: #666;
}

.news__txt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news__more .news__more-arrow {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  border: 2px solid currentColor;
  transform: rotate(-45deg);
}

.news__more .news__more-arrow svg {
  width: 12px;
  height: 12px;
  display: block;
}

/* バッジ */
.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  background: transparent;
  border: 1px solid;
  line-height: 1;
  width: 70px;
  text-align: center;
  box-sizing: border-box;
}

.badge.is-orange {
  color: #d47500;
  border-color: #d47500;
}

.badge.is-green {
  color: #3a8b55;
  border-color: #3a8b55;
}

.badge.is-lightblue {
  color: #2278b5;
  border-color: #2278b5;
}

.badge.is-blue {
  color: #324fc7;
  border-color: #324fc7;
}

@media screen and (max-width: 769px) {
  .index-hero {
    height: 23.875rem;
  }

  .index-hero__bg-wrapper {
    height: 100%;
  }

  .index-hero__bg-ribbon {
    height: 40rem;
  }

  .index-hero__bg-ribbon picture {
    aspect-ratio: 774/747;
    height: 22.625rem;
  }

  .index-hero__bg-shape-left {
    bottom: 0;
    width: 6.4rem;
  }

  .index-hero__bg-shape-left source,
  .index-hero__bg-shape-left img {
    height: 23.9rem;
  }

  .index-hero__bg-shape-right {
    bottom: 0;
    width: 13.55375rem;
    text-align: right;
  }

  .index-hero__bg-shape-right source,
  .index-hero__bg-shape-right img {
    width: 72%;
    height: 23.9rem;
  }

  .index-hero__bg-text {
    left: 0;
    right: 0;
    text-align: center;
    top: 6.75rem;
  }

  .index-hero__bg-text h1 {
    font-size: 1.8rem;
  }

  .index-hero__text {
    top: 10rem;
    left: 32%;
    font-size: 0.75rem;
    text-align: center;
  }

  /* ========== News ========== */
  .news {
    margin-top: 0rem;
  }
  .news__inner {
    display: grid;
    gap: var(--s6);
    grid-template-columns: 280px 1fr;
    align-items: start;
  }
  @media (max-width: 900px) {
    .news__inner {
      grid-template-columns: 1fr;
    }
  }
  .news__ttl {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    text-align: center;
  }
  .news__cat {
    margin: 0 0 14px;
    opacity: 0.9;
  }

  .news__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f62837;
    color: #fff;
    font-weight: 700;
    border-radius: 999px;
    padding: 10px 18px;
    text-decoration: none;
    box-shadow: inset 0 -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 4px #fff, /* 白フチ */ 0 8px 18px rgba(0, 0, 0, 0.18); /* 影 */
    transition: transform 0.3s, background 0.3s;
  }

  @media (any-hover: hover) {
    .news__more:hover {
      transform: translateY(-1px);
      background: #d72130;
    }
  }

  /* リスト */
  .news__list {
    background: #fff;
    border-radius: 12px;
    padding: 8px 0;
  }
  .news__item {
    display: grid;
    grid-template-columns: 140px auto 1fr;
    align-items: center;
    gap: 8px 14px;
    padding: 10px 16px;
    text-decoration: none;
    color: #222;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .news__item:last-child {
    border-bottom: 0;
  }
  @media (max-width: 768px) {
    .news__item {
      grid-template-columns: 110px 1fr;
    }
    .news__txt {
      grid-column: 1 / -1;
    }
  }
  .news__date {
    color: #666;
  }
  .news__txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .news__more .news__more-arrow {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: transparent; 
    color: inherit; 
    border: 2px solid currentColor; 
    transform: rotate(-45deg);
  }
  .news__more .news__more-arrow svg {
    width: 12px;
    height: 12px;
    display: block;
  }

  .ir-links {
    margin-bottom: 3.75rem;
    margin-top: 2.5rem;
  }

  .ir-links__inner {
    padding: 0 16px;
  }

  .ir-links__cards {
    gap: 1rem;
  }

  .ir-links-card {
    padding-inline: 1.5rem;
  }

  .ir-links-card.--message {
    padding-bottom: 3.75rem;
    padding-top: 3.125rem;
  }

  .ir-links-card.--finance,
  .ir-links-card.--stock {
    padding-bottom: 1.25rem;
    padding-top: 1.875rem;
  }

  .ir-links-card.--ir-info {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }

  .ir-links-card.--ir-calendar,
  .ir-links-card.--public-notice {
    padding-bottom: 0.9375rem;
    padding-top: 0.9375rem;
  }

  .ir-links-card__title {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .ir-links-card__title.--message::after {
    height: 1.25rem;
    right: -2.5rem;
    width: 1.25rem;
  }

  .ir-links-card__title.--finance::after,
  .ir-links-card__title.--stock::after {
    height: 1.25rem;
    width: 1.25rem;
  }

  .ir-links-card__title.--ir-info::after {
    height: 1.25rem;
    width: 1.25rem;
  }

  .ir-links-card__title.--ir-calendar,
  .ir-links-card__title.--public-notice {
    margin-left: -1.25rem;
  }

  .ir-links-card__title.--ir-calendar::after,
  .ir-links-card__title.--public-notice::after {
    height: 1.25rem;
    width: 1.25rem;
  }

  .ir-links-card__descriptions-wrapper {
    flex-direction: column;
  }

  .ir-links-card__descriptions-wrapper.--ir-info {
    margin-top: 0.875rem;
  }

  .ir-links-card__descriptions {
    margin-top: 0.875rem;
  }

  .ir-links-card__descriptions.--ir-info {
    margin-top: 0;
  }

  .ir-links-card__description {
    font-size: 0.85rem;
    line-height: 1.25;
  }

  .ir-links-card__description.--message {
    margin-top: 0.875rem;
  }

  .ir-links-card__description.--finance,
  .ir-links-card__description.--stock {
    line-height: 2;
    margin-top: 0;
  }

  .ir-links-card__description.--ir-info {
    line-height: 2;
    margin-top: 0;
  }

  .ir-links-card__description.--finance::after,
  .ir-links-card__description.--stock::after,
  .ir-links-card__description.--ir-info::after {
    right: 0;
    height: 1.25rem;
    width: 1.25rem;
  }

  .ir-links__row-wrapper {
    margin-top: 0;
    flex-direction: column;
    gap: 1rem;
  }

  .ir-links-card__description-wrapper {
    flex-direction: column;
    gap: 0;
    margin-top: 0.875rem;
  }
}

/*注釈*/
.ir-note {
  width: 70%;
  margin: 1em auto; /* 中央寄せ */
  padding: 1em 1.5em;
  font-size: 0.95rem;
  color: #555;
  background-color: #f8f8f8;
  border-radius: 4px;
  text-align: center; /* テキストも中央寄せ */
}