@charset "UTF-8";

/*
 * 不動産管理・管理業務内容（PC /kanri/service01/）
 * Figma: node 23868:109870 計測（px のみ）
 */

#content {
    width: 100%;
}

#contents {
    width: 100%;
    padding-bottom: 0;
}

.l-main.l-page.mgmt {
    padding: 0 0 60px;
    background: var(--color-primary-grayscale-white);
}

.mgmt-service01 .l-contents {
    max-width: 100%;
    background: var(--color-primary-grayscale-white);
}

.mgmt-service01 p,
.mgmt-service01 h1,
.mgmt-service01 h2 {
    margin: 0;
}

/* ---------- MV（画像 1920×450） ---------- */
.mgmt-service01 .mgmt-mv {
    margin: 0;
    padding: 0;
    line-height: 0;
    position: relative;
}

.mgmt-service01 .mgmt-mv__canvas {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 0;
    height: 470px;
}

.mgmt-service01 .mgmt-mv__h1-image {
    margin: 0;
    height: 100%;
    line-height: 0;
}

.mgmt-service01 .mgmt-mv__bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mgmt-service01 .mgmt-mv__note {
    box-sizing: border-box;
    width: 1140px;
    max-width: 100%;
    margin: 10px auto 0;
    padding: 0;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--color-text-gray);
}

/* ---------- 本文 W1140 / pt60 / gap30 ---------- */
.mgmt-service01 .mgmt-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    box-sizing: border-box;
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    padding: 36px 0 0;
}

.mgmt-service01 .mgmt-text {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-text-default);
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
}

/* リード 34px bold lh1.45 */
.mgmt-service01 .mgmt-intro {
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4412;
    color: var(--color-primary-grayscale-black);
}

.mgmt-service01 .mgmt-intro .ui-headline-color {
    color: #d83c3c;
}

/* ---------- 組織図 ---------- */
.mgmt-service01 .mgmt-chain {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.mgmt-service01 .mgmt-owner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 60px;
    margin: 0;
    padding: 6px 10px;
    background: var(--color-primary-default-point);
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    color: var(--color-primary-grayscale-white);
}

.mgmt-service01 .mgmt-chain__arrow {
    display: block;
    width: 24px;
    height: 32px;
    margin: 0 auto 18px;
}

.mgmt-service01 .mgmt-chain__arrow.mgmt-chain__arrow--2 {
    margin: 0 auto 28px;
}

.mgmt-service01 .mgmt-dept {
    width: 100%;
    background: #feffd6;
    border-radius: 10px;
    padding: 0 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    box-sizing: border-box;
}

.mgmt-service01 .mgmt-dept__bar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 70px;
    margin: 0 0 21px;
    padding: 0 20px;
    background: var(--color-primary-default-main);
    border-radius: 10px 10px 0 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: var(--color-text-default);
    box-sizing: border-box;
}

.mgmt-service01 .mgmt-dept__label {
    margin: 0 0 4px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    color: #d83c3c;
}

.mgmt-service01 .mgmt-dept .mgmt-text {
    width: 1080px;
    max-width: calc(100% - 60px);
    text-align: left;
}

/* ---------- 5業務カード ---------- */
.mgmt-service01 .mgmt-work {
    width: 100%;
    padding: 31px 30px 30px;
    border-radius: 10px;
    background: #feffd6;
    box-sizing: border-box;
    overflow: visible;
}

.mgmt-service01 .mgmt-tap {
    margin: 0;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    color: var(--color-text-default);
}

.mgmt-service01 .mgmt-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 45px 15px;
    width: 100%;
    max-width: 1080px;
    margin: 15px auto 0;
    padding: 30px 0 0;
    box-sizing: border-box;
}

.mgmt-service01 .mgmt-card {
    position: relative;
    width: 350px;
    max-width: 100%;
    background: var(--color-primary-default-main);
    border-radius: 10px;
    padding: 37px 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
}

.mgmt-service01 .mgmt-card__title {
    display: block;
    width: 290px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: var(--color-text-default);
}

.mgmt-service01 .mgmt-card__title span {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 64px;
    height: 64px;
    line-height: 0;
}

.mgmt-service01 .mgmt-card__title span img {
    display: block;
    width: 64px;
    height: 64px;
}

.mgmt-service01 .mgmt-card__box {
    width: 290px;
    max-width: 100%;
    background: var(--color-primary-grayscale-white);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-sizing: border-box;
    min-height: 226px;
}

.mgmt-service01 .mgmt-card__box--2 {
    min-height: 137px;
}

.mgmt-service01 .mgmt-card__row {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.mgmt-service01 .mgmt-card__icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 4px;
}

.mgmt-service01 .mgmt-card__row .mgmt-text {
    flex: 1;
    min-width: 0;
}

.mgmt-service01 .mgmt-card__lead {
    width: 290px;
    max-width: 100%;
    text-align: center;
}

.mgmt-service01 .mgmt-card__lead--2 {
    min-height: 81px;
    display: flex;
    align-items: center;
}

.mgmt-service01 .mgmt-card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    max-width: 100%;
    min-height: 45px;
    margin: 0;
    padding: 9px 65px;
    border: 0;
    border-radius: 9999px;
    background: #d83c3c;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-primary-grayscale-white);
    text-decoration: none;
    box-sizing: border-box;
}

.mgmt-service01 .mgmt-card__btn:hover {
    transform: translateY(4px);
}

/* ---------- 基本フロー（見出し左 / ステップ右） ---------- */
.mgmt-service01 .mgmt-flow {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 59px;
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    padding: 31px 0 60px;
    box-sizing: border-box;
}

.mgmt-service01 .mgmt-flow-hd {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    flex-shrink: 0;
}

.mgmt-service01 .mgmt-flow .ui-headline-bubble {
    margin: 0 0 15px;
    padding: 6px 13px 6px 16px;
    width: 189px;
    height: 36px;
}

.mgmt-service01 .mgmt-flow .ui-headline-bubble .ui-headline-bubble-text {
    font-size: 16px;
}

.mgmt-service01 .mgmt-flow-hd .ui-headline {
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--color-primary-grayscale-black);
}

.mgmt-service01 .mgmt-flow-hd__en {
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #d83c3c;
}

.mgmt-service01 .mgmt-steps {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 892px;
    max-width: 100%;
    flex-shrink: 0;
}

.mgmt-service01 .mgmt-step {
    display: grid;
    grid-template-columns: 36px 1fr;
    grid-template-rows: auto auto;
    column-gap: 8px;
    row-gap: 8px;
    padding-top: 10px;
    position: relative;
    box-sizing: border-box;
}

.mgmt-service01 .mgmt-step__rail {
    grid-column: 1;
    grid-row: 1 / -1;
    position: relative;
    width: 36px;
    min-height: 36px;
    flex-shrink: 0;
}

.mgmt-service01 .mgmt-step__num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary-default-main);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: var(--color-primary-grayscale-black);
    position: relative;
    z-index: 1;
    padding: 0 0 2px;
}

.mgmt-service01 .mgmt-step__line {
    position: absolute;
    left: 50%;
    top: 36px;
    bottom: -14px;
    transform: translateX(-50%);
    width: 1px;
    height: calc(100% + 6px);
    margin: 0;
    background: var(--color-primary-default-main);
    z-index: 0;
}

.mgmt-service01 .mgmt-step:last-child .mgmt-step__line {
    display: none;
}

.mgmt-service01 .mgmt-step__body {
    display: contents;
}

.mgmt-service01 .mgmt-step__ttl {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.637;
    color: var(--color-text-default);
}

.mgmt-service01 .mgmt-step__desc {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    max-width: 848px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-text-default);
}

/* ---------- 戻る（service06 準拠） ---------- */
.mgmt-service01 .mgmt-back-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.mgmt-service01 .mgmt-back {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 340px;
    max-width: 100%;
    min-height: 70px;
    padding: 18px 34px 18px 50px;
    border: 2px solid #d83c3c;
    border-radius: 6px;
    background: var(--color-primary-grayscale-white);
    box-shadow: 0 2px 1.5px rgba(38, 50, 56, 0.1);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #d83c3c;
    text-decoration: none;
}

.mgmt-service01 .mgmt-back:hover {
    transform: translateY(4px);
}

.mgmt-service01 .mgmt-back::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    width: 15px;
    height: 20px;
    background: url(/images/pc/kanri/service01/icon-triangle.webp) no-repeat center center / contain;
}