/*
Theme Name: Lightning Child
Theme URI: ★ ★
Template: lightning
Description: ★ 塚原 ★
Author: ★ author★
Tags: 
Version: 0.5.1
*/



@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&display=swap');


/*全体設定*/
body,
html {
    color: #222;
}

@media (max-width: 1180px) {
    .wp-block-group.about-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.page-header {
    background-color: #f1f1eb;
}

#features,
#about {
    padding-top: 60px;
    margin-top: -60px;
}

/*==ヘッダーナビフォント==*/
.global-nav-list>li .global-nav-name {
    font-size: 14px;
    color: #222;
    font-weight: normal;
}


/*投稿*/
.single .site-body {
    /* padding-top: 0; */
    padding-bottom: 0;
}

h1.page-header-title,
div.page-header-title {
    font-size: 2rem;
    font-family: 'Oswald',
        sans-serif;
    color: #333;
    font-weight: 400;
    letter-spacing: 0.2rem;

}

/*トップ・メインビジュアル*/
.mv-inner {
    width: 74%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    h2.wp-block-heading.about_nano {
        font-size: 22px !important;
    }
}

.marfont .vk_heading h2 span {
    font-family: 'Oswald',
        sans-serif;
    line-height: 1.2;
    letter-spacing: 0.2rem;
    font-weight: 300;
}

/*トップ・エビデンス*/
@media (max-width: 1180px) {
    .evidence .wp-block-group.left-gr {
        padding-left: 10% !important;
    }

}

/*トップ・特徴*/
@media (max-width: 768px) {

    .my-title .number {
        font-size: 44px !important;
    }

    .my-title .text {
        font-size: 22px !important;
    }
}

/*見出しh2*/
@media (max-width: 768px) {
    h2.wp-block-heading {
        font-size: 28px !important;
    }
}


/*コンタクトフォーム*/
.smf-item__description {
    color: #dc0a0a;
    font-size: 13px;
}


/*tel設定*/
.site-footer .notel,
.cta-gr .notel,
.company.notel {
    pointer-events: none;
}

.company.notel a {
    text-decoration: none;
}

.cta-gr.notel a {
    color: #248ccd;
    text-decoration: none;
}


/*エビデンススライダー*/
@media (max-width: 1180px) {
    .slider3-cover {
        margin-top: -60px;
    }
}

@media (max-width: 991px) {
    .slider3-cover {
        margin-top: -120px;
    }
}

@media (max-width: 578px) {

    .evidence .wp-block-image {
        height: 400px;
    }

    .evidence .my-size .wp-block-image {
        height: 200px;
    }

    .evidence .my-size .wp-block-image img {
        margin-top: -60px;
    }

    .slider3-cover {
        margin-top: -280px;
    }
}


/*プライバシー*/
.privacy-inner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/*トップへボタン*/
.page_top_btn {
    background-color: #1d70a4;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 80%),
        0 0 0 2px rgb(29 112 164 / 80%);
}



/*ウィジット・フッター*/
aside.widget.widget_vkexunit_cta {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .site-footer-content .row {
        flex-direction: column;
    }

    .widget.widget_nav_menu {
        margin-bottom: 5px;
    }
}


/*フッターナビ*/
.site-footer .widget.widget_nav_menu li.is-sp {
    display: none;
}

@media (max-width: 991px) {
    .site-footer .widget.widget_nav_menu li.is-sp {
        display: block;
    }

    .site-footer .widget.widget_nav_menu li.is-pc {
        display: none;
    }
}