.about_leading {
  font-size: 1.2rem;
}

.about {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .about {
    margin-top: 80px;
  }
}
.about .ll_about {
  margin-top: 28px;
}
.about .ll_about_body {
  padding-bottom: 53px;
}
.about .ll_about .item {
  padding: 8px;
}
.about_leading {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .about_leading {
    text-align: center;
    margin-top: 30px;
  }
}

.mv {
  position: relative;
  padding: 40px 14px;
  background-size: 100% 100%;
  background-image: linear-gradient(to bottom, #d4f7ff 30%, rgba(215, 255, 245, 0) 100%);
  background-repeat: no-repeat;
  background-position: center top;
}
@media only screen and (min-width: 768px) {
  .mv {
    padding-top: 80px;
  }
}
.mv_wrap {
  position: relative;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.mv_heading {
  width: 741px;
  max-width: 60vw;
}
.mv_leading {
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 35px;
  padding-left: 14px;
}
@media only screen and (min-width: 768px) {
  .mv_leading {
    font-size: 2.622rem;
    padding-left: 37px;
  }
}
.mv_leading + .mv_leading {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .mv_leading + .mv_leading {
    margin-top: 25px;
  }
}
.mv_leading .text {
  display: inline-block;
  background-image: var(--color-accent);
  margin-top: -1px;
  padding: 8px 10px;
}
@media only screen and (min-width: 768px) {
  .mv_leading .text {
    padding: 12px 6px 13px;
    margin-top: -10px;
  }
}
.mv_photo {
  width: 200px;
  max-width: 40vw;
  aspect-ratio: 1.135;
  position: absolute;
  right: 0;
  bottom: 47px;
}
@media only screen and (min-width: 768px) {
  .mv_photo {
    width: 454px;
    right: 10px;
    bottom: -47px;
  }
}

.new_column {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .new_column {
    margin-top: 80px;
  }
}
.new_column .ll_new_column {
  margin-top: 30px;
}

.recommend_project {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .recommend_project {
    margin-top: 106px;
  }
}
.recommend_project_slider {
  position: relative;
  margin-top: 18px;
}
@media only screen and (min-width: 768px) {
  .recommend_project_slider {
    padding-left: 6px;
  }
}
.recommend_project_slider_wrap {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  overflow: hidden;
}
.recommend_project_slider .slick-list {
  overflow: visible;
}
.recommend_project_slider .item_slider {
  width: 286px;
  margin-left: auto;
  margin-right: auto;
}
.recommend_project_slider .item_slider_wrap {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.recommend_project_slider .item_card {
  margin-left: 15px;
  margin-right: 15px;
}
.recommend_project_slider .item_navi {
  width: 100%;
  height: 0;
  position: absolute;
  top: calc(50% - 28px);
  left: 0;
  display: flex;
  justify-content: space-between;
}
.recommend_project_slider .item_btn {
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  border-radius: 99px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .recommend_project_slider .item_btn {
    cursor: pointer;
    transition: 300ms ease;
  }
  .recommend_project_slider .item_btn:hover {
    background-color: var(--color-sub);
  }
  .recommend_project_slider .item_btn:hover::after {
    background-color: #f5f5f5;
  }
}
.recommend_project_slider .item_btn::after {
  content: "";
  width: 8px;
  height: 13px;
  position: absolute;
  top: 15px;
  left: 17px;
  background-color: var(--color-sub);
  mask-image: url("./../images/common/icon_arrow_right.svg");
  mask-position: center center;
  mask-size: 7px 12px;
  mask-repeat: no-repeat;
  transition: 300ms ease;
}
.recommend_project_slider .item_btn_prev {
  scale: -1 1;
}
.recommend_project_more {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.ll_esearch {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .ll_esearch {
    margin-top: 93px;
  }
}

/*# sourceMappingURL=style.css.map */
