/*
Theme Name: N.class
Template: lightning
Author: 株式会社 FEAT.
Version: 0.6.1
*/

/***********************************************
 * 共通
***********************************************/
:root {
	--main-color: #ED6C01;
}
html {
	scroll-behavior: smooth;
}
body {
	position: relative;
	font-family: "Instrument Sans", sans-serif;
	background: #F0F0F0;
	color: #000;
/* 	min-height: 10000vh; */
}
#page_top {
	display: none;
}
img {
	width: 100%;
}
.site-body-container {
	max-width: 1680px !important;
	width: 92%;
	padding: 0;
}
.single-news .fv_box {
	max-width: 1680px !important;
	width: 92%;
	margin: 0 auto;
}
.page_fv_box .wp-block-image img:not([style*="object-fit"]) {
	min-height: 350px !important;
	object-fit: cover !important;
}
.site-footer-content {
	max-width: 1680px !important;
	width: 92%;
	padding: 0;
}
.vk_outer_container,
.alignfull div[class*=__inner-container],
.alignwide div[class*=__inner-container] {
	max-width: 100% !important;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 24px;
}
@media screen and (max-width: 1024px) {
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 17px;
	}
}
@media screen and (max-width: 767px) {
	h1 {
		font-size: 22px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 17px;
	}
	h5 {
		font-size: 16px;
	}
}

/* タイトル */
.title01_box {
	padding-left: 2.9rem;
	margin-bottom: 2.2rem;
}
.title01 {
	font-size: 45px;
	filter: drop-shadow(0x 5px 4px rgba(0,0,0,.25));
	line-height: 1.3;
	background: linear-gradient(90deg, #ed6c01 0%, #ffaf01 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.title01::before {
	content: '';
	width: 40px;
	height: 2px;
	background: var(--main-color);
	position: absolute;
	top: 50%;
	left: -45px;
	transform: translateY(-50%);
}
.sub_title01 {
	font-size: 1rem;
	color: var(--main-color);
	line-height: 1.2;
}
@media screen and (max-width: 1024px) {
	.title01 {
		font-size: 32px;
	}
	.title01::before {
		width: 30px;
		left: -40px;
	}
}
@media screen and (max-width: 767px) {
	.title01_box {
		padding-left: 2.3rem;
		margin-bottom: 1.5rem;
	}
	.title01 {
		font-size: 26px;
	}
	.title01::before {
		width: 22px;
		left: -31px;
	}
	.sub_title01 {
		font-size: 12px;
	}
}

/* ボタン */
.btn01 a {
	border-color: #000 !important;
	font-size: 20px !important;
	color: #000 !important;
	padding: 3px 36px !important;
	opacity: 1 !important;
	overflow: hidden;
	background: transparent !important;
    box-shadow: none !important;
}
.btn01 a .vk_button_link_caption {
	position: relative;
}
.btn01 a .vk_button_link_caption::before {
	content: '';
	border-radius: 50%;
    content: "";
    display: block;
	width: 7px;
    height: 7px;
    left: -17px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	background-color: #000;
    transition: transform .3s, background-color 0s .3s;
	z-index: -1;
}
.btn01 a:hover .vk_button_link_caption::before {
	background-color: var(--main-color);
	transform: translateY(-50%) scale(50);
	transition: transform .3s;
}
.btn01 a .vk_button_link_caption::after {
	content: '';
	border-radius: 50%;
    content: "";
    display: block;
	width: 7px;
    height: 7px;
    left: -17px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	background-color: #000;
	transition: all .3s;
}
.btn01 a:hover .vk_button_link_caption::after {
	background-color: #fff;
}
@media screen and (max-width: 1024px) {
	.btn01 a {
		font-size: 18px !important;
	}
}
@media screen and (max-width: 767px) {
	.btn01 {
		text-align: center !important;
	}
	.btn01 a {
		font-size: 16px !important;
		padding: 10px 60px !important;
	}
}

/***********************************************
 * ヘッダー
***********************************************/
.site-header-container {
	max-width: 100% !important;
	padding-top: 12px;
}
.site-header-logo {
	padding-top: 0;
	margin-bottom: 0;
}
.site-header-logo a {
/* 	position: fixed;
	top: 27px;
    left: 25px; */
	display: block;
    width: max-content;
}
.site-header-logo img {
	max-height: 97px;
	object-fit: contain !important;
	object-position: left !important;
}
.global-nav ul {
	display: none !important;
	position: fixed;
	bottom: 18px;
	right: 116px;
	flex-direction: column;
	align-items: flex-start;
}
.global-nav li::before {
	display: none;
}
.global-nav li a {
	position: relative;
	padding: 17px 0 !important;
	overflow: visible !important;
}
.global-nav li a strong {
	position: relative;
	font-weight: 400 !important;
	font-size: 20px !important;
	color: #fff;
	transition: all .3s;
}
.global-nav li a::before {
	content: '';
	width: 100%;
	height: 100%;
	background: var(--main-color);
	filter: blur(53.6px);
	opacity: 0;
	transition: all .3s;
	position: absolute;
	top: 0;
	left: 0;
}
.global-nav li a:hover strong {
	color: var(--main-color);
}
.global-nav li a:hover::before {
	opacity: 1;
}

.vk-mobile-nav-menu-btn {
	display: block !important;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: none;
    right: 15px !important;
    top: 15px !important;
	background: url("../../../wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-btn-white.svg") center 50% no-repeat rgba(237, 106, 1, .8);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
body:has(.nav_class_key) .vk-mobile-nav-menu-btn {
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
}
body:has(.nav_class_key) .vk-mobile-nav-menu-btn.menu-open {
	opacity: 1;
	pointer-events: auto;
}
body:has(.nav_class_key) .vk-mobile-nav-menu-btn.active {
	opacity: 1;
	pointer-events: auto;
}
.vk-mobile-nav-menu-btn.menu-open {
	background: url("../../../wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-close-white.svg") center 50% no-repeat rgba(237, 106, 1, .8);
	border: none;
}
body.device-pc .vk-mobile-nav {
	display: block !important;
}
.vk-mobile-nav {
	max-width: 500px;
	padding-top: 7rem;
	background: linear-gradient(0deg, #ed6c01 0%, #ffaf01 100%);
	overflow: hidden;
}
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
	left: calc(100% - 500px);
}
.vk-mobile-nav nav ul li a {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: #fff;
}
.vk-mobile-nav nav ul li a,
.vk-mobile-nav nav>ul {
	border-color: #fff;
}
body {
	position: relative;
}
body::before {
	content: '';
	width: 100%;
	height: 100vh;
	background: #000;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	transition: all .3s;
	pointer-events: none;
	z-index: 1001;
}
body:has(.vk-mobile-nav-open)::before {
	opacity: .7;
	pointer-events: auto;
}

@media screen and (max-width: 992px) {
	.site-header-logo img {
		max-height: 70px;
	}
	.vk-mobile-nav-menu-btn {
		width: 45px;
		height: 45px;
	}
	body:has(.nav_class_key) .vk-mobile-nav-menu-btn {
		opacity: 1;
		pointer-events: auto;
	}
}
@media screen and (max-width: 767px) {
	.site-header-logo img {
		max-height: 55px;
	}
	.vk-mobile-nav {
		max-width: 80%;
	}
	.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
		left: 20%;
	}
	.vk-mobile-nav nav ul li a {
		font-size: 18px;
		padding: 20px 5px;
	}
}

/***********************************************
 * フッター
***********************************************/
.site-footer {
	border-top: none;
	padding-top: 3rem;
	z-index: 1;
	background-size: cover;
}
.footer_logo {
	max-width: 114px;
	margin-bottom: 1.4rem;
}
.footer_company_name {
	font-size: 32px;
	margin-bottom: 0.6rem;
}
.footer_addr_text {
	gap: 3.6%;
}
.footer_addr_text p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 0;
}
.widget_nav_menu {
	display: flex;
	justify-content: flex-end;
}
.widget_nav_menu .menu {
	position: relative;
	padding: 1.3rem 1.7rem;
}
.widget_nav_menu .menu::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #D9D9D9;
	opacity: .24;
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
.widget_nav_menu .menu a {
	position: relative;
	border: none;
    font-size: 20px;
    padding: 18px 0px;
	transition: all .3s;
	color: #fff;
}
.widget_nav_menu .menu a:hover {
/* 	color: var(--main-color); */
	background: linear-gradient(90deg, #ed6c01 0%, #FFAF01 95%) !important;
	color: transparent;
	-webkit-background-clip: text !important;
	background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	text-fill-color: transparent !important;
}
.widget_nav_menu>div>ul li.current_page_item>a {
	background: transparent !important;
}
.site-footer-copyright {
	padding: 11px 0;
}
.site-footer-copyright p {
	font-size: 14px;
	display: flex;
	flex-direction: column;
	letter-spacing: 0.17em;
}
.site-footer-copyright a {
	font-size: 16px;
	text-decoration: none;
	letter-spacing: 0.17em;
}
@media screen and (max-width: 1024px) {
	.footer_logo {
		max-width: 80px;
	}
	.footer_company_name {
		font-size: 24px;
	}
	.footer_addr_text p {
		font-size: 14px;
	}
	.widget_nav_menu .menu::before {
		border-radius: 15px;
	}
	.widget_nav_menu .menu a {
		font-size: 16px;
		padding: 10px 0px;
	}
	.site-footer-copyright a {
		font-size: 14px;
	}
	.site-footer-copyright p {
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.footer_logo {
        max-width: 70px;
    }
	.footer_company_name {
		font-size: 20px;
	}
	.site-footer .footer_items {
		flex-wrap: wrap !important;
	}
	.footer_items > .wp-block-column {
		flex-basis: 100% !important;
	}
	.footer_addr_text {
		flex-wrap: wrap !important;
		gap: 20px;
	}
	.footer_addr_text p {
		width: 100%;
	}
	.widget_nav_menu {
		justify-content: flex-start;
	}
	.widget_nav_menu .menu {
		padding: 0;
	}
	.widget_nav_menu .menu::before {
		display: none;
	}
	.widget_nav_menu .menu a {
        font-size: 15px;
        padding: 5px 0px;
    }
	.site-footer-copyright a {
		font-size: 12px;
	}
}


/***********************************************
 * トップページ
***********************************************/
/* FV */
.fv_box {
	position: relative;
	padding-top: 7.55rem;
}
.fv_box figure {
	margin-right: calc(50% - 50vw);
	max-width: unset;
	margin-bottom: 0;
}
.fv_box video {
	aspect-ratio: 1 / .466;
    object-fit: cover;
}
.fv_title {
	font-size: 5vw;
	font-weight: 500;
	margin: 0 !important;
	position: absolute;
	bottom: 2vw;
    left: 2.4vw;
	background: linear-gradient(90deg, #ed6c01 0%, #ffffff 95%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
nav.header_nav_box {
	position: absolute;
    bottom: 65px;
    right: 0;
    padding: 10px 26px;
}
nav.header_nav_box::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #D9D9D9;
	opacity: .24;
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 0;
}
ul.header_nav_box {
	display: block;
}
.header_nav_box a {
	font-size: 20px;
	font-weight: 500;
	color: #fff !important;
	padding: 17.5px 0;
	transition: all .3s;
}
.header_nav_box a:hover {
/* 	color: var(--main-color) !important; */
	background: linear-gradient(90deg, #ed6c01 0%, #FFAF01 95%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.page_fv_box .fv_title {
	font-size: 4vw;
	bottom: 1vw;
}
@media screen and (min-width: 2500px) {
	.fv_title {
		font-size: 120px;
	}
}
@media screen and (max-width: 1024px) {
	.fv_box {
		padding-top: 7rem;
	}
	.fv_title {
		font-size: 6vw;
		bottom: 0;
	}
}
@media screen and (max-width: 992px) {
	nav.header_nav_box {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.fv_box {
		padding-top: 6rem;
	}
	.fv_box video {
		aspect-ratio: 1 / 1.1;
	}
	.fv_title {
        font-size: 11vw;
		line-height: 1.1;
        bottom: 1vw;
    }
	.page_fv_box .fv_title {
		font-size: 10vw;
    	bottom: 1.5vw;
	}
}

/* ABOUT */
.about_content {
	padding-top: 8rem;
	padding-bottom: 2rem;
}
.about_items {
	gap: 1.5rem 2%;
}
.about_items > .wp-block-column:has(.about_text) {
	flex-basis: 48% !important;
}
.about_text {
	font-size: clamp(1.125rem, 0.839rem + 0.45vw, 1.375rem);
	font-weight: 600;
	line-height: 3.09;
	padding-top: clamp(1.5rem, -1.814rem + 5.18vw, 4.4rem);
}
.about_text strong {
	font-weight: 600 !important;
}
.about_img {
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.about_content {
		padding-top: 6.5rem;
	}
	.about_text {
		font-size: 16px;
		line-height: 2;
		padding-top: .5rem;
	}
}
@media screen and (max-width: 767px) {
	.about_content {
		padding-top: 3.5rem;
	}
	.about_content .about_items {
		flex-wrap: wrap !important;
		margin-bottom: 0;
	}
	.about_items > .wp-block-column:first-child,
	.about_items > .wp-block-column:last-child {
		flex-basis: 100% !important;
	}
	.about_text {
		font-size: 14px;
		padding-top: 0;
		margin-bottom: 0;
	}
}

/* SERVICE */
.service_content {
	padding-top: 4rem;
}
.service_content .title01_box {
	margin-bottom: 4.2rem;
}
.service_items {
	max-width: 1525px;
	margin: 0 auto;
}
.service_items .row {
	margin: 0;
	justify-content: center;
	gap: 4.3rem 6.6%;
}
.service_items .vk_gridColumn_item {
	position: relative;
	padding: 14px 14px 50px;
	flex: 0 0 28.9%;
	max-width: 100%;
	border: 3px solid #FFAF01;
	border-radius: 13px;
	background: #D9D9D9;
}
.service_img {
	margin-bottom: 0;
}
.service_img img {
	aspect-ratio: 1 / .545;
    object-fit: cover !important;
}
.service_title {
	font-size: clamp(1.25rem, 0.821rem + 0.67vw, 1.625rem);
    font-weight: 600;
    line-height: 1.333;
    letter-spacing: 0.14em;
    margin: 2rem 0 .7rem;
}
.service_text {
	font-size: 16px;
	line-height: 2.0625;
	margin-bottom: 0;
	text-align: left;
}
@media screen and (max-width: 1200px) {
	.service_items .row {
		gap: 4.3rem 4%;
	}
	.service_items .vk_gridColumn_item {
		flex: 0 0 30.6%;
	}
}
@media screen and (max-width: 1024px) {
	.service_content {
		padding-top: 3rem;
	}
	.service_items .row {
		gap: 2.3rem 5%;
	}
	.service_items .vk_gridColumn_item {
		flex: 0 0 47.5%;
		border-radius: 8px;
		padding: 14px 14px 25px;
	}
	.service_title {
		font-size: 22px;
	}
	.service_text {
		font-size: 14px;
		line-height: 1.666;
	}
}
@media screen and (max-width: 767px) {
	.service_content .title01_box {
		margin-bottom: 2.5rem;
	}
	.service_items .row {
		gap: 1.5rem;
	}
	.service_items .vk_gridColumn_item {
		flex: 0 0 100%;
	}
	.service_title {
		font-size: 20px;
		margin: 1.5rem 0 .5rem;
	}
	.service_text {
		font-size: 14px;
		text-align: left;
	}
}

/* Company */
.greeting_content {
	padding-top: 3.8rem;
	padding-bottom: 0;
}
.greeting_content .title01_box {
	margin-bottom: 3.1rem;
}
.greeting_box {
	padding-top: 5.2rem;
	padding-left: calc(50svw - 50%) !important;
    padding-right: calc(50svw - 50%) !important;
	padding-bottom: 2.4rem;
}
.greeting_items {
	max-width: 1260px;
	margin: 0 auto;
	gap: 1.5rem;
	justify-content: space-between;
}
.greeting_items .wp-block-column:first-child {
	flex-basis: 32px !important;
}
.greeting_items .wp-block-column:last-child {
	flex-basis: 87% !important;
}
.tate_title {
	font-size: 32px !important;
	line-height: 1.3125;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0;
    letter-spacing: 0.3em;
	color: #fff;
	text-shadow: 0 4px 4px #000;
}
.greeting_text {
	font-size: 18px;
    font-weight: 600;
    line-height: 2.5;
	letter-spacing: 0.04em;
    margin-bottom: 0;
	text-shadow: 0 4px 4px #000;
	margin-bottom: 6px;
}
.greeting_name_box {
	gap: 0 1.7rem;
	text-shadow: 0 4px 4px #000;
}
.greeting_post {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.65;
}
.greeting_name {
	font-size: 32px;
}
@media screen and (max-width: 1024px) {
	.greeting_content .title01_box {
		margin-bottom: 2.5rem;
	}
	.greeting_text {
		font-size: 16px;
		line-height: 2;
	}
	.tate_title {
		font-size: 28px !important;
		letter-spacing: 0.1em;
		writing-mode: unset;
	}
	.greeting_content .greeting_items {
		flex-wrap: wrap !important;
		gap: 1rem;
	}
	.greeting_items > .wp-block-column:first-child,
	.greeting_items > .wp-block-column:last-child {
		flex-basis: 100% !important;
	}
	.greeting_post {
		font-size: 16px;
	}
	.greeting_name {
		font-size: 28px;
	}
}
@media screen and (max-width: 767px) {
	.greeting_box {
		padding-top: 4.2rem;
		padding-bottom: 3.4rem;
	}
	.tate_title {
		font-size: 22px !important;
		text-shadow: 0 2px 2px #000;
	}
	.greeting_text {
		margin-bottom: 20px;
		font-size: 14px;
		text-shadow: 0 2px 2px #000;
	}
	.greeting_name_box {
		gap: 1rem;
		text-shadow: 0 2px 2px #000;
	}
	.greeting_post {
		font-size: 14px;
	}
	.greeting_name {
		font-size: 22px;
	}
}

/* 会社概要 */
.company_content {
	padding-top: 8rem;
}
.company_content .tate_title {
	position: relative;
	background: linear-gradient(0deg, #ed6c01 0%, #ffaf01 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	text-shadow: none;
	padding-bottom: 49px;
}
.company_content .tate_title::before {
	content: '';
	width: 2px;
	height: 40px;
	background: var(--main-color);
	position: absolute;
	bottom: 0;
	left: 57%;
	transform: translateX(-50%);
}
.company_items {
	max-width: 1275px;
	margin: 0 auto;
	justify-content: space-between;
	gap: 1rem;
}
.company_items .wp-block-column:first-child {
	flex-basis: 32px !important;
}
.company_items .wp-block-column:last-child {
	flex-basis: calc(100% - 73px) !important;
}
.company_table {
	margin-bottom: 4px;
}
.company_table table {
	border: none;
}
.company_table tr {
	border-top: 1px solid #000;
}
.company_table td {
	background: transparent !important;
	border: none !important;
	font-size: 20px;
	line-height: 1.9;
	color: #000;
	font-weight: 600;
	padding: 11.5px 12px !important;
	vertical-align: top !important;
}
.company_table td:first-child {
	position: relative;
	font-weight: 400;
	padding-left: 48px !important;
	width: 487px;
}
.company_table td:first-child::before {
	content: '';
    width: 1px;
    height: 30px;
    background: var(--main-color);
    position: absolute;
    top: 16px;
    left: 34px;
}
.map_box {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-bottom: 5.3rem;
}
.map_title {
	position: relative;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.9;
	color: #000;
	padding: 16.5px 12px !important;
	padding-left: 48px !important;
}
.map_title::before {
	content: '';
    width: 1px;
    height: 30px;
    background: var(--main-color);
    position: absolute;
    top: 20px;
    left: 34px;
}
.map_items {
	max-width: 1066px;
    margin: 0 auto;
}
.map_items > .row {
	margin: 0;
	justify-content: space-between;
}
.map_items .vk_gridColumn_item {
	padding: 0;
	flex: 0 0 42%;
}
.map_items iframe {
	aspect-ratio: 1 / .93;
    height: auto !important;
	margin-bottom: 1rem;
}
.map_items p {
	font-size: 1rem;
	font-weight: 600;
	line-height: 2;
}
@media screen and (max-width: 1024px) {
	.company_content {
		padding-top: 4rem;
	}
	.company_content .company_items {
		flex-wrap: wrap !important;
	}
	.company_items > .wp-block-column:first-child,
	.company_items > .wp-block-column:last-child {
		flex-basis: 100% !important;
	}
	.company_content .tate_title {
		background: linear-gradient(90deg, #ed6c01 0%, #ffaf01 100%);
		background-clip: text;
		padding-bottom: 0;
		padding-left: 40px;
		margin-bottom: 1.5rem !important;
	}
	.company_content .tate_title::before {
		width: 30px;
		height: 2px;
        top: 21px;
		left: 0;
		bottom: unset;
		top: 15px;
		transform: unset;
	}
	.company_table td {
		font-size: 16px;
	}
	.company_table td:first-child {
		padding-left: 25px !important;
		width: 200px;
	}
	.company_table td:first-child::before {
		height: 22px;
		top: 16px;
		left: 14px;
	}
	.map_box {
		padding-bottom: 2.5rem;
	}
	.map_title {
		font-size: 16px;
		padding-left: 25px !important
	}
	.map_title::before {
		height: 22px;
		top: 21px;
		left: 14px;
	}
	.map_items .vk_gridColumn_item {
		flex: 0 0 46%;
	}
}
@media screen and (max-width: 767px) {
	.company_content .tate_title {
		padding-left: 35px;
	}
	.company_content .tate_title::before {
		width: 22px;
		top: 12px;
	}
	.company_table tr,
	.company_table td {
		display: block;
	}
	.company_table tr {
		padding: 15px 0;
	}
	.company_table td:first-child {
		width: 100%;
		font-weight: bold;
		padding-left: 20px !important;
/* 		padding-bottom: 5px !important; */
	}
	.company_table td {
		font-size: 14px;
		font-weight: 400;
		padding: 0 !important;
		padding-left: 20px !important;
	}
	.company_table td:first-child::before {
        height: 20px;
        top: 3px;
        left: 10px;
    }
	.map_title {
		font-size: 14px;
		font-weight: bold;
		padding-top: 15px !important;
		padding-left: 20px !important;
		padding-bottom: 0 !important;
		margin-bottom: 15px;
	}
	.map_title::before {
		height: 20px;
        top: 18px;
        left: 10px;
	}
	.map_items > .row {
		gap: 1.5rem;
	}
	.map_items .vk_gridColumn_item {
		flex: 0 0 100%;
	}
	.map_items iframe {
		aspect-ratio: 1 / .5;
	}
	.map_items p {
		font-size: 14px;
		font-weight: 400;
		line-height: 1.666;
	}
}

/* お知らせ */
.news_content {
	padding-top: 6.1rem;
}
.news_content .title01_box {
	margin-bottom: 3.6rem;
}
.news_box {
	max-width: 1200px;
	margin: 0 auto;
}
.news_lists {
	margin-bottom: 5.1rem !important;
}
.vk_posts-postType-news {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5.2rem 2%;
	margin: 0;
}
.vk_post-postType-news {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 46.4%;
	border-bottom: none;
	padding: 19.5px 24px !important;
	margin: 0;
	border: 3px solid #FFAF01;
	background: #D9D9D9;
	border-radius: 20px;
	min-height: 255px;
	transition: all .3s;
	cursor: pointer;
}
.vk_post-postType-news::before {
	content: '';
	width: 0;
    height: 3px;
    background: var(--main-color);
    position: absolute;
    top: 27px;
    right: 0;
	transition: width .3s;
}
.vk_post-postType-news:hover {
	box-shadow: 0 4px 5.6px #FFAF01;
}
.vk_post-postType-news:hover::before {
	width: calc(100% - 120px);
}
.vk_post-postType-news .postListText_date {
	font-size: 1rem;
	margin-bottom: 23px;
}
.vk_post-postType-news .postListText_title a {
	text-decoration: none;
	font-size: 18px;
	line-height: 1.2;
}
.vk_post-postType-news .postListText_title a:hover {
	color: #000 !important;
}
@media screen and (max-width: 1024px) {
	.news_content .title01_box {
		margin-bottom: 2.5rem;
	}
	.vk_posts-postType-news {
		gap: 2rem 2%;
	}
	.news_lists {
		margin-bottom: 3rem !important;
	}
	.vk_post-postType-news {
		width: 49%;
		padding: 15px !important;
		border-radius: 10px;
		min-height: 200px;
	}
	.vk_post-postType-news::before {
		top: 23px;
	}
	.vk_post-postType-news:hover::before {
		width: calc(100% - 100px);
	}
	.vk_post-postType-news .postListText_date {
		margin-bottom: 10px;
	}
	.vk_post-postType-news .postListText_title a {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.news_content {
		padding-top: 4rem;
	}
	.news_content .title01_box {
		margin-bottom: 2rem;
	}
	.vk_posts-postType-news {
		gap: 1.5rem;
	}
	.vk_post-postType-news {
		width: 100%;
		border-radius: 8px;
        min-height: 150px;
		border-width: 2px;
	}
	.vk_post-postType-news::before {
        top: 22px;
		height: 2px;
    }
	.vk_post-postType-news:hover::before {
        width: calc(100% - 90px);
    }
	.vk_post-postType-news .postListText_date {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.vk_post-postType-news .postListText_title a {
		font-size: 14px;
	}
}

/* お問い合わせ */
.contact_content {
	padding-top: 3rem;
	padding-bottom: 7.34rem;
}
.contact_text {
	font-size: 22px;
	line-height: 1.363;
	letter-spacing: 0.14em;
	margin-bottom: 4.6rem;
}
.contact_btns .vk_buttons_col {
	gap: 6%;
}
.contact_btns .vk_buttons_col .vk_button {
	width: 37.1%;
}
.contact_btns a {
	position: relative;
	border: none !important;
	color: #fff !important;
	background: var(--main-color) !important;
	font-size: 48px !important;
	display: flex;
	flex-direction: column;
	padding: 4rem 1rem !important;
	opacity: 1 !important;
	box-shadow: none !important;
	border-radius: 36px;
	transition: all .3s;
}
.contact_btns a:hover {
	box-shadow: 0 0 10px var(--main-color) !important;
}
.contact_btns a::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 36px;
    background: linear-gradient(115deg, #ED6C01, #FFAF01) border-box border-box;
	transition: .3s;
}
.contact_btns .vk_button:last-child a::before {
	background: linear-gradient(115deg, #FFAF01, #ED6C01) border-box border-box;
}
.contact_btns a:hover::before {
	opacity: 0;
}
.contact_btns a .vk_button_link_subCaption {
	position: relative;
    z-index: 1;
	font-size: 24px !important;
	order: -1;
}
.contact_btns a .vk_button_link_txt {
	position: relative;
}
.contact_btns a .vk_button_link_txt::before {
	content: '';
	width: 49px;
	height: 49px;
	background: url('../../../wp-content/uploads/2025/08/phone_icon.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: -68px;
	transform: translateY(-50%);
}
.contact_btns a:hover .vk_button_link_txt::before {
	animation: rotate 2s linear infinite;
}
@keyframes rotate {
	0% {
		transform: translateY(-50%) rotate(0);
	}
	25% {
		transform: translateY(-50%) rotate(10deg);
	}
	50% {
		transform: translateY(-50%) rotate(0);
	}
	75% {
		transform: translateY(-50%) rotate(10deg);
	}
	100% {
		transform: translateY(-50%) rotate(0);
	}
}
@media screen and (max-width: 1400px) {
	.contact_btns .vk_buttons_col {
		gap: 5%;
	}
	.contact_btns .vk_buttons_col .vk_button {
		width: 47.5%;
	}
}
@media screen and (max-width: 1100px) {
	.contact_btns a {
		font-size: 38px !important;
	}
	.contact_btns a .vk_button_link_txt::before {
		width: 40px;
    	height: 40px;
		left: -55px;
	}
}
@media screen and (max-width: 1024px) {
	.contact_text {
		font-size: 16px;
		margin-bottom: 2.5rem;
	}
	.contact_btns .vk_buttons_col {
		gap: 1.5rem 5%;
	}
	.contact_btns .vk_buttons_col .vk_button {
		width: 47.5%;
	}
	.contact_btns a .vk_button_link_subCaption {
		font-size: 16px !important;
	}
	.contact_btns a {
		font-size: 32px !important;
		border-radius: 20px;
		padding: 2.5rem 1rem !important;
	}
	.contact_btns a .vk_button_link_txt::before {
		width: 32px;
		height: 32px;
		left: -40px;
	}
	.contact_btns a::before {
		border-radius: 20px;
	}
}
@media screen and (max-width: 767px) {
	.contact_content {
		padding-bottom: 4rem;
	}
	.contact_text {
		font-size: 14px;
	}
	.contact_btns .vk_buttons_col .vk_button {
		width: 100%;
	}
	.contact_btns a {
		font-size: 28px !important;
		border-radius: 15px;
	}
	.contact_btns a::before {
		border-radius: 15px;
	}
	.contact_btns a .vk_button_link_txt::before {
        width: 28px;
        height: 28px;
        left: -35px;
    }
}

/***********************************************
 * お知らせ（アーカイブページ）
***********************************************/
.archive .page-header,
.archive .breadcrumb {
	display: none;
}
.archive .site-body,
.single-news .site-body {
	padding-top: 0;
	padding-bottom: 8rem;
}
.archive .vk_posts-postType-news {
	max-width: 1200px;
	margin: 4rem auto 0;
}
.pagination {
	margin-top: 4rem;
}
.page-numbers li {
	font-size: 18px;
}
ul.page-numbers li {
	margin: 0 5px;
	overflow: visible;
}
ul.page-numbers li span.page-numbers.current {
	background-color: var(--main-color);
	color: #fff;
}
ul.page-numbers li a,
ul.page-numbers li span.page-numbers {
	background-color: #fff;
	border-radius: 50% !important;
	width: 40px;
    height: 40px;
	color: #1f1f1f;
	font-weight: bold;
	padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.page-numbers li a.next,
ul.page-numbers li a.prev {
	padding-bottom: 5px;
}
@media screen and (max-width: 1024px) {
	.page-numbers li {
		font-size: 15px;
	}
}
@media screen and (max-width: 767px) {
	.archive .site-body,
	.single-news .site-body {
		padding-bottom: 6rem;
	}
	.page-numbers li {
		font-size: 13px;
	}
	ul.page-numbers li a,
	ul.page-numbers li span.page-numbers {
		width: 35px;
		height: 35px;
		font-size: 13px;
	}
	ul.page-numbers li a.next,
	ul.page-numbers li a.prev {
		padding-bottom: 3px;
	}
}

/***********************************************
 * お知らせ（詳細ページ）
***********************************************/
.single-news .page-header,
.single-news .breadcrumb {
	display: none;
}
.single-news .site-body-container {
	max-width: 1200px !important;
	margin: 4rem auto 0;
}

/***********************************************
 * プライバシーポリシー
***********************************************/
.privacy_content {
	padding-top: 10rem;
	padding-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
	.privacy_content {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}
@media screen and (max-width: 767px) {
	.privacy_content {
		padding-top: 4rem;
		padding-bottom: 6rem;
	}
}

/***********************************************
 * アニメーション
***********************************************/
.delay1 {
	transition-delay: 0.1s !important;
}
.delay2 {
	transition-delay: 0.2s !important;
}
.delay3 {
	transition-delay: 0.3s !important;
}
.delay4 {
	transition-delay: 0.4s !important;
}
.delay5 {
	transition-delay: 0.5s !important;
}
.delay6 {
	transition-delay: 0.6s !important;
}
.delay7 {
	transition-delay: 0.7s !important;
}
.delay8 {
	transition-delay: 0.8 !important;
}
.delay9 {
	transition-delay: 0.9s !important;
}
.delay10 {
	transition-delay: 1s !important;
}

.animate_en span {
	display: inline-block;
	overflow: hidden;
	transform: translateY(70%);
	opacity: 0;
	transition: all .3s var(--char-index);
}
.animate_en.class_active span {
	opacity: 1;
	transform: translate(0);
}
.animate_en span.space {
	display: inline;
}

/* ふわっと */
.class_key.up {
	transform: translateY(30px);
	opacity: 0;
	transition: all .3s;
}
.up.class_active {
	transform: translateY(0);
	opacity: 1;
}

/* 右から左 */
.class_key.right {
	transform: translateX(30px);
	opacity: 0;
	transition: all .5s;
}
.right.class_active {
	transform: translateX(0);
	opacity: 1;
}

/* 左から右 */
.class_key.left {
	transform: translateX(-30px);
	opacity: 0;
	transition: all .5s;
}
.left.class_active {
	transform: translateX(0);
	opacity: 1;
}

/* マスク */
.class_key.mask {
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    mask-size: 340% 340%;
    -webkit-mask-size: 340% 340%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
}
.class_active.mask {
	animation: mask-animation 0.8s linear forwards;
}
@keyframes mask-animation {
	0% {
		mask-position: 130% 130%;
    	-webkit-mask-position: 130% 130%;
		mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
	}
	99% {
		mask-position: 0 0;
    	-webkit-mask-position: 0 0;
		mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
	}
	100% {
		mask-image: unset;
		-webkit-mask-image: unset;
	}
}

.class_key .title01 {
	transform: translateX(-50px);
	opacity: 0;
	transition: .3s;
}
.class_active .title01 {
	transform: translateX(0);
	opacity: 1;
}
.class_key .sub_title01 {
	transform: translateY(15px);
	opacity: 0;
	transition: .3s;
	transition-delay: .1s;
}
.class_active .sub_title01 {
	transform: translateY(0);
	opacity: 1;
}