.page-about .page-mv {
  margin: auto;
  background: url("../img/about/mv-about.webp") no-repeat center center/cover;
}

@media screen and (max-width: 960px) {
  .philosophy {
    margin-top: 40px;
  }
  .philosophy .inner {
    padding-bottom: 90px;
  }
}

.philosophy__title {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .philosophy__title {
    margin: auto;
    max-width: 206px;
  }
}

.philosophy__item {
  position: absolute;
}
@media screen and (max-width: 960px) {
  .philosophy__item {
    max-width: 90px;
    z-index: -1;
  }
}
.philosophy__item:nth-child(1) {
  top: 70px;
  left: calc(135px + 2%);
}
@media screen and (max-width: 960px) {
  .philosophy__item:nth-child(1) {
    top: 0px;
    left: 20px;
  }
}
.philosophy__item:nth-child(2) {
  top: 70px;
  right: calc(135px + 2%);
}
@media screen and (max-width: 960px) {
  .philosophy__item:nth-child(2) {
    top: 0px;
    right: 20px;
  }
}
.philosophy__item:nth-child(3) {
  top: 450px;
  left: 2%;
}
@media screen and (max-width: 960px) {
  .philosophy__item:nth-child(3) {
    top: 270px;
    left: -20px;
  }
}
.philosophy__item:nth-child(4) {
  top: 450px;
  right: 2%;
}
@media screen and (max-width: 960px) {
  .philosophy__item:nth-child(4) {
    top: 270px;
    right: -20px;
  }
}
.philosophy__item:nth-child(5) {
  bottom: 70px;
  left: calc(100px + 2%);
}
@media screen and (max-width: 960px) {
  .philosophy__item:nth-child(5) {
    bottom: 0px;
    left: 20px;
  }
}
.philosophy__item:nth-child(6) {
  bottom: 70px;
  right: calc(100px + 2%);
}
@media screen and (max-width: 960px) {
  .philosophy__item:nth-child(6) {
    bottom: 0px;
    right: 20px;
  }
}

.philosophy__emphasis {
  margin-top: 60px;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5625;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .philosophy__emphasis {
    margin-top: 40px;
    font-size: 24px;
    line-height: 1.6666666667;
  }
}

.philosophy__text {
  margin-top: 60px;
  text-align: center;
}

.philosophy__bottom-text {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .philosophy__bottom-text {
    margin-top: 40px;
  }
  .philosophy__bottom-text img {
    max-width: 240px;
  }
}

.features {
  padding-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .features {
    padding-bottom: 0;
  }
}
.features::before {
  background: url("../img/common/green-bg03.webp") no-repeat center top/100% 100%;
  content: "";
  position: absolute;
  top: -20px;
  width: 100%;
  height: calc(100% + 25px);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .features::before {
    background: url("../img/common/green-bg03-sp.webp") no-repeat center top/100% 100%;
    height: 100%;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .features::before {
    top: -35px;
  }
}

.features__list {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 170px;
}
@media screen and (max-width: 960px) {
  .features__list {
    margin-top: 100px;
    gap: 120px;
  }
}

.features__item {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 40px;
  max-width: 90.25%;
}
@media screen and (max-width: 960px) {
  .features__item {
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 20px;
    max-width: 94%;
  }
}
.features__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .features__item:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.features__item:nth-child(2n) .features__img {
  margin-left: 0;
  margin-right: -100px;
}
@media screen and (max-width: 960px) {
  .features__item:nth-child(2n) .features__img {
    margin-right: 0;
    margin-left: -20px;
  }
}

.features__img {
  margin-top: -60px;
  margin-left: -100px;
}
@media screen and (max-width: 960px) {
  .features__img {
    margin-left: -20px;
  }
}
.features__img img {
  border-radius: 40px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .features__img img {
    border-radius: 30px;
  }
}

.features__content {
  max-width: 566px;
  padding: 60px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .features__content {
    padding: 20px 0 40px 20px;
  }
}
.features__content .features-illust01 {
  position: absolute;
  top: -60px;
  right: 0px;
}
@media screen and (max-width: 960px) {
  .features__content .features-illust01 {
    max-width: 86px;
    top: 20px;
    right: -20px;
  }
}
.features__content .features-illust02 {
  position: absolute;
  top: -100px;
  right: 0px;
}
@media screen and (max-width: 960px) {
  .features__content .features-illust02 {
    max-width: 86px;
    top: 20px;
    right: -20px;
  }
}
.features__content .features-illust03 {
  position: absolute;
  top: -100px;
  right: 0px;
}
@media screen and (max-width: 960px) {
  .features__content .features-illust03 {
    max-width: 86px;
    top: 35px;
    right: -35px;
  }
}

.features__title {
  margin: 10px auto 0;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.5625;
}
@media screen and (max-width: 960px) {
  .features__title {
    font-size: 24px;
    line-height: 1.6666666667;
    letter-spacing: 0;
  }
}

.features__text {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .features__text {
    margin-top: 20px;
  }
}

.history {
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .history {
    margin-bottom: 40px;
  }
}
.history .section__title {
  margin: auto;
}

.history__box {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 960px) {
  .history__box {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.history__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 64%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .history__list {
    gap: 10px;
    width: 100%;
  }
}
.history__list::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #7e5656;
  top: 0;
  left: 9px;
}
@media screen and (max-width: 960px) {
  .history__list::before {
    left: 4px;
  }
}

.history__item {
  padding-left: 70px;
  position: relative;
}
.history__item::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ffd54b;
  border-radius: 50%;
  top: 15px;
  left: 0;
}
@media screen and (max-width: 960px) {
  .history__item::before {
    width: 10px;
    height: 10px;
    top: 10px;
  }
}
.history__item::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 2px;
  background: url("../img/about/history-line.svg") no-repeat center center/cover;
  top: 25px;
  left: 25px;
}
@media screen and (max-width: 960px) {
  .history__item::after {
    top: 15px;
    left: 20px;
  }
}

.history__num {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5625;
}
@media screen and (max-width: 960px) {
  .history__num {
    font-size: 20px;
    line-height: 1.45;
  }
}

.history__imgs {
  width: 41.68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
}
@media screen and (max-width: 960px) {
  .history__imgs {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 960px) {
  .history__img {
    width: 50%;
  }
  .history__img img {
    max-width: 110px;
  }
}
.history__img:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .history__img:nth-child(3) {
    margin-top: -55px;
    text-align: center;
  }
}