/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/


/* ------- トップページ ------------------------ */

html{
    scroll-behavior: smooth;
}
body{
    color: #333;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans JP', sans-serif;
}
body p{
    line-height: 2;
}

/* ヘッダー */
.header-top{
    display: none;
}

.bg-color{
    background-color: #F0F8E6;
    margin: 100px calc(50% - 50vw);
    padding: 80px calc(50vw - 50%);
}

/* 見出し */
h2.is-style-vk-heading-plain span{
    color: #D4E4BF;
    position: absolute;
    top: 15px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
h2.is-style-vk-heading-plain{
    position: relative;
    z-index: 2;
    margin-top: 100px;
    margin-bottom: 50px;
}

.home h2.is-style-vk-heading-plain span {
    color: #588334;
    position: unset;
}

.home .vk_button {
    margin-top: 40px!important;
}
.home .vk_button .vk_button_link.btn{
    width: 200px;
}

.home .cta .vk_button {
    margin-top: 0px!important;
}
.home .cta .vk_button .vk_button_link.btn{
    width: auto;
}

.news-bg{
    background-color: #588334;
    padding: 30px;
}
.news-bg time, .news-bg a{
    color: #fff!important;
}
.news-bg .vk_button .vk_button_link.btn{
    color: #588334!important;
}

.c-m-columns .wp-block-column:first-of-type{
    border: 3px solid #588334;
    padding: 30px;
}
.c-m-columns .wp-block-column:first-of-type p:first-of-type{
    font-size: 18px;
    font-weight: bold;
    color: #588334;
}

.c-m-columns .wp-block-column:last-of-type{
    border: 3px solid #B5D887;
    padding: 30px;
}
.c-m-columns .wp-block-column:last-of-type p:first-of-type{
    font-size: 18px;
    font-weight: bold;
    color: #B5D887;
}


/* お知らせ */
.wp-block-latest-posts li{
    display: flex;
    padding: 1.3em 0;
}
.wp-block-latest-posts li time{
    order: 1;
    margin-right: 2em;
}
.wp-block-latest-posts li a{
    order: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}




/* ---- フッター ----------- */
.site-footer-copyright p{
    margin: 0;
}
.site-footer{
    border-top: none;
}
.site-footer-copyright{
    font-size: 12px!important;
    background: #333;
    color: #fff;
    padding: 0;
    max-width: none;
}

/* ページトップボタン */
.page_top_btn{
    background: rgba(255, 255, 255, 0.8);
    height: 44px;
    width: 44px;
    background-color: #333;
    background-repeat: no-repeat;
    box-shadow: none;
    bottom: 4%;
}
.page_top_btn::after{
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


/* ------ 事業内容 ------------------------ */
.service-columns{
    gap: 60px!important;
}


/* ------ kokku ------------------------ */
.wa-columns .wp-block-column:first-of-type p{
    background-color: #F0F8E6;
    color: #588334;
    border-radius: 50vw;
    text-align: center;
    height: 100px;
    width: 100px;
}
.wa-columns .wp-block-column:first-of-type p{
    line-height: 100px!important;
}

/* ------ 会社概要 ------------------------ */
table tr td{
    padding: 1em!important;
}

/* ------ Warmthについて ------------------------ */
.feature-list {
    background-color: #fff;
    padding: 20px 30px;
    padding-left: 30px!important;
    border-radius: 8px;
}
.feature-list li{
    border-bottom: 1px dotted #333;
    padding-bottom: 13px;
    padding-left: 1.5em;
}
/* .feature-list{
    padding-left: 0!important;
} */
ul.is-style-vk-check-mark li::before{
    left: 0;
}

/* ------ 求人 ------------------------ */
table tr td{
    padding: 1em!important;
    font-size: 16px!important;
}
.big-p{
    font-size: 18px;
    font-weight: bold;
    color: #588334;
}


/* ------ 投稿 ------------------------ */
.entry-title{
    font-size: 24px;
}
.sub-section .vk_post .media-img{
    display: none;
}
body.blog .siteContent{
    padding-bottom: 15rem;
}
body.single .siteContent{
    padding-bottom: 15rem;
}
body.archive .siteContent{
    padding-bottom: 15rem;
}

.entry-meta_items_author{
    display: none;
}
.vk_post .vk_post_title{
    font-size: 14px!important;
    font-weight: normal;
    margin: 0;
}
.postNextPrev_label{
    margin-bottom: 0.5em;
}

.postNextPrev .vk_post:last-of-type .vk_post_title{
    text-align: right;
}



/* ------ お問い合わせ ------------------------ */

/* ContactFrom7 */
.contact7 {
	max-width: 100%;
	box-sizing: border-box;
    background-color: #f6f6f6;
    padding: 8% 3%;
    margin-top: 50px;
}
.contact7 dd {
	margin: 0 0 30px 0;
    border-left: none;
}
.contact7 dd:last-of-type{
    margin-bottom: 0;
}
.contact7 dt {
	font-weight: normal;
    border-left: none;
}
span.wpcf7-spinner{
    display: none;
}
 
/* 必須マーク */
.contact7 .must {
	color: #d93e14;
}
.form-control{
    border-radius: 0;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 40%;
	background-color: #588334;
	color: #fff;
    font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 1em;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
    margin-top: 50px;
    padding-left: 2em;
    height: 44px;
    border-radius: 0;
    border: none;
    margin-bottom: 100px;
}
.btn_contact7 input:hover {
    background-color: #fff;
    color: #588334;
    border: 1px solid #588334;
}



.site-body-bottom{
    position: absolute;
    top: 12%;
    right: 5%;
    z-index: 10000;
}





/* ------- SP ----------------------------- */

@media (max-width: 991.98px){

.site-body-bottom{
    position: absolute;
    top: 1.5%;
    right: 7%;
    z-index: 1000;
}
 
    .vk-mobile-nav-menu-btn{
        border: none;
    }
    .vk-mobile-nav-menu-btn.menu-open{
        border: none;
    }

    .vk_button.sp-center{
        text-align: center;
    }
    .sp-left{
        text-align: left;
    }

    .wp-block-latest-posts li time{
        width: 25%;
    }
    .wp-block-latest-posts li a{
        width: 75%;
    }

    h2.is-style-vk-heading-plain{
        margin-top: 60px;
        margin-bottom: 30px;
    }
    h2.is-style-vk-heading-plain span{
        font-size: 30px!important;
    }
    .home h2.is-style-vk-heading-plain span {
        font-size: 12px !important;
    }
}

    .wa-columns .wp-block-column:first-of-type{
        display: flex;
        justify-content: center;
    }

    table tr td{
        font-size: 14px!important;
    }
    table tr td:first-of-type{
        width: 30%;
    }

    .entry-title{
        font-size: 22px;
    }
    

    /* お問い合わせ */
    .btn_contact7 input {
        width: 80%;
    }

    /* ニュース */
    .media .media-body .media-heading{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .media .postList_thumbnail{
        width: 150px;
    }
    .subSection{
        margin-top: 5rem;
    }
    .postNextPrev{
        gap: 10px!important;
    }




}