/*
Theme Name: 株式会社ホワイトマックス
Template: lightning
Author: 株式会社 FEAT.
Version: 0.6.1
*/

/*****************************************
 * 共通
*****************************************/
:root {
	--main-color: #956f29;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: Manrope,Zen Kaku Gothic New,sans-serif;
	font-weight: 500;
}
.site-body-container,
.site-footer-content,
.footer_bottom_items,
.breadcrumb .container {
	max-width: 1200px !important;
	width: 90%;
	padding: 0;
	margin: 0 auto;
}
.alignfull div[class*=__inner-container],
.alignwide div[class*=__inner-container],
.vk_outer-width-full.vk_outer-paddingLR-none>div>.vk_outer_container {
	max-width: 100% !important;
}
img {
	width: 100%;
}
.page_header_box {
	position: relative;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
.page_header_img {
	vertical-align: bottom;
}
.page_header_img img {
	min-height: 250px !important;
	object-fit: cover;
}
.page_header_title_box {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border-radius: 5px 5px 0 0;
	padding: 13px 50px;
}
.page_header_title {
/* 	font-size: 54px; */
	font-size: clamp(2.5rem, 1.5rem + 1.56vw, 3.375rem);
	font-weight: 800;
	letter-spacing: 0.17em;
	line-height: 1.2;
}
.page_header_sub_title {
	font-size: 16px;
	letter-spacing: 0.17em;
	color: #8a8e94;
	text-align: center;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 24px;
}
.page_top_btn {
	border-radius: 5px;
	background: var(--main-color);
	box-shadow: 0 0 0 1px #fff,0 0 0 2px var(--main-color);
	background-image: var(--ver_page_top_button_url);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
body:has(.recruit_btn) .book_btn_box,
body:has(.contact_content) .book_btn_box,
.grecaptcha-badge {
	display: none !important;
}
body:has(.contact_content) .grecaptcha-badge {
	display: block !important;
}
.book_btn_box {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: var(--main-color);
	z-index: 10;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	transition: opacity .3s;
}
.book_btn_box a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.book_btn_box:hover {
	opacity: .8;
}
.book_bar_text {
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 12px;
	margin-bottom: 5px;
    margin-top: 20px;
}
.book_bar_text::before {
	content: '';
    width: 1px;
    height: 10px;
    background: #fff;
    position: absolute;
    bottom: 3px;
    left: -5px;
    transform: rotate(-35deg);
}
.book_bar_text::after {
	content: '';
    width: 1px;
    height: 10px;
    background: #fff;
    position: absolute;
    bottom: 3px;
    right: -5px;
    transform: rotate(35deg);
}
.book_text {
	font-size: 14px;
	color: #fff;
	text-align: center;
}
#page_top {
	display: none !important;
}
/* .alart_content {
	pointer-events: none;
}
.alart_content > div {
	filter: blur(3px);
}
.alart_content::after {
	content: '工事中';
    width: max-content;
    color: #000;
    background: #fff;
    font-size: 52px;
    font-weight: bold;
    letter-spacing: 0.02em;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} */

@media screen and (max-width: 1024px) {
	.page_header_title_box {
		padding: 10px 40px;
	}
	.page_header_title {
		font-size: 32px;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 17px;
	}
	.alart_content::after {
		font-size: 42px;
	}
}
@media screen and (max-width: 767px) {
	.page_header_title_box {
		min-width: 250px;
		max-width: 90%;
		width: max-content;
		padding: 15px 20px 5px;
	}
	.page_header_title {
		font-size: 28px;
		letter-spacing: 0.04em;
		text-align: center !important;
	}
	.page_header_sub_title {
		font-size: 14px;
	}
	h1 {
		font-size: 22px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 17px;
	}
	h5 {
		font-size: 16px;
	}
	.book_btn_box {
		width: 120px;
		height: 120px;
		bottom: 10px;
		right: 10px;
	}
	.book_bar_text {
		font-size: 10px;
	}
	.book_text {
		font-size: 12px;
		margin-bottom: 15px;
	}
	.alart_content::after {
		font-size: 32px;
	}
}

/* タイトル */
.title01_box {
	margin-bottom: 2.5rem;
}
.title01 {
	color: var(--main-color);
	letter-spacing: 0.05em;
	font-size: 48px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center !important;
}
.sub_title01 {
	font-size: 18px;
	letter-spacing: 0.05em;
	text-align: center;
}

.title02 {
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: 0.04em;
	padding: .95rem 1rem !important;
	margin-bottom: 3.6rem;
}

.bar_title {
	font-size: 24px;
	padding-left: 10px;
	border-left: 5px solid var(--main-color);
}

@media screen and (max-width: 1024px) {
	.title01 {
		font-size: 36px;
	}
	.sub_title01 {
		font-size: 16px;
	}
	
	.title02 {
		font-size: 22px;
		margin-bottom: 2.5rem;
		border-radius: 5px !important;
	}
}
@media screen and (max-width: 767px) {
	.title01_box {
		margin-bottom: 1.5rem;
	}
	.title01 {
		font-size: 28px;
	}
	.sub_title01 {
		font-size: 14px;
	}
	
	.title02 {
		font-size: 20px;
		padding: .7rem 1rem !important;
	}
}

/* ボタン */
.btn01 {
	margin-top: 2.5rem;
}
.btn01 a {
	max-width: 370px;
    font-size: 18px !important;
    font-weight: bold;
    width: 100%;
    padding: 20px 32px !important;
    border-radius: 5px !important;
}
@media screen and (max-width: 1024px) {
	.btn01 a {
		font-size: 16px !important;
		max-width: 250px;
		padding: 15px !important;
	}
}
@media screen and (max-width: 767px) {
	.btn01 a {
		font-size: 14px !important;
		max-width: 200px;
		padding: 13px 10px !important;
	}
}

/*****************************************
 * ヘッダー
*****************************************/
.site-header {
	box-shadow: none;
	padding: 0.8rem 0;
}
.site-header-container {
	max-width: 1200px !important;
	width: 90%;
	padding: 0;
}
.site-header-logo {
	padding-top: 0;
	margin-bottom: 0;
}
.site-header-logo img {
	object-fit: contain;
}
.device-pc .global-nav-list>li {
	border-left: 1px solid #000;
}
.device-pc .global-nav-list>li:last-child {
	border-right: 1px solid #000;
}
.global-nav-list>li:before {
	border-bottom: 3px solid var(--main-color);
	bottom: -22px;
}
.device-pc .global-nav-list>li>a {
	padding: 8px 2.5rem;
}
.global-nav-list>li .global-nav-name {
	font-weight: 500;
	font-size: 16px;
}
.vk-mobile-nav {
	padding-top: 5rem;
}
.vk-mobile-nav-menu-btn {
	width: 40px;
	height: 40px;
	border-radius: 5px;
}
.vk-mobile-nav nav ul li a {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 12px;
}
.vk-mobile-nav nav ul li a::before {
	content: '';
	width: 30px;
	height: 30px;
	background: url('../../../wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-acc-icon-open-black.svg') center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(-90deg);
}

@media screen and (max-width: 1200px) {
	.site-header {
		padding: 10px 0;
	}
	.global-nav-list>li:before {
		bottom: -19px;
	}
	.device-pc .global-nav-list>li>a {
		padding: 8px 1.5rem;
	}
	.global-nav-list>li .global-nav-name {
		font-size: 14px;
	}
}
@media screen and (max-width: 992px) {
	.site-header-logo a {
		display: block;
		width: max-content;
		margin: 0 auto;
	}
}

/*****************************************
 * フッター
*****************************************/
.site-footer-copyright {
	display: none;
}
.site-footer {
	border-top: none;
	font-size: 14px;
	padding-top: 2rem;
	background: #f5f5f5;
}
.site-footer .widget {
	margin-bottom: 0;
}
.footer_logo {
	max-width: 300px;
}
.widget_nav_menu>div>ul li.current_page_item>a {
	background: transparent;
}
.footer_items .menu  {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer_items .menu > li > a {
	position: relative;
	font-weight: 500;
}
.footer_items .menu > li > a::before {
	content: '';
	width: 4px;
	height: 4px;
	background: var(--main-color);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
}
.footer_items .menu li a {
	padding: 5px 15px;
	border-bottom: none;
	color: #000;
	font-weight: 500;
	font-size: 16px;
}
.footer_items .menu li .sub-menu {
	padding-left: 15px;
}
.footer_items .menu li .sub-menu a {
	position: relative;
	font-size: 14px;
	font-weight: 400;
}
.footer_items .menu li .sub-menu a::before {
	content: '';
	width: 10px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 55%;
	left: 0;
	transform: translateY(-50%);
}
.footer_items {
	gap: 1rem 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 0;
}
.widget:has(.footer_bottom_items) {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	border-top: 1px solid #000;
}
.footer_bottom_items {
	padding: 1rem 0;
}
.footer_bottom_items .menu {
	display: flex;
	align-items: center;
}
.footer_bottom_items .menu a {
	padding: 2px 15px;
	border-bottom: 0;
	border-left: 1px solid #000;
	font-size: 14px;
	color: #000;
}
.footer_bottom_items .menu li:last-child a {
	border-right: 1px solid #000;
}
@media screen and (max-width: 1024px) {
	.site-footer .footer_items {
		flex-wrap: wrap !important;
		gap: 0;
		padding-bottom: 1rem;
	}
	.footer_items > .wp-block-column {
		flex-basis: 100% !important;
	}
	.footer_items > .wp-block-column:first-child {
		display: flex;
		flex-wrap: wrap;
		gap: 0 15px;
	}
	.footer_items .menu {
		justify-content: flex-start;
		gap: 0 15px;
	}
	.footer_items .menu li .sub-menu {
		padding-left: 0;
	}
	.footer_items .menu li .sub-menu a::before {
		top: 50%;
	}
	.footer_items .menu li a {
		font-size: 14px;
	}
	.footer_items .menu li .sub-menu a,
	.footer_bottom_items .menu a {
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.footer_items .menu {
		flex-wrap: wrap;
	}
	.footer_items .menu li {
		width: 100%;
	}
	.site-footer .footer_bottom_items {
		flex-wrap: wrap !important;
		flex-direction: column;
		gap: 0;
	}
	.footer_bottom_items .menu a {
		border: none !important;
	}
	.copy_text {
		font-size: 12px;
	}
}

/*****************************************
 * トップページ
*****************************************/
/* FV */
.lightning_swiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	outline: unset !important;
	border-radius: 50%;
}
.lightning_swiper .swiper-pagination-bullet {
	background: #fff;
}
.lightning_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--main-color);
}
.lightning_swiper.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom,25px);
}
.lightning_swiper .swiper-button-prev,
.lightning_swiper .swiper-button-next {
	width: 28px;
	height: 80px;
}
.lightning_swiper .swiper-button-prev::after,
.lightning_swiper .swiper-button-next::after {
	content: '';
	width: 100%;
	height: 100%;
}
.lightning_swiper .swiper-button-prev::after {
	background: url('../../../wp-content/uploads/2025/08/ic_prev.png') center / contain no-repeat;
}
.lightning_swiper .swiper-button-next::after {
	background: url('../../../wp-content/uploads/2025/08/ic_next.png') center / contain no-repeat;
}

@media screen and (max-width: 1024px) {
	.lightning_swiper .swiper-button-prev,
	.lightning_swiper .swiper-button-next {
		width: 13px;
		height: 45px;
	}
	.lightning_swiper .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.lightning_swiper.swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: var(--swiper-pagination-bottom, 10px);
	}
}
@media screen and (max-width: 767px) {
	.lightning_swiper .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}
	.lightning_swiper.swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: var(--swiper-pagination-bottom, 5px);
	}
}

/* ホワイトマックスのモノづくり */
.top_about_content {
	padding-top: 2.5rem;
}
.top_about_title {
	max-width: unset;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	background: url('../../../wp-content/uploads/2025/08/bg_title.png');
}
.top_about_title figure {
	background-color: #fff;
	padding: 0 20px;
}
.top_about_text {
	font-size: 18px;
	margin: 2rem 0 0;
}
.top_about_lists {
	width: max-content;
	max-width: 100%;
	margin: 1rem auto 2rem;
	font-size: 15px;
	list-style: none;
}
.top_about_lists li {
	position: relative;
}
.top_about_lists li::before {
	content: '';
	width: 5px;
	height: 5px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	top: 10px;
    left: -10px;
}

/* お知らせ */
.news_posts {
	margin-bottom: 2rem;
}
.vk_post-postType-news.postListText:first-child {
	border-top: 1px solid #000;
}
.vk_post-postType-news .postListText_title a {
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
.vk_post-postType-news.postListText {
	border-bottom: 1px solid #000;
	padding: 1.3rem 0;
	display: flex;
	align-items: center;
}
.vk_post-postType-news .postListText_date {
	flex-shrink: 0;
}
.vk_post-postType-news .postListText_singleTermLabel {
	margin-top: 0;
	flex-shrink: 0;
}
.vk_post-postType-news .postListText_singleTermLabel {
	min-width: 100px;
}
.vk_post-postType-news .postListText_singleTermLabel a {
	background: transparent !important;
	color: #000 !important;
	border: 1px solid #000;
	padding: 2px 10px;
	font-size: 14px;
}

@media screen and (max-width: 1024px) {
	.vk_post-postType-news .postListText_title a {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.news_content {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.vk_post-postType-news.postListText {
		flex-wrap: wrap;
		gap: 5px;
	}
	.vk_post-postType-news .postListText_date {
		font-size: 12px;
		min-width: 95px;
		margin-right: 0;
	}
	.vk_post-postType-news .postListText_singleTermLabel {
		min-width: 80px;
	}
	.vk_post-postType-news .postListText_singleTermLabel a {
		font-size: 12px;
	}
	.vk_post-postType-news .postListText_title {
		width: 100%;
	}
	.vk_post-postType-news .postListText_title a {
		font-size: 14px;
	}
}

/* リンクボックス */
.top_link_content {
	padding-bottom: 6rem;
}
.top_link_btn_items {
	margin-bottom: 7rem;
}
.top_link_btn_items figure {
	margin-bottom: 0;
}
.top_link_btn_items > .row {
	margin: 0;
	gap: 1.5rem 2%;
	justify-content: center;
}
.top_link_btn_items .vk_gridColumn_item {
	position: relative;
	overflow: hidden;
	padding: 0;
	flex: 0 0 40%;
	max-width: 100%;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
}
/* .top_link_btn_items .vk_gridColumn_item::before {
	content: '';
	border: 8px solid rgba(0,0,0,0.2);
	position: absolute;
	inset: 0;
	z-index: 1;
} */
.top_link_btn_items .vk_gridColumn_item h3 {
	position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--main-color);
    color: #fff;
    padding: 0.5rem 1.2rem;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.17em;
    pointer-events: none;
    border-radius: 9999px;
    text-align: center;
    width: 80%;
}
.top_link_btn_items .vk_gridColumn_item img{
	scale: 1;
	transition: all .3s;
}
.top_link_btn_items .vk_gridColumn_item:hover img {
	scale: 1.1;
}
.sbi_item {
	border-radius: 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.top_link_btn {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: var(--main-color);
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	padding: 16px 16px 16px 40px;
	border-radius: 10px 0 0 0;
}
.top_link_btn::before {
	content: '';
	width: 16px;
    height: 16px;
	background: var(--main-color);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	transition: all .3s;
}
.top_link_btn::after {
	content: '';
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	transition: all .3s;
}
.top_link_btn_items .vk_gridColumn_item:hover .top_link_btn::before {
	transform: translateY(-50%) scale(0.8);
}
.top_link_btn_items .vk_gridColumn_item:hover .top_link_btn::after {
	opacity: 0;
}

@media screen and (max-width: 1024px) {
	.top_link_btn_items > .row {
		justify-content: center;
	}
	.top_link_btn_items .vk_gridColumn_item {
		flex: 0 0 49%;
	}
	.top_link_btn_items .vk_gridColumn_item h3 {
		font-size: 18px;
	}
	.top_link_btn {
		font-size: 16px;
		padding: 12px 12px 12px 40px;
	}
	.top_link_btn::before {
		width: 12px;
		height: 12px;
		left: 18px;
	}
	.top_link_btn::after {
		width: 4px;
		height: 4px;
		left: 22px;
	}
}
@media screen and (max-width: 767px) {
	.top_link_content {
		padding-top: 3rem;
	}
	.top_link_btn_items .vk_gridColumn_item {
		flex: 0 0 100%;
		border-radius: 5px;
	}
	.top_link_btn_items .vk_gridColumn_item h3 {
		font-size: 16px;
		padding: .3rem .8rem;
	}
	.top_link_btn {
		font-size: 14px;
		border-radius: 5px 0 0 0;
	}
	.sbi_item {
		border-radius: 5px;
	}
}

/*****************************************
 * 企業情報
*****************************************/
/* 代表挨拶 */
.greeting_content {
	padding-top: 4rem;
}
.greeting_items {
	gap: 1.5rem 5%;
}
.greeting_items > .wp-block-column:first-child {
	flex-basis: 60% !important;
}
.greeting_items > .wp-block-column:last-child {
	flex-basis: 35% !important;
}
.greeting_items figure {
	margin-bottom: .5rem;
}
.greeting_items p {
	font-size: 20px;
	letter-spacing: 0.05em;
}
.greeting_name_box {
	gap: 10px 15px;
}
.greeting_name {
	font-size: 28px !important;
	font-weight: bold;
}
.greeting_title {
	position: relative;
	font-size: 32px;
	margin-bottom: 1.4rem;
	padding-bottom: .5rem;
}
.greeting_title::before {
	content: '';
	width: 200px;
	max-width: 100%;
	height: 1px;
	background: var(--main-color);
	position: absolute;
	bottom: 0;
	left: 0;
}
@media screen and (max-width: 1024px) {
	.greeting_title {
		font-size: 24px;
	}
	.greeting_items p {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.greeting_title {
		font-size: 20px;
	}
	.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_items > .wp-block-column:last-child {
		order: -1;
	}
	.greeting_items p {
		font-size: 14px;
	}
	.greeting_name {
		font-size: 20px !important;
	}
	.greeting_name_box {
		gap: 10px;
	}
}

/* 理念・指針 */
.philo_content {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.philo_imgs figure figcaption {
	font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.04em;
}
.philo_items > .row {
	margin: 0;
	gap: 15px;
}
.philo_items > .row > .vk_gridColumn_item {
	padding: 0;
	flex: 0 0 100%;
	border: 2px solid var(--main-color);
	border-radius: 10px;
    overflow: hidden;
}
.philo_items > .row > .vk_gridColumn_item:nth-child(2) {
	border-color: #e3c386;
}
.philo_items > .row > .vk_gridColumn_item:nth-child(3),
.philo_items > .row > .vk_gridColumn_item:nth-child(4),
.philo_items > .row > .vk_gridColumn_item:nth-child(5),
.philo_items > .row > .vk_gridColumn_item:nth-child(6) {
	border-color: #ffefd0;
}
.philo_items > .row > .vk_gridColumn_item:nth-child(7) {
	border-color: #f1ece4;
}
.philo_items .vk_borderBox .vk_borderBox_title_container {
	padding: .8rem 1rem;
	text-align: center;
}
.philo_items .vk_borderBox {
	margin-bottom: 0;
}
.philo_items .vk_borderBox_title_container i {
	display: none;
}
.philo_items .vk_borderBox_title {
	font-size: 24px !important;
	letter-spacing: 0.05em;
}
.philo_items .vk_borderBox_body {
	border: none;
	padding: 1.5rem 1rem;
}
.philo_title {
	font-size: 32px;
	letter-spacing: 0.05em;
	margin-bottom: 1rem;
}
.philo_text {
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.philo_items li {
	margin: 0;
}
.philo_items li + li {
	margin-top: 1rem;
}
.philo_table_items .wp-block-list {
	margin-bottom: 0;
	font-size: 18px;
}
@media screen and (max-width: 1024px) {
	.philo_title {
		font-size: 22px;
	}
	.philo_text {
		font-size: 16px;
	}
	.philo_table_items .wp-block-list {
		font-size: 16px;
	}
	.philo_imgs figure figcaption {
		font-size: 15px;
	}
}
@media screen and (max-width: 767px) {
	.philo_content .philo_imgs {
		flex-wrap: wrap !important;
		gap: 1rem;
	}
	.philo_imgs > .wp-block-column {
		flex-basis: 100% !important;
	}
	.philo_items > .row > .vk_gridColumn_item {
		border-radius: 5px;
	}
	.philo_items .vk_borderBox_title_container {
		padding: .5em 1em .4em;
	}
	.philo_items .vk_borderBox .vk_borderBox_title_container .vk_borderBox_title {
		font-size: 17px !important;
	}
	.philo_title {
		font-size: 20px;
	}
	.philo_text {
		font-size: 14px;
	}
	.philo_table_items {
		gap: 0;
	}
	.philo_items > .row > .vk_gridColumn_item:nth-child(6) .vk_borderBox_body {
		height: auto;
	}
	.philo_table_items .wp-block-list {
		font-size: 14px;
	}
}

/* 会社概要 */
.outline_content {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.outline_table {
	max-width: 1000px;
	margin: 0 auto;
}
.outline_table td {
	font-size: 20px;
	letter-spacing: 0.05em;
	border-color: #000 !important;
	padding: 20px 15px;
}
.outline_table td:first-child {
	font-weight: bold;
	width: 200px;
}
@media screen and (max-width: 1024px) {
	.outline_table td {
		font-size: 16px;
	}
	.outline_table td:first-child {
		width: 160px;
	}
}
@media screen and (max-width: 767px) {
	.outline_table tr:first-child {
		border-top: 1px solid #000;
	}
	.outline_table tr {
		border-bottom: 1px solid #000;
		padding: 15px 10px;
	}
	.outline_table tr,
	.outline_table td {
		display: block;
	}
	.outline_table td {
		font-size: 14px;
		padding: 0;
		border: none !important;
	}
	.outline_table td:first-child,
	.outline_table td {
		width: 100%;
	}
	.outline_table td:first-child {
		padding-bottom: 5px;
	}
}

/* 沿革 */
.company_content {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.company_table {
	max-width: 1000px;
	margin: 0 auto;
}
.company_table tr,
.company_table td {
	border: none;
}
.company_table tr {
	position: relative;
	display: flex;
	padding-left: 20px;
	padding-bottom: 2rem;
}
.company_table tr::before {
	content: '';
	width: 10px;
	height: 10px;
	background: var(--main-color);
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}
.company_table tr::after {
	content: '';
	width: 2px;
	height: 100%;
	background: var(--main-color);
	position: absolute;
	top: 10px;
	left: 4px;
}
.company_table tr:last-child::after {
	display: none;
}
.company_table td {
	font-size: 20px;
	padding: 0;
}
.company_table td:first-child {
	font-size: 18px;
	width: 120px;
	margin-top: 2px;
}
@media screen and (max-width: 1024px) {
	.company_table td:first-child {
		font-size: 14px;
	}
	.company_table td {
		font-size: 16px;
	}
	.company_table tr::before {
		top: 8px;
	}
}
@media screen and (max-width: 767px) {
	.company_table tr {
		flex-wrap: wrap;
	}
	.company_table td:first-child,
	.company_table td {
		width: 100% !important;
	}
	.company_table td:first-child {
		margin-bottom: 5px;
	}
	.company_table td {
		font-size: 14px;
	}
}

/* 環境への取り組み */
.enviro_content {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.enviro_text {
	font-size: 24px;
	font-weight: bold;
}
.enviro_items > .row {
	margin: 0;
	gap: 1.5rem 2%;
}
.enviro_items > .row > .vk_gridColumn_item {
	padding: 0;
	flex: 0 0 32%;
	border: 2px solid #78c85a;
	border-radius: 10px;
	padding: 1.5rem 1rem;
	background: #fff;
}
.enviro_items img {
	height: 120px !important;
}
.enviro_items p {
	margin-bottom: 0;
	font-size: 18px;
}
@media screen and (max-width: 1024px) {
	.enviro_text {
		font-size: 18px;
	}
	.enviro_items p {
		font-size: 16px;
	}
	.enviro_items > .row {
		justify-content: center;
	}
	.enviro_items > .row > .vk_gridColumn_item {
		flex: 0 0 310px;
		max-width: 100%;
	}
	.enviro_items p {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.enviro_text {
		font-size: 15px;
	}
	.enviro_items p {
		font-size: 14px;
	}
	.enviro_items img {
		height: 100px !important;
		object-fit: contain !important;
	}
	.enviro_items > .row {
		max-width: 500px;
		margin: 0 auto;
	}
	.enviro_items > .row > .vk_gridColumn_item {
		flex: 0 0 100%;
	}
	.enviro_items p {
		font-size: 14px;
	}
}

/* アクセス */
.access_content {
	padding-top: 4rem;
	padding-bottom: 6rem;
}
.map iframe {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / .4;
}
.map_addr {
	font-size: 20px;
	letter-spacing: 0.17em;
	margin-top: 1rem;
	margin-bottom: 3rem;
}
.map_links .vk_button {
	width: 374px;
}
.map_links a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: transparent !important;
	border: 1px solid var(--main-color);
	color: var(--main-color) !important;
	font-size: 18px !important;
	font-weight: bold;
	min-height: 76px !important;
	transition: all .3s;
}
.map_links a:hover {
	color: #fff !important;
	background: var(--main-color) !important;
}
@media screen and (max-width: 1024px) {
	.map_addr {
		font-size: 16px;
	}
	.map_links .vk_buttons_col {
		justify-content: center;
	}
	.map_links .vk_button {
		width: 49%;
	}
	.map_links a {
		font-size: 16px !important;
	}
}
@media screen and (max-width: 767px) {
	.map iframe {
		aspect-ratio: 1 / .7;
	}
	.map_addr {
		font-size: 14px;
	}
	.map_links .vk_button {
		width: 337px;
	}
	.map_links a {
		font-size: 14px !important;
		min-height: 70px !important;
	}
}


/*****************************************
 * 事業紹介
*****************************************/
/* モノ創りのホワイトマックス */
.hero_about_content {
	padding-top: 4rem;
	padding-bottom: 1rem;
}
.hero_about_title {
	width: 100vw;
	margin: auto calc(50% - 50vw) 2rem;
	font-size: 55px;
	background: url('../../../wp-content/uploads/2025/08/bg_title.png');
	color: var(--main-color);
}
.hero_about_title strong {
	background: #fff;
	padding: 1px 15px;
}
.hero_about_sub_title {
	font-size: 26px;
    color: var(--main-color);
    line-height: 1.5;
}
.hero_about_text {
	font-size: 20px;
	line-height: 1.66;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
	.hero_about_title {
		font-size: 32px;
	}
	.hero_about_sub_title {
		font-size: 20px;
	}
	.hero_about_text {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.hero_about_title {
		font-size: 24px;
		margin-bottom: 1.2rem;
	}
	.hero_about_title strong {
		padding: 1px 5px;
	}
	.hero_about_sub_title {
		font-size: 16px;
	}
	.hero_about_text {
		font-size: 14px;
	}
}

/* コンセプト */
.concept_content {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.concept_title_box {
	margin-bottom: 3.5rem;
}
.concept_sub_title {
	position: relative;
	max-width: 100%;
	width: max-content;
	margin: 0 auto;
	font-size: 20px;
}
.concept_sub_title::before {
    content: '';
    width: 1px;
    height: 20px;
    background: #000;
    position: absolute;
    bottom: 5px;
    left: -9px;
    transform: rotate(-35deg);
}
.concept_sub_title::after {
    content: '';
    width: 1px;
    height: 20px;
    background: #000;
    position: absolute;
    bottom: 5px;
    right: -9px;
    transform: rotate(35deg);
}
.concept_title {
	font-size: 65px;
    font-weight: 900;
    color: var(--main-color);
    margin-top: -10px !important;
}
.concept_item h3 {
	font-size: 32px;
	color: var(--main-color);
}
.concept_item p {
	font-size: 20px;
	line-height: 2;
	margin-bottom: 0;
}
.concept_img {
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.concept_sub_title {
		font-size: 16px;
	}
	.concept_title {
		font-size: 50px;
		margin-top: -5px !important;
	}
	.concept_sub_title::before {
		height: 12px;
		left: -5px;
	}
	.concept_sub_title::after {
		height: 12px;
		right: -5px;
	}
	.concept_item h3 {
		font-size: 22px;
		margin-bottom: 1rem;
	}
	.concept_item p {
		font-size: 16px;
		line-height: 1.666;
	}
}
@media screen and (max-width: 767px) {
	.concept_content {
		padding-bottom: 0;
	}
	.concept_title_box {
		margin-bottom: 2.5rem;
	}
	.concept_sub_title {
		font-size: 14px;
	}
	.concept_title {
        font-size: 40px;
        margin-top: 0px !important;
    }
	.concept_sub_title::before {
		height: 10px;
		left: -8px;
	}
	.concept_sub_title::after {
		height: 10px;
		right: -8px;
	}
	.concept_content .concept_item {
		flex-wrap: wrap !important;
	}
	.concept_item > .wp-block-column {
		flex-basis: 100% !important;
	}
	.concept_item h3 {
		font-size: 18px;
	}
	.concept_item p {
		font-size: 14px;
	}
}


/* ホワイトマックスについて */
.about_content {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.about_title {
	font-weight: 500;
	font-size: 36px;
	letter-spacing: 0.1em;
	color: var(--main-color);
	margin-bottom: 1.2rem;
}
.about_sub_title {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 5rem;
}
.about_item_box {
	justify-content: space-between;
	margin-bottom: 3.4rem;
}
.about_item_box > .wp-block-column:first-child {
	flex-basis: 36.5% !important;
}
.about_item_box > .wp-block-column:last-child {
	flex-basis: 60% !important;
}
.about_item + .about_item {
	margin-top: 2rem;
}
.about_item > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.about_item_title_box {
	position: relative;
	width: 32%;
	flex-shrink: 0;
	padding-left: 17px;
	border-left: 5px solid #e8b9ef;
}
.about_item:nth-of-type(2) .about_item_title_box {
	border-color: #e8e38d;
}
.about_item:nth-of-type(3) .about_item_title_box {
	border-color: #9de7ae;
}
.about_item_title_box h3 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.2;
}
.about_item_title_box p {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
.about_item_text {
	font-size: 20px;
/* 	font-weight: 400; */
	letter-spacing: 0.05em;
	line-height: 1.666;
	width: 68%;
}
.about_item_img {
	margin-bottom: 0;
}

.about_text_item {
	gap: 1rem 1%;
	margin-bottom: 0 !important;
	padding: 2.8rem 0;
	border-bottom: 1px solid #000;
}
.about_text_item > .wp-block-column:first-child {
	flex-basis: 32% !important;
}
.about_text_item > .wp-block-column:last-child {
	flex-basis: 67% !important;
}
.about_text_item h3 {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: var(--main-color);
}
.about_text_item p {
	font-size: 20px;
/* 	font-weight: 400; */
	letter-spacing: 0.2em;
	line-height: 1.666;
}
@media screen and (max-width: 1230px) {
	.about_item_text {
		font-size: 18px;
	}
}
@media screen and (max-width: 1024px) {
	.about_title {
		font-size: 28px;
	}
	.about_sub_title {
		font-size: 20px;
		margin-bottom: 3rem;
	}
	.about_content .about_item_box {
		flex-wrap: wrap !important;
	}
	.about_item_box > .wp-block-column:first-child,
	.about_item_box > .wp-block-column:last-child {
		flex-basis: 100% !important;
	}
	.about_item_img {
		max-width: 400px;
		margin: 0 auto;
	}
	.about_item_title_box {
		width: 30%;
	}
	.about_item_title_box h3 {
		font-size: 22px;
	}
	.about_item_title_box p {
		font-size: 16px;
	}
	.about_item_text {
		width: 70%;
		font-size: 16px;
	}
	.about_content .about_text_item {
		flex-wrap: wrap !important;
	}
	.about_text_item > .wp-block-column:first-child,
	.about_text_item > .wp-block-column:last-child {
		flex-basis: 100% !important;
	}
	.about_text_item h3 {
		font-size: 22px;
	}
	.about_text_item p {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.about_title {
		font-size: 20px;
	}
	.about_sub_title {
		font-size: 15px;
	}
	.about_item_box {
		margin-bottom: 2.5rem;
	}
	.about_item_title_box {
		width: 100%;
        border-width: 3px;
        padding-left: 10px;
		margin-bottom: 10px;
	}
	.about_item_text {
		width: 100%;
		font-size: 14px;
		padding-left: 13px;
	}
	.about_item_title_box h3 {
		font-size: 20px;
	}
	.about_item_title_box p {
		font-size: 14px;
	}
	.about_content .about_text_item {
		gap: .5rem;
	}
	.about_text_item {
		padding: 2rem 0;
	}
	.about_text_item h3 {
		font-size: 18px;
	}
	.about_text_item p {
		font-size: 14px;
	}
}

/* 取扱製品 */
.product_content {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.product_title {
	font-size: 48px;
	letter-spacing: 0.1em;
	color: var(--main-color);
	margin-bottom: 1rem;
}
.product_text {
	font-size: 20px;
	line-height: 1.666;
}
.product_items {
	margin-top: 3.5rem;
}
.product_items > .row {
	margin: 0;
	gap: 1.5rem 1%;
	justify-content: center;
}
.product_items .vk_gridColumn_item {
	max-width: 100%;
	flex: 0 0 19.2%;
	padding: 0;
}
.product_items figure {
	margin-bottom: 0;
}
.product_items a {
	transition: opacity .3s;
}
.product_items a:hover {
	opacity: .7;
}
@media screen and (max-width: 1024px) {
	.product_title {
		font-size: 32px;
	}
	.product_text {
		font-size: 16px;
	}
	.product_items {
		max-width: 600px;
		margin: 2.5rem auto 0;
	}
	.product_items > .row {
		gap: 1.5rem 5%;
	}
	.product_items .vk_gridColumn_item {
		flex: 0 0 47.5%;
	}
}
@media screen and (max-width: 767px) {
	.product_content {
		padding-top: 2rem;
	}
	.product_title {
		font-size: 28px;
		margin-bottom: 1.2rem;
	}
	.product_text {
		font-size: 14px;
	}
	.product_items > .row {
        gap: 1rem 5%;
    }
}


/* 生産ライン */
.line_content {
	padding-bottom: 7rem;
}
.line_box + .line_box {
	margin-top: 6rem;
}
.line_title {
	display: inline-block;
    font-size: 24px;
    background: var(--main-color);
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    margin-bottom: 1rem;
}
.line_inner + .line_inner {
	margin-top: 3rem;
}
.line_items > .row {
	margin: 0;
	gap: 1rem 3%;
}
.line_items .vk_gridColumn_item {
	padding: 0;
	max-width: 100%;
	flex: 0 0 31.3%;
}
.line_text {
	font-size: 20px;
	line-height: 1.666;
}
.product_post_box {
	margin-bottom: 1rem;
	gap: 10px 1rem;
}
.product_post_title {
	font-size: 20px;
	line-height: 1.666;
	color: #fff;
	background: var(--main-color);
	padding: 2px 10px;
	border-radius: 5px;
}
.product_post_text {
	font-size: 20px;
	line-height: 1.666;
}
@media screen and (max-width: 1024px) {
	.line_title {
		font-size: 20px;
	}
	.line_text {
		font-size: 15px;
	}
	.bar_title {
		font-size: 22px;
	}
	.product_post_title {
		font-size: 16px;
		border-radius: 5px;
	}
	.product_post_text {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.line_box + .line_box {
		margin-top: 4rem;
	}
	.line_inner + .line_inner {
		margin-top: 2rem;
	}
	.line_title {
		font-size: 17px;
		border: 3px;
	}
	.bar_title {
		font-size: 20px;
		padding-left: 5px;
		border-width: 3px;
	}
	.line_text {
		font-size: 14px;
	}
	.line_items > .row {
		gap: 1rem 1%;
	}
	.line_items .vk_gridColumn_item {
		flex: 0 0 32.6%;
	}
	.product_post_box {
		margin-bottom: .5rem;
	}
	.product_post_title {
		font-size: 14px;
		border-radius: 3px;
	}
	.product_post_text {
		font-size: 14px;
	}
}


/*****************************************
 * お問い合わせ
*****************************************/
.contact_content {
	padding-top: 4rem;
	padding-bottom: 6rem;
}
.contact_text_box {
	margin-bottom: 2.5rem;
}
.contact_text {
	font-size: 18px;
}
.contact_title {
	color: var(--main-color);
    font-size: 52px;
	text-align: center;
    letter-spacing: .17em;
    text-indent: .2em;
    line-height: 1.2;
	margin-bottom: 1.5rem;
}
.contact_table {
	width: 85%;
	max-width: 888px;
	margin: 0 auto;
}
.contact_table,
.contact_table tr,
.contact_table tr th,
.contact_table tr td {
	font-size: 18px;
	text-align: left;
	padding: 1rem 0;
	border: none;
}
.contact_table p {
	margin-bottom: 0;
}
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	background: #faf8f7;
	padding: 1em;
	margin-bottom: 0;
	border: 1px solid var(--main-color);
	border-radius: 0;
}
textarea {
	line-height: 1.6;
	resize: none;
}
.contact_table tr th {
	color: var(--main-color);
	font-weight: 500;
	letter-spacing: .17em;
	width: 15.85em;
}
span[data-name="your-addr"],
span[data-name="your-addr-num"],
span.confirm_addr,
span.confirm_addrnum {
	display: block;
	margin-top: .6rem;
}
.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-bottom: 2.7rem;
}
.privacy-check .wpcf7-list-item {
	letter-spacing: .39em;
	margin-left: 0;
}
.privacy-check .wpcf7-list-item > label {
	display: flex;
	align-items: center;
	gap: .5em;
}
.privacy-check .wpcf7-list-item input[type="checkbox"] {
	width: 1.5em;
    height: 1.5em;
}
.submit_box {
	display: inline-block;
	background-color: var(--main-color);
	text-align: center;
	min-width: 357px;
	padding: 1rem;
	border: 1px solid var(--main-color);
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
	padding: 0;
}
.page_contact_container:has(.wpcf7-submit[disabled]) .submit_box {
	user-select: none;
	pointer-events: none;
	opacity: .3;
}
.submit_box + .submit_box {
	margin-top: 1rem;
}
.submit_box:hover {
	color: var(--main-color);
	background-color: #fff;
}
.submit_box p {
	display: block;
	position: relative;
}
.submit_box input {
	width: 100%;
	color: #fff;
	background-color: transparent !important;
	font-size: 18px;
	letter-spacing: .29em;
	text-indent: .29em;
	padding: 1rem;
	border: none !important;
	border-radius: 0;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.submit_box input:hover,
.submit_box:hover input {
	color: var(--main-color) !important;
}
.confirm_area .contact_table td p span.wpcf7-spinner {
	display: none;
}
.contact_btns {
	display: flex;
    gap: 15px 5%;
    justify-content: center;
}
.contact_btns .phone_icon {
	width: 65px;
	height: 65px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact_btns > a {
	display: block !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../../../wp-content/uploads/2025/08/main_business.jpg') center / cover no-repeat;
    min-height: 150px;
    width: 47.5%;
    margin-bottom: 0;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    pointer-events: auto !important;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.contact_btns > a::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    inset: 0;
    transition: all .3s;
}
.contact_btns > a:hover::before {
	opacity: 0.2;
}
.contact_btns .flex_wrap {
	display: flex;
	position: relative;
    align-items: center;
    gap: 2rem;
    z-index: 1;
	height: 100%;
	justify-content: center;
}
.contact_btn_text_content .f24 {
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 0;
}
.contact_btn_text_content .f18 {
	font-size: 14px;
	margin-bottom: 0;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
	display: none;
}
body:has(.thanks_area[style*="display: block"]) .contact_text_box {
	display: none;
}
.confirm_area .contact_table,
.thanks_area .contact_table {
	margin-top: 2rem;
}
.thanks_area p {
	text-align: center;
}
/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
	display: none;
}
.confirm_area > p,
.thanks_area > p {
	font-size: 18px;
	margin-bottom: 0;
}
.confirm_area .contact_table td p span {
	display: block;
	background: #faf8f7;
	padding: 1em;
	border: 1px solid var(--main-color);
}
.submit_box:has(.back_button) {
	background-color: #696969;
	border: 1px solid #696969;
}
.submit_box:has(.back_button):hover {
	background-color: #fff;
}
.submit_box:has(.back_button):hover input {
	color: #696969 !important;
}
/* .submit_box p:has(.back_button) {
	padding-left: 2.5em;
	padding-right: 0;
} */
.submit_box p:has(.back_button)::before{
	left: 0;
	right: auto;
	transform: translateY(-50%) scale(-1, 1);
    -webkit-transform: translateY(-50%) scale(-1, 1);
    -ms-transform: translateY(-50%) scale(-1, 1);
}
.wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 0 15px;
}
.wpcf7-radio .wpcf7-list-item {
	margin-left: 0;
}
@media screen and (max-width: 1024px){
	.contact_text {
		font-size: 16px;
	}
	.contact_title {
		font-size: 42px;
	}
	.contact_table tr th,
	.contact_table tr td {
		display: block;
		width: 100%;
	}
	.contact_table tr td {
		padding-top: 0.5rem;
	}
	.contact_table tr:last-child th {
		padding-top: 0;
	}
	.contact_table {
		width: 85%;
		max-width: 500px;
	}
	.contact_table tr {
		padding: 0;
	}
	.contact_table tr th {
		padding-top: 1rem;
		padding-bottom: 0;
	}
	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;
	}
	.submit_box {
		display: block;
		min-width: unset;
	}
	.submit_box .wpcf7-submit {
		font-size: 16px;
	}
	.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;
	}
	.contact_btns .flex_wrap {
		gap: 1rem;
	}
	.contact_btns > a {
		max-width: 400px;
		width: 100%;
	}
	.contact_btns .phone_icon {
		width: 60px;
		height: 60px;
	}
	.contact_btn_text_content .f24 {
		font-size: 24px;
	}
	.contact_table,
	.contact_table tr,
	.contact_table tr th,
	.contact_table tr td {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px){
	.contact_text {
		font-size: 14px;
	}
	.contact_title {
		font-size: 28px;
		margin-bottom: 1rem;
	}
	.contact_table {
		width: 100%;
	}
	.contact_table tr th {
		letter-spacing: .25em;
	}
	.privacy_policy {
		font-size: 12px;
		letter-spacing: .25em;
	}
	
	.confirm_area > p,
	.thanks_area > p {
		font-size: 14px;
	}
	.page_contact_container .contact_title {
		font-size: 22px;
	}
	.privacy-check {
		margin-bottom: 1.7rem;
	}
	.submit_box input {
		font-size: 16px;
	}
	.contact_btns > a {
		min-height: 120px;
	}
	.contact_btns .phone_icon {
		width: 50px;
		height: 50px;
	}
	.contact_btn_text_content .f18 {
		font-size: 12px;
	}
	.wpcf7-radio .wpcf7-list-item {
		width: 100%;
	}
	.contact_table,
	.contact_table tr,
	.contact_table tr th,
	.contact_table tr td {
		font-size: 14px;
	}
}

/*****************************************
 * サイトマップ
*****************************************/
.sitemap_content {
	padding-top: 4rem;
	padding-bottom: 6rem;
}
.sitemap_table tr {
	display: flex;
	border-top: 2px solid var(--main-color);
	padding: .5rem 1rem 2rem;
}
.sitemap_table td:first-child {
	width: 200px;
	flex-shrink: 0;
}
.sitemap_table tr:has(td:empty) td:first-child {
	width: 100%;
}
.sitemap_table td:empty {
	display: none;
}
.sitemap_table td {
	border: none !important;
	font-size: 16px;
	line-height: 1.8;
}
.sitemap_table td:first-child a {
	color: var(--main-color);
}
.sitemap_table td a {
	color: #000;
	transition: opacity .3s;
}
.sitemap_table td a:hover {
	opacity: .7;
}
@media screen and (max-width: 1024px) {
	.sitemap_table tr {
		border-top-width: 1px;
		padding: .5rem .5rem 1rem;
	}
	.sitemap_table td:first-child {
		width: 85px;
	}
	.sitemap_table td {
		font-size: 15px;
	}
}
@media screen and (max-width: 767px) {
	.sitemap_content .sitemap_items {
		flex-wrap: wrap !important;
		gap: 0;
	}
	.sitemap_items > .wp-block-column {
		flex-basis: unset !important;
	}
	.sitemap_items figure {
		margin-bottom: 0;
	}
	.sitemap_table tr {
		flex-wrap: wrap;
		padding: 15px 10px;
	}
	.sitemap_table td:first-child,
	.sitemap_table td {
		display: block;
		width: 100%;
	}
	.sitemap_table td {
		padding: 0;
		font-size: 14px;
	}
	.sitemap_table td:first-child {
		padding-bottom: 5px;
		font-weight: bold;
	}
	.sitemap_table tr:has(td:empty) td:first-child {
		padding-bottom: 0;
	}
}

/*****************************************
 * お知らせ（アーカイブページ）
*****************************************/
.post-type-archive-news .page-header,
.post-type-archive-news .breadcrumb,
.post-type-archive-news .archive-header-title,
.single-news .page-header,
.single-news .breadcrumb {
	display: none;
}
.post-type-archive-news .site-body,
.single-news .site-body {
	padding-top: 4rem;
	padding-bottom: 6rem;
}
.pagination {
	margin-top: 3rem;
}
.cat_btn_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 3rem;
}
.cat_btn {
	display: block;
	max-width: 250px;
	width: 100%;
	padding: 1rem .5rem;
	font-size: 18px;
	border: 1px solid var(--main-color);
	border-radius: 10px;
	text-align: center;
	color: var(--main-color);
	transition: all .3s;
}
.cat_btn.active,
.cat_btn:hover {
	background: var(--main-color);
	color: #fff;
}
.single-news {
	font-size: 20px;
}
@media screen and (max-width: 1200px) {
	.cat_btn {
		max-width: 200px;
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {
	.cat_btn {
		max-width: 150px;
        font-size: 15px;
        padding: .7rem .5rem;
        border-radius: 5px;
	}
	.single-news {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.cat_btn_box {
		gap: 10px 5%;
	}
	.cat_btn {
		max-width: 100%;
        width: 47.5%;
        font-size: 14px;
	}
	.single-news {
		font-size: 14px;
	}
}


/*****************************************
 * 採用情報
*****************************************/
/* 代表挨拶 */
.recruit_greeting_content {
	padding-top: 6.8rem;
	padding-bottom: 2rem;
}
.recruit_inner {
	max-width: 1080px;
	margin: 0 auto;
}
.recruit_greeting_item {
	gap: 1.5rem 6.5%;
}
.recruit_greeting_item > .wp-block-column:first-child {
	flex-basis: 58% !important;
}
.recruit_greeting_item > .wp-block-column:last-child {
	flex-basis: 35.5% !important;
}
.recruit_greeting_title {
	font-size: 26px;
	letter-spacing: 0.04em;
	line-height: 1.666;
	margin-bottom: 1.7rem;
}
.recruit_greeting_text {
	font-size: 20px;
	line-height: 1.666;
	letter-spacing: 0.04em;
}
.recruit_greeting_item .greeting_post {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.12em;
}
.recruit_greeting_item .greeting_name {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.12em;
}
.recruit_greeting_item figure {
	margin-bottom: 0.4rem;
}
.greeting_img_about {
	font-size: 12px;
}
@media screen and (max-width: 1024px) {
	.recruit_greeting_content {
		padding-top: 4rem;
	}
	.recruit_greeting_title {
		font-size: 20px;
		margin-bottom: 1.5rem;
	}
	.recruit_greeting_text {
		font-size: 16px;
	}
	.recruit_greeting_item .greeting_post {
		font-size: 14px;
	}
	.recruit_greeting_item .greeting_name {
		font-size: 22px !important;
	}
}
@media screen and (max-width: 767px) {
	.recruit_greeting_content .recruit_greeting_item {
		flex-wrap: wrap !important;
	}
	.recruit_greeting_item > .wp-block-column:first-child,
	.recruit_greeting_item > .wp-block-column:last-child {
		flex-basis: 100% !important;
	}
	.recruit_greeting_item > .wp-block-column:last-child {
		order: -1;
	}
	.recruit_greeting_title {
		font-size: 18px;
		margin-bottom: 1rem;
	}
	.recruit_greeting_text {
		font-size: 14px;
	}
}

/* ホワイトマックスを知ろう */
.recruit_about_content {
	padding-top: 1.3rem;
	padding-bottom: 2rem;
}
.recruit_about_item {
	margin-top: 2.6rem;
	margin-bottom: 0;
	gap: 1.5rem 4%;
}
.recruit_about_item > .wp-block-column:first-child {
	flex-basis: 44% !important;
}
.recruit_about_item > .wp-block-column:last-child {
	flex-basis: 52% !important;
}
.recruit_about_item + .recruit_about_item {
	margin-top: 2rem;
}
.recruit_about_text {
	font-size: 20px;
	letter-spacing: 0.04em;
	line-height: 1.666;
}
@media screen and (max-width: 1024px) {
	.recruit_uriage_img {
		max-width: 450px;
	}
	.recruit_about_text {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.recruit_about_content .recruit_about_item {
		flex-wrap: wrap !important;
		gap: 0;
	}
	.recruit_about_item + .recruit_about_item {
		margin-top: 3rem;
	}
	.recruit_about_item > .wp-block-column:first-child,
	.recruit_about_item > .wp-block-column:last-child {
		flex-basis: 100% !important;
	}
	.recruit_uriage_img {
        max-width: 400px !important;
        margin: 0 auto;
    }
	.recruit_about_img {
		max-width: 235px;
		margin: 0 auto;
	}
	.recruit_about_text {
		font-size: 14px;
	}
}

/* 職種紹介 */
.workplace_content {
	padding-top: 1.3rem;
	padding-bottom: 2rem;
}
.workplace_content .title02 {
	margin-bottom: 4.9rem;
}
.workplace_item_box:first-of-type {
	padding-top: 0;
}
.workplace_item_box {
	padding: 5.4rem 0;
}
.workplace_item_box + .workplace_item_box {
	border-top: 1px solid var(--main-color);
}
.workplace_item {
	margin-bottom: 0;
	gap: 1.5rem 8.5%;
}
.workplace_item > .wp-block-column:has(.workplace_post_box) {
	flex-basis: 47% !important;
}
.workplace_item > .wp-block-column:has(.workplace_item_img) {
	flex-basis: 44.5% !important;
}
.workplace_post_box {
	margin-bottom: 1.1rem;
}
.workplace_post {
	font-size: 24px;
    letter-spacing: 0.04em;
	line-height: 1.2;
    padding: 3px 7px !important;
    border-radius: 5px;
}
.workplace_post_text {
	font-size: 20px;
	letter-spacing: 0.04em;
	line-height: 1.2;
}
.workplace_post_name {
	font-size: 20px;
	letter-spacing: 0.04em;
	line-height: 1.2;
}
.workplace_item_text {
	font-size: 20px;
	line-height: 1.666;
	letter-spacing: 0.04em;
	margin-bottom: 0;
}
.workplace_item_img {
	margin-bottom: 0;
	border-radius: 10px;
	overflow: hidden;
}
@media screen and (max-width: 1024px) {
	.workplace_content .title02 {
		margin-bottom: 3.5rem;
	}
	.workplace_item_box {
		padding: 2.5rem 0;
	}
	.workplace_content .workplace_item,
	.workpost_content .workplace_item{
		flex-wrap: wrap !important;
		gap: 1rem;
		max-width: 600px;
	}
	.workplace_item > .wp-block-column:has(.workplace_post_box),
	.workplace_item > .wp-block-column:has(.workplace_item_img) {
		flex-basis: 100% !important;
	}
	.workplace_item > .wp-block-column:has(.workplace_item_img) {
		order: -1;
	}
	.workplace_post {
		font-size: 20px;
	}
	.workplace_post_text,
	.workplace_post_name,
	.workplace_item_text {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.workplace_content .title02 {
		margin-bottom: 2.5rem;
	}
	.workplace_item_img {
		border-radius: 5px;
	}
	.workplace_post {
		font-size: 18px;
	}
	.workplace_post_text,
	.workplace_post_name,
	.workplace_item_text {
		font-size: 14px;
	}
}

/* 各部署紹介 */
.workpost_content {
	padding-top: 1.3rem;
	padding-bottom: 2rem;
}
.workpost_content .title02 {
	margin-bottom: 4.9rem;
}
@media screen and (max-width: 1024px) {
	.workpost_content .title02 {
		margin-bottom: 3.5rem;
	}
}
@media screen and (max-width: 767px) {
	.workpost_content .title02 {
		margin-bottom: 2.5rem;
	}
}

/* 私の入社理由 */
.reason_content {
	padding-top: 2.6rem;
	padding-bottom: 13rem;
}
.reason_title_box {
	gap: 1.5rem 4.7%;
	margin-bottom: 5.1rem;
}
.reason_title_box > .wp-block-column:first-child {
	flex-basis: 29.8% !important;
}
.reason_title_box > .wp-block-column:last-child {
	flex-basis: 65.5% !important;
}
.reason_title_text {
	font-size: 20px;
	font-weight: bold;
	color: var(--main-color);
	line-height: 1.666;
	letter-spacing: 0.12em;
}
.reason_item {
	gap: 1.5rem 5%;
}
.reason_item > .wp-block-column:first-child {
	flex-basis: 27.4% !important;
}
.reason_item > .wp-block-column:last-child {
	flex-basis: 67.6% !important;
}
.reason_post {
	font-size: 18px;
	letter-spacing: 0.12em;
	line-height: 1.666;
}
.reason_name {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.12em;
	line-height: 1.666;
}
.reason_name ruby {
	font-size: 24px;
}
.reason_box + .reason_box {
	margin-top: 3rem;
}
.reason_item_title {
	font-size: 28px;
	letter-spacing: 0.12em;
	line-height: 1.2;
	color: var(--main-color);
	margin-bottom: 7px !important;
}
.reason_item_sub_title {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.666;
	letter-spacing: 0.12em;
	background: #fff0d4;
	padding: 0 6px;
	margin-bottom: 1rem;
}
.reason_item_text {
	font-size: 18px;
	letter-spacing: 0.12em;
	line-height: 1.875;
}
.reason_text_content + .reason_text_content {
	margin-top: 1.8rem;
}
@media screen and (max-width: 1024px) {
	.reason_content {
		padding-bottom: 6rem;
	}
	.reason_content .reason_title_box {
		gap: 1.5rem;
		flex-wrap: wrap !important;
		margin-bottom: 3rem;
	}
	.reason_title_box > .wp-block-column:first-child,
	.reason_title_box > .wp-block-column:last-child {
		flex-basis: 100% !important;
	}
	.reason_title_img {
		max-width: 320px;
	}
	.reason_title_text {
		font-size: 16px;
	}
	.reason_post {
		font-size: 16px;
	}
	.reason_name {
		font-size: 14px;
	}
	.reason_name ruby {
		font-size: 20px;
	}
	.reason_item_title {
		font-size: 22px;
	}
	.reason_item_sub_title {
		font-size: 17px;
	}
	.reason_item_text {
		font-size: 15px;
	}
	.reason_box + .reason_box {
		margin-top: 2rem;
	}
}
@media screen and (max-width: 767px) {
	.reason_title_img {
        max-width: 210px;
    }
	.reason_title_text {
        font-size: 14px;
    }
	.reason_content .reason_item {
		gap: 1.5rem;
		flex-wrap: wrap !important;
		margin-bottom: 3rem;
	}
	.reason_item > .wp-block-column:first-child,
	.reason_item > .wp-block-column:last-child {
		flex-basis: 100% !important;
	}
	.reason_img {
		max-width: 250px;
    	margin: 0 auto 10px;
	}
	.reason_item_title {
		font-size: 20px;
	}
	.reason_item_sub_title {
		font-size: 16px;
		margin-bottom: 1rem;
	}
	.reason_item_text {
		font-size: 14px;
	}
}

.recruit_btn {
	position: fixed;
	top: 50%;
	right: -25px;
	z-index: 10;
	max-width: 350px;
	margin-bottom: 0;
	transform: translateY(-50%);
	transition: all .3s;
}
.recruit_btn:hover {
	opacity: .7;
}
@media screen and (max-width: 1300px) {
	.recruit_btn {
		right: -250px;
	}
	.recruit_btn:hover {
		right: -25px;
	}
}
@media screen and (max-width: 1024px) {
	.recruit_btn {
		right: 50%;
		top: unset;
		bottom: 10px;
		transform: translateX(50%);
		max-width: 270px;
	}
	.recruit_btn:hover {
		right: 50%;
	}
}
@media screen and (max-width: 767px) {
	.recruit_btn {
		bottom: 5px;
		transform: translateX(50%);
		max-width: 230px;
        width: 100%;
	}
}