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

._th04_module ._th04_module_img {
  position: relative;
}
._th04_module ._th04_module_img figure {
  position: relative;
  height: 100%;
  text-align: right;
  overflow: hidden;
}
._th04_module ._th04_module_img figure img {
  position: absolute;
  top: -300%;
  left: auto;
  bottom: -300%;
  right: 0;
  margin: auto;
}
._th04_module ._th04_module_text {
  position: relative;
  height: 700px;
}
._th04_module ._th04_module_text_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 73%;
}
._th04_module ._th04_module_text_inner p {
  line-height: 1.3;
  font-size: 1rem;
}
._th04_module ._th04_module_text_inner p.text-xlarge {
  font-size: 2.625rem;
}
._th04_module ._th04_module_text_inner p a.button {
  background: var(--color-primary);
  border-radius: 25px;
  padding: 1em 5em;
  margin-top: 8%; color: var(--color-on-primary); }
@media (max-width: 767px) {
  ._th04_module ._th04_module_img {
    position: relative;
    width: 100%;
    height: auto;
  }
  ._th04_module ._th04_module_img figure {
    position: relative;
    width: 100%;
    height: auto;
  }
  ._th04_module ._th04_module_img figure img {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  ._th04_module ._th04_module_text {
    position: relative;
    height: auto;
  }
  ._th04_module ._th04_module_text_inner {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    padding: 8% 4%;
  }
}
