/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 19 2026 | 07:20:31 */
/* 下層ページ */

/* 相談の流れ */
@media (min-width: 600px) {
	.pageFlow .swell-block-step__title {
		flex-direction: row!important;
		justify-content: flex-start!important;
		align-items: center!important;
	}
}
@media (max-width: 599px) {
	.pageFlow .swell-block-step__title {
		display: block!important;
	}
}
.pageFlow .swell-block-step__title span {
	margin-right: 5px;
}
.pageFlow .include-tel-number span {
	font-family: "Shippori Mincho", serif;
}

/* 代表者紹介 */
.pageAbout_profile::before {
	position: absolute;
	content: "";
	top: 40px;
	left: 0;
	width: 55%;
	height: 650px;
	background-color: #f2faff;
}
.pageAbout_profile .englishHeadding {
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
	margin-bottom: 0!important;
	color: var(--color_deep02);
	letter-spacing: .05em;
}
@media (max-width: 960px) {
	.pageAbout_profile .englishHeadding {
		font-size: 26px;
	}	
}
.pageAbout_profile .headding {
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	margin-top: 0!important;
	letter-spacing: .05em;
}
@media (max-width: 960px) {
	.pageAbout_profile .headding {
		font-size: 16px;
	}	
}
@media (min-width: 600px) {
	.pageAbout_profile .content .swell-block-column:last-of-type {
		margin-top: 40px!important;
	}
}
@media (max-width: 599px) {
	.pageAbout_profile .content .swell-block-column.order2 {
		order: 2;
	}
	.pageAbout_profile .content .swell-block-column.order1 {
		order: 1;
	}
}
.pageAbout_keireki .wp-block-table {
	padding-left: 40px;
	border-left: 1px solid var(--color_main);
}
.pageAbout_keireki table * {
	border: 0;
}
.pageAbout_keireki .profile-img-sp {
	width: min(100%, 400px);
	margin-left: auto;
	margin-right: auto;
}
.pageAbout_strengths .profile-img {
	position: absolute;
	top: -400px;
	right: 0;
	width: 400px
}

/* 料金 */
.pagePrice .label code {
	background-color: var(--color_main);
	color: #fff;
	padding: 5px 10px;
}
.pagePrice .fukidashi {
	--line-long: 24px;
	--line-short: 14px;
	--line-width: 2px;

	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 7px;
	color: var(--color_main);
	line-height: 1;
	font-size: 24px;
	letter-spacing: .1em;
	margin-bottom: 0;
}
@media (max-width: 599px) {
	.pagePrice .fukidashi {
		--line-long: 20px;
		--line-short: 12px;
		font-size: 20px;
	}	
}

/* 文字と内側の長い線 */
.pagePrice .fukidashi > span {
	display: flex;
	align-items: flex-end;
	gap: 12px;
}

/* すべての線 */
.pagePrice .fukidashi::before,
.pagePrice .fukidashi::after,
.pagePrice .fukidashi > span::before,
.pagePrice .fukidashi > span::after {
	content: "";
	display: block;
	flex-shrink: 0;
	width: var(--line-width);
	background-color: currentColor;
	transform-origin: bottom center;
}

/* 外側の短い線 */
.pagePrice .fukidashi::before,
.pagePrice .fukidashi::after {
	height: var(--line-short);
}

/* 内側の長い線 */
.pagePrice .fukidashi > span::before,
.pagePrice .fukidashi > span::after {
	height: var(--line-long);
}

/* 左側 */
.pagePrice .fukidashi::before,
.pagePrice .fukidashi > span::before {
	transform: rotate(-24deg);
}

/* 右側 */
.pagePrice .fukidashi::after,
.pagePrice .fukidashi > span::after {
	transform: rotate(24deg);
}
.pagePrice figure:not(.table-3plan) table {
	border-left: 1px solid #4A6393;
}
.pagePrice figure:not(.table-3plan) table {
	border-top: 1px solid #4A6393;
}
.pagePrice .table-3plan tr:first-of-type td {
	font-size: 1.2em;
	padding: 20px;
}
.pagePrice figure:not(.table-3plan) thead th,
.pagePrice figure:not(.table-3plan) tbody th,
.pagePrice figure:not(.table-3plan) tbody td {
	border-right: 1px solid #4A6393!important;
	border-bottom: 1px solid #4A6393!important;
}
.pagePrice .content-plus .item {
	position: relative;
}
/* 600px以上：左右の間に「＋」 */
@media (min-width: 600px) {
	.pagePrice .content-plus .item:not(:last-child)::after {
		content: "＋";
		position: absolute;
		top: 50%;
		right: -1.5rem;
		transform: translate(50%, -50%);
		z-index: 2;
		color: #333;
		font-size: 28px;
		font-weight: 700;
		line-height: 1;
	}
}
/* 599px以下：上下の間に「＋」 */
@media (max-width: 599px) {
	.pagePrice .content-plus .item:not(:last-child)::after {
		content: "＋";
		position: absolute;
		left: 50%;
		bottom: -1.5rem;
		transform: translate(-50%, 50%);
		z-index: 2;
		color: #333;
		font-size: 28px;
		font-weight: 700;
		line-height: 1;
	}
}

/* ===================================
   3プラン比較表
=================================== */

.pagePrice .table-3plan {
	position: relative;
	padding-block: 20px;
	overflow: visible;
	isolation: isolate;
}

.pagePrice .table-3plan table {
	position: relative;
	border-collapse: separate;
	border-spacing: 0;
	overflow: visible;
}

.pagePrice .table-3plan td {
	position: relative;
}
.pagePrice .table-3plan tr:first-child td {
	border-bottom: 0!important;
	padding-top: 30px!important;
	padding-bottom: 10px!important;
}

/* 左右の列は基本的に背面 */
.pagePrice .table-3plan tr > td:nth-child(1),
.pagePrice .table-3plan tr > td:nth-child(3) {
	z-index: 1;
}

/* 左右の見出しだけ、三角形を次の行より前面にする */
.pagePrice .table-3plan tbody tr:first-child > td:nth-child(1),
.pagePrice .table-3plan tbody tr:first-child > td:nth-child(3) {
	z-index: 10;
}

/* ===================================
   中央列
=================================== */

.pagePrice .table-3plan tr > td:nth-child(2) {
	z-index: 20;
	transform: scale(1.1);
	transform-origin: center;
	border-right: 1px solid var(--color_main);
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid var(--color_main);
}

/* 中央列だけ、上のセルほど前面にする */
.pagePrice .table-3plan tr:nth-child(1) > td:nth-child(2) {
	z-index: 26;
}

.pagePrice .table-3plan tr:nth-child(2) > td:nth-child(2) {
	z-index: 25;
}

.pagePrice .table-3plan tr:nth-child(3) > td:nth-child(2) {
	z-index: 24;
}

.pagePrice .table-3plan tr:nth-child(4) > td:nth-child(2) {
	z-index: 23;
}

.pagePrice .table-3plan tr:nth-child(5) > td:nth-child(2) {
	z-index: 22;
}

.pagePrice .table-3plan tr:nth-child(6) > td:nth-child(2) {
	z-index: 21;
	padding-top: 20px;
}

.pagePrice .table-3plan tr:last-child > td:nth-child(2) {
	border-bottom-color: var(--color_main);
}


/* ===================================
   プラン名部分
=================================== */

.pagePrice .table-3plan tbody tr:first-child > td {
	--plan-color: #767c85;

	padding-top: 14px;
	padding-bottom: 14px;
}

@media (max-width: 599px) {
	.pagePrice .table-3plan tbody tr:first-child > td  {
		font-size: 14px!important;
		padding: 10px!important;
	}
}

/* シンプルプラン */
.pagePrice .table-3plan tbody tr:first-child > td:nth-child(1) {
	--plan-color: #767c85;
}

/* スタンダードプラン */
.pagePrice .table-3plan tbody tr:first-child > td:nth-child(2) {
	--plan-color: var(--color_main);

	top: -8px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* フルサポートプラン */
.pagePrice .table-3plan tbody tr:first-child > td:nth-child(3) {
	--plan-color: #2e7f8f;
}

/* プラン名下部の三角形 */
.pagePrice .table-3plan tbody tr:first-child > td::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -30px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 30px;
	background-color: var(--plan-color);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.pagePrice .table-3plan tbody tr:first-child > td:nth-child(2)::after {
	bottom: -29px;
}
@media (max-width: 599px) {
	.pagePrice .table-3plan tbody tr:first-child > td::after {
		bottom: -29px;
	}
}
 
/* 三角形と2行目の文字が重ならないようにする */
.pagePrice .table-3plan tbody tr:nth-child(2) > td {
	padding-top: 38px;
}