body {
  --grad01: linear-gradient(to right, #00B67C, #00A8D0);
  --grad02: linear-gradient(to right, #00AAC5, #A2FFD4);
  overflow: visible !important;
}

@media (max-width: 1024px) {
  .pc {
    display: none;
  }
}

@media (max-width: 766px) {
  .pc-tab {
    display: none;
  }
}

.tab-sp {
  display: none;
}
@media (max-width: 1024px) {
  .tab-sp {
    display: block;
  }
}

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

.c-pagetop {
  display: none !important;
}

.sns .l-inner {
  display: grid;
  justify-items: center;
  gap: 40px;
}

.sns__txt {
  font-weight: 700;
  font-size: 1.8rem;
}

.sns__btn-list {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.contest {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
}
.contest * {
  line-height: 1.8;
}
.contest h1, .contest h2, .contest h3, .contest h4, .contest h5, .contest h6 {
  line-height: 1.5;
}
@media (max-width: 766px) {
  .contest {
    font-size: 1.4rem;
  }
}
.contest-hero {
  position: relative;
}
.contest-hero__asset01 {
  position: absolute;
  bottom: 1%;
  left: 0;
  width: 42.5%;
  z-index: 5;
}
.contest-hero__asset02 {
  position: absolute;
  bottom: 27%;
  right: 0;
  width: 62%;
  z-index: 8;
}
@media (max-width: 766px) {
  .contest-hero__asset02 {
    bottom: 18%;
    width: 90%;
  }
}
.contest-news {
  padding: 0 40px;
  position: relative;
  margin-top: calc(-1 * (100vw - 80px) * 0.1);
}
.contest-news__container {
  max-width: 1200px;
  margin: 0 auto;
  background: #EFFAF6;
  border-radius: 20px;
  padding: 80px 40px;
}
.contest-news__headline {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.contest-news__headline::after {
  position: absolute;
  display: block;
  content: "";
  width: 100px;
  height: 3px;
  background: #00B67C;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contest-news__list {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.contest-news__list-item + .contest-news__list-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #EBEBEB;
  margin: 15px 0;
}
.contest-news__list-item-date {
  color: #00B67C;
  font-weight: 700;
  min-width: 100px;
  margin-right: 20px;
}
@media (max-width: 766px) {
  .contest-news {
    padding: 0 20px;
    margin-top: calc(-1 * (100vw - 40px) * 0.08);
  }
  .contest-news__container {
    padding: 40px 15px;
  }
  .contest-news__headline {
    font-size: 2.4rem;
  }
  .contest-news__list {
    grid-template-columns: auto;
    padding: 20px;
  }
  .contest-news__list-item {
    display: grid;
  }
}
@media (min-width: 1280px) {
  .contest-news {
    margin-top: -120px;
  }
}
.contest-section001 {
  padding: 80px 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  justify-items: center;
}
.contest-section001__headline {
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 3rem;
  padding: 0.8em 0.8em;
  font-weight: 900;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: var(--grad01);
  margin-bottom: 40px;
}
.contest-section001__desc {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 766px) {
  .contest-section001 {
    padding: 60px 20px;
  }
  .contest-section001__headline {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .contest-section001__desc {
    font-size: 1.4rem;
    text-align: left;
  }
}
.contest-section002 {
  padding: 0 80px;
}
.contest-section002__container {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 68% 1fr;
  grid-template-rows: auto 1fr;
  grid-auto-flow: column;
  gap: 0 40px;
}
.contest-section002__container::before {
  position: absolute;
  display: block;
  content: "";
  grid-row: 1/2;
  width: 100vw;
  height: 100%;
  background: var(--grad02);
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.contest-section002__headline {
  font-size: 2.8rem;
  font-weight: 900;
  color: #fff;
  padding: 0.4em 0;
}
.contest-section002__desc {
  margin: 50px auto 100px;
  font-size: 1.8rem;
  font-weight: 700;
}
.contest-section002__img {
  grid-row: span 2;
  align-self: center;
}
@media (max-width: 1024px) {
  .contest-section002 {
    padding: 0 40px;
  }
}
@media (max-width: 766px) {
  .contest-section002 {
    padding: 0 20px 60px;
  }
  .contest-section002__container {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-auto-flow: row;
  }
  .contest-section002__headline {
    font-size: 1.8rem;
  }
  .contest-section002__desc {
    font-size: 1.4rem;
    margin: 40px auto;
  }
  .contest-section002__img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.contest-section003 {
  padding: 80px 80px 110px;
  background: #EFFAF6;
}
.contest-section003__container {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 80px;
}
.contest-section003__headline {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  position: relative;
  z-index: 0;
  align-self: start;
  padding-right: 1em;
}
.contest-section003__headline::before {
  position: absolute;
  display: block;
  content: "";
  width: 200vw;
  background: #50D3CC;
  z-index: -1;
  top: -35px;
  bottom: -35px;
  right: 0;
  transform: skewX(-18deg);
  transform-origin: bottom right;
}
.contest-section003__desc {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .contest-section003 {
    padding: 80px 40px 110px;
  }
  .contest-section003__container {
    grid-template-columns: auto;
  }
  .contest-section003__headline {
    justify-self: start;
    margin-top: 35px;
  }
}
@media (max-width: 766px) {
  .contest-section003 {
    padding: 60px 20px 90px;
  }
  .contest-section003__container {
    gap: 50px;
  }
  .contest-section003__headline {
    margin-top: 20px;
    font-size: 1.7rem;
  }
  .contest-section003__headline::before {
    top: -20px;
    bottom: -20px;
  }
  .contest-section003__desc {
    font-size: 1.4rem;
  }
}
.contest-section004 {
  padding: 0 40px;
  margin-top: -30px;
  position: relative;
  z-index: 5;
}
.contest-section004__container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 20% 80px 1fr;
  grid-template-rows: auto auto 80px;
}
.contest-section004__container::before {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  grid-row: 1/3;
  grid-column: 2/-1;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 20px;
}
.contest-section004__headline {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  background: var(--grad02);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 1.5em;
  grid-row: 1/2;
  grid-column: 2/-1;
  margin-top: 30px;
}
.contest-section004__data {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 10px;
  grid-row: 2/3;
  grid-column: 3/-1;
  margin: 30px 0;
}
.contest-section004__data-ttl {
  justify-self: end;
  color: #00B67C;
}
.contest-section004__data-ttl::after {
  content: ":";
}
.contest-section004__img {
  grid-row: 2/-1;
  grid-column: 1/3;
  padding-right: 10px;
  align-self: end;
}
@media (max-width: 766px) {
  .contest-section004 {
    padding: 0 20px;
  }
  .contest-section004__container {
    grid-template-columns: 20px 1fr;
    grid-template-rows: auto;
  }
  .contest-section004__container::before {
    grid-column: 1/-1;
  }
  .contest-section004__headline {
    font-size: 1.8rem;
    grid-column: 1/-1;
  }
  .contest-section004__data {
    grid-column: 2/-1;
    margin: 20px auto 60px;
    grid-template-columns: auto;
    gap: 0;
  }
  .contest-section004__data-ttl {
    justify-self: start;
  }
  .contest-section004__data-ttl > .contest-section004__data-desc {
    margin-top: 10px;
  }
  .contest-section004__data-desc {
    justify-self: start;
  }
  .contest-section004__data-desc + .contest-section004__data-ttl {
    margin-top: 10px;
  }
  .contest-section004__img {
    grid-row: auto;
    grid-column: 1/-1;
    max-width: 300px;
    margin: -50px auto 0;
    padding: 0;
  }
}
.contest-section005 {
  padding: 0 80px;
}
.contest-section005__container {
  max-width: 1120px;
  margin: 0 auto;
}
.contest-section005__headline {
  position: relative;
  font-size: 2.8rem;
  font-weight: 900;
  color: #fff;
  padding: 0.4em 0;
  margin-bottom: 40px;
}
.contest-section005__headline::before {
  position: absolute;
  display: block;
  content: "";
  background: var(--grad02);
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.contest-section005 .accordion__btn,
.contest-section005 .accordion__panel p {
  padding: 1.2em 1em;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
}
.contest-section005 .accordion__btn::before,
.contest-section005 .accordion__panel p::before {
  font-size: 3rem;
  font-weight: 700;
  color: #0AB881;
  padding-right: 0.5em;
}
.contest-section005 .accordion + .accordion::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #EBEBEB;
}
.contest-section005 .accordion__btn {
  cursor: pointer;
}
.contest-section005 .accordion__btn::before {
  content: "Q.";
}
.contest-section005 .accordion__btn::after {
  content: "";
  font-size: 3rem;
  color: #0AB881;
  margin-left: 0.5em;
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjMEFCODgxIiBkPSJNMjU2IDgwYzAtMTcuNy0xNC4zLTMyLTMyLTMycy0zMiAxNC4zLTMyIDMyVjIyNEg0OGMtMTcuNyAwLTMyIDE0LjMtMzIgMzJzMTQuMyAzMiAzMiAzMkgxOTJWNDMyYzAgMTcuNyAxNC4zIDMyIDMyIDMyczMyLTE0LjMgMzItMzJWMjg4SDQwMGMxNy43IDAgMzItMTQuMyAzMi0zMnMtMTQuMy0zMi0zMi0zMkgyNTZWODB6Ii8+PC9zdmc+Cg==);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.contest-section005 .accordion__btn.active::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjMEFCODgxIiBkPSJNNDMyIDI1NmMwIDE3LjctMTQuMyAzMi0zMiAzMkw0OCAyODhjLTE3LjcgMC0zMi0xNC4zLTMyLTMyczE0LjMtMzIgMzItMzJsMzUyIDBjMTcuNyAwIDMyIDE0LjMgMzIgMzJ6Ii8+PC9zdmc+Cg==);
}
.contest-section005 .accordion__btn.active + .accordion__panel {
  max-height: 300px;
}
.contest-section005 .accordion__panel {
  max-height: 0;
  overflow: hidden;
  background: #EFFAF6;
  font-size: 1.5rem;
  transition: max-height 0.5s linear;
}
.contest-section005 .accordion__panel p {
  margin-bottom: 0;
}
.contest-section005 .accordion__panel p::before {
  content: "A.";
  padding-left: 1em;
}
@media (max-width: 1024px) {
  .contest-section005 {
    padding: 0 40px;
  }
}
@media (max-width: 766px) {
  .contest-section005 {
    padding: 0 20px;
  }
  .contest-section005__headline {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .contest-section005 .accordion__panel {
    font-size: 1.3rem;
  }
}
.contest-sticky {
  position: sticky;
  width: 100%;
  bottom: 0;
  z-index: 100;
  background: #fff;
}
.contest-sticky__container {
  max-width: 820px;
  padding: 15px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}
.contest-sticky__btn {
  border: 1px solid #00B488;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #00B488;
  padding: 0.5em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.contest-sticky__btn:hover {
  color: #00B488;
  opacity: 0.7;
}
.contest-sticky__btn:hover img {
  opacity: 1;
}
.contest-sticky__btn img {
  width: 30px;
}
.contest-sticky__btn--fill {
  background: var(--grad01);
  color: #fff;
}
.contest-sticky__btn--fill:hover {
  color: #fff;
}
@media (max-width: 766px) {
  .contest-sticky__btn {
    font-size: 1.4rem;
  }
  .contest-sticky__btn img {
    width: 20px;
  }
}/*# sourceMappingURL=contest.css.map */