@charset "UTF-8";

/*
 * 不動産管理・事務管理業務（PC /kanri/service05/）
 * 構成・命名は service04.css に準拠
 * Figma: 20260517コーダー確認用 node 24772:114899（事務管理業務PC）
 */

#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-service05 .l-contents {
    max-width: 100%;
    background: var(--color-primary-grayscale-white);
}

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

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

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

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

.mgmt-service05 .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-service05 .mgmt-s05-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    padding: 36px 0 0;
    box-sizing: border-box;
}

/* ---------- リード ---------- */
.mgmt-service05 .mgmt-s05-lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
}

.mgmt-service05 .mgmt-s05-lead__title {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.45;
    color: var(--color-primary-grayscale-black);
}

.mgmt-service05 .mgmt-s05-lead__text {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
    color: var(--color-primary-grayscale-black);
}

.mgmt-service05 .mgmt-s05-lead--accent {
    font-weight: 700;
    color: #d83c3c;
}

.mgmt-service05 .mgmt-s05-rule {
    margin: 0;
    width: 100%;
    height: 1px;
    border: 0;
    background: #eaeaea;
}

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

.mgmt-service05 .mgmt-s05-section__title {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    color: #d83c3c;
}

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

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

.mgmt-service05 .mgmt-s05-card--first {
    border-radius: 10px 10px 0 0;
}

.mgmt-service05 .mgmt-s05-card--mid {
    border-radius: 0;
}

.mgmt-service05 .mgmt-s05-card--last {
    border-radius: 0 0 10px 10px;
}

.mgmt-service05 .mgmt-s05-card__heading {
    margin: 0 0 11px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #d83c3c;
}

.mgmt-service05 .mgmt-s05-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-service05 .mgmt-s05-card__note {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-text-default);
}

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

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

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

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

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

.mgmt-service05 .mgmt-menu__grid .mgmt-menu__btn:nth-child(-n + 3) {
    width: calc((100% - 30px) / 3);
}

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

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

.mgmt-service05 .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 1.5px 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-service05 .mgmt-menu__btn:hover {
    transform: translateY(4px);
}

.mgmt-service05 .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/service06/icon-triangle.webp) no-repeat center center / contain;
}

/* ---------- 戻る（service04 準拠） ---------- */
.mgmt-service05 .mgmt-back-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 60px 0 0;
    border-top: 1px solid #eaeaea;
    box-sizing: border-box;
}

.mgmt-service05 .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-service05 .mgmt-back:hover {
    transform: translateY(4px);
}

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