/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/


/* ------- トップページ ------------------------ */

#particles-js {
  background-color: black;
}

.particle-column {
    position: relative; /* 子 div を絶対配置する基準 */
    min-height: 300px;  /* カラムの高さを確保 */
}

#particle-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -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;
}
.site-header-logo img {
    max-height: 50px;
}

.bg-color{
    background-color: #f6f6f6;
    margin: 100px calc(50% - 50vw);
    padding: 80px calc(50vw - 50%);
}

.top-columns{
    justify-content: center;
    position: relative;
}

.top-columns:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: calc(100vw * 60 / 750);
    background-image: url(http://localhost:10048/wp-content/uploads/2025/08/kugiri.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
}


/* お知らせ */
.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;
}


.reason-txt{
    color: #337ab7;
    font-size: 14px;
    position: relative;
    padding-bottom: 10px;
}
.reason-txt span{
    font-size: 50px!important;
    font-family: "Montserrat", sans-serif;
    opacity: 0.5;
    position: absolute;
    top: -30px;
    left: 40px;
    color: #999;
}

/* ------- 一般翻訳 ------------------------ */

.kadai{
    border: 1px solid #337ab7;
    padding: 40px;
    margin-top: 60px;
}
.kadai p.first{
    color: #337ab7;
    font-size: 22px;
    font-weight: bold;
}
.kadai .service-columns{
    margin-top: 40px;
}
.kadai .service-columns .wp-block-column:first-of-type p{
    font-size: 26px;
    line-height: 46px;
    color: #fff;
    background-color: #337ab7;
    width: 46px;
    height: 46px;
    border-radius: 25px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.tokutyo-columns figure{
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}

.wp-block-cover.height-420{
    height: 420px!important;
}

.vk_step .vk_step_item_content>p:first-child {
    margin-bottom: .3em;
    line-height: 1;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.service-columns .wp-block-column:last-of-type p:first-of-type{
    font-size: 20px;
}

/* ------- IR翻訳 ------------------------ */
.vk_step .vk_step_item_content>p:first-child {
    font-size: 20px;
    margin-bottom: 15px;
}

/* ------- 会社概要 ------------------------ */
table tr td{
    padding: 1em!important;
    font-size: 16px!important;
}


/* ---- フッター ----------- */
.footer-nav ul{
    text-align: center;
}
.site-footer{
    border-top: none;
}
.site-footer-copyright{
    font-size: 12px!important;
    background: #337ab7;
    color: #fff;
    padding: 0;
    max-width: none;
}
.site-footer-copyright p{
    margin: 0;
}

/* ページトップボタン */
.page_top_btn{
    background: rgba(255, 255, 255, 0.8);
    height: 44px;
    width: 44px;
    background-color: #337ab7;
    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%);
}



/* ------ 投稿 ------------------------ */

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: #337ab7;
	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: #337ab7;
    border: 1px solid #337ab7;
}


/* ------ プライバシーポリシー ------------------------ */
h3.is-style-vk-heading-solid_bottomborder_black{
    font-size: 20px;
}




/* ------- SP ----------------------------- */

@media (max-width: 991.98px){
 
    .vk-mobile-nav-menu-btn{
        border: none;
    }
    .vk-mobile-nav-menu-btn.menu-open{
        border: none;
    }

    .kadai p.first{
        font-size: 18px;
    }
    .kadai{
        padding: 20px;
        margin-top: 0;
    }

    h2.is-style-vk-heading-plain{
        font-size: 24px!important;
    }

    table tr td{
        font-size: 14px!important;
    }

    .reason-columns .wp-block-cover{
        min-height: 200px!important;
    }
    .reason-columns .wp-block-cover img{
        width: 60%;
        margin-right: auto;
        margin-left: auto;
    }

    /* お問い合わせ */
    .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;
    }

    /* ------ プライバシーポリシー ------------------------ */
h3.is-style-vk-heading-solid_bottomborder_black{
    font-size: 18px;
}





}