/*
Theme Name: 株式会社T-art.
Template: lightning
Author: 株式会社IMPROTEC.
Version: 0.6.1
*/

/****************************************************
 * 共通
****************************************************/
.sen {
	font-family: "Sen", sans-serif;
}
.zen-kaku-gothic-new {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
:root {
	--main-color: #B40000;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #000;
	background: #F2F2F2;
}
.site-body-container {
	padding: 0;
    max-width: 1545px !important;
    width: 90%;
}
.vk_outer_container,
.alignfull div[class*=__inner-container],
.alignwide div[class*=__inner-container] {
	max-width: 100% !important;
}
img {
	width: 100%;
}
.grecaptcha-badge {
	display: none !important;
	bottom: 85px !important;
}
body:has(.contact_content) .grecaptcha-badge {
	display: block !important;
}
@media screen and (max-width: 767px) {
	.grecaptcha-badge {
		bottom: 70px !important;
	}
}

/* タイトル */
.title01 {
	font-size: 40px;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.sub_title01 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	background: linear-gradient(0deg, #E11111 0%, #B40000 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	margin-bottom: 0.23rem !important;
}

.title02 {
	font-size: 40px;
	line-height: 1.2;
	background: linear-gradient(0deg, #E11111 0%, #B40000 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	margin-bottom: 3.7rem;
}

.page_fv_title {
	font-size: 60px;
	line-height: 1.2;
	background: linear-gradient(0deg, #E11111 0%, #B40000 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	margin: 2.3rem 0;
}

h1 {
	font-size: 32px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 24px;
}

.sp {
	display: none;
}
@media screen and (max-width: 1024px) {
	.title01 {
		font-size: 32px;
        line-height: 1.3;
	}
	.sub_title01 {
		font-size: 18px;
	}
	.title02 {
		font-size: 32px;
		margin-bottom: 2rem;
	}
	.page_fv_title {
		font-size: 42px;
		margin: 1.3rem 0;
	}
	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: 992px) {
	.sp {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	html {
		scroll-padding-top: 50vw;
	}
	.title01 {
		font-size: 24px;
		letter-spacing: 1px;
	}
	.sub_title01 {
		font-size: 14px;
		margin-bottom: 0 !important;
	}
	.title02 {
		font-size: 26px;
		margin-bottom: 1.5rem;
	}
	.page_fv_title {
		font-size: 32px;
		margin: 1rem 0;
	}
	h1 {
		font-size: 22px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 17px;
	}
	h5 {
		font-size: 16px;
	}
}

/* ボタン */
.btn01 a {
	position: relative;
	min-width: 300px !important;
    font-size: 30px !important;
    font-weight: bold;
    padding: 1.1rem !important;
    border: none !important;
    background: #C80000 !important;
	overflow: hidden;
	opacity: 1 !important;
	box-shadow: none !important;
}
.btn01 a::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #C80000 25%, #FF5959 100%);
	transition: opacity .3s;
}
.btn01 a:hover::before {
	opacity: 0;
}
.btn01 .vk_button_link_caption {
	position: relative;
	padding-right: 2.4rem;
}
.btn01 .vk_button_link_caption::before {
	content: '';
	width: 30px;
	height: 30px;
	background: url('../../../wp-content/uploads/2025/10/btn_arrow.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	transition: right .3s;
}
.btn01 a:hover .vk_button_link_caption::before {
	right: -15px;
}
@media screen and (max-width: 1024px) {
	.btn01 a {
		font-size: 24px !important;
		min-width: 260px !important;
    	padding: .5rem !important;
	}
	.btn01 .vk_button_link_caption::before {
		width: 25px;
		height: 25px;
	}
}
@media screen and (max-width: 767px) {
	.btn01 a {
		font-size: 20px !important;
		min-width: 260px !important;
	}
	.btn01 .vk_button_link_caption {
		padding-right: 1.5rem;
	}
	.btn01 .vk_button_link_caption::before {
		width: 20px;
		height: 20px;
	}
}



/****************************************************
 * ヘッダー
****************************************************/
.site-header {
	box-shadow: none;
	background: #F2F2F2;
}
.header_scrolled .site-header {
	background: rgba(255, 255, 255, .8);
	padding: 5px 0;
}
.site-header-container {
	max-width: 1540px !important;
    width: 90%;
    padding: 0;
}
.site-header-logo {
	padding-top: 1.95rem;
    padding-bottom: 1.95rem;
    margin-bottom: 0;
}
.site-header-logo img {
	max-width: 187px;
}
.global-nav-list {
	font-family: "Sen", sans-serif;
}
.global-nav-list>li::before {
	display: none;
}
.device-pc .global-nav-list>li>a {
	padding: 14px 25px;
	transition: color .3s;
}
.device-pc .global-nav-list>li>a:hover {
	color: var(--main-color);
}
.global-nav-list>li .global-nav-name {
	font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
}
.vk-mobile-nav-menu-btn {
/* 	display: block !important; */
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid var(--main-color);
    right: 10px !important;
    top: 5px !important;
	background: url("../../../wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-btn-black.svg") center 50% no-repeat #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.vk-mobile-nav-menu-btn.menu-open {
	background: url("../../../wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-close-black.svg") center 50% no-repeat #fff;
	border: 1px solid var(--main-color);
}
/* body.device-pc .vk-mobile-nav {
	display: block !important;
} */
.vk-mobile-nav {
	max-width: 500px;
	padding: 7rem 25px 45px 25px;
	background: #fff;
	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: bold;
	letter-spacing: 0.04em;
	color: #000;
}
.vk-mobile-nav nav ul li a,
.vk-mobile-nav nav>ul {
	border-color: #000;
}
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 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.vk-mobile-nav-menu-btn {
		width: 45px;
		height: 45px;
	}
	.site-header-logo img {
		max-width: 150px;
	}
}
@media screen and (max-width: 767px) {
	.site-header-logo {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.site-header-logo img {
		max-width: 120px;
	}
	.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;
	}
}



/****************************************************
 * フッター
****************************************************/
/* フッター上部（コンタクトボタン） */
.footer_contact_btn {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	
}
.footer_contact_btn a {
	font-size: 80px !important;
	font-weight: bold;
	border: none !important;
/* 	background: url('../../../wp-content/uploads/2025/10/footer_contact_btn_bg.webp') center / cover no-repeat !important; */
	background: transparent !important;
	color: var(--main-color) !important;
	box-shadow: none !important;
	padding: 1.1rem 2rem !important;
	border-top: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
}
.footer_contact_btn .vk_button_link_caption {
	position: relative;
	padding-right: 6.8rem;
}
.footer_contact_btn .vk_button_link_caption::before {
	content: '';
    width: 54px;
    height: 54px;
    background: url(../../../wp-content/uploads/2025/11/footer_contact_btn_arrow_red.png) center / contain no-repeat;
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
    transition: all .3s;
}
.footer_contact_btn a:hover .vk_button_link_caption::before {
	top: calc(50% - 10px);
	right: 22px;
}
.site-footer {
	border-top: none;
	font-size: 16px;
	padding-top: 7.2rem;
	padding-bottom: 1rem;
}
.site-footer-content,
.site-footer-copyright {
	max-width: 1555px !important;
	width: 90%;
	padding: 0;
}
.footer_items {
	position: relative;
	min-height: 250px;
	margin-bottom: 0;
}
.footer_items::before {
	content: '';
/* 	width: 235px;
    height: 341px; */
	width: 110px;
    height: 160px;
	background: url('../../../wp-content/uploads/2025/11/footer_logo2.png') center / contain no-repeat;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.site-footer .row {
	margin: 0;
}
.site-footer .row > div {
	padding: 0;
}
.footer_logo {
	max-width: 175px;
	margin-bottom: 2rem;
}
.footer_text {
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: 0;
}
.site-footer .widget_nav_menu {
	display: flex;
	justify-content: flex-end;
}
.site-footer .menu {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 0;
}
.site-footer .menu a {
	padding: 0 20px;
	font-family: "Sen", sans-serif;
	font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
	font-weight: bold;
	line-height: 1.2;
	border: none;
}
.widget_nav_menu>div>ul li.current_page_item>a,
.widget_nav_menu>div>ul li a:hover {
	background: transparent;
}
.footer_btn a {
	font-size: 14px !important;
	color: #000 !important;
}
.site-footer-copyright p {
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	text-align: right;
}
@media screen and (max-width: 1024px) {
	.footer_contact_btn a {
		font-size: 60px !important;
	}
	.footer_contact_btn .vk_button_link_caption::before {
		width: 42px;
		height: 42px;
	}
	.footer_contact_btn a:hover .vk_button_link_caption::before {
		top: calc(50% - 5px);
		right: 27px;
	}
	.site-footer {
		padding-top: 2.5rem;
		font-size: 14px;
	}
	.footer_items {
		min-height: 215px;
	}
	.footer_items::before {
		width: 90px;
        height: 130px;
	}
	.footer_logo {
		margin-bottom: 1rem;
	}
	.site-footer .menu a {
		padding: 0 10px;
		font-size: 14px;
	}
	.widget_nav_menu {
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.site-footer {
		padding-bottom: 0;
	}
	.footer_logo {
		max-width: 130px;
	}
	.footer_contact_btn a {
		font-size: 45px !important;
	}
	.footer_contact_btn .vk_button_link_caption {
		padding-right: 3.8rem;
	}
	.footer_contact_btn .vk_button_link_caption::before {
		width: 30px;
		height: 30px;
		right: 10px;
	}
	.footer_contact_btn a:hover .vk_button_link_caption::before {
		right: 5px
	}
	.site-footer .footer_items {
		flex-wrap: wrap !important;
		min-height: auto;
        padding-bottom: 7rem;
	}
	.footer_items::before {
		width: 65px;
        height: 90px;
	}
	.footer_items > .wp-block-column {
		flex-basis: 100% !important;
	}
	.widget_nav_menu {
        margin-bottom: 0.5rem;
    }
	.site-footer .widget_nav_menu {
		justify-content: flex-start;
	}
	.site-footer .menu {
		gap: 15px;
	}
	.footer_btn {
		text-align: left !important;
	}
	.footer_btn a {
		font-size: 12px !important;
	}
	.site-footer .menu a {
		padding: 0;
	}
	.site-footer-copyright p {
		margin: .5rem 0;
		text-align: center;
	}
}





/****************************************************
 * トップページ
****************************************************/
/* MV */
.mv_content {
	padding-top: 4.2rem;
	padding-bottom: 4rem;
}
.mv_slider {
	max-width: 100vw;
	margin: 0 calc(50% - 50vw);
	pointer-events: none !important;
}
.mv_slider + .mv_slider {
	margin-top: 3.1rem;
}
.mv_slider .swiper-wrapper {
	transition-timing-function: linear;
}
.mv_slider .vk_slider_item_container {
	padding: 0 clamp(0.938rem, -0.134rem + 1.67vw, 1.875rem);
}
/* .mv_slider .row {
	flex-wrap: nowrap !important;
	margin: 0;
	transition-timing-function: linear;
}
.mv_slider .swiper-slide {
	padding: 0;
	flex: 0 0 18.23% !important;
	max-width: 100%;
} */
.mv_slider .swiper-slide figure {
	margin-bottom: 0;
}
.mv_title {
	font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 5.5rem;
}
@media screen and (max-width: 1024px) {
	.mv_content {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.mv_slider + .mv_slider {
		margin-top: 1.5rem;
	}
	.mv_slider .vk_slider_item_container {
		padding: 0 10px;
	}
/* 	.mv_slider .swiper-slide {
		flex: 0 0 31.6% !important;
	} */
	.mv_title {
		font-size: 32px;
		margin-top: 2.5rem;
	}
}
@media screen and (max-width: 767px) {
	.mv_content {
		padding-top: 3rem;
	}
	.mv_slider + .mv_slider {
		margin-top: 1.5rem;
	}
	.mv_slider .vk_slider_item_container {
		padding: 0 1.5rem;
	}
/* 	.mv_slider .swiper-slide {
		flex: 0 0 37.61% !important;
	} */
	.mv_title {
        font-size: 25px;
        margin-top: 3.5rem;
    }
}
@media screen and (max-width: 575px) {
	.mv_slider + .mv_slider {
		margin-top: 15vw;
	}
	.mv_slider .vk_slider_item_container {
		padding: 0 6vw;
	}
}

/* スクロールテキスト */
.scroll_content {
	padding-top: 8.5rem;
	padding-bottom: 4rem;
}
.scroll_text_slider {
	width: 1920px;
	margin: 0 -187.5px 4.4rem;
	pointer-events: none !important;;
}
.scroll_text_slider .swiper-wrapper {
	transition-timing-function: linear;
}
.scroll_text_slider .vk_slider_item_container {
	max-width: 100%;
	padding: 0;
}
.scroll_title {
	font-family: "Sen", sans-serif;
	font-size: 53px;
	font-weight: 500;
	line-height: 1.2;
}
.scroll_img {
	transform: scale(.504);
    transform-origin: left top;
	margin-bottom: 0;
}
@media screen and (min-width: 1921px) {
	.scroll_text_slider {
		width: 100vw;
		margin: 0 calc(50% - 50vw) 4.4rem;
	}
	.scroll_title {
		font-size: 2.8vw;
	}
}
@media screen and (max-width: 1024px) {
	.scroll_content {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.scroll_text_slider {
		width: 1280px;
    	margin: 0 -64px 1.5rem;
	}
	.scroll_title {
		font-size: 35.5px;
	}
}
@media screen and (max-width: 767px) {
	.scroll_text_slider {
		max-width: unset !important;
		width: 1100px;
    	margin: 0 -49px 1.5rem;
	}
	.scroll_title {
		font-size: 25px;
	}
}

/* About us */
.about_content {
	padding-top: 9rem;
	padding-bottom: 4rem;
}
.about_text {
	font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
	font-weight: 500;
/* 	line-height: 2.2; */
	line-height: 1.6;
}
.about_item1 {
	margin-bottom: -5.1rem;
}
.about_item1 .about_text {
    margin-bottom: -10.4% !important;
	margin-top: 1rem !important;
}
.about_img_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about_img1 {
	width: 63%;
    margin-top: -2rem;
}
.about_img2 {
	width: 56%;
    margin-left: auto;
    margin-bottom: 19%;
}
.about_item2 {
	justify-content: space-between;
	gap: 1rem 5%;
	margin-top: 10.4%;
	margin-bottom: 5rem;
}
.about_item2 > .wp-block-column:first-child {
	flex-basis: 52% !important;
}
.about_item2 > .wp-block-column:last-child {
	flex-basis: 43% !important;
}
.about_item2 .about_text {
	max-width: 100%;
	width: max-content;
}
.about_item3 .about_text {
	max-width: 100%;
	width: max-content;
}
.about_img4 {
	width: 81.6%;
    margin-left: auto;
    margin-top: 0.9rem;
}
.about_img5 {
	width: 70%;
    margin-top: 14%;
    margin-left: 25.6%;
}
@media screen and (max-width: 1024px) {
	.about_content {
		padding-top: 3rem;
		padding-bottom: 1rem;
	}
	.about_img1 {
		width: 85%;
		margin-top: 2rem;
		margin-bottom: 0;
	}
	.about_img2 {
		margin-bottom: 9%;
	}
	.about_text {
		font-size: 15px;
    	line-height: 1.666;
	}
	.about_item1 {
		margin-top: 2rem;
		margin-bottom: 0;
	}
	.about_item1 > .wp-block-column:first-child {
		flex-basis: 55% !important;
	}
	.about_item1 > .wp-block-column:last-child {
		flex-basis: 47% !important;
	}
	.about_item2 {
		margin-bottom: 3rem;
	}
	.about_img5 {
		margin-top: 10%;
	}
	.about_img4 {
		margin-top: 0;
		max-width: 87%;
	}
}
@media screen and (max-width: 767px) {
	.about_content .title01_box {
		margin-bottom: 1.5rem;
	}
	.about_content .about_item1,
	.about_content .about_item2,
	.about_content .about_item3 {
		flex-wrap: wrap !important;
		gap: 0;
	}
	.about_item1 > .wp-block-column,
	.about_item1 > .wp-block-column:first-child,
	.about_item1 > .wp-block-column:last-child,
	.about_item2 > .wp-block-column:first-child,
	.about_item2 > .wp-block-column:last-child,
	.about_item3 > .wp-block-column {
		flex-basis: 100% !important;
	}
	.about_item1 > .wp-block-column:last-child,
	.about_item3 > .wp-block-column:last-child {
		order: -1;
	}
	.about_item1 {
		margin-bottom: 3.5rem;
	}
	.about_item1 .about_text {
		margin-top: 2rem !important;
		margin-bottom: 0 !important;
	}
	.about_text {
		font-size: 14px;
	}
	.about_img1 {
		width: 100%;
		margin-top: 0;
	}
	.about_item2 {
		margin-bottom: 1rem;
	}
	.about_img2 {
        width: 100%;
        margin-top: 0;
        margin-bottom: 1rem;
    }
	.about_img3 {
		max-width: 100%;
	}
	.about_img4 {
		max-width: 100%;
		width: 100%;
		margin-bottom: 2rem;
	}
	.about_img5 {
		width: 100%;
        margin-top: 3rem;
        margin-left: 0;
    }
}

/* コンセプト */
.concept_content {
	padding-top: 5rem;
	padding-bottom: 6rem;
	overflow: visible;
	z-index: 2;
}
.concept_content .title01_box {
	margin-bottom: 4.7rem;
}
.concept_about_text {
	font-size: 20px;
    margin-top: 15px;
}
.concept_circle_box {
	position: relative;
	max-width: 826px;
	aspect-ratio: 1 / 1;
	margin: 0 auto;
}
.concept_circle_box::before {
	content: '';
	max-width: 826px;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: #EDEDED;
	position: absolute;
	top: 0;
	left: 0;
	border: 4px solid #fff;
}
.concept_circle_box::after {
	content: '';
	max-width: 510px;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: #C5C5C5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.concept_text_box {
	margin-bottom: 0;
}
.concept_text_box > .wp-block-column {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 222px;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #fff;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
	padding: 1rem .5rem;
	cursor: pointer;
	transition: all .3s;
	border: 0 solid #F5F5F5;
}
.concept_text_box > .wp-block-column:first-child {
	top: 2%;
	left: 50%;
	transform: translateX(-50%);
}
.concept_text_box > .wp-block-column:first-child.active {
	top: -4.5%;
}
.concept_text_box > .wp-block-column:nth-child(2) {
	top: 50%;
	left: unset;
	right: 2%;
	transform: translateY(-50%);
}
.concept_text_box > .wp-block-column:nth-child(2).active {
	right: -4.5%;
}
.concept_text_box > .wp-block-column:nth-child(3) {
	top: unset;
	bottom: 2%;
	left: 50%;
	transform: translateX(-50%);
}
.concept_text_box > .wp-block-column:nth-child(3).active {
	bottom: -4.5%;
}
.concept_text_box > .wp-block-column:last-child {
	top: 50%;
	left: 2%;
	transform: translateY(-50%);
}
.concept_text_box > .wp-block-column:last-child.active {
	left: -4.5%;
}
.concept_text_box > .wp-block-column.active {
	max-width: 294px;
	padding: 1rem 1.5rem;
	border: 4px solid #F5F5F5;
}
.concept_text_box > .wp-block-column.active .concept_text {
	opacity: 1;
	height: auto;
	transition: opacity .3s;
}
.concept_icon figure {
	margin-bottom: .5rem !important;
}
.concept_icon.wp-block-image img:not([style*=object-fit]) {
	height: 45px !important;
	object-fit: contain !important;
	object-position: center;
}
.concept_text_box > .wp-block-column.active .concept_title_box {
	margin-bottom: .8rem;
}
.concept_title_box {
	margin-bottom: 0;
	transition: all .3s;
}
.concept_title {
	font-size: 24px;
	line-height: 1;
	color: var(--main-color);
	margin-bottom: 3px !important;
}
.concept_sub_title {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.concept_text {
	width: 240px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	opacity: 0;
	height: 0;
	transition: all .1s;
}
.concept_img_box {
	max-width: 276px;
    aspect-ratio: 1 / 1;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 1;
}
.concept_img_box > .wp-block-column {
	position: absolute;
	top: 0;
	left: 0;
	flex-basis: 100% !important;
	opacity: 0;
	transition: opacity .3s;
}
.concept_img_box > .wp-block-column.active {
	opacity: 1;
}
.concept_img_box figure {
	margin-bottom: 0;
	border-radius: 50%;
}
.concept_box {
	position: relative;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
.concept_slider {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}
.concept_slider .row {
	flex-wrap: nowrap !important;
	margin: 0;
	transition-timing-function: linear;
}
.concept_slider .swiper-slide {
	padding: 0;
	flex: 0 0 20% !important;
	max-width: 100%;
}
.concept_slider .swiper-slide.is-even {
	transform: scale(.8);
}
.concept_slider .swiper-slide figure {
	margin-bottom: 0;
}
.concept_main_img.class_key {
	opacity: 0;
	transform: scale(0) rotate(0);
	transition: all .6s ease-in-out;
}
.concept_main_img.class_active {
	opacity: 1;
	transform: scale(1);
}

.concept_pop_box {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100vw;
    height: 100vh;
	background: rgba(0,0,0,0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
	opacity: 0;
	transition: opacity .3s;
}
.concept_pop_box.active {
	opacity: 1;
	pointer-events: auto;
}
.concept_pop_box > .wp-block-group__inner-container {
	position: relative;
    max-width: 1200px !important;
	width: 90%;
    background: #fff;
    padding: 3rem 2.5rem;
    border-radius: 10px;
}
.concept_pop_item {
	opacity: 0;
	height: 0;
	margin-bottom: 0;
	align-items: center !important;
	transition: all .3s;
}
.concept_pop_item.active {
	opacity: 1;
	height: 100%;
}
.consept_pop_img {
	margin-bottom: 0;
}
.concept_pop_title {
	font-size: 24px;
	font-weight: 500;
	padding-left: 10px;
	border-left: 5px solid var(--main-color);
}
.concept_pop_text {
	font-size: 18px;
	line-height: 2;
}
.concept_pop_close {
	width: 50px;
    height: 50px;
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}
.concept_pop_close img {
	width: 45%;
}
.concept_more_text {
	position: relative;
	width: 65%;
    padding: 3px 10px;
    margin-top: 15px !important;
    border: 1px solid var(--main-color);
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.concept_more_text::before {
	content: '';
	width: 8.5px;
	height: 16px;
	background: url('../../../wp-content/uploads/2025/12/btn_arrow_red.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: right .3s;
}
.concept_text_box > .wp-block-column:hover {
	box-shadow: 0 0 10px var(--main-color);
}
.concept_text_box > .wp-block-column:hover .concept_more_text::before {
	right: 5px;
}
@media screen and (max-width: 1024px) {
	.concept_content {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.concept_about_text {
		font-size: 16px;
		line-height: 1.6;
	}
	.concept_circle_box {
		max-width: 560px;
	}
	.concept_circle_box::after {
		max-width: 300px;
	}
	.concept_icon.wp-block-image img:not([style*=object-fit]) {
		height: 28px !important;
	}
	.concept_title {
		font-size: 20px;
	}
	.concept_sub_title {
		font-size: 12px;
	}
	.concept_text_box > .wp-block-column.active {
		max-width: 220px;
		border-width: 2px;
		padding: .5rem 1rem;
	}
	.concept_text_box > .wp-block-column {
		max-width: 180px;
	}
	.concept_text_box > .wp-block-column:first-child {
		top: -4%;
	}
	.concept_text_box > .wp-block-column:nth-child(2) {
		right: -4%;
	}
	.concept_text_box > .wp-block-column:nth-child(3) {
		bottom: -4%;
	}
	.concept_text_box > .wp-block-column:last-child {
		left: -4%;
	}
	.concept_text {
		width: 190px;
		font-size: 12px;
        line-height: 1.3;
	}
	.concept_img_box {
		max-width: 220px;
	}
	.concept_more_text {
		font-size: 12px;
		padding: 1px 5px;
		margin-top: 10px !important;
	}
	.concept_more_text::before {
		width: 6.5px;
    	height: 10px;
		right: 5px;
	}
	.concept_pop_box > .wp-block-group__inner-container {
		padding: 2rem 1rem;
	}
	.concept_pop_title {
		font-size: 20px;
	}
	.concept_pop_text {
		font-size: 14px;
		line-height: 1.6;
	}
	.concept_pop_close {
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 767px) {
	.concept_about_text {
		font-size: 14px;
	}
	.concept_main_img {
		width: 75%;
		margin-top: 1.5rem;
	}
	.concept_slider .swiper-slide {
		flex: 0 0 30% !important;
	}
	.concept_circle_box {
		max-width: 300px;
	}
	.concept_circle_box::before {
		border-width: 2px;
	}
	.concept_circle_box::after {
		max-width: 150px;
	}
	.concept_img_box {
		max-width: 150px;
	}
	.concept_text_box > .wp-block-column {
        max-width: 130px;
    }
	.concept_img_box {
        max-width: 90px;
    }
	.concept_icon.wp-block-image img:not([style*=object-fit]) {
		height: 20px !important;
	}
	.concept_icon figure {
		margin-bottom: .2rem !important;
	}
	.concept_title {
        font-size: 14px;
		margin-bottom: .2rem !important;
    }
	.concept_sub_title {
		font-size: 8px;
	}
	.concept_text {
		width: 90px;
		font-size: 8px;
		line-height: 1.2;
	}
	.concept_text_box > .wp-block-column:first-child {
		top: -10.5%;
	}
	.concept_text_box > .wp-block-column:nth-child(2) {
		right: -10.5%;
	}
	.concept_text_box > .wp-block-column:nth-child(3) {
		bottom: -10.5%;
	}
	.concept_text_box > .wp-block-column:last-child {
		left: -10.5%;
	}
	.concept_text_box > .wp-block-column.active .concept_title_box {
		margin-bottom: .5rem;
	}
	.concept_more_text {
		font-size: 10px;
		margin-top: 5px !important;
	}
	.concept_more_text::before {
        width: 4.5px;
        height: 6px;
    }
	.concept_pop_box > .wp-block-group__inner-container {
		border-radius: 5px;
	}
	.concept_pop_box .concept_pop_item {
		flex-wrap: wrap !important;
	}
	.concept_pop_item > .wp-block-column {
		flex-basis: 100% !important;
	}
	.concept_pop_title {
		font-size: 18px;
		border-width: 2px;
		padding-left: 6px;
	}
	.concept_pop_text {
		font-size: 13px;
		line-height: 1.4;
	}
}


/* 施工実績 */
.work_content {
	padding-top: 7.2rem;
	padding-bottom: 3.6rem;
}
.work_content .title01_box {
	margin-bottom: 9.1rem;
}
.work_lists + .work_lists {
	margin-top: 2.4rem;
}
.work_lists {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	user-select: none;
	pointer-events: none !important;
}
.work_lists .swiper-wrapper {
	transition-timing-function: linear;
}
.work_lists .swiper-slide {
	user-select: none;
	-webkit-user-drag: none;
/* 	pointer-events: auto !important; */
}
.vk_post-postType-works .vk_post_imgOuter {
	aspect-ratio: 1 / .67;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}
.vk_post-postType-works {
	cursor: pointer;
	pointer-events: auto !important;
}
.vk_post-postType-works .vk_post_imgOuter::after {
	content: '';
	background: var(--main-color);
	opacity: 0;
	position: absolute;
	inset: 0;
	transition: all .3s;
}
.vk_post-postType-works:hover .vk_post_imgOuter::after {
	opacity: .6;
}
.vk_post-postType-works .vk_post_body {
	display: flex;
	flex-direction: column;
	padding-top: 1rem;
}
.vk_post-postType-works .client_text {
	order: -1;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 0;
}
.vk_post-postType-works .vk_post_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: .4rem !important;
	margin-bottom: 1rem;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.vk_post-postType-works .vk_post_taxonomies {
	margin-top: 0;
}
.vk_post-postType-works .vk_post_taxonomy_title {
	display: none;
}
.vk_post-postType-works .vk_post_taxonomy_terms {
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	padding-left: 0;
}
.vk_post-postType-works .vk_post_taxonomies a {
	min-width: 80px;
	font-size: 14px;
    letter-spacing: 0.1em;
    color: #000;
	background: #fff;
    border: 1px solid #000;
    border-radius: 9999px;
    padding: 0 9px;
	transition: all .3s;
	text-align: center;
}
.vk_post-postType-works .vk_post_taxonomies a:hover {
	background: var(--main-color) !important;
	color: #fff;
}
.work_content .btn01 {
	margin-top: 4.6rem;
}
@media screen and (max-width: 1024px) {
	.work_content {
		padding-top: 3rem;
		padding-bottom: 4rem;
	}
	.work_content .title01_box {
		margin-bottom: 2.5rem;
	}
	.work_lists + .work_lists {
		margin-top: 1.2rem;
	}
	.vk_post-postType-works .client_text {
		font-size: 14px;
	}
	.vk_post-postType-works .vk_post_title {
		font-size: 16px;
		margin-bottom: .5rem;
	}
	.vk_post-postType-works .vk_post_taxonomies a {
		min-width: 65px;
		font-size: 12px;
	}
	.work_content .btn01 {
		margin-top: 2rem;
	}
	.work_lists .vk_post {
		width: calc(100% - 20px);
	}
	.vk_post-postType-works .vk_post_imgOuter {
		border-radius: 4px;
	}
}
@media screen and (max-width: 767px) {
	.work_lists .vk_post {
		width: calc(100% - 15px);
	}
	.vk_post-postType-works .client_text {
		font-size: 12px;
	}
	.vk_post-postType-works .vk_post_body {
		padding-top: .5rem;
	}
	.vk_post-postType-works .vk_post_title {
		font-size: 13px;
	}
	.work_content .btn01 {
		margin-top: 1rem;
	}
}


/****************************************************
 * 会社概要
****************************************************/
/* 代表挨拶 */
.greeting_content {
	padding-top: 3.8rem;
	padding-bottom: 10.6rem;
}
.greeting_items {
	gap: 1rem 5.2%;
}
.greeting_items > .wp-block-column:first-child {
	flex-basis: 43.5% !important;
}
.greeting_items > .wp-block-column:last-child {
	flex-basis: 51.3% !important;
}
.greeting_text_box {
	max-width: 680px;
}
.greeting_title {
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	margin-bottom: 3rem;
}
.greeting_text {
	font-size: 18px;
	line-height: 2.111;
}
.greeting_name_box {
	gap: 20px;
	margin-top: 2.5rem;
}
.greeting_post {
	font-size: 16px;
	line-height: 1.2;
}
@media screen and (max-width: 1024px) {
	.greeting_content {
		padding-top: 2rem;
		padding-bottom: 4rem;
	}
	.greeting_title {
		font-size: 22px;
		margin-bottom: 1.2rem;
	}
	.greeting_text {
		font-size: 16px;
		line-height: 1.666;
	}
	.greeting_name_box {
		margin-top: 1.5rem;
	}
}
@media screen and (max-width: 767px) {
	.greeting_content .greeting_items {
		flex-wrap: wrap !important;
	}
	.greeting_items > .wp-block-column:first-child,
	.greeting_items > .wp-block-column:last-child {
		flex-basis: 100% !important;
	}
	.greeting_title {
		font-size: 20px;
		margin-bottom: .6rem;
	}
	.greeting_text {
		font-size: 14px;
	}
	.greeting_name_box {
		margin-top: 1.2rem;
	}
	.greeting_post {
		font-size: 14px;
	}
	.greeting_name img {
		width: 135px !important;
	}
}

/* 会社概要 */
.outline_content {
	padding-top: 4.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 7rem;
}
.outline_table {
	max-width: 1000px;
	margin: 0 auto;
	border-top: 1px solid #000;
}
.outline_table tr {
	border-bottom: 1px solid #000;
}
.outline_table td {
	border: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.666;
	padding: 1.4rem 1.7rem;
}
.outline_table td:first-child {
	width: 225px;
	font-weight: 500;
	color: var(--main-color);
}
@media screen and (max-width: 1024px) {
	.outline_content {
		padding-top: 3.5rem;
		padding-bottom: 5rem;
	}
	.outline_table td {
		font-size: 16px;
		padding: 1rem;
	}
	.outline_table td:first-child {
		width: 170px;
	}
}
@media screen and (max-width: 767px) {
	.outline_content {
		padding-top: 2.5rem;
		padding-bottom: 4rem;
	}
	.outline_table tr {
		display: block;
		width: 100%;
		padding: 15px 0;
	}
	.outline_table td {
		display: block;
		width: 100%;
		font-size: 14px;
		padding: 0;
	}
	.outline_table td:first-child {
		width: 100%;
		padding-bottom: 3px;
	}
}

/* アクセス */
.access_content {
	padding-top: 11rem;
	padding-bottom: 6.2rem;
}
.map {
	vertical-align: bottom;
    aspect-ratio: 1 / .295;
}
@media screen and (max-width: 1024px) {
	.access_content {
		padding-top: 5rem;
		padding-bottom: 4.2rem;
	}
}
@media screen and (max-width: 767px) {
	.access_content {
		padding-top: 4rem;
		padding-bottom: 3rem;
	}
	.map {
		aspect-ratio: 1 / .7;
	}
}



/**********************************************
 * お問い合わせ
************************************************/
body:has(.contact_content) .footer_contact_btn {
	display: none;
}
body:has(.contact_content) .site-footer {
	border-top: 1px solid #000 !important;
}
.contact_content {
	padding-top: 0;
	padding-bottom: 7rem;
}
.contact_content .simple_title {
	margin-bottom: 4.5rem;
}
.contact_box {
	background: #fff;
	border-radius: 20px;
	padding: 3.2rem 1rem 6rem;
}
.input_area,
.confirm_area,
.thanks_area {
	max-width: 950px;
	margin: 0 auto;
}
.contact_table {
	display: block;
	width: 100%;
	border: none !important;
}
.contact_table tr,
.contact_table tr th,
.contact_table tr td {
	font-size: 18px;
	text-align: left;
	padding: 0;
	border: none;
}
.contact_table tbody {
	display: block;
	width: 100%;
}
.contact_table p {
	margin-bottom: 0;
}
.wpcf7-radio {
	font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: .8rem 2.4rem;
	padding-top: .5rem;
}
.wpcf7-radio .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-radio input {
	scale: 1.6;
	margin-right: 11px;
}
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	font-family: "Noto Sans JP", sans-serif;
	background: #fff;
	padding: .7em 1em;
	margin-bottom: 0;
	border-radius: 0;
	border: 1px solid #000 !important;
	vertical-align: bottom
}
textarea {
	resize: none;
}
td:has(select) {
	position: relative;
}
td:has(select)::before {
	content: '';
	width: 20px;
	height: 20px;
	background: url('../../../wp-content/uploads/2025/09/black_arrow.png') center / contain no-repeat;
	border-radius: 50%;
	position: absolute;
	top: 14px;
	right: 20px;
/* 	transform: translateY(-50%); */
	z-index: 1;
	pointer-events: none;
}
td:has(textarea) {
	position: relative;
	line-height: 1.6;
	resize: none;
}
td:has(textarea) .wpcf7-not-valid-tip {
	position: absolute;
	bottom: -40px;
	left: 0;
}
.contact_table tr {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 16px 0;
}
.contact_table tr:nth-child(7) {
	align-items: flex-start;
}
.contact_table tr th {
	position: relative;
	font-weight: 500;
	letter-spacing: .12em;
	width: 257px;
	padding-top: 0.6rem;
}
.contact_table tr th p {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact_table tr th span {
	font-size: 14px;
	letter-spacing: 0.12em;
	color: #E21413;
}
.contact_table tr td {
	width: calc(100% - 267px);
	padding: 0 !important;
}
.wpcf7-not-valid-tip {
	font-size: .875em;
}
.privacy_policy {
	font-size: 14px;
	letter-spacing: .38em;
	max-height: 157px;
	padding: 16px;
	margin-bottom: 1.2rem;
	border: 1px solid #c8c8c8;
    overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.policy_box + .policy_box {
	margin-top: 1rem;
}
.policy_box .title {
	font-weight: 600;
}
.privacy-check {
	margin-top: 0;
	text-align: center;
}
.privacy-check .wpcf7-list-item {
	letter-spacing: .39em;
	margin-left: 0;
}
.privacy-check .wpcf7-list-item > label {
	display: flex;
	align-items: center;
	gap: .5em;
	font-size: 16px;
	letter-spacing: 0.12em;
	line-height: 1.2;
}
.privacy-check .wpcf7-list-item input[type="checkbox"] {
	width: 1.35em;
    height: 1.35em;
}
.submit_box {
	position: relative;
    display: block;
    text-align: center;
    max-width: 367px;
    cursor: pointer;
    border-radius: 9999px;
    margin: 1rem auto 0;
}
.contact_content:has(.wpcf7-submit[disabled]) .submit_box {
	user-select: none;
	pointer-events: none;
}
.submit_box + .submit_box {
	margin-top: 1rem;
}
.submit_box p {
	position: relative;
	margin-bottom: 0;
}
.submit_box input {
	color: #fff !important;
	background-color: var(--main-color) !important;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 100%;
    padding: 1.78rem .5rem;
	border: none !important;
	border-radius: 9999px;
	cursor: pointer;
	transition: opacity .3s;
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}
.submit_box input.back_button {
	background-color: #9b9b9b !important;
}
.submit_box input:hover {
	opacity: .6;
}
.wpcf7-spinner {
	display: none !important;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
	display: none;
}
.confirm_area .contact_table,
.thanks_area .contact_table {
	margin-top: 2rem;
}
/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
	display: none;
}
.confirm_area > p,
.thanks_area > p {
	font-size: 20px;
	letter-spacing: 0.2em;
	margin-bottom: 0;
}
.confirm_area .contact_table td p span {
	display: block;
	background: #fff;
	padding: .7em 1em;
	border: 1px solid #000;
}
@media screen and (max-width: 1024px){
/* 	body:has(.contact_content) #page_top {
		display: none;
	} */
	.line_btn {
		max-width: 200px;
		top: unset;
		bottom: 10px;
		right: 10px;
		transform: unset !important;
	}
	.contact_content {
		padding-top: 0;
	}
	.contact_table tr + tr {
		margin-top: 1.5rem;
	}
	.contact_table tr th,
	.contact_table tr td {
		display: block;
		width: 100%;
		font-size: 16px;
	}
	.contact_table tr {
		padding: 0;
		gap: 5px;
	}
	.contact_table tr th p {
		display: block;
	}
	.contact_table tr th p br {
		display: none;
	}
	.contact_table tr th {
		padding-top: 0;
        padding-bottom: 0;
	}
	.contact_table tr th span {
		margin-left: 1rem;
	}
	input[type=date],
	input[type=email],
	input[type=number],
	input[type=password],
	input[type=tel],
	input[type=text],
	input[type=url],
	select,
	textarea {
		padding: .7em 1em;
	}
	.wpcf7-radio {
		gap: .5rem 1.3rem;
	}
	.wpcf7-radio input {
		scale: 1;
		margin-right: 5px;
	}
	td:has(select)::before {
		top: 11px;
	}
	.submit_box {
		display: block;
		max-width: 250px;
		margin: 1rem auto 0;
	}
	.submit_box::before {
		width: 20px;
		height: 20px;
		right: 4.5rem;
	}
	.submit_box input {
		font-size: 16px;
		padding: 1.2rem .5rem;
	}
	.submit_box .wpcf7-submit {
		font-size: 16px;
	}
	.privacy-check {
		text-align: center;
	}
	.privacy-check .wpcf7-list-item {
		letter-spacing: .3em;
	}
	
	.confirm_area > p,
	.thanks_area > p {
		font-size: 16px;
	}
	.page_contact_container .contact_title {
		font-size: 26px;
		margin-bottom: 1.5rem;
	}
	.privacy_text {
		font-size: 15px;
		margin-bottom: 1.8rem;
	}
	.privacy-check .wpcf7-list-item > label {
		font-size: 15px;
	}
	.privacy-check .wpcf7-list-item input[type="checkbox"] {
		width: 1.2em;
		height: 1.2em;
	}
	td:has(textarea) .wpcf7-not-valid-tip {
		bottom: -30px;
	}
}
@media screen and (max-width: 767px){
	.line_btn {
		max-width: 180px;
	}
	.contact_content {
		min-height: auto;
	}
	.contact_content::before {
		bottom: 0;
	}
	.contact_box {
		border-radius: 10px;
		padding: 3.2rem 1rem;
	}
	.contact_title {
		font-size: 42px;
	}
	.contact_sub_title {
		font-size: 20px;
	}
	.contact_table {
		width: 100%;
	}
	.contact_table tr th,
	.contact_table tr td {
		font-size: 14px;
	}
	.contact_table tr th span {
		font-size: 12px;
		margin-left: .5rem;
	}
	.contact_table tr th {
		letter-spacing: .04em;
	}
	td:has(select)::before {
		top: 11px;
        right: 10px;
	}
	.privacy_policy {
		font-size: 12px;
		letter-spacing: .25em;
	}
	.wpcf7-radio {
		gap: .5rem;
		font-size: 14px;
		padding-top: 0;
	}
	
	.confirm_area > p,
	.thanks_area > p {
		font-size: 14px;
		letter-spacing: 0.04em;
	}
	.page_contact_container .contact_title {
		font-size: 22px;
	}
	textarea {
		height: 210px;
	}
	.privacy_text {
		font-size: 14px;
		text-align: left;
	}
	.privacy-check .wpcf7-list-item > label {
		font-size: 14px;
	}
	.submit_box {
		max-width: 200px;
	}
	.submit_box .wpcf7-submit {
		font-size: 14px;
	}
	.submit_box input {
		font-size: 14px;
		padding: 13px;
	}
	.submit_box::before {
        width: 15px;
        height: 15px;
        right: 3.5rem;
    }
}




/****************************************************
 * 施工実績（アーカイブページ）
****************************************************/
.archive .page-header,
.archive .breadcrumb,
.single-works .page-header,
.single-works .breadcrumb,
.archive-header {
	display: none;
}
.archive .page_fv_title,
.single .page_fv_title {
	max-width: 1545px !important;
    width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.cat_btn_wrap {
	display: flex;
	align-items: center;
	gap: 10px 20px;
	margin-bottom: 2rem;
}
.cat_btn_title {
	font-size: 20px;
	font-weight: bold;
	border-left: 4px solid var(--main-color);
	padding-left: 10px;
	margin-bottom: 0;
	flex-shrink: 0;
}
.cat_btn_box {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
}
.cat_btn {
	display: inline-block;
    min-width: 100px;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #000;
    background: #fff;
    border: 1px solid #000;
    border-radius: 9999px;
    padding: 2px 20px;
    transition: all .3s;
    text-align: center;
}
.cat_btn:hover,
.cat_btn.active {
    background: var(--main-color) !important;
    color: #fff;
}
.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) {
	.archive .site-body,
	.single .site-body {
		padding-top: 2rem;
		padding-bottom: 5rem;
	}
	.cat_btn_wrap {
		flex-direction: column;
		align-items: flex-start;
	}
	.cat_btn {
		font-size: 16px;
		padding: 0 10px;
	}
	.page-numbers li {
		font-size: 15px;
	}
}
@media screen and (max-width: 767px) {
	.archive .site-body {
		padding-bottom: 2rem;
	}
	.cat_btn_title {
		font-size: 18px;
		border-left: 2px solid var(--main-color);
		padding-left: 6px;
	}
	.cat_btn {
        min-width: 80px;
        font-size: 14px;
        padding: 0 10px;
    }
	.arhive .vk_posts-postType-works {
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
	.archive .vk_post-postType-works {
		width: calc(50% - 15px) !important;
	}
	.archive .vk_post {
		margin-left: 7.5px;
		margin-right: 7.5px;
	}
	.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-works .entry-footer {
	display: none !important;
}
.single-works .site-body {
	padding-top: 2rem;
	padding-bottom: 8rem;
}
.single-works .entry-header {
	display: none;
	margin-bottom: 0;
}
.work_fv_title_box {
	margin-bottom: 2.3rem;
}
.work_fv_title_box .page_fv_title {
	margin-bottom: 0;
}
.work_fv_title_box .works-cat-list {
	max-width: 1545px !important;
    width: 90%;
	margin: 0 auto;
}
.work_main_img img {
	vertical-align: bottom;
    height: 56vw;
    object-fit: cover !important;
}
.single-works .entry-body {
	max-width: 1200px;
    margin: 0 auto;
}
.single-works .entry-title {
	max-width: 1200px;
	width: 90%;
	margin: 4rem auto 0;
	font-size: 24px;
	line-height: 1.3;
	border-left: 4px solid var(--main-color);
	padding-left: 5px;
	border-top: none;
	border-bottom: none;
}
.works-cat-list {
	list-style: none;
    padding-left: 0;
    display: flex;
    gap: 5px;
    margin: .8rem 0 0;
}
.works-cat-list a {
	display: block;
	min-width: 80px;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	background: #fff;
	color: #000;
	border: 1px solid #000;
	border-radius: 9999px;
	transition: all .3s;
	text-align: center;
	text-decoration: none;
	padding: 2px 13px;
}
.works-cat-list a:hover {
	background: var(--main-color);
	color: #fff;
}
.single_work_text_box {
	margin-bottom: 3rem;
}
.template01_box,
.template02_box,
.template03_box {
	margin-bottom: 5rem;
}
.single-works p {
	font-size: 18px;
}

/* 他の実績 */
.works_more_box {
	margin-top: 10rem;
}
.related-works__list {
	margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    clear: both;
}
.related-works__list .vk_post {
	width: calc(33.3% - 30px);
	margin-left: 15px;
    margin-right: 15px;
	cursor: pointer;
}
.related-works__thumb img {
	aspect-ratio: 1 / .67;
    cursor: pointer;
    object-fit: cover;
	vertical-align: bottom;
}
.related-works__thumb {
	position: relative;
	border-radius: 8px;
    overflow: hidden;
}
.related-works__thumb::after {
	content: '';
	background: var(--main-color);
	opacity: 0;
	position: absolute;
	inset: 0;
	transition: all .3s;
}
.related-works__list .vk_post:hover .related-works__thumb::after {
	opacity: .6;
}

@media screen and (max-width: 1024px) {
	.single_work_text_box {
		margin-bottom: 2.5rem;
	}
	.single-works .site-body {
		padding-top: 2rem;
		padding-bottom: 6rem;
	}
	.work_fv_title_box {
		margin-bottom: 1.3rem;
	}
	.template01_box,
	.template02_box,
	.template03_box {
		margin-bottom: 4rem;
	}
	.single-works p {
		font-size: 16px;
	}
	.works_more_box {
		margin-top: 6rem;
	}
	.related-works__thumb img,
	.works_img_box img {
		border-radius: 4px;
	}
	.works_img_box img + img {
		margin-top: 1rem;
	}
	.works-cat-list a {
		min-width: 65px;
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.single-works .site-body {
		padding-bottom: 2rem;
	}
	.single-works .entry-title {
		font-size: 18px;
		border-left-width: 2px;
	}
	.template01_box,
	.template02_box,
	.template03_box {
		margin-bottom: 3rem;
	}
	.single-works p {
		font-size: 14px;
	}
	.work_bg_text {
		padding: 1.4rem 1rem;
	}
	.template02_box .template02_item {
		flex-wrap: wrap !important;
	}
	.template02_item > .wp-block-column {
		flex-basis: 100% !important;
	}
	.template02_item > .wp-block-column:last-child {
		order: -1;
	}
	.works_more_box {
		margin-top: 4rem;
	}
	.works_more_box .related-works__list {
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
	.works_more_box .vk_post-postType-works {
		width: calc(50% - 15px) !important;
	}
	.works_more_box .vk_post {
		margin-left: 7.5px;
		margin-right: 7.5px;
	}
	.works_more_box .vk_post:last-child {
		display: none;
	}
	.works-cat-list {
		margin: 0;
	}
}


/******************************************
.works_items {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 3%;
	background: #fff;
	padding: 4.6875rem 5rem;
	margin: 3.4rem 0 4.8rem;
}
.works_lists {
	width: 48.5%;
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.works_lists li {
	display: flex;
    font-size: 18px;
    line-height: 1.5;
    margin: 15px 0;
}
.works_lists li p {
	margin-bottom: 0;
}
.works_lists li span {
	font-size: 20px;
	flex-shrink: 0;
	font-weight: 500;
}
.works_text {
	width: 48.5%;
}
.works_text p {
	font-size: 18px;
	line-height: 2.111;
	margin-bottom: 0;
}
.works_img_box {
	max-width: 1068px;
	margin: 0 auto;
}
.works_img_box img + img {
	margin-top: 2.5rem;
}
.works_img_box img {
	vertical-align: bottom;
	border-radius: 8px;
	overflow: hidden;
	aspect-ratio: 1 / .6124;
	object-fit: cover;
}

@media screen and (max-width: 1024px) {
	.single-works .site-body {
		padding-top: 2rem;
		padding-bottom: 6rem;
	}
	.works_items {
		padding: 2.5rem 2rem;
    	margin: 2.4rem 0 3.8rem;
	}
	.works_lists,
	.works_text {
		width: 100%;
	}
	.works_text p {
		font-size: 16px;
		line-height: 1.666;
	}
	.works_lists li span {
		font-size: 18px;
	}
	.works_lists li {
		font-size: 16px;
		margin: 10px 0;
	}
}
@media screen and (max-width: 767px) {
	.single-works .site-body {
		padding-bottom: 2rem;
	}
	.single-works .entry-title {
		font-size: 18px;
		border-left-width: 2px;
	}
	.works_items {
		padding: 1.5rem 1rem;
    	margin: 2rem 0 3rem;
	}
	.works_text p {
		font-size: 14px;
	}
	.works_lists li span {
		font-size: 16px;
	}
	.works_lists li {
		flex-wrap: wrap;
		flex-direction: column;
		gap: 2px;
		font-size: 14px;
	}
}
**********************************/

/***********************************************
 * プライバシーポリシー
***********************************************/
.privacy_content {
	padding-top: 3.8rem;
	padding-bottom: 6.2rem;
}
@media screen and (max-width: 1024px) {
	.privacy_content {
		padding-top: 2rem;
		padding-bottom: 4.2rem;
	}
}
@media screen and (max-width: 767px) {
	.privacy_content {
		padding-bottom: 3rem;
	}
}



/***********************************************
 * アニメーション
***********************************************/
.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;
}

/* opacity */
.class_key.opacity {
	opacity: 0;
	transition: all .3s;
}
.opacity.class_active {
	opacity: 1;
}

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

/* ふわっと下 */
.class_key.down {
	transform: translateY(-30px);
	opacity: 0;
	transition: all .3s;
}
.down.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;
	}
}

/* 背景色 */
.color_img {
	position: relative;
}
.color_img::before {
	content: '';
	background: linear-gradient(45deg, #E11111 0%, #B40000 100%);
	inset: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .6s .3s;
}
.color_img.class_active::before {
	opacity: 0;
}