@charset "utf-8";

@media screen and (max-width: 1129px) {
}
@media screen and (max-width: 899px) {   
}
@media screen and (max-width: 420px) {   
}

/*-------------------------------------------------------------------
共通
-------------------------------------------------------------------*/
.inspection-wrap *,
.inspection-wrap *:before,
.inspection-wrap *:after{
    box-sizing:border-box;
}

.img-titile {
    width: 100%;
    display: flex;
    justify-content: center;
}

.js-accordion-header {
    cursor: pointer;
}
.js-accordion-content {
    display: none;
}

.inspection-note {
    width: 505px;
    max-width: 66%;
    margin: 1em auto 110px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
    line-height: 1.4em;
}

@media screen and (max-width: 1129px) {
    .inspection-note {
        font-size: 1.2vw;
        margin-bottom: 9.7vw;
    }
}

@media screen and (max-width: 899px) {
    .pc { display: none; }
    
    .inspection-note {
        max-width: 84%;
        font-size: clamp(0px, 3.6dvw, 14px);
        margin-bottom: clamp(0px, 13.9dvw, 50px);
    }
}


/*-------------------------------------------------------------------
header
-------------------------------------------------------------------*/
.inspection-header {
    width: 100%;
    margin-bottom: 120px;
    position: relative;
}
.inspection-header-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.header-bg {
    width: 100%;
    height: 560px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.header-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.select-box {
    width: 425px;
    position: relative;
    display: inline-block;
    user-select: none;
    margin-bottom: 25px;
}
.current-page {
    font-size: 18px;
    letter-spacing: 0.15em;
    color: #666767;
    height: 2em;
    display: flex;
    align-items: center;
    background: #fff;
    padding-left: 2.2em;
    cursor: default;
    position: relative;
}
.current-page::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-top: 0.5em solid #666767;
    position: absolute;
    right: 8%;
    top: 0;
    bottom: -0.25em;
    margin: auto;
}
.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 10;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media (hover: hover) and (pointer: fine) {
    .select-box:hover .dropdown {
        display: block;
    }
}
.dropdown li {
    border-top: 1px solid #231815;
}
.dropdown li:last-child {
    border-bottom: none;
}
.dropdown li a {
    font-size: 18px;
    letter-spacing: 0.15em;
    color: #666767;
    height: 2em;
    padding-left: 2.2em;
    display: flex;
    align-items: center;
    padding-left: 2.2em;
    text-decoration: none;
}
.dropdown li a:hover {
    background: #f0f0f0;
}

.inspection-header .title2 {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 0 40px;
}
.inspection-header .title2 a {
    text-align: center;
}
.inspection-header .title2 a p {
    font-size: clamp(12px, 3.7vw, 18px);
    white-space: nowrap;
    letter-spacing: 0.22em;
    font-weight: 700;
    padding-left: 0.22em;
    color: #fff;
    margin-bottom: 0.4em;
}
.inspection-header .title2 a:hover {
    opacity: 1;
}
.inspection-header .title2 a.current {
    pointer-events: none;
}
.inspection-header .title2 a:hover p
.inspection-header .title2 a.current p {
    color: #FFF100;
}
.inspection-header .title2 a .icon {
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #159A3F;
    transition: background .3s;
}
.inspection-header .title2 a:hover .icon,
.inspection-header .title2 a.current .icon {
    background-color: #FFF100;
}
#check .inspection-header .title2 a .icon {
    border-color: #0068B7;
}
#estimate .inspection-header .title2 a .icon {
    border-color: #FA8C00;
}

@media screen and (max-width: 1129px) {
    .inspection-header {
        margin-bottom: 10.6vw;
    }
    .header-bg {
        aspect-ratio: 770 / 560;
        height: auto;
    }
    .select-box {
        width: 54.5%;
        margin-bottom: 2.2vw;
    }
    .current-page {
        font-size: 1.6vw;
    }
    .dropdown li a {
        font-size: 1.6vw;
    }
    .inspection-header .title2 {
        width: 54.5%;
        gap: 13px;
        justify-content: space-between;
    }
    .inspection-header .title2 li {
        width: 26.2%;
    }
    .inspection-header .title2 a p {
        font-size: clamp(12px, 3.7vw, 15px);
    }
}

@media screen and (max-width: 899px) {
    .inspection-header {
        margin-bottom: clamp(0px, 13.9dvw, 50px);
    }
    
    .header-bg {
        aspect-ratio: inherit;
        height: 93%;
    }
    #check .header-bg {
        height: 91%;
    }
    
    .inspection-header .title1 {
        width: 560px;
        max-width: 100%;
    }

    .select-box {
        width: 82%;
        max-width: 320px;
        margin-bottom: clamp(0px, 15.4dvw, 60px);
    }
    .current-page {
        font-size: clamp(0px, 3.6dvw, 14px);
        padding-left: 1.2em;
        height: 2.1em;
    }
    .current-page::after {
        border-left: 0.4em solid transparent;
        border-right: 0.4em solid transparent;
        border-top: 0.4em solid #666767;
    }

    .dropdown li a {
        font-size: clamp(0px, 3.6dvw, 14px);
        padding-left: 1.2em;
        height: 2.1em;
    }

    .inspection-header .title2 {
        width: 78dvw;
        max-width: 305px;
        gap: 0 4%;
    }
    .inspection-header .title2 li {
        width: clamp(0px, 23.1dvw, 90px);
        
    }
    .inspection-header .title2 li p {
        letter-spacing: 0.05em;
        padding-left: 0.05em;
        margin-bottom: 0.3em;
    }
    .inspection-header .title2 a p {
        font-size: clamp(12px, 3.7vw, 15px);
    }
}

@media screen and (max-width: 390px) {
    .header-bg {
        height: 92%;
    }
}


/*-------------------------------------------------------------------
lead
-------------------------------------------------------------------*/
.inspection-lead {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 160px;
}
.lead-text {
    font-size: 23px;
    line-height: 2.1em;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-align: center;
    color: #159A3F;
    margin-bottom: 2em;
}
#check .lead-text {
    color: #0068B7;
}
#estimate .lead-text {
    color: #FA8C00;
}
.lead-text span {
    font-size: 1.3em;
    font-weight: 900;
    margin-top: 0.2em;
    display: inline-block;
}

@media screen and (max-width: 1129px) {
    .inspection-lead {
        margin-bottom: 14.2vw;
    }
    .lead-text {
        font-size: 2vw;
    }
}

@media screen and (max-width: 899px) {
    .inspection-lead {
        margin-bottom: clamp(0px, 13.9dvw, 50px);
    }
    .lead-text {
        font-size: clamp(0px, 4dvw, 16px);
        margin-bottom: 1.5em;
        white-space: nowrap;
    }
}


/*-------------------------------------------------------------------
merit
-------------------------------------------------------------------*/
.inspection-merit .img-titile {
    margin-bottom: 55px;
}

.merit-list {
    width: 100%;
    padding-left: 26.4%;
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    margin-bottom: 140px;
}
.merit-list .merit-point {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.merit-list .merit-point .point-title {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
}
.merit-list .merit-point:nth-child(n+3):nth-child(-n+4) .point-title {
    align-items: center;
}
.merit-list .merit-point .point-title .point-icon {
    width: 55px;
}
.merit-list .merit-point .point-title p,
.merit-list .merit-point .point-title p span {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold;
}
.merit-list .merit-point .point-title p {
    padding: 0.3em 0 0 0.3em;
}
.line {
    background: linear-gradient(transparent 70% , #FFF100 70%);
    padding-bottom: 0.1em;
}
.merit-list .merit-point:nth-child(1),
.merit-list .merit-point:nth-child(3) {
    padding-left: 1.5%;
}
.merit-list .merit-point:nth-child(2) {
    padding-left: 23.4%;
}

.merit-list .merit-point .point-note {
    font-size: 16px;
    line-height: 1.4em;
    text-indent: -1em;
    padding-left: 1em;
    margin-left: 1em;
}

.merit-list .merit-point:nth-child(4) {
    flex-direction: column;
    align-items: flex-start;
}
.merit-list .merit-point:nth-child(4) .point-title {
    margin-bottom: 30px;
}
.merit-list .merit-point .point-link {
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0.7em;
    color: #4E4D4D;
}
.point-img + .point-link {
    margin-top: 3em;
}

@media screen and (max-width: 1129px) {
    .inspection-merit .img-titile {
        margin-bottom: 4.9vw;
    }
    .merit-list {
        gap: 3.5vw 0;
        margin-bottom: 12.4vw;
        padding-left: 26.4%;
    }
    .merit-list .merit-point .point-title {
        margin-bottom: 1.3vw;
    }
    .merit-list .merit-point .point-title .point-icon {
        width: 4.9vw;
    }
    .merit-list .merit-point .point-title p,
    .merit-list .merit-point .point-title p span {
        font-size: 1.5vw;
    }
    .merit-list .merit-point:nth-child(-n+3) .point-img {
        width: 20vw;
    }
    .merit-list .merit-point:nth-child(n+4) .point-img {
        width: 70.5%;
    }
    .merit-list .merit-point .point-note {
        font-size: 1.2vw;
        flex: 1;
    }
    .merit-list .merit-point:nth-child(4) .point-title {
        margin-bottom: 2.7vw;
    }
    .merit-list .merit-point .point-link {
        font-size: 1.4vw;
    }
}

@media screen and (max-width: 899px) {
    .inspection-merit {
        margin-top: clamp(-72px, -18dvw, 0px);
    }
    
    .inspection-merit .img-titile {
        margin-bottom: clamp(0px, 7.7dvw, 30px);
    }

    .merit-list {
        padding-left: 0;
        gap: clamp(0px, 9dvw, 35px) 0;
        margin-bottom: clamp(0px, 13.9dvw, 50px);
    }
    .merit-list .merit-point {
        justify-content: flex-end;
        align-items: flex-start;
    }
    .merit-list .merit-point .point-title {
        width: 52%;
        min-width: 200px;
        margin-bottom: 0;
        margin-left: 12.8%;
    }
    .merit-list .merit-point .point-title .point-icon {
        width: 22.5%;
        max-width: 45px;
    }
    .merit-list .merit-point .point-title p,
    .merit-list .merit-point .point-title p span {
        font-size: clamp(0px, 3.8dvw, 15px);
    }
    .merit-list .merit-point .point-title p {
        padding-top: 0;
    }
    .merit-list .merit-point {
        width: 100%;
    }
    .merit-list .merit-point:nth-child(1),
    .merit-list .merit-point:nth-child(3) {
        padding-left: 0;
    }
    .merit-list .merit-point:nth-child(2) {
        padding-left: 0;
    }
    
    .merit-list .merit-point .point-img {
        width: 35%;
        max-width: 315px;
        flex: 1;
    }
    
    .merit-list .merit-point:nth-child(-n+3) .point-img {
        width: 35%;
    }

    .merit-list .merit-point .point-note {
        width: 80%;
        font-size: clamp(0px, 3.6dvw, 14px);
        flex: inherit;
        margin: 0.7em 0 0 auto;
    }

    .merit-list .merit-point:nth-child(4) .point-title {
        width: 100%;
        margin-bottom: clamp(0px, 7.7dvw, 30px);
    }
    .merit-list .merit-point:nth-child(n+4) .point-img {
        width: 72%;
        margin-left: 20%;
    }
    .merit-list .merit-point .point-link {
        font-size: clamp(0px, 3.8dvw, 15px);
        margin-left: 20%;
        max-width: 74%;
        line-height: 1.3em;
  }
    }
}

@media screen and (max-width: 390px) {
    .merit-list .merit-point .point-title {
        margin-left: 5vw;
    }
}


/*-------------------------------------------------------------------
step
-------------------------------------------------------------------*/
.inspection-step {
    padding-top: 190px;
    position: relative;
}
.inspection-step-inner {
    width: 100%;
    background-color: #D7EEDE;
    padding: 110px 0 100px;
}

.inspection-step .img-titile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.step-wrap {
    width: 550px;
    max-width: 72%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.step-box {
    width: 490px;
    max-width: 90%;
    background-color: #fff;
    position: relative;
    padding: 30px;
}
.step-box:not(:last-child)::before {
    content: "";
    width: 35px;
    aspect-ratio: 35 / 25;
    background: url("../img/step_box_arrow.png") no-repeat center center / contain;
    position: absolute;
    bottom: -37px;
    left: 0;
    right: 0;
    margin: auto;
}

.step-box .step-title {
    font-size: 26px;
    color: #159A3F;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0.8em;
}
.step-box .step-text {
    font-size: 21px;
    line-height: 1.6em;
}
.step-box .step-period {
    font-size: 19px;
    line-height: 1;
    font-weight: bold;
    padding: 0.3em 0;
    background-color: #FFF100;
    color: #159A3F;
    position: absolute;
    top: 30px;
    right: 30px;
}
.step-box .step-note {
    font-size: 16px;
    text-align: right;
    margin-top: 1em;
}

.step-img {
    width: 92%;
    margin: 25px auto;
    display: flex;
    justify-content: space-between;
}
.step-img li {
    width: 45%;
    text-align: center;
}
.step-img li p {
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    margin-top: 0.8em;
}

.step-link {
    width: 300px;
    margin: 0 auto 70px;
}
.step-link a {
    width: 100%;
    aspect-ratio: 300 / 50;
    border-radius: 3px;
    background-color: #666767;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
}
.step-link a img {
    height: 22px;
}

@media screen and (max-width: 1129px) {
    .inspection-step {
        padding-top: 15vw;
    }
    .inspection-step-inner {
        padding: 9.7vw 0 8.8vw;
    }
    .step-wrap {
        gap: 4.4vw;
    }
    .step-box {
        padding: 2.7vw;
    }
    .step-box:not(:last-child)::before {
        width: 3.1vw;
        bottom: -3.3vw;
    }
    .step-box .step-title {
        font-size: 2vw;
    }
    .step-box .step-text {
        font-size: 1.6vw;
    }
    .step-box .step-period {
        font-size: 1.4vw;
    }
    .step-box .step-note {
        font-size: 1.1vw;
    }
    .step-img {
        margin: 2.2vw auto;
    }
    .step-img li p {
        font-size: 1vw;
    }
    .step-link {
        width: 26.5vw;
        margin: 0 auto 6.2vw;
    }
    .step-link a {
        margin-bottom: 1.3vw;
        font-size: 1.4vw;
    }
    .step-link a img {
        height: 1.9vw;
    }
}

@media screen and (max-width: 899px) {
    .inspection-step {
        padding-top: 33dvw;
    }
    .inspection-step-inner {
        padding: 15.4dvw 0 clamp(0px, 10.3dvw, 40px);
    }

    .step-wrap {
        max-width: 84%;
        gap: clamp(0px, 7.7dvw, 30px);
    }

    .step-box {
        width: 490px;
        max-width: 100%;
        padding: clamp(0px, 3.8dvw, 15px) 10%;
    }
    .step-box:not(:last-child)::before {
        width: clamp(0px, 6.4dvw, 25px);
        bottom: clamp(-24px, -6.1dvw, 0px);
    }

    .step-box .step-title {
        font-size: clamp(0px, 4.6dvw, 18px);
    }
    .step-box .step-text {
        font-size: clamp(0px, 3.6dvw, 14px);
    }
    .step-box .step-period {
        font-size: clamp(0px, 3.6dvw, 14px);
        top: clamp(0px, 3.8dvw, 15px);
        right: 10%;
    }
    .step-box .step-note {
        font-size: clamp(0px, 3.6dvw, 14px);
    }

    .step-img {
        margin: clamp(0px, 3.8dvw, 15px) auto;
    }
    .step-img li {
        width: 45%;
        text-align: center;
    }
    .step-img li p {
        font-size: clamp(0px, 3.6dvw, 14px);
    }

    .step-link {
        width: 76%;
        margin: 0 auto clamp(0px, 11.5dvw, 45px);
    }
    .step-link a {
        font-size: clamp(0px, 4.6dvw, 18px);
    }
    .step-link a img {
        height: clamp(0px, 5.1dvw, 20px);
    }
}

@media screen and (max-width: 500px) {
    .step-wrap {
        max-width: 84%;
    }
    .step-link a {
        font-size: 11px;
        margin-bottom: 10px;
    }
    .step-link a img {
        height: 12px;
    }
    
    .step-box:not(:first-child) .step-title {
        margin-bottom: 40px;
    }
    .step-box .step-period {
        top: 40px;
    }
}

@media screen and (max-width: 390px) {
    .step-wrap {
        max-width: 84%;
    }
    .step-link {
        width: 90%;
    }
}


/*-------------------------------------------------------------------
need
-------------------------------------------------------------------*/
.inspection-need {
    width: 100%;
    padding: 50px 0 150px;
}

.need-title {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.need-title p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    letter-spacing: 0.17em;
    font-weight: bold;
}

.need-item-list {
    width: 505px;
    max-width: 66%;
    margin: 0 auto;
}
.need-item-list li {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.need-item-list li:not(:first-child) {
    margin-top: 50px;
}
.need-item-list li .need-img {
    width: 45.5%;
}
.need-item-list li .need-text-area {
    width: 50.5%;
}
.need-item-list li .need-text-em {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.8em;
}
.need-item-list li .need-text {
    font-size: 17px;
    line-height: 1.5em;
}
.need-note {
    width: 505px;
    max-width: 66%;
    margin: 1.3em auto 0;
    font-size: 16px;
    text-align: right;
}

@media screen and (max-width: 1129px) {  
    .inspection-need {
        padding: 4.4vw 0 13.3vw;
    }
    .need-title {
        margin-bottom: 2.7vw;
    }
    .need-title p {
        font-size: 1.9vw;
    }
    .need-item-list li:not(:first-child) {
        margin-top: 4.4vw;
    }
    .need-item-list li .need-text-em {
        font-size: 1.5vw;
    }
    .need-item-list li .need-text {
        font-size: 1.3vw;
    }
    .need-note {
        font-size: 1.2vw;
    }
}

@media screen and (max-width: 899px) {
    .inspection-need {
        padding: clamp(0px, 5.1dvw, 20px) 0 clamp(0px, 10.3dvw, 40px);
    }

    .need-title {
        width: 80%;
        max-width: 505px;
        margin: 0 auto clamp(0px, 2.6dvw, 10px);
    }
    .need-title p {
        font-size: clamp(0px, 5.1dvw, 20px);
    }

    .need-item-list {
        max-width: 505px;
        max-width: 80%;
        margin: 0 auto;
    }
    .need-item-list li {
        flex-direction: column;
    }
    .need-item-list li:not(:first-child) {
        margin-top: clamp(0px, 7.7dvw, 30px);
    }
    .need-item-list li .need-img {
        width: 100%;
    }
    .need-item-list li .need-text-area {
        width: 100%;
    }
    .need-item-list li .need-text-em {
        font-size: clamp(0px, 4.1dvw, 16px);
        margin-bottom: 0.5em;
    }
    .need-item-list li .need-text {
        font-size: clamp(0px, 3.6dvw, 14px);
        margin-bottom: 0.8em;
    }
    .need-note {
        width: 600px;
        max-width: 90%;
        font-size: clamp(0px, 3.6dvw, 14px);
        margin: 1em auto 0;
    }
}

@media screen and (max-width: 500px) {
    .need-title p {
        font-size: 4.3dvw;
    }
}


/*-------------------------------------------------------------------
Q & A
-------------------------------------------------------------------*/
.inspection-faq {
    padding-top: 170px;
    position: relative;
}
.inspection-faq-inner {
    width: 100%;
    background-color: #D7EEDE;
    padding: 150px 0 100px;
}

.inspection-faq .img-titile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.faq-accordion {
    width: 400px;
    margin: 0 auto;
}
.accordion-item:not(:first-child) {
    margin-top: 10px;
}
.faq-accordion .accordion-header {
    padding: 15px 60px 16px 35px;
    background: #159A3F;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-accordion .accordion-header p {
    font-size: 19px;
    line-height: 1.8em;
    letter-spacing: 0.025em;
    font-weight: bold;
    color: #fff;
    padding-left: 1.5em;
    position: relative;
}
.faq-accordion .accordion-header p::before {
    content: "";
    width: 1em;
    aspect-ratio: 1 / 1;
    background: url("../img/faq_q.png") no-repeat center center / contain;
    position: absolute;
    top: 0.5em;
    left: 0;
}
.faq-accordion .arrow {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    width: 30px;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s ease;
    position: absolute;
    bottom: 17px;
    right: 25px;
}
.faq-accordion .arrow::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.45em 0.5em;
    border-left-color: #159A3F;
    border-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: transform 0.3s ease;
    transform: translateY(15%) rotate(90deg);
}
.faq-accordion .accordion-header.active .arrow::before {
    transform: translateY(-15%) rotate(-90deg);
}
.faq-accordion .accordion-content {
    padding: 35px 40px 40px 35px;
    background: #fff;
}
.answer_wrap {
    font-size: 18px;
    line-height: 1.8em;
    letter-spacing: 0.025em;
    padding-left: 1.8em;
    position: relative;
}
.answer_wrap::before {
    content: "";
    width: 1em;
    aspect-ratio: 1 / 1;
    background: url("../img/faq_a.png") no-repeat center center / contain;
    position: absolute;
    top: 0.5em;
    left: 0;
}
.answer_wrap .right {
    text-align: right;
}
.faq-note {
    font-size: 16px;
    padding-left: 1em;
    text-indent: -1em;
}
.faq-accordion .accordion-content .list li {
    padding-left: 1em;
    text-indent: -1em;
}

.faq-link {
    width: 96%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
    padding-left: 4%;
}
.faq-link a {
    width: 100%;
    aspect-ratio: 300 / 50;
    border-radius: 3px;
    background-color: #666767;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
}
.faq-link a img {
    height: 22px;
}

@media screen and (max-width: 1129px) {
    .inspection-faq {
        padding-top: 14.5vw;
    }
    .inspection-faq-inner {
        padding: 11vw 0 8.8vw;
    }
    .faq-accordion {
        width: 35.4vw;
    }
    .accordion-item:not(:first-child) {
        margin-top: 0.9vw;
    }
    .faq-accordion .accordion-header {
        padding: 1.3vw 5.3vw 1.4vw 3.1vw;
    }
    .faq-accordion .accordion-header p {
        font-size: 1.4vw;
    }
    .faq-accordion .arrow {
        width: 2.7vw;
        bottom: 1.5vw;
        right: 2.2vw;
    }
    .faq-accordion .accordion-content {
        padding: 3.1vw 3.5vw 3.5vw 3.1vw;
    }
    .answer_wrap {
        font-size: 1.3vw;
    }
    .faq-note {
        font-size: 1.1vw;
    }
    .faq-link {
        gap: 1.3vw;
        margin-top: 2.2vw;
    }
    .faq-link a {
        font-size: 1.4vw;
    }
    .faq-link a img {
        height: 1.9vw;
    }
}

@media screen and (max-width: 899px) {
    .inspection-faq {
        padding-top: 30dvw;
    }
    .inspection-faq-inner {
        padding: 12.8dvw 0 clamp(0px, 9dvw, 35px);
    }

    .faq-accordion {
        width: 400px;
        max-width: 86%;
    }
    .accordion-item:not(:first-child) {
        margin-top: clamp(0px, 1.3dvw, 5px);
    }
    .faq-accordion .accordion-header {
        padding: clamp(0px, 2.1dvw, 8px) clamp(0px, 7.7dvw, 30px) clamp(0px, 2.6dvw, 10px) clamp(0px, 5.1dvw, 20px);
    }
    .faq-accordion .accordion-header p::before {
        top: 0.2em;
    }
    .faq-accordion .accordion-header p {
        font-size: clamp(0px, 3.8dvw, 15px);
        line-height: 1.3em;
    }
    .faq-accordion .arrow {
        width: clamp(0px, 5.1dvw, 20px);
        bottom: clamp(0px, 2.1dvw, 8px);
        right: clamp(0px, 3.6dvw, 14px);
    }
    .faq-accordion .arrow::before {
        border-width: 0.35em 0.4em;
    }
    .faq-accordion .accordion-content {
        padding: clamp(0px, 5.1dvw, 20px) clamp(0px, 10.3dvw, 40px) clamp(0px, 5.1dvw, 20px) clamp(0px, 2.6dvw, 10px);
    }
    .answer_wrap {
        font-size: clamp(0px, 3.6dvw, 14px);
        line-height: 1.7em;
    }
    .answer_wrap::before {
        top: 0.4em;
        left: 0.2em;
    }
    .faq-note {
        font-size: clamp(0px, 3.6dvw, 14px);
    }

    .faq-link {
        gap: clamp(0px, 2.6dvw, 10px);
        margin-top: clamp(0px, 3.8dvw, 15px);
        padding-left: clamp(0px, 10.3dvw, 40px);
        align-items: center;
    }
    .faq-link a {
        width: 80%;
        min-width: 175px;
        font-size: clamp(0px, 3.6dvw, 14px);
    }
    .faq-link a img {
        height: clamp(0px, 4.1dvw, 16px);
    }
}

@media screen and (max-width: 390px) {
    .faq-link a {
        font-size: 11px;
    }
    .faq-link a img {
        height: 12px;
    }
}


/*-------------------------------------------------------------------
recommend
-------------------------------------------------------------------*/
.inspection-recommend {
    width: 100%;
    padding: 140px 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recommend-img {
    margin-bottom: 35px;
    position: relative;
}

.inspection-recommend .recommend-img .img-02 {
    position: absolute;
    bottom: -250px;
    right: -110px;
}

.recommend-text,
.recommend-text span{
    font-size: 21px;
    letter-spacing: 0.075em;
    line-height: 1.9em;
    font-weight: 600;
    text-align: center;
}

.recommend-web {
    margin-top: 100px;
}
.recommend-web .text-1 {
    font-size: 28px;
    letter-spacing: 0.14em;
    line-height: 1.6em;
    font-weight: bold;
    color: #666767;
    text-align: center;
    margin-bottom: 0.8em;
}
.recommend-web .text-2 {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    color: #666767;
    text-align: center;
    margin-bottom: 1.5em;
}
.recommend-web .web-link {
    width: 400px;
    aspect-ratio: 400 / 50;
    background-color: #666767;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    letter-spacing: 0.19em;
    font-weight: bold;
    position: relative;
    margin: 0 auto;
}
.recommend-web .web-link::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.45em 0.5em;
    border-left-color: #fff;
    border-right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20%;
    margin: auto;
    transition: transform 0.3s ease;
    transform: translateY(15%) rotate(90deg);
}

@media screen and (max-width: 1129px) {
    .inspection-recommend {
        padding: 12.4vw 0 7.1vw;
    }
    .recommend-img {
        width: 44.7vw;
        margin-bottom: 3.1vw;
    }
    .inspection-recommend .recommend-img .img-02 {
        width: 12.4vw;
        bottom: -22.1vw;
        right: -7vw;
    }
    .recommend-text,
    .recommend-text span{
        font-size: 1.6vw;
    }
    .recommend-web {
        margin-top: 8.8vw;
    }
    .recommend-web .text-1 {
        font-size: 2.2vw;
    }
    .recommend-web .text-2 {
        font-size: 1.5vw;
    }
    .recommend-web .web-link {
        width: 35.4vw;
        font-size: 1.4vw;
    }
}

@media screen and (max-width: 899px) {
    .inspection-recommend {
        padding: clamp(0px, 17.9dvw, 70px) 0 0;
    }

    .recommend-img {
        width: 400px;
        max-width: 86%;
        margin-bottom: clamp(0px, 3.8dvw, 15px);
    }

    .recommend-text,
    .recommend-text span{
        font-size: clamp(0px, 3.6dvw, 14px);
        letter-spacing: 0;
    }

    .recommend-web {
        margin-top: clamp(0px, 11.5dvw, 45px);
    }
    .recommend-web .text-1 {
        font-size: clamp(0px, 3.8dvw, 15px);
        margin-bottom: 0.3em;
    }
    .recommend-web .text-2 {
        font-size: clamp(0px, 3.1dvw, 12px);
    }
    .recommend-web .web-link {
        width: 270px;
        font-size: clamp(0px, 3.8dvw, 15px);
    }
    .recommend-web .web-link::before {
        border-width: 0.35em 0.4em;
        right: 6%;
    }
}


/*-------------------------------------------------------------------
about
-------------------------------------------------------------------*/
.inspection-about {
    padding-top: 180px;
    position: relative;
}

.inspection-about .img-titile {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.inspection-about-inner {
    width: 100%;
    padding: 140px 0 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px 0;
    background-color: #dfe6f5;
    position: relative;
    z-index: 1;
}
.about-sec {
    width: 505px;
}
.about-sec .sec-title {
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;
    letter-spacing: 0.09em;
    padding-left: 0.09em;
    color: #fff;
    background-color: #0068B7;
    position: relative;
    transition: .3s;
}

.about-sec .js-accordion-header {
    position: relative;
}
.about-sec .js-accordion-header .arrow {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    width: 30px;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s ease;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 25px;
    margin: auto;
}
.about-sec .js-accordion-header .arrow::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.45em 0.5em;
    border-left-color: #0068B7;
    border-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: transform 0.3s ease;
    transform: translateY(15%) rotate(90deg);
}
.about-sec .js-accordion-header.active .arrow::before {
    transform: translateY(-15%) rotate(-90deg);
}

.about-sec .js-accordion-content {
    background-color: #fff;
    padding: 45px 40px 60px;
}

.about-sec .about-text {
    font-size: 18px;
    line-height: 2.2em;
    letter-spacing: 0.025em;
}

.check-list-head {
    width: 100%;
    display: flex;
    justify-content: center;
}
.check-list-head p {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.04em;
    padding-left: 1em;
    position: relative;
    color: #0068b7;
    margin-bottom: 2.5em;
}
.check-list-head p::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.4em 0.45em;
    border-left-color: #0068B7;
    border-right: 0;
    position: absolute;
    top: 0;
    left: -0.5em;
    bottom: 0;
    margin: auto;
    transform: translateY(4%) rotate(90deg);
}

.check-list li {
    width: 100%;
    display: flex;
    gap: 0 15px;
}
.check-list li:not(:first-child) {
    margin-top: 60px;
}
.check-icon {
    width: 62px;
}
.check-text-area {
    width: 100%;
    flex: 1;
}
.check-text-area .check-list-title {
    width: 100%;
    position: relative;
}
.check-text-area .check-list-title::after {
    content: "";
    width: 90%;
    height: 1px;
    background-color: #666767;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.check-text-area .check-list-title span {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #666767;
    display: inline-block;
    background-color: #fff;
    padding-right: 1em;
    position: relative;
    z-index: 2;
}
.check-text-area .check-text {
    font-size: 17px;
    line-height: 1.8em;
    margin-top: 0.8em;
}
.check-text2 {
    font-size: 17px;
    line-height: 1.8em;
    margin-top: 1.5em;
    text-align: right;
}
.about-sec .about-img {
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

.about-table {
    width: 400px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 8px 4px;
}
.about-table th,
.about-table td {
    vertical-align: middle;
    text-align: center;
    padding: 1em 0;
}
.about-table th {
    width: 55%;
    background-color: #5691CD;
    font-size: 23px;
    color: #fff;
}
.about-table td {
    width: 45%;
    background-color: #DFE6F5;
    font-size: 28px;
    font-weight: bold;
}

@media screen and (max-width: 1129px) {
    .inspection-about {
        padding-top: 15.9vw;
    }

    .inspection-about-inner {
        gap: 0.5vw 0;
        padding: 12.4vw 0 9.7vw;
    }
    .about-sec {
        width: 44.7vw;
    }
    .about-sec .sec-title {
        height: 7.5vw;
        font-size: 1.9vw;
    }
    
    .about-sec .js-accordion-header .arrow {
        width: 2.7vw;
        right: 2.2vw;
    }

    .about-sec .js-accordion-content {
        padding: 4vw 3.5vw 5.3vw;
    }
    
    .about-sec .about-text {
        font-size: 1.6vw;
    }
    
    .check-list-head p {
        font-size: 1.6vw;
    }

    .check-list li {
        gap: 0 1.3vw;
    }
    .check-list li:not(:first-child) {
        margin-top: 5.3vw;
    }
    .check-icon {
        width: 5.5vw;
    }
    .check-text-area .check-list-title span {
        font-size: 1.8vw;
    }
    .check-text-area .check-text,
    .check-text2 {
        font-size: 1.8vw;
    }
    .about-sec .about-img {
        margin: 2.2vw 0;
    }

    .about-table {
        width: 35.4vw;
    }
    .about-table th {
        font-size: 2vw;
    }
    .about-table td {
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 899px) {
    .inspection-about {
        padding-top: 31%;
    }

    .inspection-about-inner {
        gap: clamp(0px, 1.5dvw, 6px) 0;
    }
    .about-sec {
        width: 505px;
        max-width: 84%;
    }
    .about-sec .sec-title {
        height: clamp(0px, 13.9dvw, 50px);
        font-size: clamp(0px, 3.8dvw, 15px);
    }
    
    .about-sec .js-accordion-header .arrow {
        width: clamp(0px, 5.1dvw, 20px);
        right: clamp(0px, 5.1dvw, 20px);
    }
    .about-sec .js-accordion-header .arrow::before {
        border-width: 0.35em 0.4em;
    }

    .about-sec .js-accordion-content {
        padding: clamp(0px, 5.1dvw, 20px) clamp(0px, 6.4dvw, 25px) clamp(0px, 7.7dvw, 30px);
    }
    
    .about-sec .about-text {
        font-size: clamp(0px, 3.6dvw, 14px);
        margin-top: 0.6em;
    }
    
    .check-list-head p {
        font-size: clamp(0px, 3.8dvw, 15px);
    }

    .check-list li {
        gap: 0 clamp(0px, 3.8dvw, 15px);
    }
    .check-list li:not(:first-child) {
        margin-top: clamp(0px, 10.3dvw, 40px);
    }
    .check-icon {
        width: clamp(0px, 13.9dvw, 50px);
    }
    .check-text-area .check-list-title span {
        font-size: clamp(0px, 4.1dvw, 16px);
    }
    .check-text-area .check-text,
    .check-text2 {
        font-size: clamp(0px, 3.6dvw, 14px);
    }
    .about-sec .about-img {
        width: 240px;
        max-width: 80%;
        margin: clamp(0px, 5.1dvw, 20px) auto;
    }

    .about-table {
        width: 240px;
        max-width: 90%;
    }
    .about-table th {
        font-size: clamp(0px, 3.8dvw, 15px);
    }
    .about-table td {
        font-size: clamp(0px, 4.4dvw, 17px);
    }
}

@media screen and (max-width: 420px) {
    .about-sec .sec-title {
        font-size: 3.5dvw;
        letter-spacing: 0;
    }
}


/*-------------------------------------------------------------------
case
-------------------------------------------------------------------*/
.inspection-case {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.inspection-case .case-text,
.inspection-case .case-text span {
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.11em;
    color: #0068B7;
    line-height: 1.8em;
    font-weight: bold;
}
.inspection-case .case-text {
    margin-bottom: 2em;
}

@media screen and (max-width: 1129px) {
    .inspection-case .case-text,
    .inspection-case .case-text span {
        font-size: 1.9vw;
    }
}

@media screen and (max-width: 899px) {
    .inspection-case .case-text,
    .inspection-case .case-text span {
        font-size: clamp(0px, 4.4dvw, 17px);
    }
}


/*-------------------------------------------------------------------
check point
-------------------------------------------------------------------*/
.inspection-check-point {
    width: 100%;
    padding-top: 180px;
    position: relative;
}
.inspection-check-point .check-point-inner {
    width: 100%;
    background: url("../img/check/point_bg.png") repeat top center;
}

.inspection-check-point .point-img-1 {
    width: 770px;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.inspection-check-point .point-cont {
    width: 560px;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
}
.inspection-check-point .point-title-1 {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
}

.inspection-check-point .point-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px 0;
    margin-bottom: 40px;
}
.inspection-check-point .point-list-title {
    width: 400px;
    border-radius: 30px;
    background-color: #0068B7;
    position: relative;
    margin: 0 auto;
}
.inspection-check-point .point-list-title p {
    font-size: 25px;
    font-weight: 900;
    line-height: 1.4em;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    padding: 0.4em 0;
    position: relative;
    z-index: 2;
}
.inspection-check-point .point-list-title .point-icon {
    position: absolute;
    top: -40px;
    left: -30px;
    z-index: 1;
}
.inspection-check-point .point-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.9em;
    text-align: center;
    margin-top: 1em;
}

.point-img-2 {
    position: absolute;
    top: 360px;
    right: -30px;
}
.point-img-3 {
    position: absolute;
    top: 600px;
    left: -25px;
}
.point-img-4 {
    text-align: center;
    max-width: 88%;
    margin: 0 auto;
}

@media screen and (max-width: 1129px) {
    .inspection-check-point {
        padding-top: 15.9vw;
    }
    
    .inspection-check-point .point-img-1 {
        width: 68.2vw;
    }

    .inspection-check-point .point-cont {
        width: 49.6vw;
    }
    .inspection-check-point .point-title-1 {
        font-size: 3vw;
    }

    .inspection-check-point .point-list {
        gap: 6.2vw 0;
        margin-bottom: 3.5vw;
    }
    .inspection-check-point .point-list-title {
        width: 35.4vw;
        border-radius: 2.7vw;
    }
    .inspection-check-point .point-list-title p {
        font-size: 2.3vw;
    }
    .inspection-check-point .point-list-title .point-icon {
        width: 7.3vw;
        top: -3.5vw;
        left: -2.3vw;
    }
    .inspection-check-point .point-text {
        font-size: 1.6vw;
    }

    .point-img-2 {
        width: 11.5vw;
        top: 32vw;
        right: -2.7vw;
    }
    .point-img-3 {
        width: 7.1vw;
        top: 53vw;
        left: -2.2vw;
    }
}

@media screen and (max-width: 899px) {
    .inspection-check-point .check-point-inner {
        background-size: 180% auto;
    }
    
    .inspection-check-point {
        padding-top: clamp(0px, 10.3dvw, 40px);
    }

    .inspection-check-point .point-img-1 {
        width: 450px;
        max-width: 100%;
        z-index: 2;
    }

    .inspection-check-point .point-cont {
        width: 560px;
        max-width: 84%;
        padding-top: clamp(0px, 9.4dvw, 60px);
    }
    .inspection-check-point .point-title-1 {
        font-size: clamp(0px, 4.4dvw, 17px);
    }

    .inspection-check-point .point-list {
        gap: clamp(0px, 10.3dvw, 40px) 0;
        margin-bottom: clamp(0px, 7.7dvw, 30px);
    }
    .inspection-check-point .point-list-title {
        width: clamp(0px, 63dvw, 245px);
        border-radius: clamp(0px, 4.1dvw, 16px);
    }
    .inspection-check-point .point-list-title p {
        font-size: clamp(0px, 4.1dvw, 16px);
        margin-left: 0.5em;
    }
    .inspection-check-point .point-list-title .point-icon {
        width: clamp(0px, 11.5dvw, 45px);
        top: clamp(-20px, -5.1dvw, 0px);
        left: clamp(-10px, -2.6dvw, 0px);
    }
    .inspection-check-point .point-text {
        font-size: clamp(0px, 3.6dvw, 14px);
    }
    .point-img-4 {
        max-width: 74%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 420px) {
    .inspection-check-point .point-text {
        font-size: 3dvw;
        white-space: nowrap;
    }
}


/*-------------------------------------------------------------------
check recommend
-------------------------------------------------------------------*/
.inspection-check-recommend {
    padding: 60px 0 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 1129px) {
    .inspection-check-recommend {
        padding: 5.3vw 0 6.2vw;
    }
}

@media screen and (max-width: 899px) {
    .inspection-check-recommend {
        padding: 0 0 clamp(0px, 5.1dvw, 20px);
    }
    .inspection-check-recommend .recommend-img {
        width: 100%;
        max-width: 100%;
    }
}


/*-------------------------------------------------------------------
cost
-------------------------------------------------------------------*/
.inspection-cost {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 120px;
}

.inspection-cost-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    margin-top: 40px;
}
.cost-sec {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cost-sec .js-accordion-header,
.cost-sec .js-accordion-content {
    width: 100%;
    position: relative;
}
.cost-sec .sec-title {
    width: 475px;
    margin: 0 auto;
    transition: opacity .3s;
}
.cost-sec:nth-child(3) .sec-title {
    width: 503px;
}
.cost-sec .sec-title:hover {
    opacity: 0.7;
}
.cost-table {
    width: 475px;
    margin: 20px auto 0;
}
.cost-table th,
.cost-table td {
    width: 50%;
    vertical-align: middle;
    border-bottom: 1px solid #231815;
    padding: 20px 0;
}
.cost-table td {
    text-align: center;
    border-left: 1px solid #231815;
}
.cost-table .text-1 {
    width: 100%;
    display: flex;
    align-items: center;
}
.cost-table .text-1 p {
    font-size: 20px;
    margin-left: 0.5em;
    font-weight: 600;
}
.cost-table .text-2 {
    font-size: 26px;
    font-weight: 900;
}
.cost-table .text-3 {
    font-size: 16px;
    line-height: 1.7em;
}

.inspection-cost-summary {
    width: 400px;
    padding-top: 50px;
}
.cost-summary-table {
    width: 100%;
    margin-top: 115px;
}
.cost-summary-table th,
.cost-summary-table td {
    width: 50%;
    border: 1px solid #231815;
    vertical-align: middle;
    position: relative;
    color: #231815;
}
.cost-summary-table th {
    text-align: center;
    padding: 13px;
}
.cost-summary-table td {
    padding: 10px;
}
.cost-summary-table .legal {
    background-color: #B6D565;
}
.cost-summary-table .nonlegal {
    background-color: #8FD3F5;
}
.cost-summary-table .icon {
    width: 75px;
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    margin: auto;
}
.cost-summary-table .text-1 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 0.4em;
}
.cost-summary-table .text-2 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6em;
}
.cost-summary-table .text-3 {
    width: 100%;
    display: flex;
    justify-content: center;
}
.cost-summary-table .text-3 li {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6em;
    padding: 0 1em;
    text-indent: -1em;
}
.cost-summary-note {
    font-size: 16px;
    margin-top: 1.5em;
}
.cost-summary-note li {
    line-height: 1.8em;
    padding-left: 1em;
    text-indent: -1em;
}

.inspection-cost-note {
    width: 400px;
    padding-top: 50px;
}
.inspection-cost-note .cost-note-title {
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.025em;
    margin-bottom: 0.4em;
}
.cost-note-list li {
    font-size: 18px;
    line-height: 2em;
    letter-spacing: 0.025em;
    padding-left: 1em;
    text-indent: -1em;
}

@media screen and (max-width: 1129px) {
    .inspection-cost {
        padding-bottom: 10.6vw;
    }

    .inspection-cost-list {
        gap: 7.1vw;
        margin-top: 3.5vw;
    }
    .cost-sec .sec-title {
        max-width: 61.7%;
    }
    .cost-sec:nth-child(3) .sec-title {
        max-width: 65.3%;
    }
    .cost-table {
        max-width: 61.7%;
        margin: 1.8vw auto 0;
    }
    .cost-table th,
    .cost-table td {
        padding: 1.8vw 0;
    }
    .cost-table .text-1 .icon {
        max-width: 31.6%;
    }
    .cost-table .text-1 p {
        font-size: 1.8vw;
    }
    .cost-table .text-2 {
        font-size: 2.3vw;
    }
    .cost-table .text-3 {
        font-size: 1.4vw;
    }

    .inspection-cost-summary {
        max-width: 51.9%;
        padding-top: 4.4vw;
    }
    .cost-summary-table {
        margin-top: 10.2vw;
    }
    .cost-summary-table th {
        padding: 1.2vw;
    }
    .cost-summary-table td {
        padding: 0.9vw;
    }
    .cost-summary-table .icon {
        width: 6.6vw;
        top: -5.8vw;
    }
    .cost-summary-table .text-1 {
        font-size: 1.7vw;
    }
    .cost-summary-table .text-2 {
        font-size: 1.3vw;
    }
    .cost-summary-table .text-3 li {
        font-size: 1.4vw;
    }
    .cost-summary-note {
        font-size: 1.4vw;
    }

    .inspection-cost-note {
        max-width: 51.9%;
        padding-top: 4.4vw;
    }
    .inspection-cost-note .cost-note-title {
        font-size: 2vw;
    }
    .cost-note-list li {
        font-size: 1.6vw;
    }
}

@media screen and (max-width: 899px) {
    .inspection-cost {
        padding-bottom: clamp(0px, 7.7dvw, 30px);
    }

    .inspection-cost-list {
        gap: clamp(0px, 10.3dvw, 40px);
        margin-top: clamp(0px, 2.6dvw, 10px);
    }
    .cost-sec .sec-title {
        max-width: 85%;
    }
    .cost-sec:nth-child(3) .sec-title {
        max-width: 85%;
    }
    .cost-table {
        max-width: 80%;
        margin: clamp(0px, 2.6dvw, 10px) auto 0;
    }
    .cost-table th,
    .cost-table td {
        padding: clamp(0px, 1.5dvw, 6px) 0;
    }
    .cost-table .text-1 p {
        font-size: clamp(0px, 3.6dvw, 14px);
    }
    .cost-table .text-2 {
        font-size: clamp(0px, 4.9dvw, 19px);
    }
    .cost-table .text-3 {
        font-size: clamp(0px, 3.6dvw, 14px);
    }

    .inspection-cost-summary {
        max-width: 86%;
        padding-top: clamp(0px, 13.9dvw, 50px);
    }
    .cost-summary-table {
        margin-top: clamp(0px, 2.6dvw, 10px);
    }
    .cost-summary-table th {
        padding: clamp(0px, 3.3dvw, 13px) 0;
    }
    .cost-summary-table td {
        padding: clamp(0px, 2.6dvw, 10px) 0;
    }
    .cost-summary-table .icon {
        width: 25%;
        top: clamp(-10px, -2.6dvw, 0px);
        left: 3%;
        right: inherit;
    }
    .cost-summary-table .text-1 {
        font-size: clamp(0px, 4.1dvw, 16px);
    }
    .cost-summary-table .text-2 {
        font-size: clamp(0px, 3.6dvw, 14px);
    }
    .cost-summary-table .text-3 li {
        font-size: clamp(0px, 3.6dvw, 14px);
    }
    .cost-summary-note {
        font-size: clamp(0px, 3.6dvw, 14px);
    }

    .inspection-cost-note {
        max-width: 86%;
        padding-top: clamp(0px, 9dvw, 35px);
    }
    .inspection-cost-note .cost-note-title {
        font-size: clamp(0px, 3.8dvw, 15px);
    }
    .cost-note-list li {
        font-size: clamp(0px, 3.6dvw, 14px);
    }
}

@media screen and (max-width: 420px) {
    .cost-table .text-1 p {
        font-size: 3.3dvw;
    }
    .cost-table .text-2 {
        font-size: 4.5vw;
    }
    .cost-table .text-3 {
        font-size: 3.3dvw;
    }
    
    .cost-summary-table .text-1 {
        font-size: 3.8dvw;
    }
    .cost-summary-table .text-2 {
        font-size: 3.3dvw;
    }
    .cost-summary-table .text-3 li {
        font-size: 3.3dvw;
    }
    .cost-summary-note {
        font-size: 3.3dvw;
    }
    
    .inspection-cost-note .cost-note-title {
        font-size: 3.8dvw;
    }
    .cost-note-list li {
        font-size: 3.3dvw;
    }
}


/*-------------------------------------------------------------------
cost point
-------------------------------------------------------------------*/
.inspection-estimate-point {
    padding-bottom: 50px;
}

.estimate-point-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.estimate-point-list li {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.estimate-point-list .point-title {
    width: 100%;
    display: flex;
    margin-bottom: 25px;
}
.estimate-point-list .point-title .point-icon {
    width: 82px;
}
.estimate-point-list .point-title p,
.estimate-point-list .point-title p span {
    font-size: 20px;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.estimate-point-list .point-title p {
    padding: 0.6em 0 0 0.3em;
}

@media screen and (max-width: 1129px) {
    .inspection-estimate-point {
        padding-bottom: 4.4vw;
    }

    .estimate-point-list {
        gap: 5.3vw;
    }
    .estimate-point-list li {
        align-items: center;
    }

    .estimate-point-list .point-title {
        width: auto;
        margin-bottom: 2.2vw;
    }
    .estimate-point-list .point-title .point-icon {
        width: 7.3vw;
    }
    .estimate-point-list .point-title p,
    .estimate-point-list .point-title p span {
        font-size: 1.8vw;
    }
    .estimate-point-list .point-img {
        max-width: 80%;
    }
}

@media screen and (max-width: 899px) {
    .inspection-estimate-point {
        padding-bottom: clamp(0px, 5.1dvw, 20px);
    }

    .estimate-point-list {
        width: 100%;
        max-width: 505px;
        gap: clamp(0px, 7.7dvw, 30px);
        margin: 0 auto;
    }
    .estimate-point-list li {
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 0 clamp(0px, 2.6dvw, 10px);
    }

    .estimate-point-list .point-title {
        width: 100%;
        flex: 1;
        margin-bottom: 0;
        justify-content: flex-end;
    }
    .estimate-point-list .point-title .point-icon {
        width: 19%;
    }
    .estimate-point-list .point-title p,
    .estimate-point-list .point-title p span {
        font-size: clamp(0px, 3.8dvw, 15px);
    }
    .estimate-point-list .point-title p {
        width: 80%;
    }
    .estimate-point-list .point-img {
        max-width: 32%;
    }
}

@media screen and (max-width: 420px) {   
    .estimate-point-list .point-title p,
    .estimate-point-list .point-title p span {
        font-size: 3.6dvw;
    }
}


/*-------------------------------------------------------------------
cost recommend
-------------------------------------------------------------------*/
.inspection-estimate-recommend {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 80px;
}

.inspection-estimate-recommend .img-02 {
    position: absolute;
    top: 560px;
    right: -45px;
}

@media screen and (max-width: 1129px) {
    .inspection-estimate-recommend {
        padding-bottom: 7.1vw;
    }
    
    .inspection-estimate-recommend .recommend-img {
        max-width: 65.6%;
    }

    .inspection-estimate-recommend .img-02 {
        max-width: 27%;
        top: 110%;
        right: -9%;
    }
}

@media screen and (max-width: 899px) {
    .inspection-estimate-recommend {
        padding-bottom: clamp(0px, 5.1dvw, 20px);
    }

    .inspection-estimate-recommend .recommend-img {
        max-width: 100%;
    }
}

@media screen and (max-width: 420px) {   
}

