@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
*{
	box-sizing: border-box;
}
img{
	max-width: 100%;
	height: auto;
}
p, li, .map .content .new-link a{
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
p{
	line-height: 1.6;
}
.fadein{
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}
.fadein2{
  opacity : 0;
  transform : translate(-100px, 0);
  transition : all 1.5s;
}
.fadein2.active{
  opacity : 1;
  transform : translate(0, 0);
}
.font18{
  font-size: 18px;
}
.font20{
  font-size: 20px;
}


/*--------------------------------------------------------------
body container
--------------------------------------------------------------*/
body{
	font-family: 'Yu Gothic UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial',sans-serif;
	width:100%;
}
#container{
	overflow: hidden;
}

/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
/*== グローバルナビ ==*/
.header{
	position: fixed;
	z-index: 9999;
	background-color: #fff;
	width: 100%;
	height: 65px;
}
h1{
	position: absolute;
	margin: 0;
	padding: 15px 10px;
}
h1 img{
	width: 70%;
	height: auto;
	padding-top: 2px;
}
.globalNav{
	display: block;
}

/* ボタン */	
.menuWrapper {
	margin-top: 5px;
	display: block;
	position: absolute;
	z-index: 0;
	width: 40px;
	height: 40px;
	top: 7px;
	right: 10px;
	background-color: #1373bb;
}
#menuButton {
	display: block;
	position: relative;
	z-index: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
#menuButton span,
#menuButton::before,
#menuButton::after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	width: 30px;
	height: 2px;
	margin: auto;
	background: #fff;
}
#menuButton span {
	overflow: hidden;
	z-index: 1;
	color: #fff;
}
#menuButton::before {
	z-index: 2;
	transform: translate(0, -10px);
	content: "";
}
#menuButton::after {
	z-index: 2;
	transform: translate(0, 10px);
	content: "";
}
#menuButton span {
	opacity: 1;
	transition: opacity 150ms 50ms;
}
#menuButton::before,
#menuButton::after {
	transition: transform 200ms;
}
#menuButton.active span {
	opacity: 0;
	transition: opacity 150ms;
}
#menuButton.active::before {
	transform: rotate(45deg);
}
#menuButton.active::after {
	transform: rotate(-45deg);
}
/* ナビ 中身 */
.globalNav .navi{
	width: 200px;
	height: 100%;
	transition: all 0.4s;
	transform: translate(500px);
	position: fixed;
	right: 0;
	top: 65px;
	padding: 20px 30px;
	z-index: 1000;
	background-color: #1373bb;
}
.globalNav .navi ul{
	list-style: none;
	padding: 0;
	font-size: 18px;
}
.globalNav .navi ul li{
	margin: 30px 0;
}
.globalNav .navi ul li a{
	text-decoration: none;
	color: #fff;
}
.globalNav .navi .contact .pc{
	display: none;
}
.globalNav .navi ul li img{
	display: none;
}
.globalNav .navi ul li span{
	font-size: 18px;
}
/* ボタンクリックで.openが付与される */
.globalNav .navi.open {
	transform: translate(0);
}

@media screen and (min-width:768px) {
	.globalNav .navi{
		top: 65px;
		width: 250px;
	}
}
@media screen and (min-width:1024px) {	
	.header{
		height: 80px;
	}
	h1{
		padding-left: 20px;
	}
	h1 img{
		width: auto;
	}
	.globalNav .menuWrapper{
		display: none;
	}
	.globalNav .navi{
		width: auto;
		height: auto;
		transition: none;
		transform: none;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0;
		z-index: auto;
		background-color: transparent;
	}
	.globalNav .navi ul{
		list-style: none;
		display: flex;
		padding: 0;
		margin: 0;
		height: 80px;
	}
	.globalNav .navi ul li{
		margin: 29px 0;
	}
	.globalNav .navi ul li+li{
		margin-left: 30px;
	}
	.globalNav .navi ul li a{
		text-decoration: none;
		color: #000;
	}
	.globalNav .navi ul li.contact{
		background-color: #1373bb;
		text-align: center;
		width: 100px;
		margin: 0 0 0 30px;
	}
	.globalNav .navi ul li.contact img{
		display: block;
		margin: 20px auto 5px;
	}
	.globalNav .navi ul li.contact a{
		color: #fff;
	}
	.globalNav .navi ul li.contact span{
		vertical-align: 0;
		font-size: 13px;
	}
	.globalNav .navi ul li.sp{
		display: none;
	}
	.globalNav .navi ul li.hover:hover{
		background: linear-gradient(transparent 50%, #a0cbec 50%);
	}
	.globalNav .navi ul li.display a{
		color: #1373bb;
	}
}


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


/*--------------------------------------------------------------
main-img
--------------------------------------------------------------*/
.main-img{
	background-image: url(../../common/img/main-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 90vh;
	position: relative;
}
.main-img .catchcopy, .main-img .text, .main-img .text2, .main-img .kentikubankinnohi, .main-img .main-icon{
	position:absolute;
}
.main-img .catchcopy{
	top: 20%;
	left: 30px;
	right: 30px;
}
.main-img .text{
	bottom: 40%;
	font-size: 16px;
	font-weight: bold;
}
.main-img .text p{
	margin: 0;
}
.main-img .text p span{
	color: #d80000;
}
.main-img .text p+p{
	margin-top: 10px;
}
.main-img .text p:first-child{
	background-color: rgba(255, 255, 255, 0.5);
	padding: 10px 0 0 20px;
	display: inline-block;
}
.main-img .text p:last-child{
	background-color: rgba(255, 255, 255, 0.5);
	padding: 10px 10px 10px 20px;
	margin: 0;
}
.main-img .kentikubankinnohi{
	bottom: 20%;
	right: 30px;
}
.main-img .kentikubankinnohi img{
	width: 259px;
	height: 59px;
}
.main-img .main-icon{
	right: 30px;
	bottom: 2%;
}
.main-img .main-icon img{
	width: 80px;
	height: 80px;
}
.main-img .main-icon img+img{
	margin-left: 5px;
}


@media screen and (min-width:360px) {
	.main-img .text, .main-img .text2{
		font-size: 18px;
	}
	.main-img .kentikubankinnohi img{
		width: 283px;
		height: 64px;
	}	
	.main-img .main-icon img{
		width: 88px;
		height: 88px;
	}
}
@media screen and (min-width:768px) {	
	.main-img .catchcopy{
		left: 50px;
		transform: none;
	}
	.main-img .text{
		font-size: 23px;
	}
	.main-img .text p:first-child{
		padding: 10px 0 0 60px;
		display: inline-block;
	}
	.main-img .text p:last-child{
		padding: 10px 10px 10px 60px;
	}
	.main-img .kentikubankinnohi{
		right: 50px;
		bottom: 18%;
	}
	.main-img .kentikubankinnohi img{
		width: 430px;
		height: 98px;
	}
	.main-img .main-icon{
		right: 50px;
	}
	.main-img .main-icon img{
		width: 124px;
		height: 124px;
	}
	.main-img .main-icon img+img{
		margin-left: 25px;
	}
}
@media screen and (min-width:1024px) {	
	.main-img .catchcopy{
		top: 28%;
		transform: translateY(-50%);
		left: 50px;
	}
	.main-img .text{
		bottom: 40%;
	}
	.main-img .kentikubankinnohi{
		bottom: 22%;
	}
}

@media screen and (min-width:1200px) {	
	.main-img .catchcopy{
		top: 18%;
		left: 100px;
		transform: none;
	}
	.main-img .text{
		bottom: 20%;
	}
	.main-img .text p:first-child{
		padding: 10px 0 0 120px;
	}
	.main-img .text p:last-child{
		padding: 10px 10px 10px 120px;
	}
	.main-img .kentikubankinnohi{
		bottom: 23%;
	}
	.main-img .kentikubankinnohi img{
		width: 498px;
		height: 113px;
	}
	.main-img .main-icon img{
		width: 146px;
		height: 146px;
	}
}


/*--------------------------------------------------------------
map
--------------------------------------------------------------*/
.map{
	background: url(../../common/img/map-back.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-bottom: 250px;
	margin-bottom: 30px;
	width: 100%;
}
.map .map-img{
	margin: 0 auto;
	padding-top: 50px;
	width: 95%;
	height: auto;
}
.map .title{
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0;
	right: 0;
	font-size: 16px;
	font-weight: 600;
	color: #8a8a7b;
	text-shadow: 1px 1px 0 #fff,
			   -1px 1px 0 #fff,
			   1px -1px 0 #fff,
			   -1px -1px 0 #fff;	
}
.map h2{
	position: absolute;
	top: 22px;
	left: 0;
	right: 0;
	font-size: 20px;
	color: #000;
	text-align: center;
	text-shadow: 1px 1px 0 #fff,
			   -1px 1px 0 #fff,
			   1px -1px 0 #fff,
			   -1px -1px 0 #fff;
}
.map h2::after{
	content: '';
	display: block;
	background-image: url(../../common/img/underline.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 220px;
	height: 7px;
	margin: 8px auto 0;
}
.map .content .new-link a{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 250px;
	padding: 20px;
	background-color: #fff;
	border: 3px solid #063d77;
	border-radius: 8px;
	color: #063d77;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
}
.map .content .new-link a::after{
	content: '';
	display: inline-block;
	background-image: url(../../common/img/new-arrow.png);
	background-size: contain;
	width: 22px;
	height: 22px;
	margin-left: 10px;
	vertical-align: -5px;
}
.map .content .new-link .insta{
	width: 29px;
	height: 29px;
	margin-right: 15px;
	vertical-align: -8px;
}
.map .content p{
	position: absolute;
	bottom: 80px;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px;
	margin: 0;
	background-color: rgba(255, 255, 255, 0.5);
}
.map area{
	border:none;
	outline:none;
}
@media screen and (min-width:768px) {
	.map{
		padding-bottom: 60px;
		margin-bottom: 50px;
	}
	.map .map-img{
		padding-top: 60px;
	}
	.map .title{
		top: 50px;
		font-size: 22px;
	}
	.map h2{
		top: 80px;
		font-size: 28px;
	}
	.map h2::after{
		width: 300px;
	}
	.map .content .new-link a{
		bottom: 5%;
		left: 3%;
		font-size: 20px;
		margin: 0;
		padding: 20px;
		width: 290px;
	}
	.map .content .new-link a:hover{
		background-color: #99c5f6;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	.map .content p{
		padding: 0;
		bottom: 20px;
		right: 10px;
		font-size: 15px;
		margin-bottom: 0;
		background-color: transparent;
	}
}
@media screen and (min-width:1024px) {
	.map .title{
		font-size: 30px;
	}
	.map h2{
		top: 90px;
		font-size: 38px;
	}
	.map h2::after{
		width: 400px;
	}
	.map .content p{
		bottom: 20px;
		right: 30px;
		font-size: 20px;
	}
	.map .content .new-link a{
		bottom: 5%;
		left: 8%;
	}
}
@media screen and (min-width:1200px) {	
	.map .map-img{
		text-align: center;
		padding-top: 60px;
	}
	.map .title{
		top: 80px;
	}
	.map h2{
		top: 120px;
		font-size: 38px;
	}
	.map .content .new-link a{
		width: 380px;
		padding: 30px 20px;
		font-size: 25px;
		margin: 0;
		left: 20%;
	}
	.map .content .new-link a::after{
		width: 40px;
		height: 40px;
		vertical-align: -8px;
	}
	.map .content .new-link .insta{
		width: 40px;
		height: 40px;
	}
	.map .content p{
		bottom: 20px;
		left: 50%;
		font-size: 20px;
	}
}

/*--------------------------------------------------------------
introduction , overview
--------------------------------------------------------------*/
.intro-over{
	margin-bottom: 50px;
}
.introduction h3, .overview h3{
	font-size: 26px;
	text-align: center;
}
.introduction h3::after, .overview h3::after{
	content: '';
	display: block;
	width: 85px;
	height: 3px;
	background-color: #003366;
	margin: 0 auto;
	margin-top: 10px;
}
.introduction p, .overview p{
	font-size: 17px;
	padding: 0 15px;
}
.introduction .link, .overview .link{
	text-align: center;
}
.introduction .link a, .overview .link a, .contact .link a{
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	background-color: #063d77;
	padding: 15px 50px;
}
.introduction .link a:hover, .overview .link a:hover .contact .link a:hover{
	background-color: #4098d9;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.contact a{
	color: #1373bb;
	text-decoration: none;
}
.contact hr{
	margin: 0 0 3rem;
}
.overview{
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}
.overview .content{
	order: 1;
}

@media screen and (min-width:768px) {
	.introduction p, .overview p{
		padding: 10px 30px;
		margin-bottom: 30px;
	}
}
@media screen and (min-width:1024px) {
	.introduction h3, .overview h3{
		font-size: 24px;
		text-align: left;
		margin: 0;
	}
	.introduction h3::after, .overview h3::after{
		margin: 10px 0 0 0;
	}
	.introduction p, .overview p{
		padding: 0 0px;
		margin: 20px 0;
	}
	.introduction .link, .overview .link{
		text-align: left;
	}
	.introduction img, .overview img{
		width: 50%;
	}
	.introduction{
		display: flex;
		flex-wrap: nowrap;
	}
	.overview{
		display: flex;
		flex-direction: row;
		margin-top: 0px;
		flex-wrap: nowrap;
	}
	.introduction .content{
		flex: 1;
		padding: 20px;
		font-size: 16px;
	}
	.overview .content{
		order: 0;
		flex: 1;
		padding: 20px;
		font-size: 16px;
	}
}
@media screen and (min-width:1200px) {
	.introduction h3, .overview h3{
		font-size: 26px;
		text-align: left;
		margin: 0;
		margin-bottom: 40px;
	}
	.introduction .content, .overview .content{
		margin: auto;
		padding: 0 100px;
	}
	.introduction .content p, .overview .content p{
		margin-bottom: 30px;
	}
}

/*--------------------------------------------------------------
join
--------------------------------------------------------------*/
.join{
	background: url(../../common/img/join-img.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 420px;
}
.join h2{
	font-size: 24px;
	text-align: center;
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
}
.join h2::after{
	content: '';
	display: block;
	background-image: url(../../common/img/underline.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 250px;
	height: 7px;
	margin: 8px auto 0;
}
.join p{
	font-size: 18px;
	position: absolute;
	top: 120px;
	padding: 0 20px;
}
.join a{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 300px;
	padding: 20px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-color: #1373bb;
	font-size: 22px;
}
.join a:hover{
	background-color: #90c2f5;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media screen and (min-width:360px) {	
	.join a{
		bottom: 40px;
	}
}
@media screen and (min-width:414px) {	
	.join{
		padding-bottom: 400px;
	}
}
@media screen and (min-width:768px) {	
	.join{
		padding-bottom: 450px;
	}
	.join h2{
		font-size: 28px;
		top: 90px;
	}
	.join h2::after{
		width: 320px;
	}
	.join p{
		font-size: 20px;
		padding: 0 30px;
		top: 220px;
		margin: auto;
	}
	.join a{
		bottom: 30px;
		width: 300px;
	}
}
@media screen and (min-width:1024px) {
	.join{
		padding-bottom: 480px;
	}
	.join h2{
		font-size: 28px;
		top: 100px;
	}
	.join h2::after{
		width: 350px;
	}
	.join p{
		padding: 0 30px;
		top: 240px;
		left: 50%;
		transform: translateX(-50%);
		width: 800px;
	}
	.join a{
		bottom: 20px;
		width: 300px;
	}
}
@media screen and (min-width:1200px) {	
	.join{
		padding-bottom: 620px;
	}
	.join h2{
		font-size: 38px;
		text-align: center;
		top: 180px;
	}
	.join h2::after{
		width: 420px;
	}
	.join p{
		font-size: 20px;
		width: 860px;
		top: 350px;
		padding: 0;
	}
	.join a{
		font-size: 26px;
		width: 420px;
		padding: 30px 20px;
		height: auto;
		bottom: 50px;
	}
}

/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
.footer{
	position: relative;	
	background: url(../../common/img/footer-img.png) no-repeat;
	background-size: auto;
	background-position: top center;
	padding-top: 95px;
}
.footer .content{
	background-color: #eee;
	padding: 20px;
}
.footer .content .company .logo{
	text-align: center;
}
.footer .content .company .address{
	display: flex;
	width: 240px;
	margin: 0 auto;
}
.footer .content .company .address p{
	font-size: 14px;
	text-align: center;
	margin-bottom: 0;
}
.footer .content .company .address .map-img{
	display: none;
}
.footer .content .company .contact .tel-img{
	display: none;
}
.footer .content .company .contact .tel p{
	font-size: 14px;
	text-align: center;
	margin: 0;
	margin-top: 5px;
}
.footer .content .company .contact .mail{
	display: none;
}
.footer .content .sitemap{
	display: none;
}
.footer .content .sitemap a{
	text-decoration: none;
	font-size: 14px;
	color: #000;
}
.footer .copyright{
	background-color: #fff;
	text-align: center;
	margin: 10px 0;
	font-size: 14px;
}

@media screen and (min-width:768px) {
	.footer{
		background-size: contain;
		padding-top: 46px;
		padding-bottom: 0;
	}
	.footer .content{
		display: flex;
		flex-direction: column;
		padding: 30px 20px;
	}
	.footer .content .company{
		margin: 0 auto;
		padding: 20px 0 0 0;
		order: 1;
	}
	.footer .content .company .logo{
		text-align: start;
	}
	.footer .content .company .flex{
		display: flex;
		margin-top: 10px;
	}
	.footer .content .company .address{
		font-size: 16px;
		margin: 0 0 0 30px;
		width: auto;
		display: flex;
	}
	.footer .content .company .address::after{
		content: '';
		display: inline-block;
		background-image: url(../../common/img/footer-icon-map.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 50px;
		height: 44px;
		margin-left: 5px;
		vertical-align: top;
	}
	.footer .content .company .address p{
		text-align: start;
		margin-top: 0;
	}

	.footer .content .company .address .map-img{
		display: block;
		margin-left: 10px;
	}
	.footer .content .company .address .map-img img{
		width: 50px;
		height: 44px;
	}
	.footer .content .company .contact{
		display: flex;
		width: 400px;
		margin: 0 auto;
		margin-top: 10px;
	}
	.footer .content .company .contact .tel{
		display: flex;
	}
	.footer .content .company .contact .tel::before{
		content: '';
		display: inline-block;
		background-image: url(../../common/img/footer-icon-tel.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 31px;
		height: 31px;
	}
	.footer .content .company .contact .tel p{
		font-size: 17px;
		margin: 0;
		margin-left: 5px;
	}
	.footer .content .company .contact .tel span{
		display: none;
	}
	.footer .content .company .contact .mail{
		display: flex;
		margin-left: 30px;
	}
	.footer .content .company .contact .mail::before{
		content: '';
		display: inline-block;
		background-image: url(../../common/img/footer-icon-contact.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 32px;
		height: 23px;
		vertical-align: bottom;	
	}
	.footer .content .company .contact .mail a{
		margin: 0;
		margin-left: 8px;
		font-size: 17px;
		color: #000;
	}
	.footer .content .sitemap{
		display: block;
		width: 600px;
		margin: 0 auto;
		padding-bottom: 20px;
		border-bottom: 2px solid;
		border-color: rgba(19, 115, 187, 0.5);
	}
	.footer .content .sitemap ul{
		display: flex;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.footer .content .sitemap ul li+li{
		margin-left: 30px;
	}
	.footer .content .sitemap li::before{
		content: '●';
		color: #000;
	}
	.footer .content .sitemap ul li ul{
		display: block;
		list-style: none;
		padding: 0;
		content: none;
	}
	.footer .content .sitemap ul li ul li{
		margin-top: 5px;
		margin-left: 15px;
	}
	.footer .content .sitemap ul li ul li::before{
		content: none;
	}
	.footer .content .sitemap ul li ul li.privacypolicy{
		margin-left: 0;
		margin-top: 10px;
	}
	.footer .content .sitemap ul li ul li.privacypolicy::before{
		content: '●';
		color: #000;
	}
	.footer .copyright{
		background-color: #fff;
		text-align: center;
		margin: 15px 0;
	}
}
@media screen and (min-width:1024px) {	
	.footer{
		padding-top: 60px;
	}
	.footer .content{
		display: flex;
		flex-direction: row;
	}
	.footer .content .company{
		margin: 0;
		padding: 0;
		border-bottom: none;
		order: 0;
	}
	.footer .content .company .flex{
		display: block;
		width: auto;
		margin-top: 10px;
		margin-left: 10px;
	}
	.footer .content .company .address{
		font-size: 16px;
		margin-top: 5px;
		margin-left: 30px;
		width: auto;
	}
	.footer .content .company .address p{
		font-size: 16px;
	}
	.footer .content .company .contact{
		display: flex;
		margin: 10px 0 0 40px;
	}
	.footer .content .company .contact .tel p{
		font-size: 17px;
		margin: 0;
		margin-left: 2px;
	}
	.footer .content .company .contact .mail a{
		font-size: 17px;
		margin-top: 2px;
	}
	.footer .content .sitemap{
		border: none;
		padding: 0;
		width: auto;
		margin-top: 20px;
	}
	.footer .content .sitemap ul li+li{
		margin-left: 20px;
	}
}
@media screen and (min-width:1200px) {
	.footer{
		padding-top: 100px;
		position: relative;
	}
	.footer .content .company{
		margin-left: 30px;
	}
	.footer .content .company .flex{
		margin-top: 0;
	}
	.footer .content .company .address{
		margin-left: 50px;
	}
	.footer .content .company .contact{
		margin-left: 60px;
	}
	.footer .content .company .contact .tel p{
		font-size: 22px;
	}
	.footer .content .sitemap{
		position: absolute;
		right: 50px;
		margin-top: 10px;
	}	
}


/*--------------------------------------------------------------
page-top
--------------------------------------------------------------*/
#page-top{
	width: 70px;
	height: 70px;
	position: fixed;
	right: 5px;
	bottom: 10px;
	background: #1373bb;
	opacity: 0.6;
	border-radius: 50%;
}
#page-top a{
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	text-decoration: none;
}
#page-top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 24px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -40px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
#page-top a::after{
	content: 'PAGE TOP';
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 35px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

@media screen and (min-width:768px) {
	#page-top{
		width: 80px;
		height: 80px;
		bottom: 10px;
	}
	#page-top a{
		width: 80px;
		height: 80px;
	 }
	#page-top a::before{
		font-size: 24px;
		top: -35px;
	}
	#page-top a::after{
		font-size: 12px;
		top: 40px;
	}
}


