.indent01 a, .indent01 div, .indent01 li, .indent01 p, .indent01 span {
    font-family: "Helvetica Neue", Arial, Roboto, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
    font-weight: 400 !important;
}
.company-wrapper {
    padding: 50px 100px;
}
.kicker {
    color:  #9c1d28;
    letter-spacing:.08em;
    font-size:15px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h2{
    margin:.25rem 0 1.25rem 0;
    font-size: 25px;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    font-feature-settings: "palt";
    letter-spacing: 7px;
}

.company-banner {
  position: relative;
}
.company-banner:before {
    z-index: 0;
    position: absolute;
    content: "";
    bottom: 60%;
    left: -500px;
    top: 0;
    right: 50%;
    background-color: #fff;
}
.company-banner .company-wrapper {
    padding: 0 100px;
}
.banner-wrapper{
    position: relative;
}
.group-company-heading-wrapper {
    position: relative;
    z-index: 1;
    height: 480px;
}
.group-company-heading-wrapper:before {
    z-index: 0;
    position: absolute;
    content: "";
    top: 0;
    right: -1000px;
    left: 85px;
    bottom: 0;
    background: url(/assets/img/company/pc/00header_pc.png);
    background-repeat: no-repeat;
}
.group-company-heading-wrapper .text {
    position: relative;
    padding-top: 230px;
}

.group-company-heading-wrapper .text span {
    font-size: 100px;
    text-align: left;
    letter-spacing: 2px;
    line-height: 60px;
    font-family: "Bebas Neue", sans-serif;
    background: linear-gradient(90deg, #9c1d28 0%, #e21c34 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.group-company-heading-wrapper .badge{
    position: relative;
    margin-top: 20px;
    background: #fff;
    padding: 6px 12px;
    text-align: end;
    width: 300px;
}
.group-company-heading-wrapper .badge:after{
    content: "";
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: -1000px;
}
.group-company-heading-wrapper .badge span{
    position: relative;
    z-index: 1;
    color: #aa1d2a;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 2px;
    font-size: 20px;
}
.tabs-wrap{
    display: flex;
    flex-direction: column;
    padding: 0 100px 20px;
}
.tabs{
    display:flex;
    gap:15px;
    overflow:auto;
    padding:10px 20px;
}
.tab{
    white-space: nowrap;
    border-radius: 1px;
    color: #111827;
    align-items: center;
    gap: 24px;
    background: #fff;
    width: 200px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    justify-content: center;
    position: relative;
    display: inline-flex;
    text-align: center;
    padding: 10px 36px 10px 14px;
}
.tabs a:hover {
    color: #9f1f24;
}
.tab .caret{
    border:solid #aa1d2a;
    border-width:0 2px 2px 0;
    padding:3px;
    transform:rotate(45deg);
    margin-left: auto;
    position: absolute;
    right: 15%;
    top: 30%;
}
.tab.is-active{
    border-color:var(--brand);
    color:var(--brand);
    box-shadow:0 2px 0 0 var(--brand) inset
}
.tab:focus,.tab:hover{border-color:#d1d5db}

/* =============================
   English page fine-tuning (Company EN only)
   Reduce excessive tracking and gaps caused by Japanese typography defaults
   Scoped to <main class="top-page main-company lang-en"> in index_en.php
   ============================= */
.main-company.lang-en h2{
    letter-spacing: 0; /* override global for better Latin readability */
}
.main-company.lang-en .lead,
.main-company.lang-en .copy,
.main-company.lang-en .copy p,
.main-company.lang-en .greeting-end .fact .fact-text h3,
.main-company.lang-en .greeting-end .fact .fact-text p{
    text-align: left;
    font-feature-settings: normal;   /* disable "palt" to avoid extra spacing in Latin */
    letter-spacing: normal;
    word-spacing: normal;
}
.main-company.lang-en .copy{
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    max-width: 82ch;
}
/* Normalize tracking across other EN sections on this page */
.main-company.lang-en .kicker{ letter-spacing: .02em; }
.main-company.lang-en .ov-desc,
.main-company.lang-en .ov-row,
.main-company.lang-en .his-panel .content-table,
.main-company.lang-en .date,
.main-company.lang-en .desc,
.main-company.lang-en .tab,
.main-company.lang-en .group-company-heading-wrapper .badge span{
    letter-spacing: normal;
    font-feature-settings: normal;
}

/*greeting*/
.company-greeting{
    position: relative;
    overflow: hidden;
}
.company-greeting .container{
    background: #fff;
}
.company-greeting::before{
    background: #fff;
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    right: 0;
    top: 0;
}
.company-greeting .greeting-start {
    background-color: #fff;
    padding: 30px 0;
}
.company-greeting .greeting-end {
    background-color: #fff;
    padding: 30px 0;
    position: relative;
}
.company-greeting .greeting-end .fact{
    margin: 0 130px;
}
.company-greeting .greeting-end .fact .icon{
    float: left;
    margin: 0 60px 0 20px;
    max-width: 160px;
}
.company-greeting .greeting-end .fact .fact-text{
    text-align: justify;
    color: #333333;
}
.company-greeting .greeting-end .fact .fact-text h3{
    font-family: "Noto Serif JP", serif;
    font-size: 21px;
}
.company-greeting .greeting-end .fact .fact-text p{
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2.0;
}

.greeting-middle {
    position: relative;
}
.greeting-middle .text {
    z-index: 1;
    flex: 1;
    min-width: 0;
    background: #f7f6f6;
    padding: 30px 100px 30px 0;
    text-align: justify;
    position: relative;
}
.greeting-middle .content .text::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -500px;
    background-color: #f7f6f6;
    right: -80px;
    top: 0;
}
.greeting-middle .content {
    display: flex;
    justify-content: space-between;
    gap: 0;
    margin: 0 auto;
}
.lead {
    font-weight: 700;
    margin-bottom: 3rem;
    color: #333333;
    position: relative;
    font-family: "Noto Serif JP", serif;
}
.copy {
    line-height: 1.9;
    color: #333333;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
}
.copy p {
    text-align: end;
    font-family: "Noto Sans JP", sans-serif;
}
.ceo-card {
    z-index: 1;
    flex: 0 0 auto;
}
.ceo-card img {
    display: block;
    max-width: 330px;
    height: auto;
    padding-top: 80px;
}

.lead,  .copy, .copy p, .greeting-end .fact .fact-text h3, .greeting-end .fact .fact-text p{
    font-feature-settings: "palt";
}
/*end style greeting*/

/*style overview*/
.ov-content {
    padding: 40px 0;
}
.ov-head .ov-desc {
    margin-top: 40px;
    font-size: 14px;
    color: #333333;
}
.ov-card{
    margin-top:40px;
    background: #fff;
    padding: 80px;
}
.ov-desc {
    font-family: "Noto Sans JP", sans-serif;
}
.ov-list{margin:0}
.ov-row{
    display:flex;
    align-items:flex-start;
    padding:14px 0;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    background: linear-gradient(
            to right,
            #333 0, #333 200px,
            #e5e7eb 200px, #e5e7eb 100%
    ) left bottom / 100% 1px no-repeat;
}

.ov-row dt{
    flex:0 0 250px;
    font-weight:700;
    color:#333333;
    position:relative;
    padding-right:12px;
    padding-left: 30px;
}
.ov-row dd{
    flex:1;
    margin:0;
    color:#333333;
    line-height:1.8;
    padding-left: 30px;
    position: relative;
    font-weight: 500;
    font-size: 14px;
}
.ov-desc, .ov-row {
    font-feature-settings: "palt";
}
/*end style overview*/

/*style history*/
.history{
    position: relative;
}
.history::before{
    background: #fff;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 50%;
    top: 0;
}
.history .container{
    background: #fff;
    position: relative;
}
.his-panel{
    margin-top:16px;
    background:var(--panel);
    border-radius:10px;
    padding:22px 0;
    position: relative;
}
.his-panel .content-table{
    list-style:none;
    margin:0;
    padding:0;
    position: relative;
    background: #f7f6f6;
    bottom: 0;
    left: 0;
    right: 1000px;
    font-size: 14px;
    letter-spacing: 2px;
}
.his-panel .content-table::before{
    background:#f7f6f6;
    content:"";
    position:absolute;
    top:0;bottom:0;
    left: 0;
    right: -1000px;
}
.timeline{
    --pad-x: 24px;      /* padding-left/right của .trow */
    --axis-left: 56px;  /* vị trí trục tính từ mép content của .trow */
    --gap: 14px;        /* khoảng trống từ trục đến chữ .date */
    --dot: 8px;        /* size chấm đỏ */
    list-style:none;
    margin:0;
    padding:70px 0;
}
.timeline::before{
    content:"";
    position:absolute;
    left: calc(var(--pad-x) + var(--axis-left));
    top:0;
    bottom:0;
    width:1px;
    background:#d9d9d9;
}
.trow{
    position: relative;
    display: flex;
    align-items: stretch;
    padding: 14px var(--pad-x);
    min-height: calc(var(--dot) + 10px);
}
.trow:last-child{border-bottom:none}

.trow::before{
    content:"";
    position:absolute;
    left: calc(var(--pad-x) + var(--axis-left) - var(--dot) / 2);
    top:50%;
    transform:translateY(-50%);
    width: var(--dot);
    height: var(--dot);
    border-radius:50%;
    background:#9f1f24;
    box-shadow:0 0 0 1px #e1e5ea;
}
.date{
    flex: 0 0 200px;
    align-self: center; /* <-- chìa khóa */
    margin-left: calc(var(--axis-left) + var(--gap));
    color:#9f1f24;
    font-weight:600;
    letter-spacing:.02em;
    font-family: "Noto Sans JP", sans-serif;
}
.desc{
    flex:1;
    color:#333333;
    line-height:1.8;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.trow::after{
    content:"";
    position:absolute;
    bottom:0;
    left: calc(var(--pad-x) + var(--axis-left) + var(--gap));
    right: var(--pad-x);
    height:1px;
    background:#ffffff;
}
.date, .desc{
    font-feature-settings: "palt";
}
/*end style history*/

/*style access*/
.access-content {
    display: flex;
    gap: 40px;
}
.access-head{
    flex: 0 0 30%;
    max-width: 30%;
}
.access_img {
    flex: 1 1 70%;
    max-width: 70%;
}

.access_img img {
    max-width: 100%;
    height: auto;
    display: block;
}

/*end style access*/

/*style access-block*/
.access-wrap{
    display:flex;
    align-items:stretch;
    position: relative;
}
.acc-info::before {
    z-index: 0;
    position: absolute;
    content: "";
    bottom: 0;
    left: -1000px;
    background-color: #000000;
    right: calc(100% - 1px);
    top: 0;
}
.acc-info{
    flex:0 0 50%;
    display:flex;
    flex-direction:column;
    position: relative;
    z-index: 1;
}
.acc-row{
    display:flex;
    /*border-bottom:1px solid #cccccc;*/
    min-height:80px;
    height: fit-content;
    position: relative;
}
.acc-row::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 25px; /* khoảng cách với mép phải */
    height: 1px;
    background-color: #ccc;
}
.acc-row:last-child::after {
    display: none;
}
.acc-row:last-child{
    border-bottom:none;
    min-height: 150px;
}
.acc-label{
    flex:0 0 160px;
    color:#fff;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    text-align:center;
    padding:12px;
    border-right:1px solid #dfe4ea;
    background: #000000;
    font-family: "Noto Sans JP", sans-serif;
}
.acc-value{
    flex:1;
    padding:20px 25px 10px 30px;
    color:#333333;
    line-height:1.8;
    background:#fff;
    font-family: "Noto Sans JP", sans-serif;
}
.acc-map{flex:1; background:#cfd6df; display:grid; place-items:center; min-height: 415px}
.acc-label, .acc-value {
    font-feature-settings: "palt";
}

/*end style access-block*/

/*style group-companies*/
.group-companies-content{ display:flex; gap:40px; }
.group-companies-head{ flex:0 0 30%; max-width:30%; }
.group-companies-img{ flex:1 1 70%; max-width:70%; }
.group-companies-head img {
    width:70%; height:auto; display:block;
}
.group-companies-img img{ width:100%; height:auto; display:block; }

/*.group-companies-head h2{ margin:0 0 16px; font-size:28px; line-height:1.4; }*/
.group-companies-head h2 span{
    letter-spacing: 0;
    font-size: 24px;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    font-feature-settings: "palt";
}
.gc-photo{ margin-top:60px; }
.gc-logo-desktop{ margin-top:60px; }

/* Ẩn cặp mobile trên desktop */
.gc-pair-mobile{ display:none; }

/*<!--end style group-companies-->*/

/*<!--style address-->*/
.address-wrap{
    display:flex;
    align-items:stretch;
    position: relative;
}
.address-info::before {
    z-index: 0;
    position: absolute;
    content: "";
    bottom: 0;
    left: -1000px;
    background-color: #000000;
    right: calc(100% - 1px);;
    top: 0;
}
.address-info{
    flex:0 0 50%;
    display:flex;
    flex-direction:column;
    position: relative;
    z-index: 1;
}
.address-row{
    display:flex;
    /*border-bottom:1px solid #cccccc;*/
    min-height:80px;
    height: fit-content;
    position: relative;
}
.address-row::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 30px; /* khoảng cách với mép phải */
    height: 1px;
    background-color: #ccc;
}
.address-row:last-child::after {
    display: none;
}
.address-row:last-child{
    border-bottom:none;
    min-height: 300px;
}
.address-label{
    flex:0 0 160px;
    color:#fff;
    font-weight:700;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    text-align:center;
    padding:12px;
    border-right:1px solid #dfe4ea;
    background: #000000;
    font-family: "Noto Sans JP", sans-serif;
}
.address-value{
    flex:1;
    padding:20px 30px 10px 20px;
    color:#333333;
    line-height:1.8;
    background:#fff;
    font-family: "Noto Sans JP", sans-serif;
}
/* Map phải */
.address-map{flex:2; background:#cfd6df; display:grid; place-items:center; min-height: 350px}

/*end style address*/

    
/* Responsive */
@media(max-width:1399.98px){
    /*banner*/
    .banner-wrapper:after {
        width: 1340px;
    }
    /*greeting*/
    .company-greeting .greeting-end .fact{
        margin: 0;
    }

    /*access-block*/
    .acc-row:last-child{
        min-height: 300px;
    }
}
@media (max-width: 1199.98px) {
    .company-wrapper {
        padding: 50px 50px;
    }

    /*banner*/
    .tabs-wrap {
        padding: 0 85px 20px;
    }

    /*greeting*/
    .ceo-card img {
        max-width: 250px;
    }
    .greeting-middle .text {
        padding: 30px 50px 30px 0;
    }
    .lead {
        font-size: 19px;
    }
    .greeting-middle .content::before {
        right: 200px;
    }

    /*access-block*/
    .acc-row:last-child {
        min-height: 200px;
    }
    .acc-info {
        flex: 0 0 60%;
    }

    /*address*/
    .address-info {
        flex: 0 0 60%;
    }
}
@media (max-width: 991.98px) {
    .company-banner .company-wrapper {
        padding: 0;
    }
    .tabs-wrap {
        padding: 0 80px 20px;
    }
}
@media (max-width: 768.98px) {
    .main-company section .container {
        width: 90%;
    }
    .company-banner:before {
        bottom: 65%;
    }
    .group-company-heading-wrapper {
        height: 340px;
    }
    .group-company-heading-wrapper:before {
        width: 985px;
        height: 330px;
        background: url(/assets/img/company/sp/00header_sp.png);
        background-size: 68%;
        left: 60px;
    }
    .group-company-heading-wrapper .text {
        padding-top: 130px;
    }
    .group-company-heading-wrapper .badge {
        font-size: 15px;
        margin-top: 10px;
    }
    .tabs-wrap {
        width: 100%;
        padding: 0;
    }
    .tabs {
        flex-wrap: wrap;
    }
    .tab {
        font-size: 13px;
        flex: 0 0 calc(50% - 8px);
        box-sizing: border-box;
    }
    .company-greeting .greeting-middle .content {
        flex-direction: column;
    }
    .greeting-middle .content .text::before {
        bottom: -90px;
        right: -50px;
    }
    .company-greeting .greeting-middle .content .ceo-card {
        justify-items: flex-end;
    }
    .ceo-card img {
        max-width: 60%;
        padding-top: 0;
    }
    .ceo-card {
        margin-right: calc(-5vw - 50px);
    }
    .company-greeting .greeting-end .fact .icon{
        float: none;
        margin: 0 60px 0 60px;
        max-width: unset;
        text-align: center;
        padding-top: 60px;
    }
    .company-greeting .greeting-end .fact .fact-text{
        text-align: center;
    }
    .company-greeting .greeting-end .fact .fact-text p{
        text-align: justify;
    }

    /*overview*/
    .overview .container .company-wrapper {
        padding: 50px 0 0;
    }
    .ov-content .ov-head {
        padding: 0 50px;
    }
    .ov-card {
        padding: 30px 50px;
    }
    .ov-row {
        display: block; /* đổi thành 1 cột */
        padding: 16px 0;
        background: none;
        border-bottom: 1px solid #e5e7eb;
    }
    .ov-row dt {
        flex: unset;
        padding: 0;
        margin-bottom: 8px;
        font-size: 15px;
        font-weight: 700;
    }
    .ov-row dd {
        padding: 0;
    }

    /*history*/
    .history::before {
        content: none;
        display: none;
    }
    .history .container {
        background: unset;
    }
    .history .container .company-wrapper {
        padding: 50px 0 0;
    }
    .history .his-head {
        padding: 0 50px;
    }
    .history .his-panel .content-table::before {
        content: none;
        display: none;
    }
    .timeline {
        --pad-x: 20px;      /* padding ngang của .trow */
        --axis-left: 30px;  /* vị trí trục so với mép trái content */
        --gap: 12px;        /* khoảng cách từ trục đến chữ .date */
        --dot: 8px;        /* đường kính dot */
        padding: 30px 0 60px;
    }
    /* Trục dọc */
    .timeline::before{
        left: calc(var(--pad-x) + var(--axis-left));
    }
    .trow {
        position: relative;
        display: block;
        /* chừa chỗ bên trái cho trục + khoảng cách đến .date */
        padding: 16px var(--pad-x)
        16px calc(var(--pad-x) + var(--axis-left) + var(--gap));
    }
    .trow::before{ content: none; }
    .date {
        position: relative;
        margin: 0 0 8px 0; /* đẩy date lên trên desc */
        font-size: 15px;
    }
    .date::before{
        content:"";
        position:absolute;
        /* tâm dot trùng trục: lùi ra trái bằng (gap + nửa dot) */
        left: calc(-1 * (var(--gap) + var(--dot) / 2));
        /* đặt giữa dòng đầu của .date */
        top: 0.85em;                 /* ~ nửa line-height */
        transform: translateY(-50%);
        width: var(--dot); height: var(--dot);
        border-radius: 50%;
        background:#9f1f24;
        box-shadow: 0 0 0 1px #e1e5ea;
    }
    .desc {
        margin: 0;
    }

    /*access*/
    .access-content{ display:block; }
    .access-head,.access_img{ max-width:100%; flex:none; }
    .access_img{
        width: 100%;
        margin-left: 0;
        margin-right: -5%;
    }
    .access_img img{
        width: calc(100% + 5vw + 50px);
        max-width: calc(100% + 5vw + 50px);
        display:block;
        height:auto;
    }

    /*access block*/
    .access-block .container .company-wrapper {
        padding: 50px 0 0;
    }
    .access-block .access-wrap {
        flex-direction: column;
    }
    .access-block .access-wrap .acc-map {
        margin-left: -5vw;
    }

    /*group-companies*/
    .group-companies-content{ display:block; }
    .group-companies-head, .group-companies-img{ max-width:100%; flex:none; }

    /*.group-companies-head h2{ font-size:22px; }*/
    .gc-photo{ margin-top:16px; }
    .gc-photo img {
        width: calc(100% + 5vw + 50px);
        max-width: calc(100% + 5vw + 50px);
    }
    .gc-logo-desktop{ display:none; }
    .group-companies-img{ display:none; }

    .gc-pair-mobile{
        display:flex;
        gap:16px;
        margin-top:16px;
        align-items: center;
    }
    .gc-pair-mobile .gc-logo,
    .gc-pair-mobile .gc-map{
        flex:0 0 50%;
        max-width:50%;
    }
    .gc-pair-mobile img{ width:100%; height:auto; display:block; }

    /*address*/
    .address .container .company-wrapper {
        padding: 50px 0 0;
    }
    .address .address-wrap {
        flex-direction: column;
    }
    .address .address-map {
        margin-left: -5vw;
        min-height: 415px;
    }
    .address .address-row:last-child {
        min-height: 80px;
    }
}
@media (max-width: 600px) {
    .group-company-heading-wrapper:before {
        height: 265px;
        background-size: 55%;
        left: 60px;
    }
    .group-company-heading-wrapper .text {
        padding-top: 100px;
    }
    .group-company-heading-wrapper .text span {
        font-size: 70px;
    }

    .group-company-heading-wrapper .badge {
        width: 214px;
        margin-top: 10px;
        font-size: 15px;
    }
    .group-company-heading-wrapper {
        height: 265px;
    }
}

@media (max-width: 480.98px) {
    .group-company-heading-wrapper:before{
        left: 45px;
    }
    .group-company-heading-wrapper .text {
        left: 0px;
    }
    .group-company-heading-wrapper .text span {
        font-size: 75px;
    }
    .group-company-heading-wrapper .badge {
        left: 0;
        right: 210px;
        padding: 0 12px;
    }
    .greeting-middle .text{
        padding: 30px 0 30px 0;
    }
    .greeting-middle .content .text::before {
        right: -10vw;
    }
    .ceo-card img {
        max-width: 280px;
    }
}
