@charset "UTF-8";
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
  text-align: left;
}

/*===========================================================================
html5 elementssss
============================================================================*/
article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  display: block;
}

/*============================================================================
reseting
============================================================================*/
html {
  box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
  /*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;*/
  color: #333333;
  /*@media screen and (max-width: 767px) {
    font-size: calc(100vw/96);
  }*/
}

body {
  line-height: 1.2;
  color: #333;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  /*@media only screen and (max-width: 767px) {
    font-size: 3.2rem;
  }*/
}

body.is-scroll .header-info__txt {
  display: none;
}

body.is-scroll .header {
  border-bottom: none;
  box-shadow: 0px 3px 10px rgba(51, 51, 51, 0.1);
}

.wrapper {
  padding-top: 80px;
  position: relative;
  /*font-size: 1.6rem;*/
}

@media only screen and (max-width: 767px) {
  .wrapper {
    /*font-size: 3.2rem;*/
    padding-top: 40px;
  }
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.pc {
  display: block;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}

.indent-items {
  text-indent: -1em;
  padding-left: 1em;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .inner {
    width: 93.75%;
  }
}

.link-border {
  text-decoration: underline;
}

.link-border:hover {
  text-decoration: none;
}

.txt-marker--orange {
  background: linear-gradient(transparent 40%, #FFFF99 0%);
  font-weight: bold;
}

main {
  line-height: 2;
}

.header {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 51;
}

@media only screen and (min-width: 768px) {
  .header {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 768px) {
  .header > .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .header > .inner {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .header-info {
    flex-basis: 37.4%;
  }
}

@media only screen and (max-width: 767px) {
  .header-info {
    /*padding: 3.125vw;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .header-logo {
    flex-basis: 45vw;
  }
  .header-logo a {
    padding: 3.125vw;
  }
}

.header-btn {
  display: flex;
}

.header-btn-nav {
  display: flex;
}

.header-btn-nav li {
  border-left: #cccccc solid 1px;
  text-align: center;
}

.header-btn-nav li img {
  width: 3.47vw;
}

.header-btn-nav li p {
  font-size: 2.4rem;
  margin-top: 1.34vw;
}

@media only screen and (max-width: 767px) {
  .header-btn-nav li p {
    font-size: 1.0rem;
  }
}

.header-btn-nav li a {
  display: block;
  height: 100%;
  color: #333333;
  padding: 3.125vw 8px;
}

.header-btn-info {
  border-left: #cccccc solid 1px;
  padding: 3.125vw 14px;
}

.header-btn__inner {
  width: 40px;
  height: 20px;
  display: block;
  /*border-radius: 5px;*/
}

@media only screen and (max-width: 767px) {
  .header-btn__inner {
    /*height: 34px;*/
    width: 6.25vw;
    /*height: 24px;*/
  }
}

.header-btn:hover {
  cursor: pointer;
}

.header-btn i {
  display: block;
  width: 40px;
  height: 2px;
  /*border-radius: 3px;*/
  background: #333333;
  transition: background 0.5s;
  position: relative;
  left: 0;
  top: 15px;
  transition: .5s;
}

@media only screen and (max-width: 767px) {
  .header-btn i {
    height: 2px;
    width: 6.25vw;
    /*top: 10px;*/
  }
}

.header-btn i:before, .header-btn i:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  /*border-radius: 3px;*/
  background: #333333;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.3s !important;
}

@media only screen and (max-width: 767px) {
  .header-btn i:before, .header-btn i:after {
    height: 2px;
    width: 6.25vw;
  }
}

.header-btn i:before {
  transform: translateY(15px);
}

@media only screen and (max-width: 767px) {
  .header-btn i:before {
    transform: translateY(10px);
  }
}

.header-btn i:after {
  transform: translateY(-15px);
}

@media only screen and (max-width: 767px) {
  .header-btn i:after {
    transform: translateY(-10px);
  }
}

.menu-open .header-btn__inner i {
  background: #fff;
}

.menu-open .header-btn__inner i:after {
  transform: translateY(0px) rotate(-45deg);
}

.menu-open .header-btn__inner i:before {
  transform: translateY(0px) rotate(45deg);
}

@media only screen and (min-width: 768px) {
  .header-btn-block {
    flex-basis: calc(100% - 37.4%);
  }
}

@media only screen and (max-width: 767px) {
  .header-btn-block {
    display: none;
    /*padding:0 3.125% 15% 3.125%;*/
    background: #ffffff;
    border-top: 1px #ccc solid;
  }
}

@media only screen and (max-width: 767px) {
  .header-btn-block__inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 768px) {
  .header-btn-block-list {
    display: flex;
    justify-content: flex-end;
  }
}

.header-btn-block-list__items {
  font-size: 1.4rem;
}

.header-btn-block-list__items:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .header-btn-block-list__items {
    text-align: center;
    border-bottom: 1px #ccc dotted;
  }
}

.header-btn-block-list__items a {
  position: relative;
  padding-bottom: 6px;
  display: inline-block;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .header-btn-block-list__items a {
    display: block;
    padding: 5.6vw 3.2vw;
  }
}

@media only screen and (min-width: 768px) {
  .header-btn-block-list__items:nth-child(n+2) {
    margin-left: 40px;
  }
}

.header-btn-block-list__child {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .header-btn-block-list__child {
    font-size: 3.5rem;
    margin-top: 3vw;
  }
}

.header-btn-block-list__child li + li {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .header-btn-block-list__child li + li {
    margin-top: 3vw;
  }
}

@media only screen and (max-width: 767px) {
  .header .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 5.13vw;
  }
}

.header .close-btn:hover {
  cursor: pointer;
}

.header .header-btn-sp {
  margin-top: 6.25vw;
}

.header .header-btn-sp li {
  margin-right: auto;
  margin-left: auto;
  width: 90.2vw;
}

.header .header-btn-sp li + li {
  margin-top: 4.16vw;
}

.hero-area {
  background: url(../img/kv_pc.jpg) no-repeat center center;
  background-size: cover;
  min-height: 720px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .hero-area {
    min-height: 100%;
  }
}

.hero-area-confirm {
  position: absolute;
  right: 50px;
  bottom: 60px;
  left: 50px;
}

.cmn-sec {
  text-align: center;
  padding: 90px 0 120px;
}

@media only screen and (max-width: 767px) {
  .cmn-sec {
    padding: 12vw 0 16vw;
  }
}

.cmn-ttl {
  font-size: 4.0rem;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .cmn-ttl {
    font-size: 2.4rem;
    margin-bottom: 3vw;
  }
}

.sch-sec {
  padding: 90px 0 100px;
}

@media only screen and (max-width: 767px) {
  .sch-sec {
    padding: 30px 0 0;
  }
}

.sch-ttl {
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
}

.sch-ttl span {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .sch-ttl {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .sch-ttl span {
    font-size: 2.4rem;
  }
}

.sch-inner {
  display: flex;
  margin-top: 40px;
}

@media only screen and (max-width: 1024px) {
  .sch-inner {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .sch-inner {
    margin-top: 20px;
  }
}

.sch-inner__img-box {
  flex-basis: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.sch-inner__txt-box {
  flex-basis: 50%;
  background: #fff;
  padding: 80px 0px 60px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sch-inner__txt-box {
    padding: 30px 0 40px;
  }
}

.sch-inner .txt-box--etc {
  padding: 20px;
}

.sch-inner-ttl {
  font-size: 3.0rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .sch-inner-ttl {
    font-size: 2.0rem;
  }
}

.sch-inner-ttl + p span {
  color: #f00;
  font-size: 1.6rem;
  font-weight: bold;
}

.sch-inner .date {
  display: flex;
  justify-content: center;
  padding: 20px 30px 30px;
  /*&+p {
          @media only screen and (min-width:768px) {
          font-size: 1.4rem;
          }
        }*/
}

.sch-inner .date li {
  flex: 30%;
  border-radius: 10px;
  padding: 20px;
  margin-left: 20px;
  color: #ffffff;
}

.sch-inner .date li:first-child {
  margin-left: 0;
}

.sch-inner .date li .month {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.2;
}

.sch-inner .date li .month span {
  font-size: 4.8rem;
}

@media only screen and (max-width: 767px) {
  .sch-inner .date li .month {
    font-size: 2.0rem;
  }
  .sch-inner .date li .month span {
    font-size: 2.6rem;
  }
}

.sch-inner .date li.carecast {
  background: #73c250;
}

.sch-inner .date li.nurse {
  background: #ff6b95;
}

.sch-inner .date-entry {
  display: block;
}

.sch-inner .date-entry a {
  color: #ffffff;
  text-decoration: none;
}

.sch-inner .date-entry__state {
  background: url(../img/arr_01.png) no-repeat bottom center;
  font-weight: bold;
  padding-bottom: 25px;
}

.sch-inner .date-end {
  background: #dddddd;
}

.sch-inner .date-end__state {
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .sch-inner .date {
    padding: 5vw 2vw;
  }
  .sch-inner .date li {
    padding: 3vw 2vw;
    margin-left: 2vw;
  }
  .sch-inner .date-entry__state {
    background-size: 6vw;
  }
  .sch-inner .date-end__state {
    line-height: 1.4;
  }
}

.carecast {
  background: -moz-linear-gradient(left, #73c250, #cfee85);
  background: -webkit-linear-gradient(left, #73c250, #cfee85);
  background: linear-gradient(to right, #73c250, #cfee85);
}

.carecast-pho {
  background: url(../img/carecast_pho.jpg) no-repeat;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .carecast-pho {
    background-size: contain;
    height: 0;
    padding-top: 64.06%;
  }
}

.carecast-pho img {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media only screen and (max-width: 767px) {
  .carecast-pho img {
    bottom: 3vw;
    left: 3vw;
    width: 36vw;
  }
}

.nurse {
  background: -moz-linear-gradient(left, #ffc796, #ff6b95);
  background: -webkit-linear-gradient(left, #ffc796, #ff6b95);
  background: linear-gradient(to right, #ffc796, #ff6b95);
}

.nurse-pho {
  background: url(../img/nurse_pho.jpg) no-repeat;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .nurse-pho {
    background-size: contain;
    height: 0;
    padding-top: 64.06%;
  }
}

.nurse-pho img {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media only screen and (max-width: 767px) {
  .nurse-pho img {
    bottom: 3vw;
    left: 3vw;
    width: 36vw;
  }
}

.right {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {
  .right {
    flex-direction: column;
  }
}

.etc {
  background: -moz-linear-gradient(left, #f8b500, #edde5d);
  background: -webkit-linear-gradient(left, #f8b500, #edde5d);
  background: linear-gradient(to right, #f8b500, #edde5d);
}

@media only screen and (max-width: 767px) {
  .etc {
    padding-bottom: 50px;
  }
}

.etc-pho {
  background: url(../img/etc_pho.jpg) no-repeat center center;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .etc-pho {
    background-size: contain;
    height: 0;
    padding-top: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .etc-txt {
    padding: 120px 0 140px;
  }
}

.web {
  color: #f00;
  font-size: 1.6rem;
  font-weight: bold;
}

.notice {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 30px 90px;
}

@media only screen and (max-width: 767px) {
  .notice {
    width: 100%;
    padding: 12vw 3vw;
  }
}

.notice__title {
  font-size: 2.4rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .notice__title {
    font-size: 1.8rem;
  }
}

.notice-content {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .notice-content {
    flex-wrap: wrap;
  }
}

.notice__detail--text {
  position: relative;
  padding-left: 1.2em;
}

.notice__detail--text:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '※';
}

.notice-covid19 {
  margin-top: 30px;
}

.notice-covid19__title {
  font-weight: bold;
}

.notice-covid19__detail {
  margin-top: 10px;
}

.notice-message {
  max-width: 400px;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .notice-message {
    width: 100%;
    margin: 10vw 0 0 0;
  }
}

.notice-message__text {
  margin-top: 10px;
}

/*.notice {
    dl {
      padding-top: 80px;
    }
    dt {
      font-size: 2.4rem;
      margin-bottom: 25px;
      text-align: center;
    }
    dd {
      position: relative;
      padding-left: 1.2em;
      &:before {
        position: absolute;
        left: 0;
        top: 0;
        content: '※';
      }
    }
    .notice2002 {
      padding: 30px 0 90px;
      p+p {
        margin-top: 10px;
      }
      span {
        font-weight: bold;
      }
    }
    @media only screen and (max-width: 767px) {
      dl {
        padding-top: 40px;
      }
      dt {
        font-size: 1.6rem;
        margin-bottom: 15px;
      }
      .notice2002 {
        padding-bottom: 50px;
      }
    }
  }*/
.contact {
  display: flex;
  align-items: center;
  background: #eeeeee;
}

@media only screen and (max-width: 767px) {
  .contact {
    flex-direction: column;
  }
}

.contact-inner {
  flex-basis: 50%;
  text-align: center;
}

.contact .tel {
  display: inline-block;
  text-align: left;
  position: relative;
  padding: 20px 20px 20px 65px;
}

.contact .tel:before {
  background: url(../img/tel.png) no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  content: '';
}

.contact .tel .ttl {
  font-size: 1.8rem;
}

.contact .tel .num {
  line-height: 1.2;
}

.contact .tel .num span {
  font-size: 3.6rem;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .contact .tel .num a[href^="tel:"] {
    pointer-events: none;
  }
}

@media only screen and (max-width: 767px) {
  .contact .tel {
    padding-left: 13vw;
  }
  .contact .tel:before {
    width: 9vw;
    height: 100%;
    top: 50%;
    bottom: -25%;
  }
  .contact .tel .ttl {
    font-size: 1.6rem;
  }
  .contact .tel .num span {
    font-size: 2.8rem;
  }
}

.contact .mail {
  background-size: 200% auto;
  background-image: linear-gradient(to right, #66a6ff 0%, #63e2ea 51%, #66a6ff 100%);
  transition: all 0.3s ease;
  width: 100%;
  display: block;
}

.contact .mail:hover {
  background-position: right center;
}

.contact .mail a {
  padding: 60px 70px;
  width: 100%;
  display: block;
  text-align: left;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.2;
}

.contact .mail span {
  display: block;
  position: relative;
  padding: 0 50px 0 80px;
  width: 80%;
  margin: 0 auto;
}

.contact .mail span:before {
  background: url(../img/mail.png) no-repeat;
  background-size: contain;
  width: 60px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  content: '';
}

.contact .mail span:after {
  background: url(../img/arr_02.png) no-repeat;
  background-size: contain;
  width: 28px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  content: '';
}

@media only screen and (max-width: 767px) {
  .contact .mail a {
    padding: 8vw 1vw;
    font-size: 2.0rem;
  }
  .contact .mail span {
    padding: 0 10vw 0 14vw;
    width: 95%;
  }
  .contact .mail span:before {
    width: 10vw;
    height: auto;
    top: 25%;
    bottom: -50%;
  }
  .contact .mail span:after {
    width: 4vw;
    height: auto;
    top: 25%;
    bottom: -50%;
  }
}

.map {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .map {
    margin-top: 12vw;
  }
}

.map h2 {
  font-size: 3.0rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .map h2 {
    font-size: 2.2rem;
  }
}

.map-inner {
  display: flex;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .map-inner {
    flex-direction: column;
    margin-top: 5.34vw;
  }
}

.map-inner .gmap {
  flex-basis: 50%;
  position: relative;
  height: 0;
  padding-bottom: 720px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .map-inner .gmap {
    padding-bottom: 100%;
  }
}

.map-inner .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-inner .access {
  flex-basis: 50%;
  padding: 10px 50px;
}

.map-inner .access dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 50px 0 10px;
}

.map-inner .access dt:first-child {
  margin-top: 0;
}

.map-inner .access dd li {
  list-style-type: disc;
  margin-left: 1.3em;
}

.map-inner .access p {
  margin-top: 15px;
  padding-left: 1em;
  text-indent: -1em;
}

.map-inner .access .btn {
  /*border: #555555 solid 1px;
            border-radius: 3px;
            background: #ffffff;
            transition: 400ms;
            display: inline-block;*/
  margin-top: 45px;
  /*
            &:hover {
              background: #555555;
            }
            span {
              display: block;
              padding: 10px 40px;
            }
            a {
              color: #333333;
              transition: 400ms;
              &:hover {
                color: #ffffff;
              }
            }
            */
}

.map-inner .access .btn-on {
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  border: #555555 solid 1px;
  border-radius: 3px;
  color: #333333;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}

.map-inner .access .btn-on:hover {
  color: #ffffff;
}

.map-inner .access .btn-on:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #333333;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.map-inner .access .btn-on:hover:before {
  transform-origin: right top;
  transform: scale(1, 1);
}

@media only screen and (max-width: 767px) {
  .map-inner .access {
    padding: 8vw 2.67vw;
  }
  .map-inner .access dt {
    font-size: 1.4rem;
    margin-top: 8vw;
  }
}

.bnr-area {
  margin-top: 100px;
  background: #eeeeee;
  padding: 50px;
}

.bnr-inner {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
}

.bnr-inner .box {
  position: relative;
}

.bnr-semi {
  position: absolute;
  bottom: 0;
}

.bnr-line {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .bnr-area {
    margin-top: 6.67vw;
    padding: 5.34vw 0;
  }
  .bnr-inner {
    flex-direction: column;
    width: 90%;
  }
  .bnr-semi {
    position: static;
    padding: 4vw 0;
  }
  .bnr-line {
    margin-left: 0;
  }
}

@media screen\0 {
  .bnr-blog,
  .bnr-semi,
  .bnr-line {
    width: 470px;
    /* IE8～11*/
  }
}

@supports (-ms-ime-align: auto) {
  .bnr-blog,
  .bnr-semi,
  .bnr-line {
    width: 470px;
    /* Edge12+*/
  }
}

.footer {
  padding: 20px;
  text-align: center;
  font-size: 1.2rem;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 3.34vw;
  }
}

/*
  .map {
    .apply-area {
      margin-top: 80px;
      border-top: 1px #ddd solid;
      @media only screen and (max-width: 767px) {
        margin-top: 5.2vw;
        .apply-area-btn__items {
          width: 93.75%;
          margin-right: auto;
          margin-left: auto;
        }
      }
    }
  }
  */
.pagetop {
  display: none;
  position: fixed;
  bottom: 2%;
  font-weight: bold;
  width: 60px;
}

.pagetop.no-fixed {
  position: absolute;
  right: 0 !important;
  top: -90px;
}

@media only screen and (max-width: 767px) {
  .pagetop.no-fixed {
    top: -50px;
  }
}
