@charset "utf-8";
/* Pallet */
.has-256-cms-base-color { color: #F4F4F4; }
.has-256-cms-base-background-color { background-color: #F4F4F4; }
.has-256-cms-base-dark-color { color: #DDDDDD; }
.has-256-cms-base-dark-background-color { background-color: #DDDDDD; }
.has-256-cms-base-bright-color { color: #fdfdfd; }
.has-256-cms-base-bright-background-color { background-color: #fdfdfd; }
.has-256-cms-main-color { color: #313994; }
.has-256-cms-main-background-color { background-color: #313994; }
.has-256-cms-main-dark-color { color: #313994; }
.has-256-cms-main-dark-background-color { background-color: #313994; }
.has-256-cms-main-bright-color { color: #E7E7F2; }
.has-256-cms-main-bright-background-color { background-color: #E7E7F2; }
.has-256-cms-accent-color { color: #E77737; }
.has-256-cms-accent-background-color { background-color: #E77737; }
.has-256-cms-accent-dark-color { color: #E77737; }
.has-256-cms-accent-dark-background-color { background-color: #E77737; }
.has-256-cms-accent-bright-color { color: #E77737; }
.has-256-cms-accent-bright-background-color { background-color: #E77737; }
.has-256-cms-text-color { color: #333333; }
.has-256-cms-text-background-color { background-color: #333333; }
.has-256-cms-text-dark-color { color: #333333; }
.has-256-cms-text-dark-background-color { background-color: #333333; }
.has-256-cms-text-bright-color { color: #333333; }
.has-256-cms-text-bright-background-color { background-color: #333333; }
.has-256-cms-line-color { color: #707070; }
.has-256-cms-line-background-color { background-color: #707070; }
.has-256-cms-line-dark-color { color: #707070; }
.has-256-cms-line-dark-background-color { background-color: #707070; }
.has-256-cms-line-bright-color { color: #707070; }
.has-256-cms-line-bright-background-color { background-color: #707070; }
.has-256-cms-pallet-black-color { color: #181818; }
.has-256-cms-pallet-black-background-color { background-color: #181818; }
.has-256-cms-pallet-white-color { color: #FFFFFF; }
.has-256-cms-pallet-white-background-color { background-color: #FFFFFF; }
.container {
	width: 100%;
	position: relative;
}
body {
	width: 100%;
	font-size: calc(1.3rem + 0.25vw);
	font-family: sans-serif;
word-break: normal;
word-wrap: break-word;
-webkit-text-size-adjust:none;
/* overflow-x: hidden; */}
html {
	font-size: 62.5%;
}
.ncb-update-list-body {
	width: 100%;
	padding-bottom: 15px;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #333333;
	border-top-width: 1px;
	border-top-color: #313994;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #313994;
	border-bottom-style: solid;
	display: grid;
	display: -ms-grid;
	text-decoration: none;
	align-items: flex-start;
	grid-template-columns: 4.5em 9em 1fr;
	-ms-grid-columns: 4.5em 9em 1fr;
	grid-template-rows: auto auto;
	-ms-grid-rows: auto auto;
}
.ncb-update-list-entry-posttype {
	height: 36px;
	text-align: center;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	font-size: 80.8%;
	color: #FFFFFF;
	line-height: 1.4;
	background-color: #313994;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	grid-column: 1/2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-row: 1/2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
}
.ncb-update-list-entry-posttype:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-right: 16px solid transparent;
  border-top: 36px solid #313994;}
.ncb-update-list-entry-date {
	height: 100%;
	padding-left: 25px;
	margin-top: 10px;
	margin-left: 1em;
	font-size: 80.8%;
	color: #313994;
	font-weight: bold;
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
	display: flex;
	grid-column: 2/3;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-row: 1/2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
}
.ncb-update-list-entry-title {
	padding-left: 15px;
	margin-top: 10px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
	overflow: hidden;
	align-items: flex-start;
	grid-column: 3/4;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-row: 1/3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
word-wrap : break-word;
overflow-wrap : break-word;
word-wrap: anywhere;}
.nav-menu-direction-row .menu {
	display: flex;
flex-direction: row;}
.nav-menu-direction-column .menu {
	display: flex;
flex-direction: column;}
.post-archive-entrys-sub-title {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2em;
	line-height: 1.4;
}
.post-archive-entrys-title {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 199.9%;
	font-weight: 700;
	line-height: 1.4;
}
.has-small-font-size {
	font-size: 80.8%;
}
.has-medium-font-size {
	font-size: 114.5%;
}
.has-large-font-size {
	font-size: 141.4%;
}
.problem_ask-bg-list-2-column li {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 55px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.8;
	background-image: url(http://256img.com/nigoro-templates-dmy-image/dmy_bg_check.png);
list-style-type: none;
background-repeat: no-repeat;}
.problem_ask-bg-list-2-column_title {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 199.9%;
	font-weight: bold;
	line-height: 1.4;
}
.problem_ask-icon-list-2-column li {
	line-height: 1.8;
}
.site-navi .menu > li > a {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 0.5em;
	color: #333333;
	display: block;
	text-decoration: none;
}
.site-navi .sub-title {
	margin-top: 0px;
	font-size: 80.8%;
	font-weight: normal;
	display: block;
font-family: 'Open Sans', sans-serif;}
.header-navi .menu > li > a {
	text-align: center;
	padding-top: 2.2em;
	padding-bottom: 2.2em;
	color: #181818;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	text-decoration: none;
}
.block-content > h3:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 199.9%;
	font-weight: 500;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
}
.wp-block-media-text__content > h3:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 199.9%;
	font-weight: 500;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
}
.kt-inside-inner-col > h3:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 199.9%;
	font-weight: 500;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
}
.kt-sc-innter-col > h3:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 199.9%;
	font-weight: 500;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
}
.kt-accordion-panel-inner > h3:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 199.9%;
	font-weight: 500;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
}
.kt-modal-content > h3:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 199.9%;
	font-weight: 500;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
}
.block-content > h4:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 114.5%;
	font-weight: 700;
	line-height: 1.4;
}
.wp-block-media-text__content > h4:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 114.5%;
	font-weight: 700;
	line-height: 1.4;
}
.kt-inside-inner-col > h4:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 114.5%;
	font-weight: 700;
	line-height: 1.4;
}
.kt-sc-innter-col > h4:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 114.5%;
	font-weight: 700;
	line-height: 1.4;
}
.kt-accordion-panel-inner > h4:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 114.5%;
	font-weight: 700;
	line-height: 1.4;
}
.kt-modal-content > h4:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 114.5%;
	font-weight: 700;
	line-height: 1.4;
}
.has-huge-font-size {
	font-size: 199.9%;
}
img {
	max-width: 100%;
height: auto;}
.header-navi .sub-title {
	margin-top: 1em;
	font-size: 80.8%;
	display: block;
}
.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
.block-content > p:not(.init) {
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: 500;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
transform: rotate(0.03deg);}
.wp-block-media-text__content > p:not(.init) {
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: 500;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
transform: rotate(0.03deg);}
.kt-inside-inner-col > p:not(.init) {
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: 500;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
transform: rotate(0.03deg);}
.kt-sc-innter-col > p:not(.init) {
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: 500;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
transform: rotate(0.03deg);}
.kt-accordion-panel-inner > p:not(.init) {
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: 500;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
transform: rotate(0.03deg);}
.kt-modal-content > p:not(.init) {
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: 500;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
transform: rotate(0.03deg);}
.block-content > h2:not(.init) {
	padding-top: 73px;
	padding-bottom: 73px;
	padding-right: 55px;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #E7E7F2;
	display: inline-block;
}
.wp-block-media-text__content > h2:not(.init) {
	padding-top: 73px;
	padding-bottom: 73px;
	padding-right: 55px;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #E7E7F2;
	display: inline-block;
}
.kt-inside-inner-col > h2:not(.init) {
	padding-top: 73px;
	padding-bottom: 73px;
	padding-right: 55px;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #E7E7F2;
	display: inline-block;
}
.kt-sc-innter-col > h2:not(.init) {
	padding-top: 73px;
	padding-bottom: 73px;
	padding-right: 55px;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #E7E7F2;
	display: inline-block;
}
.kt-accordion-panel-inner > h2:not(.init) {
	padding-top: 73px;
	padding-bottom: 73px;
	padding-right: 55px;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #E7E7F2;
	display: inline-block;
}
.kt-modal-content > h2:not(.init) {
	padding-top: 73px;
	padding-bottom: 73px;
	padding-right: 55px;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #E7E7F2;
	display: inline-block;
}
.footer-copyright-text {
	line-height: 1.4;
}
.block-content > ul:not(.init) li {
	margin-left: 2em;
	line-height: 1.6;
}
.wp-block-media-text__content > ul:not(.init) li {
	margin-left: 2em;
	line-height: 1.6;
}
.kt-inside-inner-col > ul:not(.init) li {
	margin-left: 2em;
	line-height: 1.6;
}
.kt-sc-innter-col > ul:not(.init) li {
	margin-left: 2em;
	line-height: 1.6;
}
.kt-accordion-panel-inner > ul:not(.init) li {
	margin-left: 2em;
	line-height: 1.6;
}
.kt-modal-content > ul:not(.init) li {
	margin-left: 2em;
	line-height: 1.6;
}
.drawer-area {
	width: 360px;
	margin-left: -1px;
	position: fixed;
	z-index: 110;
	top: 0px;
	bottom: 0px;
	right: 0px;
margin-right: -100vw;
max-width: 100vw;}
.drawer-area-back-cover {
	position: fixed;
	display: none;
	z-index: 100;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
width: 100vw;
height: 100vh;
background: rgba(255,255,255,0.80);
}
.prev-next-link-area {
	margin-top: 2em;
	margin-bottom: 1em;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.prev-link-area {
	width: 50%;
	display: flex;
	justify-content: flex-start;
}
.next-link-area {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}
.prev-link-button {
	width: 100%;
	text-align: left;
	max-width: 300px;
	padding-top: 0.9em;
	padding-bottom: 0.9em;
	padding-left: 1.2em;
	padding-right: 1.2em;
	margin-right: 10px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #313994;
	display: flex;
	overflow: hidden;
	text-decoration: none;
	justify-content: flex-start;
	align-items: center;
	transition-property: all;
	transition-duration: 0.2S;
	timing-function: ease;
}
.prev-link-button:before {
content:"←　";}
.prev-link-button:hover {
	color: #FFFFFF;
	background-color: #4D49A1;
}
.next-link-button {
	width: 100%;
	text-align: right;
	max-width: 300px;
	padding-top: 0.9em;
	padding-bottom: 0.9em;
	padding-left: 1.2em;
	padding-right: 1.2em;
	margin-left: 10px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #313994;
	display: flex;
	overflow: hidden;
	text-decoration: none;
	justify-content: flex-end;
	align-items: center;
	transition-property: all;
	transition-duration: 0.2S;
	timing-function: ease;
}
.next-link-button:after {
content:"　→";}
.next-link-button:hover {
	color: #FFFFFF;
	background-color: #4D49A1;
}
.cta_message-1-column_ask {
	margin-bottom: 1em;
	font-size: 199.9%;
	font-weight: bold;
	line-height: 1.4;
}
.header_header-navi .site-title-text > a {
	color: #333333;
	line-height: 1.4;
	text-decoration: none;
}
.header_header-navi .site-title-text {
	font-size: 199.9%;
	font-weight: 700;
	line-height: 1.4;
}
.header_header-navi .site-desc {
	line-height: 1.4;
}
.table_company-profile {
	width: 100%;
}
.table_company-profile th {
	padding-top: 0.8em;
	padding-bottom: 0.3em;
	padding-left: 0em;
	padding-right: 0.5em;
	line-height: 1.8;
	border-bottom-width: 1px;
	border-bottom-color: #707070;
	border-bottom-style: solid;
}
.table_company-profile td {
	padding-top: 0.7em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	line-height: 1.8;
	border-bottom-width: 1px;
	border-bottom-color: #707070;
	border-bottom-style: solid;
}
.footer_simple-2-column_left-column {
	line-height: 1.4;
}
.footer_simple-2-column_right-column {
	line-height: 1.4;
}
.main-visual_page-title-bg_title {
	font-size: 6rem;
	font-weight: bold;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
	display: flex;
}
.main-visual_page-title-bg_sub-title {
	margin-left: 30px;
	color: #313994;
	line-height: 1.4;
}
.main-visual_page-title-bg_desc {
	margin-top: 1em;
	line-height: 1.8;
}
.has-text-align-center {
	text-align: center;
}
.has-text-align-right {
	text-align: right;
}
.has-text-align-left {
	text-align: left;
}
.fixed-pagetop {
	width: 64px;
	position: fixed;
	z-index: 120;
	bottom: 30px;
	right: 30px;
cursor: pointer;}
.main-visual_page-title-bg_square-area-right {
	margin-right: calc(50% - 50vw);
}
.problem_ask-image-list_title {
	margin-bottom: 1em;
	font-size: 199.9%;
	font-weight: bold;
	line-height: 1.4;
}
.attention_lead-area_desc-text {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.8;
}
.attention_solution-area_desc-text {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.8;
}
.wpcf7 label {
	width: 100%;
	padding-top: 20px;
	margin-top: 1em;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	display: flex;
	justify-content: flex-start;
}
.wpcf7 input[type=text] {
	width: 100%;
	border-radius: 3px;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	margin-bottom: 0px;
	font-size: calc(1.3rem + 0.25vw);
	color: #333333;
	line-height: 1.4;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #707070;
	border-style: solid;
	display: inline-block;
	right: 0px;
}
.wpcf7 textarea {
	width: 100%;
	border-radius: 3px;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	margin-bottom: 50px;
	font-size: calc(1.3rem + 0.25vw);
	color: #333333;
	line-height: 1.4;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #707070;
	border-style: solid;
	display: block;
}
.wpcf7 input[type=tel] {
	width: 100%;
	border-radius: 3px;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	margin-bottom: 0px;
	font-size: calc(1.3rem + 0.25vw);
	color: #333333;
	line-height: 1.4;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #707070;
	border-style: solid;
	display: inline-block;
}
.wpcf7 input[type=email] {
	width: 100%;
	border-radius: 3px;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	margin-bottom: 0px;
	font-size: calc(1.3rem + 0.25vw);
	color: #333333;
	line-height: 1.4;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #707070;
	border-style: solid;
	display: inline-block;
	justify-content: flex-end;
}
.wpcf7 input.wpcf7-submit {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 7em;
	padding-right: 7em;
	margin-left: auto;
	margin-right: auto;
	font-size: calc(1.3rem + 0.25vw);
	color: #FFFFFF;
	font-weight: 700;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #E77737;
	border-width: 3px;
	border-color: #313994;
	border-style: solid;
	display: block;
	transition-property: all;
	transition-duration: 0.2S;
	timing-function: ease;
cursor: pointer;}
.wpcf7 input.wpcf7-submit:hover {
	background-color: #313994;
	border-width: 3px;
	border-color: #FFFFFF;
	border-style: solid;
}
.wpcf7-submit-button-wrap {
	text-align: center;
	margin-top: 25px;
}
.site-navi .menu {
	display: flex;
}
.site-navi .menu > li {
	position: relative;
flex-grow: 1;}
.drawer-button {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	position: fixed;
	overflow: scroll;
	z-index: 120;
	top: 0px;
	right: 0px;
border: none;}
.drawer-button-icon {
	width: 26px;
	height: 20px;
	margin-left: 6px;
	margin-right: 6px;
	position: relative;
}
.drawer-button-icon > span {
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #313994;
	position: absolute;
	left: 0px;
transition: all .4s;}
.drawer-button-icon > span:nth-of-type(1) {
	top: 0px;
}
.drawer-button-icon > span:nth-of-type(2) {
	top: 9px;
}
.drawer-close .drawer-button-icon > span:nth-of-type(1) {
transform: translateY(9px) rotate(-45deg);}
.drawer-close .drawer-button-icon > span:nth-of-type(2) {
opacity: 0;}
.drawer-close .drawer-button-icon > span:nth-of-type(3) {
transform: translateY(-9px) rotate(45deg);}
.drawer-button-text {
	text-align: center;
	font-size: 70.7%;
	position: relative;
	display: block;
	top: 5px;
}
.drawer-button-text > span {
	right: 0px;
}
.drawer-button-text > span:before {
content: 'MENU';}
.drawer-close .drawer-button-text > span:before {
content: 'CLOSE';}
.drawer-area .menu > li > a {
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 2.2rem;
	color: #181818;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	text-decoration: none;
}
.drawer-area .sub-menu > li > a {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-color: #d9d9d9;
	border-bottom-style: solid;
	display: block;
	text-decoration: none;
}
.fixed-bottom {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	position: fixed;
	z-index: 70;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.site-navi .sub-menu {
	width: 100%;
	position: absolute;
	top: 48px;
visibility: hidden;
opacity: 0;
transition: all .4s ease;}
.site-navi .sub-menu > li > a {
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #333333;
	background-color: #cacaca;
	display: block;
	text-decoration: none;
}
.site-navi .sub-menu > li {
	text-align: center;
}
.site-navi {
	background-color: transpalent;
	z-index: 20;
	top: 0px;
position: sticky;}
.site-navi .menu > li:hover .sub-menu {
visibility: visible;
opacity: 1;}
.header-navi .menu > li:hover .sub-menu {
visibility: visible;
opacity: 1;}
.header-navi .sub-menu {
	width: 100%;
	position: absolute;
	top: 90px;
visibility: hidden;
opacity: 0;
transition: all .4s ease;}
.header-navi .menu {
	display: flex;
}
.header-navi .menu > li {
	position: relative;
flex-grow: 1;}
.header-navi .sub-menu > li {
	text-align: center;
}
.header-navi .sub-menu > li > a {
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #F7FF80;
	display: block;
	text-decoration: none;
}
.header-navi .sub-menu > li > a:hover {
	background-color: #BBFF6E;
}
.header_header-navi {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	position: fixed;
	z-index: 90;
	top: 0px;
	left: 0px;
	right: 0px;
transition: all 0.3s;}
.drawer-area .menu > li > a .sp-submenu-open {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 125%;
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
}
.drawer-area .menu > li {
	position: relative;
}
.drawer-area .sub-menu {
	display: none;
}
.nav-fixed .site-navi {
	width: 100%;
	background-color: #ffffff;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
}
.post-entry-title {
	margin-top: 2em;
	margin-bottom: 0.5em;
	font-size: 199.9%;
	color: #313994;
	font-weight: 500;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
}
.news-entry-title {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 199.9%;
	font-weight: 700;
	line-height: 1.4;
}
.news-archive-entrys-title {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 199.9%;
	font-weight: 700;
	line-height: 1.4;
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption-text {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 80.8%;
	line-height: 1.4;
}
.block-content > ol:not(.init) li {
	margin-left: 2em;
	line-height: 1.6;
}
.wp-block-media-text__content > ol:not(.init) li {
	margin-left: 2em;
	line-height: 1.6;
}
.kt-inside-inner-col > ol:not(.init) li {
	margin-left: 2em;
	line-height: 1.6;
}
.kt-sc-innter-col > ol:not(.init) li {
	margin-left: 2em;
	line-height: 1.6;
}
.kt-accordion-panel-inner > ol:not(.init) li {
	margin-left: 2em;
	line-height: 1.6;
}
.kt-modal-content > ol:not(.init) li {
	margin-left: 2em;
	line-height: 1.6;
}
.block-content > blockquote:not(.init) > p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.8;
}
.wp-block-media-text__content > blockquote:not(.init) > p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.8;
}
.kt-inside-inner-col > blockquote:not(.init) > p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.8;
}
.kt-sc-innter-col > blockquote:not(.init) > p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.8;
}
.kt-accordion-panel-inner > blockquote:not(.init) > p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.8;
}
.kt-modal-content > blockquote:not(.init) > p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.8;
}
.block-content > h5:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 1.4;
}
.wp-block-media-text__content > h5:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 1.4;
}
.kt-inside-inner-col > h5:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 1.4;
}
.kt-sc-innter-col > h5:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 1.4;
}
.kt-accordion-panel-inner > h5:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 1.4;
}
.kt-modal-content > h5:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 1.4;
}
.block-content > h6:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 1.4;
}
.wp-block-media-text__content > h6:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 1.4;
}
.kt-inside-inner-col > h6:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 1.4;
}
.kt-sc-innter-col > h6:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 1.4;
}
.kt-accordion-panel-inner > h6:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 1.4;
}
.kt-modal-content > h6:not(.init) {
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 1.4;
}
.block-content > dl:not(.init) > dt:not(.init) {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.8;
}
.wp-block-media-text__content > dl:not(.init) > dt:not(.init) {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.8;
}
.kt-inside-inner-col > dl:not(.init) > dt:not(.init) {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.8;
}
.kt-sc-innter-col > dl:not(.init) > dt:not(.init) {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.8;
}
.kt-accordion-panel-inner > dl:not(.init) > dt:not(.init) {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.8;
}
.kt-modal-content > dl:not(.init) > dt:not(.init) {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.8;
}
.block-content > dl:not(.init) > dd:not(.init) {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	line-height: 1.8;
}
.wp-block-media-text__content > dl:not(.init) > dd:not(.init) {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	line-height: 1.8;
}
.kt-inside-inner-col > dl:not(.init) > dd:not(.init) {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	line-height: 1.8;
}
.kt-sc-innter-col > dl:not(.init) > dd:not(.init) {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	line-height: 1.8;
}
.kt-accordion-panel-inner > dl:not(.init) > dd:not(.init) {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	line-height: 1.8;
}
.kt-modal-content > dl:not(.init) > dd:not(.init) {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	line-height: 1.8;
}
.post-single_content-main_inner {
	overflow: hidden;
}
.use-sidebar_container {
	width: 100%;
	position: relative;
}
.paginate {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.paginate a.page-numbers-btn {
	padding-top: 0.9em;
	padding-bottom: 0.9em;
	padding-left: 1.2em;
	padding-right: 1.2em;
	margin-right: 1px;
	color: #333333;
	line-height: 1.4;
	background-color: #DDDDDD;
	display: inline-block;
	text-decoration: none;
	transition-property: all;
	transition-duration: 0.2S;
	timing-function: ease;
}
.paginate a.page-numbers-btn:hover {
	color: #FFFFFF;
	background-color: #313994;
}
.paginate span.page-numbers {
	padding-top: 0.9em;
	padding-bottom: 0.9em;
	padding-left: 1.2em;
	padding-right: 1.2em;
	line-height: 1.4;
	display: inline-block;
}
.paginate .current {
	color: #FFFFFF;
	background-color: #313994;
}
.post-archive_content-main_inner {
	overflow: hidden;
}
.single-entry-meta {
	margin-bottom: 2em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.single-entry-meta-cat {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 1.2em;
	padding-right: 1.2em;
	margin-right: 1em;
	font-size: 80.8%;
	color: #FFFFFF;
	line-height: 1.4;
	background-color: #313994;
	display: none;
}
.single-entry-meta-author {
	line-height: 1.4;
}
.single-entry-meta-date {
	width: 960px;
	padding-bottom: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 1em;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom-width: 1px;
	border-bottom-color: #313994;
	border-bottom-style: solid;
	display: block;
}
.top-social-buttons {
	margin-bottom: 2em;
}
.bottom-social-buttons {
	margin-top: 2em;
	margin-bottom: 0em;
}
.blog-entry-title {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 199.9%;
	font-weight: 700;
	line-height: 1.4;
}
.blog-archive-entrys-title {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 199.9%;
	font-weight: 700;
	line-height: 1.4;
}
.example-archive-entrys-title {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 199.9%;
	font-weight: 700;
	line-height: 1.4;
}
.example-entry-title {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 199.9%;
	font-weight: 700;
	line-height: 1.4;
}
.voice-entry-title {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 199.9%;
	font-weight: 700;
	line-height: 1.4;
}
.voice-archive-entrys-title {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 199.9%;
	font-weight: 700;
	line-height: 1.4;
}
.sidebar_widget-title {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 114.5%;
	font-weight: bold;
	line-height: 1.4;
}
.sidebar_widget_archive li {
	line-height: 1.6;
list-style-type: none;}
.sidebar_widget_archive li a {
	color: #333333;
	display: block;
	text-decoration: none;
}
.sidebar_widget_archive li a:hover {
text-decoration: underline;}
.sidebar_widget_recent_entries li {
	margin-bottom: 0.5em;
	line-height: 1.6;
list-style-type: none;}
.sidebar_widget_recent_entries li a {
	color: #333333;
	display: block;
	text-decoration: none;
}
.sidebar_widget_recent_entries li a:hover {
text-decoration: underline;}
.sidebar_widget_recent_entries .post-date {
	font-size: 80.8%;
}
.content-sidebar {
	margin-top: 4em;
}
.sidebar_widget_search input[type=text] {
	width: 55%;
	border-radius: 3px;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	font-size: calc(1.3rem + 0.25vw);
	line-height: 1.4;
	border-width: 1px;
	border-color: #707070;
	border-style: solid;
	display: inline-block;
}
.sidebar_widget_search input[type=submit] {
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.8em;
	padding-right: 0.8em;
	font-size: calc(1.3rem + 0.25vw);
	color: #FFFFFF;
	font-weight: 700;
	line-height: 1.4;
	background-color: #313994;
	border-width: 3px;
	border-color: #313994;
	border-style: solid;
	display: inline-block;
	transition-property: all;
	transition-duration: 0.2S;
	timing-function: ease;
cursor: pointer;}
.sidebar_widget_search input[type=submit]:hover {
	background-color: #555555;
	border-width: 3px;
	border-color: #555555;
	border-style: solid;
}
.sidebar_widget_search .screen-reader-text {
	line-height: 1.4;
}
.wpcf7 input[type=date] {
	width: 100%;
	border-radius: 3px;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	font-size: calc(1.3rem + 0.25vw);
	line-height: 1.4;
	border-width: 1px;
	border-color: #707070;
	border-style: solid;
	display: inline-block;
}
.wpcf7 input[type=url] {
	width: 100%;
	border-radius: 3px;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	font-size: calc(1.3rem + 0.25vw);
	line-height: 1.4;
	border-width: 1px;
	border-color: #707070;
	border-style: solid;
	display: inline-block;
}
.wpcf7 input[type=number] {
	width: 100%;
	border-radius: 3px;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	font-size: calc(1.3rem + 0.25vw);
	line-height: 1.4;
	border-width: 1px;
	border-color: #707070;
	border-style: solid;
	display: inline-block;
}
.wpcf7 select {
	width: 100%;
	border-radius: 3px;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	font-size: calc(1.3rem + 0.25vw);
	line-height: 1.4;
	border-width: 1px;
	border-color: #707070;
	border-style: solid;
	display: inline-block;
}
.sidebar_widget_archive select {
	width: 100%;
	border-radius: 3px;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	font-size: calc(1.3rem + 0.25vw);
	line-height: 1.4;
	border-width: 1px;
	border-color: #707070;
	border-style: solid;
	display: inline-block;
}
.blog-archive_content-main_inner {
	padding-bottom: 3em;
}
.sidebar_widget_archive .screen-reader-text {
	display: none;
}
.page_content-section {
	padding-bottom: 3em;
	margin-top: 110px;
}
.content-section {
	overflow: hidden;
}
.post-archive_content-section {
	padding-bottom: 3em;
	margin-top: 108px;
}
.news-archive_content-section {
	padding-bottom: 3em;
}
.voice-archive_content-section {
	padding-bottom: 3em;
}
.blog-archive_content-section {
	padding-bottom: 3em;
}
.example-archive_content-section {
	padding-bottom: 3em;
}
.post-single_content-section {
	padding-bottom: 3em;
}
.news-single_content-section {
	padding-bottom: 3em;
}
.voice-single_content-section {
	padding-bottom: 3em;
}
.blog-single_content-section {
	padding-bottom: 3em;
}
.example-single_content-section {
	padding-bottom: 3em;
}
.search-archive-entrys-title {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 199.9%;
	font-weight: 700;
	line-height: 1.4;
}
.sidebar_widget_category_inserter li {
	color: #333333;
	line-height: 1.6;
	display: block;
	text-decoration: none;
}
.sidebar_widget_category_inserter li a {
	color: #333333;
	display: block;
	text-decoration: none;
}
.sidebar_widget_category_inserter li a:hover {
text-decoration: underline;}
.block-news .ncb-recent-post-row {
	margin-bottom: 30px;
	display: flex;
flex-wrap: wrap;}
.block-news .ncb-recent-post-column {
	margin-bottom: 15px;
}
.block-news .ncb-recent-post-body {
	width: 100%;
	height: 100%;
	color: #333333;
	display: block;
	text-decoration: none;
}
.block-news .ncb-recent-post-body-inner {
	width: 100%;
	display: grid;
	display: -ms-grid;
	grid-template-columns: 10em 7em 1fr;
	-ms-grid-columns: 10em 7em 1fr;
	grid-template-rows: auto auto auto;
	-ms-grid-rows: auto auto auto;
}
.block-news .ncb-recent-post-entry-title {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 114.5%;
	line-height: 1.4;
	grid-column: 1/4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-row: 1/2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
word-wrap : break-word;
overflow-wrap : break-word;
word-wrap: anywhere;}
.block-news .ncb-recent-post-entry-cat {
	text-align: center;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin-right: 1em;
	font-size: 80.8%;
	color: #FFFFFF;
	line-height: 1.4;
	background-color: #313994;
	display: flex;
	justify-content: center;
	align-items: center;
	grid-column: 1/2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-row: 2/3;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
}
.block-news .ncb-recent-post-entry-date {
	height: 100%;
	font-size: 80.8%;
	line-height: 1.4;
	display: flex;
	align-items: center;
	grid-column: 2/3;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-row: 2/3;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
}
.block-news .ncb-recent-post-entry-author {
	font-size: 80.8%;
	display: flex;
	align-items: center;
	grid-column: 3/4;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-row: 2/3;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
}
.block-news .ncb-recent-post-entry-desc {
	margin-top: 1em;
	line-height: 1.8;
	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-row {
	margin-bottom: 30px;
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
flex-wrap: wrap;}
.block-post .ncb-recent-post-column {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.block-post .ncb-recent-post-body {
	width: 100%;
	height: 100%;
	color: #333333;
	display: block;
	text-decoration: none;
}
.block-post .ncb-recent-post-body-inner {
	display: grid;
	display: -ms-grid;
	grid-template-columns: 2fr 2fr 9em 5fr;
	-ms-grid-columns: 2fr 2fr 9em 5fr;
	grid-template-rows: auto auto auto 2em;
	-ms-grid-rows: auto auto auto 2em;
}
.block-post .ncb-recent-post-eyecatch {
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
	background-color: #DDDDDD;
	grid-column: 1/5;
	-ms-grid-column: 1;
	-ms-grid-column-span: 4;
	grid-row: 1/3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
}
.block-post .ncb-recent-post-entry-title {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
	align-items: flex-start;
	grid-column: 1/5;
	-ms-grid-column: 1;
	-ms-grid-column-span: 4;
	grid-row: 5/6;
	-ms-grid-row: 5;
	-ms-grid-row-span: 1;
word-wrap : break-word;
overflow-wrap : break-word;
word-wrap: anywhere;}
.block-post .ncb-recent-post-entry-cat {
	height: 35px;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 80.8%;
	color: #FFFFFF;
	line-height: 1.4;
	background-color: #313994;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	grid-column: 1/3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-row: 1/2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
}
.block-post .ncb-recent-post-entry-cat:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-right: 16px solid transparent;
  border-top: 35px solid #313994;}
.block-post .ncb-recent-post-entry-date {
	margin-left: 20px;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	display: flex;
	align-items: center;
	grid-column: 1/5;
	-ms-grid-column: 1;
	-ms-grid-column-span: 4;
	grid-row: 4/5;
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
}
.block-post .ncb-recent-post-entry-author {
	font-size: 80.8%;
	display: flex;
	align-items: center;
	grid-column: 4/5;
	-ms-grid-column: 4;
	-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-top: 0.5em;
	margin-left: 20px;
	line-height: 1.8;
	display: none;
	grid-column: 1/5;
	-ms-grid-column: 1;
	-ms-grid-column-span: 4;
	grid-row: 4/5;
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
}
.archive-post .ncb-recent-post-row {
	margin-bottom: 30px;
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
flex-wrap: wrap;}
.archive-post .ncb-recent-post-column {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.archive-post .ncb-recent-post-body {
	width: 100%;
	height: 100%;
	color: #333333;
	display: block;
	text-decoration: none;
}
.archive-post .ncb-recent-post-body-inner {
	display: grid;
	display: -ms-grid;
	grid-template-columns: 2fr 2fr 9em 6fr;
	-ms-grid-columns: 2fr 2fr 9em 6fr;
	grid-template-rows: auto auto 0.5em auto;
	-ms-grid-rows: auto auto 0.5em auto;
}
.archive-post .ncb-recent-post-eyecatch {
	width: 100%;
	height: 200px;
	background-color: #DDDDDD;
	grid-column: 1/3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-row: 1/5;
	-ms-grid-row: 1;
	-ms-grid-row-span: 4;
}
.archive-post .ncb-recent-post-entry-title {
	margin-top: 20px;
	margin-left: 25px;
	font-size: 114.5%;
	font-weight: 600;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
	align-items: flex-start;
	grid-column: 3/5;
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	grid-row: 1/2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
word-wrap : break-word;
overflow-wrap : break-word;
word-wrap: anywhere;}
.archive-post .ncb-recent-post-entry-cat {
	height: 35px;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 80.8%;
	color: #FFFFFF;
	line-height: 1.4;
	background-color: #313994;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	grid-column: 1/2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-row: 1/2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
}
.archive-post .ncb-recent-post-entry-cat:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-right: 16px solid transparent;
  border-top: 35px solid #313994;}
.archive-post .ncb-recent-post-entry-date {
	height: 30px;
	margin-left: 25px;
	font-size: 80.8%;
	color: #313994;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	display: flex;
	align-items: center;
	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-author {
	font-size: 80.8%;
	display: flex;
	align-items: center;
	grid-column: 4/5;
	-ms-grid-column: 4;
	-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 {
	height: 75px;
	padding-bottom: 0px;
	margin-top: 0em;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 1.35rem;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	overflow: hidden;
	grid-column: 3/5;
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	grid-row: 2/3;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.archive-news .ncb-recent-post-row {
	margin-bottom: 30px;
	display: flex;
flex-wrap: wrap;}
.archive-news .ncb-recent-post-column {
	margin-bottom: 15px;
}
.archive-news .ncb-recent-post-body {
	width: 100%;
	height: 100%;
	color: #333333;
	display: block;
	text-decoration: none;
}
.archive-news .ncb-recent-post-body-inner {
	width: 100%;
	display: grid;
	display: -ms-grid;
	grid-template-columns: 10em 7em 1fr;
	-ms-grid-columns: 10em 7em 1fr;
	grid-template-rows: auto auto auto;
	-ms-grid-rows: auto auto auto;
}
.archive-news .ncb-recent-post-entry-title {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 114.5%;
	line-height: 1.4;
	grid-column: 1/4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-row: 1/2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
word-wrap : break-word;
overflow-wrap : break-word;
word-wrap: anywhere;}
.archive-news .ncb-recent-post-entry-cat {
	text-align: center;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin-right: 1em;
	font-size: 80.8%;
	color: #FFFFFF;
	line-height: 1.4;
	background-color: #313994;
	display: flex;
	justify-content: center;
	align-items: center;
	grid-column: 1/2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-row: 2/3;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
}
.archive-news .ncb-recent-post-entry-date {
	height: 100%;
	font-size: 80.8%;
	line-height: 1.4;
	display: flex;
	align-items: center;
	grid-column: 2/3;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-row: 2/3;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
}
.archive-news .ncb-recent-post-entry-author {
	font-size: 80.8%;
	display: flex;
	align-items: center;
	grid-column: 3/4;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-row: 2/3;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
}
.archive-news .ncb-recent-post-entry-desc {
	margin-top: 1em;
	line-height: 1.8;
	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-search .ncb-recent-post-row {
	margin-bottom: 30px;
	display: flex;
flex-wrap: wrap;}
.archive-search .ncb-recent-post-column {
	margin-bottom: 15px;
}
.archive-search .ncb-recent-post-body {
	width: 100%;
	height: 100%;
	color: #333333;
	display: block;
	text-decoration: none;
}
.archive-search .ncb-recent-post-body-inner {
	width: 100%;
	display: grid;
	display: -ms-grid;
	grid-template-columns: 10em 7em 1fr;
	-ms-grid-columns: 10em 7em 1fr;
	grid-template-rows: auto auto auto;
	-ms-grid-rows: auto auto auto;
}
.archive-search .ncb-recent-post-entry-title {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 114.5%;
	line-height: 1.4;
	grid-column: 1/4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-row: 1/2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
word-wrap : break-word;
overflow-wrap : break-word;
word-wrap: anywhere;}
.archive-search .ncb-recent-post-entry-cat {
	text-align: center;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin-right: 1em;
	font-size: 80.8%;
	color: #FFFFFF;
	line-height: 1.4;
	background-color: #313994;
	display: flex;
	justify-content: center;
	align-items: center;
	grid-column: 1/2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-row: 2/3;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
}
.archive-search .ncb-recent-post-entry-date {
	height: 100%;
	font-size: 80.8%;
	line-height: 1.4;
	display: flex;
	align-items: center;
	grid-column: 2/3;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-row: 2/3;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
}
.archive-search .ncb-recent-post-entry-author {
	font-size: 80.8%;
	display: flex;
	align-items: center;
	grid-column: 3/4;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-row: 2/3;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
}
.archive-search .ncb-recent-post-entry-desc {
	margin-top: 1em;
	line-height: 1.8;
	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;
}
.fixed-bottom .kt-btn-wrap {
	margin-bottom: 0px;
}
.breadcrumbs {
	display: flex;
list-style-type: none;
flex-wrap: wrap;}
.breadcrumbs li {
	line-height: 1.4;
}
.breadcrumbs li a {
	color: #333333;
	text-decoration: none;
}
.block-content > .wp-block-table:not(.init) {
	width: 100%;
}
.wp-block-media-text__content > .wp-block-table:not(.init) {
	width: 100%;
}
.kt-inside-inner-col > .wp-block-table:not(.init) {
	width: 100%;
}
.kt-sc-innter-col > .wp-block-table:not(.init) {
	width: 100%;
}
.kt-accordion-panel-inner > .wp-block-table:not(.init) {
	width: 100%;
}
.kt-modal-content > .wp-block-table:not(.init) {
	width: 100%;
}
.block-content > .wp-block-table:not(.init) th {
	width: 20%;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	color: #313994;
	font-weight: 500;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom-width: 1px;
	border-bottom-color: #707070;
	border-bottom-style: solid;
}
.wp-block-media-text__content > .wp-block-table:not(.init) th {
	width: 20%;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	color: #313994;
	font-weight: 500;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom-width: 1px;
	border-bottom-color: #707070;
	border-bottom-style: solid;
}
.kt-inside-inner-col > .wp-block-table:not(.init) th {
	width: 20%;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	color: #313994;
	font-weight: 500;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom-width: 1px;
	border-bottom-color: #707070;
	border-bottom-style: solid;
}
.kt-sc-innter-col > .wp-block-table:not(.init) th {
	width: 20%;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	color: #313994;
	font-weight: 500;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom-width: 1px;
	border-bottom-color: #707070;
	border-bottom-style: solid;
}
.kt-accordion-panel-inner > .wp-block-table:not(.init) th {
	width: 20%;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	color: #313994;
	font-weight: 500;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom-width: 1px;
	border-bottom-color: #707070;
	border-bottom-style: solid;
}
.kt-modal-content > .wp-block-table:not(.init) th {
	width: 20%;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	color: #313994;
	font-weight: 500;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom-width: 1px;
	border-bottom-color: #707070;
	border-bottom-style: solid;
}
.block-content > .wp-block-table:not(.init) td {
	width: 80%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom-width: 1px;
	border-bottom-color: #707070;
	border-bottom-style: solid;
transform: rotate(0.03deg);}
.wp-block-media-text__content > .wp-block-table:not(.init) td {
	width: 80%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom-width: 1px;
	border-bottom-color: #707070;
	border-bottom-style: solid;
transform: rotate(0.03deg);}
.kt-inside-inner-col > .wp-block-table:not(.init) td {
	width: 80%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom-width: 1px;
	border-bottom-color: #707070;
	border-bottom-style: solid;
transform: rotate(0.03deg);}
.kt-sc-innter-col > .wp-block-table:not(.init) td {
	width: 80%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom-width: 1px;
	border-bottom-color: #707070;
	border-bottom-style: solid;
transform: rotate(0.03deg);}
.kt-accordion-panel-inner > .wp-block-table:not(.init) td {
	width: 80%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom-width: 1px;
	border-bottom-color: #707070;
	border-bottom-style: solid;
transform: rotate(0.03deg);}
.kt-modal-content > .wp-block-table:not(.init) td {
	width: 80%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom-width: 1px;
	border-bottom-color: #707070;
	border-bottom-style: solid;
transform: rotate(0.03deg);}
.header_header-navi .site-title-logo {
	width: 200px;
}
.main-visual_page-title-bg {
	position: relative;
	display: block;
	justify-content: flex-start;
	align-items: center;
}
.main-visual_page-title-bg .kt-inside-inner-col {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.wpcf7 .required {
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	background-color: #E77737;
}
.front-page_content-section {
	margin-top: 109px;
}
.top_img-btn .image-overlay-title {
	padding-left: 65px;
}
.top_heading-box {
	position: relative;
}
.block-post .ncb-recent-post-body-bg {
	padding-bottom: 20px;
	border-width: 0.5px;
	border-color: #707070;
	border-style: solid;
}
.archive-post .ncb-recent-post-body-bg {
	border-width: 1px;
	border-color: #707070;
	border-style: solid;
}
.drawer-area .sub-title {
	margin-top: 10px;
	font-size: 1.5rem;
	color: #181818;
	font-weight: 300;
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
}
.copy-guard img {
pointer-events: none;}
.reason_number {
font-family: 'Open Sans', sans-serif;}
p.top_message {
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
}
.wpcf7 a:not(.init) {
	text-decoration: underline;
}
.wpcf7 .form-title {
	width: 35%;
}
.wpcf7-response-output {
	color: #FFFFFF;
}
.greeting-box-shadow {
	margin-left: -25px;
	margin-right: -25px;
}
.site-header_scroll-background {
	background-color: #ffffffee;
}
.drawer_area img {
	position: absolute;
	bottom: 100px;
	right: 0px;
}
.drawer-button-icon > span:nth-of-type(3) {
	bottom: 0px;
}
body:not(.home) .header_header-navi {
	background-color: #FFFFFF;
}
