/* 追加CSS */

@media (min-width: 768px) {
	.sp-only {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.pc-only {
		display: none !important;
	}
}
@media (min-width: 992px) {
	.sp-only2 {
		display: none !important;
	}
}
@media (max-width: 991px) {
	.pc-only2 {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.sp-only3 {
		display: none !important;
	}
}
@media (max-width: 1199px) {
	.pc-only3 {
		display: none !important;
	}
}


:root {
	--vk-line-height: 2;
	--vk-font-size-xs: 12px;
    --vk-color-text-body: #fff;
	--vk-color-text-light: #fff;
	--vk-color-text-link: #fff;
	--vk-color-text-link-hover: #fff;
}

html {
  scroll-padding-top: 180px;
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html {
	scroll-padding-top: 40px;
  }
}


.mb0 {
	margin-bottom: 0 !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mb1em {
	margin-bottom: 1em !important;
}
.mt1em {
	margin-top: 1em !important;
}
.mb1_5em {
	margin-bottom: 1.5em !important;
}
.mt1_5em {
	margin-top: 1.5em !important;
}


/* fadeIn: スクロール時に下からふわっとフェードイン */
.home .fadeIn {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}
.home .fadeIn.is-active {
	opacity: 1;
	transform: translateY(0);
}

.instagram-swiper {
	margin-bottom: 26px;
}

.instagram-swiper .swiper-pagination {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.instagram-swiper .swiper-slide img,
.instagram-swiper .swiper-slide video {
	width: 100%;
}




body,
.vk_post .vk_post_title,
.home .group6 h3,
.vk_faq .vk_faq_title::before,
.vk_faq .vk_faq_content::before,
.mw_wp_form input[type=submit],
.mw_wp_form input,
.mw_wp_form textarea {
    font-family: 'Zen Kaku Gothic New',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,sans-serif;
}

body p,
.vk_post_date,
.breadcrumb-list li,
body #main li {
    /* font-weight: 500; */
	color: #fff;
}

.site-body,
#breadcrumb {
    background-color: #111;
}

#main p a {
	text-decoration: underline;
}
#main p a:hover {
	opacity: 0.8;
	transition: opacity 0.2s;
}



body.home h1,
body.home h2,
body.home h3,
body.home h4,
body.home h5,
.home .group5 .wp-block-cover__inner-container p,
.page-header-title {
	font-family: 'Zen Kaku Gothic New',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,sans-serif;
}
.page-header-title {
	color: #fff;
}
.home .group5 .wp-block-cover__inner-container p {
	color: #fff;
}
body h1.is-style-vk-heading-plain,
body h2.is-style-vk-heading-plain,
body h3.is-style-vk-heading-plain,
body h4.is-style-vk-heading-plain,
body h5.is-style-vk-heading-plain {
	color: #596d03;	
}
.vk_heading.vk_heading-style-plain .vk_heading_title:not(.has-text-color) {
	color: #596d03;	
}

#main p {
	line-height: 2;
	margin-bottom: 1.5rem;
}
/*
@media (max-width: 767px) {
	#main p {
		line-height: 1.7em;
	}
}
*/
#main .vk_gridColumn_item p:last-child {
	margin-bottom: 0 !important;
}


#main li {
    margin-top: 0.35em;
    margin-bottom: 0.35em;
    line-height: 1.7em;
}
#main li:first-child {
	margin-top: 0;
}
#main li:last-child {
	margin-bottom: 0;
}

.vk_post .vk_post_excerpt {
	line-height: 1.6 !important;
}
.has-text-align-center {
    text-align: center !important;
}
.has-text-align-right {
    text-align: right !important;
}

.w100 {
	width: 100%;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mt0 {
	margin-top: 0 !important;
}

/* 「もっと見る＞＞」リンク */
.more_link {
    text-align: right;
    margin-top: -30px;
}
.more_link a {
	font-size: 20px;
    color: #000;
}
@media (max-width: 767px) {
	.more_link a {
		font-size: 18px;
	}
}
/* 「もっと見る＞＞」横カード用追加CSS */
.more_link_oblong_card {
    margin-top: -15px;
}

/* 「LTG Media Posts」ウィジェット */
.media_post .media_post_text .media_post_excerpt {
	display: block;
	font-size: 12px;
}
.oblong_card .media_post_image img {
    width: 180px;
}
@media (max-width: 767px) {
	.oblong_card .media_post_image img {
    	width: 120px;
	}
}
.oblong_card .media_post_meta {
    line-height: 1.42857143;
}
.oblong_card .media_post_excerpt {
    line-height: 1.8;
}
.widgets_on_page ul {
	padding-left: 0;
}
.vertical_card .media_post_title {
    letter-spacing: 2px;
    font-weight: 700;
    margin: 0 0 5px;
    font-size: 20px !important;
    line-height: 1.3;
}
.vertical_card .media_post_excerpt {
	margin-top: 10px;
    font-size: 13.5px !important;
    line-height: 1.8;
}
@media (min-width: 768px) {
	.widgets_on_page .image_3 .media_post_image {
    	height: 250px;
	}
	.vertical_card.large_image .media_post_image {
    	height: 200px;
	}
}
@media (min-width: 576px) {
	.widgets_on_page .flex_height_col.col-sm-6 {
			flex-basis: 50%;
			max-width: 50%;
	}
}
@media (min-width: 1200px) {
	.vertical_card.large_image .media_post_image {
    	height: 240px !important;
	}
}

/* タグリスト */
.tagcloud_custom {
	width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
	.tagcloud_custom {
		width: 100%;
    	margin-bottom: 30px;
	}
}
.tagcloud_custom a::before {
    display: none;
}
.tagcloud_custom a {
	border: none !important;
    background-color: #D6ECE6 !important;
    border-radius: 0 !important;
    padding: 0px 30px 0px !important;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 3em !important;
    font-size: 14px;
    display: inline-block;
	text-decoration: none;
}
.tagcloud_custom a:hover {
	color: #464646;
}
.tagcloud_custom a.tag_selected {
    background-color: #e5e5e5 !important;
}

/*　ページヘッダーテキスト　*/
.headerTop_description {font-size:14px !important; font-weight:bold; color:#353535 !important; }



.mwform_input_only,
.mwform_confirm_only,
.mwform_complete_only {
	display: none;
}

.mw_wp_form_input .mwform_input_only {
	display: block;
}
.mw_wp_form_confirm .mwform_confirm_only {
	display: block;
}
.mw_wp_form_complete .mwform_complete_only {
	display: block;
}

.grecaptcha-badge {
	visibility: hidden;
}
.recaptcha_policy {
    padding: 0;
	margin: 40px 0 0;
    font-size: 12px !important;
    color: #444 !important;
    text-align: left;
}

.mw_wp_form .require {
	color: #cc0000;
}
.mw_wp_form label {
	display: block;
}
.mw_wp_form_confirm label,
.mw_wp_form_confirm label > span {
	display: block;
}
.mw_wp_form_confirm label > span {
	font-weight: bold;
}
.mw_wp_form label.contact_input {
	align-items: center;
}
.mw_wp_form label.contact_textarea > span {
	margin-top: 20px;
}
.mw_wp_form label > span {
	width: 100%;
	margin-bottom: 8px;
	display: block;
}
.mw_wp_form label > input,
.mw_wp_form label > textarea {
	width: 100% !important;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}
.mw_wp_form label > input {
    padding-top: 1em;
    padding-bottom: 1em;
}
.mw_wp_form label > textarea {
	resize: none;
}
.mw_wp_form_input .contact_input_wrap {
	margin-top: 10px;
}
.mw_wp_form_confirm .contact_input_wrap {
	margin-bottom: 50px;
}
.contact_input_wrap > br {
	display: none;
}
.contact_input_wrap > label {
	margin-bottom: 30px;
	font-weight: 500;
}
.mw_wp_form_confirm .contact_input_wrap > label {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
}
/*
.mw_wp_form input[type=submit] {
	width: 360px;
    max-width: 360px;
    border-radius: 0;
    padding: 15px 0;
    display: block;
    border-radius: var(--vk-size-radius-btn-primary);
	font-weight: 500;
}
*/
.mw_wp_form_confirm input[type=submit] {
	width: 48%;
	margin-bottom: 30px;	
}
.mw_wp_form input,
.mw_wp_form textarea {
	/* font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,sans-serif; */
	font-weight: 500;
}

.mw_wp_form_confirm form p:first-of-type {
    display: flex;
    justify-content: space-between;
}
.mw_wp_form_confirm .backButton {
	background-color: #C4D33B;
    color: #000;
    border: none;
}
.mw_wp_form_confirm input[name=submitBack]:hover {
	background-color: #C4D33B;
    color: #000;
	opacity: 0.8;
}
.mw_wp_form_confirm input[type=submit] {
	margin: 0;
}
.post-name-contact .site-body {
	padding-bottom: 30px;
}



@media (min-width: 992px) and (max-width: 1199.98px) {
	.site-header--layout--nav-float .site-header-logo {
		margin-right: 1em;
	}
	/*
	.device-pc .global-nav-list>li>a {
		padding: 14px 0.8em;
	}
	*/
	.global-nav-list>li .global-nav-name {
		font-size: 13px;
	}
	.global-nav--layout--float-right {
		margin-left: 0 !important;
	}
    .device-pc .global-nav-list>li>a {
        padding: 11px 1.5em;
    }

	/*
	.home .group1 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item {
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
	.home .group1 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:first-child {
		padding: 0 !important;
	}
	.home .group1 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child > .wp-block-vk-blocks-grid-column > .row {
	    align-items: flex-end;
	}
	*/
	.home .group1 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:first-child {
        flex: 0 0 calc(100% - 450px) !important;
        max-width: calc(100% - 450px) !important;
    }
    .home .group1 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child {
        flex: 0 450px !important;
        max-width: 450px !important;
    }
	.home .group1 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:first-child {
		padding-top: 160px !important;
	}
	.home .group1 .name_in_group1::after {
		min-width: 320px !important;
	}

	/*
	.group_cta > div:first-child .vk_outer_container {
		margin-left: calc((100vw - var(--vk-width-container)) / 2 + 15px);
	}
	.group_cta > div:last-child .vk_outer_container {
		margin-right: calc((100vw - var(--vk-width-container)) / 2 + 15px);
	}
	*/
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.group_cta > div:first-child .vk_outer_container {
		margin-left: calc((100vw - var(--vk-width-container)) / 2 + 15px);
	}
	.group_cta > div:last-child .vk_outer_container {
		margin-right: calc((100vw - var(--vk-width-container)) / 2 + 15px);
	}
}


/* .search-results .site-body .vk_post .media-img { */
.search-results .site-body #main .vk_post .media-img {
	display: none;
}

.page_top_btn {
	background-color: var(--vk-color-primary);
}


.site-body-bottom .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.site-body-bottom .container > aside:first-child {
    width: 100%;
}

/*
.site-body-bottom .container > aside:nth-child(n+2) {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
.site-body-bottom .container > aside:nth-child(3) {
	max-width: 508px;
}
*/

.home .site-body-bottom .container > aside {
	/* margin-bottom: 80px; */
	margin-bottom: 145px;
}
.home .site-body-bottom .container > aside:first-child {
	/* margin-bottom: 70px; */
	margin-bottom: 140px;
}
body:not(.home) .site-body-bottom .container > aside:nth-child(n+2) {
    display: none;	
}
body:not(.home) .site-body-bottom .widget {
	margin-bottom: 0;
}
body:not(.home) .site-body-bottom .group_cta figure {
	margin-bottom: 0;
}

body.home .widget-title.sub-section-title {
	/* font-size: 36px; */
	font-size: 60px;
    font-weight: 400;
	font-family: 'EB Garamond', serif !important;
	color: #fff;
    text-align: center;
    /* margin-bottom: 25px; */
    margin-bottom: 55px;
}
@media (max-width: 767px) {
	body.home .widget-title.sub-section-title {
    	margin: 0 0 35px 0;
	}
}

@media (min-width: 768px) {
	#sb_instagram #sbi_images {
		padding-bottom: 55px;
	}
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
    border-radius: 0;
}
#sb_instagram #sbi_load .sbi_load_btn {
	cursor: pointer;
}
#sb_instagram .sbi_follow_btn a:hover {
	opacity: 0.8;
	transition: opacity 0.2s;
}



.card {
    border-radius: 0;
}
.home .site-body {
    padding: 0;
}


.wp-block-table.is-style-works-table table {
	width: 100%;
}
.wp-block-table.is-style-works-table th {
	width: 13%;
	background: #ebede1;
	text-align: left;
    word-break: keep-all;
    vertical-align: top;
	font-weight: 500;
	border: 1px solid #DCDCDC;
	border-collapse: collapse;
	line-height: 1.8em;
	white-space: nowrap;
}
.wp-block-table.is-style-works-table td {
	word-break: break-word;
	text-align: left;
    vertical-align: top;
    font-weight: 500;
	border: 1px solid #DCDCDC;
	border-collapse: collapse;
	line-height: 1.8em;
}


.wp-block-vk-blocks-faq.vk_faq,
.wp-block-vk-blocks-faq2.vk_faq {
	border-radius: 0;
    margin-bottom: 13px !important;
}
.home .wp-block-vk-blocks-faq.vk_faq,
.home .wp-block-vk-blocks-faq2.vk_faq {
    margin-bottom: 10px !important;
}
.vk_faq .vk_faq_title::before {
    background-color: #596d03;
	line-height: 1.8rem;
}
.vk_faq .vk_faq_content::before {
    background-color: #c4d33b;
    color: #333333 !important;
	line-height: 1.8rem;
}
.vk_faq .vk_faq_title p:last-child,
.vk_faq .vk_faq_content p:last-child {
	margin-bottom: 0 !important;
}


.site-footer {
	background-color: #222;
	font-size: 16px;
}
.site-footer-content > .row > div {
    flex: 0 0 50%;
    max-width: 50%;
	padding: 0;
}
.site-footer-content > .row > div:first-child figure {
	/* width: 190px; */
    width: 296px;
}
.site-footer-content .widget_nav_menu a {
	color: #fff;
}

.site-footer .widget_nav_menu .menu > li {
    position: relative;
    padding-left: 16px;
}
.site-footer .widget_nav_menu .menu > li::before,
.table_of_contents li::before {
    content: "";
    position: absolute;
    top: 0.8em;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: #405715;
    border-radius: 50%;
}
.site-footer .widget_nav_menu .sub-menu > li {
    position: relative;
    padding-left: 13px;
}
.site-footer .widget_nav_menu .sub-menu > li::before {
	content: "└";
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 13px;
    height: 13px;
}
.site-footer .widget_nav_menu .menu > li a {
	font-size: 16px;
	padding: 0.25em 0;
	border: none;
}
.site-footer .widget_nav_menu .menu > li a[href]:hover {
	opacity: 0.8;
	transition: opacity 0.2s;
}

.ltg-slide-text-set {
    background-image: url(/wp-content/uploads/2023/04/logo_takeuchiteien_main.svg);
	width: 143px;
	height: 100%;
    max-height: 60%;
	background-repeat: no-repeat;
	background-position: center;
}
.ltg-slide-text-title {
	display: none;
}
.page_top_btn {
    z-index: 98;
}
.home figure {
	margin-bottom: 0;
}
.flex_1_4 p {
	line-height: 1 !important;
}
.wp-block-vk-blocks-faq2.vk_faq .vk_faq_title {
    padding: 1.5rem 3rem 1.5rem 4.3rem;
}
.wp-block-vk-blocks-faq2.vk_faq .vk_faq_content,
.wp-block-vk-blocks-faq2.vk_faq .vk_faq_content-accordion-open {
    padding: 1.6rem 1.5rem 1.5rem 4.3rem;
}
.wp-block-vk-blocks-faq.vk_faq .vk_faq_content-accordion-close,
.wp-block-vk-blocks-faq2.vk_faq .vk_faq_content-accordion-close {
	padding-top: 0;
	padding-bottom: 0;
}
.copyright_in_profile {
	font-size: 12px;
    margin-top: 56px;
}
.site-footer-content > .row > div:first-child {
	margin-bottom: 25px;
}
.home .group3 .vk_button {
	margin-top: 5px;
}

body:not(.home) .entry-body h2 {
	color: #ffffff;
    background-color: #222222;
    padding: 10.5px 20px;
    font-size: 24px;
    border-left: solid 10px #405715;
    margin: 0;
    line-height: 34px;
}
body:not(.home) .entry-body h3 {
	background-color: #405715;
    padding: 7.5px 19.5px;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    line-height: 28px;
}
body:not(.home) .entry-body h4 {
    font-size: 20px;
	line-height: 28px;
    border-bottom: 1px solid #666666;
	margin: 0;
    padding-bottom: 10px;
}
.post-name-start-here h4 {
    font-size: 18px !important;
	line-height: 25px !important;
}

body:not(.home) .entry-body h2.has-background,
body:not(.home) .entry-body h3.has-background,
body:not(.home) .entry-body h4.has-background {
	border: none;
}
body:not(.home) .entry-body h2:first-child,
body:not(.home) .entry-body h3:first-child,
body:not(.home) .entry-body h4:first-child {
	margin-top: 0;
}

body:not(.home) .entry-body figure {
    margin-bottom: 0;
}

body.single .entry-body img + figcaption {
	margin-top: -32px;
    margin-bottom: 42px;
}
body.single .entry-body figcaption {
	font-weight: 500;
}
body.single .entry-body .wp-block-image {
    margin-top: 42px;
}
body.single .entry-body > .wp-block-image:first-child {
	margin-top: 0;
}

body:not(.home) .entry-body .vk_gridColumn_item img,
body:not(.home) .entry-body .vk_outer img,
body:not(.home) .entry-body .vk_gridColumn_item figure,
body:not(.home) .entry-body .vk_outer figure {
	margin-bottom: 0;
}

.list_in_services-landscaping {
	display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 30px;
}
.list_in_services-landscaping li {
    width: calc(50% - 15px);
    margin: 0 !important;
    background-color: #f4f2ec;
    text-align: center;
    padding: 12px;
    border: 1px solid #596d03;
    font-size: 20px;
    font-weight: 500;
}


.wp-block-search__inside-wrapper {
    border: 1px solid var(--vk-color-border-form);
    padding: 4px;
}


.sub-section .widget {
	margin-bottom: 5px;
}
.sub-section .widget_nav_menu {
	margin-top: 45px;
    margin-bottom: 45px;
}
.sub-section .sub-section-title {
    position: relative;
    border-bottom: 1px solid #666;
    border-radius: 0;
    background: 0 0;
    padding: 0 0 10px;
    margin-bottom: 15px;
    font-weight: 500;
}
.sub-section .sub-section-title::after {
	content: none;
}
.sub-section .menu li a {
	color: #333333;
	padding-top: 0.75em;
    padding-bottom: 0.75em;
	font-weight: 700;
}
.sub-section .menu .sub-menu li a {
	font-weight: 500;
}


.sub-section .postList_title {
	font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 0;
}
.sub-section .postList_item {
	display: flex !important;
    align-items: center;
}
.sub-section .postList_date {
    font-size: var(--vk-font-size-xs);
    margin-top: 0.4rem;
    color: var(--vk-color-text-light);
	font-weight: 500;
}
.sub-section .postList .postList_thumbnail {
    width: 80px;
    height: 80px;
}
.sub-section .postList_body {
    width: 65% !important;
}
.sub-section .veu_postList {
	margin-bottom: 45px;
}
.wp-block-search__button,
.wp-block-search__input {
    border-radius: 0;
}
.wp-block-search__button {
	margin-left: 5px;
}

.list_in_services-care {
	list-style-type: none;
    padding: 0;
    margin: 0;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 400px;
    margin-bottom: -30px;
}
.list_in_services-care li {
	padding-bottom: 18px;
    margin-top: 0 !important;
    margin-bottom: 18px !important;
    border-bottom: 1px solid #DCDCDC;
    width: 46%;
}
.list_in_services-care span {
	background-color: #c4d33b;
    border-radius: 20px;
    width: 62px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.post-name-faq .vk_faq {
	background-color: #F4F2EC;
}

iframe {
	margin-bottom: 0;
}

.members_in_about-us .wp-block-group {
    background-color: #F4F2EC;
    height: 100%;
}
.members_in_about-us strong {
	color: #596D03;
}
.members_in_about-us p {
	padding: 12px 20px;
}
body:not(.home) .entry-body .members_in_about-us.vk_gridColumn .col-xl-6:nth-child(n + 3) {
    margin-top: 30px;
}

.post-name-about-us .wp-block-table figcaption {
	font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin-top: 15px;
}

.list_indent {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.list_indent li {
	padding-left: 1em;
    text-indent: -1em;
}
.list_indent strong {
	color: #596D03;
}

.img_arrow img {
	margin-bottom: 0 !important;
}
.group_flow .vk_outer {
    margin-top: 0 !important;
}


body.post-name-start-here .entry-body h3 {
	margin: 50px 0 30px 0;
}
body.post-name-start-here .entry-body .vk_gridColumn h4 {
    margin-bottom: 25px;
}

.agreement_in_flow {
	font-size: 25px;
	padding: 10px 0 !important;
}

.heading_multiline {
	line-height: 1.3em !important;
}

.card-img-outer {
	margin-bottom: 29px;
}

#mw_wp_form_mw-wp-form-4040,
#mw_wp_form_mw-wp-form-4042 {
    padding-top: 130px;
    margin-top: -130px;
}

/*
.single .page-header::before {
    opacity: 0.7;
}
*/

.veu_relatedPosts,
.entry-footer {
	font-weight: 500;
}
.veu_relatedPosts img {
	margin-bottom: 0 !important;
}
.veu_socialSet li {
	margin-top: 0 !important;
}

.single blockquote {
	margin-top: 42px;
	margin-bottom: 42px;
}
.single blockquote p:last-child {
	margin-bottom: 0 !important;
}

.wp-block-group p:last-child, .wp-block-group ul:last-child, .wp-block-group ol:last-child, .wp-block-group dl:last-child, .wp-block-group table:last-child, .wp-block-group .wp-block-columns:last-child {
    margin-bottom: 0 !important;
}

p.recaptcha_policy {
	margin-bottom: 0 !important;
}

.page-numbers li {
	margin: 0 !important;
}
ul.page-numbers li:first-child>.page-numbers,
ul.page-numbers li:last-child>.page-numbers {
    border-radius: 0;
}

.page_top_btn {
    width: 60px;
    height: 58px;
}

.home .group3 .vk_outer-background-area {
    height: 36%;
    background-color: #333333 !important;
    top: auto;
    opacity: 1 !important;
}


.home .flex_3_4 .vk_post.card {
    padding: 0;
}

body.post-name-contact .group_cta,
body.post-name-contact-confirm .group_cta,
body.post-name-contact-thanks .group_cta {
	display: none;
}


@media (min-width: 768px) {
	.flex_1_4 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.flex_3_4 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.top_post_title_cover {
		min-height: auto;
	    height: 100%;
	}
	.home .flex_3_4 .vk_post.card {
		margin-bottom: 0;
	}
	.vk_button .btn.vk_button_link.btn.btn-sm {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.top_float_right_btn {
		float: right;
		margin-top: 20px;
	    z-index: 2 !important;
	}
	.home .group5 .vk_post .vk_post_title {
		max-height: 2.8em;
		overflow: hidden;
	}
	body:not(.home):not(.single) .site-body {
		padding-bottom: 160px;
	}
	.wp-block-table.is-style-works-table th,
	.wp-block-table.is-style-works-table td {
		padding: 12px 20px;
	}
	.top_lead_head_new {
		font-size: 30px;
		margin-bottom: 37px;
	}
	.top_lead_gridColumn_new .row {
	    justify-content: space-between;
	}
	.top_lead_gridColumn_new .vk_gridColumn_item:nth-child(1) {
		/* flex-basis: 66.66%;
		max-width: 66.66%; */
		flex-basis: 66%;
		max-width: 66%;
	}
	.top_lead_gridColumn_new .vk_gridColumn_item:nth-child(2) {
		flex-basis: 33.33%;
		max-width: 33.33%;
	}
}

@media (min-width: 992px) {
	.site-header {
		position: fixed;
	}
	.swiper-container, .page-header {
		margin-top: 110px;
	}
	#header-top {
		height: 70px;
	    margin-top: 0;
	}
	.header-top-description {
		display: none !important;
	}
	.site-header--layout--nav-float .site-header-logo {
	    position: absolute;
		top: 0;
	}
	.site-header-logo {
		padding-top: 10px;
    	margin-bottom: 0;
	}
	.site-header-logo img {
		max-height: 60px;
	}
	.site-header--layout--nav-float .site-header-logo {
		width: 320px;
	}
	.header-top .container {
	    justify-content: flex-end;
	}
	.header-top ul {
		margin: 0;
	}
	.site-header .header-top ul>li>a {
        font-size: 20px;
        font-weight: 500;
        width: 240px;
        height: 70px;
        padding: 0;
        background-color: #405715;
		display: flex;
        justify-content: center;
        align-items: center;
		line-height: 1;
	}
	.site-header .header-top ul>li>a::before {
		/* font-family: "Font Awesome 5 Free"; */
		font-family: "Font Awesome 7 Free";
		font-weight: 900;
        margin-right: 10px;
	}
	.site-header .header-top ul>li:nth-child(1)>a::before {
		content: "\f0e0";
		font-size: 30px;
        margin-top: 2px;
	}
	.site-header .header-top ul>li:nth-child(2)>a {
		background-color: #11433D;
	}
	.site-header .header-top ul>li:nth-child(2)>a::before {
		content: "\f0c0";
		font-size: 24px;
	}
	.site-header .header-top ul>li>a:hover {
		opacity: 0.8;
	    transition: 0.2s;
	}
	body h2.is-style-vk-heading-plain {
		font-size: 30px;
	}
	.top_intro_text_culumn {
		padding-top: 2em !important;
		padding-right: 0em !important;
		padding-bottom: 2em !important;
		padding-left: 2.6em !important;
	}
	.top_float_right_btn {
		margin-top: 29px;
	}
	.home .group1 .wp-block-cover {
		min-height: 480px;
	}
	.vk-heading-subtext-border .vk_heading_title {
		font-size: 30px;
	}
	body .wp-block-image figure {
		margin-bottom: 0.5em;
	}
	.home .group4 .vk_button_link,
	.home .group6 .vk_button_link {
		min-width: 350px;
	}
	.home .group5 .card-body {
	    height: 102px;
	}

	.site-footer-content {
		padding-top: 80px;
	}
	.veu_profile .profile_text {
	    line-height: 1.84;
	}
	.site-footer-content > .row > div:nth-child(2) {
	    display: flex;
	    justify-content: space-between;
		padding-right: 15px;
	}
	#wp_widget_vkexunit_profile-2 {
		width: 50%;
	}
	#nav_menu-2 {
		width: 50%;
	}
	#nav_menu-2 > div > ul {
	    display: flex;
		height: 290px;
		flex-direction: column;
		flex-wrap: wrap;
		align-content: flex-end;
	    column-gap: 55px;
	}
	.global-nav-list .sub-menu li {
		font-size: 14px;
	}
	.global-nav-list .sub-menu li a {
		background-color: #222222;
		color: #fff;
		font-weight: 500;
		padding: 14px 20px;
        border: none;
	    height: 50px;
		display: flex;
		align-items: center;
	}
	.global-nav-list .sub-menu li a:hover {
		background-color: #333333;
	}
	.global-nav-list>li.menu-item-has-children::after {
		content: none;
	}
	.global-nav-list>li>ul.sub-menu {
		border-radius: 0;
		width: 292px;
		background-color: transparent;
		left: 130px;
	}
	.global-nav-list > li#menu-item-3231 > ul.sub-menu {
		margin-left: -57px;
		width: 200px;
	}
	.global-nav-list > li#menu-item-3232 > ul.sub-menu {
		margin-left: -80px;
		width: 200px;
	}
	.global-nav-list > li#menu-item-3233 > ul.sub-menu {
		margin-left: -80px;
		width: 200px;
	}
	.top_about_btn .vk_button_link_caption {
		width: 300px;
	}
}
@media (min-width: 1200px) {
	.device-pc .global-nav-list>li>a {
		padding: 14px 1.4em;
	}
	.home .group3 .vk_gridColumn p {
		height: calc(3 * var(--vk-line-height));
	}
}

@media (max-width: 1199px) {
	body:not(.home):not(.single) #main .vk_gridColumn .vk_button_link {
		min-width: 0;
		max-width: 100%;
	}
	.home .group3 .vk_outer-background-area {
	    height: 39.3%;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.home .group3 .vk_gridColumn p {
		height: calc(4 * var(--vk-line-height));
	}
	.list_in_services-care {
		font-size: 15px;
	}
	
	/*
	.swiper-container, .page-header {
		margin-top: 117px;
	}
	*/
}
@media (max-width: 991px) and (min-width: 768px) {
	.home .group3 .vk_gridColumn p {
		height: calc(5 * var(--vk-line-height));
	}
	.home .group5 .top_post_title_cover p {
		font-size: 18px !important;
	}
	/*
	.vk_posts .vk_post-col-md-4 {
		width: calc(33.3% - 15px);
		margin-right: 5px;
		margin-left: 5px;
	}
	*/
	.flex_1_4 {
		padding-right: 5px;
		padding-left: 5px;
	}
	.home .service_title_in_group3 {
		font-size: 16px !important;
		line-height: 25px !important;
	}
}
@media (max-width: 991px) {
	/*
	body.home .site-header {
		display: none;
	}
	*/
	/* body:not(.home) .site-header { */
	.site-header {
		background-color: #111;
		height: 50px;
	    display: flex;
		justify-content: center;
		align-items: center;
	}
	/* body:not(.home) .site-header-logo img { */
	.site-header-logo img {
		max-height: 34px;
	}
	/* body:not(.home) .site-header-logo { */
	.site-header-logo {
	    /* padding-top: 0.63rem; */
		padding: 0;
		margin: 0;
	}
	.mobile-fix-nav {
		background-color: rgba(64,87,21,0.8) !important;
	}
	.vk-mobile-nav {
		background-color: #111;
	}
	.vk-mobile-nav nav ul li a {
		color: #fff;
		font-weight: 400;
		padding-left: 1em;
	}
	.vk-mobile-nav nav ul li a,
	.vk-mobile-nav nav > ul {
		border-color: #666;
	}
	.vk-mobile-nav nav ul li li a {
		padding-left: 2em;
	}
	.vk-menu-acc .acc-btn {
		border-radius: 0;
		background: var(--vk-menu-acc-icon-open-white-bg-src) center 50% no-repeat;
		background-color: #111;
		border: 1px solid var(--vk-menu-acc-btn-border-color);
	}
	.vk-menu-acc .acc-btn-close {
		background: var(--vk-menu-acc-icon-close-white-bg-src) center 50% no-repeat;
		background-color: #111;
	}
	.vk-mobile-nav-menu-outer {
	    /* margin-top: 25px; */
	    margin-top: 20px;
	}
	.site-footer .widget_nav_menu {
		display: none;
	}
	.site-footer {
		text-align: center;
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.site-footer figure {
		margin: 0 auto;
	}
	.site-footer-content {
		padding-top: var(--vk-margin-block-bottom);
	}
	.copyright_in_profile {
	    margin-top: 15px;
	}
	.widget_wp_widget_vkexunit_profile {
		margin-bottom: 5px;
	}
	.vk_button_link_txt {
		font-size: 14px;
	}
	.main-section {
		margin-bottom: 2.8rem;
	}
	.home .group3 .vk_outer-background-area {
		height: 44.2%;
	}
}

@media (max-width: 767px) {
	body:not(.home) .page-header {
		/* min-height: 9.3rem; */
		min-height: 140px;
	}
	body:not(.home) .page-header-title, h1.page-header-title {
		font-size: 20px;
		line-height: 28px;
		text-align: center;
	}
	.alignfull div[class*=__inner-container],
	.alignwide div[class*=__inner-container] {
		max-width: calc(var(--vk-width-container) - var(--vk-width-container-padding) * 2) !important;
	}
	.ltg-slide-text-set {
		max-height: 56.5%;
		top: 48%;
	}


	/*
	.home .group1 .wp-block-cover {
	    min-height: auto;
	    padding: 0;
	}
	.home .group1 .wp-block-cover img {
		display: block;
		position: relative;
	}
	.home .group1 .wp-block-column:first-child {
		padding-top: 2.5em !important;
		padding-bottom: 2.5em !important;
	}
	.home .group2 .vk_gridColumn_item:not(:last-child) {
		margin-bottom: 15px;
	}
	.logo_in_block figure {
		margin-bottom: 0.5em !important;
	}
	.vk_button .btn.vk_button_link.btn {
	    padding-top: 0.8rem;
	    padding-bottom: 0.8rem;
	    width: 100%;
		font-size: calc( var(--vk-size-text) * .875 );
	}
	.home .group3 .wp-block-group.has-white-background-color {
		padding: 15px !important;
		gap: 0.25em;
	}
	.home .group3 .row {
		gap: 15px;
	}
	.home .group3 .vk_gridColumn_item p {
		margin-bottom: 0 !important;
	}
	.home .group5 .top_post_title_cover {
		min-height: 100px;
	    margin-bottom: 15px;
	}
	.home .group5 .top_post_title_cover p {
		font-size: 26px !important;
	}
	.home .group5 .vk_button {
		margin-top: 20px;
	}
	.home .group6 h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	*/
	.wp-block-vk-blocks-faq2.vk_faq .vk_faq_title {
		padding: 1.5rem 3rem 1.5rem 4.3rem;
	}
	.wp-block-vk-blocks-faq.vk_faq,
	.wp-block-vk-blocks-faq2.vk_faq {
		border-radius: 0;
		margin-bottom: 8px !important;
	}
	.home .wp-block-vk-blocks-faq.vk_faq,
	.home .wp-block-vk-blocks-faq2.vk_faq {
		margin-bottom: 5px !important;
	}
	.home .site-body-bottom .container > aside {
		width: 100%;
	}
	.home .site-body-bottom .container > aside:nth-child(2) {
		/* margin-bottom: 30px; */
		margin-bottom: 55px;
	}
	.home .site-body-bottom .container > aside {
		margin-bottom: 40px;
	}
	.copyright_in_profile {
	    font-size: 11px;
	}

	.mw_wp_form_confirm form p:first-of-type {
		flex-direction: row-reverse;
		flex-wrap: wrap;
	}
	.mw_wp_form input[type=submit] {
		width: 100%;
	}
	.mw_wp_form_confirm input[type=submit] {
		width: 100%;
		/* margin-bottom: 15px; */
	}
	body:not(.home) .entry-body h2 {
		/* padding: 9px 16px; */
		padding: 9px 18px;
		font-size: 20px;
        font-weight: 500;
		margin: 40px 0 40px 0;
		/* line-height: 1.3; */
		line-height: 28px;
	}
	body:not(.home) .entry-body h3 {
		/* padding: 8px 0 8px 15px; */
		padding: 8px 15px 8px 15px;
		font-size: 18px;
		/* margin: 40px 0 40px 0; */
		margin: 40px 0 30px 0;
		/* line-height: 1.3; */
		line-height: 25px;
	}
	body.post-name-start-here .entry-body h3 {
		margin-bottom: 20px;
	}
	body:not(.home) .entry-body h4 {
		font-size: 18px;
		/* margin: 35px 0 35px 0; */
		margin: 30px 0 30px 0;
		/* line-height: 1.3; */
		line-height: 25px;
	}
	body.post-name-start-here .entry-body .vk_gridColumn h4 {
		margin-bottom: 20px;
	}
	body:not(.home) .entry-body .vk_outer h4 {
		margin-bottom: 20px;
	}
	/*
	body:not(.home) .entry-body img {
		margin-bottom: 40px;
	}
	*/
	body:not(.home) .entry-body .wp-block-vk-blocks-grid-column-item:nth-child(n + 2) {
		margin-top: 20px;
	}
	body:not(.home) .entry-body .vk_outer {
		padding: 25px 16px;
		margin-top: 35px;
	}
	.agreement_in_flow {
	    font-size: 20px;
	}
	body:not(.home):not(.single) #main .vk_button_link {
		min-width: 0;
		max-width: 100%;
	}
	.sub-section .widget_nav_menu {
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.sub-section .postList_body {
		width: 70% !important;
	}
	.sub-section .veu_postList {
		margin-bottom: 35px;
	}
	.site-body {
		padding-top: 40px;
		/* padding-bottom: 3rem; */
		padding-bottom: 80px;
	}
	.wp-block-table td,
	.wp-block-table th {
	    padding: 0.9em;
	}
	.members_in_about-us p {
		padding: 12px 16px;
	}
	body:not(.home) .entry-body .wp-block-vk-blocks-grid-column-item:nth-child(n + 2) {
		/* margin-top: 20px; */
		margin-top: 30px;
	}
	body:not(.home) .entry-body .vk_gridColumn .col-xl-6:nth-child(n + 3) {
		/* margin-top: 20px; */
		margin-top: 30px;
	}	
	body:not(.home) .entry-body .members_in_about-us .wp-block-vk-blocks-grid-column-item:nth-child(n + 2) {
		margin-top: 15px;
	}
	body:not(.home) .entry-body .members_in_about-us.vk_gridColumn .col-xl-6:nth-child(n + 3) {
		margin-top: 15px;
	}
	
	.post-name-about-us .wp-block-table figcaption {
		font-size: 12px;
		margin-top: 12px;
	}

	/*
	body:not(.home):not(.single) #main .vk_post-postType-post .vk_post_title {
		font-size: 14px !important;
	}
	body:not(.home):not(.single) #main .vk_posts-postType-post .vk_post .vk_post_excerpt {
		font-size: 12px;
	}
	body:not(.home):not(.single) #main .vk_post-postType-post .vk_post_imgOuter {
		max-height: 215px;
	}
	body:not(.home):not(.single) #main .vk_posts-postType-post .vk_post .vk_post_excerpt {
		margin: 6px 0 !important;
	}
	body:not(.home):not(.single) #main .vk_post-postType-post .vk_post_body {
		padding-bottom: 50px;
	}
	body.archive #main .vk_post-postType-post .vk_post_body {
		padding-bottom: 28px !important;
	}
	body:not(.home):not(.single) #main .vk_post-postType-post {
		padding-top: 8px;
		margin-bottom: 8px;
	}
	body:not(.home):not(.single) #main .vk_posts {
		margin-bottom: 40px;
	}
	.list_in_services-landscaping {
		display: block;
	}
	.list_in_services-landscaping li {
		width: 100%;
		margin-bottom: 15px !important;
		font-size: 18px;
	}
	*/
	body:not(.home) .entry-body .vk_gridColumn h3 {
		margin-bottom: 20px;
	}
	.list_in_services-care {
		display: block;
		height: auto;
		margin-bottom: 0;
	}
	.list_in_services-care li {
		padding-bottom: 14px;
		margin-bottom: 14px !important;
		width: 100%;
	}
	.wp-block-vk-blocks-faq2.vk_faq .vk_faq_content,
	.wp-block-vk-blocks-faq2.vk_faq .vk_faq_content-accordion-open {
		padding: 1.6rem 1.3rem 1.5rem 4.3rem;
	}
	.wp-block-vk-blocks-faq.vk_faq .vk_faq_content-accordion-close,
	.wp-block-vk-blocks-faq2.vk_faq .vk_faq_content-accordion-close {
		padding-top: 0;
		padding-bottom: 0;
	}
	.mw_wp_form_input .contact_input_wrap {
		margin-top: 10px;
	}
	.contact_input_wrap > label {
		margin-bottom: 20px;
	}
	body.single .entry-body img {
		margin-bottom: 20px;
	}
	body.single .entry-body img + figcaption {
		margin-top: -10px;
	    margin-bottom: 30px;
	}
	body.single .entry-body .wp-block-image {
		margin-top: 30px;
	}
	.single blockquote {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.mw_wp_form_confirm .contact_input_wrap {
		margin-bottom: 40px;
	}
	body.post-name-contact-confirm .main-section,
	body.post-name-free-survey-confirm .main-section {
		margin-bottom: 0;
	}
	.page_top_btn {
		width: 45px;
		height: 43px;
	}
	.home .group3 .vk_outer-background-area {
	    height: 71.2%;
	}
	
	.top_lead_head_new {
		font-size: 26px;
		margin-bottom: 30px;
	}
}


.top_cover {
	height: calc(100vw * 720 / 1280);
}
.top_cover_logo img {
	display: none;
}
.top_cover_logo.ltg-slide-text-set {
    max-height: 59%;
}
@media (min-width: 992px) {
	.top_cover {
		margin-top: 118.59px;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
    .top_cover {
        margin-top: 117.19px;
    }
}


@media (max-width: 1199px) and (min-width: 992px) {
	.device-mobile .global-nav--layout--float-right .global-nav-list {
	    flex-wrap: wrap;
	    width: 100%;
	}
}


/* フッター部 バナー有り時 */
footer .widget a img:hover {
	opacity: 0.8;
	transition: 0.2s;
}
@media (min-width: 992px) {
	#wp_widget_vkexunit_profile-2 {
		width: 25%;
	}
    #nav_menu-2 {
		width: 100%;
    }
	#nav_menu-2 > div > ul {
	    column-gap: 30px;
        margin-top: -10px;
	}
	#nav_menu-2 ~ aside {
        width: 31%;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	#nav_menu-2 ~ aside {
        width: 28%;
	}
}
@media (max-width: 991px) {
	footer .veu_profile .copyright_in_profile {
		display: none;
	}
	footer .copyright_in_profile.sp-only2 {
		margin-top: 20px;
	}
	#nav_menu-2 ~ aside figure {
		max-width: 375px;
	}
}





.header-top nav {
    top: 0;
}
@media (min-width: 1200px) {
    .device-pc .global-nav-list>li>a {
        padding: 10.215px 28.5px;
    }
}
@media (min-width: 992px) {
    .global-nav--layout--float-right {
	    margin-left: -28.5px;
        margin-right: auto;
		height: 40px;
    }
	.global-nav-list>li .global-nav-name {
		font-weight: 500;
	}
}








.home {
	--message-accent: #405715;
	--message-line: #fff;
}
.home .vk_outer .vk_outer-background-area {
	display: none;
}
.home #main h2,
.group_cta h2 {
    margin: 0;
    font-family: 'EB Garamond', serif !important;
    font-size: 100px;
    font-weight: 400;
    line-height: 1;
    color: var(--message-accent);
    white-space: nowrap;
	margin: 0 !important;
}
.home .sub_title {
	margin-top: 18px !important;
	margin-bottom: 0;
	font-size: 20px;
    font-weight: 500;
}
.home .group1 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:first-child {
    padding-top: 204px;
}
.home .group1 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:first-child p {
	white-space: nowrap;
}
.home .group1 .name_in_group1 {
	font-size: 24px;
    font-weight: 500;
	line-height: 34px;
}
.home .group1 .name_in_group1::after {
    content: "";
    min-width: 345px;
    height: 1px;
    background-color: var(--message-line);
    transform: translateY(0.1em);
    display: block;
    z-index: 2;
    position: relative;
	margin-top: 4px;
}
#main .wp-block-vk-blocks-button {
	display: flex;
	justify-content: flex-end;
}
#main .wp-block-vk-blocks-button .vk_button_link,
.group_cta .wp-block-vk-blocks-button .vk_button_link,
.mw_wp_form input[type=submit] {
    position: relative;
    min-width: 350px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1) !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
	padding: 0 30px;
}
.group_cta .wp-block-vk-blocks-button .vk_button_link {
	min-width: 0;
}

#main .wp-block-vk-blocks-button .vk_button_link::after,
.group_cta .wp-block-vk-blocks-button .vk_button_link::after {
    content: "";
    display: inline-block;
    width: 8.5px;
    height: 8.5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
/* input要素は::afterが効かないためJSで生成したラッパー内の要素に矢印を適用 */
.mw_wp_form .mw-submit-wrapper {
    position: relative;
    display: inline-block;
}
.mw_wp_form .mw-submit-arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    display: block;
    width: 8.5px;
    height: 8.5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}
#main .wp-block-vk-blocks-button .vk_button_link:hover,
.group_cta .wp-block-vk-blocks-button .vk_button_link:hover {
	box-shadow: none;
	opacity: 0.8;
	transition: opacity 0.2s;
}

#main .vk_gridColumn .wp-block-vk-blocks-button .vk_button_link {
	width: 100%;
	min-width: 0;
}


#main .vk_posts-postType-post {
    /* justify-content: space-between;
    row-gap: 30px; */
	gap: 30px;
    margin: 0;
}
#main .vk_posts-postType-post .vk_post {
	margin: 0;
    /* width: 350px; */
	border: none;
    background-color: transparent;
}
body:not(.home).post-type-page #main .vk_posts-postType-post .vk_post {
	width: calc(50% - 15px);
}
#main .vk_posts-postType-post .vk_post a:hover {
	opacity: 0.9;
	transition: 0.2s;
}
#main .vk_posts-postType-post .vk_post_imgOuter {
	border: none;
    /* height: 218px; */
}

@media (min-width: 1200px) {
	/*
	#main .wp-block-vk-blocks-button .vk_button_link,
	.group_cta .wp-block-vk-blocks-button .vk_button_link,
	.mw_wp_form input[type=submit] {
		min-width: 350px;
	}
	*/
	#main .vk_posts-postType-post .vk_post {
		width: 350px;
	}
	#main .vk_posts-postType-post .vk_post_imgOuter {
		height: 218px;
	}
}

body:not(.home).post-type-page #main .vk_posts-postType-post .vk_post_imgOuter {
	height: 221px;
}
#main .vk_posts-postType-post .vk_post_body {
	padding: 15px 0 0 0;
}
#main .vk_posts-postType-post .vk_post_title {
	font-size: 16px;
	font-weight: 400;
}
.vk_post_imgOuter_singleTermLabel {
	left: 0;
    right: auto;
	background-color: rgba(46, 70, 0, 0.8) !important;
}


.home .service_title_in_group3 {
    background-color: rgba(64, 87, 21, 0.6);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px !important;
    height: 77px !important;
    text-align: center;
	margin-bottom: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home .service_title2_in_group3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px !important;
	margin-bottom: 15px !important;
}

body:not(.blog):not(.archive):not(.search) #main ul:not(.youkoulist_in_recruit) {
	/* padding-left: 1em; */
	padding-left: 0;
}
body:not(.blog):not(.archive):not(.search) #main ul:not(.youkoulist_in_recruit) li {
    display: grid;
    grid-template-columns: 1em 1fr;
    gap: 1px;
}
body:not(.blog):not(.archive):not(.search) #main ul:not(.youkoulist_in_recruit) li span {
    display: contents;
}
body:not(.blog):not(.archive):not(.search) #main ul:not(.youkoulist_in_recruit) li::marker {
	content: none;
}
body:not(.blog):not(.archive):not(.search) #main ul:not(.youkoulist_in_recruit) li::before {
	content: "●";
    color: #405715;
}

.home .group4 .vk_outer,
.home .group6 .vk_outer {
	background-color: #222;
}



dl.faq {
	margin: 0 !important;
}
dl.faq dt {
    position: relative;
    margin: 0;
    padding: 7.5px 20px 7.5px 60px;
    background-color: #405715;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    display: flex;
}
dl.faq dt::before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background-color: #333;
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    padding-top: 7px;
}
dl.faq dd {
    margin-top: 30px;
    line-height: 2;
}
dl.faq > div:not(:first-child) {
	margin-top: 60px;
}



.home .lead_in_group5 {
    background-color: #405715;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px !important;
    padding: 7.5px 20px;
    /* height: 71px; */
    display: flex;
    align-items: center;
}
.home .lead2_in_group5 {
	margin: 30px 0;
}
dl.voice {
	margin: 0 !important;
}
dl.voice dt {
    font-size: 20px;
    font-weight: 500;
	line-height: 28px !important;
    padding-bottom: 10px;
	border-bottom: 1px solid #666;
}
dl.voice dd {
    margin-top: 30px;
    line-height: 2;
}
dl.voice dd > div {
	display: flex;
	gap: 30px;
}
dl.voice dd > div > * {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}
dl.voice dd > * + * {
	margin-top: 30px;
}
dl.voice dd > p + p {
	margin-top: 0;
}
dl.voice dd + dt {
	margin-top: 30px;
}
dl.voice dd > div > img {
	object-fit: contain;
}


#main .flow {
	list-style: none;
}
#main .flow,
.table_of_contents ol {
	margin: 0;
	padding: 0;
}
#main .flow li,
.table_of_contents {
	background-color: #333;
	padding: 30px;
	margin-bottom: 30px !important;
	position: relative;
}
#main .flow li::marker,
.table_of_contents li::marker {
	content: none;
}
#main .flow li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: calc(50% - 20px);
    bottom: -30px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #405715;
    margin-bottom: 10px;
}
#main .flow h3,
.table_of_contents h3 {
	color: #fff;
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 25px !important;
    padding: 0 !important;
	padding-bottom: 10px !important;
    margin-bottom: 22px !important;
	border-bottom: 1px solid #666;
    background-color: transparent !important;
}
#main .flow li:last-child {
    margin-bottom: 0 !important;
    background-color: #405715;
    padding: 0;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#main .flow li:last-child h3 {
	font-size: 24px !important;
	line-height: 34px !important;
	padding: 0 !important;
	margin: 0 !important;
	border-bottom: none;
}
#main .flow p:last-child {
	margin-bottom: 0 !important;
}


.home .group7 .vk_outer {
	background-color: #11433D;
}

.home .group7 h2,
.home .group7 .sub_title {
	text-align: center;
	color: #fff !important;
}
.home #main .group7 .wp-block-vk-blocks-button .vk_button_link {
	min-width: auto;
	width: 100%;
}
.home #main .group7 .row > * {
    width: calc(50% - 50px);
}
.home .group7 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:first-child {
	padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -13px;
}
.home .group7 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child {
	padding-left: 0;
}
.home .group7 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child figure {
	max-width: 50svw;
    margin-left: 0;
	height: 471px;
}
.home .group7 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child figure img {
    height: 100% !important;
    object-fit: cover;
    overflow-clip-margin: unset;
}

.home .group8 .vk_gridColumn {
    background-color: #222;
    padding: 50px;
}
.home #main .group8 h2 {
	background-color: #405715;
	color: #fff !important;
	font-family: "Zen Kaku Gothic New", メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	line-height: 28px !important;
	width: 120px;
	height: 120px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home .group8 .vk_posts {
	margin-bottom: 0;
}
.home .group8 .vk_post {
	width: calc(100% - 15px) !important;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #666 !important;
    padding-top: 0;
    padding-bottom: 25px;
}
.home .group8 .vk_post:last-child {
	border-bottom: none !important;
	padding-bottom: 0;
}
.home .group8 .postListText_date {
	font-size: 12px;
	min-width: 0;
    float: none;
    padding-right: 0.5em;
	margin-right: 0;
    display: inline;
}
.home .group8 .postListText_date::after {
	content: "|";
    margin-left: 0.5em;
}
.home .group8 .postListText_singleTermLabel {
	min-width: 0;
	float: none;
	margin: 0;
    font-size: 12px;
    display: inline;
}
.home .group8 .postListText_singleTermLabel_inner {
	background-color: transparent !important;
	padding: 0;
	line-height: normal;
}
.home .group8 .postListText_singleTermLabel_inner:hover {
	opacity: 0.8;
	transition: opacity 0.2s;
}
.home .group8 .postListText_title {
	width: 100%;
	font-size: 16px;
    margin-top: 5px;
	line-height: 1.75 !important;
}
.home .group8 .postListText_title a {
	text-decoration: none !important;
}
.home .group8 .wp-block-vk-blocks-button {
	justify-content: center !important;
}

.group_cta {
	display: flex;
    width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: var(--vk-width-full);
}
.group_cta > div {
	flex: 0 0 50%;
	max-width: 50%;
	height: 541px;
}
.outer1_in_group_cta .vk_outer-background-area {
	display: block !important;
    background-color: #2E4600 !important;
    opacity: 0.8 !important;
}
.outer2_in_group_cta .vk_outer-background-area {
	display: block !important;
    background-color: #004139 !important;
    opacity: 0.8 !important;
}

.group_cta h2 {
	color: #fff !important;
}
.group_cta .vk_outer_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 505px !important;
}
.outer1_in_group_cta .vk_outer_container {
    margin-right: 50px !important;	
}
.outer2_in_group_cta .vk_outer_container {
	margin-left: 50px !important;
}
.group_cta .wp-block-vk-blocks-button {
	width: 100%;
	margin-bottom: 10px;
}
.group_cta .wp-block-vk-blocks-button:last-child {
	margin-bottom: 0;
}
.site-body-bottom {
    background-color: #111;
}
.sns_in_footer {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	margin: 0;
    padding: 0 !important;
    list-style: none;
}
.sns_in_footer li {
	width: 30px;
	height: 30px;
	margin: 0;
}
.sns_in_footer li a {
	display: block;
	width: 100%;
	height: 100%;
}

.site-footer .widget {
	margin-bottom: 30px;
}
.site-footer .widget:last-child {
	margin-bottom: 0;
}

.widget_nav_menu>div>ul li.current_page_item>a,
.widget_nav_menu>div>ul li a:hover {
	background-color: transparent;
}

.site-footer-content > .row {
	margin: 0;
}

.site-footer-copyright {
    margin-top: 65px;
    background: #333333;
	max-width: 100vw;
    padding: 16.5px;
}
.site-footer-copyright p {
    max-width: 1110px;
    margin: 0 auto;
    text-align: left;
}

.page_top_btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #405715;
	box-shadow: none;
	border: 1px solid #728353;
}

.page-header-title,
h1.page-header-title {
	font-size: 24px;
	line-height: 34px;
    font-weight: 500;
}

#breadcrumb {
	border-bottom: 1px solid #333;
}
.breadcrumb-list {
    padding: 10px 0;
}

.services_in_sidebar,
.sub-section .vk_posts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.sub-section .vk_post {
	padding: 0;
}
.services_in_sidebar a,
.sub-section .vk_post a {
	display: flex;
	align-items: stretch;
	width: 100%;
	height: 80px;
}
.services_in_sidebar a img,
.sub-section .vk_post .vk_post_imgOuter {
	width: 35%;
	height: 100%;
	object-fit: cover;
	overflow-clip-margin: unset;
	margin: 0;
    border: none;
}
.services_in_sidebar a p,
.sub-section .vk_post .vk_post_body {
	width: 65%;
    margin: 0;
    padding: 0 11px;
    display: flex;
    background-color: #222;
    line-height: 24px;
    flex-direction: column;
    justify-content: center;
}

.sub-section .vk_post_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-weight: 400;
}
.sub-section .vk_post_date {
	margin: 0;
}

.sub-section .wp-block-search__inside-wrapper {
	border: none;
	padding: 0;
}
.sub-section input:focus-visible {
	outline: none;
}
.sub-section .wp-block-search .wp-block-search__button {
	background-color: #405715;
    width: 73px;
    height: 46px;
    margin: 0;
}
.sub-section a:hover {
	opacity: 0.8;
	transition: opacity 0.2s;
}
.sub-section .widget_link_list {
	display: none;
}

#main table th,
#main table td {
	border-color: #666666 !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px !important;
	padding: 17.5px 20px;
	vertical-align: top;
}
#main table th {
	border-left: none !important;
}
#main table td:last-child {
	border-right: none !important;
}
.post-name-about-us table th {
	white-space: nowrap;
    width: calc(4em + 41px);
}
.wp-block-separator {
    border-top: 1px solid;
}


.interview-header .label {
	display: inline-block;
    background: #405715;
    padding: 4px 10px 4px 0;
    border-left: solid 10px #405715;
}
.services-header .label {
	display: inline-block;
    background: #405715;
    padding: 4px 10px 4px 10px;
    border-left: solid 10px #405715;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
}

.align-center .row {
	align-items: center;
}

.table_of_contents {
	background-color: #222;
}
.table_of_contents h3 {
	font-size: 20px !important;
	line-height: 28px !important;
}
.table_of_contents li {
	position: relative;
	padding-left: 16px;
}
.table_of_contents li a {
	text-decoration: underline !important;
}
.table_of_contents li a:hover {
	opacity: 0.8;
	transition: opacity 0.2s;
}
.table_of_contents li::before {
	top: 0.4em;
}

.wp-block-image figcaption {
    text-align: left;
    font-size: 14px;
	line-height: 28px;
}

.btn_left,
.posts_btn_in_services {
    justify-content: flex-start !important;
}
.posts_btn_in_services a {
	min-width: calc(50% - 15px) !important
}
.contact_in_services {
	background-color: #405715;
	padding: 30px;
}
.contact_in_services h2 {
	background-color: #111 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    border: none !important;
    padding: 7.5px 20px !important;
	margin-bottom: 21px !important;
}
.contact_in_services .wp-block-vk-blocks-button .vk_button_link {
	width: 100% !important;
}


#main .youkoulist_in_recruit {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#main .youkoulist_in_recruit li {
    background-color: #405715;
    width: calc(25% - 15px);
    height: 40px;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
#main .youkoulist_in_recruit li::marker {
    content: none;
}

#main .table_in_recruit th {
	text-align: left;
    width: 27.25% !important;
}
#main .table_in_recruit td p {
	margin-bottom: 20px !important;
	line-height: 1.75;
}
#main .table_in_recruit td p:last-child {
	margin-bottom: 0 !important;
}
#main .list_table_in_recruit li {
	margin: 0 !important;
	line-height: 1.75;
}


#main .list_table_in_recruit li,
#main .list_in_disclaimer li,
#main .list_dot_in_page li {
	gap: 0 !important;
}
/* #main .list_table_in_recruit li::marker,
#main .list_in_disclaimer li::marker,
#main .list_dot_in_page li::marker { */
#main .list_table_in_recruit li::before,
#main .list_in_disclaimer li::before,
#main .list_dot_in_page li::before {
    content: "・" !important;
	color: #fff !important;
}

/* Instagram */
#sbi_images {
	padding-top: 0 !important;
}

#main .list_in_disclaimer li {
    margin-top: 0;
	margin-bottom: 22px;
    line-height: 2;
}
#main .list_in_disclaimer li:last-child {
	margin-bottom: 0;
}

.swiper-pagination-bullet {
	background: #fff !important;
	opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    /* opacity: var(--swiper-pagination-bullet-opacity, 1); */
    /* background: var(--swiper-pagination-color, var(--swiper-theme-color)); */
	background: #405715 !important;
	opacity: 1 !important;
}


.price_table th:first-child,
.price_table td:first-child {
	border-left: none !important;
}
.price_table th:last-child,
.price_table td:last-child {
	border-right: none !important;	
}
.price_table th,
.price_table td {
	vertical-align: middle !important;
	padding: 17.5px 15px !important;
}
.price_table th:nth-child(1) {
	width: 11% !important;
}
.price_table th:nth-child(2) {
	width: 27.9% !important;
}
.price_table th:nth-child(3) {
	width: 11.5% !important;
}
.price_table th:nth-child(4) {
	width: 14.5% !important;
}
.price_table th:nth-child(5) {
	width: 34.5% !important;
}
.price_table td.center {
	text-align: center !important;
}


.hotel_imgs_in_indoor-rock-garden .row {
	row-gap: 30px;
}



.archive-header {
	display: none;
}
body.blog .site-body,
body.archive .site-body {
	padding-top: 60px;
}


ul.page-numbers li a,
ul.page-numbers li span.page-numbers {
	background-color: #333;
	/* border-color: #666; */
	border: none;
    margin-left: 0;
}
ul.page-numbers li span.page-numbers.current,
ul.page-numbers li a:hover {
    background-color: #405715;
}
ul.page-numbers li a:hover {
	transition: background-color 0.2s;
}
ul.page-numbers {
	/* border: 1px solid #666; */
    padding: 0 !important;
}
ul.page-numbers li {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	width: 50px;
    height: 50px;
}
/*
#main ul.page-numbers li:nth-child(n + 2) {
	margin-left: -1px !important;
}
*/
/*
ul.page-numbers li:first-child {
	border-left: 1px solid #666;
}
*/

ul.page-numbers li:last-child {
	border-right: 1px solid #666;
}

ul.page-numbers li > * {
    display: flex !important;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.pagination {
	margin-top: 60px;
}

body.single .swiper {
    margin-bottom: 35px;
}
body.single .entry-meta-data-list {
    padding-top: 0;
}
body.single .entry-meta-data-list:nth-child(2) {
	margin-top: 10px;
}
body.single .entry-footer {
    margin-top: 55px;
	margin-bottom: 60px;
}
body.single .entry-meta-data-list dt {
	background-color: #405715;
	border-radius: 0;
}
body.single .next-prev .card {
	border: none;
}
body.single .next-prev .card-intext .card-intext-inner .vk_post_body {
	background-color: rgba(51, 51, 51, .8);
}
body.single .next-prev .vk_post_imgOuter {
	border: none;
}
body.single .next-prev .next-prev-next .vk_post_imgOuter_singleTermLabel {
    left: auto;
    right: 0;
}
body.single .next-prev {
	margin-bottom: calc(160px - 4em);
}
body.single .swiper-pagination-bullet {
	outline: none;
	background: #666 !important;
}
body.single .swiper-pagination-bullet-active {
	background: #405715 !important;
}
body.single .entry-meta-item-date i {
	display: none;
}
body.single .page-header-subtext {
	margin-top: 10px;
}



body.search-results #main .btn-primary {
	background-color: #405715;
	border-color: #405715;
}

.outer1_in_contact {
    padding: 30px 30px 25px;
}
.outer1_in_contact .vk_outer-background-area {
	background-color: #222 !important;
}
.outer1_in_contact p {
	margin-bottom: 0 !important;
}
.company_name_in_contact {
	font-size: 18px;
    font-weight: 500;
	line-height: 25px !important;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
}


#mw_wp_form_mw-wp-form-4397 {
    padding-top: 160px;
    margin-top: -160px;
}
.contact_input_wrap > label {
    font-weight: 400;
}
.contact_input_wrap br {
	display: none;
}
.contact_textarea br {
	display: block;
}
/* .mw_wp_form label > span { */
.contact_input > span,
.contact_textarea > span {
    width: 100%;
    margin-bottom: 10px;
    display: block;
}
.contact_input {
	margin-bottom: 30px;
}


div.contact_input_wrap .contact_input > span:first-child {
	line-height: 2;
}
.mw_wp_form label > span {
    margin-bottom: 10px;
}
.mw_wp_form .mwform-radio-field {
    margin-bottom: 10px;
}
.mw_wp_form .mwform-radio-field label {
    display: inline-block !important;
}
.mw_wp_form .mwform-radio-field label > input{
	width: auto !important;
}
.mw_wp_form .mwform-radio-field label > span {
	display: inline !important;
}
.mw_wp_form .require {
    color: #E24444;
}
.mw_wp_form label > input,
.mw_wp_form label > textarea {
	background-color: #333;
    padding: 18px 20px;
}
.mw_wp_form input::placeholder,
.mw_wp_form textarea::placeholder {
	color: #666;
	opacity: 1; /* Firefox対策 */
}
.telbtn_in_contact {
	width: 355px;
	z-index: 1;
	position: relative;
}
.mw_wp_form input[type=submit] {
	width: 355px;
	text-align: left;
}
.mw-submit-wrapper {
	margin-top: 50px;
}
.mw-submit-wrapper:hover {
	opacity: 0.8;
	transition: opacity 0.2s;
}
p.recaptcha_policy {
	color: #fff !important;
}
.mw_wp_form_confirm form p:first-of-type {
	display: block;
}
.mw_wp_form_confirm label > span {
	font-weight: 400;
}
.mw_wp_form_confirm .contact_input_wrap {
	border-top: 1px solid #666;
}
.mw_wp_form_confirm .contact_input,
.mw_wp_form_confirm .contact_textarea {
	border-bottom: 1px solid #666;
    padding: 16px 20px;
	line-height: 1.75;
}
.mw_wp_form_confirm .contact_input {
	margin-bottom: 0;
}
.mw_wp_form_confirm label.contact_textarea > span {
	margin-top: 0;
}
.mw_wp_form_confirm .contact_input > span,
.mw_wp_form_confirm .contact_textarea > span {
	margin-bottom: 0px;
}
.mw_wp_form_confirm .contact_input_wrap {
	margin-bottom: 0;
}
.mw_wp_form_confirm .mw-submit-wrapper {
	margin-top: 60px;
}
.mw_wp_form_confirm input[type=submit][name=submitBack] {
    padding: 0;
    min-width: 0;
    width: auto;
    height: auto;
    color: #fff;
    background-color: transparent !important;
    border: none;
    display: block;
    text-decoration: underline;
	font-weight: 400;
    margin-top: 60px;
}

.mw_wp_form .error {
	color: #fff;
    background-color: #E24444;
    border: 1px solid #fff;
    padding: 0 10px;
    margin-top: 15px;
    width: fit-content;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mw_wp_form label.contact_textarea .error {
    margin-top: 7px !important;
}


.note {
	text-indent: -1em;
	padding-left: 1em;
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-solid, .fab, .far, .fas {
	/* font-family: "Font Awesome 5 Free"; */
    font-family: "Font Awesome 6 Free";
}
i.fa-solid.fa-users {
    font-family: "Font Awesome 7 Free";
}

.mobile-fix-nav_add_menu_btn .vk-mobile-nav {
    padding-top: 30px;
}
#vk-mobile-nav .wp-block-search .wp-block-search__button {
	background-color: #405715;
    width: 68px;
    height: 50px;
    margin: 0;
	font-size: 14px;
}
#vk-mobile-nav .wp-block-search__inside-wrapper {
	padding: 0;
}
#vk-mobile-nav .widget_search {
	margin-bottom: 15px;
}

#vk-mobile-nav .widget_nav_menu ul {
    display: flex;
    flex-wrap: nowrap;
	border: none;
}
#vk-mobile-nav .widget_nav_menu ul li {
	width: 50%;
}
#vk-mobile-nav .widget_nav_menu ul li:nth-child(1) {
	background-color: #405715;
}
#vk-mobile-nav .widget_nav_menu ul li:nth-child(2) {
	background-color: #11433D;
}
#vk-mobile-nav .widget_nav_menu ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
	border: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 50px;
}
#vk-mobile-nav .widget_nav_menu ul li:nth-child(1) a::before {
    content: "\f0e0";
	font-family: "Font Awesome 7 Free";
    font-size: 22px;
    font-weight: 900;
    margin-top: 2px;
}
#vk-mobile-nav .widget_nav_menu ul li:nth-child(2) a::before {
    content: "\f0c0";
    font-family: "Font Awesome 7 Free";
    font-size: 19px;
    font-weight: 900;
}

.vk-mobile-nav nav>ul {
	border-top: none;
}

@media (max-width: 320px) {
	#vk-mobile-nav .widget_nav_menu ul li a {
		font-size: 16px;
	}
}



@media (min-width: 992px) {
	.home .group1 .vk_outer {
		background-size: 952px !important;
        background-position: left bottom !important;
	}
	.home .group1 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:first-child,
	.home .group4 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:first-child,
	.home .group5 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:first-child,
	.home .group6 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:first-child {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.home .group1 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child,
	.home .group4 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child,
	.home .group5 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child,
	.home .group6 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child {
		flex: 0 0 75%;
		max-width: 75%;
	    margin-top: 16px;
	}
	.home .group1 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:first-child {
		flex: 0 0 calc(100% - 570px);
		max-width: calc(100% - 570px);
	}
	.home .group1 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child {
		flex: 0 0 570px;
		max-width: 570px;
	}
	.home .group3 .vk_outer {
		background-size: 952px !important;
        background-position: right bottom !important;
	}

	.home .group8 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row {
		justify-content: space-between;
	}
	.home .group8 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:first-child {
		flex: 0 0 150px;
		max-width: 150px;
	}
	.home .group8 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child {
		flex: 0 0 calc(100% - 185px);
		max-width: calc(100% - 185px);
	}

}


@media (max-width: 991px) {
	#mw_wp_form_mw-wp-form-4397 {
		padding-top: 60px;
		margin-top: -60px;
	}

	.home .group1 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.column1_inner_in_home .row {
		flex-direction: column-reverse;
	}
	.home .group1 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:first-child {
		padding-top: 35px;
	}

	dl.voice dd > div {
		flex-direction: column;
	}
	dl.voice dd > div > * {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.site-footer {
		padding-left: 0;
		padding-right: 0;
	}
	.site-footer-content > .row > div:first-child {
		margin-bottom: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.site-footer-content > .row > div:nth-child(n + 2) {
		display: none;
	}
	.site-footer .widget:last-child {
	    display: flex;
	    justify-content: center;
	}
	.site-footer-content {
	    padding: 60px 0;
	}
	.site-footer-copyright {
	    margin: 0;
	}
	.site-footer-copyright p {
	    text-align: center;
	}

    .main-section {
        margin-bottom: 0;
    }

	.sub-section {
		margin-top: 80px;
	}
	.sub-section .widget {
		margin-bottom: 0;
	}

	.services_in_sidebar a p {
		font-size: 16px;
		line-height: 24px;
        font-weight: 500;
	}

	/* サイドバーの一部を非表示にする */
	#block-10,
	#block-11,
	#block-16,
	#block-17 {
		display: none;
	}
}
@media (max-width: 767px) {
	.home #main h2, .group_cta h2 {
		font-size: 60px;
		text-align: center;
		/* margin-top: 50px !important; */
	}
	.home .sub_title {
		margin-top: 15px !important;
        font-size: 18px;
        line-height: 25px !important;
        text-align: center;
	}
	/*
	.column1_inner_in_home .row {
		flex-direction: column-reverse;
	}
	*/
	.home .vk_gridColumn_item {
		width: 100% !important;
	}
	.home .group1 figure {
		margin-top: 35px !important;
	}
	/*
	.home .group1 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:first-child {
		padding-top: 35px;
	}
	*/
	.home .group1 .name_in_group1 {
		font-size: 20px;
		font-weight: 500;
		line-height: 28px;
	}

	.home .group1 > .wp-block-vk-blocks-outer,
	.home .group3 > .wp-block-vk-blocks-outer {
		background-size: contain !important;
		background-position-y: bottom !important;
	}

	#main .vk_posts-postType-post .vk_post_imgOuter {
		height: 215px !important;
	}

	#main .wp-block-vk-blocks-button .vk_button_link,
	.group_cta .wp-block-vk-blocks-button .vk_button_link,
	.mw_wp_form input[type=submit] {
		min-width: 0;
		width: 100%;
		height: 56px;
	}

	.home .service_title_in_group3 {
		font-size: 18px;
		line-height: 25px !important;
		height: 71px !important;
	}

	.home .group3 .row {
		gap: 30px;
	}

	#main .wp-block-vk-blocks-button {
		margin: 0;
	}

	.home .service_title2_in_group3 {
		font-size: 18px;
		line-height: 25px !important;
	}

	#main ul:not(.youkoulist_in_recruit) li {
		gap: 2px;
	}

	.home .group4 .vk_gridColumn_item:first-child,
	.home .group5 .vk_gridColumn_item:first-child,
	.home .group6 .vk_gridColumn_item:first-child {
		margin-bottom: 40px !important;
	}

	dl.faq dt::before {
		font-size: 20px;
		line-height: 28px;
		padding-top: 6px;
	}
	dl.faq dt {
        padding: 7.5px 15px 7.5px 57.5px;
        font-size: 18px;
        line-height: 25px;
	}
	dl.faq > div:not(:first-child) {
		margin-top: 40px;
	}

	.home .lead_in_group5 {
        font-size: 18px;
        line-height: 25px !important;
        padding: 8px 15px;
        height: 71px;
        height: auto;
	}
	dl.voice dt {
		font-size: 18px;
		line-height: 25px !important;
	}

	#main .flow li,
	.table_of_contents {
		padding: 30px 15px;
	}
	#main .flow h3, .table_of_contents h3 {
		font-size: 16px !important;
		line-height: 22px !important;
	}
	#main .flow li:last-child h3 {
		font-size: 20px !important;
		line-height: 28px !important;
	}
	#main .flow li:last-child {
		height: 69px;
	}

	.home .group7 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:first-child {
		padding-right: 15px;
		margin-top: 60px;
	}
	.home .group7 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child {
		padding: 0;
		margin-top: 60px;
	}
	.home .group7 .vk_outer .vk_outer_container > .wp-block-vk-blocks-grid-column > .row > .vk_gridColumn_item:last-child figure {
	    max-width: 100svw;
	    height: auto;
		margin-left: calc(50% - 50vw);
	}

	.home .group8 .vk_gridColumn {
	    padding: 40px 15px;
	}
	.home #main .group8 h2 {
		width: 100%;
		height: 56px;
	    font-size: 18px !important;
	    line-height: 25px !important;
        margin-bottom: 30px !important;
	}
	.home .group8 .vk_post {
		width: 100% !important;
	}

	.group_cta {
		flex-wrap: wrap;
	}
	.group_cta > div {
		flex: 0 0 100%;
		max-width: 100%;
		height: auto;
	}
	.group_cta .vk_outer_container {
	    /* margin: 0 !important;
	    max-width: none !important; */
		padding: 39px 15px;
        max-width: var(--vk-width-container) !important;
        margin: 0 auto !important;
	}
	.group_cta .vk_outer_container p {
		font-size: 16px;
	}

	.home .site-body-bottom .container > aside:first-child {
		margin-bottom: 50px;
	}
	.site-body-bottom .container > aside:nth-child(n+2) {
		flex: 0 0 100%;
		max-width: 100%;
	}
    body.home .widget-title.sub-section-title {
        margin: 0 0 30px 0;
		font-size: 32px;
    }
	.widget_vkexunit_fbpageplugin {
	    margin-top: 5px;
	}
	.home .site-body-bottom .container > aside {
        margin-bottom: 60px;
    }

	.site-footer {
		font-size: 14px;
	}
	.site-footer-content > .row > div:first-child figure {
		width: 217.7px;
	}

	.page_top_btn {
		width: 50px;
		height: 50px;
	}

	.vk_posts .vk_post-col-xs-12 {
		width: 100% !important;
	}

	#main table th,
	#main table td {
		font-size: 14px;
		line-height: 24px !important;
		padding: 12.5px 15px;
	}
	.price_table th,
	.price_table td {
        vertical-align: top !important;
		padding: 12.5px 15px !important;
	}
	.price_table th:first-child {
	    min-width: 60px;
	}

	.interview-header .label + h2 {
		margin-top: 0 !important;
	}

	body:not(.home) .entry-body h2:has(+ .label) {
		margin-bottom: 0 !important;
	}

	.wp-block-image figcaption {
		font-size: 12px;
		line-height: 17px;
        margin-top: 10px;
	}

	.services-header .label {
		font-size: 18px;
		line-height: 25px;
	    padding: 7.5px 10px;
	}

	.hotel_imgs_in_indoor-rock-garden .row {
		row-gap: 0;
	}

	.contact_in_services {
		padding: 30px 15px;
	}
	.contact_in_services h2 {
		font-size: 18px !important;
		line-height: 25px !important;
	}
	.contact_in_services .vk_button_link_caption {
	    width: 175px;
	    text-align: left;
        line-height: 20px;
        justify-content: flex-start;
	}

	body:not(.home) .entry-body .wp-block-vk-blocks-grid-column-item:has(figcaption) + .wp-block-vk-blocks-grid-column-item {
		margin-top: 15px;
	}

	.service_title2_in_recruit {
		font-weight: 500;
	}

	#main ul:not(.youkoulist_in_recruit) {
		margin-bottom: 0;
	}

	#main .youkoulist_in_recruit {
		gap: 15px;
	}
	#main .youkoulist_in_recruit li {
		width: calc(50% - 7.5px);
        height: 36px;
        border-radius: 18px;
	}

	#main .table_in_recruit th {
		width: 29.5% !important;
	}
	#main .table_in_recruit td p {
		margin-bottom: 15px !important;
	}
	.list_table_in_recruit {
		margin-bottom: 15px !important;
	}
	body:not(.home) .entry-body .contact_btns_in_recruit .wp-block-vk-blocks-grid-column-item:nth-child(n + 2)
	{
		margin-top: 10px;
	}

	body.blog .site-body, body.archive .site-body {
		padding-top: 40px;
	}

	ul.page-numbers li {
		width: 46px;
		height: 46px;
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
		border-right: 1px solid #666;
		border-left: 1px solid #666;
	}


	body.single .page-header-subtext {
	    text-align: center;
	}
	body.single .page-header-subtext .entry-meta-item {
		margin: 0;
	}
	body.single .swiper img {
		margin-bottom: 0;
	}
	body.single .swiper {
		margin-bottom: 15px;
	}
	body.single .entry-footer {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	body.single .sub-section {
		display: none;
	}
	body.single .next-prev {
		margin-bottom: 0;
	}
	body.single .next-prev-next {
		margin-bottom: 0;
	}

	body.post-name-contact .entry-body .vk_outer {
		margin-top: 25px;
	}
	.outer1_in_contact {
        padding: 27.5px 16px !important;
	}
	.telbtn_in_contact {
		width: 100%;
	}
	.contact_input {
		margin-bottom: 27px;
	}

	.mw_wp_form .mwform-radio-field label {
		display: flex !important;
	}
	.mw_wp_form .mwform-radio-field label > input {
		margin-top: 0;
	}
	.mw_wp_form .mwform-radio-field label > span {
		margin-bottom: 1px;
	}

	.mw-submit-wrapper {
		margin-top: 40px;
	    width: 100%;
	}
	.recaptcha_policy + p {
		display: none;
	}
	.post-name-contact .site-body {
		padding-bottom: 80px;
	}

	.mw_wp_form_confirm .contact_input, .mw_wp_form_confirm .contact_textarea {
		padding: 15px 15px;
	}
	.mw_wp_form_confirm .mw-submit-wrapper {
		margin-top: 40px;
	}
	.mw_wp_form_confirm input[type=submit][name=submitBack] {
		margin-top: 40px;
	}

	.mw_wp_form .error {
		margin-top: 12px;
	}
	.mw_wp_form label.contact_textarea .error {
		margin-top: 4px !important;
	}

}
