body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #141414;
}

h2, h3, p, div, a {
  font-weight: 500;
}

* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
}

body {
  line-height: 1;
  font-size: 16px;
  background: #fff;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  display: block;
}

a, div, p, dt, dd, li {
  -webkit-tap-highlight-color: transparent;
}

body.is-fixed {
  overflow: hidden;
  padding-right: 16px;
}

body.is-fixed-sp {
  overflow: hidden;
}

.hamburger-menu.is-fixed {
  transform: translateX(-16px);
}

.header.is-fixed {
  width: calc(100vw - 16px);
}

.large-text {
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .pc-none {
    display: none;
  }
  .pc-show {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .tab-none {
    display: none;
  }
  .tab-show {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
  .sp-show {
    display: block;
  }
}
.all-none {
  display: none;
}

.inner {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .inner {
    max-width: 900px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 600px;
    padding: 0 20px;
  }
}

.all-show {
  display: block;
}

.heading {
  font-size: 36px;
  letter-spacing: 1.8px;
  color: #000000;
  text-align: center;
}

.sub-title {
  font-size: 12px;
  letter-spacing: 0.6px;
  color: #B19775;
  text-align: center;
  margin-top: 10px;
}

.text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 1.8666666667;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 1.8571428571;
  }
}

.js-contact-header.js-header--bg-white {
  background-color: #FFFFFF;
}

.contact-page {
  padding-bottom: 80px;
}

.contact-page__bg {
  width: 100%;
  height: 534px;
  background-image: url(/img/contact_page.jpg);
  background-size: cover;
  background-position: top center;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1500px) {
  .contact-page__bg {
    height: 700px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page__bg {
    height: 445px;
    background-image: url(/img/contact_page_sp.jpg);
    background-position: bottom center;
  }
}

.cpntact-page__message {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .cpntact-page__message {
    max-width: 900px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .cpntact-page__message {
    max-width: 600px;
    padding: 0 20px;
  }
}

.contact-page__heading {
  font-size: 38px;
  letter-spacing: 1.9px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact-page__heading {
    font-size: 34px;
    letter-spacing: 1.7px;
  }
}

.contact-page__sub-title {
  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .contact-page__sub-title {
    font-size: 12px;
    letter-spacing: 0.6px;
    margin-top: 10px;
  }
}

.contact-page__lead {
  margin: 60px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  font-size: 15px;
  line-height: 1.8666666667;
}
@media screen and (max-width: 767px) {
  .contact-page__lead {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 1.8571428571;
  }
}

.form {
  margin-top: 60px;
  background-color: #F7F3E9;
  padding: 60px 20px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .form {
    padding: 40px 20px;
  }
}

.form__items {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  max-width: 500px;
  margin: 0 auto;
}

[type=text],
[type=email],
[type=submit],
select,
textarea {
  box-shadow: none;
  border: none;
  background-color: #fff;
  padding: 10px 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  font-size: 14px;
  width: 100%;
  height: 40px;
  line-height: 2.1428571429;
}

[type=text]::-moz-placeholder, [type=email]::-moz-placeholder, [type=submit]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #C8C8C8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.1428571429;
}

[type=text]:-ms-input-placeholder, [type=email]:-ms-input-placeholder, [type=submit]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #C8C8C8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.1428571429;
}

[type=text]::placeholder,
[type=email]::placeholder,
[type=submit]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #C8C8C8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.1428571429;
}

.form__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form__item {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
}

.form__item dt {
  width: 138px;
}

.form__item dt span {
  color: #F93212;
}

.form__item dd {
  width: calc(100% - 138px);
}
@media screen and (max-width: 767px) {
  .form__item dd {
    width: 100%;
  }
}

.form__item dd.radio__input {
  width: 100%;
}

.form__item dd.textarea__textarea {
  height: 171px;
}

.form__item dd.textarea__textarea textarea {
  height: 100%;
}

.form__item.radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 22px;
}

.form__item dd.radio__input {
  display: flex;
  -moz-column-gap: 52px;
       column-gap: 52px;
  row-gap: 17px;
  padding-left: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .form__item dd.radio__input {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 374px) {
  .form__item dd.radio__input {
    flex-direction: column;
  }
}

[type=radio] {
  opacity: 0;
  position: fixed;
  left: 0;
}

.radio__choice {
  padding-left: 14px;
  position: relative;
}

.radio__choice::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #C0AC91;
  background-color: #FFFFFF;
}

[type=radio]:checked + .radio__choice::before {
  position: absolute;
  content: "";
  left: 2.4px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #B19775;
  z-index: 10;
}

.form__btn {
  margin: 40px auto 0;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .form__btn {
    margin: 30px auto 0;
    width: 150px;
  }
}

.form__btn [type=submit] {
  width: 100%;
  padding: 15px 0;
  color: #FFFFFF;
  background-color: #C8C8C8;
  border-radius: 6px;
  font-size: 16px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .form__btn [type=submit] {
    padding: 12px 0;
  }
}

[type=submit].js-form__btn--active {
  background-color: #B19775;
  transition: background 0.3s ease 0s;
  cursor: pointer;
}
[type=submit].js-form__btn--active:hover {
  background-color: #382C22;
}

.thanks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.thanks__text {
  font-size: 30px;
  text-align: center;
}

.thanks__btn {
  width: 300px;
  margin: 30px auto;
  text-align: center;
}

.thanks__btn a {
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  color: #FFFFFF;
  font-size: 20px;
  background-color: #B19775;
  transition: background-color 0.5s ease 0s;
}
.thanks__btn a:hover {
  background-color: #382C22;
  opacity: 1;
}

.footer.footer--thanks {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.header {
  height: 74px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  transition: background 0.3s ease 0s;
}

.js-header.is-white {
  background-color: rgba(255, 255, 255, 0.9);
}

.inner.header__inner {
  display: flex;
  align-items: center;
  max-width: 100%;
  height: 74px;
  padding: 0 0 0 40px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .inner.header__inner {
    max-width: 100%;
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .inner.header__inner {
    max-width: 100%;
    padding: 0 20px;
  }
}

.header__logo {
  width: 171px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 132px;
    height: 23px;
  }
}

.header__nav {
  margin-left: auto;
}

.header__items {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.header__item:not(:last-child) a {
  position: relative;
  padding: 15px;
}

.header__item:not(:last-child) a::after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: calc(100% - 20px);
  height: 1px;
  background-color: #141414;
  transition: transform 0.3s ease 0s;
}

.header__item:not(:last-child) a:hover::after {
  transform: translateX(-50%) scale(1);
}

.header__item.header__item--contact a {
  color: #FFFFFF;
  height: 74px;
  padding: 0 24px;
  background-color: #B19775;
  transition: background-color 0.3s ease 0s;
  display: flex;
  align-items: center;
}
.header__item.header__item--contact a:hover {
  background-color: #382C22;
}

.hamburger-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .hamburger-menu {
    display: block;
    position: fixed;
    top: 17px;
    right: 10px;
    width: 50px;
    height: 40px;
    z-index: 30;
    cursor: pointer;
  }
}

.hamburger-menu span {
  position: absolute;
  width: 30px;
  height: 3px;
  left: 10px;
  background-color: black;
  border-radius: 10px;
  transition: transform 0.3s ease 0s;
}

.hamburger-menu span:nth-child(1) {
  top: 11px;
}

.hamburger-menu span:nth-child(2) {
  top: 19px;
}

.hamburger-menu span:nth-child(3) {
  top: 27px;
}

.hamburger-menu.is-open span {
  top: 19px;
  background-color: #fff;
}

.hamburger-menu.is-open span:nth-child(1) {
  transform: rotate(135deg);
}

.hamburger-menu.is-open span:nth-child(2) {
  display: none;
}

.hamburger-menu.is-open span:nth-child(3) {
  transform: rotate(-135deg);
}

.drawer-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .drawer-menu {
    overflow: scroll;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    justify-content: center;
    background-color: rgba(56, 44, 34, 0);
    visibility: hidden;
    text-align: center;
  }
  .drawer-menu::-webkit-scrollbar {
    display: none;
  }
}

.drawer-menu.is-open {
  -webkit-animation: menu 0.3s linear;
          animation: menu 0.3s linear;
  background-color: rgba(56, 44, 34, 0.84);
  visibility: visible;
}

@-webkit-keyframes menu {
  0% {
    background-color: rgba(56, 44, 34, 0);
    visibility: hidden;
  }
  100% {
    background-color: rgba(56, 44, 34, 0.84);
    visibility: visible;
  }
}

@keyframes menu {
  0% {
    background-color: rgba(56, 44, 34, 0);
    visibility: hidden;
  }
  100% {
    background-color: rgba(56, 44, 34, 0.84);
    visibility: visible;
  }
}
.drawer-menu__items {
  margin-top: 150px;
  height: 300px;
}

.drawer-menu__item a {
  color: #FFFFFF;
  letter-spacing: 0.8px;
}

.drawer-menu__item:not(:last-child) a {
  position: relative;
  padding: 15px;
  display: inline-block;
}

.drawer-menu__item:not(:last-child) a::after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: calc(100% - 20px);
  height: 1px;
  background-color: #FFFFFF;
  transition: transform 0.3s ease 0s;
}

.drawer-menu__item:not(:last-child) a:hover:after {
  transform: translateX(-50%) scale(1);
}

.drawer-menu__item:not(:first-child) {
  margin-top: 20px;
}

.drawer-menu__item.drawer-menu__item--contact {
  width: 200px;
  padding: 14px 0;
  background-color: #B19775;
  transition: background-color 0.3s ease 0s;
  border-radius: 6px;
}
.drawer-menu__item.drawer-menu__item--contact:hover {
  background-color: #382C22;
}

.swiper-wrapper {
  position: relative;
}

.swiper-slide {
  width: 100%;
  height: 100vh;
}

.top__message {
  max-width: 1440px;
  padding-left: 120px;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top__message {
    padding-left: 34px;
  }
}

.top__heading {
  font-size: 38px;
  letter-spacing: 1.9px;
  line-height: 1.4736842105;
}
@media screen and (max-width: 767px) {
  .top__heading {
    font-size: 28px;
    line-height: 1.4285714286;
    letter-spacing: 0;
  }
}

.top__text {
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 0.75px;
}
@media screen and (max-width: 767px) {
  .top__text {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.inner.concept__inner {
  padding: 149px 40px 40px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inner.concept__inner {
    padding: 107px 0 40px 15px;
  }
}

.concept__inner::after {
  position: absolute;
  content: "";
  height: 79.1208791209%;
  width: 25.2252252252%;
  right: calc(40px - 7.6576576577%);
  bottom: 0;
  background-color: #F7F3E9;
  z-index: -10;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .concept__inner::after {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .concept__inner::after {
    right: 0;
    width: 50%;
    height: 84.7417840376%;
  }
}

@media screen and (max-width: 767px) {
  .concept__heading,
.concept__sub-title {
    text-align: left;
  }
}

.concept__img {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .concept__img {
    margin-top: 46px;
    border-radius: 20px 0 0 0;
    overflow: hidden;
  }
}

.concept__lead {
  margin-top: 32px;
  font-size: 22px;
  letter-spacing: 1.1px;
  line-height: 1.7272727273;
}
@media screen and (max-width: 767px) {
  .concept__lead {
    margin-top: 17px;
    padding-right: 15px;
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 1.7777777778;
  }
}

.concept__text {
  margin-top: 19px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .concept__text {
    padding-right: 15px;
  }
}

.service {
  padding-top: 148px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service {
    padding-top: 104px;
  }
}

.service::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 38.0434782609%;
  top: 46.3315217391%;
  left: 0;
  background-color: #F7F3E9;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .service::after {
    width: 48%;
    height: calc(100% - 130px + 40px);
    top: 130px;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .service__heading,
.service__sub-title {
    text-align: right;
    padding-right: 15px;
  }
}

.service__cards {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .service__cards {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service__cards {
    -moz-column-gap: 20px;
         column-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

.card {
  max-width: 350px;
  margin: 0 auto;
}

.card__img {
  overflow: hidden;
  border-radius: 20px 0 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .card__img {
    border-radius: 30px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .card__img {
    border-radius: 35px 0 0 0;
  }
}

.card__img img {
  transition: transform 0.5s ease 0s;
}

.card:hover img {
  transform: scale(1.05);
}

.card__body {
  padding: 30px 10px 10px;
  text-align: right;
  background-color: #FFFFFF;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.0588235294);
}

.card__heading {
  letter-spacing: 0.8px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .card__heading {
    letter-spacing: 0.7px;
    font-size: 14px;
  }
}

.card__category {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 5px 15px;
  color: #FFFFFF;
  background-color: #ACA28B;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .card__category {
    font-size: 12px;
    letter-spacing: 0.45px;
  }
}

.access {
  padding-top: 149px;
}
@media screen and (max-width: 767px) {
  .access {
    padding-top: 144px;
  }
}

.inner.access__inner {
  max-width: 880px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .inner.access__inner {
    max-width: 800px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .inner.access__inner {
    max-width: 500px;
    padding: 0 20px;
  }
}

.info {
  margin-top: 35px;
}

.info__item {
  display: flex;
  padding: 18px 0;
  font-size: 15px;
  letter-spacing: 0.75px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .info__item {
    display: block;
    padding: 20px 0;
  }
}

.info__item:not(:first-child) {
  border-top: 1px solid #C8C8C8;
}

.info__item dt {
  width: 34.875%;
}
@media screen and (max-width: 767px) {
  .info__item dt {
    width: 100%;
  }
}

.info__item dd {
  width: 65.125%;
}
@media screen and (max-width: 767px) {
  .info__item dd {
    width: 100%;
    margin-top: 12px;
  }
}

.access__map {
  margin-top: 40px;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 767px) {
  .access__map {
    aspect-ratio: 1/1;
  }
}

.access__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contact {
  margin-top: 40px;
  background-image: url(/img/contact.jpg);
  background-size: cover;
  background-position: bottom center;
  padding: 85px 0 150px;
  color: #FFFFFF;
  font-weight: 400;
  position: relative;
  width: 100%;
  height: 463px;
}
@media screen and (min-width: 1500px) {
  .contact {
    height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    background-image: url(/img/contact_sp.jpg);
    height: 415px;
    padding: 66px 0 130px;
  }
}

.inner.contact__inner {
  max-width: 1110px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .inner.contact__inner {
    max-width: 900px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .inner.contact__inner {
    max-width: 600px;
    padding: 0 20px;
  }
}

.contact__heading,
.contact__sub-title {
  -moz-text-align-last: left;
       text-align-last: left;
}

.contact__heading {
  color: #FFFFFF;
}

.contact__lead {
  margin-top: 53px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__lead {
    margin-top: 70px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

.btn {
  text-align: center;
  max-width: 340px;
  margin: 23px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn {
    max-width: 260px;
    margin: 18px auto;
  }
}

.btn::after {
  position: absolute;
  content: "";
  right: 25px;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border: 2px solid #FFFFFF;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
}

.btn a {
  width: 100%;
  display: inline-block;
  padding: 29px 26px 29px 0;
  border: 2px solid #FFFFFF;
  border-radius: 6px;
  letter-spacing: 0.8px;
  transition: letter-spacing 0.3S ease 0s;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 15px;
    letter-spacing: 0.75px;
    padding: 20px 25px 20px 0;
  }
}
.btn a:hover {
  letter-spacing: 3.25px;
  opacity: 1;
}

.footer {
  height: 79px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #382C22;
}
@media screen and (max-width: 767px) {
  .footer {
    height: 59px;
  }
}

.footer__copy {
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0.7px;
}

.to-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 46px;
  height: 46px;
  border: solid 1px #382C22;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .to-top {
    right: 15px;
    width: 28px;
    height: 28px;
  }
}

.to-top__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 20px;
  border: solid 1px #382C22;
}
@media screen and (max-width: 767px) {
  .to-top__icon {
    height: 15px;
  }
}

.to-top__icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: -5.5px;
  width: 10px;
  height: 10px;
  border: solid 1px #382C22;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .to-top__icon::after {
    width: 8px;
    height: 8px;
    left: -4.5px;
  }
}/*# sourceMappingURL=style.css.map */