@keyframes about-hero-loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.about-page {
  overflow-x: hidden;
}

.top_box .left {
  width: 100%;
}

.gsap-section {
  position: relative;
}

.inner {
  display: flex;
  height: auto;
  min-height: 760px;
  padding: 100px 0;
  box-sizing: border-box;
  align-items: flex-start;
  width: 100%;
}
.inner .left,
.inner .right {
  width: 50%;
  height: auto;
  position: relative;
}
.inner .left {
  transform: translateX(-135px);
}

.title_en {
  font-size: 55px;
}

.title_en span img {
  transform: translate(-60%, 0);
}

.top_text {
  width: 500px;
  max-width: 90%;
}
.top_text p {
  line-height: 200%;
}

.sub_top {
  overflow-x: hidden;
}
.sub_top hr {
  width: 300px;
  max-width: 90%;
  text-align: left;
  margin: 60px 0 80px 0;
  border-bottom: solid 1px #1a1a1a;
}

.sec_btn .title {
  width: 1000px;
  margin-top: 50px;
  margin-left: 0;
  transform: translateX(-200px);
}

.section-nav {
  display: flex;
  margin-left: 10%;
  align-items: center;
  margin-bottom: 100px;
}
.section-nav .nav-btn {
  width: 180px;
  cursor: pointer;
}
.section-nav .nav-btn:hover {
  transform: scale(1.03, 1.03);
}
.section-nav .nav-btn:nth-child(even) {
  margin-left: -20px;
  margin-top: 80px;
}
.section-nav .nav-btn:nth-child(3) {
  margin-left: -20px;
}

.title-box .number {
  width: 80px;
}

.title-box-mobile {
  display: none;
}

.title-box-desktop {
  display: block;
}

.gsap-section {
  --about-header-offset: 96px;
  --about-frame-image: url("../../src/about/frame1.webp");
  --about-frame-shift-x: -250px;
  --about-frame-extra-width: 150px;
  --about-frame-adjust-x: 20px;
  --about-frame-box-top: 270px;
  --about-frame-box-right: -120px;
  --about-frame-box-width: calc(50% + var(--about-frame-extra-width));
  --about-frame-box-height: 400px;
  --about-frame-content-padding: 100px 180px;
  --about-scroll-step-size: clamp(520px, 62vw, 760px);
  --about-line-offset-bottom: -88px;
  --about-line-reserve: clamp(120px, 11vw, 220px);
  --about-photo-width: min(62vw, 1040px);
  --about-photo-offset-top: -118px;
  --about-photo-offset-left: -620px;
  position: relative;
  isolation: isolate;
  min-height: auto;
  scroll-margin-top: calc(var(--about-header-offset) + 24px);
}
.gsap-section .inner {
  position: relative;
}
.gsap-section .inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--about-line-offset-bottom);
  aspect-ratio: 2000/420;
  height: auto;
  background-image: url("../../src/about/line.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  pointer-events: none;
  z-index: 0;
}
.gsap-section .about-section-stage {
  position: relative;
}
.gsap-section .about-section-track {
  display: none;
}
.gsap-section .about-step {
  position: relative;
  min-height: auto;
  padding-bottom: var(--about-line-reserve);
  isolation: isolate;
}
.gsap-section .left {
  --about-photo-mask: url("../../src/about/img0.webp");
  position: absolute;
  z-index: 1;
  top: calc(var(--about-frame-box-top) + var(--about-photo-offset-top));
  left: calc(100% - var(--about-frame-box-width) - var(--about-frame-box-right) + var(--about-frame-shift-x) + var(--about-frame-adjust-x) + var(--about-photo-offset-left));
  width: var(--about-photo-width);
  height: auto;
  aspect-ratio: 3747/1988;
  flex: 0 0 auto;
  margin: 0;
  transform: none;
  overflow: hidden;
  filter: drop-shadow(0 24px 34px rgba(8, 39, 62, 0.16));
  background: #fff;
  -webkit-mask-image: var(--about-photo-mask);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% auto;
  mask-image: var(--about-photo-mask);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% auto;
}
.gsap-section .left::before,
.gsap-section .left::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.gsap-section .left::before {
  inset: 0;
  background-image: var(--about-photo-mask);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.08;
  z-index: 3;
}
.gsap-section .left::after {
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.02), rgba(10, 59, 93, 0.02));
  z-index: 2;
}
.gsap-section .left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 1;
  filter: saturate(1.04) contrast(1.03);
  transform: none;
  transform-origin: center;
  will-change: transform;
  z-index: 1;
}
.gsap-section .right {
  width: 100%;
  margin-left: 0;
  height: 100%;
  transform: none;
  position: static;
}
.gsap-section .right .text {
  position: static;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  height: 100%;
}
.gsap-section .about-step .bg-frame {
  position: absolute;
  top: var(--about-frame-box-top);
  right: var(--about-frame-box-right);
  width: var(--about-frame-box-width);
  height: var(--about-frame-box-height);
  max-width: none;
  box-sizing: border-box;
  transform: translateX(calc(var(--about-frame-shift-x) + var(--about-frame-adjust-x)));
  z-index: 2;
  pointer-events: none;
}
.gsap-section .about-step .bg-frame::before {
  content: "";
  background-image: var(--about-frame-image);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.gsap-section .right .text .bg {
  position: absolute;
  top: var(--about-frame-box-top);
  right: var(--about-frame-box-right);
  width: var(--about-frame-box-width);
  height: var(--about-frame-box-height);
  margin-top: 0;
  box-sizing: border-box;
  padding: var(--about-frame-content-padding);
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
  transform: translateX(calc(var(--about-frame-shift-x) + var(--about-frame-adjust-x)));
}
.gsap-section .right .text .bg > * {
  position: relative;
  z-index: 4;
}
.gsap-section .bg .title {
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.2rem;
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #76ca7b;
}
.gsap-section .bg .title h3 {
  font-size: 25px;
}
.gsap-section .bg .title .en {
  font-size: 20px;
  font-family: "Monte Stella Trial", sans-serif;
  font-family: "Monte Stella VF Trial", sans-serif;
  font-style: italic;
  letter-spacing: 0.1rem;
  padding-right: 20px;
}
.gsap-section .bg p {
  line-height: 200%;
}
.gsap-section .btn {
  margin-top: 20px;
  text-align: right;
}
.gsap-section .btn a {
  background: #77cd7d;
  color: white;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 9999px;
}
.gsap-section .btn.none a {
  background: transparent !important;
  pointer-events: none !important;
}

@supports (animation-timeline: view()) {
  .gsap-section {
    display: grid;
    grid-template-columns: 1fr;
    view-timeline-name: --about-section-timeline;
    view-timeline-axis: block;
  }
  .gsap-section .about-section-stage,
  .gsap-section .about-section-track {
    grid-area: 1/1;
  }
  .gsap-section .about-section-stage {
    display: grid;
    position: sticky;
    top: var(--about-header-offset);
    align-self: start;
    height: auto;
    z-index: 1;
  }
  .gsap-section .about-section-track {
    display: block;
    z-index: 0;
    pointer-events: none;
  }
  .gsap-section .about-section-marker {
    display: block;
    height: var(--about-scroll-step-size);
  }
  .gsap-section .about-step {
    position: relative;
    inset: auto;
    grid-area: 1/1;
    min-height: auto;
    opacity: 0;
    visibility: hidden;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-timeline: --about-section-timeline;
    animation-range: cover var(--range-start) cover var(--range-end);
  }
  .gsap-section .inner {
    height: auto;
    min-height: 760px;
  }
  .gsap-section .about-step.step-first {
    animation-name: aboutStepFirst;
  }
  .gsap-section .about-step.step-first .left img {
    animation-name: aboutPhotoFirst;
  }
  .gsap-section .about-step.step-first .right .text .bg {
    animation-name: aboutTextFirst;
  }
  .gsap-section .about-step.step-first-two {
    animation-name: aboutStepFirstTwo;
  }
  .gsap-section .about-step.step-first-two .left img {
    animation-name: aboutPhotoFirstTwo;
  }
  .gsap-section .about-step.step-first-two .right .text .bg {
    animation-name: aboutTextFirstTwo;
  }
  .gsap-section .about-step.step-middle {
    animation-name: aboutStepMiddle;
  }
  .gsap-section .about-step.step-middle .left img {
    animation-name: aboutPhotoMiddle;
  }
  .gsap-section .about-step.step-middle .right .text .bg {
    animation-name: aboutTextMiddle;
  }
  .gsap-section .about-step.step-last {
    animation-name: aboutStepLast;
  }
  .gsap-section .about-step.step-last .left img {
    animation-name: aboutPhotoLast;
  }
  .gsap-section .about-step.step-last .right .text .bg {
    animation-name: aboutTextLast;
  }
  .gsap-section .about-step.step-last-two {
    animation-name: aboutStepLastTwo;
  }
  .gsap-section .about-step.step-last-two .left img {
    animation-name: aboutPhotoLastTwo;
  }
  .gsap-section .about-step .left img {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-timeline: --about-section-timeline;
    animation-range: cover var(--range-start) cover var(--range-end);
  }
  .gsap-section .about-step .right .text .bg {
    will-change: transform;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-timeline: --about-section-timeline;
    animation-range: cover var(--range-start) cover var(--range-end);
  }
}
@keyframes aboutStepFirst {
  0% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  70% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: none;
  }
}
@keyframes aboutPhotoFirst {
  0% {
    transform: translate3d(0, 0, 0);
  }
  70% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -12%, 0);
  }
}
@keyframes aboutTextFirst {
  0% {
    transform: translateX(calc(var(--about-frame-shift-x) + var(--about-frame-adjust-x))) translate3d(0, 48px, 0);
  }
  18%, 70% {
    transform: translateX(calc(var(--about-frame-shift-x) + var(--about-frame-adjust-x))) translate3d(0, 0, 0);
  }
  100% {
    transform: translateX(calc(var(--about-frame-shift-x) + var(--about-frame-adjust-x))) translate3d(0, -48px, 0);
  }
}
@keyframes aboutStepMiddle {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: none;
  }
  25% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  75% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: none;
  }
}
@keyframes aboutPhotoMiddle {
  0% {
    transform: translate3d(0, 12%, 0);
  }
  25% {
    transform: translate3d(0, 0, 0);
  }
  75% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -12%, 0);
  }
}
@keyframes aboutTextMiddle {
  0% {
    transform: translateX(calc(var(--about-frame-shift-x) + var(--about-frame-adjust-x))) translate3d(0, 48px, 0);
  }
  25%, 75% {
    transform: translateX(calc(var(--about-frame-shift-x) + var(--about-frame-adjust-x))) translate3d(0, 0, 0);
  }
  100% {
    transform: translateX(calc(var(--about-frame-shift-x) + var(--about-frame-adjust-x))) translate3d(0, -48px, 0);
  }
}
@keyframes aboutStepLast {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: none;
  }
  35% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
@keyframes aboutPhotoLast {
  0% {
    transform: translate3d(0, 12%, 0);
  }
  35% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes aboutTextLast {
  0% {
    transform: translateX(calc(var(--about-frame-shift-x) + var(--about-frame-adjust-x))) translate3d(0, 48px, 0);
  }
  35%, 100% {
    transform: translateX(calc(var(--about-frame-shift-x) + var(--about-frame-adjust-x))) translate3d(0, 0, 0);
  }
}
@keyframes aboutStepFirstTwo {
  0% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  78% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: none;
  }
}
@keyframes aboutPhotoFirstTwo {
  0% {
    transform: translate3d(0, 0, 0);
  }
  78% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -12%, 0);
  }
}
@keyframes aboutTextFirstTwo {
  0% {
    transform: translateX(calc(var(--about-frame-shift-x) + var(--about-frame-adjust-x))) translate3d(0, 48px, 0);
  }
  18%, 78% {
    transform: translateX(calc(var(--about-frame-shift-x) + var(--about-frame-adjust-x))) translate3d(0, 0, 0);
  }
  100% {
    transform: translateX(calc(var(--about-frame-shift-x) + var(--about-frame-adjust-x))) translate3d(0, -48px, 0);
  }
}
@keyframes aboutStepLastTwo {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: none;
  }
  22% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
@keyframes aboutPhotoLastTwo {
  0% {
    transform: translate3d(0, 12%, 0);
  }
  22% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes aboutTextLastTwo {
  0% {
    transform: translateX(calc(var(--about-frame-shift-x) + var(--about-frame-adjust-x))) translate3d(0, 48px, 0);
  }
  22%, 100% {
    transform: translateX(calc(var(--about-frame-shift-x) + var(--about-frame-adjust-x))) translate3d(0, 0, 0);
  }
}
.about-index__list li {
  list-style: "";
}

@media screen and (max-width: 1300px) {
  .gsap-section {
    --about-header-offset: 64px;
    --about-frame-shift-x: 0px;
    --about-frame-extra-width: 0px;
    --about-frame-adjust-x: 0px;
    --about-frame-box-top: auto;
    --about-frame-box-right: auto;
    --about-frame-box-width: 100%;
    --about-frame-box-height: auto;
    --about-frame-content-padding: 48px 28px 36px;
    --about-line-offset-bottom: -40px;
    --about-line-reserve: 72px;
    min-height: auto;
    height: auto;
    overflow: visible;
    display: block;
    view-timeline-name: none;
  }
  .gsap-section .about-section-stage {
    display: block;
    position: relative;
    height: auto;
    padding: 0 24px;
  }
  .gsap-section .about-section-track {
    display: none;
  }
  .gsap-section .about-step {
    display: block;
    grid-area: auto;
    position: relative;
    inset: auto;
    min-height: auto;
    padding-bottom: 156px;
    opacity: 1;
    visibility: visible;
    animation: none;
  }
  .gsap-section .about-step .bg-frame,
  .gsap-section .about-step .inner,
  .gsap-section .about-step .left img,
  .gsap-section .about-step .right .text .bg {
    animation: none;
  }
  .gsap-section .inner {
    display: block;
    height: auto;
    min-height: auto;
    padding: 24px 0 0;
  }
  .gsap-section .inner::after {
    bottom: var(--about-line-offset-bottom);
    background-size: contain;
  }
  .gsap-section .left,
  .gsap-section .right {
    width: 100%;
    height: auto;
  }
  .gsap-section .left {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    aspect-ratio: 3747/1988;
    align-self: auto;
    transform: none;
    margin-bottom: 24px;
  }
  .gsap-section .left img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .gsap-section .about-step .bg-frame,
  .gsap-section .right .text .bg {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    transform: none;
  }
  .gsap-section .right .text .bg {
    margin-top: 0;
  }
  .gsap-section .about-step.step-first .right .text .bg {
    width: min(100%, 1040px);
    margin-inline: auto;
    aspect-ratio: 2000/944;
    padding: clamp(52px, 6vw, 88px) clamp(13%, 15vw, 180px) clamp(44px, 5vw, 72px);
    background-image: var(--about-frame-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }
  .gsap-section .about-step.step-middle .right .text .bg {
    width: min(100%, 1040px);
    margin-inline: auto;
    aspect-ratio: 2000/944;
    padding: clamp(52px, 6vw, 88px) clamp(13%, 15vw, 180px) clamp(44px, 5vw, 72px);
    background-image: var(--about-frame-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }
  .gsap-section .about-step.step-last .right .text .bg {
    width: min(100%, 1040px);
    margin-inline: auto;
    aspect-ratio: 2000/944;
    padding: clamp(52px, 6vw, 88px) clamp(13%, 15vw, 180px) clamp(44px, 5vw, 72px);
    background-image: var(--about-frame-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }
  .gsap-section .about-step.step-first .right .text .bg > * {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
  }
  .gsap-section .about-step.step-middle .right .text .bg > * {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
  }
  .gsap-section .about-step.step-last .right .text .bg > * {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
  }
  .gsap-section .bg .title {
    display: block;
  }
  .gsap-section .bg .title h3 {
    font-size: 22px;
    line-height: 1.5;
  }
  .gsap-section .bg .title .en {
    display: block;
    padding-right: 0;
    margin-top: 4px;
  }
  .title-box-mobile {
    position: static;
    width: min(700px, 100%);
    max-width: 100%;
    margin: 0 0 24px;
  }
  .title-box-mobile .title {
    width: 100%;
    max-width: 100%;
  }
  .title-box-desktop {
    display: none;
  }
  .gsap-section > .title-box-mobile {
    display: block;
    position: static;
    width: min(700px, 100% - 48px);
    max-width: calc(100% - 48px);
    margin: 102px 24px 24px;
  }
}
@media screen and (max-width: 960px) {
  .sec_btn .title {
    width: min(700px, 100% - 32px);
    margin: 32px auto 0;
    transform: none;
    display: block;
  }
  .section-nav {
    width: min(720px, 100% - 32px);
    margin: 40px auto 72px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .section-nav .nav-btn,
  .section-nav .nav-btn:nth-child(even),
  .section-nav .nav-btn:nth-child(3) {
    width: calc(50% - 10px);
    max-width: 220px;
    margin-left: 0;
    margin-top: 0;
  }
  .gsap-section {
    --about-header-offset: 64px;
    --about-frame-shift-x: 0px;
    --about-frame-extra-width: 0px;
    --about-frame-adjust-x: 0px;
    --about-frame-box-top: auto;
    --about-frame-box-right: auto;
    --about-frame-box-width: 100%;
    --about-frame-box-height: auto;
    --about-frame-content-padding: 48px 28px 36px;
    --about-line-offset-bottom: -40px;
    --about-line-reserve: 72px;
    min-height: auto;
    height: auto;
    overflow: visible;
    display: block;
    view-timeline-name: none;
  }
  .gsap-section .about-section-stage {
    display: block;
    position: relative;
    height: auto;
    padding: 0 16px;
  }
  .gsap-section .about-section-track {
    display: none;
  }
  .gsap-section .about-step {
    display: block;
    grid-area: auto;
    position: relative;
    inset: auto;
    min-height: auto;
    padding-bottom: 56px;
    opacity: 1;
    visibility: visible;
    animation: none;
  }
  .gsap-section .about-step .bg-frame,
  .gsap-section .about-step .inner,
  .gsap-section .about-step .left img,
  .gsap-section .about-step .right .text .bg {
    animation: none;
  }
  .gsap-section .inner {
    display: block;
    height: auto;
    min-height: auto;
    padding: 24px 0 0;
  }
  .gsap-section .inner::after {
    bottom: var(--about-line-offset-bottom);
    background-size: contain;
  }
  .gsap-section .left,
  .gsap-section .right {
    width: 100%;
    height: auto;
  }
  .gsap-section .left {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    aspect-ratio: 3747/1988;
    align-self: auto;
    transform: none;
    margin-bottom: 24px;
  }
  .gsap-section .left img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .gsap-section .about-step .bg-frame,
  .gsap-section .right .text .bg {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    transform: none;
  }
  .gsap-section .right .text .bg {
    margin-top: 0;
  }
  .gsap-section .about-step.step-first .right .text .bg {
    width: min(100%, 1040px);
    margin-inline: auto;
    aspect-ratio: 2000/944;
    padding: clamp(42px, 7vw, 72px) clamp(12%, 13vw, 132px) clamp(36px, 6vw, 56px);
    background-image: var(--about-frame-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }
  .gsap-section .about-step.step-middle .right .text .bg {
    width: min(100%, 1040px);
    margin-inline: auto;
    aspect-ratio: 2000/944;
    padding: clamp(42px, 7vw, 72px) clamp(12%, 13vw, 132px) clamp(36px, 6vw, 56px);
    background-image: var(--about-frame-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }
  .gsap-section .about-step.step-last .right .text .bg {
    width: min(100%, 1040px);
    margin-inline: auto;
    aspect-ratio: 2000/944;
    padding: clamp(42px, 7vw, 72px) clamp(12%, 13vw, 132px) clamp(36px, 6vw, 56px);
    background-image: var(--about-frame-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }
  .gsap-section .about-step.step-first .right .text .bg > * {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
  }
  .gsap-section .about-step.step-middle .right .text .bg > * {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
  }
  .gsap-section .about-step.step-last .right .text .bg > * {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
  }
  .gsap-section .bg .title {
    display: block;
  }
  .gsap-section .bg .title h3 {
    font-size: 22px;
    line-height: 1.5;
  }
  .gsap-section .bg .title .en {
    display: block;
    padding-right: 0;
    margin-top: 4px;
  }
  .title-box-mobile {
    position: static;
    width: min(700px, 100%);
    max-width: 100%;
    margin: 0 0 24px;
  }
  .title-box-mobile .title {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .title_en {
    font-size: 35px;
  }
  .title_en span img {
    height: 60px;
  }
}
@media screen and (max-width: 520px) {
  .section-nav {
    gap: 14px;
    margin-bottom: 0;
  }
  .section-nav .nav-btn,
  .section-nav .nav-btn:nth-child(even),
  .section-nav .nav-btn:nth-child(3) {
    width: calc(50% - 7px);
    max-width: none;
  }
  .title-box-mobile {
    width: min(700px, 100% - 32px);
    margin: 0 0 24px 16px;
    max-width: calc(100% - 32px);
  }
  .title-box-mobile .number {
    min-width: 56px;
  }
  .title-box-mobile .text {
    padding-left: 18px;
  }
  .title-box-mobile .text h2 {
    padding-top: 8px;
    font-size: 24px;
    margin-bottom: 12px;
  }
  .gsap-section > .title-box-mobile {
    position: static;
    width: min(700px, 100% - 32px);
    max-width: calc(100% - 32px);
    margin: 104px 16px 24px;
  }
  .gsap-section {
    --about-frame-content-padding: 34px 18px 26px;
    --about-line-reserve: 56px;
  }
  .gsap-section .bg .title h3 {
    font-size: 20px;
  }
  .gsap-section .bg .title .en {
    font-size: 16px;
  }
}
.title-box {
  position: absolute;
  top: 48px;
  right: clamp(24px, 5vw, 72px);
  width: min(560px, 40vw);
  max-width: calc(100% - 48px);
  margin: 0;
  z-index: 6;
}
.title-box .title {
  display: flex;
  width: 100%;
  max-width: none;
  align-items: flex-start;
}
.title-box .text {
  padding-left: 30px;
}
.title-box .text h2 {
  padding-top: 20px;
  font-size: 30px;
  letter-spacing: 0.2rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.gsap-section {
  scroll-margin-top: calc(var(--about-header-offset) + 24px);
}

#section1 h2 {
  border-bottom: solid 1px #78ce7e;
}

#section2 h2 {
  border-bottom: solid 1px #c97473;
}

#section3 h2 {
  border-bottom: solid 1px #d99d48;
}

#section4 h2 {
  border-bottom: solid 1px #4e66cb;
}

.gsap-section .btn a {
  font-size: 14px;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gsap-section.gsap2 {
  --about-frame-image: url("../../src/about/frame2.webp");
}
.gsap-section.gsap2 .bg-frame::before {
  background-image: var(--about-frame-image);
}
.gsap-section.gsap2 .bg .title {
  color: #c97473;
}

.gsap-section.gsap3 {
  --about-frame-image: url("../../src/about/frame3.webp");
}
.gsap-section.gsap3 .bg-frame::before {
  background-image: var(--about-frame-image);
}
.gsap-section.gsap3 .bg .title {
  color: #d99d48;
}

.gsap-section.gsap4 {
  --about-frame-image: url("../../src/about/frame4.webp");
}
.gsap-section.gsap4 .bg-frame::before {
  background-image: var(--about-frame-image);
}
.gsap-section.gsap4 .bg .title {
  color: #4e66cb;
}

.message {
  background-image: url(../../src/about/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: -100px 0 150px 0;
}
.message .message_box {
  text-align: center;
  padding: 400px 0;
}
.message .title {
  color: #0a3b5d;
  font-size: 30px;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.message .title span {
  font-size: 40px;
}
.message p {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 520px) {
  .title-box .text h2 {
    padding-top: 0;
    font-size: 25px;
  }
  .title-box .text {
    padding-left: 10px;
  }
  .message {
    margin-bottom: 50px;
  }
  .message .title {
    font-size: 22px;
  }
  .message .title span {
    font-size: 28px;
  }
  .message p {
    font-size: 14px;
  }
}
.about-page--editorial {
  --about-surface: #ffffff;
  --about-line-soft: #d9e5ef;
  --about-shadow-soft: 0 18px 40px rgba(9, 58, 92, 0.08);
  background: #ffffff;
}
.about-page--editorial .bg_img1 {
  background: none;
}
.about-page--editorial .sub_top {
  overflow: visible;
  padding-bottom: 28px;
}
.about-page--editorial .sub_top hr {
  width: 100%;
  max-width: 420px;
  margin: 28px 0 22px;
  border-bottom-color: #d5dde6;
}
.about-page--editorial .top_box {
  width: min(1120px, 100% - 32px);
  max-width: none;
  display: block;
}
.about-page--editorial .top_box .title_box {
  padding-top: 136px;
}
.about-page--editorial .top_box .left {
  width: 100%;
}
.about-page--editorial .title_en {
  font-size: clamp(35px, 5.2vw, 55px);
}
.about-page--editorial .title_en span img {
  transform: translate(-40%, 0);
}
.about-page--editorial .top_text {
  width: 100%;
  margin: 50px 0 50px 0;
}
.about-page--editorial .top_text p {
  font-size: 15px;
  line-height: 2.1;
  color: #23384b;
}
.about-page--editorial .about-hero-strip {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: 0 0 28px;
  margin-bottom: 0;
}
.about-page--editorial .about-hero-strip__marquee {
  width: 100%;
  overflow: hidden;
}
.about-page--editorial .about-hero-strip__track {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  animation: about-hero-loop 26s linear infinite;
  will-change: transform;
  margin-bottom: 40px;
}
.about-page--editorial .about-hero-strip__loop {
  display: block;
  width: max(130vw, 2184px);
  max-width: none;
  flex: 0 0 auto;
  margin-right: -48px;
  border-radius: 0;
}
.about-page--editorial .about-hero-strip__line {
  display: block;
  width: 100%;
  height: 15px;
  margin-top: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-page--editorial .about-hero-strip__line--mobile {
  display: none;
}
.about-page--editorial .gsap-section {
  --about-accent: #78ce7e;
  max-width: min(1120px, 100% - 32px);
  margin: 0 auto 28px;
  padding-top: clamp(46px, 6vw, 76px);
  min-height: 0;
  height: auto;
  display: block !important;
  isolation: auto;
  view-timeline-name: none;
  view-timeline-axis: initial;
}
.about-page--editorial .gsap-section .about-section-stage {
  display: block;
  position: static;
  height: auto;
  padding: 0;
}
.about-page--editorial .gsap-section .about-section-track {
  display: none !important;
}
.about-page--editorial .gsap-section .about-step {
  display: block;
  position: relative;
  inset: auto;
  min-height: 0;
  margin-top: 26px;
  padding: 0;
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
}
.about-page--editorial .gsap-section .about-step .bg-frame {
  display: none !important;
}
.about-page--editorial .gsap-section .about-step .inner,
.about-page--editorial .gsap-section .about-step .left img,
.about-page--editorial .gsap-section .about-step .right .text .bg {
  animation: none !important;
}
.about-page--editorial .gsap-section .inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: 32px;
  align-items: stretch;
  min-height: 0;
  padding: 0;
}
.about-page--editorial .gsap-section .inner::after {
  display: none !important;
}
.about-page--editorial .gsap-section .left,
.about-page--editorial .gsap-section .right {
  position: static;
  width: auto;
  height: auto;
  aspect-ratio: auto;
  margin: 0;
  transform: none;
  filter: none;
  background: transparent;
  -webkit-mask-image: none;
  mask-image: none;
  overflow: visible;
}
.about-page--editorial .gsap-section .left::before,
.about-page--editorial .gsap-section .left::after {
  display: none;
}
.about-page--editorial .gsap-section .left {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--about-shadow-soft);
  background: #ffffff;
}
.about-page--editorial .gsap-section .left img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: none;
  opacity: 1;
  filter: none;
}
.about-page--editorial .gsap-section .right {
  display: flex;
}
.about-page--editorial .gsap-section .right .text {
  position: static;
  width: 100%;
  max-width: none;
  height: 100%;
}
.about-page--editorial .gsap-section .right .text .bg {
  position: static;
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 34px 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: auto !important;
  transform: none !important;
  background: #ffffff !important;
  border: 1px solid var(--about-line-soft);
  border-radius: 24px;
  box-shadow: var(--about-shadow-soft);
}
.about-page--editorial .gsap-section .bg .title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px 14px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--about-line-soft);
  color: var(--about-accent);
}
.about-page--editorial .gsap-section .bg .title h3 {
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
.about-page--editorial .gsap-section .bg .title .en {
  padding-right: 0;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 0;
}
.about-page--editorial .gsap-section .bg p {
  font-size: 16px;
  line-height: 2;
}
.about-page--editorial .gsap-section .btn {
  margin-top: 22px;
  text-align: left;
}
.about-page--editorial .gsap-section .btn a {
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--about-accent);
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  box-shadow: 0 10px 20px rgba(16, 110, 176, 0.18);
}
.about-page--editorial .gsap-section .btn.none {
  display: none;
}
.about-page--editorial .gsap1 {
  --about-accent: #78ce7e;
}
.about-page--editorial .gsap2 {
  --about-accent: #c97473;
}
.about-page--editorial .gsap3 {
  --about-accent: #d99d48;
}
.about-page--editorial .gsap4 {
  --about-accent: #4e66cb;
}
.about-page--editorial .title-box {
  position: static;
  top: auto;
  right: auto;
  width: 100%;
  max-width: none;
  margin: 0 0 30px;
  z-index: auto;
}
.about-page--editorial .title-box .title {
  display: flex;
  width: 100%;
  max-width: none;
  align-items: flex-start;
  gap: 22px;
}
.about-page--editorial .title-box .number {
  width: 72px;
  flex: 0 0 72px;
}
.about-page--editorial .title-box .text {
  padding-left: 0;
}
.about-page--editorial .title-box .text h2 {
  padding-top: 0;
  padding-bottom: 14px;
  margin: 0 0 16px;
  font-size: clamp(30px, 3.2vw, 40px);
  line-height: 1.35;
  letter-spacing: 0.04em;
  color: #0a3b5d;
}
.about-page--editorial .title-box .text p {
  font-size: 16px;
  line-height: 2;
}
.about-page--editorial .title-box-mobile {
  display: none;
}
.about-page--editorial .title-box-desktop {
  display: block;
}
.about-page--editorial #section1 h2 {
  border-bottom: 2px solid #78ce7e;
}
.about-page--editorial #section2 h2 {
  border-bottom: 2px solid #c97473;
}
.about-page--editorial #section3 h2 {
  border-bottom: 2px solid #d99d48;
}
.about-page--editorial #section4 h2 {
  border-bottom: 2px solid #4e66cb;
}
.about-page--editorial .message {
  width: min(1120px, 100% - 32px);
  margin: 96px auto 120px;
  border-radius: 32px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.about-page--editorial .message .message_box {
  padding: clamp(120px, 18vw, 220px) 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.12));
}
.about-page--editorial .message .title {
  font-size: clamp(28px, 3vw, 38px);
}
.about-page--editorial .message .title span {
  font-size: 1.2em;
}
.about-page--editorial .message p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.9;
}

@media screen and (max-width: 960px) {
  .about-page--editorial .top_box .title_box {
    padding-top: 150px;
  }
  .about-page--editorial .title-box-mobile,
  .about-page--editorial .gsap-section > .title-box-mobile {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 0 22px;
  }
  .about-page--editorial .title-box-desktop {
    display: none;
  }
  .about-page--editorial .title-box .title {
    gap: 16px;
  }
  .about-page--editorial .title-box .number {
    width: 60px;
    flex-basis: 60px;
  }
  .about-page--editorial .title-box .text h2 {
    font-size: 28px;
  }
  .about-page--editorial .gsap-section {
    padding-top: 64px;
  }
  .about-page--editorial .gsap-section .inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .about-page--editorial .gsap-section .right .text .bg {
    min-height: 0;
    padding: 24px 22px 22px;
    border-radius: 20px;
  }
  .about-page--editorial .gsap-section .left {
    border-radius: 20px;
  }
  .about-page--editorial .gsap-section .left img {
    aspect-ratio: 4/3;
  }
  .about-page--editorial .gsap-section .bg .title h3 {
    font-size: 24px;
  }
  .about-page--editorial .message {
    margin: 72px auto 88px;
    border-radius: 24px;
  }
  .about-page--editorial .message .message_box {
    padding: 92px 18px;
  }
}
.message_box {
  display: none;
}

@media screen and (max-width: 640px) {
  .about-page--editorial .sub_top {
    padding-bottom: 22px;
  }
  .about-page--editorial .top_box .title_box {
    width: 100%;
    box-sizing: border-box;
    padding-top: 118px;
    overflow-x: hidden;
  }
  .about-page--editorial .title_en {
    font-size: 30px;
  }
  .about-page--editorial .top_text p {
    font-size: 14px;
  }
  .about-page--editorial .about-hero-strip {
    padding-bottom: 18px;
  }
  .about-page--editorial .about-hero-strip__line {
    height: 7px;
    margin-top: 6px;
  }
  .about-page--editorial .about-hero-strip__line--desktop {
    display: none;
  }
  .about-page--editorial .about-hero-strip__line--mobile {
    display: block;
    width: 100vw;
    max-width: none;
    margin: 0 0 4px calc(50% - 50vw);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-page--editorial .about-hero-strip__loop {
    margin-right: -32px;
  }
  .about-page--editorial .title-box .title {
    gap: 12px;
  }
  .about-page--editorial .title-box .number {
    width: 54px;
    flex-basis: 54px;
  }
  .about-page--editorial .title-box .text h2 {
    font-size: 24px;
  }
  .about-page--editorial .title-box .text p {
    font-size: 14px;
  }
  .about-page--editorial .gsap-section {
    padding-top: 52px;
  }
  .about-page--editorial .gsap-section .about-step {
    margin-top: 18px;
  }
  .about-page--editorial .gsap-section .right .text .bg {
    padding: 20px 18px 18px;
  }
  .about-page--editorial .gsap-section .bg .title {
    margin-bottom: 14px;
    padding-bottom: 12px;
  }
  .about-page--editorial .gsap-section .bg .title h3 {
    font-size: 20px;
  }
  .about-page--editorial .gsap-section .bg .title .en {
    font-size: 15px;
  }
  .about-page--editorial .gsap-section .bg p {
    font-size: 14px;
  }
  .about-page--editorial .gsap-section .btn a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .about-page--editorial .message {
    margin-bottom: 56px;
  }
  .about-page--editorial .message .message_box {
    padding: 72px 16px;
  }
  .about-page--editorial .message .title {
    font-size: 24px;
  }
  .about-page--editorial .message p {
    font-size: 14px;
  }
}
.about-page--editorial .about-support {
  max-width: min(1120px, 100% - 32px);
  margin: 0 auto 28px;
}
.about-page--editorial .about-support__layout {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  padding-top: clamp(44px, 6vw, 78px);
}
.about-page--editorial .about-index {
  align-self: start;
}
.about-page--editorial .about-index__sticky {
  position: sticky;
  top: 118px;
}
.about-page--editorial .about-index__title {
  color: #106eb0;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Monte Stella", sans-serif;
  font-weight: 800;
  font-style: italic;
}
.about-page--editorial .about-index__nav {
  margin-top: 22px;
}
.about-page--editorial .about-index__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-page--editorial .about-index__link {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 10px;
  align-items: baseline;
  color: #262626;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 0 8px 36px;
  transition: color 0.25s ease, opacity 0.25s ease;
}
.about-page--editorial .about-index__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  background: #1a1a1a;
  transform: translateY(-50%);
  transform-origin: left center;
  opacity: 0.45;
  transition: width 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}
.about-page--editorial .about-index__link:hover::before,
.about-page--editorial .about-index__link.is-active::before {
  width: 25px;
  transform: translateY(-50%);
  opacity: 1;
}
.about-page--editorial .about-index__ja {
  font-weight: 700;
  letter-spacing: 0.06em;
  opacity: 0.5;
  transition: padding-left 0.25s ease, opacity 0.25s ease;
}
.about-page--editorial .about-index__en {
  color: #1a1a1a;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.5;
  letter-spacing: 0.06em;
  transition: color 0.25s ease, opacity 0.25s ease, padding-left 0.25s ease;
}
.about-page--editorial .about-index__link:hover .about-index__ja,
.about-page--editorial .about-index__link.is-active .about-index__ja {
  padding-left: 5px;
  opacity: 1;
}
.about-page--editorial .about-index__link:hover .about-index__en,
.about-page--editorial .about-index__link.is-active .about-index__en {
  padding-left: 5px;
  opacity: 1;
}
.about-page--editorial .about-support__heading {
  margin: 0 0 62px;
  color: #3175ba;
  text-align: center;
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.about-page--editorial .about-support__heading span {
  font-size: 30px;
}
.about-page--editorial .about-support-section {
  --section-accent: #76ca7b;
  scroll-margin-top: 120px;
}
.about-page--editorial .about-support-section + .about-support-section {
  margin-top: 78px;
}
.about-page--editorial .about-support-section--job {
  --section-accent: #76ca7b;
}
.about-page--editorial .about-support-section--quality {
  --section-accent: #e8a8a8;
}
.about-page--editorial .about-support-section--trust {
  --section-accent: #f7c37b;
}
.about-page--editorial .about-support-section--place {
  --section-accent: #93a7fa;
}
.about-page--editorial .about-support-section__header {
  margin-bottom: 36px;
}
.about-page--editorial .about-support-section__title-row {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 18px;
}
.about-page--editorial .about-support-section__num {
  color: var(--section-accent);
  font-size: 52px;
  font-family: "Monte Stella", sans-serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.about-page--editorial .about-support-section__title {
  margin: 0;
  color: #262626;
  font-size: 38px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.about-page--editorial .about-support-section__lead {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 2;
  color: #262626;
}
.about-page--editorial .about-support-section__items {
  display: grid;
  gap: 54px;
}
.about-page--editorial .about-card {
  display: grid;
  gap: 18px;
}
.about-page--editorial .about-card__media {
  margin: 0;
  overflow: hidden;
  background: #ffffff;
}
.about-page--editorial .about-card__media img {
  display: block;
  width: 100%;
  height: auto;
}
.about-page--editorial .about-card__body {
  display: grid;
  gap: 12px;
}
.about-page--editorial .about-card__foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
.about-page--editorial .about-card__heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
  min-width: 0;
  color: var(--section-accent);
  flex-wrap: wrap;
  padding-left: 10px;
  border-left: 10px solid var(--section-accent);
}
.about-page--editorial .about-card__heading h4 {
  margin: 0;
  font-size: clamp(26px, 2.2vw, 34px);
  line-height: 1.35;
  letter-spacing: 0.02em;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.about-page--editorial .about-card__en {
  font-size: 20px;
  line-height: 1;
  font-style: italic;
  font-family: "Monte Stella Trial", sans-serif;
  font-family: "Monte Stella VF Trial", sans-serif;
}
.about-page--editorial .about-card__copy {
  margin: 0;
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 2;
  color: #262626;
}
.about-page--editorial .about-card__link {
  flex-shrink: 0;
  min-width: 226px;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--section-accent);
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

@media screen and (max-width: 960px) {
  .about-page--editorial .about-support__layout {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 38px;
  }
  .about-page--editorial .about-index__sticky {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .about-page--editorial .about-index__nav {
    margin-top: 14px;
  }
  .about-page--editorial .about-index__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }
  .about-page--editorial .about-support__heading {
    margin-bottom: 40px;
    font-size: 34px;
  }
  .about-page--editorial .about-support-section + .about-support-section {
    margin-top: 64px;
  }
  .about-page--editorial .about-support-section__header {
    margin-bottom: 28px;
  }
  .about-page--editorial .about-support-section__title {
    font-size: 34px;
  }
  .about-page--editorial .about-card__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .about-page--editorial .about-card__foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .about-page--editorial .about-card__link {
    min-width: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 640px) {
  .about-page--editorial .about-support__layout {
    padding-top: 0;
  }
  .about-page--editorial .about-support__layout {
    gap: 48px;
  }
  .about-page--editorial .about-index__title {
    font-size: 28px;
  }
  .about-page--editorial .about-index__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-page--editorial .about-support__heading {
    margin-bottom: 28px;
    font-size: 23px;
    text-align: left;
  }
  .about-page--editorial .about-support__heading span {
    font-size: 18px;
  }
  .about-page--editorial .about-support-section__title-row {
    gap: 10px;
  }
  .about-page--editorial .about-support-section__num {
    font-size: 34px;
  }
  .about-page--editorial .about-support-section__title {
    font-size: 24px;
  }
  .about-page--editorial .about-support-section__lead {
    margin-top: 10px;
    font-size: 14px;
  }
  .about-page--editorial .about-support-section__items {
    gap: 34px;
  }
  .about-page--editorial .about-card {
    gap: 14px;
  }
  .about-page--editorial .about-card__heading {
    gap: 8px;
  }
  .about-page--editorial .about-card__heading h4 {
    font-size: 21px;
  }
  .about-page--editorial .about-card__en {
    font-size: 15px;
  }
  .about-page--editorial .about-card__copy {
    font-size: 14px;
  }
  .about-page--editorial .about-card__link {
    width: 100%;
  }
}/*# sourceMappingURL=about.css.map */