@charset "UTF-8";
html {
  visibility: hidden;
  font-size:62.5%;/* 10px */
  height:100%;
}
html.wf-active {
  visibility: visible;
}
body {
  position: relative;
  width:100%;
  max-width:2500px;
  color: #333;
  background-color: #fff;
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
}
.wrap {
  overflow:hidden;
  width:100%;
  position: relative;
	 }
h1, h2, h3, p, div {
  margin: 0
}
h2 {
  font-size: 8.0rem;
  line-height: 1;
  font-family: sofia-pro, sans-serif;
  font-style: normal;
  font-weight: 100;
}
@media (max-width: 414px) {
 h2 {
  font-size: 6.0rem;
 }
}
@media (min-width: 992px) {
 h2 {
  font-size: 9.0rem;
 }
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  }

/**
* : ヘッダー---------------------------------------------------------------------------------
*/
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  height: 100px;
  margin: 100px auto 0;
  padding: 10px 0 0;
  line-height: 1;
  z-index: 999;
  box-sizing: border-box;
}
.inner {
  width: 100%;
  margin: 0 auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}
#top-head a, #top-head {
  color: #fff;
  text-decoration: none;
}
#top-head .inner {
  position: relative;
}
#top-head .logo {
  float: left;
  padding-top: 0;
  margin: 0;
  width:100px;
}
.symbol{
	fill:#fff;
}
#top-head .logo img {
  width: 100px;
}
#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.6rem;
}
#global-nav ul li {
  float: left;
  position: relative;
  vertical-align: top;
  margin: 0 20px;
  padding: 0 6px;
}

/* Btn Hover */
#global-nav ul li:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#global-nav ul li:hover:after {
  transform: scale(1, 1);
}

/* Fixedナビ */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 60px;
  background: -moz-linear-gradient(left, #1b9ccc, #2ECACC);
  background: -webkit-linear-gradient(left, #1b9ccc, #2ECACC);
  background: linear-gradient(to right, #1b9ccc, #2ECACC);
  transition: top 0.4s linear;
  -webkit-transition: top 0.4s linear;
  -moz-transition: top 0.4s linear;
  box-sizing: border-box;
}
#global-nav ul li {
  color: #fff;
  margin: 0 20px;
  padding: 0 6px;
}
/* スマホ用Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
  color: #fff;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}

@media (min-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 10px;
  }
  #global-nav ul li {
    margin: 0 10px;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0 10px;
  }
  #global-nav ul li {
    margin: 0 5px;
  }
}

@media (max-width: 639px) {
  #main-visual {
    height: 300px;
  }
  #top-head, .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: -moz-linear-gradient(left, #1b9ccc, #2ECACC);
    background: -webkit-linear-gradient(left, #1b9ccc, #2ECACC);
    background: linear-gradient(to right, #1b9ccc, #2ECACC);
    width: 100%;
    height: 50px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo, #top-head .logo {
    position: absolute;
	top: 5px;
	left:5px;
    color: #444;
    padding:2px 2px 0 4px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -510px;
    background: -moz-linear-gradient(left, #1b9ccc, #2ECACC);
    background: -webkit-linear-gradient(left, #1b9ccc, #2ECACC);
    background: linear-gradient(to right, #1b9ccc, #2ECACC);
    opacity: 0.9;
    width: 100%;
    text-align: center;
    padding: 1px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
  }
  #global-nav ul li {
    float: none;
    position: static;
    margin: 0;
    padding: 0;
  }
  #global-nav ul li:after {
    display: none;
  }
  #global-nav ul li a, #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
  }
  #global-nav ul li a:hover {
    color: #999;
    background: #fff;
    width: 100%;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}

/**
* Main: メインビジュアル---------------------------------------------------------------------------------
*/

.main-visual {
  position: relative;
  overflow: hidden;
  background-size: cover;
  margin: 0px;
  text-align: center;
  padding:0;
}
.main-visual video {
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  overflow:hidden;
  position:absolute;
  left:0;
  top:0;
}
#bgv {
    position: fixed;
    min-width: 1000px;
    width: 1000px;
    height: auto;
    z-index: -999;
}
@media (min-width: 992px) {
#bgv {
	min-width: 1300px;
    width: 1300px;
}
}
@media (min-width: 1281px) {
#bgv {
	min-width: 2500px;
    width: 2500px;
}
}
#bgv source {
  width: 100%;
  height: auto;
}
#bgvdot {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/img_bg05.png);
  background-size: auto;
  z-index: -998;
}
.name {
  margin: 0 auto;
  padding: 150px 0 0 0;
}
.lead {
  color: #fff;
  text-align: center;
  padding: 10px 14px 0 14px;
  letter-spacing: 0.1em;
  font-size:1.2rem;
}

@media (min-width: 768px) {
  .lead {
  padding: 10px 50px 0 50px;
  font-size:1.4rem;
  }
}

@media (max-width: 414px) {
  .main-visual {
    margin-top: 100px;
    margin-bottom: 30px;
	height:260px;
  }
  .name {
    margin-top: 0px;
	padding:20px 0 0 0;
  }
  .name img {
	  width:50%;
  }
  .leadn {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

/*ロゴアニメーションテスト*/
.logo2 {
  stroke: #fff;
  fill: #fff;
  fill-opacity: 0;
  stroke-width: 1px;
  stroke-dasharray: 1900;
  stroke-dashoffset: 1900;
  overflow: visible;
  stroke-linecap: none;
  stroke-linejoin: miter;
  -webkit-animation: move-logo 6s linear alternate infinite;
     -moz-animation: move-logo 6s linear alternate infinite;
          animation: move-logo 6s linear alternate infinite;
}

@-webkit-keyframes move-logo {
  0% {
    stroke-dashoffset: 1900;
  }
  20% {
    stroke-dashoffset: 1900;
  }
  60% {
    stroke-dashoffset: 0;
    fill-opacity: 0;
  }
  80% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}
@-moz-keyframes move-logo {
  0% {
    stroke-dashoffset: 1900;
  }
  20% {
    stroke-dashoffset: 1900;
  }
  60% {
    stroke-dashoffset: 0;
    fill-opacity: 0;
  }
  80% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}
@keyframes move-logo {
  0% {
    stroke-dashoffset: 1900;
    stroke: #fff;
  }
  20% {
    stroke-dashoffset: 1900;
    stroke: #fff;
  }
  60% {
    stroke-dashoffset: 0;
    fill-opacity: 0;
    stroke: #fff;
  }
  80% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    stroke: #e94738;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    stroke: #009af2;
  }
}

/**
* : コンテンツ---------------------------------------------------------------------------------
*/
.contents {
  position: relative;
}

/*-------汎用スタイル-----------*/

h2 {
  color: #19afd3;
}
h2 small {
  display: block;
}
h2 small span {
  background-color: #09C;
  font-size: 1.2rem;
  padding: 4px;
  color: #FFF;
}
.colorbluegr {color: #03cacc;}
.colorgray {color: #a4a4a4;}
.colorblue {color: #0568d7;}
.colorlblue {color: #b1ebf2;}


/**
infomation：新着情報--------------------------------------------------------------------------------
*/
.info {
  position: relative;
  overflow: hidden;
  padding: 40px 10px 120px 10px;
  z-index:-100;
}
.info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 90%;
 margin: 3% -10% 0 -30%;
  background: linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0)), url(../img/img_bg04.png), white;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  z-index: -1;
}
.infoinner {
  box-sizing: boder-box;
  width: 100%;
  height: 100%;
}
.info h2 span {
  padding-left: 0;
}
.info dl {
  padding: 0 0 0 6px;
  font-size: 1.4em;
}
.info dl dt {
  line-height: 1.2;
}
.info dl dd {
	margin-bottom:10px;
}
@media (max-width: 414px) {
.infoinner {
  padding: 10px 0 160px 0;
	}
}
@media (min-width: 640px) {
.info {
  padding: 40px 0;
}
.infoinner {
    padding: 10px 10px 160px 20px;
}
}

@media (min-width: 768px) {
.infoinner {
  padding: 20px 40px 160px 70px;
}
.info dl dt {
  clear:left;
  float:left;
  margin-bottom:10px;
}
.info dl dd {
  float:left;
  margin-top:-4px;/*dtとddの縦の微妙なズレ対策*/
  width: 76%;
  line-height:1.6;
  }
}
@media (min-width: 992px) {
.infoinner {
  padding: 40px 300px 120px 80px;
}
.info dl dd {
  width: 70%;
}
}
@media (min-width: 1600px) {
.infoinner {
  padding: 120px 300px 120px 80px;
}
}

/**
*  service：業務内容--------------------------------------------------------------------------------------------------
*/
#ser{
	margin:-180px 0 0 0;
}
.service {
  position: relative;
  overflow: hidden;
  margin: 10% 0;
  z-index:20;
  padding: 120px 10px 10px 10px;
	}
.service:before {
    content: '';
    position: absolute;
    width: 200%;
    height: 130%;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: -910;
    left: -80px;
  background: #fff;
}
.ser-txt {
  background:url(../img/img_bg02.png) no-repeat;
  background-size: 500px 454px;
}
.ser-txt ul {
	padding:10px 0 0 10px;
	}
.ser-txt li {
  list-style: none;
  padding-bottom: 20px;
}
.ser-txt h3 {
  font-size: 1.6rem;
}
.ser-txt p {
  font-size: 1.4rem;
}
.ser-img {
	margin:-20px 0 0 -70px;
	display:block;
}
.ser-img img {
  width: 660px;
}

@media (min-width: 640px) {
#ser{
	margin:-180px 0 0 0;
}
.service {
    padding: 80px 0 0 0;
    margin: -240px 0 0 0;
    height: 640px;
    border: none;
}
.ser-txt {
  position: absolute;
  z-index:2;
  top: 70px;
  left: 40px;
  width: 300px;
  padding: 0;
  text-align: right;
}
.ser-txt ul {
	padding:0;
}
.ser-txt li {
  list-style: none;
  padding:0 0 20px 0;
}
.ser-img {
  position: absolute;
  z-index:1;
  left: 350px;
  top: 70px;
  margin:0;
}
.ser-img img {
  width: 700px;
}
}

@media (min-width: 768px) {
#ser{
	margin:-230px 0 0 0;
}
.service {
    padding: 180px 0 0 0;
    height: 740px;
    border: none;
}
.ser-txt {
  top: 200px;
  left: 50px;
  width: 400px;
}
.ser-img {
  left: 500px;
  top: 170px;
}
.ser-img img {
  width: 800px;
}
}

@media (min-width: 1600px) {
.service {
    padding: 180px 0 0 0;
}
.ser-txt {
    width: 45%;
}
.ser-img {
     left: 55%;
}
.ser-txt {
    background-position-x: center;
}
}

@media (max-width: 414px) {
#ser{
	margin:-340px 0 0 0;
}
.service {
  height: 840px;
    margin: -270px 0;
	}
.ser-img {
	margin:-20px 0 0 -120px;
}
.ser-img img {
  width: 560px;
}
.ser-txt ul {
    padding: 10px 0 0 20px;
}
}
/**
*  ：U-TOPについて--------------------------------------------------------------------------------------------------
*/

#cmp { 
}
.company {
  position:relative;
  padding: 0px 10px 0 10px;
  background:#fff url(../img/img_bg03.png) no-repeat;
  background-size:500px 476px;
　background-position:20px 270px;
}
.comp-txt {
    padding: 0 0 0 0;
	font-size:1.4rem;
	}
.comp-txt h2 {
	line-height:0.8;
	}
.comp-txt h2 small {
	margin-bottom:16px;
　　}
.outline{
	margin:10px 0 0 0;
	position:relative;
	}
.company dl {
	z-index:20;
	padding:20px 4px;
	font-size:1.6rem;
  font-weight: bold;
}
.company dl span {
  display: table-row;
}
.company dt {
  display: table-cell;
  padding: 0 0 6px 0;
  white-space: nowrap
}
.company dd {
  display: table-cell;
  text-align: left;
  padding: 0 0 6px 20px;
}
.comp-img {
	position:relative;
	top:-100px;
	left:180px;
	}
.comp-img img {
  width: 300px;
}

@media (min-width: 568px) {
.company {
  padding: 0px 10px 0 10px;
}
.comp-txt h2 {
	line-height:1;
	}
.outline{
	margin:40px 0 0 0;
	}
.company dl {
	position:absolute;
	z-index:20;
	top:-40px;
	right:30px;
    background-color: rgba(255, 255, 255, 0.7);
	padding:14px;
	border-radius: 5px;
}
.company dl span {
  display: table-row;
}
.comp-img {
	top:0;
	left:-40px;
	}
}

@media (min-width: 640px) {
.company {
  margin-top:-20px;
  padding: 0px 0px 0 0px;
  background-image:none;
  }
.comp-txt {
  float:right;
  width:60%;
  margin:-40px 0 0 0 ;
  padding:0 0 0 20px;
  font-size:1.4rem;
  background:url(../img/img_bg03.png) no-repeat;
  background-size:500px 476px;
　background-position:20px 270px;
  position:relative;
  z-index:100;
	}
.comp-txt h2 {
	font-size:7.0rem;
}
.comp-txt h2 small {
	margin-bottom:6px;
}
.outline{
	margin:0 0 0 0;
	}
.company dl {
	position:relative;
	top:0;
	left:0;
	z-index:20;
	padding:0;
	margin:30px 5px 40px 5px;
    background-color:transparent;
	text-shadow:1px 1px 0px rgba(255, 255, 255, 0.7);
}
.comp-img {
  float:left;
  width: 40%;
  margin:-60px 0 0 -40px;
    position: relative;
    z-index: 30;
	}
.comp-img img {
	width:380px;
}
}
@media (min-width: 768px) {
.company {
	margin:0;
	  }
.comp-txt {
  width:54%;
  padding:0 0 0 20px;
  margin-top:30px;
	}
.comp-txt h2 {
	font-size:8.0rem;
}
.comp-txt h2 small {
	margin-bottom:16px;
}
.company dl {
	padding:0;
	margin:40px 5px 40px 5px;
}
.comp-img {
  width: 46%;
  margin:0px 0 0 -10px;
}
.comp-img img {
	width:500px;
}
}

@media (min-width: 992px) {
.company {
	margin:0;
	  }
.comp-txt {
  width:50%;
  padding:0 0 0 100px;
  margin-top:30px;
  margin-left:-50px;
	}
.company dl {
	padding:0;
	margin:40px 5px 40px 5px;
}
.comp-img {
	float:right;
	left:0;
  width: 50%;
  margin:0px 0 0 0px;
}
.comp-img img {
  width: 560px;
  height: 590px;
}
}
@media (min-width: 1600px) {
.comp-txt {
  padding: 0 0 100px 100px;
	}
.comp-img {
   padding-left: 10%;
}
.comp-txt {
  width:50%;
	}
.comp-img {
  width: 50%;
}
}
@media (max-width: 414px) {
#cmp { 
  margin-top:0;
  padding-top:0;
}
.company {
	padding: 20px 10px 0 10px;
    background-position: -20px 10px;
	}
.comp-txt {
    padding: 0;
    font-size: 1.4rem;
}
.company dl {
    padding: 20px 0 0 10px;
    font-size: 1.4rem;
    font-weight:normal;
}
.comp-img {
	top:-20px;
	left:90px;
		}
.comp-img img {
  width: 230px;
}
}

/**
*  ：採用情報--------------------------------------------------------------------------------------------------
*/
.recruit {
  position: relative;
  overflow: hidden;
  background: #FFF;
  padding: 10px 80px 10px 10px;
  }
.recruit:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 130%;
  height: 1px;
  margin: 3% -5% 0;
  background: #011931;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  z-index: 1;
  background-color: #666;
}
.recruit_inner {
  box-sizing: boder-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 30px 0px 0 0;
  font-size:1.4rem;
}
.recruit-cnt {
	padding: 10px 0 26px 0px;
}
@media (min-width: 640px) {
.recruit {
    padding: 20px 80px 10px 20px;
}
.recruit h2 {
  float: left;
}
.recruit-cnt {
	float:left;
  padding: 110px 0 26px 50px;
}
}
@media (min-width: 768px){
.recruit {
    padding: 20px 80px 10px 70px;
}
}
@media (min-width: 992px) {
.recruit {
  padding: 100px 80px 140px 90px;
}
}
@media (max-width: 414px) {
.recruit {
    padding: 10px 80px 10px 10px;
}
.recruit-cnt {
    padding: 10px 0 26px 10px;
}
}
/**
*  ：お問い合わせ--------------------------------------------------------------------------------------------------
*/
.ct {
  background-color: #FFF;
}
#cnt {
}
.contact {
  color: #FFF;
  padding: 90px 80px 40px 10px;
  margin: 0 0 0 0;
  position: relative;
  overflow: hidden;
}
.contact:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 3% -10% 0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  z-index: 1;
  background: -moz-linear-gradient(left, #0a72cd, #2ECACC);
  background: -webkit-linear-gradient(left, #0a72cd, #2ECACC);
  background: linear-gradient(to right, #0a72cd, #2ECACC);
}
.contact h2 {
  color: #fff;
}
.contact h2 small span {
  background-color: rgba(255, 255, 255, 0.8);
  color: #09c;
}
.cont-inner {
  box-sizing: boder-box;
  width: 100%;
  max-width: 640px;
  height: 100%;
  padding: 0px 10px 0px 0;
  color: #fff;
  position: relative;
  z-index: 10;
}
.contact p {
  padding: 20px 0 0 0;
  font-size:1.4rem;
  font-weight: bold;
}
.contbtn {
  padding: 10px 20px 50px 0;
  width: 200px;
}
.btn01 {
  width: 200px;
  font-size: 1.6rem;
  letter-spacing: 0.3em;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 8px 0 10px;
  color: #fff;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #CCC;
  position:relative;
  z-index:999;
}
.btn01:hover {
  background-color: #666;
}
.btn01::before, .btn01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btn01, .btn01::before, .btn01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}
@media (min-width: 640px) {
.contact {
  padding: 90px 80px 40px 20px;
}
}
@media (min-width: 768px){
	.contact {
　padding: 100px 80px 100px 70px;
	}
.contact p {
	float:left;
}
.contbtn {
  padding: 10px 20px 10px 40px;
  margin: 0 auto;
}
}
@media (min-width: 992px) {
.contact {
  padding: 100px 80px 100px 90px;
}
}
@media (max-width: 414px) {
.contact {
    padding: 40px 80px 40px 10px;
}
.contact p {
    padding: 20px 0 0 10px;
    font-size: 1.4rem;
    font-weight:normal;
}
.contact:before {
    height: 100%;
    margin: 0 0 0 -10%;
}
}

/**
* フッター用のスタイル
*/
.ftr {
  position: absolute;
  left: 10px;
  bottom:20px;
  padding: 10px 10px 0 0;
  text-align: right;
  font-size: 1.4rem;
  color: #fff;
  margin-top: -40px;
  z-index: 100;
}
/*topへ戻るbtn*/
.topBtn {
  position:fixed;
  bottom:20px; 
  right:20px;
  display:block; 
  background-color:rgba(0,0,0,0.5);
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:1.1rem;
  width:60px;
  height:60px;
  text-align:center;
  line-height:22px;
  border-radius:30px;
  padding-top:30px;
  box-sizing:border-box;
  z-index:999;
}
.topBtn:before {
  content:'\25B2';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  text-align:center;
  font-size:2.0rem;
}
.topBtn:hover {
  opacity:0.7;
}

@media (min-width: 2500px) {
.topBtn {
  left: auto!important;
  margin-left:2400px;
  }
}
