/* CF7設定ここから */
.wpcf7-section>div .contact_form li dl dd>span label {
    cursor: pointer;
}

.wpcf7-section>div .contact_form li dl dd>span label input[type=checkbox] {
    width: 13px;
    margin: 3px 8px 3px 0;

    /* width: 30px; */
    display: inline-block;
}

@media screen and (max-width: 766px) {
    .wpcf7-section>div .contact_form li dl dd>span label input[type=checkbox] {
        margin: 0.3vw 0.8vw 0.3vw 0;
    }
}

/* 
.wpcf7-section>div .contact_form li dl dd>span label .wpcf7-list-item-label {
    width: auto !important;
    display: inline-block;
    text-indent: 0　
}
*/

@media screen and (max-width: 1024px) {
    .wpcf7-section>div {
        padding: 8% 4% !important;
    }
}

.wpcf7-section .wpcf7-not-valid-tip {
    display: block !important;
}

/* CF7設定ここまで */


@media screen and (max-width: 766px) {
    body {
        margin-top: 110px !important;
    }
}

/* ↓box内共通設定↓ */
.box_inner {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    padding: 0 42px;
}

@media screen and (max-width: 1024px) {
    .box_inner {
        padding: 0 4.1vw;
    }
}

@media screen and (max-width: 766px) {
    .box_inner {
        padding: 0 4vw;
    }
}

.box p {
    font-family: "hiragino-kaku-gothic-pron", sans-serif, "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;

    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0;
}

/* br設定 */
@media screen and (max-width: 766px) {
    br.br-pc {
        display: none;
    }
}

@media screen and (min-width: 767px) {
    br.br-sp {
        display: none;
    }
}

/* スクロールアニメーション */
.box .fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.box .fade-up.show {
    opacity: 1;
    transform: translateY(0);
}

.box .fade-up.no-anim {
    transition: none !important;
}

/* ↑box内共通設定↑ */

/* ↓CTA-a↓ */
.CTA-a {
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.CTA-a img {
    margin-top: -13px;
}

@media screen and (max-width: 1024px) {
    .CTA-a img {
        width: 95.215vw;
        margin-top: -1.3vw;
    }
}

@media screen and (max-width: 766px) {
    .CTA-a img {
        width: 100vw;
        margin-top: -4.6vw;
    }
}

.CTA-a-01 {
    margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
    .CTA-a-01 {
        margin-bottom: 5vw;
    }
}

@media screen and (max-width: 766px) {
    .CTA-a-01 {
        margin-bottom: 5vw;
    }
}

.CTA-a-01::before {
    position: absolute;
    content: "";
    background-color: #ffed72;
    width: 100%;
    height: 190px;
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

@media screen and (max-width: 1024px) {
    .CTA-a-01::before {
        height: 18.555vw;
    }
}

@media screen and (max-width: 766px) {
    .CTA-a-01::before {
        display: none;
    }
}

.CTA-a-02 {
    margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
    .CTA-a-02 {
        margin-bottom: 5vw;
    }
}

@media screen and (max-width: 766px) {
    .CTA-a-02 {
        margin-bottom: 5vw;
    }
}

/* ↑CTA-a↑ */

/* ↓CTA-b↓ */

.CTA-b {
    position: relative;
    background-color: #e3f0fe;
    border-radius: 20px;
    filter: drop-shadow(0 0 5px rgb(0, 0, 0, 0.5));
    padding: 20px 20px 120px 20px;
}

@media screen and (max-width: 1024px) {
    .CTA-b {
        border-radius: 2vw;
        padding: 2vw 2vw 12vw 2vw;
    }
}

@media screen and (max-width: 766px) {
    .CTA-b {
        padding: 2.8vw 3vw 62.6vw 3vw;
    }
}

.CTA-b_list {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 360px;
}

@media screen and (max-width: 1024px) {
    .CTA-b_list {
        border-radius: 1vw;
        padding: 1.5vw 2vw 1.7vw;
        gap: 0.5vw;
        max-width: 36vw;
    }
}

@media screen and (max-width: 766px) {
    .CTA-b_list {
        max-width: 100%;
        padding: 3.8vw 4vw 7vw;
        gap: 1.8vw;
    }
}

.CTA-b_list_item {
    display: flex;
    gap: 20px;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .CTA-b_list_item {
        gap: 2vw;
    }
}

@media screen and (max-width:766px) {
    .CTA-b_list_item {
        gap: 2.5vw;
        margin: 0 auto;
        width: 59vw;
    }
}

@media screen and (max-width: 1024px) {
    .CTA-b_list_check {
        width: 2.833vw;
    }
}

@media screen and (max-width: 766px) {
    .CTA-b_list_check {
        width: 5.867vw;
        height: 5.867vw;
    }
}

p.CTA-b_list_txt {
    font-size: 20px;
}

p.CTA-b_list_txt span {
    border-bottom: solid 4px #cc002b;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    p.CTA-b_list_txt {
        font-size: 2vw;
    }

    p.CTA-b_list_txt span {
        border-bottom: solid 0.4vw #cc002b;
    }
}

@media screen and (max-width: 766px) {
    p.CTA-b_list_txt {
        font-size: 3.8vw;
    }

    p.CTA-b_list_txt span {
        border-bottom: solid 0.8vw #cc002b;
    }
}

.CTA-b_img {
    position: absolute;
    top: -22px;
    right: -50px;
}

@media screen and (max-width: 1024px) {
    .CTA-b_img {
        top: -2.2vw;
        right: -4.8vw;
        width: 62.012vw;
    }
}

@media screen and (max-width: 766px) {
    .CTA-b_img {
        width: 97.067vw;
        top: 33vw;
        right: 50%;
        transform: translateX(50%);
    }
}

.CTA-b-01 {
    margin-bottom: 64px;
}

@media screen and (max-width: 1024px) {
    .CTA-b-01 {
        margin-bottom: 6.4vw;
    }
}

/* ↑CTA-b↑ */

/* ↓CTA_btn↓ */
.CTA_btn {
    position: absolute;
    background-color: #cc002b;
    box-shadow: 0 7px 0 #8b001d;
    border-radius: 10px;
    padding: 12px 0;
    width: 600px;
    left: 49.5%;
    transform: translateX(-50%);
    bottom: 35px;
}

@media screen and (max-width: 1024px) {
    .CTA_btn {
        padding: 1.261vw 0 1vw;
        width: 58.594vw;
        bottom: 3.5vw;
    }
}

@media screen and (max-width: 766px) {
    .CTA_btn {
        box-shadow: 0 1.3vw 0 #8b001d;
        border-radius: 1.2vw;
        padding: 2vw 0;
        width: 74.667vw;
        left: auto;
        transform: translateX(0);
        right: 3vw;
        bottom: 5.5vw;
    }
}

.CTA_btn p {
    font-size: 20px;
    color: #fff;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .CTA_btn p {
        font-size: 2vw;
    }
}

@media screen and (max-width: 766px) {
    .CTA_btn p {
        font-size: 3.4vw;
        line-height: 4vw;
    }
}

.CTA_btn p::before {
    position: absolute;
    content: "";
    background: url(../../../../img/request-rnw/CTA_btn_icon_01_pc.png)no-repeat center / cover;
    width: 29px;
    height: 23px;
    top: 20%;
    left: 20px;
}

@media screen and (max-width: 1024px) {
    .CTA_btn p::before {
        width: 2.833vw;
        height: 2.247vw;
        left: 2vw;
    }
}

@media screen and (max-width: 766px) {
    .CTA_btn p::before {
        background: url(../../../../img/request-rnw/CTA_btn_icon_01_sp.png)no-repeat center / cover;
        width: 5.2vw;
        height: 4vw;
        top: 24%;
        left: 2.5vw;
    }
}

.CTA_btn p::after {
    position: absolute;
    content: "";
    background: url(../../../../img/request-rnw/CTA_btn_icon_02_pc.png)no-repeat center / cover;
    width: 17px;
    height: 20px;
    top: 23%;
    right: 20px;
}

@media screen and (max-width: 1024px) {
    .CTA_btn p::after {
        width: 1.661vw;
        height: 1.954vw;
        right: 2vw;
    }
}

@media screen and (max-width: 766px) {
    .CTA_btn p::after {
        background: url(../../../../img/request-rnw/CTA_btn_icon_02_sp.png)no-repeat center / cover;
        width: 2.934vw;
        height: 3.467vw;
        top: 30%;
        right: 2.5vw;
    }
}

.CTA_btn:hover {
    box-shadow: unset;
    transform: translate(-50%, 7px);
    transition: 0.3s;
    opacity: 1 !important;
}

@media screen and (max-width: 766px) {
    .CTA_btn:hover {
        transform: translate(0, 1.3vw);
    }
}

@media screen and (max-width: 766px) {
    .CTA-b .CTA_btn {
        transform: translateX(50%);
        right: 50%;
        bottom: 6vw;
    }

    .CTA-b .CTA_btn:hover {
        transform: translate(50%, 1.3vw);
    }
}

/* ↑CTA_btn↑ */


/* ↓fv↓ */
.fv_ttl_sub {
    background-color: #0063c8;
    padding: 11.5px 0;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 766px) {
    .fv_ttl_sub {
        padding: 1.6vw 0;
    }
}

@media screen and (max-width: 1024px) {
    .fv_ttl_sub img {
        width: 38.379vw;
    }
}

@media screen and (max-width: 766px) {
    .fv_ttl_sub img {
        width: 77.2vw;
    }
}

.fv_ttl_main {
    margin: 0 auto;
    text-align: center;
    padding: 30px 30px 0;
    filter: drop-shadow(0 0 10px rgb(0, 0, 0, 0.2));
}

@media screen and (max-width: 1024px) {
    .fv_ttl_main {
        padding: 3vw 3vw 0;
    }
}

@media screen and (max-width: 766px) {
    .fv_ttl_main {
        padding: 3.8vw 4.5vw 0;
    }
}

.fv_img {
    height: 300px;
}

@media screen and (max-width: 1024px) {
    .fv_img {
        height: 29.297vw;
    }
}

@media screen and (max-width: 766px) {
    .fv_img {
        height: 87.6vw;
    }
}

.fv_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.fv_inner {
    max-width: 1024px;
    margin: 0 auto;
}

/* ↑fv↑ */

/* ↓こんなお悩み抱えていませんか？↓ */
.worry {
    background-color: #eeeeee;
    padding: 60px 0;
}

@media screen and (max-width: 1024px) {
    .worry {
        padding: 6vw 0;
    }
}

@media screen and (max-width: 766px) {
    .worry {
        padding: 10vw 0 12vw;
    }
}

.worry_ttl {
    text-align: center;
    margin: 0 auto 40px;
}

@media screen and (max-width: 1024px) {
    .worry_ttl {
        margin: 0 auto 4vw;
        width: 34.766vw;
    }
}

@media screen and (max-width: 766px) {
    .worry_ttl {
        margin: 0 auto 8vw;
        width: 64.4vw;
    }
}

.worry_list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .worry_list {
        gap: 2vw;
    }
}

@media screen and (max-width: 766px) {
    .worry_list {
        gap: 2.7vw;
    }
}

.worry_list_item {
    background-color: #fff;
    border-radius: 10px;
    width: calc((100% - 20px) / 2);
    padding: 18px 0 18px 80px;
    position: relative;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .worry_list_item {
        width: calc((100% - 2vw) / 2);
        padding: 1.8vw 0 1.8vw 8vw;
    }
}

@media screen and (max-width: 766px) {
    .worry_list_item {
        width: calc((100% - 3vw) / 2);
        height: 42.667vw;
        padding: 6vw 0 0;
        flex-direction: column;
    }
}

.worry_list_item_check {
    position: absolute;
    top: 15px;
    left: 15px;
}

@media screen and (max-width: 1024px) {
    .worry_list_item_check {
        width: 4.688vw;
        top: 1.5vw;
        left: 1.5vw;
    }
}

@media screen and (max-width: 766px) {
    .worry_list_item_check {
        width: 8vw;
    }
}

.worry_list_item_img {
    margin: 0 18px -1px 0;
}

@media screen and (max-width: 1024px) {
    .worry_list_item_img {
        width: 15.625vw;
        margin: 0 1.5vw -0.1vw 0;
    }
}

@media screen and (max-width: 766px) {
    .worry_list_item_img {
        margin: 0;
        width: auto;
        height: 19.6vw;
        display: flex;
        align-items: center;
    }

    .worry_list_item-01_img {
        width: 25.467vw;
        margin-bottom: 3vw;
    }

    .worry_list_item-02_img {
        width: 24.4vw;
    }

    .worry_list_item-03_img {
        width: 20.534vw;
        margin-bottom: 3.6vw;
    }

    .worry_list_item-04_img {
        width: 28.534vw;
        margin: -2vw -6vw 2.3vw 0;
    }
}

.worry_list_item p {
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .worry_list_item p {
        font-size: 1.6vw;
    }
}

@media screen and (max-width: 766px) {
    .worry_list_item p {
        font-size: 3.2vw;
        line-height: 1.45em;
        text-align: center;
    }
}

/* ↑こんなお悩み抱えていませんか？↑ */


/* ↓sec001 SEOからAI検索へ↓ */

.sec001 {
    padding-top: 60px;
}

@media screen and (max-width: 1024px) {
    .sec001 {
        padding-top: 6vw;
    }
}

@media screen and (max-width: 766px) {
    .sec001 {
        padding-top: 13vw;
    }
}

.sec001_head_ttl {
    margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
    .sec001_head_ttl {
        width: 23.731vw;
        margin: 0 auto 6vw;
        text-align: center;
    }
}

@media screen and (max-width: 766px) {
    .sec001_head_ttl {
        width: 44vw;
        margin: 0 auto 6.5vw;
    }
}

/* ↑sec001 SEOからAI検索へ↑ */

/* ↓sec002 これからの集客のゴールが変化↓ */
.sec002 {
    padding: 80px 0 60px;
}

@media screen and (max-width: 1024px) {
    .sec002 {
        padding: 8vw 0 6vw;
    }
}

@media screen and (max-width: 766px) {
    .sec002 {
        padding: 12vw 0 14vw;
    }
}

.sec002_head_ttl {
    margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
    .sec002_head_ttl {
        width: 37.9vw;
        text-align: center;
        margin: 0 auto 3.5vw;
    }
}

@media screen and (max-width: 766px) {
    .sec002_head_ttl {
        width: 70.267vw;
        margin: 0 auto 6vw;
    }
}

.sec002_cnt-01 {
    background-color: #e3f0fe;
    filter: drop-shadow(0 0 5px rgb(0, 0, 0, 0.5));
    border-radius: 20px;
    padding: 20px 50px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 70px;
}

@media screen and (max-width: 1024px) {
    .sec002_cnt-01 {
        border-radius: 2vw;
        padding: 2vw 2vw 3vw 5vw;
        gap: 2vw;
        margin-bottom: 7vw;
    }
}

@media screen and (max-width: 766px) {
    .sec002_cnt-01 {
        padding: 8vw 4vw 6vw 5vw;
        gap: 6vw;
        margin-bottom: 8vw;
    }
}

.sec002_cnt-01_item {
    display: flex;
    align-items: center;
    padding-right: 40px;
}

@media screen and (max-width: 766px) {
    .sec002_cnt-01_item {
        flex-wrap: wrap;
        padding: 0;
    }
}

.sec002_cnt-01_item:first-child {
    background-image: linear-gradient(to right, #000 3px, transparent 3px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
    background-position: right bottom;
    padding-bottom: 25px;
}

@media screen and (max-width: 1024px) {
    .sec002_cnt-01_item:first-child {
        padding-bottom: 2.5vw;
    }
}

@media screen and (max-width: 766px) {
    .sec002_cnt-01_item:first-child {
        padding-bottom: 6vw;
    }
}

.sec002_cnt-01_item_check {
    padding-right: 30px;
}

@media screen and (max-width: 1024px) {
    .sec002_cnt-01_item_check {
        padding-right: 2vw;
        width: 6.59vw;
    }
}

@media screen and (max-width: 766px) {
    .sec002_cnt-01_item_check {
        order: 2;
        padding-right: 4vw;
        width: 11.87vw;
    }

}

p.sec002_cnt-01_item_txt {
    width: 440px;
    padding-right: 30px;
    text-align: left !important;
}

@media screen and (max-width: 1024px) {
    p.sec002_cnt-01_item_txt {
        width: 45vw;
        padding-right: 3vw;
    }
}

@media screen and (max-width: 766px) {
    p.sec002_cnt-01_item_txt {
        order: 3;
        width: 70vw;
        padding-right: 0;
        line-height: 1.7em;
    }
}

.sec002_cnt-01_item_img {
    margin: 0 0 0 auto;
}

@media screen and (max-width: 1024px) {
    .sec002_cnt-01_item_img {
        width: 26.76vw;
    }
}

@media screen and (max-width: 766px) {
    .sec002_cnt-01_item_img {
        margin: 0 10vw 5vw;
        width: 62.8vw;
    }
}

.sec002_txt-02 {
    margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
    .sec002_txt-02 {
        margin-bottom: 3vw;
    }
}

@media screen and (max-width: 766px) {
    .sec002_txt-02 {
        margin-bottom: 8vw;
    }
}

@media screen and (min-width: 451px) {
    .sec002_txt-02 br.br-450px {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .sec002_txt-02 br.br-451px {
        display: none;
    }
}


.sec002_cnt-02 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .sec002_cnt-02 {
        margin-bottom: 2vw;
    }
}

.sec002_cnt-02_fig {
    position: relative;
    display: flex;
    margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
    .sec002_cnt-02_fig {
        margin-bottom: 6vw;
    }
}

@media screen and (max-width: 766px) {
    .sec002_cnt-02_fig {
        flex-direction: column;
        margin-bottom: 9vw;
    }
}

.sec002_cnt-02_fig_bf,
.sec002_cnt-02_fig_af {
    position: relative;
    padding: 22px 17px 24px;
    width: calc(100% / 2);
}

@media screen and (max-width: 1024px) {

    .sec002_cnt-02_fig_bf,
    .sec002_cnt-02_fig_af {
        padding: 2.2vw 1.7vw 2.4vw;
    }
}

@media screen and (max-width: 766px) {

    .sec002_cnt-02_fig_bf,
    .sec002_cnt-02_fig_af {
        width: 100%;
        padding: 4vw 2.5vw 2.5vw;
    }
}

.sec002_cnt-02_fig_bf_list,
.sec002_cnt-02_fig_af_list {
    display: flex;
    gap: 12px;
}

@media screen and (max-width: 1024px) {

    .sec002_cnt-02_fig_bf_list,
    .sec002_cnt-02_fig_af_list {
        display: flex;
        gap: 1.2vw;
    }
}

@media screen and (max-width: 766px) {

    .sec002_cnt-02_fig_bf_list,
    .sec002_cnt-02_fig_af_list {
        gap: 2vw;
    }
}

.sec002_cnt-02_fig_bf_ttl,
.sec002_cnt-02_fig_af_ttl {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {

    .sec002_cnt-02_fig_bf_ttl,
    .sec002_cnt-02_fig_af_ttl {
        margin-bottom: 1vw;
    }
}

@media screen and (max-width: 766px) {

    .sec002_cnt-02_fig_bf_ttl,
    .sec002_cnt-02_fig_af_ttl {
        margin-bottom: 3vw;
    }
}

.sec002_cnt-02_fig_bf_list_item,
.sec002_cnt-02_fig_af_list_item {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 0 14px;
    width: calc((100% - 24px) / 3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}

@media screen and (max-width: 1024px) {

    .sec002_cnt-02_fig_bf_list_item,
    .sec002_cnt-02_fig_af_list_item {
        border-radius: 1vw;
        padding: 2vw 0 1.4vw;
        width: calc((100% - 1.2vw) / 3);
        gap: 0.7vw;
    }
}

@media screen and (max-width: 766px) {

    .sec002_cnt-02_fig_bf_list_item,
    .sec002_cnt-02_fig_af_list_item {
        padding: 4vw 0 1vw;
        width: calc((100% - 2vw) / 3);
        gap: 1.5vw;
    }
}

.sec002_cnt-02_fig_bf_list_item img,
.sec002_cnt-02_fig_af_list_item img {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}

.sec002_cnt-02_fig_bf_list_item p,
.sec002_cnt-02_fig_af_list_item p {
    font-size: 14px;
    line-height: 19px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {

    .sec002_cnt-02_fig_bf_list_item p,
    .sec002_cnt-02_fig_af_list_item p {
        font-size: 12px !important;
        line-height: 17px;
    }
}

@media screen and (max-width: 766px) {

    .sec002_cnt-02_fig_bf_list_item p,
    .sec002_cnt-02_fig_af_list_item p {
        font-size: 3vw !important;
        line-height: 3.5vw;
        height: 10vw;
    }
}

.sec002_cnt-02_fig_bf {
    background-color: #c9c9c9;
    border-radius: 20px 0 0 20px;
}

@media screen and (max-width: 1024px) {
    .sec002_cnt-02_fig_bf {
        border-radius: 2vw 0 0 2vw;
    }
}

@media screen and (max-width: 766px) {
    .sec002_cnt-02_fig_bf {
        border-radius: 2vw 2vw 0 0;
        padding: 4vw 2.5vw 8vw;
    }
}

.sec002_cnt-02_fig_bf::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -38px;
    border-top: 54px solid #c9c9c9;
    border-left: 60px solid transparent;
    width: 0;
    height: 0;
    z-index: -1;
}

@media screen and (max-width: 1024px) {
    .sec002_cnt-02_fig_bf::after {
        bottom: -3.8vw;
        border-top: 5.4vw solid #c9c9c9;
        border-left: 6vw solid transparent;
    }
}

@media screen and (max-width: 766px) {
    .sec002_cnt-02_fig_bf::after {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .sec002_cnt-02_fig_bf_ttl {
        width: 15.04vw;
    }
}

@media screen and (max-width: 766px) {
    .sec002_cnt-02_fig_bf_ttl {
        width: 31.6vw;
        height: 4.4vw;
    }
}

@media screen and (max-width:1024px) {
    .sec002_cnt-02_fig_bf_list_item:first-child img {
        width: 7vw;
    }

    .sec002_cnt-02_fig_bf_list_item:nth-of-type(2) img {
        width: 4.9vw;
    }

    .sec002_cnt-02_fig_bf_list_item:nth-of-type(3) img {
        width: 5.5vw;
    }
}

@media screen and (max-width: 766px) {
    .sec002_cnt-02_fig_bf_list_item:first-child img {
        width: 13.334vw;
    }

    .sec002_cnt-02_fig_bf_list_item:nth-of-type(2) img {
        width: 9.334vw;
    }

    .sec002_cnt-02_fig_bf_list_item:nth-of-type(3) img {
        width: 10.534vw;
    }
}


.sec002_cnt-02_fig_af {
    background-color: #d5e9ff;
    border-radius: 0 20px 20px 0;
}

@media screen and (max-width: 1024px) {
    .sec002_cnt-02_fig_af {
        border-radius: 0 2vw 2vw 0;
    }
}

@media screen and (max-width: 766px) {
    .sec002_cnt-02_fig_af {
        border-radius: 0 0 2vw 2vw;
        padding: 8vw 2.5vw 4vw;
    }
}

.sec002_cnt-02_fig_af::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -38px;
    border-top: 54px solid #d5e9ff;
    border-right: 60px solid transparent;
    width: 0;
    height: 0;
    z-index: -1;
}

@media screen and (max-width: 1024px) {
    .sec002_cnt-02_fig_af::after {
        bottom: -3.8vw;
        border-top: 5.4vw solid #d5e9ff;
        border-right: 6vw solid transparent;
    }
}

@media screen and (max-width:766px) {
    .sec002_cnt-02_fig_af::after {
        bottom: -7vw;
        left: 50%;
        transform: translateX(-50%);
        border-style: solid;
        border-right: 9vw solid transparent;
        border-left: 9vw solid transparent;
        border-top: 8vw solid #d5e9ff;
        border-bottom: 0;
    }
}

@media screen and (max-width: 1024px) {
    .sec002_cnt-02_fig_af_ttl {
        width: 13.673vw;
    }
}

@media screen and (max-width: 766px) {
    .sec002_cnt-02_fig_af_ttl {
        width: 28.8vw;
        height: 4.4vw;
    }
}

@media screen and (max-width: 1024px) {
    .sec002_cnt-02_fig_af_list_item:first-child img {
        width: 5.5vw;
    }

    .sec002_cnt-02_fig_af_list_item:nth-of-type(2) img {
        width: 5.5vw;
    }

    .sec002_cnt-02_fig_af_list_item:nth-of-type(3) img {
        width: 5.2vw;
    }
}

@media screen and (max-width: 766px) {
    .sec002_cnt-02_fig_af_list_item:first-child img {
        width: 10.534vw;
    }

    .sec002_cnt-02_fig_af_list_item:nth-of-type(2) img {
        width: 10.4vw;
    }

    .sec002_cnt-02_fig_af_list_item:nth-of-type(3) img {
        width: 9.867vw;
    }
}



.sec002_cnt-02_fig_vs {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
    .sec002_cnt-02_fig_vs {
        top: 9vw;
        width: 7.83vw;
    }
}

@media screen and (max-width: 766px) {
    .sec002_cnt-02_fig_vs {
        top: 38vw;
        width: 13.867vw;
    }
}


.sec002_cnt-02_goal {
    margin-bottom: 32px;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .sec002_cnt-02_goal {
        margin-bottom: 3.2vw;
    }
}

@media screen and (max-width: 766px) {
    .sec002_cnt-02_goal {
        margin-bottom: 6vw;
    }
}

.sec002_cnt-02_goal::after {
    position: absolute;
    content: "";
    background-color: #898989;
    width: 2px;
    height: 100%;
    top: 0;
    left: 235px;
}

@media screen and (max-width: 1024px) {
    .sec002_cnt-02_goal::after {
        left: 23.5vw;
    }
}

@media screen and (max-width: 766px) {
    .sec002_cnt-02_goal::after {
        left: 32vw;
    }
}

.sec002_cnt-02_goal_bf,
.sec002_cnt-02_goal_af {
    border: solid 2px #898989;
    padding: 25px 0 25px 28px;
    display: flex;
    align-items: center;
    gap: 60px;
}

@media screen and (max-width: 1024px) {

    .sec002_cnt-02_goal_bf,
    .sec002_cnt-02_goal_af {
        padding: 2.5vw 0 2.5vw 2.8vw;
        gap: 6vw;
    }
}

@media screen and (max-width: 766px) {

    .sec002_cnt-02_goal_bf,
    .sec002_cnt-02_goal_af {
        padding: 3.8vw 0 3.8vw 4.5vw;
        gap: 10vw;
    }
}

.sec002_cnt-02_goal_bf_ttl,
.sec002_cnt-02_goal_af_ttl {
    height: 21px;
}

@media screen and (max-width: 1024px) {

    .sec002_cnt-02_goal_bf_ttl,
    .sec002_cnt-02_goal_af_ttl {
        height: 2.1vw;
        width: 17vw;
    }
}



@media screen and (max-width: 766px) {

    .sec002_cnt-02_goal_bf_ttl,
    .sec002_cnt-02_goal_af_ttl {
        width: 22.134vw;
        height: 9.6vw;
    }
}


.sec002_cnt-02_goal_bf p,
.sec002_cnt-02_goal_af p {
    font-size: 18px;
}

@media screen and (max-width: 1024px) {

    .sec002_cnt-02_goal_bf p,
    .sec002_cnt-02_goal_af p {
        font-size: 1.8vw !important;
    }
}

@media screen and (max-width: 766px) {

    .sec002_cnt-02_goal_bf p,
    .sec002_cnt-02_goal_af p {
        font-size: 3vw !important;
        line-height: 4.5vw;
        text-align: left !important;
        width: 50vw;
    }
}

.sec002_cnt-02_goal_bf {
    background-color: #eeeeee;
    border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 1024px) {
    .sec002_cnt-02_goal_bf {
        background-color: #eeeeee;
        border-radius: 1vw 1vw 0 0;
    }
}




.sec002_cnt-02_goal_af {
    background-color: #e7f2ff;
    border-radius: 0 0 10px 10px;
    margin-top: -2px;
}

@media screen and (max-width: 1024px) {
    .sec002_cnt-02_goal_af {
        border-radius: 0 0 1vw 1vw;
    }
}

.sec002_cnt-02_goal_af_ttl {
    position: relative;
}

.sec002_cnt-02_goal_af_ttl::before {
    position: absolute;
    content: "";
    background: url(../../../../img/request-rnw/sec002_goal_af_icon_pc.png)no-repeat center / cover;
    width: 54px;
    height: 47px;
    top: -43px;
    left: -40px;
}

@media screen and (max-width: 1024px) {
    .sec002_cnt-02_goal_af_ttl::before {
        width: 5.4vw;
        height: 4.7vw;
        top: -4.3vw;
        left: -4vw;
    }
}

@media screen and (max-width: 766px) {
    .sec002_cnt-02_goal_af_ttl::before {
        background: url(../../../../img/request-rnw/sec002_goal_af_icon_sp.png)no-repeat center / cover;
        width: 9.734vw;
        height: 8.4vw;
        top: -8.6vw;
        left: -6.8vw;
    }
}

.sec002_cnt-02_goal_af_txt span {
    font-weight: 600;
    background-image: linear-gradient(transparent 50%, #fcff00 0%);
}

/* ↑sec002 これからの集客のゴールが変化↑ */

/*↓sec001・sec002共通↓*/

.sec001_head_txt,
.sec002_head_txt {
    margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {

    .sec001_head_txt,
    .sec002_head_txt {
        margin-bottom: 3.5vw;
    }
}

@media screen and (max-width: 766px) {

    .sec001_head_txt,
    .sec002_head_txt {
        margin-bottom: 7vw;
    }
}

.sec001 p,
.sec002 p {
    text-align: center;
}

@media screen and (max-width: 1024px) {

    .sec001 p,
    .sec002 p {
        font-size: 14px;
    }
}

.sec001 p span.blue,
.sec002 p span.blue {
    color: #2779b3;
    font-weight: 700;
}


/*↑sec001・sec002共通↑*/



.about {
    padding: 0 0 70px;
}

@media screen and (max-width: 1024px) {
    .about {
        padding: 0 0 7vw;
    }
}

@media screen and (max-width: 766px) {
    .about {
        padding: 0 0 11vw;
    }
}

.about_head_ttl {
    background-color: #2779b3;
    margin: 0 auto 30px;
    text-align: center;
    padding: 30px 0 35px;
}

@media screen and (max-width: 1024px) {
    .about_head_ttl {
        margin: 0 auto 3vw;
        padding: 3vw 0 3.5vw;
    }
}

@media screen and (max-width: 766px) {
    .about_head_ttl {
        margin: 0 auto 5vw;
        padding: 3vw 0 3.8vw;
    }
}

@media screen and (max-width: 1024px) {
    .about_head_ttl img {
        width: 77.638vw;
    }
}

@media screen and (max-width: 766px) {
    .about_head_ttl img {
        width: 85.067vw;
    }
}

.about_head p {
    margin: 0 0 30px;
}

@media screen and (max-width: 1024px) {
    .about_head p {
        margin: 0 0 3vw;
    }
}

@media screen and (max-width: 766px) {
    .about_head p {
        font-size: 14px;
        margin: 0 0 7vw;
    }
}

.about_head p span {
    color: #2779b3;
    font-weight: 700;
}

.about_list {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .about_list {
        gap: 1.8vw;
    }
}

@media screen and (max-width: 766px) {
    .about_list {
        gap: 3.6vw;
    }
}

.about_list_item {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 70px 36px 35px;
    width: 460px;
}

@media screen and (max-width: 1024px) {
    .about_list_item {
        padding: 7vw 3.6vw 3.5vw;
        width: 45vw;
    }
}

@media screen and (max-width: 766px) {
    .about_list_item {
        box-shadow: 0 0 1vw rgba(0, 0, 0, 0.4);
        padding: 13vw 5vw 7vw;
        width: 100%;
    }
}

.about_list_item-02,
.about_list_item-03,
.about_list_item-05 {
    background-color: #e3f0fe;
}

@media screen and (max-width: 766px) {

    .about_list_item-03,
    .about_list_item-05 {
        background-color: #fff;
    }

    .about_list_item-04 {
        background-color: #e3f0fe;
    }
}

.about_list_item_tag {
    position: absolute;
    top: 12px;
    left: -6px;
}

@media screen and (max-width: 1024px) {
    .about_list_item_tag {
        position: absolute;
        top: 1.2vw;
        left: -0.6vw;
    }

    .about_list_item-01_tag {
        width: 19.532vw;
    }

    .about_list_item-02_tag {
        width: 23.243vw;
    }

    .about_list_item-03_tag {
        width: 17.384vw;
    }

    .about_list_item-04_tag {
        width: 21.29vw;
    }

    .about_list_item-05_tag {
        width: 21.29vw;
    }
}

@media screen and (max-width: 766px) {
    .about_list_item_tag {
        top: 2vw;
        left: -4.5vw;
    }

    .about_list_item-01_tag {
        width: 38.4vw;
    }

    .about_list_item-02_tag {
        width: 45.734vw;
    }

    .about_list_item-03_tag {
        width: 33.067vw;
    }

    .about_list_item-04_tag {
        width: 42.6vw;
    }

    .about_list_item-05_tag {
        width: 43.6vw;
    }
}

.about_list_item_ttl {
    margin: 0 0 20px;
    display: grid;
    justify-content: center;
    align-items: center;
    height: 309px;
}

@media screen and (max-width: 1024px) {
    .about_list_item_ttl {
        height: auto;
        margin: 0 auto 5vw;
    }
}

@media screen and (max-width: 766px) {
    .about_list_item_ttl {
        margin: 0 auto 3vw;
    }

    .about_list_item-01_ttl {
        width: 62.134vw;
    }

    .about_list_item-02_ttl {
        width: 62.134vw;
        margin-top: -5vw;
    }

    .about_list_item-03_ttl {
        width: 50.8vw;
    }

    .about_list_item-04_ttl {
        width: 44.4vw;
    }

    .about_list_item-05_ttl {
        width: 40.8vw;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 1024px) {
    .about_list_item_ttl img {
        max-height: 30.9vw;
    }
}

@media screen and (max-width: 766px) {
    .about_list_item_ttl img {
        max-height: 100%;
    }
}

.about_list_item p {
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .about_list_item p {
        font-size: 15px;
    }
}

@media screen and (max-width: 766px) {
    .about_list_item p {
        font-size: 14px;
        line-height: 1.8em;
    }

}


/* ↓制作実績↓ */
.works {
    padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
    .works {
        padding-bottom: 8vw;
    }
}

@media screen and (max-width: 766px) {
    .works {
        padding-bottom: 14vw;
    }
}

.works_head_ttl {
    padding: 0 0 30px;
}

@media screen and (max-width: 1024px) {
    .works_head_ttl {
        padding: 0 0 3vw;
        width: 51.075vw;
        margin: 0 auto;
    }
}

@media screen and (max-width: 766px) {
    .works_head_ttl {
        padding: 0 0 5vw;
        width: 91.07vw;
    }
}

.works_head_txt {
    padding: 0 0 40px;
}

@media screen and (max-width: 1024px) {
    .works_head_txt {
        padding: 0 0 4vw;
    }
}

@media screen and (min-width: 441px) {
    .works_head_txt br.br-440px {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .works_head p {
        font-size: 14px;
    }
}


.works .slick-list {
    overflow: visible;
    margin: 0 0 20px;
    height: 360px;
}

@media screen and (max-width: 1024px) {
    .works .slick-list {
        margin: 0 0 2vw;
        height: auto;
    }
}

.works .slick-track {
    display: flex;
}

.works .slick-slide {
    float: left;
    /* slick標準：1行化 */
    height: auto;
    /* 高さは中身依存に */
}

.works .slick-arrow {
    position: absolute;
    top: 34%;
    z-index: 2;

    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 116, 198, 0.9);
    cursor: pointer;
    outline: none;
}

@media screen and (max-width: 1024px) {
    .works .slick-arrow {
        width: 6vw;
        height: 6vw;
    }
}

@media screen and (max-width: 766px) {
    .works .slick-arrow {
        top: 48%;
        width: 13vw;
        height: 13vw;
        max-width: 90px;
        max-height: 90px;
    }
}

.works .slick-arrow:before {
    content: "";
    /* 数字や記号を消す */
}

.works .slick-arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30%;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 1024px) {
    .works .slick-arrow:after {
        width: 1.5vw;
        height: 1.5vw;
    }
}

@media screen and (max-width: 766px) {
    .works .slick-arrow:after {
        width: 3vw;
        height: 3vw;
    }
}

.works .slick-prev {
    left: 20px;
}

@media screen and (max-width: 1024px) {
    .works .slick-prev {
        left: 2vw;
    }
}

@media screen and (max-width: 766px) {
    .works .slick-prev {
        left: -0.5vw;
    }
}

.works .slick-prev:after {
    transform: translate(-50%, -50%) rotate(225deg);
    left: 55%;
}

.works .slick-next {
    right: 20px;
}

@media screen and (max-width: 1024px) {
    .works .slick-next {
        right: 2vw;
    }
}

@media screen and (max-width: 766px) {
    .works .slick-next {
        right: -0.5vw;
    }
}

.works .slick-dots {
    display: flex;
    margin: 0 auto;
    text-align: center;
    width: fit-content;
    margin-top: 20px;
}

@media screen and (max-width: 1024px) {
    .works .slick-dots {
        margin-top: 2vw;
    }
}

@media screen and (max-width: 766px) {
    .works .slick-dots {
        margin-top: -2vw;
    }
}

.works .slick-dots li button {
    font-size: 0;
    /* 数字を見えなくする */
    color: transparent;
    /* 念のため数字を透明化 */
    background-color: unset;
    border: none;
    padding: 0 6px;
}

@media screen and (max-width: 1024px) {
    .works .slick-dots li button {
        padding: 0 0.6vw;
    }
}


@media screen and (max-width: 766px) {
    .works .slick-dots li button {
        padding: 0 1vw;
    }
}

.works .slick-dots li button:before {
    font-family: 'slick';
    font-size: 35px;
    color: #d2d2d2;
    opacity: 1;
    content: '•';
}

@media screen and (max-width: 1024px) {
    .works .slick-dots li button:before {
        font-size: 3.5vw;
    }
}

@media screen and (max-width: 766px) {
    .works .slick-dots li button:before {
        font-size: 7vw;
    }
}

.works .slick-dots li.slick-active button:before {
    color: #e00015;
}

.works_slider {
    max-width: 1070px;
    margin: 0 auto;
    overflow: hidden;
    display: block !important;
    padding: 10px 0 25px;
}

@media screen and (max-width: 1150px) {
    .works_slider {
        margin: 0 3vw;
    }
}

@media screen and (max-width: 1024px) {
    .works_slider {
        margin: 0 4.1vw;
        padding: 1vw 0 2.5vw;
    }
}

@media screen and (max-width: 766px) {
    .works_slider {
        margin: 0;
        padding: 2vw 0 4vw;
    }
}

.works_slider_item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 10px;
    padding: 10px 10px 30px;
    width: 340px !important;
    display: block !important;
}

@media screen and (max-width: 1150px) {
    .works_slider_item {
        width: 29.566vw !important;
    }
}

@media screen and (max-width: 1024px) {
    .works_slider_item {
        margin: 0 1vw;
        padding: 1vw 1vw 3vw;
        width: 28.8vw !important;
    }
}

@media screen and (max-width: 766px) {
    .works_slider_item {
        padding: 3vw 3vw 6vw;
        width: 84vw !important;
    }
}

.works_slider_item_img {
    margin: 0 0 20px;
    height: 214px;
    position: relative;
    overflow: hidden;
    /*アニメーションの為*/
}

@media screen and (max-width: 1150px) {
    .works_slider_item_img {
        height: 18vw;
    }
}

@media screen and (max-width: 1024px) {
    .works_slider_item_img {
        margin: 0 0 2vw;
    }
}

@media screen and (max-width: 766px) {
    .works_slider_item_img {
        height: 52.934vw;
    }
}

.works_slider_item_img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #004ea1;
    transform: scaleX(0);
    transform-origin: left;
    will-change: transform;
    pointer-events: none;
    z-index: 1;
}

.works_slider_item_img.is-wipe::after {
    animation: wipeLR 1.1s ease-in-out forwards;
}

@keyframes wipeLR {
    0% {
        transform: scaleX(0);
        transform-origin: left;
    }

    48% {
        transform: scaleX(1);
        transform-origin: left;
    }

    50% {
        transform: scaleX(1);
        transform-origin: right;
    }

    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}

.works_slider_item p {
    padding: 0 0 0 5px;
}

@media screen and (max-width: 1024px) {
    .works_slider_item p {
        padding: 0 0 0 0.5vw;
    }
}

.works_slider_item_name {
    position: relative;
    font-size: 20px !important;
    line-height: 1.5em !important;
    margin: 0 0 30px;
}

@media screen and (max-width: 1024px) {
    .works_slider_item_name {
        font-size: 16px !important;
        margin: 0 0 3vw;
    }
}

@media screen and (max-width: 766px) {
    .works_slider_item_name {
        font-size: 20px !important;
        margin: 0 0 6vw;
    }
}

.works_slider_item_name:after {
    content: "";
    position: absolute;
    background-color: #0074c6;
    width: 45px;
    height: 3px;
    bottom: -15px;
    left: 10px;
}

@media screen and (max-width: 1024px) {
    .works_slider_item_name:after {
        width: 4.5vw;
        height: 0.3vw;
        bottom: -1.5vw;
        left: 1vw;
    }
}

@media screen and (max-width: 766px) {
    .works_slider_item_name:after {
        width: 11vw;
        height: 0.6vw;
        bottom: -3vw;
        left: 0.7vw;
    }
}

.works_slider_item_about {
    font-size: 14px !important;
}

@media screen and (max-width: 1024px) {
    .works_slider_item_about {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 766px) {
    .works_slider_item_about {
        font-size: 14px !important;
    }
}

.works_btn {
    border-color: #004ea1;
    border: solid 4px #004ea1;
    border-radius: 10px;
    box-shadow: 0 5px 0 #004ea1;
    color: #004ea1;
    font-size: 20px !important;
    max-width: 600px;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .works_btn {
        font-size: 17px !important;
        max-width: 60vw;
        padding: 1vw 0;
    }
}

@media screen and (max-width: 766px) {
    .works_btn {
        font-size: 17px !important;
        width: 100%;
        max-width: 550px;
        padding: 1.5vw 0;
    }
}

.works_btn:hover {
    box-shadow: unset;
    transform: translateY(5px);
    transition: 0.3s;
}

.works_btn:after {
    position: absolute;
    content: "";
    background: url(../../../../img/request-rnw/arrow_pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    width: 17px;
    height: 20px;
}

@media screen and (max-width: 1024px) {
    .works_btn:after {
        right: 1.4vw;
        width: 1.7vw;
        height: 2vw;
    }
}

@media screen and (max-width: 766px) {
    .works_btn:after {
        background: url(../../../../img/request-rnw/arrow_sp.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        right: 3vw;
        width: 11px;
        height: 13px;
    }
}

/* ↑制作実績↑ */


/* ↓plan↓ */

.plan {
    background-color: #2778b3;
    margin: 60px 0 0;
    padding: 60px 0 80px;
}

@media screen and (max-width: 1024px) {
    .plan {
        margin: 6vw 0 0;
        padding: 6vw 0 8vw;
    }
}

@media screen and (max-width: 766px) {
    .plan {
        margin: 10vw 0 0;
        padding: 9vw 0 12vw;
    }
}

.plan_ttl {
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .plan_ttl {
        width: 38.19vw;
        margin: 0 auto 4vw;
        text-align: center;
    }
}

@media screen and (max-width: 766px) {
    .plan_ttl {
        width: 64vw;
        margin: 0 auto 7vw;
    }
}

.plan_list {
    display: flex;
    justify-content: center;
    gap: 22px;
}

@media screen and (max-width: 1024px) {
    .plan_list {
        gap: 2.2vw;
    }
}

@media screen and (max-width: 766px) {
    .plan_list {
        gap: 6vw;
        display: grid;
    }
}

.plan_list_item {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    width: 300px;
    padding: 40px 0;
}

@media screen and (max-width: 1024px) {
    .plan_list_item {
        width: 30vw;
        padding: 4vw 0;
    }
}

@media screen and (max-width: 766px) {
    .plan_list_item {
        width: 100%;
        padding: 10vw 0 6vw;
        border-radius: 3vw;
    }
}

.plan_list_item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(154deg, #1b1b1b 55px, transparent 0);
    border-radius: 20px;
    z-index: 0;
}

@media screen and (max-width: 1024px) {
    .plan_list_item:before {
        background: linear-gradient(154deg, #1b1b1b 5.5vw, transparent 0);
    }
}

@media screen and (max-width: 766px) {
    .plan_list_item:before {
        background: linear-gradient(154deg, #1b1b1b 13vw, transparent 0);
        border-radius: 3vw;
    }
}

.plan_list_item_number {
    position: absolute;
    top: 12px;
    left: 10px;
}

@media screen and (max-width: 1024px) {
    .plan_list_item_number {
        position: absolute;
        top: 1.2vw;
        left: 1vw;
    }

    .plan_list_item-01_number {
        width: 2.637vw;
    }

    .plan_list_item-02_number,
    .plan_list_item-03_number {
        width: 3.321vw;
    }
}

@media screen and (max-width: 766px) {
    .plan_list_item_number {
        top: 3.3vw;
        left: 0vw;
    }

    .plan_list_item-01_number {
        width: 7.467vw;
    }

    .plan_list_item-02_number,
    .plan_list_item-03_number {
        width: 9.334vw;
    }
}

.plan_list_item_ttl {
    padding: 0 0 20px;
}

@media screen and (max-width: 1024px) {
    .plan_list_item_ttl {
        margin: 0 auto;
        padding: 0 0 2vw;
    }

    .plan_list_item-01_ttl {
        width: 19.727vw;
    }

    .plan_list_item-02_ttl {
        width: 23.829vw;
    }

    .plan_list_item-03_ttl {
        width: 27.345vw;
    }
}

@media screen and (max-width: 766px) {
    .plan_list_item_ttl {
        padding: 0 0 6vw;
    }

    .plan_list_item-01_ttl {
        width: 52.4vw;
    }

    .plan_list_item-02_ttl {
        width: 56.534vw;
    }

    .plan_list_item-03_ttl {
        width: 70.667vw;
    }
}

p.plan_list_item_txt {
    padding: 0 30px;
    text-align: left;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
    p.plan_list_item_txt {
        padding: 0 3vw;
        font-size: 14px !important;
    }
}

@media screen and (max-width: 766px) {
    p.plan_list_item_txt {
        padding: 0 7vw;
    }
}

@media screen and (max-width: 766px) {
    .plan_list_item p {
        font-size: 14px;
        line-height: 1.6em;
    }
}

.plan_tag {
    position: absolute;
    top: -10px;
    right: -10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
}

@media screen and (max-width: 1024px) {
    .plan_tag {
        top: -1vw;
        right: -1vw;
        width: 6.934vw;
    }
}

@media screen and (max-width: 766px) {
    .plan_tag {
        top: -3vw;
        right: -2.5vw;
        box-shadow: 0 0 2vw rgba(0, 0, 0, 0.4);
        width: 18.8vw;
    }
}


/* ↓faq↓ */

.faq {
    padding: 60px 0 80px;
}

@media screen and (max-width: 1024px) {
    .faq {
        padding: 6vw 0 8vw;
    }
}

@media screen and (max-width: 766px) {
    .faq {
        padding: 11vw 0;
    }
}

.faq_ttl {
    margin: 0 0 55px;
}

@media screen and (max-width: 1024px) {
    .faq_ttl {
        margin: 0 auto 5.5vw;
        width: 18.85vw;
    }
}

@media screen and (max-width: 766px) {
    .faq_ttl {
        margin: 0 auto 8vw;
        width: 34.8vw;
    }
}

.flow_head_ttl p:after {
    content: "";
    position: absolute;
    background-color: #0074c6;
    width: 70px;
    height: 4px;
    bottom: -20px;
    left: 50%;
    translate: -50%;
}


.faq_list {
    display: grid;
    gap: 58px;
}

@media screen and (max-width: 1024px) {
    .faq_list {
        gap: 5.8vw;
    }
}

@media screen and (max-width: 766px) {
    .faq_list {
        gap: 11vw;
    }
}

.faq_list_item {
    position: relative;
}

.faq_list_item:after {
    content: "";
    position: absolute;
    background-color: #bfbfbf;
    width: 100%;
    height: 1px;
    bottom: -25px;
    left: 0;
}

@media screen and (max-width: 1024px) {
    .faq_list_item:after {
        bottom: -2.5vw;
    }
}

@media screen and (max-width: 766px) {
    .faq_list_item:after {
        bottom: -5vw;
    }
}

.faq_list_item_last:after {
    display: none;
}

.faq_list_item_q,
.faq_list_item_a {
    display: flex;
}

.faq_list_item_q {
    margin: 0 0 20px;
}

@media screen and (max-width: 1024px) {
    .faq_list_item_q {
        margin: 0 0 2vw;
    }
}

@media screen and (max-width: 766px) {
    .faq_list_item_q {
        margin: 0 0 3vw;
    }
}

.faq_list_item_q_icon,
.faq_list_item_a_icon {
    margin-right: 20px;
    min-width: 25px;
}

@media screen and (max-width: 1024px) {

    .faq_list_item_q_icon,
    .faq_list_item_a_icon {
        margin-right: 3vw;
        min-width: 2.5vw;
    }
}

@media screen and (max-width: 766px) {

    .faq_list_item_q_icon,
    .faq_list_item_a_icon {
        width: 3.334vw;
        min-width: 3.334vw;
    }
}

.faq_list_item_q p {
    color: #004ea1;
}

.faq_list_item p {
    text-align: left;
}

@media screen and (max-width: 766px) {
    .faq_list_item p {
        font-size: 14px;
        letter-spacing: 0.08em;
        line-height: 1.5em;
    }
}





/* ↑faq↑ */


/* フォーム */
.form {
    padding-top: 150px;
    margin-top: -150px;
}

@media screen and (max-width: 766px) {
    .form {
        padding-top: 100px;
        margin-top: -100px;
    }
}

.form_head_ttl {
    background-color: #2779b3;
    padding: 30px 0;
    margin: 0 auto 35px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .form_head_ttl {
        padding: 3vw 0;
        margin: 0 auto 3.5vw;
    }
}

@media screen and (max-width: 766px) {
    .form_head_ttl {
        padding: 5vw 0;
        margin: 0 auto 7vw;
    }
}

@media screen and (max-width: 1024px) {
    .form_head_ttl img {
        width: 54.981vw !important;
    }
}

@media screen and (max-width: 766px) {
    .form_head_ttl img {
        width: 53.734vw !important;
    }
}


@media screen and (max-width: 766px) {
    .form_head {
        text-align: left;
    }
}

p.form_head_txt-01 {
    background-image: linear-gradient(to right, #000 3px, transparent 3px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
    background-position: right bottom;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
    p.form_head_txt-01 {
        padding-bottom: 2.5vw;
        margin-bottom: 2.5vw;
        font-size: 15px;
    }
}

@media screen and (max-width: 766px) {
    p.form_head_txt-01 {
        padding-bottom: 5vw;
        margin: 0 3vw 5vw;
    }
}

p.form_head_txt-01 span {
    color: #2779b3;
    font-weight: 700;
}

@media screen and (max-width: 640px) {
    p.form_head_txt-01 span {
        font-size: 14px !important;
    }
}

p.form_head_txt-02 {
    text-align: left;
    margin-bottom: 50px;

}

@media screen and (max-width: 1024px) {
    p.form_head_txt-02 {
        margin-bottom: 5vw;
        font-size: 15px;
    }
}

@media screen and (max-width: 766px) {
    p.form_head_txt-02 {
        margin-bottom: 7vw;

    }
}

@media screen and (max-width: 640px) {

    p.form_head_txt-01,
    p.form_head_txt-02 {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 640px) {
    .form p br {
        display: block;
    }
}


.wpcf7-section {
    padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
    .wpcf7-section {
        padding: 0 4vw 8vw;
    }
}

@media screen and (max-width: 766px) {
    .wpcf7-section {
        padding: 0 4vw 12vw;
    }
}

.wpcf7-section>div {
    padding: 40px 20px 10px;
    background-color: #e3f0fe;
    border-radius: 20px;
    max-width: 940px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .wpcf7-section>div {
        padding: 8% 4%;
    }
}

.wpcf7-section>div .contact_form li dl dt {
    line-height: 1.8em;
}

form dl dt span.form_requir {
    display: inline-block;
    background: #e00015;
    padding: 2px 10px 4px;
}

form dl dt span.form_option {
    border: 1px solid #e00015;
    color: #e00015;
}

span.wpcf7-list-item {
    margin: 0 30px 0 0;
    min-width: auto;
}

@media screen and (max-width: 766px) {
    span.wpcf7-list-item {
        margin: 0 5vw 0 0;
    }
}

.wpcf7-form-control-wrap.chance_type {
    margin-left: 4px;
}

/*送信ボタン*/

@media screen and (max-width: 766px) {
    .box .btn_cmn_pt01 .w_md {
        max-width: 100%;
    }
}

.box .btn_cmn_pt01 input {
    background: #fff;
    border: solid 4px #004ea1;
    border-radius: 10px;
    box-shadow: 0 7px 0 #004ea1;
    color: #004ea1;
    font-size: 20px !important;
    font-weight: 700;

    position: relative;
}

@media screen and (max-width: 766px) {
    .btn_cmn_pt01.w_md {
        max-width: 100%;
    }
}


@media screen and (max-width: 766px) {
    .box .btn_cmn_pt01 input {
        max-width: 550px !important;
    }
}

@media screen and (max-width: 766px) {
    .wpcf7-section>div .contact_form .btn_cmn_pt01 {
        margin: 0 auto 1vw;
    }
}


.box .btn_cmn_pt01 input:hover {
    box-shadow: unset;
}

.box .btn_cmn_pt01:hover {
    transform: translateY(7px);
    transition: 0.3s;
}

.box .btn_submit {
    position: relative;
}

.box .btn_submit:after {
    content: "";
    position: absolute;
    top: 34%;
    right: 5px;
    transform: translateY(-50%);
    border: 9px solid transparent;
    border-left: 15px solid #004ea1;
}


/*送信ボタン*/
/* フォーム */


/*ページタイトル非表示*/
@media screen and (max-width: 766px) {
    .contents_inr {
        display: none;
    }
}


/*ハンバーガーメニュー非表示*/
.hamburger_menu {
    display: none;
}

/*AIボットボタン非表示*/
#docsbotai-root {
    display: none !important;
}
.ai_chatbtn_a,.ai_chatbtn_b,.ai_chatbtn_c
{display:none!important;
}

/*画面下bnr非表示*/
#float_bnr {
    display: none;
}