@charset "utf-8";

.owner-mv {
    margin-top: 10px;
}

.owner-img {
    width: 375px;
    height: 100px;
}

.owner-head {
    color: #ffffff;
    font-size: 18px;
    padding: 10px 0;
    display: inline-block;
    text-align: center;
    background-color: #70AE2F;
    letter-spacing: 0.1em;
    max-width: 375px;
    width: 100%;
}

/* お悩み */
/* グリット背景 */
.problem {
    background-image: url(../owner/img/bg-1.png);
    background-size: cover;
    background-position: center;
    padding-bottom: 20px;
}

.trouble-container {
    padding: 30px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.trouble-text {
    display: flex;
    gap: 5px;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 0 7px 15px;
    border: solid 1px #70AE2F;
    background-color: #ffffff;
    border-radius: 20px;
    width: 295px;
}

/* 矢印 */
.arrow-box {
    text-align: center;
}

.arrow-img {
    width: 105px;
    height: 25px;
}

/* お悩み　解決 */
.owner-answer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    font-size: 18px;
}

.owner-answer p {
    background: linear-gradient(to bottom, transparent 60%, #FFFF7F 40%);
}

.owner-answer span {
    display: block;
    padding-bottom: 8px;
    letter-spacing: 0.03em;
}

/* 入居率 収益性 安心運用 */
.triangle-box {
    margin: 15px 0 20px;
    position: relative;
    width: 375px;
    text-align: center;
    padding-top: 25px;
}

.triangle-img {
    width: 335px;
    height: 300px;
}

.triangle-text {
    position: absolute;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;

}

/* feature 強み*/

.owner-feature {
    padding-top: 60px;
}

.feature-title {
    margin-top: 20px;
}

.feature-col {
    padding: 30px 0 60px;
}


.col-container::before {
    background-image: url(./img/feature-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    width: 355px;
    content: "";
    position: absolute;
    bottom: 0;
    top: 30px;
    z-index: -1;
    left: -5%;
}

.col-container {
    padding-bottom: 20px;
    position: relative;
    z-index: 4;
}

.col-container:not(:first-of-type) {
    margin-top: 60px;
}

.col-title {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.col-title p {
    margin-top: 10px;
    font-size: 15px;
    color: #70AE2F;
}

.col-title span {
    font-size: 65px;
    color: transparent;
    -webkit-text-stroke: 2px #70AE2F;
}

.feature-title h2 {
    font-size: 18px;
    line-height: 1.5;
}

.feature-text {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.5;
    max-width: 315px;
    width: 100%;
}

.col-img {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    margin-right: -5%;
}

.pc-img {
    width: 300px;
    height: 160px;
}

/* PLAN PRODUCT 背景 */
.plan-bg {
    background-image: url(./owner/img/plan-bg.png);
    background-position: center;
    background-size: cover;
    padding: 60px 0 40px;
}

/* 料金プラン */
.plan-container {
    display: flex;
    justify-content: center;
}


.plan-box {
    margin-top: 30px;
    background-color: #ffffff;
    padding: 10px 0;
    width: 295px;
    border-radius: 20px;
    box-shadow: 2px 2px 4px #c3c3c3;
}

.plan-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan-title span {
    font-size: 13px;
    display: inline-block;
    padding-bottom: 3px;
}

.plan-title p {
    font-size: 20px;
    letter-spacing: 0.05em;
    padding-bottom: 7px;
}

.plan-title-text {
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

.plan-text {
    margin-top: 8px;
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 1.5;
    text-align: center;
}

/* 業務内容 */

.product-box {
    position: relative;
    z-index: 0;
    background-color: #ffffff;
    border: 2px solid #70AE2F;
    border-radius: 20px;
    padding: 30px 20px 20px;
    box-shadow: 2px 2px 4px #c3c3c3;
}

.product-container {
    margin-top: 50px;
}

.product-container:not(:first-of-type) {
    margin-top: 30px;
}

.product-head {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -15px;
    color: #ffffff;
    font-size: 15px;
    border-radius: 20px;
    padding: 5px 35px;
    display: inline-block;
    background-color: #70AE2F;
    letter-spacing: 0.1em;
    transform: translateX(-50%);
    white-space: nowrap;
}

.product-icon {
    width: 295px;
    height: 100px;
}

.product-list {
    margin-top: 20px;
}

.product-item {
    display: flex;
    padding-bottom: 10px;
    gap: 8px;
}

.product-item p {
    font-size: 13px;
    letter-spacing: 0.05em;
    font-weight: 500;
}

/* リノベーションの価値 */
.value {
    padding: 30px 0 50px;
}

.value-container {
    margin-top: 30px;
    border-bottom: 1px solid #d9d9d9;
}

.value-container:not(:first-of-type) {
    margin-top: 15px;
}

.value-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.value-info {
    width: 80%;
}

.value-title {
    font-size: 15px;
    letter-spacing: 0.05em;
}

.value-icon {
    width: 100%;
}

.value-img {
    width: 18%;
}

.value-text {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

/* 管理開始までの仕組み */
.system {
    padding: 30px 0 60px;
}

.system-flow {
    margin-top: 30px;
    text-align: center;
}

.flow-img {
    width: 335px;
    height: 180px;
}


/* ご相談 */

/*背景 */
.consul {
    background-image: url(../owner/img/cosul-bg.png);
    background-position: center;
    background-size: cover;
    padding: 50px 0 50px;
}

.consul .title-box {
    margin-top: 20px;
}

.consul-text {
    display: flex;
    gap: 5px;
    padding-bottom: 5px;
}

.consul-text p {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.consul-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #70AE2F;
    border-radius: 20px;
}

.consul-list {
    display: flex;
    padding: 20px 0 15px;
    flex-direction: column;
}

.link-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

.consol-button {
    color: #ffffff;
    font-size: 18px;
    padding: 12px 30px;
    display: inline-block;
    background-color: #70AE2F;
    border-radius: 20px;
    letter-spacing: 0.1em;
}

.owner-button {
    padding: 30px 0 40px;
    text-align: center;
}