/*--------------------
common
--------------------*/
section h1 {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: right;
  box-sizing: border-box;
  max-width: 1440px;
  margin-top: 107px;
  padding-left: 5.20833%;
  padding-right: 5.20833%;
  margin-left: auto;
  margin-right: auto;
}
section h1::after {
  display: block;
  content: attr(data-text);
  font-size: 5.75rem;
  font-weight: 400;
  font-family: "Federo", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 600px) {
  section h1 {
    text-align: center;
    margin-top: 122px;
  }
  section h1::after {
    font-size: 3.5rem;
    line-height: 1.1;
  }
}
section .h2-wrapper {
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}
section .h2-wrapper span {
  display: block;
  content: "";
  width: 2px;
  height: 44px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
section h2 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
section h2::before {
  display: block;
  content: attr(data-text);
  font-size: 5rem;
  font-weight: 400;
  font-family: "Federo", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 600px) {
  section .h2-wrapper {
    padding-top: 144px;
    padding-left: 10px;
    padding-right: 10px;
  }
  section h2::before {
    font-size: 3rem;
    line-height: 1;
  }
}

section .h3-template1-left,
section .h3-template1-right {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.6;
  box-sizing: border-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
section .h3-template1-left {
  text-align: left;
  padding-left: 6.1111%;
}
section .h3-template1-right {
  text-align: right;
  padding-right: 6.1111%;
}
section .h3-template1-left::before,
section .h3-template1-right::before {
  display: block;
  content: attr(data-text);
  font-size: 8rem;
  font-weight: 400;
  font-family: "Federo", sans-serif;
  line-height: 1.1;
  letter-spacing: 0;
  opacity: 0.3;
  margin-bottom: -48px;
  /* word-break: break-word; */
}
section .h3-template1-left::before {
  margin-left: -3.3333%;
  /* max-width: 90.5556%; */
  /* margin-right: 3.3333%; */
}
section .h3-template1-right::before {
  margin-right: -3.3333%;
  /* margin-left: -3.3333%; */
}
@media screen and (min-width: 1440px) {
  section .h3-template1-left {
    padding-left: 88px;
  }
  section .h3-template1-right {
    padding-right: 88px;
  }
  section .h3-template1-left::before {
    margin-left: -48px;
  }
  section .h3-template1-right::before {
    margin-right: -48px;
  }
}
@media screen and (max-width: 600px) {
  section .h3-template1-left,
  section .h3-template1-right {
    /* font-size: 2rem; */
    font-size: 1.75rem;
    line-height: 1.4;
  }
  section .h3-template1-left::before,
  section .h3-template1-right::before {
    font-size: 4rem;
    line-height: 1;
    margin-bottom: -25px;
  }
}