@charset "utf-8";
.ttl-h2, .ttl-h3 {
  font-family: var(--fontJost);
}
.ttl-h2 {
  font-size: 32px;
}
.ttl-h2::before {
  display: none;
}
.ttl-h2::after {
  width: 40px;
  height: 2px;
  background: #000;
  top: auto;
  bottom: 0;
  left: 0;
}
.ttl-h3 {
  font-size: 50px;
  margin-bottom: 60px;
  padding: 0;
  display: block;
}
.ttl-h3 span {
  font-family: var(--fontJost);
}
.ttl-h3::after {
  display: none;
}
.main_txt-contents {
  padding-bottom: 60px;
}
.txt-contents {
  margin-bottom: 80px;
}
.txt-contentsInner {
  padding: 40px 0;
}
.txt-contents .ttl-h4 {
  font-size: 20px;
  margin: 50px 0 20px;
}
.contents-wrap p.txt {
  font-size: 23px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 0;
}
.contents-wrap p.bold {
  font-size: 20px;
  margin-bottom: 0;
}
.contents-wrap p {
  font-size: 16px;
}
.full-img {
  display: flex;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.full-img img {
  width: 50%;
}
.container:nth-of-type(3) {
  overflow: hidden;
}
.btnB {
  display: inline-block;
  margin-top: 30px;
}
.btnB a {
  background: #000;
  border-radius: 40px;
  color: #fff;
  line-height: 1.5;
  padding: 20px 20px 20px 60px;
  margin: 0;
  border: 1px solid transparent;
  transition: .5s;
  left: 0;
}
.btnB a::before {
  background: var(--iconCircleArwR_w);
  top: 50%;
  left: 20px;
}
.btnB a img.pdf-icon {
  width: 14px;
  height: 15px;
  margin-left: 5px;
  position: relative;
  top: -5px;
  transition: .5s;
}
.btnB a:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.btnB a:hover img.pdf-icon {
  filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(24%) hue-rotate(268deg) brightness(97%) contrast(107%);
}
/*--------------------------------------------------------------
   SP
--------------------------------------------------------------*/
@media only screen and (max-width: 1023px) {
  .ttl-h2 {
    font-size: 26px;
    justify-content: left;
    margin-bottom: 60px;
  }
  .ttl-h2::after {
    bottom: -20px;
  }
  .ttl-h3 {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .txt-contents .ttl-h4 {
    font-size: 20px;
    margin: 40px 0 15px;
    text-align: left;
  }
  .txt-contentsInner {
    padding: 10px 0;
  }
  .contents-wrap p.txt {
    font-size: 17px;
    line-height: 1.8;
  }
  .btnArea {
    text-align: left;
  }
  .btnB {
    margin-top: 10px;
  }
  .btnB a {
    padding: 15px 20px 15px 60px;
  }
  .btnB a img.pdf-icon {
    top: -2px;
  }
  .full-img {
    display: block;
  }
  .full-img img {
    width: 100%;
  }
}