@import"//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
@import"//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap";
*{
    font-family: "Noto Sans JP", sans-serif
}
p{
    color: #5e5e5e;
}

.p-repair__mv{
    background: url("/wp/wp-content/themes/aigan/assets/images/repair/bg_mv.webp") no-repeat;
    background-size: cover;
    background-position: center right;
    padding: 50px 0;
    height: 417px;
}
.p-repair__mv_box{
    padding-left: 60px;
    min-width: 460px;
    max-width: 480px;
}

.p-repair__mv_box h2{
    font-size: 36px;
    margin-bottom: 20px;
}

.p-repair__mv_box p:not([class]) {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.p-repair__mv_box .c-radius_blk,
.p-repair__mv_box .p-repair__mv_txt{
    text-align: center;
}

.p-repair__mv_box .p-repair__mv_txt{
    line-height: 1.2;
    color: #519ec8;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff,  0 0 10px #fff,  0 0 10px #fff,  0 0 10px #fff,  0 0 10px #fff,  0 0 10px #fff,  0 0 10px #fff,  0 0 10px #fff,  0 0 10px #fff,  0 0 10px #fff,  0 0 10px #fff,  0 0 10px #fff,  0 0 10px #fff,  0 0 10px #fff,  0 0 10px #fff,  0 0 10px #fff,  0 0 10px #fff;
}

@media screen and (max-width:767px) {
    .p-repair__mv{
        padding: 16px 10px 220px;
        background: url("/wp/wp-content/themes/aigan/assets/images/repair/bg_mv_sp.webp") no-repeat;
        background-position: bottom;
        background-size: cover;
        height: unset;
    }
    .p-repair__mv_box{
        min-width: unset;
        max-width: unset;
        padding: 0;
    }
    .p-repair__mv_box h2{
        font-size: 18px;
        line-height: 1.2;
        margin: 0 30px 10px;
    }
    .p-repair__mv_box p:not([class]) {
        font-size: 13px;
    }
    .p-repair__mv_box .p-repair__mv_txt{
        line-height: 1.2;
        color: #519ec8;
        text-shadow: 0 0 5px #fff,  0 0 5px #fff,  0 0 5px #fff,  0 0 5px #fff;
    }
    .p-repair__mv_box .p-repair__mv_txt span.c-title_lv2{
        margin-left: 1em;
    }
}



.p-repair__question {
    background-color: #e8f1f6;
}
.p-repair__question_band {
    background-color: #519ec8;
    padding: 20px 60px;
}
.p-repair__question_band p{
    color: #fff;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.p-repair__question_band .p-repair__question_band_box{
    display: flex;
}
.p-repair__question_band .p-repair__question_band_box p{
    text-align: left;
}
.p-repair__question_band .p-repair__question_band_box .white_wrap{
    background-color: #fff;
    border-radius: 100px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    color: #519ec8;
    margin-right: 20px;
}

.p-repair__question .c-section__inner{
    padding: 40px 0;
}
.p-repair__question .c-section__inner > p{
    padding-bottom: 20px;
    border-bottom: 2px solid #5e5e5e;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
}
.p-repair__question .c-section__inner > p span{
    font-weight: 900;
}
.p-repair__question_service {
    margin: 50px 0 20px;
}
.p-repair__question_service .service{
    display: flex;
    justify-content: space-between;
}
.p-repair__question_service .service ul{
    display: flex;
    justify-content: space-between;
    width: 680px;
}
.p-repair__question_service .service ul li{
    width: calc(20% - 12px);
    padding: 20px 10px;
    border: 2px solid #519ec8;
    border-radius: 8px;
    background-color: #fff;
}
.p-repair__question_service .service ul li img{
    height: 80px;
}
.p-repair__question_service .service ul li p{
    text-align: center;
    font-weight: bold;
    color: #519ec8;
    padding-top: 10px;
}
.p-repair__question_service .service ul li p span{
    letter-spacing: -3px;
}
.p-repair__question_service .service > img{
    max-width: 150px;
    height: fit-content;
}
.p-repair__question_store{
    background-color: #fff;
    padding: 50px 0;
}
.p-repair__question_store a{
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .p-repair__question .c-section__inner{
        padding: 20px;
    }
    .p-repair__question .c-section__inner > p{
        font-size: 12px;
        text-align: center;
        margin-bottom: 20px;
        border-bottom: 1px solid #5e5e5e;
    }
    .p-repair__question .c-section__inner > p span{
        font-size: 22px;
        line-height: 1.4;
    }

    .p-repair__question .c-section__inner .utilityRight img{
        max-width: 70%;
        margin: 0 auto;
        display: block;
    }

    .p-repair__question_service .service ul{
        width: 60%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .p-repair__question_service .service ul li{
        width: calc(33% - 3px);
        padding: 6px 0;
        border: 1px solid #519ec8;
    }
    .p-repair__question_service .service ul li:nth-child(n+2){
        margin-left: 4px;
    }
    .p-repair__question_service .service ul li:nth-child(4){
        margin-left: 0;
    }
    .p-repair__question_service .service ul li:nth-child(n+4){
        margin-top: 4px;
    }
    .p-repair__question_service .service ul li img {
        height: 30px;
    }
    .p-repair__question_service .service ul li p{
        font-size: 10px;
        scale: .9;
        font-weight: 400;
        padding-top: 4px;
    }
    .p-repair__question_service .service > img{
        max-width: unset;
        width: calc(40% - 10px);
        height: 100%;
    }
    .p-repair__question_band {
        padding: 10px;
    }
    .p-repair__question_band p{
        font-size: 16px;
        line-height: 1.2;
    }
    .p-repair__question_band .p-repair__question_band_box p{
        flex: 1;
    }
    .p-repair__question_band .p-repair__question_band_box .white_wrap{
        flex: unset;
        width: 60px;
        height: 60px;
        margin-right: 10px;
        font-size: 20px;
    }

    .p-repair__question_store{
        padding: 30px 0;
    }
}



.p-repair__about{
    padding: 50px 0;
    background: url("/wp/wp-content/themes/aigan/assets/images/repair/repair.webp");
    /* background-size: contain; */
    background-repeat: round;
}

.p-repair__about h2{
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 40px;
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff;
}

.p-repair__about .c-link{
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .p-repair__about h2{
        font-size: 24px;
        text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
        margin-bottom: 30px;
    }
}

.p-repair__about-box{
    background-color: #fff;
    border: 2px solid #519ec8;
    border-radius: 8px;
    box-shadow: 6px 6px 16px #333;
    padding: 40px;
}

.p-repair__about-box > p{
    padding-bottom: 20px;
    border-bottom: 2px solid #5e5e5e;
    margin-bottom: 40px;
    text-align: center;
}

@media screen and (max-width:767px) {
    .p-repair__about{
        padding: 30px 0;
    }
    .p-repair__about-box{
        padding: 20px;
    }
}

.p-repair__about-basic + .p-repair__about-basic{
    margin-top: 40px;
    padding-top: 40px;
}

.p-repair__about-basic .ttl{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 36px;
    font-weight: bold;
    color: #519ec8;
    margin-bottom: 40px;
}
.p-repair__about-basic .ttl span{
    display: inline-block;
    line-height: 1;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #519ec8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin-right: 20px;
}
.p-repair__about-basic .ttl small{
    font-size: 28px;
}

.p-repair__about-basic ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-repair__about-basic ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p-repair__about-basic ul li:nth-child(n+2){
    margin-left: 60px;
}
.p-repair__about-basic ul li .c-radius_blk{
    font-size: 20px;
    padding: 4px 30px;
    margin-right: 20px;
    line-height: 1.2;
}
.p-repair__about-basic ul li span{
    font-size: 30px;
}
.p-repair__about-basic ul li span small{
    font-size: 20px;
}

.p-repair__about-basic--parallelogramTitle{
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    padding-left: 7px;
    margin: 40px 0;
}

.p-repair__about-basic figure{
    width: 50%;
}

.p-repair__about-basic--krings{
    background-color: #dfecf3;
    padding: 40px 20px 20px;
    border-radius: 8px;
    position: relative;
    margin: 60px 0 40px;
}
.p-repair__about-basic--krings .speech{
    position: absolute;
    top: -35px;
    left: -20px;
    margin: 0;
    border: 1px solid #333;
    color: #333;
    padding: 12px 8px;
    background-color: #fff;
    border-radius: 50%;
    font-weight: bold;
    font-size: 24px;
    transform: rotate(-8deg);
}
.p-repair__about-basic--krings .box{
    display: flex;
    justify-content: space-between;
}
.p-repair__about-basic--krings .box figure{
    margin-right: 20px;
}
.p-repair__about-basic--krings .box p{
    flex: 1;
}
.p-repair__about-basic--krings .box p span{
    font-size: 16px;
    font-weight: 500;
}

@media screen and (max-width:767px) {
    .p-repair__about-basic .ttl{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .p-repair__about-basic .ttl em{
        line-height: 1;
    }

    .p-repair__about-basic .ttl small{
        font-size: 14px;
    }
    .p-repair__about-basic .ttl span{
        width: 40px;
        height: 40px;
        font-size: 28px;
        margin-right: 10px;
    }

    .p-repair__about-basic ul{
        display: block;
    }
    .p-repair__about-basic ul li{
        justify-content: flex-start;
    }
    .p-repair__about-basic ul li:nth-child(n+2){
        margin-top: 10px;
        margin-left: 0;
    }

    .p-repair__about-basic ul li .c-radius_blk {
        padding: 4px 10px;
        margin-right: 10px;
        font-size: 14px;
        border-radius: 8px;
        line-height: 1;
    }
    .p-repair__about-basic figure{
        width: 100%;
    }

    .p-repair__about-basic--krings{
        margin: 50px 0 20px;
        padding: 30px 10px 10px;
    }
    .p-repair__about-basic--krings .speech{
        font-size: 14px;
        top: -25px;
        left: -10px;
        padding: 8px;
    }
    .p-repair__about-basic--krings .box{
        flex-wrap: wrap;
    }
    .p-repair__about-basic--krings .box figure{
        margin: 0 0 20px;
    }
    .p-repair__about-basic--krings .box p span{
        font-size: 12px;
    }
    .p-repair__about-basic--krings p{
        font-size: 14px;
        letter-spacing: -1px;
    }
    .p-repair__about-basic--parallelogramTitle{
        margin: 20px 0;
    }
    .p-repair__about-basic ul li span{
        font-size: 24px;
    }
    .p-repair__about-basic ul li span small{
        font-size: 16px;
    }
    .p-repair__about-basic + .p-repair__about-basic{
        margin-top: 20px;
        padding-top: 20px;
    }

    .p-repair__about-basic ul{
        margin-left: 20px;
    }
}

.p-repair__about-basic01 > figure{
    margin-top: 1em;
}

.p-repair__about-basic01__2{
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 40px;
}

.p-repair__about-basic01__2 .p-repair__about-basic01__2_right{
    margin-left: 20px;
    padding-left: 10px;
    border-left: 2px solid #519ec8;
    flex: 1;
    margin-top: 130px;
}
.p-repair__about-basic01__2 ul{
    justify-content: flex-start;
}

@media screen and (max-width:767px) {
    .p-repair__about-basic01__2{
        display: block;
    }
    .p-repair__about-basic01__2 .p-repair__about-basic01__2_right{
        margin: 40px 0 0;
        padding-top: 10px;
        border-top: 2px solid #519ec8;
        padding-left: unset;
        border-left: unset;
        position: relative;
    }
    .p-repair__about-basic01__2 .p-repair__about-basic01__2_right::before{
        content: "";
        height: 42%;
        width: 1px;
        border-right: 1px dashed #e60012;
        position: absolute;
        left: calc(50% + 4px);
        transform: translateX(-50%);
        top: -45%;
    }
}

.p-repair__about-basic02{}
.p-repair__about-basic02_other01{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 40px 0;
}
.p-repair__about-basic02_other01 .other01_ttl{
    font-size: 24px;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(81, 158, 200, 1), rgba(81, 158, 200, 0.75) 75%, rgba(255, 255, 255, 1));
    margin-bottom: 0;
    padding: 4px 20px;
    line-height: 1.2;
    max-width: 330px;
    width: 100%;
    font-weight: 400;
}

.p-repair__about-basic02_other01 .other01_txt{
    margin: 0;
    font-size: 20px;
    margin-left: 20px;
}

.p-repair__about-basic02_other01 figure{
    width: 100px;
    margin-left: 20px;
}

@media screen and (max-width:767px) {
    .p-repair__about-basic02_other01{
        display: block;
        padding-right: 75px;
        position: relative;
    }
    .p-repair__about-basic02_other01 .other01_ttl{
        font-size: 20px;
    }
    .p-repair__about-basic02_other01 .other01_txt{
        font-size: 16px;
        margin-top: 16px;
        margin-left: 16px;
    }
    .p-repair__about-basic02_other01 figure{
        position: absolute;
        top: 0;
        right: 0;
        width: 65px;
    }
}


.p-repair__about-basic02_other02 .list{
    display: flex;
    justify-content: flex-start;
}
.p-repair__about-basic02_other02 .list figure{
    width: 160px;
}
.p-repair__about-basic02_other02 .list .list_txt{
    margin-left: 20px;
    font-size: 20px;
}
.p-repair__about-basic02_other02 .list .list_txt .list_ttl{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.p-repair__about-basic02_other02 .list + .list{
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 160px;
}

.p-repair__about-basic02_other02 .list + .list .list_txt{
    width: 330px;
}

.p-repair__about-basic02_other02 .list + .list .list_txt p{
    padding-bottom: 4px;
    padding-left: 10px;
    border-bottom: 2px solid #e60012;
    position: relative;
    top: 70px;
}

.p-repair__about-basic02_other02 .list + .list .list_txt p::before{
    content: "";
    width: 60px;
    height: 1px;
    background-color: #e60012;
    position: absolute;
    bottom: 17px;
    left: -52px;
    transform: rotate(-141deg);
}

.p-repair__about-basic02_other02 + .p-repair__about-basic02_other02{
    margin-top: 40px;
    padding-top: 40px;
}

@media screen and (max-width:767px) {
    .p-repair__about-basic02_other02 .list figure{
        width: 110px;
    }
    .p-repair__about-basic02_other02 .list .list_txt{
        flex: 1;
        width: unset;
        margin-left: 10px;
    }
    .p-repair__about-basic02_other02 .list .list_txt p{
        font-size: 14px;
        line-height: 1.4;
    }
    .p-repair__about-basic02_other02 .list + .list{
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 0;
    }
    .p-repair__about-basic02_other02 .list + .list .list_txt{
        width: unset;
        position: relative;
    }
    .p-repair__about-basic02_other02 .list + .list .list_txt p{
        top: unset;
        padding-left: 0;
        bottom: 0;
        position: absolute;
        border-bottom: 1px solid #e60012;
    }
    .p-repair__about-basic02_other02 .list + .list .list_txt p::before{
        bottom: 18px;
    }
    .p-repair__about-basic02_other02 .list .list_txt .list_ttl{
        font-size: 18px;
    }
}

.p-repair__about-basic02_option{
    margin-top: 60px;
}
.p-repair__about-basic02_option .list + .list{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px dashed #5e5e5e;
}
.p-repair__about-basic02_option .list figure{
    width: 160px;
}
.p-repair__about-basic02_option .list .list_box{
    display: flex;
}
.p-repair__about-basic02_option .list .list_txt{
    flex: 1;
    margin-left: 20px;
}
.p-repair__about-basic02_option .list .list_txt p{
    font-size: 20px;
    margin-bottom: 10px;
}
.p-repair__about-basic02_option .list .list_txt p em{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}
.p-repair__about-basic02_option .list .list_txt p small{
    font-size: 16px;
}
.p-repair__about-basic02_option .list .list_txt ul{
    justify-content: flex-start;
}

.p-repair__about-basic02_option .list > ul {
    /* max-width: 720px;
    margin: 20px auto 0; */
    justify-content: flex-start;
    margin-left: 60px;
}

.p-repair__about-basic02_option .list > ul li {
    /* justify-content: flex-start;
    width: calc(50% - 30px); */
    justify-content: flex-start;
    min-width: 320px;
}
.p-repair__about-basic02_option .list > ul li:nth-child(n+2){
    margin-left: 40px;
}
/* .p-repair__about-basic02_option .list > ul li:last-child{
    margin-left: 40px;
} */

@media screen and (max-width:767px) {
    .p-repair__about-basic02_option .list > ul{
        display: block;
        margin: 0;
        margin-left: 20px;
    }
    .p-repair__about-basic02_option .list > ul li{
        min-width: unset;
    }
    .p-repair__about-basic02_option .list > ul li:nth-child(n+2){
        margin-top: 20px;
        margin-left: 0;
    }
    .p-repair__about-basic02_option .list figure{
        width: 110px;
    }
    .p-repair__about-basic02_option .list .list_txt{
        margin-left: 10px;
    }
    .p-repair__about-basic02_option .list .list_txt p{
        font-size: 12px;
    }
    .p-repair__about-basic02_option .list .list_txt p em{
        font-size: 18px;
    }
    .p-repair__about-basic02_option .list .list_txt ul {
        margin-left: -60px;
    }
    .p-repair__about-basic02_option .list .list_txt p small{
        font-size: 12px;
    }
}

.p-repair__about-basic02_attention{
    margin-top: 60px;
}

.p-repair__about-basic02_attention h4{
    background-color: #003a7d;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    line-height: 1;
}

.p-repair__about-basic02_attention .box{
    border: 2px solid #003a7d;
    padding: 20px;
    margin-bottom: 20px;
}

.p-repair__about-basic02_attention p:not(:last-child){
    margin-bottom: 10px;
}

.p-repair__about-basic02_attention p{
    font-weight: 500;
}

.p-repair__about-basic02_attention p span{
    font-weight: 500;
}
.p-repair__about-basic02_attention .c-indent{
    margin-left: 20px;
}

.p-repair__about__explanation{
    background-color: #519ec8;
    padding: 60px 20px;
}

.p-repair__about__explanation .box{
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 60px 50px 40px;
    position: relative;
}

.p-repair__about__explanation .box h2{
    color: #fff100;
    font-weight: bold;
    font-size: 36px;
    padding: 0 30px;
    background-color: #519ec8;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    line-height: 1;
    max-width: calc(100% - 40px);
    text-align: center;
}

.p-repair__about__explanation .box p{
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width:767px) {
    .p-repair__about__explanation{
        padding: 28px 0 20px;
    }
    .p-repair__about__explanation .box h2{
        font-size: 16px;
        padding: 0px 10px;
        top: -10px;
        max-width: 100%;
    }
    .p-repair__about__explanation .box{
        padding: 20px;
    }
    .p-repair__about__explanation .box p{
        font-size: 10px;
    }
    .p-repair__about__explanation .box p em{
        font-size: 14px;
    }
}

.p-repair__column{
    margin-top: 80px;
}
.p-repair__column__list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-repair__column__list .list-item{
    width: calc(50% - 40px);
    position: relative;
    border-top: 2px solid #519ec8;
    padding-top: 10px;
    margin-top: 80px;
}
.p-repair__column__list .list-item::before{
    content: "";
    background: url("/wp/wp-content/themes/aigan/assets/images/repair/icon_column.svg") no-repeat;
    background-size: cover;
    position: absolute;
    top: -58px;
    right: 20px;
    width: 72px;
    height: 56px;
}

.p-repair__column__list a.list-item p{
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
}
.p-repair__column__list a.list-item:hover{
    text-decoration: none!important;
    opacity: .7;
}
.p-repair__column__list a.list-item:hover > *{
    opacity: 1;
}


@media screen and (max-width:767px) {
    .p-repair__column__list{
        flex-wrap: wrap;
    }
    .p-repair__column__list .list-item{
        width: 100%;
    }
}


/* =============================== */
/* ========== component ========== */
/* =============================== */
.c-title_lv1{
    font-size: 80px;
    font-weight: 800;
}
.c-title_lv2{
    font-size: 60px;
    font-weight: 800;
}
.c-title_lv3{
    font-size: 36px;
    font-weight: normal;
}
.c-title_lv4{
    font-size: 30px;
    font-weight: normal;
}
.c-title_lv5{
    font-size: 24px;
    font-weight: normal;
}
.c-title_lv6{
    font-size: 18px;
    font-weight: normal;
}
@media screen and (max-width:767px) {
    .c-title_lv1{
        font-size: 46px;
    }
    .c-title_lv2{
        font-size: 36px;
    }
    .c-title_lv3{
        font-size: 26px;
    }
    .c-title_lv4{
        font-size: 20px;
    }
    .c-title_lv5{
        font-size: 18px;
    }
    .c-title_lv6{
        font-size: 16px;
    }
}

.c-text_lg{
    font-size: 18px;
    font-weight: 500;
}

.c-text_lg em{
    font-size: 24px;
}

@media screen and (max-width:767px) {
    .c-text_lg{
        font-size: 14px;
    }
    .c-text_lg em{
        font-size: 20px;
    }
}

.c-layoutFlex{
    display: flex;
    justify-content: flex-start;
}

@media screen and (max-width:767px) {
    .c-layoutFlex__left .utilityRight,
    .c-layoutFlex__right .utilityRight,
    .c-layoutFlex__over .utilityRight{
        margin-top: 20px;
    }
}

@media screen and (min-width:767px) {
    .c-layoutFlex__left,
    .c-layoutFlex__right,
    .c-layoutFlex__over{
        display: flex;
        justify-content: space-between;
    }
    .c-layoutFlex__over .utilityLeft{
        width: 55%;
    }
    .c-layoutFlex__over .utilityRight{
        width: calc(45% - 30px); 
    }
    
    .c-layoutFlex__left .utilityLeft{
        width: 50%;
    }
    .c-layoutFlex__left .utilityRight{
        width: calc(50% - 30px);
    }
}

.c-radius_blk{
    padding: 4px 10px;
    background-color: #519ec8;
    border-radius: 100px;
    color: #fff;
}
.c-radius_blk__gray{
    padding: 4px 10px;
    background-color: #5e5e5e;
    border-radius: 100px;
    color: #fff;
}

.c-parallelogram{
    min-width: 220px;
    height: 40px;
    padding: 0 20px;
    background-color: #519ec8;
    transform: skewX(-20deg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.c-parallelogram span {
  transform: skewX(20deg);
  display: inline-block;
  font-size: 24px;
}
.c-parallelogram__white{
  border: 2px solid #519ec8;
  background-color: transparent;
  transform: skewX(-20deg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  color: #519ec8;
  margin: 20px 0 0 -30px;
  z-index: 1;
}
.c-parallelogram__white span{
    transform: skewX(20deg);
    display: inline-block;
}
@media screen and (max-width:767px) {
    .c-parallelogram{
        min-width: 140px;
        padding: 0 10px;
        transform: skewX(-14deg);
        height: 30px;
    }
    .c-parallelogram span {
        transform: skewX(14deg);
        font-size: 12px;
    }
    .c-parallelogram__white{
        margin: 20px 0 0 -30px;
    }
}
/* .c-parallelogram:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
}

.c-parallelogram:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
  z-index: -1;
} */

.c-indent{
    text-indent: -1.2rem;
    padding-left: 1.2rem;
    display: block;
    margin-bottom: 0!important;
}

.c-indent + .c-indent{
    margin-top: 10px;
}

@media screen and (max-width:767px) {
    .c-indent{
        font-size: 10px;
    }
}

.c-link{
    background-color: #fff;
    color: #003a7d;
    border: 2px solid #003a7d;
    border-radius: 8px;
    padding: 20px 0;
    width: 600px;
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    transition: all .3s;
}
.c-link span{
    position: relative;
    padding-right: 100px;
}
.c-link span::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 25px;
    background: url("/wp/wp-content/themes/aigan/assets/images/repair/icon_link.svg") no-repeat;
    background-size: cover;
}
.c-link:hover{
    background-color: #003a7d;
    color: #fff;
    text-decoration: none;
}
.c-link:hover > * {
    opacity: 1;
}
.c-link:hover span::after{
    background: url("/wp/wp-content/themes/aigan/assets/images/repair/icon_link_w.svg") no-repeat;
    background-size: cover;
}

@media screen and (max-width:767px) {
    .c-link{
        width: calc(100% - 40px);
        font-size: 20px;
        font-size: 16px;
        padding: 10px 0;
    }
    .c-link span{
        padding-right: 30px;
    }
    .c-link span::after{
        width: 12px;
        height: 16px;
    }
}

.c-section{}
.c-section__inner{
    max-width: 850px;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .c-section__inner{
        padding: 0 16px;
    }
}

.c-bdr__box{
    border: 1px solid #519ec8;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.c-bdr__box h4{
    color: #519ec8;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #519ec8;
    font-weight: bold;
}
.c-bdr__box .c-bdr__box_list{
    display: flex;
    justify-content: flex-start;
}
.c-bdr__box .c-bdr__box_list ul{
    display: block;
}
.c-bdr__box .c-bdr__box_list ul:nth-child(n+2){
    margin-left: 20px;
}
.c-bdr__box .c-bdr__box_list ul li{
    font-size: 20px;
}
.c-bdr__box .c-bdr__box_list ul li:nth-child(n+2){
    margin-top: 10px;
    margin-left: 0;
}

@media screen and (max-width:767px) {
    .c-bdr__box{
        padding: 14px;
    }
    .c-bdr__box .c-bdr__box_list{
        display: block;
    }
    .c-bdr__box .c-bdr__box_list ul{
        margin-left: 0;
    }
    .c-bdr__box .c-bdr__box_list ul li {
        font-size: 14px;
    }
    .c-bdr__box .c-bdr__box_list ul:nth-child(n+2){
        margin-left: 0;
        margin-top: 10px;
    }
    .c-bdr__box h4{
        font-size: 14px;
    }
}

.c-gradation{
    font-size: 24px;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(81, 158, 200, 1), rgba(81, 158, 200, 0.75) 75%, rgba(255, 255, 255, 1));
    margin-bottom: 0;
    padding: 4px 20px;
    line-height: 1.2;
    font-weight: 600;
}

@media screen and (max-width:767px) {
    .c-gradation{
        font-size: 18px;
        padding: 4px 16px;
    }
}


/* ============================= */
/* ========== utility ========== */
/* ============================= */

.u-color__main{
    color: #519ec8;
}

.u-color__white{
    color: #fff;
}
.u-color__red{
    color: #e60012;
}
.u-color__navy{
    color: #003a7d;
}
.u-color__yellow{
    color: #fff100;
}

.u-only--pc{
  display: block;
}
.u-only--sp{
  display: none;
}

@media screen and (max-width:767px) {
  .u-only--pc{
    display: none;
  }
  .u-only--sp{
    display: block;
  }
}

.u-align--center{
    text-align: center;
}
.u-bold{
    font-weight: bold;
}
.u-bdr{
    border-top: 2px solid #5e5e5e;
}
.u-bdr__dashed{
    border-top: 2px dashed #5e5e5e;
}