/* IASO About Us | Smartphone 767px- */

:root {
    --about-navy: #183247;
    --about-blue: #6e9db8;
    --about-blue-light: #dceaf1;
    --about-ivory: #f8f7f3;
    --about-text: #334652;
    --about-muted: #6f808a;
    --about-line: #dbe4e9;
    --about-white: #ffffff;
}

.AboutUsMain {
    position: relative;
    top: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    background: var(--about-white);
    color: var(--about-text);
    overflow: hidden;
}

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

/* HERO */
.AboutUsHero{position:relative;width:100%;height:550px;min-height:550px;max-height:550px;display:flex;align-items:stretch;overflow:hidden;background:var(--about-ivory);}

.AboutUsHero__media,
.AboutUsHero__media picture,
.AboutUsHero__media img,
.AboutUsHero__overlay{position:absolute;inset:0;width:100%;height:100%;min-height:0;max-height:none;}

.AboutUsHero__media {
    z-index: 0;
    overflow: hidden;
}

.AboutUsHero__media picture {
    display: block;
    max-width: none;
    overflow: hidden;
}

.AboutUsHero__media img {
    display: block;
    max-width: none;
    object-fit: cover;
    object-position: 58% 56%;
}

.AboutUsHero__overlay {
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg,rgba(248,247,243,.76) 0%,rgba(248,247,243,.60) 34%,rgba(248,247,243,.30) 54%,rgba(248,247,243,.06) 74%,rgba(248,247,243,0) 100%),
        linear-gradient(180deg,rgba(248,247,243,0) 0%,rgba(248,247,243,0) 70%,rgba(248,247,243,.08) 86%,rgba(248,247,243,.30) 100%);
}

.AboutUsHero__inner,
.AboutUsInner,
.AboutUsPromise__inner {
    width: calc(100% - 36px);
    margin: 0 auto;
}

.AboutUsHero__inner{position:relative;z-index:2;width:calc(100% - 36px);max-width:none;height:100%;min-height:0;max-height:none;margin:0 auto;padding:72px 0 0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;}

.AboutUsHero__content {width:86%;max-width:335px;}

.AboutUsEyebrow {
    margin: 0 0 14px;
    color: var(--about-blue);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.19em;
    line-height: 1.4;
}

.AboutUsHero .AboutUsEyebrow {
    margin-bottom: 13px;
}

.AboutUsHero__title {margin:0;color:var(--about-navy);font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;font-size:30px;font-weight:500;letter-spacing:.02em;line-height:1.52;}

.AboutUsHero__lead {
    margin: 20px 0 0;
    color: var(--about-navy);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.75;
}

.AboutUsHero__text {
    margin: 20px 0 0;
    color: #536873;
    font-size: 13px;
    line-height: 1.82;
}

/* COMMON */
.AboutUsSection {
    padding: 70px 0;
}

.AboutUsOrigin,
.AboutUsServices,
.AboutUsMitaka {
    background: var(--about-ivory);
}

.AboutUsSectionHead {
    margin: 0 0 34px;
}

.AboutUsSectionHead--center {
    margin: 0 0 34px;
    text-align: left;
}

.AboutUsSectionTitle {
    margin: 0;
    color: var(--about-navy);
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(25px, 7vw, 29px);
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.62;
}

.AboutUsSectionLead {
    margin: 17px 0 0;
    color: var(--about-muted);
    font-size: 14px;
    line-height: 1.9;
}

.AboutUsLead {
    margin: 0 0 19px;
    color: var(--about-navy);
    font-size: 16px;
    line-height: 1.9;
}

.AboutUsText {
    margin: 0 0 18px;
    color: var(--about-text);
    font-size: 15px;
    line-height: 1.95;
}

/* SP SECTION-SPECIFIC HEADING BALANCE */
.AboutUsChoice .AboutUsSectionTitle,
.AboutUsExperience .AboutUsSectionTitle,
.AboutUsMitaka .AboutUsSectionTitle {
    font-size: 24px;
    line-height: 1.58;
    letter-spacing: 0.015em;
}

/* ORIGIN */
.AboutUsOrigin__grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.AboutUsOrigin__content {
    min-width: 0;
}

.AboutUsOrigin__visual {
    width: 100%;
    margin: 2px auto 0;
    overflow: hidden;
    background: #eef3f5;
}

.AboutUsOrigin__visual img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
    object-position: center 42%;
}

/* PHILOSOPHY */
.AboutUsPhilosophy {
    background: var(--about-navy);
}

.AboutUsPhilosophy .AboutUsEyebrow,
.AboutUsPromise .AboutUsEyebrow {
    color: #9bc1d4;
}

.AboutUsStatement {
    margin: 0 0 46px;
    text-align: left;
}

.AboutUsStatement__title {
    margin: 0;
    color: #fff;
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(30px, 8.5vw, 35px);
    font-weight: 500;
    letter-spacing: 0.045em;
    line-height: 1.55;
}

.AboutUsStatement__lead {
    margin: 21px 0 0;
    color: #e8f0f4;
    font-size: 15px;
    line-height: 1.9;
}

.AboutUsStatement__text {
    margin: 17px 0 0;
    color: #c9d6dd;
    font-size: 14px;
    line-height: 1.95;
}

.AboutUsPrinciples {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.AboutUsPrinciples__item {
    padding: 29px 0 31px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.AboutUsPrinciples__number {
    display: block;
    margin-bottom: 17px;
    color: #91b8cc;
    font-family: Georgia, serif;
    font-size: 25px;
}

.AboutUsPrinciples__item h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75;
}

.AboutUsPrinciples__item p {
    margin: 0;
    color: #cbd8df;
    font-size: 14px;
    line-height: 1.92;
}

/* WHY SUIFEEL */
.AboutUsChoice__feature {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.AboutUsChoice__visual {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #eef3f5;
}

.AboutUsChoice__visual img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center center;
}

.AboutUsChoice__content {
    min-width: 0;
    margin: 0;
}

.AboutUsChoice__content .AboutUsText:last-child {
    margin-bottom: 0;
}

.AboutUsChoice__statement {
    margin: 42px 0 0;
    padding-top: 27px;
    border-top: 1px solid var(--about-line);
    color: var(--about-navy);
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.9;
    text-align: left;
}

.AboutUsFacts {
    display: block;
    margin: 38px 0 27px;
    border-top: 1px solid var(--about-line);
}

.AboutUsFacts__item {
    margin: 0;
    padding: 22px 0;
    border-bottom: 1px solid var(--about-line);
    text-align: left;
}

.AboutUsFacts__item dt {
    margin-bottom: 8px;
    color: var(--about-blue);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.AboutUsFacts__item dd {
    margin: 0;
    color: var(--about-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    line-height: 1.4;
}

.AboutUsFacts__item p {
    margin: 7px 0 0;
    color: var(--about-muted);
    font-size: 13px;
    line-height: 1.78;
}

.AboutUsNote {
    margin-top: 25px;
    padding: 17px 16px;
    border: 1px solid var(--about-line);
    background: #fbfcfd;
}

.AboutUsNote p {
    margin: 0;
    color: #667781;
    font-size: 12.5px;
    line-height: 1.88;
}

/* SERVICES */
.AboutUsServices__grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.AboutUsService {
    overflow: hidden;
    padding: 0;
    border-top: 2px solid #FFF;
    background: #fff;
}

.AboutUsService__visual {
    margin: 0;
    overflow: hidden;
    background: #edf2f4;
}

.AboutUsService__visual img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center center;
}

.AboutUsService__body {
    padding: 27px 23px 30px;
}

.AboutUsService__number {
    margin: 0 0 18px;
    color: #b7cbd7;
    font-family: Georgia, serif;
    font-size: 26px;
}

.AboutUsService__title {
    margin: 0 0 14px;
    color: var(--about-navy);
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.55;
}

.AboutUsService__text {
    margin: 0 0 22px;
    color: var(--about-text);
    font-size: 14px;
    line-height: 1.9;
}

.AboutUsTextLink {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    color: var(--about-navy);
    font-size: 12.5px;
    text-decoration: none;
    border-bottom: 1px solid #9eb5c2;
    padding-bottom: 4px;
    line-height: 1.8;
}

.AboutUsTextLink::after {
    content: "→";
    flex: 0 0 auto;
    color: var(--about-blue);
}

/* EXPERIENCE */
.AboutUsExperience {
    background: #f5f9fb;
}

.AboutUsExperience__inner {
    display: block;
}

.AboutUsExperience__inner .AboutUsSectionHead {
    margin-bottom: 28px;
}

.AboutUsExperience__body {
    margin: 0 0 34px;
}

.AboutUsExperience__visual {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #eaf0f3;
}

.AboutUsExperience__visual img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center center;
}

.AboutUsExperience__values {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid var(--about-line);
}

.AboutUsExperience__values span {
    color: #7892a0;
    font-family: Georgia, serif;
    font-size: 12.5px;
    letter-spacing: 0.055em;
}

/* MITAKA */
.AboutUsMitaka__grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.AboutUsMitaka__visual {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #eef2f4;
}

.AboutUsMitaka__visual img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center center;
}

.AboutUsMitaka__content {
    min-width: 0;
}

.AboutUsMitaka__content .AboutUsSectionTitle {
    margin-bottom: 20px;
}

.AboutUsShopInfo {
    margin: 31px 0 0;
    padding: 23px 0 0 18px;
    border-top: 1px solid var(--about-line);
    border-left: 1px solid #b9cbd5;
    color: var(--about-text);
    font-style: normal;
}

.AboutUsShopInfo p {
    margin: 0 0 13px;
    font-size: 14px;
    line-height: 1.85;
}

.AboutUsShopInfo p:last-child {
    margin-bottom: 0;
}

.AboutUsShopInfo__name {
    color: var(--about-navy);
    font-size: 16px;
    font-weight: 600;
}

.AboutUsShopInfo a {
    color: var(--about-navy);
    text-decoration: none;
}

/* PROMISE */
.AboutUsPromise {
    padding: 82px 0 88px;
    background: var(--about-navy);
    text-align: left;
}

.AboutUsPromise__title {
    margin: 0;
    color: #fff;
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(25px, 7vw, 29px);
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.65;
}

.AboutUsPromise__text {
    margin: 23px 0 0;
    color: #cbd8df;
    font-size: 14px;
    line-height: 1.95;
}

.AboutUsPromise__closing {
    margin: 32px 0 0;
    color: #fff;
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.85;
    text-align: center;
}

/* Small smartphone */
@media screen and (max-width: 390px) {
    .AboutUsHero {
        height: 550px;
        min-height: 550px;
        max-height: 550px;
    }

    .AboutUsHero__media,
    .AboutUsHero__media picture,
    .AboutUsHero__media img,
    .AboutUsHero__overlay,
    .AboutUsHero__inner {
        height:550px;
        min-height:550px;
        max-height:550px;
}

    .AboutUsHero__inner {
        width:calc(100% - 32px);
        padding:86px 0 0;
    }

    .AboutUsHero__inner,
    .AboutUsInner,
    .AboutUsPromise__inner {
        width: calc(100% - 32px);
    }

    .AboutUsHero__content {
        width: 80%;
        max-width: 315px;
    }

    .AboutUsHero__title { font-size: 26px;
    line-height: 1.55;
    
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: 500;
    letter-spacing: .02em;
}

    .AboutUsHero__lead {
        font-size: 14px;
    }

    .AboutUsHero__text {
        font-size: 14px;
        line-height: 1.86;
    }

    .AboutUsSectionTitle {
        font-size: 25px;
    }

    .AboutUsStatement__title {
        font-size: 29px;
    }
}

/* 2026-08-09 SP HERO balanced final */
.AboutUsHero{height:650px;min-height:650px;max-height:650px;}
.AboutUsHero__media img{object-position:64% 50%;}
.AboutUsHero__overlay{
    background:linear-gradient(90deg,rgba(10,24,36,.10) 0%,rgba(10,24,36,.05) 42%,rgba(10,24,36,0) 74%),linear-gradient(180deg,rgba(10,24,36,0) 0%,rgba(10,24,36,0) 42%,rgba(10,24,36,.16) 58%,rgba(10,24,36,.42) 76%,rgba(10,24,36,.58) 100%);
}
.AboutUsHero__inner{height:650px;min-height:650px;max-height:650px;padding:0 0 34px;justify-content:flex-end;}
.AboutUsHero__content{width:100%;max-width:none;padding:0;border-left:0;}
.AboutUsHero .AboutUsEyebrow{
    margin-bottom: 9px;
    color: var(--about-navy);
    text-shadow: 0 1px 8px rgba(10,24,36,.18);
}
.AboutUsHero__title{max-width:340px;font-size:29px;line-height:1.5;}
.AboutUsHero__lead{max-width:340px;margin-top:15px;font-size:14px;line-height:1.72;color:rgba(255,255,255,.94);text-shadow:0 1px 10px rgba(10,24,36,.16);}
.AboutUsHero__text{max-width:350px;margin-top:13px;color:rgba(255,255,255,.84);font-size:12.5px;line-height:1.82;text-shadow:0 1px 8px rgba(10,24,36,.16);}
@media screen and (max-width:390px){
    .AboutUsHero,.AboutUsHero__media,.AboutUsHero__media picture,.AboutUsHero__media img,.AboutUsHero__overlay,.AboutUsHero__inner{height:650px;min-height:650px;max-height:650px;}
    .AboutUsHero__inner{width:calc(100% - 32px);padding:0 0 30px;padding-bottom:84px;justify-content:flex-end;}
    .AboutUsHero__content{width:92%;max-width:340px;}
    .AboutUsHero__title{
        font-size:35px;
        line-height: 1.28;
        letter-spacing: .02em;
        color:#eee;
        text-shadow: 0 1px 16px rgba(10,24,36,.16);
    }
}
@media screen and (max-width:390px){
  .AboutUsHero__inner{
    padding-bottom:76px;
  }
}
