@charset "UTF-8";
.mv_wrap {
    background: #E5F2FD;
    height: 223px;
    display: flex;
    align-items: center;
}
.mv-ttl {
    font-size: 36px;
    font-weight: bold;
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto;
    box-sizing: border-box;
}
.blue_bg {
    background: #F4FAFF;
    padding: 70px 0 180px;
}
.repair_wrap {
    padding-bottom: 100px;
}
.repair_wrap:last-child {
    padding-bottom: 0;
}
.repair-ttl {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.repair-ttl.is-ver2 {
    margin-bottom: 15px;
}
.repair_in {
    padding: 60px;
    background: #fff;
    border: 1px solid #197FD9;
    box-sizing: border-box;
}
.repairCnt_wrap {
    padding-right: 45%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 50px;
}
.repairCnt_wrap .txt {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 50px;
}
.repairCnt_img {
    position: absolute;
    top: 10px;
    right: 0;
    width: 40%;
    text-align: center;
}
.repairCnt_img img {
    max-width: 327px;
    width: 100%;
    height: auto;
}
.repairCnt_dl dt {
    font-size: 24px;
    font-weight: bold;
    color: #005BAC;
    margin-bottom: 15px;
    letter-spacing: 0.025em;
}
.repairCnt_dl dd {
    font-size: 20px;
    font-weight: bold;
    padding-left: 38px;
    position: relative;
    margin-bottom: 10px;
}
.repairCnt_dl dd:last-of-type {
    margin: 0;
}
.repairCnt_dl dd::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 3px;
    width: 23px;
    height: 18px;
    background: url(../svg/analysis_check.svg) no-repeat center / 100% auto;
}
.sheet_wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 55px;
}
.sheet_in {
    max-width: 490px;
    width: 45.3%;
    border-radius: 20px;
    background: #F8F8F8;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}
.sheet_in.is-ver2 {
    background: #F4FAFF;
    position: relative;
}
.sheet_in.is-ver2::before {
    content: "";
    position: absolute;
    width: 135px;
    height: 78px;
    background: url(../svg/analysis_arrow.svg) no-repeat center / 100% auto;
    top: 50%;
    left: -115px;
    margin-top: -39px;

}
.sheet-ttl {
    font-size: 28px;
    font-weight: bold;
    color: #005BAC;
    margin-bottom: 15px;
}
.sheet-txt {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.repair_btn {
    width: 355px;
    height: 80px;
    margin: 0 auto;
}
.repair_btn a {
    background: #005BAC;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #005BAC;
    border-radius: 6px;
    position: relative;
    text-align: center;
}
.repair_btn a::before {
    content: "";
    position: absolute;
    background: url(../svg/act_arw_right_dtl.svg) no-repeat center / 100% auto;
    top: 50%;
    right: 20px;
    width: 9px;
    height: 16px;
    margin-top: -8px;
}
.repair_btn .txt .is-fzs {
    font-size: 16px;
}
.repair-addtxt {
    font-size: 12px;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}
.service_topimg {
    text-align: center;
    margin-bottom: 70px;
}
.repair_in .service_wrap:not(:last-of-type) {
    margin-bottom: 70px;
}
.service-ttl {
    font-size: 20px;
    font-weight: bold;
    padding-left: 43px;
    margin-bottom: 20px;
    position: relative;
}
.service-ttl .is-en {
    position: absolute;
    top: 50%;
    left: 0;
    width: 35px;
    height: 35px;
    margin-top: -18px;
    background: #EA1D4D;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
}
.service_in {
    display: flex;
    justify-content: space-between;
}
.service_img {
    width: 38.5%;
}
.service_img img {
    max-width: 415px;
    width: 100%;
    height: auto;
}
.service_cnt {
    width: 58%;
}
.service-cttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #005BAC;
    line-height: 1.5;
    letter-spacing: 0.025em;
}
.service-ctxt {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.025em;
}
.flow_lst {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 70px;
}
.flow_lst li {
    width: 27.5%;
    padding-top: 100px;
    position: relative;
}
.flow_lst li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.flow_lst li:nth-child(1)::before {
    background: url(../svg/analysis_icn01.svg) no-repeat center / 100% auto;
    width: 81px;
    height: 66px;
}
.flow_lst li:nth-child(2)::before {
    background: url(../svg/analysis_icn02.svg) no-repeat center / 100% auto;
    width: 74px;
    height: 74px;
}
.flow_lst li:nth-child(3)::before {
    background: url(../svg/analysis_icn03.svg) no-repeat center / 100% auto;
    width: 84px;
    height: 74px;
}
.flow_lst li:not(:last-of-type)::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 80px;
    right: -50px;
    border-style: solid;
    border-width: 22px 0px 22px 24px;
    border-color: transparent transparent transparent #005BAC;
}
.flow_dl dt {
    font-size: 20px;
    font-weight: bold;
    color: #005BAC;
    margin-bottom: 15px;
    text-align: center;
}
.flow_dl dd {
    font-size: 16px;
    line-height: 1.7;
}
.br-ssp {
    display: none;
}
@media (min-width: 896px) {
    .repair_btn a:hover {
        background: #fff;
        color: #005BAC;
    }
    .repair_btn a:hover::before {
        background: url(../svg/act_arw_right_dtl_bl.svg) no-repeat center / 100% auto;
    }
}
@media only screen and (max-width: 1099px) {
    .sheet_wrap {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 100px 0;
    }
    .sheet_in {
        max-width: 100%;
        width: 100%;
    }

    .sheet_in {
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (min-width: 896px)  and (max-width: 1099px) {
    .sheet_in.is-ver2::before {
        top: -90px;
        left: 50%;
        margin: 0px 0px 0px -67px;
        transform: rotate(90deg);
    }
}
@media only screen and (max-width: 896px) {
    .mv_wrap {
        height: 130px;
    }
    .mv-ttl {
        font-size: 24px;
        width: 100%;
        padding-left: 10vw;
        line-height: 1.4;
    }
    .blue_bg {
        padding: 60px 0;
    }
    .repair_wrap {
        padding-bottom: 80px;
    }
    .repair-ttl {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .repair-ttl.is-ver2 {
        margin-bottom: 5px;
    }
    .repair-addtxt {
        margin-bottom: 20px;
    }
    .repair_in {
        padding: 40px 19px;
    }
    .repairCnt_wrap {
        padding: 0;
        margin-bottom: 30px;
    }
    .repairCnt_img {
        position: relative;
        top: 0;
        width: 100%;
        padding: 0 24px;
        margin-bottom: 30px;
        box-sizing: border-box;
    }
    .repairCnt_dl dt,
    .sheet-ttl {
        font-size: 20px;
    }
    .repairCnt_dl dd,
    .sheet-txt,
    .repair_btn a {
        font-size: 16px;
    }
    .sheet-txt {
        margin: 20px -5px 0;
    }
    .repairCnt_dl dd {
        padding-left: 35px;
    }
    .repairCnt_dl dd::before {
        top: 5px;
        margin-top: 0;
        width: 19px;
        height: 15px;
    }
    .sheet_wrap {
        gap: 30px 0;
        margin-bottom: 40px;
    }
    .sheet_in {
        padding: 25px 20px;
    }
    .sheet_img img,
    .service_topimg img {
        width: 100%;
        height: auto;
    }
    .sheet_img.is-ver1 img {
        max-width: 207px;
    }
    .repairCnt_img img,
    .sheet_img.is-ver2 img {
        max-width: 260px;
    }
    .service_topimg {
        max-width: 415px;
    }
    .sheet_in.is-ver2::before {
        background: url(../svg/analysis_arrow_sp.svg) no-repeat center / 100% auto;
        width: 47px;
        height: 52px;
        top: -40px;
        left: 50%;
        margin: 0  0 0 -26px;
    }
    .repair_btn {
        width: 100%;
        height: 70px;
    }
    .repair_btn .txt .is-fzs {
        font-size: 14px;
    }
    .service_topimg,
    .repair_in .service_wrap:not(:last-of-type) {
        margin-bottom: 50px;
    }
    .service_cnt {
        width: 100%;
    }
    .service-ttl {
        font-size: 18px;
        margin-bottom: 15px;
        padding-left: 40px;
    }
    .service-ttl .is-en {
        width: 30px;
        height: 30px;
    }
    .service_in,
    .flow_lst {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px 0;
    }
    .service_img {
        width: 100%;
        text-align: center;
    }
    .service-cttl {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .flow_lst {
        gap: 60px 0;
        margin-bottom: 40px;
    }
    .flow_lst li {
        width: 100%;
        padding-top: 90px;
    }
    .flow_lst li:nth-child(1)::before {
        top: 8px;
    }
    .flow_lst li:not(:last-of-type)::after {
        top: auto;
        bottom: -50px;
        right: 50%;
        margin-right: -12px;
        transform: rotate(90deg);
    }
    .flow_dl dd {
        line-height: 1.875;
    }
}
@media only screen and (max-width: 389px) {
    .repairCnt_dl dd {
        font-size: 3.85vw;
        padding-left: 8.9vw;
    }
    .repairCnt_dl dd::before {
        width: 4.87vw;
        height: 3.84vw;
    }
    .sheet-txt {
        font-size: 3.85vw;
    }
}
@media only screen and (max-width: 374px) {
    .repair_btn a::before {
        right: 10px;
    }
    .br-ssp {
        display: block;
    }
}