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

._th30_module_wrap {
  padding: 5% 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  ._th30_module_wrap {
    padding: 9% 0;
  }
}
@media (min-width: 1200px) {
  ._th30_module_wrap .container {
    height: 530px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  ._th30_module_wrap .container {
    position: relative;
    padding-top: 44.1666666667%;
    height: 0;
  }
  ._th30_module_wrap .container > .row {
    position: absolute;
    width: 100%;
    top: 0;
  }
}
@media (max-width: 767px) {
  ._th30_module_wrap .container {
    height: auto;
  }
}
@media (min-width: 768px) {
  ._th30_module_wrap ._th30_module_txt_block {
    width: 58%;
    min-height: 290px;
    display: flex;
    justify-content: center;
    padding: 9% 10px 10px;
    position: relative;
    transform: translateY(-7%);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  ._th30_module_wrap ._th30_module_txt_block {
    padding: 6% 10px 10px;
  }
}
._th30_module_wrap ._th30_module_txt_block p {
  color: var(--color-text);
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  ._th30_module_wrap ._th30_module_txt_block p {
    padding-top: 2em;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  ._th30_module_wrap ._th30_module_txt_block p {
    padding-top: 1.5em;
    font-size: 1.125rem;
  }
}
._th30_module_wrap ._th30_module_txt_block p {
  position: relative;
}
._th30_module_wrap ._th30_module_txt_block p span {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  background: var(--color-text);
  transition: 0.3s; color: var(--color-bg); }
._th30_module_wrap ._th30_module_txt_block p span:after {
  transition: 0.3s;
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(-1px, -50%) rotate(45deg);
}
._th30_module_wrap .span_6 {
  position: relative;
}
._th30_module_wrap .span_6:first-child ._th30_module_txt_block {
  background: var(--color-surface);
}
._th30_module_wrap .span_6:last-child ._th30_module_txt_block {
  background: var(--color-surface);
}
@media (min-width: 768px) {
  ._th30_module_wrap .span_6:last-child {
    padding-left: 4%;
  }
}
@media (min-width: 768px) {
  ._th30_module_wrap .span_6 .img_block {
    position: absolute;
    padding-top: 106%;
    top: 0;
    right: 4%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  ._th30_module_wrap .span_6 .img_block figure {
    position: absolute;
    width: 80%;
    right: 4%;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  ._th30_module_wrap .span_6:not(:last-child) {
    margin-bottom: 7.5%;
  }
  ._th30_module_wrap ._th30_module_txt_block {
    max-width: 400px;
    margin: 0 auto;
  }
  ._th30_module_wrap ._th30_module_txt_block p {
    padding: 1em 5px 1em 46px;
    line-height: 1;
    font-size: 1.375rem;
  }
  ._th30_module_wrap ._th30_module_txt_block p span {
    left: 12px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
._th30_module_wrap ._th30_module_txt_block {
  width: 0;
  opacity: 0;
  transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
._th30_module_wrap ._th30_module_txt_block.visible {
  width: 58%;
  opacity: 1;
}
@media (max-width: 767px) {
  ._th30_module_wrap ._th30_module_txt_block.visible {
    width: 100%;
  }
}
._th30_module_wrap ._th30_module_txt_block.delay02 {
  transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}
._th30_module_wrap ._th30_module_txt_block ._th30_module_txt.delay01 {
  opacity: 0;
}
._th30_module_wrap ._th30_module_txt_block ._th30_module_txt.delay01.visible {
  transition: 3s 0.3s;
  opacity: 1;
}
._th30_module_wrap ._th30_module_txt_block ._th30_module_txt.delay03 {
  opacity: 0;
}
._th30_module_wrap ._th30_module_txt_block ._th30_module_txt.delay03.visible {
  transition-delay: 0.7s;
  transition: 3s 0.5s;
  opacity: 1;
}
._th30_module_wrap a {
  text-decoration: none !important;
  transition: 0.2s;
}
._th30_module_wrap a:hover {
  opacity: 0.8;
}
