/* -------------------------------------------------------------------------- */
/*                                   Colors                                   */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                              Default Functions                             */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                               Default Mixins                               */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                Custom Layout                               */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                   Header                                   */
/* -------------------------------------------------------------------------- */
.header__wrapper {
  height: 130px;
  background-color: #ffffff;
  animation: animateShadow linear forwards;
  animation-timeline: scroll();
  animation-range-start: 0px;
  animation-range-end: 500px;
}
.header__wrapper-ll {
  width: min(100%, 1760px);
  padding-inline: 2rem;
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
}
.header__logo, .header__box {
  flex-shrink: 0;
}
.header__box .cmn-tel {
  margin: 0 0 1.5rem auto;
}
.header__list {
  display: flex;
  justify-content: end;
  align-items: center;
}
.header__item {
  position: relative;
}
.header__item:not(:last-child)::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  margin-block: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0890f6;
  transform: translateY(-6px);
}
.header__item:last-child .header__item-link {
  padding-right: 0;
}
.header__item-link {
  white-space: nowrap;
  padding: 0 3rem 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1f4bc7;
}
.header__item-link:hover, .header__item-link--current {
  color: #fe812e;
}
.header__item--dropdown {
  position: relative;
}
.header__item--dropdown::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  margin-inline: auto;
  width: 10px;
  height: 5px;
  border-radius: 0;
  background: no-repeat center/contain url("../images/common/icon_deco1.png");
  transition: all 0.3s;
  transform: translateY(-4px);
}
.header__item--dropdown:hover::after {
  transform: rotate(180deg);
}
.header__item--dropdown:hover ul {
  visibility: visible;
  opacity: 1;
}
.header__item--dropdown ul {
  width: 22rem;
  position: absolute;
  inset: 100% auto auto 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  padding-top: 0.4rem;
  transition: all 0.3s;
  border-radius: 0 0 0.5rem 0.5rem;
  overflow: hidden;
}
.header__item--dropdown ul li {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.header__item--dropdown ul li:not(:last-child) {
  position: relative;
}
.header__item--dropdown ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  margin-inline: auto;
  width: 90%;
  height: 1px;
  border-radius: 0;
  background-color: #ffffff;
}
.header__item--dropdown ul li:hover a {
  color: #fe812e;
}
.header__item--dropdown ul li a {
  width: inherit;
  height: inherit;
  border-radius: 0;
  color: #1f4bc7;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  text-align: center;
  white-space: nowrap;
  padding: 1rem 1.6rem;
  background-color: rgba(225, 245, 255, 0.75);
  backdrop-filter: blur(2px);
}

/* --------------------------------- Visual --------------------------------- */
.mainvis,
.subvis {
  margin-top: 130px;
}
.mainvis__header,
.subvis__header {
  transition: all 0.3s;
  position: relative;
  z-index: 10;
}

.mainvis__wrapper-xl {
  padding-bottom: 2.5rem;
}
.mainvis__wrapper-ll {
  height: 780px;
  background: no-repeat center/cover url("../images/top/mainvis_bg1.png");
}
.mainvis__header {
  width: fit-content;
  transform: translate(-76px, 13px);
}

.subvis__wrapper-ll {
  height: 480px;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
}
.subvis__img {
  width: 820px;
  height: 480px;
  border-radius: 0;
  position: absolute;
  inset: 0 0 0 auto;
  margin-block: auto;
}
.subvis__box {
  width: min(100%, 640px);
  height: 240px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 10rem;
  position: relative;
  z-index: 1;
  background: no-repeat top left/109px url("../images/common/subvis_deco1.png"), no-repeat bottom right/109px url("../images/common/subvis_deco2.png");
}
.subvis__box::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 225px;
  height: 323px;
  border-radius: 0;
  background: no-repeat center/contain url("../images/common/subvis_deco3.png");
  transform: translate(-123px, 240px);
}
.subvis__header h2,
.subvis__header p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  text-align: center;
  text-shadow: 0px 0px 10px #ffffff, 0px 0px 15px #ffffff, 0px 0px 20px #ffffff, 0px 0px 25px #ffffff;
}
.subvis h2 {
  font-size: 6rem;
  color: #121ab6;
  margin-bottom: 2rem;
}
.subvis p {
  font-size: 2.8rem;
  color: #fe812e;
  text-transform: uppercase;
}

@media screen and (width <= 1750px) {
  .mainvis__header {
    margin-left: 3rem;
  }
}
/* -------------------------------------------------------------------------- */
/*                                    Main                                    */
/* -------------------------------------------------------------------------- */
/* ---------------------------------- Sec01 --------------------------------- */
.sec01 .sec01__wrapper-xl {
  background-color: #e1f5ff;
}
.sec01__wrapper-l {
  display: flex;
  justify-content: end;
  align-items: end;
  flex-flow: row wrap;
  gap: 0 8rem;
}
.sec01__img {
  flex-shrink: 0;
}
.sec01__box {
  width: min(100%, 530px);
  margin-inline: 0 auto;
  padding-bottom: 3rem;
  position: relative;
}
.sec01__box::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  margin-block: auto;
  width: 85px;
  height: 126px;
  border-radius: 0;
  background: no-repeat center/contain url("../images/top/sec01_deco1.png");
  transform: translate(110%, -50px);
}
.sec01__box .cmn-header h3,
.sec01__box .cmn-header p {
  text-align: left;
}

/* ---------------------------------- Sec02 --------------------------------- */
.sec02 .cmn-textbox {
  margin-bottom: 4rem;
}
.sec02__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  gap: 2.8rem 4.5rem;
}
.sec02__item {
  width: min(100%, 330px);
  height: 100%;
  border-radius: 0;
  border-radius: 1.5rem 1.5rem 0 1.5rem;
  background-color: #1f4bc7;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.sec02__item::before, .sec02__item::after {
  content: "";
  position: absolute;
  transition: all 0.3s;
}
.sec02__item::before {
  inset: 0;
  width: 245px;
  height: 445px;
  border-radius: 0;
  background-color: #2c59d7;
  transform: rotate(130deg) translate(-120%, 5%);
}
.sec02__item::after {
  width: 20px;
  height: 20px;
  border-radius: 0;
  inset: auto 1rem 1rem auto;
  background: no-repeat center/contain url("../images/top/sec02_deco1.png");
  opacity: 0;
}
.sec02__item:hover {
  background-color: rgb(56.8652173913, 100.6739130435, 224.1347826087);
}
.sec02__item:hover::before {
  transform: rotate(130deg) translate(100%, 5%);
}
.sec02__item:hover::after {
  opacity: 1;
}
.sec02__item-link {
  width: inherit;
  height: inherit;
  border-radius: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  gap: 2rem;
  padding: 1rem 1rem 3rem;
}
.sec02__item-header, .sec02__item-img {
  position: relative;
  z-index: 1;
}
.sec02__item-header h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
}

/* ---------------------------------- Sec03 --------------------------------- */
.sec03__wrapper-ll {
  background: no-repeat center/cover url("../images/top/sec03_bg1.png");
}
.sec03__wrapper-l {
  height: 600px;
  padding-block: 7rem;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: row nowrap;
  gap: 11rem;
}
.sec03__box {
  width: min(100%, 440px);
  margin: 5rem 0 0 auto;
}
.sec03__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #fe812e;
  padding: 1rem;
  margin-bottom: 2rem;
}

/* ---------------------------------- Sec04 --------------------------------- */
.sec04__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row wrap;
  gap: 8rem 7rem;
  margin-bottom: 6rem;
}
.sec04__item {
  width: min(100%, 500px);
  transition: all 0.3s;
}
.sec04__item:hover .sec04__item-header {
  border-color: #fe812e;
}
.sec04__item:hover .sec04__item-header h4 {
  color: #fe812e;
}
.sec04__item--note {
  flex-grow: 1;
  text-align: center;
  font-weight: 500;
}
.sec04__item-header {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  border-left: 4px solid #0890f6;
  transition: all 0.3s;
}
.sec04__item-header h4 {
  font-size: 2rem;
  font-weight: 500;
  color: #0890f6;
  line-height: 3rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.sec04__item-cont {
  position: relative;
  height: 47rem;
}
.sec04__item-img {
  overflow: hidden;
  border: 2px solid #0890f6;
  position: absolute;
}
.sec04__item-img::before {
  width: 12rem;
  position: absolute;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #ffffff;
  padding: 0.2rem 0;
  background-color: #0890f6;
  border-radius: 1.4rem;
  text-align: center;
}
.sec04__item-img--before, .sec04__item-img--after {
  transition: all 0.3s;
}
.sec04__item-img--before img, .sec04__item-img--after img {
  width: inherit;
  height: inherit;
  border-radius: 0;
}
.sec04__item-img--before {
  inset: 0 auto auto 0;
  background-color: #cccccc;
  width: 260px;
  height: 200px;
  border-radius: 15px;
}
.sec04__item-img--before::before {
  content: "BEFORE";
  inset: 0 auto auto 0;
}
.sec04__item-img--after {
  inset: auto 0 0 auto;
  background-color: #e5e5e5;
  width: 390px;
  height: 300px;
  border-radius: 15px;
}
.sec04__item-img--after::before {
  content: "AFTER";
  inset: auto 0 0 auto;
}
.sec04 .sec04__item-img1B:hover {
  width: 390px;
  height: 300px;
  border-radius: 15px;
}
.sec04:has(.sec04__item-img1B:hover) .sec04__item-img1A {
  width: 260px;
  height: 200px;
  border-radius: 15px;
}
.sec04 .sec04__item-img2B:hover {
  width: 390px;
  height: 300px;
  border-radius: 15px;
}
.sec04:has(.sec04__item-img2B:hover) .sec04__item-img2A {
  width: 260px;
  height: 200px;
  border-radius: 15px;
}
.sec04 .sec04__item-img3B:hover {
  width: 390px;
  height: 300px;
  border-radius: 15px;
}
.sec04:has(.sec04__item-img3B:hover) .sec04__item-img3A {
  width: 260px;
  height: 200px;
  border-radius: 15px;
}
.sec04 .sec04__item-img4B:hover {
  width: 390px;
  height: 300px;
  border-radius: 15px;
}
.sec04:has(.sec04__item-img4B:hover) .sec04__item-img4A {
  width: 260px;
  height: 200px;
  border-radius: 15px;
}
.sec04 .sec04__item-img5B:hover {
  width: 390px;
  height: 300px;
  border-radius: 15px;
}
.sec04:has(.sec04__item-img5B:hover) .sec04__item-img5A {
  width: 260px;
  height: 200px;
  border-radius: 15px;
}

/* ---------------------------------- Sec05 --------------------------------- */
.sec05__wrapper-ll {
  transition: all 0.3s;
  height: 625px;
  background: no-repeat center left/220px url("../images/top/sec05_deco1.png"), no-repeat center right/220px url("../images/top/sec05_deco2.png"), no-repeat center/1521px url("../images/top/sec05_bg1.png");
}
.sec05__wrapper-l {
  padding-bottom: 10rem;
  position: relative;
}
.sec05__wrapper-l::before, .sec05__wrapper-l::after {
  content: "";
  position: absolute;
  background: no-repeat center/contain;
}
.sec05__wrapper-l::before {
  width: 304px;
  height: 293px;
  border-radius: 0;
  inset: auto auto 0 0;
  background-image: url("../images/top/sec05_deco3.png");
  transform: translate(35px, 70px);
}
.sec05__wrapper-l::after {
  width: 302px;
  height: 281px;
  border-radius: 0;
  inset: 0 0 auto auto;
  background-image: url("../images/top/sec05_deco4.png");
  transform: translate(0, 115px);
}
.sec05__wrapper-l .cmn-header {
  padding-top: 3rem;
  margin-bottom: 6rem;
}
.sec05__wrapper-l .cmn-header h3 {
  width: fit-content;
  margin: 0 auto 5rem;
}
.sec05__wrapper-l .cmn-tel {
  margin: 0 auto 4rem;
}

@media screen and (width <= 1750px) {
  .sec05 .sec05__wrapper-ll {
    background: no-repeat center left 20px/220px url("../images/top/sec05_deco1.png"), no-repeat center right 20px/220px url("../images/top/sec05_deco2.png"), no-repeat center/1521px url("../images/top/sec05_bg1.png");
  }
}
/* ---------------------------------- Sec06 --------------------------------- */
.sec06__wrapper-xl {
  padding-block: 16.5rem;
  background: no-repeat center/cover url("../images/top/sec06_bg1.png");
}
.sec06__box {
  width: min(100%, 880px);
  margin-inline: auto;
  padding: 3.5rem 4rem;
  border-radius: 1.5rem 1.5rem 0 1.5rem;
  background: linear-gradient(45deg, #1f4bc7 85%, #2c59d7 85%);
  background-color: rgb(56.8652173913, 100.6739130435, 224.1347826087);
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: row nowrap;
  gap: 1.5rem;
  transition: all 0.3s;
  color: #ffffff;
}
.sec06__box::before {
  content: "";
  position: absolute;
  transition: all 0.3s;
  width: 20px;
  height: 20px;
  border-radius: 0;
  inset: auto 1rem 1rem auto;
  background: no-repeat center/contain url("../images/top/sec02_deco1.png");
  opacity: 0;
}
.sec06__box:hover {
  background: transparent;
  background-color: rgb(56.8652173913, 100.6739130435, 224.1347826087);
}
.sec06__box:hover::before {
  opacity: 1;
}
.sec06__box:hover .sec06__img {
  transform: scale(1.1) rotate(5deg) translate(0, 25px);
}
.sec06__img {
  position: absolute;
  inset: auto 0 0 auto;
  transform: translate(0, 25px);
  transition: all 0.3s;
}
.sec06__header h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.sec06__header p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
}
.sec06__item {
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0.5rem 2.5rem;
  background-color: #0890f6;
  border-radius: 1.8rem;
}
.sec06__item:not(:last-child) {
  margin-bottom: 1rem;
}

/* -------------------------------------------------------------------------- */
/*                                   Service                                  */
/* -------------------------------------------------------------------------- */
/* ---------------------------------- Sec07 --------------------------------- */
.sec07__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  gap: 2rem 6rem;
  margin-bottom: 7rem;
}
.sec07__link {
  width: 280px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #1f4bc7;
}
.sec07__link:hover {
  background-color: #121ab6;
}
.sec07__link::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 30px;
  margin-block: auto;
  width: 14px;
  height: 9px;
  border-radius: 0;
  background: no-repeat center/contain url("../images/service/sec07_deco1.png");
}
.sec07__link span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
}
.sec07__cont {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-flow: row nowrap;
  gap: 2rem 8rem;
}
.sec07__cont:has(+ .sec07__category) {
  margin-bottom: 6rem;
}
.sec07__textbox {
  margin-top: 2rem;
}
.sec07__note {
  text-align: center;
  font-weight: 500;
}
.sec07__category:not(:last-child) {
  margin-bottom: 8rem;
}
.sec07__header {
  background-color: #fe812e;
  border-radius: 1rem;
  padding: 1.3rem;
  margin-bottom: 4rem;
}
.sec07__header h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.sec07__item {
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-flow: row nowrap;
  gap: 2rem;
  padding: 1.7rem 2rem;
  background-color: #e1f5ff;
}
.sec07__item:nth-child(odd) {
  background-color: #ffffff;
}
.sec07__item h5,
.sec07__item p {
  font-size: 1.8rem;
  font-weight: 700;
}
.sec07__item h5 {
  flex-grow: 1;
  color: #1f4bc7;
}
.sec07__item p {
  flex-shrink: 0;
  width: 25%;
  text-align: right;
}
.sec07 #ac-cleaning {
  padding-top: 9rem;
}

/* -------------------------------------------------------------------------- */
/*                                    Works                                   */
/* -------------------------------------------------------------------------- */
/* ---------------------------------- Sec08 --------------------------------- */
.sec08__item {
  padding-top: 8rem;
}
.sec08__item--note {
  flex-grow: 1;
  text-align: center;
  font-weight: 500;
}
.sec08__item-header {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  border-left: 4px solid #0890f6;
  transition: all 0.3s;
}
.sec08__item-header h4 {
  font-size: 2rem;
  font-weight: 500;
  color: #0890f6;
  line-height: 3rem;
  transition: all 0.3s;
}
.sec08__item-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  gap: 2rem 4rem;
}
.sec08__item-cont:has(+ .sec08__item-textbox) {
  margin-bottom: 4rem;
}
.sec08__item-img {
  width: 520px;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid #0890f6;
  position: relative;
}
.sec08__item-img::before {
  width: 12rem;
  position: absolute;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #ffffff;
  padding: 0.2rem 0;
  background-color: #0890f6;
  border-radius: 1.4rem;
  text-align: center;
}
.sec08__item-img img {
  width: inherit;
  height: inherit;
  border-radius: 0;
}
.sec08__item-img--before::before {
  content: "BEFORE";
  inset: 0 auto auto 0;
}
.sec08__item-img--after::before {
  content: "AFTER";
  inset: auto 0 0 auto;
}
.sec08__item-textbox {
  padding: 3rem 4rem;
  background-color: #ffffff;
  border-radius: 1rem;
}
.sec08__item-textbox p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.5rem;
}

/* -------------------------------------------------------------------------- */
/*                                     FAQ                                    */
/* -------------------------------------------------------------------------- */
/* ---------------------------------- Sec09 --------------------------------- */
.sec09__item {
  overflow: hidden;
  border-radius: 1rem;
  background-color: #ffffff;
}
.sec09__item:not(:last-child) {
  margin-bottom: 4rem;
}
.sec09__item-header, .sec09__item-box {
  padding-block: 2rem;
  position: relative;
}
.sec09__item-header::before, .sec09__item-box::before {
  position: absolute;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec09__item-header {
  background-color: #fe812e;
  padding: 2rem 4rem 2rem 14rem;
  overflow: hidden;
}
.sec09__item-header::before {
  content: "Q";
  inset: 50% 0 auto 0;
  color: #fe812e;
  background-color: #ffffff;
  transform: translate(-10%, -50%);
  width: 120px;
  height: 120%;
  border-radius: 0 50% 50% 0;
  aspect-ratio: 1;
}
.sec09__item-header h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
}
.sec09__item-box {
  padding: 4rem 4rem 4rem 12rem;
}
.sec09__item-box::before {
  content: "A";
  inset: 0 auto auto 0;
  color: #0890f6;
  transform: translateX(-10%);
  width: 120px;
  height: 120px;
  border-radius: 0;
}

/* -------------------------------------------------------------------------- */
/*                                   Company                                  */
/* -------------------------------------------------------------------------- */
/* ---------------------------------- Sec10 --------------------------------- */
.sec10__cont {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row wrap;
  gap: 2rem 0;
}
.sec10__box {
  width: min(100%, 640px);
}
.sec10__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 3rem;
  padding: 1.3rem;
  background-color: #fe812e;
  border-radius: 1rem;
}

/* -------------------------------------------------------------------------- */
/*                                   Footer                                   */
/* -------------------------------------------------------------------------- */
.footer__wrapper-ll {
  border-radius: 3rem;
  background-color: #e1f5ff;
  padding: 8rem 1.6rem;
  margin-bottom: 4rem;
}
.footer__wrapper-m {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row nowrap;
  gap: 5.5rem;
}
.footer__box, .footer__nav,
.footer .cmn-sns {
  width: fit-content;
}
.footer__box {
  flex-grow: 1;
}
.footer__nav,
.footer .cmn-sns {
  flex-shrink: 0;
}
.footer .cmn-sns {
  margin: auto 0 0 0;
  height: fit-content;
}
.footer__logo,
.footer .cmn-tel {
  width: fit-content;
}
.footer__logo {
  margin-bottom: 4rem;
}
.footer__nav {
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-flow: row nowrap;
  gap: 4.5rem;
}
.footer__list {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: column nowrap;
  gap: 1.5rem;
}
.footer__item {
  position: relative;
}
.footer__item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  margin-block: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0890f6;
  transform: translate(-20px, 2px);
}
.footer__item-link {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1f4bc7;
}
.footer__item-link:hover, .footer__item-link--current {
  color: #fe812e;
}
.footer__item--small::before {
  content: none;
}
.footer__item--small .footer__item-link {
  font-size: 1.4rem;
  font-weight: 500;
}
.footer__copyright {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 4rem;
}
.footer__copyright a {
  display: inline-flex;
}