:root {
	--color-purple: #6D4C91;
	--color-blue: #415793;
	--color-magenta: #D777BF;
	--gradient-main: linear-gradient(135deg, var(--color-purple), #E58EBC);
}

/******************************/
/* 共通 */
/******************************/
*{
	scroll-behavior: smooth;
}

[id] {
	scroll-margin-top: 90px;
}

body {
	font-family: 'Jost', 'Zen Kaku Gothic New', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Zen Maru Gothic', sans-serif;
}

a{
	text-decoration: none;
	transition: all 0.3s ease;
}

a:hover {
	text-decoration: none !important;
	opacity: 0.8;
}

.c-section.p-section-front-page-content{
	padding-top: 0px;
	padding-bottom: 0;
}

body:not(.blog):not(.archive) section:not(:has(.p-related-posts)){
	padding-top: 60px;
	padding-bottom: 60px;
}

body.home section{
	padding-top: 100px;
	padding-bottom: 100px;
}
@media (max-width: 767px){
	.section{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	body.home section{
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

/*  余白 　*/
@media (max-width: 767px) {
	.sp_gap_0{
		gap: 0 !important;
	}
	.sp_gap_60{
		gap: 60px !important;
	}
	.sp_mb_0{
		margin-bottom: 0 !important;
	}
	.sp_mb_5{
		margin-bottom: 5px !important;
	}
	.sp_mb_10{
		margin-bottom: 10px !important;
	}
}


/*  表示非表示 　*/
.pc_only{
	display: block !important;
}
.sp_only{
	display: none !important;
}

@media (max-width: 767px){
	.pc_only{
		display: none !important;
	}
	.sp_only{
		display: block !important;
	}
}

/*  位置調整 */
@media (max-width: 767px) {
	.sp_ta_c{
		text-align: center !important;
	}
	.sp_ta_l{
		text-align: left !important;
	}
	.sp_block_center{
		display: table !important;
		margin: 0 auto !important;
	}
	.sp_jc_c{
		display: flex !important;
		justify-content: center !important;
	}
	.sp_db{
		display: block !important;
	}
}

/*  テキスト */
.fw_m{
	font-weight: 500 !important;
}





/******************************/
/* 共通パーツ */
/******************************/

/* 装飾 */
.shadow_purple {
	box-shadow: 0 10px 40px 0 rgba(109, 76, 145, 0.15);
}

.radius_30,
.radius_30 img{
	border-radius: 30px !important;
}

/* ボタン：矢印サークル型 */
.btn_typeA .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	box-shadow: none !important;
	transition: opacity 0.3s ease;
}

.btn_typeA .wp-block-button__link::before {
	content: '›';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background-color: rgba(255, 255, 255, 0.15) !important;
	border: 1px solid var(--color-magenta) !important;
	border-radius: 50%;
	flex-shrink: 0;
	font-size: 1.2rem;
	line-height: 1;
	color: #fff;
	padding-bottom: 4px;
	padding-left: 1px;
	transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.btn_typeA .wp-block-button__link:hover {
	opacity: 0.7;
}

.btn_typeA .wp-block-button__link:hover::before {
	transform: translateX(4px);
}

.btn_typeA.white_btn .wp-block-button__link {
	font-weight: 500;
}

.btn_typeA.white_btn .wp-block-button__link::before {
	background-color: #fff !important;
	color: #000;
}

/* ボタン：ボーダーピル型 */
.btn_typeB {
	width: 100%;
}

.btn_typeB .wp-block-button__link {
	background: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.8) !important;
	border-radius: 40px;
	color: #fff !important;
	padding: 12px 40px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	text-align: center;
	display: block;
	width: 100%;
	box-shadow: none !important;
	transition: background-color 0.3s ease !important;
}

.btn_typeB .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.15) !important;
}

/* インラインアイコンタイトル */
.inline_icon_titleA {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	font-family: 'Jost', 'Zen Kaku Gothic New', sans-serif;
	font-size: clamp(1.1rem, 1.8vw, 1.2rem);
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.35;
	color: #7a5aa6;
}

.inline_icon_titleA::before {
	content: "";
	display: block;
	width: clamp(15px, 1.5vw, 18px);
	height: clamp(15px, 1.5vw, 18px);
	flex: 0 0 auto;
	background-image: url('/wp-content/uploads/2026/07/inline_icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: translateY(-1px);
}

@media (max-width: 767px) {
	.inline_icon_titleA {
		gap: 10px;
		font-size: clamp(0.95rem, 5vw, 1rem);
		line-height: 1.4;
	}

	.inline_icon_titleA::before {
		width: 15px;
		height: 15px;
	}
}

.inline_icon_titleB {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	font-family: 'Jost', 'Zen Kaku Gothic New', sans-serif;
	font-size: clamp(0.95rem, 1.3vw, 1rem);
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.7;
	color: #333;
}

.inline_icon_titleB::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	background-image: url('/wp-content/uploads/2026/07/list_icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-top: 0.2em;
}


.title_typeA,
.title_typeB {
	gap: 10px 18px;
}

.title_typeA .wp-block-heading,
.title_typeB .wp-block-heading {
	margin: 0;
	font-family: 'Jost', 'Zen Kaku Gothic New', sans-serif;
	font-size: clamp(1.8rem, 3vw, 2.25rem);
	font-weight: 400;
	letter-spacing: 0.28em;
	line-height: 1.2;
	color: #333;
	text-transform: uppercase;
}

.title_typeA .wp-block-heading::after {
	content: "";
	display: block;
	width: 44px;
	height: 1px;
	margin: 18px auto 12px;
	background-color: var(--color-magenta);
}

.title_typeA .wp-block-paragraph,
.title_typeB .wp-block-paragraph {
	margin: 0;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 0.95rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 1.6;
	color: var(--color-magenta);
}

.title_typeA {
	justify-content: center;
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.title_typeA {
		margin-bottom: 36px;
	}
}

.title_typeB {
	justify-content: flex-start;
}

.title_typeB > .wp-block-heading,
.title_typeB > .wp-block-paragraph {
	flex: 0 0 auto;
	width: auto;
}

.title_typeB > .wp-block-paragraph {
	align-self: flex-end;
}

.title_typeB .wp-block-group{
	border-bottom: 1px solid rgba(109, 76, 145, 0.3);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
    .title_typeB {
        justify-content: center;
        text-align: center;
    }
}

.title_typeC {
	text-align: center;
}

.title_typeC.wp-block-heading {
	margin: 0;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: clamp(1.3rem, 2.5vw, 2rem);
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.4;
	color: #333;
}

.title_typeC.wp-block-heading::after {
	content: "";
	display: block;
	width: 64px;
	height: 16px;
	margin: 14px auto 0;
	background-image: url('/wp-content/uploads/2026/07/title_deco.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

@media (max-width: 767px) {
	.title_typeC.wp-block-heading {
		font-size: clamp(1.8rem, 3vw, 2.25rem);
	}
}

.title_typeD.wp-block-heading {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0 0 24px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: clamp(0.95rem, 1.3vw, 1.05rem);
	font-weight: 500;
	letter-spacing: 0.1em;
	color: var(--color-blue);
}

.title_typeD.wp-block-heading::after {
	content: "";
	flex: 1;
	height: 1px;
	background: rgba(65, 87, 147, 0.25);
}

/*  リスト */
.wp-block-list {
	padding-left: 0;
	margin: 0;
	list-style: none;
}

.list_style {
	list-style: none;
	padding: 0;
	margin: 0;
}

.list_style li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.7;
}

.list_style li + li {
	margin-top: 6px;
}

.list_style li::before {
	content: "- ";
}

.icon_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.icon_list li {
	position: relative;
	padding-left: 26px;
	line-height: 1.7;
}

.icon_list li + li {
	margin-top: 8px;
}

.icon_list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.25em;
	width: 16px;
	height: 16px;
	background-image: url('/wp-content/uploads/2026/07/list_icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* カード型デザイン */
.card_style {
	padding: clamp(28px, 3vw, 42px) clamp(22px, 3vw, 40px);
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.7);
	box-shadow: 0 10px 30px rgba(109, 76, 145, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(10px) saturate(1.15);
	-webkit-backdrop-filter: blur(10px) saturate(1.15);
}

/* テキスト装飾 */
.small_txt {
	font-size: 0.72em;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.8;
}

.large_txt {
	font-size: clamp(1.4rem, 2.8vw, 2rem);
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

.grad_txt {
	background: var(--gradient-main);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

/* カテゴリラベル */
.c-entry-summary__figure .c-entry-summary__term {
	position: absolute;
	top: 15px !important;
	right: 15px !important;
	z-index: 1;
	border-radius: 6px;
}

/******************************/
/* ヘッダー */
/******************************/
.l-header {
	background-color: rgba(114, 77, 156, 0.7) !important;
	backdrop-filter: blur(1px) saturate(0.5);
	transition: background-color 0.5s ease, backdrop-filter 0.5s ease !important;
}

html[data-scrolled="true"] .l-header {
	background-color: rgba(114, 77, 156, 0.9) !important;
	backdrop-filter: blur(10px) saturate(0.5);
}

.l-header .p-global-nav .c-navbar__item>a{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 400;
	transition: opacity 0.3s ease !important;
}

.l-header .p-global-nav .c-navbar__item>a:hover {
	opacity: 0.6;
}

.l-header .p-global-nav--hover-text-color .c-navbar__item:hover {
	color: inherit !important;
}

.l-header .c-site-branding a {
	transition: opacity 0.3s ease !important;
}

.l-header .c-site-branding a:hover {
	opacity: 0.7;
}

html[data-scrolled="true"] .l-header .p-global-nav .c-navbar__item>a{
	color: #fff;
}

.l-header .p-global-nav .c-navbar__item.menu_contact_btn>a,
html[data-scrolled="true"] .l-header .p-global-nav .c-navbar__item.menu_contact_btn>a{
	font-family: 'Zen Maru Gothic', sans-serif;
	background-color: #fff;
	padding: 6px 24px;
	border-radius: 40px;
	color: var(--color-blue);
	font-weight: 600;
	flex: unset;
	flex-flow: unset;
	align-self: center;
	transition: background-color 0.3s ease, color 0.3s ease !important;
}

.l-header .p-global-nav .c-navbar__item.menu_contact_btn>a:hover,
html[data-scrolled="true"] .l-header .p-global-nav .c-navbar__item.menu_contact_btn>a:hover {
	background-color: var(--color-blue);
	color: #fff;
	opacity: 1;
}

.current-menu-item:not(.menu_contact_btn) a{
	color: #fff !important;
	font-weight: 500 !important;
}

/*  ハンバーガーボタン */
.c-hamburger-btn__bar {
	background-color: #fff !important;
}

.c-hamburger-btn[aria-expanded="true"] .c-hamburger-btn__bar:nth-child(2) {
	background-color: transparent !important;
}

.c-hamburger-btn__label {
	color: #fff !important;
}

/*  ハンバーガメニュー */
.c-drawer {
	background: rgba(90, 50, 130, 0.75) !important;
	backdrop-filter: blur(16px) saturate(1.4) !important;
	-webkit-backdrop-filter: blur(16px) saturate(1.4) !important;
}

.c-drawer__menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.c-drawer__item a {
	color: #fff !important;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.08em;
	transition: opacity 0.3s ease;
}

.c-drawer__item a:hover {
	opacity: 0.6;
}

.menu_contact_btn.c-drawer__item {
	margin-top: 16px;
}

.menu_contact_btn.c-drawer__item a {
	background-color: rgba(255, 255, 255, 0.25) !important;
	color: #fff !important;
	padding: 8px 32px !important;
	border-radius: 40px;
	font-weight: 600 !important;
	transition: background-color 0.3s ease, color 0.3s ease !important;
	display: inline-block;
}

.menu_contact_btn.c-drawer__item a:hover {
	background-color: #fff !important;
	color: var(--color-purple) !important;
	opacity: 1;
}

#drawer-nav .c-drawer__item--logo {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	text-align: center;
}

#drawer-nav .c-drawer__item--logo img {
	max-width: 240px;
	height: auto;
}

@media (max-width: 1024px){
	.l-header{
		background-color: var(--color-purple) !important;
	}
}

@media (max-width: 767px) {
	.l-header{
		background-color: rgba(114, 77, 156, 0.7) !important;
	}
}

.single-post .l-header,
.archive .l-header {
	background-color: var(--color-purple) !important;
	backdrop-filter: none !important;
}

html[data-scrolled="true"] .single-post .l-header,
html[data-scrolled="true"] .archive .l-header {
	background-color: rgba(109, 76, 145, 0.75) !important;
	backdrop-filter: blur(10px) saturate(1.15) !important;
	-webkit-backdrop-filter: blur(10px) saturate(1.15) !important;
}



/******************************/
/* フッター */
/******************************/
.l-footer {
	background: linear-gradient(to bottom, var(--color-magenta), var(--color-purple));
	color: #fff;
	padding: 58px 40px 0;
	border-top: none !important;
}

.l-footer--default .l-footer-widget-area {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	max-width: 1280px;
	margin: 0 auto;
}

.l-footer .c-container {
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.l-footer .c-row > .c-row__col {
	padding-right: 0 !important;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}

.l-footer .l-footer-widget-area .c-row {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: flex-start !important;
	margin: 0 !important;
	gap: 0 !important;
}

.l-footer .l-footer-widget-area__item:nth-child(1) {
	order: 1;
	flex: 0 0 35% !important;
	max-width: 35% !important;
	padding: 0 40px 16px 0 !important;
}

.l-footer .l-footer-widget-area__item:nth-child(3) {
	order: 2;
	flex: 0 0 65% !important;
	max-width: 65% !important;
	padding: 0 0 32px 0 !important;
}

.l-footer .l-footer-widget-area__item:nth-child(2) {
	order: 3;
	flex: 0 0 35% !important;
	max-width: 35% !important;
	padding: 0 40px 32px 0 !important;
}

.l-footer .widget_nav_menu .menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px 24px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.l-footer .widget_nav_menu ul > li + li {
	margin-top: 0 !important;
}

.l-footer .widget_nav_menu .menu a {
	color: #fff;
	white-space: nowrap;
	transition: color 0.3s ease, opacity 0.3s ease;
}

.l-footer .widget_nav_menu .menu li:not(.menu_contact_btn) a:hover {
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}

.l-footer .widget_nav_menu .menu li.current-menu-item:not(.menu_contact_btn) a:hover {
	opacity: 0.6;
}

.l-footer .menu_contact_btn > a {
	background-color: rgba(255, 255, 255, 0.25);
	color: #fff;
	padding: 6px 24px;
	border-radius: 40px;
	font-weight: 600;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.l-footer .menu_contact_btn > a:hover {
	background-color: #fff;
	color: var(--color-purple);
	opacity: 1;
}

.l-footer .l-footer-widget-area__item:nth-child(1) img {
	transition: opacity 0.3s ease;
}

.l-footer .l-footer-widget-area__item:nth-child(1) a:hover {
	opacity: 1;
}

.l-footer .l-footer-widget-area__item:nth-child(1) a:hover img {
	opacity: 0.7;
}

.footer_address {
	font-weight: 300;
}

@media (max-width: 767px) {
	.l-footer {
		padding: 40px 24px 0;
		text-align: center;
	}

	.l-footer .l-footer-widget-area__item:nth-child(1),
	.l-footer .l-footer-widget-area__item:nth-child(2),
	.l-footer .l-footer-widget-area__item:nth-child(3) {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		order: unset;
		padding: 0 0 24px 0 !important;
	}

	.l-footer .widget_nav_menu .menu {
		justify-content: center;
		flex-direction: column;
		align-items: center;
		gap: 16px 0;
	}
	.l-footer .l-footer-widget-area__item:nth-child(1),
	.l-footer .l-footer-widget-area__item:nth-child(2),
	.l-footer .l-footer-widget-area__item:nth-child(3) {
		text-align: left;
	}

	.l-footer .widget_nav_menu .menu {
		align-items: flex-start;
		gap: 8px 0;
	}
	.l-footer-widget-area{
		margin-bottom: 10px;
	}
}

.l-footer .c-copyright {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding: 30px 0;
	background: transparent;
	max-width: 1280px;
	margin: 0 auto;
}


/******************************/
/* ページトップボタン */
/******************************/
#page-top,
.c-page-top {
	position: fixed !important;
	bottom: 32px !important;
	right: 32px !important;
	z-index: 999;
	background: transparent !important;
}

#page-top a,
.c-page-top a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--color-purple), var(--color-magenta));
	color: #fff;
	box-shadow: 0 4px 16px rgba(109, 76, 145, 0.35);
	transition: opacity 0.3s ease, transform 0.3s ease !important;
}

#page-top a:hover,
.c-page-top a:hover {
	opacity: 0.8;
	transform: translateY(-3px);
}

#page-top svg,
.c-page-top svg {
	width: 14px;
	height: 14px;
}

@media (max-width: 767px) {
	#page-top,
	.c-page-top {
		bottom: 20px !important;
		right: 16px !important;
	}
}

/******************************/
/* CTA */
/******************************/
.cta .wp-block-paragraph {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: clamp(13px, 1.4vw, 18px);
	color: #fff;
	line-height: 2.2;
	text-align: left;
}

@media (max-width: 767px) {
	.cta.wp-block-cover {
    min-height: 600px;
	}
	.cta_txt_col {
		transform: translateY(-120px);
	}
	.cta .wp-block-cover__image-background {
		display: none;
	}
	.cta {
		background-image: url('/wp-content/uploads/2026/07/sp_cta.jpg') !important;
		background-size: cover !important;
		background-position: center !important;
	}
	.cta .wp-block-buttons{
		margin-top: 16px;
	}
	.cta .btn_typeA .wp-block-button__link {
		color: var(--color-purple) !important;
		background: rgba(255, 255, 255, 0.88) !important;
		padding: 10px 20px 10px 12px !important;
		border-radius: 40px;
		font-weight: 500;
	}
	.cta .btn_typeA .wp-block-button__link::before {
		color: var(--color-purple);
		border-color: var(--color-purple) !important;
		background-color: rgba(109, 76, 145, 0.08) !important;
	}
}


/******************************/
/* トップ */
/******************************/
/* KV */
.kv {
	position: relative;
}

.kv_btn {
	position: absolute !important;
	right: 5%;
	bottom: 8%;
	width: clamp(220px, 23vw, 260px);
	display: flex !important;
	flex-direction: column;
	gap: 12px;
}

.kv_btn .wp-block-buttons {
	width: 100%;
}

.kv_btn.is-layout-constrained > * {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
	margin-top: 0 !important;
}

.kv_btn .wp-block-buttons .wp-block-button {
	width: 100%;
}

@media (max-width: 1024px){
	.btn_typeB .wp-block-button__link{
		padding: 5px 40px;
    font-size: 0.9rem;
	}
}

@media (max-width: 767px) {
	.kv{
		margin-top: -80px;
	}
	.kv_btn {
		position: static !important;
		width: 100%;
		margin: 0;
		background-color: var(--color-purple);
		padding: 35px 20px;
		gap: 15px;
		flex-direction: row;
	}
	.btn_typeB .wp-block-button__link{
		width: 100%;
	}
	.kv_btn .wp-block-buttons {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 520px) {
	.kv_btn {
		flex-direction: column;
	}
	.btn_typeB .wp-block-button__link{
		width: 230px;
		margin: 0 auto;
	}
}

/* KV下　インフォメーション */
.kv_under_sec {
	padding-top: 28px;
	padding-bottom: 28px;
}

.kv_under_sec h2.wp-block-heading {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 0;
	font-family: 'Jost', 'Zen Kaku Gothic New', sans-serif;
}

.kv_under_sec h2.wp-block-heading::after {
	content: '';
	flex: 1;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
}

.kv_under_sec_title.wp-block-paragraph {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: clamp(16px, 1.5vw, 19px);
	font-weight: 400;
	line-height: 1.9;
	margin: 0t;
}

.kv_under_sec_title.wp-block-paragraph+p{
	font-weight: 300;
	font-size: clamp(12px, 1.5vw, 14px);
}

.kv_under_sec_left_column {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 16px;
}

.kv_under_sec .wp-block-image img {
	display: block;
	margin: 0 auto;
	box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.3);
}

.kv_under_sec > .wp-block-columns > .wp-block-column:last-child {
	padding-left: clamp(16px, 2vw, 32px);
}

@media (max-width: 767px) {
	.kv_under_sec {
		padding-top: 24px;
		padding-bottom: 34px;
	}

	.kv_under_sec_left_column{
		padding-bottom: 24px;
	}

	.kv_under_sec h2.wp-block-heading{
		margin-bottom: 10px;
	}

	.kv_under_sec > .wp-block-columns > .wp-block-column:last-child {
		padding-left: 0;
	}
	.kv_under_sec > .wp-block-columns > .wp-block-column:last-child .wp-block-buttons{
		justify-content: center;
	}
	.info_column {
		flex-direction: column;
		gap: 10px;
	}
	.info_column > .wp-block-column {
		display: contents;
	}
	.info_column .kv_under_sec_title {
		order: 1;
	}
	.info_column .kv_under_sec_title + p {
		order: 2;
	}
	.info_column .wp-block-image {
		order: 3;
		margin: 20px 0 0;
		text-align: center;
	}
	.info_column .wp-block-buttons {
		order: 4;
		justify-content: center;
	}
	.info_column .kv_under_sec_title.wp-block-paragraph+p{
		margin: 0 !important;
	}
}


/* 背景の光 */
.top_contents {
	position: relative;
	background-color: #e6e4e9;
	overflow: hidden;
}

.top_service_sec,
.top_profile_sec,
.top_blog_sec {
	background-color: transparent !important;
}

.bg_light {
	position: absolute;
	bottom: -300px;
	left: 70%;
	transform: translateX(-50%);
	width: 2000px;
	height: calc(100% + 300px);
	pointer-events: none;
	z-index: 0;
	mix-blend-mode: multiply;

	/* 光源を下端中央に設定し、上方向に減衰 */
	background: radial-gradient(
		ellipse 80% 100% at 50% 100%,
		rgba(255, 246, 195, 0.85) 0%,
		rgba(255, 246, 195, 0.65) 15%,
		rgba(255, 246, 195, 0.4)  35%,
		rgba(255, 246, 195, 0.18) 60%,
		rgba(255, 246, 195, 0.05) 82%,
		rgba(255, 246, 195, 0)   100%
	);

	/* コニックグラデーションを下端中央基点に変更 */
	-webkit-mask: conic-gradient(
		from -6deg at 50% 100%,
		black 0deg,
		black 12deg,
		transparent 12deg
	);
	mask: conic-gradient(
		from -6deg at 50% 100%,
		black 0deg,
		black 12deg,
		transparent 12deg
	);

	filter: blur(22px);
}

/* 根元の強いコア */
.bg_light::after {
	content: '';
	position: absolute;
	inset: 0;

	background: radial-gradient(
		circle at 50% 100%,
		rgba(255, 250, 210, 0.9) 0%,
		rgba(255, 250, 210, 0.5) 5%,
		rgba(255, 250, 210, 0) 18%
	);

	filter: blur(8px);
	-webkit-mask: inherit;
	mask: inherit;
}

@media (max-width: 767px) {
	.bg_light {
		left: 50%;
		width: 1200px;
	}
}


/* Service */
.top_service_sec {
	background-image: url('/wp-content/uploads/2026/07/compass_bg.png');
	background-repeat: no-repeat;
	background-position: right 16% top calc(50% - 40px);
	background-size: clamp(340px, 42vw, 680px);
}

.service_lead_txt {
	margin: 0 0 24px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: clamp(1.4rem, 3vw, 1.8rem);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.65;
	color: #333;
}

.service_lead_txt .small_txt {
	margin-bottom: 14px;
	font-weight: 500;
}

.top_service_sec_service_item > .wp-block-group {
	position: relative;
	min-height: 90px;
	padding: 26px 26px 26px 105px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(109, 76, 145, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(10px) saturate(1.15);
	-webkit-backdrop-filter: blur(10px) saturate(1.15);
	overflow: hidden;
	transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
}

.top_service_sec_service_item .wp-block-paragraph {
	position: relative;
	z-index: 1;
	margin: 0;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: clamp(1rem, 1.45vw, 1.2rem);
	font-weight: 500;
	line-height: 1.6;
	color: var(--color-purple) !important;
}

.top_service_sec_service_item .wp-block-paragraph .vk_inline-font-size {
	font-size: 0.75em !important;
}

.top_service_sec_service_item > .wp-block-group::after {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Jost', sans-serif;
	font-size: clamp(2.25rem, 4vw, 3.4rem);
	font-weight: 400;
	font-style: italic;
	font-variant-numeric: lining-nums;
	line-height: 1;
	letter-spacing: 0.04em;
	color: rgba(109, 76, 145, 0.6);
	transition: transform 0.35s ease, color 0.35s ease;
}

.top_service_sec_service_item > .wp-block-group:hover {
	transform: translateY(-8px);
	background: rgba(255, 255, 255, 0.62);
	border-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 18px 36px rgba(109, 76, 145, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.top_service_sec_service_item > .wp-block-group:hover::after {
	transform: translate(-2px, calc(-50% - 2px));
	color: rgba(109, 76, 145, 0.8);
}

.top_service_sec_service_item:nth-child(1) > .wp-block-group::after {
	content: "01";
}

.top_service_sec_service_item:nth-child(2) > .wp-block-group::after {
	content: "02";
}

.top_service_sec_service_item:nth-child(3) > .wp-block-group::after {
	content: "03";
}

@media (max-width: 767px) {
	.top_contents .top_service_sec .title_typeA  {
		margin-bottom: 70px;
	}
	.top_contents .top_service_sec {
    background-position: right 50% top 90px;
    background-size: clamp(150px, 48vw, 200px);
    padding-bottom: 240px;
	}

	.service_lead_txt {
		font-size: clamp(1.4rem, 5vw, 1.8rem);
		letter-spacing: 0.03em;
		line-height: 1.8;
	}

	.service_lead_txt .small_txt {
		margin-bottom: 0;
		line-height: 1.85;
    display: inline-block;
	}

	.top_service_sec_service_item > .wp-block-group {
		min-height: 82px;
		padding: 24px 22px 22px 90px;
	}

	.top_service_sec_service_item > .wp-block-group::after {
		left: 16px;
		top: 50%;
		transform: translateY(-50%);
		font-size: clamp(2rem, 10vw, 2.8rem);
	}
}

/* Profile */
.top_profile_card {
	align-items: flex-start !important;
	gap: clamp(20px, 3vw, 40px);
	padding: clamp(28px, 3vw, 42px) clamp(22px, 3vw, 40px);
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 28px;
	box-shadow: 0 10px 30px rgba(109, 76, 145, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(10px) saturate(1.15);
	-webkit-backdrop-filter: blur(10px) saturate(1.15);
}


.top_profile_card h3.wp-block-heading {
	margin: 0;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: clamp(1.65rem, 2.4vw, 2.15rem);
	font-weight: 500;
	line-height: 1.3;
}

.top_profile_card h3.wp-block-heading.grad_txt {
	display: inline-block;
}

.top_profile_card .profile_position p{
	margin: 0;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: clamp(0.85rem, 1vw, 1rem);
	font-weight: 400;
	line-height: 1.8;
	color: #444;
}

.top_profile_card .is-nowrap {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px 14px;
}

.top_profile_name {
	margin: 0;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: clamp(1.65rem, 2.5vw, 1.8rem);
	font-weight: 500;
	line-height: 1.25;
	color: #333;
}

.top_profile_name + .wp-block-paragraph {
	margin: 0;
	font-family: 'Jost', sans-serif;
	font-size: clamp(0.9rem, 1.1vw, 1.05rem);
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

.top_profile_card .wp-block-buttons {
	margin-top: 6px;
}

.top_profile_card .wp-block-image {
	margin: 0;
	text-align: center;
}

.top_profile_card figure.wp-block-image {
	display: block;
	width: min(100%, 145px);
	height: auto;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.top_profile_card {
		gap: 18px;
		padding: 24px;
	}

	.top_profile_card .wp-block-image {
		margin: 0;
	}

	.top_profile_card .wp-block-buttons {
		margin-top: 2px;
	}

	.top_profile_name {
		font-size: clamp(1.45rem, 7vw, 1.8rem);
	}

	.top_profile_card figure.wp-block-image {
		width: min(100%, 100px);
		margin: 0;
	}
	.top_profile_card .is-nowrap {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

/* TOP　Blog */
.top_blog_item .wp-block-post-featured-image {
	border-radius: 14px;
	overflow: hidden;
}

.top_blog_item .wp-block-post-featured-image img {
	aspect-ratio: 4 / 3;
	width: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.top_blog_item .wp-block-post-featured-image:hover img {
	transform: scale(1.06);
}

.top_blog_item .wp-block-post-date time {
	font-family: 'Jost', sans-serif;
}

.top_blog_item .wp-block-post-title a {
	transition: color 0.3s ease;
}

.top_blog_item .wp-block-post-title a:hover {
	color: var(--color-magenta) !important;
	opacity: 1;
}


/******************************/
/* 下層共通 */
/******************************/
.wp-singular:not(.home):not(.single-post) .c-entry__header,
.wp-singular:not(.home):not(.single-post) .p-breadcrumbs-wrapper,
.blog .c-entry__header,
.blog .p-breadcrumbs-wrapper{
	display: none;
}

.under_header.wp-block-cover{
	padding: 30px;
}

.wp-singular:not(.home) .l-contents__inner{
	margin-top: 0;
	padding-bottom: 0;
}

.breadcrumbs a:hover {
	opacity: 0.6;
}


.under_header{
	min-height: clamp(270px, 28vw, 300px);
}

.under_header h2{
	transform: translateY(25px);
	font-weight: 400;
	letter-spacing: 0.2em;
}

.blog .c-section.widget_block{
	padding: 0;
}

.blog .breadcrumbs{
	max-width: 1280px;
	margin: 0 auto;
	margin-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	box-sizing: content-box;
}

@media (max-width: 1024px){
	.under_header{
		margin-top: -80px;
	}
}

@media (max-width: 767px) {
	.under_header h2{
		font-size: 30px !important;
	}
}

@media (max-width: 500px) {
	.under_header .wp-block-cover__image-background {
		display: none;
	}
	.under_header {
		background-image: url('/wp-content/uploads/2026/07/under_header_sp.jpg') !important;
		background-size: cover !important;
		background-position: center 5% !important;
	}
}

@media (max-width: 400px) {
	.under_header h2{
		font-size: 26px !important;
	}
	.under_header {
		background-position: center -20% !important;
	}
}

/******************************/
/* 会社概要*/
/******************************/
.about_company{
	background-image: url('/wp-content/uploads/2026/07/about_company_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media (max-width: 767px) {
	.about_company {
		background-position: right bottom;
	}
}

figure.wp-block-table.company_table {
	margin: 0;
}

figure.wp-block-table.company_table,
figure.wp-block-table.company_table *,
figure.wp-block-table.company_table table,
figure.wp-block-table.company_table tbody,
figure.wp-block-table.company_table tr,
figure.wp-block-table.company_table td,
figure.wp-block-table.company_table th {
	box-shadow: none;
}

figure.wp-block-table.company_table table {
	width: 100%;
	margin: 0;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	background: transparent;
}

figure.wp-block-table.company_table tbody,
figure.wp-block-table.company_table tr,
figure.wp-block-table.company_table td,
figure.wp-block-table.company_table th {
	margin: 0;
	border: none;
	padding: 30px 24px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	vertical-align: middle;
	font-size: clamp(0.95rem, 1.15vw, 1.05rem);
	font-weight: 400;
	line-height: 1.9;
	color: #333;
	background: transparent;
	vertical-align: top;
}

figure.wp-block-table.company_table :is(td, th) {
	border: none;
	padding: 30px 24px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

figure.wp-block-table.company_table td:first-child {
	width: 120px;
	white-space: nowrap;
	padding-top: 30px;
	padding-right: 18px;
	padding-bottom: 30px;
	padding-left: 14px;
	font-weight: 500;
	color: #3b3b3b;
	border-bottom: 2px solid var(--color-purple);
}

figure.wp-block-table.company_table td:last-child {
	padding-top: 30px;
	padding-right: 24px;
	padding-bottom: 30px;
	padding-left: 72px;
}

@media (max-width: 767px) {
	figure.wp-block-table.company_table table,
	figure.wp-block-table.company_table tbody,
	figure.wp-block-table.company_table tr,
	figure.wp-block-table.company_table td,
	figure.wp-block-table.company_table th {
		display: block;
		width: 100%;
	}

	figure.wp-block-table.company_table tbody{
		padding: 0;
	}

	.figure.wp-block-table.company_table tr{
		padding-right: 0;
		padding-left: 0;
	}

	figure.wp-block-table.company_table tr {
		position: relative;
		padding: 18px 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	}

	figure.wp-block-table.company_table tr::after {
		content: "";
		position: absolute;
		left: 0px;
		bottom: -1px;
		width: 64px;
		height: 1px;
		background: var(--color-purple);
	}

	figure.wp-block-table.company_table td,
	figure.wp-block-table.company_table th {
		font-size: 0.88rem;
		line-height: 1.7;
		border-bottom: none;
	}

	figure.wp-block-table.company_table :is(td, th) {
		padding: 0;
	}

	figure.wp-block-table.company_table td:first-child {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		padding-top: 0;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 0;
		border-bottom: none;
	}

	figure.wp-block-table.company_table td:last-child {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 8px;
		padding-right: 8px;
	}
}

.greeting_txt {
	background-image: url('/wp-content/uploads/2026/07/compass_txt_bg.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
}

#about_profile {
	background-image: url('/wp-content/uploads/2026/07/about_profile_bg_resize.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

 #about_profile .about_profile_inner{
	padding-left: var(--_padding1);
	padding-right: var(--_padding1);
	box-sizing: content-box;
 }

 @media (max-width: 767px) {
	#about_profile {
		background-position: left bottom;
	}
 }


 /******************************/
/* サービス内容・料金*/
/******************************/
.service .c-entry__body a:not(.cta a):not(.breadcrumbs a) {
	display: inline-block;
	text-decoration: underline dashed currentColor;
	text-decoration-thickness: 1px;
	text-underline-offset: 6px;
	transition: opacity 0.3s ease;
}

.service .c-entry__body a:not(.cta a):not(.breadcrumbs a):hover {
	text-decoration: underline dashed currentColor !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 6px !important;
	opacity: 0.6;
}

 .service{
	position: relative;
	background-image:
		linear-gradient(to bottom, transparent 50%, rgba(215, 119, 191, 0.18) 100%),
		url('/wp-content/uploads/2026/07/service_bg.png');
	background-repeat: no-repeat, no-repeat;
	background-position: center center, center 6%;
	background-size: contain;
 }

 .service::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.25;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	background-repeat: repeat;
	background-size: 200px 200px;
	mix-blend-mode: multiply;
 }
 @media (max-width: 767px) {
	.service {
		background-position: left 70px;
	}
}

/******************************/
/* 実績・所属機関*/
/******************************/
.works .c-entry__body a:not(.cta a):not(.breadcrumbs a) {
	display: inline-block;
	text-decoration: underline dashed currentColor;
	text-decoration-thickness: 1px;
	text-underline-offset: 6px;
	transition: opacity 0.3s ease;
}

.works .c-entry__body a:not(.cta a):not(.breadcrumbs a):hover {
	text-decoration: underline dashed currentColor !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 6px !important;
	opacity: 0.6;
}

.works_main_works{
	background-image: url('/wp-content/uploads/2026/07/main_works_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

 @media (max-width: 767px){
	.works_main_works{
		background-position: right;
	}
 }

.works_flex_column > .wp-block-column {
	display: flex;
	flex-direction: column;
}

.works_flex_column > .wp-block-column > .wp-block-group {
	flex: 1;
	width: 100%;
}

.works_seminar .works_seminar_list{
	background-image: url('/wp-content/uploads/2026/07/compass_txt_bg.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.writing_works{
	background-image: url('/wp-content/uploads/2026/07/writing_works_bg.png');
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
}

@media (max-width: 767px){
	.writing_works {
		background-position: 0%;
		background-size: cover;
	}
}

/******************************/
/* お問い合わせ */
/******************************/
.contact{
	background-image: url('/wp-content/uploads/2026/07/contact_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.form_row {
	display: grid;
	grid-template-columns: 200px 1fr;
	align-items: flex-start;
	gap: 16px;
	padding: 20px 0;
}

.form_label {
	font-size: 0.95rem;
	font-weight: 500;
}

.form_label p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 0;
}

.form_required {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 16px 0px;
	border-radius: 50px;
	background: var(--color-magenta);
	color: #fff;
	font-size: 0.7rem;
	font-weight: 600;
	white-space: nowrap;
}

.contact_form .wpcf7-form-control:not([type="submit"]):not([type="checkbox"]):not(.wpcf7-acceptance) {
	width: 100%;
	padding: 12px 16px;
	border: none;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(109, 76, 145, 0.08);
	font-size: 0.95rem;
	font-family: inherit;
	color: inherit;
	outline: none;
	transition: box-shadow 0.2s ease;
}

.contact_form .wpcf7-form-control:not([type="submit"]):not([type="checkbox"]):focus {
	box-shadow: 0 0 0 2px rgba(109, 76, 145, 0.3);
}

.contact_form select.wpcf7-form-control {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23bbbbbb' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 40px;
	cursor: pointer;
}

.contact_form select.wpcf7-form-control:has(option[value=""]:checked),
.contact_form select.wpcf7-form-control.is-placeholder {
	color: #bbb !important;
}

.contact_form select.wpcf7-form-control option {
	color: #333;
}

.contact_form textarea.wpcf7-form-control {
	min-height: 120px;
	resize: vertical;
}

.form_privacy {
	padding: 24px 0 8px;
	font-size: 0.9rem;
	display: flex;
	justify-content: center;
}

.form_privacy p {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}

.form_privacy a {
	color: var(--color-blue);
	text-decoration: none;
	font-weight: 500;
	transition: opacity 0.2s ease;
}

.form_privacy a:hover {
	opacity: 0.6;
}

.form_privacy input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	min-width: 20px;
	border-radius: 5px;
	background-color: #D9D9D9;
	cursor: pointer;
	position: relative;
	transition: border-color 0.2s ease, background-color 0.2s ease;
	transform: translateY(5px);
}

.form_privacy input[type="checkbox"]:hover {
	border-color: var(--color-purple);
}

.form_privacy input[type="checkbox"]:checked {
	background-color: var(--color-purple);
	border-color: var(--color-purple);
}

.form_privacy input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 3px;
	width: 6px;
	height: 11px;
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	transform: rotate(45deg);
}

.form_submit {
	padding-top: 24px;
}

.contact_form .wpcf7-submit {
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	padding: 16px 32px;
	border: none;
	border-radius: 50px;
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cpath d='M1 1l6 6-6 6' stroke='%23ffffff' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 24px center / 8px no-repeat,
		linear-gradient(to right, var(--color-purple), var(--color-magenta));
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	font-family: inherit;
	text-align: center;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.contact_form .wpcf7-submit:hover {
	opacity: 0.8;
}

.recaptcha-notice {
  text-align: center;
  font-size: 14px;
}

.grecaptcha-badge {
	visibility: hidden;
}

@media (max-width: 767px) {
	.form_row {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 16px 0;
	}

	.form_label p {
		justify-content: flex-start;
	}
}

/******************************/
/* ブログ */
/******************************/

/* ブログ一覧 */
.c-entry-summary__body {
	display: flex;
	flex-direction: column;
}

.blog .c-entry-summary__meta {
	order: -1;
	justify-content: flex-start;
	margin-top: 0;
	color: var(--color-purple);
}

.blog .c-entry-summary__figure,
.archive .c-entry-summary__figure {
	border-radius: 14px;
}


/* ブログ詳細ページ */
.single-post .c-entry__title {
	line-height: 1.5;
}

@media (max-width: 767px) {
	.single-post .c-entry__title {
		font-size: 1.4rem;
	}
}

.single-post .c-breadcrumbs__item:not(:last-child) a,
.archive .c-breadcrumbs__item:not(:last-child) a {
	color: var(--color-purple);
}
.single-post .c-breadcrumbs__item:not(:last-child) a:hover,
.archive .c-breadcrumbs__item:not(:last-child) a:hover {
	opacity: 0.6;
}

.single-post .l-contents__container{
	padding-top: 120px;
	padding-bottom: 80px;
}

.p-comments,
.p-trackbacks,
.c-meta__item.c-meta__item--author{
	display: none;
}

.single-post .c-meta__item--categories .c-meta__term {
	display: inline-flex;
	align-items: center;
}

.single-post .c-meta__item--categories .c-meta__term > i,
.single-post .c-meta__item--categories .c-meta__term > svg,
.single-post .c-meta__item--categories .c-meta__term > .svg-inline--fa,
.single-post .c-meta__item--categories .c-meta__term > .screen-reader-text {
	display: none !important;
}

.single-post .c-meta__item--categories .c-meta__term a {
	display: inline-block;
	background-color: var(--color-purple);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	padding: 3px 14px;
	border-radius: 50px;
	transition: opacity 0.3s ease;
}

.single-post .c-meta__item--categories .c-meta__term a:hover {
	opacity: 0.7;
}

.single-post .c-meta__item--published > i,
.single-post .c-meta__item--published > svg,
.single-post .c-meta__item--published > .svg-inline--fa {
	display: none !important;
}

@media (max-width: 767px){
	.single-post .l-contents__container{
		padding-top: 30px;
		padding-bottom: 80px;
	}
}

/* 記事タグ */
.c-entry-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.c-entry-tags a {
	display: inline-flex;
	align-items: center;
	padding: 6px 16px;
	border-radius: 50px;
	background: rgba(109, 76, 145, 0.08);
	color: var(--color-purple);
	font-size: 0.78rem;
	font-weight: 500;
	line-height: 1.4;
	white-space: nowrap;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.c-entry-tags a:hover {
	background: var(--color-magenta);
	color: #fff;
	opacity: 1;
}

/* 関連記事 */
.p-related-posts .c-entry-aside__title {
	--wp--preset--color--sm-text: var(--color-purple);
}

.p-related-posts .c-entry-summary {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.p-related-posts .c-entry-summary__body {
	gap: 4px !important;
}

.p-related-posts .c-entry-summary__meta {
	justify-content: flex-start;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	color: var(--color-purple);
}

.p-related-posts .c-entry-summary__header {
	margin: 0 !important;
}

.p-related-posts .c-entry-summary__title {
	margin: 0 !important;
	line-height: 1.4 !important;
}

.blog .c-entry-summary__figure img{
	border-radius: 14px;
	aspect-ratio: 4 / 3;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 767px) {
	.blog .l-contents__inner{
		margin-top: 0;
	}
}


/* アーカイブページ */
.archive .l-contents{
	padding-top: 80px;
}
@media (max-width: 767px){
	.archive .l-contents{
		padding-top: 10px;
	}
}

/*  カテゴリーアーカイブページ */
.archive .c-entry-summary__meta {
	order: -1;
	justify-content: flex-start;
	margin-top: 0;
	color: var(--color-purple);
}

/******************************/
/* サイドバー */
/******************************/
.l-sidebar-widget-area .c-widget {
	margin-bottom: 40px;
}

.l-sidebar-widget-area .c-widget:last-child {
	margin-bottom: 0;
}

.l-sidebar-widget-area .c-widget__title {
	margin: 0 0 16px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.05rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #333;
	--widget-title-pseudo-background-color: var(--color-purple);
}

.l-sidebar-widget-area .c-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.l-sidebar-widget-area .c-widget li {
	position: relative;
	padding: 12px 0 12px 18px;
	border-bottom: 1px solid rgba(109, 76, 145, 0.15);
	font-size: 0.85rem;
	color: #777;
}

.l-sidebar-widget-area .c-widget li:last-child {
	border-bottom: none;
}

.l-sidebar-widget-area .c-widget li::before {
	content: '';
	position: absolute;
	left: 2px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--color-magenta);
	transform: translateY(-50%);
}

.l-sidebar-widget-area .c-widget li a {
	color: #333;
	font-size: 0.9rem;
	transition: color 0.3s ease;
}

.l-sidebar-widget-area .c-widget li a:hover {
	color: var(--color-purple);
	opacity: 1;
}

.l-sidebar-widget-area .tagcloud {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.l-sidebar-widget-area .tagcloud a {
	display: inline-flex;
	align-items: center;
	padding: 6px 16px;
	border-radius: 50px;
	background: rgba(109, 76, 145, 0.08);
	color: var(--color-purple) !important;
	font-size: 0.78rem !important;
	font-weight: 500;
	line-height: 1.4;
	white-space: nowrap;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.l-sidebar-widget-area .tagcloud a:hover {
	background: var(--color-magenta) !important;
	color: #fff !important;
	opacity: 1 !important;
}
