/*--------------------------------------------common--*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
	line-height: 1.66;
	margin: 0;
	padding: 0 5px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 100%;
	box-sizing: border-box;
}

p {
	margin: 0;
}

img {
	max-width: 100%;
}

h1,
h2 {
	line-height: 1;
	font-family: "Sawarabi Mincho", serif;
	font-weight: 500;
	text-align: center;
}

h1 {
	margin: 0;
	font-size: 1.5em;
}

h2 {
	display: inline-block;
	margin: 1em 0;
	padding: 0 0.2em;
	font-size: 1.2rem;
}

.parent-title {
	        flex: 100%;
	text-align: center;

	-webkit-box-flex: 100%;
	-webkit-flex: 100%;
}

.home h2 {
	border-right: 0.5em solid #af9fff;
	border-left: 0.5em solid #af9fff;
}
.home h2.notice {
	border-right: 0.5em solid #bf4b76;
	border-left: 0.5em solid #bf4b76;
	word-break: keep-all;
}
.services h2 {
	border-right: 0.5em solid #81e05d;
	border-left: 0.5em solid #81e05d;
}

.about_us h2 {
	border-right: 0.5em solid #8adbff;
	border-left: 0.5em solid #8adbff;
}

.careers h2 {
	border-right: 0.5em solid #f6a057b5;
	border-left: 0.5em solid #f6a057b5;
}

.locations h2 {
	border-right: 0.5em solid #ffbec1;
	border-left: 0.5em solid #ffbec1;
}

.container {
	max-width: 992px;
	margin: 0 auto;
}

.flex-box {
	display:         flex;
	display: -webkit-flex;

/* Safari6.1以降 */
	display: -ms-flexbox;

/* IE10 */
	/* display: -webkit-box; Android4.3以下、Safari3.1〜6.0 */
	        flex-wrap: wrap;

	    -ms-flex-wrap: wrap;

/*IE10*/
	-webkit-flex-wrap: wrap;

	/* Safari6.1以降 */
}

.jc-center {
	        justify-content: center;

/*IE10*/

	-ms-flex-pack: center;

/*Android4.3以下、Safari3.1〜6.0 */
	-webkit-box-pack: center;

/* Safari6.1以降 */
	-webkit-justify-content: center;
}

.jc-around {
	        justify-content: space-around;

	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	-webkit-box-pack: justify;
}

.flex-2item {
	        flex: 280px 1 0;
	margin: 0.5%;
	margin-bottom: 16px;
	box-sizing: border-box;

/*IE10*/

	    -ms-flex: 280px 1 0;

/* Android4.3以下、Safari3.1〜6.0 */
	-webkit-box-flex: 280px 1 0;

/* Safari6.1以降 */
	-webkit-flex: 280px 1 0;
}

.services.ot .flex-2item {
	        flex: 1 0 106px;

/*IE10*/

	    -ms-flex: 1 0 106px;

/* Android4.3以下、Safari3.1〜6.0 */
	-webkit-box-flex: 1 0 106px;

/* Safari6.1以降 */
	-webkit-flex: 1 0 106px;
}

.services.vcare .flex-2item {
	        flex: 1 0 260px;

/*IE10*/

	    -ms-flex: 1 0 260px;

/* Android4.3以下、Safari3.1〜6.0 */
	-webkit-box-flex: 1 0 260px;

/* Safari6.1以降 */
	-webkit-flex: 1 0 260px;
}

.flex-3item {
	        flex: 300px 0 0;
	margin-bottom: 16px;
	text-align: center;

/*IE10*/

	    -ms-flex: 300px 0 0;

/* Android4.3以下、Safari3.1〜6.0 */
	-webkit-box-flex: 300px 0 0;

/* Safari6.1以降 */
	-webkit-flex: 300px 0 0;
}

.flex-3item aside {
	display: inline-block;
	width: 300px;
	text-align: left;
}

.flex-3item p,
.flex-3item h3 {
	margin: 0;
}

section.container {
	text-align: center;
}

.nowrap {
	display: inline-block;
	white-space: nowrap;
}


/*------------------------------------------------list-flame--*/

.list-flame {
	max-width: 800px;
	margin: 20px auto;
	padding: 5px;
	border: 1px solid #eee;
	        border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.5);

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	     -o-border-radius: 3px;
}

.Lcol {
	display: inline-block;
	width: 100%;
	min-width: 100px;
	vertical-align: top;
	padding: 0.8em 0;
	color: #fff;
	background-color: #44802e;
	text-align: center;
}

.Rcol {
	display: inline-block;
	width: 100%;
	padding: 0.8em 0;
	text-align: center;
}

.separater {
	width: 100%;
	height: 0;
	border-top: none;
}

.separater2 {
	width: 100%;
	height: 5px;
	border-top: 1px solid #eee;
}

.Hcol {
	width: 100%;
	color: #fff;
	background-color: #44802e;
}

.Bcol {
	width: 100%;
}

.Bcol:nth-child(2n+1) {
	background-color: rgba(52, 190, 0, 0.149);
}

.triple {
	display: inline-block;
	width: 38%;
	vertical-align: top;
	padding: 0.5em 0;
	border-left: 1px solid #eee;
	text-align: center;
	box-sizing: border-box;
}

.triple:first-child {
	width: 20%;
	padding: 0.5em 0;
	border-left: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~flex-list--*/

.Lbox,
.Rbox {
	        flex: 100% 0 0;
	padding: 0.5em;
	text-align: center;
	box-sizing: border-box;

/*IE10*/

	    -ms-flex: 100% 0 0;

/* Android4.3以下、Safari3.1〜6.0 */
	-webkit-box-flex: 100% 0 0;

/* Safari6.1以降 */
	-webkit-flex: 100% 0 0;
}

.about_us.act_plan .Lbox {
	max-width: 150px;
	        flex: 150px 0 0;
	padding: 0.5em;
	color: #000;
	text-align: left;

/*IE10*/

	    -ms-flex: 150px 0 0;

/* Android4.3以下、Safari3.1〜6.0 */
	/*-webkit-box-flex: 150px 0 0;*/
	/* Safari6.1以降 */
	-webkit-flex: 150px 0 0;
}

.about_us.act_plan .Rbox {
	max-width: calc(100% - 150px);
	        flex:         calc(100% - 150px) 0 1;
	padding: 0.5em;
	color: #000;
	text-align: left;

/*IE10*/

	    -ms-flex:         calc(100% - 150px) 0 1;

/* Android4.3以下、Safari3.1〜6.0 */
	/*-webkit-box-flex: calc(100% - 150px) 0 1;*/
	/* Safari6.1以降 */
	-webkit-flex: -webkit-calc(100% - 150px) 0 1;
}

.services .Rbox {
	background-color: rgba(52, 190, 0, 0.149);
}

.about_us .Rbox {
	background-color: rgba(138, 219, 255, 0.188);
}

.about_us.act_plan .Rbox {
	background-color: transparent;
}

.careers .Rbox {
	background-color: rgba(255, 192, 123, 0.25);
}

.services .Lbox {
	color: #fff;
	background-color: #44802e;
}

.about_us .Lbox {
	color: #fff;
	background-color: #1f2f80;
}

.about_us.act_plan .Lbox {
	background-color: transparent;
}

.careers .Lbox {
	color: #fff;
	background-color: #f99f3d;
}


/*--------------------------------------------header--*/

.siteHeader {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	min-height: 46px;
	min-height: 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}

.siteHeadContainer {
	position: relative;
	padding: 0 20px 0;
	box-sizing: border-box;
}

.navbar-header {
	display: inline-block;
}

.siteHeader_logo {
	margin: 0;
}

.siteHeader_logo img {
	max-height: 70px;
	vertical-align: bottom;
}

#gMenu_outer {
	display: none;
}

#gMenu_outer.mov-menu-open {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
}

#menu-main {
	display: block;
	max-height:         calc(100vh - 120px);
	max-height: -webkit-calc(100vh - 120px);
	overflow-y: scroll;
	margin-bottom: 0;
	padding: 0 0 1em 0;
	list-style-type: none;
}

#menu-main li {
	display: block;
	position: relative;
	width: 100px;
	line-height: 1;
	margin: auto;
	padding: 1em 0 0;
	text-align: center;
}

#menu-main li span {
	display: block;
	font-size: 70%;
}

#menu-main li a {
	color: #000;
	text-decoration: none;
}

#menu-main .menu-item a:hover {
	color: #af9fff;
}

#menu-main > li:first-child {
	border-bottom: 3px solid #af9fff;
}

#menu-main > li:nth-child(2) {
	border-bottom: 3px solid #00ae45;
}

#menu-main > li:nth-child(3) {
	border-bottom: 3px solid #8adbff;
}

#menu-main > li:nth-child(4) {
	border-bottom: 3px solid #ffc07b;
}

#menu-main > li:nth-child(5) {
	border-bottom: 3px solid #ffaa9f;
}

#menu-main > li:nth-child(6) {
	border-bottom: 3px solid rgb(90, 90, 90);
}
#menu-main li#menu-item-60 {
	margin-bottom: 1em;
}
#menu-main .sub-menu {
	display: none;
	position: relative;
	top: 105%;
	left: -34px;
	width: 150px;
	padding: 0.5em;
}

#menu-main .sub-menu li {
	width: 150px;
	padding: 0.5em 0;
	background-color: #fff;
	box-sizing: border-box;
}

.btn {
	display: inline-block;
	line-height: 1.42857143;
	vertical-align: middle;
	margin-bottom: 0;
	padding: 6px 12px;
	border: 1px solid #000;
	border-radius: 4px;
	background-image: none;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	    -ms-user-select: none;
	   -moz-user-select: none;
	        user-select: none;

	-ms-touch-action: manipulation;
	    touch-action: manipulation;
	-webkit-user-select: none;
}

.menuBtn {
	position: absolute;
	top: 0;
	right: 0.3em;
	z-index: 2000;
	width: 40px;
	margin: 8px;
	padding: 9px 0;
	color: #000;
}

.menuBtn i {
	vertical-align: middle;
}

.telBtn {
	position: absolute;
	top: 0;
	right: 3.5em;
	z-index: 2000;
	width: 40px;
	margin: 8px;
	padding: 9px 0;
	color: #000;
}

.go_sitemap {
	display: none;
}

.go_sitemap:after {
	display: inline-block;
	position: absolute;
	width: 1em;
	height: 1em;
	margin-left: 0.3em;
	color: #af9fff;
	font-family: "Font Awesome 5 Free";
	font-size: 1.5em;
	content: "\f101";
}

.page-title-box {
	display:         flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	        flex-wrap: wrap;
	        flex: 12em 1 0;
	        justify-content: center;
	        align-content: center;
	padding-bottom: 10px;

	-webkit-flex: 12em 1 0;
	-webkit-box-flex: 12em 1 0;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	-webkit-align-content: center;
}

#breadcrumb {
	margin-top: 115px;
	padding: 0 10px;
}


/*--------------------------------------page-wrap--*/

.page-wrap {
	max-width: 992px;
	margin: 10px auto 1em;
	padding: 10px 8px;
	border-radius: 10px;
	box-shadow: 0 0 10px #aaa;
	background-color: #fff;
}

.home .page-wrap {
	margin-top: 122px;
}


/*-----------------------------------image-header--*/

.image-header {
	position: relative;
	border-bottom: 1px solid #af9fff;
}

.services .image-header {
	border-bottom: 1px solid #34be00;
}

.about_us .image-header {
	border-bottom: 1px solid #8adbff;
}

.careers .image-header {
	border-bottom: 1px solid #f99f3d;
}

.locations .image-header {
	border-bottom: 1px solid #ffbec1;
}

#FFBEC1
/*---------------------------------------bxslider--*/

.home #top-slide {
	border-bottom: 2px solid #af9fff;
}

.bx-wrapper {
	margin-bottom: 16px;
	        box-shadow: none;

	-webkit-box-shadow: none;
}


/*-------------------------------------------main--*/

.pageContent {
	margin-bottom: 2em;
}

.content-row {
	display: block;
	width: 100%;
	margin: 8px 0;
	text-align: left;
	box-sizing: border-box;
}

.content-row > div {
	margin: 8px auto;
}

.info-box {
	display: block;
	width: 100%;
	min-width: 280px;
	max-width: 424px;
	text-align: center;
}

.scroll-box {
	display: inline-block;
	width: 100%;
	height: 119px;
	overflow-y: scroll;
	padding: 10px;
	border: solid #aaa;
	border-width: 2px 1px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	background-color: #fafafa;
	font-size: 15px;
	text-align: left;
	box-sizing: border-box;
}

.date {
	display: inline-block;
	width: 6.5em;
	vertical-align: top;
}

.information {
	display: inline-block;
	width:         calc(100% - 7em);
	width: -webkit-calc(100% - 7em);
}

.jcqhc {
	display: block;
	width: 100%;
	min-width: 280px;
	max-width: 393px;
	vertical-align: top;
	font-family: "Sawarabi Mincho", serif;
	font-weight: 500;
	text-align: center;
}

.jcqhc-inner {
	width: 100%;
	height: 119px;
	padding: 9.5px 5px;
	border-radius: 3px;
	box-shadow: 0 0 8px #af9fff;
	background-color: #fff;
	text-align: left;
	box-sizing: border-box;
}

.jcqhc-inner div {
	display: inline-block;
	width:         calc(100% - 110px);
	width: -webkit-calc(100% - 110px);
	height: 100%;
	vertical-align: top;
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
}

.jcqhc-inner span,
.jcqhc-inner a {
	display: block;
	margin: auto;
}

.ent-bar {
	position: relative;
	padding: 0.5em;
	border: 1px solid #00ae45;
	border-radius: 5px;
	background-color: #d8ffd2;
	font-size: 20px;
	text-align: left;
}

.ent-bar a {
	display: inline-block;
	position: absolute;
	right: 4%;
	vertical-align: baseline;
	margin-left: 5em;
	padding: 2px 8px 2px 5px;
	border-radius: 5px;
	background-color: #fff;
	font-size: 15px;
	text-decoration: none;
}

.ent-bar a i {
	display: inline-block;
	margin-left: 5px;
	color: #af9fff;
	font-size: 24px;
	transform: translateY(3px);
}

.kwsk {
	width: 10em;
	padding: 5px 15px 5px 0;
	border-radius: 5px;
	color: #000;
	background-color: #eee;
	font-family: serif;
	font-size: 1rem;
	text-decoration: none;
}

.kwsk:after {
	display: inline-block;
	position: absolute;
	width: 1em;
	height: 1em;
	margin-left: 0.3em;
	color: #af9fff;
	font-family: "Font Awesome 5 Free";
	font-size: 1.5em;
	content: "\f101";
	transform: translateY(-7px);
}


/*-------------------services--*/

.arrow-list {
	display: block;
	width: 100％;
	line-height: 26px;
	margin: 10px 0.5% 10px 0.5%;
	padding: 0;
	font-size: 1em;
	list-style: none;
}

.arrow-list.check-square {
	margin-left: 2em;
}

.arrow-list li {
	position: relative;
	margin-bottom: 0.5em;
	padding-left: 1.5em;
}

.arrow-list li:before {
	display: inline-block;
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-size: 1em;
	content: "\f152";
}

.services .arrow-list li:before {
	color: #44802e;
}

.about_us .arrow-list li:before {
	color: #3956e8;
}

.arrow-list.check-square li:before {
	display: inline-block;
	position: absolute;
	left: 0;
	color: #666;
	font-family: "Font Awesome 5 Free";
	font-size: 1em;
	content: "\f14a";
}

.rightPh {
	display: none;
}

.inst_head {
	margin: 0 5px;
	padding-top: 0.5em;
	background-color: rgba(138, 219, 255, 0.188);
}

.inst_img {
	margin: 0 5px;
}

.inst_desc {
	margin: 0 5px;
	padding: 0 0.5em;
	font-size: 90%;
	text-align: left;
}

.WlyActivities {
	font-size: 90%;
}


/*-----------------------------------------footer--*/

.siteFooter {
	padding-top: 1em;
	border-top: 2px solid #af9fff;
}

.services .siteFooter {
	border-top: 2px solid #81e05d;
}

.about_us .siteFooter {
	border-top: 2px solid #8adbff;
}

.careers .siteFooter {
	border-top: 2px solid #f99f3d;
}

.locations .siteFooter {
	border-top: 2px solid #ffbec1;
}

#footer-col-3 a {
	color: #000;
	text-decoration: none;
}

#footer-col-3 span {
	color: #000;
	font-weight: 700;
	font-size: 1.5em;
}


/*------------------------------------media query--*/

@media screen and (min-width:400px) {
	h2 {
		font-size: 1.25em;
	}
}

@media screen and (min-width:440px) {
	h2 {
		margin: 1em;
		font-size: 1.3em;
	}
	.siteHeader_logo img {
		max-height: 100px;
	}
}

@media screen and (min-width:520px) {
	.rightPh {
		display: block;
		float: right;
		width: 50%;
		max-width: 300px;
		margin: 0 0 0 1em;
	}
}

@media screen and (min-width: 768px) {
	.list-flame {
		max-width: 800px;
		background-color: rgba(255, 255, 255, 0.5);
		box-sizing: border-box;
	}
	.Lcol {
		width: 18%;
		min-width: 80px;
		color: #fff;
		background-color: #44802e;
		text-align: center;
	}
	.Rcol {
		width: 80%;
		background-color: rgba(52, 190, 0, 0.149);
		text-align: left;
	}
	.separater {
		height: 0;
		border-top: 1px dotted #fff;
	}
	.Lbox {
		        flex: 18% 0 0;

/*IE10*/

		    -ms-flex: 18% 0 0;

/* Android4.3以下、Safari3.1〜6.0 */
		-webkit-box-flex: 18% 0 0;

/* Safari6.1以降 */
		-webkit-flex: 18% 0 0;
	}
	.Rbox {
		        flex: 77% 0 0;
		text-align: left;

/*IE10*/

		    -ms-flex: 77% 0 0;

/* Android4.3以下、Safari3.1〜6.0 */
		-webkit-box-flex: 77% 0 0;

/* Safari6.1以降 */
		-webkit-flex: 77% 0 0;
	}
}

@media screen and (min-width:822px) {
	.siteHeadContainer {
		padding: 0 20px 30px;
	}
	#breadcrumb {
		margin-top: 145px;
	}
	.home .page-wrap {
		margin-top: 165px;
	}
	h2 {
		font-size: 1.5em;
	}
	section.container {
		text-align: left;
	}
	.content-row > div {
		margin: 8px 4.2%;
	}
	.info-box {
		display: inline-block;
		width: 42.7%;
		text-align: center;
	}
	.jcqhc {
		display: inline-block;
		width: 39.6%;
		text-align: center;
	}
	#menu-main {
		overflow: inherit;
		padding: 0;
	}
	#menu-main .sub-menu {
		position: absolute;
		border: 1px solid #888;
		background-color: #fff;
	}
	#menu-main li {
		display: inline-block;
	}
	.menuBtn,
	.telBtn {
		display: none;
	}
	#gMenu_outer {
		display: inline-block;
		position: absolute;
		right: 20px;
		bottom: 0;
	}
	.go_sitemap {
		display: block;
		position: absolute;
		top: 1em;
		right: 3em;
		line-height: 1.5em;
		color: #000;
		text-decoration: none;
	}
	#menu-main li#menu-item-60 {
		display: none;
	}
}

@media screen and (min-width:940px) {
	.siteHeader_logo img {
		max-height: 130px;
	}
	.siteHeadContainer {
		padding: 0 20px;
	}
}
