@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
body {
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.main {
  padding-top: 70px;
}

@media (min-width: 768px) {
  .section {
    padding: 100px 0 120px;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 96px 0;
  }
}

.util-title {
  font-size: 40px;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .util-title {
    font-size: 30px;
  }
}
.util-title::after {
  content: "";
  display: block;
  height: 4px;
  width: 60px;
  background-color: #1C6434;
  margin: 24px auto 0;
}

.header {
  height: 70px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}

.header-inner {
  display: flex;
  align-items: center;
}

.header-logo {
  width: 291px;
}

.header-nav {
  margin-left: auto;
}

ç {
  display: flex;
}

.header-nav-item a {
  transform: all 0.3s ease 0;
}
.header-nav-item a:hover {
  color: #1C6434;
}
.header-nav-item + .header-nav-item {
  margin-left: 30px;
}

.header-nav-item-link {
  display: block;
  color: #333;
  height: 70px;
  line-height: 70px;
}
@media (max-width: 1000px) {
  .header-nav-item-link {
    display: none;
  }
}

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

.drawer-icon {
  position: fixed;
  top: 20px;
  right: 16px;
  z-index: 400;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media (max-width: 1000px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active {
  transform: translateX(-200px);
}
.drawer-icon.is-active .drawer-icon__bar1 {
  transform: rotate(-45deg);
  top: 8px;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  transform: rotate(45deg);
  top: 8px;
}

.drawer-icon__bars {
  width: 20px;
  height: 22px;
  display: block;
  position: relative;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 22px;
  height: 4px;
  background: #1C6434;
  top: 0;
  left: 0;
}

.drawer-icon__bar1 {
  top: 0;
}

.drawer-icon__bar2 {
  top: 8px;
}

.drawer-icon__bar3 {
  top: 16px;
}

.drawer-content {
  width: 200px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 102;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-content__item {
  border-bottom: 1px dotted #707070;
}
.drawer-content__item a {
  display: block;
  color: #707070;
  text-decoration: none;
  padding: 18px 20px;
  position: relative;
  transform: all 0.3s ease 0;
}
.drawer-content__item a:hover {
  color: #1C6434;
}
.drawer-content__item a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 11px;
  background: url(../img/arrow-b.png) no-repeat center center/contain;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}
.drawer-background.is-active {
  display: block;
}

.top {
  position: relative;
}

.top-pictiure {
  padding-top: 56%;
  background: url(../img/top-bg01.jpg) center center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .top-pictiure {
    padding-top: 300%;
    background: url(../img/sp/sp-bg01.jpg) center center/cover;
  }
}

.top-message {
  position: absolute;
  left: 0;
  top: 10%;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 24px;
}

.top-message-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .top-message-title {
    font-size: 32px;
  }
}

.top-message-text1 {
  font-size: 40px;
  line-height: 1;
}

.top-message-text2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 32px;
}

.top-message-text3 {
  line-height: 1.6;
  margin-top: 32px;
}

.top-info-message {
  position: absolute;
  right: 60px;
  top: 110px;
  transform: translateY(-50%);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #fff;
  line-height: 1;
  color: #333;
  text-decoration: none;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .top-info-message {
    display: none;
  }
}

.top-info-message-text1 {
  font-size: 20px;
  margin-top: 70px;
}

.top-info-message-text2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.top-info-message-text3 {
  margin-top: 14px;
}

.top-info-message-text4 {
  margin-top: 3px;
}

.top-info-message-text5 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.top-info-message-button a {
  display: inline-block;
  width: 170px;
  max-width: 100%;
  height: 33px;
  line-height: 33px;
  font-weight: bold;
  text-align: center;
  background: #1C6434;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease 0s;
  margin-top: 13px;
}
.top-info-message-button a:hover {
  opacity: 0.7;
}

.about {
  max-width: 1000px;
}
@media (max-width: 767px) {
  .about {
    max-width: 100%;
    padding: 96px 24px;
  }
}

.about-inner {
  margin-top: 80px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .about-inner {
    display: block;
    margin-top: 40px;
  }
}

.about-inner01 {
  max-width: 58%;
  margin-right: 56px;
}
@media (max-width: 767px) {
  .about-inner01 {
    max-width: 100%;
    margin: auto;
  }
}

.about-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 767px) {
  .about-title {
    font-size: 24px;
  }
}

.about-title-inline rt {
  font-weight: normal;
}

.about-text {
  font-size: 32px;
}
@media (max-width: 767px) {
  .about-text {
    font-size: 16px;
    margin-top: 24px;
  }
}

.about-inner02 {
  min-width: 36%;
}
@media (max-width: 767px) {
  .about-inner02 {
    margin-top: 24px;
  }
}

.about-career01 {
  margin-top: 13px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .about-career01 {
    margin-top: 24px;
  }
}

.about-career03 {
  margin-top: 24px;
  font-weight: bold;
}

.about-career05 {
  margin-top: 24px;
  font-weight: bold;
}

.flow {
  background: #EFF9F1;
  align-items: center;
}

.flow-inner {
  max-width: 900px;
}
@media (max-width: 767px) {
  .flow-inner {
    max-width: 100%;
    padding: 0 24px;
  }
}

.flow-text {
  margin-top: 80px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .flow-text {
    margin-top: 50px;
  }
}
.flow-text a {
  font-weight: bold;
  color: #333;
  text-decoration: underline;
  transform: all 0.3s ease 0;
}
.flow-text a:hover {
  opacity: 0.7;
}

.flow-list {
  margin-top: 36px;
}

.flow-item {
  margin-top: 28px;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .flow-item {
    display: block;
  }
}
.flow-item::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 110%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 70px 0 70px;
  border-color: #1C6434 transparent transparent transparent;
  filter: drop-shadow(0px 3px 6px darkgrey);
}
@media (max-width: 767px) {
  .flow-item::after {
    margin: auto;
    right: 0;
    left: 0;
  }
}

.flow-item + .flow-item {
  margin-top: 90px;
}

.flow-item-last {
  margin-top: 90px;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .flow-item-last {
    display: block;
  }
}

.flow-item-body {
  flex: 0 1 100%;
}

.flow-item-title {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .flow-item-title {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .flow-item-text {
    margin-top: 25px;
  }
}

.flow-item-form {
  margin-top: 23px;
}
.flow-item-form a {
  color: #333;
  text-decoration: underline;
  font-weight: bold;
  transform: all 0.3s ease 0;
}
.flow-item-form a:hover {
  opacity: 0.7;
}

.flow-item-picture {
  width: 300px;
  margin-left: 50px;
}
@media (max-width: 767px) {
  .flow-item-picture {
    margin: 32px auto 0;
    max-width: 100%;
  }
}

.price {
  padding: 100px 40px 120px;
}
@media (max-width: 767px) {
  .price {
    padding: 96px 24px;
  }
}

.price-content {
  margin-top: 80px;
}

.price-table-scroll {
  overflow-x: scroll; /*スクロール指定*/
}

.price-table {
  border-collapse: collapse;
  border: 1px solid #707070;
  width: 100%;
  table-layout: fixed;
  min-width: 1200px; /*横幅指定*/
}
.price-table th,
.price-table td {
  border: 1px solid #707070;
  height: 57px;
  vertical-align: middle;
}
.price-table td:nth-of-type(1) {
  text-align: left;
  padding: 0 19px;
}
.price-table td:nth-of-type(2) {
  text-align: left;
  padding: 0 27px;
}
.price-table td:nth-of-type(3) {
  text-align: left;
  padding: 0 27px;
}
.price-table td:nth-of-type(6) {
  text-align: left;
  padding: 0 27px;
}
.price-table th {
  text-align: center;
  font-weight: bold;
  background-color: #1C6434;
  color: #fff;
}
.price-table td {
  text-align: center;
  background: #fff;
}

.access {
  background: #EFF9F1;
  align-items: center;
  padding: 100px 20px 120px;
}
@media (max-width: 767px) {
  .access {
    padding-bottom: 96px;
  }
}

.access-map {
  margin: 80px auto 0;
  width: 800px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .access-map {
    margin-top: 44px;
  }
}

.iframe-wrap {
  width: 100%;
  padding-top: 50%;
  position: relative;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.access-info {
  margin: 80px 0 0;
}
@media (max-width: 767px) {
  .access-info {
    margin-top: 14px;
  }
}

.access-info-row {
  display: flex;
  align-items: center;
}
.access-info-row:not(:first-child) {
  margin-top: 10px;
}
.access-info-row dt {
  margin: 0 16px 0 0;
  padding: 0;
}
.access-info-row dd {
  margin: 0;
  padding: 0;
}

.access-button {
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .access-button {
    margin-top: 34px;
  }
}
.access-button a {
  text-decoration: none;
  display: inline-block;
  width: 300px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 16px 42px;
  border-radius: 8px;
  background: #1C6434;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .access-button a {
    width: 200px;
    font-size: 16px;
    padding: 16px 1px;
  }
}
.access-button a:hover {
  opacity: 0.7;
}

.contact {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .contact {
    padding: 96px 24px;
  }
}

.contact-form {
  margin: 80px auto 0;
  width: 800px;
  max-width: 100%;
  background: #EFEFEF;
  padding: 60px;
}
@media (max-width: 767px) {
  .contact-form {
    margin-top: 30px;
    padding: 40px 16px;
  }
}

.contact-form-row {
  display: flex;
}
@media (max-width: 767px) {
  .contact-form-row {
    display: block;
  }
}
.contact-form-row:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .contact-form-row:not(:first-child) {
    margin-top: 13px;
  }
}

.contact-form-label {
  width: 160px;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .contact-form-label {
    width: 100%;
  }
}
.contact-form-label label {
  font-weight: bold;
}
.contact-form-label label.is-required {
  display: inline-block;
  position: relative;
}
.contact-form-label label.is-required::after {
  content: "必須";
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #FF0000;
  text-align: center;
  border-radius: 4px;
  padding: 3px 8px;
  line-height: 1;
}
@media (max-width: 767px) {
  .contact-form-label label.is-required::after {
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 6px);
    width: 44px;
  }
}

.contact-form-input {
  width: calc(100% - 160px);
}
@media (max-width: 767px) {
  .contact-form-input {
    width: 100%;
    padding-top: 5px;
  }
}
.contact-form-input [type=text] {
  box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  padding: 10px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
}
.contact-form-input [type=email] {
  box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  padding: 10px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
}
.contact-form-input textarea {
  height: 240px;
  box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  padding: 10px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  resize: none;
}

.contacut-form-check {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .contacut-form-check {
    margin-top: 29px;
  }
}
.contacut-form-check [type=checkbox] {
  display: none;
}
.contacut-form-check span {
  display: inline-block;
  padding-left: 49px;
  position: relative;
}
.contacut-form-check span::before {
  content: "";
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #707070;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.contacut-form-check span::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: transparent url(../img/checkbox.png) no-repeat center center/contain;
  display: none;
}
.contacut-form-check span a {
  font-weight: 700;
  color: #333;
  text-decoration: underline;
  transform: all 0.3s ease 0;
}
.contacut-form-check span a:hover {
  opacity: 0.7;
}
.contacut-form-check [type=checkbox]:checked + span::after {
  display: block;
}

.contact-form-button {
  margin-top: 30px;
  text-align: center;
}
.contact-form-button [type=submit] {
  background: #1C6434;
  width: 300px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  padding: 16px 42px;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .contact-form-button [type=submit] {
    width: 200px;
  }
}
.contact-form-button [type=submit]:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .office {
    padding: 96px 24px;
  }
}

.office-content {
  margin: 100px auto 0;
  width: 623px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .office-content {
    margin-top: 46px;
  }
}

.office-table {
  border-collapse: collapse;
  border: 1px solid #707070;
  background: #EFF9F1;
  width: 100%;
}
.office-table th,
.office-table td {
  border: 1px solid #707070;
  text-align: center;
  height: 60px;
  vertical-align: middle;
}
.office-table th {
  width: 120px;
  padding: 0 20px;
}
.office-table td {
  width: calc(100% - 120px);
  padding: 0 30px;
  text-align: left;
}

.modal-contact {
  position: fixed;
  z-index: 501;
  width: 900px;
  max-width: calc(100% - 48px);
  max-height: calc(100% - 48px);
  height: 652px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px;
  color: #707070;
  display: none;
}

.modal-contact-head {
  font-size: 24px;
  padding-bottom: 24px;
  position: relative;
  text-align: center;
}
.modal-contact-head::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #1C6434;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.modal-contact-content {
  margin-top: 40px;
  height: calc(100% - 100px - 108px);
  overflow: auto;
}

.modal-contact-submit {
  font-weight: bold;
  margin-top: 26px;
}

.modal-contact-button {
  margin-top: 60px;
  text-align: center;
}
.modal-contact-button a {
  text-decoration: none;
  display: inline-block;
  width: 176px;
  padding: 14px;
  text-align: center;
  color: #fff;
  background: #1C6434;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transform: all 0.3s ease 0;
}
.modal-contact-button a:hover {
  opacity: 0.7;
}

.modal-contact-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  right: -20px;
  top: -20px;
}
.modal-contact-icon a {
  text-decoration: none;
  transform: all 0.3s ease 0;
}
.modal-contact-icon a:hover {
  opacity: 0.7;
}
.modal-contact-icon img {
  width: 40px;
}

.modal-contact-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 500;
  display: none;
}

.contact-message {
  text-align: center;
  margin-top: 60px;
  display: none;
}
.contact-message.-error {
  color: #f00;
}

.work {
  background: #EFF9F1;
}
@media (max-width: 767px) {
  .work {
    padding-bottom: 1%;
  }
}

.work-content {
  margin: 80px 40px 120px;
}
@media (max-width: 767px) {
  .work-content {
    margin-left: 28px;
    margin-right: 28px;
    margin-bottom: 96px;
  }
}

.work-top-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .work-top-wrap {
    display: block;
  }
}

.work-top-inner01-01 {
  border: solid 1px #1C6434;
  padding: 27px 50px 50px;
  text-align: left;
  width: 420px;
  font-size: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .work-top-inner01-01 {
    width: 100%;
    padding: 16px 36px;
    font-size: 18px;
  }
}
.work-top-inner01-01::after {
  content: "";
  width: 330px;
  height: 4px;
  background: #1C6434;
  position: absolute;
  left: 50%;
  top: 87px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .work-top-inner01-01::after {
    width: 90%;
    top: 50px;
  }
}

.work-top-inner01-01-02 {
  margin-top: 52px;
}
@media (max-width: 767px) {
  .work-top-inner01-01-02 {
    margin-top: 14px;
  }
}
.work-top-inner01-01-02 a {
  text-decoration: none;
  color: #333;
  transform: all 0.3s ease 0;
}
.work-top-inner01-01-02 a:hover {
  opacity: 0.7;
}

.work-top-inner01-01-03 {
  margin-top: 17px;
}
@media (max-width: 767px) {
  .work-top-inner01-01-03 {
    margin-top: 10px;
  }
}
.work-top-inner01-01-03 a {
  text-decoration: none;
  color: #333;
  transform: all 0.3s ease 0;
}
.work-top-inner01-01-03 a:hover {
  opacity: 0.7;
}

.work-top-inner01-01-04 {
  margin-top: 17px;
}
@media (max-width: 767px) {
  .work-top-inner01-01-04 {
    margin-top: 10px;
  }
}
.work-top-inner01-01-04 a {
  text-decoration: none;
  color: #333;
  transform: all 0.3s ease 0;
}
.work-top-inner01-01-04 a:hover {
  opacity: 0.7;
}

.work-top-inner01-01-05 {
  margin-top: 32px;
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 767px) {
  .work-top-inner01-01-05 {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .work-top-inner02 {
    display: none;
  }
}

.work-picture {
  margin-left: 100px;
}
.work-picture img {
  width: 680px;
}

.work-content-wrap {
  margin-top: 66px;
}
@media (max-width: 767px) {
  .work-content-wrap {
    margin-top: 20px;
  }
}

.work-content-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 54px;
}
@media (max-width: 767px) {
  .work-content-title {
    margin-top: 20px;
  }
}

.work-content-sub-title {
  font-size: 20px;
  margin-top: 28px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .work-content-sub-title {
    margin-top: 20px;
  }
}

.work-content-3ht-title {
  font-weight: bold;
  margin-top: 28px;
}

.footer {
  background: linear-gradient(to bottom, #999, #fff);
}
@media (min-width: 768px) {
  .footer {
    padding: 53px 0 24px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  .footer-content {
    display: flex;
  }
}
.footer-logo {
  width: 220px;
}
@media (max-width: 767px) {
  .footer-logo {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .footer-nav {
    display: flex;
  }
}
@media (max-width: 767px) {
  .footer-nav {
    display: none;
  }
}

.footer-nav-item a {
  transform: all 0.3s ease 0;
}
.footer-nav-item a:hover {
  color: #1C6434;
}
.footer-nav-item + .footer-nav-item {
  margin-left: 30px;
}

.footer-nav-item-link {
  color: #333;
  height: 70px;
  line-height: 70px;
}

.footer-copy {
  text-align: center;
  margin-top: 2px;
}

.to-top {
  position: fixed;
  right: 24px;
  bottom: 17px;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .to-top {
    right: 12px;
    bottom: 12px;
  }
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}
.to-top a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.to-top a img {
  width: 60px;
}
@media (max-width: 767px) {
  .to-top a img {
    width: 30px;
  }
}
.to-top a:hover {
  opacity: 0.7;
}