@charset "utf-8";
/* common
-------------------------------------------------------------- */
.page-philosophy #sv {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/philosophy/sv_bg.jpg) no-repeat center / cover;
  aspect-ratio: 4 / 1;
}
#sv .txtLead {
  color: #fff;
  font-size: 3.6rem;
  letter-spacing: 10px;
}
@media (max-width: 767px) {
  .page-philosophy #sv {
    aspect-ratio: 3 / 1;
  }
  #sv .txtLead {
    font-size: 1.6rem;
    letter-spacing: 3px;
  }
}

/* thought
-------------------------------------------------------------- */
#philosphyPage .thought {
  margin-bottom: 100px;
}
#philosphyPage .thought p {
  margin-bottom: 30px;
  line-height: 2;
}
#philosphyPage .thought figure {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #philosphyPage .thought {
    margin-bottom: 50px;
  }
  #philosphyPage .thought p {
    margin-bottom: 20px;
  }
  #philosphyPage .thought figure {
    margin-top: 30px;
  }
}

/* policy
-------------------------------------------------------------- */
#philosphyPage .policy .bg {
  padding: 150px 0;
  background: url(../img/philosophy/policy_bg.jpg) no-repeat center / cover;
}
#philosphyPage .policy .whiteBox {
  padding: 45px 50px;
  background: var(--white);
}
#philosphyPage .policy .whiteBox li {
  padding-bottom: 10px;
  font-size: 1.8rem;
}
#philosphyPage .policy .whiteBox li strong {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  #philosphyPage .policy .bg {
    padding: 70px 0;
  }
  #philosphyPage .policy .whiteBox {
    padding: 20px 25px;
  }
  #philosphyPage .policy .whiteBox li {
    font-size: 1.5rem;
  }  
  #philosphyPage .policy .whiteBox li strong {
    font-size: 1.8rem;
  }
}
