.aboutus {
  padding-bottom: 220px;
  background: #F5ECE4;
}
.aboutus__wrapper {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.aboutus__title-area {
  flex: 0 0 30%;
}
.aboutus__content-area {
  flex: 0 0 70%;
  padding-left: 72px;
  position: relative;
}
@media (max-width: 1024px) {
  .aboutus__content-area {
    padding-left: 0;
  }
}
.aboutus__content-inner {
  position: relative;
  z-index: 2;
}
.aboutus__image {
  margin-bottom: 90px;
  position: relative;
}
@media (max-width: 1024px) {
  .aboutus__image {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .aboutus__image {
    margin-bottom: 30px;
  }
}
.aboutus__image img {
  width: 100%;
  height: auto;
  display: block;
}
.aboutus__image .ab {
  width: 54%;
  position: absolute;
  top: 80%;
  left: -40%;
}
@media (max-width: 1024px) {
  .aboutus__image .ab {
    display: none;
  }
}
.aboutus__text {
  padding-left: 35%;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .aboutus__text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .aboutus__text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .aboutus__text {
    font-size: 12px;
  }
}
.aboutus__text {
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .aboutus__text {
    padding-left: 0;
  }
}
.aboutus__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../images/about/aboutus_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15;
  z-index: 1;
}
@media (max-width: 1024px) {
  .aboutus__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .aboutus {
    padding-bottom: 165px;
  }
  .aboutus__text {
    line-height: 1.7;
  }
  .aboutus__text br {
    display: none;
  }
}
@media (max-width: 480px) {
  .aboutus {
    padding-bottom: 110px;
  }
  .aboutus__text {
    line-height: 1.6;
  }
}

.mvv {
  background: #F5ECE4;
}
.mission {
  padding: 70px 0 40px;
  background: url(../images/aboutus/circle.png) no-repeat;
  background-size: auto 100%;
  background-position: 80% center;
  margin-bottom: 15px;
  position: relative;
}
.mission:last-child {
  margin-bottom: 0;
}
.mission__lead {
  font-size: 40px;
}
@media (max-width: 1024px) {
  .mission__lead {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .mission__lead {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .mission__lead {
    font-size: 24px;
  }
}
.mission__lead {
  line-height: 1.6;
  margin-bottom: 2em;
}
.mission__label {
  display: inline-block;
  background-color: #DC2E28;
  color: white;
  padding: 8px 20px;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .mission__label {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .mission__label {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .mission__label {
    font-size: 16px;
  }
}
.mission__label {
  margin-top: 40px;
  margin-bottom: 20px;
}
.mission__title {
  font-size: 168px;
}
@media (max-width: 1024px) {
  .mission__title {
    font-size: 128px;
  }
}
@media (max-width: 768px) {
  .mission__title {
    font-size: 108px;
  }
}
@media (max-width: 480px) {
  .mission__title {
    font-size: 64px;
  }
}
.mission__title {
  line-height: 1;
  color: #FFF;
  letter-spacing: -0.025em;
  font-family: "Nunito Sans", sans-serif;
}
.mission__image {
  position: absolute;
  left: 50%;
  height: 100%;
  width: 100%;
  top: 0;
}
.mission__image img {
  width: auto;
  height: 100%;
  filter: drop-shadow(0 0 10px #aaa);
}
@media (max-width: 1200px) {
  .mission {
    background: url(../images/aboutus/circle.png) no-repeat;
    background-size: auto 40vw;
    background-position: 80% center;
  }
  .mission__image {
    width: 40vw;
    height: 40vw;
  }
}
@media (max-width: 1024px) {
  .mission {
    padding: 70px 0 40px;
    background: url(../images/aboutus/circle.png) no-repeat;
    background-size: auto 40vw;
    background-position: 80% center;
  }
  .mission__image {
    width: 40vw;
    height: 40vw;
  }
}
@media (max-width: 768px) {
  .mission {
    padding: 70px 0 40px;
    background: url(../images/aboutus/circle.png) no-repeat;
    background-size: auto 40vw;
    background-position: 100% center;
  }
  .mission__image {
    width: 40vw;
    height: 40vw;
    right: -20px;
    left: auto;
    top: 90px;
  }
  .mission__label {
    z-index: 7;
    position: relative;
  }
}
@media (max-width: 480px) {
  .mission {
    padding: 40px 0 20px;
    background: url(../images/aboutus/circle.png) no-repeat;
    background-size: auto 40vw;
    background-position: 100% center;
  }
  .mission__image {
    width: 40vw;
    height: 40vw;
    right: -20px;
    left: auto;
    top: 130px;
  }
}
.mission:last-child {
  background-position: 90% center;
}
@media (max-width: 768px) {
  .mission:last-child {
    background-position: 90% 0;
  }
}
.mission:last-child .mission__lead {
  padding-top: 3em;
}
.mission:last-child .mission__image {
  top: -40px;
}

.mission.reverse {
  display: flex;
  justify-content: right;
  background-position: 20% center;
  margin-bottom: 50px;
}
.mission.reverse .mission__lead {
  margin-bottom: 1em;
}
.mission.reverse .mission__content {
  padding-top: 20px;
  position: relative;
  left: 100px;
}
.mission.reverse .mission__image {
  top: 40px;
  left: 0%;
}
@media (max-width: 1200px) {
  .mission.reverse .mission__content {
    left: 0px;
  }
}
@media (max-width: 1024px) {
  .mission.reverse .mission__content {
    left: 30px;
  }
}
@media (max-width: 768px) {
  .mission.reverse {
    background-position: 10% 80%;
  }
  .mission.reverse .mission__image {
    top: 220px;
  }
  .mission.reverse .mission__content {
    left: 0;
  }
}
@media (max-width: 480px) {
  .mission.reverse {
    background-position: 10% 75%;
  }
  .mission.reverse .mission__image {
    top: 170px;
    left: -10%;
  }
  .mission.reverse .mission__content {
    left: 0;
  }
}

.values-grid {
  background-color: #F5ECE4;
  padding-bottom: 170px;
}
.values-grid__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.values-grid__row:first-child {
  margin-bottom: 50px;
}
.values-grid__item {
  padding: 50px 40px;
  border-right: 2px solid #C6C7D0;
  width: 33.3333333333%;
}
.values-grid__item:first-child {
  border-left: 2px solid #C6C7D0;
}
.values-grid__item:nth-child(4) {
  border-left: 2px solid #C6C7D0;
}
.values-grid__title {
  font-size: 28px;
}
@media (max-width: 1024px) {
  .values-grid__title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .values-grid__title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .values-grid__title {
    font-size: 18px;
  }
}
.values-grid__title {
  line-height: 1.5;
  margin-bottom: 30px;
}
.values-grid__text {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .values-grid__text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .values-grid__text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .values-grid__text {
    font-size: 12px;
  }
}
.values-grid__text {
  line-height: 1.7;
}
@media (max-width: 768px) {
  .values-grid {
    padding-bottom: 128px;
  }
  .values-grid__row {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 38px;
  }
  .values-grid__row:first-child {
    margin-bottom: 38px;
  }
  .values-grid__row--two {
    grid-template-columns: 1fr;
  }
  .values-grid__item {
    padding: 38px 30px;
    width: 100%;
    border-left: 2px solid #C6C7D0;
  }
  .values-grid__title {
    margin-bottom: 23px;
    line-height: 1.5;
  }
  .values-grid__text {
    line-height: 1.7;
  }
}
@media (max-width: 480px) {
  .values-grid {
    padding-bottom: 85px;
  }
  .values-grid__row {
    margin-bottom: 25px;
  }
  .values-grid__row:first-child {
    margin-bottom: 25px;
  }
  .values-grid__item {
    padding: 25px 20px;
  }
  .values-grid__title {
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .values-grid__text {
    line-height: 1.6;
  }
}

.history {
  padding: 170px 0;
  background-color: #F0F1F3;
}
.history__wrapper {
  display: flex;
  gap: 60px;
}
.history__title-area {
  flex: 0 0 300px;
}
.history__timeline {
  flex: 1;
  position: relative;
}
.history__item {
  margin-bottom: 67px;
  position: relative;
  padding-left: 40px;
}
.history__item:last-child {
  margin-bottom: 0;
}
.history__item:last-child::before {
  display: none;
}
.history__item::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 24px;
  width: 2px;
  height: calc(100% + 50px);
  background: #C6C7D0;
}
@media (max-width: 768px) {
  .history__item {
    padding-left: 30px;
    margin-bottom: 40px;
  }
  .history__item::before {
    left: 9px;
    top: 20px;
    height: calc(100% + 40px);
  }
}
.history__circle {
  position: absolute;
  left: 0;
  top: 8px;
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border: 3px solid #CC1F22;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 768px) {
  .history__circle {
    width: 20px;
    height: 20px;
    top: 0;
  }
}
.history__item .history__wrapper {
  display: flex;
  gap: 50px;
  flex-direction: row;
  align-items: flex-start;
}
.history__item .history__wrapper .history__time {
  flex-shrink: 0;
}
.history__item .history__wrapper .history__content {
  flex: 1;
}
@media (max-width: 768px) {
  .history__item .history__wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
.history__item--with-image .history__wrapper {
  flex-direction: row;
  gap: 50px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .history__item--with-image .history__wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.history__item--with-image .history__content {
  flex: 1;
}
.history__item--with-image .history__image {
  margin-top: 0;
  width: 300px;
  max-width: 300px;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .history__item--with-image .history__image {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
}
.history__item--with-text .history__wrapper {
  flex-direction: row;
  gap: 50px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .history__item--with-text .history__wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
.history__item--with-text .history__content {
  flex: 1;
}
.history__item--with-text .history__text-right {
  width: 300px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .history__item--with-text .history__text-right {
    width: 100%;
    display: none;
  }
}
.history__time {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
@media (max-width: 768px) {
  .history__time {
    gap: 15px;
  }
}
.history__time-text {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .history__time-text {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .history__time-text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .history__time-text {
    font-size: 16px;
  }
}
.history__time-text {
  font-weight: 600;
  color: #CC1F22;
  font-family: "Nunito Sans", sans-serif;
}
.history__time-label {
  font-size: 21px;
}
@media (max-width: 1024px) {
  .history__time-label {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .history__time-label {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .history__time-label {
    font-size: 16px;
  }
}
.history__time-label {
  font-weight: 500;
  color: #CC1F22;
}
.history__content {
  padding-left: 0;
}
.history__description {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .history__description {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .history__description {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .history__description {
    font-size: 14px;
  }
}
.history__description {
  line-height: 1.8;
}
@media (max-width: 768px) {
  .history__description {
    line-height: 1.7;
  }
}
@media (max-width: 480px) {
  .history__description {
    line-height: 1.6;
  }
}
.history__image {
  margin-top: 20px;
  width: 100%;
  max-width: 400px;
  height: auto;
}
.history__fullimage {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .history {
    padding: 128px 0;
  }
  .history__wrapper {
    flex-direction: column;
    gap: 0;
  }
  .history__title-area {
    flex: none;
  }
}
@media (max-width: 480px) {
  .history {
    padding: 85px 0;
  }
}

.founding-story {
  padding: 170px 0 0 0;
  margin-bottom: 90px;
  
  background: #FAF5F1;
  overflow: visible;
  position: relative;
}
.founding-story .container {
  overflow: visible;
  position: relative;
}
.founding-story__slider-wrapper {
  position: relative;
  margin-right: -50%;
  padding-right: 50%;
  margin-left: 0;
  overflow: visible;
}
.founding-story__slider-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  width: 100vw;
  background: #FAF5F1;
  z-index: 5;
}
.founding-story__slider-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: -100vw;
  width: 100vw;
  background: #FFFFFF;
  z-index: 6;
}
.founding-story__slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.founding-story__slider.slick-initialized {
  overflow: visible;
}
.founding-story__slider.slick-initialized .slick-list {
  overflow: visible;
}
.founding-story__slider.slick-initialized .slick-track {
  display: flex;
  align-items: stretch;
}
.founding-story__slide {
  margin-right: 2px;
}
.founding-story__slide.slick-slide {
  opacity: 0.85;
  transition: opacity 0.3s ease;
}
.founding-story__slide.slick-slide.slick-current {
  opacity: 1;
}
.founding-story__card {
  position: relative;
  width: 540px;
  height: 388.8px;
  overflow: hidden;
  cursor: pointer;
}
.founding-story__card:hover .founding-story__image img {
  transform: scale(1.05);
}
.founding-story__image {
  width: 100%;
  height: 100%;
  position: relative;
}
.founding-story__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.founding-story__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px;
  background: linear-gradient(to top, #E62327 0%, rgba(230, 35, 39, 0.7) 30%, rgba(255, 255, 255, 0) 100%);
  color: #FFFFFF;
}
.founding-story__episode {
  display: inline-flex;
  align-items: center;
  background: #E62327;
  color: #FFFFFF;
  padding: 8px 20px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  font-family: "Nunito Sans", sans-serif;
}
.founding-story__episode::before {
  content: "FOUNDING STORY | ";
  margin-right: 10px;
}
.founding-story__title {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .founding-story__title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .founding-story__title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .founding-story__title {
    font-size: 16px;
  }
}
.founding-story__title {
  line-height: 1.4;
  color: #FFFFFF;
}
.founding-story__date {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .founding-story__date {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .founding-story__date {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .founding-story__date {
    font-size: 10px;
  }
}
.founding-story__date {
  opacity: 0.9;
}
.founding-story .slick-prev,
.founding-story .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FFFFFF !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  border: none;
  z-index: 100;
  font-size: 0;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
.founding-story .slick-prev:hover,
.founding-story .slick-next:hover {
  background: #F5F5F5 !important;
  opacity: 1 !important;
}
.founding-story .slick-prev:focus,
.founding-story .slick-next:focus {
  outline: none;
  opacity: 1 !important;
}
.founding-story .slick-prev::before,
.founding-story .slick-next::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 18px;
  background-image: url("../images/common/arr_r.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.founding-story .slick-prev {
  left: -25px;
}
.founding-story .slick-prev::before {
  transform: translate(-50%, -50%);
}
.founding-story .slick-next {
  right: -25px;
}
.founding-story .slick-arrow.slick-hidden {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.founding-story .slick-arrow.slick-disabled {
  opacity: 0.5 !important;
  display: block !important;
  visibility: visible !important;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .founding-story {
    padding: 128px 0 0 0;
  }
  .founding-story__header {
    flex-direction: column;
    gap: 20px;
  }
  .founding-story__title-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .founding-story__title-en {
    line-height: 1.25;
  }
  .founding-story__subtitle {
    padding: 6px 12px;
  }
  .founding-story__episode {
    padding: 6px 15px;
    margin-bottom: 11px;
  }
  .founding-story .slick-prev,
  .founding-story .slick-next {
    width: 40px;
    height: 40px;
  }
  .founding-story .slick-prev::before,
  .founding-story .slick-next::before {
    width: 6px;
    height: 14px;
  }
  .founding-story .slick-prev {
    left: -20px;
  }
  .founding-story .slick-next {
    right: -20px;
  }
  .founding-story__card {
    width: 45vw;
    height: 32.4vw;
  }
  .founding-story__overlay {
    padding: 21px;
  }
  .founding-story__title {
    line-height: 1.4;
  }
  .founding-story__prev, .founding-story__next {
    width: 40px;
    height: 40px;
  }
  .founding-story__prev {
    left: 10px;
  }
  .founding-story__next {
    right: 10px;
  }
}
@media (max-width: 480px) {
  .founding-story {
    padding: 85px 0 0 0;
	margin-bottom: 60px;
  }
  .founding-story__episode {
    padding: 4px 12px;
    margin-bottom: 8px;
  }
  .founding-story__overlay {
    padding: 14px;
  }
  .founding-story__title {
    line-height: 1.3;
  }
  .founding-story__card {
    width: calc(100vw - 40px);
    height: calc((100vw - 40px) * 0.72);
  }
}

.partners {
  padding: 170px 0;
  background: #FFFFFF;
}
.partners__logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: nowrap;
}
.partners__logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 114px;
  width: 100%;
}
.partners__logo-img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .partners {
    padding: 128px 0;
  }
  .partners__logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
    flex-wrap: wrap;
  }
  .partners__logo-item {
    height: 70px;
  }
}
@media (max-width: 480px) {
  .partners {
    padding: 85px 0;
  }
  .partners__logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
  }
  .partners__logo-item {
    height: 60px;
    padding: 10px;
  }
  .partners__logo-img {
    max-width: 120px;
  }
}

.about-page {
  padding: 0;
}
.about-page__buttons {
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 70px 0 0;
}
@media (max-width: 768px) {
  .about-page__buttons {
    padding: 40px 0 0;
  }
}
.about-page__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #E62327;
  color: #FFFFFF;
  padding: 12px 36px;
  border-radius: 50px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .about-page__btn {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .about-page__btn {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .about-page__btn {
    font-size: 12px;
  }
}
.about-page__btn {
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  padding-right: 50px;
  text-decoration: none;
  min-width: 360px;
}
.about-page__btn::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 7px;
  height: 18px;
  background-image: url("../images/common/arr_w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}
.about-page__btn:hover {
  background: #CC1F22;
  transform: translateX(5px);
}