@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden],
template {
  display: none;
}

@-webkit-keyframes marquee {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -193rem center;
  }
}

@keyframes marquee {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -193rem center;
  }
}
:root {
  --bg-color: #F7F2EC;
  --text-color: #163355;
  font-size: 1.3333333333vw;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  :root {
    font-size: 0.8333333333vw;
  }
  :root .for_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) {
  :root {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  :root .for_pc {
    display: none !important;
  }
}

body {
  background: var(--bg-color);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  body {
    background: var(--bg-color) url("../img/body_bg_pc.png") no-repeat center top/100%;
  }
}

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

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

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .logo {
  text-align: center;
  margin: 3.6rem 0;
}
header .logo img {
  width: 23.6rem;
}
@media screen and (min-width: 768px) {
  header .logo {
    margin: 0;
    text-align: left;
    padding: 3rem 0;
  }
  header .logo img {
    width: 31rem;
  }
}

main #mv .container {
  position: relative;
}
main #mv .container .bg {
  -webkit-animation: mv-bg 1s ease-in-out forwards;
          animation: mv-bg 1s ease-in-out forwards;
  opacity: 0;
  aspect-ratio: 375/427.5;
}
main #mv .container h1 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-animation: mv-h1 0.75s 0.75s ease-in-out forwards;
          animation: mv-h1 0.75s 0.75s ease-in-out forwards;
}
main #mv .container .mv-marquee {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  color: var(--text-color);
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  main #mv .container .bg,
  main #mv .container h1 img {
    max-height: 144rem;
    width: max(100%, 192rem);
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  main #mv .container .bg {
    z-index: 10;
    aspect-ratio: 384/208;
  }
  main #mv .container h1 {
    position: absolute;
  }
  main #mv .container h1 + .mv-marquee {
    background-size: 193rem auto;
    background: url("../img/mv-lead_bg_pc.png") repeat-x center/100% auto;
    -webkit-animation: marquee 40s linear infinite;
            animation: marquee 40s linear infinite;
  }
}
@-webkit-keyframes mv-bg {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes mv-bg {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes mv-h1 {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes mv-h1 {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
main #intro {
  padding: 15rem 0 26rem;
  background: url("../img/intro_bg_sp.png") no-repeat center top/100%;
  position: relative;
}
main #intro::before {
  content: "";
  display: block;
  width: 100%;
  height: 8rem;
  background: url("../img/mv-lead_bg_pc.png") repeat-x center/100% auto;
  -webkit-animation: marquee 40s linear infinite;
          animation: marquee 40s linear infinite;
  position: absolute;
  top: 3rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  main #intro {
    background: none;
  }
  main #intro::before {
    content: none;
  }
}
main #intro .container #anker-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  width: 55rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  main #intro .container #anker-list {
    width: min(116.7rem, 90%);
  }
}
main #intro .container #anker-list li {
  position: relative;
}
@media screen and (min-width: 768px) {
  main #intro .container #anker-list li {
    width: calc(33.3333333333% - 2.6666666667rem);
  }
}
main #intro .container #anker-list li a {
  display: block;
}
main #intro .container #anker-list li a img {
  width: 100%;
}
main #intro .container #anker-list li::before {
  content: "";
  position: absolute;
  left: 0;
  margin: auto;
  background: no-repeat center top/100%;
}
main #intro .container #anker-list li#anker01::before {
  background-image: url("../img/anker01_sub_sp.svg");
  width: 9.2rem;
  height: 21.9rem;
  top: -7.2rem;
  left: -4rem;
}
@media screen and (min-width: 768px) {
  main #intro .container #anker-list li#anker01::before {
    top: 0;
  }
}
main #intro .container #anker-list li#anker02::before {
  background-image: url("../img/anker02_sub_sp.svg");
  width: 9.2rem;
  height: 21.9rem;
  top: -2.2rem;
  left: -7.2rem;
}
@media screen and (min-width: 768px) {
  main #intro .container #anker-list li#anker02::before {
    top: 13rem;
    left: 2rem;
  }
}
main #intro .container #anker-list li#anker03::before {
  background-image: url("../img/anker03_sub_sp.svg");
  width: 9.2rem;
  height: 21.9rem;
  top: -3.2rem;
  left: auto;
  right: -2.8rem;
}
@media screen and (min-width: 768px) {
  main #intro .container #anker-list li#anker03::before {
    top: 2rem;
    right: -4rem;
  }
}
main #strongpoints {
  position: relative;
  margin-top: -16rem;
  padding-bottom: 1px;
}
@media screen and (min-width: 768px) {
  main #strongpoints {
    margin-top: -10rem;
  }
}
main #strongpoints::before {
  width: 63rem;
  height: 100%;
  content: "";
  display: block;
  background: white;
  position: absolute;
  top: 0;
  inset-inline: 0;
  margin: auto;
  border-radius: 5rem;
}
@media screen and (min-width: 768px) {
  main #strongpoints::before {
    width: min(100%, 148rem);
  }
}
main #strongpoints .container {
  position: relative;
}
main #strongpoints h2 {
  position: relative;
  z-index: 10;
  margin-bottom: -5rem;
}
@media screen and (min-width: 768px) {
  main #strongpoints h2 {
    margin-bottom: -6rem;
  }
}
main #strongpoints h2 img {
  width: 100%;
}
main #strongpoints .contentBody {
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  main #strongpoints .contentBody {
    padding-top: 8rem;
  }
}
main #strongpoints .contentBody h3,
main #strongpoints .contentBody p {
  position: relative;
  z-index: 10;
}
main #strongpoints .contentBody h3 span {
  width: 36rem;
  position: absolute;
  top: -5rem;
  right: -10rem;
}
main #strongpoints .contentBody::before {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: url("../img/contentBody_bg_sp.svg") repeat-x center top/100%;
  position: absolute;
  top: 0;
  left: 0;
}
main #strongpoints .contentBody::after {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: url("../img/contentBody_bg_sp.svg") repeat-x center bottom/100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
main #strongpoints .contentBody .features ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4.8rem 2.4rem;
  width: 60rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  main #strongpoints .contentBody .features ul {
    width: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
main #strongpoints .contentBody .features ul li {
  width: 28.8rem;
}
@media screen and (min-width: 768px) {
  main #strongpoints .contentBody .features ul li {
    width: 28rem;
  }
}
main #strongpoints .contentBody .features ul li p {
  z-index: 20;
  position: relative;
}
main #strongpoints .contentBody .features ul li .top3 {
  background: white;
  position: relative;
  z-index: 10;
  border-radius: 5rem;
  padding-bottom: 1rem;
  margin-top: -1rem;
}
main #strongpoints .contentBody .features ul li .top3 span {
  display: block;
  margin: 1rem 2.4rem;
}
main #education {
  position: relative;
  padding-bottom: 1px;
  margin-top: 4rem;
}
main #education::before {
  width: 63rem;
  height: 100%;
  content: "";
  display: block;
  background: white;
  position: absolute;
  top: 0;
  inset-inline: 0;
  margin: auto;
  border-radius: 5rem;
}
@media screen and (min-width: 768px) {
  main #education::before {
    width: min(100%, 148rem);
  }
}
main #education .container {
  position: relative;
}
main #education h2 {
  position: relative;
  z-index: 10;
  margin-bottom: -5rem;
}
main #education h2 img {
  width: 100%;
}
main #education .contentBody {
  position: relative;
  margin-bottom: 4rem;
  padding: 4rem 0;
}
main #education .contentBody h3,
main #education .contentBody p {
  position: relative;
  z-index: 10;
}
main #education .contentBody::before {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: url("../img/contentBody_bg_sp.svg") no-repeat center top/100%;
  position: absolute;
  top: 0;
  left: 0;
}
main #education .contentBody::after {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: url("../img/contentBody_bg_sp.svg") no-repeat center bottom/100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
main #education .contentBody .swiper-pagination {
  position: relative;
  z-index: 10;
  top: auto;
  bottom: auto;
  -webkit-transform: none;
          transform: none;
  padding-top: 2rem;
  margin-bottom: 2rem;
}
main #education .contentBody .swiper-pagination .swiper-pagination-bullet {
  width: 2rem;
  height: 2rem;
  margin: 0 0.6rem !important;
  background: white;
  opacity: 1;
  border: 1px solid #163355;
}
main #education .contentBody .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--text-color);
}
main #education .contentBody .slider-wrap {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  main #education .contentBody .slider-wrap {
    width: min(100%, 100rem);
    margin: 0 auto;
  }
}
main #education .contentBody .slider-wrap .slider {
  padding-bottom: 2rem;
}
main #education .contentBody .slider-wrap .swiper-button-prev,
main #education .contentBody .slider-wrap .swiper-button-next {
  position: absolute;
  z-index: 20;
  cursor: pointer;
  top: 45%;
  width: 7.8rem;
  height: 7.8rem;
  margin-top: -3.9rem;
  background: url("../img/arrow_next.svg") no-repeat center center/contain;
}
main #education .contentBody .slider-wrap .swiper-button-prev::after,
main #education .contentBody .slider-wrap .swiper-button-next::after {
  display: none;
}
@media screen and (min-width: 768px) {
  main #education .contentBody .slider-wrap .swiper-button-prev,
  main #education .contentBody .slider-wrap .swiper-button-next {
    width: 6rem;
    height: 6rem;
    margin-top: -3rem;
    right: -8rem;
  }
}
main #education .contentBody .slider-wrap .swiper-button-next {
  right: 4.5rem;
}
@media screen and (min-width: 768px) {
  main #education .contentBody .slider-wrap .swiper-button-next {
    right: -8rem;
  }
}
main #education .contentBody .slider-wrap .swiper-button-prev {
  left: 4.5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  main #education .contentBody .slider-wrap .swiper-button-prev {
    right: auto;
    left: -8rem;
  }
}
main #education .contentBody .slider-wrap .item {
  position: relative;
  text-align: center;
}
main #education .contentBody .slider-wrap .item picture img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: inline-block;
}
main #education .contentBody .slider-wrap .item a {
  display: block;
  width: 30.6rem;
  margin: auto;
  position: absolute;
  inset-inline: 0;
  bottom: 2rem;
}
main #reason {
  position: relative;
  padding-bottom: 1px;
  margin-top: 4rem;
}
main #reason::before {
  width: 63rem;
  height: 100%;
  content: "";
  display: block;
  background: white;
  position: absolute;
  top: 0;
  inset-inline: 0;
  margin: auto;
  border-radius: 5rem;
}
@media screen and (min-width: 768px) {
  main #reason::before {
    width: min(100%, 148rem);
  }
}
main #reason .container {
  position: relative;
}
main #reason .container h2 {
  position: relative;
  z-index: 10;
  margin-bottom: -5rem;
}
main #reason .container h2 img {
  width: 100%;
}
main #reason .contentBody {
  position: relative;
  margin-bottom: 4rem;
  padding: 8rem 0;
}
main #reason .contentBody h3,
main #reason .contentBody p {
  position: relative;
  z-index: 10;
}
main #reason .contentBody::before {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: url("../img/contentBody_bg_sp.svg") no-repeat center top/100%;
  position: absolute;
  top: 0;
  left: 0;
}
main #reason .contentBody::after {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: url("../img/contentBody_bg_sp.svg") no-repeat center bottom/100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
main #reason .contentBody .reason-list {
  position: relative;
  z-index: 10;
}
main #reason .contentBody .reason-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3rem 3.6rem;
  width: 61.2rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  main #reason .contentBody .reason-list ul {
    width: min(100%, 120rem);
  }
}
main #reason .contentBody .reason-list ul li {
  width: calc(50% - 1.8rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  main #reason .contentBody .reason-list ul li {
    width: calc(33.3333333333% - 2.4rem);
  }
}
main #reason .contentBody .reason-list ul li::after {
  content: "";
  width: 10.8rem;
  height: 10.8rem;
  background: url("../img/go.svg") no-repeat center/contain;
  position: absolute;
  bottom: -1rem;
  right: -2rem;
  pointer-events: none;
}
main #reason .contentBody .reason-list ul li a {
  display: block;
}
main #reason .contentBody .reason-list .note {
  width: 60rem;
  margin: 4rem auto 0;
  font-size: 1.6rem;
  font-weight: 200;
  color: var(--text-color);
  text-align: center;
}

footer {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  footer {
    padding-bottom: 0;
  }
}
footer .banner-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8rem 4rem;
  width: 63rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer .banner-list {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6rem 4rem;
  }
}
footer .banner-list .full {
  width: 100%;
}
footer .banner-list .half {
  width: calc(50% - 2rem);
}
@media screen and (min-width: 768px) {
  footer .banner-list .half {
    width: 36rem;
  }
}
footer .sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin: 6rem 0 0;
  background: white;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  footer .sns-list {
    padding: 3rem 0;
  }
}
footer .sns-list .icn {
  height: 5.4rem;
  width: auto;
}
footer .sns-list .icn span {
  display: none;
}
footer .sns-list .icn img {
  height: 100%;
  width: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  footer .sns-list .icn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    gap: 1rem;
  }
  footer .sns-list .icn span {
    display: block;
    font-size: 2rem;
  }
}
footer .copyright {
  text-align: center;
  font-size: 2rem;
  color: var(--text-color);
  font-weight: 500;
  padding: 2em 0;
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  overflow-y: auto;
  display: none;
}
#popup .item {
  position: absolute;
  top: 8rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #popup .item {
    width: min(90%, 100rem);
    inset-inline: 0;
    margin: auto;
  }
}
#popup .item .body {
  position: relative;
  width: 100%;
  margin-bottom: 8rem;
}
#popup .item .body img {
  width: 100%;
  height: auto;
}
#popup .item .body .link {
  position: absolute;
  bottom: 21.8rem;
  width: 50rem;
  inset-inline: 0;
  margin: auto;
}
#popup .item .body .link img {
  -webkit-filter: drop-shadow(0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.4));
}
@media screen and (min-width: 768px) {
  #popup .item .body .link {
    width: 72%;
    bottom: 20rem;
  }
}
#popup .item .body .close1 {
  position: absolute;
  top: 0;
  right: 4rem;
  width: 7.2rem;
}
@media screen and (min-width: 768px) {
  #popup .item .body .close1 {
    top: -2rem;
    right: -2rem;
  }
}
#popup .item .body .close2 {
  position: absolute;
  bottom: 7rem;
  width: 30.6rem;
  inset-inline: 0;
  margin: auto;
}

.fixed-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  z-index: 999;
}
.fixed-banner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  height: 8rem;
}
.fixed-banner ul li {
  height: 100%;
}
.fixed-banner ul li a {
  display: block;
  height: 100%;
}
.fixed-banner ul li a img {
  height: 100%;
  width: auto;
}
@media screen and (min-width: 768px) {
  .fixed-banner {
    width: 6rem;
    height: auto;
    left: auto;
    right: 1rem;
    top: 8rem;
    bottom: auto;
  }
  .fixed-banner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    width: auto;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */