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

._th02_module .container .row .col ._th02_module_text p a {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
._th02_module .container .row .col ._th02_module_text p a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}
._th02_module .container .row .col:hover ._th02_module_text a:after {
  right: 0;
}
@media (min-width: 768px) {
  ._th02_module .container .row figure {
    position: relative;
  }
  ._th02_module .container .row figure:after {
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: color-mix(in srgb, var(--color-primary) 50%, transparent);
    opacity: 0;
    z-index: -1; color: var(--color-on-primary); }
  ._th02_module .container .row figure:hover:after {
    transition: 0.3s;
    opacity: 1;
  }
  ._th02_module .container .row figure a {
    height: 100%;
    display: block;
  }
  ._th02_module .container .row figure a img {
    position: relative;
    z-index: -1;
  }
  ._th02_module .container .row ._th02_module_text p {
    padding: 0.8em 0 0;
  }
  ._th02_module .container .row ._th02_module_text p a {
    padding: 0 23px 0 0;
  }
}
@media (max-width: 999px) and (min-width: 768px) {
  ._th02_module .container {
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  ._th02_module .container {
    padding: 0 4%;
  }
  ._th02_module .container .row .col {
    background: var(--color-surface);
    height: 80px;
    position: relative;
  }
  ._th02_module .container .row .col figure {
    height: 100%;
    float: left;
  }
  ._th02_module .container .row .col figure a {
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: left;
  }
  ._th02_module .container .row .col figure a:after {
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: color-mix(in srgb, var(--color-primary) 20%, transparent);
    opacity: 0;
    z-index: -1; color: var(--color-on-primary); }
  ._th02_module .container .row .col figure a:hover:after {
    opacity: 1;
    transition: 0.3s;
  }
  ._th02_module .container .row .col figure a img {
    height: 100%;
    position: relative;
    transition: 0.5s;
    z-index: 0;
  }
  ._th02_module .container .row .col ._th02_module_text {
    min-height: 100% !important;
    float: left;
    display: table;
  }
  ._th02_module .container .row .col ._th02_module_text p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 1em 0 150px;
  }
  ._th02_module .container .row .col ._th02_module_text p a {
    position: static !important;
  }
  ._th02_module .container .row .col:hover ._th02_module_text a:after {
    right: 1% !important;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  body.two_column ._th02_module .container {
    width: 100% !important;
    max-width: none !important;
    padding: 0;
  }
}
