@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Inter:wght@300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;1,500&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap');

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* reset styles */
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,img,object,table,caption,tbody,tfoot,thead,tr,th,td,address,iframe,code,pre,strong,em,
fieldset,form,input,select,optgroup,option,textarea,button,legend,label,span{margin:0;padding:0;border:0;background:none;outline:0;font-style:normal;}
body{line-height:1.8;-webkit-text-size-adjust:none;}
button{line-height:1.6;}
ul,ol{list-style:none;}
img{-webkit-transform: translateZ(0); -webkit-backface-visibility: hidden;}
a,object{outline:0;}
table{border-collapse:collapse;border-spacing:0;}
input,select,button{vertical-align:middle;}
th,td{text-align:left;}

*, *:before, *:after {-webkit-box-sizing: border-box;box-sizing: border-box;}


  :root {
    --black: #000000;
    --white: #ffffff;
    --gray-light: #f5f5f5;
    --gray-mid: #cccccc;
    --gray-dark: #555555;
    --orange: #e8500a;
    --orange-light: #ff6b1a;
    --blue-accent: #1a5fa8;
    --section-pad: 80px 40px;
  }

  html { scroll-behavior: smooth; }

  body {
    /* font-family: 'Noto Sans JP', 'Inter', sans-serif; */
    /* font-family: "Zen Kaku Gothic New", sans-serif; */
      font-family:   "zen-kaku-gothic-antique", sans-serif, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    color: var(--black);
    background: var(--white);
    overflow-x: hidden;
  }

  img {
    width: 100%;
  }

  a:hover {
    cursor: pointer;
  }

  .wrapper {
    position: relative;
    width: min(100%, 100vw);
    overflow-x: hidden;
    overflow-y: scroll;
  }

  /* ─── FADE-IN ANIMATION ─── */
  .fade-in {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.75s ease, transform 0.75s ease;
  }
  .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .fade-in-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.75s ease, transform 0.75s ease;
  }
  .fade-in-left.visible { opacity: 1; transform: translateX(0); }
  .fade-in-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.75s ease, transform 0.75s ease;
  }
  .fade-in-right.visible { opacity: 1; transform: translateX(0); }
  .delay-1 { transition-delay: 0.25s; }
  .delay-2 { transition-delay: 0.5s; }
  .delay-3 { transition-delay: 0.75s; }
  .delay-4 { transition-delay: 1s; }

  /* ─── HEADER / NAV ─── */
  header {
    position: fixed;
    top: 0;
    z-index: 100;
    background: var(--black);
    /* border-bottom: 1px solid #e0e0e0; */
    /* padding: 8px 32px; */
    padding: 40px 40px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 77px;
    width: 100%;
  }
  header .logo-text {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 1rem;
    letter-spacing: 0.05em;
    color: var(--black);
  }
  header nav ul { 
    display: flex; 
    align-items: center; 
    gap: 24px; 
  }
  header nav a {
    font-size: 0.75rem;
    text-decoration: none;
    color: var(--white);
    font-weight: 500;
    text-decoration: underline;
  }
  header nav a:hover { 
    opacity: .7; 
  }
  .header-cta {
    background: var(--orange);
    color: var(--white) !important;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 700 !important;
    font-size: 0.75rem !important;
  }

  /* ─── HERO ─── */
  .hero {
    /* padding: 40px 48px 0; */
    position: relative;
    overflow: hidden;
    background: var(--white);
    height: 42vw;
    margin-top: 70px;
  }
  .hero-word {
    /* font-family: 'Inter', sans-serif; */
    /* font-size: clamp(80px, 18vw, 220px); */
    /* font-size: min(30vw, 530px); */
    /* letter-spacing: -0.02em; */
    font-size: 30vw;
    line-height: 1.25;
    letter-spacing: 0.125em;
    color: var(--black);
    position: relative;
    z-index: 2;
    user-select: none;
    position: relative;
    /* font-family: "Zen Kaku Gothic New", sans-serif; */
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.125em;
    text-align: center;
    margin: 0 auto;
    width: 76vw;

  }
  .hero-word span.hero-item { 
    position: absolute; 
    /* top: -2.25vw;
    left: 29.5vw;
    width: 35vw; */
    top: -5.25vw;
    left: 19.5vw;
    width: 34vw;
    opacity: 0;
    transform: translateY(-30vw) translateX(0);
    /* scale: .85; */
    transition: all 0.75s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform 0.75s ease-in-out;
    transition-delay: .5s;
  }

  span.hero-item.visible { 
    opacity: 1;
    /* scale: 1; */
    transform: translateY(0) translateX(0);
  }

  span.hero-item.active-animation {
    animation-delay: 2s;
    /* animation: moveUpDown 2s ease-in-out infinite; */
    animation: moveUpDown 4s ease-in-out infinite;
  }


  @keyframes moveUpDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-25px); /* Moves the item up by 30px */
    }
  }

  .hero-word span.hero-item img { 
    width: 100%;
  }
  .hero-brand {
    position: absolute;
    /* top: 34.5vw;
    left: 9vw; */
    top: 28.5vw;
    left: 14vw;
    width: 20vw;
  }

  .hero-brand img {
    width: 100%;
  }
  .people-power-content {
    width: 100%;
    margin: 0 auto 85px;
  }
  .people-power-content-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5%;
    width: 820px;
    margin: 0 auto;
  }
  .people-power-card {
    border: 1px solid #666666;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .people-power-card img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    /* position: absolute;  */
    inset: 0; 
  }
  .people-power-card a {
    transition: .5s all;
  }

  .people-power-card a:hover {
    opacity: .7;
  }

  .people-power-tagline {
    text-align: center;
    font-size: 33px;
    font-weight: 700;
    margin: 32px 0 8px;
    letter-spacing: 1.8px;
  }
  .people-power-tagline-sub { 
    text-align: center; 
    font-size: min(1vw, 15px);
    color: var(--gray-dark); 
    margin-bottom: 90px; 
        display: block;
  }

  /* Placeholder image boxes */
  .img-box {
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 0.7rem;
    text-align: center;
  }

  /* ─── DARK BAND ─── */
  .dark-band {
    background: var(--black);
    color: var(--white);
    padding: 20px 0 30px;
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
  }

  .dark-band-inner {
    width: 870px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 25px;
    align-items: center;
    justify-content: center;
  }
  .dark-band-left { 
    display: flex; 
    gap: 12px; 
    align-items: center; 
    flex-shrink: 0;
    flex-direction: column;
    width: 40%;
  }
  .dark-band-left .dark-band-video {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .dark-band-video-caption {
    font-size: min(1vw, 13px);
    line-height: 2;
    color: var(--white); 
    font-weight: bold;
  }
  .dark-band-left .dark-band-video img {
    width: 100%;
  }
  .dark-band-left .dark-band-video a {
    display: block;
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    transition: all .5s;
  }
  .dark-band-left .dark-band-video a::after {
    position: absolute;
    content: '';
    width: 48px; 
    height: 48px;
    background: url(/assets/images/index/devanning-video-play-btn.webp) no-repeat;
    background-size: cover;
    opacity: .9;
    pointer-events: none;
  }
  .dark-band-left .dark-band-video a:hover {
    opacity: .7;
  }
  .dark-band-text { 
    line-height: 2;
    color: var(--white); 
    padding-top: 25px;
  }
  .dark-band-text h3 {
    font-weight: normal;
    font-size: 25px;
  }
  .dark-band-text p { 
    font-size: 15px;
  }
  .dark-band-text strong { color: var(--white); font-size: 0.9rem; }

  /* ─── CHOSEN SECTION ─── */
  .chosen-section {
    /* padding: 80px 48px; */
    display: flex;
    flex-direction: column;
    background: var(--white);
    text-align: center;
    width: 885px;
    height: 950px;
    margin: 120px auto 100px;
    background: url(/assets/images/index/chosen_bg.webp) no-repeat top center;
    background-size: cover;
  }
  .chosen-section h2 { 
    font-size: 18px; 
    color: var(--black); 
    margin: 100px 0 30px;
  }
  .chosen-wrapper {
    position: relative;
    margin: 0 auto;
  }
  .chosen-bg {
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: var(--gray-light);
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .chosen-bg .brands { display: flex; gap: 16px; align-items: center; }
  .brand-name { font-weight: 900; font-size: 1.1rem; letter-spacing: 0.05em; }
  .brand-divider { color: var(--gray-mid); }
  .chosen-bg p { font-size: 0.7rem; color: var(--gray-dark); }

  .chosen-item-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto 30px;
    font-size: 15px;
    gap: 40px;
    width: 580px;
  }
  .chosen-item-top li {
    max-width: 165px;
    flex: 1;
  }
  .chosen-item-top li figure img {
    width: 140px;
  }

  .chosen-item-top li figure figcaption {
    font-size: 15px;
    margin: 15px auto 0;
    line-height: 1.5;
  }

  .chosen-item-bottom {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  .chosen-item-bottom-title {
    width: 375px;
  }

  .chosen-item-bottom-mid-text {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 2px;
    margin: 0 auto;
  }

  .chosen-item-bottom-bot-text {
    font-size: 15px;
    line-height: 1.9;
    width: 680px;
    margin: 60px auto 0;
    color: var(--black); 
    text-align: left;
  }
  

  /* ─── DEVANNING HERO ─── */
  .devanning-hero {
    overflow: hidden;
  }
  .devanning-word {
    position: relative;
    width: 100%;
  }

  .devanning-word::after {
    position: absolute;
    content: '';
    width: 38vw;
    top: -1.5vw;
    left: calc(50% - 40vw);
    background: url(/assets/images/index/devanning-word-bg-image.webp) no-repeat center;
    height: 36vw;
    background-size: cover;
  }
  .devanning-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .devanning-content-inner {
    width: min(90%, 1120px);
  }

  .devanning-content-inner-right {
    width: min(56.25%, 630px);
    margin: 0 0 65px auto;
  }

  .devanning-content h3 {
    font-size: min(5vw, 37px);
    font-weight: bold;
    margin-bottom: 12px;
    display: flex; 
    align-items: center; 
    /* gap: 12px; */
    flex-direction: column;
    line-height: 1.2;
    align-items: flex-start;
  }

  .devanning-content h3 span {
    font-size: min(3.5vw, 20px);
    line-height: 1.25;
    margin-top: 10px;
  }

  .devanning-content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: min(100%, 560px);
    color: var(--white);
    font-size: 15px;
    margin-bottom: 15px;
    display: flex; 
    align-items: center; 
    gap: 15px;
    flex-direction: row;
  }

  .devanning-content ul li {
    position: relative;
    flex: 1;
    background-color: var(--black);
    gap: 15px;
    text-align: center;
    line-height: 2.2;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .devanning-content ul li:not(:last-child)::after {
    position: absolute;
    content: '';
    right: calc((-15px - 8px) / 2);
    width: 8px;
    height: 8px;
    background: url(/assets/images/index/devanning-icon.webp) no-repeat center;
    background-size: contain;
  }

  .devanning-content-inner-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 115px;
  }

  .devanning-content-inner-bottom h3 {
    font-size: 14px;
  }

  .devanning-content-inner-bottom p {
    width: min(80%, 655px);
  }

  .devanning-video-icon {
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
  }

  .devanning-video-icon a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    transition: .5s all;
  }

  .devanning-video-icon a:hover {
    opacity: .7;
  }

  .devanning-video-icon a::after {
    position: absolute;
    content: '';
    width: 110px;
    height: 110px;
    background: url('/assets/images/index/devanning-video-play-btn.webp') no-repeat;
    background-size: cover;
    opacity: .9;
    pointer-events: none;
  }

  .movie {
    width: 100%;
  }

  .devanning-content p { 
    font-size: 15px; 
    line-height: 1.9; 
    color: var(--black); 
  }

  .btn-group { display: flex; gap: 12px; margin-top: 20px; flex-wrap: wrap; }
  .btn {
    padding: 10px 24px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    border: 2px solid var(--black);
    transition: all 0.2s;
  }
  .btn-dark { background: var(--black); color: white; }
  .btn-dark:hover { background: #333; }
  .btn-outline { background: white; color: var(--black); }
  .btn-outline:hover { background: var(--black); color: white; }
  .devanning-img {
    height: 240px;
    background: #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
  }
  .devanning-img.img-box { color: #666; }

  /* ─── VIDEO STRIP ─── */
  .case-studies {
    display: flex;
    background: var(--black);
    padding: 32px 48px;
    align-items: center;
    justify-content: center;
  }
  .case-studies-inner {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    color: var(--white);
    width: min(90%, 775px);
  }

  .case-studies-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 28px;
  }
  
  .case-studies-text { 
    color: var(--white); 
    flex: 1;
  }
  .case-studies-text h4 { 
    font-size: 19px; 
    margin-bottom: 25px;
    position: relative;
  }

  .case-studies-text h4::after { 
    position: absolute;
    content: '';
    width: 75px;
    height: 75px;
    background: url(/assets/images/index/case-studies-new-icon.webp);
    background-size: contain;
    right: 60px;
    top: 0;
  }

  .case-studies-text h4 span { 
    font-size: 15px; 
    display: block;
  }
  .case-studies-text p { 
    font-size: 20px; 
    line-height: 1.8;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .case-studies-text p a {
    padding: 30px 20px;
    font-size: 20px; 
    line-height: 1.8;
    text-decoration: none;
    color: var(--white);
  }
  .case-studies-text p::before { 
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 60px;
    height: 65px;
    background: url(/assets/images/index/case-studies-text-wrap-icon.webp) no-repeat top left;
    background-size: contain;
  }
  .case-studies-text p::after { 
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 60px;
    height: 65px;
    background: url(/assets/images/index/case-studies-text-wrap-icon.webp) no-repeat top left;
    background-size: contain;
    transform: rotate(180deg);
  }
  .case-studies-image {
    flex: 1;
  }

  .case-studies-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 28px;
    width: 100%;
    justify-content: space-around;
  }

  .case-studies-btn a {
    color: var(--white);
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border: 1px solid #666666;
    outline: 1px solid var(--white);
    outline-offset: 5px;
    font-size: 15px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

  }

  .case-studies-btn a::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: calc(50% + 65px);
    background: url('/assets/images/index/case-studies-btn-icon.webp') no-repeat center;
    background-size: cover;
  }

  .case-studies-btn a:hover {
    opacity: .8;
    transition: all 0.2s;
  }

  /* ─── CARD GRID ─── */
  .card-grid-section { 
    margin: 65px 0 0; 
    background: var(--white);
    background: url(/assets/images/index/card-grid-section_bg.webp) no-repeat top center;
    background-size: cover;

  }
  .card-grid-section-inner {
    width: min(80%, 900px);
    margin: 0 auto;
    padding: 65px 0;
  }
  .card-grid-section h2 { 
    font-size: 14px; 
    font-weight: 900; 
    margin-bottom: 40px; 
    color: var(--white);
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .card-grid-section h2::after { 
    position: absolute;
    content: '';
    background: #fff;
    height: 1px;
    width: calc(100% - 80px);
    right: 0;
  }
  .card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .card {
    background: var(--white);
    color: var(--black);
    border-radius: 8px;
    overflow: hidden;
    /* transition: box-shadow 0.2s, transform 0.2s; */
    /* cursor: pointer; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* font-family: "Zen Kaku Gothic New", sans-serif; */
  }
  .card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.1); transform: translateY(-2px); }
  .card-img {
    /* height: 160px; */
    background: #fff;
  }
  .card-img.img-box { color: #aaa; }

  .card-body { 
    padding: 20px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .card-title { 
    font-size: 14.5px;
    font-weight: 700; 
    line-height: 1.5; 
    padding: 20px 30px 15px;
    text-align: center;
  }
  .card-desc { 
    font-size: 11px; 
    line-height: 1.7; 
    width: 90%;
    margin: 0 auto 25px;
  }
  .card-desc .small-txt { 
    font-size: 70%;
    display: block;
  }
  .card-more {
    display: flex; 
    align-items: center; 
    gap: 4px;
    font-size: 12.5px; 
    font-weight: 700;
    margin: auto 0 0; 
    color: var(--black);
    text-decoration: none;
    justify-content: center;
    background: #e8eaeb;
    height: 38px;
    border-radius: 20px;
    position: relative;
    transition: all .5s;
  }
  .card-more::after { 
    content: '';
    background: url(/assets/images/index/card-more-icon.webp) no-repeat center;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
  }

  .card-more:hover {
    opacity: .7;
  }

  .card-more-contact {
    display: flex; 
    align-items: center; 
    gap: 4px;
    font-size: 12.5px; 
    font-weight: 700;
    /* margin-top: 25px;  */
    margin: auto 0 0; 
    color: var(--black);
    text-decoration: none;
    justify-content: center;
    background: #fce5c9;
    height: 38px;
    border-radius: 20px;
    position: relative;
    transition: all .5s;
  }
  .card-more-contact::after { 
    content: ''; 
    background: url(/assets/images/index/card-more-contact-icon.webp) no-repeat center;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
  }

  .card-more-contact:hover {
    opacity: .7;
  }

  /* ─── PRODUCT SHAPES ─── */
  .other-wrap {
    margin: 70px auto 90px;
  }

  .other-section {
    /* background: var(--gray-light); */
    padding: 80px 70px 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    grid-auto-flow: column;
    align-content: center;
    border-bottom: 1px solid var(--gray-dark);
    margin: 0 auto;
    color: var(--black);
  }
  .other-section-wrap {
    display: flex;
    max-width: 880px;
    margin: 0 auto;
    justify-content: center;
    border-bottom: 1px solid #666666;
    /* padding: 0 70px; */
    padding: 0 min(5vw, 70px);
  }
  .other-wrap .other-section-wrap:last-child {
    border-bottom: none;
  }
  .other-section-inner {
    /* padding: 80px 70px 60px; */
    margin: 80px auto 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    grid-auto-flow: column;
    align-content: center;
  }
  .other-section-wrap a {
    color: var(--black);
    text-decoration: none;
  }
  .other-section-wrap a {
    transition: all .5s;
  }
  .other-section-wrap a:hover {
    opacity: .7;
  }
  .other-section:last-child {
    border-bottom: none;
  }
  .other-left h2 { 
    font-size: 18px; 
    font-weight: bold; 
    line-height: 1.6; 
    margin-bottom: 16px; 
  }
  .other-left h2 span { 
    font-size: 15px;
    display: block;
  }
  .other-left p { 
    font-size: 20px; 
    line-height: 1.9; 
    font-weight: bold;
    position: relative;
    padding: 32px 18px;
  }
  .other-left p::after,
  .other-left p::before {
    position: absolute;
    width: 60px;
    height: 65px;
    content: '';
  }
  .other-left p::after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    bottom: 0;
    right: 0;
  }
  .other-left p::before {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    top: 0;
    left: 0;
  }
  .other-icons {
    display: flex;
    gap: 20px;
    margin: 24px 0;
    align-items: flex-end;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 2;
    font-weight: bold;
  }
  .other-item { text-align: center; }
  .other-label { font-size: 0.6rem; color: var(--gray-dark); }
  .other-right { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
  .other-img {
    height: 200px;
    /* background: #c8c8c8; */
    background: none;
    border-radius: 8px;
  }
  .other-img.img-box { color: #999; }
  .other-img:first-child { grid-column: span 2; height: 160px; }
  .other-video-icon {
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  .other-video-icon::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    background: url('/assets/images/index/video-play-btn.webp') no-repeat;
    background-size: cover;
    opacity: .7;
    pointer-events: none;
  }

  .other-video-icon a {
    transition: all .5s;
  }

  .other-video-icon a:hover {
    opacity: .7;
  }


  /* ─── ABOUT COMPANY ─── */
  .company-profile-wrap {
    background: #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
  }

.company-profile {
  max-width:1200px;
  margin:auto;
  padding:60px 0 70px;
  color: #fff;
  width: min(100%, 680px);
}

.company-title {
  font-size: 13px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.company-table {
  width:100%;
  border-collapse:collapse;
  font-size: 13px;
}

.company-table tr {
  border-bottom:1px dotted #e5e5e5;
}

.company-table tr:last-child {
  border: none;
}


.company-table th,
.company-table td {
  padding:5px 0;
  vertical-align:top;
  /* line-height: 2.7; */
  line-height: 3;
}

.company-table th {
  width:34%;
  text-align:left;
}

.en {
  margin-left:20px;
}

.service-list,
.contact-list {
  list-style:none;
  padding:0;
  margin:0;
}

@media (max-width:750px){

  .company-table,
  .company-table tbody,
  .company-table tr,
  .company-table th,
  .company-table td {
    display:block;
  }

  .company-table th {
    width:100%;
  }

}

  /* ─── FOOTER ─── */
  footer {
    background: #4d4d4d;
    color: #fff;
    padding: 24px 48px;
    text-align: center;
    font-size: 0.7rem;
    border-top: 1px solid #1a1a1a;
  }

  /* ─── ORANGE CTA FLOAT ─── */
  .cta-float {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 301px;
    padding: 8px;
    background: var(--white);
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    z-index: 200;
    box-shadow: 0 4px 24px rgba(232,80,10,0.4);
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .cta-float:hover { 
    transform: translateY(-2px); 
    box-shadow: 0 8px 32px rgba(232,80,10,0.5); 
    opacity: .8;
  }

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  @media (max-width:1500px){

    .hero {
      margin-top: 50px;
    }
    
  }

  @media (max-width:1100px){

  /* ─── CARD GRID ─── */
  
    .card-grid-section h2 { 
      font-size: min(2vw, 14px); 
      font-weight: 900; 
      margin-bottom: 15px; 
      color: var(--white);;
    }
    .card-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: min(3.5vw, 24px);
    }

    .card-body { 
        padding: min(3vw,20px) min(2vw,15px);
    }
    .card-title { 
      font-size: min(2vw, 14.5px);
      padding: min(3vw,20px) min(4.5vw,30px) min(2vw,15px);
    }
    .card-desc { 
      font-size: min(1.5vw, 11px);
      margin: 0 auto min(2.2vw, 25px);
    }
    .card-desc .small-txt { 
      font-size: 70%;
      display: block;
    }
    .card-more {
      font-size: min(1.1vw, 12.5px);
    }
    .card-more::after { 
      width: min(2.5vw, 24.5px);
      height: min(2.5vw, 24.5px);
      right: min(1vw, 10px);
    }

    .card-more-contact {
      font-size: min(1.1vw, 12.5px);
    }
    .card-more-contact::after { 
      width: min(2.5vw, 24.5px);
      height: min(2.5vw, 24.5px);
      right: min(1vw, 10px);
    }
  }
  
@media (max-width:980px){
  
  .people-power-content-inner {
        width: min(70%, 820px);
  }

  .people-power-tagline {
    margin: min(3vw, 32px) 0 8px;
    font-size: min(2.2vw, 33px);
    letter-spacing: 0.12vw;
  }

  .dark-band-inner {
    width: min(100%, 870px);
  }

  .dark-band-text { 
  
    padding-top: min(2vw, 25px);
  }

  .dark-band-text h3 {
      font-size: min(4vw, 34px);
      padding-bottom: 2vw;
  }
  .dark-band-text p { 
    font-size: min(2.5vw, 20px);
  }

  .chosen-section h2 {
    font-size: min(1vw, 18px);
    color: var(--black);
    margin: min(6.5vw, 100px) 0 min(2vw, 30px);
  }

  .chosen-item-bottom-bot-text,
  .devanning-content ul,
  .devanning-content p  {
    font-size: min(1vw, 15px);
  }
  .chosen-section {
    width: min(75vw, 885px);
    height: min(80.5vw, 950px);
    margin: min(8vw, 120px) auto min(6.5vw, 100px);
  }

  .chosen-item-top {
    margin: 0 auto min(2vw, 30px);
    font-size: min(1vw, 15px);
    gap: min(2.2vw, 40px);
    width: min(75%, 580px);
  }

  .chosen-item-top li {
    max-width: min(100%, 165px);
  }

  .chosen-item-top li figure img {
    width: min(85%, 140px);
  }

  .chosen-item-top li figure figcaption {
    font-size: min(1vw, 15px);
    margin: min(1vw, 15px) auto 0;
  }

  .chosen-item-bottom-title {
    width: min(100%, 375px);
  }

  .chosen-item-bottom-mid-text {
    font-size: min(1vw, 16px);
    margin: min(1vw, 15px) auto 0;
  }

  .chosen-item-bottom-bot-text {
    font-size: min(1vw, 15px);
    width: min(80%, 680px);
    margin: min(5vw, 70px) auto 0;
  }

  .case-studies-text h4 {
    font-size: min(2vw, 19px);
  }

  .case-studies-text h4 span { 
    font-size: min(1.5vw, 15px); 
  }

  .case-studies-text p a { 
    font-size: min(2vw, 21px);
    padding: 4vw 3vw;
  }

  .case-studies-text p::before { 
    width: 5vw;
    height: 5vw;
  }
  .case-studies-text p::after { 
    width: 5vw;
    height: 5vw;
  }

  .case-studies-btn a {
    font-size: min(1vw, 15px);
  }

  .other-left h2 {
    font-size: min(1.6vw, 18px);
  }

  .other-left h2 span {
    font-size: min(1.2vw, 15px);
  }

  .other-left p {
    font-size: min(2vw, 20px);
  }

  .cta-float {
    bottom: 25px;
    right: 25px;
    width: 220px;
  }

}

  @media (max-width: 750px) {
    .people-power-content, .devanning-content, .card-grid, .shapes-section,
    .testimonial-section, .person-section, .about-grid { grid-template-columns: 1fr; }
    .hero-word { 
      /* font-family: 'Inter', sans-serif;
      font-size: 37vw;
      margin-left: -0.07em;
      padding-top: 17.5vw; */

      /* font-family: 'Inter', sans-serif; */
      font-size: 36vw;
      margin-left: -0.1em;
      /* margin-left: -0.1em; */
      /* padding-top: 14.5vw; */
      padding-top: 20vw;
      font-weight: 600;
      /* letter-spacing: 0.1em; */
      letter-spacing: 0.05em;
        width: 107vw;
    }

    header {
      padding: 0;
      height: 15vw;
      position: fixed;
      width: 100%;
      z-index: 99;
    }
    header nav { 
      position: absolute;
      top: 0;
      padding-top: 15vw;
      left: 0;
      transform: translateX(100%);
      background: black;
      width: 100%;
      display: flex;
      flex-direction: column;
      height: calc(100vh - ((100/750)*100vw));
      display: none;
      text-align: center;
      opacity: 0;
      display: flex;
      transition: all 0.75s;
    }

    header nav.is-active { 
      opacity: 1;
      transform: translateX(0);
      left: 0;
      z-index: 120;
    }
    header nav ul {
      display: flex; 
      align-items: center; 
      flex-direction: column;
      gap: 7vw;
      margin-top: 3vw;
      position: relative;
      z-index: 200;
    }
    
    header nav ul li {
      opacity: 0;
      transform: translateX(40px);
    }
    
    header nav.is-active ul li {
      opacity: 1;
      transform: translateX(0);
      transition: all 0.25s;
      transition-delay: 0s;
    }

    header nav.is-active ul li:nth-child(1) {
      transition-delay: 0.25s;
    }
    header nav.is-active ul li:nth-child(2) {
      transition-delay: 0.35s;
    }
    header nav.is-active ul li:nth-child(3) {
      transition-delay: 0.45s;
    }
    header nav.is-active ul li:nth-child(4) {
      transition-delay: 0.55s;
    }
    header nav.is-active ul li:nth-child(5) {
      transition-delay: 0.65s;
    }
    header nav.is-active ul li:nth-child(6) {
      transition-delay: 0.75s;
    }
    header nav a {
      font-size: 4vw;
      line-height: 3;
      text-decoration: none;
    }
    .dark-band { flex-direction: column; align-items: flex-start; }
    .case-studies { flex-direction: column; }
    .video-thumb { width: 100%; }

    .cta-float {
      bottom: 0;
      left: 0;
      right: auto;
      width: 100%;
      height: calc((100/750)*100vw);
      padding: 0;
      border-radius: 0;
    }

    .hamburger {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 45px;
      height: 45px;
      margin: 15px 30px 0 auto;
      color: var(--white);
      transition: filter 0.35s;
      position: fixed;
      z-index: 1000;
      cursor: pointer;
      right: 0;
      width: 10vw;
      height: 10vw;
      margin: 2vw 4vw 0 auto;
      position: fixed;
      z-index: 201;
    }

  .hamburger.is-active span::before {
    transform: translateY(3vw) rotate(45deg);
  }
  .hamburger.is-active span {
    background-color: transparent;
  }
  .hamburger.is-active span::after {
    transform: translateY(-3vw) rotate(-45deg);
    top: 3vw;
  }

  .hamburger .line {
    display: block;
    position: relative;
    /* width: 45px; */
    width: 9vw;
    height: 1px;
    background-color: currentcolor;
    z-index: 120;
    transition: all 0.5s ease;
  }

.hamburger .line::after, 
.hamburger .line::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: currentcolor;
    transition: all 0.5s ease;
}

  .hamburger .line::before {
      top: -3vw;
  }

  .hamburger .line::after {
      top: 3vw;
  }

  .is-active .fade-in-right {
    opacity: 1;
  }

  .hero {
    height: 85vw;
    margin-top: 0;
  }

  .hero-word span.hero-item {
    top: -12.25vw;
    left: 38.5vw;
    width: 65vw;
  }

  span.hero-item { 
    position: absolute; 
    top: -4.25vw;
    left: 31.5vw;
    width: 65vw;
    opacity: 0;
    transform: translateY(-30vw) translateX(0);
    /* scale: .85; */
    transition: all 0.75s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform 0.75s ease-in-out;
    transition-delay: 1s;
    z-index: 100;
  }

  .is-active span.hero-item.no-animation { 
    opacity: 1;
    transform: translateY(0) translateX(0);
    transition-delay: 0s;
    animation: none;
  }

  span.hero-item.visible {
    opacity: 1;
    /* scale: 1; */
    transform: translateY(0) translateX(0);
  }

  .hero-brand {
    /* top: 47.5vw; */
    top: 65.5vw;
    left: 5vw;
    width: 40vw;
  }

  .people-power {
    width: 100%;
    overflow: hidden;
  }

  .people-power-tagline {
    font-size: 5vw;
  }

  .people-power-tagline-sub {
    font-size: 2.5vw;
    margin-bottom: 12vw;
  }

  .people-power-content {
    width: 100vw;
    margin: 0 0 17vw 2.5vw;
    overflow: auto;
  }

  .people-power-content-inner {
    width: 168vw;
    padding: 0 0 0;
    display: flex;
    gap: 2.5vw;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .people-power-card {
    width: 52.5vw;
  }

  .dark-band-inner {
    gap: 5vw;
  }

  .dark-band {
    padding: 7vw 0;
  }

  .dark-band-left {
    width: calc((530/750)*100vw);
    gap: calc((15/750)*100vw);
  }

  .dark-band-video-caption {
    font-size: 2.65vw;
  }

  .dark-band-left .dark-band-video a::after {
    width: 12vw; 
    height: 12vw;
  }

  .dark-band-text {
    font-size: 2.65vw;
    padding-top: 0;
    text-align: center;
  }

  .dark-band-inner {
    flex-direction: column;
    width: 100%;
  }

   /* ─── CHOSEN SECTION ─── */
  .chosen-section {
    width: 100%;
    height: 155vw;
    margin: 16vw auto 0;
    background: url(/assets/images/index/chosen_bg_sp.webp) no-repeat top center;
    background-size: cover;
  }

  .chosen-section h2 {
    font-size: 3.2vw;
    margin: 16vw 0 7vw;
  }

  .chosen-item-top {
    margin: 0 auto 4vw;
    width: 95vw;
    gap: 2vw;
  }

  .chosen-item-top li {
    width: auto;
    max-width: 100%;
    flex: 1;
  }

  .chosen-item-top li figure img {
    width: min(19vw, 140px);
  }

  .chosen-item-top li figure figcaption {
    font-size: 2.6vw;
  }

  .chosen-item-bottom-mid-text {
    font-size: 3vw;
    letter-spacing: .125vw;
    margin: 0 auto;
  }

  .chosen-item-bottom-title {
    width: calc((615/750)*100vw);
  }

  .chosen-item-bottom-bot-text {
    font-size: 2.5vw;
    margin: 10vw auto 0;
    line-height: 1.8;
    /* font-weight: 600; */
    width: min(95%, 710px);
  }

  .devanning-hero {
    padding-top: 14vw;
  }

  .devanning-word::after {
    width: 75vw;
    top: 14.5vw;
    left: 35vw;
    height: 65vw;
    background: url(/assets/images/index/devanning-word-bg-image.webp) no-repeat center;
    background-size: cover;
  }

  .devanning-content-inner {
    width: min(95%, 1120px);
  }

  .devanning-content-inner-bottom {
    margin-bottom: 12vw;
  }

  .devanning-video-icon a::after {
    width: 16vw;
    height: 16vw;
  }

  .devanning-content-inner-right {
    width: 100%;
    margin: 0 auto 5vw;
  }

  .devanning-content p {
    font-size: min(2.4vw, 18px);
  }

  .devanning-content h3 {
    margin-bottom: 20vw;
    font-size: min(5vw, 35px);
  }

  .devanning-content h3 span {
    font-size: min(2.6vw, 20px);
    margin-top: 1vw;
  }

  .devanning-content ul {
    width: min(100%, 100%);
    margin-bottom: 4vw;
    font-size: min(2.4vw, 18px);
    gap: 3.5vw;
  }

  .devanning-content ul li:not(:last-child)::after {
    right: calc((-3.5vw - 1.5vw) / 2);
    width: 1.5vw;
    height: 1.5vw;
  }

  .devanning-content-inner-bottom h3 {
    margin-bottom: 2.2vw;
    font-size: min(2.6vw, 20px);
  }

  .devanning-content-inner-bottom p {
    width: min(90%, 700px);
  }

  .case-studies {
    display: flex;
    background: var(--black);
    padding: 8vw 2.5vw 6.5vw;
    align-items: center;
    justify-content: center;
  }

  .case-studies-inner {
    gap: 4.5vw;
    width: min(97.5%, 750px);
  }

  .case-studies-top {
    gap: 3.5vw;
  }

  .case-studies-btn {
    gap: 4vw;
  }

  .case-studies-btn a {
    font-size: min(2.5vw, 18px);
    padding: 2vw 0;
    outline-offset: 4px;
  }

  .case-studies-btn a::after {
    width: 2vw;
    height: 2vw;
  }

  .case-studies-text h4 {
    font-size: min(3.5vw, 25px);
    margin-bottom: 2vw;
  }

  .case-studies-text h4 span {
    font-size: min(2.3vw, 17px);
  }

  .case-studies-text h4::after {
    display: none;
  }

  .case-studies-text {
    width: 55%;
    flex: none;
  }

  .case-studies-text p a {
    padding: 3.2vw 3vw;
    font-size: 2.8vw;
    line-height: 1.7;
  }

  .case-studies-text p::before {
    width: 8vw;
    height: 8vw;
  }

  .case-studies-text p::after {
    width: 8vw;
    height: 8vw;
  }

  .case-studies-image {
    position: relative;
  }

  .case-studies-image::after {
    position: absolute;
    content: '';
    width: 10vw;
    height: 10vw;
    background: url(/assets/images/index/case-studies-new-icon.webp);
    background-size: contain;
    right: 2vw;
    top: -5vw;
  }

  .card-grid-section {
    margin: 18.5vw 0 0;
    background: rgb(0 0 0 / 70%);
  }

  .card-grid-section-inner {
    width: min(95%, 900px);
    margin: 0 auto;
    padding: 7vw 0;
  }

  .card-grid-section h2 {
    font-size: min(2.6vw, 20px);
    margin-bottom: 2.6vw;
  }

  .card-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /* justify-content: center; */
    justify-content: flex-start;
    gap: min(3vw, 25px);
    width: 100%;
  }

  .card {
    width: 48%;
  }

  .card-title {
    font-size: min(3vw, 21px);
    padding: min(3vw, 20px) min(4.5vw, 30px) min(2vw, 15px);
  }

  .card-img {
    padding: 0 min(3vw, 20px); 
  }

  .card-body {
    padding: min(3vw, 20px);
  }

  .card-desc {
    font-size: min(2.4vw, 17px);
    margin: 0 auto min(2.5vw, 25px);
    width: 100%;
  }

  .card-more,
  .card-more-contact {
    font-size: min(2.5vw, 18px);
    height: 5vw;
  }

  .card-more::after,
  .card-more-contact::after {
    width: min(3vw, 24.5px);
    height: min(3vw, 24.5px);
    right: min(1.5vw, 10px);
  }

  .other-wrap {
    margin: 18vw auto 15vw;
  }

  .other-section {
    width: 100%;
    padding: 0 2.5vw;
    gap: 4vw;
    grid-template-columns: 1fr;
    display: flex;
    justify-content: center;
  }

  .other-section-inner {
    grid-template-columns:1fr;
    width: 100%;
    /* margin: 0 2.5vw; */
    margin: 0 auto;
    gap: 4vw;
    display: flex;
    justify-content: center;
  }

  .other-wrap .other-section-wrap {
    margin: 0 auto;
    padding: 8vw 0;
    border-bottom: 1px solid #666666;
  }

  .other-wrap .other-section-wrap:first-child {
    margin: 0 auto;
    padding: 0 0 14vw;
  }

  .other-wrap .other-section-wrap:last-child {
    border-bottom: 1px solid #666666;
  }

  .other-left {
    width: 100%;
  }

  .other-left p {
    font-size: 2.8vw;
    line-height: 1.9;
    font-weight: bold;
    position: relative;
    padding: 4vw 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

.other-left p::before,
.other-left p::after {
    width: 9vw;
    height: 9vw;
  }
  
.other-left p::after {
  border-bottom: .125vw solid #000;
  border-right: .125vw solid #000;
}

.other-left p::before {
  border-top: .125vw solid #000;
  border-left: .125vw solid #000;
}

  .other-right {
    display: flex;
  }

  .other-right .other-img {
    grid-column: none;
    width: 41vw;
  }

  .other-right .other-img img {
    width: 100%;
  }

  .other-img:first-child {
    height: auto;
  }

  .other-video-icon::after {
    width: 16vw;
    height: 16vw;
  }

  .other-left h2 {
    /* font-size: 3.4vw; */
    font-size: 3.6vw;
    margin-bottom: 3vw;
    text-align: center;
  }

  .other-left h2 span {
    font-size: min(2.2vw, 17px);
  }

  .other-icons {
    gap: 5.5vw;
    margin: 4vw auto 0;
    font-size: 3.25vw;
    width: 88vw;
    text-align: center;
  }

  .other-icons img {
    width: 74vw;
    margin: 0 auto;
  }

  .other-img {
    display: flex !important;
    height: auto;
    width: 74vw;
    margin: 0 auto;
  }

  .other-section {
    border-bottom: .25vw solid var(--gray-dark);
  }

  .other-section:nth-child(2),
  .other-section:nth-child(3) {
    padding: 8vw 2.5vw;
    border-bottom: .25vw solid var(--gray-dark);
  }

  .other-section:nth-child(2) .other-left,
  .other-section:nth-child(3) .other-left {
    width: 55%;
    text-align: left;
  }

  .other-section:nth-child(2) .other-left h2,
  .other-section:nth-child(3) .other-left h2 {
    text-align: left;
    font-size: 3.35vw;
  }

  
  .other-section:nth-child(2) .other-video-icon::after {
    width: 11vw;
    height: 11vw;
  }

  .company-profile {
    padding: 5vw 0 0vw;
    width: 95%;
  }

  .company-title {
    font-size: 2.5vw;
    letter-spacing: 1.3vw;
    text-transform: uppercase;
    margin-bottom: 3vw;
    padding-bottom: 3vw;
    text-align: center;
  }

  .company-table tbody, .company-table {
    display: flex;
    flex-direction: column;
  }

  .company-table tr {
    display: flex;
    flex-direction: row;
    font-size: 2.4vw;
  }

  .company-table tr th {
    width: 40%;
  }

  .company-table tr td {
    width: 65%;
  }

  .company-table tr th small {
    display: none;
  }

  footer {
    padding: 4vw 0 18vw;
    font-size: 2vw;
  }


  .pc {
    display: none;
  }
  
  .sp {
    display: block;
  }

  }

  @media (prefers-reduced-motion: reduce) {
    .fade-in, .fade-in-left, .fade-in-right {
      opacity: 1; transform: none; transition: none;
    }
  }

  #chosen-section-id,
  #devanning-hero-id,
  #card-grid-section-id,
  #other-id,
  #company-profile-id,
  #case-studies-id {
    overflow: hidden;
  }