
.provided_by{
     position: absolute;
     line-height: 1;
     right: 20px;
     top: calc(50% - 40px);
}
.provided_by p{
    font-size: 14px !important;
    text-align: right;
    margin-bottom: 0;
    padding-right: 25px;
    font-weight: normal !important;
}
.provided_by p:first-letter{
    color: #000000 !important;
}
.provided_by img{
    height: 55px;
    width: auto;
}
@media screen and (max-width: 768px) {
    .provided_by{
        right: 15px;
        top: calc(50% - 15px);
    }
    .provided_by p{
        font-size: 2.5vw !important;
        padding-right: 0px;
    }
    .provided_by p:first-letter{
    }
    .provided_by img{
        height: 23px;
        width: auto;
        margin-top: 2px;
    }
}


.section_title_block,
.section_block,
.section_service{
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

.section_title_block{
    padding: 40px 20px;
    max-width: 1160px;
}
.section_title_block h1{
    color: var(--color_accent);
    font-size: 46px;
    font-family: var(--font-midashi), sans-serif;
    font-weight: bold;
}
.section_title_block p{
    font-family: var(--font-en), sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0;
}
.section_title_block p:first-letter{
    color: var(--color_accent);
}
@media screen and (max-width: 768px) {
    .section_title_block,
    .section_block,
    .section_service{
    }

    .section_title_block{
        padding: 15px 15px;
        text-align: left;
    }
    .section_title_block h1{
        font-size: 5.5vw;
        margin-bottom: 2px;
    }
    .section_title_block p{
        font-size: 3.8vw;
        line-height: 1.2;
    }
    .section_title_block p:first-letter{}
}

.intro_content{
    position: relative;
    width: 880px;
    margin-top: -170px;
    background: rgba(255,255,255,.8);
    left: 140px;
    padding: 40px 55px 40px 65px;
}
.intro_content h3{
    color: var(--color_accent_dark);
    font-size: 40px;
    margin-bottom: 20px;
    font-family: "見出しゴMB31", "Midashi Go MB31", sans-serif;
}
.intro_content h3 strong{
    color: var(--color_accent);
}
@media screen and (max-width: 768px) {
    .intro_content{
        width: 100vw;
        margin-top: 0vw;
        left: 0;
        padding: 15px 20px 15px;
    }
    .intro_content h3{
        font-size: 5vw;
        margin-bottom: 10px;
    }
    .intro_content h3 strong{
    }
    .intro_content p{
        font-size: 3.5vw;
    }
}

.txt_decoration {
    font-size: 200px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: -0.02em;
    line-height: 0.95;

    margin: 0;
    padding: 0;
    font-family:  "Open Sans", var(--font-en), sans-serif;
    color: var(--color_accent_dark);
    opacity: 0.1;
}
@media screen and (max-width: 768px) {
    .txt_decoration {
        font-size: 8vw;
        line-height: 0.95;
    }
}

.step_block {
    position: relative;
    padding-top: 150px;
    max-width: 1600px;
    margin: 0 auto;
}
.step_block p.txt_decoration{
    top:0;
    text-align: left;
    position: absolute;
}
.step_header {
    position: absolute;
    width: 25%;
    border-bottom: 1px solid var(--color_accent);
    text-align: right;
    padding: 60px 0 10px 0;
    left:0;
    font-family: "見出しゴMB31", "Midashi Go MB31";
}

@media screen and (max-width: 768px) {
    .step_block {
        padding-top: 40px;
    }
    .step_block p.txt_decoration{
        display: none;
    }
    .step_header {
        position: relative;
        width: 45vw;
        padding: 0px 0 5px 0;
        margin-bottom: 20px;
    }
    .step_header h3{
        font-size: 4vw;
    }
}

.service_steps {
    margin-top: -10px;
    margin-left: calc(25% + 80px);
    width: calc(65% - 80px);
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.service_step {
    position: relative;
    margin-bottom: 40px;
    padding: 0 0 50px 60px;
    max-width: 840px;
}

.service_step:before{
    content: '';
    position: absolute;
    width: 20px;
    height: calc(100% - 90px);
    top: 70px;
    left: 0;
    background: linear-gradient(transparent 0%, var(--color_accent) 100%);
}
.service_step:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--color_accent);
    bottom: 0px;
    left: 0px;
    border: 10px solid var(--color_accent);
    border-color: var(--color_accent) #FFFFFF #FFFFFF #FFFFFF;
}
.service_step:last-of-type:before,
.service_step:last-of-type:after{
    display: none;
}

.service_step h4 {
    position: absolute;
    font-size: 60px;
    color: var(--color_accent);
    display: inline-block;
    top: -25px;
    left: -30px ;
    font-family: Jost, sans-serif;
    font-weight: 500;
    letter-spacing: 0;
}

.service_step h5 {
    font-size: 28px;
    color: var(--color_accent);
    margin-bottom: 20px;
    display: inline-block;
    font-family: "見出しゴMB31", "Midashi Go MB31" !important;
}

.service_step p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 1em;
}
.service_step p small {
    font-size: 16px;
    color: var(--color_accent);
}
@media screen and (max-width: 768px) {
    .service_steps {
        margin-top: 0;
        margin-left: 10vw;
        width: 90vw;
    }

    .service_step {
        margin-bottom: 5px;
        padding: 5px 15px 0px 45px;
    }

    .service_step:before{
        width: 12px;
        height: calc(100% - 55px);
        top: 55px;
        left: 0;
    }
    .service_step:after{
        width: 12px;
        height: 12px;
        background: var(--color_accent);
        bottom: 0px;
        left: 0px;
        border: 6px solid var(--color_accent);
        border-color: var(--color_accent) #FFFFFF #FFFFFF #FFFFFF;
    }
    .service_step:last-of-type:before,
    .service_step:last-of-type:after{
        display: none;
    }

    .service_step h4:before{
        content:"STEP";
        position: absolute;
        font-size: 3.5vw;
        font-family: var(--font-en), sans-serif;
        font-weight: bold;
        left: 5px;
        top:-7px;
    }
    .service_step h4 {
        font-size: 9vw;
        top: 15px;
        left: -17px;
        font-weight: bold;
    }

    .service_step h5 {
        font-size: 3.5vw;
        margin-bottom: 5px;
    }

    .service_step p {
        font-size: 3vw;
        line-height: 1.8;
        margin-bottom: 1em;
    }
    .service_step p small {
        font-size: 3.5vw;

    }
}

/**
  * 基本フォーマット
 */
.section_heading{
    text-align: center;
    padding: 50px 0 70px;
}
.section_heading h2{
    font-size: 45px;
    color: var(--color_accent);
    line-height: 1.4;
    font-family: "見出しゴMB31", "Midashi Go MB31";
}
@media (max-width: 1400px) {
    .section_heading h2{
        font-size: 3.3vw;
    }
}

@media screen and (max-width: 768px) {
    .section_heading{
        padding: 50px 20px 30px;
    }
    .section_heading h2{
        font-size: 4.5vw;
        line-height: 1.4;
    }
}


.section_service{
    min-height: 720px;
}
.section_service .txt_decoration {
    position: absolute;
    right:0;
    top: 80px;
    text-align: right;
}
.section_service:nth-of-type(2n) .txt_decoration {
    left:0;
    right: auto;
    text-align: left;
}

.section_service img{
    position: absolute;
    width: 48%;
}
.section_service:nth-of-type(2n) img {
    right:0;
}

.section_service .section_content{
    width: 37%;
    margin-left: 50%;
    padding-top: 150px;
    min-height: 500px;
    padding-bottom: 50px;
}
.section_service:nth-of-type(2n) .section_content {
    width: 35%;
    margin-left: auto;
    margin-right: 57%;
}

@media (max-width: 1600px) {
    .section_service img{
        position: absolute;
        left: -12vw;
        height: auto;
        width: 50vw;

        height: 713px;
        width: 768px;
    }
    .section_service:nth-of-type(2n) img {
        left: auto;
        right: -12vw;
    }
    .section_service .section_content{
        width: 45vw;
        margin-left: 47%;
        min-height: 500px;
    }
    .section_service:nth-of-type(2n) .section_content {
        width: 45vw;
        margin-left: 10vw;
        margin-right: 50%;
    }
}
@media (max-width: 1300px) {
    .section_service img{
        left: -250px;
    }
    .section_service:nth-of-type(2n) img {
        left: auto;
        right: -250px;
    }
    .section_service .section_content{
        width: 42vw;
        margin-left: 50%;
        min-height: 500px;
    }
    .section_service:nth-of-type(2n) .section_content {
        width: 40vw;
        margin-left: 10vw;
        margin-right: 55%;
    }
}

@media (max-width: 1100px) {
    .section_service img{
        left: -350px;
    }
    .section_service:nth-of-type(2n) img {
        left: auto;
        right: -350px;
    }
    .section_service .section_content{
        width: 42vw;
        margin-left: 50%;
        min-height: 500px;
    }
    .section_service:nth-of-type(2n) .section_content {
        width: 40vw;
        margin-left: 10vw;
        margin-right: 55%;
    }
}


.section_service .section_content p{
    padding-right: 0px;
}
.section_service h4{
    display: inline-block;
    font-size: 24px;
    color: var(--color_accent);
    border: 1px solid var(--color_accent);
    padding: 5px 20px;
    font-family: "見出しゴMB31", "Midashi Go MB31";
}
.section_service h5{
    margin-top: 15px;
    font-size: 40px;
    color: var(--color_accent);
    margin-bottom: 20px;
    font-family: "見出しゴMB31", "Midashi Go MB31";
}
.section_service ul{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    gap: 10px 8px;
    margin-bottom: 20px;

}
.section_service ul li{
    display: inline-block;
    background: var(--color_accent);
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 100px;
    font-size: 14px;;
}
.section_service ul li:before{
    content:"#";
    margin-right: 5px;
}

@media (max-width: 1300px) {
    .section_service h4{
        font-size: 1.8vw;
    }
    .section_service h5{
        font-size: 3vw;
    }
}

@media screen and (max-width: 768px) {
    .section_service{
        min-height: 100px;
        overflow-x: hidden;
    }
    .section_service p.txt_decoration {
        position: absolute;
        top: 57vw;
        z-index: -1;
        left:0;
        text-align: left;
    }
    .section_service:nth-of-type(2n) p.txt_decoration {
        top: 57vw;
        z-index: -1;
        left:0;
    }

    .section_service img{
        width: 100%;
        height: auto;
        left: 0;
        right: 0;
        z-index: -1;
        position: relative;
    }
    .section_service:nth-of-type(2n) img {
        left: 0;
        right: 0;
    }

    .section_service .section_content{
        width: 100%;
        min-height: 100px;
        margin-left: 0;
        padding: 15px 20px 30px;
    }
    .section_service:nth-of-type(2n) .section_content {
        width: 100%;
        margin-left: auto;
        margin-right: 0;
        padding-bottom: 30px;
    }
    .section_service .section_content p{
        padding-right: 0px;
    }
    .section_service h4{
        font-size: 3.5vw;
        padding: 5px 10px 3px;
        max-width: 100%;
    }
    .section_service h5{
        margin-top: 10px;
        font-size: 4.5vw;
        margin-bottom: 20px;
        max-width: 65vw;
        text-shadow: 1px 1px 2px #FFFFFF,
        1px 1px 2px #FFFFFF;
    }
    .section_service p{
        font-size: 3.5vw;
    }
    .section_service p.txt_decoration{
        font-size: 14vw;
    }
    .section_service ul{
        gap: 6px 5px;
        margin-top: -5px;
        margin-bottom: 20px;
    }
    .section_service ul li{
        padding: 4px 8px;
        font-size: 2.5vw;
    }
    .section_service ul li:before{
        margin-right: 3px;
    }
}

.case_card--external{
    background-color: #fff;
    border: 1px solid #000;
    width: 100%;
    transition: all 0.3s ease;
}

.case_card--external:hover{
    transform: scale(1.02);
}
.case_card--external a{
    position: relative;
    display: block;
    padding: 60px 30px 60px 250px;
    font-size: 30px;
    text-align: center;

    text-decoration: none;
}

.case_card--external a::before,
.case_card--external a::after {
    position: absolute;
    content: '';
    display: inline-block;
    transition: all 0.3s ease;
}
.case_card--external a::before{
    width: 50px;
    height: 50px;
    right: 70px;
    top: calc(50% - 25px);
    background: var(--color_santoplus);
    border-radius: 100%;
}
.case_card--external a::after {
    width: 20px;
    height: 20px;
    right: 85px;
    top: calc(50% - 10px);
    background: url('/assets/images/icn_arrow_wh.svg') no-repeat center center / contain;
}
.case_card--external p{
    line-height: 1.3;
    margin: 0;
}
.case_card--external img{
    position: absolute;
    height: 50px;
    width: auto;
    left:100px;
    top: calc(50% - 30px);
}

.case_card--external--santoplus a{
    color: var(--color_santoplus);
}
.case_card--external--santoplus a::before{
    background: var(--color_santoplus);
}
.case_card--external--sanremove a{
    color: var(--color_sanremove);
}
.case_card--external--sanremove a::before{
    background: var(--color_sanremove);
}
@media (max-width: 1200px) {
    .case_card--external img{
        left:6vw;
    }

    .case_card--external a{
        font-size: 2.2vw;

    }
}

@media screen and (max-width: 768px) {
    .case_card--external{
    }

    .case_card--external a{
        padding: 17px 80px 13px 30px;
        font-size: 4vw;
        text-align: left;

        text-decoration: none;
    }

    .case_card--external a::before{
        width: 40px;
        height: 40px;
        right: 32px;
        top: calc(50% - 20px);
    }
    .case_card--external a::after {
        width: 14px;
        height: 14px;
        right: 45px;
        top: calc(50% - 7px);
    }
    .case_card--external p{
        line-height: 1.3;
        margin: 0;
        font-size: 4vw;
        padding-left: 5px;
        text-align: left;
    }
    .case_card--external img{
        position: relative;
        height: 30px;
        width: auto;
        left:0;
        right: auto;
        top: 0;
        margin-bottom: 5px;
    }

}


/**
アスベスト
asbestos
 */
.page-asbestos .section_servicecase{
    margin-top: 70px;
    background-color: #EFEFEF;
    padding: 30px 20px 50px;
}
.page-asbestos .section_servicecase h3{
    text-align: center;
    padding: 50px 0;
    font-size: 40px;
    font-family: "見出しゴMB31", "Midashi Go MB31";
}
.page-asbestos .servicecase_content{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 40px;
}
.page-asbestos .case_card{
    width: 100%;
    position: relative;
    padding-left: 480px;
    padding-top: 20px;
    min-height: 320px;
}
.page-asbestos .case_card img{
    width: 440px;
    position: absolute;
    left:0;
    top: 0;
}
.page-asbestos .case_card h4{
    color: var(--color_accent);
    font-size: 26px;
    margin-bottom: 10px;
    font-family: "見出しゴMB31", "Midashi Go MB31";
}
.page-asbestos .case_card p{
}
@media screen and (max-width: 768px) {
    .page-asbestos .section_servicecase{
        padding: 25px 10px 10px;
    }
    .page-asbestos .section_servicecase h3{
        padding: 0px 0 10px;
        font-size: 5vw;
    }
    .page-asbestos .servicecase_content{
        padding: 10px;
        gap: 10px;
    }
    .page-asbestos .case_card{
        position: relative;
        width: 100%;
        padding-top: 5px;
        padding-left: 0;
        min-height: 0;
        z-index: 0;
    }
    .page-asbestos .case_card img{
        position: relative;
        width: 100%;
        z-index: -1;
        height: 50%;
        object-fit: cover;
        object-position: center;
        left: 0px;
        top: 0;
    }
    .page-asbestos .case_card:after{
        display: none !important;
        position: absolute;
        background-color: rgba(255,255,255,.8);
        content:"";
        width: 68vw;
        height: 100%;
        top:0;
        right:-20px;
        z-index: -1;
    }
    .page-asbestos .case_card h4{
        font-size: 4vw;
        margin: 0px 0 3px;
        padding-top: 5px;
    }
    .page-asbestos .case_card p{
        font-size: 3.5vw;
        line-height: 1.5;
    }
}

/**
living legacy
遺品整理
 */
.page-livinglegacy .section_servicecase{
    background-color: #EFEFEF;
    margin-top: 70px;
    padding: 30px 20px 50px;
}
.page-livinglegacy .section_servicecase h3{
    text-align: center;
    padding: 50px 0;
    font-size: 40px;
    font-family: "見出しゴMB31", "Midashi Go MB31" !important;
}
.page-livinglegacy .servicecase_content{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 40px;
}
.page-livinglegacy .case_card{
    width: 100%;
    position: relative;
    padding-left: 480px;
    padding-top: 20px;
    min-height: 320px;
}
.page-livinglegacy .case_card img{
    width: 440px;
    position: absolute;
    left:0;
    top: 0;
}
.page-livinglegacy .case_card h4{
    color: var(--color_accent);
    font-size: 26px;
    margin-bottom: 10px;
    font-family: "見出しゴMB31", "Midashi Go MB31" !important;
}
.page-livinglegacy .case_card p{
}

@media screen and (max-width: 768px) {
    .page-livinglegacy .section_servicecase{
        padding: 25px 10px 10px;
    }
    .page-livinglegacy .section_servicecase h3{
        padding: 0px 0 10px;
        font-size: 5vw;
    }
    .page-livinglegacy .servicecase_content{
        padding: 10px;
        gap: 10px;
    }
    .page-livinglegacy .case_card{
        position: relative;
        width: 100%;
        padding-top: 5px;
        padding-left: 0;
        min-height: 0;
        z-index: 0;
    }
    .page-livinglegacy .case_card img{
        position: relative;
        width: 100%;
        z-index: -1;
        height: 50%;
        object-fit: cover;
        object-position: center;
        left: 0px;
        top: 0;
    }
    .page-livinglegacy .case_card:after{
        display: none !important;
        position: absolute;
        background-color: rgba(255,255,255,.8);
        content:"";
        width: 68vw;
        height: 100%;
        top:0;
        right:-20px;
        z-index: -1;
    }
    .page-livinglegacy .case_card h4{
        font-size: 4vw;
        margin: 0px 0 3px;
        padding-top: 5px;
    }
    .page-livinglegacy .case_card p{
        font-size: 3.5vw;
        line-height: 1.5;
    }
}


/**
parking
駐車場
 */

.page-parking .section_servicecase{
    background-color: #EFEFEF;
    padding: 30px 0 70px;
}
.page-parking .section_servicecase h3{
    text-align: center;
    padding: 50px 0;
    font-size: 45px;
    font-family: var(--font-midashi), sans-serif;
    font-weight: bold;
}
.page-parking .servicecase_content{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px 4%;
}
.page-parking .case_card{
    width: 30%;
}
.page-parking .case_card h4{
    color: var(--color_accent);
    font-family: var(--font-midashi), sans-serif;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px;
}
.page-parking .case_card p{
}
@media screen and (max-width: 1400px) {
    .page-parking .case_card h4{
        font-size: 2vw;
    }

}
@media screen and (max-width: 768px) {
    .page-parking .section_servicecase{
        padding: 30px 20px;
    }
    .page-parking .section_servicecase h3{
        padding: 5px 0 30px;
        font-size: 5.5vw;
    }
    .page-parking .servicecase_content{
        gap: 15px;
    }
    .page-parking .case_card{
        width: calc(50% - 8px);
    }
    .page-parking .case_card h4{
        font-size: 3.2vw;
        margin: -5px 0 7px;
    }
    .page-parking .case_card p{
        font-size: 3vw;
        line-height: 1.7;
    }
}

.page-parking .section_parking_management{
    padding-bottom: 50px;
}
.page-parking .section_parking_management h3 {
    color: var(--color_accent);
    font-size: 26px;
    text-align: center;
    padding: 40px 0;
    font-family: var(--font-midashi), sans-serif;
    font-weight: bold;
}

.page-parking .section_parking_management .content {
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: flex-start;
    color: var(--color_text_dark);
}
.page-parking .parking-logo {
    width: 200px;
}
.page-parking .parking-logo img {
    width: 200px;
    height: auto;
}
@media screen and (max-width: 768px) {
    .page-parking .section_parking_management{
        padding-bottom: 50px;
    }
    .page-parking .section_parking_management h3 {
        font-size: 4.5vw;
        padding: 20px;
    }

    .page-parking .section_parking_management .content {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        font-size: 3.5vw;
    }
    .page-parking .parking-logo {
        width: 140px;
    }
    .page-parking .parking-logo img {
        width: 140px;
        height: auto;
    }
}


/**
サービスカテゴリナビ
 */
.catenavi {
    background-color: #014986;
}
.catenavi ul {
    display: flex;
    gap: 10px;
    justify-content: center;
    list-style: none;
    padding: 12px 0;
    margin: 0;
}

.catenavi a{
    font-weight: bold;
    position: relative;
    display: block;
    padding: 15px 30px;
    border-radius: 100px;
    color: #ffffff;
    text-decoration: none;
    background-color: #014986;
    transition: all .2s ease;
}
.catenavi a.active,
.catenavi a:hover{
    background-color: var(--color_accent);
}
@media screen and (max-width: 1100px) {
    .catenavi ul {
        gap: 5px;
    }
    .catenavi a{
        padding: 15px 15px;
    }
}
@media screen and (max-width: 768px) {
    .catenavi{
    }

    .for_sp .catenavi{
        display:block;
    }
    .catenavi ul {
        flex-wrap: wrap;
        gap: 1px;
        justify-content: space-between;
        list-style: none;
        padding: 1px 0px;
        margin: 0;
        background: #D1D1D1;
    }
    .catenavi li{
        flex:1;
        min-width: 33%;
        font-size: 2.8vw;
        background-color: #014986;
    }
    .catenavi a{
        border-radius: 0;
        text-align: center;
        padding: 10px 0px;
        width: 100%;
        font-weight: normal;
    }
    .catenavi a.active,
    .catenavi a:hover{
    }
}


/**
サブナビ
 */
.subnavi--service {
}
.subnavi--service ul {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1070px;
}

.subnavi--service a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 30px 25px 30px;
    color: var(--color_text_dark);
}
.subnavi--service a:hover{
    font-weight: bold;
}
.subnavi--service li{
    position: relative;
}
.subnavi--service li+li:before{
    content:"";
    display: inline-block;
    position: absolute;
    left: -10px;
    top: calc(50% - 1px);
    width: 20px;
    height: 1px;
    background-color: #999999;
    transform: rotateZ(-45deg);
}

@media screen and (max-width: 768px) {
    .subnavi--service{
        display:none;
    }
}