@charset "UTF-8";
/****************************************
	   General Setting 
*****************************************/
body {
  padding: 0;
  margin: 0;
}
body * {
  font-family: "Outfit";
  box-sizing: border-box;
  color: #1a1a1a;
}

a {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  cursor: pointer;
}

p {
  margin: 0;
}

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

h2 {
  text-align: center;
/*  font-size: 4.25em !important;*/
  font-size: 5.25em !important;
  font-weight: 500;
  line-height: 1.2 !important;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  h2 {
/*    font-size: 2em !important;*/
    font-size: 2.6em !important;
  }
}

.ttl {
/*  font-size: 1.25em;*/
  font-size: 1.80em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttl {
    font-size: 1.45em;
  }
}

.lead {
/*  font-size: 1.25em;*/
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 1em;
  }
}

h3 {
  line-height: 1.2;
  margin: 0;
}


@media screen and (min-width: 768px) {
  .sp-only {display: none !important;}
}
@media screen and (max-width: 767px) {
  .pc-only {display: none !important;}
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.u-blink { -webkit-animation: blink 1s ease infinite normal; animation: blink 1s ease infinite normal; }
@keyframes blink {
  0% { opacity: 0; }
  26% { opacity: 0; }
  27% { opacity: 1; }
  99% { opacity: 1; }
  100% { opacity: 0; }
}

section {
  padding: 8.5rem 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 3.5rem 0;
  }
}

.inner {
  display: block;
  max-width: 1090px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}

.header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 80px;
  padding-left: 3.125rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .header {
    padding-left: 12px;
    height: 46px;
  }
}
.header__logo {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 130px;
  }
}
.header .cv {
  position: fixed;
  right: 80px;
  z-index: 3;
  display: flex;
}
@media screen and (max-width: 768px) {
  .header .cv {
/*    background: #2b3b8f;*/
/*    background: linear-gradient(to bottom,  #e93636 0%,#9e1717 100%);*/
    width: 100%;
    padding: 12px;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .header .cv-sp {
    display: flex;
    margin-left: auto;
  }
  .header .cv-sp .oc__btn {
    border-radius: 0;
    width: 50px;
    height: 46px;
    margin-right: 0;
    justify-content: center;
    font-size: 10px;
    padding: 0.5rem 0.2rem;
    text-align: center;
    line-height: 1.4;
  }
  .header .cv-sp .oc__btn.benefit,
  .header .cv-sp .oc__btn.support {
    background: #1d3893 !important;
    border-right: 1px solid #fff;
  }
}
.header .oc__btn {
/*  background: #e25557;*/
  background: #1d3893;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  width: 200px;
  height: 80px;
/*  padding: 1rem 3.5rem;*/
  padding: 1rem 1rem;
  margin-right: 1px;
  text-align: center;
}
/*.header .oc__btn.benefit {
  background: #e359a4;
}
.header .oc__btn.support {
  background: #44b157;
}*/
@media screen and (min-width: 769px) {
  .header .oc__btn.oc-fixed {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #e25557;
    width: 160px;
    height: 160px;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
    margin-right: 0;
    font-size: 18px;
    line-height: 1.4;
  }
  .header .cv .oc__btn.oc-fixed:after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "»";
    position: absolute;
    width: 30px;
    height: 24px;
    padding-bottom: 6px;
    border-radius: 3px;
    color: #fff;
    background: #c72d2d;
    left: 0;
    right: 0;
    bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    vertical-align: top;
  }
}
@media screen and (max-width: 768px) {
  .header .oc__btn {
    background: #e25557;
    width: 100%;
    height: 60px;
/*    padding: 1rem;*/
    padding: 1rem 1.2rem;
    border-radius: 5px;
    justify-content: flex-start;
    position: relative;
  }
  .header .cv .oc__btn:after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "»";
    position: absolute;
    width: 30px;
    height: 24px;
    padding-bottom: 6px;
    border-radius: 3px;
    color: #fff;
    background: #c72d2d;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    vertical-align: top;
  }
}
.header .nav__btn {
  position: relative;
  background: #1d3893;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  width: 80px;
  height: 80px;
  z-index: 3;
}
.header .nav__btn:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header .nav__btn {
    font-size: 11px;
    width: 46px;
    height: 46px;
  }
}
.header .nav__btn span {
  background: #fff;
  position: relative;
  display: block;
  width: 26px;
  height: 1px;
  margin-bottom: 1.75rem;
  border-radius: 10px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header .nav__btn span {
    width: 14px;
    margin-bottom: 1rem;
  }
}
.header .nav__btn span::before, .header .nav__btn span::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  width: 100%;
  height: 1px;
  transition: all 0.3s;
}
.header .nav__btn span::before {
  top: 10px;
}
@media screen and (max-width: 768px) {
  .header .nav__btn span::before {
    top: 5px;
  }
}
.header .nav__btn span::after {
  top: 20px;
}
@media screen and (max-width: 768px) {
  .header .nav__btn span::after {
    top: 10px;
  }
}
.header .nav__btn .hmb.open {
  background: transparent;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .header .nav__btn .hmb.open {
    margin-bottom: 0.6rem;
  }
}
.header .nav__btn .hmb.open::before {
  transform: rotate(45deg);
  opacity: 1;
  top: 50%;
}
.header .nav__btn .hmb.open::after {
  transform: rotate(-45deg);
  opacity: 1;
  top: 50%;
}
.header nav {
  background: rgba(0, 0, 0, 0.2156862745);
  position: fixed;
  display: flex;
  left: 0;
  top: 80px;
  width: 100%;
  height: 100vh;
  opacity: 1;
  z-index: 2;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .header nav {
    top: 46px;
    overflow-y: scroll;
    height: 100%;
  }
}
.header nav .nav_inner {
  background: #1d3893;
  display: block;
  width: 100%;
  max-width: 414px;
  padding: 1.5rem 10px 2rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .header nav .nav_inner {
    padding: 1.5rem 10px 10rem;
  }
}
.header nav ul {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .header nav ul {
    padding-bottom: 8rem;
  }
}
.header nav ul li {
  position: relative;
  background: #fff;
  padding: 1rem;
  margin-bottom: 10px;
  border: solid 1px #dbdbdb;
  border-radius: 5px;
}
.header nav ul li::after {
  position: absolute;
  content: "";
  background: url(./img/arrow.svg);
  top: 50%;
  right: 12px;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
}
.header .hide {
  left: 100%;
  opacity: 0;
}

main .mv {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  main .mv {
    padding: 46px 0 0 0;
  }
}
main .tokuten {
  background: #2b3b8f;
  padding: 5.625rem 2.25rem;
}
@media screen and (max-width: 768px) {
  main .tokuten {
    padding: 3rem 1rem;
  }
}
main .tokuten h2 {
  color: #fff;
  font-size: 3.75em;
  font-weight: bold;
  margin-bottom: 3rem !important;
}
@media screen and (max-width: 768px) {
  main .tokuten h2 {
    margin-bottom: 2rem !important;
  }
}
main .tokuten__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .tokuten__box img {
  width: 24%;
}
@media screen and (max-width: 768px) {
  main .tokuten__box img {
    width: 49%;
    margin-bottom: 1rem;
  }
}
main .schedule .sec__ttl span:nth-child(1) {
  color: #a189ff;
}
main .schedule .sec__ttl span:nth-child(2) {
  color: #3e54c6;
}
main .schedule .sec__ttl span:nth-child(3) {
  color: #30bee3;
}
main .schedule .sec__ttl span:nth-child(4) {
  color: #7cc942;
}
main .schedule .sec__ttl span:nth-child(5) {
  color: #ff9000;
}
main .schedule .sec__ttl span:nth-child(6) {
  color: #1bb6ff;
}
main .schedule .sec__ttl span:nth-child(7) {
  color: #06c3ba;
}
main .schedule .sec__ttl span:nth-child(8) {
  color: #de4732;
}
main .schedule .sec__ttl span:nth-child(9) {
  color: #f8689d;
}
main .schedule .sec__ttl span:nth-child(10) {
  color: #3ecb79;
}
main .schedule .sec__ttl span:nth-child(11) {
  color: #e25858;
}
main .schedule .sec__ttl span:nth-child(12) {
  color: #3469dd;
}
main .schedule__cnt {
  background: #f2faff;
  max-width: 1150px;
  padding: 2rem;
  margin: 3.25rem auto 0;
}
@media screen and (max-width: 860px) {
  main .schedule__cnt {
    padding: 1rem;
    margin: 2rem auto 0;
    overflow-x: scroll;
  }
}
main .schedule__cnt-inner {
  background: #fff;
  min-width: 860px;
  padding: 3.25rem;
  display: flex;
}
main .schedule__cnt-inner .heading {
  width: 18.5%;
}
main .schedule__cnt-inner .content {
  width: 81.5%;
}
@media screen and (max-width: 860px) {
  main .schedule__cnt-inner {
    padding: 1rem;
    min-width: initial;
  }
  main .schedule__cnt-inner .heading {
/*    width: 51%;*/
    width: 158px;
  }
  main .schedule__cnt-inner .content {
/*    width: calc(49% + 2rem);*/
    width: calc(100% - 158px + 2rem);
    margin-right: -2rem;
    min-width: initial;
    overflow: auto;
  }
  main .schedule__cnt-inner .content img {
    min-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  main .schedule .inner {
    display: contents;
    padding: 1rem;
  }
}
main .program {
  background: #f5f5f8;
  background-image: linear-gradient(#ececf1 1px, transparent 0), linear-gradient(90deg, #ececf1 1px, transparent 0), linear-gradient(#ececf1 1px, transparent 0), linear-gradient(90deg, #ececf1 1px, transparent 0);
  background-size: 52px 52px, 52px 52px, 26px 26px, 26px 26px;
}
main .program .sec__ttl span:nth-child(1) {
  color: #1e9ee8;
}
main .program .sec__ttl span:nth-child(2) {
  color: #3469dd;
}
main .program .sec__ttl span:nth-child(3) {
  color: #e359c1;
}
main .program .sec__ttl span:nth-child(4) {
  color: #a189ff;
}
main .program .sec__ttl span:nth-child(5) {
  color: #3e54c6;
}
main .program .sec__ttl span:nth-child(6) {
  color: #30bee3;
}
main .program .sec__ttl span:nth-child(7) {
  color: #7cc942;
}
main .program__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.25rem;
}
@media screen and (max-width: 768px) {
  main .program__box {
    display: block;
    margin-top: 2rem;
  }
}
main .program__box-item {
  display: flex;
  flex-direction: column;
  background: #de4732;
  flex-basis: 48.5%;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 768px) {
  main .program__box-item {
    margin-bottom: 1rem;
  }
}
main .program__box-item:nth-child(1) {
/*  order: 1;*/
  flex-basis: 100%;
}
main .program__box-item:nth-child(2) {
  flex-basis: 100%;
/*  order: 3;*/
  background: #3469dc;
}
main .program__box-item:nth-child(2) .program__box-item-ttl p {
  color: #3469dc;
}
main .program__box-item:nth-child(2) .time {
  background: #2a54b0 !important;
}
main .program__box-item:nth-child(2) .program__cnt2 {
  background: #fff;
  padding: 2.25rem;
}
@media screen and (max-width: 768px) {
  main .program__box-item:nth-child(2) .program__cnt2 {
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  main .program__box-item:nth-child(2) {
/*    order: 2;*/
  }
}
main .program__box-item:nth-child(3) {
  background: #aa07cc;
/*  order: 2;*/
}
main .program__box-item:nth-child(3) .program__box-item-ttl p {
  color: #aa07cc;
}
main .program__box-item:nth-child(3) .time {
  background: #8805a3 !important;
}
@media screen and (max-width: 768px) {
  main .program__box-item:nth-child(3) {
/*    order: 3;*/
  }
}
main .program__box-item:nth-child(4) {
  background: #1bb6ff;
/*  order: 4;*/
}
main .program__box-item:nth-child(4) .program__box-item-ttl p {
  color: #1bb6ff;
}
main .program__box-item:nth-child(4) .time {
  background: #1792cc !important;
}
main .program__box-item:nth-child(5) {
  background: #fe8e01;
/*  order: 5;*/
}
main .program__box-item:nth-child(5) .program__box-item-ttl p {
  color: #fe8e01;
}
main .program__box-item:nth-child(5) .time {
  background: #cb7203 !important;
}
main .program__box-item:nth-child(6) {
  background: #7cc942;
/*  order: 6;*/
}
main .program__box-item:nth-child(6) .program__box-item-ttl p {
  color: #7cc942;
}
main .program__box-item:nth-child(6) .time {
  background: #63a135 !important;
}
main .program__box-item:nth-child(7) {
  background: #04c3ba;
/*  order: 7;*/
}
main .program__box-item:nth-child(7) .program__box-item-ttl p {
  color: #04c3ba;
}
main .program__box-item:nth-child(7) .time {
  background: #049c95 !important;
}
main .program__box-item:nth-child(8) {
  background: #3e54c6;
/*  order: 8;*/
}
main .program__box-item:nth-child(8) .program__box-item-ttl p {
  color: #3e54c6;
}
main .program__box-item:nth-child(8) .time {
  background: #32439f !important;
}
main .program__box-item:nth-child(9) {
  background: #c5002f;
/*  order: 9;*/
}
main .program__box-item:nth-child(9) .program__box-item-ttl p {
  color: #c5002f;
}
main .program__box-item:nth-child(9) .time {
  background: #9e0026 !important;
}
main .program__box-item:nth-child(10) {
  background: #700BFE;
/*  order: 10;*/
}
main .program__box-item:nth-child(10) .program__box-item-ttl p {
  color: #700BFE;
}
main .program__box-item:nth-child(10) .time {
  background: #700BFE !important;
}
main .program__box-item:nth-child(11) {
  background: #EB34A6;
/*  order: 11;*/
  flex-basis: 100%;
}
main .program__box-item:nth-child(11) .program__box-item-ttl p {
  color: #EB34A6;
}
main .program__box-item:nth-child(11) .time {
  background: #EB34A6 !important;
}
main .program__box-item * {
  color: #fff;
}
main .program__box-item .content {
  padding: 2.25rem 2.25rem 1.625rem 2.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .program__box-item .content {
    padding: 1rem;
  }
}
main .program__box-item .content .item-badge {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #fff;
  color: #EB34A6;
  z-index: 1;
  top: -15px;
  right: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  border-radius: 100%;
  border: 2px solid #EB34A6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  main .program__box-item .content .item-badge {
    font-size: 16px;
    width: 65px;
    height: 65px;
    top: -10px;
    right: -5px;
  }
}
main .program__box-item-ttl {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 768px) {
  main .program__box-item-ttl {
/*    gap: 1rem;*/
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
}
main .program__box-item-ttl p {
  background: #fff;
  color: #de4732;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  main .program__box-item-ttl p {
    font-size: 1.2em;
    width: 30px;
    height: 30px;
  }
}
main .program__box-item-ttl h3 {
  font-size: 1.75em;
}
main .program__box-item-ttl h3 span {
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  main .program__box-item-ttl h3 {
/*    font-size: 1.2em;*/
    font-size: 1.1em;
  }
}
main .program__box-item-ttl h3 span {
  font-size: 0.78em;
}
@media screen and (max-width: 768px) {
  main .program__box-item-ttl h3 span {
    font-size: 0.64em;
  }
}
main .program__box-item .time__box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  main .program__box-item .time__box {
    gap: 10px;
    margin-bottom: 1rem;
  }
}
main .program__box-item .time__box .time {
  position: relative;
  background: #b23928;
  padding: 14px 5px 14px 2.8rem;
}
@media screen and (max-width: 768px) {
  main .program__box-item .time__box .time {
    font-size: 12px;
    padding: 5px 5px 5px 2rem;
  }
}
main .program__box-item .time__box .time::before {
  content: "";
  position: absolute;
  background: url(./img/time.svg);
  background-size: cover;
  top: 13px;
  left: 12px;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  main .program__box-item .time__box .time::before {
    top: 8px;
    left: 10px;
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  main .program__box-item p {
    font-size: 14px;
  }
}
main .program__box-item .small {
  font-size: 0.85em;
}
main .program__box-item img {
  margin-top: auto;
  margin-bottom: 0;
}
main .program__tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  list-style-type: none;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main .program__tab {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 5px;
    overflow-x: scroll;
    padding: 0 0 0.5rem;
  }
}
main .program__tab::-webkit-scrollbar {
  display: none;
}
main .program__tab .tab {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #56438b;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 8px;
  border: solid 1px #bebebe;
  border-radius: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  main .program__tab .tab {
    font-size: 12px;
    padding: 5px;
  }
}
main .program__tab .tab .small {
  font-size: 10px;
  color: #474d9a;
}
main .program__tab .tab:nth-child(2) {
  color: #1355a2;
}
main .program__tab .tab:nth-child(2).active {
  background: #1355a2;
}
main .program__tab .tab:nth-child(2).active::after {
  border-top: 10px solid #1355a2;
}
main .program__tab .tab:nth-child(3) {
  color: #568ec5;
}
main .program__tab .tab:nth-child(3).active {
  background: #568ec5;
}
main .program__tab .tab:nth-child(3).active::after {
  border-top: 10px solid #568ec5;
}
main .program__tab .tab:nth-child(4) {
  color: #578a85;
}
main .program__tab .tab:nth-child(4).active {
  background: #578a85;
}
main .program__tab .tab:nth-child(4).active::after {
  border-top: 10px solid #578a85;
}
main .program__tab .tab:nth-child(5) {
  color: #a75154;
}
main .program__tab .tab:nth-child(5).active {
  background: #a75154;
}
main .program__tab .tab:nth-child(5).active::after {
  border-top: 10px solid #a75154;
}
main .program__tab .tab:nth-child(6) {
  color: #505395;
}
main .program__tab .tab:nth-child(6).active {
  background: #505395;
}
main .program__tab .tab:nth-child(6).active::after {
  border-top: 10px solid #505395;
}
main .program__tab .tab:nth-child(7) {
  color: #343f89;
}
main .program__tab .tab:nth-child(7).active {
  background: #343f89;
}
main .program__tab .tab:nth-child(7).active::after {
  border-top: 10px solid #343f89;
}
main .program__tab .tab:nth-child(8) {
  color: #b13b2b;
}
main .program__tab .tab:nth-child(8).active {
  background: #b13b2b;
}
main .program__tab .tab:nth-child(8).active::after {
  border-top: 10px solid #b13b2b;
}
main .program__tab .tab:nth-child(9) {
  color: #5792ae;
}
main .program__tab .tab:nth-child(9).active {
  background: #5792ae;
}
main .program__tab .tab:nth-child(9).active::after {
  border-top: 10px solid #5792ae;
}
main .program__tab .tab:nth-child(10) {
  color: #c97d26;
}
main .program__tab .tab:nth-child(10).active {
  background: #c97d26;
}
main .program__tab .tab:nth-child(10).active::after {
  border-top: 10px solid #c97d26;
}
main .program__tab .tab:nth-child(11) {
  color: #477bb1;
}
main .program__tab .tab:nth-child(11).active {
  background: #477bb1;
}
main .program__tab .tab:nth-child(11).active::after {
  border-top: 10px solid #477bb1;
}
main .program__tab .tab:nth-child(12) {
  color: #bc5078;
}
main .program__tab .tab:nth-child(12).active {
  background: #bc5078;
}
main .program__tab .tab:nth-child(12).active::after {
  border-top: 10px solid #bc5078;
}
main .program__tab .tab:nth-child(13) {
  color: #6ba142;
}
main .program__tab .tab:nth-child(13).active {
  background: #6ba142;
}
main .program__tab .tab:nth-child(13).active::after {
  border-top: 10px solid #6ba142;
}
main .program__tab .tab:nth-child(14) {
  color: #549971;
}
main .program__tab .tab:nth-child(14).active {
  background: #549971;
}
main .program__tab .tab:nth-child(14).active::after {
  border-top: 10px solid #549971;
}
main .program__tab .tab:nth-child(15) {
  color: #9e4f82;
}
main .program__tab .tab:nth-child(15).active {
  background: #9e4f82;
}
main .program__tab .tab:nth-child(15).active::after {
  border-top: 10px solid #9e4f82;
}
main .program__tab .tab:nth-child(16) {
  color: #474d9a;
}
main .program__tab .tab:nth-child(16).active {
  background: #474d9a;
}
main .program__tab .tab:nth-child(16).active::after {
  border-top: 10px solid #474d9a;
}
main .program__tab .tab.active {
  background-color: #56438b;
  color: #fff !important;
}
main .program__tab .tab.active span {
  color: #fff;
}
main .program__tab .tab.active::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #56438b;
  left: 50%;
  bottom: -7px;
  transform: translate(-50%, 0);
}
main .program__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1%;
}
main .program__panel .panel {
  display: none;
  text-align: center;
  transition: 0.3s all;
}
main .program__panel .panel.active {
  display: block;
}
main .program__panel video,
main .program__panel img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .program__panel video,
  main .program__panel img {
    width: 100%;
  }
}
main .program__panel ul {
  padding: 0;
}
main .program__panel ul li {
  position: relative;
  color: #000000;
  text-align: left;
  padding-left: 1.5rem;
  list-style: none;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  main .program__panel ul li {
    font-size: 0.85em;
    padding-left: 1rem;
    margin-bottom: 0.25rem;
  }
}
main .program__panel ul li::before {
  position: absolute;
  content: "・";
  left: 0;
}
main .program__panel p {
  color: #000000;
  text-align: left;
  margin: 2rem auto;
}
main .program__panel .detail {
  font-size: 14px;
  margin-bottom: 1rem;
}
main .support {
  background: #04c3ba;
  padding-bottom: 4rem;
}
main .support h2,
main .support .ttl,
main .support .lead {
  color: #fff;
}
main .support .ttl {
  margin-bottom: 0.8rem;
}
main .support .lead {
  margin-bottom: 7.75rem;
}
@media screen and (max-width: 768px) {
  main .support .lead {
    margin-bottom: 4rem;
  }
}
main .support__box {
  position: relative;
  background: #fff;
  padding: 5.625rem 2.375rem 3.75rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  main .support__box {
    padding: 4rem 1rem 3rem;
    margin-bottom: 4rem;
  }
}
main .support__box .point {
  position: absolute;
  top: -65px;
  left: 50%;
  width: 130px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  main .support__box .point {
    top: -40px;
    width: 80px;
  }
}
main .support__box h3 {
  display: flex;
  align-items: center;
  font-size: 2.125em;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 1.375rem;
  margin: 0 auto;
  border-bottom: solid 2px #000000;
}
@media screen and (max-width: 768px) {
  main .support__box h3 {
    flex-direction: column;
    font-size: 1.3em;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
main .support__box h3 .small {
  font-size: 0.7em;
}
main .support__box h3 .red {
  color: #de4732;
}
main .support__box h3 img {
  display: inline;
  width: 86px;
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  main .support__box h3 img {
    width: 60px;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
main .support__box h4 {
  background: #f5f5f8;
  text-align: center;
  font-size: 1.25em;
  padding: 12px;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  main .support__box h4 {
    font-size: 1em;
    padding: 10px;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}
main .support__detail {
  text-align: center;
}
main .support__tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 0;
  list-style-type: none;
  cursor: pointer;
}
main .support__tab .tab {
  position: relative;
  color: #04c3ba;
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
  padding: 10px;
  border: solid 1px #04c3ba;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  main .support__tab .tab {
    font-size: 14px;
    padding: 5px;
  }
}
main .support__tab .tab.active {
  background-color: #04c3ba;
  color: #fff;
}
main .support__tab .tab.active::after {
  position: absolute;
  content: "";
  background: url(./img/tab.svg);
  width: 10px;
  height: 8px;
  left: 50%;
  bottom: -7px;
  transform: translate(-50%, 0);
}
main .support__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1%;
}
@media screen and (max-width: 768px) {
  main .support__flex {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
main .support__panel .panel {
  display: none;
  text-align: center;
  transition: 0.3s all;
}
main .support__panel .panel.active {
  display: block;
}
main .support__panel-box {
  flex-basis: 49%;
/*  margin-bottom: 1rem;*/
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  main .support__panel-box {
    margin-bottom: 1.5rem;
  }
}
main .support__panel-box h4 {
  background: #04c3ba;
  color: #fff;
  font-size: 1.125em;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  main .support__panel-box h4 {
    font-size: 1em;
    margin-bottom: 1rem;
  }
}
main .support__panel-box-cnt {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
main .support__panel-box-cnt dl {
  width: 49%;
  margin: 0;
}
main .support__panel-box-cnt dl dt {
  background: #4d4948;
  color: #fff;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  main .support__panel-box-cnt dl dt {
    font-size: 15px;
    padding: 5px;
  }
}
main .support__panel-box-cnt dl dd {
  padding: 10px;
  margin: 0;
  border: solid 1px #f1f1f5;
}
@media screen and (max-width: 768px) {
  main .support__panel-box-cnt dl dd {
    font-size: 15px;
    padding: 5px;
  }
}
main .support__panel-box a {
/*  text-decoration: underline !important;*/
  text-underline-offset: 3px;
/*  margin-top: 1.5rem;*/
  margin-top: 0.8rem;
  display: inline-block;
  border: 1px solid #04c3ba;
  color: #069d95 !important;
  text-decoration: none;
  border-radius: 15px;
  padding: 2px 15px;
}
main .support .accordion {
  position: relative;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  main .support .accordion {
    margin-top: 1rem;
  }
}
main .support .accordion-title {
  position: relative;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  padding: 1.25rem;
  border: solid 1px #000000;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main .support .accordion-title {
    font-size: 1em;
    padding: 10px 1.75rem 10px 8px;
  }
}
main .support .accordion-title::after {
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  width: 8px;
  top: 38%;
  right: 25px;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  border-right: solid 2px #000000;
  border-top: solid 2px #000000;
}
@media screen and (max-width: 768px) {
  main .support .accordion-title::after {
    right: 10px;
  }
}
main .support .accordion-title span {
  background: #de4732;
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
  padding: 6px 10px;
  margin-left: 1rem;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  main .support .accordion-title span {
    font-size: 0.75em;
    padding: 3px 5px;
  }
}
main .support .accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
main .support .accordion-content {
  display: none;
}
main .support .accordion-content ul {
  padding: 0;
}
main .support .accordion-content ul li {
  position: relative;
  padding-left: 2rem;
  list-style: none;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  main .support .accordion-content ul li {
    padding-left: 1.5rem;
  }
}
main .support .accordion-content ul li::before {
  position: absolute;
  content: "・";
  left: 0;
}
main .support .accordion-content ul li .red {
  color: #de4732;
  font-weight: bold;
}
main .support .accordion-content ul li p {
  background: #f5f5f8;
  padding: 11px 1rem;
  margin-top: 1rem;
}
main .support .accordion-content ul li a {
  display: inline;
  text-decoration: underline !important;
}
main .support .accordion-content img {
  margin: 0 auto 1rem;
}
main .support .accordion-content img:nth-of-type(1), main .support .accordion-content img:nth-of-type(2), main .support .accordion-content img:nth-of-type(5), main .support .accordion-content img:nth-of-type(6) {
  max-width: 600px;
  margin: 0 auto 1rem;
}
main .support .accordion-content img:nth-of-type(9) {
  max-width: 900px;
}
main .support .flow p {
  font-size: 1.125em;
  font-weight: bold;
  margin: 1.5rem auto;
}
@media screen and (max-width: 768px) {
  main .support .flow p {
    font-size: 1em;
  }
}
main .support .flow hr {
  margin: 2.5rem auto;
  border: solid 1px #ececf1;
}
@media screen and (max-width: 768px) {
  main .support .flow hr {
    margin: 2rem auto;
  }
}
main .support__btn {
  position: relative;
  background: #251e1c;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  width: 100%;
/*  max-width: 630px;*/
  max-width: 750px;
  padding: 1.5rem;
  margin: 2.5rem auto 0;
  border-radius: 5px;
}
main .support__btn strong {
  font-size: 3.5em;
  color: #fff;
  margin-bottom: 5px;
}
main .support__btn em {
  margin-top: 5px;
  font-style: normal;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main .support__btn {
    flex-direction: column;
    gap: 5px;
    font-size: 1.2em;
    padding: 12px 1rem;
    margin: 2rem auto 0;
  }
  main .support__btn strong {
    font-size: 2.0em !important;
  }
}
main .support__btn::after {
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  width: 8px;
  top: 45%;
  right: 25px;
  transform: rotate(45deg);
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
}
main .support__btn.wrap {
  flex-direction: column;
  background: #de4732;
  max-width: initial;
  border-radius: 0;
}
main .support__btn.down {
  margin-top: 15px;
  padding-bottom: 2rem;
  background: rgba(255,255,255,.3);
}
main .support__btn.down::after {
  transform: rotate(135deg);
/*  top: 70%;*/
  top: auto;
  right: 48%;
  bottom: 20px;
}
main .support__btn.wrap ul {
  counter-reset: listnum;
  list-style: none;
  padding: 0;
  margin: 6px 0;
}
main .support__btn.wrap li {
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
main .support__btn.wrap:after {
  display: none;
}
main .support__btn.wrap li:before {
  counter-increment: listnum;
  content: "0"counter(listnum);
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100%;
  display: flex;
  margin-right: 8px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
}
main .support__btn.wrap li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  main .support__btn::after {
    right: 1rem;
  }
}
main .support__btn span {
  background: #fff300;
  font-size: 0.7em;
  padding: 12px 1rem;
  margin-right: 1rem;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  main .support__btn span {
    padding: 3px 10px;
  }
}
main .cafe__top {
  width: 150px;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 768px) {
  main .cafe__top {
    width: 100px;
  }
}
main .cafe .sec__ttl span:nth-child(1) {
  color: #3469dd;
}
main .cafe .sec__ttl span:nth-child(2) {
  color: #1e9ee8;
}
main .cafe .sec__ttl span:nth-child(3) {
  color: #008ef4;
}
main .cafe .sec__ttl span:nth-child(4) {
  color: #e359c1;
}
main .cafe .sec__ttl span:nth-child(5) {
  color: #a189ff;
}
main .cafe .sec__ttl span:nth-child(6) {
  color: #3e54c6;
}
main .cafe .sec__ttl span:nth-child(7) {
  color: #30bee3;
}
main .cafe .sec__ttl span:nth-child(8) {
  color: #7cc942;
}
main .cafe .sec__ttl span:nth-child(9) {
  color: #ff9000;
}
main .cafe .sec__ttl span:nth-child(10) {
  color: #1bb6ff;
}
main .cafe .sec__ttl span:nth-child(11) {
  color: #04c3ba;
}
main .cafe .sec__ttl span:nth-child(12) {
  color: #de4732;
}
main .cafe .sec__ttl span:nth-child(13) {
  color: #f8689d;
}
main .cafe .sec__ttl span:nth-child(14) {
  color: #3dcb78;
}
main .cafe .sec__ttl span:nth-child(15) {
  color: #e25858;
}
main .cafe .sec__ttl span:nth-child(17) {
  color: #3469dd;
}
main .cafe .sec__ttl span:nth-child(18) {
  color: #1e9ee8;
}
main .cafe .sec__ttl span:nth-child(19) {
  color: #008ef4;
}
main .cafe .sec__ttl span:nth-child(20) {
  color: #e359c1;
}
main .cafe .sec__ttl span:nth-child(21) {
  color: #a189ff;
}
main .cafe .sec__ttl span:nth-child(22) {
  color: #3e54c6;
}
main .cafe .sec__ttl span:nth-child(23) {
  color: #30bee3;
}
main .cafe .sec__ttl span:nth-child(24) {
  color: #7cc942;
}
main .cafe .sec__ttl span:nth-child(25) {
  color: #ff9000;
}
main .cafe .sec__ttl span:nth-child(26) {
  color: #1bb6ff;
}
main .cafe__time {
  max-width: 630px;
  padding: 1.25rem;
  margin: 2.25rem auto;
  border: solid 1px #f8689e;
}
@media screen and (max-width: 768px) {
  main .cafe__time {
    padding: 0.5rem;
    margin: 2rem auto;
  }
}
main .cafe__time p {
  position: relative;
  text-align: center;
}
main .cafe__time p:nth-child(1) {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 2rem;
  margin: 0 auto 10px;
}
main .cafe__time p:nth-child(1)::before {
  position: absolute;
  content: "";
  background: url(./img/b-time.svg);
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}
main .cafe__time p:nth-child(2) {
  font-size: 15px;
}
main .cafe__detail {
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 2.625rem;
}
main .cafe__detail em {
  font-style: normal;
  font-size: 150%;
  text-decoration-line: underline;
  text-decoration-color: #FFDFEA;
  text-decoration-style: solid;
  text-decoration-thickness: 15px;
  text-underline-offset: -7px;
  text-decoration-skip-ink: none;
}
@media screen and (max-width: 768px) {
  main .cafe__detail {
    font-size: 1em;
    margin-bottom: 1.5rem;
  }
}
main .cafe__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main .cafe__box {
    display: block;
  }
}
main .cafe__box img {
  width: 32%;
}
@media screen and (max-width: 768px) {
  main .cafe__box img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
main .campaign {
  background: #e6f1ff;
}
main .campaign .sec__ttl span:nth-child(1) {
  color: #3ecb79;
}
main .campaign .sec__ttl span:nth-child(2) {
  color: #de4732;
}
main .campaign .sec__ttl span:nth-child(3) {
  color: #f8689d;
}
main .campaign .sec__ttl span:nth-child(4) {
  color: #7cc942;
}
main .campaign .sec__ttl span:nth-child(5) {
  color: #e25858;
}
main .campaign .sec__ttl span:nth-child(6) {
  color: #3469dd;
}
main .campaign .sec__ttl span:nth-child(7) {
  color: #1e9ee8;
}
main .campaign .sec__ttl span:nth-child(8) {
  color: #e359c1;
}
main .campaign .ttl {
  margin-bottom: 3.75rem;
}
main .campaign img {
  margin-bottom: 1.75rem;
}
main .faq .sec__ttl span:nth-child(1) {
  color: #a189ff;
}
main .faq .sec__ttl span:nth-child(2) {
  color: #3e54c6;
}
main .faq .sec__ttl span:nth-child(3) {
  color: #30bee3;
}
main .faq .ttl {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  main .faq .ttl {
    margin-bottom: 3rem;
  }
}
main .faq .accordion {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  main .faq .accordion {
    margin-bottom: 1rem;
  }
}
main .faq .accordion-title {
  position: relative;
  background: #f5f3ff;
  font-size: 1.125em;
  padding: 1rem 2.5rem 1rem 5.5rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main .faq .accordion-title {
    font-size: 1em;
    padding: 14px 2rem 14px 3.5rem;
  }
}
main .faq .accordion-title::before {
  content: "Q";
  position: absolute;
  background: #a188fe;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.625em;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  main .faq .accordion-title::before {
    font-size: 1.2em;
    width: 45px;
  }
}
main .faq .accordion-title::after {
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
  border-right: solid 2px #000000;
  border-top: solid 2px #000000;
}
@media screen and (max-width: 768px) {
  main .faq .accordion-title::after {
    right: 1rem;
  }
}
main .faq .accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
main .faq .accordion-content {
  position: relative;
  background: #ebedf9;
  display: none;
  font-size: 1.125em;
  padding: 1rem 2.5rem 1rem 5.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  main .faq .accordion-content {
    font-size: 1em;
    padding: 14px 14px 14px 3.5rem;
  }
}
main .faq .accordion-content::before {
  content: "A";
  position: absolute;
  background: #3e54c6;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.625em;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  main .faq .accordion-content::before {
    font-size: 1.2em;
    width: 45px;
  }
}
main .walk {
  padding-top: 0;
  padding-bottom: 6rem;
  background: #f5f5f8;
  background-image: linear-gradient(#ececf1 1px, transparent 0), linear-gradient(90deg, #ececf1 1px, transparent 0), linear-gradient(#ececf1 1px, transparent 0), linear-gradient(90deg, #ececf1 1px, transparent 0);
  background-size: 52px 52px, 52px 52px, 26px 26px, 26px 26px;
}
main .walk .sec__ttl span:nth-child(1) {
  color: #7cc942;
}
main .walk .sec__ttl span:nth-child(2) {
  color: #ff9000;
}
main .walk .sec__ttl span:nth-child(3) {
  color: #1bb6ff;
}
main .walk .sec__ttl span:nth-child(4) {
  color: #06c3ba;
}
main .walk .sec__ttl span:nth-child(5) {
  color: #de4732;
}
main .walk .sec__ttl span:nth-child(6) {
  color: #f8689d;
}
main .walk .sec__ttl span:nth-child(7) {
  color: #3dcb78;
}
main .walk .sec__ttl span:nth-child(8) {
  color: #e25858;
}
main .walk .sec__ttl span:nth-child(9) {
  color: #3469dd;
}
main .walk .ttl {
  text-align: center;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  main .walk .ttl {
    margin-bottom: 3rem;
  }
}
main .walk__box {
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: flex-start;*/
}
@media screen and (max-width: 768px) {
  main .walk__box {
/*    display: block;*/
/*    overflow: auto;*/
/*    position: relative;*/
/*    margin-right: -1rem;*/
  }
}
main .walk__box img {
/*  width: 32%;*/
}
@media screen and (max-width: 768px) {
  main .walk__box img {
/*    width: 100%;*/
/*    width: 85%;*/
/*    margin-bottom: 3rem;*/
/*    margin-right: 20px;*/
  }
  main .walk__box img:last-child {
/*    margin-right: 1rem;*/
  }
}
main .walk__box_list {
  margin-bottom: 20px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  main .walk__box_list {
    padding-bottom: 10px;
  }
}
main .walk__box_list:last-child {
  margin-bottom: 20px;
}
main .walk__box_title {
  text-align: center;
  margin-bottom: 35px;
}
main .walk__box_title img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: inline;
  vertical-align: top;
}
main .walk__box_content {
/*  overflow: auto;*/
  text-align: center;
}
main .walk__box_content img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline;
}
main .walk__box_content p {
  text-align: center !important;
  font-size: 85%;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  main .walk__box_content {
    overflow: auto;
  }
  main .walk__box_content img {
    height: 170px;
    max-width: initial;
    margin-left: 15px;
    margin-right: 15px;
  }
}
main .walk__box_inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}
main .walk__box_inner img {
  max-width: initial;
  height: 258px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  main .walk__box_inner img {
/*    height: 70px;*/
/*    margin-left: 0;*/
      height: 170px;
  }
}
@media screen and (max-width: 768px) {
  main .walk__box_title {
    margin-bottom: 0;
  }
  main .walk__box_title img {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
main .walk p {
  text-align: right;
}

.topPage {
  position: fixed;
  width: 50px;
  bottom: 2.25rem;
  right: 2.25rem;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .topPage {
    width: 40px;
    bottom: 5.7rem;
    right: 0.7rem;
  }
}

footer {
  padding: 2.25rem 1rem 12px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 1.5rem 1rem 7rem;
  }
}
footer ul {
  display: flex;
  justify-content: center;
  gap: 2.25rem;
  padding: 0;
}
footer ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  footer ul li {
    margin-bottom: 1.5rem;
  }
}
footer ul li a {
  text-decoration: underline !important;
}
footer .copy {
  font-size: 14px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */