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

.th19_module .th19_module_h2_wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 1.5em 0;
}
.th19_module .th19_module_h2_wrap h2 {
  font-weight: bold;
  font-size: 2.6rem;
  margin: 0;
  text-align: left;
}
.th19_module .th19_module_h2_wrap h2:after, .th19_module .th19_module_h2_wrap h2:before {
  content: none;
}
.th19_module .th19_module_h2_wrap h2 span {
  padding-left: 3em;
  position: relative;
  font-weight: normal;
  font-size: 1.4rem;
}
.th19_module .th19_module_h2_wrap h2 span:before {
  content: "";
  width: 1px;
  position: absolute;
  height: 100%;
  left: 1.5em;
  background: var(--color-primary); color: var(--color-on-primary); }
.th19_module .th19_module_h2_wrap h2 span {
  display: inline-block;
}
@media (max-width: 1220px) {
  .th19_module .th19_module_h2_wrap {
    width: 100%;
    padding: 1em 0 1em 20px;
  }
}
@media (max-width: 480px) {
  .th19_module .th19_module_h2_wrap h2 {
    font-size: 2.2rem;
  }
  .th19_module .th19_module_h2_wrap h2 span {
    padding-left: 1.8em;
    font-size: 1.2rem;
  }
  .th19_module .th19_module_h2_wrap h2 span:before {
    left: 0.9em;
  }
}

.th19_module .th19_module_wrap {
  background: var(--color-surface);
  padding: 60px 0;
}
.th19_module .th19_module_wrap .th19_module_inner_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box1, .th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box2 {
  width: 50%;
  float: left;
  padding: 50px;
  overflow: hidden;
}
.th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box1 .th19_module_link, .th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box2 .th19_module_link {
  margin-top: 1.5em;
  font-size: 2rem;
  position: relative;
  display: inline-block;
  padding: 0 2em 0 1em;
}
.th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box1 .th19_module_link a, .th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box2 .th19_module_link a {
  text-decoration: none;
  transition: 0.5s;
  opacity: 1;
}
.th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box1 .th19_module_link a span, .th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box2 .th19_module_link a span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}
.th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box1 .th19_module_link:before, .th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box2 .th19_module_link:before {
  content: "";
  position: absolute;
  left: -50px;
  width: 50px;
  height: 1px;
  top: 50%;
  background: var(--color-primary); color: var(--color-on-primary); }
.th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box1 .th19_module_link:after, .th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box2 .th19_module_link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  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);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box1 .th19_module_link:hover a, .th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box2 .th19_module_link:hover a {
  transition: 0.5s;
  opacity: 0.5;
}
.th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box1 .th19_module_link:hover:after, .th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box2 .th19_module_link:hover:after {
  right: 2%;
}
.th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box1 figure img, .th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box2 figure img {
  max-width: 100%;
}
.th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box1 {
  background: #fff;
}
.th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box2 {
  background: url(@@A@@images/th19-bg-1.webp) repeat;
}
.th19_module .th19_module_wrap .th19_module_inner_wrap:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media (max-width: 1220px) and (min-width: 768px) {
  .th19_module .th19_module_wrap .th19_module_box1, .th19_module .th19_module_wrap .th19_module_box2 {
    padding: 4% !important;
  }
}
@media (max-width: 767px) {
  .th19_module .th19_module_wrap .th19_module_inner_wrap {
    margin: 0 auto;
  }
  .th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box1, .th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box2 {
    float: none;
    width: -webkit-calc(1200px/2);
    width: calc(1200px / 2);
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .th19_module .th19_module_wrap {
    padding: 0;
  }
  .th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box1, .th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box2 {
    padding: 20px;
    width: 100%;
    margin: 0 auto;
  }
  .th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box1 .th19_module_link, .th19_module .th19_module_wrap .th19_module_inner_wrap .th19_module_box2 .th19_module_link {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  body.two_column .th19_module .th19_module_wrap {
    padding-left: 2%;
    padding-right: 2%;
  }
  body.two_column .th19_module .th19_module_wrap .th19_module_box1, body.two_column .th19_module .th19_module_wrap .th19_module_box2 {
    padding: 4% !important;
  }
}
