/*
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;
}
.top-txt{
    background-color: rgba(81, 170, 155, 0.6);
    width: 800px;
    padding: 40px;
}
.site-header-logo {
    font-size: 20px;
}

/* 背景色 */
.bg-color{
    background-color: #f6f6f6;
    margin: 100px calc(50% - 50vw);
    padding: 80px calc(50vw - 50%);
}

/* テキスト */
p.p-18{
    font-size: 18px;
}

/* 見出し */
h2.is-style-vk-heading-plain{
    margin-top: 100px;
    margin-bottom: 50px;
    font-size: 24px;
}
h2.is-style-vk-heading-plain span{
    color: #51AA9B;
}
.home h2.is-style-vk-heading-plain{
    font-size: 24px;
    margin-top: 100px;
    margin-bottom: 50px;
}
.home h2.is-style-vk-heading-plain span{
    color: #A0B2B4;
    display: block;
}

/* ボタン */
.vk_button .vk_button_link{
    width: 300px;
    margin-top: 30px;
}

/* お知らせ */
.news-group{
    box-shadow: 0 0 8px #ccc;
}
.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;
}

/* ギャラリー */
.swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border-radius: 4px;
}

/* よくある質問 */
.is-style-vk_accordion-background-color .vk_accordion-trigger{
    background-color: #fff;
    font-weight: bold;
}
.vk_accordion-target-open {
    background-color: #fff;
}
.vk_accordion-target-open p{
    font-size: 14px;
}
.vk_accordion-trigger p{
    margin-bottom: 0!important;
}
.vk_accordion{
    border-bottom: 20px solid #f6f6f6;
}




/* ---- フッター ----------- */
.footer-nav{
    background-color: #51AA9B;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-nav ul li a{
    color: #fff;
}
.site-footer-copyright p{
    margin: 0;
}
.site-footer{
    border-top: none;
}
.site-footer-copyright{
    font-size: 12px!important;
    background: #51AA9B;
    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%);
}


/* ページヘッダー */
.page-header-title{
    font-size: 26px!important;
}


/* ------ ギャラリー ------------------------ */
.gallery-columns .wp-block-column{
    box-shadow: 0 0 8px #ccc;
    padding: 20px;
}
.gallery-columns .wp-block-column figure{
    margin-bottom: 10px;
}
.gallery-columns .wp-block-column p{
    color: #666;
}

/* ------ インターンシップのご案内 ------------------------ */
.bg-white{
    padding: 20px;
}
.internship-table tr td:first-of-type{
    background-color: #eee;
}
.bg-green{
    background-color: #F6FAF6;
    margin: 100px calc(50% - 50vw);
    padding: 80px calc(50vw - 50%);
}
.price-ttl span{
    color: #51AA9B;
}
.industry-columns .wp-block-column{
    box-shadow: 0 0 8px #ccc;
    padding: 20px;
}
.industry-columns .wp-block-column p:first-of-type{
    font-size: 18px;
    font-weight: bold;
    color: #51AA9B;
}
.industry-columns .wp-block-column figure{
    margin-bottom: 20px;
}

.vk_flow .vk_flow_frame_text_title{
    color: #51AA9B;
    text-align: center;
    margin-bottom: 20px;
}
.vk_flow .vk_flow_frame_text_content{
    text-align: center;
}
.vk_flow .vk_flow_frame{
    padding: 30px;
    padding-bottom: 35px;
    border: 2px solid #51AA9B;
    background: #fff;
}
.vk_flow.vk_flow-arrow-on::after {
    background-image: url(http://localhost:10038/wp-content/uploads/2025/04/arrow_bottom-green.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.syorui-ttl{
    background-color: #51AA9B;
    color: #fff;
    padding: 2px 10px;
    font-weight: bold;
}


/* ------ 会社概要 ------------------------ */
table tr td{
    font-size: 16px!important;
    padding: 1em!important;
}


/* ------ 投稿 ------------------------ */
.entry-title{
    font-size: 22px;
}
body.blog .site-body{
    padding-bottom: 15rem;
}
body.single .site-body{
    padding-bottom: 15rem;
}
body.archive .site-body{
    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: 5% 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: #51AA9B;
	color: #fff;
    font-weight: bold;
	font-size: 1.1em;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
    margin-top: 50px;
    height: 44px;
    border-radius: 0;
    border: none;
    margin-bottom: 100px;
}
.btn_contact7 input:hover {
    background-color: #fff;
    color: #51AA9B;
    border: 1px solid #51AA9B;
}






/* ------- SP ----------------------------- */

@media (max-width: 991.98px){
 
    .vk-mobile-nav-menu-btn{
        border: none;
    }
    .vk-mobile-nav-menu-btn.menu-open{
        border: none;
    }

    .site-header-logo{
        text-align: left;
        font-size: 18px;
    }

    /* トップページ */
    .top-txt{
        font-size: 20px!important;
        padding: 20px;
    }
    .home h2.is-style-vk-heading-plain {
        font-size: 20px;
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .vk_button .vk_button_link{
        margin-top: 0;
    }

    /* ギャラリー */
    h2.is-style-vk-heading-plain {
        margin-top: 60px;
        margin-bottom: 30px;
        font-size: 22px;
    }

    /* 会社概要 */
    table tr td {
        font-size: 14px !important;
    }
    table tr td:first-of-type{
        width: 30%;
    }

    /* インターンシップのご案内 */
    .page-header-title {
        font-size: 20px !important;
    }
    .page-header{
        min-height: 7rem;
    }
    .bg-color {
        margin: 50px calc(50% - 50vw);
        padding: 50px calc(50vw - 50%);
    }
    .bg-green {
        margin: 50px calc(50% - 50vw);
        padding: 50px calc(50vw - 50%);
    }

    /* フッター */
    .footer-nav-list li {
        display: inline-block;
        padding: 0 1em;
    }
    .footer-nav{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /* お問い合わせ */
    .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;
    }




}