@charset "UTF-8";
body {
  width: 100%;
  min-width: 1260px;
  position: relative;
  z-index: 1;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-all;
  word-wrap: break-word;
  color: #494b4d;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 14.7058823529px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #494b4d !important;
}
.col-main {
  color: #cadedd !important;
}
.col-bdr {
  color: #c3c8ce !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #494b4d !important;
}
.bg-main {
  background-color: #cadedd !important;
}
.bg-bdr {
  background-color: #c3c8ce !important;
}

.ptn-main {
  background: url("/img/common/ptn-main.jpg") center;
}

.btn-01__link, .btn-02__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50rem;
  letter-spacing: 0;
  line-height: 1;
}
.btn-01__link.bg-wht:hover, .btn-02__link.bg-wht:hover {
  color: #93bcba;
}
.btn-01__link.bg-main:hover, .btn-02__link.bg-main:hover {
  color: rgba(73, 75, 77, 0.8);
}
.btn-02__link {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.25em;
  letter-spacing: 0.25em;
  border: none;
}

.ic-tel {
  display: flex;
  align-items: center;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}
.ic-line, .ic-ig {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.ic-line::before, .ic-ig::before {
  content: "";
  display: block;
  width: 31px;
  aspect-ratio: 31/30;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}
.ic-ig:before {
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-ig.png");
  background-size: 100%;
}

.arw-circle, .arw-circle-blk {
  position: relative;
}
.arw-circle::after, .arw-circle-blk::after {
  content: "";
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-circle.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-circle:hover::after, .arw-circle-blk:hover::after {
  transform: translate(-2px, -50%);
}
.arw-circle-flx {
  display: flex;
  align-items: center;
  -moz-column-gap: 120px;
       column-gap: 120px;
}
.arw-circle-flx::after {
  content: "";
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-circle.png");
  background-size: 100%;
  transition: 0.3s;
}
.arw-circle-flx:hover::after {
  transform: translateX(-2px);
}
.arw-circle-blk::after {
  width: 30px;
  background-image: url("/img/common/arrw-circle-blk.png");
  background-size: 100%;
  right: 0;
  transition: 0.3s;
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img, .hov-up a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 th, .tbl-01 td {
  padding: 24px 0;
  vertical-align: middle;
}
.tbl-01 th {
  width: 20%;
}
.tbl-01 td {
  padding-left: 4%;
}
.tbl-01 tr:not(:first-child) th, .tbl-01 tr:not(:first-child) td {
  border-top: solid 1px #c3c8ce;
}
.tbl-01 tr:first-child th, .tbl-01 tr:first-child td {
  padding-top: 0 !important;
}
.tbl-01 tr:last-child th, .tbl-01 tr:last-child td {
  padding-bottom: 0 !important;
}

[class^=cts-] {
  width: 100%;
  margin: 0 auto;
}

.cts-1080 {
  max-width: 1080px;
}
.cts-1280 {
  max-width: 1280px;
}
.cts-1380 {
  max-width: 1380px;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 120px) / 4);
}

.list-blog .list-item, .list-news .list-item, .list-privacy .list-item, .list-feature .list-item, .list-dot .list-item, .list-def .list-item, .list-menu .list-item, .list-voice .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 12.9411764706px;
  }
}
.list-news__item {
  border-bottom: solid 1px #c3c8ce;
  padding-bottom: 25px;
}
.list-news__link {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-news__bx {
  width: 640px;
  max-width: 100%;
}
.list-news .tag-sub {
  margin-top: 10px;
}
.list-info {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-info dl {
  display: flex;
  align-items: center;
}
.list-info dt, .list-info dd {
  line-height: 1;
}
.list-info dt {
  width: 17%;
}
.list-info dd {
  width: 80%;
  border-left: solid 2px #494b4d;
  padding-left: 10px;
}
.list-sns-wrp {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.25em;
  letter-spacing: 0.25em;
}
.list-sns__ttl {
  border-bottom: solid 1px #c3c8ce;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.list-feature__item:nth-child(even) {
  flex-direction: row-reverse;
}
.list-dot__item {
  display: flex;
  align-items: flex-start;
}
.list-dot__item::before {
  content: "・";
  display: block;
}
.list-def__item dt {
  margin-bottom: 10px;
}
.list-def__item:not(:first-child) {
  border-top: solid 1px #c3c8ce;
  padding-top: 25px;
}
.list-def dt {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-def dt {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-def dt {
    font-size: 16.4705882353px;
  }
}
.list-def dd {
  line-height: 2;
}
.list-menu {
  width: 730px;
  max-width: 100%;
}
.list-menu-wrp h4 {
  max-width: calc(100% - 730px);
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-menu-wrp h4 {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu-wrp h4 {
    font-size: 20px;
  }
}
.list-menu__bx {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.list-menu__item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-menu__item:not(:first-child) {
  border-top: solid 1px #c3c8ce;
  padding-top: 30px;
}
.list-menu dl {
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media screen and (max-width: 768px) {
  .list-menu dl {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu dl {
    font-size: 16.4705882353px;
  }
}
.list-menu dd {
  text-align: right;
}
.list-menu__txt {
  background: #f7f7f7;
  padding: 10px 20px;
  white-space: pre-wrap;
}
.list-voice time {
  display: block;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .list-voice time {
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice time {
    font-size: 12.9411764706px;
  }
}
.list-voice .com-layout__item {
  display: flex;
  flex-direction: column;
}
.list-voice dl {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  border-bottom: solid 1px #c3c8ce;
  padding-bottom: 25px;
}
.list-voice dd {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-voice dd {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice dd {
    font-size: 16.4705882353px;
  }
}
.list-voice dd em {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-voice dd em {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice dd em {
    font-size: 20px;
  }
}
.list-voice__bx {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-voice__ttl {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-voice__txt {
  background: #f7f7f7;
  padding: 15px 20px;
  white-space: pre-wrap;
}

.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
}
.com-reserve .ttl-main {
  transform: translateY(60%);
}
.com-reserve__bx {
  padding: 90px 0 60px 0;
}
.com-reserve__bx::before {
  content: "";
  display: block;
  width: 430px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/reserve-logo.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.tag-main__list {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.tag-main__link {
  display: block;
  background: #cadedd;
  padding: 10px 20px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 12.9411764706px;
  }
}
.tag-sub__item {
  line-height: 1;
}
.tag-sub__item::before {
  content: "#";
  display: inline-block;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.ttl-main__eng {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.25em;
  line-height: 1;
  font-weight: 300;
  font-size: 64px;
  font-size: 6.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-main__eng {
    font-size: 74px;
    font-size: 9.6354166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main__eng {
    font-size: 43.5294117647px;
  }
}
.ttl-main__ruby {
  line-height: 1;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .ttl-main__ruby {
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main__ruby {
    font-size: 13.5294117647px;
  }
}
.ttl-main.flx-ailitem-c {
  text-align: center;
}
.ttl-sub {
  font-weight: 600;
  border-left: solid #cadedd 6px;
  border-bottom: solid 1px #c3c8ce;
  background: #f5f5f5;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 20px;
  }
}
.ttl-01 {
  border-bottom: solid 1px #c3c8ce;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
  margin: 20px 0;
}
.ttl-01__num {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.25em;
  line-height: 1;
  letter-spacing: 0 !important;
  font-weight: 200;
  color: #cadedd;
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: -1;
  font-size: 72px;
  font-size: 7.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-01__num {
    font-size: 82px;
    font-size: 10.6770833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01__num {
    font-size: 48.2352941176px;
  }
}
.ttl-01__txt {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-01__txt {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01__txt {
    font-size: 20px;
  }
}

.txt-plain {
  line-height: 2;
}

#bottom-bar {
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 88;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#bottom-bar.show {
  opacity: 1;
  visibility: visible;
}

.bottom-bar__bx {
  transform: translateY(-20px);
}

#header {
  padding: 30px;
}

#ctn-top #header {
  width: 100%;
  height: 100vh;
  position: relative;
}

.header-nav__list {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.header-nav__item {
  line-height: 1;
}
.header-nav__link:hover {
  opacity: 0.8;
}

.video-bg-full {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.mv-cc {
  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff;
  paint-order: stroke;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.5789473684;
  position: absolute;
  left: 4.43%;
  bottom: 0;
  transform: translateY(-30%);
  z-index: 1;
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .mv-cc {
    font-size: 48px;
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .mv-cc {
    font-size: 28.2352941176px;
  }
}
.mv-cc span {
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .mv-cc span {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .mv-cc span {
    font-size: 26.4705882353px;
  }
}
.mv-cc__02 {
  transform: translateX(28%);
}

.sv-bx {
  width: 1450px;
  max-width: 75.5208333333%;
}
.sv-ttl {
  font-weight: 500;
  margin-bottom: 1vw;
  font-size: 38px;
  font-size: 1.9791666667vw;
}
@media screen and (max-width: 1120px) {
  .sv-ttl {
    font-size: 22.3529411765px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 38px;
  }
}
.top-about .ttl-main {
  margin-bottom: 60px;
}
.top-diagnosis .ttl-main {
  margin-bottom: 40px;
}

.top-about {
  padding: 250px 0 0;
}
.top-about__bx {
  background: rgba(255, 255, 255, 0.5);
  padding: 50px 49px;
}

.top-bnr1 {
  padding: 180px 0 80px 0;
}
.top-bnr1 .ttl-main__eng {
  font-size: 56px;
  font-size: 5.6rem;
}
@media screen and (max-width: 768px) {
  .top-bnr1 .ttl-main__eng {
    font-size: 66px;
    font-size: 8.59375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-bnr1 .ttl-main__eng {
    font-size: 38.8235294118px;
  }
}
.top-bnr1 .bnr {
  width: 530px;
  max-width: 100%;
  aspect-ratio: 530/205;
}
.top-bnr1 .bnr-link {
  width: 100%;
  height: 100%;
  padding: 0 50px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
}
.top-bnr1 .bnr-link:hover {
  background: rgba(202, 222, 221, 0.8);
  color: #fff;
}
.top-bnr1 .bnr-link:hover.arw-circle::after {
  mix-blend-mode: hard-light;
}

.top-diagnosis {
  aspect-ratio: 1920/750;
}
.top-diagnosis .btn::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #cadedd;
  margin: 0 auto 40px auto;
}
.top-diagnosis__img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.top-diagnosis__img-01 {
  width: 590px;
  max-width: 30.7291666667%;
  margin-left: 2.08vw;
}
.top-diagnosis__img-02 {
  width: 650px;
  max-width: 33.8541666667%;
  margin-right: 2.6vw;
}
.top-diagnosis::before {
  content: "";
  display: block;
  width: 662px;
  max-width: 34.4791666667%;
  aspect-ratio: 662/564;
  background-image: url("/img/top/diagnosis-bg-obj.png");
  background-size: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
}

.top-bnr2 .ttl-main {
  color: #cadedd;
}
.top-bnr2 .ttl-main__ruby {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .top-bnr2 .ttl-main__ruby {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-bnr2 .ttl-main__ruby {
    font-size: 16.4705882353px;
  }
}
.top-bnr2 .bnr {
  width: 50%;
  aspect-ratio: 960/400;
}
.top-bnr2 .bnr-link {
  width: 100%;
  height: 100%;
  outline: solid 1px #c3c8ce;
  outline-offset: -0.78vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.top-bnr2 .bnr-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(73, 75, 77, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.top-bnr2 .bnr-link:hover::before {
  background: rgba(73, 75, 77, 0.7);
}
.top-bnr2 .bnr-access {
  background: url("/img/top/bnr-img-access.png") center center no-repeat;
  background-size: cover;
}
.top-bnr2 .bnr-staff {
  background: url("/img/top/bnr-img-staff.png") center center no-repeat;
  background-size: cover;
}

.top-news {
  padding: 150px 0;
}
.top-news .cts-1080 {
  min-height: 260px;
}
.top-news .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

#ctn-lower section {
  padding: 120px 0;
}
#ctn-lower section:first-child {
  position: relative;
  z-index: 1;
}
#ctn-lower section:first-child::before {
  content: "";
  display: block;
  width: 660px;
  max-width: 88%;
  aspect-ratio: 660/560;
  background-image: url("/img/common/com-lower-bg.png");
  background-size: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
}
#ctn-lower .ttl-main {
  margin-bottom: 50px;
}

.about-staff {
  background: url("/img/about/staff-bg.png") center center no-repeat;
  background-size: cover;
}

#footer {
  padding: 100px 0 150px 0;
  background: url("/img/common/footer-bg.png") center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#footer::after {
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 1920/900;
  background-image: url("/img/common/footer-bg-obj.png");
  background-size: 100%;
  background-position: right bottom;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 170px 85px;
  grid-template-rows: repeat(4, auto);
  gap: 35px 40px;
}
.footer-nav__item {
  line-height: 1;
}
.footer-nav__link:hover {
  opacity: 0.8;
}

.footer_sub {
  margin-top: 60px;
  padding-top: 20px;
}
.footer_sub__list {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer_sub__list {
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer_sub__list {
    font-size: 12.9411764706px;
  }
}
.footer_sub__item {
  line-height: 1;
}
.footer_sub__link::before {
  content: "/";
  display: inline-block;
}
.footer_sub__link:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */