/* =======================================================
about
======================================================= */
.ly-about {
  padding: 56px 0;
}

.bl-about-link.--arrow {
  position: relative;
  display: block;
  width: 496px;
  margin: 0 auto 40px;
}
.bl-about-link.--arrow::after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 34px;
  height: 8px;
  content: "";
  background: url("../images/common/connection-arrow.svg") top center/contain no-repeat;
}
.bl-about-ttl {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: calc(85/56);
  text-align: center;
}
.bl-about-txt {
  text-align: center;
}
.bl-about-txt-wrapper {
  margin-bottom: 56px;
}
.bl-about-txt + .bl-about-txt {
  margin-top: 1.5em;
}
.bl-about-merit {
  padding: 40px 56px;
  background: var(--color-contrast);
}
.bl-about-merit-wrapper {
  margin-bottom: 56px;
}
.bl-about-merit + .bl-about-merit {
  margin-top: 40px;
}
.bl-about-merit .bl-merit-ttl {
  margin-bottom: 32px;
  font-size: 26px;
  font-weight: 700;
  line-height: calc(38/26);
  color: var(--color-accent);
  text-align: center;
  letter-spacing: 0.06em;
}
.bl-about-merit .bl-merit-list {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}
.bl-about-merit .bl-merit-item {
  display: grid;
  grid-template-columns: 62px 1fr;
  padding: 24px;
  background: var(--color-white);
}
.bl-about-merit .bl-merit-item::before {
  margin-top: 5px;
  content: "";
}
.bl-about-merit .bl-merit-item:first-of-type::before {
  width: 28px;
  margin-top: 7px;
  background: url("../images/common/01.svg") top center/contain no-repeat;
}
.bl-about-merit .bl-merit-item:nth-of-type(2)::before {
  width: 34px;
  background: url("../images/common/02.svg") top center/contain no-repeat;
}
.bl-about-merit .bl-merit-item:nth-of-type(3)::before {
  width: 34px;
  background: url("../images/common/03.svg") top center/contain no-repeat;
}
.bl-about-merit .bl-merit-item:nth-of-type(4)::before {
  width: 38px;
  background: url("../images/common/04.svg") top center/contain no-repeat;
}
.bl-about-merit .bl-merit-item .bl-item-ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(29/20);
}
.bl-about-merit .bl-merit-item .bl-item-txt {
  padding-top: 9px;
  margin-top: 8px;
  border-top: 1px solid var(--color-gray02);
}
.bl-about-price {
  margin-bottom: 56px;
}
.bl-about-common .bl-common-ttl {
  padding: 8px 16px 10px;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4615384615;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.06em;
  background: var(--color-accent);
}
.bl-about-common .bl-common-txt {
  margin-bottom: 40px;
  text-align: center;
}
.bl-about-common .bl-common-txt a {
  color: var(--color-link);
  text-decoration: underline;
}
.bl-about-common .bl-common-btn {
  width: 450px;
  margin: 0 auto;
}

@media screen and (width <= 750px) {
  .ly-about {
    padding: 80px 0;
  }
  .bl-about-link.--arrow {
    width: 100%;
    margin-bottom: 64px;
  }
  .bl-about-link.--arrow::after {
    right: 12px;
    bottom: 12px;
    width: 51px;
    height: 12px;
  }
  .bl-about-ttl {
    margin-bottom: 36px;
    font-size: 36px;
  }
  .bl-about-txt {
    text-align: left;
  }
  .bl-about-txt br {
    display: none;
  }
  .bl-about-txt-wrapper {
    margin-bottom: 80px;
  }
  .bl-about-merit {
    padding: 32px 40px;
  }
  .bl-about-merit-wrapper {
    margin-bottom: 80px;
  }
  .bl-about-merit + .bl-about-merit {
    margin-top: 64px;
  }
  .bl-about-merit .bl-merit-ttl {
    margin-bottom: 48px;
    font-size: 36px;
  }
  .bl-about-merit .bl-merit-list {
    gap: 24px;
    margin-top: 48px;
  }
  .bl-about-merit .bl-merit-item {
    grid-template-columns: 93px 1fr;
    padding: 36px;
  }
  .bl-about-merit .bl-merit-item::before {
    margin-top: 7.5px;
  }
  .bl-about-merit .bl-merit-item:first-of-type::before {
    width: 42px;
    margin-top: 10.5px;
  }
  .bl-about-merit .bl-merit-item:nth-of-type(2)::before {
    width: 51px;
  }
  .bl-about-merit .bl-merit-item:nth-of-type(3)::before {
    width: 51px;
  }
  .bl-about-merit .bl-merit-item .bl-item-ttl {
    font-size: 30px;
  }
  .bl-about-merit .bl-merit-item .bl-item-txt {
    padding-top: 13.5px;
    margin-top: 12px;
    border-width: 2px;
  }
  .bl-about-price {
    margin-bottom: 80px;
  }
  .bl-about-common .bl-common-ttl {
    padding: 12px 24px 15px;
    margin-bottom: 36px;
    font-size: 36px;
  }
  .bl-about-common .bl-common-txt {
    margin-bottom: 64px;
    text-align: left;
  }
  .bl-about-common .bl-common-btn {
    width: 100%;
  }
}