@charset "utf-8";

body {
	-webkit-text-size-adjust: 100%;
}

#content {
    width: 100%;
}

#contents {
    width: 100%;
}

.l-main {
    width: 100%;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
}

.l-main * {
    font-family: "Shippori Mincho", serif;
}

/* ========================================= */
/* MV — Figma 14196:5736（data-name: mv） */
/* 計測値: W 1920px, H 220px */
/* ========================================= */
.mv {
    width: 100%;
    margin-bottom: 7px;
}

.mv__img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.l-inner {
    position: relative;
    z-index: 1;
    width: 1140px;
    margin: 0 auto 97px;
}
.l-inner:before {
    content: '';
    background: url(/images/company/line02.svg) no-repeat center center / cover;
    position: absolute;
    top: -15px;
    left: -35px;
    width: 11px;
    height: 7500px;
    pointer-events: none;
    z-index: -1;
}
/* ========================================= */
/* 装飾ライン — Figma 14196:5737 / 14199:5801 */
/* 計測値: 110px 版 W1920×H110、10px 版 W1920×H10 */
/* ========================================= */
.page-rule {
    width: 100%;
    height: 10px; /* 画像の高さ */
    background-image: url("/images/company/line03.svg");
    background-repeat: repeat-x; /* 横方向に繰り返し */
    background-position: center;
    z-index: 1;
    position: relative;
}

.page-rule__img {
    display: block;
    width: 100%;
    height: auto;
}

.page-rule--tall .page-rule__img {
    margin-bottom: 100px;
    height: 10px;
}

.page-rule--short .page-rule__img {
    height: 10px;
}

/* ========================================= */
/* 拠点ブロック branch — Figma 14196:5740 / 14199:5787 */
/* 共通: ヒーローH400、内側1140、見出し46px/letter-spacing 4.6px、本文16px/1.6 */
/* ========================================= */
.branch {
    position: relative;
    width: 100%;
    z-index: 1;
}

.branch--center-kita {
    padding-bottom: 150px;
    margin-top: 100px;
}

.branch__hero {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 400px;
    margin-left: -960px;
    overflow: hidden;
    z-index: 2;
}

.branch__hero-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.branch--center-kita .branch__tone {
    position: absolute;
    top: 500px;
    left: calc(50% + 295px);
    z-index: 0;
    width: 1330px;
    height: 943px;
    margin-left: -665px;
    background-color: #f4f4f4;
    pointer-events: none;
}

.branch--center-kita .branch__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: 1140px;
    margin: 0 auto;
    padding-top: 344px;
    z-index: 2;
}

.branch__body {
    display: flex;
    align-items: flex-end;
    gap: 70px;
}

.branch__body--photo-left {
    flex-direction: row;
}

.branch__body--photo-right {
    flex-direction: row;
    gap: 134px;
    position: relative;
}

.branch__media {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    flex-shrink: 0;
}

.branch__photo-main {
    position: relative;
    width: 386px;
    height: 514px;
    overflow: hidden;
    flex-shrink: 0;
}

.branch__photo-main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.branch__thumbs {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 87px;
    height: 272px;
    flex-shrink: 0;
}

.branch__thumb {
    position: relative;
    width: 87px;
    height: 88px;
    overflow: hidden;
    flex-shrink: 0;
}

.js-branch-thumb {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.js-branch-thumb:focus-visible {
    outline: 2px solid #404040;
    outline-offset: 2px;
}

.branch__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.branch__thumb--dim::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.branch__txt {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    flex-shrink: 0;
}
.branch--center-kita .branch__txt {
    
gap: 63px;
}
.branch__headline {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #404040;
}

.branch__headline--left {
}

.branch__title {
    margin: 0;
    font-size: 46px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 4.6px;
}

.branch__title--multiline {
    line-height: 1.2;
}

.branch__lead {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.branch__info {
    display: grid;
    grid-template-columns: 167px 1fr;
    column-gap: 10px;
    row-gap: 10px;
    margin: 0;
}

.branch__info-label {
    display: flex;
    gap: 10px;
    width: 100%;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: #404040;
    position: relative;
}

.branch__info-label-text {
    flex-shrink: 0;
    white-space: nowrap;
}

.branch__info-label::after {
    content: '';
    flex: 1 1 auto;
    height: 1px;
    min-width: 1px;
    background-color: #cccccc;
    top: 12px;
    position: relative;
}

.branch__info-value {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #404040;
    min-width: 0;
}
.branch__info-value a {
    font-size: 16px;
    color: #404040;
}
.branch__lead--center {
    width: 100%;
}

.branch__map {
    position: relative;
    width: 1140px;
    height: 356px;
    flex-shrink: 0;
}

.branch__map-visual {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.branch__map-visual iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.branch__map-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.branch__map-scrim {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.branch__map-note {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: 0;
    font-size: 36px;
    font-weight: 400;
    line-height: 2;
    color: #ffffff;
    white-space: nowrap;
    transform: translate(-50%, -50%);
}

/* ハウゼックみなみ野 — Figma 14199:5787 */
.branch--houzec {
    padding: 150px 0 151px;
    margin-top: 152px;
}

.branch--houzec .branch__hero {
    z-index: 2;
}
.branch--houzec .branch__tone {
    position: absolute;
    top: 500px;
    right: calc(50% + -370px);
    width: 1330px;
    height: 1003px;
    margin-left: -665px;
    background-color: #f4f4f4;
    pointer-events: none;
    z-index: -1;
}

.branch__hero--overlay .branch__hero-scrim {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.branch__hero-placeholder {
    position: absolute;
    left: 50%;
    top: 180px;
    z-index: 1;
    margin: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
}

.branch__inner--houzec {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 1140px;
    margin: 0 auto;
    padding-top: 212px;
}
.branch__body--photo-right:before {
    content: '';
    background: url(/images/company/line02.svg) no-repeat center center / cover;
    position: absolute;
    top: 33px;
    left: -35px;
    width: 11px;
    height: 7500px;
    pointer-events: none;
    z-index: -1;
}
.branch__media--houzec {
    flex-direction: row;
}

.branch__photo-showcase {
    position: relative;
    width: 429px;
    height: 574px;
    overflow: hidden;
    flex-shrink: 0;
}

.branch__photo-showcase-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.branch__photo-showcase-scrim {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.branch__photo-showcase-note {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    transform: translate(-50%, -50%);
}

/* ========================================= */
/* メッセージブロック — Figma 14199:5769 */
/* 計測値: セクション上下150px、主画像870×1027、副画像443×590、地図1140×356 */
/* ========================================= */
.message-block {
    position: relative;
    width: 100%;
    padding: 188px 0 146px;
    z-index: 0;
}

.message-block__tone {
    position: absolute;
    left: calc(50% + 295px);
    top: 887px;
    width: 1330px;
    height: 967px;
    margin-left: -665px;
    background-color: #f4f4f4;
    pointer-events: none;
    z-index: -1;
}
.message-block__visual-main {
    position: absolute;
    left: 0px;
    top: -37px;
    z-index: -1;
}
.message-block__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    gap: 60px;
    width: 1140px;
    margin: 0 auto;
}

.message-block__visual-main-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.message-block__text {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 590px;
    color: #404040;
    padding-left: 102px;
}

.message-block__visual-side {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 5px;
    width: 593px;
}

.message-block__visual-sub {
    width: 669px;
    height: 497px;
    overflow: hidden;
}

.message-block__visual-sub-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.message-block__thumbs {
    display: flex;
    gap: 5px;
    width: 271px;
}

.message-block__thumb {
    position: relative;
    width: 87px;
    height: 88px;
    overflow: hidden;
}

.message-block__thumb-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.message-block__thumb--dim::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.message-block__headline {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #404040;
}

.message-block__title {
    margin: 0;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 4.6px;
}

.message-block__lead {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
}

.message-block__body p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #404040;
}

.message-block__map {
    position: relative;
    z-index: 1;
    width: 1140px;
    height: 356px;
    margin: 80px auto 0;
}

/* ========================================= */
/* 会社概要一覧 — Figma 14200:5934 */
/* 計測値: 見出し EN 50px / JA 20px、情報リスト gap 20px */
/* ========================================= */
.company-profile {
    width: 1140px;
    margin: 0 auto;
    padding: 150px 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.company-profile__headline {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}

.company-profile__headline-en {
    margin: 0;
    font-family: "Lora", serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 5px;
    color: #404040;
}

.company-profile__headline-ja {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #707070;
}

.company-profile__info {
    display: grid;
    grid-template-columns: 156px 1fr;
    column-gap: 15px;
    row-gap: 20.5px;
    margin: 0;
}

.company-profile__label {
    display: flex;
    gap: 15px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: #404040;
}

.company-profile__label-text {
    flex-shrink: 0;
    white-space: nowrap;
}

.company-profile__label::after {
    content: '';
    flex: 1 1 auto;
    min-width: 1px;
    height: 1px;
    background-color: #cccccc;
    position: relative;
    top: 13px;
}

.company-profile__value {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #404040;
}
.company-profile__value a {
    font-size: 16px;
    color: #404040;
}
.company-profile__note {
    font-size: 14px;
}

.company-profile__link {
    color: #404040;
    font-size: 16px;
    text-decoration: underline;
}

