.elementor-36 .elementor-element.elementor-element-67805ae{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4393913 *//* ============================================================
   FORENSIC CLEANING SPECIALISTS
   PAGE 04 — MIMAMORI
   FULL CSS
============================================================ */

:root{
    --fcs-navy:#071746;
    --fcs-navy-2:#0A1F58;
    --fcs-navy-3:#112D6D;

    --fcs-red:#D71932;
    --fcs-red-2:#F0283F;
    --fcs-red-dark:#A70D22;

    --fcs-white:#FFFFFF;
    --fcs-off:#F5F7FA;
    --fcs-soft:#E8EDF5;

    --fcs-text:#172033;
    --fcs-muted:#6F7888;

    --fcs-line:rgba(7,23,70,.12);
    --fcs-line-light:rgba(255,255,255,.14);

    --fcs-head:'Manrope',Arial,sans-serif;
    --fcs-body:'Inter',Arial,sans-serif;

    --fcs-max:1440px;
}


/* ============================================================
   GLOBAL
============================================================ */

.fcs-mimamori-page,
.fcs-mimamori-page *{
    box-sizing:border-box;
}

.fcs-mimamori-page{
    width:100%;
    overflow:hidden;
    background:#fff;
    color:var(--fcs-text);
    font-family:var(--fcs-body);
}

.fcs-mimamori-page img{
    display:block;
    width:100%;
}

.fcs-mimamori-page h1,
.fcs-mimamori-page h2,
.fcs-mimamori-page h3,
.fcs-mimamori-page p{
    margin:0;
}

.fcs-mimamori-page h1,
.fcs-mimamori-page h2,
.fcs-mimamori-page h3{
    font-family:var(--fcs-head);
}

.fcs-mimamori-page a{
    color:inherit;
    text-decoration:none;
}

.fcs-mm-container{
    width:min(calc(100% - 48px),var(--fcs-max));
    margin:0 auto;
}


/* ============================================================
   KICKER
============================================================ */

.fcs-mm-kicker{
    display:flex;
    align-items:center;
    gap:12px;

    margin-bottom:22px;

    color:var(--fcs-red);

    font-size:11px;
    font-weight:800;
    letter-spacing:.16em;
    text-transform:uppercase;
}

.fcs-mm-kicker > span{
    width:34px;
    height:2px;
    background:var(--fcs-red);
}

.fcs-mm-kicker--light{
    color:#fff;
}

.fcs-mm-kicker--light > span{
    background:var(--fcs-red-2);
}


/* ============================================================
   BUTTONS
============================================================ */

.fcs-mm-btn{
    min-height:64px;

    padding:13px 22px;

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;

    font-size:11px;
    font-weight:800;

    transition:.3s ease;
}

.fcs-mm-btn--red{
    background:var(--fcs-red);
    color:#fff;
}

.fcs-mm-btn--red:hover{
    background:var(--fcs-red-2);
    transform:translateY(-3px);
}

.fcs-mm-btn--red > i{
    width:38px;
    height:38px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff;
    color:var(--fcs-red);
}

.fcs-mm-btn--red small{
    display:block;

    margin-bottom:3px;

    color:rgba(255,255,255,.62);

    font-size:8px;
    font-weight:700;
    letter-spacing:.13em;
    text-transform:uppercase;
}

.fcs-mm-btn--outline{
    border:1px solid rgba(255,255,255,.24);

    background:rgba(255,255,255,.05);
    color:#fff;

    backdrop-filter:blur(10px);
}

.fcs-mm-btn--outline:hover{
    background:#fff;
    color:var(--fcs-navy);
}


/* ============================================================
   SECTION 01 — HERO
============================================================ */

.fcs-mm-hero{
    position:relative;

    min-height:800px;

    display:flex;
    align-items:center;

    overflow:hidden;

    background:var(--fcs-navy);
    color:#fff;
}

.fcs-mm-hero__media{
    position:absolute;
    inset:0;
}

.fcs-mm-hero__media img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.fcs-mm-hero__overlay{
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            90deg,
            rgba(4,14,48,.98) 0%,
            rgba(5,18,58,.94) 40%,
            rgba(6,21,65,.70) 68%,
            rgba(6,21,65,.46) 100%
        );
}

.fcs-mm-hero__glow{
    position:absolute;

    width:620px;
    height:620px;

    right:-230px;
    top:-260px;

    border-radius:50%;

    background:rgba(215,25,50,.16);

    filter:blur(110px);
}

.fcs-mm-hero__container{
    position:relative;
    z-index:4;

    padding-top:95px;
    padding-bottom:125px;

    display:grid;
    grid-template-columns:minmax(0,1.3fr) minmax(300px,.58fr);
    gap:80px;
    align-items:end;
}

.fcs-mm-hero__content{
    max-width:900px;
}

.fcs-mm-hero__japanese{
    margin-bottom:12px;

    color:rgba(255,255,255,.16);

    font-family:serif;
    font-size:72px;
    line-height:1;
}

.fcs-mm-hero h1{
    max-width:900px;

    color:#fff;

    font-size:clamp(58px,6.2vw,96px);
    font-weight:800;

    line-height:.98;
    letter-spacing:-.055em;
}

.fcs-mm-hero h1 span{
    display:block;
    margin-top:7px;

    color:var(--fcs-red-2);
}

.fcs-mm-hero__content > p{
    max-width:650px;

    margin-top:28px !important;

    color:rgba(255,255,255,.72);

    font-size:15px;
    line-height:1.85;
}

.fcs-mm-hero__actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;

    margin-top:38px;
}

.fcs-mm-hero__panel{
    padding:30px;

    border-top:3px solid var(--fcs-red);

    background:rgba(5,19,58,.82);
    backdrop-filter:blur(18px);
}

.fcs-mm-hero__panel-icon{
    width:52px;
    height:52px;

    margin-bottom:32px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-red);
    color:#fff;

    font-size:18px;
}

.fcs-mm-hero__panel small{
    display:block;

    margin-bottom:10px;

    color:rgba(255,255,255,.45);

    font-size:8px;
    font-weight:800;
    letter-spacing:.14em;
}

.fcs-mm-hero__panel strong{
    display:block;

    color:#fff;

    font-size:23px;
    font-weight:700;

    line-height:1.4;
    letter-spacing:-.03em;
}

.fcs-mm-hero__panel p{
    margin-top:15px !important;

    color:rgba(255,255,255,.58);

    font-size:11px;
    line-height:1.7;
}

.fcs-mm-hero__strip{
    position:absolute;
    left:0;
    right:0;
    bottom:0;

    z-index:5;

    border-top:1px solid rgba(255,255,255,.12);

    background:rgba(3,12,40,.72);
    backdrop-filter:blur(10px);
}

.fcs-mm-hero__strip .fcs-mm-container{
    min-height:66px;

    display:grid;
    grid-template-columns:repeat(4,1fr);
}

.fcs-mm-hero__strip .fcs-mm-container > div{
    min-height:66px;

    padding:0 18px;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    border-right:1px solid rgba(255,255,255,.10);

    color:rgba(255,255,255,.62);
}

.fcs-mm-hero__strip .fcs-mm-container > div:last-child{
    border-right:0;
}

.fcs-mm-hero__strip i{
    color:var(--fcs-red-2);
    font-size:14px;
}

.fcs-mm-hero__strip span{
    font-size:9px;
    font-weight:700;
}


/* ============================================================
   SECTION 02 — INTRO
============================================================ */

.fcs-mm-intro{
    padding:130px 0;

    background:#fff;
}

.fcs-mm-intro__grid{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    gap:100px;
    align-items:center;
}

.fcs-mm-intro__content{
    max-width:650px;
}

.fcs-mm-intro h2,
.fcs-mm-heading h2,
.fcs-mm-process__heading h2,
.fcs-mm-location h2{
    color:var(--fcs-navy);

    font-size:clamp(42px,4.2vw,64px);
    font-weight:800;

    line-height:1.04;
    letter-spacing:-.05em;
}

.fcs-mm-intro h2 span,
.fcs-mm-heading h2 span,
.fcs-mm-process__heading h2 span,
.fcs-mm-location h2 span{
    display:block;
    color:var(--fcs-red);
}

.fcs-mm-intro__lead{
    margin-top:28px !important;

    color:var(--fcs-text);

    font-size:15px;
    font-weight:500;
    line-height:1.85;
}

.fcs-mm-intro__secondary{
    margin-top:18px !important;

    color:var(--fcs-muted);

    font-size:13px;
    line-height:1.8;
}

.fcs-mm-intro__notice{
    margin-top:30px;

    padding:18px;

    border-left:3px solid var(--fcs-red);

    display:grid;
    grid-template-columns:28px 1fr;
    gap:12px;

    background:var(--fcs-off);
}

.fcs-mm-intro__notice i{
    color:var(--fcs-red);
    margin-top:2px;
}

.fcs-mm-intro__notice p{
    color:var(--fcs-muted);

    font-size:10px;
    line-height:1.7;
}

.fcs-mm-intro__visual{
    position:relative;

    min-height:650px;

    padding-left:45px;
    padding-bottom:55px;
}

.fcs-mm-intro__image{
    height:600px;

    overflow:hidden;
}

.fcs-mm-intro__image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.fcs-mm-intro__symbol{
    position:absolute;

    right:-10px;
    top:-35px;

    color:rgba(7,23,70,.06);

    font-family:serif;
    font-size:110px;
    line-height:1;
}

.fcs-mm-intro__badge{
    position:absolute;

    left:0;
    bottom:0;

    width:285px;

    padding:20px;

    display:flex;
    align-items:center;
    gap:15px;

    background:var(--fcs-navy);
    color:#fff;
}

.fcs-mm-intro__badge > span{
    width:46px;
    height:46px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-red);
}

.fcs-mm-intro__badge small{
    display:block;

    margin-bottom:4px;

    color:rgba(255,255,255,.42);

    font-size:8px;
    font-weight:800;
    letter-spacing:.12em;
}

.fcs-mm-intro__badge strong{
    font-size:17px;
    font-weight:700;
}


/* ============================================================
   SECTION 03 — FOCUS
============================================================ */

.fcs-mm-focus{
    position:relative;

    padding:130px 0;

    background:var(--fcs-navy);
    color:#fff;
}

.fcs-mm-focus__texture{
    position:absolute;
    inset:0;

    opacity:.08;

    background-image:
        radial-gradient(
            rgba(255,255,255,.8) .6px,
            transparent .6px
        );

    background-size:14px 14px;
}

.fcs-mm-focus .fcs-mm-container{
    position:relative;
    z-index:2;
}

.fcs-mm-heading{
    margin-bottom:60px;

    display:grid;
    grid-template-columns:1.2fr .55fr;
    gap:70px;
    align-items:end;
}

.fcs-mm-heading h2{
    color:#fff;
}

.fcs-mm-heading h2 span{
    color:var(--fcs-red-2);
}

.fcs-mm-heading > p{
    color:rgba(255,255,255,.54);

    font-size:13px;
    line-height:1.85;
}

.fcs-mm-focus__grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);

    border-top:1px solid rgba(255,255,255,.12);
    border-left:1px solid rgba(255,255,255,.12);
}

.fcs-mm-focus__grid article{
    min-height:330px;

    padding:28px;

    border-right:1px solid rgba(255,255,255,.12);
    border-bottom:1px solid rgba(255,255,255,.12);

    display:flex;
    flex-direction:column;

    transition:.3s ease;
}

.fcs-mm-focus__grid article:hover{
    background:rgba(255,255,255,.04);
}

.fcs-mm-focus__number{
    color:rgba(255,255,255,.28);

    font-size:8px;
    font-weight:800;
    letter-spacing:.1em;
}

.fcs-mm-focus__icon{
    width:52px;
    height:52px;

    margin-top:24px;
    margin-bottom:auto;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-red);

    color:#fff;
    font-size:18px;
}

.fcs-mm-focus__grid h3{
    margin-top:40px;

    color:#fff;

    font-size:21px;
    font-weight:800;
    letter-spacing:-.025em;
}

.fcs-mm-focus__grid p{
    margin-top:10px !important;

    color:rgba(255,255,255,.56);

    font-size:11px;
    line-height:1.75;
}


/* ============================================================
   SECTION 04 — PROCESS
============================================================ */

.fcs-mm-process{
    padding:130px 0;

    background:var(--fcs-off);
}

.fcs-mm-process__heading{
    margin-bottom:60px;

    display:grid;
    grid-template-columns:1.1fr .55fr;
    gap:70px;
    align-items:end;
}

.fcs-mm-process__heading > p{
    color:var(--fcs-muted);

    font-size:13px;
    line-height:1.85;
}

.fcs-mm-process__layout{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    gap:70px;
}

.fcs-mm-process__image{
    position:relative;

    min-height:660px;

    overflow:hidden;
}

.fcs-mm-process__image > img{
    position:absolute;
    inset:0;

    width:100%;
    height:100%;

    object-fit:cover;
}

.fcs-mm-process__image:after{
    content:"";

    position:absolute;
    inset:0;

    background:
        linear-gradient(
            180deg,
            transparent 45%,
            rgba(4,16,54,.88) 100%
        );
}

.fcs-mm-process__image-panel{
    position:absolute;

    z-index:2;

    left:28px;
    right:28px;
    bottom:28px;

    padding-top:20px;

    border-top:1px solid rgba(255,255,255,.25);

    display:flex;
    align-items:center;
    gap:16px;

    color:#fff;
}

.fcs-mm-process__image-panel > i{
    width:48px;
    height:48px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-red);
    color:#fff;

    flex:0 0 48px;
}

.fcs-mm-process__image-panel small{
    display:block;

    margin-bottom:4px;

    color:rgba(255,255,255,.42);

    font-size:8px;
    font-weight:800;
    letter-spacing:.13em;
}

.fcs-mm-process__image-panel strong{
    display:block;

    font-size:14px;
    line-height:1.45;
}

.fcs-mm-process__steps{
    border-top:1px solid var(--fcs-line);
}

.fcs-mm-process__steps article{
    min-height:155px;

    padding:27px 0;

    border-bottom:1px solid var(--fcs-line);

    display:grid;
    grid-template-columns:42px 56px 1fr;
    gap:18px;
    align-items:center;

    transition:.3s ease;
}

.fcs-mm-process__steps article:hover{
    padding-left:14px;
}

.fcs-mm-process__number{
    color:rgba(7,23,70,.30);

    font-size:8px;
    font-weight:800;
}

.fcs-mm-process__icon{
    width:50px;
    height:50px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff;
    color:var(--fcs-red);

    font-size:17px;
}

.fcs-mm-process__steps h3{
    color:var(--fcs-navy);

    font-size:19px;
    font-weight:800;
    letter-spacing:-.025em;
}

.fcs-mm-process__steps p{
    margin-top:7px !important;

    color:var(--fcs-muted);

    font-size:11px;
    line-height:1.7;
}


/* ============================================================
   SECTION 05 — PORTFOLIO
============================================================ */

.fcs-mm-portfolio{
    position:relative;

    min-height:720px;

    padding:120px 0;

    display:flex;
    align-items:center;

    overflow:hidden;

    color:#fff;
}

.fcs-mm-portfolio__media{
    position:absolute;
    inset:0;
}

.fcs-mm-portfolio__media img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.fcs-mm-portfolio__overlay{
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            90deg,
            rgba(4,16,54,.98) 0%,
            rgba(4,16,54,.90) 52%,
            rgba(4,16,54,.54) 100%
        );
}

.fcs-mm-portfolio .fcs-mm-container{
    position:relative;
    z-index:2;
}

.fcs-mm-portfolio__heading{
    margin-bottom:55px;

    display:grid;
    grid-template-columns:1.1fr .55fr;
    gap:70px;
    align-items:end;
}

.fcs-mm-portfolio__heading h2{
    color:#fff;

    font-size:clamp(42px,4.2vw,64px);
    font-weight:800;

    line-height:1.04;
    letter-spacing:-.05em;
}

.fcs-mm-portfolio__heading h2 span{
    display:block;
    color:var(--fcs-red-2);
}

.fcs-mm-portfolio__heading > p{
    color:rgba(255,255,255,.58);

    font-size:13px;
    line-height:1.85;
}

.fcs-mm-portfolio__services{
    display:grid;
    grid-template-columns:repeat(3,1fr);

    max-width:1050px;

    border-top:1px solid rgba(255,255,255,.13);
    border-left:1px solid rgba(255,255,255,.13);

    background:rgba(5,19,58,.55);
    backdrop-filter:blur(15px);
}

.fcs-mm-portfolio__services > div{
    min-height:140px;

    padding:24px;

    border-right:1px solid rgba(255,255,255,.13);
    border-bottom:1px solid rgba(255,255,255,.13);

    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.fcs-mm-portfolio__services i{
    color:var(--fcs-red-2);
    font-size:20px;
}

.fcs-mm-portfolio__services span{
    margin-top:32px;

    color:#fff;

    font-size:12px;
    font-weight:700;
}

.fcs-mm-portfolio__services--active{
    background:var(--fcs-red);
}

.fcs-mm-portfolio__services--active i{
    color:#fff;
}


/* ============================================================
   SECTION 06 — LOCATION
============================================================ */

.fcs-mm-location{
    padding:130px 0;

    background:#fff;
}

.fcs-mm-location__grid{
    display:grid;
    grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
    gap:90px;
    align-items:stretch;
}

.fcs-mm-location__content{
    padding:35px 0;
}

.fcs-mm-location__content > p{
    max-width:580px;

    margin-top:28px !important;

    color:var(--fcs-muted);

    font-size:14px;
    line-height:1.85;
}

.fcs-mm-location__details{
    margin-top:40px;

    border-top:1px solid var(--fcs-line);
}

.fcs-mm-location__details > div{
    padding:23px 0;

    border-bottom:1px solid var(--fcs-line);

    display:grid;
    grid-template-columns:52px 1fr;
    gap:15px;
}

.fcs-mm-location__details > div > span{
    width:46px;
    height:46px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-off);
    color:var(--fcs-red);
}

.fcs-mm-location__details small{
    display:block;

    margin-bottom:6px;

    color:rgba(7,23,70,.36);

    font-size:8px;
    font-weight:800;
    letter-spacing:.12em;
}

.fcs-mm-location__details strong,
.fcs-mm-location__details a{
    color:var(--fcs-navy);

    font-size:13px;
    font-weight:700;
    line-height:1.65;
}

.fcs-mm-location__details a{
    font-size:20px;
}

.fcs-mm-location__map{
    position:relative;

    min-height:620px;

    background:var(--fcs-off);
}

.fcs-mm-location__map iframe{
    position:absolute;
    inset:0;

    width:100%;
    height:100%;
}

.fcs-mm-location__map-label{
    position:absolute;

    left:25px;
    bottom:25px;

    z-index:3;

    width:270px;

    padding:18px;

    display:flex;
    align-items:center;
    gap:14px;

    background:var(--fcs-navy);
    color:#fff;

    box-shadow:0 15px 45px rgba(7,23,70,.18);
}

.fcs-mm-location__map-label > span{
    width:44px;
    height:44px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-red);
}

.fcs-mm-location__map-label small{
    display:block;

    margin-bottom:4px;

    color:rgba(255,255,255,.40);

    font-size:8px;
    font-weight:800;
    letter-spacing:.12em;
}

.fcs-mm-location__map-label strong{
    font-size:13px;
}


/* ============================================================
   SECTION 07 — CTA
============================================================ */

.fcs-mm-cta{
    position:relative;

    padding:100px 0;

    overflow:hidden;

    background:#050F32;
    color:#fff;
}

.fcs-mm-cta__glow{
    position:absolute;

    width:650px;
    height:650px;

    right:-240px;
    top:-300px;

    border-radius:50%;

    background:rgba(215,25,50,.18);

    filter:blur(100px);
}

.fcs-mm-cta .fcs-mm-container{
    position:relative;
    z-index:2;
}

.fcs-mm-cta__status{
    padding-bottom:24px;

    border-bottom:1px solid rgba(255,255,255,.12);

    display:flex;
    align-items:center;
    gap:12px;

    color:rgba(255,255,255,.56);

    font-size:9px;
    font-weight:800;
    letter-spacing:.13em;
    text-transform:uppercase;
}

.fcs-mm-cta__status > span{
    width:9px;
    height:9px;

    border-radius:50%;

    background:var(--fcs-red-2);

    box-shadow:0 0 0 6px rgba(240,40,63,.12);
}

.fcs-mm-cta__main{
    padding:60px 0;

    display:grid;
    grid-template-columns:1fr .7fr;
    gap:80px;
    align-items:end;
}

.fcs-mm-cta h2{
    max-width:800px;

    color:#fff;

    font-size:clamp(46px,5.3vw,78px);
    font-weight:800;

    line-height:1.02;
    letter-spacing:-.055em;
}

.fcs-mm-cta h2 span{
    display:block;
    color:var(--fcs-red-2);
}

.fcs-mm-cta__contact small{
    display:block;

    margin-bottom:9px;

    color:var(--fcs-red-2);

    font-size:8px;
    font-weight:800;
    letter-spacing:.15em;
}

.fcs-mm-cta__contact > a{
    display:block;

    color:#fff;

    font-family:var(--fcs-head);

    font-size:clamp(34px,4vw,55px);
    font-weight:800;

    line-height:1.1;
    letter-spacing:-.04em;
}

.fcs-mm-cta__contact p{
    max-width:420px;

    margin-top:16px !important;

    color:rgba(255,255,255,.52);

    font-size:11px;
    line-height:1.7;
}

.fcs-mm-cta__bottom{
    padding-top:26px;

    border-top:1px solid rgba(255,255,255,.12);

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}

.fcs-mm-cta__bottom > span{
    color:rgba(255,255,255,.50);

    font-size:10px;
    font-weight:700;
}

.fcs-mm-cta__bottom a{
    min-width:150px;
    min-height:54px;

    padding:0 20px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;

    background:var(--fcs-red);
    color:#fff;

    font-size:10px;
    font-weight:800;

    transition:.3s ease;
}

.fcs-mm-cta__bottom a:hover{
    background:var(--fcs-red-2);
    transform:translateY(-3px);
}


/* ============================================================
   ICON SAFETY
============================================================ */

.fcs-mimamori-page .fa-solid,
.fcs-mimamori-page .fas{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    font-style:normal;
    line-height:1;
}


/* ============================================================
   TABLET
============================================================ */

@media(max-width:1100px){

    .fcs-mm-hero__container{
        grid-template-columns:1fr;
        gap:40px;
    }

    .fcs-mm-hero__panel{
        max-width:520px;
    }

    .fcs-mm-intro__grid,
    .fcs-mm-location__grid{
        gap:60px;
    }

    .fcs-mm-focus__grid{
        grid-template-columns:repeat(2,1fr);
    }

    .fcs-mm-portfolio__services{
        grid-template-columns:repeat(2,1fr);
    }

}


/* ============================================================
   TABLET / MOBILE
============================================================ */

@media(max-width:820px){

    .fcs-mm-container{
        width:min(calc(100% - 34px),var(--fcs-max));
    }

    .fcs-mm-hero{
        min-height:auto;
    }

    .fcs-mm-hero__container{
        padding-top:90px;
        padding-bottom:115px;
    }

    .fcs-mm-hero h1{
        font-size:clamp(50px,11vw,76px);
    }

    .fcs-mm-hero__strip{
        display:none;
    }

    .fcs-mm-intro,
    .fcs-mm-focus,
    .fcs-mm-process,
    .fcs-mm-portfolio,
    .fcs-mm-location{
        padding:90px 0;
    }

    .fcs-mm-intro__grid,
    .fcs-mm-process__layout,
    .fcs-mm-location__grid{
        grid-template-columns:1fr;
    }

    .fcs-mm-heading,
    .fcs-mm-process__heading,
    .fcs-mm-portfolio__heading{
        grid-template-columns:1fr;
        gap:25px;
    }

    .fcs-mm-process__image{
        min-height:500px;
    }

    .fcs-mm-location__map{
        min-height:500px;
    }

    .fcs-mm-cta__main{
        grid-template-columns:1fr;
        gap:40px;
    }

}


/* ============================================================
   MOBILE
============================================================ */

@media(max-width:620px){

    .fcs-mm-container{
        width:calc(100% - 28px);
    }

    .fcs-mm-hero__container{
        padding-top:70px;
        padding-bottom:70px;
    }

    .fcs-mm-hero__japanese{
        font-size:54px;
    }

    .fcs-mm-hero h1{
        font-size:46px;
        line-height:1.02;
    }

    .fcs-mm-hero__content > p{
        margin-top:24px !important;

        font-size:13px;
        line-height:1.75;
    }

    .fcs-mm-hero__actions{
        display:grid;
        grid-template-columns:1fr;
    }

    .fcs-mm-btn{
        width:100%;
        justify-content:flex-start;
    }

    .fcs-mm-btn--outline{
        justify-content:space-between;
    }

    .fcs-mm-hero__panel{
        padding:22px;
    }

    .fcs-mm-intro h2,
    .fcs-mm-heading h2,
    .fcs-mm-process__heading h2,
    .fcs-mm-location h2,
    .fcs-mm-portfolio__heading h2{
        font-size:38px;
    }

    .fcs-mm-intro__visual{
        min-height:500px;
        padding-left:15px;
        padding-bottom:45px;
    }

    .fcs-mm-intro__image{
        height:440px;
    }

    .fcs-mm-intro__symbol{
        font-size:70px;
    }

    .fcs-mm-intro__badge{
        width:245px;
    }

    .fcs-mm-focus__grid{
        grid-template-columns:1fr;
    }

    .fcs-mm-focus__grid article{
        min-height:270px;
    }

    .fcs-mm-process__image{
        min-height:430px;
    }

    .fcs-mm-process__steps article{
        grid-template-columns:34px 46px 1fr;
        gap:12px;
    }

    .fcs-mm-portfolio{
        min-height:auto;
    }

    .fcs-mm-portfolio__services{
        grid-template-columns:1fr;
    }

    .fcs-mm-portfolio__services > div{
        min-height:120px;
    }

    .fcs-mm-location__map{
        min-height:430px;
    }

    .fcs-mm-location__map-label{
        left:15px;
        right:15px;
        bottom:15px;

        width:auto;
    }

    .fcs-mm-cta{
        padding:80px 0;
    }

    .fcs-mm-cta h2{
        font-size:43px;
    }

    .fcs-mm-cta__bottom{
        flex-direction:column;
        align-items:stretch;
    }

    .fcs-mm-cta__bottom a{
        width:100%;
    }

}/* End custom CSS */