@charset "UTF-8";
/* 2023 add SG style_update */
body {
	/* font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Hiragino Sans, Meiryo, sans-serif; */
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif; /* —VƒSƒVƒbƒN */
  text-size-adjust: 100%;
	font-feature-settings: "palt";
	letter-spacing: 0.64px;
  font-size: 16px;
}
/* .yu {
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
}
.noto {
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
} */

a {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:hover {
	opacity: 0.8;
}
img.scaled-image {
	border: none;
	margin: 0;
}
.navbar-header {
	text-align: center;
}
.siteHeader_logo {
	max-height: 40px;
	width: 100%;
	/* display: block; */
	margin: 0 auto;
}
.siteHeader_logo img {
	width: 100%;
	height: auto;
	max-height: inherit;
}

.gMenu > li[class*="current"]:before {
	width: 0;
}
.siteContent {
	padding-bottom: 0;
}
.mainSection-marginBottom-on {
	margin-bottom: 0;
}

.page-header.has-bg {
	background: #fff;
}
.page-header.has-bg::before {
	background:  url(../../../../../wp-content/themes/kc_themes/assets/images/bg-pageheader.webp) no-repeat center bottom / auto 50%;
}
.has-bg .page-header_pageTitle,
.has-bg h1.page-header_pageTitle {
	color: var(--color-key-dark);
	margin: 1.2em 0;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.6;
}
.has-bg .page-header_pageTitle.text-black,
.has-bg h1.page-header_pageTitle.text-black {
	color: var(--color-black);
}

.service-page-header h3 {
	margin: 0;
	border: none;
}
.service-page-header h3::after {
	display: none;
}

.local-nav {
	width: 100%;
	background-color: var(--color-key-light);
}
.local-nav-inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	flex-wrap: wrap;
}
.brand-logo {
	width: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}

.local-nav .brand-logo {
	order: 1;
}
.local-nav-menu {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
	font-size: 16px;
	margin: 0 auto;
	padding: 1em;
	order: 3;
}
.local-nav-menu .page_item {
	margin: 4px;
	font-size: 1em;
}
/* .page_item + .page_item {
	margin: 4px 4px 4px 0;
} */
.local-nav-menu .page_item a {
	color: #fff;
	padding: 0 1em;
	text-align: center;
	border-right: 1px solid #fff;
}
.local-nav-menu .page_item + .page_item a {
	padding: 0 calc(1em + 4px) 0 calc(1em - 4px);
}
.local-nav-menu .page_item a:hover {
	color: #fff;
	text-decoration: none;
}
.local-nav-menu .page_item:first-of-type a {
	border-left: 1px solid #fff;
}

.local-nav-inner .btn {
	width: 40%;
	max-width: 180px;
	color: #fff;
	background: var(--color-point);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	order: 2;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.local-nav-inner .btn:hover {
	opacity: 1;
	color: var(--color-point);
	background-color: #fff;
}

.post-content h2.non-border {
	padding: 0;
	font-weight: bold;
	/* font-size: 40px; */
  font-size: calc(28px + 0.20vw);
	line-height: 1.4;
	border: none;
	margin-bottom: 0.5em;
}
/* .post-content h3.non-border {
	padding: 0;
	font-weight: bold;
	font-size: 40px;
	border: none;
	margin-bottom: 0.5em;
} */

.post-content h3.non-border {
	padding: 0 24px;
	/* font-size: 28px; */
  font-size: calc(24px + 0.20vw);
	line-height: 1.4;
	border-bottom: none;
}
.post-content h3.non-border::after {
	content: "";
	bottom: auto;
	top: 0;
	left: 0;
	width: 12px;
	height: 100%;
	border-bottom: none;
	background: linear-gradient(to bottom, #0983d5 0%, #58baee 100%);
}

.post-content h4.non-border {
	background-color: var(--color-key-light);
	color: #fff;
	padding: 0.6em 0.5em 0.5em;
	border-bottom: none;
	line-height: 1.4;
  font-size: calc(19px + 0.20vw);
}

.contact_area {
	padding: 3em 0;
}
.contact_area h2 {
	padding: 0;
	font-weight: bold;
	font-size: 40px;
	border: none;
	margin-bottom: 0.5em;
}

.contact_area .wp-block-buttons + .wp-block-buttons {
	margin-top: 1em;
}

.contact_area .wp-block-buttons > .wp-block-button {
	display: flex;
	align-items: stretch;
}
.contact_area .btn-2cols > .wp-block-button {
	width: 100%;
}
.contact_area .wp-block-buttons > .wp-block-button .wp-block-button__link {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 1em;
}
.contact_area .wp-block-button__link .tantou {
	width: 100%;
}

.column-list .card a {
	text-decoration: none;
}
.column-list .card-title {
	font-size: 20px;
}
.column-list .card-text p {
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.column-list .postList_thumbnail {
	/* height: 240px; */
	width: 100%;
	aspect-ratio: 1.911/1;
	overflow: hidden;
	position: relative;
}
.column-list .postList_thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.column-list .btn {
	background-color: var(--color-point);
	color: #fff;
	font-size: 17px;
}

ul.page-numbers li {
	margin: 4px;
}
ul.page-numbers li a,
ul.page-numbers li span.page-numbers {
	border: none;
	background-color: #eaeaea;
	color: #555555;
	text-align: center;
	font-size: 20px;
	width: 40px;
	height: 40px;
	margin-left: 0;
}
ul.page-numbers li:first-child > .page-numbers,
ul.page-numbers li:last-child > .page-numbers {
	border-radius: 0;
}
ul.page-numbers li span.page-numbers.current {
	background-color: var(--color-key);
}

.entry-title,
h2.entry-title {
	padding: 0.5em 0;
	border: none;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: var(--color-key);
	margin: 0 auto;
}
.entry-title::after {
	content: "";
	display: block;
	height: 4px;
	width: 5em;
	max-width: 200px;
	background-color: var(--color-point);
	margin: 0.4em auto 0;
}
.entry-date {
	text-align: center;
	margin: 0 auto 40px;
	font-size: 12px;
	display: block;
	width: 100%;
}
.entry_thumb {
	max-height: 240px;
	overflow: hidden;
	position: relative;
}
.entry_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.entry-body .rtoc-mokuji-content {
	max-width: 100%;
}
.entry-body .rtoc-mokuji-content #rtoc-mokuji-title {
	padding: 0.5em 100px 0.5em 1em;
	font-size: 24px;
	color: #fff;
	background-color: var(--color-key);
	text-align: center;
}
.entry-body .rtoc-mokuji-content.rtoc_close #rtoc-mokuji-title.is_close,
.entry-body .rtoc-mokuji-content.rtoc_open #rtoc-mokuji-title.is_close {
	padding: 0.5em 100px 0.5em 1em;
}
.entry-body .rtoc-mokuji-content #rtoc-mokuji-title.rtoc_left {
	justify-content: center;
}
.entry-body .rtoc-mokuji-content #rtoc-mokuji-title span {
	/* margin: 0 auto; */
	margin: 0;
	display: block;
	text-align: center;
}
.entry-body .rtoc-mokuji-content.rtoc_close #rtoc-mokuji-title .rtoc_open_close,
.entry-body .rtoc-mokuji-content.rtoc_open #rtoc-mokuji-title .rtoc_open_close {
	position: absolute;
	right: 1em;
	width: 56px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.entry-body .rtoc-mokuji-content.rtoc_close #rtoc-mokuji-title.rtoc_left .rtoc_open_close,
.entry-body .rtoc-mokuji-content.rtoc_open #rtoc-mokuji-title.rtoc_left .rtoc_open_close {
	left: auto;
}

.entry-body .rtoc-mokuji-content .rtoc-mokuji.level-1.mokuji_ol {
	padding-top: 1em;
}
.entry-body .rtoc-mokuji-content .rtoc-mokuji.level-1 li {
	font-weight: bold;
	font-size: 18px;
}
.entry-body .rtoc-mokuji-content .rtoc-mokuji.level-2 li {
	padding-top: 8px;
	font-weight: normal;
	font-size: 16px;
}

#rtoc_return a::before {
  background-image:  url(../../../../../wp-content/themes/kc_themes/assets/images/rtoc_return.png) !important;
}

.renew .entry-body h2 {
  font-size: calc(28px + 0.20vw);
}
.renew .entry-body h3 {
	padding: 0 24px;
	/* font-size: 28px; */
  font-size: calc(24px + 0.20vw);
	border-bottom: none;
}
.renew .entry-body h3::after {
	content: "";
	bottom: auto;
	top: 0;
	left: 0;
	width: 12px;
	height: 100%;
	border-bottom: none;
	background: linear-gradient(to bottom, #0983d5 0%, #58baee 100%);
}

.renew .entry-body h4 {
	background-color: var(--color-key-light);
	color: #fff;
	padding: 0.6em 0.5em 0.5em;
	border-bottom: none;
  font-size: calc(19px + 0.20vw);
}
.renew .entry-body h5 {
	color: var(--color-key-dark);
	border-bottom: 1px solid var(--color-key-dark);
	padding: 0.5em 0 0.5em;
}
.renew .entry-body h6 {
}
.renew .entry-body ul {
	list-style: none;
	padding: 0;
	font-size: 1em;
}
.renew .entry-body ol {
	/* list-style: none; */
	padding: 0 0 0 1em;
	font-size: 1em;
}
.renew .entry-body li {
	font-size: 1em;
}
.renew .entry-body ul li {
	list-style: none;
	padding-left: 1.2em;
	position: relative;
}
.renew .entry-body ul li::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: var(--color-key-light);
	position: absolute;
	top: 0.5em;
	left: 0;
}
.renew .entry-body ol li::marker {
	color: var(--color-key-light);
}
/* .wp-block-freeform.block-library-rich-text__tinymce blockquote, blockquote, blockquote.wp-block-quote:not(.is-large):not(.is-style-large) */

.renew .entry-body blockquote.wp-block-quote:not(.is-large):not(.is-style-large) {
	border: 1px solid #959595;
	background-color: #ebebeb;
	font-size: 14px;
}
.renew .entry-body .wp-block-quote p {
	font-size: 1em;
}
.renew .entry-body .wp-block-quote cite {
	font-size: 12px;
	color: #666;
}
.entry-body .eyecatch {
	width: 100%;
	aspect-ratio: 1.911/1;
	overflow: hidden;
	margin: 0 auto 40px;
}
.entry-body .eyecatch img {
	width: 100%;
	height: auto;
}

.widget .subSection-title {
	font-size: 22px;
	font-weight: bold;
	color: var(--color-key);
	border: none;
}
.widget .subSection-title::after {
	display: none;
}
.widget .subSection .media {
	border-bottom: none;
}
.widget .media .postList_thumbnail {
	width: 80px;
	padding-right: 15px;
	max-height: 80px;
	overflow: hidden;
}
.widget .media .postList_thumbnail a {
	border: none;
	display: block;
	width: 100%;
	height: 100%;
}
.widget .media .postList_thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: none;
}
.widget_postlist a,
.widget_recent_entries a {
	text-decoration: none;
}
.widget .entry-meta_items {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.widget .entry-meta_items .cat {
	display: inline-block;
	padding: 1px 8px;
	color: var(--color-key);
	border: 1px solid var(--color-key);
	margin: 0 0 2px;
}
.widget .entry-meta_items .cat + .cat {
	margin: 0 0 2px 4px;
}
.widget .entry-meta_items .entry-date {
	margin: 2px 0 2px 8px;
	width: auto;
}
.widget .media .media-heading {
	margin: 8px 0 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.postList .pagination {
	margin-bottom: 4rem;
}
.post-content .page-link {
	margin-bottom: 6rem;
}
.post-content .page-link a {
	text-decoration: none;
	color: var(--vk-color-primary);
}
.post-content .page-link a.back {
	color: #fff;
}
.post-content .page-link a:hover {
	color: #fff;
}

#scroll-top {
  /* display: none; */
	position: fixed;
	cursor: pointer;
	z-index: 9999;
	opacity: 0;
  right: 20px;
	bottom: 20px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#scroll-top.is-fixed {
  /* display: block; */
	opacity: 0.8;
}

@media screen and (min-width: 576px) {
	/* ------------------------------------- */
	/* contents */
	/* ------------------------------------- */
	.siteHeader_logo img {
		max-height: inherit;
	}
	.entry-body .rtoc-mokuji-content #rtoc-mokuji-title {
		padding: 0.5em 100px;
	}
	.entry-body .rtoc-mokuji-content.rtoc_close #rtoc-mokuji-title.is_close,
	.entry-body .rtoc-mokuji-content.rtoc_open #rtoc-mokuji-title.is_close {
		padding: 0.5em 100px;
	}
	.entry-body .rtoc-mokuji-content #rtoc-mokuji-title span {
		margin: 0 auto;
	}
}
@media screen and (min-width: 768px) {
	/* ------------------------------------- */
	/* contents */
	/* ------------------------------------- */
	.siteHeader_logo {
		max-height: 50px;
		width: 70%;
	}
	.siteHeader_logo img {
		max-height: inherit;
	}
	.contact_area .btn-2cols > .wp-block-button {
		width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
	}
	.entry-body .rtoc-mokuji-content .rtoc-mokuji.level-1 {
		margin: 0 40px 40px !important;
	}
}
@media screen and (min-width: 992px) {
	/* ------------------------------------- */
	/* contents */
	/* ------------------------------------- */

	.siteHeader {
		border-bottom: 5px solid var(--color-key-light);
	}
	.siteHeader_logo {
		width: 50%;
	}

	.gMenu li {
		margin: 0 2px;
	}
	.device-mobile .gMenu > li {
		padding: 14px 1.5em;
	}
	.gMenu .sub-menu li {
		margin: 0;
	}

	.page-header.has-bg::before {
		background-position: right center;
		background-size: auto 100%;
	}

	.has-bg .page-header_pageTitle,
	.has-bg h1.page-header_pageTitle {
		margin: 1.8em 0;
		font-size: 36px;
	}
	.has-bg .row .page-header_pageTitle,
	.has-bg .row h1.page-header_pageTitle {
		font-size: 28px;
	}

	.local-nav {
		-webkit-transition: top 0.2s linear;
		transition: top 0.2s linear;
	}

	@-webkit-keyframes scrollInTop {
		0% {
			transform: translateY(-100%);
		}
		100% {
			transform: translateY(0);
		}
	}
	@keyframes scrollInTop {
		0% {
			transform: translateY(-100%);
		}
		100% {
			transform: translateY(0);
		}
	}

	.local-nav.is-fixed {
		position: fixed;
		top: 44px;
		left: 0;
		z-index: 999;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
		animation: scrollInTop 1s ease-in-out 0.5s 1 forwards;
	}

	.local-nav-menu {
		width: calc(100% - (180px + 180px + 1em));
		justify-content: flex-start;
		padding: 0 1em;
		order: 2;
	}
	.local-nav-inner .btn {
		width: 180px;
		order: 3;
	}
	.entry_thumb {
		max-height: 480px;
	}
}
@media (min-width: 993px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
	.siteHeader .container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.navbar-header {
		width: 30%;
	}
	.siteHeader_logo {
		float: none;
		max-height: 32px;
		width: 100%;
		margin: 0;
	}
	/* .siteHeader_logo img {
		max-height: inherit;
	} */
	.gMenu_outer {
		float: none;
		min-height: 3em;
	}
}
