@charset "utf-8";

/*  Typo
----------------------------------------------- */
body, div, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, blockquote, th, td {
	margin: 0; 
	padding: 0;
	}
body { line-height: 1.5 !important; }
td, p, ul, ol { line-height: 1.5 !important; } 
img { border: 0; vertical-align: top; }
ul, ol { list-style: none; }
p { margin: 1em 0; }
table{
	border-collapse: collapse; 
	border-spacing: 0;
	}
a { text-decoration: underline; }
a:hover { text-decoration: none; }
a:hover img {
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
	}
@media only screen and (max-width: 1024px) {
	.hover { text-decoration: none; }
	.hover img {
		filter: alpha(opacity=25);
		-moz-opacity: 0.25;
		opacity: 0.25;
		}
	}

/*  Layout
----------------------------------------------- */
.inner {
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
	}
#container {
	margin: 70px 0 0;
	background: url(bg-main.jpg) repeat center top;
	}
#content .inner {
	padding: 20px 0;
	background: #fff;
	}
@media only screen and (min-width: 640px) {
	#container { margin: 120px 0 0; }
	}
@media only screen and (min-width: 1024px) {
	#container { margin: 0; }
	#content { background: url(https://u.jimcdn.com/cms/o/s5c082c5c3649b968/userlayout/img/bg-main.png?t=1697508780) no-repeat center top 70px; }
	}

/*  Header
----------------------------------------------- */
#header {
	display: block;
	z-index: 100000;
	position: fixed;
	top: 0;
	width: 100%;
	height: 70px;
	margin: 0;
	box-sizing: border-box;
	background: rgb(211,152,184);
	background: -webkit-linear-gradient(180deg, rgba(211,152,184,1) 30%, rgba(255,255,255,1) 100%);
	background: linear-gradient(180deg, rgba(211,152,184,1) 30%, rgba(255,255,255,1) 100%);
	}
#header .inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	height: 100%;
	}
.headlogo {
	width: 220px;
	padding: 0 0 10px;
	}
.headlogo img {
	width: 100%;
	height: auto;
	}
.headtel { display: none; }
@media only screen and (min-width: 640px) {
	#header {
		height: 120px;
		background: url(https://u.jimcdn.com/cms/o/s5c082c5c3649b968/userlayout/img/bg-headersp.jpg?t=1623757295) no-repeat center top;
		}
	}
@media only screen and (min-width: 1024px) {
	#header {
		display: none;
		position: static;
		height: 180px;
		background: url(https://u.jimcdn.com/cms/o/s5c082c5c3649b968/userlayout/img/bg-headerpc.jpg?t=1623757925) no-repeat center top;
		}
	.headlogo { width: calc(100% - 330px); }
	.headlogo img { width: 300px; }
	.headtel {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 20px 1fr;
		grid-template-columns: repeat(2,1fr);
		grid-column-gap: 20px;
		-moz-columns: auto 2;
		-moz-column-gap: 20px;
		width: 500px;
		font-size: 16px;
		}
	.headtel li:nth-child(2n+1) { -ms-grid-column: 1; }
	.headtel li:nth-child(2n+0) { -ms-grid-column: 3; }
	.headtel li:nth-child(2) {
		padding: 0 0 0 23px;
		background: url(https://u.jimcdn.com/cms/o/s5c082c5c3649b968/userlayout/img/ico-mail.png?t=1589254214) no-repeat left center;
		}
	.headtel li a { color: #595757; }
	}

/*  Headimage
----------------------------------------------- */
.headbt {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1px 1fr;
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 1px;
	-moz-columns: auto 2;
	-moz-column-gap: 1px;
	margin: 0;
	padding: 0;
	}
.headbt li a {
	display: block;
	width: 100%;
	padding: 10px 0;
	background: #595757;
	}
.headbt li a.hover { background: #a0a0a0; }
.headbt li img {
	display: block;
	width: 120px;
	height: auto;
	margin: 0 auto;
	}
.headbt li.seminor { display: none; }
/*
@media only screen and (min-width: 640px) {
	.headbt li.tel { display: none; }
	.headbt li.seminor { display: block; }
}
 */
@media only screen and (min-width: 1024px) {
	.headbt { display: none; }
	}
.cycle-slideshow { display: none; }
.cc-page-index .cycle-slideshow { display: block; }
.cycle-slideshow img {
	width: 100%;
	height: auto;
	}

/*  Footer
----------------------------------------------- */
#footinfo { text-align: center; }
#footinfo img {
	display: block;
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 0 auto 10px;
	}
.balloon {
	position: relative;
	display: inline-block;
	max-width: 380px;
	min-width: 120px;
	margin: 10px auto 15px;
	padding: 7px 10px;
	font-size: 12px;
	border-radius: 15px;
	background: #d398b8;
	}
.balloon::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #d398b8;
	}
.balloon p {
	margin: 0;
	padding: 0;
	color: #fff;
	}
#footer {
	padding: 20px 0 0;
	background: #d398b8;
	}
#footer .gutter {
	margin: 20px 0 0;
	padding: 10px 0;
	background: #aaabab;
	}
#footer .gutter a { color: #fff !important; }
#footer .gutter .copy {
	padding: 0 0 20px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	} 

/*  Smartphone Navigation
----------------------------------------------- */
.spmenu {
	z-index: 2000001;
	position: fixed;
	top: 10px;
	right: 10px;
	display: block;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: #3b5998;
	}
.spmenu img {
	width: 100%;
	height: auto;
	}
.open .spmenu {
	background: url(https://u.jimcdn.com/cms/o/s5c082c5c3649b968/userlayout/img/bt-spclose.png?t=1589254063) #fff no-repeat 0 0;
	background-size: 50px auto;
	}
.open .spmenu img { display: none; }
@media only screen and (min-width: 640px) {
	.spmenu { top: 60px; }
	}
@media only screen and (min-width: 1024px) {
	.spmenu { display: none; }
	}

/*  Navigation
----------------------------------------------- */
#navigation .inner {
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	}
.open #navigation .inner {
	z-index: 2000000;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
	max-width: initial;
	}
@media only screen and (min-width: 1024px) {
	#navigation {
		width: 100%;
		min-height: 50px;
		border-bottom: 3px solid #d4e5ef;
		background: url(https://u.jimcdn.com/cms/o/s5c082c5c3649b968/userlayout/img/bg-headmenu.png?t=1589253621) repeat-x left center;
		}
	#navigation .inner {
		position: static;
		visibility: visible;
		opacity: 1;
		width: 95%;
		height: auto;
		background: none;
		}
	}
ul.cc-nav-level-0 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 70px 10px 10px;
	box-sizing: border-box;
	}
ul.cc-nav-level-0 li {
	width: 95%;
	margin: 0 auto;
	border-top: 1px dotted #fff;
	}
ul.cc-nav-level-0 li:first-child { border-top: none; }
ul.cc-nav-level-0 li a {
	display: block;
	padding: 5px 0;
	color: #fff;
	font-size: 14px;
	font-family: "Shin Maru Go Regular","typesquare";
	text-decoration: none;
	}
ul.cc-nav-level-0 li a:hover { color: #999; }
ul.cc-nav-level-0 li ul {
	visibility: hidden;
	position: static;
	margin: 0;
	padding: 0;
	}
.open ul.cc-nav-level-0 li ul { visibility: visible; }
.spmenu ul.cc-nav-level-0 li ul li a { padding: 5px 10px 5px 30px; }
ul.cc-nav-level-1 li a::before,
ul.cc-nav-level-2 li a::before {
	content: "■";
	display: inline-block;
	padding: 0 5px;
	}
.j-textWithImage figure { z-index: 0 !important; }
@media only screen and (min-width: 1024px) {
	ul.cc-nav-level-0 {
		*zoom: 1; /*forIE6,7*/
		position: static;
		display: -webkit-flex !important;
		display: flex !important;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: center;
		justify-content: center;
		margin: 5px 0 0;
		padding: 0;
		}
	ul.cc-nav-level-0 li {
		white-space: nowrap;
		display: inline;
		width: auto !important;
		min-width: 85px;
		margin: 0 !important;
		line-height: 1;
		border-top: none !important;
		border-right: 1px solid #231815;
		}
	ul.cc-nav-level-0 li+li { border-top: none; }
	ul.cc-nav-level-0 li:first-child { border-left: 1px solid #231815; }
	ul.cc-nav-level-0 li a {
		display: block;
		padding: 10px 10px 30px;
		color: #231815;
		font-size: 16px !important;
		text-align: center !important;
		text-decoration: none !important;
		background: #fff;
		}
	ul.cc-nav-level-0 li:first-child a { background: url(https://u.jimcdn.com/cms/o/s5c082c5c3649b968/userlayout/img/bg-menu-information.png?t=1592273342) #fff no-repeat center bottom 10px; }
	ul.cc-nav-level-0 li:nth-child(2) a { background: url(https://u.jimcdn.com/cms/o/s5c082c5c3649b968/userlayout/img/bg-menu-aboutus.png?t=1592273311) #fff no-repeat center bottom 10px; }
	ul.cc-nav-level-0 li:nth-child(3) a { background: url(https://u.jimcdn.com/cms/o/s5c082c5c3649b968/userlayout/img/bg-menu-activities.png?t=1592273325) #fff no-repeat center bottom 10px; }
	ul.cc-nav-level-0 li:nth-child(4) a { background: url(https://u.jimcdn.com/cms/o/s5c082c5c3649b968/userlayout/img/bg-menu-executives.png?t=1592273337) #fff no-repeat center bottom 10px; }
	ul.cc-nav-level-0 li:nth-child(5) a { background: url(https://u.jimcdn.com/cms/o/s5c082c5c3649b968/userlayout/img/bg-menu-unit.png?t=1592273358) #fff no-repeat center bottom 10px; }
	ul.cc-nav-level-0 li:nth-child(6) a { background: url(https://u.jimcdn.com/cms/o/s5c082c5c3649b968/userlayout/img/bg-menu-morning.png?t=1592273352) #fff no-repeat center bottom 10px; }
	ul.cc-nav-level-0 li:nth-child(7) a { background: url(https://u.jimcdn.com/cms/o/s5c082c5c3649b968/userlayout/img/bg-menu-member.png?t=1592273347) #fff no-repeat center bottom 10px; }
	ul.cc-nav-level-0 li:nth-child(8) a { background: url(https://u.jimcdn.com/cms/o/s5c082c5c3649b968/userlayout/img/bg-menu-contact.png?t=1592273331) #fff no-repeat center bottom 10px; }
	ul.cc-nav-level-0 li a:hover {
		color: #2176bd;
		background: #d3e5f0;
		}
	ul.cc-nav-level-0 li:first-child a:hover { background: url(https://u.jimcdn.com/cms/o/s5c082c5c3649b968/userlayout/img/bg-menu-information.png?t=1592273342) #fff no-repeat center bottom 10px; }
	ul.cc-nav-level-0 li:nth-child(2) a:hover { background: url(https://u.jimcdn.com/cms/o/s5c082c5c3649b968/userlayout/img/bg-menu-activities.png?t=1592273325) #fff no-repeat center bottom 10px; }
	ul.cc-nav-level-0 li:nth-child(3) a:hover { background: url(bg-menu-meetings.png) #fff no-repeat center bottom 10px; }
	ul.cc-nav-level-0 li:nth-child(4) a:hover { background: url(https://u.jimcdn.com/cms/o/s5c082c5c3649b968/userlayout/img/bg-menu-executives.png?t=1592273337) #fff no-repeat center bottom 10px; }
	ul.cc-nav-level-0 li:nth-child(5) a:hover { background: url(bg-menu-voice.png) #fff no-repeat center bottom 10px; }
	ul.cc-nav-level-0 li:nth-child(6) a:hover { background: url(https://u.jimcdn.com/cms/o/s5c082c5c3649b968/userlayout/img/bg-menu-morning.png?t=1592273352) #fff no-repeat center bottom 10px; }
	ul.cc-nav-level-0 li:nth-child(7) a:hover { background: url(https://u.jimcdn.com/cms/o/s5c082c5c3649b968/userlayout/img/bg-menu-member.png?t=1592273347) #fff no-repeat center bottom 10px; }
	ul.cc-nav-level-0 li:nth-child(8) a:hover { background: url(https://u.jimcdn.com/cms/o/s5c082c5c3649b968/userlayout/img/bg-menu-contact.png?t=1592273331) #fff no-repeat center bottom 10px; }
	ul.cc-nav-level-0 li > ul { display: inline; }
	ul.cc-nav-level-0 li:hover > ul { visibility: visible; }
	ul.cc-nav-level-0 li ul {
		visibility: hidden;
		position: absolute;
		z-index: 300000 !important;
		margin: 0;
		padding: 0;
		}
	ul.cc-nav-level-0 li ul li {
		position: relative;
		clear: left;
		width: auto !important;
		margin: 0;
		padding: 0;
		line-height: normal;
		border-right: none;
		}
	ul.cc-nav-level-0 li ul li ul {
		top: 0;
		left: 100%;
		}
	ul.cc-nav-level-0 li ul li ul.cc-nav-level-2 {
		top: -30px;
		left: 200px;
		}
	ul.cc-nav-level-0 li ul.cc-nav-level-1 li,ul.cc-nav-level-0 li ul.cc-nav-level-2 li { font-size: 14px; }
	ul.cc-nav-level-0 li ul.cc-nav-level-1 a,ul.cc-nav-level-0 li ul.cc-nav-level-2 a {
		filter: alpha(opacity=9);
		-ms-filter: "alpha(opacity=90)";
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
		display: block;
		padding: 5px 10px;
		color: #fff;
		text-align: left !important;
		text-decoration: none;
		background: rgba(0,106,173,0.8);
		}
	ul.cc-nav-level-0 li ul.cc-nav-level-1 a:hover,ul.cc-nav-level-0 li ul.cc-nav-level-2 a:hover {
		color: #fff;
		text-decoration: none;
		background: rgba(243,176,46,1);
		}
	ul.cc-nav-level-0 li ul.cc-nav-level-1 li:first-child,
	ul.cc-nav-level-0 li ul.cc-nav-level-2 li:first-child {
		min-width: initial;
		border-left: none;
		}
	ul.cc-nav-level-0 li ul.cc-nav-level-1 li:nth-child(2),
	ul.cc-nav-level-0 li ul.cc-nav-level-2 li:nth-child(2),
	ul.cc-nav-level-0 li ul.cc-nav-level-0 li:nth-child(3),
	ul.cc-nav-level-0 li ul.cc-nav-level-2 li:nth-child(3),
	ul.cc-nav-level-0 li ul.cc-nav-level-0 li:nth-child(4),
	ul.cc-nav-level-0 li ul.cc-nav-level-2 li:nth-child(4),
	ul.cc-nav-level-0 li ul.cc-nav-level-0 li:nth-child(5),
	ul.cc-nav-level-0 li ul.cc-nav-level-2 li:nth-child(5) { min-width: initial; }
	}

.footmenu { display: none; }
@media only screen and (min-width: 1024px) {
	.footmenu {
		display: block;
		margin: 10px 0 0;
		padding: 10px 0 0;
		border-top: 1px solid #fff;
		}
	.footmenu ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: center;
		justify-content: center;
		margin: 0;
		}
	.footmenu ul li {
		white-space: nowrap;
		display: inline;
		width: auto !important;
		margin: 0 !important;
		line-height: 1;
		border-top: none !important;
		}
	.footmenu ul li a {
		display: block;
		padding: 10px 20px;
		color: #fff;
		font-size: 12px !important;
		text-align: center !important;
		text-decoration: none !important;
		}
	.footmenu ul li a:hover { color: #f3b02e; }
	}

/*  Page
----------------------------------------------- */
#content .j-header,
#content .j-blog-meta { position: relative; }
#content .j-header h1,
#content .j-blog-meta h1,
#content .j-header h2,
#content .j-blog-meta h2,
#content .j-header h3,
#content .j-blog-meta h3 {
	width: 100%;
	margin: 0 0 10px;
	border-bottom: 1px solid #009fe8;
	}
#content .j-header h1,
#content .j-blog-meta h1 {
	padding: 0 0 0 70px;
	box-sizing: border-box;
	}
#content .j-header h1::before,
#content .j-blog-meta h1::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 66px;
	height: 66px;
	background: url(https://u.jimcdn.com/cms/o/s5c082c5c3649b968/userlayout/img/bg-pagetitle.png?t=1589253755) #fff no-repeat 0 0;
	}
#content .j-header h2,
#content .j-blog-meta h2 {;
	padding: 0 0 0 75px;
	box-sizing: border-box;
	}
#content .j-header h2::before,
#content .j-blog-meta h2::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 105px;
	height: 35px;
	background: url(https://u.jimcdn.com/cms/o/s5c082c5c3649b968/userlayout/img/bg-title.png?t=1592273378) #fff no-repeat 0 0;
	}
#content .j-header h3,
#content .j-blog-meta h3 { padding: 0 0 3px; }
#content .j-header h3::before,
#content .j-blog-meta h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 70px;
	height: 35px;
	background: url(https://u.jimcdn.com/cms/o/s5c082c5c3649b968/userlayout/img/bg-sub-title.png?t=1592273373) #fff no-repeat 0 0;
	}
#cc-m-9157138175 a { color: #fff !important; }
@media only screen and (min-width: 640px) {
	#cc-m-9157138175 a { pointer-events: none; }
	}
@media only screen and (max-width: 479px) {
	#cc-inner .j-calltoaction-wrapper { text-align: center; }
	.j-textWithImage .cc-imagewrapper {
		float: none !important;
		width: 100% !important;
		margin: 0 auto 5px !important;
		}
	#cc-inner .j-textWithImage p { margin: 12px 0 0; }
	.cc-imagewrapper img {
		display: block !important;
		margin: 0 auto !important;
		}
	.cc-m-hgrid-column.last {
		float: none;
		width: 100% !important;
		}
	.cc-m-hgrid-column {
		float: none;
		width: 100% !important;
		}
	#content .j-header h1,
	#content .j-blog-meta h1 { font-size: 24px !important; }
	
	#content .j-header h2,
	#content .j-blog-meta h2 { font-size: 20px !important; }
	
	#content .j-header h3,
	#content .j-blog-meta h3 { font-size: 18px !important; }
	}