@charset "UTF-8";
/*---------------------------------------------
common 
-------------------------------------------------*/
br.sp {
  display: none;
}
@media screen and (max-width: 835px) {
  br.sp {
    display: block;
  }
}

br.pc {
  display: block;
}
@media screen and (max-width: 835px) {
  br.pc {
    display: none;
  }
}

.en {
  font-family: "Archivo", sans-serif;
}

.ja {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.clrfix:after,
.section:after,
.inner:after,
.block:after,
.box:after,
.set:after {
  content: none;
}

li,
dt,
th,
dd,
p {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px 0 0;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}

.scroll-activate {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(50px);
}

.scroll-activate.active {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s;
}

/*---------------------------------------------
lifedesign
-------------------------------------------------*/
.ld__mv {
  position: relative;
  display: block;
  width: 100%;
  margin: 85px auto 0;
  padding: 189px 0 140px;
  text-align: center;
  background: url(../img/lifedesign/ld-mv.webp) center center/cover no-repeat;
}
@media screen and (max-width: 835px) {
  .ld__mv {
    background: url(../img/lifedesign/ld-mv-sp.webp) center center/cover no-repeat;
    padding: 10px 0 60px;
    overflow: hidden;
    margin: 50px auto 0;
  }
}
.ld__mv-inner {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media screen and (max-width: 835px) {
  .ld__mv-inner {
    flex-direction: column;
    position: relative;
    gap: 45px 0;
  }
}
.ld__mv-picture {
  width: 50%;
}
@media screen and (max-width: 835px) {
  .ld__mv-picture {
    width: 103%;
    max-width: 500px;
    margin-left: 5rem;
    position: absolute;
    top: 7vh;
  }
}
.ld__mv-title-box {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 40%;
}
@media screen and (max-width: 835px) {
  .ld__mv-title-box {
    width: 100%;
  }
}
@media screen and (max-width: 835px) {
  .ld__mv-title {
    padding-bottom: 50vh;
  }
}
@media screen and (max-width: 600px) {
  .ld__mv-title {
    padding-bottom: 45vh;
  }
}
@media screen and (max-width: 400px) {
  .ld__mv-title {
    padding-bottom: 40vh;
  }
}
.ld__mv-title-ja {
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 835px) {
  .ld__mv-title-ja {
    font-size: clamp(14px, 1.8vw, 22px);
    margin-bottom: 3px;
  }
}
.ld__mv-title-en {
  font-size: clamp(50px, 7.4vw, 130px);
  position: relative;
  z-index: 2;
  margin-bottom: clamp(50px, 5vw, 130px);
}
@media screen and (max-width: 835px) {
  .ld__mv-title-en {
    font-size: clamp(75px, 7.4vw, 130px);
  }
}
.ld__mv-title-en::before {
  content: "";
  background: url(../img/lifedesign/ld-ed-dec.svg) center/contain no-repeat;
  width: 232px;
  height: 135px;
  position: absolute;
  z-index: -1;
  bottom: -50px;
  left: -80px;
}
@media screen and (max-width: 835px) {
  .ld__mv-title-en::before {
    width: 127px;
    height: 75px;
    bottom: -10px;
    left: -40px;
  }
}
.ld__mv-text {
  color: #fff;
  font-weight: 500;
  font-size: clamp(15px, 1.5vw, 18px);
}
.ld__about {
  padding: clamp(60px, 8.4vw, 140px) 0;
  background: url(../img/lifedesign/ld-lead-bg.webp) center/cover no-repeat;
}
.ld__about-title {
  padding-bottom: 48px;
}
@media screen and (max-width: 835px) {
  .ld__about-title {
    padding-bottom: 28px;
  }
}
.ld__about-title-en {
  margin-bottom: 10px;
  color: #e16352;
  display: block;
  font-size: clamp(14px, 1vw, 16px);
}
.ld__about-title-ja {
  font-size: clamp(22px, 2.4vw, 38px);
  font-weight: bold;
  line-height: 1.5;
}
.ld__about-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 835px) {
  .ld__about-text-wrap {
    flex-direction: column;
    gap: 40px;
  }
}
.ld__about-sub-title {
  padding: 0;
  width: 49%;
  font-size: clamp(19px, 1.6vw, 26px);
  font-weight: bold;
  line-height: 1.9;
}
@media screen and (max-width: 835px) {
  .ld__about-sub-title {
    width: 100%;
    line-height: 1.7;
  }
}
.ld__about-sub-title span {
  font-size: 100%;
  display: inline;
  padding-bottom: 10px;
  position: relative;
}
.ld__about-sub-title span::before {
  position: absolute;
  content: "・・・・・";
  font-size: clamp(18px, 1.7vw, 28px);
  font-weight: bold;
  width: 100%;
  height: 37px;
  bottom: -12px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 835px) {
  .ld__about-sub-title span::before {
    bottom: -20px;
  }
}
.ld__about-text {
  width: 49%;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 835px) {
  .ld__about-text {
    width: 100%;
  }
}
.ld__about-figure {
  max-width: 1300px;
  width: 90%;
  margin: -16px auto;
  padding-top: 142px;
  position: relative;
}
@media screen and (max-width: 835px) {
  .ld__about-figure {
    margin: 0 auto;
    padding-top: 162px;
  }
}
.ld__about .circle {
  background: #e16352;
  border-radius: 50%;
  width: clamp(180px, 14.3vw, 240px);
  aspect-ratio: 1/1;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: -2px;
  z-index: 10;
  left: 15%;
}
@media screen and (max-width: 835px) {
  .ld__about .circle {
    width: clamp(160px, 14.3vw, 240px);
    top: 41px;
    z-index: 10;
    left: 0;
  }
}
.ld__about .circle p {
  text-align: center;
  font-weight: BOLD;
  font-size: clamp(18px, 1.7vw, 28px);
  line-height: 1.2;
}
.ld__about .circle p span {
  display: block;
  font-weight: 500;
  font-size: clamp(11px, 1vw, 16px);
  margin-bottom: 10px;
}
@media screen and (max-width: 835px) {
  .ld__about .circle p span {
    margin-bottom: 6px;
  }
}
.ld__about .figure {
  overflow-x: hidden;
}
@media screen and (max-width: 835px) {
  .ld__about .figure {
    margin: 20px auto 0;
    overflow-x: scroll;
    max-width: none;
    white-space: nowrap;
    padding: 0px 0 10px;
  }
}
.ld__about .figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 835px) {
  .ld__about .figure img {
    max-width: 100%;
    min-width: 1000px;
    vertical-align: top;
    padding: 24px 5%;
    margin-top: 0px;
  }
}
.ld__loop-wrap {
  overflow: hidden;
  white-space: nowrap;
  padding: 1.2rem 0;
  border-top: 0.5px solid var(--color-border-tertiary);
  border-bottom: 0.5px solid var(--color-border-tertiary);
}
.ld__loop {
  display: inline-flex;
  animation: ticker 120s linear infinite;
}
.ld__loop .en.ticker-item {
  font-weight: 400;
  padding: 0 3rem;
  margin-right: 10px;
  color: #f8f8f8;
  font-size: clamp(70px, 9.5vw, 160px);
  line-height: 1.2;
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.ld__program {
  padding: 100px 0 170px;
}
.ld__program-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: clamp(30px, 4.2vw, 70px);
}
@media screen and (max-width: 835px) {
  .ld__program-intro {
    flex-direction: column;
    gap: 20px;
  }
}
.ld__program-contents {
  margin-top: -70px;
  position: relative;
}
@media screen and (max-width: 835px) {
  .ld__program-contents {
    margin-top: -50px;
  }
}
.ld__program-title {
  width: 48%;
}
@media screen and (max-width: 835px) {
  .ld__program-title {
    width: 100%;
  }
}
.ld__program-title-en {
  margin-bottom: 10px;
  color: #e16352;
  display: block;
  font-size: clamp(14px, 1vw, 16px);
}
.ld__program-title-ja {
  font-size: clamp(21px, 2.1vw, 33px);
  font-weight: bold;
  line-height: 1.5;
}
.ld__program-text {
  width: 48%;
  font-size: clamp(16px, 1.3vw, 21px);
  font-weight: bold;
}
@media screen and (max-width: 835px) {
  .ld__program-text {
    width: 100%;
  }
}
.ld__program-desc {
  background: #f7f7f7;
  border-radius: 13px;
  padding: 44px 8%;
  margin-bottom: clamp(30px, 3vw, 50px);
}
@media screen and (max-width: 835px) {
  .ld__program-desc {
    padding: 24px 6%;
  }
}
.ld__program-desc dl {
  display: grid;
  grid-template-columns: 116px 1fr;
  grid-gap: 20px 40px;
}
@media screen and (max-width: 835px) {
  .ld__program-desc dl {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
  }
}
.ld__program-desc dt {
  background: #ffffff;
  text-align: center;
  border: #dddddd 1px solid;
  padding: 0 6px;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 835px) {
  .ld__program-desc dt {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
  }
}
.ld__program-desc dd {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 2;
}
@media screen and (max-width: 835px) {
  .ld__program-desc dd {
    margin: 0 0 30px;
  }
}
.ld__program-desc dd:last-child {
  margin: 0;
}
.ld__program-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
@media screen and (max-width: 835px) {
  .ld__program-table {
    margin: 20px auto 0;
    overflow-x: scroll;
    max-width: none;
    white-space: nowrap;
    padding: 0px 0 10px;
  }
}
.ld__program-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 835px) {
  .ld__program-table table {
    max-width: 100%;
    min-width: 1000px;
    vertical-align: top;
    padding: 24px 5%;
    margin-top: 0px;
  }
}
.ld__program-table .ld__program-header th {
  padding: 20px 0;
  background: #f9d4d4;
  color: #2b3043;
  font-weight: bold;
  font-size: clamp(14px, 1vw, 18px);
  text-align: center;
  border-bottom: 1px solid #2b3043;
  border-right: 1px solid #000;
}
.ld__program-table .ld__program-header th:last-child {
  border-right: 0px solid #000;
}
.ld__program-table .ld__program-row td {
  vertical-align: middle;
  color: #333;
}
.ld__program-table .ld__program-row td:nth-child(1) {
  padding: 30px 3% 30px 4%;
}
.ld__program-table .ld__program-row td:nth-child(2) {
  padding: 30px 3%;
}
.ld__program-table .ld__program-row td:nth-child(3),
.ld__program-table .ld__program-row td:nth-child(4) {
  padding: 30px 1% 30px 4%;
  vertical-align: middle;
  color: #333;
}
.ld__program-table .ld__program-merged {
  vertical-align: middle;
  padding: 10px 16px;
  color: #333;
  border-right: 1px solid #000;
  border-bottom: 1px solid #2b3043;
  font-size: clamp(14px, 0.9vw, 16px);
  font-weight: 500;
}
.ld__program-table .ld__program-merged:last-child {
  border-right: 0px solid #000;
}
.ld__program-table .ld__program-merged-names {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.ld__program-table .ld__program-name {
  font-size: clamp(14px, 0.9vw, 16px);
  font-weight: 500;
}
.ld__program-table .ld__program-merged-badges {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}
.ld__program-table .ld__program-merged-contents {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ld__program-table .ld__program-merged-targets {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ld__program-table .ld__program-badge {
  display: inline-block;
  color: #fff;
  padding: 3px 12px;
  white-space: nowrap;
  background: #2b3043;
  border-radius: 0;
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 500;
  letter-spacing: 0.02em;
  width: 100%;
}
.ld__program-table .ld__program-divider td {
  border-right: 1px solid #000;
  font-size: clamp(14px, 0.9vw, 16px);
  font-weight: 500;
  white-space: normal;
}
.ld__program-table .ld__program-divider td:last-child {
  border-right: 0px solid #000;
}
.ld__program-table .ld__program-row.ld__program-divider td:nth-child(2) {
  padding: 20px 3%;
}
.ld__program-table .ld__program-row.ld__program-divider td:nth-child(3),
.ld__program-table .ld__program-row.ld__program-divider td:nth-child(4) {
  padding: 20px 1% 30px 4%;
}
.ld__program-table .ld__program-section {
  padding: 0 0 1rem;
}
.ld__program-timeline {
  margin-top: clamp(60px, 6.6vw, 113px);
}
.ld__program-timeline .ld__timeline-title {
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: bold;
  padding: 0 0 10px 24px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.3;
}
.ld__program-timeline .ld__timeline-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 70%;
  background-color: #e16352;
}
.ld__program-timeline .ld__timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.ld__program-timeline .ld__timeline::before {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 0;
  left: 10.85%;
  width: 1px;
  height: 90%;
  background: #d5d5d5;
}
@media screen and (max-width: 835px) {
  .ld__program-timeline .ld__timeline::before {
    top: 20px;
    left: 17.9%;
  }
}
.ld__program-timeline .ld__timeline-item {
  display: flex;
  gap: 0;
  padding: 0 0 32px;
  align-items: center;
  position: relative;
}
.ld__program-timeline .ld__timeline-item:last-child {
  padding: 0 0 0px;
}
.ld__program-timeline .ld__timeline-year {
  width: 10%;
  flex-shrink: 0;
  font-size: clamp(16px, 1.3vw, 21px);
  font-weight: 400;
  color: #40b8b6;
}
@media screen and (max-width: 835px) {
  .ld__program-timeline .ld__timeline-year {
    width: 16%;
  }
}
.ld__program-timeline .ld__timeline-dot {
  position: relative;
  z-index: 1;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: #e05a5a;
  display: block;
  margin-right: 60px;
}
@media screen and (max-width: 835px) {
  .ld__program-timeline .ld__timeline-dot {
    margin-right: 20px;
    width: 14px;
    height: 14px;
  }
}
.ld__program-timeline .ld__timeline-text {
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 500;
  line-height: 1.6;
  padding-left: 16px;
  padding-top: 0;
}
.ld__program-voice {
  position: relative;
  background: #ffe7c2;
  padding: 30px 5% 34px;
  border-radius: 15px;
  margin-top: 117px;
}
@media screen and (max-width: 835px) {
  .ld__program-voice {
    padding: 20px 7%;
    margin-top: 67px;
  }
}
.ld__program-voice .voice__title {
  font-weight: bold;
  background: #40b8b6;
  border-radius: 28px;
  position: absolute;
  min-width: 165px;
  font-size: clamp(18px, 1.6vw, 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 25px;
  height: 57px;
  left: -40px;
  text-align: center;
  top: -30px;
}
@media screen and (max-width: 835px) {
  .ld__program-voice .voice__title {
    position: relative;
    top: auto;
    left: auto;
    width: 130px;
    height: 45px;
    margin: 0 0 30px 6%;
    font-size: clamp(19px, 1.8vw, 24px);
  }
}
.ld__program-voice .voice__title::before {
  content: "";
  background: url(../img/lifedesign/triangle.webp) center/contain no-repeat;
  width: 18px;
  height: 22px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -10px;
}
.ld__program-voice .voice__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ld__program-voice .check-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 85%;
  gap: 20px 0;
}
@media screen and (max-width: 835px) {
  .ld__program-voice .check-list {
    flex-direction: column;
    width: 100%;
  }
}
.ld__program-voice .check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 44%;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: bold;
}
@media screen and (max-width: 835px) {
  .ld__program-voice .check-list li {
    width: 100%;
    align-items: flex-start;
    font-size: clamp(14px, 1.2vw, 18px);
    gap: 6px;
  }
}
.ld__program-voice .check-list li img {
  width: 19px;
  height: auto;
}
@media screen and (max-width: 835px) {
  .ld__program-voice .check-list li img {
    width: 15px;
    padding-top: 2px;
  }
}
.ld__program-voice .check-list li:nth-child(2n) {
  width: 54%;
}
@media screen and (max-width: 835px) {
  .ld__program-voice .check-list li:nth-child(2n) {
    width: 100%;
  }
}
.ld__program-voice .voice__picture {
  width: 13.7%;
}
@media screen and (max-width: 835px) {
  .ld__program-voice .voice__picture {
    position: absolute;
    top: -40px;
    width: 27%;
    right: 5%;
  }
}
.ld__field {
  background: #fef5ed;
  padding: 182px 0 104px;
  position: relative;
}
@media screen and (max-width: 835px) {
  .ld__field {
    padding: 60px 0 50px;
  }
}
.ld__field-en {
  font-weight: 400;
  padding: 0 3rem;
  margin-right: 10px;
  color: #ffffff;
  font-size: clamp(70px, 9.8vw, 160px);
  line-height: 1.2;
  font-family: "Archivo", sans-serif;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 0;
  width: 100%;
  text-align: center;
  top: 70px;
  white-space: nowrap;
}
@media screen and (max-width: 835px) {
  .ld__field-en {
    font-size: clamp(31px, 7.8vw, 160px);
  }
}
.ld__field-contents {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 835px) {
  .ld__field-contents {
    flex-direction: column;
    gap: 30px;
  }
}
.ld__field-title-box {
  width: 48%;
}
@media screen and (max-width: 835px) {
  .ld__field-title-box {
    width: 100%;
  }
}
.ld__field-title {
  margin-bottom: 31px;
  padding-bottom: 0;
}
@media screen and (max-width: 835px) {
  .ld__field-title {
    margin-bottom: 20px;
  }
}
.ld__field-title-en {
  margin-bottom: 10px;
  color: #e16352;
  display: block;
  font-size: clamp(14px, 1vw, 16px);
}
@media screen and (max-width: 835px) {
  .ld__field-title-en {
    margin-bottom: 5px;
  }
}
.ld__field-title-ja {
  font-size: clamp(26px, 2.6vw, 42px);
  font-weight: bold;
  line-height: 1.5;
}
.ld__field-sub-title {
  font-size: clamp(20px, 1.8vw, 28px);
  margin-bottom: 41px;
  font-weight: bold;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 835px) {
  .ld__field-sub-title {
    margin-bottom: 20px;
    font-size: clamp(19px, 1.8vw, 28px);
    padding-left: 40px;
  }
}
.ld__field-sub-title::before {
  content: "";
  width: 37px;
  height: 1px;
  position: absolute;
  background-color: #2b3043;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 835px) {
  .ld__field-sub-title::before {
    width: 28px;
    height: 1px;
  }
}
.ld__field-text {
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 2;
  font-weight: 500;
}
.ld__field-picture {
  width: 46%;
}
@media screen and (max-width: 835px) {
  .ld__field-picture {
    width: 70%;
    margin: 0 auto;
  }
}
.ld__education {
  padding: 160px 0;
  background: url(../img/lifedesign/lf-lesson-bg.webp) center/cover no-repeat;
}
@media screen and (max-width: 835px) {
  .ld__education {
    padding: 70px 0;
  }
}
.ld__education-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 835px) {
  .ld__education-contents {
    flex-direction: column;
    gap: 30px;
  }
}
.ld__education-title-box {
  color: #fff;
  width: 55%;
}
@media screen and (max-width: 835px) {
  .ld__education-title-box {
    width: 100%;
  }
}
.ld__education-title {
  font-size: clamp(26px, 2.6vw, 42px);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 33px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 835px) {
  .ld__education-title {
    margin-bottom: 23px;
  }
}
.ld__education-title::before {
  content: "";
  background: url(../img/lifedesign/ld-ed-dec.svg) center/contain no-repeat;
  width: 144px;
  height: 84px;
  position: absolute;
  z-index: 0;
  bottom: -20px;
  left: -60px;
}
@media screen and (max-width: 835px) {
  .ld__education-title::before {
    width: 134px;
    height: 54px;
    bottom: -20px;
    left: -30px;
  }
}
.ld__education-sub-title {
  margin-bottom: 30px;
  font-size: clamp(16px, 1.3vw, 21px);
  font-weight: bold;
}
.ld__education-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.ld__education-list li {
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: clamp(15px, 1.2vw, 18px);
  padding: 7px 7px 5px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}
.ld__education-link {
  position: relative;
  width: 437px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 70px;
  background: url(../img/lifedesign/btn-bg.webp) center/cover no-repeat;
}
@media screen and (max-width: 835px) {
  .ld__education-link {
    width: 80%;
    height: 60px;
  }
}
.ld__education-link::before {
  content: "";
  background: url(../img/lifedesign/arrow.svg) center/contain no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 13%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ld__education-link p {
  font-size: clamp(16px, 1.3vw, 21px);
  font-weight: bold;
}/*# sourceMappingURL=lifedesign.css.map */