@charset "utf-8";

@media screen and (min-width: 1441px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: calc(100vw / 128.0); /* base width 1280px */
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw / 37.5); /* base width 375px */
  }
}

/* ==============================
  Safari用
  ============================== */
@supports (-webkit-hyphens:none) {
  :root {
    --zoom-invert: 1;
  }
  html {
    width: 100%;
    font-size: calc((100vw / 144.0) * var(--zoom-invert));
    overflow-x: hidden;
  }
  body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-height: 100vh;
    display: block;
  }
  @media screen and (min-width: 1441px) {
    html {
      font-size: calc(10px * var(--zoom-invert));
    }
  }
  @media screen and (max-width: 1280px) {
    html {
      font-size: calc((100vw / 128.0) * var(--zoom-invert));
    }
  }
  @media screen and (max-width: 767px) {
    html {
      font-size: calc((100vw / 37.5) * var(--zoom-invert));
    }
  }
}

/* ==============================
  p-kv
  ============================== */
.p-kv {
  position: relative;
  background: #EFF1F5;
}
.p-kv__image > img {
  width: 70.4rem;
  margin-left: auto;
}
.p-kv__contents-wrapper {
  position: absolute;
  top: 3.2rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-kv__subtitle {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.072rem;
  opacity: 0.9;
  background: linear-gradient(90deg, #35A7DB -9.73%, #1056A0 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-kv__subtitle > span {
  font-size: 1.6rem;
  letter-spacing: 0.064rem;
}
.p-kv__title {
  margin-top: 0.8rem;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 130%;
  background: linear-gradient(90deg, #35A7DB -9.73%, #1056A0 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-kv__description {
  margin-top: 2.0rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.064rem;
}
@media screen and (min-width: 1441px) {
  .p-kv__image > img {
    width: 48.90625vw;
  }
  .p-kv__contents-wrapper {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1280px) {
  .p-kv__image > img {
    width: 56.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__image > img {
    width: 13.6rem;
  }
  .p-kv__contents-wrapper {
    position: absolute;
    top: 2.0rem;
    left: 1.6rem;
    width: 22.3rem;
    transform: translate(0, 0);
  }
  .p-kv__subtitle {
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
  }
  .p-kv__subtitle > span {
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
  }
  .p-kv__title {
    margin-top: 0;
    font-size: 3.2rem;
  }
  .p-kv__description {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
  }
}

/* ==============================
  p-anchor
  ============================== */
.p-anchor-section {
  margin-top: 6.0rem;
}
.p-anchor-section__list {
  display: flex;
  justify-content: center;
  gap: 1.0rem;
}
.p-anchor-section__link {
  position: relative;
  display: block;
  width: 44.8rem;
  padding: 2.8rem 3.0rem;
  border: 0.2rem solid #1462AA;
  background: #FFF;
  box-shadow: 0 0.2rem 1.2rem 0 rgba(104, 106, 108, 0.20);
  transform: skewX(-10deg);
  box-sizing: border-box;
}
.p-anchor-section__link:hover {
  background: #1462AA;
}
.p-anchor-section__link::after {
  content: "";
  position: absolute;
  bottom: 2.8rem;
  right: 2rem;
  width: 1.5rem;
  height: 2.6rem;
  background: url(/leverage/images/service/index/icon_anker_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: skewX(10deg);
}
.p-anchor-section__link:hover::after {
  background: url(/leverage/images/service/index/icon_anker_white_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.p-anchor-section__name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
  color: #111;
  opacity: 0.9;
  transform: skewX(10deg);
}
.p-anchor-section__text {
  padding-left: 0.9rem;
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.056rem;
  color: #393939;
  opacity: 0.9;
  transform: skewX(10deg);
}
.p-anchor-section__link:hover .p-anchor-section__name,
.p-anchor-section__link:hover .p-anchor-section__text {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-anchor-section {
    margin-top: 4.0rem;
  }
  .p-anchor-section__inner {
    max-width: 34.2rem;
  }
  .p-anchor-section__list {
    display: flex;
    justify-content: center;
    gap: 1.6rem;
  }
  .p-anchor-section__link {
    width: 14.6rem;
    height: 100%;
    padding: 2.7rem 0.98rem 2.208rem;
  }
  .p-anchor-section__link::after {
    content: "";
    position: absolute;
    bottom: 0.98rem;
    right: 0.98rem;
    width: 1.3rem;
    height: 2.4rem;
    background: url(/leverage/images/service/index/icon_anker_pc.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: skewX(10deg);
  }
  .p-anchor-section__link:hover::after {
    background: url(/leverage/images/service/index/icon_anker_white_pc.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .p-anchor-section__name {
    font-size: 2.0rem;
  }
  .p-anchor-section__text {
    padding-left: 1.1rem;
    margin-top: 0.4rem;
  }
}

/* ==============================
  p-jolco
  ============================== */
.p-jolco-section {
  margin-top: 8.0rem;
}
.p-jolco-section__header {
  position: relative;
  min-height: 13.4rem;
  padding-left: 5.277rem;
}
.p-jolco-section__header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.1rem;
  width: 0.2rem;
  height: 13.6rem;
  background: linear-gradient(180deg, #35A7DB -9.73%, #1056A0 50%);
  transform: rotate(10deg);
}
.p-jolco-section__title {
  padding-top: 0.8rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.144rem;
  color: #111;
}
.p-jolco-section__subtitle {
  padding-top: 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.056rem;
  color: #111;
}
.p-jolco-section__lead {
  margin-top: 2.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.064rem;
  color: #393939;
}
@media screen and (max-width: 767px) {
  .p-jolco-section {
    margin-top: 4.992rem;
  }
  .p-jolco-section__header {
    max-width: 34.2rem;
    min-height: 13.0rem;
    margin-inline: auto;
    padding-left: 3.858rem;
  }
  .p-jolco-section__header::after {
    left: 1.1rem;
    height: 13.0rem;
  }
  .p-jolco-section__title {
    padding-top: 0.8rem;
    font-size: 2.8rem;
    letter-spacing: 0.112rem;
  }
  .p-jolco-section__lead {
    width: 29.0rem;
    margin-top: 1.6rem;
    font-size: 1.4rem;
    letter-spacing: 0.064rem;
  }
}

/* ==============================
  p-jolco-scheme
  ============================== */
.p-jolco-scheme {
  margin-top: 6.0rem;
}
.p-jolco-scheme__image img {
  width: 102.4rem;
}
.p-jolco-scheme__notes {
  margin-top: 1.2rem;
  padding-left: 1.2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.048rem;
  color: #4D4D4D;
  opacity: 0.9;
}
.p-jolco-scheme__notes > li {
  position: relative;
}
.p-jolco-scheme__notes > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -1.2rem;
}
@media screen and (max-width: 767px) {
  .p-jolco-scheme {
    max-width: 34.2rem;
    margin-top: 4.0rem;
    margin-inline: auto;
  }
  .p-jolco-announcement {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
  }
  .p-jolco-announcement__image img {
    width: 2.4rem;
  }
  .p-jolco-announcement__text {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.048rem;
    opacity: 0.9;
    color: #4D4D4D;
  }
  .p-jolco-scheme__image {
    margin-top: 1.2rem;
    display: block;
  }
  .p-jolco-scheme__image img {
    width: 100%;
  }
  .p-jolco-scheme__notes {
    padding-left: 1.6rem;
  }
  .p-jolco-scheme__notes > li::before {
    left: -1.6rem;
  }
}

/* ==============================
  p-jolco-assets
  ============================== */
.p-jolco-assets {
  margin-top: 6.0rem;
}
.p-jolco-assets__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
  color: #111;
  opacity: 0.9;
}
.p-jolco-assets__contents {
  display: flex;
  justify-content: space-between;
  margin-top: 2.4rem;
}
.p-jolco-assets__item {
  width: 32.0rem;
}
.p-jolco-assets__image img {
  width: 32.0rem;
}
.p-jolco-assets__name {
  margin-top: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.072rem;
  color: #393939;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .p-jolco-assets {
    margin-top: 4.8rem;
  }
  .p-jolco-assets__title {
    max-width: 34.2rem;
    margin-inline: auto;
    font-size: 2.4rem;
    letter-spacing: 0.096rem;
  }
  .p-jolco-assets__contents {
    display: flex;
    justify-content: left;
    flex-wrap: nowrap;
    gap: 2.4rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-padding-left: 1.6rem;
    margin-top: 2.0rem;
    padding-inline: 1.6rem;
  }
  .p-jolco-assets__contents::-webkit-scrollbar {
    display: none;
  }
  .p-jolco-assets__item {
    flex-shrink: 0;
    width: 32.0rem;
    scroll-snap-align: start;
  }
  .p-jolco-assets__image img {
    width: 100%;
  }
  .p-jolco-assets__dots {
    display: flex !important;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 2.4rem;
  }
  .p-jolco-assets__dot {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #EFF1F5;
    cursor: pointer;
    border: none;
    padding: 0;
  }
  .p-jolco-assets__dot.is-active {
    background: #1462AA;
  }
}

/* ==============================
  p-jolco-effect
  ============================== */
.p-jolco-effect {
  display: flex;
  justify-content: space-between;
  gap: 3.2rem;
  margin-top: 6.0rem;
}
.p-jolco-effect__contents {
  width: 49.6rem;
}
.p-jolco-effect__image img {
  width: 49.6rem;
}
.p-jolco-effect__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
  color: #111;
  opacity: 0.9;
}
.p-jolco-effect__name {
  margin-top: 2.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.072rem;
  color: #111;
  opacity: 0.9;
}
.p-jolco-effect__text {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.056rem;
  color: #393939;
  opacity: 0.9;
}
.p-jolco-effect__text + .p-jolco-effect__text {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-jolco-effect {
    width: 34.2rem;
    display: block;
    margin-top: 4.8rem;
    margin-inline: auto;
  }
  .p-jolco-effect__contents {
    width: 100%;
  }
  .p-jolco-effect__image {
    display: block;
    margin-top: 2.4rem;
  }
  .p-jolco-effect__image img {
    width: 100%;
  }
  .p-jolco-effect__title {
    letter-spacing: 0.096rem;
  }
  .p-jolco-effect__name {
    margin-top: 2.0rem;
  }
  .p-jolco-effect__text {
    margin-top: 2.0rem;
  }
}

/* ==============================
  p-jolco-contact
  ============================== */
.p-jolco-contact {
  position: relative;
  margin: 10.0rem 0 6.046rem;
  padding: 6.0rem 0;
  background: linear-gradient(90deg, #35A7DB -9.73%, #1056A0 50%);
}
.p-jolco-contact::before {
  content: "";
  position: absolute;
  top: -6.0rem;
  left: -32.257rem;
  width: 49.6rem;
  height: 18.1rem;
  opacity: 0.3;
  background: linear-gradient(90deg, #35A7DB -9.73%, #1056A0 50%);
  transform: skewX(-10deg);
  z-index: -1;
}
.p-jolco-contact::after {
  content: "";
  position: absolute;
  bottom: -6.046rem;
  right: -8.443rem;
  width: 45.6rem;
  height: 16.7rem;
  opacity: 0.3;
  background: linear-gradient(90deg, #35A7DB -9.73%, #1056A0 50%);
  transform: skewX(-10deg);
  z-index: -1;
}
.p-jolco-contact__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.112rem;
  text-align: center;
  text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.10);
  color: #FFF;
}
.p-jolco-contact__btn {
  position: relative;
  display: block;
  width: 34.2rem;
  margin: 2.0rem auto 0;
  padding: 2.8rem 3.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  border: 0.2rem solid rgba(0, 0, 0, 0);
  border-radius: 0.15rem;
  background: #FFF;
  box-shadow: 0 0.15rem 0.375rem 0 rgba(104, 106, 108, 0.16);
  color: #1462AA;
}
.p-jolco-contact__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  background: url(/leverage/images/common/icon_contact_btn_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.p-jolco-contact__btn:hover {
  border: 0.2rem solid #FFFFFF;
  background: #1462AA;
  color: #FFF;
}
.p-jolco-contact__btn:hover::after {
  background: url(/leverage/images/common/icon_contact_btn_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-jolco-contact {
    margin: 8.7rem 0 4.0rem;
    padding: 4.0rem 0;
  }
  .p-jolco-contact::before {
    top: -3.9rem;
    left: -22.284rem;
    width: 32.8rem;
    height: 12.0rem;
  }
  .p-jolco-contact::after {
    bottom: -4.0rem;
    right: -25.6rem;
    width: 32.8rem;
    height: 12.0rem;
  }
  .p-jolco-contact__title {
    font-size: 2.4rem;
    letter-spacing: 0.096rem;
  }
  .p-jolco-contact__btn {
    width: 29.2rem;
    margin: 2.0rem auto 0;
    padding: 2.0rem 1.6rem;
    font-size: 1.8rem;
    letter-spacing: 0.072rem;
  }
  .p-jolco-contact__btn::after {
    right: 1.6rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}

/* ==============================
  p-jol
  ============================== */
.p-jol-section {
  margin-top: 12.046rem;
}
.p-jol-section__header {
  position: relative;
  min-height: 13.4rem;
  padding-left: 5.277rem;
}
.p-jol-section__header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.1rem;
  width: 0.2rem;
  height: 13.6rem;
  background: linear-gradient(180deg, #35A7DB -9.73%, #1056A0 50%);
  transform: rotate(10deg);
}
.p-jol-section__title {
  padding-top: 0.8rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.144rem;
  color: #111;
}
.p-jol-section__subtitle {
  padding-top: 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.056rem;
  color: #111;
}
.p-jol-section__lead {
  margin-top: 2.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.064rem;
  color: #393939;
}
@media screen and (max-width: 767px) {
  .p-jol-section {
    margin-top: 10.0rem;
  }
  .p-jol-section__header {
    max-width: 34.2rem;
    min-height: 13.0rem;
    margin-inline: auto;
    padding-left: 3.858rem;
  }
  .p-jol-section__header::after {
    left: 1.1rem;
    height: 13.0rem;
  }
  .p-jol-section__title {
    padding-top: 0.8rem;
    font-size: 2.8rem;
    letter-spacing: 0.112rem;
  }
  .p-jol-section__lead {
    width: 29.0rem;
    margin-top: 1.6rem;
    font-size: 1.4rem;
    letter-spacing: 0.064rem;
  }
}

/* ==============================
  p-jol-scheme
  ============================== */
.p-jol-scheme {
  margin-top: 6.0rem;
}
.p-jol-scheme__image img {
  width: 102.4rem;
}
.p-jol-scheme__notes {
  margin-top: 1.2rem;
  padding-left: 1.2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.048rem;
  color: #4D4D4D;
  opacity: 0.9;
}
.p-jol-scheme__notes > li {
  position: relative;
}
.p-jol-scheme__notes > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -1.2rem;
}
@media screen and (max-width: 767px) {
  .p-jol-scheme {
    max-width: 34.2rem;
    margin-top: 4.0rem;
    margin-inline: auto;
  }
  .p-jol-announcement {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
  }
  .p-jol-announcement__image img {
    width: 2.4rem;
  }
  .p-jol-announcement__text {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.048rem;
    opacity: 0.9;
    color: #4D4D4D;
  }
  .p-jol-scheme__image {
    margin-top: 1.2rem;
    display: block;
  }
  .p-jol-scheme__image img {
    width: 100%;
  }
  .p-jol-scheme__notes {
    margin-top: 1.6rem;
  }
}

/* ==============================
  p-jol-assets
  ============================== */
.p-jol-assets {
  margin-top: 6.0rem;
}
.p-jol-assets__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
  color: #111;
  opacity: 0.9;
}
.p-jol-assets__contents {
  display: flex;
  justify-content: space-between;
  margin-top: 2.4rem;
}
.p-jol-assets__item {
  width: 32.0rem;
}
.p-jol-assets__image img {
  width: 32.0rem;
}
.p-jol-assets__name {
  margin-top: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.072rem;
  color: #393939;
  opacity: 0.9;
}
.p-jol-assets__text {
  margin-top: 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.056rem;
  color: #393939;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .p-jol-assets {
    margin-top: 4.8rem;
  }
  .p-jol-assets__title {
    max-width: 34.2rem;
    margin-inline: auto;
    font-size: 2.4rem;
    letter-spacing: 0.096rem;
  }
  .p-jol-assets__contents {
    display: flex;
    justify-content: left;
    flex-wrap: nowrap;
    gap: 2.4rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-padding-left: 1.6rem;
    margin-top: 2.0rem;
    padding-inline: 1.6rem;
  }
  .p-jol-assets__contents::-webkit-scrollbar {
    display: none;
  }
  .p-jol-assets__item {
    flex-shrink: 0;
    width: 32.0rem;
    scroll-snap-align: start;
  }
  .p-jol-assets__image img {
    width: 100%;
  }
  .p-jol-assets__dots {
    display: flex !important;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 2.4rem;
  }
  .p-jol-assets__dot {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #EFF1F5;
    cursor: pointer;
    border: none;
    padding: 0;
  }
  .p-jol-assets__dot.is-active {
    background: #1462AA;
  }
}

/* ==============================
  p-jol-effect
  ============================== */
.p-jol-effect {
  margin-top: 6.0rem;
}
.p-jol-effect__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
  color: #111;
  opacity: 0.9;
}
.p-jol-effect__name {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.064rem;
  color: #393939;
  opacity: 0.9;
}
.p-jol-effect__title + .p-jol-effect__name {
  margin-top: 2.4rem;
}
.p-jol-effect__text {
  margin-top: 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.056rem;
  color: #393939;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .p-jol-effect {
    width: 34.2rem;
    display: block;
    margin-top: 4.8rem;
    margin-inline: auto;
  }
  .p-jol-effect__title {
    letter-spacing: 0.096rem;
  }
  .p-jol-effect__title + .p-jol-effect__name {
    margin-top: 2.0rem;
  }
}

/* ==============================
  p-jol-contact
  ============================== */
.p-jol-contact {
  position: relative;
  margin: 10.0rem 0 6.046rem;
  padding: 6.0rem 0;
  background: linear-gradient(90deg, #35A7DB -9.73%, #1056A0 50%);
}
.p-jol-contact::before {
  content: "";
  position: absolute;
  top: -6.0rem;
  left: -32.257rem;
  width: 49.6rem;
  height: 18.1rem;
  opacity: 0.3;
  background: linear-gradient(90deg, #35A7DB -9.73%, #1056A0 50%);
  transform: skewX(-10deg);
  z-index: -1;
}
.p-jol-contact::after {
  content: "";
  position: absolute;
  bottom: -6.046rem;
  right: -8.443rem;
  width: 45.6rem;
  height: 16.7rem;
  opacity: 0.3;
  background: linear-gradient(90deg, #35A7DB -9.73%, #1056A0 50%);
  transform: skewX(-10deg);
  z-index: -1;
}
.p-jol-contact__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.112rem;
  text-align: center;
  text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.10);
  color: #FFF;
}
.p-jol-contact__btn {
  position: relative;
  display: block;
  width: 34.2rem;
  margin: 2.0rem auto 0;
  padding: 2.8rem 3.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  border: 0.2rem solid rgba(0, 0, 0, 0);
  border-radius: 0.15rem;
  background: #FFF;
  box-shadow: 0 0.15rem 0.375rem 0 rgba(104, 106, 108, 0.16);
  color: #1462AA;
}
.p-jol-contact__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  background: url(/leverage/images/common/icon_contact_btn_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.p-jol-contact__btn:hover {
  border: 0.2rem solid #FFFFFF;
  background: #1462AA;
  color: #FFF;
}
.p-jol-contact__btn:hover::after {
  background: url(/leverage/images/common/icon_contact_btn_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-jol-contact {
    margin: 8.7rem 0 4.0rem;
    padding: 4.0rem 0;
  }
  .p-jol-contact::before {
    top: -3.9rem;
    left: -22.284rem;
    width: 32.8rem;
    height: 12.0rem;
  }
  .p-jol-contact::after {
    bottom: -4.0rem;
    right: -25.6rem;
    width: 32.8rem;
    height: 12.0rem;
  }
  .p-jol-contact__title {
    font-size: 2.4rem;
    letter-spacing: 0.096rem;
  }
  .p-jol-contact__btn {
    width: 29.2rem;
    margin: 2.0rem auto 0;
    padding: 2.0rem 1.6rem;
    font-size: 1.8rem;
    letter-spacing: 0.072rem;
  }
  .p-jol-contact__btn::after {
    right: 1.6rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}

/* ==============================
  p-investment
  ============================== */
.p-investment-section {
  margin-top: 12.046rem;
}
.p-investment-section__header {
  position: relative;
  min-height: 13.4rem;
  padding-left: 5.277rem;
}
.p-investment-section__header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.1rem;
  width: 0.2rem;
  height: 13.6rem;
  background: linear-gradient(180deg, #35A7DB -9.73%, #1056A0 50%);
  transform: rotate(10deg);
}
.p-investment-section__title {
  padding-top: 0.8rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.144rem;
  color: #111;
  opacity: 0.9;
}
.p-investment-section__title span {
  font-size: 2.4rem;
  letter-spacing: 0;
}
.p-investment-section__lead {
  margin-top: 2.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.064rem;
  color: #393939;
}
@media screen and (max-width: 767px) {
  .p-investment-section {
    margin-top: 16.7rem;
    padding-bottom: 9.0rem;
  }
  .p-investment-section__header {
    max-width: 34.2rem;
    min-height: 13.0rem;
    margin-inline: auto;
    padding-left: 3.858rem;
  }
  .p-investment-section__header::after {
    left: 1.1rem;
    height: 13.0rem;
  }
  .p-investment-section__title {
    padding-top: 0.8rem;
    font-size: 2.4rem;
    letter-spacing: 0.096rem;
  }
  .p-investment-section__title span {
    font-size: 2.0rem;
    letter-spacing: 0;
  }
  .p-investment-section__lead {
    width: 29.0rem;
    margin-top: 1.6rem;
    font-size: 1.4rem;
    letter-spacing: 0.064rem;
  }
}

/* ==============================
  p-investment-section__table
  ============================== */
.p-investment-section__table {
  margin-top: 4.0rem;
}
.p-investment-section__table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.p-investment-section__table th,
.p-investment-section__table td {
  border: 0.1rem solid #CED2DA;
  box-sizing: border-box;
}
.p-investment-section__table th:first-child {
  width: 24.0rem;
}
.p-investment-section__table th {
  padding: 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 175%;
  text-align: center;
  background: #EFF1F5;
  color: #393939;
}
.p-investment-section__table td {
  padding: 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 175%;
  background: #FFF;
  color: #393939;
}
@media screen and (max-width: 767px) {
  .p-investment-section__table {
    margin-top: 2.4rem;
    padding: 0 1.6rem;
  }
  .p-investment-section__table table {
    width: 60.0rem;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .p-investment-section__table th,
  .p-investment-section__table td {
    border: 0.1rem solid #CED2DA;
    box-sizing: border-box;
  }
  .p-investment-section__table th:first-child {
    width: 12.0rem;
  }
  .p-investment-section__table th {
    width: 16.0rem;
    font-size: 1.4rem;
    line-height: 160%;
    letter-spacing: 0.056rem;
  }
  .p-investment-section__table td {
    font-size: 1.4rem;
    line-height: 160%;
    letter-spacing: 0.056rem;
  }
  .p-investment-section__table + .scroll-hint-icon-wrap .scroll-hint-icon {
    top: 16.0rem;
  }
}

/* ==============================
  p-investment-section__note
  ============================== */
.p-investment-section__note {
  margin-top: 2.4rem;
  padding-left: 2.2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.048rem;
  color: #4D4D4D;
  opacity: 0.9;

  counter-reset: note-counter;
}
.p-investment-section__note > li {
  position: relative;
  margin-top: 0.8rem;
}
.p-investment-section__note > li:first-child {
  margin-top: 0;
}
.p-investment-section__note li::before {
  counter-increment: note-counter;

  content: "※" counter(note-counter);
  position: absolute;
  top: 0;
  left: -2.2rem;
}
@media screen and (max-width: 767px) {
  .p-investment-section__note {
    max-width: 34.2rem;
    margin-top: 1.2rem;
    margin-inline: auto;
  }
}