@charset "UTF-8";

/*
Theme Name: SHIZCARE HOME
Description: SHIZCARE HOME-V4.4 Design WordPress tmpl.
Author: cmdc
Author URI: c-mdc.jp
Version: 4.4.1
*/

:root {
	--base:       #116357;
	--main:       #78DEC7;
	--sub:        #98DA3D;
	--emphasis01: #177464;
	--emphasis02: #7ABCAD;
	--emphasis03: #4AD6B6;
	--emphasis04: #E7EEEC;
	--emphasis05: #66A908;
	--emphasis06: #749092;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, strong, sub, summary, sup, tt, table, tbody, tfoot, thead, time, tr, th, td, u, ul, var, video {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	text-align: left;
	vertical-align: baseline;
	white-space: normal;
	border: 0;
	background: transparent;
	outline: 0;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}

/* ------------------------------------
// common
------------------------------------ */
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-optical-sizing: auto;
	background: #FFF !important;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	word-break : break-all;
	word-wrap : break-word;
	overflow-wrap : break-word;
	overflow-x: hidden;
}
a {
	overflow: hidden;
	color: #242424;
	outline: none !important;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}
a:link, a:visited, a:active, a:hover, a:focus {
	overflow: hidden !important;
	outline: none !important;
}
a:link {
	color: #177464;
}
a:hover {
	color: #177464 !important;
	text-decoration: underline;
}
a:visited {
	color: #242424 !important;
}
:focus {
	outline: none !important;
}
a:visited {
	color: #242424;
}
a.service-link:hover {
	text-decoration: none !important;
}
a > .fa-twitter-square {
	color: #009ac3 !important;
}
a > .fa-line {
	color: #07b53b !important;
}
a > .fa-instagram,
a > .fa-square-instagram {
	color: #C13584 !important;
}
a > .fa-square-x-twitter {
	color: #222 !important;
}
a > .fa-youtube {
	color: #FF0000 !important;
}
a > .fa-square-envelope {
	color: #337AB7 !important;
}
.current {
	color: #337AB7 !important;
}
.link {
	padding-top: 225px !important;
}
.page_link {
	margin-top: -225px !important;
	padding-top: 225px !important;
}
a.text-link {
	color: #177464 !important;
	text-decoration: underline !important;
}
img {
	max-width: 100% !important;
	height: auto !important;
}
a img {
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
a:hover img {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	-o-opacity: 0.9;
	filter: alpha(opacity=90);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=90)"; /* IE 8 */
	opacity: 0.90;
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}
.noimage {
	height: 100%;
	display: block;
	color: #FFF;
	font-size: large;
	text-align: center;
	line-height: 10rem;
	background: #eee;
}
.none {
	display: none;
}
[class*="col-"] {
	margin-bottom: 1rem;
	/*overflow: hidden;*/
}
blockquote {
	margin: 2rem auto 2rem;
	padding: 2rem;
	text-align: left;
	line-height: 1.8;
	font-size: 1.7rem;
	border-radius: 1rem;
	border: 3px double rgba(0, 154, 136, 0.7) !important;
}
blockquote:before {
	content: "";
}

/* ------------------------------------
// background
------------------------------------ */
.bg-gray { background-color: #F5F5F5 !important;}
.bg-contact { background-color: #fdeef1 !important;}
.bg-beige {background-color: #FFF8E1 !important;}
.bg-01 { background-color: #FFF8E1 !important;}
.bg-02 { background-color: #E5F5F3 !important;}
.bg-03 { background-color: hsla(187, 100%, 42%, 0.1) !important;}
.bg-shadows {
	box-shadow: 0px 4px 2px -2px rgb(0 0 0 / 5%) inset,0px -4px 2px -2px rgb(0 0 0 / 5%) inset !important;
}
.bg-banner {
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(97, 189, 98, 0.3) 3px, rgba(97, 189, 98, 0.3) 6px );
	box-shadow: 0px 4px 2px -2px rgb(0 0 0 / 5%) inset,0px -4px 2px -2px rgb(0 0 0 / 5%) inset;
}
.bg-list {
	background-color: hsla(79, 86%, 43%, 0.2);
}

/* ------------------------------------
// border
------------------------------------ */
.border-db {border: 2px solid rgba(0, 51, 102, 0.7) !important;}
.border-double {
	padding: .75rem !important;
	border-width: 3px !important;
	border-style: double !important;
}

/* ------------------------------------
// typography
------------------------------------ */
h1, h2, h3, .h1, .h2 .h3 {
	margin: 0 0 1rem;
	text-align: left;
	font-weight: 700;
	line-height: 1.5 !important;
	letter-spacing: .1rem;
}
h4, h5, h6, .h4, .h5, .h6 {
	margin: 0 0 1rem;
	font-weight: 700 !important;
	text-align: left;
	letter-spacing: 0.5px;
}
.post-title {
	letter-spacing: .1rem;
}
h1 {
	color: #232323;
	font-weight: 700 !important;
	line-height: 1.3;
}
.title {
	font-weight: 700 !important;
}
h1.title {
	margin: 0 0 5rem !important;
	letter-spacing: .3rem !important;
}
h1.title > small {
	margin-left: 2rem;
	display: inline-block;
	text-align: left;
	font-size: 1.3rem !important;
}
h2 {
	margin: 0 0 2rem !important;
	color: #232323;
	font-weight: 700 !important;
	letter-spacing: .2rem;
}
h2.page-title {
	margin-bottom: 3rem !important;
	text-align: center;
}
h2.page-title span {
	display: block;
	text-align: center;
	letter-spacing: 0 !important;
}
h2.page-title span::before {
	margin-right: 1rem;
	font-family: "Font Awesome 6 Free";
	content: "\f0c9";
	opacity: 0.5;
}
h2.page-title span::after {
	margin-left: 1rem;
	font-family: "Font Awesome 6 Free";
	content: "\f0c9";
	opacity: 0.5;
}
h2.page-title small {
	margin-bottom: .35rem;
	display: block;
	text-align: center;
	font-size: 70%;
	color: #555;
}
h3 {
	margin: 0 0 1.5rem !important;
	padding: 0;
	line-height: 1.5;
}
h3.title {
	margin-bottom: 3rem;
	padding-bottom: .5rem;
	position: relative;
	text-align: center;
}
h3.title span {
	display: inline-block;
	text-align: center;
	border-bottom: 5px dotted var(--main);
}
h3.eng {
	letter-spacing: 0 !important;
}
h3.sub-title {
	margin: 0 0 1rem !important;
	font-weight: 500 !important;
	letter-spacing: .2rem !important;
	border: none !important;
}
h3.sub-title::after {
	content: '';
	background: none;
}
h3.sub-title small {
	margin-left: .5rem;
	font-size: .8em !important;
}
h4 {
	margin: .5rem 0 1rem;
	line-height: 1.6 !important;
}
h4.title {
	margin-bottom: 2rem !important;
	padding-bottom: .5rem;
}
h4.title span {
	display: inline-block;
	border-bottom: 5px dotted rgba(255, 255, 255, .5);
}
h5 {
	margin: 0 0 .5rem;
	line-height: 1.6 !important;
}
h6 {
	margin: 0 0 .5rem;
	line-height: 1.6 !important;
}
p {
	margin: 0 0 1rem;
	line-height: 1.6 !important;
	letter-spacing: 0.5px;
	text-align: left;
}
strong {
	font-weight: 600 !important;
	letter-spacing: 0 !important;
}
em {
	font-weight: 700 !important;
	font-style: normal !important;
}
small {
	display: inline-block;
	font-size: 85%;
	line-height: 1.6;
}
.small {
	font-size: .9em !important;
}
label {
	padding: 1.5rem 2.5rem;
	line-height: 1;
	text-transform: capitalize;
	color: #FFF;
	letter-spacing: 0.5px;
	background: #76928D !important;
	border-radius: .25rem;
}
label.control-label {
	padding: 1rem 2.5rem !important;
	line-height: 1;
	text-transform: capitalize;
	color: #FFF;
	letter-spacing: 0.5px;
	background: #76928D !important;
	border-radius: .25rem;
}
.lead {
	font-weight: 700 !important;
	font-size: 1.8rem;
}
.normal {
	font-weight: 500 !important;
	letter-spacing: .2rem !important;
}
.heading {
	margin: 0 0 2rem;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
.heading h2 {
	margin: 0 !important;
	padding: 1.5rem 1.5rem;
	display: inline-block;
	width: 80%;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-align: center;
	color: #FFF !important;
	letter-spacing: .1rem;
	background-color: var(--base);
	border-radius: 4rem;
}
#page .heading h2 {
	margin: 0 !important;
	padding: 1.5rem 2.5rem;
	display: inline-block;
	width: auto;
	min-width: 50%;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-align: center;
	color: #FFF !important;
	letter-spacing: .1rem;
	background-color: var(--base);
	border-radius: 4rem;
}
.heading .svg-title {
	margin: 0 -3rem 0 0;
	width: 175px;
	height: auto;
	z-index: 2;
}
.merit .heading h2 {
	background-color: var(--sub) !important;
}
.emphasis {
	padding-bottom: .5rem !important;
	letter-spacing: 0.5px !important;
}
.emphasis span {
	border-bottom: 5px dotted #FF7B3E;
}
.emphasis span strong {
	font-size: 1.15em !important;
}
.emphasis span small {
	font-size: .8em !important;
	font-weight: 700 !important;
}
.number-title {
	position: relative;
	overflow: hidden;
	padding: 1rem 2rem 1rem 90px;
	color: var(--sub);
	border-bottom: 1px solid var(--emphasis02);
}
.number-title:before {
	position: absolute;
	top: -50%;
	left: -35px;
	width: 100px;
	height: 165%;
	content: '';
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	background: var(--emphasis02)
}
.number-title span {
	padding-top: 0;
	padding-left: 16px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	color: #fff;
	font-weight: 500;
	font-family: "Helvetica Neue", "Open Sans", "Noto Sans JP", sans-serif !important;
	letter-spacing: 0.5px !important;
}
hr {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
	border: 0;
		border-top-color: currentcolor;
		border-top-style: none;
		border-top-width: 0px;
	border-top: .2rem dotted rgba(0,0,0,.1);
}
.ls-0 {
	letter-spacing: 0 !important;
}
.ls-2 {
	letter-spacing: .2rem !important;
}
.ls-3 {
	letter-spacing: .3rem !important;
}
.lh-1 {
	line-height: 1.6 !important;
}
.lh-2 {
	line-height: 2 !important;
}
.txt-c {
	text-align: center !important;
}
.text-min {
	font-weight: 500 !important;
	letter-spacing: .1rem !important;
	font-family: "Noto Serif JP", serif !important;
}
.vertical-text {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	margin: 2rem auto .5rem;
}

/* ------------------------------------
// space
------------------------------------ */
.mb-6 { margin-bottom: 6rem !important;}
.mb-7 { margin-bottom: 7rem !important;}
.mb-8 { margin-bottom: 8rem !important;}
.mb-9 { margin-bottom: 9rem !important;}

/* ------------------------------------
// header
------------------------------------ */
header#main-head {
	padding: .35rem 1rem;
	position: fixed;
	width: 100%;
	color: #FFF;
	overflow: hidden;
	z-index: 99999;
}
.header-nav a:hover img {
	-webkit-opacity: 0.85;
	-moz-opacity: 0.85;
	-o-opacity: 0.85;
	filter: alpha(opacity=85);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=85)"; /* IE 8 */
	opacity: 0.85;
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	transform: scale(1) !important;
}
.header-info {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	text-align: right;
}
.header-info a.header-btn {
	width: 100%;
	text-align: center;
	color: var(--base);
	font-size: .85em !important;
	letter-spacing: 0 !important;
}
.header-info a.lang-btn {
	padding: .5rem .75rem;
	width: 100%;
	text-align: center;
	color: #FFF !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
	font-size: .7em !important;
	background-color: #AAA;
}
.header-info a.lang-btn.lang-jp {
	background-color: var(--emphasis03);
}
.header-info a:hover.lang-btn {
	text-decoration: none !important;
	color: #FFF !important;
	background-color: var(--emphasis01);
}
@media (max-width: 767.98px) {
	.sp-lang {
		width: 20%;
	}
	.sp-lang a.lang-btn {
		margin: 0 0 6px;
		padding: .5rem .75rem;
		display: block;
		width: 100%;
		text-align: center;
		color: #FFF !important;
		line-height: 1.2 !important;
		letter-spacing: 0 !important;
		font-size: .7em !important;
		background-color: #AAA;
	}
	.sp-lang a.lang-btn.lang-jp {
		background-color: var(--emphasis03);
	}
	.sp-lang a:hover.lang-btn {
		text-decoration: none !important;
		color: #FFF !important;
		background-color: var(--emphasis01);
	}
}

/* ------------------------------------
// color variation
------------------------------------ */
.text-black {color: #232323 !important;}
.text-gray {color: #858585 !important;}
.text-blue {color: #004DA0 !important;}
.text-db {color: #036 !important;}
.text-red {color: #d30023 !important;}
.text-sky {color: #009AC3 !important;}
.text-pink {color: #FD757A !important;}
.text-purple {color: #c375ad !important;}
.text-lime {color: #76C944 !important;}
.text-yellow {color: #F8AF4B !important;}
.text-orange {color: #EF8300 !important;}
.text-green {color: #009A88 !important;}
.text-white {color: #FFF !important;}
.svg-title {
	fill: currentColor !important;
}
.shodow {
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	border-radius: .25rem;
}

/* ------------------------------------
// list
------------------------------------ */
ul, ol, dl dt, dd {
	line-height: 1.5;
}
dl {
	margin: .5rem 0 1rem !important;
}
dt {
	margin: 0 0 .5rem;
	padding: .5rem .5rem .5rem .75rem;
	text-align: left;
	font-size: 1.1em !important;
	font-weight: 700 !important;
}
dd {
	margin: 0 0 1.2rem !important;
	padding: 0 0 .5rem;
	line-height: 1.6;
	text-align: left;
}
dl.faq {
	margin: 0 0 2rem !important;
}
dl.faq dt {
	margin-bottom: 1.5rem;
	padding: 0;
	font-size: 1.9rem !important;
	color: var(--base);
}
dl.faq dt::before {
	margin-right: .3rem;
	width: 3rem;
	height: 3rem;
	display: inline-block;
	text-align: center;
	line-height: 3rem !important;
	font-size: 1.5em !important;
	content:url('svg/svg-question.svg');
	background-color: var(--emphasis05);
	border-radius: 50%;
}
dl.faq dd {
	padding: 0 .5rem 0 1.5em;
	text-indent: -1em;
	font-size: 1.5rem !important;
	line-height: 1.6 !important;
}
dl.faq dd::before {
	margin-right: .3rem !important;
	content: 'A';
	font-weight: 700 !important;
	font-size: 1.8rem !important;
	color: #C30 !important;
}
li {
	margin: .5rem 0 .5rem;
	list-style: none;
}
ol.num-list {
	margin: 0 !important;
	list-style: none;
	counter-reset: number;
}
ol.num-list li {
	position: relative;
	padding-left: 2.5rem;
	letter-spacing: 0.5px !important;
}
ol.num-list li::before {
	counter-increment: number;
	content: '（' counter(number) '）';
	position: absolute;
	left: 0;
}
ol.num-list li small {
	font-size: .85em !important;
}
ol.num-list li:last-child {
	margin-bottom: 0 !important;
}
ul.arrow {
	margin: 0 0;
}
ul.arrow li {
	margin: 0 0 .75rem;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
	font-weight: 500;
	font-size: 1.1em !important;
}
ul.arrow li:last-child {
	margin-bottom: 0 !important;
}
ul.arrow li:before {
	margin-right: 5px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f14a";
	color: var(--main);
}
ul.sitelink li {
	margin: 0 0 .5rem;
	padding: .75rem .5rem;
	text-align: left;
	letter-spacing: 0 !important;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
ul.sitelink li:before {
	margin-right: 5px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f0c1";
}
hr.hr-dotted {
	margin: 3rem 0 4rem !important;
	border-top: 2px dotted rgba(125, 125, 125, 0.3);
}
hr.hr-dotted2 {
	margin: 2rem 0 2rem !important;
	border-top: 2px dotted rgba(255, 255, 255, 0.5);
}
hr.hr-line {
	margin: 2em 0;
	border-top: 2px dotted rgba(0, 0, 0, 0.1);
}

/* ------------------------------------
// media
------------------------------------ */
object {
	pointer-events: none;
}
a > object {
	display: inline-block;
}
.thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
	margin-top: 0;
	margin-bottom: 0;
	max-width: 100%;
	height: auto;
	display: block;
	text-align: center;
}
.navbar-brand img {
	margin-top: 0;
	margin-bottom: .5rem;
	max-width: 100%;
	height: auto;
	display: block;
	text-align: center;
}
.img-responsive {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	display: block;
	text-align: center;
}
.img-round {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	display: block;
	text-align: center;
	border-radius: 18px;
}
.img-fit {
	max-width: 100% !important;
	width: 100% !important;
	height: auto;
}
.img-shodow {
	box-shadow: 12px 12px 0 hsla(32, 30%, 83%, 0.9);
}
.img-border {
	box-shadow: 10px 10px 0 hsla(0, 0%, 0%, 0.2);
}

/* ------------------------------------
// layout
------------------------------------ */
main {
	margin: 0;
}
main#pages {
	text-align: left;
}
article {
	margin: 0;
}
article#top {
	z-index: 88888 !important;
}
section {
	margin: 0 0;
	padding: 10em 0 10em;
}
article section {
	padding: 10em 0 10em;
	background-color: #FFF;
}
main#page article section {
	padding: 5em 0 5em;
}
main#post article section {
	padding: 3.5em 0 3em;
}
main article section.concept {
	position: relative;
	background-image: url('common/background/bg-service.png');
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-color: rgba(255, 255, 255, 0.7);
	background-blend-mode: lighten;
}
.webp main article section.concept {
	position: relative;
	background-image: url('common/background/bg-service.webp');
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-color: rgba(255, 255, 255, 0.7);
	background-blend-mode: lighten;
}
main article section.concept .container-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
main article section.service {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: repeat;
	background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 2000 1400%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask id=%22b%22 x=%220%22 y=%220%22 width=%222000%22 height=%221400%22%3E%3Cpath fill=%22url(%23a)%22 d=%22M0 0h2000v1400H0z%22%2F%3E%3C%2Fmask%3E%3Cpath fill=%22%23fff%22 d=%22M0 0h2000v1400H0z%22%2F%3E%3Cg style=%22transform-origin:center center%22 stroke=%22%23e0fabd%22 stroke-width=%222%22 fill=%22none%22 mask=%22url(%23b)%22%3E%3Cpath d=%22M0 0h50v50H0zM50 0h50v50H50zM100 0h50v50h-50zM150 0h50v50h-50zM200 0h50v50h-50zM250 0h50v50h-50zM300 0h50v50h-50zM350 0h50v50h-50zM400 0h50v50h-50zM450 0h50v50h-50zM500 0h50v50h-50zM550 0h50v50h-50zM600 0h50v50h-50zM650 0h50v50h-50zM700 0h50v50h-50zM750 0h50v50h-50zM800 0h50v50h-50zM850 0h50v50h-50zM900 0h50v50h-50zM950 0h50v50h-50zM1000 0h50v50h-50zM1050 0h50v50h-50zM1100 0h50v50h-50zM1150 0h50v50h-50zM1200 0h50v50h-50zM1250 0h50v50h-50zM1300 0h50v50h-50zM1350 0h50v50h-50zM1400 0h50v50h-50zM1450 0h50v50h-50zM1500 0h50v50h-50zM1550 0h50v50h-50zM1600 0h50v50h-50zM1650 0h50v50h-50zM1700 0h50v50h-50zM1750 0h50v50h-50zM1800 0h50v50h-50zM1850 0h50v50h-50zM1900 0h50v50h-50zM1950 0h50v50h-50zM0 50h50v50H0zM50 50h50v50H50zM100 50h50v50h-50zM150 50h50v50h-50zM200 50h50v50h-50zM250 50h50v50h-50zM300 50h50v50h-50zM350 50h50v50h-50zM400 50h50v50h-50zM450 50h50v50h-50zM500 50h50v50h-50zM550 50h50v50h-50zM600 50h50v50h-50zM650 50h50v50h-50zM700 50h50v50h-50zM750 50h50v50h-50zM800 50h50v50h-50zM850 50h50v50h-50zM900 50h50v50h-50zM950 50h50v50h-50zM1000 50h50v50h-50zM1050 50h50v50h-50zM1100 50h50v50h-50zM1150 50h50v50h-50zM1200 50h50v50h-50zM1250 50h50v50h-50zM1300 50h50v50h-50zM1350 50h50v50h-50zM1400 50h50v50h-50zM1450 50h50v50h-50zM1500 50h50v50h-50zM1550 50h50v50h-50zM1600 50h50v50h-50zM1650 50h50v50h-50zM1700 50h50v50h-50zM1750 50h50v50h-50zM1800 50h50v50h-50zM1850 50h50v50h-50zM1900 50h50v50h-50zM1950 50h50v50h-50zM0 100h50v50H0zM50 100h50v50H50zM100 100h50v50h-50zM150 100h50v50h-50zM200 100h50v50h-50zM250 100h50v50h-50zM300 100h50v50h-50zM350 100h50v50h-50zM400 100h50v50h-50zM450 100h50v50h-50zM500 100h50v50h-50zM550 100h50v50h-50zM600 100h50v50h-50zM650 100h50v50h-50zM700 100h50v50h-50zM750 100h50v50h-50zM800 100h50v50h-50zM850 100h50v50h-50zM900 100h50v50h-50zM950 100h50v50h-50zM1000 100h50v50h-50zM1050 100h50v50h-50zM1100 100h50v50h-50zM1150 100h50v50h-50zM1200 100h50v50h-50zM1250 100h50v50h-50zM1300 100h50v50h-50zM1350 100h50v50h-50zM1400 100h50v50h-50zM1450 100h50v50h-50zM1500 100h50v50h-50zM1550 100h50v50h-50zM1600 100h50v50h-50zM1650 100h50v50h-50zM1700 100h50v50h-50zM1750 100h50v50h-50zM1800 100h50v50h-50zM1850 100h50v50h-50zM1900 100h50v50h-50zM1950 100h50v50h-50zM0 150h50v50H0zM50 150h50v50H50zM100 150h50v50h-50zM150 150h50v50h-50zM200 150h50v50h-50zM250 150h50v50h-50zM300 150h50v50h-50zM350 150h50v50h-50zM400 150h50v50h-50zM450 150h50v50h-50zM500 150h50v50h-50zM550 150h50v50h-50zM600 150h50v50h-50zM650 150h50v50h-50zM700 150h50v50h-50zM750 150h50v50h-50zM800 150h50v50h-50zM850 150h50v50h-50zM900 150h50v50h-50zM950 150h50v50h-50zM1000 150h50v50h-50zM1050 150h50v50h-50zM1100 150h50v50h-50zM1150 150h50v50h-50zM1200 150h50v50h-50zM1250 150h50v50h-50zM1300 150h50v50h-50zM1350 150h50v50h-50zM1400 150h50v50h-50zM1450 150h50v50h-50zM1500 150h50v50h-50zM1550 150h50v50h-50zM1600 150h50v50h-50zM1650 150h50v50h-50zM1700 150h50v50h-50zM1750 150h50v50h-50zM1800 150h50v50h-50zM1850 150h50v50h-50zM1900 150h50v50h-50zM1950 150h50v50h-50zM0 200h50v50H0zM50 200h50v50H50zM100 200h50v50h-50zM150 200h50v50h-50zM200 200h50v50h-50zM250 200h50v50h-50zM300 200h50v50h-50zM350 200h50v50h-50zM400 200h50v50h-50zM450 200h50v50h-50zM500 200h50v50h-50zM550 200h50v50h-50zM600 200h50v50h-50zM650 200h50v50h-50zM700 200h50v50h-50zM750 200h50v50h-50zM800 200h50v50h-50zM850 200h50v50h-50zM900 200h50v50h-50zM950 200h50v50h-50zM1000 200h50v50h-50zM1050 200h50v50h-50zM1100 200h50v50h-50zM1150 200h50v50h-50zM1200 200h50v50h-50zM1250 200h50v50h-50zM1300 200h50v50h-50zM1350 200h50v50h-50zM1400 200h50v50h-50zM1450 200h50v50h-50zM1500 200h50v50h-50zM1550 200h50v50h-50zM1600 200h50v50h-50zM1650 200h50v50h-50zM1700 200h50v50h-50zM1750 200h50v50h-50zM1800 200h50v50h-50zM1850 200h50v50h-50zM1900 200h50v50h-50zM1950 200h50v50h-50zM0 250h50v50H0zM50 250h50v50H50zM100 250h50v50h-50zM150 250h50v50h-50zM200 250h50v50h-50zM250 250h50v50h-50zM300 250h50v50h-50zM350 250h50v50h-50zM400 250h50v50h-50zM450 250h50v50h-50zM500 250h50v50h-50zM550 250h50v50h-50zM600 250h50v50h-50zM650 250h50v50h-50zM700 250h50v50h-50zM750 250h50v50h-50zM800 250h50v50h-50zM850 250h50v50h-50zM900 250h50v50h-50zM950 250h50v50h-50zM1000 250h50v50h-50zM1050 250h50v50h-50zM1100 250h50v50h-50zM1150 250h50v50h-50zM1200 250h50v50h-50zM1250 250h50v50h-50zM1300 250h50v50h-50zM1350 250h50v50h-50zM1400 250h50v50h-50zM1450 250h50v50h-50zM1500 250h50v50h-50zM1550 250h50v50h-50zM1600 250h50v50h-50zM1650 250h50v50h-50zM1700 250h50v50h-50zM1750 250h50v50h-50zM1800 250h50v50h-50zM1850 250h50v50h-50zM1900 250h50v50h-50zM1950 250h50v50h-50zM0 300h50v50H0zM50 300h50v50H50zM100 300h50v50h-50zM150 300h50v50h-50zM200 300h50v50h-50zM250 300h50v50h-50zM300 300h50v50h-50zM350 300h50v50h-50zM400 300h50v50h-50zM450 300h50v50h-50zM500 300h50v50h-50zM550 300h50v50h-50zM600 300h50v50h-50zM650 300h50v50h-50zM700 300h50v50h-50zM750 300h50v50h-50zM800 300h50v50h-50zM850 300h50v50h-50zM900 300h50v50h-50zM950 300h50v50h-50zM1000 300h50v50h-50zM1050 300h50v50h-50zM1100 300h50v50h-50zM1150 300h50v50h-50zM1200 300h50v50h-50zM1250 300h50v50h-50zM1300 300h50v50h-50zM1350 300h50v50h-50zM1400 300h50v50h-50zM1450 300h50v50h-50zM1500 300h50v50h-50zM1550 300h50v50h-50zM1600 300h50v50h-50zM1650 300h50v50h-50zM1700 300h50v50h-50zM1750 300h50v50h-50zM1800 300h50v50h-50zM1850 300h50v50h-50zM1900 300h50v50h-50zM1950 300h50v50h-50zM0 350h50v50H0zM50 350h50v50H50zM100 350h50v50h-50zM150 350h50v50h-50zM200 350h50v50h-50zM250 350h50v50h-50zM300 350h50v50h-50zM350 350h50v50h-50zM400 350h50v50h-50zM450 350h50v50h-50zM500 350h50v50h-50zM550 350h50v50h-50zM600 350h50v50h-50zM650 350h50v50h-50zM700 350h50v50h-50zM750 350h50v50h-50zM800 350h50v50h-50zM850 350h50v50h-50zM900 350h50v50h-50zM950 350h50v50h-50zM1000 350h50v50h-50zM1050 350h50v50h-50zM1100 350h50v50h-50zM1150 350h50v50h-50zM1200 350h50v50h-50zM1250 350h50v50h-50zM1300 350h50v50h-50zM1350 350h50v50h-50zM1400 350h50v50h-50zM1450 350h50v50h-50zM1500 350h50v50h-50zM1550 350h50v50h-50zM1600 350h50v50h-50zM1650 350h50v50h-50zM1700 350h50v50h-50zM1750 350h50v50h-50zM1800 350h50v50h-50zM1850 350h50v50h-50zM1900 350h50v50h-50zM1950 350h50v50h-50zM0 400h50v50H0zM50 400h50v50H50zM100 400h50v50h-50zM150 400h50v50h-50zM200 400h50v50h-50zM250 400h50v50h-50zM300 400h50v50h-50zM350 400h50v50h-50zM400 400h50v50h-50zM450 400h50v50h-50zM500 400h50v50h-50zM550 400h50v50h-50zM600 400h50v50h-50zM650 400h50v50h-50zM700 400h50v50h-50zM750 400h50v50h-50zM800 400h50v50h-50zM850 400h50v50h-50zM900 400h50v50h-50zM950 400h50v50h-50zM1000 400h50v50h-50zM1050 400h50v50h-50zM1100 400h50v50h-50zM1150 400h50v50h-50zM1200 400h50v50h-50zM1250 400h50v50h-50zM1300 400h50v50h-50zM1350 400h50v50h-50zM1400 400h50v50h-50zM1450 400h50v50h-50zM1500 400h50v50h-50zM1550 400h50v50h-50zM1600 400h50v50h-50zM1650 400h50v50h-50zM1700 400h50v50h-50zM1750 400h50v50h-50zM1800 400h50v50h-50zM1850 400h50v50h-50zM1900 400h50v50h-50zM1950 400h50v50h-50zM0 450h50v50H0zM50 450h50v50H50zM100 450h50v50h-50zM150 450h50v50h-50zM200 450h50v50h-50zM250 450h50v50h-50zM300 450h50v50h-50zM350 450h50v50h-50zM400 450h50v50h-50zM450 450h50v50h-50zM500 450h50v50h-50zM550 450h50v50h-50zM600 450h50v50h-50zM650 450h50v50h-50zM700 450h50v50h-50zM750 450h50v50h-50zM800 450h50v50h-50zM850 450h50v50h-50zM900 450h50v50h-50zM950 450h50v50h-50zM1000 450h50v50h-50zM1050 450h50v50h-50zM1100 450h50v50h-50zM1150 450h50v50h-50zM1200 450h50v50h-50zM1250 450h50v50h-50zM1300 450h50v50h-50zM1350 450h50v50h-50zM1400 450h50v50h-50zM1450 450h50v50h-50zM1500 450h50v50h-50zM1550 450h50v50h-50zM1600 450h50v50h-50zM1650 450h50v50h-50zM1700 450h50v50h-50zM1750 450h50v50h-50zM1800 450h50v50h-50zM1850 450h50v50h-50zM1900 450h50v50h-50zM1950 450h50v50h-50zM0 500h50v50H0zM50 500h50v50H50zM100 500h50v50h-50zM150 500h50v50h-50zM200 500h50v50h-50zM250 500h50v50h-50zM300 500h50v50h-50zM350 500h50v50h-50zM400 500h50v50h-50zM450 500h50v50h-50zM500 500h50v50h-50zM550 500h50v50h-50zM600 500h50v50h-50zM650 500h50v50h-50zM700 500h50v50h-50zM750 500h50v50h-50zM800 500h50v50h-50zM850 500h50v50h-50zM900 500h50v50h-50zM950 500h50v50h-50zM1000 500h50v50h-50zM1050 500h50v50h-50zM1100 500h50v50h-50zM1150 500h50v50h-50zM1200 500h50v50h-50zM1250 500h50v50h-50zM1300 500h50v50h-50zM1350 500h50v50h-50zM1400 500h50v50h-50zM1450 500h50v50h-50zM1500 500h50v50h-50zM1550 500h50v50h-50zM1600 500h50v50h-50zM1650 500h50v50h-50zM1700 500h50v50h-50zM1750 500h50v50h-50zM1800 500h50v50h-50zM1850 500h50v50h-50zM1900 500h50v50h-50zM1950 500h50v50h-50zM0 550h50v50H0zM50 550h50v50H50zM100 550h50v50h-50zM150 550h50v50h-50zM200 550h50v50h-50zM250 550h50v50h-50zM300 550h50v50h-50zM350 550h50v50h-50zM400 550h50v50h-50zM450 550h50v50h-50zM500 550h50v50h-50zM550 550h50v50h-50zM600 550h50v50h-50zM650 550h50v50h-50zM700 550h50v50h-50zM750 550h50v50h-50zM800 550h50v50h-50zM850 550h50v50h-50zM900 550h50v50h-50zM950 550h50v50h-50zM1000 550h50v50h-50zM1050 550h50v50h-50zM1100 550h50v50h-50zM1150 550h50v50h-50zM1200 550h50v50h-50zM1250 550h50v50h-50zM1300 550h50v50h-50zM1350 550h50v50h-50zM1400 550h50v50h-50zM1450 550h50v50h-50zM1500 550h50v50h-50zM1550 550h50v50h-50zM1600 550h50v50h-50zM1650 550h50v50h-50zM1700 550h50v50h-50zM1750 550h50v50h-50zM1800 550h50v50h-50zM1850 550h50v50h-50zM1900 550h50v50h-50zM1950 550h50v50h-50zM0 600h50v50H0zM50 600h50v50H50zM100 600h50v50h-50zM150 600h50v50h-50zM200 600h50v50h-50zM250 600h50v50h-50zM300 600h50v50h-50zM350 600h50v50h-50zM400 600h50v50h-50zM450 600h50v50h-50zM500 600h50v50h-50zM550 600h50v50h-50zM600 600h50v50h-50zM650 600h50v50h-50zM700 600h50v50h-50zM750 600h50v50h-50zM800 600h50v50h-50zM850 600h50v50h-50zM900 600h50v50h-50zM950 600h50v50h-50zM1000 600h50v50h-50zM1050 600h50v50h-50zM1100 600h50v50h-50zM1150 600h50v50h-50zM1200 600h50v50h-50zM1250 600h50v50h-50zM1300 600h50v50h-50zM1350 600h50v50h-50zM1400 600h50v50h-50zM1450 600h50v50h-50zM1500 600h50v50h-50zM1550 600h50v50h-50zM1600 600h50v50h-50zM1650 600h50v50h-50zM1700 600h50v50h-50zM1750 600h50v50h-50zM1800 600h50v50h-50zM1850 600h50v50h-50zM1900 600h50v50h-50zM1950 600h50v50h-50zM0 650h50v50H0zM50 650h50v50H50zM100 650h50v50h-50zM150 650h50v50h-50zM200 650h50v50h-50zM250 650h50v50h-50zM300 650h50v50h-50zM350 650h50v50h-50zM400 650h50v50h-50zM450 650h50v50h-50zM500 650h50v50h-50zM550 650h50v50h-50zM600 650h50v50h-50zM650 650h50v50h-50zM700 650h50v50h-50zM750 650h50v50h-50zM800 650h50v50h-50zM850 650h50v50h-50zM900 650h50v50h-50zM950 650h50v50h-50zM1000 650h50v50h-50zM1050 650h50v50h-50zM1100 650h50v50h-50zM1150 650h50v50h-50zM1200 650h50v50h-50zM1250 650h50v50h-50zM1300 650h50v50h-50zM1350 650h50v50h-50zM1400 650h50v50h-50zM1450 650h50v50h-50zM1500 650h50v50h-50zM1550 650h50v50h-50zM1600 650h50v50h-50zM1650 650h50v50h-50zM1700 650h50v50h-50zM1750 650h50v50h-50zM1800 650h50v50h-50zM1850 650h50v50h-50zM1900 650h50v50h-50zM1950 650h50v50h-50zM0 700h50v50H0zM50 700h50v50H50zM100 700h50v50h-50zM150 700h50v50h-50zM200 700h50v50h-50zM250 700h50v50h-50zM300 700h50v50h-50zM350 700h50v50h-50zM400 700h50v50h-50zM450 700h50v50h-50zM500 700h50v50h-50zM550 700h50v50h-50zM600 700h50v50h-50zM650 700h50v50h-50zM700 700h50v50h-50zM750 700h50v50h-50zM800 700h50v50h-50zM850 700h50v50h-50zM900 700h50v50h-50zM950 700h50v50h-50zM1000 700h50v50h-50zM1050 700h50v50h-50zM1100 700h50v50h-50zM1150 700h50v50h-50zM1200 700h50v50h-50zM1250 700h50v50h-50zM1300 700h50v50h-50zM1350 700h50v50h-50zM1400 700h50v50h-50zM1450 700h50v50h-50zM1500 700h50v50h-50zM1550 700h50v50h-50zM1600 700h50v50h-50zM1650 700h50v50h-50zM1700 700h50v50h-50zM1750 700h50v50h-50zM1800 700h50v50h-50zM1850 700h50v50h-50zM1900 700h50v50h-50zM1950 700h50v50h-50zM0 750h50v50H0zM50 750h50v50H50zM100 750h50v50h-50zM150 750h50v50h-50zM200 750h50v50h-50zM250 750h50v50h-50zM300 750h50v50h-50zM350 750h50v50h-50zM400 750h50v50h-50zM450 750h50v50h-50zM500 750h50v50h-50zM550 750h50v50h-50zM600 750h50v50h-50zM650 750h50v50h-50zM700 750h50v50h-50zM750 750h50v50h-50zM800 750h50v50h-50zM850 750h50v50h-50zM900 750h50v50h-50zM950 750h50v50h-50zM1000 750h50v50h-50zM1050 750h50v50h-50zM1100 750h50v50h-50zM1150 750h50v50h-50zM1200 750h50v50h-50zM1250 750h50v50h-50zM1300 750h50v50h-50zM1350 750h50v50h-50zM1400 750h50v50h-50zM1450 750h50v50h-50zM1500 750h50v50h-50zM1550 750h50v50h-50zM1600 750h50v50h-50zM1650 750h50v50h-50zM1700 750h50v50h-50zM1750 750h50v50h-50zM1800 750h50v50h-50zM1850 750h50v50h-50zM1900 750h50v50h-50zM1950 750h50v50h-50zM0 800h50v50H0zM50 800h50v50H50zM100 800h50v50h-50zM150 800h50v50h-50zM200 800h50v50h-50zM250 800h50v50h-50zM300 800h50v50h-50zM350 800h50v50h-50zM400 800h50v50h-50zM450 800h50v50h-50zM500 800h50v50h-50zM550 800h50v50h-50zM600 800h50v50h-50zM650 800h50v50h-50zM700 800h50v50h-50zM750 800h50v50h-50zM800 800h50v50h-50zM850 800h50v50h-50zM900 800h50v50h-50zM950 800h50v50h-50zM1000 800h50v50h-50zM1050 800h50v50h-50zM1100 800h50v50h-50zM1150 800h50v50h-50zM1200 800h50v50h-50zM1250 800h50v50h-50zM1300 800h50v50h-50zM1350 800h50v50h-50zM1400 800h50v50h-50zM1450 800h50v50h-50zM1500 800h50v50h-50zM1550 800h50v50h-50zM1600 800h50v50h-50zM1650 800h50v50h-50zM1700 800h50v50h-50zM1750 800h50v50h-50zM1800 800h50v50h-50zM1850 800h50v50h-50zM1900 800h50v50h-50zM1950 800h50v50h-50zM0 850h50v50H0zM50 850h50v50H50zM100 850h50v50h-50zM150 850h50v50h-50zM200 850h50v50h-50zM250 850h50v50h-50zM300 850h50v50h-50zM350 850h50v50h-50zM400 850h50v50h-50zM450 850h50v50h-50zM500 850h50v50h-50zM550 850h50v50h-50zM600 850h50v50h-50zM650 850h50v50h-50zM700 850h50v50h-50zM750 850h50v50h-50zM800 850h50v50h-50zM850 850h50v50h-50zM900 850h50v50h-50zM950 850h50v50h-50zM1000 850h50v50h-50zM1050 850h50v50h-50zM1100 850h50v50h-50zM1150 850h50v50h-50zM1200 850h50v50h-50zM1250 850h50v50h-50zM1300 850h50v50h-50zM1350 850h50v50h-50zM1400 850h50v50h-50zM1450 850h50v50h-50zM1500 850h50v50h-50zM1550 850h50v50h-50zM1600 850h50v50h-50zM1650 850h50v50h-50zM1700 850h50v50h-50zM1750 850h50v50h-50zM1800 850h50v50h-50zM1850 850h50v50h-50zM1900 850h50v50h-50zM1950 850h50v50h-50zM0 900h50v50H0zM50 900h50v50H50zM100 900h50v50h-50zM150 900h50v50h-50zM200 900h50v50h-50zM250 900h50v50h-50zM300 900h50v50h-50zM350 900h50v50h-50zM400 900h50v50h-50zM450 900h50v50h-50zM500 900h50v50h-50zM550 900h50v50h-50zM600 900h50v50h-50zM650 900h50v50h-50zM700 900h50v50h-50zM750 900h50v50h-50zM800 900h50v50h-50zM850 900h50v50h-50zM900 900h50v50h-50zM950 900h50v50h-50zM1000 900h50v50h-50zM1050 900h50v50h-50zM1100 900h50v50h-50zM1150 900h50v50h-50zM1200 900h50v50h-50zM1250 900h50v50h-50zM1300 900h50v50h-50zM1350 900h50v50h-50zM1400 900h50v50h-50zM1450 900h50v50h-50zM1500 900h50v50h-50zM1550 900h50v50h-50zM1600 900h50v50h-50zM1650 900h50v50h-50zM1700 900h50v50h-50zM1750 900h50v50h-50zM1800 900h50v50h-50zM1850 900h50v50h-50zM1900 900h50v50h-50zM1950 900h50v50h-50zM0 950h50v50H0zM50 950h50v50H50zM100 950h50v50h-50zM150 950h50v50h-50zM200 950h50v50h-50zM250 950h50v50h-50zM300 950h50v50h-50zM350 950h50v50h-50zM400 950h50v50h-50zM450 950h50v50h-50zM500 950h50v50h-50zM550 950h50v50h-50zM600 950h50v50h-50zM650 950h50v50h-50zM700 950h50v50h-50zM750 950h50v50h-50zM800 950h50v50h-50zM850 950h50v50h-50zM900 950h50v50h-50zM950 950h50v50h-50zM1000 950h50v50h-50zM1050 950h50v50h-50zM1100 950h50v50h-50zM1150 950h50v50h-50zM1200 950h50v50h-50zM1250 950h50v50h-50zM1300 950h50v50h-50zM1350 950h50v50h-50zM1400 950h50v50h-50zM1450 950h50v50h-50zM1500 950h50v50h-50zM1550 950h50v50h-50zM1600 950h50v50h-50zM1650 950h50v50h-50zM1700 950h50v50h-50zM1750 950h50v50h-50zM1800 950h50v50h-50zM1850 950h50v50h-50zM1900 950h50v50h-50zM1950 950h50v50h-50zM0 1000h50v50H0zM50 1000h50v50H50zM100 1000h50v50h-50zM150 1000h50v50h-50zM200 1000h50v50h-50zM250 1000h50v50h-50zM300 1000h50v50h-50zM350 1000h50v50h-50zM400 1000h50v50h-50zM450 1000h50v50h-50zM500 1000h50v50h-50zM550 1000h50v50h-50zM600 1000h50v50h-50zM650 1000h50v50h-50zM700 1000h50v50h-50zM750 1000h50v50h-50zM800 1000h50v50h-50zM850 1000h50v50h-50zM900 1000h50v50h-50zM950 1000h50v50h-50zM1000 1000h50v50h-50zM1050 1000h50v50h-50zM1100 1000h50v50h-50zM1150 1000h50v50h-50zM1200 1000h50v50h-50zM1250 1000h50v50h-50zM1300 1000h50v50h-50zM1350 1000h50v50h-50zM1400 1000h50v50h-50zM1450 1000h50v50h-50zM1500 1000h50v50h-50zM1550 1000h50v50h-50zM1600 1000h50v50h-50zM1650 1000h50v50h-50zM1700 1000h50v50h-50zM1750 1000h50v50h-50zM1800 1000h50v50h-50zM1850 1000h50v50h-50zM1900 1000h50v50h-50zM1950 1000h50v50h-50zM0 1050h50v50H0zM50 1050h50v50H50zM100 1050h50v50h-50zM150 1050h50v50h-50zM200 1050h50v50h-50zM250 1050h50v50h-50zM300 1050h50v50h-50zM350 1050h50v50h-50zM400 1050h50v50h-50zM450 1050h50v50h-50zM500 1050h50v50h-50zM550 1050h50v50h-50zM600 1050h50v50h-50zM650 1050h50v50h-50zM700 1050h50v50h-50zM750 1050h50v50h-50zM800 1050h50v50h-50zM850 1050h50v50h-50zM900 1050h50v50h-50zM950 1050h50v50h-50zM1000 1050h50v50h-50zM1050 1050h50v50h-50zM1100 1050h50v50h-50zM1150 1050h50v50h-50zM1200 1050h50v50h-50zM1250 1050h50v50h-50zM1300 1050h50v50h-50zM1350 1050h50v50h-50zM1400 1050h50v50h-50zM1450 1050h50v50h-50zM1500 1050h50v50h-50zM1550 1050h50v50h-50zM1600 1050h50v50h-50zM1650 1050h50v50h-50zM1700 1050h50v50h-50zM1750 1050h50v50h-50zM1800 1050h50v50h-50zM1850 1050h50v50h-50zM1900 1050h50v50h-50zM1950 1050h50v50h-50zM0 1100h50v50H0zM50 1100h50v50H50zM100 1100h50v50h-50zM150 1100h50v50h-50zM200 1100h50v50h-50zM250 1100h50v50h-50zM300 1100h50v50h-50zM350 1100h50v50h-50zM400 1100h50v50h-50zM450 1100h50v50h-50zM500 1100h50v50h-50zM550 1100h50v50h-50zM600 1100h50v50h-50zM650 1100h50v50h-50zM700 1100h50v50h-50zM750 1100h50v50h-50zM800 1100h50v50h-50zM850 1100h50v50h-50zM900 1100h50v50h-50zM950 1100h50v50h-50zM1000 1100h50v50h-50zM1050 1100h50v50h-50zM1100 1100h50v50h-50zM1150 1100h50v50h-50zM1200 1100h50v50h-50zM1250 1100h50v50h-50zM1300 1100h50v50h-50zM1350 1100h50v50h-50zM1400 1100h50v50h-50zM1450 1100h50v50h-50zM1500 1100h50v50h-50zM1550 1100h50v50h-50zM1600 1100h50v50h-50zM1650 1100h50v50h-50zM1700 1100h50v50h-50zM1750 1100h50v50h-50zM1800 1100h50v50h-50zM1850 1100h50v50h-50zM1900 1100h50v50h-50zM1950 1100h50v50h-50zM0 1150h50v50H0zM50 1150h50v50H50zM100 1150h50v50h-50zM150 1150h50v50h-50zM200 1150h50v50h-50zM250 1150h50v50h-50zM300 1150h50v50h-50zM350 1150h50v50h-50zM400 1150h50v50h-50zM450 1150h50v50h-50zM500 1150h50v50h-50zM550 1150h50v50h-50zM600 1150h50v50h-50zM650 1150h50v50h-50zM700 1150h50v50h-50zM750 1150h50v50h-50zM800 1150h50v50h-50zM850 1150h50v50h-50zM900 1150h50v50h-50zM950 1150h50v50h-50zM1000 1150h50v50h-50zM1050 1150h50v50h-50zM1100 1150h50v50h-50zM1150 1150h50v50h-50zM1200 1150h50v50h-50zM1250 1150h50v50h-50zM1300 1150h50v50h-50zM1350 1150h50v50h-50zM1400 1150h50v50h-50zM1450 1150h50v50h-50zM1500 1150h50v50h-50zM1550 1150h50v50h-50zM1600 1150h50v50h-50zM1650 1150h50v50h-50zM1700 1150h50v50h-50zM1750 1150h50v50h-50zM1800 1150h50v50h-50zM1850 1150h50v50h-50zM1900 1150h50v50h-50zM1950 1150h50v50h-50zM0 1200h50v50H0zM50 1200h50v50H50zM100 1200h50v50h-50zM150 1200h50v50h-50zM200 1200h50v50h-50zM250 1200h50v50h-50zM300 1200h50v50h-50zM350 1200h50v50h-50zM400 1200h50v50h-50zM450 1200h50v50h-50zM500 1200h50v50h-50zM550 1200h50v50h-50zM600 1200h50v50h-50zM650 1200h50v50h-50zM700 1200h50v50h-50zM750 1200h50v50h-50zM800 1200h50v50h-50zM850 1200h50v50h-50zM900 1200h50v50h-50zM950 1200h50v50h-50zM1000 1200h50v50h-50zM1050 1200h50v50h-50zM1100 1200h50v50h-50zM1150 1200h50v50h-50zM1200 1200h50v50h-50zM1250 1200h50v50h-50zM1300 1200h50v50h-50zM1350 1200h50v50h-50zM1400 1200h50v50h-50zM1450 1200h50v50h-50zM1500 1200h50v50h-50zM1550 1200h50v50h-50zM1600 1200h50v50h-50zM1650 1200h50v50h-50zM1700 1200h50v50h-50zM1750 1200h50v50h-50zM1800 1200h50v50h-50zM1850 1200h50v50h-50zM1900 1200h50v50h-50zM1950 1200h50v50h-50zM0 1250h50v50H0zM50 1250h50v50H50zM100 1250h50v50h-50zM150 1250h50v50h-50zM200 1250h50v50h-50zM250 1250h50v50h-50zM300 1250h50v50h-50zM350 1250h50v50h-50zM400 1250h50v50h-50zM450 1250h50v50h-50zM500 1250h50v50h-50zM550 1250h50v50h-50zM600 1250h50v50h-50zM650 1250h50v50h-50zM700 1250h50v50h-50zM750 1250h50v50h-50zM800 1250h50v50h-50zM850 1250h50v50h-50zM900 1250h50v50h-50zM950 1250h50v50h-50zM1000 1250h50v50h-50zM1050 1250h50v50h-50zM1100 1250h50v50h-50zM1150 1250h50v50h-50zM1200 1250h50v50h-50zM1250 1250h50v50h-50zM1300 1250h50v50h-50zM1350 1250h50v50h-50zM1400 1250h50v50h-50zM1450 1250h50v50h-50zM1500 1250h50v50h-50zM1550 1250h50v50h-50zM1600 1250h50v50h-50zM1650 1250h50v50h-50zM1700 1250h50v50h-50zM1750 1250h50v50h-50zM1800 1250h50v50h-50zM1850 1250h50v50h-50zM1900 1250h50v50h-50zM1950 1250h50v50h-50zM0 1300h50v50H0zM50 1300h50v50H50zM100 1300h50v50h-50zM150 1300h50v50h-50zM200 1300h50v50h-50zM250 1300h50v50h-50zM300 1300h50v50h-50zM350 1300h50v50h-50zM400 1300h50v50h-50zM450 1300h50v50h-50zM500 1300h50v50h-50zM550 1300h50v50h-50zM600 1300h50v50h-50zM650 1300h50v50h-50zM700 1300h50v50h-50zM750 1300h50v50h-50zM800 1300h50v50h-50zM850 1300h50v50h-50zM900 1300h50v50h-50zM950 1300h50v50h-50zM1000 1300h50v50h-50zM1050 1300h50v50h-50zM1100 1300h50v50h-50zM1150 1300h50v50h-50zM1200 1300h50v50h-50zM1250 1300h50v50h-50zM1300 1300h50v50h-50zM1350 1300h50v50h-50zM1400 1300h50v50h-50zM1450 1300h50v50h-50zM1500 1300h50v50h-50zM1550 1300h50v50h-50zM1600 1300h50v50h-50zM1650 1300h50v50h-50zM1700 1300h50v50h-50zM1750 1300h50v50h-50zM1800 1300h50v50h-50zM1850 1300h50v50h-50zM1900 1300h50v50h-50zM1950 1300h50v50h-50zM0 1350h50v50H0zM50 1350h50v50H50zM100 1350h50v50h-50zM150 1350h50v50h-50zM200 1350h50v50h-50zM250 1350h50v50h-50zM300 1350h50v50h-50zM350 1350h50v50h-50zM400 1350h50v50h-50zM450 1350h50v50h-50zM500 1350h50v50h-50zM550 1350h50v50h-50zM600 1350h50v50h-50zM650 1350h50v50h-50zM700 1350h50v50h-50zM750 1350h50v50h-50zM800 1350h50v50h-50zM850 1350h50v50h-50zM900 1350h50v50h-50zM950 1350h50v50h-50zM1000 1350h50v50h-50zM1050 1350h50v50h-50zM1100 1350h50v50h-50zM1150 1350h50v50h-50zM1200 1350h50v50h-50zM1250 1350h50v50h-50zM1300 1350h50v50h-50zM1350 1350h50v50h-50zM1400 1350h50v50h-50zM1450 1350h50v50h-50zM1500 1350h50v50h-50zM1550 1350h50v50h-50zM1600 1350h50v50h-50zM1650 1350h50v50h-50zM1700 1350h50v50h-50zM1750 1350h50v50h-50zM1800 1350h50v50h-50zM1850 1350h50v50h-50zM1900 1350h50v50h-50zM1950 1350h50v50h-50z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CradialGradient id=%22a%22%3E%3Cstop offset=%220%22 stop-color=%22%23fff%22%2F%3E%3Cstop offset=%221%22 stop-color=%22%23fff%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}
main article section.area {
	background-size: 24px 24px;
	background-position: 0 0, 12px 12px;
	background-image:
		radial-gradient(#cdffff 3px, transparent 3px),
		radial-gradient(#cdffff 3px, #FFF 3px);
}
main article section.merit,
main#post article section {
	position: relative;
	background-image: url('common/background/bg-merit.png');
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-color: rgba(255, 255, 255, 0.7);
	background-blend-mode: lighten;
}
.webp main article section.merit,
.webp main#post article section {
	position: relative;
	background-image: url('common/background/bg-merit.webp');
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-color: rgba(255, 255, 255, 0.7);
	background-blend-mode: lighten;
}
main article section.recruit {
	position: relative;
	background-image: url('common/background/bg-recruit.jpg');
	background-position: center top !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-color: rgba(255, 255, 255, 0.4);
	background-blend-mode: lighten;
}
.webp main article section.recruit {
	position: relative;
	background-image: url('common/background/bg-recruit.webp');
	background-position: center top !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-color: rgba(255, 255, 255, 0.4);
	background-blend-mode: lighten;
}
#page article section:nth-child(odd) {
	position: relative;
	background-image: url('svg/mv-circle.svg');
	background-position: left top !important;
	background-repeat: no-repeat !important;
	background-size: 22% auto !important;
	background-color: rgba(255, 255, 255, 0.7);
	background-blend-mode: lighten;
}
.webp #page article section:nth-child(odd) {
	position: relative;
	background-image: url('svg/mv-circle.svg');
	background-position: left top !important;
	background-repeat: no-repeat !important;
	background-size: 22% auto !important;
	background-color: rgba(255, 255, 255, 0.7);
	background-blend-mode: lighten;
}
#page article section:nth-child(even) {
	position: relative;
	background-image: url('common/background/bg-service.png');
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-color: rgba(255, 255, 255, 0.8);
	background-blend-mode: lighten;
}
.webp #page article section:nth-child(even) {
	position: relative;
	background-image: url('common/background/bg-service.webp');
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-color: rgba(255, 255, 255, 0.8);
	background-blend-mode: lighten;
}
article section .container_innner {
	margin-bottom: 5rem;
	background-color: #FFF;
}
aside {
	padding: 3rem 0 2rem;
	margin: 0 0 1rem;
}
aside section {
	padding: 0;
}
footer {
	margin: 0 auto 0;
	padding: 2.5rem 0 .5rem;
	text-align: center;
	font-weight: 500 !important;
	color: #FFF;
	position: relative;
	background-color: #FFF;
}
.clearfix, .post_body {
	zoom: 1;
}
.clearfix:after, .post_body:after {
	height: 0;
	display: block;
	visibility: hidden;
	content: ".";
	clear: both;
}
@media screen and (min-width: 768px) {
	main#page article {
		min-height: 45vh !important;
	}
	.pc-contents {
		text-align: center !important;
	}
}
@media (max-width: 767.98px) {
	main article section.concept {
		position: relative;
		background-image: url('common/background/bg-service_sp.png');
		background-position: center center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-color: rgba(255, 255, 255, 0.7);
		background-blend-mode: lighten;
	}
	.webp main article section.concept {
		position: relative;
		background-image: url('common/background/bg-service_sp.webp');
		background-position: center center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-color: rgba(255, 255, 255, 0.7);
		background-blend-mode: lighten;
	}
	main article section.merit,
	main#post article section {
		position: relative;
		background-image: url('common/background/bg-merit_sp.png');
		background-position: center center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-color: rgba(255, 255, 255, 0.7);
		background-blend-mode: lighten;
	}
	.webp main article section.merit,
	.webp main#post article section {
		position: relative;
		background-image: url('common/background/bg-merit_sp.webp');
		background-position: center center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-color: rgba(255, 255, 255, 0.7);
		background-blend-mode: lighten;
	}
	main article section.recruit {
		position: relative;
		background-image: url('common/background/bg-recruit_sp.jpg');
		background-position: center top !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-color: rgba(255, 255, 255, 0.4);
		background-blend-mode: lighten;
	}
	.webp main article section.recruit {
		position: relative;
		background-image: url('common/background/bg-recruit_sp.webp');
		background-position: center top !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-color: rgba(255, 255, 255, 0.4);
		background-blend-mode: lighten;
	}
	#page article section:nth-child(even) {
		position: relative;
		background-image: url('common/background/bg-service_sp.png');
		background-position: center center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-color: rgba(255, 255, 255, 0.8);
		background-blend-mode: lighten;
	}
	.webp #page article section:nth-child(even) {
		position: relative;
		background-image: url('common/background/bg-service_sp.png');
		background-position: center center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-color: rgba(255, 255, 255, 0.8);
		background-blend-mode: lighten;
	}
}

/* ------------------------------------
// MV
------------------------------------ */
header#mv {
	margin-top: 0;
	padding: 0 !important;
	width: 100%;
	position: relative;
}
header#mv .main-visual {
	margin: 0 !important;
	padding-top: 56.25%;
	height: 0;
	position: relative;
	background-image: url('common/images/mv.jpg');
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-color: #FFF;
	opacity: 1;
	z-index: 2;
}
.webp header#mv .main-visual {
	margin: 0 auto;
	padding-top: 30%;
	height: 0;
	position: relative;
	background-image: url('common/images/mv.webp');
	background-position: center 30% !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-color: #FFF;
	opacity: 1;
	z-index: 2;
}
header#mv .mv-circle {
	margin: 0;
	position: absolute;
	top: 0;
	left: 5px;
	width: 20vw;
	height: auto;
	z-index: 2;
}
.main-visual .slide-contents .card {
	padding: 1.5rem 2rem !important;
}

.main-visual .slide-contents img.header-svg {
	margin: 0 auto 1rem 0 !important;
	width: 100%;
	max-width: 600px !important;
	height: auto;
}
.main-visual .slide-contents h1 {
	margin-bottom: 1.5rem;
	text-align: left;
	font-size: 4rem;
	font-weight: 500 !important;
	letter-spacing: .1rem !important;
	color: var(--Organic-hex);
	font-family: "Noto Serif JP", serif !important;
	line-height: 1.5 !important;
}
.scrolldown1 {
	position:absolute;
	left:50%;
	bottom:20px;
	height:50px;
	z-index: 3;
}
.scrolldown1 span {
	position: absolute;
	left:-25px;
	top: 0px;
	color: #eee;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: mixed;
	text-orientation: mixed;
}
.scrolldown1::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	background: #eee;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
	}
	@keyframes pathmove {
	0% {
		height:0;
		top:0;
		opacity: 0;
	}
	30% {
		height:30px;
		opacity: 1;
	}
	100% {
		height:0;
		top:50px;
		opacity: 0;
	}
}
@media (max-width: 767.98px) {
	header#mv {
		margin-top: 60px !important;
	}
	header#mv .main-visual {
		margin: 0 !important;
		padding-top: 62.5%;
		height: 0;
		position: relative;
		background-image: url('common/images/mv-sp.jpg');
		background-position: center center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-color: #FFF;
		opacity: 1;
		z-index: 2;
	}
	.webp header#mv .main-visual {
		margin: 0 auto;
		padding-top: 62.5%;
		height: 0;
		position: relative;
		background-image: url('common/images/mv-sp.webp');
		background-position: center center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-color: #FFF;
		opacity: 1;
		z-index: 2;
	}
	.slide {
		width: 100%;
		height: 50vh;
	}
	.main-visual .slide-contents {
		margin: 0 !important;
		padding: 0 10px 0 !important;
		width: 100%;
		top: 50%;
		left: 0;
	}
	.slider-img {
		height: 100%;
	}
	.main-visual .card {
		padding: 1rem !important;
	}
	.main-visual .slide-contents h1 {
		margin-bottom: 1.5rem !important;
		font-size: 2.4rem !important;
		line-height: 1.6 !important;
	}
	.main-visual .slide-contents h4 {
		text-align: left !important;
		font-size: 1.8rem !important;
		letter-spacing: .1rem !important;
	}
	.main-visual .slide-contents p {
		font-size: 1.4rem !important;
	}
}

/*-----------------------------------------------------
// contents
-----------------------------------------------------*/
#page-header {
	padding: 0 !important;
	position: relative;
	background-color: #FFF !important;
}
#page-header .header-element {
	margin: 0 auto;
	padding-top: 15%;
	height: 0;
	position: relative;
	background-image: url('common/header/pagehead.jpg');
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-color: #FFF;
	opacity: 1;
	mix-blend-mode: multiply;
}
.webp #page-headers .header-element {
	margin: 0 auto;
	padding-top: 15%;
	height: 0;
	position: relative;
	background-image: url('common/header/pagehead.webp');
	background-position: center bottom !important;
	background-size: cover !important;
}
#page-header .header-element::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
}
#page-header .container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
#page-header .container h2.title {
	margin-bottom: 0 !important;
	text-align: center;
	border: none !important;
}
/*
#page-header .container h1.title {
	margin: 0 !important;
	padding: 5px 20px 5px;
	display: inline-block;
	color: #FFF !important;
	font-size: 2.7rem !important;
	font-weight: 500 !important;
	line-height: 5 !important;
	letter-spacing: .2rem !important;
	background: var(--sub);
}*/
#page-header .container h1.title {
	margin: 0 !important;
	font-size: 2.7rem !important;
	font-weight: 700 !important;
	color: #FFF !important;
}
#page-header .container h1.title span {
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 21px;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	text-transform: capitalize;
}
#page-header .container h1.title span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #FFF;
}
.cards {
	padding-bottom: .5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.post-date {
	margin-top: .35rem !important;
	padding: .35rem 1rem;
	font-size: 1.3rem;
	letter-spacing: 0 !important;
	border-radius: .35rem;
}
.postmeta-date {
	font-size: 1.4rem;
	color: #555;
	letter-spacing: 0 !important;
}
.page-nav {
	margin: .5rem 0 0;
	text-align: right;
}
.page-nav a {
	margin: 0 1rem;
	display: inline-block;
	color: #222 !important;
}
@media (max-width: 767.98px) {
	#page-header {
		padding: 0 !important;
		position: relative;
		background-color: #FFF !important;
	}
	#page-header .header-element {
		margin: 0 auto;
		padding-top: 52.083%;
		height: 0;
		position: relative;
		background-image: url('common/header/pagehead_sp.jpg');
		background-position: center bottom !important;
		background-size: cover !important;
	}
	.webp #page-header .header-element {
		margin: 0 auto;
		padding-top: 52.083%;
		height: 0;
		position: relative;
		background-image: url('common/header/pagehead_sp.webp');
		background-position: center bottom !important;
		background-size: cover !important;
	}
	#page-header .container {
		top: 50%;
	}
	#page-header .container h1.title {
		margin-top: 0 !important;
		padding: 5px 10px !important;
		font-size: 2.7rem !important;
		letter-spacing: .2rem !important;
		background: rgb(0,0,0);
		background: linear-gradient(90deg, #17746466 0%, #17746400 80%);
	}
}

/*-----------------------------------------------------
// top
-----------------------------------------------------*/
.service-contents {
	margin: 0 0 1rem;
	position: relative;
}
.service-contents .service-list {
	position: relative;
}
.service-contents .title {
	padding: 1rem 2rem;
	display: inline-block;
	color: #FFF;
	background-color: var(--emphasis03);
	border-radius: 4rem;
}
.service-contents .service-description {
	padding: 1rem;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2rem;
}
.service-contents .service-description p {
	margin-bottom: 0 !important;
}
.service-contents .service-number {
	padding: 0;
	width: 38px;
	height: 38px;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 20px;
	line-height: 38px;
	font-weight: 700 !important;
	font-size: 1.2em !important;
	text-align: center;
	color: #FFF;
	background-color: var(--sub);
	border-radius: 50%;
}
.box {
	margin: 0 0 2rem;
	padding: 2rem 2rem 1rem;
	border: 5px dotted var(--emphasis02);
	border-radius: 2rem;
	background-color: rgba(245, 244, 211, 0.8);
}
.box-area {
	margin: 0 0 2rem;
	padding: 2rem 2rem 2rem;
	border: 5px dotted var(--sub);
	border-radius: 28px;
	background-color: rgba(255, 255, 255, 0.8);
}
.recruit .box {
	margin: 0 0 2rem;
	padding: 4rem 4rem 1rem;
	position: relative;
	border: 5px dotted var(--sub);
	border-radius: 2rem;
	background-color: rgba(255, 255, 255, 0.8);
}
.recruit .box h4.recruit-title {
	margin: 0 !important;
	padding: 1.5rem 3rem;
	position: absolute;
	top: -3rem;
	left: 3rem;
	color: #FFF;
	line-height: 1.2 !important;
	background-color: var(--sub);
	border-radius: 4rem;
}
div.comment {
	margin: 0;
}
div.comment .svg-icn {
	margin: 0 auto;
	width: 90%;
	height: auto;
}
.faq img.staff-pic {
	margin: 0 auto !important;
	width: 100%;
	max-width: 90px !important;
	height: auto;
}
.faq h4 {
	margin: 0 0 1.5rem !important;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}
.faq h4 img.question-mark {
	margin-right: 5px;
	padding: 5px;
	box-sizing: border-box;
	width: 40px;
	height: auto;
	background-color: var(--sub);
	border-radius: 50%;
}
.faq p img.anther-mark {
	margin-right: 3px;
	padding: 2px;
	box-sizing: border-box;
	width: 30px;
	height: auto;
}
.faq .question-bubble_left {
	position: relative;
	display: block;
	margin-right: 16px;
	padding: 16px;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 12px;
	background-color: #FFF;
	text-align: left;
}
.faq .question-bubble_left::before {
	content: "";
	position: absolute;
	top: 40%;
	right: 0;
	border-style: solid;
	border-width: 16px 0 0 16px;
	border-color: transparent transparent transparent #CCC;
	translate: 100% -50%;
	transform: skew(0, -10deg);
	transform-origin: left;
}
.faq .question-bubble_left::after {
	content: "";
	position: absolute;
	top: 40%;
	right: 0;
	border-style: solid;
	border-width: 11.2px 0 0 11.2px;
	border-color: transparent transparent transparent #FFF;
	translate: 100% calc(-50% + 0.4px);
	transform: skew(0, -10deg);
	transform-origin: left;
}
.faq .question-bubble_right {
	position: relative;
	display: block;
	margin-left: 16px;
	padding: 16px;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 12px;
	background-color: #FFF;
}
.faq .question-bubble_right::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-style: solid;
	border-width: 16px 16px 0 0;
	border-color: transparent #CCC transparent transparent;
	translate: -100% -50%;
	transform: skew(0, -10deg);
	transform-origin: right;
}
.faq .question-bubble_right::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-style: solid;
	border-width: 11.2px 11.2px 0 0;
	border-color: transparent #FFF transparent transparent;
	translate: -100% calc(-50% + 0.4px);
	transform: skew(0, -10deg);
	transform-origin: right;
}
/*-----------------------------------------------------
// footer
-----------------------------------------------------*/
footer section {
	padding: 0 !important;
	text-align: left;
}
footer #copy {
	padding: 1.5rem .5rem !important;
	color: #777;
}
#footer-banner h4 {
	margin-bottom: 1rem !important;
}
footer h5 {
	margin: 0 0 .5rem;
	letter-spacing: .1rem;
	text-align: center;
}
footer p {
	margin: 0 0 .5rem;
	font-size: .85em;
	letter-spacing: 0.5px;
}
footer .footer-logo {
	margin: 0 auto 1rem 0;
	padding: 0;
	display: block;
}
footer .btn {
	font-size: 1.5rem !important;
}
.copyright {
	margin: 3.5rem 0 0 !important;
	padding: 0;
	display: block;
	text-align: center;
	color: #555;
	font-size: .75em !important;
	letter-spacing: 0 !important;
}
@media (max-width: 767.98px) {
	footer ul.footer-nav {
		width: 100%;
	}
	footer ul.footer-nav li {
		text-align: left;
	}
}

/* ------------------------------------
// pages post
------------------------------------ */
#page h1, #page h2,#page h3,#page h4,#page h5,#page h6,#page p {
	text-align: left;
}
#page h1 {
	margin: 0 0 2rem !important;
	letter-spacing: .1rem;
}
#page h2.title {
	margin: 2rem 0 5rem;
}
.col-text {
	line-height: 1.6 !important;
	font-size: 1.5rem;
}
/*-----------------------------------------------------
// pages
-----------------------------------------------------*/
.page-title {
	padding: 0 !important;
	border: none !important;
	font-weight: 700 !important;
	background-color: transparent !important;
}
h4.page-title {
	color: inherit !important;
}

/* ------------------------------------
// post
------------------------------------ */
#post h1, #post h2,#post h3,#post h4,#post h5,#post h6,#post p {
	text-align: left;
}
#post h1 {
	margin: 0 0 2rem;
	letter-spacing: .1rem;
}
#post .single-post h3,
#post .single-post h4 {
	margin: 1rem 0 !important;
}

/*-----------------------------------------------------
// contents
-----------------------------------------------------*/
@media (min-width: 768px) {
	.row-stack {
		position: relative !important;
	}
	.stack-left {
		padding: 2rem !important;
		position: absolute !important;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		z-index: 888;
	}
	.stack-right {
		padding: 2rem !important;
		position: absolute !important;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		z-index: 888;
	}
}
details {
	margin: 0 0
}
summary {
	display: block !important;
}
summary::-webkit-details-marker {
	display: none !important;
}
.summary_inner {
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 1rem;
	font-weight: 500 !important;
	font-size: 1.7rem !important;
	letter-spacing: 0.5px !important;
	background-color: var(--emphasis04);
	border: 1px solid rgba(118, 146, 141, 0.4);
}
.arrow-icon {
	display: block;
	position: relative;
	width: 24px;
	margin-left: 6px;
	flex-shrink: 0;
	transform-origin: center 43%;
	transition: transform 0.4s;
}
/*details[open] .icon {*/

/*  transform: rotate(180deg);*/

/*}*/

/* is-openedクラスが付与されたときのスタイル */

details.is-opened .arrow-icon {
	transform: rotate(180deg);
}
.arrow-icon::before,
.arrow-icon::after {
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 3px;
	background-color: var(--emphasis02);
}
.arrow-icon::before {
	left: 0;
	transform: rotate(45deg);
}
.arrow-icon::after {
	right: 0;
	transform: rotate(-45deg);
}
.content {
	overflow: hidden;
	background-color: rgba(126, 126, 126, 0.1)
	/* details直下のタグにpaddingを設定すると挙動がおかしくなるので、ここには指定しない */
}
.content_inner {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.content_inner p {
	font-size: .95em !important;
	letter-spacing: 0.5px !important;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.wrapper details {
	margin-bottom: 1rem;
}
.wrapper details:last-child {
	margin-bottom: 0;
}
@media (max-width: 767.98px) {
	.wrapper {
		width: 100%;
	}
}

/* ------------------------------------
// seminar
------------------------------------ */
.seminar-element h3 {
	margin-bottom: 3rem !important;
	padding-bottom: .5rem;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	border-bottom: 2px solid #CCC;
}
.seminar-element h3::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 20%;
	height: 2px;
	background-color: #61BD62;
}
.seminar-element h4 {
	font-weight: 500 !important;
}

/* ------------------------------------
// report
------------------------------------ */
.reports {
	margin: 0 0 1rem;
	padding: 0 0 .5rem;
	display: block;
	border-bottom: 1px dotted rgba(0, 0, 0, .2);
}
.reports li {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.reports li a.report-title {
	padding: 0 1rem 0;
	flex-grow: 1;
	text-align: left;
}
.reports li .post-date {
	flex-grow: 0;
}
.reports li a.btn-sm {
	padding: .5rem .75rem !important;
	flex-grow: 0;
	font-size: .8em !important;
}
.reports .post-date {
	margin: 0 .75rem 0 0 !important;
	padding: .35rem 1rem;
	color: #FFF;
	letter-spacing: 0 !important;
	border-radius: .2rem;
	background-color: var(--emphasis02);
}
@media (max-width: 767.98px) {
	.reports li {
		width: 100%;
		display: block;
	}
	.reports li .post-date {
		display: inline-block;
	}
	.reports li a.report-title {
		margin: .5rem 0 .75rem;
		padding: 0;
		display: block;
		font-size: 1.1em !important;
		letter-spacing: 0 !important;
	}
}

/* ------------------------------------
// job
------------------------------------ */
.day-schedule {
	margin: 0 0 2rem !important;
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 20px;
	column-gap: 10px;
}
/*
.day-schedule::before {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	width: 2px;
	height: 100%;
	background-color: #EEE;/
}*/
.day-schedule .rect {
	margin: 0;
	position: relative;
}
.day-schedule .rect .rect-inner {
	padding: 1rem !important;
	width: 100% !important;
	border-radius: 2rem;
	border: 3px dotted var(--emphasis02);
	background-color: rgba(250, 255, 218, 0.5);
}
.day-schedule .rect .rect-inner::after {
	position: absolute;
	bottom: -10px;
	left:50%;
	transform: translateX(-50%);
	font-size: 1.6em;
	line-height: 1 !important;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: var(--emphasis02);
	content: "\f150";
	background-color: #FFF;
}
.day-schedule .rect .rect-inner.last-schedule::after {
	display: none !important;
}
.rate-schedule .rect .rect-inner {
	padding: 1rem !important;
	width: 100% !important;
	border-radius: 2rem;
	border: 3px dotted var(--emphasis02);
	background-color: rgba(228, 254, 186, 0.5);
}
.rate-schedule .rect .rect-inner::after {
	display: none;
}
.night-schedule .rect .rect-inner {
	padding: 1rem !important;
	width: 100% !important;
	border-radius: 2rem;
	border: 3px dotted var(--emphasis02);
	background-color: rgba(214, 255, 226, 0.5)
}
.day-schedule .rect .time {
	margin-right: 5px;
	padding: .3rem 1rem;
	color: #FFF;
	line-height: 1.2 !important;
	font-weight: 500 !important;
	font-size: .9em;
	letter-spacing: 0 !important;
	background-color: var(--emphasis05);
	border-radius: 2rem;
}
.day-schedule .rect p {
	margin-bottom: 0 !important;
}

/* ------------------------------------
// WPforms
------------------------------------ */
div.wpforms-container-full:not(:empty) {
	margin-top: 0 !important;
}
div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
	margin: 0 0 .75rem;
	padding: 1rem .75rem;
	width: 100%;
	font-weight: 600 !important;
	color: #FFF !important;
	background-color: #369;
}
.form-message {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.form-message .wpforms-field-description {
	margin: 1rem 0 0 !important;
	padding: .75rem;
	background-color: #EEE;
}
.form-message .wpforms-field-description h4 {
	margin: 0 !important;
	color: #369;
	font-size: 1.1rem;
}
div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], div.wpforms-container-full .wpforms-page-button, .wp-core-ui div.wpforms-container-full input[type=submit], .wp-core-ui div.wpforms-container-full button[type=submit], .wp-core-ui div.wpforms-container-full .wpforms-page-button {
	margin: 2rem auto;
	display: block;
	width: 35%;
	height: 5.5rem;
	text-align: center;
	font-weight: 600 !important;
	font-size: 1.8rem !important;
	background-color: var(--emphasis01) !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: #efffe1;
	border: 1px solid #b4d39b;
	box-sizing: border-box;
}
div.wpforms-container-full .wpforms-confirmation-container-full p:last-child, div[submit-success]>.wpforms-confirmation-container-full p:last-child {
	font-size: 1.1rem !important;
}
.wpforms-container .wpforms-recaptcha-container .g-recaptcha {
	padding: 10px 0 0;
	margin: 1rem auto 0;
	display: block;
	width: 305px;
}
div.wpforms-container-full .wpforms-form .wpforms-required-label {
	margin-left: 3px;
	padding: .35rem .5rem !important;
	font-size:10px;
	color: #FFF !important;
	background-color: #C33 !important;
	border-radius: 0 !important;
	white-space: nowrap;
}

/* ------------------------------------
// feed
------------------------------------ */
.information {
	margin: -10vh 0 5rem;
	padding: 3.5rem 2.5rem;
	position: relative;
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 2rem;
	background-color: rgba(232, 255, 250, 0.9);
	z-index: 3;
}
.information ul {
	margin: 0 !important;
}
.information ul li {
	margin: 0 0 .5rem !important;
	padding: .5rem 0 .75rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	text-align: left;
	border-bottom: 3px dotted #ADD3D0;
}
.information ul li:last-child {
	margin-bottom: 0 !important;
}
.information ul li span {
	margin-right: 1.5rem;
	flex-basis: auto;
	text-align: left;
	letter-spacing: 0 !important;
}
#feed {
	margin: 0 0 .5rem;
}
#feed .card-img,
#feed .img-responsive {
	width: 100% !important;
}
#feed a {
	color: #242424 !important;
}
#feed a:hover {
	color: #177464 !important;
}
#feed a:visited {
	color: #242424 !important;
}
.example-title {
	margin:  0 0 .5rem;
	line-height: 1.4 !important;
	font-weight: 700 !important;
	font-size: 1.05em !important;
	text-align: center !important;
	letter-spacing: 0 !important;
}
.example-title small {
	font-size: .75em !important;
	line-height: 1.25 !important;
	letter-spacing: 0 !important;
}
.feed {
	margin-bottom: 1rem;
}
.feed .card {
	border-radius: 2rem !important;
}
.feed .card-header {
	padding: 1rem 1.5rem !important;
}
.feed .card-header a {
	color: #FFF;
}
.feed h2 {
	margin: .5rem 0 !important;
	font-size: 2.4rem !important;
	text-align: left !important;
	letter-spacing: 1px !important;
}
.category-post .feed h2 {
	margin: 1rem 0 !important;
	font-size: 2rem !important;
	text-align: left !important;
	font-weight: 500 !important;
	letter-spacing: 0.5px !important;
}
.category-post .feed .card-header {
	border-bottom: none !important;
}
#post section.single-post .feed .card-body p {
	margin: 0 0 1rem;
	line-height: 1.7 !important;
}
.feed p {
	text-align: left;
	font-weight: normal !important;
}
.feed .feed-body {
	padding: 1rem !important;
}
.feed .card-body img {
	margin-bottom: 1rem !important;
	display: block;
}
.feed .btn {
	color: #FFF !important;
}
.feed .post-date {
	margin-right: 1rem;
	font-size: .9em !important;
	font-weight: normal !important;
	color: #FFF;
	letter-spacing: 0 !important;
}
.feed .cat-name {
	font-size: 1.2rem !important;
	font-weight: normal !important;
}
.feed .cat-name a {
	padding: .3rem 1rem;
	display: inline-block;
	letter-spacing: 0 !important;
	color: #FFF !important;
	background-color: #D2B48C;
	border-radius: .35rem;
}
.feed .cat-name a::before {
	margin-right: .35rem;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f02b";
}
.arrival-date {
	margin: 0;
	padding: .3rem .35rem;
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 1.3rem !important;
	line-height: 1.2;
	font-weight: normal !important;
	color: #FFF;
	letter-spacing: 0 !important;
	background-color: #FF8800;
}
.news-list {
	margin: 1.5rem 2rem 2rem !important;
}
.news-list li {
	margin: 0 0 .75rem !important;
	padding: 0 !important;
}
.news-list li span {
	margin-right: 1rem;
}
.feed-list {
	margin: 0 0 .25rem;
	padding: 0 .5rem;
}
.feed-list li.feed-col {
	padding: .5rem 0 !important;
}
.feed-list .card {
	padding: .5rem !important;
	position: relative;
}
.feed-list .card .col-feedimg {
	margin-bottom: 0 !important;
}
.feed-list .card span.post-date {
	padding: .5rem 1rem;
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #FFF;
	letter-spacing: 0;
	background-color: #555;
}
.feed-list .feed-title a:hover {
	color: #337AB7 !important;
}
.feed-list .feed-description {
	line-height: 1.5 !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
}
.feed-list li {
	margin: 0 0 .5rem;
	padding: 1rem 0;
	letter-spacing: 0;
	font-size: 1.5rem;
	text-align: left;
	border-bottom: 1px dotted rgba(0, 0, 0, .2);
}
.feed-list li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.feed-list li span.post-date {
	margin-right: .5rem;
	letter-spacing: -0.5px;
}

/*-----------------------------------------------------
// table
-----------------------------------------------------*/
table {
	table-layout: auto !important;
	word-break: break-all;
	word-wrap: break-word;
	letter-spacing: 0.5px !important;
}
.table-auto {
	table-layout: auto !important;
}
.text-nowrap {
	white-space: nowrap !;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: hsl(169.29deg 11.38% 51.76% / 20%) !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table-striped tbody tr:nth-of-type(even) {
	background-color: hsla(0, 0%, 100%, 0.7) !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table th, .table td {
	padding: 1rem 1rem !important;
	line-height: 1.4;
	vertical-align: middle;
	font-weight: 500 !important;
	border-top: none !important;
}
.table th {
	font-weight: 500 !important;
	text-align: center;
	vertical-align: middle !important;
}
.table td {
	text-align: left;
	vertical-align: middle !important;
}
.table td {
	background-color: rgba(255, 255, 255, 0.5) !important;
}
.table thead th {
	padding: 1rem .75rem;
	color: #FFF;
	font-weight: 700 !important;
	background-color: #61BD62;
	border-bottom: 1px solid #61BD62 !important;
}
.table thead td {
	padding: 1rem .75rem;
	color: #FFF;
	background-color: #61BD62;
	border-bottom: 1px solid #61BD62 !important;
}
.table-sm th, .table-sm td {
	padding: .5rem 1rem !important;
	font-size: 1.4rem;
	text-align: left !important;
	letter-spacing: 0.5px !important;
}
.table-sm th {
	font-weight: 500 !important;
}
.table-xs th, .table-xs td {
	padding: .75rem 1.5rem !important;
	font-size: 1.3rem !important;
	text-align: left !important;
	letter-spacing: 0.5px !important;
}
table.tbl {
	margin: 0 0 2rem;
	padding: 0;
	width: 100%;
	font-size: 1.6rem;
	border-collapse: collapse;
	border: none;
	box-sizing: border-box !important;
}
table.tbl tr {
	margin: 0;
	padding: 0;
	border: none;
}
table.tbl th {
	padding: 1rem 3.5rem 1rem 1.5rem !important;
	position: relative;
	text-align: left;
	line-height: 1.5;
	color: #FFF;
	white-space: nowrap;
	vertical-align: middle;
	border: none;
	background-color: var(--emphasis02) !important;
}
table.tbl th > span.tbl-arrow {
	position: absolute;
	right: 1rem;
}
table.tbl td {
	margin: 0;
	padding: 1rem 1.5rem !important;
	text-align: left;
	line-height: 1.5;
	vertical-align: middle;
	border: none;
	background: #F5F5F5 !important;
}
table.tbl td small {
	font-size: 80% !important;
}
table.tbl th, table.tbl td {
	border: 5px solid #FFF;
}
input {
	padding: .5rem;
}

/*-----------------------------------------------------
// form
-----------------------------------------------------*/
input, button, select, optgroup, textarea {
	letter-spacing: 0 !important;
}
.check01 {
	padding: 2rem 1rem;
	width: 100%;
	display: block;
	text-align: center;
	border: 2px solid #17A2B8;
}
.check02 {
	padding: 2rem 1rem;
	width: 100%;
	display: block;
	text-align: center;
	border: 2px solid #CCC;
}
.wp-form {
	margin: 0 0 1rem;
}
.wp-form label.control-label {
	color: #FFF !important;
	font-weight: 700 !important;
}
.wp-form label.control-label small {
	margin-left: .5rem;
	padding: .1rem .5rem;
	color: rgba(0, 0, 0, 0.7);
	font-size: 60% !important;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: .25rem;
}
.form-group small {
	display: block;
	text-align: left;
}
.hisuu {
	margin-left: .3rem;
	font-size: 70%;
	color: #C33;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	width: 100%;
}
input.form-control {
	padding: .2rem .75rem !important;
	height: 4rem !important;
}
input, textarea {
	padding: .5rem .75rem;
	border: 1px solid rgba(0,0,0,.2) !important;
}
input[type="submit"] {
	margin: 0 1rem;
	padding: 1.5rem 3rem;
	width: 40%;
	display: inline-block;
	position: relative;
	z-index: 0;
	outline: none;
	color: #FFF !important;
	text-decoration: none !important;
	text-align: center;
	line-height: 1;
	letter-spacing: .3rem;
	font-size: 1.8rem;
	text-shadow: initial;
	border: 2px solid #177464;
	border-radius: .3rem;
	background-color: #177464;
}
input[type="button"] {
	margin: 0 1rem 1rem;
	padding: 2rem 3rem;
	width: 40%;
	display: inline-block;
	position: relative;
	z-index: 0;
	outline: none;
	color: #555 !important;
	text-decoration: none !important;
	text-align: center;
	line-height: 1;
	letter-spacing: .3rem;
	font-size: 1.8rem;
	text-shadow: initial;
	border: 2px solid #CCC;
	border-radius: .3rem;
	background-color: #CCC;
}
input[type="reset"] {
	margin: 0 1rem 1rem;
	padding: 2rem 3rem;
	width: 40%;
	display: inline-block;
	position: relative;
	z-index: 0;
	outline: none;
	color: #555 !important;
	text-decoration: none !important;
	text-align: center;
	line-height: 1;
	letter-spacing: .3rem;
	font-size: 1.8rem;
	text-shadow: initial;
	border: 2px solid #CCC;
	border-radius: 3rem;
	background-color: #CCC;
}
.wpcf7-text,
.wpcf7-textarea {
	width: 100%;
}
div.wpcf7 input[type="file"] {
	font-size: 1.3rem !important;
	display: block;
	background-color: rgba(255, 255, 255, 0.3);
}
input.p-postal-code {
	width: auto !important;
}
span.wpcf7-list-item label {
	background-color: transparent !important;
}
.label-danger {
	margin-left: .5rem;
	padding: .35rem .3rem .25rem;
	font-size: 65%;
	color: #FFF !important;
	background-color: #C33;
	border-radius: .35rem;
}
.wpcf7-list-item-label {
	color: #232323 !important;
}
.acceptance-privacy label {
	color: #333;
}
.privacy {
	margin: 3rem auto 3rem;
	border: 1px solid #ccc;
	padding: 2rem;
	overflow: auto;
	height: 500px;
	font-size: 1.3rem;
}
#ModalPrivacy h6 {
	font-weight: 700 !important;
	font-size: 1.5rem !important;
}
#ModalPrivacy p {
	font-size: 1.4rem !important;
	line-height: 1.5 !important;
}

/*-----------------------------------------------------
// pankuzu
-----------------------------------------------------*/
.breadcrumbs {
	margin: .75rem 0 1rem;
	text-align: left;
	font-size: 1.2rem;
	color: #404040;
	letter-spacing: 0 !important;
}
.breadcrumbs .fas {
	margin-left: .25rem;
	margin-right: .25rem;
	color: #999;
}
.breadcrumbs a {
	color: #404040 !important;
}
.breadcrumbs span a:hover {
	color: #177464 !important;
	text-decoration: none !important;
}
.breadcrumb-area {
	margin: 0 auto 2rem;
	font-size: 1.2rem;
	text-align: left;
	color: #888;
}
.breadcrumb-area span {
	margin-right: .25rem;
}
.breadcrumb-area span.current-item {
	color: #333;
}
@media (max-width:768px) {
	.breadcrumb-area {
		font-size: 1rem;
	}
}
/*-----------------------------------------------------
// google map
-----------------------------------------------------*/
#map {
	width: 100%;
	height: 520px;
	position: relative;
}
#top-map {
	width: 100%;
	height: 250px;
	position: relative;
}
#top-map iframe,
#top-map object,
#top-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.g-map {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}
.g-map iframe, .g-mapr object, .g-map embed {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* -- pager --*/
.pager {
	margin-top: 2rem;
	margin-bottom: 1rem;
	padding: 0 1rem;
	width: 100%;
	overflow: hidden;
	clear: both;
	list-style: none;
	font-size: 1.2rem;
	text-align: center;
}
ul.page-numbers {
	text-align: center;
}
ul.page-numbers li {
	display: inline-block;
}
.pager .pager-prev {
	margin: 0 2rem 1rem .5rem;
	display: inline-block;
	font-size: 1.3rem;
}
.pager .pager-next {
	margin: 0 .5rem 1rem 1rem;
	display: inline-block;
	font-size: 1.3rem;
}
.pager span {
	padding: .5rem 1.15rem;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	color: #FFF !important;
	text-decoration: none !important;
	border: none;
	border-radius: 2rem;
	background: #bebebe;
}
.pager span.current {
	padding: .5rem 1.15rem;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	color: #FFF !important;
	text-decoration: none !important;
	border: none;
	border-radius: 2rem;
	background: var(--emphasis05) !important;
}
.pager span.dots {
	padding: .5rem 1.15rem;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	color: #FFF !important;
	text-decoration: none !important;
	border: none;
	border-radius: 2rem;
	background: #bebebe;
}
.pager a {
	padding: .5rem 1.15rem;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	color: #FFF !important;
	text-decoration: none !important;
	border: none;
	border-radius: 2rem;
	background: var(--emphasis02);
}
.pager .pager-prev a,
.pager .pager-next a {
	padding: 1rem 3rem;
	background: var(--emphasis02);
	color: #FFF;
}
.pager-number {
	margin-top: 3rem;
	padding: 0 1rem;
	margin-bottom: 1rem;
	overflow: hidden;
	list-style: none;
	font-size: .8rem;
	text-align: center;
	display: flex;
	justify-content: center;
}
.pager-number span.current {
	margin: 0 .5rem;
	padding: .5rem 1rem;
	text-align: center;
	color: #FFF !important;
	text-decoration: none !important;
	border: none;
	border-radius: .3rem;
	background: var(--emphasis05);
}
.pager-number a {
	margin: 0 .5rem;
	padding: .5rem 1rem;
	text-align: center;
	color: #FFF !important;
	text-decoration: none !important;
	border: none;
	border-radius: .3rem;
	background: var(--emphasis02);
}
.pager a:hover,
.pager-number a:hover {
	color: #FFF!important;
	text-decoration: none !important;
	background-color: var(--emphasis03) !important;
}


/* ------------------------------------
// display selector
------------------------------------ */
.hidden-pc {
	display: none !important;
}
.hidden-sp {
	display: block !important;
}

/* ------------------------------------
// @Media Queries
------------------------------------ */
@media (min-width: 1600px) {
	article#pages section {
		padding: 8rem 0;
	}
}
@media (max-width: 991.98px) {
	.navbar-dark .navbar-nav .nav-link {
		letter-spacing: .1rem !important;
	}
	article#pages section {
		padding: 5rem 0;
	}
}
@media (min-width: 768px) {
	.pc-center {
		text-align: center !important;
	}
	.sp-mb-0 {
		margin-bottom: 0 !important;
	}
	.sp-br {
		display: none !important;
	}
}

/*--under 768px--*/
@media (max-width: 767.98px) {
	.header-nav {
		box-shadow: 0px 2px 2px rgb(0 0 0 / 18%) !important;
	}
	.navbar {
		padding: 1rem;
	}
	.header-nav .bg-db {
		background-color: #FFF !important;
	}
	.navbar-nav {
		font-size: 1.5rem;
	}
	nav.navbar-sub .collapse:not(.show) {
		display: block !important;
	}
	nav.navbar-sub ul.sub-menu {
		background-color: transparent !important;
	}
	nav.navbar-sub ul.sub-menu li {
		margin: 0 0 1.5rem !important;
		padding: 0 !important;
		font-size: 1.7rem !important;
		border: none !important;
	}
	nav.navbar-sub ul.sub-menu li a {
		padding: 0 0 0 1rem !important;
		text-align: left !important;
	}
	nav.navbar-sub ul.sub-menu li a::before {
		content: '- ';
	}
	section {
		margin-bottom: 0;
		padding: 2.5rem 0 1rem;
	}
	article section {
		padding: 5em 0 !important;
	}
	article#pages section {
		min-height: 400px;
	}
	footer {
		margin: 0 auto 0;
		padding: 2.5rem 0 5px !important;
		text-align: center;
	}
	footer section {
		margin-bottom: 0 !important;
		padding-bottom: .25rem !important;
	}
	footer #copy {
		margin-bottom: 0 !important;
		padding: 1rem 1rem !important;
	}
	.copyright {
		margin: 2rem 0 0 !important;
		font-size: 8px !important;
		text-align: center !important;
	}
	footer .footer-info {
		text-align: center;
	}
	footer h5 {
		text-align: left;
	}
	footer p {
		font-size: 1.2rem !important;
		text-align: left;
	}
	footer .lead {
		font-weight: 700 !important;
		font-size: 1.8rem !important;
		letter-spacing: 0 !important;
	}
	footer .text-right {
		text-align: left !important;
	}
	footer ul.footer-list {
		margin: 0 0 2rem;
		display: flex;
		flex-wrap: wrap;
	}
	footer ul.footer-list li {
		margin: 0 0 .5rem !important;
		padding: 0 1px;
		width: calc(100% - 2px);
		font-size: 1.1rem !important;
	}
	.title {
		margin: 2rem 0 1rem !important;
		padding-bottom: .5rem;
		letter-spacing: .05rem !important;
	}
	h1.title {
		margin: 0 0 2.5rem !important;
		letter-spacing: .1rem !important;
		font-size: 2.1rem !important;
	}
	h1.page-title {
		font-size: 2.1rem !important;
		letter-spacing: .1rem !important;
	}
	h2, .h2 {
		margin: 1rem 0 2rem !important;
		font-size: 2.2rem;
		letter-spacing: 0.5px !important;
	}
	h2.title {
		margin: .5rem 0 3.5rem !important;
		/*font-size: 2.6rem !important;*/
		font-size: 2.15rem !important;
		letter-spacing: 0.5px !important;
	}
	.heading h2 {
		line-height: 1.2 !important;
		text-align: center;
	}
	.service .heading h2 {
		width: 100%;
		display: block;
		line-height: 1.4 !important;
		text-align: center;
	}
	h2.text-min {
		font-size: 2.3rem !important;
	}
	h2.ls-0 {
		letter-spacing: 0 !important;
	}
	h2.title > small {
		font-size: 1.4rem;
	}
	.feed h2 {
		margin: .5rem 0 !important;
		font-size: 2rem !important;
		letter-spacing: 1px !important;
	}
	h3, .h3 {
		font-size: 1.8rem !important;
		letter-spacing: 0.5px !important;
	}
	h3.title {
		font-size: 1.8rem !important;
	}
	h3.title small {
		margin-bottom: .2rem;
		display: block;
		text-align: left;
	}
	h3.title > span {
		padding: .75rem 1rem;
	}
	h4, .h4 {
		font-size: 1.6rem !important;
	}
	h5, .h5 {
		font-size: 1.5rem !important;
	}
	h6, .h6 {
		font-size: 1.5rem !important;
	}
	p {
		font-size: 1.4rem !important;
	}
	.small {
		font-size: 90% !important;
		letter-spacing: 0 !important;
	}
	.pc-contents {
		text-align: center !important;
	}
	.information {
		margin: -15vh 0 5rem;
		padding: 2rem 2rem;
	}
	#service-list .card-body {
		padding: .5rem 1rem .5rem !important;
	}
	#service-list .card-body h4.title {
		margin: 1rem 0 !important;
		padding-bottom: .5rem;
	}
	.service-contents .title {
		margin: 1rem 0 !important;
	}
	div.comment .svg-icn {
		margin: 0 auto;
		width: 94%;
		height: auto;
	}
	.information ul.feed {
		margin: 1.5rem 0 !important;
	}
	.information ul.feed li {
		margin: 0 0 .5rem !important;
		padding: .5rem 0 .75rem;
		display: block;
		width: 100%;
		text-align: left;
		border-bottom: 1px dotted rgba(0, 0, 0, .2);
	}
	.information ul li span {
		margin-right:0;
		display: block;
		text-align: left;
		letter-spacing: 0 !important;
	}
	.category-list a {
		font-size: 1rem !important;
	}
	summary {
		padding: 1.5rem 1rem;
	}
	summary.h5 {
		line-height: 1.5 !important;
	}
	details .details-inner {
		padding: 1rem .5rem;
	}
	details .details-inner p {
		font-size: 1.3rem !important;
	}
	.news-list li span {
		margin: 0 0 .1rem !important;
		display: block;
	}
	.table th {
		width: 30% !important;
	}
	.table th, .table td {
		padding: 1rem .5rem !important;
		font-size: 1.3rem !important;
		letter-spacing: 0 !important;
	}
	.table td a {
		display: block;
		text-align: left;
	}
	.table-xs th, .table-xs td {
		padding: .5rem 1.5rem !important;
		font-size: 1.3rem !important;
		text-align: left !important;
		letter-spacing: 0.5px !important;
	}
	.post-date {
		margin: 0 0 .25rem !important;
		display: block;
		text-align: left;
		font-size: 1.3rem !important;
	}
	.feed-list {
		margin-bottom: .2rem;
		padding: 0 .75rem !important;
	}
	.feed-list li span.post-date {
		padding: 0 !important;
	}
	.card-title {
		font-size: 1.6rem !important;
	}
	.box {
		padding: 2rem 0 1rem;
	}
	.heading {
		margin-bottom: 3rem !important;
		flex-wrap: wrap;
	}
	.recruit .heading {
		margin-bottom: 4.5rem !important;
	}
	.svg-title {
		margin: 0 auto;
		width: 145px !important;
		height: auto;
	}
	.heading .svg-title {
		margin: 0 auto 1rem;
		width: 145px !important;
		height: auto;
		z-index: 2;
	}
	.img-svg {
		margin-left: auto;
		margin-right: auto;
		padding-left: 10%;
		padding-right: 10%;
	}
	.logo-svg {
		margin-left: auto;
		margin-right: auto;
		padding-left: 10%;
		padding-right: 10%;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.img-shodow {
		box-shadow: 10px 10px 0 hsl(32deg 30% 83% / 90%);
	}
	img.img-border {
		margin-bottom: 3rem !important;
	}
	img.check-point {
		margin: 0 auto;
		width: 50% !important;
		height: auto;
	}
	.btn,
	.button {
		font-size: 1.5rem !important;
	}
	.page-nav {
		margin-top: 1.5rem;
		text-align: center;
	}
	.align-items-center p {
		margin-top: 1rem !important;
	}
	.feed .card-body {
		padding: 2rem !important;
	}
	.feed .feed-body {
		padding: .5rem 1rem .7rem !important;
	}
	#feed .card-img {
		width: 100%;
		min-height: auto !important;
		object-fit: cover !important;
	}
	footer ul.footer-nav {
		margin: 0 0 1.5rem !important;
	}
	footer ul.footer-nav li {
		margin-bottom: 1rem;
		width: 100%;
		font-size: 1.2rem !important;
	}
	footer .footer-logo {
		margin: 0 auto 1rem;
		padding: 0;
		display: block;
		width: 60%;
	}
	.label-title {
		display: none !important;
	}
	.txt-c {
		text-align: left !important;
	}
	.img-border {
		border: none !important;
	}
	.hidden-pc {
		display: block !important;
	}
	.hidden-sp {
		display: none !important;
	}
	.wp-form {
		padding: 0 15px !important;
	}
	.col-form {
		padding: 0 !important;
	}
	.privacy {
		margin: 2rem auto 2rem;
		border: 1px solid #ccc;
		padding: 1rem;
		overflow: auto;
		height: 350px;
		font-size: 1.2rem;
	}
	.privacy p {
		font-size: 1.2rem !important;
	}
	table a.btn {
		margin-top: .3rem;
	}
	table.tbl th,
	table.tbl td {
		padding: .5rem;
		text-align: left !important;
	}
	table.tbl th,
	table.tbl td {
		padding: 5px;
		width: 100% !important;
		display: block !important;
	}
	table.tbl, table.tbl th, table.tbl td {
		border: none;
		border-bottom: 5px solid #FFF !important;
	}
	input[type="submit"],
	input[type="button"],
	input[type="reset"] {
		margin: 0 auto 1.5rem;
		width: 90%;
		display: block;
	}
	#ModalPrivacy h6 {
		font-weight: 700 !important;
		font-size: 1.35rem !important;
		letter-spacing: 0 !important;
	}
	#ModalPrivacy p {
		font-size: 1.25rem !important;
		line-height: 1.5 !important;
	}
	#wpfront-scroll-top-container {
		width: 42px;
		bottom: 75px !important;
	}
	br.sp-space {
		display: none !important;
	}
}

