/******************************

  add-learn css

*******************************/
.learn__head::after {
  content: "";
  width: 185px;
  height: 2px;
  background: url(../img/2026/learn/line.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.learn-lineup {
  background-color: #f0fafa;
}
.learn-lineup__head {
  margin-bottom: 100px;
}
.learn .box {
  background: url(../img/renewal/top/top_lineup_box2.jpg) no-repeat top left/cover, #fff;
  -webkit-box-shadow: 0 0 30px rgba(204, 226, 226, 0.27);
          box-shadow: 0 0 30px rgba(204, 226, 226, 0.27);
  padding: 50px 6.8% 60px;
}
@media (max-width: 750px) {
  .learn .box {
    padding: 25px 5.4% 30px;
    background: url(../img/renewal/top/top_lineup_box2-sp.jpg) no-repeat top -15px center/cover, #fff;
  }
}
.learn .box:not(:last-of-type) {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .learn .box:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.learn .box.new {
  background: url(../img/renewal/top/top_lineup_box.jpg) no-repeat top left/cover, #fff;
}
@media (max-width: 750px) {
  .learn .box.new {
    background-image: url(../img/2026/top/top_lineup_box-sp.jpg);
  }
}
@media (max-width: 750px) {
  .learn .box.default .box__wrap {
    margin-top: 40px;
  }
}
.learn .box__head {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 35px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.18em;
  font-size: clamp(22px, 22px + 13 * (100vw - 767px) / 733, 35px);
  color: #3ec1b5;
}
.learn .box__head span {
  font-size: 80%;
  vertical-align: baseline;
}
.learn .box__wrap {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .learn .box__wrap {
    margin-top: 20px;
  }
}
.learn .box__dtl {
  width: 64%;
}
@media (max-width: 750px) {
  .learn .box__dtl {
    width: 56%;
  }
}
.learn .box__dtl-head {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  font-size: clamp(15px, 15px + 9 * (100vw - 767px) / 733, 24px);
  margin-bottom: 24px;
}
@media (max-width: 750px) {
  .learn .box__dtl-head {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    margin: 50px 0 20px;
  }
}
.learn .box__dtl-head span {
  font-size: 50%;
  vertical-align: super;
}
.learn .box__dtl-txt {
  max-width: 529px;
}
.learn .box__dtl-txt2 {
  max-width: 381px;
}
.learn .box__dtl-att {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5714285714em;
  letter-spacing: 0.06em;
  font-size: clamp(13px, 13px + 1 * (100vw - 767px) / 733, 14px);
}
.learn .box__img {
  width: 36%;
  max-width: 224px;
}
@media (max-width: 750px) {
  .learn .box__img {
    width: 44%;
  }
}
.learn .box__img2 {
  width: 36%;
  max-width: 169px;
}
@media (max-width: 750px) {
  .learn .box__img2 {
    width: 44%;
  }
}
.learn .box__btn {
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 750px) {
  .learn .box__btn {
    margin-top: 20px;
  }
}
.learn .box__btn a {
  display: inline-block;
  max-width: 400px;
  width: 98%;
  margin-inline: auto;
}