/* BASIC css start */
/* =========================================================
   COMPANY LAYOUT
========================================================= */

#contentWrap.akcompany-layout {
    display:block;
    width:1100px;
    max-width:1100px;
    margin:0 auto;
    padding:55px 0 80px;
    box-sizing:border-box;
}

#contentWrap.akcompany-layout::after {
    display:block;
    clear:both;
    content:"";
}

#contentWrap.akcompany-layout > #aside {
    float:left;
    width:210px;
    margin:0;
}

#contentWrap.akcompany-layout > #content.akcompany-content {
    float:right;
    width:860px;
    min-width:0;
    margin:0;
    padding:0;
}


/* =========================================================
   BASE
========================================================= */

#guide .akcompany-page {
    width:100%;
    margin:0;
    padding:0;
    color:#222;
    box-sizing:border-box;
}

#guide .akcompany-page,
#guide .akcompany-page * {
    box-sizing:border-box;
}

#guide .akcompany-page a {
    text-decoration:none;
}


/* =========================================================
   PAGE HEAD
========================================================= */

#guide .akcompany-page-head {
    margin:0 0 32px;
}

#guide .akcompany-page-head > span {
    display:block;
    margin:0 0 6px;
    color:#7189a3;
    font-size:11px;
    line-height:1.35;
    font-weight:700;
    letter-spacing:.1em;
}

#guide .akcompany-page-head h1 {
    margin:0 0 9px;
    color:#111;
    font-size:30px;
    line-height:1.35;
    font-weight:700;
}

#guide .akcompany-page-head p {
    margin:0;
    color:#555;
    font-size:15px;
    line-height:1.75;
}


/* =========================================================
   HERO
========================================================= */

#guide .akcompany-hero {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    margin-bottom:52px;
    padding:38px 38px;
    border-radius:11px;
    background:#526b84;
}

#guide .akcompany-hero-text {
    flex:1;
    min-width:0;
}

#guide .akcompany-hero-text > span {
    display:block;
    margin-bottom:10px;
    color:#cad7e2;
    font-size:11px;
    font-weight:700;
    letter-spacing:.1em;
}

#guide .akcompany-hero-text h2 {
    margin:0 0 18px;
    color:#fff;
    font-size:27px;
    line-height:1.55;
    font-weight:700;
    letter-spacing:-.02em;
}

#guide .akcompany-hero-text p {
    margin:0;
    color:#e6ebef;
    font-size:14px;
    line-height:1.85;
}

#guide .akcompany-hero-mark {
    display:flex;
    flex:0 0 160px;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:160px;
    height:160px;
    border:1px solid rgba(255,255,255,.28);
    border-radius:50%;
    text-align:center;
}

#guide .akcompany-hero-mark strong {
    display:block;
    color:#fff;
    font-size:37px;
    line-height:1.15;
    font-weight:800;
    letter-spacing:-.04em;
}

#guide .akcompany-hero-mark span {
    display:block;
    margin-top:7px;
    color:#d8e1e8;
    font-size:10px;
    line-height:1.45;
    font-weight:700;
    letter-spacing:.08em;
}


/* =========================================================
   COMMON SECTION TITLE
========================================================= */

#guide .akcompany-section-title {
    margin-bottom:20px;
}

#guide .akcompany-section-title > span {
    display:block;
    margin-bottom:5px;
    color:#7189a3;
    font-size:11px;
    line-height:1.35;
    font-weight:700;
    letter-spacing:.09em;
}

#guide .akcompany-section-title h2 {
    margin:0 0 8px;
    color:#111;
    font-size:22px;
    line-height:1.45;
    font-weight:700;
}

#guide .akcompany-section-title p {
    margin:0;
    color:#666;
    font-size:13px;
    line-height:1.75;
}


/* =========================================================
   INTRO
========================================================= */

#guide .akcompany-intro {
    margin-bottom:52px;
}

#guide .akcompany-intro-content {
    padding:27px 29px;
    border:1px solid #dce3ea;
    border-radius:9px;
    background:#fff;
}

#guide .akcompany-intro-content p {
    max-width:750px;
    margin:0 0 13px;
    color:#444;
    font-size:14px;
    line-height:1.9;
    word-break:keep-all;
}

#guide .akcompany-intro-content p:last-child {
    margin-bottom:0;
}


/* =========================================================
   VALUES
========================================================= */

#guide .akcompany-values {
    margin-bottom:52px;
}

#guide .akcompany-value-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:11px;
}

#guide .akcompany-value-card {
    min-height:172px;
    padding:22px 20px;
    border:1px solid #dce3ea;
    border-radius:8px;
    background:#fff;
}

#guide .akcompany-value-card > span {
    display:block;
    margin-bottom:15px;
    color:#9eb0c2;
    font-size:11px;
    font-weight:700;
}

#guide .akcompany-value-card strong {
    display:block;
    margin-bottom:9px;
    color:#222;
    font-size:16px;
    line-height:1.45;
    font-weight:700;
}

#guide .akcompany-value-card p {
    margin:0;
    color:#666;
    font-size:13px;
    line-height:1.75;
    word-break:keep-all;
}


/* =========================================================
   VIDEO
========================================================= */

#guide .akcompany-video-section {
    margin-bottom:52px;
}

#guide .akcompany-video {
    overflow:hidden;
    width:100%;
    border-radius:10px;
    background:#000;
}

#guide .akcompany-video iframe {
    display:block;
    width:100%;
    height:484px;
    margin:0;
    padding:0;
    border:0;
}


/* =========================================================
   OVERVIEW
========================================================= */

#guide .akcompany-overview {
    margin-bottom:54px;
}

#guide .akcompany-info-table {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    overflow:hidden;
    margin-bottom:12px;
    border:1px solid #dce3ea;
    border-radius:9px;
    background:#fff;
}

#guide .akcompany-info-table > div {
    padding:19px 18px;
    border-right:1px solid #e3e8ed;
}

#guide .akcompany-info-table > div:last-child {
    border-right:0;
}

#guide .akcompany-info-table span {
    display:block;
    margin-bottom:6px;
    color:#7189a3;
    font-size:10px;
    font-weight:700;
}

#guide .akcompany-info-table strong {
    display:block;
    color:#222;
    font-size:14px;
    line-height:1.5;
    font-weight:700;
}


/* LOCATIONS */

#guide .akcompany-location-grid {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:11px;
}

#guide .akcompany-location-card {
    padding:22px 22px;
    border:1px solid #dce3ea;
    border-radius:8px;
    background:#f7f9fb;
}

#guide .akcompany-location-card > span {
    display:block;
    margin-bottom:7px;
    color:#7189a3;
    font-size:10px;
    font-weight:700;
    letter-spacing:.08em;
}

#guide .akcompany-location-card h3 {
    margin:0 0 9px;
    color:#222;
    font-size:16px;
    line-height:1.45;
    font-weight:700;
}

#guide .akcompany-location-card p {
    margin:0;
    color:#555;
    font-size:13px;
    line-height:1.75;
}


/* =========================================================
   HISTORY
========================================================= */

#guide .akcompany-history {
    margin-bottom:52px;
}

#guide .akcompany-history-list {
    overflow:hidden;
    border:1px solid #dce3ea;
    border-radius:10px;
    background:#fff;
}

#guide .akcompany-history-row {
    display:grid;
    grid-template-columns:125px 1fr;
    min-height:92px;
    border-bottom:1px solid #e7ebef;
}

#guide .akcompany-history-row:last-child {
    border-bottom:0;
}

#guide .akcompany-history-year {
    display:flex;
    align-items:flex-start;
    justify-content:center;
    padding:22px 15px;
    background:#f4f7fa;
    color:#526b84;
    font-size:21px;
    line-height:1.4;
    font-weight:800;
}

#guide .akcompany-history-content {
    padding:21px 24px 22px;
}

#guide .akcompany-history-content strong {
    display:block;
    margin-bottom:6px;
    color:#7189a3;
    font-size:11px;
    line-height:1.4;
    font-weight:700;
}

#guide .akcompany-history-content strong.akcompany-history-subdate {
    margin-top:16px;
}

#guide .akcompany-history-content p {
    margin:0;
    color:#333;
    font-size:13px;
    line-height:1.8;
    word-break:keep-all;
}


/* =========================================================
   FINAL
========================================================= */

#guide .akcompany-final {
    padding:34px 36px;
    border:1px solid #cdd9e4;
    border-radius:10px;
    background:#f5f8fb;
    text-align:center;
}

#guide .akcompany-final > span {
    display:block;
    margin-bottom:7px;
    color:#7189a3;
    font-size:11px;
    font-weight:700;
    letter-spacing:.1em;
}

#guide .akcompany-final h2 {
    margin:0 0 12px;
    color:#111;
    font-size:23px;
    line-height:1.5;
    font-weight:700;
}

#guide .akcompany-final p {
    margin:0;
    color:#555;
    font-size:13px;
    line-height:1.8;
}


/* =========================================================
   RESPONSIVE FALLBACK
========================================================= */

@media screen and (max-width:1120px) {

    #contentWrap.akcompany-layout {
        width:calc(100% - 40px);
        max-width:1100px;
    }

    #contentWrap.akcompany-layout > #content.akcompany-content {
        width:calc(100% - 240px);
    }

}

@media screen and (max-width:900px) {

    #contentWrap.akcompany-layout > #aside {
        width:190px;
    }

    #contentWrap.akcompany-layout > #content.akcompany-content {
        width:calc(100% - 212px);
    }

}
/* BASIC css end */

