#aboutinfo{
    margin-top: 100px;
}
.flex-wrap{
    display: flex;
}
.left-wrap.right-wrap{
    flex: 1;
}
#aboutinfo .aboutimgcolumn{
    width: calc((940 / var(--design-size-pc)) * 100%);
}
#aboutinfo .aboutcolumn{
    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%);
}
#aboutinfo h2{
    font-size: 4rem;
    letter-spacing: 4px;
    white-space: nowrap;
}
#aboutinfo .title{
    font-size: 1.6rem;
    letter-spacing: 10px;
    margin-bottom: 7vw;
}
#aboutinfo .img-wrap img{
    width: 10vw;
}
#aboutinfo .text-wrap{
    white-space: nowrap;
}
#aboutinfo .aboutcolumn .flex-wrap{
    gap: 50px;
    align-items: center;
    margin-bottom: 50px;
    justify-content: flex-start;
}
#point{
    background-color: #fff5cc;
    padding-bottom: 80px;
    margin-bottom: 80px;
}
#point .flex-wrap{
    max-width: 900px;
    margin: 30px auto;
    padding-top: 80px;
    justify-content: space-between;
    gap: 20%;
}
#point h3{
    font-size: 2rem;
    letter-spacing: 10px;
    line-height: 65px;
    font-weight: bold;
}
#point p{
    line-height: 2.5vw;
    font-size: 1.1rem;
}
#point .flex-wrap.wht h3{
    margin-top: -50px;
}
#point .flex-wrap.wht{
    max-width: unset;
    position: relative;
    background-color: #fff;
    border-radius: 0px 80px 80px 80px;
    gap: 10%;
    padding: calc((74 / var(--design-size-pc)) * 100%) calc((150 / var(--design-size-pc)) * 100%);
    margin-top: 100px;
}
#point .flex-wrap.wht:before{
    content: "";
    position: absolute;
    background-image: url(../img/about/house.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    top: -169px;
    width: 500px;
    height: 169px;
}
#point .flex-wrap.wht p{
    line-height: 40px;
    font-size: 1rem;
    letter-spacing: 0.5px;
}
#point .flex-wrap.wht .left-wrap{
    flex: 1.1;
}
#point .flex-wrap.wht .right-wrap{
    flex: 1.3;
}
#point .point-title{
    font-size: 1.8rem;
    line-height: 45px;
    letter-spacing: 4px;
    margin: 50px auto 30px;
    display: block;
}

#detail h3{
    width: 85%;
    margin: 50px auto 50px;
}
#detail h3 img{
    width: 95%;
    margin: auto;
    display: block;
}
#detail p{
    text-align: center;
    line-height: 30px;
    font-size: 0.8rem;
}
#detail b{
    font-size: 1.1rem;
    line-height: 30px;
    display: inline-block;
    padding-bottom: 20px;
}
#detail .flex-wrap{
    gap: 50px;
    margin: 50px auto;
    width: 80%;
    align-items: baseline;
}
#detail .img-wrap{
    width: 160%;
}
#detail .flex-wrap img{
    margin-bottom: 30px;
}
#detail .flex-wrap.right,#detail .flex-wrap.left{
    gap: 0;
    align-items: center;
}
#detail .flex-wrap.right .left-wrap,#detail .flex-wrap.left .right-wrap{
    width: 70%;
}
#detail .flex-wrap.right img,#detail .flex-wrap.left img{
    margin: 0;
}
#detail .flex-wrap.right .left-wrap p{
    padding-right: 50px;
    text-align: left;
}
#detail .flex-wrap.left .right-wrap p{
    padding-left: 50px;
    text-align: left;
}
#detail .left-wrap,#detail .right-wrap{
    align-content: center;
}
#detail .case{
    display: block;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    width: 100%;
    border-bottom: 2px solid #a8a8a8;
    margin-bottom: 20px;
}
#detail .case::before{
    content: '';
    position: absolute;
    bottom: -2px;
    width: 10%;
    height: 2px;
    background: #024477;
}
#detail .flex-wrap.left .case{
    text-align: right;
}
#detail .flex-wrap.left .case::before{
    right: 0;
}
#detail 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;
}
#detail .flex-wrap.point3{
    gap: 0;
    margin: 30px auto;
    align-items: anchor-center;
}
#detail .flex-wrap.point3 p{
    text-align: left;
    font-size: 0.85rem;
}
#detail .flex-wrap.point3 b{
    font-size: 1rem;
}
#detail .point3 .flex-wrap{
    gap: 10px;
    width: 100%;
}
#detail .point3 .flex-wrap b{
    font-size: 0.8rem;
    line-height: 20px;
    padding-bottom: 5px;
    display: inline-block;
}
#detail .point3 .flex-wrap p {
    text-align: center;
    line-height: 20px;
    font-size: 0.6rem;
}
#detail .flex-wrap.point3 .text-wrap{
    width: 90%;
}
#detail .flex-wrap.point3 .text-wrap p{
    padding-right: 40px;
}
#detail .point3 li{
    background: #d9e4e4;
    border-radius: 200px;
    padding: 25px 15px;
    text-align: center;
    width: calc(100% / 3);
    flex: 1;
    min-height: 150px;
}
#detail .year{
    font-size: 1.3rem;
    color: #5a949c;
    letter-spacing: 3px;
    padding-bottom: 5px;
    display: block;
}
#detail .calc3 .flex-wrap{
    gap: 20px;
}
#detail .calc3 li{
    flex: 1;
    width: calc(100%/3);
}
#detail .calc3 p{
    text-align: justify;
    padding-right: 10px;
}
#detail .calc3 img{
    margin-bottom: 0px;
}

.checkmark{
    padding-left: 80px;
    position: relative;
    font-size: 0.9rem;
    background: #fff5cc;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}
.checkmark:last-child{
    margin-bottom: 0;
}
.checkmark:before,
.checkmark:after{
	content:"";
	display:block;
	position:absolute;
}
.checkmark:before{
	width:16px;
	height:16px;
	border-radius:20px;
	border:2px solid #0e7db3;
	left: 40px;
	top: 12px;
}
.checkmark:after{
	border-left:2px solid #0e7db3;
	border-bottom:2px solid #0e7db3;
	width:15px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left: 45px;
	top: 15px;
}
.gap40{
    gap: 40px!important;
    align-items: end!important;
}
.gap40 .left-wrap,
.gap40 .right-wrap{
    flex: 1;
}
.gap5{
    gap: 5px!important;
    margin: 30px auto 0!important;
    width: 100%!important;
}
.gap5 .check-title{
    font-weight: bold;
    background-color: #fff5cc;
    text-align: center;
    display: block;
    padding: 15px;
}
.gap5 .check-text{
    border-top: solid 1px #fff ;
    background:#f8f4e4;
    text-align: justify!important;
    padding: 15px 10px;
    line-height: 25px !important;
}
.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;
    margin: auto;
    padding: 15px;
    position: relative;
    /* text-indent: 60px; */
    letter-spacing: 1px;
    width: fit-content;
}
.repair-title:before{
    position: absolute;
    content: "";
    left: -40px;
    top: -15px;
    width: 50px;
    height: 50px;
    background-image: url(../img/about/r01.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.r02 .repair-title:before{
    background-image: url(../img/about/r02.svg);
}
.r03 .repair-title:before{
    background-image: url(../img/about/r03.svg);
}
.r04 .repair-title:before{
    background-image: url(../img/about/r04.svg);
}
.r05 .repair-title:before{
    background-image: url(../img/about/r05.svg);
}
.r06 .repair-title:before{
    background-image: url(../img/about/r06.svg);
}
#anc01,#anc02,#anc03,#anc04{
    margin-top: -100px;
    padding-top: 100px;
}
.repair-text{
    border-top: solid 1px #fff;
    background:#e9f3f3;
    text-align: justify!important;
    padding: 15px 10px;
    line-height: 25px !important;
    font-size: 0.7rem !important;
}
.repair-text li{
    position: relative;
    padding-left: 15px;
}
.repair-text li:before{
    position: absolute;
    content: "・";
    font-weight: bold;
    font-size: 1.5rem;
    left: -7px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #a9ccca;
}
.repair-wrap{
    width: calc(98.95% / 3);
}
.note{
    display: block;
    text-align: left;
    margin-left: auto;
    margin-right: 10%;
    margin-bottom: 150px;
    font-size: 0.6rem;
    line-height: 20px;
    width: fit-content;
}



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

    #aboutinfo {
        margin-top: 200px;
    }

    #aboutinfo .flex-wrap {
        flex-wrap: wrap-reverse;
        justify-content: end;
    }
    #aboutinfo .aboutcolumn{
        width: 100%;
        padding: 0;
        position: relative;
    }
    #aboutinfo .aboutimgcolumn{
        margin: 50px 0 -170px;
        width: calc((1040 / var(--design-size-pc)) * 100%);
        z-index: 2;
    }
    #aboutinfo .aboutcolumn .img-wrap{
        position: absolute;
        z-index: 3;
        bottom: -50vw;
        left: 10px;
    }
    #aboutinfo .img-wrap img {
        width: 80px;
    }
    #aboutinfo .aboutcolumn .flex-wrap{
        justify-content: center;
        margin-bottom: 100px;
    }
    #aboutinfo .text-wrap{
        text-align: center;
    }
    #aboutinfo h2 {
        font-size: 2rem;
    }
    #aboutinfo .title {
        font-size: 1rem;
    }
    #point{
        background: unset;
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    #point .point-title{
        font-size: 1rem;
        margin: 20px auto 10px;
    }
    #point .flex-wrap{
        display: block;
        width: 80%;
        margin: auto;
        padding-top: 200px;
    }
    #point h3{
        font-size: 1.2rem;
        letter-spacing: 3px;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 20px;
    }
    #point:before {
        content: "";
        background-color: #fff9d0;
        position: absolute;
        width: 90%;
        max-height: 650px;
        height: 100%;
        border-radius: 0 80px 80px 0;
        z-index: -1;
    }
    #point p{
        line-height: 30px;
        font-size: 0.8rem;
    }
    #point .flex-wrap.wht:before {
        background-image: url(../img/about/house-sp.webp);
        left: unset;
        right: 30px;
        top: -100px;
        width: 150px;
        height: 100px;
    }
    #point .flex-wrap.wht .left-wrap{
        padding-top: 80px;
        text-align: center;
    }
    #point .flex-wrap.wht p{
        text-align: justify;
        margin-top: 30px;
    }
    #detail h3 {
        width: 90%;
        margin: 0px auto 30px;
    }
    #detail h3 img {
        width: 100%;
    }
    #anc01, #anc02, #anc03, #anc04 {
        margin-top: -80px!important;
        padding-top: 80px;
    }
    #detail p {
        display: block;
        width: 90%;
        margin: auto;
        text-align: left;
    }
    #detail b{
        font-size: 0.84rem;
        line-height: 30px;
        padding-bottom: 0px;
        text-align: center;
        margin: auto;
        display: block;
    }
    #detail .flex-wrap.point3 b{
        font-size: 0.84rem;
    }
    #detail .case b, #detail b.sp {
        padding-left: 15px;
        font-size: 0.84rem;
        line-height: 30px;
        display: inline-block !important;
        padding-bottom: 0px;
        text-align: center;
        margin: auto;
    }
    #detail .flex-wrap{
        flex-wrap: wrap;
        width: 90%;
        margin: 60px auto 50px;
    }
    #detail .flex-wrap.right .left-wrap, #detail .flex-wrap.left .right-wrap {
        width: 100%;
    }
    #detail .flex-wrap.right .left-wrap p,#detail .flex-wrap.left .right-wrap p {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    #detail .flex-wrap.left{
        flex-wrap: wrap-reverse;
    }
    #detail .flex-wrap.left .case{
        text-align: left;
    }
    #detail .case::before{
        width: 20%;
    }
    #detail .flex-wrap.left .case::before{
        right: unset;
        left: 0;
    }
    #detail h4 {
        font-size: 0.8rem;
        border-radius: 10px;
        width: 85%;
        margin: 30px auto 30px;
    }
    #detail .flex-wrap.point3 .text-wrap{
        width: 100%;
    }
    #detail .flex-wrap.point3 .text-wrap p{
        padding-right: 0;
    }
    #detail .point3 .flex-wrap{
        justify-content: center;
    }
    #detail .point3 li{
        width: 50%;
        flex: unset;
    }
    #detail .point3 .flex-wrap b {
        font-size: 0.7rem;
    }

    #detail .calc3 li {
        flex: unset;
        width: 100%;
        display: flex;
        gap: 10px;
    }
    #detail .calc3 img{
        flex: 1;
        max-width: 120px;
    }
    #detail .calc3 p{
        flex: 1;
        width: auto;
        padding-right: 0;
        font-size: 0.6rem;
        line-height: 20px;
    }
    #detail .calc3 p b{
        font-size: 0.7rem;
        text-align: left;
    }
    .gap40 .left-wrap, .gap40 .right-wrap {
        flex: unset;
    }
    .gap5 .left-wrap, .gap5 .right-wrap {
        flex: 1;
    }
    .gap5 .check-title{
        font-size: 0.7rem;
        padding: 15px 5px;
    }
    #detail .gap40 .check-text{
        box-sizing: border-box;
        width: 100%;
        font-size: 0.7rem;
        letter-spacing: -1px;
    }
    .checkmark {
        padding-left: 55px;
        padding-right: 15px;
        font-size: 0.7rem;
        width: 90%;
    }
    .checkmark:before{
        left: 20px;
    }
    .checkmark:after{
        left: 25px;
    }
    #detail .sp-border{
        border: solid 3px #fff5cc;
        border-radius: 10px;
        overflow-y: scroll;
    }
    #detail .sp-border img {
        margin: 0 calc(50% - 50vw);
        width: 250vw;
        margin: 30px 10px;
    }
    .repair-flex-wrap{
        width: 90%;
    }
    #detail .repair-text{
        width: 100%;
        box-sizing: border-box;
        font-size: 0.6rem !important;
        line-height: 15px !important;
        min-height: 151px;
    }
    .repair-wrap {
        width: calc(97.95% / 2);
    }
    .repair-title {
        padding: 10px;
        text-indent: 40px;
        letter-spacing: 0px;
        font-size: 0.6rem;
    }
    .repair-title:before {
        left: 15px;
        top: -10px;
        width: 35px;
        height: 35px;
    }
    .note {
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
        width: 90%;
    }

}