/* ---------------------
  common
--------------------- */
.tac {
  text-align: center;
}

.fwm {
  font-weight: 500;
}

.inner {
  width: 90%;
}

.f18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .f18 {
    font-size: 1.6rem;
  }
}

.f22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 834px) {
  .f22 {
    font-size: 2rem;
  }
}

.f30 {
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  .f30 {
    font-size: 2rem;
  }
}

.f38 {
  font-size: 3.8rem;
}
@media screen and (max-width: 834px) {
  .f38 {
    font-size: 2rem;
  }
}

.f50 {
  font-size: 5rem;
}
@media screen and (max-width: 834px) {
  .f50 {
    font-size: 2.4rem;
  }
}

.w-960 {
  max-width: 96rem;
  margin: 0 auto;
}

/* ---------------------
  philosophy
--------------------- */
.philosophy-intro {
  padding: 27rem 0 26rem;
  color: #fff;
  background: url(../img/philosophy/bg01.webp) no-repeat center center/cover;
}
@media screen and (max-width: 834px) {
  .philosophy-intro {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 450px) {
  .philosophy-intro p.tac {
    text-align: left;
  }
  .philosophy-intro p.tac br {
    display: none;
  }
}
.philosophy-intro .f38 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 834px) {
  .philosophy-intro .f38 {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 450px) {
  .philosophy-intro .f38.tac {
    text-align: left;
  }
  .philosophy-intro .f38.tac br {
    display: none;
  }
}
.philosophy-intro p.tac {
  line-height: 2.375;
}

.philosophy-hg {
  margin-bottom: 9rem;
  line-height: 1.2;
  color: #559f40;
}
@media screen and (max-width: 834px) {
  .philosophy-hg {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .philosophy-hg .tac {
    text-align: left;
  }
}
.philosophy-hg .f50 {
  margin-top: 0.5rem;
  font-weight: 400;
}

.philosophy-item {
  padding: 14rem 0 20rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 834px) {
  .philosophy-item {
    padding: 5rem 0;
  }
}
.philosophy-item:first-of-type {
  background-image: url(../img/philosophy/bg02.webp);
}
@media screen and (max-width: 450px) {
  .philosophy-item:first-of-type p.tac:last-of-type {
    text-align: left;
  }
  .philosophy-item:first-of-type p.tac:last-of-type br {
    display: none;
  }
}
.philosophy-item:last-of-type {
  background-image: url(../img/philosophy/bg03.webp);
}
.philosophy-item .f38 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 834px) {
  .philosophy-item .f38 {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 450px) {
  .philosophy-item .f38.tac {
    text-align: left;
  }
  .philosophy-item .f38.tac br {
    display: none;
  }
}
.philosophy-item p.tac:not(.f38) {
  line-height: 2.375;
}
.philosophy-item__list {
  max-width: 96rem;
  margin: 0 auto;
}
.philosophy-item__item {
  position: relative;
  padding-left: 3.5rem;
}
@media screen and (max-width: 450px) {
  .philosophy-item__item {
    padding-left: 2.5rem;
  }
}
.philosophy-item__item:not(:first-of-type) {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .philosophy-item__item:not(:first-of-type) {
    margin-top: 1rem;
  }
}
.philosophy-item__item::before {
  position: absolute;
  content: "";
  width: 1.6rem;
  aspect-ratio: 1/1;
  top: calc(45% - 0.8rem);
  left: 0;
  background-color: #559f40;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  .philosophy-item__item::before {
    top: 4px;
  }
}
@media screen and (max-width: 450px) {
  .philosophy-item__item::before {
    top: 6px;
    width: 1.4rem;
  }
}

.philosophy-logo {
  padding: 15rem 0 18rem;
}
@media screen and (max-width: 834px) {
  .philosophy-logo {
    padding: 5rem 0;
  }
}
.philosophy-logo__img {
  display: block;
  max-width: 38.8rem;
  width: fit-content;
  margin: 11rem auto;
}
@media screen and (max-width: 834px) {
  .philosophy-logo__img {
    max-width: 20rem;
    margin: 3rem auto;
  }
}
@media screen and (max-width: 450px) {
  .philosophy-logo__img {
    margin: 2rem auto;
  }
}
.philosophy-logo p {
  line-height: 2.375;
}