/* ---------------------------------------	
共通（原則、不変）
---------------------------------------	
*/
body {
	color: #1F1D0E;
	font-family: "Shippori Mincho", serif;
}

.Gothic {
	font-family: "Zen Maru Gothic", sans-serif;
}

.l-contents__inner {
	/* margin-top: 40px !important; */
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.smb-section__body {
	/* margin-top: 0px !important; */
}

.Gothic {
	font-family: "Zen Maru Gothic", sans-serif;
}

.zen-maru-gothic-light {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.zen-maru-gothic-regular {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.zen-maru-gothic-medium {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.zen-maru-gothic-bold {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.zen-maru-gothic-black {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 900;
	font-style: normal;
}

/* ---------------------------------------	
アイコン
---------------------------------------	
*/

.arrow {
	position: relative;
	display: inline-block;
	width: 11.1px;
	height: 18.1px;
}

.arrow::before,
.arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 1.5px);
	right: 0;
	width: 14px;
	height: 3px;
}



/* パネル初期設定---------------------------------- */
/* パネルの影を消す */
.smb-panels__item {
	box-shadow: none;
	background-color: transparent !important;
}

.smb-panels__item:hover {
	box-shadow: none;
}


/* ---------------------------------------	
フォントサイズ（最初にここを書き出す）
----------------------------------------
*/

/* セクションタイトル */
.section-title {
	font-size: 32px !important;
	margin-bottom: 40px !important;
	font-weight: 600;
	letter-spacing: 0.05em;
}

/* コンテンツ幅に合わせたグラデーションアンダーバー（親内で中央寄せ） */
.section-title-bar {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin-inline: auto;
	position: relative;
	padding-bottom: 0.35em;
}

.section-title-bar::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #e6bb5d 0%, transparent 100%);
}

.section-title-bar2 {
	display: inline-block;
	position: relative;
	padding-bottom: 0.35em;
}

.section-title-bar2::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #e6bb5d 0%, transparent 100%);
}

.sub-title {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.05em;
}

/* セクションサブタイトル */
.section-sub-title {
	font-size: 26px !important;
}

/* コンテンツタイトル */
.contents-title {
	font-size: 24px !important;
}

/* リード文 */
.lead-text {
	font-size: 20px !important;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.text {
	font-size: 16px;
	line-height: 1.6;
}

.text2 {
	font-size: 24px !important;
	letter-spacing: 0.05em;
	font-weight: 400;
}

.text3 {
	font-size: 14px !important;
}

.role {
	font-size: 16px;
	font-weight: 600;
}

.name {
	font-size: 24px;
	font-weight: 600;
	margin-top: 0px !important;
	line-height: 0.9;
}


/* ---------------------------------------	
下層ページのアイキャッチ
----------------------------------------
*/

/* 下層ページアイキャッチ画像の高さ */
.c-page-header {
	height: 300px !important;
}

/* アイキャッチのタイトル */
.c-page-header__title {
	color: #1C4813;
	font-size: 32px;
	font-weight: bold;
	/* text-shadow: 4px 4px 4px #0B2B20; */
	position: relative;
}

/* .c-page-header__title::before {
	position: absolute;
	content: "";
	background: #D4AF37;
	width: 1px;
	height: 100px;
	bottom: -110px;
	left: 50%;
} */

/* タイトルの上にサブタイトル。idを都度編集 */
.page-id-11 .c-page-header__title::after {
	position: absolute;
	content: "PROFILE";
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	font-family: "Aboreto", system-ui;
	font-weight: 400;
	font-style: normal;
	color: #D4AF37;
	white-space: nowrap;
}


@media (max-width: 430px) {
	.c-page-header__title {
		font-size: 36px;
	}

	.c-page-header__bgimage>img,
	.c-page-header__bgimage>picture>img {
		object-position: 65% 50%;
	}
}



/* ---------------------------------------	
ボタン
---------------------------------------	
*/


/* .btn {
	transition: 0.4s;
	border: none;
	position: relative;
}

.btn:hover {
	border-color: white !important;
	color: white !important;
	z-index: 10;
}

.btn:hover a {
	background-color: #333333 !important;
	color: white !important;
	border: solid 3px #333333 !important;
	z-index: 10;
}

.btn a {
	border: solid 3px #333333 !important;
	color: #333333 !important;
	font-size: 16px;
	filter: unset !important;
}

.btn a:hover {
	color: white !important;
}

.btn::before {
	position: absolute;
	content: "";
	background: url(https://loveletter.ne.jp/wp-content/uploads/2025/07/btn-arrow-b.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 52%;
	right: 10px;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 13px;
	z-index: 10;
}

.btn:hover::before {
	position: absolute;
	content: "";
	background: url(https://loveletter.ne.jp/wp-content/uploads/2025/07/btn-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 52%;
	right: 10px;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 13px;
	z-index: 10;
}


.btn {
	transition: 0.4s;
	border: none;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btn:hover {
	transform: translateY(10px);
}

.btn a {
	color: white !important;
	background-color: #FF8D69 !important;
	font-size: 16px;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

.btn a:hover {
	filter: unset !important;
} */



/* ---------------------------------------	
ヘッダー（Figma 166:633「ヘッダー」準拠）
---------------------------------------	
*/
/* headerにあてると投稿ページのトップにも反映されてしまう */
.l-header {
	background-color: #fdf8e6 !important;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.l-header__content {
	/* max-width: 1440px !important; */
	margin: 0 auto;
	/* padding: 8px clamp(16px, 6.94vw, 100px); */
	padding: 0px 0px 0px 6.94vw;
	box-sizing: border-box;
	min-height: 80px;
	display: flex;
	align-items: center;
}

@media (max-width: 900px) {
	.l-header__content {
		padding: 0px 6.94vw;
	}
}

.l-header .l-1row-header {
	width: 100%;
}

.l-header .c-fluid-container {
	padding: 0;
	width: 100%;
}

.l-header .c-row {
	margin: 0 !important;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 32px;
	min-height: 64px;
}

header .c-row__col {
	padding: 0 !important;
}

header .l-1row-header__branding {
	padding: 0 !important;
}

.c-site-branding__title {
	display: flex;
	align-items: center;
	margin: 0;
	line-height: 1;
}

.c-site-branding__title .custom-logo-link {
	display: flex;
	align-items: center;
	line-height: 0;
}

/* ロゴは Figma のマーク+社名相当。画像1枚のため高さで調整 */
.l-header .custom-logo {
	width: 224px !important;
	height: auto !important;
	max-height: 48px;
	display: block;
}

@media (max-width: 430px) {
	.l-header .custom-logo {
		width: 158px !important;
	}
}

/* グローバルナビ：横並び・項目間 40px・Shippori Mincho Bold 20px #1F1D0E */
.l-header .p-global-nav {
	margin: 0;
}

.l-header .p-global-nav .c-navbar {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 28px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.l-header .p-global-nav .c-navbar__item {
	margin: 0 !important;
	padding: 0 !important;
}

.l-header .p-global-nav .c-navbar__item>a {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 1em !important;
	/* color: #1f1d0e ; */
	padding: 0;
	display: inline-flex;
	align-items: center;
}

.l-header .menu-item-391 a {
	padding: 32px 21px 32px 53px !important;
	background-color: #478a55;
	color: #ffffff !important;
	display: flex;
	align-items: center;
	gap: 8px;
	height: 100%;
	position: relative;
}

.l-header .menu-item-391 a::before {
	position: absolute;
	content: "";
	background: url(https://wakizaka-kaikei.jp/wp-content/uploads/2026/07/header-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 52%;
	left: 30px;
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
}


.l-header .p-global-nav .c-navbar__item>a span {
	font: inherit;
	color: inherit;
}

.l-header .p-global-nav .c-navbar__item>a:hover,
.l-header .p-global-nav .c-navbar__item>a:focus-visible {
	/* color: #478a55 !important; */
}

.l-header .p-global-nav .c-navbar__item.current-menu-item>a,
.l-header .p-global-nav .c-navbar__item.current_page_item>a {
	/* color: #478a55 !important; */
}

.l-header li small {
	font-size: 12px !important;
}

.l-header__drop-nav .p-drop-nav li {
	padding: 0 !important;
	margin-left: 16px !important;
}

/* ヘッダーメニューを色塗りしたい場合。実サイトから"item-num"を確認 */
.l-header .menu-item-31 a {
	color: white !important;
	display: flex;
	height: 80px;
	width: 120px;
	background-color: #f5d547;
	transition: 0.4s;
}

.l-header .menu-item-31 a:hover {
	color: black !important;
	background-color: navy;
}

@media (max-width: 1023px) {
	.l-header__content {
		min-height: 0;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.l-header .c-row {
		min-height: 0;
	}

	.l-header .custom-logo {
		max-height: 44px;
	}
}

@media (max-width: 900px) {
	.l-header {
		padding: 0;
	}
}

@media (max-width: 430px) {
	.l-header__content {
		padding-left: 16px;
		padding-right: 16px;
	}
}

/* ヘッダー内ハンバーガー（Figma ナビ文字色に合わせる） */
.l-header .c-hamburger-btn__bar {
	background-color: #1f1d0e !important;
}

.l-header .c-hamburger-btn__label {
	color: #1f1d0e !important;
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
}

/* ---------------------------------------	
ドロワーナビ	
---------------------------------------	
*/

/* タブレット以下の幅で表示されるハンバーガーメニューを開いたときの背景色 */
#drawer-nav {
	backdrop-filter: blur(5px);
	background: linear-gradient(135deg,
			rgba(253, 248, 230, 0.6) 0%,
			rgba(240, 232, 208, 0.6) 100%);
}


/* ハンバーガーメニュー押下後の×の色 */
.c-drawer .c-hamburger-btn__bar {
	background-color: #3333;
}

/* ハンバーガーメニュー押下後のMENUの色 */
.c-hamburger-btn__label {
	color: #3333;
}

/* ドロワーメニューの配置。ハンバーガーメニュー除く。paddingを編集 */
.c-drawer__inner {
	padding-left: 60px !important;
	padding-right: 400px !important;
	margin-top: 0px !important;
}

/* ハンバーガーメニューをクリックした後の「×」の位置の調整 */
.c-drawer__controls {
	left: 0 !important;
	right: 0 !important;
	padding-right: 40px;
}

/* ナビメニューの編集。英語で書かないとidが文字化けする */
#drawer-nav .c-drawer__menu {
	padding-top: 50px !important;
	display: flex;
	flex-direction: column;
}

/* リストのトップに配置した画像 */
.drawer_nav-img {
	width: 100%;
	background-color: transparent;
}

/* 子メニューを出すための▼を消す */
.c-ic-angle-right:before {
	display: none !important;
}

.c-drawer__submenu {
	visibility: visible !important;
	display: block !important;
	padding-top: 18px !important;
	height: auto !important;
}

/* #drawer-nav .menu-item-28 {
	border: none !important;
	margin-bottom: 0px !important;
} */

/* リストの装飾 */
#drawer-nav li {
	font-size: 18px;
	line-height: 20px;
	padding: 0px;
	margin-bottom: 20px;
	/* display: inline-block; */
	border-bottom: 1px solid #1C4813;
	color: #1C4813;
}

@media (max-width: 430px) {
	.c-drawer__controls {
		padding-right: 20px;
	}

	.c-drawer__inner {
		padding-left: 30px !important;
		padding-right: 160px !important;
	}
}



/* ---------------------------------------	
フッター（Figma 36:2675「フッター」準拠）
---------------------------------------	
*/
.l-footer {
	background-color: #1c4813;
	color: #ffffff;
	border: none !important;
}

.l-footer--default .l-footer-widget-area {
	max-width: 1440px !important;
	margin: 0 auto;
	padding: clamp(40px, 7.4vw, 107px) clamp(24px, 6.94vw, 100px) 32px !important;
	height: auto !important;
	min-height: 0;
}

/* コピーライト */
.c-copyright {
	padding: 20px 16px 28px !important;
	text-align: center;
	background-color: #1c4813;
	color: rgba(255, 255, 255, 0.85);
	font-size: 12px;
	line-height: 1.5;
}

.c-copyright.c-copyright--inverse {
	background-color: #1c4813;
}

.footer-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 0;
}

.l-footer .l-footer-widget-area__item {
	margin-bottom: 0 !important;
	height: auto !important;
	padding: 0 !important;
}

.l-footer .c-fluid-container {
	padding: 0;
	height: auto;
}

.l-footer .c-widget {
	height: auto;
}

.l-footer .c-row--lg-margin-l {
	height: auto;
	width: 100%;
	margin: 0 auto !important;
}

.l-footer .widgettitle {
	font-size: 18px !important;
	color: #ffffff;
}

/* 上段 2 カラム（左：連絡先 / 右：MENU＋ナビ） */
.footer-contents-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: clamp(32px, 5vw, 80px);
	height: auto !important;
	min-height: 0;
}

.footer-salon-info {
	flex: 1 1 240px;
	max-width: 320px;
}

.l-footer .footer-logo {
	width: auto !important;
	max-width: 280px;
	margin: 0 0 32px 0 !important;
	display: block;
	padding: 0 !important;
}

.l-footer .footer-logo img {
	display: block;
	height: auto;
	width: auto;
	max-height: 56px;
	max-width: 100%;
}

.address-text,
.footer-tel,
.footer-fax {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 1.6 !important;
	color: #ffffff !important;
}

.footer-salon-info .address-text {
	margin-top: 8px !important;
	margin-bottom: 16px !important;
}

.footer-tel,
.footer-fax {
	margin-top: 8px !important;
	margin-bottom: 0 !important;
	padding-left: 24px;
}

.tel-icon,
.fax-icon {
	position: relative;
}

.tel-icon::before {
	content: "";
	position: absolute;
	background: url(https://wakizaka-kaikei.jp/wp-content/uploads/2026/07/tel-icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.fax-icon::before {
	content: "";
	position: absolute;
	background: url(https://wakizaka-kaikei.jp/wp-content/uploads/2026/07/fax-icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.footer-link-box {
	display: flex;
}

.footer-link-box .img {
	margin: 0 16px !important;
	width: 30px;
}

.shinqcompass {
	width: 150px !important;
	height: 30px !important;
	margin: 0 16px !important;
}

.l-footer .widget_nav_menu {
	margin: 0 !important;
}

/* MENU 見出し＋下線（Figma layout_ZXQSA1 / style_O58CGX） */
.footer-site-map {
	flex: 1 1 280px;
	max-width: 674px;
}

.footer-title {
	font-family: "Zen Maru Gothic", sans-serif !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 1em !important;
	letter-spacing: 0.3em !important;
	color: #ffffff !important;
	margin: 0 0 12px !important;
	padding-bottom: 12px !important;
	border-bottom: 1px solid #ffffff !important;
}

/* ナビ 3 列 3 行 */
.l-footer .widget_nav_menu ul.menu,
.l-footer .menu-global-nav-container ul.menu {
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: clamp(24px, 6vw, 48px);
	row-gap: 1rem;
	width: 100%;
	height: auto !important;
	align-items: start;
	margin: 20px 0 0 !important;
	padding: 0 !important;
	list-style: none;
}

.l-footer ul li {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 1em !important;
	margin: 0 !important;
	padding-left: 0 !important;
	position: relative;
}

.l-footer ul li::before {
	display: none !important;
	content: none !important;
}

.l-footer ul li a {
	color: #ffffff !important;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.l-footer ul li a:hover {
	opacity: 0.85;
}

/* 法務リンク行 */
.footer-contents-box2 {
	width: 100% !important;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 16px 40px !important;
	margin-top: 40px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-contents-box2 a {
	color: #ffffff !important;
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	transition: opacity 0.2s ease;
}

.footer-contents-box2 a:hover {
	opacity: 0.85;
	color: #ffffff !important;
}

.footer-privacy{
	font-size: 16px!important;
	font-weight: 600 !important;
	color: #ffffff !important;
	text-decoration: none !important;
	/* transition: opacity 0.2s ease; */
	display: inline-block;
	line-height: 1em !important;
}

.footer-privacy:hover {
	border-bottom: 1px solid #ffffff !important;
}

.footer-privacy a{
	color: #ffffff !important;
	text-decoration: none!important;
}


@media (max-width: 800px) {
	.footer-site-map {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.footer-link-box .img {
		margin: 0 30px 0 0 !important;
		width: 30px;
	}

	.shinqcompass {
		margin: 0 !important;
	}

	.compass-link {
		margin: 0 !important;
	}

	.footer-title {
		text-align: left;
	}

	.footer-contents-box {
		flex-direction: column;
	}

	.l-footer .widget_nav_menu ul.menu,
	.l-footer .menu-global-nav-container ul.menu {
		grid-template-columns: 1fr;
	}

	.footer-contents-box2 {
		flex-direction: column;
		gap: 12px !important;
		margin-top: 32px;
		padding-top: 24px;
	}
}

.l-footer .svg-inline--fa {
	width: 26px;
	height: 26px;
}

.l-footer .copy-right {
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px !important;
}


.l-footer__body {
	padding: 10px !important;
	text-align: center;
}

@media (max-width: 430px) {
	.l-footer--default .l-footer-widget-area {
		padding: 64px 30px 32px !important;
	}
}


/* ---------------------------------------	
フッターナビ（スマホ）
---------------------------------------	
*/

.p-footer-sticky-nav .menu-item-47 {
	background-color: #D4AF37;
}

.p-footer-sticky-nav .menu-item-48 {
	background-color: #00523A;
}

.p-footer-sticky-nav .c-navbar__item>a {
	display: flex;
	color: white;
	font-size: 14px;
	padding: 10px 0px;
}

/* アイコン画像 */
.p-footer-sticky-nav a>svg {
	display: block;
	margin: 0px 10px 0px 0px !important;
	width: 24px;
	height: 24px;
	color: white;
}



/* ----------------------------------------------------------------------------	
TOPページ
-------------------------------------------------------------------------------	
*/
/* ---------------------------------------	
FV（Figma TOP−1 / FV 準拠）
---------------------------------------	
*/


.fv2 {
	height: calc(100vw * 600 / 1440);
	/* position: relative; */
}

.fv2 .slider-sp {
	display: none !important;
}

.fv2 .smb-section__body {
	position: relative;
}

.fv2 .slider img {
	object-fit: cover;
	height: calc(100vw * 600 / 1440);
}

.fv2 .top-title-box {
	position: absolute;
	max-width: calc(100% - 500px) !important;
	top: 20%;
	left: 13%;
	z-index: 10;
}

/* h1：1行目 安心・信頼 600 36px #478A55、「と」除く黒 500 36px、2行目 社名 600 58px 字間5% */
.fv2 .title {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 32px !important;
	line-height: 1em !important;
	letter-spacing: 0 !important;
	width: 100%;
	max-width: 36rem;
	margin: 0 0 0 0 !important;
	text-align: left;
}

.fv2 .title .has-sm-l-font-size {
	font-weight: 600 !important;
	font-size: 36px !important;
}

.fv2 .title .has-sm-xl-font-size {
	font-weight: 600 !important;
	font-size: 58px !important;
	line-height: 1em !important;
	letter-spacing: 0.05em !important;
}

/* サブコピー（Figma「sub title」／複数行は行間のみ Web 用に緩め） */
.fv2 .sub-title {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 24px !important;
	line-height: 1.5 !important;
	letter-spacing: 0.05em !important;
	margin: 44px 0 0 !important;
}

@media (max-width:1024px) {
	.fv2 .top-title-box {
		top: 10%;
	}

	.fv2 .title {
		font-size: 28px !important;
	}

	.fv2 .title .has-sm-l-font-size {
		font-size: 32px !important;
	}

	.fv2 .title .has-sm-xl-font-size {
		font-size: 58px !important;
	}

	/* サブコピー（Figma「sub title」／複数行は行間のみ Web 用に緩め） */
	.fv2 .sub-title {
		font-size: 20px !important;
	}
}


@media (max-width:900px) {
	.fv2 .top-title-box {
		max-width: 100% !important;
	}

	.fv2 .title {
		font-size: 24px !important;
	}

	.fv2 .title .has-sm-l-font-size {
		font-size: 30px !important;
	}

	.fv2 .title .has-sm-xl-font-size {
		font-size: 42px !important;
	}

	/* サブコピー（Figma「sub title」／複数行は行間のみ Web 用に緩め） */
	.fv2 .sub-title {
		font-size: 18px !important;
	}
}

@media (max-width:800px) {
	.fv2 .title {
		font-size: 20px !important;
	}

	.fv2 .title .has-sm-l-font-size {
		font-size: 24px !important;
	}

	.fv2 .title .has-sm-xl-font-size {
		font-size: 38px !important;
	}

	/* サブコピー（Figma「sub title」／複数行は行間のみ Web 用に緩め） */
	.fv2 .sub-title {
		font-size: 16px !important;
	}
}



@media (max-width: 430px) {
	.fv2 {
		height: calc(100vw * 760 / 393);
		/* position: relative; */
	}

	.fv2 .slider-sp {
		display: block !important;
	}

	.fv2 .slider-pc {
		display: none !important;
	}

	.fv2 .slider img {
		height: calc(100vw * 760 / 393);
	}

	.fv2 .top-title-box {
		top: 11%;
		left: 6%;
	}

	.fv2 .title {
		font-size: 20px !important;
	}

	.fv2 .title .has-sm-l-font-size {
		font-size: 24px !important;
	}

	.fv2 .title .has-sm-xl-font-size {
		font-size: 38px !important;
	}

	/* サブコピー（Figma「sub title」／複数行は行間のみ Web 用に緩め） */
	.fv2 .sub-title {
		font-size: 16px !important;
		margin-top: 30px !important;
	}

}

/* ---------------------------------------	
45周年記念（Figma TOP−1 / 24:679 準拠）— .top_message
---------------------------------------	
*/

.top_message {
	height: calc(100vw * 480 / 1440);
	/* height: calc(480px / 1440px * 100vw); */
	padding: 0px 40px;
}

.top_message .smb-section-with-bgimage__bgimage--lg img {
	position: relative;
	z-index: 0;
}

.top_message .smb-section__inner {
	/* position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	box-sizing: border-box; */
}

.top_message .smb-section__body {
	position: relative;
}

.top_message .box {
	position: absolute;
	top: 50%;
	right: 30%;
	transform: translate(50%, -50%);
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* align-items: center; */
	/* justify-content: center; */
	width: 660px;
	margin: 0 !important;
	padding: 0px;
}

.top_message .wp-block-column.text-box {
	/* flex: 1 1 280px; */
	min-width: 0;
}

/* section title（Figma「section title」） */
.top_message .box .section-title {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 32px !important;
	line-height: 1em !important;
	letter-spacing: 0.05em !important;
	color: #1c4813 !important;
	margin: 0 0 24px !important;
	text-align: left;
}

.top_message .box .section-title .sme-text-color {
	color: #1c4813 !important;
}

/* 本文（Figma「本文」） */
.top_message .box .text1 {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 1.6 !important;
	/* color: #000000 !important; */
	margin: 0 0 24px !important;
	text-align: left;
}

/* ボタン（Figma ボタン #478A55 / 角丸24 / 影）— 共通 .btn を上書き */
.top_message .box .smb-buttons {
	margin: 0 !important;
	justify-content: flex-start;
}

.top_message .box .btn {
	box-shadow: none !important;
	transform: none !important;
}

.top_message .box .btn:hover {
	transform: none !important;
	border-color: transparent !important;
}

.top_message .box .btn::before,
.top_message .box .btn:hover::before {
	display: none !important;
	content: none !important;
	background: none !important;
}

.top_message .box .btn a,
.top_message .box .smb-btn {
	background-color: #478a55 !important;
	border: 2px solid #478a55 !important;
	color: #ffffff !important;
	border-radius: 24px !important;
	padding: 12px 50px 12px 30px !important;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-family: "Zen Maru Gothic", sans-serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 1em !important;
	transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
	display: inline-block !important;
	position: relative !important;
	box-sizing: border-box !important;
}

/* 矢印：上の斜め線 */
.top_message .box .btn a::before {
	content: "";
	position: absolute;
	right: 20px;
	top: calc(50% - -1px);
	width: 10px;
	height: 2px;
	background: #ffffff;
	transform: rotate(45deg);
	transform-origin: right center;
	transition: background 0.25s ease;
}

/* 矢印：下の斜め線 */
.top_message .box .btn a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: calc(50% + 0px);
	width: 10px;
	height: 2px;
	background: #ffffff;
	transform: rotate(-45deg);
	transform-origin: right center;
	transition: background 0.25s ease;
}

.top_message .box .btn:hover a,
.top_message .box .btn a:hover,
.top_message .box .smb-btn:hover {
	background-color: #ffffff !important;
	color: #478a55 !important;
	border: 2px solid #478a55 !important;
	filter: none !important;
	box-shadow: none !important;
}

/* ホバー時の矢印色反転 */
.top_message .box .btn:hover a::before,
.top_message .box .btn a:hover::before,
.top_message .box .btn:hover a::after,
.top_message .box .btn a:hover::after {
	background: #478a55;
}

.top_message .box .smb-btn__label {
	font: inherit !important;
	color: inherit !important;
}

@media (max-width: 1023px) {
	.top_message.smb-section-with-bgimage {
		min-height: 0;
	}

	.top_message .smb-section__inner {
		min-height: 0;
	}

	.top_message .box .section-title {
		font-size: 28px !important;
	}

	.top_message .wp-block-columns.box {
		gap: 28px;
	}
}

@media (max-width: 1024px) {
	.top_message .box {
		width: 500px;
		right: 30%;
		width: 480px;
	}
}

@media (max-width: 900px) {
	.top_message .box {
		right: 30%;
		width: 405px;
	}

	.top_message .box .section-title {
		font-size: 24px !important;
	}

	.top_message .box .btn a,
	.top_message .box .smb-btn {
		font-size: 16px !important;
	}
}

@media (max-width: 800px) {
	.top_message .box {
		right: 30%;
		width: 380px;
	}

}

@media (max-width: 430px) {
	.top_message {
		height: calc(100vw * 710 / 393);
		/* height: calc(480px / 1440px * 100vw); */
		padding: 0px 20px;
	}

	.top_message .box {
		right: 50%;
		width: 380px;
		top: 170px;
	}

	.top_message .box .section-title {
		font-size: 24px !important;
		text-align: center;
	}

	.top_message .box .text1 {
		font-size: 15px !important;
		text-align: center;
	}

	.top_message .box .smb-buttons {
		margin: 0 !important;
		justify-content: center;
	}

	.top_message .box .btn a,
	.top_message .box .smb-btn {
		padding: 12px 38px 12px 24px !important;
		font-size: 15px !important;
	}

	/* 矢印：上の斜め線 */
.top_message .box .btn a::before {
	right: 16px;
	top: calc(50% - -1px);
	width: 10px;
	height: 2px;
}

/* 矢印：下の斜め線 */
.top_message .box .btn a::after {
	right: 16px;
	top: calc(50% + 0px);
	width: 10px;
	height: 2px;
}
}

/* ---------------------------------------	
事業内容（Figma TOP−1 / 43:2712）— .top_service
---------------------------------------	
*/
.top_service {
	padding: 96px 40px 86px !important;
}



.top_service.smb-section {
	background-color: #ffffff;
}

/* Section Title：32px #1C4813、下線まで 16px（Figma 28:967） */
.top_service .section-title.section-title-bar {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 32px !important;
	line-height: 1em !important;
	letter-spacing: 0.05em !important;
	color: #1c4813 !important;
	margin: 0 auto !important;
	margin-bottom: 0 !important;
	text-align: center !important;
	width: fit-content;
	max-width: 100%;
	padding-bottom: 16px;
}

.top_service .reason-title {
	padding-bottom: 0px !important;
}

.top_service .reason-box .panels {
	margin-top: 58px !important;
	margin-bottom: 100px !important;
}


.top_service .reason-box .smb-panels__item__body {
	position: relative;
	padding: 0px;
}

.top_service .reason-box .smb-panels__item__body::before {
	position: absolute;
	content: "";
	top: 18px;
	left: 16px;
	width: 50px;
	height: 50px;
	background: url(https://wakizaka-kaikei.jp/wp-content/uploads/2026/07/top_service-reason-line.png);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
}

.top_service .reason-box .panel .img img {
	display: block;
	width: 100%;
	/* max-width: 236px; */
	height: auto;
	margin: 0 auto;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.10);
}

.top_service .reason-box .num {
	position: absolute;
	top: 6px;
	left: 8px;
	font-size: 32px;
	line-height: 32px;
	font-weight: 600;
	z-index: 10;
	margin-top: 0px !important;
}

.top_service .reason-box .content-title {
	position: absolute;
	top: 55px;
	left: 24px;
	font-size: 24px;
	line-height: 32px;
	color: #1c4813;
	/* font-weight: 600; */
	z-index: 10;
	margin: 0px !important;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.top_service .reason-box .text {
	position: absolute;
	top: 98px;
	left: 0px;
	padding: 0px 24px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	text-align: left;
	z-index: 10;
}

.top_service .section-title .has-sm-l-font-size {
	font-size: 48px !important;
}

.top_service .section-title-bar::before {
	height: 3px;
	background: linear-gradient(90deg, #e6bb5d 0%, rgba(230, 187, 93, 0) 100%);
}

/* リード（Figma style_HEHJT0） */
.top_service .lead-text {
	margin-top: 28px !important;
	margin-bottom: clamp(32px, 5vw, 48px) !important;
	letter-spacing: 0.00em;
}

/* パネルグリッド：列間 64px（Figma layout_C00WEU） */
.top_service .business-box .panels {
	/* justify-content: center !important;
	align-items: flex-start !important;
	column-gap: clamp(24px, 4.4vw, 64px) !important;
	row-gap: clamp(36px, 5vw, 64px) !important; */
	max-width: 800px;
}

.top_service .business-box .panel .smb-panels__item__body {
	/* display: flex; */
	/* flex-direction: column; */
	/* align-items: center; */
	/* text-align: center; */
	/* padding-left: 0 !important; */
	/* padding-right: 0 !important; */
	/* position: relative; */
	padding: 0px;
}

.top_service .business-box .panel figure,
.top_service .business-box .panel .wp-block-image {
	margin: 0 auto !important;
}

.top_service .business-box .panel .img img {
	display: block;
	width: 100%;
	max-width: 236px;
	height: auto;
	margin: 0 auto;
}

/* 各パネル見出し（Figma style_WILP00 / style_2NLHK2） */
.top_service .business-box .panel .text2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	line-height: 1.4;
	margin-top: 0px;
}

/* フッターボタン：枠線 1px #1F1D0E・角丸24（Figma 166:625） */
.top_service .btn-box {
	margin-top: 68px !important;
	margin-bottom: 0 !important;
	justify-content: center !important;
}

.top_service .btn-box .btn2 {
	box-shadow: none !important;
	transform: none !important;
}

.top_service .btn-box .btn2:hover {
	transform: none !important;
}

.top_service .btn-box .btn2::before,
.top_service .btn-box .btn2:hover::before {
	display: none !important;
	content: none !important;
	background: none !important;
}

.top_service .btn-box .smb-btn {
	background-color: transparent !important;
	background: transparent !important;
	color: #1f1d0e !important;
	border: 1px solid #1f1d0e !important;
	border-radius: 24px !important;
	box-shadow: none !important;
	padding: 12px 42px 12px 32px !important;
	font-family: "Zen Maru Gothic", sans-serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 1em !important;
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
	display: inline-block !important;
	position: relative !important;
	box-sizing: border-box !important;
}

/* 矢印：上の斜め線 */
.top_service .btn-box .smb-btn::before {
	content: "";
	position: absolute;
	right: 22px;
	top: calc(50% - -1px);
	width: 8px;
	height: 1px;
	background: #1f1d0e;
	transform: rotate(45deg);
	transform-origin: right center;
	transition: background 0.25s ease;
}

/* 矢印：下の斜め線 */
.top_service .btn-box .smb-btn::after {
	content: "";
	position: absolute;
	right: 22px;
	top: calc(50% + 1px);
	width: 8px;
	height: 1px;
	background: #1f1d0e;
	transform: rotate(-45deg);
	transform-origin: right center;
	transition: background 0.25s ease;
}

.top_service .btn-box .smb-btn:hover {
	background-color: #478a55 !important;
	color: #ffffff !important;
	border-color: #478a55 !important;
	filter: none !important;
}

/* ホバー時の矢印色反転（黒→白） */
.top_service .btn-box .smb-btn:hover::before,
.top_service .btn-box .smb-btn:hover::after {
	background: #ffffff;
}

.top_service .btn-box .smb-btn__label {
	font: inherit !important;
	color: inherit !important;
}


@media (max-width: 900px) {
	.top_service .smb-section__inner>.c-container {
		max-width: 680px;
	}

	.top_service .smb-panels>.c-row>.c-row__col {
		padding-left: 12px;
		padding-right: 18px;
		margin-bottom: 36px;
	}
}

@media (max-width: 800px) {
	.top_service .reason-box .panel .img img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.top_service .business-box .panels {
		max-width: 550px;
	}
}

@media (max-width: 430px) {
	.top_service {
		padding: 96px 20px 86px !important;
	}

	.top_service .reason-box .content-title {
		position: absolute;
		top: 60px;
	}

	.top_service .reason-box .text {
		position: absolute;
		top: 110px;
		left: 0px;
		padding: 0px 24px;
		font-size: 16px;
		line-height: 1.6;
		font-weight: 600;
		text-align: left;
		z-index: 10;
	}

	.top_service .lead-text {
		font-size: 18px !important;
	}
}

/* ---------------------------------------	
ごあいさつ（Figma TOP−1 / 9:23）— .top_greeting
---------------------------------------	
*/
.top_greeting {
	padding: 108px 40px !important;
}

.top_greeting.smb-section {
	background-color: #fdf8e6;
}

@media (min-width: 1024px) {
	.top_greeting.smb-section {
		min-height: 560px;
	}
}

.top_greeting .smb-section__inner {
	/* padding-top: clamp(48px, 7.5vw, 108px);
	padding-bottom: clamp(48px, 7.5vw, 108px);
	box-sizing: border-box; */
}

.top_greeting .wp-block-columns.box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/* justify-content: center; */
	/* gap: clamp(32px, 6.7vw, 96px); */
	margin: 0 !important;
}

.top_greeting .img-box figure,
.top_greeting .img-box .wp-block-image {
	margin: 0 !important;
}

.top_greeting .img-box img {
	display: block;
	width: 100%;
	max-width: 305px;
	height: auto;
	margin: 0 auto;
}

/* .top_greeting .text-box {
	flex: 1 1 280px;
	min-width: 0;
	max-width: 37.5rem;
	text-align: left;
} */

/* 見出し＋下線（Figma Section Title / 左寄せ・bar2） */
.top_greeting .section-title.section-title-bar2 {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 32px !important;
	line-height: 1em !important;
	letter-spacing: 0.05em !important;
	color: #1c4813 !important;
	margin: 0 0 48px !important;
	text-align: left !important;
	padding-bottom: calc(16px + 3px) !important;
}

.top_greeting .section-title.section-title-bar2 .sme-text-color {
	color: #1c4813 !important;
}

.top_greeting .section-title-bar2::before {
	height: 3px;
	background: linear-gradient(90deg, #e6bb5d 0%, rgba(230, 187, 93, 0) 100%);
}

/* 肩書・氏名（Figma layout_U0F8DL gap 12px） */
.top_greeting .text-box .role {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 1em !important;
	color: #000000 !important;
	margin: 0 !important;
}

.top_greeting .text-box .name {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 24px !important;
	line-height: 1em !important;
	color: #000000 !important;
	margin: 12px 0 0 !important;
}

/* 本文（Figma「本文」／ブロック間 gap 48px） */
.top_greeting .text-box .text {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 1.6 !important;
	color: #000000 !important;
	margin: 48px 0 0 !important;
	text-align: left !important;
}

@media (max-width: 800px) {
	.top_greeting .smb-section__contents-wrapper {
		max-width: 600px !important;
	}

	.top_greeting .box {
		flex-direction: column-reverse;
	}

	.top_greeting .text-box {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 430px) {
	.top_greeting {
		padding: 60px 30px !important;
	}
}

/* ---------------------------------------	
法人案内（Figma 11:10）— .top_corporate（top.html の当該 section に付与）
---------------------------------------	
*/

.top_corporate {
	padding: 108px 40px !important;
}

.top_corporate.smb-section {
	/* background-color: #ffffff; */
}

@media (min-width: 1024px) {
	.top_corporate.smb-section {
		/* min-height: 542px; */
	}
}

/* .top_corporate .smb-section__inner {
	padding-top: clamp(48px, 7.5vw, 108px);
	padding-bottom: clamp(48px, 7.5vw, 108px);
	box-sizing: border-box;
} */

/* 見出し（Figma Section Title / 中央） */
.top_corporate .section-title.section-title-bar {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 32px !important;
	line-height: 1em !important;
	letter-spacing: 0.05em !important;
	color: #1c4813 !important;
	margin: 0 auto 48px !important;
	text-align: center !important;
	width: fit-content;
	max-width: 100%;
	padding-bottom: calc(16px + 3px) !important;
}

.top_corporate .section-title.section-title-bar .sme-text-color {
	color: #1c4813 !important;
}

.top_corporate .section-title-bar::before {
	height: 3px;
	background: linear-gradient(90deg, #e6bb5d 0%, rgba(230, 187, 93, 0) 100%);
}

/* カード行：列間 24px（Figma layout_KFRTN7） */
.top_corporate .panels>.c-row {
	justify-content: center !important;
	align-items: stretch !important;
	/* column-gap: 24px !important; */
	/* row-gap: 32px !important; */
}

.top_corporate .panel .smb-panels__item {
	background-color: #ffffff;
	box-shadow: none;
}

.top_corporate .panel .smb-panels__item__body {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: stretch;
	/* max-width: 316px; */
	/* margin: 0 auto !important; */
	padding: 0 !important;
	position: relative;
}

.top_corporate .panel figure,
.top_corporate .panel .wp-block-image {
	margin: 0 !important;
}

.top_corporate .panel .img img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.10);
}

/* ピル型 CTA（Figma layout_VN2JQA：緑枠・角丸45・右寄せ） */
.top_corporate .panel .smb-buttons {
	margin: 0 !important;
	/* justify-content: flex-end !important; */
	position: absolute;
	top: 26%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.top_corporate .panel .btn3 {
	box-shadow: none !important;
	transform: none !important;
}

.top_corporate .panel .btn3:hover {
	transform: none !important;
}

.top_corporate .panel .btn3::before,
.top_corporate .panel .btn3:hover::before {
	display: none !important;
	content: none !important;
	background: none !important;
}

.top_corporate .panel .smb-btn {
	background-color: transparent !important;
	background: transparent !important;
	color: #1c4813 !important;
	border: 1px solid #1c4813 !important;
	border-radius: 45px !important;
	box-shadow: none !important;
	padding: 12px 60px 12px 50px !important;
	font-family: "Zen Maru Gothic", sans-serif !important;
	font-weight: 400 !important;
	font-size: 20px !important;
	line-height: 1em !important;
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
	display: inline-block !important;
	position: relative !important;
	box-sizing: border-box !important;
}

/* 矢印：上の斜め線 */
.top_corporate .panel .smb-btn::before {
	content: "";
	position: absolute;
	right: 28px;
	top: calc(50% - -1px);
	width: 8px;
	height: 1px;
	background: #1c4813;
	transform: rotate(45deg);
	transform-origin: right center;
	transition: background 0.25s ease;
}

/* 矢印：下の斜め線 */
.top_corporate .panel .smb-btn::after {
	content: "";
	position: absolute;
	right: 28px;
	top: calc(50% + 1px);
	width: 8px;
	height: 1px;
	background: #1c4813;
	transform: rotate(-45deg);
	transform-origin: right center;
	transition: background 0.25s ease;
}

.top_corporate .panel .smb-btn:hover {
	background-color: #1c4813 !important;
	color: #ffffff !important;
	border-color: #1c4813 !important;
	filter: none !important;
}

/* ホバー時の矢印色反転（#1c4813→白） */
.top_corporate .panel .smb-btn:hover::before,
.top_corporate .panel .smb-btn:hover::after {
	background: #ffffff;
}

.top_corporate .panel .smb-btn__label {
	font: inherit !important;
	color: inherit !important;
}

/* 説明文（Figma「本文」/#1F1D0E） */
.top_corporate .panel .text {
	/* font-family: "Shippori Mincho", serif !important; */
	font-weight: 600 !important;
	/* font-size: 16px !important; */
	/* line-height: 1.6 !important; */
	/* color: #1f1d0e !important; */
	/* text-align: left !important; */
	margin: 0 !important;
	position: absolute;
	top: 64%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 74%;
}



.cta {
	padding-right: 40px !important;
	padding-left: 40px !important;
}

.cta .wp-block-separator {
	border-top: 1px solid !important;
}

.cta .btn3 {
	position: relative;
}

.cta .btn3::before {
	position: absolute;
	content: "";
	background: url(https://wakizaka-kaikei.jp/wp-content/uploads/2026/07/cta-btn-icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	top: 50%;
	right: 3%;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 24px;
	transition: transform 0.2s ease;
}

.cta .btn3:hover::before {
	/* transform: translate(-20%, -50%); */
}


.cta .btn3 a {
	border-color: #1c4813 !important;
	padding: 6px 56px 6px 46px !important;
	color: #1c4813 !important;
	box-sizing: border-box !important;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, border-width 0.15s ease, transform 0.1s ease, box-shadow 0.1s ease;
	background: transparent !important;
	border: 1px solid #1c4813;
}

/* ホバー時 */
.cta .btn3 a:hover {
	background-color: #ffffff !important;
	color: #000000 !important;
	border: 1px solid #000000 !important;
	filter: none !important;
}

.cta .btn3 span {
	font-size: 16px !important;
	line-height: 1.6 !important;
	font-weight: 600 !important;
	/* padding: 12px 32px!important; */
	/* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)!important; */
}

.cta .text {
	font-size: 20px !important;
}

.cta .text2 {
	font-size: 16px !important;
	line-height: 1.6 !important;
	font-weight: 600 !important;
}

.cta .btn4-box {
	margin-top: 0px !important;
	font-size: 16px !important;
	line-height: 1.6 !important;
	font-weight: 600 !important;
}

.cta .btn4 {
	position: relative;
}

.cta .btn4::before {
	position: absolute;
	content: "";
	background: url(https://wakizaka-kaikei.jp/wp-content/uploads/2026/07/cta-tel-icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	top: 50%;
	left: 12%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
}

@media (max-width: 430px) {
	.is-style-RJE_R001CORP_cta:not(:root) .smb-section__title {
		display: block !important;
		text-align: center !important;
		font-size: 21px !important;
	}

	.cta {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
}



/* ----------------------------------------------------------------------------	
45周年記念ページ（Figma 28:1015）
-------------------------------------------------------------------------------	
*/

/* アイキャッチ：FV と重複するため非表示（メイン見出しは sub_anniv-message） */
.page-id-15 .c-page-header {
	display: none;
}

/* --- 1. 冒頭メッセージ（Figma FV「税理士歴45周年を迎えて」相当：sub_anniv-message） --- */
.sub_anniv-message {
	padding: 0px 40px;
	height: calc(100vw * 500 / 1440);

}

.sub_anniv-message.smb-section-with-bgimage {
	min-height: 0;
	position: relative;
}



.sub_anniv-message .smb-section-with-bgimage__bgimage--lg::after {
	/* content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(270deg,
			rgba(253, 248, 230, 1) 0%,
			rgba(255, 255, 255, 1) 100%);
	opacity: 0.35; */
}

.sub_anniv-message .smb-section-with-bgimage__bgimage--lg img {
	/* position: relative;
	z-index: 0;
	object-fit: cover; */
}

.sub_anniv-message .smb-section__inner {
	/* position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	padding-top: clamp(40px, 6vw, 80px);
	padding-bottom: clamp(40px, 6vw, 80px); */
}

.sub_anniv-message .wp-block-columns {
	/* gap: clamp(24px, 4vw, 48px);
	align-items: center; */
}

.sub_anniv-message .smb-section__body {
	position: relative;
}

.sub_anniv-message .box {
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
	width: 640px;
	margin: 0 !important;
	padding: 0px;
	padding: 0px;
}

.sub_anniv-message .section-title {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 40px !important;
	line-height: 1.15 !important;
	letter-spacing: 0.05em !important;
	margin: 0 0 24px !important;
	text-align: left;
}

.sub_anniv-message .section-title .has-sm-l-font-size {
	font-size: 64px !important;
}

.sub_anniv-message .wp-block-column>p {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 1.6 !important;
	color: #1f1d0e !important;
	margin: 0 !important;
	text-align: left !important;
}

.sub_anniv-message figure img {
	display: block;
	width: 100%;
	max-width: 342px;
	height: auto;
	margin: 0 auto;
}

@media (min-width: 1024px) {
	.sub_anniv-message.smb-section-with-bgimage {
		height: calc(100vw * 500 / 1440);
	}

	.sub_anniv-message .smb-section__inner {
		height: calc(100vw * 500 / 1440);
	}

	.sub_anniv-message .box {
		width: 540px;
	}
}

@media (max-width: 900px) {
	.sub_anniv-message .box {
		width: 440px;
	}

	.sub_anniv-message .section-title {
		font-size: 32px !important;
		margin: 0 0 0px !important;
	}

	.sub_anniv-message .section-title .has-sm-l-font-size {
		font-size: 52px !important;
	}

	.sub_anniv-message .text {
		font-size: 14px !important;
		text-align: center;
	}
}

@media (max-width: 800px) {
	.sub_anniv-message .box {
		width: 360px;
	}
}

@media (max-width: 430px) {
	.sub_anniv-message.smb-section-with-bgimage {
		height: calc(100vw * 732 / 393);
	}

	.sub_anniv-message .smb-section__inner {
		height: calc(100vw * 732 / 393);
	}

	.sub_anniv-message {
		padding: 0px 20px !important;
	}

	.sub_anniv-message .box {
		left: 50%;
	}

	.sub_anniv-message .section-title {
		font-size: 28px !important;
		margin-bottom: 355px !important;
		text-align: center;
		line-height: 0.1 !important;
	}
}



/* --- 2. ご挨拶（Figma「45周年ごあいさつ」：sub_anniv-greeting） --- */

.sub_anniv-greeting {
	padding: 100px 40px;
	/* max-height: 482px; */
	/* padding-left: 40px; */
	/* padding-right: 40px; */
}

.sub_anniv-greeting .smb-section__inner {
	/* padding-top: clamp(48px, 7vw, 96px); */
	/* padding-bottom: clamp(48px, 7vw, 96px); */
}

.sub_anniv-greeting .box {
	padding: 0px;
	position: relative;
}

.sub_anniv-greeting .box::before {
	position: absolute;
	content: "";
	background: url(https://wakizaka-kaikei.jp/wp-content/uploads/2026/07/sub_anniv-greeting-img1.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 120px;
	height: 120px;
	top: -10%;
	left: 0%;
	/* transform: translate(-50%, -50%); */
}

.sub_anniv-greeting .box::after {
	position: absolute;
	content: "";
	background: url(https://wakizaka-kaikei.jp/wp-content/uploads/2026/07/sub_anniv-greeting-img2.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 120px;
	height: 120px;
	bottom: -10%;
	right: 0%;
	/* transform: translate(-50%, -50%); */
}

.sub_anniv-greeting .section-title.section-title-bar {
	/* font-family: "Shippori Mincho", serif !important; */
	/* font-weight: 600 !important; */
	/* font-size: 32px !important; */
	line-height: 1em !important;
	/* letter-spacing: 0.05em !important; */
	/* color: #1c4813 !important; */
	/* margin: 0 auto 40px !important; */
	text-align: center !important;
	width: fit-content;
	/* max-width: 100%; */
	padding-bottom: calc(16px + 3px) !important;
}

.sub_anniv-greeting .section-title-bar::before {
	height: 3px;
	background: linear-gradient(90deg, #e6bb5d 0%, rgba(230, 187, 93, 0) 100%);
}

.sub_anniv-greeting .smb-box__body {
	max-width: 52rem;
	margin: 0 auto;
	padding: clamp(16px, 3vw, 32px) !important;
}

.sub_anniv-greeting .smb-box__body>p {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 1.6 !important;
	color: #1f1d0e !important;
	margin: 0 !important;
}

@media (max-width: 900px) {
	.sub_anniv-greeting {
		padding: 80px 40px;
	}

	.sub_anniv-greeting .box {
		padding: 0px 24px;
	}
}

@media (max-width: 800px) {
	.sub_anniv-greeting .box::before {
		width: 90px;
		height: 90px;
	}

	.sub_anniv-greeting .box::after {
		width: 90px;
		height: 90px;
	}
}

@media (max-width: 430px) {
	.sub_anniv-greeting {
		padding: 60px 20px;
	}

	.sub_anniv-greeting .box::before {
		width: 70px;
		height: 70px;
		top: -5%;
	}

	.sub_anniv-greeting .box::after {
		width: 70px;
		height: 70px;
		bottom: -5%;
	}

	.sub_anniv-greeting .box {
		padding: 0px 14px;
	}
}


/* --- 3. 旭日章受章（Figma「旭日章受賞」：sub_anniv-award） --- */

.sub_anniv-award {
	padding: 100px 40px;
}

.sub_anniv-award .smb-section__inner {
	/* padding-top: clamp(48px, 6vw, 80px); */
	/* padding-bottom: clamp(48px, 6vw, 80px); */
}

.sub_anniv-award .wp-block-columns.box {
	/* gap: clamp(32px, 5vw, 64px); */
	align-items: center;
}

.sub_anniv-award .section-title.section-title-bar2 {
	font-family: "Shippori Mincho", serif !important;
	margin: 0 0 32px !important;
	text-align: left !important;
	padding-bottom: calc(12px + 3px) !important;
}

.sub_anniv-award .section-title-bar2 .sme-font-size {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 1.4 !important;
	letter-spacing: 0.05em !important;
	color: #e6bb5d !important;
}

.sub_anniv-award .section-title-bar2 .sme-text-color:not(.sme-font-size) {
	font-weight: 600 !important;
	font-size: 32px !important;
	line-height: 1.1 !important;
	letter-spacing: 0.05em !important;
	color: #1c4813 !important;
}

.sub_anniv-award .section-title-bar2::before {
	height: 3px;
	background: linear-gradient(90deg, #e6bb5d 0%, rgba(230, 187, 93, 0) 100%);
}

.sub_anniv-award .text-box .text {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 1.75 !important;
	color: #1f1d0e !important;
	margin: 0 !important;
	text-align: left !important;
}

.sub_anniv-award .img-box .img {
	margin-top: 84px;
}

@media (max-width: 430px) {
	.sub_anniv-award {
		padding: 60px 20px;
	}

	.sub_anniv-award .img-box .img {
		margin-top: 16px;
	}
}


/* --- 4. 代表の歩み（Figma「代表のこれまでの歩み」：sub_anniv-story） --- */

.sub_anniv-story {
	padding: 96px 40px 76px;
}

.sub_anniv-story .smb-section__inner {
	/* padding-top: clamp(48px, 6vw, 88px); */
	/* padding-bottom: clamp(48px, 6vw, 88px); */
}

.sub_anniv-story .smb-section__body>h2 {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 32px !important;
	line-height: 1em !important;
	letter-spacing: 0.05em !important;
	color: #1c4813 !important;
	margin: 0 auto 24px !important;
	text-align: center !important;
	width: fit-content;
	max-width: 100%;
	padding-bottom: calc(16px + 3px);
	position: relative;
}

.sub_anniv-story .smb-section__body>h2::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: linear-gradient(90deg, #e6bb5d 0%, rgba(230, 187, 93, 0) 100%);
}

.sub_anniv-story .smb-section__body>p {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 1.6 !important;
	color: #1f1d0e !important;
	text-align: center !important;
	margin: 0 auto !important;
	max-width: 42rem;
}

.sub_anniv-story .career-box {
	margin-top: 46px !important;
}

.sub_anniv-story .box {
	margin-bottom: 64px !important;
	gap: 0px !important;
}

.sub_anniv-story .list li {
	position: relative;
}

.sub_anniv-story .list li::before {
	position: absolute;
	content: "";
	background: #478A55;
	width: 1px;
	height: 64px;
	top: 20px;
	left: -20px;
}

.sub_anniv-story .list li::marker {
	color: #478A55 !important;
	font-size: 22px !important;
}

.sub_anniv-story .date {
	font-size: 20px !important;
}

.sub_anniv-story .text {
	font-size: 20px !important;
	line-height: 2 !important;
}

.sub_anniv-story .date-box {
	flex-basis: 35% !important;
}

.sub_anniv-story .text-box {
	flex-basis: 65% !important;
}

.sub_anniv-story .img-sp {
	display: none;
}

@media (max-width: 900px) {
	.sub_anniv-story .career-box {
		display: flex;
		flex-direction: column;
		max-width: 600px;
	}

	.sub_anniv-story .date-box {
		flex-basis: 30% !important;
	}

	.sub_anniv-story .text-box {
		flex-basis: 70% !important;
	}

	.sub_anniv-story .img-sp {
		display: block;
	}

	.sub_anniv-story .img-pc {
		display: none;
	}
}

@media (max-width: 430px) {
	.sub_anniv-story {
		padding: 60px 20px;
	}

	.sub_anniv-story .date {
		font-size: 18px !important;
		line-height: 1.2 !important;
		white-space: nowrap;
	}

	.sub_anniv-story .text {
		font-size: 18px !important;
		line-height: 1.2 !important;
		margin-top: 3px !important;
	}

	.sub_anniv-story .date-box {
		flex-basis: 38% !important;
	}

	.sub_anniv-story .text-box {
		flex-basis: 62% !important;
	}

	.sub_anniv-story .box {
		gap: 16px !important;
		height: 22px;
	}

	.sub_anniv-story .smb-section__body>p {
		text-align: left !important;
	}
}


/* --- 5. 大切にしてきた想い（Figma：sub_anniv-concept） --- */

.sub_anniv-concept {
	padding: 96px 40px 110px;
}

.sub_anniv-concept .smb-section__inner {
	/* padding-top: clamp(48px, 6vw, 96px); */
	/* padding-bottom: clamp(48px, 6vw, 96px); */
}

.sub_anniv-concept .section-title.section-title-bar {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 32px !important;
	line-height: 1em !important;
	letter-spacing: 0.05em !important;
	color: #1c4813 !important;
	margin: 0 auto 48px !important;
	text-align: center !important;
	width: fit-content;
	max-width: 100%;
	padding-bottom: calc(16px + 3px) !important;
}

.sub_anniv-concept .section-title-bar::before {
	height: 3px;
	background: linear-gradient(90deg, #e6bb5d 0%, rgba(230, 187, 93, 0) 100%);
}

.sub_anniv-concept .smb-box {
	margin-top: 0px !important;
	margin-bottom: 106px !important;
}

.sub_anniv-concept .box1 {
	max-width: 800px;
	margin-left: 0px !important;
	position: relative;
	padding: 24px;
}

.sub_anniv-concept .box1::before {
	position: absolute;
	content: "";
	top: 24px;
	left: 24px;
	background: linear-gradient(to right, #e6bb5d, rgba(230, 187, 93, 0.3));
	width: 100%;
	height: 100%;
	z-index: 10;
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	padding: 1px;
	box-sizing: border-box;
}

.sub_anniv-concept .box1::after {
	position: absolute;
	content: "";
	background: url(https://wakizaka-kaikei.jp/wp-content/uploads/2026/07/sub_anniv-concept-img1.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 208px;
	height: 103px;
	z-index: 20;
	top: 50%;
	right: -6%;
	transform: translate(50%, -50%);
}

.sub_anniv-concept .box2 {
	max-width: 800px;
	margin-right: 0px !important;
	position: relative;
	padding: 24px;
}

.sub_anniv-concept .box2::before {
	position: absolute;
	content: "";
	bottom: -24px;
	right: 24px;
	background: linear-gradient(to left, #e6bb5d, rgba(230, 187, 93, 0.3));
	width: 100%;
	height: 100%;
	z-index: 10;
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	padding: 1px;
	box-sizing: border-box;
}

.sub_anniv-concept .box2::after {
	position: absolute;
	content: "";
	background: url(https://wakizaka-kaikei.jp/wp-content/uploads/2026/07/sub_anniv-concept-img2.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 188px;
	height: 103px;
	z-index: 20;
	bottom: 50%;
	left: -7%;
	transform: translate(-50%, 50%);
}

.sub_anniv-concept .smb-box:last-child {
	margin-bottom: 0 !important;
}

.sub_anniv-concept .smb-section__body>.smb-box:nth-child(2) .smb-box__background,
.sub_anniv-concept .smb-section__body>.smb-box:nth-child(4) .smb-box__background {
	background: linear-gradient(90deg,
			rgba(253, 248, 230, 1) 0%,
			rgba(253, 248, 230, 0.3) 100%) !important;
}

.sub_anniv-concept .smb-section__body>.smb-box:nth-child(3) .smb-box__background {
	background: linear-gradient(270deg,
			rgba(253, 248, 230, 1) 0%,
			rgba(253, 248, 230, 0.3) 100%) !important;
}

.sub_anniv-concept .smb-box__body {
	padding: 48px 30px 48px 40px !important;
}

.sub_anniv-concept .contents-title {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 24px !important;
	line-height: 1.3 !important;
	letter-spacing: 0.05em !important;
	color: #1f1d0e !important;
	margin: 0 0 40px !important;
	padding-bottom: 6px !important;
	border-bottom: 1px solid #e6bb5d !important;
	display: inline-block;
}

.sub_anniv-concept .smb-box__body .text {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 1.6 !important;
	color: #1f1d0e !important;
	margin: 0 !important;
}

@media (max-width: 900px) {
	.sub_anniv-concept {
		padding: 100px 20px;
	}

	.sub_anniv-concept .box1 {
		max-width: 600px;
	}

	.sub_anniv-concept .box2 {
		max-width: 600px;
	}
}

@media (max-width: 430px) {
	.sub_anniv-concept {
		padding: 60px 20px;
	}

	.sub_anniv-concept .box1::before {
		top: 18px;
		left: 18px;
	}

	.sub_anniv-concept .box1::after {
		width: 164px;
		height: 90px;
		top: 95%;
		right: 20%;
	}

	.sub_anniv-concept .box2::before {
		bottom: -18px;
		right: 18px;
	}

	.sub_anniv-concept .box2::after {
		width: 160px;
		height: 90px;
		bottom: 2%;
		left: 14%;
	}

	.sub_anniv-concept .smb-box__body {
		padding: 48px 30px 48px 24px !important;
	}
}




/* --- 6. 感謝（Figma「これから」：sub_anniv-thank） --- */
.sub_anniv-thank {
	padding: 190px 40px 100px;
}

.sub_anniv-thank .smb-section__inner {
	/* padding-top: clamp(48px, 6vw, 96px); */
	/* padding-bottom: clamp(48px, 6vw, 96px); */
}

.sub_anniv-thank .wp-block-columns.box {
	gap: 80px;
	align-items: center;
}

.sub_anniv-thank .text-box .text {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 1.6 !important;
	color: #1f1d0e !important;
	margin: 0 0 24px !important;
	text-align: left !important;
}

.sub_anniv-thank .text-box .role {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 1em !important;
	letter-spacing: 0.05em !important;
	color: #1f1d0e !important;
	margin: 0 !important;
}

.sub_anniv-thank .text-box .name {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 24px !important;
	line-height: 1em !important;
	letter-spacing: 0.05em !important;
	color: #1f1d0e !important;
	margin: 8px 0 0 !important;
}

.sub_anniv-thank .title-box {
	margin-top: -90px;
}

.sub_anniv-thank .wp-block-column:last-child h2 {
	/* font-family: "Shippori Mincho", serif !important; */
	font-weight: 600 !important;
	font-size: 40px !important;
	line-height: 2 !important;
	/* letter-spacing: 0.05em !important; */
	color: #1c4813 !important;
	/* margin: 0 !important; */
	/* text-align: right !important; */
	/* border-right: 3px solid #e6bb5d; */
	/* padding-right: 16px; */
	writing-mode: vertical-rl;
}

.sub_anniv-thank .wp-block-column:last-child h2 span {
	font-size: 40px !important;
	padding-right: 0px;
	position: relative;
	display: inline-block;
}

.sub_anniv-thank .wp-block-column:last-child h2 span::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 3px;
	height: 100%;
	background: linear-gradient(to bottom, #e6bb5d 0%, rgba(230, 187, 93, 0) 100%);
}

@media (max-width: 800px) {
	.sub_anniv-thank {
		padding: 100px 40px 100px;
	}

	.sub_anniv-thank .wp-block-columns.box {
		gap: 80px;
		align-items: center;
		flex-direction: column-reverse;
	}

	.sub_anniv-thank .title-box {
		margin-top: 0px;
		display: flex;
		justify-content: center;
	}
}



/* ==============================
   法人概要ページ
   ============================== */

/* ---------- 法人概要テーブル ---------- */
.sub_about-info {
	padding: 80px 40px 100px !important;
	/* background: #ffffff; */
}

.sub_about-info .info-box {
	background: #ffffff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 64px;
}

.sub_about-info .smb-information__item .c-row__col--md-1-4 {
	/* border-bottom: 1px solid #1f1d0e; */
	padding-bottom: 0px !important;
	/* height: 60px; */
	flex-basis: 180px !important;
	max-width: 180px !important;
}

.sub_about-info .smb-information__item .c-row__col--md-3-4 {
	/* border-bottom: 1px solid #1f1d0e; */
	padding-bottom: 0px !important;
	/* height: 60px; */
	flex-basis: calc(100% - 220px) !important;
	max-width: calc(100% - 220px) !important;
}

.sub_about-info .smb-information__item__body {
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding-bottom: 8px !important;
}

.sub_about-info .smb-information__item__label {
	padding: 16px 0 !important;
}

.sub_about-info .smb-information__item__label span {
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 20px !important;
	line-height: 1;
}

.sub_about-info .smb-information__item__body .text {
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 20px !important;
	/* line-height: 1.6; */
	margin: 0px !important;
	text-align: left !important;
	/* display: contents; */
}


@media (max-width: 430px) {
	.sub_about-info {
		padding: 80px 20px 100px !important;
		/* background: #ffffff; */
	}

	.sub_about-info .c-row {
		flex-direction: column !important;
	}

	.sub_about-info .smb-information__item .c-row__col--md-1-4 {
		/* border-bottom: 1px solid #1f1d0e; */
		padding-bottom: 0px !important;
		/* height: 60px; */
		flex-basis: 0px !important;
		max-width: 100% !important;
		margin-bottom: 0px !important;
	}

	.sub_about-info .smb-information__item .c-row__col--md-3-4 {
		/* border-bottom: 1px solid #1f1d0e; */
		padding-bottom: 0px !important;
		/* height: 60px; */
		flex-basis: 0px !important;
		max-width: 100% !important;
	}

	.sub_about-info .info-box {
		padding: 24px 24px 48px;
	}

	.sub_about-info .smb-information__item__label span {
		font-size: 22px !important;
	}

}

/* ---------- 事業内容・代表紹介・社員税理士 ---------- */
.sub_about-work {
	padding: 80px 40px 100px !important;
}

.sub_about-work .lead-text{
	margin-bottom: 40px !important;
}

.sub_about-work .box {
	align-items: center;
	gap: 0px;
	margin-bottom: 60px !important;
}

.sub_about-work .img-box {
	position: relative;
}

.sub_about-work .img-box .img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.sub_about-work .img-box .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 24px !important;
	margin-top: 0px !important;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.sub_about-work .text-box .text {
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 20px !important;
	color: #1f1d0e;
	line-height: 1.5;
	padding: 30px 34px !important;
}

/* 代表・社員紹介 カラム */
.sub_about-work .prof-box1,
.sub_about-work .prof-box2 {
	align-items: flex-start;
	gap: 82px;
	margin-bottom: 40px !important;
	padding-left: 75px !important;
}

.sub_about-work .prof-box1 figure,
.sub_about-work .prof-box2 figure {
	margin: 0;
}

.sub_about-work .prof-box1 figure img,
.sub_about-work .prof-box2 figure img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* 役職名 */
.sub_about-work .prof-box1 .post,
.sub_about-work .prof-box2 .post {
	font-family: 'Shippori Mincho', serif;
	font-size: 16px;
	font-weight: 600;
	color: #1f1d0e;
	margin-bottom: 8px !important;
}

/* 人物名 */
.sub_about-work .prof-box1 .name,
.sub_about-work .prof-box2 .name {
	font-family: 'Shippori Mincho', serif;
	font-size: 24px;
	font-weight: 600;
	color: #1f1d0e;
	margin-top: 0px !important;
	margin-bottom: 24px !important;
	letter-spacing: 0.05em;
}

.sub_about-work .img-box2{
	flex-basis: 37%!important;
}

/* 経歴リスト */
.sub_about-work .career-box {
	margin-top: 0px !important;
	/* padding: 6px 0!important; */
	border-left: 2px solid #e6bb5d;
}

.sub_about-work .wp-block-list {
	list-style: none;
	padding: 6px 0 6px 24px;
	margin: 0px !important;
	/* border-left: 2px solid #e6bb5d; */
}

.sub_about-work .wp-block-list li {
	font-family: 'Shippori Mincho', serif;
	font-size: 16px;
	font-weight: 600;
	color: #1f1d0e;
	line-height: 1.7;
	/* padding: 6px 0; */
}

/* メッセージ本文 */
.sub_about-work .career {
	font-family: 'Shippori Mincho', serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.7;
	padding: 6px 0px 6px 10px !important;
}

/* バナーボックス */
.sub_about-work .banner-box {
	gap: 24px !important;
	margin-top: 100px !important;
}

.sub_about-work .banner-box .img-box {
	overflow: hidden;
	border-radius: 4px;
}

.sub_about-work .banner-box .img-box img {
	border-radius: 4px;
}

@media (max-width: 900px) {
	.sub_about-work .img-box .text {
		font-size: 18px !important;
	}

	.sub_about-work .text-box .text {
		font-size: 18px !important;
	}

	.sub_about-work .img-box {
		flex-basis: 24% !important;
	}

	.sub_about-work .text-box {
		flex-basis: 76% !important;
	}

	.sub_about-work .prof-box1,
	.sub_about-work .prof-box2 {
		flex-direction: column;
		padding-left: 0px !important;
		max-width: 600px;
		gap: 40px;
	}
}

@media (max-width: 800px) {
	.sub_about-work .banner-box {
		gap: 40px !important;
		margin-top: 60px !important;
	}
}

@media (max-width: 430px) {
	.sub_about-work {
		padding: 60px 30px 80px !important;
	}

	.sub_about-work .box {
		flex-direction: column !important;
	}

	.sub_about-work .box-sp {
		margin-top: 60px !important;
	}

	.sub_about-work .img-box .img {
		width: 70%;
	}

	.sub_about-work .img-box .text {
		font-size: 24px !important;
	}

	.sub_about-work .text-box .text {
		padding: 0px !important;
		margin-top: 40px !important;
	}

	.sub_about-work .prof-box1,
	.sub_about-work .prof-box2 {
		gap: 36px;
		padding-left: 0px !important;
	}

	.sub_about-work .career-box .date-box {
		flex-basis: 37% !important;
	}

	.sub_about-work .career-box .text-box {
		flex-basis: 63% !important;
	}

	.sub_about-work .career-box {
		margin-top: 0px !important;
		height: 60px !important;
	}
}


/* ---------- 大切にしてきた想い ---------- */
.sub_about-message {
	background: #ffffff;
	padding: 96px 40px !important;
}

.sub_about-message .section-title.section-title-bar {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 32px !important;
	letter-spacing: 0.05em !important;
	color: #1c4813 !important;
	margin: 0 auto 48px !important;
	text-align: center !important;
	width: fit-content;
	max-width: 100%;
	padding-bottom: calc(16px + 3px) !important;
}

.sub_about-message .section-title-bar::before {
	height: 3px;
	background: linear-gradient(90deg, #e6bb5d 0%, rgba(230, 187, 93, 0) 100%);
}

.sub_about-message .smb-box {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.sub_about-message .box1 {
	max-width: 800px;
	margin-left: 0px !important;
	position: relative;
	padding: 24px;
}

.sub_about-message .box1::before {
	position: absolute;
	content: "";
	top: 24px;
	left: 24px;
	background: linear-gradient(to right, #e6bb5d, rgba(230, 187, 93, 0.3));
	width: 100%;
	height: 100%;
	z-index: 10;
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	padding: 1px;
	box-sizing: border-box;
}

.sub_about-message .box1::after {
	position: absolute;
	content: "";
	background: url(https://wakizaka-kaikei.jp/wp-content/uploads/2026/07/sub_anniv-concept-img1.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 208px;
	height: 103px;
	z-index: 20;
	top: 74%;
	right: -6%;
	transform: translate(50%, -50%);
}

.sub_about-message .box1 .smb-box__background {
	background: linear-gradient(90deg,
			rgba(253, 248, 230, 1) 0%,
			rgba(253, 248, 230, 0.3) 100%) !important;
	opacity: 1 !important;
}

.sub_about-message .smb-box__body {
	padding: 48px 30px 48px 40px !important;
}

.sub_about-message .contents-title {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 24px !important;
	line-height: 1.3 !important;
	letter-spacing: 0.05em !important;
	color: #1f1d0e !important;
	margin: 0 0 40px !important;
	padding-bottom: 6px !important;
	border-bottom: 1px solid #e6bb5d !important;
	display: inline-block;
}

.sub_about-message .smb-box__body .text {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 1.6 !important;
	color: #1f1d0e !important;
	margin: 0 !important;
}

@media (max-width: 900px) {
	.sub_about-message .box1::after {
		width: 208px;
		height: 103px;
		top: 94%;
		right: 12%;
	}
}

@media (max-width: 430px) {
	.sub_about-message {
		padding: 60px 20px !important;
	}

	.sub_about-message .box1::before {
		top: 12px;
		left: 12px;
	}

	.sub_about-message .box1::after {
		width: 160px;
		height: 90px;
		top: 97%;
		right: 18%;
	}

	.sub_about-message .smb-box__body {
		padding: 24px 15px 24px 20px !important;
	}
}


/* ==============================
   アクセスページ
   ============================== */

/* ---------- アクセス情報セクション ---------- */
.sub_access-info {
	background: #fdf8e6;
	padding: 90px 40px 137px !important;
}

/* 3カラム情報ボックス */
.sub_access-info .access-box {
	align-items: flex-start;
	gap: 40px !important;
	margin-bottom: 60px !important;
}

.sub_access-info .access-box .wp-block-column {
	border-left: 1px solid #e6bb5d;
	padding-left: 20px;
}

/* 小見出し（所在地・交通アクセス） */
.sub_access-info .access-title {
	font-family: 'Shippori Mincho', serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 1 !important;
	margin: 0 0 16px !important;
	display: flex !important;
	align-items: center;
	gap: 4px;
}

/* 所在地アイコン */
.sub_access-info .access-title.area-icon {
	position: relative;
	padding-left: 20px;
}

.sub_access-info .access-title.area-icon::before {
	position: absolute;
	content: "";
	background: url(https://wakizaka-kaikei.jp/wp-content/uploads/2026/07/area-icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 12px;
	height: 15px;
	top: 58%;
	left: 3%;
	transform: translate(-50%, -50%);
}

/* 交通アクセスアイコン */
.sub_access-info .access-title.train-icon {
	position: relative;
	padding-left: 20px;
}

.sub_access-info .access-title.train-icon::before {
	position: absolute;
	content: "";
	background: url(https://wakizaka-kaikei.jp/wp-content/uploads/2026/07/train-icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 12px;
	height: 15px;
	top: 58%;
	left: 3%;
	transform: translate(-50%, -50%);
}

/* 本文テキスト */
.sub_access-info .access-box .text,
.sub_access-info .access-box .text2 {
	font-family: 'Shippori Mincho', serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	color: #1f1d0e !important;
	line-height: 1.6 !important;
	margin: 0 !important;
}

/* box3（TEL/FAX）の行間 */
.sub_access-info .box3 .text {
	margin-bottom: 8px !important;
	padding-left: 24px;
}

.sub_access-info .box3 .text {
	margin-bottom: 8px !important;
}

.sub_access-info .box3 .text:last-child {
	margin-bottom: 0 !important;
}

/* TELアイコン */
.sub_access-info .tel-icon2 {
	position: relative;
}

.sub_access-info .tel-icon2::before {
	position: absolute;
	content: "";
	background: url(https://wakizaka-kaikei.jp/wp-content/uploads/2026/07/tel-icon2.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 3%;
	transform: translate(-50%, -50%);
}

/* FAXアイコン */
.sub_access-info .fax-icon2::before {
	position: relative;
}

.sub_access-info .fax-icon2::before {
	position: absolute;
	content: "";
	background: url(https://wakizaka-kaikei.jp/wp-content/uploads/2026/07/fax-icon2.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 3%;
	transform: translate(-50%, -50%);
}

/* Googleマップ */
.sub_access-info iframe {
	display: block;
	border: none;
	width: 100%;
	margin-top: 125px !important;
}

@media (max-width: 800px) {
	.sub_access-info .access-box {
		align-items: flex-start;
		gap: 40px !important;
		margin-bottom: 60px !important;
	}

	.sub_access-info .access-title.area-icon::before {
		left: 1%;
	}

	.sub_access-info .access-title.train-icon::before {
		left: 1%;
	}

	.sub_access-info .tel-icon2::before {
		left: 1%;
	}

	.sub_access-info .fax-icon2::before {
		left: 1%;
	}
}

@media (max-width: 430px) {
	.sub_access-info {
		padding: 60px 20px 60px !important;
	}

	.sub_access-info iframe {
		margin-top: 40px !important;
	}
}


/* ==============================
関連会社ページ
============================== */

/* ---------- 事業内容セクション ---------- */
.sub_corpo-work {
	padding: 80px 40px 100px !important;
}

.sub_corpo-work .content-title {
	/* font-family: 'Shippori Mincho', serif !important; */
	font-weight: 600 !important;
	font-size: 24px !important;
	/* color: #1c4813 !important; */
	letter-spacing: 0.05em !important;
	line-height: 1 !important;
	margin: 60px 0 24px !important;
}

.sub_corpo-work .lead-text {
	/* font-family: 'Shippori Mincho', serif !important; */
	font-weight: 600 !important;
	font-size: 16px !important;
	/* color: #1f1d0e !important; */
	line-height: 1.6 !important;
	margin-bottom: 48px !important;
}

/* 事業内容ボックス */
.sub_corpo-work .smb-box.box {
	/* border-left: 5px solid #e6bb5d; */
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 56px !important;
	padding: 0px;
}

.sub_corpo-work .smb-box.box:last-child {
	margin-bottom: 0 !important;
}

.sub_corpo-work .smb-box.box .smb-box__background {
	background: #ffffff !important;
}

.sub_corpo-work .smb-box.box .smb-box__body {
	/* padding: 40px 48px !important; */
	position: relative;
}

.sub_corpo-work .smb-box.box .img {
	margin: 0px !important;
}

.sub_corpo-work .smb-box.box .tb {
	display: none;
}

.sub_corpo-work .smb-box.box .sp {
	display: none;
}

.sub_corpo-work .smb-box.box .img img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.sub_corpo-work .text-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 50px;
	margin: 0px;
}

.sub_corpo-work .content-title1 {
	/* position: absolute; */
	/* top: 50px; */
	/* left: 50px; */
	font-family: 'Zen Maru Gothic', sans-serif !important;
	font-weight: 600 !important;
	font-size: 24px !important;
	color: #1c4813 !important;
	letter-spacing: 0.05em !important;
	line-height: 1.3 !important;
	margin: 0 0 26px !important;
}

.sub_corpo-work .smb-box.box .text {
	font-family: 'Shippori Mincho', serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	color: #1f1d0e !important;
	line-height: 1.6 !important;
	margin: 0 !important;
	/* position: absolute; */
	/* top: 100px; */
	/* left: 50px; */
}

@media (max-width: 900px) {
	.sub_corpo-work .text-box {
		padding: 26px;
	}

	.sub_corpo-work .content-title1 {
		margin: 0 0 16px !important;
	}

	.sub_corpo-work .smb-box.box .pc2 {
		display: none;
	}
	
	.sub_corpo-work .smb-box.box .tb {
		display: block;
	}
}

@media (max-width: 800px) {
	.sub_corpo-work .text-box {
		padding: 20px;
	}
}

@media (max-width: 430px) {
	.sub_corpo-work {
		padding: 60px 20px 60px !important;
	}

	.sub_corpo-work .section-title {
		font-size: 30px !important;
	}

	.sub_corpo-work .smb-box.box .pc {
		display: none!important;
	}

	.sub_corpo-work .smb-box.box .sp {
		display: block!important;
	}

	.sub_corpo-work .smb-box.box .tb {
		display: none!important;
	}

	.sub_corpo-work .text-box {
		padding: 40px 20px;
	}
}

/* ---------- 法人概要テーブル（sub_about-info と同デザイン） ---------- */
/* ---------- 法人概要テーブル ---------- */
.sub_corpo-info {
	padding: 80px 40px 100px;
	background: #ffffff;
}

.sub_corpo-info .info-box {
	background: #ffffff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 64px;
}





.sub_corpo-info .smb-information__item .c-row__col--md-1-4 {
	/* border-bottom: 1px solid #1f1d0e; */
	padding-bottom: 0px !important;
	/* height: 60px; */
	flex-basis: 220px !important;
	max-width: 220px !important;
}

.sub_corpo-info .smb-information__item .c-row__col--md-3-4 {
	/* border-bottom: 1px solid #1f1d0e; */
	padding-bottom: 0px !important;
	/* height: 60px; */
	flex-basis: calc(100% - 260px) !important;
	max-width: calc(100% - 260px) !important;
}

.sub_corpo-info .smb-information__item__body {
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding-bottom: 8px !important;
}

.sub_corpo-info .smb-information__item__label {
	padding: 16px 0 !important;
	line-height: 0.5 !important;
}

.sub_corpo-info .smb-information__item__label span {
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 20px !important;
	line-height: 1.4;
}

.sub_corpo-info .smb-information__item__body .text {
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 20px !important;
	/* line-height: 1.6; */
	margin: 0px !important;
	text-align: left !important;
	/* display: contents; */
}

.sub_corpo-info .smb-information__item__body .text {
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 20px !important;
	/* line-height: 1.6; */
	margin: 0 !important;
	/* display: contents; */
	text-align: left !important;
}

@media (max-width: 900px) {
	.sub_corpo-info .info-box {
		padding: 30px 40px 40px;
	}
}

@media (max-width: 430px) {
	.sub_corpo-info {
		padding: 80px 20px 100px !important;
		/* background: #ffffff; */
	}

	.sub_corpo-info .c-row {
		flex-direction: column !important;
	}

	.sub_corpo-info .smb-information__item .c-row__col--md-1-4 {
		/* border-bottom: 1px solid #1f1d0e; */
		padding-bottom: 0px !important;
		/* height: 60px; */
		flex-basis: 0px !important;
		max-width: 100% !important;
		margin-bottom: 0px !important;
	}

	.sub_corpo-info .smb-information__item .c-row__col--md-3-4 {
		/* border-bottom: 1px solid #1f1d0e; */
		padding-bottom: 0px !important;
		/* height: 60px; */
		flex-basis: 0px !important;
		max-width: 100% !important;
	}

	.sub_corpo-info .info-box {
		padding: 24px 24px 24px;
	}

	.sub_corpo-info .smb-information__item__label span {
		font-size: 22px !important;
	}

	.sub_corpo-info .smb-information__item__body .text {
		font-size: 18px !important;
	}
}


/* ---------- 安心して相談できる（sub_anniv-concept と同デザイン） ---------- */
.sub_corpo-concept {
	padding: 96px 40px;
}

.sub_corpo-concept .section-title.section-title-bar {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 32px !important;
	line-height: 1em !important;
	letter-spacing: 0.05em !important;
	color: #1c4813 !important;
	margin: 0 auto 48px !important;
	text-align: center !important;
	width: fit-content;
	max-width: 100%;
	padding-bottom: calc(16px + 3px) !important;
}

.sub_corpo-concept .section-title-bar::before {
	height: 3px;
	background: linear-gradient(90deg, #e6bb5d 0%, rgba(230, 187, 93, 0) 100%);
}

.sub_corpo-concept .smb-box {
	margin-top: 0px !important;
	margin-bottom: 106px !important;
}

.sub_corpo-concept .box1 {
	max-width: 800px;
	margin-left: 0px !important;
	position: relative;
	padding: 24px;
}


.sub_corpo-concept .box1::before {
	position: absolute;
	content: "";
	top: 24px;
	left: 24px;
	background: linear-gradient(to right, #e6bb5d, rgba(230, 187, 93, 0.3));
	width: 100%;
	height: 100%;
	z-index: 10;
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	padding: 1px;
	box-sizing: border-box;
}

.sub_corpo-concept .box1 .img {
	position: absolute;
	top: 80%;
	right: -35%;
	transform: translate(-50%, -50%);
	width: 208px;
	height: 103px;
	background: url(https://wakizaka-kaikei.jp/wp-content/uploads/2026/07/sub_corpo-concept-img.png);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
}

.sub_corpo-concept .box1 .smb-box__background {
	background: linear-gradient(90deg,
			rgba(253, 248, 230, 1) 0%,
			rgba(253, 248, 230, 0.3) 100%) !important;
	opacity: 1 !important;
}

.sub_corpo-concept .box2 {
	max-width: 800px;
	margin-right: 0px !important;
	position: relative;
	padding: 24px;
}

.sub_corpo-concept .box2::before {
	position: absolute;
	content: "";
	bottom: -24px;
	right: 24px;
	background: linear-gradient(to left, #e6bb5d, rgba(230, 187, 93, 0.3));
	width: 100%;
	height: 100%;
	z-index: 10;
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	padding: 1px;
	box-sizing: border-box;
}

.sub_corpo-concept .box2 .img {
	position: absolute;
	top: 70%;
	left: -10%;
	transform: translate(-50%, -50%);
	width: 208px;
	height: 103px;
	background: url(https://wakizaka-kaikei.jp/wp-content/uploads/2026/07/sub_corpo-concept-img.png);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
}

.sub_corpo-concept .box2 .smb-box__background {
	background: linear-gradient(270deg,
			rgba(253, 248, 230, 1) 0%,
			rgba(253, 248, 230, 0.3) 100%) !important;
	opacity: 1 !important;
}

.sub_corpo-concept .smb-box:last-child {
	margin-bottom: 0 !important;
}

.sub_corpo-concept .smb-box__body {
	padding: 48px 30px 48px 40px !important;
}

.sub_corpo-concept .contents-title {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 24px !important;
	line-height: 1.3 !important;
	letter-spacing: 0.05em !important;
	color: #1f1d0e !important;
	margin: 0 0 40px !important;
	padding-bottom: 6px !important;
	border-bottom: 1px solid #e6bb5d !important;
	display: inline-block;
}

.sub_corpo-concept .smb-box__body .text {
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 1.6 !important;
	color: #1f1d0e !important;
	margin: 0 !important;
}

@media (max-width: 900px) {
	.sub_corpo-concept .box1 {
		max-width: 650px;
	}

	.sub_corpo-concept .box1 .img {
		top: 88%;
	}

	.sub_corpo-concept .box2 {
		max-width: 650px;
	}

	.sub_corpo-concept .box2 .img {
		top: 95%;
		left: -4%;
	}
}

@media (max-width: 800px) {
	.sub_corpo-concept .box1 {
		max-width: 600px;
	}

	.sub_corpo-concept .box2 {
		max-width: 650px;
	}
}

@media (max-width: 430px) {
	.sub_corpo-concept {
		padding: 60px 20px 80px;
	}

	.sub_corpo-concept .section-title.section-title-bar {
		line-height: 1.4em !important;
	}

	.sub_corpo-concept .box1::before {
		top: 18px;
		left: 18px;
	}

	.sub_corpo-concept .smb-box__body {
		padding: 30px 14px 30px 20px !important;
	}

	.sub_corpo-concept .box1 .img {
		top: 96%;
		width: 160px;
		height: 80px;
	}

	.sub_corpo-concept .box2 {
		max-width: 650px;
	}

	.sub_corpo-concept .box2 .img {
		top: 97%;
		left: 10%;
		width: 160px;
		height: 80px;
	}

	.sub_corpo-concept .box2::before {
		bottom: -18px;
		right: 18px;
	}
}


/* ==============================
お問い合わせページ
============================== */
.contact {
	padding: 80px 40px;
}

.contact .section-title {
	font-size: 24px !important;
	letter-spacing: 0.05em !important;
}

.contact .text{
	margin-bottom: 60px !important;
}

.contact-form {
	margin-top: 80px !important;
}

.smf-form--business .smf-item__col--label {
	flex: 0 0 19em;
	max-width: 19em;
}

.smf-form--business .smf-item__col--controls {
	flex: 1 1 calc(100% - 19em);
	max-width: calc(100% - 19em);
	background: #ffffff;
}

.privacy-policy {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.privacy-policy-box .smf-item--divider .smf-item__col {
	max-width: 100% !important;
}

.privacy-policy-text {
	height: 250px;
	width: 90%;
	padding: 16px;
	border: 1px solid #CCC;
	overflow: auto;
	margin: 40px auto 20px;
	background: #ffffff;
}

.smf-checkboxes-control__control {
	text-align: center !important;
	margin-bottom: 60px !important;
}

.smf-error-messages {
	text-align: center !important;
	margin-top: -60px !important;
	margin-bottom: 60px !important;
}

.privacy-policy-box {
	background: #ffffff;
	border-right: 1px solid #ddd !important;
	border-left: 1px solid #ddd !important;
}

.privacy-sub_title {
	padding-left: 5%;
}

form[data-screen="confirm"] .privacy-policy-box {
	display: none;
}

@media (max-width: 430px) {
	.contact {
		padding: 80px 14px;
	}

	.smf-form--business .smf-item__col--label {
		max-width: 100%;
	}

	.smf-form--business .smf-item__col--controls {
		max-width: 100%;
	}

	.smf-form--business .smf-item__col {
		padding: 20px !important;
	}

	.contact .section-title {
		font-size: 21px !important;
	}
}