@charset "UTF-8";

.campaign-head {
    width: 100%;
    padding: 80px 0 0;
    text-align: center;
    background-image: url(/wp-content/themes/cpi-web/assets/images/campaign/campaign_mv.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.campaign-head_stick {
    width: 566px;
    margin: 0 auto 25px;
    padding: 8px;
    font-size: 22px;
    border-radius: 50px;
    color: #fff;
    background-color: #0e1336;
}

.campaign-head h1 {
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 45px;
}

.campaign-head h1 span {
    background: linear-gradient(transparent 60%, #fFF 60%);
}

.campaign-head p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 45px;
}

.campaign-head_contact {
    display: flex;
    justify-content: center;
    width: 350px;
    padding: 20px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
    color: #bd192e;
    box-shadow: 0px 10px 0px 0px #bd192e;
    transition: all 0.3s ease-in-out;
}

.campaign-head_contact img {
    width: 30px;
    margin-right: 30px;
    filter: invert(12%) sepia(72%) saturate(4877%) hue-rotate(344deg) brightness(100%) contrast(91%);
}

.campaign-head_contact p {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.campaign-head_contact:hover {
    transform: translatey(10px);
    background-color: #bd192e;
    color: #fff;
    box-shadow: none;
}

.campaign-head_contact:hover img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(70deg) brightness(99%) contrast(107%);
}

@media (max-width: 768px) {
    .campaign-head_contact img {
        margin-right: 15px;
    }

    .campaign-head {
        background-image: url(/wp-content/themes/cpi-web/assets/images/campaign/campaign_mv.png);
    }

    .campaign-head h1 {
        font-size: 8vw;
    }

    .campaign-head_stick {
        width: 90%;
        font-size: 3.5vw;
    }

    .campaign-head_contact {
        margin-bottom: 30px;
        padding: 10px;
    }

    .campaign-head p {
        font-size: 4vw;
    }
}

/*----------プラン-----------*/
.campaign-plan {
    width: 100%;
    padding: 60px 0;
    background-color: #fff;
}

.campaign-plan h2 {
    position: relative;
    font-size: 40px;
    text-align: center;
    color: #bd192e;
    margin-bottom: 50px;
}

.campaign-plan h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    bottom: -20px;
    right: calc((100% - 100px) / 2);
    background-color: #bd192e;
}

.plan-list {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: stretch;
}

.plan-list_item h3 {
    color: #bd192e;
    font-size: 45px;
    background-color: #fff;
}

.plan-list_item {
    width: 31%;
    background-color: #f2f2f2;
}

.plan-list_item-box_head {
    width: 100%;
    padding: 20px 0;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.plan-list .plan-list_item:nth-child(1) .plan-list_item-box_head {
    background-color: #ff9800;
}


.plan-list .plan-list_item:nth-child(2) .plan-list_item-box_head {
    background-color: #e14a00;
}

.plan-list .plan-list_item:nth-child(3) .plan-list_item-box_head {
    background-color: #bd192e;
}

.plan-list_item-box_body {
    width: 100%;
    padding: 20px 30px;
}

.plan-list_item-box_body img {
    width: auto;
    height: 90px;
    margin: 0 auto;
}

.plan-list_item-box_body span {
    font-size: 45px;
    color: #bd192e;
    font-weight: bold;
}

.plan-list_item-box_body p {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .campaign-plan h2::after {
        bottom: -20px;
    }

    .campaign-plan h2 {
        font-size: 7.5vw;
    }

    .plan-list_item h3 {
        font-size: 8vw;
    }

    .plan-list {
        display: block;
    }

    .plan-list_item {
        width: 90%;
        margin: 0 auto 40px;
    }

    .plan-list_item-box_head {
        font-size: 6vw;
    }

    .plan-list_item-box_body span {
        font-size: 8.5vw;
    }

    .plan-list_item-box_body {
        font-size: 3vw;
    }
}

/*----メリット----*/
.merit-list {
    width: 85%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: stretch;
}

.campaign-line {
    margin: 70px 0;
}

.merit-list_item {
    width: 48%;
    background-color: #f2f2f2;
}

.merit-list_item h3 {
    color: #bd192e;
    font-size: 45px;
    background-color: #fff;
}

.merit-list_item-box_head {
    font-size: 18px;
    font-weight: bold;
    background-color: #1e2334;
    color: #ff9800;
    padding: 20px 10px;
}

.merit-list_item-box_body {
    width: 100%;
    padding: 30px;
}

.merit-list_item:nth-child(1) .merit-list_item-box_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.merit-list_item-box_body img {
    width: auto;
    height: 170px;
    margin: 0 auto;
}

.merit-btn {
    width: 60%;
    margin: 20px auto 0;
    padding: 5px;
    background-color: #FFF;
    color: #bd192e;
    border: 1px solid #bd192e;
    border-radius: 20px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 1200px) {

    .merit-list_item-box_head {
        font-size: 1.3vw;
    }

    .merit-list_item-box_body img {
        width: auto;
        height: 130px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .merit-list_item-box_head {
        font-size: 3.3vw;
    }

    .merit-list {
        width: 90%;
        display: block;
    }

    .merit-list_item {
        width: 90%;
        margin: 0 auto 40px;
    }

    .merit-list_item h3 {
        font-size: 8vw;
    }

    .merit-list_item-box_body img {
        width: 100%;
        height: auto;
    }

    .merit-btn {
        font-size: 3vw;
    }
}

/*------よくある質問------*/
.campaign-faq_item {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
}

.campaign-faq_item h2 {
    position: relative;
    font-size: 40px;
    margin-bottom: 70px;
    text-align: center;
    color: #bd192e;
}

.campaign-faq_item h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    bottom: -20px;
    right: calc((100% - 100px) / 2);
    background-color: #bd192e;
}

@media (max-width: 768px) {
    .campaign-faq_item h2 {
        font-size: 7.5vw;
    }

    .campaign-faq_item h2::after {
        bottom: -20px;
    }
}

/*-----------------------*/
.campaign-form {
    padding: 100px 0;
    background-image: url(/wp-content/themes/cpi-web/assets/images/campaign/campaign_mv.png);
    background-size: contain;
}

.campaign-form h2 {
    position: relative;
    font-size: 40px;
    margin-bottom: 70px;
}

.campaign-form h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    bottom: -20px;
    right: calc((100% - 100px) / 2);
    background-color: #0e1336;
}

.campaign-form p {
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: 700;
}

.campaign-form_item {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.campaign-form_item_form {
    width: 95%;
    max-width: 1200px;
    padding: 50px;
    margin: 0 auto;
    background-color: #fff;
    border-top: 3px solid #bd192e;
}

@media (max-width: 768px) {
    .campaign-form h2 {
        font-size: 7.5vw;
    }

    .campaign-form h2::after {
        bottom: -20px;
    }

    .campaign-form p {
        font-size: 4vw;
    }

    .campaign-form_item_form {
        padding: 20px;
    }
}