@charset "utf-8";
/*
 * resposive.css は 991px 以下のデバイスへと反映されます。
 * 
 * ブレイクポイントは標準のLightningテーマおよびBootstrapの理念に基づき
 * sm: 576px　md: 768px　lg: 992px　xl: 1200px　となっているので、それに準じてください。
 * 
*/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  General　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、bodyへの上書き、カラー変数設定など */
html {
    margin-top: unset !important;
}
.admin-bar #wpadminbar {
    visibility: hidden;
}
.admin-bar .vk-mobile-nav-menu-btn {
    top: 5px;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */

/*右側へ要素を広げる*/
.column-out-right{
    margin-right:unset;
}
/*左側へ要素を広げる*/
.column-out-left{
    margin-left: unset;
}

/*テーブル*/
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
	padding:.5rem;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Header, Hamburger ヘッダーまわり・ハンバーガーナビ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
header#site-header {
    min-height: calc(44px + 5px + 5px);
    display: flex;
    align-items: center;
	top:unset;
}


#vk-mobile-nav-menu-btn {
    background: none;
    background-color: var(--vk-color-primary);
    border: none;
}
#vk-mobile-nav-menu-btn::after {
    content: '\f0c9';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 44px;
    width: 44px;
    text-align: center;
    text-indent: 0;
}
#vk-mobile-nav-menu-btn.menu-open::after {
    content: '\f00d';
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/*teaser*/
.mv-title {
	width:fit-content;
	max-width:unset;
}
.mv-title h2,
.mv-title p {
	padding-left:1rem;
}
.mvform {
	margin-top:2rem;
	position:static;
	transform:none;
	width:100%;
	padding:1rem;
}
/*このようなお悩みありませんか*/
.fltwrap {
	position:relative;
	margin-bottom:0;
}
.flttxt {
	padding:1rem;
	width:90%;
	position:static;
	transform: translateY(-50px);
	margin-inline:auto!important;
}
.flttxt2 {
	padding:1rem;
	width:90%;
	position:static;
	order:2;	
	transform: translateY(-50px);
	margin-inline:auto!important;
}

.position-btm {
	position:static;
}

.card.vk_post-col-xs-12 {
	margin-bottom:0;
}


/*CTA*/
.cta-tel {
	height:90px;
}
.cta-tel .vk_button_link_caption {
	font-size:24px;
	white-space:nowrap;
}
.cta-mail .vk_button_link.btn {
	height:60px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */

/*会社概要*/
.fltimg2 {
	position:absolute;
	left:0;
	bottom:-15px;
}
.w-sp-50 {
	width:50%;
}
.w-sp-75 {
	width:75%;
}
.gap-sp-0 {
	gap:0;
}
/*吹き出し*/
.vk_balloon_content {
	max-width:100%;
}
.comment-ue figure img {
	position:static;
}
.comment-ge {
	min-height:unset;
}

/*FLOW*/
.vk_flow .vk_flow_frame_text_title br {
	display:block;
}
.vk_flow .vk_flow_frame_text_title mark {
	padding:.5em;
	margin-bottom:.5em;
	font-size:1rem;
}
.vk_flow .vk_flow_frame_image {
	max-width:100%;
}

/*ご支援実績テーブル*/
.sp-tablelayout tr {
display: grid;
grid-template-columns: repeat(2, 50%);
grid-template-rows: repeat(2, auto);
grid-column-gap: 0px;
grid-row-gap: 0px;
}
.sp-tablelayout tr td:nth-child(1) { 
	grid-area: 1 / 1 / 2 / 3;
	width:100%!important;
	background:#f2f2f2!important;
	color:#333!important;
}
.sp-tablelayout tr td:nth-child(2) { 
	grid-area: 2 / 1 / 3 / 2;
	width:100%!important;
}
.sp-tablelayout tr td:nth-child(3) { 
	grid-area: 2 / 2 / 3 / 3;
	width:100%!important;
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive　ブログ一覧ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Single　ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  その他・追加機能
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */


/*左固定レイアウト解除*/
.sticky-left {
	position: unset !important;
    top: 0px !important;
}

