@charset "utf-8";
.container {
	width: 100vw;
	padding-left: 20px;
	padding-right: 20px;
}
.site-navi {
	display: none;
}
.drawer-button {
	position: fixed;
	top: 8px;
	right: 8px;
}
.header_standard .site-title-logo {
	width: 80%;
	padding-right: 10px;
	float: left;
}
.header_standard {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	position: fixed;
	z-index: 90;
	top: 0px;
	left: 0px;
	right: 0px;
}
.use-sidebar_container {
	width: 100vw;
	padding-left: 35px;
	padding-right: 35px;
}
.content-sidebar {
	padding-left: 25px;
	padding-right: 25px;
}
.block-post .ncb-recent-post-row {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
flex-wrap: wrap;}
.block-post .ncb-recent-post-column {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
}
.block-post .ncb-recent-post-body {
	width: 100%;
	height: 100%;
	color: #383838;
	display: block;
	text-decoration: none;
}
.block-post .ncb-recent-post-body-inner {
	display: grid;
	display: -ms-grid;
	grid-template-columns: 5.5fr 1fr 5.5fr;
	-ms-grid-columns: 5.5fr 1fr 5.5fr;
	grid-template-rows: 2em auto auto auto auto;
	-ms-grid-rows: 2em auto auto auto auto;
}
.block-post .ncb-recent-post-eyecatch {
	grid-column: 1/4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-row: 1/3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
}
.block-post .ncb-recent-post-entry-title {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	font-size: 105%;
	grid-column: 1/4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-row: 3/4;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
}
.block-post .ncb-recent-post-entry-cat {
	grid-column: 3/4;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-row: 1/2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
}
.block-post .ncb-recent-post-entry-date {
	margin-left: 0px;
	grid-column: 1/2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-row: 4/5;
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
}
.block-post .ncb-recent-post-entry-author {
	grid-column: 3/4;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-row: 4/5;
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
}
.block-post .ncb-recent-post-entry-desc {
	margin-left: 0px;
	grid-column: 1/4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-row: 5/6;
	-ms-grid-row: 5;
	-ms-grid-row-span: 1;
}
.archive-post .ncb-recent-post-body-inner {
	display: grid;
	display: -ms-grid;
	grid-template-columns: 4.5fr 1fr 4.5fr;
	-ms-grid-columns: 4.5fr 1fr 4.5fr;
	grid-template-rows: 2em auto auto auto auto;
	-ms-grid-rows: 2em auto auto auto auto;
}
.archive-post .ncb-recent-post-eyecatch {
	grid-column: 1/4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-row: 1/3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
}
.archive-post .ncb-recent-post-entry-title {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	grid-column: 1/4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-row: 3/4;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
}
.archive-post .ncb-recent-post-entry-cat {
	grid-column: 3/4;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-row: 1/2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
}
.archive-post .ncb-recent-post-entry-date {
	margin-left: 0px;
	grid-column: 1/2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-row: 4/5;
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
}
.archive-post .ncb-recent-post-entry-author {
	grid-column: 3/4;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-row: 4/5;
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
}
.archive-post .ncb-recent-post-entry-desc {
	margin-left: 0px;
	grid-column: 1/4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-row: 5/6;
	-ms-grid-row: 5;
	-ms-grid-row-span: 1;
}
.fixed-pagetop {
	bottom: 60px;
}
.staff-profile-box .kt-sc-innter-col {
	padding-bottom: 20px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
}
.block-content > h2:not(.init) {
	text-align: center;
	font-size: 141.4%;
}
.wp-block-media-text__content > h2:not(.init) {
	text-align: center;
	font-size: 141.4%;
}
.kt-inside-inner-col > h2:not(.init) {
	text-align: center;
	font-size: 141.4%;
}
.kt-sc-innter-col > h2:not(.init) {
	text-align: center;
	font-size: 141.4%;
}
.kt-accordion-panel-inner > h2:not(.init) {
	text-align: center;
	font-size: 141.4%;
}
.kt-modal-content > h2:not(.init) {
	text-align: center;
	font-size: 141.4%;
}
.top_catchcopy {
	font-size: 141.4%;
}
.ncb-fukidashi-person {
	width: 80px;
	margin-top: 15px;
}
.ncb-fukidashi-figure {
	width: 50px;
	height: 50px;
}
.ncb-fukidashi-body > p {
	font-size: 1.3rem;
}
.ncb-fukidashi-body {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.ncb-fukidashi-right .ncb-fukidashi-projection {
	margin-left: -17px;
}
.ncb-fukidashi-left .ncb-fukidashi-projection {
	margin-right: -17px;
}
.ncb-fukidashi-name {
	font-size: 1rem;
}
.block-content > h3:not(.init) {
	font-size: 114.5%;
}
.wp-block-media-text__content > h3:not(.init) {
	font-size: 114.5%;
}
.kt-inside-inner-col > h3:not(.init) {
	font-size: 114.5%;
}
.kt-sc-innter-col > h3:not(.init) {
	font-size: 114.5%;
}
.kt-accordion-panel-inner > h3:not(.init) {
	font-size: 114.5%;
}
.kt-modal-content > h3:not(.init) {
	font-size: 114.5%;
}
.block-content > .wp-block-table:not(.init) th {
	font-size: 1.2rem;
}
.wp-block-media-text__content > .wp-block-table:not(.init) th {
	font-size: 1.2rem;
}
.kt-inside-inner-col > .wp-block-table:not(.init) th {
	font-size: 1.2rem;
}
.kt-sc-innter-col > .wp-block-table:not(.init) th {
	font-size: 1.2rem;
}
.kt-accordion-panel-inner > .wp-block-table:not(.init) th {
	font-size: 1.2rem;
}
.kt-modal-content > .wp-block-table:not(.init) th {
	font-size: 1.2rem;
}
.block-content > .wp-block-table:not(.init) td {
	font-size: 1.2rem;
}
.wp-block-media-text__content > .wp-block-table:not(.init) td {
	font-size: 1.2rem;
}
.kt-inside-inner-col > .wp-block-table:not(.init) td {
	font-size: 1.2rem;
}
.kt-sc-innter-col > .wp-block-table:not(.init) td {
	font-size: 1.2rem;
}
.kt-accordion-panel-inner > .wp-block-table:not(.init) td {
	font-size: 1.2rem;
}
.kt-modal-content > .wp-block-table:not(.init) td {
	font-size: 1.2rem;
}
.block-news .ncb-recent-post-body-bg:after {
content: '';
display: block;
width: 75%;
height: 1px;
background: #A6B3AE;
margin-top: 20px;
margin-right: auto;
margin-left: auto;}
.block-news .ncb-recent-post-column {
	margin-bottom: 20px;
}
.main-visual_page-title-bg_title {
	font-size: 2.2rem;
}
.emphasis {
	font-size: 1.3rem;
	font-weight: bold;
}
.post-archive-entrys-title {
	text-align: center;
	font-size: 141.4%;
}
body.header-fixed {
	padding-top: 78px;
}
.case-title {
	font-size: 114.5%;
}
.shisetsu-navi .menu > li {
	font-size: 1.1rem;
}
.brink-text-100 {
	font-size: 1.3rem;
}
.recruit-heading-new-sodan {
	width: 360px;
}
