@charset "UTF-8";
body {
  font-family: "sofia-pro", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  background-color: #0054ff;
  background-repeat: repeat-y;
  background-size: cover;
}
.nowrap {
  white-space: nowrap;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.bg-main {
  background-image: url(../img/bg-main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* header nav */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  will-change: transform;
  z-index: 10;
}

.header-wrapper {
  position: relative;
  z-index: 2;
}
.header__content {
  background-color: #000;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
  padding: 21px 24px;
  position: relative;
  z-index: 2;
}
.header__content .logo {
  z-index: 1;
}
.header__content .logo img {
  width: 87px;
  height: 19px;
}
.header__nav {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.7);
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  transition: 0.3s;
  z-index: 0;
  display: flex;
  flex-direction: column;
  padding: 124px 48px 60px;
  gap: 40px;
}
.header__nav.is-showup {
  top: 0;
}
.header__nav a {
  display: block;
  color: #4B4CFF;
  text-decoration: none;
  font-family: "sofia-pro", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  background-image: url(../img/icon-arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-position: right;
  transition-duration: 0.3s;
}
.header__nav a:hover {
  opacity: 0.6;
}
.header__nav a.header__button {
  font-family: "sofia-pro", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  color: #FFF;
  font-size: 16px;
  line-height: 116%; /* 16.24px */
  border-radius: 300px;
  background: var(--Linear, linear-gradient(90deg, #008ADF 0%, #44B8FF 100%));
  padding: 12px 24px;
  text-align: center;
}
.header__nav .nav__sns {
  display: none;
}

.hamburger {
  width: 64px;
  height: 64px;
  cursor: pointer;
  text-indent: -9999px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
}

.bar {
  transition: all 0.3s ease;
  display: block;
  height: 2px;
  width: 32px;
  background: #fff;
  border-radius: 2px;
  margin: 9px auto;
}

.bar.top {
  margin-top: 20px;
}

.bar.middle {
  margin: 0 auto;
}

.bar.bottom {
  margin-bottom: 17px;
}

.hamburger.is-cross .bar.top {
  transform: translateY(11px) rotateZ(45deg);
}

.hamburger.is-cross .bar.middle {
  width: 0;
}

.hamburger.is-cross .bar.bottom {
  transform: translateY(-11px) rotateZ(-45deg);
}

@media screen and (min-width: 1220px) {
  .hamburger {
    display: none;
  }
  header {
    background-color: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
  }
  .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .header__content {
    background-color: transparent;
    box-shadow: none;
  }
  .header__content .logo img {
    width: 170px;
    height: 37px;
  }
  .header__nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    padding: 0;
    overflow-y: hidden;
    padding-right: 24px;
    gap: 20px;
  }
  .header__nav a {
    color: #0E202E;
    font-family: "sofia-pro", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    background-image: none;
  }
  .header__nav a.header__button {
    font-size: 14px;
  }
  .header__nav .nav__sns {
    display: flex;
    gap: 10px;
  }
}
.kv {
  background-image: url(../img/bg-kv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.kv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: -50px;
  left: 0;
  background-image: url(../img/bg-x1.png);
  background-size: 100% 100px;
  z-index: 1;
}
.kv-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 24px 60px;
  background-image: url(../img/fig-award01-sp.png);
  background-size: 273.5px 276px;
  background-repeat: no-repeat;
  background-position: bottom 130px left calc(50% - 20px);
}
.kv__figure {
  width: 100%;
  text-align: center;
}
.kv__figure img {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: inline-block;
}
.kv h1 {
  margin-top: 16px;
  text-align: center;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.24px;
  text-align: center;
  font-family: "sofia-pro", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
}
.kv__description {
  margin-top: 16px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}
.kv__picture {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 220px;
}
.kv__picture img {
  width: 100%;
  max-width: 230px;
  height: auto;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .kv::after {
    height: 28vw;
    bottom: -14.1vw;
    background-size: 100vw 28vw;
  }
  .kv-wrapper {
    padding-top: 195px;
    padding-bottom: 160px;
    background-image: url(../img/fig-award01-pc.png), url(../img/fig-award02-pc.png);
    background-repeat: no-repeat;
    background-size: 345px auto, 315px auto;
    background-position: top 40px left 10px, bottom 182px right 25px;
  }
  .kv__figure img {
    max-width: 670px;
  }
  .kv h1 {
    font-size: 26px;
    margin-top: 42px;
  }
  .kv__description {
    margin-top: 62px;
    font-size: 22px;
    line-height: 210%; /* 46.2px */
    letter-spacing: 1.32px;
  }
  .kv__picture {
    margin-top: 48px;
  }
  .kv__picture img {
    max-width: 373px;
  }
}

.winners {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../img/bg-corporate-sp.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
  position: relative;
}
.winners::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: -50px;
  left: 0;
  background-image: url(../img/bg-x2.png);
  background-size: 100% 100px;
  z-index: 1;
}
.winners-wrapper {
  padding: 90px 24px 80px;
}
.winners h2 {
  margin-top: 24px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
}
.winners h2.corporation {
  margin-top: 110px;
}
.winners h2 span {
  position: relative;
}
.winners h2 span::before, .winners h2 span::after {
  content: "";
  position: absolute;
  width: 58px;
  height: 5px;
  top: 13px;
  background-image: url(../img/icon-slash-blue.svg?v=2);
  background-repeat: no-repeat;
}
.winners h2 span::before {
  left: -60px;
}
.winners h2 span::after {
  right: -60px;
}
.winners h2.gold {
  margin-top: 110px;
}
.winners h2.gold span::before, .winners h2.gold span::after {
  background-image: url(../img/icon-slash-gold.svg?v=2);
}
.winners__lead {
  margin-top: 40px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
.winners__lead__title {
  width: 100%;
  max-width: 292px;
  margin: 48px auto 0;
  display: block;
}
.winners__lead__title img {
  width: 100%;
  height: auto;
}
.winners__lead__note {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.winners__corporate {
  padding: 32px 0;
  border-bottom: solid 1px #B7BCC2;
}
.winners__corporate__box__logo {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  position: relative;
  background: linear-gradient(311deg, #0090FF 3.12%, #76CAFF 45.39%, #A1C8FF 99.73%);
}
.winners__corporate__box__logo::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  border-radius: 6px;
  z-index: 0;
}
.winners__corporate__box__logo img {
  z-index: 1;
  width: 100%;
  max-width: 280px;
  height: auto;
}
.winners__corporate__box__name {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-top: 16px;
}
.winners__corporate__box__text h3 {
  margin-top: 24px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px; /* 175% */
}
.winners__corporate__box__text p {
  margin-top: 18px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 0.96px;
}
.winners__button a {
  display: block;
  width: 100%;
  max-width: 740px;
  margin: 34px auto 0;
  color: #fff;
  background-color: #0054FF;
  text-align: center;
  border-radius: 200px;
  padding: 16px 74px 16px 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  text-decoration: none;
  position: relative;
  font-family: "sofia-pro", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  transition: 0.3s;
}
.winners__button a::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  background-image: url(../img/icon-pochi.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.winners__button a:hover {
  opacity: 0.6;
}
.winners__flex {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
}
.winners__flex__box {
  padding: 20px 16px;
  position: relative;
  border-radius: 16px;
  background: linear-gradient(102deg, #FFF1D7 6.07%, #FFB101 97.97%);
}
.winners__flex__box::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-image: url(../img/bg-kaikin.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 14px;
  z-index: 0;
}
.winners__flex__box.blue {
  background: linear-gradient(24deg, #3C8BFF -26.55%, rgba(78, 164, 255, 0.98) 19.5%, rgba(108, 181, 255, 0.97) 31.56%, rgba(130, 197, 255, 0.96) 46.91%, rgba(166, 222, 255, 0.93) 65.55%, rgba(210, 253, 255, 0.89) 83.09%);
}
.winners__flex__box.blue::before {
  background-image: url(../img/bg-suishin.jpg);
}
.winners__flex__box.blue picture img {
  width: 236px;
}
.winners__flex__box picture {
  position: relative;
  z-index: 1;
}
.winners__flex__box picture img {
  width: 153px;
  height: auto;
  margin: 0 auto;
}
.winners__flex__box p {
  position: relative;
  z-index: 1;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-top: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .winners {
    background-image: url(../img/bg-corporate-pc.jpg);
  }
  .winners::after {
    height: 28vw;
    bottom: -14vw;
    background-size: 100vw 28vw;
  }
  .winners-wrapper {
    padding-top: 120px;
    padding-bottom: 200px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  .winners h2 {
    font-size: 32px;
    margin-top: 80px;
  }
  .winners h2.gold {
    margin-top: 110px;
  }
  .winners h2 span::before, .winners h2 span::after {
    top: 22px;
  }
  .winners__lead {
    text-align: center;
    font-size: 18px;
  }
  .winners__lead__title {
    max-width: 384px;
    margin-top: 40px;
  }
  .winners__lead__note {
    text-align: center;
    font-size: 14px;
  }
  .winners__corporate {
    padding: 60px 0 0 0;
    border-bottom: none;
  }
  .winners__corporate__name {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
  }
  .winners__corporate__box {
    margin-top: 20px;
    display: flex;
    gap: 30px;
    align-items: flex-start;
  }
  .winners__corporate__box__logo {
    width: 320px;
    height: 180px;
    flex-shrink: 0;
  }
  .winners__corporate__box__text h3 {
    margin-top: 0;
    font-size: 18px;
  }
  .winners__corporate__box__text p {
    font-size: 16px;
    margin-top: 18px;
  }
  .winners__button a {
    font-size: 20px;
    margin-top: 72px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .winners__button a::after {
    width: 40px;
    height: 40px;
  }
  .winners__flex {
    margin-top: 60px;
    flex-direction: row;
  }
  .winners__flex__box {
    flex: 1;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .winners__flex__box.blue picture img {
    width: 282px;
  }
  .winners__flex__box picture img {
    width: 195px;
  }
  .winners__flex__box p {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px; /* 200% */
  }
}

.outline {
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.outline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: -50px;
  left: 0;
  background-image: url(../img/bg-x2.png);
  background-size: 100% 100px;
  z-index: 1;
}
.outline-wrapper {
  padding: 90px 24px 80px;
}
.outline h2 {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: 3px;
}
.outline__list {
  width: 100%;
  max-width: 720px;
  margin: 62px auto 0;
  display: flex;
  color: #fff;
  gap: 40px;
  flex-direction: column;
}
.outline__list dl {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 12px;
}
.outline__list dl dt {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 300% */
}
.outline__list dl dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 2px;
  white-space: normal;
}
.outline__list dl dd .small {
  font-size: 80%;
}
@media screen and (min-width: 768px) {
  .outline::after {
    height: 28vw;
    bottom: -14vw;
    background-size: 100vw 28vw;
  }
  .outline-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .outline h2 {
    font-size: 40px;
  }
  .outline__list {
    margin-top: 80px;
    gap: 60px;
  }
  .outline__list dl {
    flex-direction: row;
    text-align: left;
    gap: 100px;
    white-space: nowrap;
  }
  .outline__list dl dt {
    font-size: 20px;
    line-height: 60px; /* 300% */
  }
  .outline__list dl dd {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px; /* 200% */
    letter-spacing: 2px;
  }
}

.flow {
  overflow: hidden;
}
.flow-wrapper {
  padding: 80px 24px;
}
.flow h1 {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: 3px;
}
.flow h2 {
  margin-top: 63px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
}
.flow h2 span {
  position: relative;
}
.flow h2 span::before, .flow h2 span::after {
  content: "";
  position: absolute;
  width: 58px;
  height: 5px;
  top: 13px;
  background-image: url(../img/icon-slash.svg);
  background-repeat: no-repeat;
}
.flow h2 span::before {
  left: -60px;
}
.flow h2 span::after {
  right: -60px;
}
.flow__flex {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin: 20px auto 0;
  width: 100%;
  max-width: 800px;
}
.flow__flex__box {
  border-radius: 6.822px;
  background: var(--xxx, linear-gradient(311deg, #0090FF 3.12%, #76CAFF 45.39%, #A1C8FF 99.73%));
  padding: 17px 14px;
  position: relative;
}
.flow__flex__box::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #0C38F6;
  border-radius: 4px;
  z-index: 0;
}
.flow__flex__box::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: -45px;
  left: calc(50% - 12px);
  background-image: url(../img/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.flow__flex__box:last-of-type::after {
  content: none;
}
.flow__flex__box.personal::before {
  background-color: #3A73F7;
}
.flow__flex__box h3 {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 1;
}
.flow__flex__box p {
  margin-top: 8px;
  margin: 8px auto 0;
  width: 100%;
  max-width: 540px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.84px;
  position: relative;
  z-index: 1;
}
.flow__flex__box img {
  position: absolute;
  height: auto;
}
.flow__flex__box img.no01 {
  width: 120px;
  left: -30px;
  bottom: -60px;
}
.flow__flex__box img.no02 {
  width: 120px;
  right: -30px;
  bottom: -45px;
}
.flow__flex__box img.no03 {
  width: 120px;
  left: -50px;
  bottom: -55px;
}
.flow__flex__box img.no04 {
  width: 120px;
  right: -30px;
  bottom: -45px;
}
.flow__flex__box img.no05 {
  width: 100px;
  left: -30px;
  top: -70px;
}
.flow__flex__box img.no06 {
  width: 100px;
  right: -35px;
  bottom: -45px;
}
@media screen and (min-width: 768px) {
  .flow-wrapper {
    padding: 120px 24px;
  }
  .flow h1 {
    font-size: 40px;
  }
  .flow h2 {
    font-size: 32px;
    margin-top: 150px;
  }
  .flow h2.corporation {
    margin-top: 80px;
  }
  .flow h2 span::before, .flow h2 span::after {
    top: 22px;
  }
  .flow__flex {
    margin-top: 40px;
    gap: 88px;
  }
  .flow__flex__box {
    padding: 20px;
  }
  .flow__flex__box::after {
    width: 40px;
    height: 40px;
    bottom: -68px;
  }
  .flow__flex__box h3 {
    font-size: 30px;
  }
  .flow__flex__box p {
    font-size: 20px;
  }
  .flow__flex__box img.no01 {
    width: 200px;
    left: -80px;
  }
  .flow__flex__box img.no02 {
    width: 220px;
    right: -90px;
    bottom: -80px;
  }
  .flow__flex__box img.no03 {
    width: 200px;
    left: -120px;
    bottom: -80px;
  }
  .flow__flex__box img.no04 {
    width: 200px;
    right: -90px;
    bottom: -80px;
  }
  .flow__flex__box img.no05 {
    width: 190px;
    left: -80px;
    top: auto;
    bottom: -120px;
  }
  .flow__flex__box img.no06 {
    width: 200px;
    right: -100px;
    bottom: -80px;
  }
}

.banner.portal {
  background-color: #fff;
  background-image: url(../img/bg-portal-sp.jpg);
  background-size: cover;
  background-position: center;
}
.banner-wrapper {
  padding: 60px 24px;
}
.banner h2 {
  display: block;
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
}
.banner a {
  display: block;
  width: 100%;
  max-width: 335px;
  margin: 20px auto 0;
  transition-duration: 0.3s;
}
.banner a:hover {
  opacity: 0.8;
}
.banner a img {
  filter: drop-shadow(3px 4px 6px rgba(39, 52, 119, 0.25));
}
@media screen and (min-width: 768px) {
  .banner.portal {
    background-image: url(../img/bg-portal-pc.svg);
  }
  .banner.portal .banner-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .banner.portal h2 {
    max-width: 488px;
  }
  .banner-wrapper {
    padding-bottom: 180px;
  }
  .banner h2 {
    max-width: 630px;
  }
  .banner a {
    margin-top: 24px;
    max-width: 912px;
  }
}

.business {
  background-color: #C5DAFF;
}
.business-wrapper {
  padding: 80px 24px;
}
.business h2 {
  text-align: center;
}
.business h2 img {
  width: 100%;
  max-width: 346px;
  display: inline-block;
}
.business__banner {
  margin-top: 4px;
}
.business__banner a {
  display: block;
  width: 100%;
  max-width: 346px;
  margin: 0 auto;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition-duration: 0.3s;
  cursor: pointer;
  filter: drop-shadow(0px 2px 15px rgba(90, 114, 162, 0.4));
}
.business__banner a:hover {
  opacity: 0.7;
}
.business__banner a .business__banner__button {
  width: 183px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .business-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .business h2 img {
    max-width: 632px;
  }
  .business__banner {
    margin-top: 56px;
  }
  .business__banner:first-of-type {
    margin-top: 48px;
  }
  .business__banner a {
    max-width: 1100px;
    border-radius: 24px;
    filter: drop-shadow(0px 4px 30px rgba(90, 114, 162, 0.4));
  }
  .business__banner a .business__banner__button {
    width: 362px;
  }
}

/* loading */
.loading-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 1s ease;
}

.spinner {
  position: relative;
  display: flex;
  justify-content: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  padding: 4px;
  margin: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transform-origin: 50% 50%;
  animation: 1s linear infinite spin;
  opacity: 1;
  transition: opacity 1s ease;
}

.circle {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
  stroke-opacity: 0.15;
  stroke-width: 5px;
}

.path {
  fill: none;
  stroke: #0054ff;
  stroke-miterlimit: 10;
  stroke-width: 5px;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.footer_app-icon {
  display: inline-block;
}

.footer__share {
  display: flex;
}/*# sourceMappingURL=style.css.map */