a,
a:link,
a:visited,
a:active,
a:hover {
	overflow: hidden;
	outline: none;
	text-decoration:none;
}
header {
	width: 100%;
	margin:0;
	padding:0;
	height: 60px;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 100;
}
header .h_menu {
	position: fixed;
	height: 60px;
	width:100%;
	margin:0;
	padding:0;
	background: rgba(255,255,255,1) ;
	border-bottom: 1px solid #ddd;
	box-shadow:0 0.3em 1em -1em rgba(0,0,0,1) ;
	z-index: 101;
}
@media(max-width:768px){
	header{
		height: 40px;
	}
	header .h_menu {
		height: 40px;
	}
}
@media(max-width:360px) , (max-height:360px){
	header{
		height: 24px;
	}
	header .h_menu {
		height: 24px;
	}
}
header .h_menu .menu {
	background-color : rgba(255,255,255,1);
	background-image : none;
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 50% 50%;
	background-size : 50% auto;
	background-image: url(images/menu.png) ;
	height: 100%;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	width: 60px;
	display:none
}
@media(max-width:768px){
	header .h_menu .menu{
		display:block;
		width: 40px;
	}
}
header .h_menu .menu.close {
	background-color : rgba(255,255,255,1);
	background-image : none;
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 50% 50%;
	background-size : 40% auto;
	background-image: url(images/close.png) ;
}
#branding{
	float:left;
	top: 0;
	left: 0;
	position: relative;
	width: 25%;
	height: 100%;
	min-width: 278px;
	max-width: 360px;
	padding:0 0 0 2%;
	z-index: 2;
}
@media(max-width:768px){
	#branding{
		width: 60%;
		max-width: 278px;
	}
}
#branding h1{
	width: 80%;
	height: 100%;
	margin:0;
	float:left;
	background-color : transparent;
	background-image : none;
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 50% 50%;
	background-size : contain;
	background-image: url(images/sendai_logo.png) ;
}
#branding h1 a{
	display:block;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}
#branding span{
	display:block;
	width: 15%;
	height: 100%;
	background-color : transparent;
	background-image : none;
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 50% 50%;
	background-size : contain;
	background-image: url(images/logo2.jpg) ;
	float: right;
	text-indent: -99999px;
}
@media(max-width:768px){
	#branding h1 {
		width: 65%;
	}
	#branding span{
		width: 12.5%;
		height: 70%;
		float: left;
		margin:0.5rem;
	}
}
@media(max-width:360px){
	#branding h1 {
		width: 45%;
	}
	#branding span{
		width: 8.5%;
	}
}
ul.navi{
	float: right;
	text-align:right;
	margin:0;
	padding:0;
}
ul.navi.recruit{
	width:100%;
	background-color: rgba(255, 255, 255, 0.75) ;
	position: relative;
	height:50px;
	margin:0;
}
body:not(.section1) ul.navi.corp{
	opacity:0;
}
body:not(.section1) ul.navi{
	top:-55px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
body.section1 ul.navi.corp{
	opacity:1;
}
body.section1 ul.navi{
	top:0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
header.main ul.navi.recruit{
	display:none;
}
ul.navi .caption{
	display:inline-block;
	font-size:12px;
	color:rgba(255, 102, 102, 0.75);
	padding-right: 6px;
}
@-moz-document url-prefix() {
	ul.navi .caption{
		top:-12px;
		position: relative;
	}
}
ul.navi.recruit .caption{
	color:rgba(0, 128, 200, 0.75);
}
ul.navi li {
	display: inline-block;
	*display: inline;  
	*zoom: 1;  
}
ul.navi li:last-child{
	margin-right:0.65em;
}
ul.navi li a{
	border-radius: 1em;
	color:#666;
	border: 1px solid #ccc;
	display: inline-flex;
	*display: inline;  
	*zoom: 1;  
	margin: 14px 0 0;
	padding: 6px 6px;
	font-size:12px;
	background-color:rgba(255,255,255,1);
}
ul.navi.recruit li a{
	background-color:rgba(255, 255, 255, 0.75);
	color: rgba(0, 128, 200, 1);
	border: 1px solid rgba(0, 128, 200, 0.75);
	margin: 10px 0 0;
	padding: 6px 6px;
	font-size:12px;
}
ul.navi li a:hover{
	color:#f66;
	border: 1px solid #f66;
}
ul.navi.recruit li a:hover{
	background-color:rgba(255, 255, 255, 1);
}
ul.navi.corp li.active a{
	border: 1px solid rgba(255, 102, 102, 0.75);
	background-color:rgba(255, 102, 102, 0.75);
	color:rgba(255,255,255,1);
	font-weight:bold;
}
ul.navi.corp li#co_nav6.active:before{
	content: "";
	position: absolute;
	bottom: -7px;
	right: 30px;
	border: 10px solid transparent;
	border-top: 10px solid rgba(255, 102, 102, 0.75);
}
ul.navi.recruit li.active a,
ul.navi.recruit li.active a:hover{
	border: 1px solid rgba(0, 128, 200, 1);
	background-color:rgba(0, 128, 200, 0.8);
	color:rgba(255,255,255,1);
}
@media(max-width:768px){
	ul.navi.corp,
	ul.navi.recruit {
		list-style: none outside none;
		background-color:rgba(0,0,0,0.5);
		display:none;
		padding-top:5px;
		width:12rem;
		position:absolute;
		top:40px;
		right:0;
		float: none;
		z-index:0;
	}
	ul.navi.recruit {
		background-color:rgba(0,128,200,0.5);
		right:8em;
	}
	header.main .h_menu ul.navi.recruit {
		visibility: hidden;
	}
	header.recruit .h_menu ul.navi.recruit {
		right:0;
		top:40px;
	}
	header.recruit .h_menu ul.navi.corp {
		visibility: hidden;
	}
	ul.navi.corp .caption,
	ul.navi.recruit .caption{
		display:none;
	}
	ul.navi.corp li,
	ul.navi.recruit li {
		display: list-item;
		margin: 0;
	}
	ul.navi.corp li a,
	ul.navi.recruit li a {
		background:transparent;
		border: none;
		border-radius: 0;
		color: rgba(255,255,255,1);
		display: block;
		padding: 0.25em 1em;
		margin: 0;
		font-size:0.9rem;
		text-decoration: none;
	}
	ul.navi.corp li.active a,
	ul.navi.recruit li.active a{
		border: none;
	}
	ul.navi.corp li.active a:hover,
	ul.navi.corp li a:hover ,
	ul.navi.recruit li.active a:hover,
	ul.navi.recruit li a:hover {
		font-weight:normal;
		border: none;
	}
	ul.navi.recruit li:last-child ,
	ul.navi.corp li:last-child {
		margin-right: 0;
	}
}
@media(max-width:360px) , (max-height:360px){
	ul.navi.corp,
	ul.navi.recruit {
		top:24px;
	}
	header.recruit .h_menu ul.navi.recruit {
		top:24px;
	}
}
/*footer*/
footer {
	width: 100%;
	position: fixed;
	background-color : rgba(0, 96, 160, 0.8);
	background-image : none;
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 50% 50%;
	background-size : cover;
	height: 48px;
	bottom: -48px;
	z-index: 209;
}
@media(max-width:480px) , (max-height:480px){
	footer {
		display:none;
	}
}
body:not(.section6) footer{
	bottom: -48px;
	transition: all 1.5s ease-in-out 1.5s;
	-webkit-transition: all 1.5s ease-in-out 1.5s;
}
body.section6 footer{
	bottom: 0;
	transition: all 1.5s ease-in-out 1.5s;
	-webkit-transition: all 1.5s ease-in-out 1.5s;
}
#f_menu > div {
	color: #ccc;
	display: table-cell;
	font-size: 77%;
	height: 48px;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
#f_menu > div a{
	color: rgba(200,200,200,0.8);
}
#f_menu > div a:hover{
	color: rgba(200,200,200,1);
}
#f_menu > div > div.break{
	display:none;
}
@media(max-width:768px){
	#f_menu > div{
		line-height:1.6;
	}
	#f_menu > div > span{
		display:block;
	}
}
#banner {
	background: rgba(255, 255, 255, 0) none no-repeat scroll 0 0;
	position: absolute;
	bottom:60px;
	text-align : center;
	width:100%;
}
#banner > .bannerimg{
	display:inline-block;
	background-color: rgba(255, 255, 255, 1) ;
	background-image : none;
	background-position: 50% 50% ;
	background-repeat: no-repeat ;
	background-size: contain ;
	width: 25%;
	min-height: 40px;
	margin: 5px;
	position: relative;
	opacity:0.75;
	transition: all 1s ease-in-out 1s;
	-webkit-transition: all 1s ease-in-out 1s;
}
#banner > .bannerimg:hover{
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	opacity:1;
}
#banner > .bannerimg a{
	border: 0 none;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}
@media(max-width:480px),(max-height:480px){
	#banner {
		bottom:1em;
	}
}
a.cb_map{
	display:inline-block;
	width: 1em;
	height: 1em;
	text-indent:-9999px;
	background-color : transparent;
	background-image : url(images/mappin.png);
	background-repeat: no-repeat ;
	background-position:50% 50%;
	background-size : contain ; 
}

/*pageTop*/
#pageTop {
	position: fixed;
	bottom: 1.5em;
	right: 1.5em;
	z-index: 9999;
}
#pageTop a {
	display: block;
	border-radius: 2.5em;
	width:  2.5em;
	height:  2.5em;
	text-indent: -99999px;
	background-image: url(images/top_a.png);
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 2.5em;
	text-indent: -9999px;
	opacity:0.65;
}
html,body{
	margin:0;
	padding:0;
	font-size:16px;
	line-height:1.6;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight:500;
}
html,
body,
section,
.section_wrap,
.slide{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	position:relative;
	background-color:transparent;
	background-image:none;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:50% 100%;
	background-size:cover;
}
section,
.section_wrap,
.slide{
	background-position : 50% 50%;
}
.slide:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #99ccff99 33.3%, transparent);
}
.slide:after {
	content: "";
	height: 85%;
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	background: url() no-repeat 50% 100% / contain;
}
#slide01.slide{background-image : url("images/bg_sky_03.jpg") ;}
#slide02.slide{background-image : url("images/bg_sky_01.jpg") ;}
#slide03.slide{background-image : url("images/bg_sky_04.jpg") ;}

#slide01.slide:after {background : url("images/oka_clip.png") no-repeat 50% 100% / contain; }
#slide02.slide:after {background : url("images/otake_clip.png") no-repeat 50% 100% / contain; }
/* #slide03.slide:after {background : url("images/saito_clip.png") no-repeat 50% 100% / contain ; } */
#slide03.slide:after {background : url("images/as3.png") no-repeat 50% 100% / contain ; }

@media(max-width:480px) and (orientation: portrait){
	.slide{
		background-position : 10% 100%;
	}
}
#section2{ background-image: url(images/products_all.jpg) ; }
#section3{ background-image: url(images/qcstaff.jpg) ; }
#section4{ background-image: url(images/mtg001.jpg) ; background-position : 0% 50%;}
@media(max-width:768px) {
	#section4{ 
		background-position : 30% 50%;
	}
}
#section5{ background-image: url(images/trans_yard.jpg) ; }
#section6{ background-image: url(images/shaoku_upper2.jpg) ; }

.section_wrap{
	background-size:auto auto;
}
section:not(.active) .section_wrap{
	background-position : -150% 50%;
	transition: all 1.5s ease-in-out 0.5s;
	-webkit-transition: all 1.5s ease-in-out 0.5s;
}
#section2 .section_wrap{ background-image: url(images/rec_catch_02.png) ; }
#section3 .section_wrap{ background-image: url(images/rec_catch_03.png) ; }
#section4 .section_wrap{ background-image: url(images/rec_catch_04.png) ; }
#section5 .section_wrap{ background-image: url(images/rec_catch_05.png) ; }
#section6 .section_wrap{ background-image: url(images/rec_catch_06.png) ; }
section.active .section_wrap{
	background-position : 50% 50%;
	transition: all 1.5s ease-in-out 0.5s;
	-webkit-transition: all 1.5s ease-in-out 0.5s;
}
@media(max-width:768px) {
	.section_wrap{
		background-size:50% auto;
	}
	#section4{
		background-position : 30% 50%;
	}
}
.content-left{
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position:absolute;
	width:80%;
	height:80%;
	max-width:960px;
	max-height:760px;
	min-width:760px;
	min-height:480px;
	box-shadow : 0 0 3em -1em rgba(0,0,0,1);
	overflow:hidden;
	border-radius:0.5rem;
}
@media(max-width:768px) {
	.content-left{
		position:absolute;
		width:90%;
		height:90%;
		min-width:90%;
		min-height:90%;
	}
}
.content-left{
	background-color:rgba(255,255,255,1);
	background-image: url(images/touhoku.png) ;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:0% 100%;
	background-size:auto 50% ;
}
#section6 .content-left{
	bottom: 48px;
	background-color:rgba(255,255,255,1);
	background-image: url(images/seniors2024.webp) ;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:100% 100%;
	background-size:auto 20% ;
}
@media(max-width:480px) {
	#section6 .content-left{
		bottom: 0;
	}
}
.content_inner .left{
	width:50%;
	float:left;
}
.content_inner .right{
	width:45%;
	float:right;
}
@media(max-width:768px) {
	.content_inner .left{
		width:100%;
		float:none;
	}
	.content_inner .right{
		width:100%;
		float:none;
	}
}
.item,.cat{
	float:left;
	overflow:hidden;
	position:relative;
	border:1px solid rgba(255,255,255,1);
}
.item a{
	display:block;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0);
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:50% 50%;
	background-size: contain ;
	text-indent:-9999px;
}
.pic1 a,.pic2 a{
	border-radius:1rem;
}
.pic a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	background-color:rgba(255,255,255,1);
}
.right.accessmap{
	margin:0;
}
.right:not(.accessmap) .pic:hover:before{
	content:url(images/zoom.png);
	position:absolute;
	right:1rem;
	top:0.5rem;
}
.pic > span{
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.5) 100%) repeat scroll 0 0;
	bottom: 0;
	display: block;
	position: absolute;
	text-align: right;
	opacity: 0.75;
	width: 100%;
}
.pic1 > span,
.pic2 > span{
	border-radius:0 0 1rem 1rem;
}
.pic > span > span{
	display: block;
	font-size: 77%;
	padding: 0.5em 1em;
	text-align: right;
	color:rgba(255,255,255,1);
}
@media(max-width:480px) {
	.pic > span{
		background: rgba(0, 0, 0, 0.5); 
		text-align: left;
	}
	.pic > span > span{
		text-align: left;
	}
}
p{
	text-align:justify;
}
p.copy{
	line-height:2;
}
@media(max-width:768px) {
	p.copy{
		line-height:1.6;
	}
}
.message {
	background-color: rgba(250, 250, 250, 0.25);
	width:99%;
	border: 1px solid #eee;
}
.message > p{
	margin: 2em 2em 0;
}
.message > p + p{
	margin: 0.5em 2em 2em;
}
.status {
	font-size: 85%;
	padding:1em 2.5em 0 0;
	padding:1rem 2.5rem 0 0;
	text-align: right;
}
.name {
	font-family: serif;
	font-size: 123%;
	letter-spacing: 0.5rem;
	padding: 0 2em rem;
	padding: 0 2rem 2rem;
	text-align: right;
}
h1.q1 {
	height: 60px;
	left: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 100%;
	margin:0;
	background-color : rgba(0, 128, 201, 1);
	background-image : none;
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 0 50%;
	background-size : contain;
}
@media(max-width:768px) ,(max-height:768px) {
	h1.q1 {
		height: 40px;
	}
}
@media(max-width:480px) ,(max-height:480px) {
	h1.q1 {
		height: 28px;
		border-radius:5px 5px 0 0;
	}
}
#section2 h1.q1{background-image : url(images/q1_title_02.png)  ; }
#section3 h1.q1{background-image : url(images/q1_title_03.png)  ; }
#section4 h1.q1{background-image : url(images/q1_title_04.png)  ; }
#section5 h1.q1{background-image : url(images/q1_title_05.png)  ; }
#section6 h1.q1{background-image : url(images/q1_title_06.png)  ; }
h3.a1 {
	font-size: 1.05em;
	font-size: 1.05rem;
	display:block;
	color: #333;
	height:0.9em;
	width: 100%;
	padding:0.4em 0;
	line-height:1;
	overflow:hidden;
	margin:1em 0 0.6em;
	background-color : transparent;
	background-image : none;
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 0 50%;
	background-size : contain;
	background-image: url(images/logo3.png) ;
	text-indent: 2em;
}
h3.a1 > span {
	background: rgba(0, 128, 204, 0.75) none repeat scroll 0 0;
	border-radius: 10px;
	color: rgba(255,255,255,1);
	display: inline-block;
	font-size: 0.9rem;
	font-weight: normal;
	margin: 0 0 0 1rem;
	padding: 0.25rem 0.55rem;
	position: relative;
	text-indent: 0;
	top: -0.1em;
}
.item > span {
	background: rgba(0, 128, 204, 0) none repeat scroll 0 0;
	position: absolute;
	font-size:0.77rem;
	color:rgba(255,255,255,1);
	top:0;
	display: block;
	height: 100%;
	width: 100%;
	overflow:hidden;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.item > span:hover{
	text-indent:0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	border-radius:1em;
	background-color : rgba(0, 128, 204, 0.75);
	background-image : url(images/symb_mark.png);
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 50% 50%;
	background-size : 25% 25%;
}
.item > span a {
	text-align:center;
	height: 100%;
	width: 100%;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0) ;
	display: block;
	font-size: 77%;
	line-height: 1.4;
	position: relative;
	text-decoration:none;
	top:1em;
}
.item > span:hover a{
	color: rgba(255, 255, 255, 1) ;
	text-indent:0;
}
.products > div.cat > h4 {
    display: none;
}
.products > div.cat{
	background-color : rgba(255, 255, 255, 0.5);
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 50% 50%;
	background-size : 80% 80%;
}
div.cat.medi {background-image:  url("images/prdc_cat_01.png") ;}
div.cat.blet {background-image: url("images/prdc_cat_02.png");}
div.cat.swdy {background-image: url("images/prdc_cat_03.png") ;}
div.cat.other {background-image: url("images/prdc_cat_04.png") ;}

.photo > span {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(10%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=1 );
	bottom: 0;
	color: rgba(255,255,255,0.75);
	display: block;
	font-size: 0.66rem;
	line-height: 2;
	margin: 0 -0.5em;
	padding: 0 0.5em 0 0;
    	position: absolute;
	text-align: right;
}
table{
	border-collapse: collapse;
	font-size: 85%;
	line-height: 1.6;
	width:99%;
}
th {
	background-color: rgba(0, 128, 201, 0.5);
	border-color: rgba(255,255,255,1);
	border-style:solid;
	border-width:0.1rem 0 0 0;
	color: rgba(255,255,255,1);
	font-weight: normal;
	text-align: center;
	width: 6em;
	padding:0.025rem;
}
td{
	padding:0 0 0 0.5rem;
	border-color: rgba(205,205,205,0.5);
	border-style:solid;
	border-width:1px 0 0 0;
	background-color: rgba(255, 255, 255, 0.5);
}
tr.first td,
tr.first th{
	border-width:0;
}
td.cell3 {
	width: 30%;
	background-color : rgba(255, 255, 255, 0);
	background-image : url(images/organiz.png);
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 50% 50%;
	background-size : contain;
}
td.cell3 a {
	background: rgba(255, 255, 255, 0) ;
	opacity: 0;
	text-indent:-9999px;
	padding: 4.5rem 4rem;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
td.cell3 a:hover {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	background: rgba(0, 128, 205, 0.75) none repeat scroll 0 0;
	border-radius: 3rem;
	color: rgba(255,255,255,1);
	font-size: 1rem;
	font-weight: bold;
	opacity: 1;
	padding: 2.5rem 1.5rem;
}
td .month {
	display: inline-block;
	text-align: right;
	width: 2.2em;
}
td .position {
    display: inline-block;
    width: 6em;
}
ul.access{
	list-style: none outside none;
	padding-left: 0;
	line-height: 1.4;
	margin:0.5em 0;
	letter-spacing:0;
}
ul.access > li {
	margin: auto auto auto 1em;
}
@media screen and (max-height:768px) {
	ul.access > li {
		font-size: 0.9rem;
	}
}
ul.access > h4 {
	margin: 0.5em 0 ;
	border-left:0.75em solid #069;
	text-indent:0.3em;
}
.access.public > li {
	margin: 0 1.5%;
	display:block;
	float:left;
	width:30%;
}
.access.public > li > span{
	display:block;
	text-align:center;
	padding:0.5em 0;
	border-radius: 1em;
}
.geton {
	border:1px solid #aaa;
	font-weight: bold;
}
.transfer {
	border:1px solid #aaa;
	font-weight: bold;
}
.trafic{
	font-size: 93%;
	padding: 0;
}
.access.public .bus,.access.public .walk,.access.public .taxi{
	background-color : rgba(255, 255, 255, 0);
	background-image : url(images/blue50.png);
	background-repeat : repeat-y;
	background-attachment : scroll;
	background-position: 50% 0;
	background-size : 3px 6px;
	padding: 0.5em 0 ;
	font-size: 77%;
	color:#666;
}
.getout {
	color: #069;
	font-weight: bold;
	border:1px solid #069;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
strong::before {
	content: "“";
	display: inline-block;
	font-family: times new roman;
	font-weight: bold;
	top: -0.15em;
	left: -0.05em;
	margin-left: 0.15em;
	position: relative;
	line-height: 0;
	font-size: 1.05em;
}
strong::after {
	content: "”";
	display: inline-block;
	font-family: times new roman;
	font-weight: bold;
	margin-right: 0.15em;
	position: relative;
	top: -0.15em;
	right: -0.05em;
	line-height: 0;
	font-size: 1.05em;
}
td strong {
	font-family: sans-serif;
	font-weight: normal;
	padding: 0 0.25em;
}
td strong::before {
	content: "⟨";
	color: #333;
	font-family: sans-serif;
}
td strong::after {
	content: "⟩";
	color: #333;
	font-family: sans-serif;
}
/*bx-pager*/
.bx-wrapper .bx-pager, 
.bx-wrapper .bx-controls-auto {
	text-align:left ;
	position:absolute;
}
section:not(#section1) .bx-wrapper .bx-pager {
	bottom: 1.5rem;
	left: 1.5rem;
	width: auto;
}
.bx-pager .bx-pager-item{
	display:inline-block;
	margin-right:0.25rem;
	padding: 0 2px;
}
.bx-pager .bx-pager-item a.bx-pager-link{
	background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
	box-shadow:0 0 10px -5px rgba(0, 0, 0, 0.75) ;
	-ms-box-shadow:0 0 10px -5px rgba(0, 0, 0, 0.75) ;
	-webkit-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
	border-radius: 50%;
	color: rgba(0,96,144,0.95);
	display: table-cell;
	font-size: 0.77rem;
	font-weight: normal;
	margin: 0;
	padding: 0.3em 0.25em 0.2em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	vertical-align: middle;
	height: 5em;
	width: 5em;
}
.bx-pager .bx-pager-item a.bx-pager-link:hover{
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	box-shadow:0 0 15px -5px rgba(0, 0, 0, 1) ;
	-ms-box-shadow:0 0 15px -5px rgba(0, 0, 0, 1) ;
	-webkit-box-shadow: 0px 0px 18px -5px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,1);
	position:relative;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
	background-color: rgba(0,128,205,0.05);
}
.bx-pager .bx-pager-item a.bx-pager-link.active {
	font-weight: bold;
	color:rgba(255,255,255,1);
	background: rgba(0, 128, 201, 0.75) none repeat scroll 0 0;
}
.bx-pager .bx-pager-item a.bx-pager-link span{
	line-height:1.2;
	font-size:85%;
	display: block;
	position: relative;
	top: 1.5px;
}
.both .bx-pager{
	display: none;
}
/*.bx_arrow*/
.bx_arrow span a{
	position: absolute;
	display:block;
	width:25px;
	height:50px;
	text-indent:-9999px;
	z-index:66;
}
.bx_arrow > .bx_arrow-prev > .bx-prev{
	left:0;
	background-color : transparent;
	background-image : none;
	background-size : auto 100%;
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 0% 50%;
	background-image: url(images/arrowLR.png) ;
}
.bx_arrow > .bx_arrow-next > .bx-next{
	right:0;
	background-color : transparent;
	background-image : none;
	background-size : auto 100%;
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 100% 50%;
	background-image: url(images/arrowLR.png) ;
}
@media screen and (max-width: 767px) {
	.bx_arrow span a{
		width:18px;
		height:36px;
	}
}
.mCSB_inside > .mCSB_container {
	margin-right: 0;
}
#cboxCurrent {
	font-size: 77%;
	top: 0;
	left: 0;
}
#cboxTitle {
	bottom: 0;
	font-size: 77%;
}
.nodisp {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 1em;
	border:1px solid rgba(0, 128, 200, 1);
	display: none;
	font-size: 77%;
	height: 12em;
	padding: 1em;
	position: absolute;
	left: 0;
	top: -8em;
	bottom: 0;
	right:0;
	margin:auto;
	width: 12em;
	z-index:9;
	box-shadow:0 0 1em -0.5em rgba(0,0,0,1);
}
.nodisp h4{
	background-color: rgba(0, 128, 200, 1);
	margin:0 0 0.5em;
	color:rgba(255, 255, 255, 1);
	padding:0.1em 0.25em;
}

@media screen and (min-width: 769px) {
	.innerW {
		display: none;
		width: 3px;
	}
}
@media screen and (max-width: 768px) {
	.innerW {
		display: none;
		width: 2px;
	}
}
@media screen and (max-width: 480px) {
	.innerW {
		display: none;
		width: 1px;
	}
}
#employ1 .recnavi{
	bottom: 20%;
	height: 30%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 480px;
	border-radius: 5px;
}
.recnavi > a {
	background-color: transparent;
	background-image: url("images/mynavi2022.jpg");
	background-attachment: scroll;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain ;
	position: relative;
	display: block;
	height: 100%;
	text-indent: -9999px;
	width: 100%;
}
/*
.recnavi > a:after {
	background: url(images/recnavi2021.png) no-repeat 10% 50% / 50% auto;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	content: "";
	top: 0;
	left: 0;
}
*/
@media screen and (max-width: 768px) {
	#employ1 .recnavi{
		width: 80%;
	}
}
.employ .csv2table-table {
	border-collapse: collapse;
	line-height: 1.4;
	margin: 0 auto;
	padding: 0;
	width: 99%;
}
.employ .csv2table-table td,
.employ .csv2table-table th{
	border:1px solid rgba(205,205,205,0.5);
	padding:0.25em 0.5em;
}
@media(max-width:480px) and (max-height:568px){
	.employ .csv2table-table td,
	.employ .csv2table-table th{
		font-size:0.93em;
	}
}
.employ .csv2table-table tr td:first-child{
	border-left : none;
	background-color:#eee;
	width:5em;
	text-align:center;
}
.employ .csv2table-table tr td +td{
	border-right : none;
}
.employ .csv2table-table th[id^="employ"]{
	display:none;
}
.mCSB_inside > .mCSB_container {
	margin-right: 0;
}
#cboxCurrent {
	font-size: 77%;
	top: 0;
	left: 0;
	display: none !important;
}
#cboxTitle {
	bottom: 0;
	font-size: 77%;
}
.inner p.body {
	font-size: 93%;
	margin: 0.3em 0;
	text-align: justify;
}
.inner h3{
	font-size: 106%;
	font-family: serif;
	font-size: 106%;
	margin: 1em 0 0.75em;
	padding:0.5em 0 0.5em 0.5em;
	clear:both;
	position:relative;
	text-indent: 3.25rem;
}
.inner h3:before{
	content:"";
	display:block;
	width:2.5em;
	height:2.5em;
	border-radius:50%;
	background-color : transparent;
	background-size : contain;
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 0% 50%;
	position: absolute;
	top: 0;
}
#senior01.inner h3:before {background-image : url("images/oka_icon.jpg") ;}
#senior02.inner h3:before {background-image : url("images/otake_icon.jpg") ;}
/* #senior03.inner h3:before {background-image : url("images/saito_icon.jpg") ;} */
#senior03.inner h3:before {background-image : url("images/saito_icon2.png") ;}

.inner .tablewrap{
	background: #fc3 none repeat scroll 0 0;
	border-radius: 0.5em;
	padding:0.5em;
}
.inner .tablewrap table {
	font-size: 80%;
	width: 100%;
	line-height:1.2;
}
.inner .tablewrap {
	position:relative;
}
table.senior th{
	background-color:transparent;
	width:4.5em;
	vertical-align: top;
	padding:0.25em;
	border:none;
}
table.senior td {
	background-color:transparent;
	padding:0.25em;
	border:none;
}
table.senior th div {
	background: rgba(255,255,255,1) ;
	border-radius: 0.5em;
	padding:0.25em;
	color:rgba(0,0,0,1);
}
table.senior td.td_first {
	color: rgba(0, 0, 0, 0.5);
	font-size: 1.25em;
	font-weight: bold;
	padding: 0 0 0.5em;
}
.inner .cap {
	background-color : rgba(255,255,255,1);
	border-radius: 0.75em;
	top: 1em;
	right: 1em;
	font-size: 77%;
	line-height: 1.4;
	padding: 1em;
	position: absolute;
	width: 35%;
	word-break : break-all;
}
.inner .cap::before {
	    background-color: rgba(255, 255, 255, 1);
	    background-image:url(images/favorite.png);
	    background-repeat: no-repeat;
	    background-position:50% 50%;
	    background-size:contain;
	    border: 2px solid #f90;
	    border-radius: 50%;
	    bottom: 1em;
	    content: "";
	    height: 60px;
	    position: absolute;
	    left: -2.5em;
	    width: 60px;
}
.inner .cap::before {
	    left: -1.5em;
	    top: -1.5em;
	    bottom:none;
	    right: none;
}
.inner .cap{
	width: 27.5%;
}
.inner .cap img{
	float:none;
	width: 100%;
}
#senior03.inner .cap img {
	float: left;
	width: 50%;
	margin: 0 1em 0 0;
}
@media(max-width:480px) and (orientation: portrait){
	.inner .tablewrap{
		margin-bottom:100px;
	}
	.inner .cap::before {
		border: 1px solid #f90;
		height: 40px;
		width: 40px;
	}
	.inner .cap {
		position: relative;
		width: 50%;
		margin: 1em auto 2em 3em;
	}
}
.inner .title {
	width:100%;
	height:auto;
}
.inner .image {
	float:right;
	width:30%;
	height:auto;
	margin:0 0 0.5em 1em;
}
@media(max-width:480px) and (orientation: portrait){
	.inner .image {
		float:none;
		width:100%;
		height:auto;
		margin:0 0 0.5em 0;
	}
}
.inner .image img{
	border-radius: 0.5em;
	width:100%; 
	height:auto;
}
#section1 .bx-pager {
	padding-bottom: 20px;
	position: absolute;
	text-align: center;
	transition: all 0 0;
	-webkit-transition: all 0 0;
	z-index: 61;
}
#section1 .bx-pager .bx-pager-item{
	vertical-align:middle;
}
#section1 .bx-pager .bx-pager-item a{
    	position:relative;
	width:36px ;
	height:36px ;
	border-radius:50%;
	box-shadow: 0 0 10px -2px rgba(255,255,255,1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-indent: -9999px;
	background-color : #ffffffcc;
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 50% 50%;
	background-size: cover ;
}
#section1 .bx-pager .bx-pager-item a[data-slide-index="0"] {background-image : url("images/otake_icon.jpg") ;}
/* #section1 .bx-pager .bx-pager-item a[data-slide-index="1"] {background-image : url("images/saito_icon.jpg") ;} */
#section1 .bx-pager .bx-pager-item a[data-slide-index="1"] {background-image : url("images/saito_icon2.png") ;}
#section1 .bx-pager .bx-pager-item a[data-slide-index="2"] {background-image : url("images/oka_icon.jpg") ;}

#section1 .bx-pager .bx-pager-item a.active{
	width:48px ;
	height:48px ;
	top:0px;
}

#section1 .bx-pager .bx-pager-item a:hover,
#section1 .bx-pager .bx-pager-item a.active:hover{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	box-shadow: 0 0 5px 1px rgba(255,255,255,1);
}

#section1 .bx-pager .bx-pager-item div > span,
#section1 .bx-pager .bx-pager-item div {
	display:none;
}
#section1 .bx-pager .bx-pager-item:hover div{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	display:block;
	background:rgba(255,255,255,0.75);
	border-radius: 1rem;
	font-size: 0.66rem;
	font-weight: normal;
	margin-left: -2rem;
	padding: 0.25rem 0.5rem;
	position: absolute;
	text-align: center;
	top: -2.5rem;
}
#section1 .bx-pager .bx-pager-item:first-child:hover div{
	margin-left: -1rem;
}
#section1 .bx-pager .bx-pager-item:hover div > span{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	display:block;
	font-size: 0.77rem;
}

.sl_content{
	position:absolute;
	top:30%;
	left:60%;
	width:20vw;
	height:20vw;
	border-radius:50%;
	background-color : rgba(255, 255, 255, 0.8);
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 50% 50%;
	background-size: cover ;
	z-index:2;
}
@media(max-width:480px) and (orientation: portrait){
	.sl_content {
		top: 10%;
		left: 60%;
		width: 35vw;
		height: 35vw;
	}
}
/*
#slide01 .sl_content{ background-image : url(images/senior_btn_01.png) ; }
#slide02 .sl_content{ background-image : url(images/senior_btn_02.png) ; }
#slide03 .sl_content{ background-image : url(images/senior_btn_04.png) ; }
*/
.sl_content a {
	background-color : rgba(0, 128, 205, 0);
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 50% 75%;
	background-size: 40% ;
	background-image:  url(images/_message.png)  ; 
	border-radius:50%;
	display:flex;
	width:100%;
	height:100%;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.sl_content a div {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	height: 50%;
}
.sl_content a div span{
	display:block;
	color:#333;
	font-family: cursive , serif;
}
.sl_content a div span.ruby{
	display:none;
}
span.belong {
	font-size: 0.8rem;
}
span.seimei {
	font-size: 2.25rem;
	line-height:1.2;
}
span.ruby {
	font-size: 1rem;
	line-height:1.2;
}
.sl_content a:hover {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color : rgba(0, 128, 205, 0.35);
}
.project {
	position: absolute;
	top: 72px;
	left: 2rem;
	z-index: 100;
	visibility:hidden;
}
.project > a {
	background-color : rgba(0, 144, 205, 1);
	border-radius:0.85rem;
	color: rgb(255, 255, 255);
	display: block;
	font-size: 0.85rem;
	font-weight: bold;
	padding: 0.2rem 0.75rem;
}
.project > a:hover {
	background-color : rgba(64, 144, 205, 0.85);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
@media(max-width:768px) {
	.project {
		left: auto;
		position: absolute;
		right: 4rem;
		top: 0.65rem;
		z-index: 100;
	}
	.project > a {
		border-radius:0.5rem;
	}
}
@media(max-width:480px) {
	.project {
		right: 3.5rem;
		top: 10px;
	}
	.project > a {
		font-size: 0.77rem;
		padding: 2px 0.5rem ;
		border-radius:0.5rem;
		letter-spacing: -1px;
	}
}
@media(max-width:360px) {
	.project {
		right: 4.25rem;
		left:auto;
		top: 3px;
	}
	.project > a {
		padding: 0.25rem 0.5rem 0.2rem;
		border-radius: 0.25rem;
	}
}
@media(min-width:769px) {
	a.cb_img.seisangijutsu {
		background-position: 57.5% 50% !important;
	}
}
ul.mypgsp li.mypg a,
div.mypg > a,
ul.navi.recruit li.mypg a{
	background-color: #333;
	padding: 0.5em 3em 0.5em 2em;
	width:4rem;
	color: #fff;
	background-size: auto 60%;
	background-repeat: no-repeat;
	background-position: 95% 50%;
	border-radius:0;
	border:0;
	position: relative
}
.mypg a:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.5em 1.5em 0 0;
	border-color: rgba(255,255,255,0.25) transparent transparent transparent;
	position: absolute;
	top:0;
	left:0;
}
.mypg a:after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.25em 2.25em 0 0;
	border-color: rgba(255,255,255,0.15) transparent transparent transparent;
	position: absolute;
	top:0;
	left:0;
}
div.mypg > a#entry,
#entry.mypg a{
	background-color:#F15E5A;
	background-image: url(images/signup.png);
}
div.mypg > a#mypage,
#mypage.mypg a{
	background-color:#666;
	background-image: url(images/siginin.png);
}
a.imgnone {
	background-image: none !important;
	width: 8em !important;
	padding: 0.5em 2em 0.5em 2em !important;
}
div.mypg > a,#entry.mypg a{
	opacity:0.9;
}
div.mypg > a:hover,#entry.mypg a:hover{
	opacity:1;
}
ul.mypgsp {
	display: block;
	list-style: none inside none;
	padding: 0;
	margin: 0;
	position: fixed;
	bottom: 0;
	z-index: 51;
	left: 50%;
	transform: translate(-50%,0);
	white-space: nowrap;
}
#employ1 ul#mypg {
	display: block;
	list-style: none inside none;
	padding: 0;
	margin: 0;
}
ul.mypgsp li {
	display: inline-block;
	font-size: 1.25rem;
}
div.mypg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
div.mypg > a{
	font-size: 1.5rem;
	display:block;
	width:6em;
}
.mypg >span {
	font-size: 0.8rem;
	display: block;
	text-align: center;
	margin:0.25em 0 0.5em;
}
@media(min-width:769px) {
	ul.mypgsp {
		display:none;
	}
}
@media(max-width:768px) {
	ul.navi.recruit li.mypg.pc{
		display:none;
	}
}


.csv2table-loading {
	display: none;
} 
.fixed-banner {
	position: fixed;
	bottom: 5%;
	right: 40px;
	background: #fff;
	border: 3px solid #0080c9;
	
	z-index: 1002;
	min-width: 255px;
}
.fixed-banner-title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #0080c9;
	margin-bottom: 0px;
	line-height: 1;
	position: relative;
}
.fixed-banner-wrap {
	padding: 25px 20px;
}
.fixed-banner-lead {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 10px;
}
.fixed-contents-new {
	margin-bottom: 8px;
	padding: 2px 8px;
    background-color: #ffffcc;
    border-radius: 16px;
    border: 2px solid #000;
}
.fixed-contents-new p {
	margin: 12px 0;
	text-align: center;
	font-size: 18px;
    font-weight: 600;
}
.fixed-banner-btn1 {
	margin-bottom: 10px;
}
.fixed-banner-btn1 a{
	color: #fff;
	font-size: 16px;
	border-radius: 10px;
	background: #96dcf8;
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 10px;
	transition: .3s;

}
.fixed-banner-btn1 a:hover{
	opacity: .6;
}
.fixed-banner-btn2 {
	margin-bottom: 10px;
}
.fixed-banner-btn2 a{
	color: #fff;
	font-size: 16px;
	border-radius: 10px;
	background: #0f9ed5;
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 10px;
	transition: .3s;

}
.fixed-banner-btn2 a:hover{
	opacity: .6;
}
.fixed-banner-btn3 {
	margin-bottom: 0px;
}
.fixed-banner-btn3 a{
	color: #fff;
	font-size: 16px;
	border-radius: 10px;
	background: #ed7d31;
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
	/* margin-bottom: 10px; */
	transition: .3s;

}
.fixed-banner-btn3 a:hover{
	opacity: .6;
}
.fixed-banner-wrap {
	position: relative;
}
.messe-text {
	position: absolute;
	bottom: -39px;
	right: -41px;
	background: #0080c9;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	font-size: 14px;
	color: #fff;
	line-height: 1.3;
	font-weight: 600;
	
}
.messe-text span {
	font-size: 120%;
	display: inline-block;
}
.messe-text-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
	
}
#pageTop {
    position: fixed;
    bottom: 1.5em;
    right: initial;
	left: 1.5em;
    z-index: 9999;
}
@media (max-width: 768px) { 
	.fixed-banner {
		display: none;
	}
	#pageTop {
		bottom: 3.5em;
	}
	.fixed-banner-wrap {
		padding: 0 !important;
	}
}
@media (min-width: 767px) { 
	.fixed-banner-sp {
		display: none;
	}
}
.fixed-banner-sp {
	position: fixed;
	left: 0;
	width: 100%;
	bottom: 0;
	background: #fff;
	z-index: 100;
}
.fixed-banner-sp .flex {
	display: flex;
	padding: 0;
}
.fixed-banner-btn {
	width: 33.3333%;
	font-size: 13px;
	margin-bottom: 0;
}
.fixed-banner-btn a{
	border-radius: 0;
	font-size: 3.5vw;
	margin-bottom: 0;
	padding: 10px 0;
	white-space: nowrap;
}
.fixed-arrow {
	position: absolute;
	width: 10px;
	height: 10px;
	top: 21%;
	right: 0px;
	cursor: pointer;
  }
.fixed-arrow.active {
	
  }
.fixed-arrow.active::before {
	border-top: 16px solid #0080c9; /* 矢印の色 */
	border-bottom: none;
  }
  
  .fixed-arrow::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 16px solid #0080c9; /* 矢印の色 */
  }

