/* 共通部分 */
.solution-main .common-title::after {
    left: 106%;
	width: calc(100vw - 106%);
}


.link-box__wrap {
    width: 1315px;
    max-width: 100%;
    margin: 70px auto 82px;
    padding: 0 10px;
}

.link-box__wrap p {
    font-size: .36rem;
    font-weight: 600;
    color: var(--color-main);
    text-align: center;
    margin-bottom: 32px;
}

.anchor-link__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.anchor-link__box a {
    font-size: .36rem;
    font-weight: 600;
    color: #000;
    width: 31%;
    display: block;
    text-align: center;
    border: solid 1px var(--color-main);
    border-radius: 10px;
    padding: 28px 0 5px;
    margin-bottom: 40px;
    position: relative;
}

.anchor-link__box a small {
    font-size: .16rem;
    display: block;
}

.space-reduction {
    letter-spacing: -0.3em;
}

/* .anchor-link__box a::before {
    content: '';
    position: absolute;
    left: 31%;
    bottom: 40px;
    margin: auto;
    width: 150px;
    height: 12px;
    border-bottom: solid 1.5px #008444;
    border-right: solid 3.5px #008444;
    transform: skew(65deg);
    transition: all .3s;
} */

.anchor-link__box a::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 100%;
    height: 100%;
    background-color: #F2F2F2;
    z-index: -1;
    border-radius: 12px;
}

.anchor-link__box a:hover::before {
    transition: all .3s;
    background-color: #E1F5EC;
    opacity: 1;
}

.category-active.anchor-link__box a::before {
    background-color: #E1F5EC;
    opacity: 1;
}

.anchor-link__box a:hover {
    opacity: 1;
}

.anchor-link__box a .btn-arrow {
    width: 150px;
    margin: auto;
}

.anchor-link__box a .btn-arrow::before {
    left: -12px;
    top: initial;
    bottom: 15px;
    margin: auto;
    width: 150px;
    height: 12px;
    border-bottom: solid 1.5px #008444;
    border-right: solid 3.5px #008444;
    transform: skew(65deg);
    transition: all .3s;
}

.anchor-link__box a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7490%) hue-rotate(0deg) brightness(106%) contrast(101%);
    z-index: -1;
    position: absolute;
}

.anchor-link__akiya img {
    width: 153px;
    right: 31px;
    top: 40px;
}

.anchor-link__souzoku img {
    width: 168px;
    right: 42px;
    top: 32px;
}

.anchor-link__syobun img {
    width: 155px;
    right: 45px;
    top: 36px;
}

.anchor-link__reform img {
    width: 155px;
    right: 37px;
    top: 32px;
}

.anchor-link__search img {
    width: 153px;
    right: 42px;
    top: 22px;
}

.anchor-link__bukken img {
    width: 158px;
    right: 42px;
    top: 22px;
}

.anchor-link__bukken img {
    width: 159px;
    right: 41px;
    top: 35px;
}



/* 一つの大枠 */
.solution-container {
    padding: 0 20px;
    width: 1340px;
    max-width: 100%;
    margin: 0 auto;
}

.anchor-item {
    margin-bottom: 130px;
}


.solution-container .anchor-item:nth-of-type(1) {
    margin-top: 108px;
}


.anchor-title {
    font-size: .60rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 0 5px;
    margin-bottom: 3px;
}

.anchor-title img {
    width: 152px;
    margin-right: 43px;
}

.anchor-title__text {
    width: 100%;
    padding-left: 202px;
}

.anchor-sub-title {
    font-size: .36rem;
    margin-bottom: 10px;
}

.anchor-title-lead {
    font-size: .16rem;
}


.anchor-item__contents {
    /* width: 1220px;
    max-width: 100%;
    margin: 62px auto 0; */
}

.solution-worry {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
}

.anchor-item__contents li {
    font-size: .21rem;
    position: relative;
    padding-left: 17px;
    margin-bottom: 23px;
    line-height: 1.75;
}

.anchor-item__contents li:last-of-type {
    margin-bottom: 0;
}

.anchor-item__contents li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #22B573;
}

/* 問題 */
.down-arrow {
    position: relative;
}

.down-arrow::before,
.down-arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: calc(50% - 2px);
    width: 7px;
    height: 40px;
    border-radius: 9999px;
    background-color: #22B573;
    transform-origin: 50% calc(100% - 3px);
}

.down-arrow::before {
    transform: rotate(45deg);
}

.down-arrow::after {
    transform: rotate(-45deg);
}

.worry-container {
    border-radius: 60px;
    border: solid 2px #22B573;
    padding: 50px 0px;
    position: relative;
}

.worry-container::before,
.worry-container::after {
    content: "";
    position: absolute;
    border: solid 2px #22B573;
    border-right: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.worry-container::before {
    left: -116px;
    top: 48px;
    width: 25px;
    height: 38px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.worry-container::after {
    left: -69px;
    top: 59px;
    width: 43px;
    height: 67px;
}

.worry-container ul {
    width: 83%;
    margin: 0 auto;
}

.solution-worry {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 36px;
    margin-top: 57px;
}

/* 解決 */
.solve-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding-left: 47px;
}

.solution-solve {
    position: relative;
    border: solid 2px #22B573;
    padding: 51px 0px;
    margin-left: auto;
    border-radius: 15px;
    width: 86.4%;
    margin-bottom: 52px;
    /* display: flex; */
}

.kaikestu-maru {
    position: absolute;
    width: 135px;
    top: 8px;
    left: -69px;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.solve-container ul {
    width: 100%;
    margin: 0 auto;
}


.consultation-link__box {
    width: fit-content;
    margin: 0 auto;
}

.consultation-link__box p {
    font-size: .25rem;
    color: #22B573;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.solution-btn {
    font-size: .25rem;
    color: #fff;
    font-weight: 600;
    background-color: #22B573;
    border-radius: 50px;
    box-shadow: 5px 5px 0px 0px rgba(230, 230, 230);
    padding: 7px 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 490px;
    margin-bottom: 6px;
    border: solid 1px #22B573;
    transition: background-color .3s;
}

.solution-btn:hover {
    background-color: #fff;
    color: #22B573;
    opacity: 1;
}


/* 個別 */
/* 空き家対策 */

.solution-akiya__worry--list {
    margin-left: 128px;
    width: 53%;
}

.solution-akiya__worry .anchor-item__contents {
    margin-top: 55px;
}

.solution-akiya__worry--list .worry-container {}

.solution-akiya__worry .solution-worry img {
    width: 216px;
    margin-left: 12px;
    margin-top: 22px;
}

.solution-man01 {
    width: 222px;
}

/* 相続・名義整理 */
.solution-souzoku__worry .anchor-title img {
    width: 170px;
}

.solution-souzoku__worry .solution-worry img {
    width: 275px;
    margin-left: 9px;
    margin-top: 0;
}

.solution-souzoku__worry .solution-worry {
    width: 1265px;
    margin-top: 15px;
}

.solution-souzoku__worry .solution-akiya__worry--list {
    margin-left: 128px;
    width: 47%;
}

.solution-souzoku__worry .worry-container ul {
    width: 74%;
}


/* 家財処分・片付け */
.solution-syobun__worry .anchor-title img {
    width: 154px;
}

.solution-syobun__worry .solution-worry img {
    width: 243px;
    margin-left: 2px;
    margin-top: 0;
}

.solution-syobun__worry .solution-worry {
    padding-bottom: 78px;
    margin-bottom: 36px;
    margin-top: 84px;
}

.solution-syobun__worry .solution-akiya__worry--list {
    margin-left: 112px;
    width: 53%;
}


/* リフォーム・解体・再活用 */
.solution-reform__worry .solution-worry img {
    width: 250px;
    margin-left: 2px;
    margin-top: 0;
}

.solution-reform__worry .solution-worry {
    padding-bottom: 15px;
    margin-bottom: 36px;
    margin-top: 44px;
}

.solution-reform__worry .solution-akiya__worry--list {
    margin-left: 104px;
}

.solution-reform__worry .worry-container ul {
    width: 77%;
    margin: 0 auto;
}

.solution-reform__worry .solution-solve {
    width: 82%;
}


/* 土地探し・家探し（売買） */
.solution-search__worry .anchor-title img {
    width: 154px;
}

.solution-search__worry .solution-worry img {
    width: 230px;
    margin-left: 10px;
    margin-top: 0;
}

.solution-search__worry .solution-worry {
    padding-bottom: 11px;
    margin-bottom: 36px;
    margin-top: 23px;
}

.solution-search__worry .solution-akiya__worry--list {
    margin-left: 130px;
    width: 50.5%;
}



/* 賃貸・自社物件（部屋探し） */
.solution-bukken__worry{
	margin-bottom: 200px;
}
.solution-bukken__worry .anchor-title img {
    width: 165px;
    margin-right: 16px;
}

.solution-bukken__worry .solution-worry img {
    width: 274px;
    margin-left: 10px;
    margin-top: 0;
}

.solution-bukken__worry .solution-worry {
    padding-bottom: 11px;
    margin-bottom: 36px;
    margin-top: 16px;
    width: 1280px;
}

.solution-bukken__worry .solution-akiya__worry--list {
    margin-left: 115px;
    width: 50.5%;
}

.solution-bukken__worry .worry-container ul {
    width: 77%;
}

.solution-bukken__worry .solution-solve {
    width: 83%;
}

.sol-example{
	margin-top: 70px;
	width: 1290px;
}
.sol-example__container::after {
    content: "";
    width: 30%;
    display: block;
}
.news-list__text {
    margin-top: 5px;
    font-size: .16rem;
}
.sol-example a.sol-example__item{
	margin-bottom: 0;
}
.news-list__date {
    color: #008444;
}
.news-list__title {
    color: #000;
}
.sol-example__btn{
	margin-top: 50px;
}

@media screen and (min-width:1100px) and ( max-width:1366px){

.solution-container {
    padding: 0 40px;
}

.link-box__wrap {
    padding: 0 40px;
}

.anchor-link__box a {
    font-size: .28rem;
}

	.solution-solve {
    	width: 92%;
    	margin-bottom: 52px;
		padding-left: 40px;
	}
	
	.solve-container {
    padding-left: 15px;
}
	
	.solution-reform__worry .solution-solve {
    width: 90%;
}

.solution-bukken__worry .solution-solve {
    width: 88%;
}
	
	.solve-container ul {
    	width: 68%;
    	margin-left: 0;
	}
	
	.solution-syobun__worry .solution-akiya__worry--list {
    	width: 58%;
	}
	
	.solution-souzoku__worry .solution-akiya__worry--list {
    	width: 54%;
	}
	
	.solution-search__worry .solution-akiya__worry--list {
    width: 59.5%;
}
	
	.solution-akiya__worry--list {
    	width: 58%;
	}
	
	
	
	.solution-reform__worry .worry-container ul {
    width: 83%;
}



.solution-bukken__worry .solution-akiya__worry--list {
    width: 56.5%;
}

}


@media screen and (max-width:900px) {
    .link-box__wrap {
        margin: 48px auto 88px;
        padding: 0 30px;
    }

    .link-box__wrap p {
        font-size: .24rem;
        margin-bottom: 23px;
        line-height: 1.8;
    }

    .anchor-link__box a {
        width: 48%;
        font-size: .21rem;
        padding: 14px 0 17px;
        line-height: 1.25;
        margin-bottom: 15px;
    }

    .anchor-link__box a small {
        font-size: .12rem;
        margin-top: 7px;
        line-height: 1.4;
    }

    .anchor-link__box a .btn-arrow {
        display: none;
    }

    .anchor-link__akiya img {
        width: 94px;
        right: 28px;
        top: 25px;
    }

    .anchor-link__souzoku img {
        width: 105px;
        right: 22px;
        top: 17px;
    }

    .anchor-link__syobun img {
        width: 95px;
        right: 28px;
        top: 21px;
    }

    .anchor-link__reform img {
        width: 95px;
        right: 27px;
        top: 19px;
    }

    .anchor-link__search img {
        width: 97px;
        right: 26px;
        top: 11px;
    }

    .anchor-link__bukken img {
        width: 99px;
        right: 25px;
        top: 23px;
    }



    /* 内容 */
    .solution-container {
        padding: 0 14px;
    }

    .anchor-title img {
        width: 76px;
        margin-right: 19px;
    }

    .anchor-title {
        font-size: .30rem;
        align-items: center;
        padding: 0 0px;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    .anchor-sub-title {
        font-size: .20rem;
		font-weight: 500;
        margin-bottom: 5px;
        line-height: 1.8;
    }

    .anchor-title-lead {
        font-size: .15rem;
    }

    .anchor-title__text {
        width: 100%;
        padding-left: 0;
        padding: 0 17px;
    }


    .solution-worry {
        flex-direction: column-reverse;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .solution-akiya__worry--list {
        width: 91%;
        margin: 0 auto;
        border-radius: 25px;
        padding: 31px 0px;
    }

    .anchor-item__contents li {
        font-size: .15rem;
        padding-left: 12px;
        margin-bottom: 13px;
        line-height: 1.75;
    }

    .solution-akiya__worry .anchor-item__contents {
        margin-top: 29px;
    }

    .anchor-item__contents li::before {
        top: 9px;
        width: 9px;
        height: 9px;
    }

    .worry-container::before,
    .worry-container::after {
        border-top-left-radius: 17px;
        border-bottom-left-radius: 17px;
        transform: rotate(270deg);
    }

    .worry-container::after {
        left: 162px;
        right: 0;
        top: initial;
        bottom: -57px;
        width: 30px;
        height: 47px;
        margin: auto;
    }

    .worry-container::before {
        left: 116px;
        top: initial;
        right: 0;
        bottom: -86px;
        width: 16px;
        height: 28px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        margin: auto;
    }


    .solution-akiya__worry .solution-worry img {
        width: 140px;
        margin-left: 12px;
        margin-top: 22px;
    }

    .solution-akiya__worry .solution-worry img {
        width: 176px;
        margin-left: 0;
        margin-top: -26px;
        margin-right: 59px;
    }

    .down-arrow::before,
    .down-arrow::after {
        bottom: 44px;
        width: 6px;
        height: 37px;
    }

    .solution-solve {
        padding: 68px 0px 30px;
        border-radius: 10px;
        width: 91%;
        margin: 0 auto;
        margin-bottom: 33px;
        /* display: flex; */
    }

    .solve-container {
        width: 81%;
        padding-left: 0;
    }

    .solve-container {
        flex-direction: column;
    }

    .kaikestu-maru {
        width: 96px;
        top: -49px;
        left: 0;
        right: 0;
        bottom: initial;
    }

    .solution-man01 {
        width: 160px;
    }

    .solve-container ul {
        margin-bottom: 15px;
    }

    .consultation-link__box p {
        font-size: .18rem;
        line-height: 1.7;
    }

    .solution-btn {
        font-size: .16rem;
        box-shadow: 3px 3px 0px 0px rgba(230, 230, 230);
        padding: 4px 0;
        width: 313px;
        margin-bottom: 6px;
    }

    .anchor-item {
        margin-bottom: 73px;
        padding-top: 20px;
    }

    .solution-container .anchor-item:nth-of-type(1) {
        margin-top: 35px;
    }

    .solution-worry img {
        position: relative;
        z-index: 1;
        margin-left: 0;
    }

    /* 相続・名義整理 */
    .solution-souzoku__worry .anchor-title img {
        width: 85px;
    }

    .solution-souzoku__worry .solution-worry {
        margin-top: 29px;
        margin-bottom: -25px;
    }

    .solution-souzoku__worry .solution-akiya__worry--list {
        margin: 0 auto;
        width: 91%;
        padding: 31px 0px 60px;
    }

    .solution-souzoku__worry .solution-worry img {
        width: 230px;
        margin-top: -60px;
        margin-right: 58px;
    }

    .solution-souzoku__worry .worry-container ul {
        width: 81%;
    }

    .solution-souzoku__worry .down-arrow::before,
    .solution-souzoku__worry .down-arrow::after {
        bottom: 93px;
    }

    /* 家財処分・片付け */
    .solution-syobun__worry .anchor-title img {
        width: 77px;
    }

    .solution-syobun__worry .solution-akiya__worry--list {
        margin-left: 0;
        width: 91%;
        margin: 0 auto;
        padding: 31px 0px 60px;
    }

    .solution-syobun__worry .solution-worry {
        padding-bottom: 78px;
        margin-bottom: 36px;
        margin-top: 28px;
    }

    .solution-syobun__worry .solution-worry img {
        width: 172px;
        margin-left: 0;
        margin-top: -15px;
        margin-right: 62px;
    }

    .solution-syobun__worry .solution-worry {
        padding-bottom: 93px;
        margin-bottom: 21px;
        margin-top: 28px;
    }



    /* リフォーム・解体・再活用 */
    .solution-reform__worry .anchor-title {
        letter-spacing: -0.07em;
    }

    .solution-reform__worry .solution-akiya__worry--list {
        margin: 0 auto;
        padding: 31px 0px 61px;
    }

    .solution-reform__worry .solution-worry {
        padding-bottom: 15px;
        margin-bottom: 11px;
    }

    .solution-reform__worry .worry-container ul {
        width: 82%;
        margin: 0 auto;
    }

    .solution-reform__worry .solution-worry img {
        width: 201px;
        margin-top: -64px;
        margin-right: 95px;
    }

    .solution-reform__worry .solution-solve {
        width: 91%;
        padding: 68px 0px 43px;
    }


    /* 土地探し・家探し（売買） */
    .solution-search__worry .anchor-title img {
        width: 78px;
    }

    .solution-search__worry .solution-worry {
        margin-bottom: -29px;
        margin-top: 27px;
    }

    .solution-search__worry .solution-akiya__worry--list {
        margin: 0 auto;
        width: 91%;
    }

    .solution-search__worry .solution-worry img {
        width: 204px;
        margin-top: -23px;
        margin-right: 80px;
    }

    .solution-search__worry .down-arrow::before,
    .solution-search__worry .down-arrow::after {
        bottom: 95px;
        width: 6px;
        height: 37px;
    }

    /* 賃貸・自社物件（部屋探し） */
    .solution-bukken__worry .anchor-title img {
        width: 79px;
        margin-right: 16px;
    }

    .solution-bukken__worry .solution-akiya__worry--list {
        margin: 0 auto;
        width: 91%;
    }

    .solution-bukken__worry .solution-worry {
        margin-top: 27px;
    }

    .solution-bukken__worry .solution-worry img {
        width: 263px;
        margin-top: -45px;
        margin-right: 50px;
    }

    .solution-bukken__worry .solution-worry {
        margin-top: 27px;
        padding-bottom: 89px;
        margin-bottom: 23px;
    }

    .solution-bukken__worry .solution-solve {
        width: 91%;
    }

    .anchor-item:last-of-type {
        margin-bottom: 110px;
    }
	
	.sol-example {
		margin-top: 45px;
		width: calc(100% - 30px);
	}
	.sol-example a.sol-example__item:not(:last-of-type){
		margin-bottom: 35px;
	}
	.sol-example__btn {
		margin-top: 65px;
	}
}