/* 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 .akstory-page {
    width:100%;
    margin:0;
    padding:0;
    color:#222;
    box-sizing:border-box;
}

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

#guide .akstory-page img {
    border:0;
}

#guide .akstory-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 .akstory-hero {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:36px;
    margin-bottom:58px;
    padding:40px 39px;
    border-radius:11px;
    background:#526b84;
}

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

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

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

#guide .akstory-hero-text p {
    margin:0 0 8px;
    color:#e4e9ed;
    font-size:14px;
    line-height:1.8;
}

#guide .akstory-hero-text p:last-child {
    margin-bottom:0;
}

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

#guide .akstory-hero-year > span {
    margin-bottom:7px;
    color:#d6e0e7;
    font-size:10px;
    font-weight:700;
    letter-spacing:.1em;
}

#guide .akstory-hero-year strong {
    color:#fff;
    font-size:24px;
    line-height:1.2;
    font-weight:800;
}


/* =========================================================
   STORY SECTION
========================================================= */

#guide .akstory-section {
    margin-bottom:60px;
}

#guide .akstory-section-head {
    display:grid;
    grid-template-columns:95px 1fr;
    gap:22px;
    align-items:start;
    margin-bottom:22px;
}

#guide .akstory-year {
    padding-top:2px;
    color:#526b84;
    font-size:28px;
    line-height:1.3;
    font-weight:800;
    letter-spacing:-.03em;
}

#guide .akstory-section-head > div:last-child > span {
    display:block;
    margin-bottom:5px;
    color:#7189a3;
    font-size:11px;
    line-height:1.35;
    font-weight:700;
    letter-spacing:.08em;
}

#guide .akstory-section-head h2 {
    margin:0 0 8px;
    color:#111;
    font-size:23px;
    line-height:1.45;
    font-weight:700;
}

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


/* =========================================================
   STORY GRID
========================================================= */

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

#guide .akstory-card {
    overflow:hidden;
    border:1px solid #dce3ea;
    border-radius:9px;
    background:#fff;
}

#guide .akstory-photo {
    overflow:hidden;
    width:100%;
    height:218px;
    background:#f4f7fa;
}

#guide .akstory-photo img {
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .3s ease;
}

#guide .akstory-card:hover .akstory-photo img {
    transform:scale(1.035);
}

#guide .akstory-card-body {
    min-height:176px;
    padding:19px 18px 20px;
}

#guide .akstory-card-body > span {
    display:block;
    margin-bottom:7px;
    color:#7189a3;
    font-size:9px;
    line-height:1.35;
    font-weight:700;
    letter-spacing:.08em;
}

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

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


/* =========================================================
   MESSAGE
========================================================= */

#guide .akstory-message {
    margin:0 0 60px;
    padding:31px 32px;
    border:1px solid #cdd9e4;
    border-radius:10px;
    background:#f5f8fb;
}

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

#guide .akstory-message h2 {
    margin:0 0 12px;
    color:#111;
    font-size:22px;
    line-height:1.5;
    font-weight:700;
}

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


/* =========================================================
   SUMMARY
========================================================= */

#guide .akstory-summary {
    margin-bottom:54px;
    padding:29px 30px 30px;
    border:1px solid #dce3ea;
    border-radius:10px;
    background:#fff;
}

#guide .akstory-summary-head {
    margin-bottom:21px;
}

#guide .akstory-summary-head > span {
    display:block;
    margin-bottom:6px;
    color:#7189a3;
    font-size:11px;
    font-weight:700;
    letter-spacing:.09em;
}

#guide .akstory-summary-head h2 {
    margin:0 0 9px;
    color:#111;
    font-size:22px;
    line-height:1.5;
    font-weight:700;
}

#guide .akstory-summary-head p {
    margin:0;
    color:#666;
    font-size:13px;
    line-height:1.75;
}

#guide .akstory-country-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:9px;
}

#guide .akstory-country-grid > div {
    padding:16px 15px;
    border-radius:7px;
    background:#f4f7fa;
    text-align:center;
}

#guide .akstory-country-grid strong {
    display:block;
    margin-bottom:4px;
    color:#334e68;
    font-size:13px;
    line-height:1.35;
    font-weight:800;
}

#guide .akstory-country-grid span {
    display:block;
    color:#777;
    font-size:11px;
}


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

#guide .akstory-final {
    padding:35px 36px;
    border-radius:10px;
    background:#526b84;
    text-align:center;
}

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

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

#guide .akstory-final p {
    margin:0;
    color:#e2e8ed;
    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 */

