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

._th32_module .button.add_arrow {
  display: inline-block;
  border-radius: 0;
  padding: 1.5em 5em;
}
._th32_module .button.add_arrow:after {
  border-top: 1px solid var(--color-on-primary);
  border-right: 1px solid var(--color-on-primary);
}
._th32_module .button.add_arrow:hover:after {
  border-top: 1px solid var(--color-on-primary);
  border-right: 1px solid var(--color-on-primary);
}

body.two_column ._th32_module .button.add_arrow {
  display: inline-block;
  border-radius: 0;
  padding: 1.5em 5em;
  margin-bottom: 0;
}

._th32_module ._th32_module_wrap {
  position: relative;
}
._th32_module ._th32_module_wrap:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
._th32_module ._th32_module_wrap ._th32_module_img_wrap {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
._th32_module ._th32_module_wrap ._th32_module_img_wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto 0 auto auto;
}
._th32_module ._th32_module_wrap ._th32_module_text_wrap {
  width: 50%;
  float: right;
}
._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box1 {
  position: relative;
  background: url("");
  overflow: hidden;
}
._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box1 figure {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box1 ._th32_module_h2wrap {
  height: 100%;
  display: table;
}
._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box1 ._th32_module_h2wrap h2 {
  display: table-cell !important;
  vertical-align: middle;
  width: calc(1200px / 2);
  padding-left: 45px;
  color: var(--color-on-primary);
  overflow: hidden;
  font-weight: bold;
  text-align: left;
}
._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box1 ._th32_module_h2wrap h2:after, ._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box1 ._th32_module_h2wrap h2:before {
  content: none;
}
._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box1 ._th32_module_h2wrap h2 span {
  display: inline-block;
  position: relative;
  font-size: 1.3rem;
  margin-bottom: 1.8em;
  font-weight: normal;
}
._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box1 ._th32_module_h2wrap h2 span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  height: 1px;
  background: #FFF;
  width: 50vw;
}
._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box2 {
  position: static;
  max-width: calc(1200px / 2);
  padding: 45px 0 0 45px;
}
._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box2 a.button {
  margin-top: 1.5em;
}
@media (max-width: 1199px) {
  ._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box1 ._th32_module_h2wrap {
    width: 95%;
  }
  ._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box1 ._th32_module_h2wrap h2 {
    padding: 0 0 0 5%;
  }
  ._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box2 {
    padding: 5% 5% 0;
  }
  ._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box2 a.button {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  ._th32_module ._th32_module_wrap ._th32_module_img_wrap {
    width: 100%;
    position: static;
  }
  ._th32_module ._th32_module_wrap ._th32_module_img_wrap img {
    position: static;
    width: 100%;
  }
  ._th32_module ._th32_module_wrap ._th32_module_text_wrap {
    width: 100%;
    float: none;
  }
  ._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box1 {
    height: auto !important;
    padding: 5% 5% 5% 0;
  }
  ._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box1 figure img {
    width: auto;
    height: auto;
    max-width: 135%;
    min-height: 100%;
  }
  ._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box1 ._th32_module_h2wrap {
    width: auto;
    padding: 0 0 0 5%;
  }
  ._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box1 ._th32_module_h2wrap h2 {
    padding: 0;
    font-size: 2.6rem;
  }
  ._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box1 ._th32_module_h2wrap h2 span {
    margin-bottom: 1em;
  }
  ._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box1 ._th32_module_h2wrap h2 span:after {
    width: 100vw;
  }
  ._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box2 {
    padding: 5%;
    height: auto !important;
  }
  ._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box2 a.button {
    margin-top: 0;
  }
}

body.two_column ._th32_module .button {
  margin-left: 0;
}
@media (min-width: 481px) {
  body.two_column ._th32_module img {
    max-width: none;
  }
  body.two_column ._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box1 ._th32_module_h2wrap {
    width: 95%;
  }
  body.two_column ._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box1 ._th32_module_h2wrap h2 {
    padding: 0 0 0 5%;
    font-size: 2.2rem;
  }
  body.two_column ._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box2 {
    padding: 5% 5% 0;
  }
  body.two_column ._th32_module ._th32_module_wrap ._th32_module_text_wrap ._th32_module_text_box2 a.button {
    margin-top: 0;
  }
}
