
@charset "utf-8";
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}

/* カスタムスタイル */
.l-main * {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif
}
.l-main {
    width: 100%;
    max-width: 100%;
}
[class*="section__wrapper--"]{	
    background-color: #fff;
}
 [class*="section__wrapper--"]:nth-of-type(even){	
    background-color: #FFF3F2
}
.l-main .section__ttl {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    line-height: 150%;
    margin-bottom: 30px;
}
.l-main .section__ttl span {
    font-size: 12px;
    color: #E73828;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 2.64px;
    margin-top: 10px;
}

/* こんなお悩みありませんか？ */
.section__wrapper--worry--02 .section__space {
    padding-block: 101px;
}
.section__wrapper--worry--02 .content__list--vertical {
    width: 674px;
}
.content__icon--chrck use {
    width: 12px;
    height: 8px;
}
.content__description--worry--02 {
    font-size: 16px;
    font-weight: 700;
    color: var(--page-font-color);
    line-height: 100%
}

/* ご契約・引き渡しまでの流れ */
.l-main .section__wrapper--flow--08 .section__space {
    padding-block: 99px;
}
.content__description--flow--08 {
    font-size: 16px;
    font-weight: 500;
    color: var(--page-font-color);
    line-height: 1.6;
}
.content__subttl--flow--08 {
    font-size: 20px;
    font-weight: 700;
    color: #E73828;
}
.l-main .section__wrapper--flow--08 .content__list--vertical {
    justify-content: flex-start;
}

/* 選ばれる3つの理由  */
.l-main .section__wrapper--case--02 .section__space {
    padding-block: 101px;
}
.l-main .section__wrapper--case--02 .section__ttl--top {
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--page-font-color);
    display: block;
    margin-top: 0px;
    margin-bottom: 6px;
}
.content__items--case--02 {
    border: none;
    background-color: #FFFEED;
}
.content__subttl--case--02 {
    color: #F18D00;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4px;
}
.content__description--case--02 {
    font-size: 16px;
    font-weight: 500;
    line-height: 170%;
    color: var(--page-font-color);
}

/* テナント管理ならではのサービス */
.l-main .section__wrapper--case--03 .section__space {
    padding-block: 98px;
}
.l-main .section__wrapper--case--03 .content__items__inner--case--03 {
    height: 226px;
    border: 1px solid #FFF3F2;
}
.l-main .section__wrapper--case--03 .content__subttl--case--03 {
    font-weight: 700;
    margin-bottom: 5px;
}
.content__description--case--03 li {
    font-size: 16px;
    font-weight: 500;
    color:var(--page-font-color);
    line-height: 170%;
}

/* よくあるご質問 */
.l-main .section__wrapper--faq--02 .section__space {
    padding-block: 98px 101px;
}
.l-main .section__wrapper--faq--02 .content__items--faq--02 {
    border: none;
    background-color: #FFF3F2;
}
.content__subttl--faq--02 {
    font-weight: 700;
    line-height: 160%;
    color: var(--page-font-color);
}
.content__description--faq--02 {
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    color: var(--page-font-color);
}
.l-main .section__wrapper--faq--02 .content__subttl--faq--02::before {
    font-family: 'Noto Sans JP';
    border: none;
    background-color: var(--page-main-color);
    color: #fff;
    padding: 0;
    font-weight: 500;
}
.l-main .section__wrapper--faq--02 .content__description--faq--02::before {
    font-family: 'Noto Sans JP';
    border: 1px solid var(--page-main-color);
    background: #fff;
    color: var(--page-main-color);
    padding: 2px 0;
    font-weight: 500;
}

/* お問い合わせ */
.l-main .section__wrapper--contact--03 {
    background-color: #F18D00;
}
.l-main .section__wrapper--contact--03 .section__ttl,
.l-main .section__wrapper--contact--03 .section__ttl span {
    color: #fff;
    margin-bottom: 32px;
}
.section__wrapper--contact--03 .content__wrap--contact--03 .content__block--contact--03 {
    border-radius: 4px;
    height: 170px;
}
.l-main .section__wrapper--contact--03  .content__wrap--contact--03 {
    justify-content: flex-start;
}
 .content__ttl--contact--03 {
    margin-bottom: 20px;
    color: #ABABAB;
}
.l-main .section__wrapper--contact--03 .content__wrap--contact--03 {
    gap: 31px;
}
.l-main .section__wrapper--contact--03 .content__icon--tel {
    width: 25px;
    height: 25px;
    color: #F18D00;
}
.l-main .section__wrapper--contact--03 .content__txt--tel {
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
}
.content__txt--contact--03:first-child {
    margin-right: 5px;
}
.l-main .section__wrapper--contact--03 .content__btn--contact--mail a {
    background-color: #E73828;
    justify-content: flex-start;
    padding-left: 49px;
}
.l-main .section__wrapper--contact--03 .content__btn--contact--line a {
    justify-content: flex-start;
    padding-left: 42px;
}