html {
  scroll-behavior: unset;
}
#estateinfo{
    margin-top: 100px;
}
.flex-wrap{
    display: flex;
    justify-content: center;
}
.left-wrap.right-wrap{
    flex: 1;
}
#estateinfo .estateimgcolumn{
    width: calc((940 / var(--design-size-pc)) * 100%);
}
#estateinfo .estatecolumn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc((460 / var(--design-size-pc)) * 100%);
    padding: calc((74 / var(--design-size-pc)) * 100%) calc((30 / var(--design-size-pc)) * 100%) calc((74 / var(--design-size-pc)) * 100%) calc((80 / var(--design-size-pc)) * 150%);
}
#estateinfo h2{
    font-size: 4rem;
    letter-spacing: 4px;
}
#estateinfo .title{
    font-size: 1.6rem;
    letter-spacing: 10px;
    margin-bottom: 7vw;
    position: relative;
}
#estateinfo .img-wrap img{
    width: 15vw;
}
#estateinfo .text-wrap{
    white-space: nowrap;
}
#estateinfo .estatecolumn .flex-wrap{
    gap: 50px;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 50px;
    justify-content: flex-start;
}
#estatecontents{
    background-color: #d0e1ea;
    position: relative;
    z-index: 1;
}
#estatecontents .wrap{
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 30px;
}
#estatecontents .menu{
    display: flex;
    flex-wrap: wrap;
    row-gap: 45px;
    column-gap: 5%;
    max-width: 1000px;
    background: #fff;
    border: solid 1px #c6c6c6;
    padding: 50px 100px;
    border-radius: 50px;
    margin: auto auto 100px;
    justify-content: center;
    position: relative;
}
#estatecontents .menu:before {
    position: absolute;
    content: "";
    width: 80%;
    border-bottom: solid 1px #ddd;
    top: 120px;
}
#estatecontents .menu li{
    background: #44b6c5;
    color: #fff;
    border-radius: 50px;
    box-sizing: border-box;
    font-size: 1.2rem;
    position: relative;
    letter-spacing: 5px;
}
#estatecontents .menu li:first-child{
    margin: auto 200px;
}
#estatecontents .menu li a{
    color: #fff;
    display: block;
    padding: 15px 70px 15px 50px;
    z-index: 1;
    position: relative;
    transition: 0.2s;
}
#estatecontents .menu li a:hover{
    opacity: 0.4;
}
#estatecontents .menu li:after{
    content: "↓";
    position: absolute;
    font-size: 1.3rem;
    font-weight: bold;
    color: #44b6c5;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    letter-spacing: normal;
}
#estatecontents .estate{
    display: flex;
    row-gap: 45px;
    column-gap: 5%;
    max-width: 1000px;
    background: #fff;
    border: solid 2px #2580d4;
    padding: 100px 100px 80px 100px;
    border-radius: 50px;
    margin: auto auto 100px;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    flex-wrap: wrap;
}
#estatecontents .link{
    display: block;
    /* background: none;
    border: unset; */
    padding: 10px 100px;
}
#estatecontents .estate.help{
    padding: 50px 50px 50px 50px;
    margin: auto;
}
#estatecontents .estate.help .left-wrap{
    position: absolute;
    right: 50px;
    bottom: 10px;
    z-index: -1;
}
#estatecontents .estate:before{
    content: "\4e0d\52d5\7523\60c5\5831";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    color: #fff;
    padding: 20px 100px 20px 100px;
    background-color: #2580d4;
    border-radius: 0 0px 30px 30px;
    width: fit-content;
    font-size: 1.3rem;
    letter-spacing: 4px;
}
#estatecontents .link:before{
    content: unset;
}
#estatecontents .estate.help:before{
    content: unset;
}
#estatecontents .estate h3{
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 1.5rem;
    display: block;
    letter-spacing: 2px;
}
#estatecontents .estate.help h3{
    text-align: center;
}
#estatecontents .estate p{
    line-height: 35px;
    text-align: justify;
    font-size: 1rem;
    letter-spacing: 1px;
}
#estatecontents .estate.help p{
    padding-right: 150px;
}
#estatecontents .estate .left-wrap img{
    width: auto;
    max-width: 200px;
    max-height: inherit;
}
#estatecontents .estate .button{
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #2580d4;
}
#estatecontents .estate .button:hover{
    background-color: #fff;
    color: #2580d4;
    border: solid 1px #2580d4;
}
#estatecontents .estate .button:hover::before{
    background-color: #2580d4;
}
#estatecontents .estate .button:hover::after{
        border-left: 1px solid #2580d4;
    border-bottom: 1px solid #2580d4;
}
#estatecontents .intro h3{
    font-family: "ryo-gothic-plusn", sans-serif;
    font-size: 1.3rem;
    letter-spacing: 7px;
    padding-bottom: 30px;
}
#estatecontents .intro h3 b{
    font-size: 1.5rem;
}
#estatecontents .intro .left-wrap{
    flex: 0.4;
}
#estatecontents .intro .right-wrap{
    flex: 1;
    line-height: 30px;
}
#estatecontents .space-wrap{
    display: block;
    /* justify-content: space-between; */
    max-width: 1000px;
    margin: 80px auto;
    /* gap: 80px; */
    margin-top: -100px;
    padding-top: 100px;
}
#space01,#space02,#space03,
#space04,#space05,#space06,
#space07,#space08{
    padding: 30px;
    background: #fff;
    border-radius: 80px;
    border: solid 1px #c6c6c6;
    width: 100%;
}
#space01,#space03,#space05,
#space07{
    margin-bottom: 50px;
}
#space01>img,#space02 img,#space03 img,
#space04 img,#space05 img,#space06 img,
#space07 img{
    max-width: 170px;
    max-height: 120px;
    width: auto;
}
.left-wrap{
    flex: 0.5;
    text-align: center;
}
.right-wrap{
    width: 68%;
}
#space08{
    height: max-content;
}
.img-box{
    height: 120px;
    text-align: center;
}
#estatecontents .title{
    font-size: 1.5rem;
    letter-spacing: 5px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: grid;
    align-items: inherit;
    line-height: 30px;
    gap: 30px;
    color: #44b6c5;
}
#estatecontents .title b{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-size: 6rem;
    color: #d2d2d2;
    font-weight: 400;
    font-weight: 400;
    /* padding-right: 40px;
    padding-left: 10px; */
    margin-bottom: -5px;
    line-height: 90px;
}
#estatecontents #space05 .title b,
#estatecontents #space06 .title b,
#estatecontents #space07 .title b{
    padding-right: 10px;
}
#space08 .title{
    height: 86px;
    margin-bottom: 20px;
}
.space-wrap .text-wrap{
    flex: 1;
    align-content: center;
}
.space-wrap .sub-title{
    padding-bottom: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.3rem;
    border-bottom: solid 1px #edece6;
    display: block;
    letter-spacing: 2px;
}
.space-wrap p{
    text-align: center;
    line-height: 35px;
    text-align: justify;
    font-size: 1.1rem;
    letter-spacing: 1px;
}
#space08{
    position: relative;
}
#space08 p{
    margin-top: 0px;
    font-size: 1.3rem;
    margin-bottom: 30px;
    text-align: center;
}
#space08 .img-box{
    height: auto;
}
#space08 img{
    max-width: 550px;
    width: auto;
    margin-bottom: 0;
    flex: 1;
}
#space08 .button{
    background: #fff;
    border: solid 1px #d99191;
    max-width: 200px;
    border-radius: 200px;
    font-size: 1rem;
    padding: 0 5px;
    text-indent: 0;
    text-align: center;
    margin: auto 20px;
    flex: 1;
    height: 210px;
}
#space08 .button img{
    max-width: 150px;
}
#space08 .button::before {
    top: 140px;
    right: 75px;
    background: #d99191;
}
#space08 .button::after {
    top: 140px;
    right: 75px;
    border-left: 1px solid #d99191;
    border-bottom: 1px solid #d99191;
}
#space08 a:hover .button::before {
    width: 70px;
    right: 65px;
}
#space08 a:hover .button::after {
    right: 65px;
}
#estatemain .trouble-illust{
    width: 60%;
    margin: auto;
    display: block;
}
#estatemain h3{
    font-size: 1.3rem;
    text-align: center;
    margin: 100px auto 30px;
}
#estatemain h4,
#manage h4,
#s-support h4,
#nowhow h4{
    font-size: 1.3rem;
    background-color: #61b6bb;
    text-align: center;
    padding: 10px;
    border-radius: 15px;
    display: block;
    width: 80%;
    color: #fff;
    margin: 100px auto 30px;
}
#estatemain p,
#manage p,
#nowhow p{
    text-align: center;
    line-height: 30px;
    font-size: 0.8rem;
}
#estatemain b.title,
#manage b.title,
#s-support b.title,
#nowhow b.title{
    font-size: 1.1rem;
    line-height: 30px;
    display: inline-block;
    padding-bottom: 20px;
}
#estatemain .case{
    text-align: left;
    display: block;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    width: 100%;
    border-bottom: 2px solid #a8a8a8;
    margin-bottom: 20px;
}
#estatemain .case::before{
    content: '';
    position: absolute;
    bottom: -2px;
    width: 10%;
    height: 2px;
    background: #024477;
}
#estatemain .case-title{
    font-size: 18px;
    margin-left: 3vw;
}
#estatemain .use{
    width: 75%;
    gap: 50px;
    margin: auto;
    margin-top: 100px;
}
#estatemain .use .left-wrap,
#estatemain .use .right-wrap{
    flex: 1;
}
#estatemain .use .blue-title{
    color: #5a929a;
    font-size: 1.4rem;
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
#estatemain .use p{
    text-align: left;
}
#estatemain .use img{
    margin: 20px auto 0;
}
#estatemain .use-title{
    background-color: #e8f2f2;
    color: #5a929a;
    padding: 5px;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 1.1rem;
    margin: 30px auto 20px;
    box-sizing: border-box;
}
#estatemain .comment1{
    width: 80%;
    display: block;
}
#estatemain .comment2{
    width: 73%;
    display: block;
}
.manage-wrap{
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    width: 65%;
    margin: 50px auto 10px;
}
.repair-flex-wrap{
    display: flex;
    column-gap: 5px;
    row-gap: 30px;
    flex-wrap: wrap;
    width: 80%;
    margin: 50px auto 10px;
}
.repair-title{
    font-weight: bold;
    background-color: #abd0ce;
    text-align: center;
    display: block;
    padding: 15px;
    position: relative;
    text-indent: 40px;
    letter-spacing: 1px;
}
.repair-title:before{
    position: absolute;
    content: "";
    left: 80px;
    top: -15px;
    width: 60px;
    height: 60px;
    background-image: url(../img/estate/r01.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.r02 .repair-title:before{
    background-image: url(../img/estate/r02.svg);
}

.repair-text{
    border-top: solid 1px #fff;
    background:#e9f3f3;
    text-align: justify!important;
    padding: 15px 20px;
    line-height: 25px !important;
    font-size: 0.7rem !important;
}
.repair-wrap{
    flex: 1;
}
#s-support .flex-wrap{
    margin: 50px auto;
    text-align: left!important;
    gap: 30px;
    width: 80%;
}
#s-support img{
    width: 80%;
    margin: auto;
    display: block
}
#s-support h5{
    font-size: 1.5rem;
}
#s-support p{
    text-align: left;
    margin-top: 30px;
    line-height: 30px;
    font-size: 1rem;
}
#s-support .check-title {
    font-weight: bold;
    background-color: #aacfcd;
    color: #fff;
    text-align: center;
    display: block;
    padding: 15px;
    font-size: 1.1rem;
    letter-spacing: 2px;
}
#s-support .check-text {
    margin-top: 0;
    border-top: solid 1px #fff;
    background: #e8f2f2;
    text-align: justify !important;
    padding: 15px 20px;
    line-height: 25px !important;
    font-size: 0.8rem;
    height: 100%;
}
#s-support .gap10{
    gap:10px;
    flex-wrap: wrap;
}
#s-support .content-wrap{
    width: calc(100%/3 - 10px);
    overflow: hidden;
}
#nowhow ul{
   gap: 20px;
   margin: 50px auto;
}
#nowhow b.title{
    margin-top: 50px;
}
#nowhow .flow{
    width: 80%;
    margin: 30px auto;
    display: block;
}
.support-list{
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    margin-bottom: 200px!important;
}
.support-list li{
    width: calc(100%/5 - 20px);
}
.facility-link{
    position: relative;
    width: 70%;
    margin: 50px auto;
    right: -50px;
}
.facility-button{
    position: absolute;
    background: #fff;
    border-radius: 100px;
    width: 200px;
    height: 200px;
    text-align: center;
    align-content: center;
    font-family: serif;
    font-size: 1.5rem;
    border: solid 3px #2580d4;
    line-height: 50px;
    bottom: 0;
    top: 0;
    margin: auto;
    left: -100px;
}
.facility-button img{
    max-width: 150px;
}
.facility-link a{
    transition: 0.2s;
    display: block;
}
.facility-link a:hover{
    filter: brightness(0.5);
    display: block;
}
.facility p span{
    background-color: #ffe5f1;
    padding: 5px 0;
    font-weight: bold;
}

@media screen and (max-width:767px) {

    #estateinfo {
        margin-top: 200px;
    }
    #estatecontents .wrap {
        padding-bottom: 50px;
    }
    #estatecontents .intro h3 {
        padding-bottom: 10px;
    }

    #estateinfo .flex-wrap {
        flex-wrap: wrap-reverse;
        justify-content: end;
    }
    #estateinfo .estatecolumn{
        width: 100%;
        padding: 0;
        position: relative;
    }
    #estateinfo .estateimgcolumn{
        margin: 50px 0 -170px;
        width: calc((1040 / var(--design-size-pc)) * 100%);
        z-index: 2;
    }
    #estateinfo .estatecolumn .img-wrap{
        position: absolute;
        z-index: 3;
        bottom: -50vw;
        left: 10px;
    }
    #estateinfo .img-wrap img {
        width: 100px;
    }
    #estateinfo .estatecolumn .flex-wrap{
        justify-content: center;
        margin-bottom: 100px;
    }
    #estateinfo .text-wrap{
        text-align: center;
    }
    #estateinfo h2 {
        font-size: 2rem;
    }
    #estateinfo .title {
        font-size: 1rem;
    }
    #estatecontents .menu{
        border-radius: 0;
        padding: 30px 3vw;
        margin: 100px auto 100px;
        justify-content: center;
        column-gap: 3vw;
    }
    #estatecontents .menu:before{
        top: 100px;
    }
    #estatecontents .menu li:first-child{
        margin: auto 50px;
    }
    #estatecontents .menu li a{
        font-size: 88%;
        letter-spacing: 1px;
        padding: 15px 50px 15px 20px;
    }
    #estatecontents .menu li:after{
        right: 4px;
    }
    #estatecontents .intro .right-wrap{
        letter-spacing: 0px;
        text-align: left;
    }
    #estatecontents .intro{
        width: 70%;
        margin: auto auto 50px;
    }
    .space-wrap .flex-wrap{
        display: block;
    }
    .left-wrap{
        display: flex;
        justify-content: space-between;
        /* border-bottom: solid 1px #edece6; */
        margin-bottom: 20px;
        align-items: baseline;
        padding-bottom: 10px;
    }
    #estatecontents .estate{
        display: block;
        padding: 100px 30px 30px 30px;
    }
    #estatecontents #space01{
        padding-bottom: 50px;
    }
    #estatecontents .estate:before{
        padding: 20px 60px 20px 60px;
    }
    #estatecontents .estate .button{
        width: 65%;
        bottom: -35px;
    }
    #estatecontents .left-wrap{
        justify-content: center;
    }
    #estatecontents .right-wrap{
        width: 100%;
    }
    #estatecontents .estate h3{
        font-size: 18px;
        text-align: center;
        line-height: 25px;
    }
    #estatecontents .estate p{
        font-size: 13px;
        line-height: 25px;
    }
    #estatecontents .title{
        display: block;
    }
    #estatecontents .title{
        font-size: 15px;
        margin-bottom: 0;
        padding-bottom: 0;
        display: flex;
        gap: 0;
        text-align: left;
        align-items: end;
        line-height: 18px;
        height: fit-content;
        letter-spacing: 0;
        height: 70px;
    }
    #estatecontents .title b{
        font-size: 3rem;
        padding-right: 10px;
        line-height: 60px;
        letter-spacing: 0;
    }
        #estatecontents .estate .left-wrap img{
        max-width: 150px;
    }
    #estatecontents .estate.link{
        display: flex;
        padding: 30px;
        box-sizing: border-box;
        width: 90%;
        flex-wrap: wrap-reverse;
        gap: 20px;
        margin-bottom: 30px;
    }
    #estatecontents .estate.help{
        display: flex;
        padding: 30px;
        box-sizing: border-box;
        width: 90%;
        flex-wrap: wrap-reverse;
        gap: 20px;
    }
    #estatecontents .estate.help .left-wrap{
        position: unset;
        margin: auto;
        padding: 0;
    }
    #estatecontents .estate.help p{
        padding: 0;
    }
    #estatemain .trouble-illust{
        width: 90%;
    }
    #estatemain h4, #manage h4, #s-support h4, #nowhow h4{
        font-size: 15px;
        width: 90%;
        margin: 80px auto 30px;
    }
    #space01, #space02, #space03, #space04, #space05, #space06, #space07, #space08{
        width: 90%;
        border-radius: 40px;
        box-sizing: border-box;
        margin: auto;
    }
    .space-wrap .sub-title {
        padding-bottom: 20px;
        font-weight: bold;
        margin-bottom: 0px;
        font-size: 13px;
        border-bottom: unset;
        display: block;
        letter-spacing: 0px;
        text-align: center;
        font-family: monospace;
    }
    .space-wrap p {
        text-align: center;
        line-height: 20px;
        text-align: justify;
        font-size: 10px;
        letter-spacing: 1px;
    }
    .img-box {
        height: auto;
        text-align: center;
    }
    #space01>img, #space02 img, #space03 img, #space04 img, #space05 img, #space06 img, #space07 img {
        max-width: 80px;
        max-height: 70px;
        width: auto;
    }
    #space01, #space03, #space05, #space07{
        margin-bottom: 50px;
    }
    #estatecontents .space-wrap{
        margin: -100px auto 50px;
    }
    #space03 .img-box{
        height: 70px;
        text-align: center;
        align-content: end;
    }
    #space03 img{
        max-height: 80px;
        max-width: 100px;
        margin-bottom: 10px;
    }
    #estatemain .use{
        width: 90%;
        flex-wrap: wrap;
        margin-top: 80px;
    }
    #estatemain .use .left-wrap, #estatemain .use .right-wrap {
        flex: unset;
        width: 100%;
        display: block;
    }
    #estatemain .use .blue-title{
        font-size: 15px;
        text-align: left;
    }
    #estatemain b.title, #manage b.title, #s-support b.title, #nowhow b.title{
        font-size: 15px;
    }
    .manage-wrap{
        width: 90%;
        flex-wrap: wrap;
    }
    .repair-wrap {
        flex: unset;
        width: 100%;
        margin: 30px auto;
    }
    #s-support .flex-wrap{
        flex-wrap: wrap;
        width: 90%;
    }
    #s-support h5{
        font-size: 15px;
    }
    #s-support p{
        font-size: 0.8rem;
    }
    #s-support .content-wrap {
        width: calc(100% / 2 - 5px);
    }
    #s-support .check-title{
        font-size: 15px;
    }
    #nowhow b.title {
        margin-top: 0px;
    }
    #nowhow ul{
        flex-wrap: wrap;
    }
    .support-list{
        width: 90%;
        margin-bottom: 100px !important;
    }
    #nowhow ul {
        gap: 10px;
    }
    #nowhow .flex-wrap li img{
        max-width: 230px;
    }
    #nowhow .flow{
        width: 90%;
    }
    .support-list li {
        width: calc(100% / 5 - 10px);
    }
    .facility-button {
        width: 80px;
        height: 80px;
        font-size: 0.8rem;
        letter-spacing: 0px;
        line-height: 20px;
        left: -50px;
    }
    .facility-button img {
        max-width: 60px;
    }
    #estatecontents .link{
        padding: 0px 30px 30px 30px;
        margin-bottom: 0;
    }
    .facility-link {
        right: 0px;
    }
    .facility-link a>img{
        width: 120%;
    }
    .button{
        max-width: 200px;
    }
}