.l-mv__lead-section .image {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .l-mv__lead-section .image {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    margin-left: 15px;
    transform: translate(-50%, -50%);
  }
  .l-mv__lead-section .image img {
    width: auto;
    height: auto;
  }
}

.l-main__content {
  padding-bottom: 0;
}

.sec-philosophy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 50px;
}
@media (min-width: 768px) {
  .sec-philosophy {
    align-items: center;
    margin-top: 80px;
  }
}
.sec-philosophy__image {
  position: relative;
  width: fit-content;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sec-philosophy__image {
    order: 1;
    margin: 0;
  }
  .sec-philosophy__image img {
    width: 100%;
    height: auto;
  }
}
.sec-philosophy__image::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: -25px;
  width: 88px;
  height: 45px;
  background: url("/assets/images/pages/philosophy/philosophy1_deco.png") no-repeat center/contain;
}
@media (min-width: 768px) {
  .sec-philosophy__image::before {
    top: -15px;
    right: -110px;
    left: auto;
    width: 269px;
    height: 134px;
  }
}
.sec-philosophy__heading {
  display: flex;
  align-items: flex-end;
  order: -1;
  padding: 0 0 14px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .sec-philosophy__heading {
    margin-bottom: 45px;
    padding: 0;
    font-size: 42px;
  }
}
.sec-philosophy__content {
  display: contents;
}
@media (min-width: 768px) {
  .sec-philosophy__content {
    display: block;
    padding: 0 30px 0 60px;
  }
}
.sec-philosophy .text-wrap {
  grid-column: 1/-1;
}
.sec-philosophy .texts {
  display: grid;
  gap: 20px;
  line-height: 1.9;
}
@media (min-width: 768px) {
  .sec-philosophy .texts {
    font-size: 16px;
    line-height: 2.25;
  }
}
.sec-philosophy .button {
  width: fit-content;
  margin: 26px auto 0;
}
@media (min-width: 768px) {
  .sec-philosophy .button {
    margin: 55px 0 0;
  }
}

.sec-philosophy:nth-child(3) .sec-philosophy__image {
  margin-right: 17px;
}
@media (min-width: 768px) {
  .sec-philosophy:nth-child(3) .sec-philosophy__image {
    order: -1;
    margin-right: 40px;
  }
}
.sec-philosophy:nth-child(3) .sec-philosophy__image::before {
  top: 10px;
  right: -37px;
  left: auto;
  width: 54px;
  height: 56px;
  background-image: url("/assets/images/pages/philosophy/philosophy2_deco.png");
}
@media (min-width: 768px) {
  .sec-philosophy:nth-child(3) .sec-philosophy__image::before {
    top: auto;
    bottom: 65px;
    left: 22px;
    width: 136px;
    height: 139px;
  }
}
.sec-philosophy:nth-child(3) .sec-philosophy__heading {
  order: 0;
  padding-left: 18px;
}
@media (min-width: 768px) {
  .sec-philosophy:nth-child(3) .sec-philosophy__heading {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .sec-philosophy:nth-child(3) .sec-philosophy__content {
    padding-left: 10px;
  }
}

.message {
  position: relative;
  z-index: 0;
  max-width: 375px;
  margin: 60px auto 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .message {
    max-width: 1203px;
    margin-top: 200px;
  }
}
.message::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -29px;
  right: -6px;
  width: 77px;
  height: 50px;
  background: url("/assets/images/pages/philosophy/message_deco.png") no-repeat center/contain;
}
@media (min-width: 768px) {
  .message::before {
    top: -64px;
    right: -14px;
    width: 153px;
    height: 99px;
  }
}
.message__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  transform: rotate(-5deg);
  background: url("/assets/images/pages/philosophy/message_back_bg.png") repeat-y top center/100% auto;
}
@media (min-width: 768px) {
  .message__bg {
    background-image: url("/assets/images/pages/philosophy/message_back_bg_md.png");
  }
}
.message__bg::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: url("/assets/images/pages/philosophy/message_back_bg_top.png") no-repeat center bottom/100% auto;
}
@media (min-width: 768px) {
  .message__bg::before {
    top: -25px;
    height: 25px;
    background-image: url("/assets/images/pages/philosophy/message_back_bg_top_md.png");
  }
}
.message__inner {
  position: relative;
  padding: 25px 0 38px;
  background: url("/assets/images/pages/philosophy/message_bg.png") repeat-y top center/100% auto;
}
@media (min-width: 768px) {
  .message__inner {
    padding: 80px 0;
    background-image: url("/assets/images/pages/philosophy/message_bg_md.png");
  }
}
.message__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: url("/assets/images/pages/philosophy/message_bg_top.png") no-repeat center bottom/100% auto;
}
@media (min-width: 768px) {
  .message__inner::before {
    top: -25px;
    height: 25px;
    background-image: url("/assets/images/pages/philosophy/message_bg_top_md.png");
  }
}
.message .text-wrap {
  width: 264px;
  margin: 0 auto;
  padding-bottom: 1px;
  background: url("/assets/images/pages/philosophy/message_text_bg.jpg") repeat-y center top/auto 30.5px;
}
@media (min-width: 768px) {
  .message .text-wrap {
    width: 960px;
    padding: 0 100px;
    background-image: url("/assets/images/pages/philosophy/message_text_bg_md.jpg");
    background-size: auto 44px;
  }
}
.message .text {
  line-height: 2.34;
  text-align: center;
}
@media (min-width: 768px) {
  .message .text {
    transform: translateY(-4px);
    font-size: 22px;
    line-height: 2;
  }
}
.message .sign {
  margin-top: 30px;
  font-size: 11px;
  line-height: 2.77;
  text-align: right;
}
@media (min-width: 768px) {
  .message .sign {
    margin-top: 43px;
    font-size: 18px;
    line-height: 2.44;
  }
}
.message .name__main {
  display: inline-block;
  margin-left: 10px;
  transform: translateY(0.05em);
  font-size: 16px;
  line-height: 0;
}
@media (min-width: 768px) {
  .message .name__main {
    margin-left: 15px;
    font-size: 26px;
  }
}

.sec-education__heading {
  margin-bottom: 28px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  .sec-education__heading {
    margin-bottom: 55px;
    font-size: 46px;
  }
}
.sec-education .education-list {
  display: grid;
  gap: 30px;
}
@media (min-width: 768px) {
  .sec-education .education-list {
    gap: 80px;
  }
}
@media (min-width: 768px) {
  .sec-education .education-list__item:nth-child(even) .card {
    flex-direction: row;
  }
  .sec-education .education-list__item:nth-child(even) .card__image {
    border-radius: 20px 0 0 20px;
  }
  .sec-education .education-list__item:nth-child(even) .card__content {
    border-radius: 0 20px 20px 0;
  }
}
.sec-education .education-list .card {
  position: relative;
  color: var(--color-white);
}
@media (min-width: 768px) {
  .sec-education .education-list .card {
    display: flex;
    flex-direction: row-reverse;
  }
}
.sec-education .education-list .card__image {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
@media (min-width: 768px) {
  .sec-education .education-list .card__image {
    flex: 0 0 auto;
    width: 59%;
    border-radius: 0 20px 20px 0;
  }
}
.sec-education .education-list .card__image img {
  width: 100%;
  height: auto;
}
.sec-education .education-list .card__content {
  padding: 30px;
  border-radius: 0 0 20px 20px;
  background: #ea4397 url("/assets/images/pages/nature/education1_bg.jpg") no-repeat center/cover;
}
@media (min-width: 768px) {
  .sec-education .education-list .card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    padding: 6.25%;
    border-radius: 20px 0 0 20px;
  }
}
.sec-education .education-list .card__content .title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .sec-education .education-list .card__content .title {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
.sec-education .education-list .card__content .text {
  line-height: 1.6;
}
@media (min-width: 768px) {
  .sec-education .education-list .card__content .text {
    font-size: 15px;
    line-height: 2;
  }
}
.sec-education .education-list .card1::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  right: -12px;
  width: 53px;
  height: 50px;
  background: url("/assets/images/pages/nature/education1_deco.png") no-repeat center/contain;
}
@media (min-width: 768px) {
  .sec-education .education-list .card1::before {
    top: -27px;
    right: -27px;
    width: 106px;
    height: 99px;
  }
}
@media (min-width: 768px) {
  .sec-education .education-list .card1 .text {
    margin-right: -2em;
  }
}
.sec-education .education-list .card2::before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: -23px;
  width: 96px;
  height: 66px;
  background: url("/assets/images/pages/nature/education2_deco1.png") no-repeat center/contain;
}
@media (min-width: 768px) {
  .sec-education .education-list .card2::before {
    top: -29px;
    left: -37px;
    width: 197px;
    height: 131px;
  }
}
.sec-education .education-list .card2::after {
  content: "";
  display: block;
  position: absolute;
  right: -15px;
  bottom: -25px;
  width: 82px;
  height: 64px;
  background: url("/assets/images/pages/nature/education2_deco2.png") no-repeat center/contain;
}
@media (min-width: 768px) {
  .sec-education .education-list .card2::after {
    right: -30px;
    bottom: -24px;
    width: 164px;
    height: 128px;
  }
}
.sec-education .education-list .card2 .card__content {
  background-color: #f056a2;
  background-image: url("/assets/images/pages/nature/education2_bg.jpg");
}
.sec-education .education-list .card3::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: -15px;
  width: 59px;
  height: 43px;
  background: url("/assets/images/pages/nature/education3_deco.png") no-repeat center/contain;
}
@media (min-width: 768px) {
  .sec-education .education-list .card3::before {
    bottom: -25px;
    left: -47px;
    width: 161px;
    height: 119px;
  }
}
.sec-education .education-list .card3 .card__content {
  background-color: #f678b7;
  background-image: url("/assets/images/pages/nature/education3_bg.jpg");
}