.page_title_area {
    padding-top: 80px;
    margin-bottom: -5vw;
}

h2 {
    font-size: 3.6rem;
}

h2 span {
    font-size: 2rem;
}

h2 span,
h3 span {
    display: block;
    color: #2953D3;
    font-family: "Public Sans", sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

h3 {
    color: #2953D3;
    font-size: 2.8rem;
    margin-bottom: 40px;
}

h3 span {
    font-size: 1.6rem;
    padding-left: 1em;
    position: relative;
}

h3 span::before {
    content: "";
    position: absolute;
    background-color: #2953D3;
    width: 0.6em;
    height: 0.6em;
    border-radius: 100vmax;
    left: 0;
    top: -2px;
    bottom: 0;
    margin: auto 0;
}



h3 .other_page_title {
    padding: 120px 0;
    background: linear-gradient(90deg, rgba(255, 247, 231, 0.40) 0%, #FFF7E7 100%);
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    position: relative;
}

.left_area,
.right_area {
    width: 520px;
}


h4 {
    color: #2953D3;
    font-size: 2rem;
    padding-bottom: 0.1em;

    display: inline-block;
    margin-bottom: 0.6em;
}


/* スカイプラニングについてページ */

.sec_greetings .left_area .area_image {
    width: 87%;
    margin: 0 auto 0 0;
}

.sec_greetings .left_area p {
    margin-bottom: 32px;
}

.sec_greetings .right_area .area_image {
    width: 87%;
    margin: 0 0 60px auto;
}

.sec_greetings .right_area p {
    margin-bottom: 24px;
}

.sec_greetings .profile {
    text-align: right;
}

.sec_greetings h4 {
    font-size: 2.2rem;
    color: #2953D3;
    margin-top: -64px;
    margin-bottom: 16px;
}

.sec_greetings .experience {
    margin-top: 50px;
}

.sec_greetings .experience_item {
    background-color: #E3E7F0;
    border-radius: 16px;
    padding: 40px;
    width: 600px;
    height: fit-content;
}

.sec_greetings .experience_item:last-of-type {
    width: 478px;
}

.sec_greetings .experience_item ul li {
    margin-bottom: 0.3em;
}

.sec_greetings .experience_item ul li span {
    width: 109px;
    margin-right: 40px;
}


.sec_profile .image_area {
    width: 188px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.sec_profile .image_area img:last-of-type {
    width: 100px;
}

.sec_profile .profile_list {
    width: 820px;
    gap: 20px;
    justify-content: center;
}

.sec_profile .profile_list li {
    padding: 20px;
    background-color: #fff;
    border-radius: 16px;
    width: fit-content;
    color: #2953D3;
    font-weight: 700;
    font-size: 1.8rem;
}

.sec_company_profile ul li {
    padding-bottom: 1.4em;
    margin-bottom: 1.4em;
    border-bottom: 1px solid #DBDAD1;
}

.sec_company_profile ul li span {
    font-weight: 700;
    display: inline-block;
    width: 168px;
    margin-right: 40px;
}

@media screen and (max-width: 767px) {
    .wave_bg {
        padding-top: 40px;
    }

    .page_title_area {
        padding-top: 40px;
        margin-bottom: 24vw;
    }

    h2 {
        line-height: 1.7;
        font-size: 2.4rem;
    }

    h2 span {
        font-size: 1.4rem;
        margin-bottom: 0.2em;
    }

    .page_title_area img {
        width: 120px;
        margin: 40px 0 0 auto;
    }

    h3 {
        font-size: 20px;
        margin-bottom: 28px;
    }

    h3 span {
        font-size: 1.4rem;
        margin-bottom: 0.6em;
    }

    h4 {
        font-size: 1.8rem;
    }

    .sec_greetings .left_area .area_image,
    .sec_greetings .right_area .area_image {
        width: 100%;
    }

    .sec_greetings .right_area .area_image {
        margin-bottom: 0;
    }

    .sec_greetings .right_area {
        flex-direction: column-reverse;
        display: flex;
    }

    .sec_greetings .left_area p,
    .sec_greetings .right_area,
    .sec_greetings .right_area .text_area,
    .sec_greetings .left_area .area_image {
        margin-bottom: 24px;
    }

    .sec_greetings .experience_item {
        padding: 24px;
    }

    .sec_greetings h4 {
        margin-top: -40px;
        font-size: 2.1rem;
        margin-bottom: 0.6em;
    }

    .sec_greetings .experience {
        gap: 24px;
        margin-top: 24px;
    }

    .sec_greetings .experience_item ul li {
        display: flex;
    }

    .sec_greetings .experience_item ul li span,
    .sec_company_profile ul li span {
        width: 100px;
        margin-right: 20px;
    }

    .sec_greetings .experience_item ul li p,
    .sec_company_profile ul li p {
        width: calc(100% - 100px);
    }

    .sec_greetings .profile {
        margin-top: 20px;
    }

    .sec_profile .row {
        justify-content: center;
    }

    .sec_profile .image_area {
        width: 156px;
        gap: 8px;
    }

    .sec_profile .image_area img:last-of-type {
        width: 80px;
    }

    .sec_profile .profile_list {
        width: 100%;
        gap: 12px;
    }

    .sec_profile .profile_list li {
        padding: 12px;
        border-radius: 12px;
        font-size: 1.5rem;
    }

    .sec_company_profile ul li {
        padding-bottom: 1em;
        margin-bottom: 1em;
    }

}


/* 電気設備設計ページ */
.introduction {
    margin-bottom: 80px;
}

.ectrical_service_item {
    position: relative;
}

.ectrical_service_item {
    position: relative;
    margin-bottom: 80px;
}

.ectrical_service_item:last-of-type {
    margin-bottom: 0;
}

.service_item_image {
    position: absolute;
    width: 250px;
    top: 0;
    right: 80px;
}

.content {
    background-color: #F6F6F6;
    padding: 48px;
    border-radius: 16px;
}


.ectrical_service_item .area_title h3 {
    display: flex;
    align-items: center;
    margin-bottom: 0.6em;
}

.ectrical_service_item .area_title h3 span {
    font-size: 3.6rem;
    padding-left: 0;
    margin-right: 0.2em;
}

.ectrical_service_item .area_title h3 span::before {
    content: none;
}

.compatible_list h4 {
    border-bottom: 1px solid #2953D3;
}


.compatible_content {
    margin-top: 32px;
}

.compatible_list li {
    width: 320px;
    border: #DEDEDE 1px solid;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    line-height: 1.8;
    text-align: center;
    align-items: center;
}

.compatible_list li span {
    margin-left: 32px;
}

.compatible_list li span small {
    display: block;
}

.compatible_content h4 {
    border: none;
}

.feature_list li {
    width: 350px;
    padding: 50px 32px 32px 32px;
    position: relative;
}

.feature_list li h4 {
    display: block;
    text-align: center;
    font-size: 2.4rem;
    color: #3B3D40;
}

.feature_list li h4 span {
    color: #2953D3;
}

.feature_list li img {
    margin-bottom: 20px;
}

.feature_list .content>span {
    color: #2953D3;
    font-weight: 700;
    font-family: "Public Sans", sans-serif;
    font-size: 1.8rem;
    position: absolute;
    top: 16px;
    left: 20px;
}

.sec_partner ul {
    justify-content: flex-start;
    gap: 80px;


}

.sec_partner ul li {
    text-align: center;
}

.sec_partner ul li span {
    display: block;
    margin-top: 0.8em;
}

.sec_partner ul li img {
    width: 204px;
}



@media screen and (max-width: 767px) {

    .content {
        padding: 32px;
    }

    .ectrical_service_item .area_title h3 span {
        margin-bottom: 0;
    }

    .service_item_image {
        width: 90px;
        top: 7px;
        right: 0;
    }

    .ectrical_service_item .area_title h3 span {
        font-size: 2.4rem;
    }

    .compatible_list {
        gap: 12px;
    }

    .compatible_list li {
        width: 100%;
        padding: 12px;
    }

    .compatible_list li img {
        width: 50px
    }

    .feature_list {
        gap: 20px;
    }

    .sec_partner ul li {
        width: 120px;
    }

    .sec_partner ul {
        gap: 40px;
    }

}


.sec_electrical_service .inner,
.sec_privacy_content .inner {
    padding-top: 60px;
}

.side_bar {
    background-color: #fff;
    width: 264px;
    padding: 32px;
    height: fit-content;
    border-radius: 16px;
}

.side_bar>div>span {
    font-size: 1.8rem;
    font-weight: 700;
    padding-left: 0.8em;
    position: relative;
    line-height: 1.4;
    display: inline-block;
    margin-bottom: 0.4em;
}

.side_bar>div>span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #2953D3;
    border-radius: 50px;
}

.side_bar .category_wrap {
    margin-bottom: 24px;
}



@media screen and (max-width: 767px) {

    .side_bar {
        margin-top: 40px;
        padding: 24px;
    }

    .side_bar .category_wrap {
        margin-bottom: 20px;
    }


    .sec_electrical_service .inner,
    .sec_privacy_content .inner {
        padding-top: 0;
    }
}

.sec_privacy_content h3 {
    font-size: 2.8rem;
    margin-bottom: 0.2em;
}

.privacy_list>div {
    margin-bottom: 48px;
}

.reception {
    background-color: #E3E7F0;
    width: fit-content;
    align-items: center;
    margin-top: 40px;
    line-height: 1.8;
    padding: 40px;
    gap: 32px;
}


@media screen and (max-width: 767px) {

    .sec_privacy_content h3 {
        font-size: 2.4rem;
        margin-bottom: 0.6em;
        line-height: 1.6;
    }

    .reception {
        background-color: #E3E7F0;
        width: fit-content;
        align-items: center;
        margin-top: 40px;
        line-height: 1.8;
        padding: 24px;
        gap: 12px;
    }
}






.drone header {
    background-color: #FFF;
    margin-bottom: 0;
    padding: 10px 20px 10px 40px;
}

.drone .mv {
    height: calc(100vh - 90px);
    position: relative;
}

.drone .mv_video {
    height: 100%;
    width: 100%;
}


.drone .mv_video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.9);
}

.drone .mv_caption {
    background-color: #2953D3;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 1em 1.6em;
    right: 0;
    bottom: 0;
}

.drone h2,
.drone h2 span {
    color: #FFF;
}

.drone h2 {
    top: 40%;
    left: 10%;
    z-index: 2;
}

.drone h2 span {
    font-size: 1.8rem;
    font-family: inherit;
}

.mv_circle_blue {
    left: 0;
    width: 330px;
    top: 24%;
    z-index: 1;
}

.mv_circle_white {
    left: 10%;
    width: 218px;
    top: 54%;
    z-index: 1;
}

.drone section {
    margin: 0;
    padding: 100px 0;
}

.drone .sec_about {
    position: relative;
    padding: 140px 0;
}

.about_circle_illust {
    width: 218px;
    right: 10%;
    top: 60px;
}

.about_dot_illust {
    width: 220px;
    right: 0;
    top: 0;
}

.drone .sec_service {
    background-color: #FFF;
}

.drone .service_list {
    gap: 60px;
}

.drone h3 {
    margin-bottom: 24px;
    font-size: 3rem;
}

.drone .heading_text {
    margin-bottom: 32px;
}

.drone .service_item {
    width: 522px;
}

.drone .service_item h4 {
    margin-bottom: 0.2em;
}

.drone .service_item img {
    margin-bottom: 20px;
}

.drone .service_item ul li {
    padding-left: 1em;
    position: relative;
    line-height: 1.8;
}

.drone .service_item ul li::before {
    position: absolute;
    content: "";
    background-color: #2953D3;
    border-radius: 100vmax;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

.drone .content {
    background-color: #FFF;
}

.drone .reasons_list {
    margin-top: 50px;
}

.drone .reasons_item {
    width: 352px;
    padding: 2em;
    position: relative;
}

.drone .reasons_item span {
    position: absolute;
    color: #FFF;
    font-family: "Public Sans", sans-serif;
    font-size: 3.2rem;
    line-height: 1;
    background-color: #2953D3;
    width: 78px;
    height: 78px;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    left: -20px;
}

.drone .reasons_item h4 {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.drone .reasons_item img {
    margin-bottom: 20px;
}

.drone .sec_works {
    background-color: #FFF;
}

.drone .staff_item {
    width: 100%;
    margin-bottom: 24px;
}

.drone .staff_item .left_area {
    width: 300px;
    text-align: center;
}

.drone .staff_item .left_area img {
    width: 260px;
    margin-bottom: 1em;
}

.drone .staff_item h4 span {
    font-size: 0.8em;
}


.drone .staff_item .right_area {
    width: 640px;
}

.drone .staff_item h5 {
    font-size: 1.6rem;
    color: #2953D3;
    border-bottom: #2953D3 1px solid;
    padding-bottom: 0.2em;
    margin-bottom: 0.6em;
}

.drone .staff_item .profile_item ul li {
    position: relative;
    padding-left: 0.8em;
    display: inline-block;
    width: 40%;
}

.drone .staff_item .profile_item ul li::before {
    position: absolute;
    content: "";
    background-color: #2953D3;
    border-radius: 100vmax;
    width: 6px;
    height: 6px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

.drone .staff_item .profile_item:first-of-type {
    margin-bottom: 32px;
}

.drone .staff_item .profile_item:last-of-type ul li {
    width: auto;
    margin-right: 30px;
}

.drone .staff_item .area_btn {
    margin-top: 16px;
}

.drone .sec_plan {
    background-color: #FFF;
}

.drone .plan_service_list {
    background-color: #EEF1FB;
    padding: 2em 3em;
    align-items: center;
    color: #2953D3;
    justify-content: flex-start;
    gap: 64px;
    margin-bottom: 32px;
}

.drone .plan_service_list ul {
    gap: 64px;
}

.drone .plan_service_list ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.drone .plan_service_list ul li img {
    width: 80px;
}

.drone .plan_service_list h4 {
    margin-bottom: 0;
    padding: 20px 64px 20px 0;
    border-right: #2953D3 1px solid;
}

.drone .plan_price_list {
    margin-bottom: 32px;
}

.drone .plan_price_item {
    width: 348px;
}

.drone .plan_price_item .price_content {
    border: 1px solid #E1E1E1;
    padding: 1.6em 3em 1.8em;
    height: 194px;
}

.drone .plan_price_item h3 {
    color: #FFF;
    background-color: #2953D3;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 0;
    border-radius: 16px 16px 0 0;
    padding: 0.4em;
}

.drone .price_content>div {
    color: #2953D3;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 0.6em;
}

.drone .price_content>div span {
    font-size: 6rem;
    font-family: "Public Sans", sans-serif;
}

.drone .price_content>ul li {
    position: relative;
    padding-left: 0.8em;
}

.drone .price_content>ul li span {
    font-size: 0.8em;
}

.drone .price_content>ul li::before {
    position: absolute;
    content: "";
    background-color: #2953D3;
    border-radius: 100vmax;
    width: 6px;
    height: 6px;
    top: 12px;
    bottom: 0;
    left: 0;
}

.drone .plan_price_item:last-of-type h3 {
    background-color: #EEF1FB;
    color: #2953D3;
}

.drone .plan_price_item:last-of-type .price_content {
    padding-top: 2em;
    border-top: none;
}

.drone .other_cost {
    border: #2953D3 solid 1px;
    padding: 0.8em;
    align-items: center;
    justify-content: flex-start;
    gap: 80px;
}

.drone .other_cost h4 {
    margin: 0;
    padding: 0.3em;
    font-size: 1.8rem;
}

.drone .other_cost ul {
    margin-left: 1em;
}

.drone .other_cost ul li {
    display: inline-block;
    margin-right: 1em;
    text-indent: -1em;
}

.drone .flow_item {
    background-color: #FFF;
    border-radius: 16px;
    margin-bottom: 40px;
    padding: 1em;
    display: flex;
    align-items: center;
    position: relative;
}

.drone .flow_item::after {
    content: "";
    position: absolute;
    background-image: url(../image/dorone/down_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 16px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -30px;
}

.drone .flow_item:last-of-type::after {
    content: none;
}

.drone .flow_item h4 {
    margin: 0;
    padding: 0;
    margin-right: 40px;
    width: 244px;
}

.flow_item>span {
    font-size: 4rem;
    font-family: "Public Sans", sans-serif;
    color: #2953D3;
    line-height: 1.3;
    padding: 0 40px 0 32px;
    border-right: 1px solid #2953D3;
    margin-right: 40px;
}


.sec_qa {
    background-color: #FFF;
}

/* アコーディオンメニュー */
.accordion-content {
    display: none;
}

.accordion-header {
    background-color: #EEF1FB;
    padding: 8px 45px 8px 20px;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
    color: #2953D3;
}

.accordion-header::before,
.accordion-header::after {
    position: absolute;
    content: '';
    top: 1px;
    right: 40px;
    bottom: 0;
    width: 18px;
    height: 2px;
    margin: auto;
    background: #2953D3;
}

.accordion-header::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
}

.accordion-header.active::after {
    transform: rotate(0deg);
}

.accordion-content {
    background-color: #EEF1FB;
    padding: 0px 20px 20px;
}

.accordion-header span,
.accordion-content span {
    position: relative;
}

.qa_item {
    margin: 12px 0 0;
    border-radius: 16px;
    overflow: hidden;
}

.accordion-header span {
    font-family: "Public Sans", sans-serif;
    font-size: 3.2rem;
    color: #2953D3;
    width: 40px;
    display: inline-block;
}

.accordion-header p {
    display: inline-block;
    font-weight: 700;
    font-size: 1.8rem;
}

.accordion-content span {
    border-top: 1px #DBDBDB solid;
    display: block;
    margin-left: 40px;
    padding-top: 16px;
}


.drone .sec_contact {
    padding-top: 100px;
}

@media screen and (max-width: 767px) {

    .drone header {
        padding: 0;
        height: 70px;
    }


    .drone .mv {
        height: 580px;
    }

    .mv_circle_blue {
        width: 120px;
        top: 28%;
    }

    .mv_circle_white {
        left: 10%;
        width: 80px;
        top: 50%;
    }

    .drone h2 span {
        font-size: 1.7rem;
        margin-bottom: 0.4em;
    }

    .drone .mv_caption {
        font-size: 1.4rem;
        font-weight: 500;
        padding: 1em 1.2em;
        width: auto;
        line-height: 1.6;
    }

    .about_dot_illust {
        width: 100px;
        right: 0;
        top: 0;
    }

    .about_circle_illust {
        width: 100px;
    }

    .drone h3 {
        line-height: 1.6;
        font-size: 2.4rem;
    }

    .drone .sec_about {
        padding: 60px 0;
    }

    .drone section {
        padding: 60px 0;
    }

    .drone .service_item ul li::before {
        top: 10px;
        bottom: 0;
        left: 0;
        margin: 0;
    }

    .drone h3 {
        margin-bottom: 20px;
        font-size: 2.4rem;
    }

    .drone .reasons_item {
        width: 100%;
    }

    .drone .reasons_item h4 {
        margin-bottom: 12px;
        font-size: 2rem;
    }

    .drone .reasons_item span {
        font-size: 2.8rem;
        width: 60px;
        height: 60px;
        top: -20px;
        left: -13px;
    }

    .drone .reasons_list {
        margin-top: 40px;
        gap: 30px;
    }

    .drone .area_btn {
        text-align: center;
    }

    .drone .heading_text {
        margin-bottom: 24px;
    }

    .drone .staff_item .left_area img {
        width: 200px;
        margin-bottom: 0.6em;
    }

    .drone .staff_item {
        gap: 10px;
    }

    .drone .staff_item .area_btn {
        margin-top: 24px;
    }

    .drone .staff_item .profile_item:first-of-type {
        margin-bottom: 12px;
    }

    .drone .staff_item .profile_item ul li {
        position: relative;
        padding-left: 0.8em;
        display: block;
        width: 100%;
    }

    .drone .plan_service_list h4 {
        margin-bottom: 0;
        padding: 0 0 16px;
        border-right: none;
        border-bottom: #2953D3 1px solid;
        width: 100%;
        text-align: center;
    }

    .drone .plan_service_list ul li img {
        width: 60px;
    }

    .drone .plan_service_list {
        justify-content: center;
        gap: 24px;
        padding: 2em;
        margin-bottom: 32px;
    }

    .drone .plan_service_list ul {
        gap: 16px;
        width: 200px;
        font-size: 1.7rem;
    }

    .drone .plan_price_item .price_content {
        padding: 1em 3em;
        height: auto;
    }

    .drone .price_content>div {
        margin-bottom: 0.4em;
    }

    .drone .price_content>div span {
        font-size: 4rem;
    }

    .drone .plan_price_list {
        gap: 12px;
    }

    .drone .plan_price_item:last-of-type .price_content {
        padding-top: 1em;
    }

    .drone .other_cost {
        gap: 10px;
    }

    .drone .flow_item {
        flex-wrap: wrap;
        gap: 0.5em 0;
    }

    .drone .flow_item>span {
        font-size: 3rem;
        padding: 0 16px 0 12px;
        margin-right: 10px;
    }

    .drone .flow_item h4 {
        margin-right: 0;
        width: auto;
    }

    .drone .flow_item:last-of-type {
        margin-bottom: 0;
    }

    .accordion-header::before,
    .accordion-header::after {
        right: 16px;
    }

    .accordion-header {
        display: flex;
        align-items: center;
        padding: 12px 48px 12px 20px;
    }

    .accordion-header span {
        font-size: 2.6rem;
        width: 36px;
    }

    .accordion-header p {
        width: calc(100% - 36px);
        font-size: 1.6rem;
    }

    .drone .sec_contact {
        padding-top: 60px;
    }

}

.contact .description {
    margin-bottom: 50px;
}

.contact .form {
    width: 600px;
    margin: 0 auto;
}

.contact .required,
.contact .form .acceptance_privacy label a {
    color: #2953D3;
}

.contact .form input,
.contact .form textarea {
    background-color: #FFF;
    border: 1px solid #C2C0C0;
    border-radius: 4px;
    padding: 0.4em 0.6em;
    width: 100%;
    margin-top: 0.4em;
}

.contact .form input {
    height: 48px;
}

.contact .form input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 0.2em;
}

.contact .form p {
    margin-bottom: 1.2em;
}

.contact .form .wpcf7-list-item label {
    display: flex;
}

.contact .form .wpcf7-list-item {
    width: 100%;
    margin-left: 0;
}

.contact .form .acceptance_privacy {
    text-align: center;
    display: block;
    margin: 2.4em auto;
}

.contact .form .acceptance_privacy label {
    justify-content: center;
    margin-top: 0.6em;
}

.contact .form .submit {
    background-color: #2953D3;
    border: none;
    height: 60px;
    color: #FFF;
    font-weight: 700;
    border-radius: 100vmax;
}

.contact .form .wpcf7-form-control-wrap {
    height: fit-content;
    display: inline-block;
    width: 100%;
}

.contact .form .wpcf7-spinner,
.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}

.thanks_content {
    padding: 120px 0 180px;
}

.thanks_content .area_btn {
    text-align: left;
}

@media screen and (max-width: 767px) {

    .contact .form {
        width: 100%;
    }

    .contact .form p {
        margin-bottom: 0.6em;
    }

    .contact .form input,
    .contact .form textarea {
        margin-top: 0.2em;
    }

    .contact .form .acceptance_privacy {
        text-align: center;
        display: block;
        margin: 1.6em auto;
    }

    .thanks_content .area_btn {
        text-align: center;
    }

    .thanks_content {
        padding: 80px 0 100px;
    }

}

.btn_area_blog {
    margin-top: 80px;
    display: flex;
    align-items: center;
    gap: 1em;
}

.btn_area_blog a {
    display: flex;
    align-items: center;
    gap: 1em;
}

.nav-links {
    text-align: center;
    font-family: "Public Sans", sans-serif;
    margin-top: 40px;
}

.nav-links a,
.nav-links span {
    display: inline-block;
    color: #2953D3;
    width: 44px;
    height: 44px;
    border: #2953D3 1px solid;
    border-radius: 100vmax;
    line-height: 44px;
    text-align: center;
}

.nav-links .current {
    color: #fff;
    background-color: #2953D3;
}

.under_content {
    margin: 120px 0;
}

@media screen and (max-width: 767px) {
    .btn_area_blog a img {
        width: 40px;
    }

    .btn_area_blog {
        margin-top: 32px;
    }

    .nav-links a,
    .nav-links span {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .under_content {
        margin: 60px 0;
    }

    .under_content .area_btn {
        text-align: center;
    }
}