@charset "UTF-8";

/*
 * マスターリースプラン（PC /master-lease/）
 * Figma: 【95552】修正1回mえ node 24570:122296
 */

#content {
    width: 100%;
}

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

.master-lease {
    width: 100%;
    background-color: #fff;
    padding-bottom: 60px;
}

.l-main.master-lease {
    background: #fff;
    padding: 0 0 60px;
}

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

.master-lease-mv__h1 {
    margin: 0;
    line-height: 0;
    height: 450px;
}

.master-lease-mv__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.master-lease-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);
}

/* ---------- セクション見出し ---------- */
.master-lease-section-head {
    text-align: center;
    margin-bottom: 32px;
}

.master-lease-contact .master-lease-section-head {
    margin-bottom: 31px;
}

.master-lease-section-head__title {
    margin: 0 0 5px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
}

.master-lease-section-head__en {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #d83c3c;
    letter-spacing: 0;
}

.master-lease-subhead {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    color: #d83c3c;
    text-align: center;
}

/* ---------- マスターリースとサブリースについて ---------- */
.master-lease-about {
    padding: 36px 20px 60px;
    box-sizing: border-box;
}

.master-lease-about__inner {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
}

.master-lease-bullets {
    margin: 0 0 0;
    padding: 0;
    list-style: none;
}

.master-lease-bullets__item {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    margin-bottom: 13px;
}

.master-lease-bullets__item:last-child {
    margin-bottom: 0;
}

.master-lease-bullets__check {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-top: 4px;
}

.master-lease-bullets__text {
    margin: 0;
    flex: 1;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}

.master-lease-bullets__em {
    font-weight: 500;
}

/* Figma node 24697:114945「future」：縦並び・中央揃え */
.master-lease-about__panel {
    margin-top: 21px;
    padding: 39px 14px 40px 15px;
    background-color: #feffd6;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.master-lease-about__panel-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    width: 100%;
    max-width: 939px;
    margin: 0 0 19px;
}

.master-lease-about__figure {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

.master-lease-about__figure-img {
    display: block;
    width: 100%;
    max-width: 939px;
    height: auto;
    margin: 0 auto;
}

.master-lease-about__message {
    width: 100%;
    max-width: 780px;
    margin: 0;
    text-align: center;
}

.master-lease-about__message-line {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
}

.master-lease-about__message-accent {
    margin: 0;
    padding-top: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #d83c3c;
}

.master-lease-about__caveats {
    margin: 0 0 17px;
    padding: 0 0 0 14px;
    list-style: none;
    width: 100%;
    max-width: 560px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: flex-start;
    box-sizing: border-box;
}

.master-lease-about__caveats-item {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    color: #9e9e9e;
}

.master-lease-about__panel .master-lease-btn--about-panel {
    flex-shrink: 0;
}

.master-lease-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-sizing: border-box;
    min-height: 70px;
    padding: 0 32px;
    border-radius: 6px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    max-width: 340px;
    width: 100%;
    position: relative;
    box-shadow: 0 2px 3px rgba(38, 50, 56, 0.14);
}

.master-lease-btn:hover {
    transform: translateY(4px);
}

.master-lease-btn--outline {
    background-color: #fff;
    border: 1px solid #d83c3c;
    color: #d83c3c;
}

/* 概要パネル内 CTA（Figma cta_btn: 340×70・22px・border 2px） */
.master-lease-btn--about-panel.master-lease-btn--outline {
    width: 340px;
    max-width: 100%;
    min-height: 70px;
    padding: 18px 34px 18px 30px;
    border-width: 2px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    box-shadow: 0 2px 1.5px rgba(38, 50, 56, 0.1);
}

.master-lease-btn--about-panel.master-lease-btn--outline:hover {
    transform: translateY(4px);
}

.master-lease-btn--about-panel .master-lease-btn__chevron {
    right: 18px;
    width: 20px;
    height: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.master-lease-btn__arrow {
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 15px;
    height: 20px;
}

.master-lease-btn--mail {
    background-color: #d83c3c;
    border: none;
    color: #fff;
}

.master-lease-btn__chevron {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 16px;
    height: 11px;
}

/* ---------- リスク・留意点（カード） ---------- */
.master-lease-risks {
    padding: 60px 20px 60px;
    box-sizing: border-box;
    background: #F7F7F7;
}

.master-lease-risks__inner {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
}

.master-lease-risks .master-lease-section-head {
    margin-bottom: 30px;
}

.master-lease-risk {
    margin: 0 0 24px;
    padding: 25px 25px 32px;
    background-color: #fff;
    border-radius: 20px;
    border-bottom: none;
}

.master-lease-risk--border {
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.master-lease-risk--2 {
    margin-bottom: 20px;
}

.master-lease-risk:last-child {
    margin-bottom: 0;
    padding-bottom: 13px;
}

.master-lease-risk__title-row {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
}

.master-lease-risk__badge {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    border-radius: 9999px;
    background-color: #d83c3c;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 0 0 4px;
}

.master-lease-risk__title {
    margin: 0;
    flex: 1;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3182;
    color: #d83c3c;
}

.master-lease-risk__body {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}

.master-lease-risk__body:last-child {
    margin-bottom: 0;
}

.master-lease-risk__mark {
    font-weight: 400;
}

.master-lease-risk__yellow {
    margin: 0 auto 14px;
    padding: 20px 20px;
    list-style: none;
    background-color: #feffd6;
    border-radius: 10px;
}

.master-lease-risk--2 .master-lease-risk__yellow {
    margin-bottom: 0;
}

.master-lease-risk__yellow-item {
    display: flex;
    gap: 5px;
    align-items: flex-end;
    margin-bottom: 8px;
}

.master-lease-risk__yellow-item--adjust .master-lease-risk__yellow-num {
    position: relative;
    bottom: 24px;
    margin: 0;
}

.master-lease-risk__yellow-item:last-child {
    margin-bottom: 0;
}

.master-lease-risk__yellow-num {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #d83c3c;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 500;
    color: #d83c3c;
    margin-top: 2px;
}

.master-lease-risk__yellow-text {
    margin: 0;
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}

/* ---------- お問い合わせ ---------- */
.master-lease-contact {
    padding: 60px 20px 0;
    box-sizing: border-box;
}

.master-lease-contact__inner {
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.master-lease-contact__dept {
    align-self: flex-start;
    width: 100%;
    margin: 0 0 31px;
}

.master-lease-contact__dept-line {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
}

.master-lease-contact__list {
    margin: 0 0 28px;
    width: 100%;
}

.master-lease-contact__row {
    display: flex;
    gap: 16px;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(83, 75, 69, 0.2);
}

.master-lease-contact__row+.master-lease-contact__row {
    padding-top: 20px;
}

.master-lease-contact__term {
    flex-shrink: 0;
    width: 56px;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    color: #333;
}

.master-lease-contact__def,
.master-lease-contact__def p a {
    margin: 0;
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}

.master-lease-contact__def p {
    margin: 0 0 0;
    font-size: 18px;
}

.master-lease-contact__def--tel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.master-lease-contact__tel,
.master-lease-contact__tel a {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}

.master-lease-contact__def--fax a {
    pointer-events: none;
}

.master-lease-contact__call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 4px;
    background-color: #f6e24c;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.master-lease-contact .master-lease-btn--mail {
    max-width: 340px;
}