/*
Theme Name: 株式会社AaaS
Template: lightning
Author: 株式会社レクスト
Version: 0.6.1
*/

/***************************************************
 * 共通
***************************************************/
.hidden {
	display: none !important;
}
.noto-sans {
	font-family: "Noto Sans JP", sans-serif;
}
.zen-old {
	font-family: "Zen Old Mincho", serif;
}
.shippori {
	font-family: "Shippori Antique", sans-serif;
}
:root {
	--main-color: #DAA940;
	--font-color: #3B2B2B;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	color: #000;
}
.site-body-container,
.post-type-archive-news .page_header_title_box > .wp-block-group__inner-container {
	padding: 0 !important;
    max-width: 1520px !important;
    width: 90%;
	margin: 0 auto;
}
.vk_outer_container,
.alignfull div[class*=__inner-container],
.alignwide div[class*=__inner-container] {
	max-width: 100% !important;
}
img {
	width: 100%;
}
.page_top_btn {
	background: rgba(235,200,124,1);
	box-shadow: 0 0 0 1px rgba(255,255,255,1), 0 0 0 2px rgba(235,200,124,1);
	background-image: var(--ver_page_top_button_url);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 24px;
}
.grecaptcha-badge {
	display: none;
	bottom: 85px !important;
}
body:has(.contact_content) .grecaptcha-badge {
	display: block;
}
@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_items {
	margin-bottom: 3.7rem;
}
.title01 {
	font-size: 80px;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: var(--main-color);
}
.sub_title01 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: var(--font-color);
}

.title02 {
	font-size: 40px;
	letter-spacing: 0.04em;
	color: var(--main-color);
}
.sub_title02 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: var(--font-color);
}

.page_header_title_box {
	padding: 2.8rem 0;
}
.page_header_title {
	font-size: 60px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: var(--main-color);
}
.page_header_sub_title {
	font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-top: 8px !important;
}

.bar_title {
	position: relative;
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: var(--font-color);
	line-height: 1.2;
    padding-left: 1rem;
	margin: 5.3rem 0 4.3rem;
}
.bar_title::before {
	content: '';
    width: 4px;
    height: 90%;
    background: var(--main-color);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
	.title01_items {
		margin-bottom: 2rem;
	}
	.title01 {
		font-size: 55px;
	}
	.sub_title01 {
		font-size: 15px;
	}
	.title02 {
		font-size: 32px;
	}
	.sub_title02 {
		font-size: 15px;
	}
	.page_header_title {
		font-size: 42px;
	}
	.page_header_sub_title {
		font-size: 16px;
	}
	.bar_title {
		font-size: 24px;
		margin: 3.5rem 0 2rem;
		padding-left: 10px;
	}
}
@media screen and (max-width: 767px) {
	.wp-block-group.title01_items {
		flex-wrap: wrap !important;
	}
	.title01_items > .wp-block-column {
		flex-basis: 100% !important;
	}
	.title01 {
        font-size: 42px;
    }
	.sub_title01 {
        font-size: 14px;
    }
	.title02 {
		font-size: 24px;
	}
	.sub_title02 {
		font-size: 14px;
	}
	.page_header_title_box {
		padding: 1.5rem 0;
	}
	.page_header_title {
		font-size: 32px;
	}
	.page_header_sub_title {
		font-size: 14px;
		margin-top: 0 !important;
	}
	.bar_title {
		font-size: 20px;
	}
	.bar_title::before {
		width: 2px;
	}
}

/* ボタン */
.arrow_btn a {
	position: relative;
    min-width: 280px !important;
    padding: 1.1rem 3rem 1.1rem 1.8rem !important;
    border-radius: 9999px;
    font-size: 16px !important;
    letter-spacing: 0.1em;
    line-height: 1.25;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    text-align: left;
}
.arrow_btn a::before {
	content: '';
	width: 32px;
	height: 32px;
	background: url('../../../wp-content/uploads/2025/09/arrow_btn.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}
.arrow_btn.color_btn a::before {
	background: url('../../../wp-content/uploads/2025/10/arrow_btn_white.png') center / contain no-repeat;
}
@media screen and (max-width: 1024px) {
	.arrow_btn a {
		min-width: 250px !important;
		padding: .9rem 3rem 0.9rem 1.2rem !important;
		font-size: 14px !important;
	}
}
@media screen and (max-width: 767px) {
	.arrow_btn a {
		min-width: 230px !important;
		padding: .9rem 3rem 0.9rem 1rem !important;
	}
	.arrow_btn a::before {
		width: 24px;
		height: 24px;
		right: 8px;
	}
}


/***************************************************
 * ヘッダー
***************************************************/
.site-header {
	box-shadow: none;
	border-bottom: 1px solid #D9D9D9;
}
.site-header .site-header-container {
	max-width: 1900px !important;
    padding: 0 10px 0 60px;
}
.site-header-logo {
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
	margin-bottom: 0;
	max-width: 100%;
	width: max-content;
}
.site-header-logo img {
	max-height: 83px;
	object-fit: contain;
	object-position: left;
}
.device-pc .global-nav-list {
	gap: 15px;
}
.global-nav-list>li::before {
	display: none;
}
.device-pc .global-nav-list>li>a {
	padding: 3px 1.5em;
}
.global-nav-list>li .global-nav-name {
	font-size: 16px;
	letter-spacing: 0.1em;
}
.global-nav-list>li .global-nav-description {
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #EBC87C;
	padding-top: 1px;
	opacity: 1 !important;
}
.header_btn a {
	position: relative;
	background: #EBC87C;
	border-radius: 9999px;
	min-width: 200px;
}
.header_btn a::before {
	content: '';
	width: 26px;
	height: 26px;
	background: url('../../../wp-content/uploads/2025/09/arrow.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: 9px;
	transform: translateY(-50%);
	transition: right .3s;
}
.header_btn a:hover::before {
	right: 4px;
}
.header_btn .global-nav-name {
	font-size: 14px !important;
}
.device-pc .global-nav-list>li.menu-item-has-children:hover::after,
.global-nav-list>li.acc-parent-open::after {
	bottom: -10px;
}
.global-nav-list>li>ul.sub-menu {
	margin-top: 10px !important;
	background: transparent !important;
}
.global-nav-list>li.menu-item-has-children::after {
	border-bottom-color: #EBC87C !important;
}
.vk-menu-acc ul.sub-menu li a {
	color: #000 !important;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    padding: 10px;
	transition: background .3s;
	background: #EBC87C !important;
}
.vk-menu-acc ul.sub-menu li a:hover {
	background: var(--main-color) !important;
}
.vk-mobile-nav-menu-btn {
	width: 40px !important;
	height: 40px !important;
	border: none;
	background: url('../../../wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-btn-black.svg') center 50% no-repeat #EBC87C;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.vk-mobile-nav-menu-btn.menu-open {
	border: none;
	background: url('../../../wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-close-black.svg') center 50% no-repeat #EBC87C;
}
.vk-mobile-nav {
	max-width: 500px;
	padding-top: 6rem;
	background: url('../../../wp-content/uploads/2025/10/purpose_bg-scaled.webp') center / cover no-repeat #fff;
}
.vk-mobile-nav.vk-mobile-nav-open {
	left: calc(100% - 500px) !important;
}
.vk-mobile-nav nav>ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 5%;
	border-top: 2px solid #EBC87C;
}
.vk-mobile-nav nav ul li {
	width: 100%;
}
.vk-mobile-nav nav ul li.header_btn {
	width: 47.5%;
	margin-top: 2rem;
}
.vk-mobile-nav nav ul li a {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #EBC87C;
}
.vk-mobile-nav nav ul li.header_btn a {
	font-size: 16px;
	text-align: center;
}
.vk-mobile-nav nav ul li.header_btn a::before {
	width: 30px;
	height: 30px;
}
.follow_box {
	margin-top: 3rem;
}
.follow_box p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: .5rem;
}
.follow_box .footer_sns_items {
	margin-top: 0;
}
.vk-mobile-nav .acc-btn {
	border: none !important;
	background: url('../../../wp-content/uploads/2025/10/arrow_btn_white.png') center / contain no-repeat;
	width: 32px;
	height: 32px;
	top: 14px;
	transform: rotate(90deg);
}
.vk-mobile-nav ul.sub-menu li a {
	background: transparent !important;
	text-align: left;
	padding-left: 25px;
}
.vk-mobile-nav ul.sub-menu li a::before {
	content: '';
	width: 10px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 9px;
	transform: translateY(-50%);
}
body::before {
	content: '';
	width: 100%;
	height: 100vh;
	background: #000;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	transition: all .3s;
	z-index: 1999;
}
body:has(.menu-open)::before {
	opacity: .7;
	pointer-events: auto;
}
@media screen and (max-width: 1200px) {
	.site-header-logo {
		padding-top: .8rem;
		padding-bottom: .8rem;
	}
	.site-header-logo img {
		max-height: 60px;
	}
	.device-pc .global-nav-list>li>a {
		padding: 3px 1em;
	}
	.global-nav-list>li .global-nav-name {
		font-size: 14px;
	}
	.header_btn a {
		min-width: 180px;
	}
	.header_btn a::before {
		width: 20px;
		height: 20px;
		right: 5px;
	}
	.header_btn a:hover::before {
		right: 2px;
	}
}
@media screen and (max-width: 992px) {
	.site-header .site-header-container {
		padding: 0 1rem;
	}
	.site-header-logo {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	.site-header-logo img {
		max-height: 50px;
	}
}
@media screen and (max-width: 767px) {
	.vk-mobile-nav {
		max-width: 80%;
	}
	.vk-mobile-nav.vk-mobile-nav-open {
		left: 20% !important;
	}
	.vk-mobile-nav nav ul li a {
		font-size: 16px;
	}
	.vk-mobile-nav .acc-btn {
		width: 28px;
		height: 28px;
		top: 10px;
	}
	.vk-mobile-nav nav ul li.header_btn {
		width: 100%;
/* 		max-width: 200px; */
	}
	.vk-mobile-nav nav ul li.header_btn + .header_btn {
		margin-top: 10px;
	}
	.vk-mobile-nav nav ul li.header_btn a {
		font-size: 14px;
	}
	.vk-mobile-nav nav ul li.header_btn a::before {
		width: 25px;
		height: 25px;
	}
	.follow_box p {
		font-size: 15px;
	}
}


/***************************************************
 * フッター
***************************************************/
.site-footer {
	border-top: none !important;
}
.site-footer-content {
	max-width: 1760px !important;
    width: 95%;
    padding: 2.2rem 0 0;
}
.site-footer-copyright {
	max-width: 1760px !important;
	width: 95%;
	padding: 10px 0;
}
.footer_logo {
	max-width: 160px;
}
.footer_sns_items {
	margin-top: 5.9rem;
    gap: 1rem 3.8rem;
}
.footer_sns_items figure.wp-block-image:nth-child(1) img:not([style*=object-fit]) {
	height: 23.73px !important;
}
.footer_sns_items figure.wp-block-image:nth-child(2) img:not([style*=object-fit]) {
	height: 29.14px !important;
}
.footer_sns_items figure.wp-block-image:nth-child(3) img:not([style*=object-fit]) {
	height: 32.94px !important;
}
.footer_sns_items figure.wp-block-image:nth-child(4) img:not([style*=object-fit]) {
	height: 38.36px !important;
}
.footer_sns_items figure.wp-block-image:nth-child(5) img:not([style*=object-fit]) {
	height: 33.85px !important;
}
.site-footer .menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 15px;
}
.site-footer .menu a {
	font-size: 16px;
	font-weight: bold;
	color: var(--font-color);
	letter-spacing: 0.1em;
	border: none;
	padding: 5px 10px;
}
.site-footer .menu .sub-menu a {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	color: #515151;
}
.site-footer .menu .header_btn a {
	padding: 11px 38px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);
	background: #EBC87C !important;
}
.site-footer .menu .header_btn + .header_btn {
	margin-top: 10px;
}
.site-footer-copyright p {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	font-size: 14px;
}
.site-footer-copyright a {
	text-decoration: none;
}
@media screen and (max-width: 1450px) {
	.footer_items > .wp-block-column:first-child {
		flex-basis: 400px !important;
	}
	.footer_items > .wp-block-column:last-child {
		flex-basis: calc(100% - 400px - 2em) !important;
	}
	.footer_sns_items {
		gap: 1rem 1.5rem;
	}
}
@media screen and (max-width: 1160px) {
	.site-footer .footer_items {
		flex-wrap: wrap !important;
	}
	.footer_items > .wp-block-column:first-child,
	.footer_items > .wp-block-column:last-child {
		flex-basis: 100% !important;
	}
	.footer_sns_items {
        margin-top: 1.5rem;
    }
	.site-footer .menu {
		justify-content: flex-start;
	}
}
@media screen and (max-width: 992px) {
	.site-footer .menu a {
		font-size: 14px;
	}
	.site-footer .menu .sub-menu a {
		font-size: 12px;
	}
	.site-footer .menu .header_btn a {
		padding: 8px 28px;
		font-size: 13px;
	}
	.site-footer-copyright p {
		gap: 0;
	}
}
@media screen and (max-width: 767px) {
	.site-footer-content {
		width: 90%;
	}
	.footer_sns_items {
        gap: .5rem 1rem;
    }
	.footer_sns_items figure.wp-block-image img:not([style*=object-fit]) {
		object-fit: contain !important;
	}
	.footer_sns_items figure.wp-block-image:nth-child(1) img:not([style*=object-fit]) {
		width: 76.31px;
		height: auto !important;
	}
	.footer_sns_items figure.wp-block-image:nth-child(2) img:not([style*=object-fit]) {
		width: 23.69px;
		height: auto !important;
	}
	.footer_sns_items figure.wp-block-image:nth-child(3) img:not([style*=object-fit]) {
		width: 28.64px;
		height: auto !important;
	}
	.footer_sns_items figure.wp-block-image:nth-child(4) img:not([style*=object-fit]) {
		width:  87.76px;
		height: auto !important;
	}
	.footer_sns_items figure.wp-block-image:nth-child(5) img:not([style*=object-fit]) {
		width: 28.84px;
		height: auto !important;
	}
	.site-footer .menu {
		flex-direction: column;
		gap: 10px 0;
	}
	.site-footer .menu a {
		padding: 2px 0;
	}
	.site-footer .menu .sub-menu {
		margin-top: 2px;
	}
	.site-footer .menu .sub-menu a {
		padding: 2px 0;
	}
	.site-footer .menu .header_btn {
		max-width: 200px;
	}
	.site-footer-copyright p {
		font-size: 12px;
		align-items: center;
	}
}

/***************************************************
 * トップページ
***************************************************/
/* FV */
.fv_box {
	position: relative;
	margin: 2.9rem 0;
	z-index: 1;
}
.fv_title {
	font-size: 48px;
	line-height: 1.458;
	letter-spacing: 0.1em;
	color: var(--font-color);
}
.scroll_text {
	position: absolute;
    top: 6.8rem;
    right: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--main-color);
    padding-bottom: 8.7rem;
}
.scroll_text::before {
	content: '';
	width: 124px;
	height: 124px;
	background: url('../../../wp-content/uploads/2025/09/scroll_arrow.png') center / contain no-repeat;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.fv_img {
	margin-right: calc(50% - 50vw) !important;
	max-width: unset !important;
	margin-bottom: 1.5rem;
}
.fv_bt_slider {
/* 	width: 100vw;
	margin: auto calc(50% - 50vw); */
	min-width: 1920px;
	margin: auto -200px;
}
.fv_bt_slider .row {
	transition-timing-function: linear;
	display: -webkit-box !important;
	flex-wrap: nowrap !important;
	margin: 0;
}
.fv_bt_slider .swiper-slide {
	display: block !important;
	flex: unset !important;
	max-width: 100% !important;
	padding: 0;
	border: 1px solid var(--main-color);
}
@media screen and (min-width: 1920px) {
	.fv_bt_slider {
		width: 100vw;
		margin: auto calc(50% - 50vw);
	}
}
@media screen and (max-width: 1024px) {
	.fv_title {
		font-size: 32px;
		margin-bottom: 1.5rem;
	}
	.scroll_text {
		font-size: 12px;
		padding-bottom: 6rem;
		top: 5rem;
	}
	.scroll_text::before {
		width: 80px;
		height: 80px;
	}
	.fv_bt_slider {
		min-width: unset;
		width: 100vw;
		margin: auto calc(50% - 50vw);
	}
}
@media screen and (max-width: 767px) {
	.fv_box {
		margin-top: 1.5rem;
	}
	.fv_title {
		font-size: 24px;
		margin-bottom: 1rem;
	}
	.fv_img.wp-block-image img {
		aspect-ratio: 1 / .7;
    	object-fit: cover !important;
	}
	.scroll_text {
		display: none;
		font-size: 12px;
		padding-bottom: 6rem;
		top: 5rem;
	}
	.scroll_text::before {
		width: 80px;
		height: 80px;
	}
}

/* お知らせ */
.news_content {
	padding-top: 32vw;
	padding-bottom: 10rem;
    margin-top: -29vw;
}
.vk_posts-postType-news {
	margin: 0;
	gap: 1px 3%;
}
.vk_post-postType-news {
	position: relative;
	border: none !important;
	background: #fff;
	margin: 0 !important;
	width: 48.5% !important;
	padding: 1.4rem 3.5rem 1rem 1rem!important;
	align-items: center;
	transition: all .3s;
	cursor: pointer;
}
.vk_post-postType-news:hover {
	border-radius: 10px;
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);
	z-index: 1;
}
.vk_post-postType-news::before {
	content: '';
	width: 38px;
	height: 38px;
	background: url('../../../wp-content/uploads/2025/09/news_arrow2.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.vk_post-postType-news:hover::before {
	background: url('../../../wp-content/uploads/2025/09/news_arrow.png') center / contain no-repeat;
}
.vk_post-postType-news .media-img {
	margin-right: 1.8rem;
    width: 33%;
    aspect-ratio: 1 / .73;
    object-fit: cover;
}
.vk_post-postType-news .vk_post_body {
	display: flex;
	flex-wrap: wrap;
}
.vk_post-postType-news .vk_post_date {
	font-size: 14px;
	font-weight: 500;
	color: var(--main-color);
	letter-spacing: 0.1em;
	margin-top: 0;
	flex-shrink: 0;
}
.vk_post-postType-news .vk_post_title {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.1em;
	order: 1;
	margin-top: 1.4rem !important;
}
.post_addr {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.vk_post-postType-news .vk_post_taxonomies {
	margin-top: 0;
}
.vk_post-postType-news .vk_post_taxonomy_title {
	display: none;
}
.vk_post-postType-news .vk_post_taxonomy_terms {
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
	padding-left: 0;
}
.vk_post-postType-news .vk_post_taxonomies a {
	font-size: 14px;
    letter-spacing: 0.1em;
    color: #828282;
    border: 1px solid #828282;
    border-radius: 9999px;
    padding: 0 10px;
	transition: all .3s;
}
.vk_post-postType-news .vk_post_taxonomies a:hover {
	background: var(--main-color) !important;
	color: #fff;
}
@media screen and (max-width: 1024px) {
	.news_content {
		padding-bottom: 5rem;
	}
	.news_content .news_lists .vk_post-postType-news:nth-child(n + 5) {
		display: none !important;
	}
	.vk_post-postType-news {
		width: 100% !important;
	}
	.vk_post-postType-news .media-img {
		margin-right: 1rem;
	}
	.vk_post-postType-news .vk_post_title {
		line-height: 1.5;
		margin-top: 0.5rem !important;
	}
	.vk_post-postType-news .vk_post_taxonomies a,
	.vk_post-postType-news .vk_post_date {
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.news_content {
		padding-top: 50vw;
		margin-top: -48vw;
	}
	.news_lists {
		margin-bottom: 2rem;
	}
	.vk_post-postType-news {
		padding: 1rem 1rem 3rem !important;
		flex-wrap: wrap;
	}
	.vk_post-postType-news::before {
		width: 30px;
		height: 30px;
		bottom: 5px;
		right: 1rem;
		top: unset;
		transform: unset;
	}
	.vk_post-postType-news .media-img {
		margin-right: 0;
		width: 100%;
		margin-bottom: 1rem;
	}
	.vk_post-postType-news .vk_post_title {
		font-size: 14px;
		margin-top: 0.8rem !important;
	}
	.post_addr {
		gap: 5px;
	}
	.vk_post-postType-news .vk_post_taxonomies {
		width: 100%;
	}
	.vk_post-postType-news .vk_post_taxonomy_terms {
		gap: 5px;
	}
}

/* サービス */
.top_service_content {
	padding-top: 6.7rem;
    padding-bottom: 9.6rem;
}
.top_service_content .title01_box {
	margin-bottom: 6.1rem;
}
.top_service_items > .row {
	gap: 0;
	margin: 0;
}
.top_service_items .wp-block-vk-blocks-grid-column-item {
	position: relative;
	padding: 0;
	max-width: 100%;
    flex: 0 0 20%;
}
.top_service_items .wp-block-vk-blocks-grid-column-item::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #000;
	opacity: .25;
	z-index: 1;
	transition: all .3s;
}
.top_service_items .wp-block-vk-blocks-grid-column-item:hover::before {
	background: #EFBB4B;
	opacity: .7;
}
.top_service_items .wp-block-vk-blocks-grid-column-item::after {
	content: '';
	width: 38px;
	height: 38px;
	background: url('../../../wp-content/uploads/2025/09/arrow.png') center / contain no-repeat;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1;
}
.top_service_items figure {
	margin-bottom: 0;
}
.top_service_title_box {
	position: absolute;
	top: 53%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	z-index: 1;
}
.top_service_title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
}
.top_service_sub_title {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 10px !important;
}
@media screen and (max-width: 1500px) {
	.top_service_items > .row {
		justify-content: center;
	}
	.top_service_items .wp-block-vk-blocks-grid-column-item {
		flex: 0 0 33%;
	}
}
@media screen and (max-width: 1024px) {
	.top_service_content {
		padding-top: 5rem;
		padding-bottom: 6rem;
	}
	.top_service_content .title01_box {
		margin-bottom: 3rem;
	}
	.top_service_items .wp-block-vk-blocks-grid-column-item::after {
		width: 30px;
		height: 30px;
	}
	.top_service_sub_title {
		font-size: 15px;
		margin-bottom: 6px !important;
	}
	.top_service_title {
		font-size: 17px;
	}
}
@media screen and (max-width: 767px) {
	.top_service_content .title01_box {
		margin-bottom: 2rem;
	}
	.top_service_items .wp-block-vk-blocks-grid-column-item {
		flex: 0 0 50%;
	}
	.top_service_sub_title {
		font-size: 13px;
		margin-bottom: 6px !important;
	}
	.top_service_title {
		font-size: 16px;
	}
}

/* AaaSについて */
.top_about_content {
	padding-top: 5rem;
	padding-bottom: 4.5rem;
}
.top_about_content .title01_items {
	margin-bottom: 5.8rem;
}
.top_about_items {
	gap: 1.5rem 9%;
}
.top_about_items > .wp-block-column:first-child {
	flex-basis: 50% !important;
}
.top_about_items > .wp-block-column:last-child {
	flex-basis: 41% !important;
}
.top_about_text_box {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s;
}
.top_about_text_box.active {
	position: relative;
	opacity: 1;
}
.top_about_img {
	margin-bottom: 2rem;
}
.top_about_text {
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.04em;
	margin-bottom: 0;
}
.top_about_point {
	background: var(--main-color);
	border-radius: 10px;
	padding: 2.6rem 2rem;
	gap: 1rem 2rem;
	margin-bottom: 0;
	cursor: pointer;
}
.top_about_point + .top_about_point {
	margin-top: 2.8rem;
}
.top_about_point > .wp-block-column:first-child {
	flex-basis: 105px !important;
}
.top_about_point > .wp-block-column:last-child {
	flex-basis: calc(100% - 105px - 2rem) !important;
}
.top_about_point_num {
	font-size: 80px;
	font-weight: 100;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 0;
}
.top_about_point_text {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4545;
	letter-spacing: 0.1em;
	color: var(--font-color);
	margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
	.top_about_content .title01_items {
		margin-bottom: 3rem;
	}
	.top_about_content .top_about_items {
		flex-wrap: wrap !important;
		gap: 0;
	}
	.top_about_items > .wp-block-column:first-child {
		display: contents;
		flex-basis: 100% !important;
	}
	.top_about_items > .wp-block-column:last-child {
		display: contents;
		flex-basis: 100% !important;
	}
	.top_about_point {
		width: 100%;
		gap: 1rem;
		border-radius: 8px;
    	padding: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.top_about_point:nth-of-type(1) {
		order: 1;
	}
	.top_about_point:nth-of-type(2) {
		order: 3;
	}
	.top_about_point:nth-of-type(3) {
		order: 5;
	}
	.top_about_point + .top_about_point {
		margin-top: 1rem;
	}
	.top_about_point > .wp-block-column:first-child {
		flex-basis: 65px !important;
	}
	.top_about_point > .wp-block-column:last-child {
		flex-basis: calc(100% - 65px - 1rem) !important;
	}
	.top_about_point_num {
		font-size: 55px;
	}
	.top_about_point_text {
		font-size: 20px;
	}
	.top_about_text_box {
		position: relative !important;
		opacity: 1;
		margin-bottom: 3rem;
	}
	.top_about_text_box:nth-of-type(1) {
		order: 2;
	}
	.top_about_text_box:nth-of-type(2) {
		order: 4;
	}
	.top_about_text_box:nth-of-type(3) {
		order: 6;
		margin-bottom: 0;
	}
	.top_about_img {
		margin-bottom: 1rem;
	}
	.top_about_text {
		font-size: 16px;
		line-height: 1.666;
	}
}
@media screen and (max-width: 767px) {
	.top_about_content .top_about_items {
		margin-bottom: 2.5rem;
	}
	.top_about_point + .top_about_point {
        margin-top: .5rem;
    }
	.top_about_point {
		padding: .7rem 1rem;
	}
	.top_about_point > .wp-block-column:first-child {
        flex-basis: 42px !important;
    }
	.top_about_point > .wp-block-column:last-child {
		flex-basis: calc(100% - 42px - 1rem) !important;
	}
	.top_about_point_num {
		font-size: 40px;
	}
	.top_about_point_text {
		font-size: 16px;
		line-height: 1.3;
	}
	.top_about_text {
		font-size: 14px;
	}
}

/* 実績 */
.top_work_content {
	padding-top: 5.2rem;
    padding-bottom: 5.2rem;
}
.top_work_content .title01_box {
	margin-bottom: 5.4rem;
}
.top_work_items + .top_work_items {
	margin-top: 30px;
}
.top_work_items {
	max-width: 90%;
	margin: 0 auto;
}
.top_work_items .row {
	margin: 0;
	gap: 20px 1%;
}
.top_work_items.work_items_right .row {
	justify-content: flex-end;
}
.top_work_items .vk_gridColumn_item {
	padding: 0;
	flex: 0 0 13.42%;
	max-width: 100%;
}
.top_work_item_box {
	width: 100vw;
	margin: auto calc(50% - 50vw);
	background: #F5F5F5;
	padding: 6rem 1.375rem 5rem;
}
@media screen and (max-width: 1200px) {
	.top_work_item_box .wp-block-group__inner-container {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 2%;
	}
	.top_work_items,
	.top_work_items .row {
		display: contents !important;
	}
	.top_work_items .vk_gridColumn_item {
		flex: 0 0 23.5%;
	}
}
@media screen and (max-width: 1024px) {
	.top_work_content .title01_box {
		margin-bottom: 2rem;
	}
	.top_work_item_box {
		padding: 2.5rem 1.375rem 3rem;
	}
}
@media screen and (max-width: 767px) {
	.top_work_content {
		padding-top: 3rem;
		padding-bottom: 5rem;
	}
	.top_work_item_box .wp-block-group__inner-container {
		gap: 10px 2%;
	}
	.top_work_items .vk_gridColumn_item {
        flex: 0 0 49%;
    }
}

/* お問い合わせ */
.top_contact_content {
	padding-top: 0;
	padding-bottom: 6.2rem;
}
.top_contact_box {
	width: 100vw;
	margin: auto calc(50% - 50vw);
}
.top_contact_box > .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained{
	max-width: 1800px !important;
	width: 95%;
	margin: 0 auto;
	padding: 6.7rem 1.5rem 5.1rem;
	border-radius: 50px;
	background: url('../../../wp-content/uploads/2025/09/top_contact_bg-scaled.webp') center / cover no-repeat;
}
.top_contact_title {
	font-size: 38px;
	line-height: 1.578;
	letter-spacing: 0.1em;
	color: var(--font-color);
    margin-bottom: 3.9rem;
}
.sns_items {
	max-width: 1400px;
	margin: 0 auto 3.1rem;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);
	justify-content: center;
    gap: 1rem 10%;
    padding: 1.7rem 1rem;
}
.sns_items figure.wp-block-image:nth-child(1) img:not([style*=object-fit]) {
	height: 52px !important;
}
.sns_items figure.wp-block-image:nth-child(2) img:not([style*=object-fit]) {
	height: 56px !important;
}
.sns_items figure.wp-block-image:nth-child(3) img:not([style*=object-fit]) {
	height: 62px !important;
}
.sns_items figure.wp-block-image:nth-child(4) img:not([style*=object-fit]) {
	height: 75px !important;
}
.sns_items figure.wp-block-image:nth-child(5) img:not([style*=object-fit]) {
	height: 64px !important;
}
.top_contact_btns .vk_buttons_col {
	max-width: 1400px;
	margin: 0 auto;
	gap: 1rem 3%;
}
.top_contact_btns .vk_buttons_col .vk_button {
	width: 48.5%;
}
.top_contact_btns a {
	display: block !important;
	font-size: 40px !important;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-radius: 9999px;
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);
	padding: 2.8rem 1rem !important;
}
.top_contact_btns a .vk_button_link_txt {
	position: relative;
	padding-right: 3rem;
}
.top_contact_btns a .vk_button_link_txt::before {
	content: '';
	width: 48px;
	height: 48px;
	background: url('../../../wp-content/uploads/2025/09/top_contact_arrow.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: -1rem;
	transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
	.top_contact_content {
		padding-bottom: 4rem;
	}
	.top_contact_box > .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
		border-radius: 20px;
		padding: 3.5rem 1.5rem 3rem;
	}
	.top_contact_title {
		font-size: 24px;
		margin-bottom: 2rem;
	}
	.sns_items {
		gap: 1rem 7%;
		padding: 1rem;
		border-radius: 8px;
		margin-bottom: 2rem;
	}
	.sns_items figure.wp-block-image img:not([style*=object-fit]) {
		object-fit: contain !important;
	}
	.sns_items figure.wp-block-image:nth-child(1) img:not([style*=object-fit]) {
		height: 37px !important;
	}
	.sns_items figure.wp-block-image:nth-child(2) img:not([style*=object-fit]) {
		height: 41px !important;
	}
	.sns_items figure.wp-block-image:nth-child(3) img:not([style*=object-fit]) {
		height: 47px !important;
	}
	.sns_items figure.wp-block-image:nth-child(4) img:not([style*=object-fit]) {
		height: 60px !important;
	}
	.sns_items figure.wp-block-image:nth-child(5) img:not([style*=object-fit]) {
		height: 49px !important;
	}
	.top_contact_btns a {
		font-size: 28px !important;
		padding: 1.2rem 1rem !important;
	}
	.top_contact_btns a .vk_button_link_txt::before {
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 767px) {
	.top_contact_box > .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
		padding: 2.5rem 1rem;
		border-radius: 10px;
	}
	.top_contact_title {
		font-size: 18px;
		line-height: 1.3;
	}
	.sns_items {
		flex-wrap: wrap !important;
		gap: .5rem 1rem;
		padding: .5rem .9rem;
	}
/* 	.sns_items figure.wp-block-image:nth-child(1) img:not([style*=object-fit]) {
		max-width: 110px;
		height: auto !important;
	}
	.sns_items figure.wp-block-image:nth-child(2) img:not([style*=object-fit]) {
		max-width: 30px;
		height: auto !important;
	}
	.sns_items figure.wp-block-image:nth-child(3) img:not([style*=object-fit]) {
		max-width: 37px;
		height: auto !important;
	}
	.sns_items figure.wp-block-image:nth-child(4) img:not([style*=object-fit]) {
		max-width: 131px;
		height: auto !important;
	}
	.sns_items figure.wp-block-image:nth-child(5) img:not([style*=object-fit]) {
		max-width: 39px;
		height: auto !important;
	} */
	.sns_items figure.wp-block-image:nth-child(1) img:not([style*=object-fit]) {
		width: 76.31px;
		height: auto !important;
	}
	.sns_items figure.wp-block-image:nth-child(2) img:not([style*=object-fit]) {
		width: 23.69px;
		height: auto !important;
	}
	.sns_items figure.wp-block-image:nth-child(3) img:not([style*=object-fit]) {
		width: 28.64px;
		height: auto !important;
	}
	.sns_items figure.wp-block-image:nth-child(4) img:not([style*=object-fit]) {
		width:  87.76px;
		height: auto !important;
	}
	.sns_items figure.wp-block-image:nth-child(5) img:not([style*=object-fit]) {
		width: 28.84px;
		height: auto !important;
	}
	.top_contact_btns .vk_buttons_col {
		max-width: 250px;
		gap: .8rem 0;
	}
	.top_contact_btns .vk_buttons_col .vk_button {
		position: relative;
		width: 100%;
	}
	.top_contact_btns a {
		font-size: 18px !important;
		padding: .7rem .5rem !important;
	}
	.top_contact_btns a .vk_button_link_txt {
		position: static;
		padding-right: 0;
	}
	.top_contact_btns a .vk_button_link_txt::before {
		width: 25px;
		height: 25px;
		right: 15px;
	}
}


/***************************************************
 * AaaSについて
***************************************************/
/* About us */
.about_content {
	padding-top: 2.2rem;
	padding-bottom: 2rem;
}
.about_item {
	gap: 1.5rem 6.5%;
}
.about_item > .wp-block-column:last-child {
	flex-basis: 43.5% !important;
}
.about_img {
	max-width: unset !important;
	margin-left: calc(100% - 50vw);
	margin-bottom: 0;
}
.about_title {
	font-size: 32px;
	margin-bottom: 1rem;
}
.about_text {
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
	.about_title {
		font-size: 24px;
	}
	.about_text {
		font-size: 16px;
		line-height: 1.666;
	}
}
@media screen and (max-width: 767px) {
	.about_content .about_item {
		flex-wrap: wrap !important;
	}
	.about_title {
		font-size: 20px;
		margin-bottom: .5rem;
	}
	.about_text {
		font-size: 14px;
	}
	.about_item > .wp-block-column:first-child {
		flex-basis: 100% !important;
	}
	.about_item > .wp-block-column:last-child {
		flex-basis: 100% !important;
	}
	.about_img {
		margin-left: 0;
	}
}

/* 代表挨拶 */
.greeting_content {
	padding-top: 2.3rem;
	padding-bottom: 6.7rem;
}
.greeting_content .title02_box {
	margin-bottom: 5.3rem;
}
.greeting_item {
	gap: 1.5rem 6%;
}
.greeting_item > .wp-block-column:first-child {
	flex-basis: 44% !important;
}
.greeting_text {
	font-size: 20px;
	line-height: 1.666;
	letter-spacing: 0.2em;
}
.greeting_name_box {
	gap: 20px;
}
.greeting_post {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.666;
	letter-spacing: 0.2em;
}
.greeting_name {
	font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
    margin: 3.4rem 0 0;
    padding-right: 1.1rem;
}
.greeting_post_box {
	background: #FFF7E6;
	border-radius: 11px;
	padding: 2.5rem;
}
.greeting_post_img {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 1.1rem;
}
.greeting_post_title {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.375;
	letter-spacing: 0.2em;
	margin-bottom: 1.4rem;
}
.greeting_post_text {
	font-size: 16px;
	line-height: 1.875;
}
@media screen and (max-width: 1024px) {
	.greeting_content {
		padding-bottom: 4rem;
	}
	.greeting_content .title02_box {
		margin-bottom: 2.5rem;
	}
	.greeting_content .greeting_item {
		flex-wrap: wrap !important;
	}
	.greeting_item > .wp-block-column:first-child,
	.greeting_item > .wp-block-column:last-child {
		flex-basis: 100% !important;
	}
	.greeting_item > .wp-block-column:last-child {
		order: -1;
	}
	.greeting_text {
		font-size: 16px;
		line-height: 1.666;
	}
	.greeting_post {
		font-size: 16px;
	}
	.greeting_name {
		font-size: 24px;
		margin: 2rem 0 0;
		padding-right: 0;
	}
	.greeting_post_box {
		padding: 1.5rem;
		border-radius: 8px;
	}
	.greeting_post_title {
		font-size: 22px;
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.greeting_post_box {
		padding: 20px 15px;
		border-radius: 5px;
	}
	.greeting_post_title {
		font-size: 18px;
	}
	.greeting_post_text {
		font-size: 14px;
		line-height: 1.666;
	}
	.greeting_text {
		font-size: 14px;
	}
	.greeting_name_box {
		gap: 10px;
	}
	.greeting_post {
		font-size: 16px;
	}
	.greeting_name {
		font-size: 20px;
		margin: 1.5rem 0 0;
	}
}

/* 企業理念 */
.purpose_content {
	padding-top: 4.8rem;
	padding-bottom: 15rem;
}
.purpose_content .title02_box {
	margin-bottom: 5rem;
}
.purpose_box {
	background: #fff;
	border-radius: 10px;
	padding: 6.5rem 1.5rem 9.5rem;
}
.purpose_box > .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
	max-width: 1265px !important;
}
.purpose_item {
	max-width: 960px;
    margin: 0 auto;
}
.purpose_item + .purpose_item {
	margin-top: 9.4rem;
}
.purpose_title_box {
	border-bottom: 1px solid var(--main-color);
	margin-bottom: 3rem;
}
.purpose_title {
	font-size: 50px;
    letter-spacing: 0.1em;
    color: var(--main-color);
    line-height: 1.2;
    padding-bottom: .5rem;
}
.purpose_sub_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.666;
	letter-spacing: 0.1em;
	color: #fff;
	background: var(--main-color);
}
.purpose_hero_title {
	font-size: 28px;
	line-height: 1.785;
	letter-spacing: 0.2em;
	margin-bottom: 2.3rem;
}
.purpose_text {
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.2em;
	margin-bottom: 0;
}
.value_items {
	margin-top: 4.8rem;
}
.value_items > .row {
	margin: 0;
	justify-content: center;
}
.value_items .vk_gridColumn_item {
	border: 1px solid var(--main-color);
	padding: 0;
	max-width: 100%;
	flex: 0 0 33.3333%;
}
.value_items .vk_gridColumn_item:first-child {
	border-right: none;
}
.value_items .vk_gridColumn_item:last-child,
.value_items .vk_gridColumn_item:nth-child(3) {
	border-left: none;
}
.value_items .vk_gridColumn_item:nth-child(4),
.value_items .vk_gridColumn_item:nth-child(5) {
	border-top: none;
}
.value_title {
	font-size: 30px;
	letter-spacing: 0.1em;
	color: var(--main-color);
	border-bottom: 1px solid var(--main-color);
	padding: .7rem 1rem;
	margin-bottom: 0;
}
.value_text {
	font-size: 24px;
	line-height: 1.777;
	letter-spacing: 0.2em;
	margin-bottom: 0;
	padding: 1.4rem .5rem;
}
@media screen and (max-width: 1024px) {
	.purpose_content {
		padding-top: 4rem;
		padding-bottom: 6rem;
	}
	.purpose_content .title02_box {
		margin-bottom: 2.5rem;
	}
	.purpose_item + .purpose_item {
		margin-top: 4rem;
	}
	.purpose_box {
		padding: 3.5rem 1.5rem;
	}
	.purpose_title_box {
		margin-bottom: 2rem;
	}
	.purpose_sub_title {
		font-size: 15px;
	}
	.purpose_title {
		font-size: 40px;
	}
	.purpose_hero_title {
		font-size: 22px;
		margin-bottom: 1.5rem;
	}
	.purpose_text {
		font-size: 16px;
		line-height: 1.666;
	}
	.value_title {
		font-size: 22px;
	}
	.value_text {
		font-size: 16px;
		line-height: 1.666;
		padding: 1.4rem 1rem;
	}
}
@media screen and (max-width: 767px) {
	.purpose_box {
        padding: 2.5rem 1rem;
		border-radius: 5px;
    }
	.purpose_sub_title {
        font-size: 14px;
    }
	.purpose_title {
		font-size: 32px;
	}
	.purpose_hero_title {
		font-size: 18px;
	}
	.purpose_text {
		font-size: 14px;
	}
	.value_items > .row {
		gap: 1.5rem;
	}
	.value_items .vk_gridColumn_item {
		flex: 0 0 100%;
	}
	.value_items .vk_gridColumn_item:first-child {
		border-right: 1px solid var(--main-color);
	}
	.value_items .vk_gridColumn_item:nth-child(3),
	.value_items .vk_gridColumn_item:nth-child(5) {
		border-left: 1px solid var(--main-color);
	}
	.value_items .vk_gridColumn_item:nth-child(4),
	.value_items .vk_gridColumn_item:nth-child(5) {
		border-top: 1px solid var(--main-color);
	}
	.value_title {
		font-size: 18px;
	}
	.value_text {
		font-size: 18px;
	}
}

/* 企業概要 */
.profile_content {
	padding-top: 6.5rem;
	padding-bottom: 5.4rem;
}
.profile_content .title02_box {
	margin-bottom: 6.3rem;
}
.profile_table {
	max-width: 800px;
	margin: 0 auto;
}
.profile_table tr:first-child {
	border-top: 1px solid #828282;
}
.profile_table tr {
	border-bottom: 1px solid #828282;
}
.profile_table td {
	border: none;
	font-size: 18px;
	line-height: 1.8333;
	letter-spacing: 0.07em;
	padding: 1.45rem 1rem;
}
.profile_table td:first-child {
	color: var(--main-color);
	text-align: center;
	width: 260px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
	.profile_content {
		padding-top: 4rem;
		padding-bottom: 5rem;
	}
	.profile_content .title02_box {
		margin-bottom: 2.5rem;
	}
	.profile_table td:first-child {
		width: 150px;
		letter-spacing: 0.04em;
	}
	.profile_table td {
		font-size: 16px;
		line-height: 1.666;
		letter-spacing: 0.04em;
		padding: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.profile_table tr {
		display: block !important;
		padding: 10px 0;
	}
	.profile_table td {
		display: block !important;
		padding: 0;
		font-size: 14px;
	}
	.profile_table td:first-child {
		width: 100%;
		text-align: left;
		padding-bottom: 5px;
	}
}

/*****************************************
 * サービス
*****************************************/
body:has(.service_nav_box) {
	overflow: visible;
}
.service_wrap {
	padding-top: 2.2rem;
	gap: 1rem;
	justify-content: space-between;
}
.service_wrap .vk_outer_container {
	max-width: 1100px !important;
	width: 95%;
}
.service_wrap > .wp-block-column:first-child {
	flex-basis: calc(100% - 220px - 6.2%) !important;
}
.service_wrap > .wp-block-column:last-child {
	flex-basis: 220px !important;
}
.service_nav_box {
	position: sticky;
	top: 0;
	left: 0;
	padding-top: 1.8rem;
}
.service_nav_box ul {
	gap: 1.06rem;
}
.service_nav_box a {
	position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    padding-left: 1.2rem;
}
.service_nav_box a::before {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--main-color);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	opacity: 0;
	transition: opacity .3s;
}
.service_nav_box a:hover::before {
	opacity: 1;
}
.internship_content {
	padding-top: 0;
	padding-bottom: 9.6rem;
}
.internship_content .title02_box {
	margin-bottom: 4.2rem;
}
.service_text {
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.2em;
	margin-bottom: 3.6rem;
}
#career .service_text {
	margin-bottom: 1.5rem;
}
.point_items > .row {
	margin: 0 0 4rem 0;
	gap: 2rem;
}
.point_items .vk_gridColumn_item {
	padding: 1.5rem 1rem;
	flex: 0 0 100%;
	max-width: 100%;
	overflow: hidden;
	border: 2px solid var(--main-color);
	border-radius: 10px;
	background: #fff;
}
.point_work_items > .row {
	margin: 0 0 4rem 0;
	gap: 1rem 3.5%;
}
.point_work_items .vk_gridColumn_item {
	flex: 0 0 48.2%;
}
.point_title_items {
	gap: 15px;
	margin-bottom: 0.5rem;
}
.point_text {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: var(--main-color);
	text-align: center;
}
.point_num {
	font-family: "Shippori Antique", sans-serif;
	font-size: 40px;
    line-height: 1.3;
    letter-spacing: 0.2em;
    width: 56px;
    height: 56px;
    color: #fff;
    background: var(--main-color);
    border-radius: 50%;
    text-align: center;
    text-indent: 0.2em;
    margin-top: -3px;
}
.point_img {
	margin-bottom: 0;
}
.point_title {
	font-size: 28px;
}
.point_item_text {
	font-size: 18px;
	line-height: 1.666;
	margin-bottom: 0;
}
.price_items {
	margin-top: 2.5rem;
	margin-bottom: 0;
	gap: 3%;
}
.price_items > .wp-block-column:first-child {
	flex-basis: calc(97% - 385px) !important;
}
.price_items > .wp-block-column:last-child {
	flex-basis: 385px !important;
}
.price_box {
	border: 1px solid #828282;
}
.price_title {
	font-size: 30px;
	font-weight: bold;
	background: var(--main-color);
	color: #fff;
	line-height: 1.2;
	letter-spacing: 0.2em;
	text-align: center;
	width: 160px;
	padding: 1.38rem 1rem;
}
.price_items .arrow_btn a {
	margin-bottom: 2.5rem;
}
.price_text {
	font-size: 20px;
	font-weight: bold;
	color: var(--font-color);
	line-height: 1.2;
	letter-spacing: 0.2em;
	padding: .5em 1rem;
	width: calc(100% - 160px);
	text-align: right;
}
.price_alart_text {
	font-size: 13px;
	line-height: 1.5;
	margin-top: 0.5rem;
}

@media screen and (max-width: 1420px) {
	.internship_content .price_items {
		flex-wrap: wrap !important;
	}
	.price_items > .wp-block-column:first-child,
	.price_items > .wp-block-column:last-child {
		flex-basis: 100% !important;
	}
	.price_items .arrow_btn a {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 1300px) {
	.service_wrap > .wp-block-column:first-child {
		flex-basis: calc(100% - 220px - 1rem) !important;
	}
}
@media screen and (max-width: 1024px) {
	body:has(.service_wrap) .service_wrap {
		flex-wrap: wrap !important;
	}
	.service_wrap {
		padding-top: 0;
		gap: 4rem;
	}
	.service_wrap > .wp-block-column:first-child {
		flex-basis: 100% !important;
	}
	.service_wrap > .wp-block-column:last-child {
		flex-basis: 100% !important;
		order: -1;
	}
	.service_nav_box {
		justify-content: center;
		padding-top: 0;
	}
	.service_nav_box a {
		font-size: 16px;
		min-width: 200px;
		background: var(--main-color);
		padding-left: 0;
		padding: 15px 10px;
		border-radius: 5px;
		color: #fff !important;
		text-align: center;
	}
	.service_nav_box a::before {
		display: none;
	}
	.internship_content {
		padding-bottom: 5rem;
	}
	.internship_content .title02_box {
		margin-bottom: 2rem;
	}
	.service_text {
		font-size: 16px;
		line-height: 1.666;
		margin-bottom: 2rem;
	}
	#career .service_text {
		margin-bottom: 1rem;
	}
	.point_items .vk_gridColumn_item {
		border-radius: 5px;
	}
	.point_num_box {
		top: 5px;
		left: 10px;
	}
	.point_text {
		font-size: 18px;
	}
	.point_num {
		font-size: 32px;
		width: 45px;
		height: 45px;
	}
	.price_items {
		margin-top: 2.5rem;
	}
	.price_title {
		display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        width: 120px;
        padding: 1rem .5rem;
        height: 76px;
	}
	.price_text {
		font-size: 20px;
		width: calc(100% - 120px);
		padding: 1rem .5rem;
	}
	.point_title {
		font-size: 20px;
	}
	.point_item_text {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.service_nav_box {
		gap: 6px 3% !important;
	}
	.service_nav_box li {
		width: 48.5%;
	}
	.service_nav_box a {
		width: 100%;
		min-width: unset;
		font-size: 14px;
		border-radius: 3px;
	}
	.service_text {
		font-size: 14px;
	}
	.point_items > .row {
		gap: 1rem 5%;
		justify-content: center;
	}
	.point_title_items {
		gap: 10px;
		margin-bottom: 0;
	}
	.point_items .vk_gridColumn_item {
		flex: 0 0 100%;
	}
	.point_num_box {
		scale: .8;
		top: -3px;
        left: 5px;
	}
	.wp-block-columns.are-vertically-aligned-center.price_items {
		flex-wrap: wrap !important;
		gap: 1rem;
	}
	.internship_content .price_box {
		flex-wrap: wrap !important;
		gap: 0;
	}
	.price_title {
        width: 100%;
		height: auto;
    }
	.price_text {
        width: 100%;
		font-size: 16px;
		text-align: center;
    }
	.point_item_text {
		font-size: 14px;
	}
}


/* 企業説明会 */
.bg_content {
	overflow: visible;
}
.bg_content::before {
	content: '';
    width: calc(100% + ((100vw - 100%) / 2));
    height: 100%;
    background: #FFF7E6;
    position: absolute;
    top: 0;
    left: calc(-1 * (100vw - 100%) / 2);
	border-radius: 0 10px 10px 0;
}
.job_content {
	padding-top: 6.8rem;
	padding-bottom: 9.2rem;
}
.job_content .title02_box {
	margin-bottom: 4.2rem;
}
.work_item {
	gap: 1rem 6.3%;
	margin-bottom: 0;
}
.work_item + .work_item {
	margin-top: 5.7rem;
}
.work_item > .wp-block-column:has(.work_img) {
	flex-basis: 47.2% !important;
}
.work_item > .wp-block-column:has(.work_text) {
	flex-basis: 46.5% !important;
}
.work_img {
	margin-bottom: 0;
}
.work_title_box {
	margin-bottom: 0.5rem;
}
.work_title {
	font-size: 28px;
	letter-spacing: 0.1em;
}
.work_title_num {
	font-size: 60px;
	line-height: 1.666;
	color: var(--main-color);
	flex-shrink: 0;
}
.work_text {
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.2em;
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.job_content {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.bg_content::before {
		width: 100vw;
		border-radius: 0;
	}
	.job_content .title02_box {
		margin-bottom: 2rem;
	}
	.work_item + .work_item {
		margin-top: 2.5rem;
	}
	.work_item {
		gap: 1rem 3%;
	}
	.work_item > .wp-block-column:has(.work_img) {
		flex-basis: 40% !important;
	}
	.work_item > .wp-block-column:has(.work_text) {
		flex-basis: 57% !important;
	}
	.work_title_num {
		font-size: 40px;
	}
	.work_title {
		font-size: 20px;
	}
	.work_text {
		font-size: 16px;
		line-height: 1.666;
	}
}
@media screen and (max-width: 767px) {
	.wp-block-columns.are-vertically-aligned-center.work_item {
		flex-wrap: wrap !important;
	}
	.work_item > .wp-block-column:has(.work_img) {
		flex-basis: 100% !important;
		order: -1;
	}
	.work_item > .wp-block-column:has(.work_text) {
		flex-basis: 100% !important;
	}
	.work_title_num {
		font-size: 32px;
	}
	.work_title {
		font-size: 18px;
	}
	.work_text {
		font-size: 14px;
	}
}

/* 採用コンサルティング */
.consulting_content {
	padding-top: 10rem;
	padding-bottom: 7.2rem;
}
.consulting_content .title02_box {
	margin-bottom: 4.2rem;
}
.consulting_items > .row {
	margin: 0;
	gap: 4rem 3.5%;
}
.consulting_items .vk_gridColumn_item {
	padding: 0;
	max-width: 100%;
	flex: 0 0 31%;
}
.consulting_img {
	margin-bottom: 1.4rem;
}
.consulting_title {
	font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: var(--main-color);
    margin-top: 0;
    margin-bottom: 0.6rem;
}
.consulting_text {
	font-size: 16px;
	line-height: 2.0625;
	letter-spacing: 0.2em;
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.consulting_content {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.consulting_content .title02_box {
		margin-bottom: 2rem;
	}
	.consulting_img {
		margin-bottom: 1rem;
	}
	.consulting_title {
		font-size: 20px;
		margin-bottom: .8rem;
	}
	.consulting_text {
		font-size: 15px;
		line-height: 1.666;
	}
}
@media screen and (max-width: 767px) {
	.consulting_items > .row {
		gap: 2.5rem 5%;
	}
	.consulting_items .vk_gridColumn_item {
		flex: 0 0 47.5%;
	}
	.consulting_title {
		font-size: 17px;
	}
	.consulting_text {
		font-size: 14px;
	}
}

/* 学生向け講演会 */
.student_content {
	padding-top: 7rem;
	padding-bottom: 7.7rem;
}
.student_content .title02_box {
	margin-bottom: 4.2rem;
}
.student_lists .vk_post-postType-news {
	width: 100% !important;
}
.student_lists .vk_post-postType-news .media-img {
	width: 22%;
}
@media screen and (max-width: 1024px) {
	.student_content {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.student_content .title02_box {
		margin-bottom: 2rem;
	}
}
@media screen and (max-width: 767px) {
	.student_lists .vk_post-postType-news .media-img {
		width: 100%;
	}
	.vk_post .media-body {
		width: 100%;
	}
}

/* 就職・キャリア相談 */
.career_content {
	padding-top: 5.5rem;
    padding-bottom: 11.1rem;
}
.career_content .title02_box {
	margin-bottom: 4.2rem;
}
@media screen and (max-width: 1024px) {
	.career_content {
		padding-top: 5rem;
		padding-bottom: 7rem;
	}
	.career_content .title02_box {
		margin-bottom: 2rem;
	}
}

/**********************************************
 * お問い合わせ
************************************************/
.line_btn {
	position: fixed;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	max-width: clamp(12.5rem, 3.214rem + 14.51vw, 20.625rem);
	margin-bottom: 0 !important;
	z-index: 20;
}
.contact_content {
	padding-top: 4.5rem;
	padding-bottom: 5rem;
}
.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: 1000px;
	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: 1.3rem 5.3rem;
}
.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: 1.5rem;
	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: #E9A49C !important;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 100%;
    padding: 1.78rem .5rem;
	border: none;
	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;
	}
	
	.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;
    }
}

/*****************************************
 * プライバシーポリシー
*****************************************/
.privacy_content {
	padding-top: 4.5rem;
	padding-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
	.privacy_content {
		padding-top: 2.2rem;
	}
}

/*****************************************
 * お知らせ（アーカイブページ）
*****************************************/
.post-type-archive-news .page-header,
.archive.post-type-news .page-header,
.post-type-archive-news .breadcrumb,
.archive.post-type-news .breadcrumb,
.archive.post-type-news .archive-header-title,
.post-type-archive-news .archive-header-title,
.single-news .page-header,
.single-news .breadcrumb {
	display: none;
}
.post-type-archive-news .site-body,
.archive.post-type-news .site-body {
	padding-top: 0;
	padding-bottom: 3.5rem;
}
.page_header_text {
	font-size: 20px;
	line-height: 2.2;
	text-align: center;
	margin: 1.4rem 0 0 !important;
}
.cat_btn_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
	gap: 15px 40px;
}
.cat_btn_title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.222;
	color: #fff;
	background: var(--main-color);
	margin-bottom: 0 !important;
	max-width: 180px;
	padding: 6.5px 8.5px;
	flex-shrink: 0;
}
.cat_btn_box {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	align-items: center;
    gap: 10px 43px;
}
.cat_btn {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.222;
	letter-spacing: 0.2em;
	color: #000 !important;
}
.cat_btn::before {
	content: '';
	width: 0;
	height: 2px;
	background: var(--main-color);
	position: absolute;
	bottom: -5px;
	left: 0;
	transition: width .3s;
}
.cat_btn:hover::before,
.cat_btn.active::before {
	width: 100%;
}
.post-type-news .vk_posts-postType-news,
.post-type-news .vk_posts-postType-post {
	margin-top: 5.7rem !important;
    gap: 1.2rem 3%;
}
.post-type-news .vk_posts-postType-post {
	margin-right: 0;
	margin-left: 0;
}
.post-type-news .vk_post-postType-news,
.post-type-news .vk_post-postType-post {
	border: 1px solid var(--main-color) !important;
	border-radius: 10px;
}
.post-type-news .vk_posts-postType-post {
	margin: 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;
	}
	.page_header_text {
		font-size: 16px;
		line-height: 1.666;
	}
	.cat_btn_wrap {
		gap: 5px 15px;
	}
	.cat_btn_title {
		font-size: 16px;
	}
	.cat_btn_box {
		gap: 10px 15px;
	}
	.cat_btn {
		font-size: 16px;
	}
	.post-type-news .vk_posts-postType-news,
	.post-type-news .vk_posts-postType-post {
		margin-top: 3rem !important;
	}
}
@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;
	}
	.page_header_text {
		font-size: 14px;
	}
	.wpcf7-radio {
		flex-direction: column !important;
		font-size: 14px;
	}
	.cat_btn_wrap {
		flex-wrap: wrap;
		gap: 10px;
	}
	.cat_btn_title,
	.cat_btn_box {
		width: 100%;
	}
	.cat_btn_title {
		position: relative;
		font-size: 15px;
		max-width: 100%;
		background: transparent;
		color: #000;
		padding-left: 10px;
		border-left: 5px solid var(--main-color);
	}
	.cat_btn_box {
		gap: 5px;
	}
	.cat_btn {
		font-size: 13px;
		letter-spacing: 0.04em;
		border: 1px solid #828282;
		border-radius: 9999px;
		padding: 2px 10px;
		color: #828282 !important;
		transition: all .3s;
	}
	.cat_btn:hover,
	.cat_btn.active {
		border: 1px solid var(--main-color);
		background: var(--main-color);
		color: #fff !important;
	}
	.cat_btn::before {
		display: none;
	}
}

/*****************************************
 * お知らせ（詳細ページ）
*****************************************/
.single-news .site-body {
	padding-top: 3rem;
	padding-bottom: 4rem !important;
}


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

/* ふわっと */
.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;
	}
}














