/* =======================================================
lower-mv
======================================================= */
.bl-lower-mv .ly-cont-inner::before {
  background-image: url("../images/privately/mv-bg.webp");
}

@media screen and (max-width: 750px) {
  .bl-lower-mv-hgroup-txt::before {
    width: 42px;
  }
}
/* =======================================================
message
======================================================= */
.ly-message {
  background: url("../images/privately/message-bg.webp") top 128px center/2000px 280px no-repeat;
}

@media screen and (max-width: 750px) {
  .ly-message {
    background: url("../images/privately/message-bg-sp.webp") center center/cover no-repeat;
  }
}
/* =======================================================
first
======================================================= */
.bl-first-imgwrapper {
  margin-bottom: 24px;
}
.bl-first-txt + .bl-first-txt {
  margin-top: 1.5em;
}
.bl-first-txt:last-of-type {
  margin-bottom: 40px;
}
.bl-first-box {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  height: 462px;
  padding: 65px 82px 0 61px;
  margin-bottom: 56px;
  background: url("../images/privately/book-bg.webp") center center/cover no-repeat;
}
.bl-first-box .bl-box-ttl {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(35/24);
  color: var(--color-accent);
}
.bl-first-box .bl-box-item {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 700;
}
.bl-first-box .bl-box-item::before {
  width: 24px;
  height: 24px;
  content: "";
  background: url("../images/privately/icon-check.svg") center center/cover no-repeat;
}
.bl-first-box .bl-box-item + .bl-box-item {
  margin-top: 24px;
}
.bl-first-box .bl-box-txt + .bl-box-txt {
  margin-top: 32px;
}
.bl-first-box .bl-box-txt:last-of-type {
  position: relative;
  margin-bottom: 106px;
}
.bl-first-box .bl-box-txt:last-of-type::after {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  width: 2px;
  height: 74px;
  content: "";
  background: var(--color-accent02);
  transform: translateX(-50%);
  animation: line-top-to-bottom 1.5s forwards infinite;
}

@media screen and (max-width: 750px) {
  .bl-first-imgwrapper {
    margin-bottom: 36px;
  }
  .bl-first-txt:last-of-type {
    margin-bottom: 64px;
  }
  .bl-first-box {
    grid-template-columns: auto;
    gap: 48px;
    height: auto;
    padding: 54px 28px;
    background: var(--color-white);
    border: 2px solid var(--color-black);
  }
  .bl-first-box .bl-box-ttl {
    font-size: 34px;
    line-height: calc(49/34);
  }
  .bl-first-box .bl-box-item {
    gap: 16px;
  }
  .bl-first-box .bl-box-item::before {
    width: 36px;
    height: 36px;
  }
  .bl-first-box .bl-box-txt:last-of-type {
    margin-bottom: 122px;
  }
  .bl-first-box .bl-box-txt:last-of-type::after {
    top: calc(100% + 24px);
  }
}
/* =======================================================
template
======================================================= */
.ly-template {
  background: url("../images/privately/template-bg.webp") center center/cover no-repeat;
}

.bl-template {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bl-template-txt {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(29/20);
}
.bl-template-ttl {
  margin-bottom: 48px;
  font-size: 32px;
  font-weight: 700;
  line-height: calc(97/64);
  color: var(--color-accent);
  letter-spacing: 0.06em;
}
.bl-template .el-btn {
  margin-left: 0;
}
.bl-template-imgwrapper {
  width: 468px;
}

@media screen and (max-width: 750px) {
  .ly-template {
    background-image: url("../images/privately/template-bg-sp.webp");
  }
  .bl-template {
    flex-flow: column-reverse wrap;
    gap: 24px;
  }
  .bl-template-txt {
    font-size: 30px;
    line-height: calc(95/60);
    text-align: center;
  }
  .bl-template-ttl {
    font-size: 42px;
    line-height: calc(122/84);
    text-align: center;
  }
  .bl-template .el-btn {
    margin-left: auto;
  }
}
/* =======================================================
feature
======================================================= */
.bl-feature-cont {
  display: grid;
  gap: 32px;
  align-items: center;
}
.bl-feature-cont + .bl-feature-cont {
  margin-top: 40px;
}
.bl-feature-cont .bl-cont-ttl {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 14px;
  font-size: 26px;
  font-weight: 700;
  line-height: calc(37/26);
  color: var(--color-accent);
  letter-spacing: 0.06em;
}
.bl-feature-cont .bl-cont-ttl::after {
  position: absolute;
  bottom: 0;
  width: calc(100% + 88px);
  height: 2px;
  content: "";
  background: var(--color-accent);
}

@media screen and (min-width: 751px) {
  .bl-feature-cont {
    display: grid;
    gap: 32px;
    align-items: center;
  }
  .bl-feature-cont + .bl-feature-cont {
    margin-top: 40px;
  }
  .bl-feature-cont:nth-of-type(odd) {
    grid-template-columns: 512px 1fr;
  }
  .bl-feature-cont:nth-of-type(odd) .bl-cont-ttl::after {
    right: 0;
  }
  .bl-feature-cont:nth-of-type(even) {
    grid-template-columns: 1fr 512px;
  }
  .bl-feature-cont:nth-of-type(even) .bl-cont-ttl::after {
    left: 0;
  }
  .bl-feature-cont:nth-of-type(even) .bl-cont-imgwrapper {
    order: 2;
  }
  .bl-feature-cont:nth-of-type(even) .bl-cont-body {
    order: 1;
  }
}
@media screen and (max-width: 750px) {
  .bl-feature-cont + .bl-feature-cont {
    margin-top: 48px;
  }
  .bl-feature-cont .bl-cont-ttl {
    padding-bottom: 15px;
    margin-bottom: 21px;
    font-size: 32px;
    border-bottom: 2px solid var(--color-accent);
  }
  .bl-feature-cont .bl-cont-ttl::after {
    display: none;
  }
}
/* =======================================================
support
======================================================= */
.bl-support-box {
  padding: 46px;
  margin-bottom: 56px;
  background: var(--color-contrast);
  border: 2px solid var(--color-black);
}
.bl-support-ttl {
  position: relative;
  margin-bottom: 74px;
  font-size: 32px;
  font-weight: 700;
  line-height: calc(97/64);
  color: var(--color-accent);
  text-align: center;
  letter-spacing: 0.06em;
}
.bl-support-ttl::after {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  width: 2px;
  height: 42px;
  content: "";
  background: var(--color-accent);
  transform: translateX(-50%);
  animation: line-top-to-bottom-support 1.5s forwards infinite;
}
.bl-support-txt {
  margin-bottom: 40px;
  text-align: center;
}
.bl-support-imgwrapper {
  margin-bottom: 40px;
}
.bl-support-sttl {
  margin-bottom: 32px;
  font-size: 26px;
  font-weight: 700;
  line-height: calc(37/26);
  color: var(--color-accent02);
  text-align: center;
}
.bl-support-condition {
  padding: 22px;
  background: var(--color-white);
  border: 2px solid var(--color-black);
}
.bl-support-condition-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}
.bl-support-condition .bl-condition-ttl {
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 700;
  line-height: calc(37/26);
  color: var(--color-accent);
  text-align: center;
  letter-spacing: 0.06em;
}
.bl-support-condition .bl-condition-imgwrapper {
  width: 100px;
  margin: 0 auto 16px;
}
.bl-support-condition:last-of-type .bl-condition-ttl {
  font-size: 22px;
  line-height: calc(37/22);
}

@media screen and (max-width: 750px) {
  .bl-support-box {
    padding: 40px 40px 48px;
  }
  .bl-support-ttl {
    margin-bottom: 90px;
  }
  .bl-support-ttl::after {
    top: calc(100% + 24px);
  }
  .bl-support-txt {
    text-align: left;
  }
  .bl-support-sttl {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .bl-support-condition {
    padding: 33px;
  }
  .bl-support-condition-wrapper {
    grid-template-columns: auto;
    gap: 40px;
  }
  .bl-support-condition .bl-condition-ttl {
    margin-bottom: 24px;
    font-size: 32px;
  }
  .bl-support-condition .bl-condition-imgwrapper {
    width: 150px;
    margin: 0 auto 24px;
  }
  .bl-support-condition:last-of-type .bl-condition-ttl {
    font-size: 32px;
  }
}
/* =======================================================
keyframes
======================================================= */
@keyframes line-top-to-bottom-support {
  0% {
    height: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    height: 42px;
    opacity: 1;
  }
  100% {
    height: 42px;
    opacity: 0;
  }
}
/* =======================================================
products
======================================================= */
.c-products {
  padding-bottom: 128px;
}