@charset "utf-8";


/* outline
------------------------------*/
.l-page * {
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
}

#path,
.h1_section {
    display: none;
}

#contents {
    width: 100%;
    padding-bottom: 0;
}
/*---------------------------------------------------------
main
---------------------------------------------------------*/
/*--- 共通css ---*/
.l-container {
    width: 950px;
    margin: 0 auto;
}

/*--- メインビジュアル ---*/
.mv__area {
    background: url("../images/img_mv.jpg") no-repeat center top / cover;
    width: 100%;
    height: 450px;
}
.mv__area .mv__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 50px 0;
    margin-top: 70px;
}

.mv__area .mv__title {
    width: 339px;
}

.mv__area .mv__title > img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.mv__area .mv__list {
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

.mv__area .mv__list .mv__list-item {
    position: relative;
    padding-left: 34px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.mv__area .mv__list .mv__list-item + .mv__list-item {
    margin-top: 14px;
}

.mv__area .mv__list .mv__list-item::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    background: url("../images/icon_checkbox.png") no-repeat left top / contain;
    width: 24px;
    height: 24px;
}

/*--- 安心した住まいづくり ---*/
.catchcopy__area {
    padding-top: 88px;
}

.catchcopy__area .catchcopy__title {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
}

.catchcopy__area .catchcopy__text {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

/*--- Work ---*/
.work__area {
    padding-top: 95px;
}

.work__area .work__wrapper {
    display: flex;
    align-items: center;
    height: 260px;
}

.work__area .work__cont {
    width: 457px;
    height: 100%;
    padding: 24px 26px 26px 40px;
    background-color: #ECE3C9;
}

.work__area .work__cont .work__cont-title {
    font-size: 66px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.work__area .work__cont .work__cont-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.work__area .work__cont .work__cont-link {
    margin-top: 30px;
    text-align: right;
}

.work__area .work__cont .work__cont-link > a {
    display: inline-flex;
    align-items: center;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    transition: opacity 0.3s ease;
}

.work__area .work__cont .work__cont-link > a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.work__area .work__cont .work__cont-link > a::after {
    content: "";
    display: inline-block;
    background: url("../images/icon_arrow_right.png") no-repeat center / contain;
    width: 25px;
    height: 25px;
    margin-left: 6px;
}

.work__area .work__image {
    width: 493px;
    margin: 0;
}

.work__area .work__image > img {
    max-width: 100%;
}

/*--- Flow ---*/
.flow__area {
    padding-top: 93px;
}

.flow__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
}

.flow__title .flow__title--en {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}

.flow__list {
    display: flex;
    justify-content: space-between;
    margin: 32px 0 51px;
}

.flow__list > li {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 73px;
}

.flow__list .flow__list-upper {
    position: relative;
    padding: 2px;
    background-color: #BEAF87;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.flow__list > li:not(:last-of-type) .flow__list-upper::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    display: inline-block;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 16px solid #BEAF87;
}

.flow__list .flow__list-under {
    flex-grow: 1;
    width: 100%;
    height: 455px;
    padding: 20px 24.5px 17px;
    background-color: #F1EEE7;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    writing-mode: vertical-rl;
}

.flow__list .flow__list-under > span {
    margin-top: -8px;
}

.flow__list .flow__list_link:hover {
    text-decoration: none;
    opacity: 0.8;
}

.flow__list .flow__list--num {
    display: block;
    font-size: 24px;
    line-height: 1.5;
}

.flow__step {
    position: relative;
    display: flex;
    gap: 0 27px;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.flow__step:hover {
    opacity: 0.8;
}

.flow__step-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    pointer-events: auto;
}

.flow__step .flow__step-num {
    color: #BEAF87;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.flow__step:not(:last-of-type) .flow__step-num::after {
    content: "";
    display: block;
    width: 1px;
    height: 200px;
    background-color: #BEAF87;
    margin: 5px auto 0;
}

.flow__step .flow__step-about {
    flex-grow: 1;
}

.flow__step .flow__step-about > dt {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}

.flow__step .flow__step-about > dd {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.flow__step .flow__step-image {
    flex-shrink: 0;
    width: 240px;
    height: 180px;
    margin: 8px 0 0;
}

.flow__step .flow__step-image > img {
    max-width: 100%;
}

#flow__step1,
#flow__step2,
#flow__step3,
#flow__step4,
#flow__step5,
#flow__step6,
#flow__step7,
#flow__step8,
#flow__step9,
#flow__step10 {
    padding-top: 100px;
    margin-top: -100px;
}

/*--- お問い合わせ ---*/
.contact__area {
    margin-top: 100px;
    background-color: #F1EEE6;
}

.contact__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 950px;
    margin: 0 auto;
    padding: 97px 0 100px;
}

.contact__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

.contact__cta {
    width: 100%;
    margin-top: 51px;
    padding: 22px 42px 23px 42px;
    background-color: #fff;
    border: 5px solid #BEAF87;
    border-radius: 5px;
}
.contact__content {
    display: flex;
    gap: 39px;
}
.contact__shop .contact__shop-name {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 391px;
    height: 48px;
    background-color: #4E3D12;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.contact__shop .contact__shop-tel {
    display: inline-flex;
    align-items: center;
    color: #4E3D12;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact__shop .contact__shop-tel::before {
    content: "";
    display: inline-block;
    background: url("../images/icon_tel.png") no-repeat center / contain;
    width: 40px;
    height: 52px;
    margin-right: 14px;
}

.contact__shop .contact__shop-time {
    margin-top: 0;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding-left: 57px;
}
.contact__btn {
    margin-top: 12px;
}
.contact__btn-link {
    width: 430px;
    height: 80px;
}

.contact__btn-link > a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px 27px;
    border-radius: 7px;
    background-color: #4C9663;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    transition: background-color 0.3s ease;
}

.contact__btn-link > a::before {
    content: "";
    display: inline-block;
    background: url("../images/icon_mail.png") no-repeat center / contain;
    width: 37.7px;
    height: 29.59px;
    margin-right: 19.9px;
}

.contact__btn-link > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: inline-block;
    background: url("../images/icon_chevron_right.png") no-repeat center / contain;
    width: 10px;
    height: 18px;
}

.contact__btn-link > a:hover {
    background-color: rgba(76, 150, 99, 0.8);
    text-decoration: none;
}