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

.th25_module a:not(.add_arrow) {
  text-decoration: none;
  border: none;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .th25_module .col {
    width: 100%;
    margin-bottom: 0;
  }
}
.th25_module .th25_module_bnr {
  position: relative;
  max-width: 960px;
  margin: auto;
}
.th25_module .th25_module_bnr:after {
  content: "";
  position: absolute;
  background: color-mix(in srgb, #000 50%, transparent);
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.th25_module .th25_module_bnr:hover:after {
  opacity: 1;
}
.th25_module .th25_module_bnr:hover .more .add_arrow {
  color: var(--color-text);
  border-color: #fff !important;
}
.th25_module .th25_module_bnr:hover .more .add_arrow:before {
  height: 100%;
  width: 135%;
}
.th25_module .th25_module_bnr:hover .more .add_arrow:after {
  border-color: #000;
}
.th25_module .more {
  width: 175px;
}
.th25_module .more .add_arrow {
  width: 175px;
  padding: 0.1em 1.3em 0.1em 1em;
  transition: 0.3s;
  display: inline-block;
  letter-spacing: normal;
  border: 1px solid #fff;
  color: var(--color-on-primary);
  margin-bottom: 1px;
  text-decoration: none;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .th25_module .more .add_arrow {
    font-size: 1.125rem;
  }
}
.th25_module .more .add_arrow:before {
  content: "";
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.3s;
  transform-origin: top left;
  width: 0;
  position: absolute;
  background-color: #fff;
  z-index: -1;
}
.th25_module .more .add_arrow:after {
  border-color: #fff;
  right: 8%;
  width: 5px;
  height: 5px;
  transition: 0.3s;
}
.th25_module .more .add_arrow:hover {
  color: var(--color-text) !important;
}
.th25_module .more .add_arrow:hover:after {
  right: 5%;
}
.th25_module .th25_module_txt {
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  text-align: center;
  z-index: 1;
}
.th25_module .th25_module_txt.twrap1 {
  top: 73%;
}
.th25_module .th25_module_txt.twrap2, .th25_module .th25_module_txt.twrap3 {
  top: 50%;
}
.th25_module img {
  max-width: 100%;
}
.th25_module .th25_module_p {
  color: var(--color-on-primary);
  margin-bottom: 0;
  padding-bottom: 0.3em;
  font-size: 1.875rem;
}
@media (max-width: 1023px) {
  .th25_module .th25_module_p {
    font-size: 1.375rem;
  }
}

body #page_block3 .th25_module .more a:hover {
  background: transparent;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  body.two_column #page_block3 .th25_module_p {
    font-size: 1.375rem;
  }
}
