#Purpose,
#Vision {
  scroll-margin-top: 60px;
}

.purpose__intro {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
}
.purpose__intro::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -5%;
  width: 100%;
  height: 100%;
  background-image: url(../images/purpose/philosophy_01.png);
  background-position: top left;
  background-repeat: no-repeat;
  z-index: -1;
}
.purpose__intro:after {
  content: "";
  position: absolute;
  bottom: -5%;
  right: -12%;
  width: 100%;
  height: 100%;
  background-image: url(../images/purpose/philosophy_02.png);
  background-position: top right;
  background-repeat: no-repeat;
  z-index: -1;
}
.purpose__intro-inner {
  max-width: 88.8888888889vw;
  margin-inline: auto;
  padding: 120px 0 0;
}
.purpose__intro-inner-content {
  text-align: center;
}
.purpose__intro-title {
  display: inline-block;
  padding: 0 20px;
  font-size: 48px;
  font-weight: 700;
  color: #FFFFFF;
  background: linear-gradient(80.46deg, #0B4F93 0%, #41A3F3 58.98%, #59B6B5 99.01%);
  margin-bottom: 40px;
}
.purpose__intro-content {
  font-size: 18px;
  display: flex;
  align-items: flex-end;
  gap: 5.5555555556vw;
}
.purpose__intro-content-title {
  width: 38.0555555556vw;
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(80.46deg, #0B4F93 0%, #41A3F3 58.98%, #59B6B5 99.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.purpose__intro-content p {
  width: 45.625vw;
}
.purpose__intro-img {
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .purpose__intro-content-title {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .purpose__intro {
    font-size: 16px;
  }
  .purpose__intro::before {
    top: -8%;
    left: -42%;
  }
  .purpose__intro::after {
    bottom: 0;
    right: 0%;
    background-position: center;
  }
  .purpose__intro-inner {
    padding: 64px 0 0;
  }
  .purpose__intro-inner-content {
    text-align: left;
  }
  .purpose__intro-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .purpose__intro-content {
    flex-direction: column;
    gap: 24px;
  }
  .purpose__intro-content-title {
    width: 100%;
    font-size: 24px;
  }
  .purpose__intro p {
    width: 100%;
  }
}

.purpose__values {
  background: linear-gradient(2.72deg, #365E7B 3.79%, #0C2D45 102.3%);
  position: relative;
  overflow: hidden;
}
.purpose__values-inner {
  max-width: 88.8888888889vw;
  margin-inline: auto;
  padding: 120px 0;
}
.purpose__values-inner::before {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/purpose/logo.svg);
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.5;
  pointer-events: none;
}
.purpose__values-title {
  padding-bottom: 48px;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 64px;
  position: relative;
  z-index: 1;
}
.purpose__values-content {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  background: #fff;
  border-radius: 8px;
  padding: 64px 5.5555555556vw;
  position: relative;
  z-index: 1;
}
.purpose__values-accordion {
  flex: 1;
  min-width: 0;
}
.purpose__values-accordion .Accordion {
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  background: #EEF2F6;
  transition: all 0.3s ease;
}
.purpose__values-accordion .Accordion:not([open]) {
  background: #EEF2F6;
}
.purpose__values-accordion .Accordion[open] {
  background: #0C2D45;
}
.purpose__values-accordion .Accordion[open] .Accordion__Summary {
  color: #fff;
}
.purpose__values-accordion .Accordion__Summary {
  padding: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  color: #0C2D45;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s ease;
}
.purpose__values-accordion .Accordion__Summary::marker {
  display: none;
}
.purpose__values-accordion .Accordion__Summary::-webkit-details-marker {
  display: none;
}
.purpose__values-accordion .Accordion__Summary span:first-child {
  flex: 1;
}
.purpose__values-accordion .Accordion__Icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.purpose__values-accordion .Accordion__Icon img {
  width: 100%;
  height: 100%;
}
.purpose__values-accordion .Accordion__Content {
  padding: 0 24px 24px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}
.purpose__values-image {
  flex: 1;
}
.purpose__values-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
  .purpose__values-inner::before {
    background-size: contain;
    background-repeat: no-repeat;
    right: -22%;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .purpose__values-content {
    flex-direction: column;
    gap: 40px;
  }
  .purpose__values-image {
    flex: 1;
    width: 100%;
  }
  .purpose__values-image img {
    aspect-ratio: 295/196;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .purpose__values-accordion .Accordion__Summary {
    padding: 20px;
    font-size: 16px;
  }
  .purpose__values-accordion .Accordion__Content {
    padding: 0 20px 20px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=page-purpose.css.map */