@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
.philosophy {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  color: #2F2F2F;
  overflow-x: hidden;
  position: relative;
}
.philosophy .br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .philosophy .br-sp {
    display: block;
  }
}
.philosophy .page-title {
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 360px;
  justify-content: center;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .philosophy .page-title {
    margin-bottom: 100px;
  }
}
.philosophy .page-title hgroup h2 {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .philosophy .page-title hgroup h2 {
    font-size: 32px;
  }
}
.philosophy main {
  background: url(../images/philosophy/philosophy-bg.png) no-repeat 5% 5%/contain;
}
@media screen and (max-width: 767px) {
  .philosophy main {
    background-position: 5% 8%;
  }
}
.philosophy main section {
  margin-bottom: 140px;
}
.philosophy main .container {
  max-width: 800px;
  width: calc(100% - 250px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .philosophy main .container {
    width: 90%;
  }
}
.philosophy main h2 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 48px;
}
.philosophy main h2 span {
  display: block;
  font-size: 16px;
}
.philosophy main h2 span::before {
  content: "";
  background-color: #FF9F87;
  display: block;
  width: 3.5em;
  height: 3px;
  margin: 12px auto;
}
.philosophy main .mission h2 span::before {
  background-color: #FF9F87;
}
.philosophy main .vision h2 span::before {
  background-color: #A187FF;
}
.philosophy main .value h2 span::before {
  background-color: #89EEAB;
}
.philosophy main h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.philosophy main p {
  line-height: 1.6;
}
.philosophy main .mission ul {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.philosophy main .mission ul li {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .philosophy main .mission ul li {
    font-size: 20px;
    line-height: 1.6;
  }
}
.philosophy main .mission ul li .underline {
  background: linear-gradient(transparent 70%, #ffbeae 70%);
  padding: 0 0.25em;
}
.philosophy main .vision ul {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .philosophy main .vision ul li {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.philosophy main .vision h3 {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 8px;
  margin-bottom: 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .philosophy main .vision h3 {
    line-height: 1.6;
    text-align: center;
    margin: inherit auto;
  }
}
.philosophy main .value ul {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.philosophy main .value h3 {
  line-height: 1.5;
  margin-left: 1em;
  text-indent: calc(-1em - 12px);
}
.philosophy main .value h3::before {
  content: "◯";
  font-weight: 300;
  margin-right: 12px;
}
.philosophy main .value p {
  margin-left: calc(1em + 12px);
}
.philosophy .decorative-elements {
  position: absolute;
  top: 300px;
  left: 0;
  width: 100vw;
  height: 150vh;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .philosophy .decorative-elements {
    top: 180px;
  }
}
.philosophy .decorative-elements > div {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: transform;
}
.philosophy .decorative-elements.loaded > div {
  opacity: 1;
  transform: translateY(0);
}
.philosophy .decorative-elements .deco-woman1 {
  background-image: url(../images/philosophy/deco-woman1.svg);
  width: 140px;
  height: 300px;
  top: 560px;
  left: 50px;
  transition-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .philosophy .decorative-elements .deco-woman1 {
    width: 100px;
    height: 180px;
    top: 450px;
    left: -10px;
  }
}
.philosophy .decorative-elements .deco-woman2 {
  background-image: url(../images/philosophy/deco-woman2.svg);
  width: 100px;
  height: 300px;
  top: 320px;
  left: 230px;
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .philosophy .decorative-elements .deco-woman2 {
    width: 60px;
    height: 180px;
    top: 260px;
    left: 50px;
  }
}
.philosophy .decorative-elements .deco-man1 {
  background-image: url(../images/philosophy/deco-man1.svg);
  width: 160px;
  height: 300px;
  top: 260px;
  left: 70vw;
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .philosophy .decorative-elements .deco-man1 {
    width: 90px;
    height: 170px;
    top: 220px;
    left: 71vw;
  }
}
.philosophy .decorative-elements .deco-man2 {
  background-image: url(../images/philosophy/deco-man2.svg);
  width: 180px;
  height: 300px;
  top: 610px;
  left: 82vw;
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .philosophy .decorative-elements .deco-man2 {
    width: 100px;
    height: 200px;
    top: 420px;
    left: 81vw;
  }
}
.philosophy .decorative-elements .deco-arrow-zig {
  background-image: url(../images/philosophy/deco-arrow-zig.svg);
  width: 70px;
  height: 40px;
  top: 650px;
  left: 200px;
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .philosophy .decorative-elements .deco-arrow-zig {
    width: 30px;
    height: 20px;
    top: 410px;
    left: 10px;
  }
}
.philosophy .decorative-elements .deco-arrow-circle {
  position: absolute;
  background-image: url(../images/philosophy/deco-arrow-circle.svg);
  width: 60px;
  height: 50px;
  top: 460px;
  left: 86vw;
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .philosophy .decorative-elements .deco-arrow-circle {
    width: 35px;
    height: 30px;
    top: 350px;
    left: 88vw;
  }
}
.philosophy .decorative-elements .deco-flake {
  position: absolute;
  background-image: url(../images/philosophy/deco-flake.svg);
  width: 30px;
  height: 40px;
  top: 370px;
  left: 400px;
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .philosophy .decorative-elements .deco-flake {
    width: 20px;
    height: 30px;
    top: 330px;
    left: 130px;
  }
}/*# sourceMappingURL=philosophy.css.map */