.p-top__more {
    position: relative;
    text-align: right;
    z-index: 2;
}
.p-top__more .anchor {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 30px 3.125%;
    font-size: 18px;
    font-weight: 500;
}
.p-top__more .anchor.mHover .arrow {
    animation: push 1100ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.p-top__more .anchor__inner {
    display: flex;
    align-items: center;
}
.p-top__more .arrow {
    width: 24px;
    height: 19px;
    margin-left: 17px;
}
.About {
    position: relative;
    padding: 140px 0 228px 4.6875%;
}
.About__text {
    position: relative;
    z-index: 1;
}
.About__text.fInview--enter .catch .char__inner {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 500ms, transform 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.About__text.fInview--enter .catch .char:nth-of-type(1) .char__inner {
    transition-delay: 45ms;
}
.About__text.fInview--enter .catch .char:nth-of-type(2) .char__inner {
    transition-delay: 90ms;
}
.About__text.fInview--enter .catch .char:nth-of-type(3) .char__inner {
    transition-delay: 135ms;
}
.About__text.fInview--enter .catch .char:nth-of-type(4) .char__inner {
    transition-delay: 180ms;
}
.About__text.fInview--enter .catch .char:nth-of-type(5) .char__inner {
    transition-delay: 225ms;
}
.About__text.fInview--enter .catch .char:nth-of-type(6) .char__inner {
    transition-delay: 270ms;
}
.About__text.fInview--enter .catch .char:nth-of-type(7) .char__inner {
    transition-delay: 315ms;
}
.About__text.fInview--enter .catch .char:nth-of-type(8) .char__inner {
    transition-delay: 360ms;
}
.About__text.fInview--enter .catch .char:nth-of-type(9) .char__inner {
    transition-delay: 405ms;
}
.About__text.fInview--enter .catch .char:nth-of-type(10) .char__inner {
    transition-delay: 450ms;
}
.About__text.fInview--enter .catch .char:nth-of-type(11) .char__inner {
    transition-delay: 495ms;
}
.About__text.fInview--enter .catch .char:nth-of-type(12) .char__inner {
    transition-delay: 540ms;
}
.About__text.fInview--enter .detail {
    opacity: 1;
    transition: opacity 850ms;
    transition-delay: 660ms;
}
.About__text .catch {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.09em;
    line-height: 1.9;
}
.About__text .catch .char {
    display: inline-block;
    overflow: hidden;
    line-height: 1;
}
.About__text .catch .char--space {
    width: 0.3em;
}
.About__text .catch .char__inner {
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, 1em, 0);
}
.About__text .detail {
    margin-top: 55px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.11em;
    line-height: 2.2;
    opacity: 0;
}
.About__text .detail__block {
    display: block;
    margin-top: 1.1em;
    max-width: 29vw;
}
.About__circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}
.About__circle.is-show {
    opacity: 1;
    transition: opacity 2800ms 780ms;
}
.About__circle .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    will-change: transform;
}
.Footer {
    margin-top: 204px;
}
.Main {
    position: relative;
    height: 734px;
    margin-top: 10px;
}
.Main:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    z-index: 5;
}
.Main.is-show .Main__slider .slide {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 2100ms, transform 2100ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.Main.is-show .Main__slider .boxes .box .image:before {
    animation: dot_active 2000ms cubic-bezier(0.77, 0, 0.175, 1) 1500ms infinite;
}
@keyframes dot_active {
    0% {
        opacity: 0.3;
        transform: scale(0.5);
    }
    13% {
        opacity: 0.65;
    }
    60%,
    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}
.Main.fInview--infinite--enter .Main__slider .boxes__item .box .image {
    /* animation-play-state: running; */
}
.Main * {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
}
.Main *::selection {
    background-color: rgba(0, 0, 0, 0);
    color: inherit;
}
.Main__slider {
    height: 100%;
}
.Main__slider .slide {
    display: flex;
    height: 100%;
    opacity: 0;
    transform: translate3d(300px, 0, 0);
}
.Main__slider .slide__item {
    display: flex;
    width: auto;
    height: 100%;
    will-change: transform;
}
.Main__slider .slide__item__contents {
    display: flex;
    align-items: center;
    height: 100%;
}
.Main__slider .boxes {
    display: flex;
    height: 100%;
}
.Main__slider .boxes:nth-of-type(1) .boxes__item:nth-of-type(1) {
    margin-left: 0;
}
.Main__slider .boxes__item {
    position: relative;
    height: 100%;
    margin-left: 65px;
}
.Main__slider .boxes__item--1 {
    min-width: 436px;
}
.Main__slider .boxes__item--1 .box:nth-of-type(1) {
    top: 0;
    left: 0;
}
.Main__slider .boxes__item--1 .box:nth-of-type(1) .image {
    /* animation-delay: 9000ms; */
}
.Main__slider .boxes__item--1 .box:nth-of-type(2) {
    top: 3.8147138965%;
    right: 5.2752293578%;
}
.Main__slider .boxes__item--1 .box:nth-of-type(2) .image {
    animation-delay: 3500ms;
}
.Main__slider .boxes__item--1 .box:nth-of-type(3) {
    top: 31.3351498638%;
    right: 7.7981651376%;
}
.Main__slider .boxes__item--1 .box:nth-of-type(3) .image {
    animation-delay: 14000ms;
}
.Main__slider .boxes__item--1 .box:nth-of-type(4) {
    top: 52.8610354223%;
    left: 19.2660550459%;
}
.Main__slider .boxes__item--1 .box:nth-of-type(4) .image {
    animation-delay: 6000ms;
}
.Main__slider .boxes__item--1 .box:nth-of-type(5) {
    top: 61.9891008174%;
    right: 12.6146788991%;
}
.Main__slider .boxes__item--1 .box:nth-of-type(5) .image {
    animation-delay: 11200ms;
}
.Main__slider .boxes__item--1 .box:nth-of-type(6) {
    bottom: 0;
    left: 6.880733945%;
}
.Main__slider .boxes__item--1 .box:nth-of-type(6) .image {
    animation-delay: 17000ms;
}
.Main__slider .boxes__item--1 .logo--1 {
    top: 43.7329700272%;
    left: 5.9633027523%;
}
.Main__slider .boxes__item--2 {
    min-width: 416px;
}
.Main__slider .boxes__item--2 .box:nth-of-type(1) {
    top: 0;
    left: 13.4615384615%;
}
.Main__slider .boxes__item--2 .box:nth-of-type(1) .image {
    animation-delay: 15600ms;
}
.Main__slider .boxes__item--2 .box:nth-of-type(2) {
    top: 27.7929155313%;
    right: 7.6923076923%;
}
.Main__slider .boxes__item--2 .box:nth-of-type(2) .image {
    animation-delay: 4300ms;
}
.Main__slider .boxes__item--2 .box:nth-of-type(3) {
    top: 31.3351498638%;
    left: 3.3653846154%;
}
.Main__slider .boxes__item--2 .box:nth-of-type(3) .image {
    animation-delay: 8300ms;
}
.Main__slider .boxes__item--2 .box:nth-of-type(4) {
    top: 58.9918256131%;
    left: 0;
}
.Main__slider .boxes__item--2 .box:nth-of-type(4) .image {
    animation-delay: 18500ms;
}
.Main__slider .boxes__item--2 .box:nth-of-type(5) {
    bottom: 8.583106267%;
    right: 18.0288461538%;
}
.Main__slider .boxes__item--2 .box:nth-of-type(5) .image {
    animation-delay: 6600ms;
}
.Main__slider .boxes__item--2 .logo--1 {
    top: 0;
    right: -7.6923076923%;
}
.Main__slider .boxes__item--2 .logo--2 {
    top: 71.5258855586%;
    right: 8.1730769231%;
}
.Main__slider .boxes__item--3 {
    min-width: 434px;
}
.Main__slider .boxes__item--3 .box:nth-of-type(1) {
    top: 0;
    left: 4.3778801843%;
}
.Main__slider .boxes__item--3 .box:nth-of-type(1) .image {
    animation-delay: 1000ms;
}
.Main__slider .boxes__item--3 .box:nth-of-type(2) {
    top: 21.2534059946%;
    right: 16.7050691244%;
}
.Main__slider .boxes__item--3 .box:nth-of-type(2) .image {
    animation-delay: 12000ms;
}
.Main__slider .boxes__item--3 .box:nth-of-type(3) {
    top: 39.5095367847%;
    left: 8.7557603687%;
}
.Main__slider .boxes__item--3 .box:nth-of-type(3) .image {
    animation-delay: 8500ms;
}
.Main__slider .boxes__item--3 .box:nth-of-type(4) {
    top: 56.4032697548%;
    right: 0;
}
.Main__slider .boxes__item--3 .box:nth-of-type(4) .image {
    animation-delay: 2500ms;
}
.Main__slider .boxes__item--3 .box:nth-of-type(5) {
    bottom: 8.446866485%;
    left: 0;
}
.Main__slider .boxes__item--3 .box:nth-of-type(5) .image {
    animation-delay: 16500ms;
}
.Main__slider .boxes__item--3 .logo--1 {
    top: 6.9482288828%;
    right: 11.9815668203%;
}
.Main__slider .boxes__item--4 {
    min-width: 401px;
}
.Main__slider .boxes__item--4 .box:nth-of-type(1) {
    top: 0;
    left: 3.1172069825%;
}
.Main__slider .boxes__item--4 .box:nth-of-type(1) .image {
    animation-delay: 12500ms;
}
.Main__slider .boxes__item--4 .box:nth-of-type(2) {
    top: 5.0408719346%;
    right: 0;
}
.Main__slider .boxes__item--4 .box:nth-of-type(2) .image {
    animation-delay: 9700ms;
}
.Main__slider .boxes__item--4 .box:nth-of-type(3) {
    top: 31.8801089918%;
    right: 4.7381546135%;
}
.Main__slider .boxes__item--4 .box:nth-of-type(3) .image {
    animation-delay: 5500ms;
}
.Main__slider .boxes__item--4 .box:nth-of-type(4) {
    top: 34.0599455041%;
    left: 8.8528678304%;
}
.Main__slider .boxes__item--4 .box:nth-of-type(4) .image {
    animation-delay: 1500ms;
}
.Main__slider .boxes__item--4 .box:nth-of-type(5) {
    bottom: 0;
    left: 0;
}
.Main__slider .boxes__item--4 .box:nth-of-type(5) .image {
    animation-delay: 17800ms;
}
.Main__slider .boxes__item--4 .logo--1 {
    top: 62.2615803815%;
    right: -21.1970074813%;
}
.Main__slider .boxes .box {
    position: absolute;
    will-change: transform;
}
.Main__slider .boxes .box--large.box--vertical .image {
    width: 206px;
}
.Main__slider .boxes .box--mid.box--vertical .image {
    width: 138px;
}
.Main__slider .boxes .box--mid.box--landscape .image {
    width: 188px;
}
.Main__slider .boxes .box--small.box--vertical .image {
    width: 89px;
}
.Main__slider .boxes .box--small.box--landscape .image {
    width: 122px;
}
.Main__slider .boxes .box--vertical .image__inner {
    padding-bottom: 135.7575757576%;
}
.Main__slider .boxes .box--landscape .image__inner {
    padding-bottom: 73.3333333333%;
}
.Main__slider .boxes .box .anchor.mHover .image:after {
    transform: scale(0.75);
}
.Main__slider .boxes .box .anchor.mHover .caption__inner {
    color: #fff;
    background-size: 100% 78%;
}
.Main__slider .boxes .box .image {
    position: relative;
    animation: main_box_rotate 20000ms steps(8) paused infinite;
}
@keyframes main_box_rotate {
    0% {
        transform: rotate(0deg);
    }
    6%,
    100% {
        transform: rotate(360deg);
    }
}
.Main__slider .boxes .box .image:before,
.Main__slider .boxes .box .image:after {
    content: "";
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    pointer-events: none;
    z-index: 5;
}
.Main__slider .boxes .box .image:before {
    opacity: 0;
}
.Main__slider .boxes .box .image:after {
    transform: scale(0.5);
    transition: transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.Main__slider .boxes .box .image__inner {
    position: relative;
    height: 0;
}
.Main__slider .boxes .box .image__inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Main__slider .boxes .box .caption {
    position: absolute;
    font-size: 11px;
    line-height: 1.36;
}
.Main__slider .boxes .box .caption--vertical {
    top: 0;
    left: 100%;
    width: 135.7575757576%;
    padding-bottom: 0.8181818182em;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: left top;
}
.Main__slider .boxes .box .caption--landscape {
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 0.6363636364em;
}
.Main__slider .boxes .box .caption__title,
.Main__slider .boxes .box .caption__detail {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.Main__slider .boxes .box .caption__inner {
    background-repeat: no-repeat;
    background-image: url("../media/icons/border.jpg");
    background-size: 0 100%;
    background-position: center;
}
.Main__slider .boxes .logo {
    position: absolute;
    width: 119px;
    pointer-events: none;
}
.Main__slider .boxes .logo--vertical {
    transform: rotate(90deg);
    transform-origin: left top;
}
.Main__slider .peopleImages {
    display: flex;
    align-items: center;
    width: 0px !important;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 100px;
}
.Main__slider .peopleImages + .boxes__item {
    margin-left: 0;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__logo__item--line {
    width: 94.3275862069%;
    transition: width 1600ms 1500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images {
    opacity: 1;
    pointer-events: initial;
    transition: opacity 500ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item {
    transition: transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(n + 2) img {
    opacity: 1;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(1) {
    animation-delay: 1650ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(2) {
    transform: translateX(218.1102362205%);
    transition-delay: 1690ms;
    animation-delay: 1750ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(2) img {
    transition-delay: 500ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(3) {
    transform: translateX(436.2204724409%);
    transition-delay: 1670ms;
    animation-delay: 1850ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(3) img {
    transition-delay: 700ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(4) {
    transform: translateX(654.3307086614%);
    transition-delay: 1650ms;
    animation-delay: 1950ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(4) img {
    transition-delay: 880ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(5) {
    transform: translateX(872.4409448819%);
    transition-delay: 1630ms;
    animation-delay: 2050ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(5) img {
    transition-delay: 1040ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(6) {
    transform: translateX(1090.5511811024%);
    transition-delay: 1610ms;
    animation-delay: 2170ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(6) img {
    transition-delay: 1150ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(7) {
    transform: translateX(1308.6614173228%);
    transition-delay: 1590ms;
    animation-delay: 2300ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(7) img {
    transition-delay: 1250ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(8) {
    transform: translateX(1526.7716535433%);
    transition-delay: 1560ms;
    animation-delay: 2440ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(8) img {
    transition-delay: 1350ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(9) {
    transform: translateX(1744.8818897638%);
    transition-delay: 1530ms;
    animation-delay: 2590ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(9) img {
    transition-delay: 1450ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(10) {
    transform: translateX(1962.9921259843%);
    transition-delay: 1500ms;
    animation-delay: 2750ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(10) img {
    transition-delay: 1550ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item .image__inner {
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(even) .image__inner {
    animation-name: main_peopleImage_image_anm_2;
    animation-timing-function: steps(1);
}
@keyframes main_peopleImage_image_anm_2 {
    3% {
        transform: translateY(-8%);
    }
    6% {
        transform: translateY(0);
    }
    9% {
        transform: translateY(-8%);
    }
    12%,
    100% {
        transform: translateY(0);
    }
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(4n) .image__inner {
    animation-name: main_peopleImage_image_anm_3;
    animation-timing-function: steps(7);
}
@keyframes main_peopleImage_image_anm_3 {
    0% {
        transform: rotate(0deg);
    }
    15%,
    100% {
        transform: rotate(360deg);
    }
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(6n) .image__inner {
    animation-name: main_peopleImage_image_anm_4;
}
@keyframes main_peopleImage_image_anm_4 {
    3% {
        transform: rotate(-9deg);
    }
    6% {
        transform: rotate(0deg);
    }
    9% {
        transform: rotate(-9deg);
    }
    12%,
    100% {
        transform: rotate(0deg);
    }
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(1) .image__inner {
    animation-delay: 2270ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(2) .image__inner {
    animation-delay: 2790ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(3) .image__inner {
    animation-delay: 3310ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(4) .image__inner {
    animation-delay: 3830ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(5) .image__inner {
    animation-delay: 4350ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(6) .image__inner {
    animation-delay: 4870ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(7) .image__inner {
    animation-delay: 5390ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(8) .image__inner {
    animation-delay: 5910ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(9) .image__inner {
    animation-delay: 6430ms;
}
.Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(10) .image__inner {
    animation-delay: 6950ms;
}
.Main__slider .peopleImages.is-default .peopleImages__logo__item--line {
    transition: none;
}
.Main__slider .peopleImages.is-default .peopleImages__logo__sub {
    transition: none;
}
.Main__slider .peopleImages.is-default .peopleImages__images {
    transition: none;
}
.Main__slider .peopleImages.is-default .peopleImages__images__item {
    transition: none;
    animation: none;
}
.Main__slider .peopleImages.is-default .peopleImages__images__item:nth-of-type(n + 2) img {
    transition: none;
}
.Main__slider .peopleImages__contents {
    position: relative;
    width: 100%;
}
.Main__slider .peopleImages__logo {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.Main__slider .peopleImages__logo__item {
    position: relative;
}
.Main__slider .peopleImages__logo__item--1 {
    width: 3.4655172414%;
    min-width: 3.4655172414%;
}
.Main__slider .peopleImages__logo__item--2 {
    width: 1.4068965517%;
    min-width: 1.4068965517%;
}
.Main__slider .peopleImages__logo__item--3 {
    width: 1.0137931034%;
    min-width: 1.0137931034%;
    margin-left: 0.8275862069%;
}
.Main__slider .peopleImages__logo__item--line {
    width: 6.8965517241%;
    height: 6px;
    margin: 0 0.4827586207%;
    background-color: #000;
    transform: skewX(2deg);
}
.Main__slider .peopleImages__logo__sub {
    position: absolute;
    bottom: 0;
    right: 384.3537414966%;
    width: 397.9591836735%;
}
.Main__slider .peopleImages__images {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3.7586206897%;
    width: 4.3793103448%;
}
.Main__slider .peopleImages__images__item {
    position: relative;
}
.Main__slider .peopleImages__images__item:nth-of-type(n + 2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.Main__slider .peopleImages__images__item .image__inner {
    position: relative;
    height: 0;
    padding-bottom: 135.7575757576%;
}
.Main__slider .peopleImages__images__item .image__inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Main__slider .controller {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 100px;
    z-index: 10;
}
.Main__slider .controller__button {
    width: 40px;
    height: 40px;
}
.Main__slider .controller__button__prev .arrow {
    transform: scale(-1, 1);
}
.Main__slider .controller__button .anchor {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: orange;
    border: 1px solid #000;
    cursor: pointer;
    transition: background-color 80ms;
}
.Main__slider .controller__button .anchor.mHover {
    background-color: darkorange;
}
.Main__slider .controller__button .anchor.is-click .arrow img {
    animation: push 1100ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.Main__slider .controller__button .arrow {
    width: 50%;
}
.Main__logo {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 147px;
    z-index: 5;
}
.News {
    position: relative;
    margin-top: -53px;
    padding-top: 110px;
}
.News__cont {
    border-top: 1px solid #000;
}
.News__cont .list {
    width: 880px;
    margin: 20px auto 0;
}
.News__cont .list__item {
    border-bottom: 1px solid #000;
}
.News__cont .list__item .heading {
    position: relative;
}
.News__cont .list__item .heading.is-open .cross {
    background-color: rgba(0, 0, 0, 0.3);
}
.News__cont .list__item .heading.is-open .cross:after {
    transform: rotate(0deg) translate3d(0, 0, 0);
}
.News__cont .list__item .heading .anchor {
    padding: 40px 0;
    cursor: pointer;
}
.News__cont .list__item .heading .anchor.mHover .title span {
    background-position: left bottom;
    background-size: 100% 1px;
}
.News__cont .list__item .heading .anchor__inner {
    display: flex;
    align-items: center;
    padding-right: 80px;
}
.News__cont .list__item .heading .anchor .date {
    width: 142px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
}
.News__cont .list__item .heading .anchor .title {
    width: calc(100% - 142px);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2;
}
.News__cont .list__item .heading .anchor .title span {
    position: relative;
    background-repeat: no-repeat;
    background-image: url("../media/icons/border.jpg");
    background-size: 0 1px;
    background-position: right bottom;
    transition: background-size 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.News__cont .list__item .heading .cross {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36px;
    margin: auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #000;
    transition: background-color 80ms;
}
.News__cont .list__item .heading .cross:before,
.News__cont .list__item .heading .cross:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 1px;
    background-color: #fff;
}
.News__cont .list__item .heading .cross:after {
    transform: rotate(-90deg) translate3d(0, 0, 0);
    transition: transform 250ms cubic-bezier(0.23, 1, 0.32, 1);
}
.News__cont .list__item .detail {
    height: 0;
    overflow: hidden;
    transition: height 650ms cubic-bezier(0.86, 0, 0.07, 1);
    will-change: height;
}
.News__cont .list__item .detail__inner {
    padding: 10px 0 45px 142px;
}
.News__cont .list__item .detail .image {
    margin-bottom: 29px;
    width: 560px;
    border-radius: 13px;
    overflow: hidden;
}
.News__cont .list__item .detail .text {
    margin-bottom: 29px;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
}
.News__cont .list__item .detail .text a {
    display: inline-block;
    width: auto;
    text-decoration: underline;
}
.People {
    position: relative;
}
.People__title {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}
.People__boxes {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.People__boxes.is-moving .list {
    animation-play-state: running;
}
.People__boxes__box {
    display: flex;
    border-bottom: 1px solid #000;
}
.People__boxes__box--1 .list {
    animation-name: loop_right;
}
.People__boxes.is-moving--1 .list:hover {
    animation-play-state: paused !important;
}
.People__boxes__box--2 {
    border-top: 1px solid #000;
}
.People__boxes__box--2 .list {
    animation-name: loop_left;
}
.People__boxes__box .list {
    display: flex;
    animation-duration: 50000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: paused;
}
.People__boxes__box .list__item {
    width: 20.625vw;
    min-width: 223px;
    border-left: 1px solid #000;
}
.People__boxes__box .list__item.fInview--enter .imagesBox .over {
    opacity: 0;
    transition: opacity 200ms;
}
.People__boxes__box .list__item .anchor {
    height: 100%;
}
.People__boxes__box .list__item * {
    white-space: normal;
}
.People__boxes__box .list__item .imagesBox {
    width: 53.0303030303%;
}
.People__boxes__catch {
    display: flex;
    height: 60px;
    white-space: nowrap;
}
.People__boxes__catch--1 .list {
    animation-name: loop_right;
    animation-play-state: running !important;
}
.People__boxes__catch--2 .list {
    animation-name: loop_left;
    animation-play-state: running !important;
}
.People__boxes__catch .list {
    display: flex;
    align-items: center;
    height: 100%;
    animation-duration: 23000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: paused;
}
.People__boxes__catch .list__item {
    margin-left: 48px;
}
.People__boxes__catch .list__item .text {
    font-size: 12px;
    font-weight: 500;
}
.Works {
    position: relative;
    margin-top: 130px;
}
.Works__top {
    width: 90.625%;
    margin: auto;
}
.Works__top__title {
    padding-bottom: 0;
    padding-left: 0;
}
.Works__top__title.fInview--enter + .Works__top__lead {
    opacity: 1;
    transition: opacity 850ms;
    transition-delay: 340ms;
}
.Works__top__lead {
    margin-top: 38px;
    font-size: 16px;
    font-weight: 500;
    line-height: 3;
    opacity: 0;
}
.Works__categories {
    display: flex;
    align-items: center;
    height: 90px;
    margin-top: 50px;
}
.Works__categories .list {
    display: flex;
    height: 100%;
    animation: loop_right 73000ms linear infinite;
}
.Works__categories .list.is-paused {
    animation-play-state: paused;
}
.Works__categories .list__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    font-size: 13px;
    font-weight: 600;
}
.Works__categories .list__item .anchor {
    display: flex;
    align-items: center;
    padding: 26px 15px;
}
.Works__categories .list__item .anchor.mHover p:after {
    transform-origin: left;
    transform: scaleX(1);
}
.Works__categories .list__item .dot {
    width: 0.5769230769em;
    height: 0.5769230769em;
    margin-right: 0.3461538462em;
    border-radius: 50%;
}
.Works__categories .list__item p {
    position: relative;
    white-space: nowrap;
}
.Works__categories .list__item p:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 580ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Works__list {
    padding: 50px 0 70px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.Works__list__item {
    position: relative;
}
.Works__list__item:not(:last-of-type) {
    padding-bottom: 58px;
}
.Works__list__item:nth-of-type(n + 2) {
    padding-top: 40px;
}
.Works__list__item:nth-of-type(n + 2):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 93.90625%;
    height: 1px;
    background-color: #e6e6e6;
}
.Works__list__item .category {
    display: inline-block;
    padding: 0 4.8046875%;
    font-size: 26px;
    font-weight: 600;
}
.Works__list__item .category .anchor {
    display: flex;
    align-items: center;
}
.Works__list__item .category .dot {
    width: 0.6153846154em;
    height: 0.6153846154em;
    margin-right: 0.2307692308em;
    border-radius: 50%;
}
.Works__list__item .swiper {
    margin-top: 33px;
    padding: 0 4.8046875%;
}
.Works__list__item .swiper:not(.is-noSlide) {
    cursor: grab;
}
.Works__list__item .swiper:not(.is-noSlide):active {
    cursor: grabbing;
}
.Works__list__item .swiper.fInview--enter .swiper-slide .image .over {
    opacity: 0;
    transition: opacity 400ms;
}
.Works__list__item .swiper.fInview--enter .swiper-slide:nth-of-type(2) .image .over {
    transition-delay: 200ms;
}
.Works__list__item .swiper.fInview--enter .swiper-slide:nth-of-type(3) .image .over {
    transition-delay: 400ms;
}
.Works__list__item .swiper.fInview--enter .swiper-slide:nth-of-type(4) .image .over {
    transition-delay: 600ms;
}
.Works__list__item .swiper.fInview--enter .swiper-slide:nth-of-type(5) .image .over {
    transition-delay: 800ms;
}
.Works__list__item .swiper-slide {
    width: 21.6076058773%;
}
.Works__list__item .swiper-slide:not(:last-of-type) {
    margin-right: 4.5375972342%;
}
.Works__list__item .swiper-slide--more .anchor.mHover .more__arrow {
    animation: push 1100ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.Works__list__item .swiper-slide--more .image__caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-size: max(1.09375vw, 11.8px);
    font-weight: 600;
    line-height: 1.64;
}
.Works__list__item .swiper-slide--more .image__caption__inner {
    background-repeat: no-repeat;
    background-image: url("../media/icons/border.jpg");
    background-size: 0 100%;
    background-position: center;
}
.Works__list__item .swiper-slide--more .more {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1.3888888889em;
    font-size: 18px;
    font-weight: 500;
}
.Works__list__item .swiper-slide--more .more__arrow {
    width: 1.3888888889em;
    margin-left: 0.9444444444em;
}
.Works__list__item .swiper-slide .anchor.mHover .title__inner {
    background-size: 100% 78%;
    color: #fff;
}
.Works__list__item .swiper-slide .anchor.mHover .image__caption__inner {
    background-size: 100%;
    color: #fff;
}
.Works__list__item .swiper-slide .image {
    position: relative;
    height: 0;
    padding-bottom: 100%;
}
.Works__list__item .swiper-slide .image .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.Works__list__item .swiper-slide .title {
    margin-top: 1.2777777778em;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.Works__list__item .swiper-slide .title__inner {
    background-repeat: no-repeat;
    background-image: url("../media/icons/border.jpg");
    background-size: 0 100%;
    background-position: center;
}
.Works__list__item .swiper-button {
    position: absolute;
    top: 0;
    margin-top: 8.4701815039%;
    width: 3.4572169404%;
    height: 0;
    padding-bottom: 3.301642178%;
    background-color: #fff;
    border: 1px solid #000;
    transition: opacity 100ms;
    z-index: 20;
    cursor: pointer;
    transition: background-color 80ms;
}
.Works__list__item .swiper-button-prev {
    left: 2.9386343993%;
}
.Works__list__item .swiper-button-prev .arrow {
    transform: scale(-1, 1);
}
.Works__list__item .swiper-button-next {
    right: 2.9386343993%;
}
.Works__list__item .swiper-button-disable {
    opacity: 0;
}
.Works__list__item .swiper-button.mHover {
    background-color: #f3f3f3;
}
.Works__list__item .swiper-button.is-click img {
    animation: push 1100ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.Works__list__item .swiper-button .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 47.5%;
    height: 35.75%;
}
@media screen and (max-width: 736px) {
    .p-top__more {
        border-bottom: 1px solid #000;
    }
    .p-top__more .anchor {
        width: 100%;
        padding: 9.4666666667vw 4.1333333333vw;
        font-size: 4vw;
    }
    .p-top__more .anchor__inner {
        justify-content: flex-end;
    }
    .p-top__more .arrow {
        width: 5.3333333333vw;
        height: 4.1333333333vw;
        margin-left: 3.7333333333vw;
    }
    .About {
        padding: 20vw 10.6666666667% 35.7333333333vw;
    }
    .About__text .catch {
        font-size: 6.6666666667vw;
    }
    .About__text .detail {
        width: 105%;
        margin-top: 6.1333333333vw;
        font-size: 3.6vw;
        line-height: 2.43;
    }
    .About__circle .circle {
        width: 7.2vw;
        height: 7.2vw;
    }
    .Footer {
        margin-top: 29.6vw;
    }
    .Main.is-show .Main__slider .boxes .box .image:before {
        animation-delay: 2500ms;
    }
    .Main__slider .boxes .box .image {
        animation-duration: 12000ms;
    }
    @keyframes main_box_rotate {
        0% {
            transform: rotate(0deg);
        }
        10%,
        100% {
            transform: rotate(360deg);
        }
    }
    .Main__slider .peopleImages.fInview--infinite--enter .peopleImages__logo__item--line {
        transition-delay: 300ms;
    }
    .Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(2) {
        transition-delay: 400ms;
    }
    .Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(3) {
        transition-delay: 390ms;
    }
    .Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(4) {
        transition-delay: 380ms;
    }
    .Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(5) {
        transition-delay: 370ms;
    }
    .Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(6) {
        transition-delay: 360ms;
    }
    .Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(7) {
        transition-delay: 350ms;
    }
    .Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(8) {
        transition-delay: 340ms;
    }
    .Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(9) {
        transition-delay: 320ms;
    }
    .Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(10) {
        transition-delay: 300ms;
    }
    .Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(1) .image__inner {
        animation-delay: 810ms;
    }
    .Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(2) .image__inner {
        animation-delay: 1420ms;
    }
    .Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(3) .image__inner {
        animation-delay: 2030ms;
    }
    .Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(4) .image__inner {
        animation-delay: 2640ms;
    }
    .Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(5) .image__inner {
        animation-delay: 3250ms;
    }
    .Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(6) .image__inner {
        animation-delay: 3860ms;
    }
    .Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(7) .image__inner {
        animation-delay: 4470ms;
    }
    .Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(8) .image__inner {
        animation-delay: 5080ms;
    }
    .Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(9) .image__inner {
        animation-delay: 5690ms;
    }
    .Main__slider .peopleImages.fInview--infinite--enter .peopleImages__images__item:nth-of-type(10) .image__inner {
        animation-delay: 6300ms;
    }
    .Main {
        height: 156.5333333333vw;
        margin-top: 7.7333333333vw;
    }
    .Main__slider .boxes:nth-of-type(n + 2) {
        display: none;
    }
    .Main__slider .boxes__item {
        margin-left: 13.8666666667vw;
    }
    .Main__slider .boxes__item--1 {
        min-width: 92.9333333333vw;
    }
    .Main__slider .boxes__item--2 {
        min-width: 88.6666666667vw;
    }
    .Main__slider .boxes__item--3 {
        min-width: 92.6666666667vw;
    }
    .Main__slider .boxes__item--4 {
        min-width: 85.6vw;
    }
    .Main__slider .boxes .box--large.box--vertical .image {
        width: 44vw;
    }
    .Main__slider .boxes .box--mid.box--vertical .image {
        width: 29.3333333333vw;
    }
    .Main__slider .boxes .box--mid.box--landscape .image {
        width: 40vw;
    }
    .Main__slider .boxes .box--small.box--vertical .image {
        width: 18.9333333333vw;
    }
    .Main__slider .boxes .box--small.box--landscape .image {
        width: 26vw;
    }
    .Main__slider .boxes .box .caption {
        font-size: 2.1333333333vw;
    }
    .Main__slider .boxes .logo {
        width: 25.4666666667vw;
    }
    .Main__slider .peopleImages {
        width: 750vw;
        margin-right: 53.3333333333vw;
        padding-left: 66.6666666667vw;
        padding-right: 13.3333333333vw;
    }
    .Main__slider .peopleImages__logo__item--line {
        height: 1.3333333333vw;
    }
    .Main__slider .peopleImages__logo__sub {
        bottom: -14.4vw;
        right: 0;
    }
    .Main__slider .controller {
        bottom: 10.1333333333vw;
        left: 7.4666666667vw;
        width: 25.3333333333vw;
    }
    .Main__slider .controller__button {
        width: 8.6666666667vw;
        height: 8.6666666667vw;
    }
    .Main__logo {
        bottom: 6vw;
        right: 5.6vw;
        width: 30.6666666667vw;
    }
    .News {
        margin-top: 10.6666666667vw;
        padding-top: 19.8666666667vw;
    }
    .News__cont .list {
        width: 92.1333333333vw;
        margin-top: 0;
    }
    .News__cont .list__item .heading .anchor {
        padding: 8vw 0;
    }
    .News__cont .list__item .heading .anchor__inner {
        display: block;
        padding: 0 10vw 0 2.8vw;
    }
    .News__cont .list__item .heading .anchor .date {
        width: 100%;
        padding-left: 0;
        font-size: 3.3333333333vw;
    }
    .News__cont .list__item .heading .anchor .title {
        width: 100%;
        margin-top: 2.6666666667vw;
        font-size: 3.3333333333vw;
    }
    .News__cont .list__item .heading .cross {
        right: 1.6vw;
        width: 3.6vw;
        height: 3.6vw;
    }
    .News__cont .list__item .detail__inner {
        width: 85.8666666667vw;
        padding: 1.0666666667vw 0 7.3333333333vw 0;
        margin: auto;
    }
    .News__cont .list__item .detail .image {
        margin: 0 auto 6.1333333333vw;
        width: 74.6666666667vw;
        border-radius: 2.1333333333vw;
    }
    .News__cont .list__item .detail .text {
        margin-bottom: 6.1333333333vw;
        font-size: 3.3333333333vw;
    }
    .People__boxes__box .list {
        animation-duration: 57000ms;
    }
    .People__boxes__box .list__item {
        width: 50.4vw;
        min-width: initial;
    }
    .People__boxes__catch {
        height: 13.3333333333vw;
    }
    .People__boxes__catch .list {
        animation-duration: 25000ms;
    }
    .People__boxes__catch .list__item {
        margin-left: 11.3333333333vw;
    }
    .People__boxes__catch .list__item .text {
        font-size: 2.9333333333vw;
    }
    .Works {
        margin-top: 36.2666666667vw;
    }
    .Works__top {
        width: 78.6666666667%;
    }
    .Works__top__lead {
        margin-top: 7.3333333333vw;
        font-size: 3.2vw;
        line-height: 2.71;
    }
    .Works__categories {
        height: 21.3333333333vw;
        margin-top: 9.3333333333vw;
    }
    .Works__categories .list {
        animation-duration: 82000ms;
    }
    .Works__categories .list__item {
        font-size: 3.2vw;
    }
    .Works__categories .list__item .anchor {
        padding: 4.4vw 2.2vw;
    }
    .Works__categories .list__item .dot {
        width: 0.5625em;
        height: 0.5625em;
        margin-right: 0.4166666667em;
    }
    .Works__list {
        padding: 9.3333333333vw 0 12.2666666667vw;
    }
    .Works__list__item:not(:last-of-type) {
        padding-bottom: 12vw;
    }
    .Works__list__item:nth-of-type(n + 2) {
        padding-top: 9.3333333333vw;
    }
    .Works__list__item:nth-of-type(n + 2):after {
        width: 100%;
    }
    .Works__list__item .category {
        padding: 0 5.6%;
        font-size: 5.3333333333vw;
    }
    .Works__list__item .category .dot {
        width: 0.575em;
        height: 0.575em;
        margin-right: 0.25em;
    }
    .Works__list__item .swiper {
        margin-top: 5.4666666667vw;
        padding: 0 0 0 5.6%;
    }
    .Works__list__item .swiper-slide {
        width: 56.4024390244%;
    }
    .Works__list__item .swiper-slide:not(:last-of-type) {
        margin-right: 6.4024390244%;
    }
    .Works__list__item .swiper-slide--more .image__caption {
        font-size: 3.2vw;
        line-height: 1.67;
    }
    .Works__list__item .swiper-slide--more .more {
        margin-top: 1.0769230769em;
        margin-right: 4vw;
        font-size: 3.4666666667vw;
    }
    .Works__list__item .swiper-slide--more .more__arrow {
        width: 1.5em;
        margin-left: 1.0384615385em;
    }
    .Works__list__item .swiper-slide .title {
        margin-top: 1.0769230769em;
        font-size: 3.4666666667vw;
        line-height: 1.19;
    }
}
@media all and (-ms-high-contrast: none) {
    .About__text .catch .char *::-ms-backdrop,
    .About__text .catch .char {
        overflow: visible;
    }
    .About__circle *::-ms-backdrop,
    .About__circle {
        opacity: 0;
    }
    .About__circle *::-ms-backdrop,
    .About__circle.is-show {
        opacity: 1;
        -ms-transition: opacity 250ms;
        transition: opacity 250ms;
    }
}
@media screen and (min-width: 737px) {
    .Main__slider .peopleImages.fInview--infinite--enter .peopleImages__logo__sub {
        bottom: -62px;
        right: 0;
        transform: rotate(360deg);
        transition: bottom 950ms, right 950ms, transform 950ms cubic-bezier(0.36, 0.58, 0.44, 1);
        transition-delay: 100ms;
    }
    .Main__slider .peopleImages__images {
        opacity: 0;
        pointer-events: none;
    }
    .Main__slider .peopleImages__images__item:nth-of-type(n + 2) img {
        opacity: 0;
    }
}

.donationico {
    width: 20%;
    height: 20%;
    margin: 20px;
    /* display: inline-block; */
}

.inline-block {
    display: inline;
}

.logoico {
    width: 40vmin;
    height: 40vmin;
    position: absolute;
    left: 50vw;
    top: -5vh;
}

.Donate__raised {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0.26em;
    margin-top: 28px;
    text-align: center;
    font-weight: 800;
    line-height: 0.9;
}
.Donate__raised .Donate__currency {
    font-size: clamp(48px, 9vw, 128px);
    color: #000;
}
.Donate__raised .Donate__count {
    font-size: clamp(48px, 9vw, 128px);
    background: linear-gradient(90deg, #fe6d02 0%, #6d9eeb 50%, #23b73c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
}
.Donate__raised .Donate__plus {
    font-size: clamp(48px, 9vw, 128px);
    color: #000;
}
.Donate__raised .Donate__suffix {
    font-size: clamp(14px, 1.6vw, 24px);
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #111;
    margin-left: 0.15em;
}
.Donate__raised.is-complete {
    animation: donatePop 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 1;
}
@keyframes donatePop {
    0% { transform: scale(1); }
    60% { transform: scale(1.08); }
    100% { transform: scale(1); }
}

.top-people {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px 0;
  padding: 30px 20px;
  background: linear-gradient(135deg, rgba(254, 109, 2, 0.05), rgba(109, 158, 235, 0.05));
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  gap: 20px;
}

.person-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 260px;
  text-align: center;
  transform: translateY(0);
  transition: transform 0.3s ease;
  margin: 0 10px;
}

.person-container:hover {
  transform: translateY(-10px);
  cursor: pointer;
}

.person-image {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--person-color, #fe6d02);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.person-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.person-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--person-color, #fe6d02);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.person-container:hover .person-overlay {
  opacity: 0.2;
}

.person-info {
  margin-top: 15px;
}

.person-info h2 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.person-info h3 {
  font-size: 14px;
  color: var(--person-color, #fe6d02);
  font-weight: 500;
}

/* Media queries for responsiveness */
@media (max-width: 1200px) {
  .top-people {
    padding: 20px 10px;
  }
  
  .person-container {
    width: 160px;
    margin: 0 8px;
  }
  
  .person-image {
    width: 130px;
    height: 130px;
  }
  
  .person-info h2 {
    font-size: 18px;
  }
  
  .person-info h3 {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .top-people {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .person-container {
    margin-bottom: 20px;
  }
}