@charset "UTF-8";

/*
 * 不動産管理・入居者管理業務（PC /kanri/service03/）
 * Figma: 【95552】修正1回目 node 24787:115081（入居者管理業務PC）
 * カード・タイポは service04.css（mgmt-s04-*）に準拠
 */

#content {
    width: 100%;
}

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

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

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

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

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

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

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

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

/* ---------- 本文カラム ---------- */
.mgmt-service03 .mgmt-s03-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    padding: 36px 0 0;
    box-sizing: border-box;
}

/* Figma column lead: 34px bold / center / line-height 1.45 */
.mgmt-service03 .mgmt-s03-lead {
    margin: 0;
    align-items: center;
    width: 100%;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4412;
    text-align: center;
    color: var(--color-primary-grayscale-black);
}

.mgmt-service03 .mgmt-s03-lead__line {
    display: block;
}

.mgmt-service03 .mgmt-s03-lead--accent {
    color: #d83c3c;
}

/* ---------- セクション ---------- */
.mgmt-service03 .mgmt-s03-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 1140px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mgmt-service03 .mgmt-s03-section__title {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.273;
    color: #d83c3c;
}

.mgmt-service03 .mgmt-s03-stack {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
}

.mgmt-service03 .mgmt-s03-card {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 23px 24px 22px;
    background: #feffd6;
    box-sizing: border-box;
}

.mgmt-service03 .mgmt-s03-card--first {
    border-radius: 10px 10px 0 0;
}

.mgmt-service03 .mgmt-s03-card--last {
    border-radius: 0 0 10px 10px;
}

.mgmt-service03 .mgmt-s03-card__heading {
    margin: 0 0 11px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3182;
    color: #d83c3c;
}

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

.mgmt-service03 .mgmt-s03-card__text--check {
    flex: 1;
    min-width: 0;
}

.mgmt-service03 .mgmt-s03-card__note {
    margin: 5px 0 0;
    padding: 0 0 3px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    color: #b7b7b7;
}

/* Figma Frame 1373: 白背景 10px角 25px×20pxパディング gap 4px */
.mgmt-service03 .mgmt-s03-nested {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 9px 0 0;
    padding: 21px 25px 20px;
    background: var(--color-primary-grayscale-white);
    border-radius: 10px;
    box-sizing: border-box;
    width: 100%;
}

.mgmt-service03 .mgmt-s03-check-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

.mgmt-service03 .mgmt-s03-check-icon {
    display: block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
    bottom: 1px;
}

/* ---------- 区切り線（Figma #eaeaea 1px） ---------- */
.mgmt-service03 .mgmt-s03-rule {
    width: 1140px;
    max-width: 100%;
    height: 1px;
    margin: 0;
    background: #eaeaea;
    box-sizing: border-box;
}

.mgmt-service03 .mgmt-s03-rule--menu {
    margin-top: 0;
}

/* Figma purpose: 子要素間 gap 60px、上余白は本文ブロックとの間で計60px */
.mgmt-service03 .mgmt-s03-purpose {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    width: 1140px;
    max-width: 100%;
    margin: 0;
    padding: 30px 0 60px;
    box-sizing: border-box;
}

/* ---------- 関連メニュー（purpose / service04 準拠） ---------- */
.mgmt-service03 .mgmt-menu {
    width: 1140px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mgmt-service03 .mgmt-menu__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-bottom: 30px;
}

.mgmt-service03 .mgmt-menu__head .ui-headline {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--color-primary-grayscale-black);
}

.mgmt-service03 .mgmt-menu__en {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #d83c3c;
}

.mgmt-service03 .mgmt-menu__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    width: 100%;
}

.mgmt-service03 .mgmt-menu__grid .mgmt-menu__btn:nth-child(-n + 3) {
    width: 370px;
}

.mgmt-service03 .mgmt-menu__grid .mgmt-menu__btn:nth-child(n + 4) {
    width: calc((100% - 15px) / 2);
}

.mgmt-service03 .mgmt-menu__btn--wide {
    width: calc((100% - 15px) / 2);
}

.mgmt-service03 .mgmt-menu__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 60px;
    padding: 18px 85px 18px 75px;
    background: var(--color-primary-default-main);
    border-radius: 6px;
    box-shadow: 0 2px 3px rgba(38, 50, 56, 0.2);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: var(--color-primary-grayscale-black);
    text-align: center;
    text-decoration: none;
}

.mgmt-service03 .mgmt-menu__btn:hover {
    transform: translateY(4px);
}

.mgmt-service03 .mgmt-menu__btn::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    width: 11px;
    height: 16px;
    background: url(/images/pc/kanri/service03/icon-triangle.webp) no-repeat center center / contain;
}

/* ---------- 下部CTA（Figma Frame 1471 gap 10px） ---------- */
.mgmt-service03 .mgmt-s03-cta-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: 1140px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mgmt-service03 .mgmt-s03-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 370px;
    max-width: 100%;
    min-height: 70px;
    padding: 18px 34px;
    border-radius: 6px;
    box-shadow: 0 2px 1.5px rgba(38, 50, 56, 0.1);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
}

.mgmt-service03 .mgmt-s03-cta:hover {
    transform: translateY(4px);
}

.mgmt-service03 .mgmt-s03-cta--back {
    padding-left: 50px;
    padding-right: 34px;
    border: 2px solid #d83c3c;
    background: var(--color-primary-grayscale-white);
    color: #d83c3c;
}

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

.mgmt-service03 .mgmt-s03-cta--forward {
    padding-left: 32px;
    padding-right: 42px;
    border: 2px solid #d83c3c;
    background: #d83c3c;
    color: var(--color-primary-grayscale-white);
    font-weight: 500;
}

.mgmt-service03 .mgmt-s03-cta--forward::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 15px;
    height: 20px;
    background: url(/images/pc/kanri/service03/icon-triangle-white.webp) no-repeat center center / contain;
}