@charset "utf-8";


/* common */
.section {position: relative; padding-block: 160px 180px;}
.mp-head {margin-bottom: 80px;}
.mp-tit-tag {font-size: 28px; font-weight: 700; font-family: var(--ff-secondary); color: var(--primary); line-height: 1; text-transform: uppercase; padding-bottom: 25px; display: block;}
.mp-tit {font-size: 50px; font-weight: 400; line-height: 1.25;}
.mp-desc {font-size: 18px; font-weight: 400; line-height: 1.5; margin-top: 40px; word-break: keep-all;}

@media screen and (max-width: 1399px) {
  .section:not(.visual-section) {padding-block: 120px 140px;}
  .mp-head {margin-bottom: 60px;}
  .mp-tit-tag {font-size: 24px; padding-bottom: 20px;}
  .mp-tit {font-size: 36px;}
  .mp-desc {font-size: 17px; margin-top: 32px;}
}

@media screen and (max-width: 767px) {
  .section:not(.visual-section) {padding-block: 100px 120px;}
  .mp-head {margin-bottom: 40px;}
  .mp-tit-tag {font-size: 18px; padding-bottom: 14px;}
  .mp-tit {font-size: 28px;}
  .mp-desc {font-size: 15px; margin-top: 24px;}
}

/* Visual */
.visual-section {width: 100%; height: 100vh; overflow: hidden; position: relative;}
.visual-section .vid-wrap {position: absolute; top: 100px; left: 30px; right: 30px; bottom: 30px; border-radius: 20px; overflow: hidden;}
.visual-section .vid-wrap video {width: 100%; height: 100%; object-fit: cover;}
.visual-section .visual-vid--mo {display: none;}
@media screen and (max-width: 1399px) {
  .visual-section .vid-wrap {top: 0; left: 0; right: 0; bottom: 0; border-radius: 0;}
}
@media screen and (max-width: 767px) {
  .visual-section .visual-vid--pc {display: none;}
  .visual-section .visual-vid--mo {display: block;}
}


/* company */
.comp-section {height: 1080px;}
.comp-section .bg .comp-bg--mo {display: none;}
.comp-section .container--wide {height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; gap: 100px;}
.comp-section .mp-head {color: #fff; margin-right: 110px;}
.comp-section .mp-tit-tag {color: #00E5FF;}

.comp-section .mp-body {width: 760px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;}
.comp-section .mp-body .item {height: 210px; display: flex; flex-direction: column; align-items: center; gap: 30px; text-align: center; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.4); backdrop-filter: blur(10px);}
.comp-section .mp-body .item .count {font-size: 44px; font-weight: 700; font-family: var(--ff-secondary); line-height: 1; color: #fff; margin-top: 50px;}
.comp-section .mp-body .item .count-tit {font-size: 18px; font-weight: 700; color: #E0E0E0; line-height: 1.5;}

@media screen and (max-width: 1399px) {
  .comp-section {height: auto; min-height: 800px;}
  .comp-section .container--wide {align-items: center; gap: 120px;}
  .comp-section .mp-head {margin-right: 0; width: 100%; text-align: center;}
  .comp-section .mp-body {width: 100%; max-width: 760px; grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width: 767px) {
  .comp-section .container--wide {gap: 310px;}
  .comp-section .bg .comp-bg--pc {display: none;}
  .comp-section .bg .comp-bg--mo {display: block;}
  .comp-section .mp-body {gap: 8px;}
  .comp-section .mp-body .item {height: fit-content; gap: 20px; padding-bottom: 24px;}
  .comp-section .mp-body .item .count {font-size: 28px; margin-top: 28px;}
  .comp-section .mp-body .item .count-tit {font-size: 14px;}
}


/* AX-ONE */
.ax-section {padding-bottom: 0; overflow: visible;}
.ax-section .mp-head {text-align: center;}


.ax-section .ax-cards-wrap {position: relative; margin-top: 10px;}
.ax-section .ax-cards {display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; position: relative; z-index: 2;}
.ax-section .ax-card {position: relative; width: 350px; height: 240px; padding: 0 20px 35px; border-radius: 10px; box-shadow: none;}
.ax-section .ax-card__float {position: absolute; top: -34px; right: 25px; width: auto; height: 95px; pointer-events: none;}
.ax-section .ax-card__float img {width: 100%; height: 100%; object-fit: contain;}
.ax-section .ax-card__badge {display: inline-flex; align-items: center; justify-content: center; min-width: 130px; padding: 10px 15px; border-radius: 0 0 8px 8px; font-size: 16px; font-weight: 700; color: #fff;}
.ax-section .ax-card__tit {margin-top: 25px; font-size: 24px; font-weight: 700; line-height: 1.25;}
.ax-section .ax-card__bar {display: block; width: 100%; height: 1px; background: #D4D4D4; margin: 15px 0;}
.ax-section .ax-card__list {display: flex; flex-direction: column; gap: 5px;}
.ax-section .ax-card__list li {position: relative; padding-left: 18px; font-size: 16px; line-height: 1.5; color: #333;}
.ax-section .ax-card__list li::before {content: ''; position: absolute; left: 0; top: 0.45em; width: 10px; height: 6px; border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(-45deg);}
.ax-section .ax-card__dot {position: absolute; left: 50%; bottom: 0; z-index: 3; width: 36px; height: 36px; border-radius: 50%; transform: translate(-50%, 50%); display: flex; align-items: center; justify-content: center;}
.ax-section .ax-card__dot-inner {width: 12px; height: 12px; border-radius: 50%;}
.ax-section .ax-card--blue {background: #F3F8FF;}
.ax-section .ax-card--blue .ax-card__badge {background: var(--primary);}
.ax-section .ax-card--blue .ax-card__tit {color: var(--primary);}
.ax-section .ax-card--blue .ax-card__list li::before {color: var(--primary);}
.ax-section .ax-card--blue .ax-card__dot {background: rgba(26, 106, 255, 0.15);}
.ax-section .ax-card--blue .ax-card__dot-inner {background: var(--primary);}
.ax-section .ax-card--purple {background: #FAF5FF;}
.ax-section .ax-card--purple .ax-card__badge {background: var(--secondary);}
.ax-section .ax-card--purple .ax-card__tit {color: var(--secondary);}
.ax-section .ax-card--purple .ax-card__list li::before {color: var(--secondary);}
.ax-section .ax-card--purple .ax-card__dot {background: rgba(148, 3, 233, 0.15);}
.ax-section .ax-card--purple .ax-card__dot-inner {background: var(--secondary);}
.ax-section .ax-card--orange {background: #FFF7F0;}
.ax-section .ax-card--orange .ax-card__badge {background: var(--third);}
.ax-section .ax-card--orange .ax-card__tit {color: var(--third);}
.ax-section .ax-card--orange .ax-card__list li::before {color: var(--third);}
.ax-section .ax-card--orange .ax-card__dot {background: rgba(255, 134, 0, 0.15);}
.ax-section .ax-card--orange .ax-card__dot-inner {background: var(--third);}

.ax-section .ax-flow {position: relative; padding-bottom: 110px;}
.ax-section .ax-flow__border {width: 760px; height: 56px; margin: 0 auto; border: 1.5px solid #6B6B6B; border-top: 0; border-radius: 0 0 24px 24px; overflow: visible;}
.ax-section .ax-flow__center {display: block; width: 1px; height: 0; margin: 0 auto; background: #6B6B6B; transition: height 0.7s ease;}
.ax-section.is-ax-flow-active .ax-flow__center {height: 160px; transition-delay: 0.12s !important;}

.ax-panel-stage {height: 1080px; min-height: 1080px; position: relative; background: #fff; overflow: visible; flex-shrink: 0; margin-top: -20px;}
.ax-panel-viewport {width: 100%; height: 100%; display: flex; justify-content: center; align-items: flex-start; padding-top: 0; overflow: visible;}
.ax-panel {position: relative; width: 1400px; max-width: calc(100% - 40px); height: 490px; border-radius: 24px; overflow: hidden; will-change: width, height, border-radius, transform, opacity; flex-shrink: 0; visibility: hidden; opacity: 0;}
.ax-panel.is-expanded {overflow: visible;}
.ax-panel__media {position: absolute; inset: 0;}
.ax-panel__media img {width: 100%; height: 100%; object-fit: cover;}
.ax-panel__bg {position: absolute; inset: 0; z-index: 1; display: flex; align-items: center; justify-content: center; padding-bottom: 290px; pointer-events: none; opacity: 0;}
.ax-panel__bg img {width: 780px; height: auto; object-fit: contain;}
.ax-panel__chars {position: absolute; inset: 0; z-index: 2; display: flex; justify-content: center; pointer-events: none;}
.ax-panel__chars .ax-panel__scene-inner img {position: absolute; left: 50%; bottom: 10%; width: min(58%, 680px); height: auto; transform: translateX(-50%); transform-origin: center bottom; will-change: width, bottom, transform;}
.ax-panel__scene {position: absolute; inset: 0; z-index: 3; display: flex; justify-content: center; pointer-events: none;}
.ax-panel__scene-inner {position: relative; width: min(var(--container-wide-width), calc(100% - 100px)); height: 100%;}
.ax-panel__labels {position: absolute; inset: 0;}
.ax-panel__label {position: absolute; white-space: nowrap; line-height: 1.35; letter-spacing: -0.02em;}
.ax-panel__label--blur {visibility: hidden; opacity: 1; padding: 20px; border-radius: 25px; font-size: 20px; font-weight: 600; color: #fff; background: rgba(255, 255, 255, 0.14); border: 1px solid rgba(255, 255, 255, 0.35); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);}
.ax-panel__label--bubble {opacity: 0; padding: 25px; border-radius: 25px; font-size: 20px; font-weight: 700; background: #fff; box-shadow: 0 8px 28px rgba(15, 30, 80, 0.14);}
.ax-panel__label--bubble.is-bubble-navy {color: #7906D6;}
.ax-panel__label--bubble.is-bubble-blue {color: var(--primary);}
.ax-panel__label--bubble::after {content: ''; position: absolute; width: 20px; height: 16px; background: #fff; clip-path: polygon(0 0, 100% 0, 0 100%);}
.ax-panel__label--bubble.is-pos-lm::after {right: 32px; bottom: -14px; clip-path: polygon(100% 0, 0 0, 100% 100%);}
.ax-panel__label--bubble.is-pos-rm::after {left: 32px; bottom: -14px;}
.ax-panel__label.is-pos-lt {left: 10%; top: 33%;}
.ax-panel__label.is-pos-lb {left: 11%; bottom: 36%;}
.ax-panel__label.is-pos-rt {right: 3%; top: 34%;}
.ax-panel__label.is-pos-rb {right: 6%; bottom: 37%;}
.ax-panel__label.is-pos-lm {left: 5%; top: 50%; transform: translateY(-50%);}
.ax-panel__label.is-pos-rm {right: 5%; top: 50%; transform: translateY(-50%);}
.ax-panel__content {position: absolute; inset: 0; z-index: 4; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 98px 70px 84px; text-align: center; color: #fff; opacity: 0; transform: translateY(30px); pointer-events: none;}
.ax-panel__content .ax-panel__btn {pointer-events: auto; position: absolute; bottom: 84px; left: 50%; transform: translateX(-50%); margin-bottom: 0; padding: 14px 36px; font-size: 18px; box-shadow: 0 10px 28px rgba(26, 106, 255, 0.35);}
.ax-panel__tit {position: absolute; top: 268px; left: 50%; transform: translateX(-50%); width: calc(100% - 140px); max-width: 900px; font-size: 34px; font-weight: 700; padding: 0 198px 0 0; box-sizing: border-box; line-height: 1.35; word-break: keep-all;}

@media screen and (max-width: 1399px) {
  .ax-section .ax-flow {display: none;}
  .ax-section .ax-card__dot {display: none;}
  .ax-panel-stage {height: 900px; min-height: 900px; margin-top: 80px;}
  .ax-panel-viewport {height: 900px; min-height: 900px;}
  .ax-panel-stage.is-reveal-ready .ax-panel {visibility: visible; opacity: 1;}
  .ax-panel.is-expanded {height: 100% !important; border-radius: 0;}
  .ax-panel.is-expanded .ax-panel__bg,
  .ax-panel-stage.is-reveal-ready .ax-panel__bg {opacity: 1;}
  .ax-panel.is-expanded .ax-panel__content,
  .ax-panel-stage.is-reveal-ready .ax-panel__content {opacity: 1; transform: none;}
  .ax-panel.is-expanded .ax-panel__label--blur,
  .ax-panel-stage.is-reveal-ready .ax-panel__label--blur {visibility: visible; opacity: 1;}
  .ax-panel.is-expanded .ax-panel__label--bubble,
  .ax-panel-stage.is-reveal-ready .ax-panel__label--bubble {opacity: 1;}
  .ax-panel__scene-inner {width: min(var(--container-wide-width), calc(100% - 30px));}
  .ax-panel__label--blur {padding: 14px 16px; border-radius: 20px; font-size: 16px;}
  .ax-panel__label--bubble {padding: 18px 20px; border-radius: 20px; font-size: 16px;}
  .ax-panel__label--bubble::after {width: 16px; height: 13px;}
  .ax-panel__label.is-pos-lt {left: 4%; top: 30%;}
  .ax-panel__label.is-pos-lb {left: 5%; bottom: 34%;}
  .ax-panel__label.is-pos-rt {right: 2%; top: 31%;}
  .ax-panel__label.is-pos-rb {right: 4%; bottom: 35%;}
  .ax-panel__label.is-pos-lm {left: 2%;}
  .ax-panel__label.is-pos-rm {right: 2%;}
  .ax-panel__bg {padding-bottom: 240px;}
  .ax-panel__bg img {width: min(85%, 620px);}
  .ax-panel__content {padding: 72px 48px 64px;}
  .ax-panel__tit {top: 202px; width: calc(100% - 96px); max-width: none; font-size: 28px; padding-right: 140px;}
  .ax-panel__content .ax-panel__btn {bottom: 64px; margin-bottom: 0; padding: 12px 28px; font-size: 16px;}
}

@media screen and (max-width: 767px) {
  .section.ax-section {padding-bottom: 0;}
  .ax-panel-stage {height: auto; min-height: 0; margin-top: 100px;}
  .ax-panel-viewport {height: auto; min-height: 0;}
  .ax-panel.is-expanded {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 0;
    height: auto !important;
    padding: 100px 16px 120px;
    overflow: visible;
  }
  .ax-panel__media {z-index: 0;}
  .ax-panel__content {
    display: contents;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: none;
  }
  .ax-panel__tit {
    order: 1;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: none;
    padding: 0 8px 20px;
    font-size: 20px;
    line-height: 1.45;
    text-align: center;
    z-index: 2;
  }
  .ax-panel__bg {
    order: 2;
    position: relative;
    inset: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 0 20px;
    opacity: 1 !important;
    z-index: 2;
  }
  .ax-panel__bg img {width: min(82%, 320px); height: auto;}
  .ax-panel__scene {
    order: 3;
    position: relative;
    inset: auto;
    width: 100%;
    padding: 40px 12px 12px;
    z-index: 2;
  }
  .ax-panel__scene .ax-panel__scene-inner {width: 100%; height: auto;}
  .ax-panel__labels {
    position: relative;
    inset: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
  }
  .ax-panel__label {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    white-space: normal;
    width: fit-content;
    max-width: calc(100% - 32px);
    text-align: center;
    opacity: 1 !important;
    visibility: visible !important;
    animation: axMoLabelIn 0.45s ease both;
  }
  .ax-panel__label--blur {padding: 10px 14px; border-radius: 14px; font-size: 13px;}
  .ax-panel__label--bubble {padding: 12px 16px; border-radius: 14px; font-size: 13px; max-width: calc(100% - 32px);}
  .ax-panel__label--bubble::after {height: 16px;}
  .ax-panel__label.is-pos-lt {order: 1; align-self: flex-start; margin-left: 4%; animation-delay: 0.1s;}
  .ax-panel__label.is-pos-lm {order: 2; align-self: flex-end; margin-right: 8%; animation-delay: 0.5s;}
  .ax-panel__label.is-pos-lb {order: 3; align-self: flex-start; margin-left: 14%; animation-delay: 0.2s;}
  .ax-panel__label.is-pos-rt {order: 4; align-self: flex-end; margin-right: 5%; animation-delay: 0.3s;}
  .ax-panel__label.is-pos-rm {order: 5; align-self: flex-start; margin-left: 10%; animation-delay: 0.6s;}
  .ax-panel__label.is-pos-rb {order: 6; align-self: flex-end; margin-right: 16%; animation-delay: 0.4s;}
  .ax-panel__chars {
    order: 4;
    position: relative;
    inset: auto;
    width: 120%;
    padding: 4px 0 0;
    z-index: 2;
    animation: axMoLabelIn 0.55s ease 0.75s both;
  }
  .ax-panel__chars .ax-panel__scene-inner {position: relative; width: 100%; height: auto;}
  .ax-panel__chars .ax-panel__scene-inner img {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .ax-panel__content .ax-panel__btn {
    order: 5;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin-top: 24px;
    align-self: center;
    pointer-events: auto;
    padding: 10px 20px;
    font-size: 14px;
  }
}

@keyframes axMoLabelIn {
  from {opacity: 0; transform: translateY(12px);}
  to {opacity: 1; transform: none;}
}




/* NEWS */
.news-section .mp-head {width: 100%; display: flex; justify-content: space-between; align-items: end;}
.news-section .mp-head .mp-tit {margin-bottom: 20px;}
.news-section .mp-head .mp-tit b {font-weight: 700;}

.news-section {--el-height: 440px; --el-txt-height: 131px;}
.news-section .news-card-list {display: flex; flex-wrap: wrap; width: 100%; margin: -10px;}
.news-section .news-card-list > li {width: calc(25% - 20px); height: var(--el-height); margin: 10px;}
.news-section .news-card {display: flex; flex-direction: column; justify-content: flex-end; position: relative; width: 100%; height: 100%;}
.news-section .news-card__thumb {overflow: hidden; position: absolute; top: 0; left: 0; right: 0; bottom: var(--el-txt-height); border-radius: 20px 30px 0 0;}
.news-section .news-card__thumb::before {content: ''; display: block; position: absolute; inset: 0; z-index: 1; background: rgba(0, 0, 0, 0.03);}
.news-section .news-card__thumb img {width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .3s ease;}
.news-section .news-card__category {display: flex; align-items: center; justify-content: center; position: absolute; top: 0; right: 0; z-index: 2; min-width: 85px; height: 35px; padding: 0 14px; border-radius: 0 0 0 20px; background: #fff; font-size: 18px; font-weight: 700; font-family: var(--ff-secondary); letter-spacing: 0;}
.news-section .news-card__category::before {content: ''; position: absolute; left: -20px; top: 0; z-index: -1; width: 20px; height: 20px; border-radius: 0 20px 0 0; box-shadow: 20px -20px 0 20px #fff;}
.news-section .news-card__category::after {content: ''; position: absolute; right: 0; bottom: -20px; z-index: -1; width: 20px; height: 20px; border-radius: 0 20px 0 0; box-shadow: 20px -20px 0 20px #fff;}
.news-section .news-card__category.news {color: var(--secondary);}
.news-section .news-card__category.press {color: var(--primary);}
.news-section .news-card__category.newsletter {color: var(--secondary);}
.news-section .news-card__category.notice {color: #DB1AFF;}
.news-section .news-card__body {position: relative; z-index: 1; width: 100%; height: var(--el-txt-height); padding: 18px 20px; border: 1px solid #eee; border-top: 0; border-radius: 0 0 20px 20px; background: #fff; text-align: left;}
.news-section .news-card__tit {display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 18px; font-weight: 600; line-height: 1.45; color: #000; word-break: keep-all;}
.news-section .news-card__date {display: block; margin-top: 20px; font-size: 14px; font-weight: 500; color: #999; text-align: right; line-height: 1;}

@media (hover:hover) {
  .news-section .news-card:hover .news-card__thumb img {transform: scale(1.05);}
}

@media screen and (max-width: 1399px) {
  .news-section .mp-head {flex-direction: column; align-items: flex-start; gap: 28px;}
  .news-section .news-card-list > li {width: calc(50% - 20px);}
  .news-section {--el-height: 400px; --el-txt-height: 124px;}
}

@media screen and (max-width: 1024px) {
  .news-section .news-card-list > li {width: calc(50% - 20px);}
  .news-section .news-card__tit {font-size: 17px;}
  .news-section .news-card__category {font-size: 16px; min-width: 76px; height: 32px;}
}

@media screen and (max-width: 767px) {
  .news-section .mp-head {gap: 24px;}
  .news-section {--el-height: 380px; --el-txt-height: 118px;}
  .news-section .news-card-list {flex-direction: column; gap: 36px; margin: 0;}
  .news-section .news-card-list > li {width: 100%; margin: 0;}
  .news-section .news-card__tit {font-size: 16px;}
  .news-section .news-card__date {margin-top: 14px; font-size: 13px;}
}


/* Portfolio */
.ptf-section {padding-block: 100px;}
.ptf-section .container--wide {display: flex; justify-content: space-between; align-items: flex-end; position: relative; z-index: 1;}
.ptf-section .mp-head {color: #fff; margin-bottom: 0;}
.ptf-section .mp-tit-tag {color: #fff;}
.ptf-section .mp-tit {font-size: 44px; word-break: keep-all;}
.ptf-section .mp-tit b {font-weight: 700;}
.ptf-section .bg img {object-position: center;}

@media screen and (max-width: 1399px) {
  .section.ptf-section {padding-block: 80px;}
  .ptf-section .container--wide {flex-direction: column; align-items: center; justify-content: center; gap: 36px; text-align: center;}
  .ptf-section .mp-head {text-align: center;}
  .ptf-section .mp-tit {font-size: 36px;}
  .ptf-section .mp-tit-tag {font-size: 24px; padding-bottom: 20px;}
  .ptf-section .link-more {margin-inline: auto;}
  .ptf-section .bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .section.ptf-section {padding-block: 60px;}
  .ptf-section .container--wide {gap: 24px;}
  .ptf-section .mp-tit {font-size: 26px;}
  .ptf-section .mp-tit-tag {font-size: 18px; padding-bottom: 14px;}
  .ptf-section .link-more {padding: 10px 18px; font-size: 15px; gap: 14px;}
}








/* Base */
@media (hover: hover) {}

