/* features-th12.css — ベースライン(自動読込・module-base.css前提)。編集せず上書きで調整。 */
@charset "UTF-8";

._th12_module_wrap {
  background: url(@@A@@images/th12-bg-1.webp) no-repeat center/cover;
  padding: 5% 0;
}
._th12_module_wrap h3,
._th12_module_wrap p {
  color: var(--color-on-primary);
}
._th12_module_wrap h3 {
  font-weight: normal;
  font-size: 1.25rem;
  padding-bottom: 0.4em;
  margin-bottom: 0.6em;
}
._th12_module_wrap h3:after {
  content: none;
}
._th12_module_wrap h3 {
  border-bottom: 1px solid var(--color-on-primary);
}
._th12_module_wrap .more .add_arrow {
  line-height: 1.8;
  font-size: 0.875rem;
  border-radius: 0;
  color: var(--color-text);
  padding: 0.6em;
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  background: var(--color-bg);
  border-color: var(--color-bg);
  margin-left: 0;
}
@media (max-width: 767px) {
  ._th12_module_wrap .more .add_arrow {
    max-width: none;
  }
}
._th12_module_wrap .more .add_arrow:after {
  border-color: var(--color-text);
}
._th12_module_wrap .more .add_arrow:hover {
  background: transparent;
  border-color: var(--color-bg);
  color: var(--color-bg);
}
._th12_module_wrap .more .add_arrow:hover:after {
  border-color: var(--color-bg);
}
._th12_module_wrap .row {
  position: relative;
}
/* 純黒80%はサイトの色から浮いて重い(2026-08-09 指摘)。テーマのインク色を使い濃度を落とす。
   min-width:530px は 375px 幅で横に溢れるので上限を付ける。 */
._th12_module_wrap .row ._th09_txt_box {
  min-width: min(530px, 100%);
  background: rgba(0, 0, 0, 0.55);
  padding: 3.5em 2.5em 2.5em;
}
@media (min-width: 768px) {
  ._th12_module_wrap .row ._th09_txt_box {
    min-height: 320px;
  }
}
@media (min-width: 1200px) {
  ._th12_module_wrap .row ._th12_module_box figure {
    position: relative;
    left: -14%;
  }
  ._th12_module_wrap .row ._th12_module_box ._th09_txt_box {
    position: absolute;
    top: 12%;
    right: 0;
  }
  ._th12_module_wrap .row ._th12_module_box ._th09_txt_box .more {
    margin-top: 2em;
  }
  ._th12_module_wrap .row ._th12_module_box.bnr_reverse .span_12 {
    float: none;
  }
  ._th12_module_wrap .row ._th12_module_box.bnr_reverse .span_12 figure {
    right: -14%;
    left: auto;
  }
  ._th12_module_wrap .row ._th12_module_box.bnr_reverse ._th09_txt_box {
    float: none;
    right: auto;
    left: 0;
  }
  ._th12_module_wrap .row:not(:last-child) {
    margin-bottom: 9%;
  }
}
._th12_module_wrap .fade-in {
  transition: 1s;
  opacity: 0;
}
._th12_module_wrap .fade-in .visible {
  opacity: 1;
}
._th12_module_wrap .fade-in.fade_up {
  transform: translate(0, -40px);
}
._th12_module_wrap .fade-in.fade_up.visible {
  transform: translate(0, 0);
  opacity: 1;
}
._th12_module_wrap .fade-in.fade_up.delay {
  transition-delay: 0.8s;
}
._th12_module_wrap .fade-in.fade_down {
  transform: translate(0, 40px);
}
._th12_module_wrap .fade-in.fade_down.visible {
  transform: translate(0, 0);
  opacity: 1;
}
._th12_module_wrap .fade-in.fade_down.delay {
  transition-delay: 0.8s;
}
@media (min-width: 768px) and (max-width: 1199px) {
  ._th12_module_wrap .row ._th12_module_box figure {
    position: static;
  }
  ._th12_module_wrap .row ._th12_module_box ._th09_txt_box {
    position: absolute;
    top: 75%;
    right: 0;
  }
  ._th12_module_wrap .row ._th12_module_box ._th09_txt_box .more {
    margin-top: 2em;
  }
  ._th12_module_wrap .row ._th12_module_box.bnr_reverse .span_12 {
    float: none;
  }
  ._th12_module_wrap .row ._th12_module_box.bnr_reverse .span_12 figure {
    right: 0;
    left: auto;
  }
  ._th12_module_wrap .row ._th12_module_box.bnr_reverse ._th09_txt_box {
    float: none;
    right: auto;
    left: 0;
  }
  ._th12_module_wrap .row {
    margin-bottom: 290px;
  }
}
@media (max-width: 767px) {
  ._th12_module_wrap .row ._th12_module_box .span_12 {
    margin-bottom: 0;
  }
  ._th12_module_wrap .row ._th12_module_box ._th09_txt_box {
    max-width: 640px;
    margin: 0 auto;
    min-width: 0;
    padding: 1.4em;
  }
  ._th12_module_wrap .row:not(:last-child) {
    margin-bottom: 12%;
  }
}
