@charset "UTF-8";

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    border: 0;
  }

.bg-grey {
    background: var(--light-grey);
}

.bg-white {
    background: var(--white);
}


/**************************************/
/*  経営理念キーワード
/**************************************/
.keyword-sec {
    padding-block-end: 0;
}

.keyword-container {
    display: block;
    max-width: calc(10% + var(--max-width));
    margin-inline: auto;
    margin-block-start: var(--space80);
    text-align: center;
}

.keyword-title {
    font-family: "Noto Serif JP", serif;
    font-size: var(--base-font60);
    text-align: center;
    font-weight: 700;
}

.keyword-title-en {
    font-size: var(--base-font32);
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
}

/**************************************/
/*  What is Quiet?
/**************************************/
#profile-sec.wrapper {
    background: var(--white);
    color: var(--black);
    padding-block-end: var(--space100);
}

#profile-sec .content {
    flex-direction: row-reverse;
}

.container.logo-container {
    background: var(--black);
    color: var(--white);
}

.content.logo-content {
    max-width: calc(10% + var(--max-width));
    margin-inline: auto;
}

.cont-body-label {
    font-size: var(--base-font18);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.logo-figure {
    order: -1;
    padding-inline: 25%;
    padding-block-end: var(--space40);
    margin-block-end: var(--space40);
    border-bottom: 1px solid currentColor;
}

.inner.flex-start {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.stretch-left {
    width: calc(45% + (50vw - 50%));
    margin-left: calc(50% - 50vw);
}

/**************************************/
/*  ビジョン2030
/**************************************/

#vision-sec {
    text-align: center;
    padding-block-end: var(--space60);
}

.work-wrapper.wrapper.bg-white {
    background: var(--white);
}

#vision-sec .content {
    display: block;
}

#slash-sec {
    padding-block-start: 0;
}

.numbering.cont-ttl-jp {
    display: flex;
    align-items: center;
}

.numbering.cont-ttl-jp::before {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
}

.numbering.cont-ttl-jp._one::before {
    background: url(../img/company/policy/number-01.svg) center / contain no-repeat;
}
.numbering.cont-ttl-jp._two::before {
    background: url(../img/company/policy/number-02.svg) center / contain no-repeat;
}
.numbering.cont-ttl-jp._three::before {
    background: url(../img/company/policy/number-03.svg) center / contain no-repeat;
}

.cont-body-p.border-bottom {
    border-bottom: 1px solid var(--black);
    padding-block-end: 1em;
    margin-block-end: 1em;
}

.cont-body-p.font-medium {
    font-size: var(--base-font18);
    font-weight: 500;
}

.breadcrumb {
    background: var(--light-grey);
    color: var(--black);
}

@media screen and (max-width: 768px) {
    .keyword-container {
        width: max(80vw, 260px);
    }
    #logo-group .logo-content {
        flex-direction: column;
        row-gap: var(--space150);
    }
    #profile-sec .content {
        flex-direction: column-reverse;
    }
    .inner {
        width: 100%;
    }
    .stretch-left {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 600px) {
    .logo-figure {
        padding-inline: 10%;
    }
    .keyword-title {
        font-size: 26px;
    }
    .keyword-title-en {
        font-size: 18px;
    }
}