@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&display=swap");
section.top-landing {
  padding-top: clamp(7.5rem, 10vw, 12rem);
  height: 100vh;
  height: 100lvh;
}
section.top-landing .main-content,
section.top-landing .highlight-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
section.top-landing .main-content {
  box-sizing: border-box;
  padding: clamp(2rem, 10vh, 8rem) 0 2rem;
  position: relative;
  justify-content: flex-start;
  flex: 3;
}
section.top-landing .main-content .container {
  position: relative;
  z-index: 10;
  flex: 1;
  justify-content: space-between;
  width: 96%;
}
section.top-landing .main-content .container h1 {
  width: 100%;
  max-width: 76rem;
}
section.top-landing .main-content .container img {
  display: block;
  width: 100%;
}
section.top-landing .main-content .tags {
  gap: 1rem;
}
section.top-landing .main-content .tags .tl-wrap {
  row-gap: 1rem;
}
section.top-landing .main-content .tags .tag-line {
  width: fit-content;
  background: linear-gradient(90deg, #96d3e5 0%, #f2f1cb 45%, #f2e13c 100%);
  font-size: 2rem;
  line-height: 100%;
  padding: 0.5em 0.9em;
}
section.top-landing .main-content .img-container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.top-landing .main-content .img-container picture,
section.top-landing .main-content .img-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.top-landing .highlight-banner {
  flex: 1;
  max-height: 10.5rem;
  background-color: #34b8eb;
  color: #000;
  font-size: 2.5rem;
  text-align: center;
}
section.top-landing .highlight-banner .resp-text {
  display: none;
}
section.top-landing .highlight-banner p.deadline {
  display: flex;
  align-items: center;
  color: #ffffff;
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 651px) {
  section.top-landing .highlight-banner .cta:not(.scrolled) {
    flex-direction: row;
    width: 100%;
    height: 2em;
    position: static;
    border-radius: unset;
    aspect-ratio: unset;
    font-size: 3rem;
    font-weight: 500;
  }
  section.top-landing .highlight-banner .cta:not(.scrolled) .check {
    display: none;
  }
}
@media screen and (min-width: 651px) {
  section.top-landing {
    padding-top: 0;
  }
  section.top-landing .highlight-banner {
    max-height: 7rem;
  }
  section.top-landing .highlight-banner .resp-text {
    display: unset;
  }
  section.top-landing .main-content {
    padding-bottom: 7rem;
  }
  section.top-landing .main-content .container {
    max-width: 127rem;
  }
  section.top-landing .main-content .container h1 {
    width: clamp(20rem, 45vw, 76rem);
    align-self: flex-start;
  }
  section.top-landing .main-content .tags {
    display: flex;
    align-self: flex-start;
    gap: 1em;
  }
  section.top-landing .main-content .tags .tl-wrap {
    row-gap: 1rem;
  }
  section.top-landing .main-content .tags .tag-line {
    font-size: 3.3rem;
    padding: 0.5em 0.66em;
  }
}

section.about {
  padding: clamp(4rem, 10vw, 12rem) 0 6rem;
}
section.about .title-container {
  gap: 0.2em;
}
section.about .title-container img {
  width: 100%;
  max-width: 23.3rem;
}
section.about p.text-body {
  line-height: 200%;
}
@media screen and (min-width: 1001px) {
  section.about p.text-body {
    font-size: 1.8rem;
    line-height: 200%;
  }
}

section.steps {
  background-color: #d9effd;
  padding: 7rem 0 4rem;
}
section.steps .step-container {
  gap: 3rem;
}
section.steps .step-card {
  position: relative;
  flex: 1;
  gap: 2rem;
  max-width: 35rem;
  box-sizing: border-box;
  padding: 1em 1em 3.5em;
  background-color: #ffffff;
  border-radius: 1em;
}
section.steps .step-card.fw-card {
  padding-left: 0;
  padding-right: 0;
}
section.steps .step-card.fw-card .title-container,
section.steps .step-card.fw-card .text-container,
section.steps .step-card.fw-card .meta {
  width: calc(100% - 2em);
}
section.steps .fw-field-container {
  width: 100%;
}
section.steps .fw-field-container .fw-field {
  box-sizing: border-box;
  text-align: center;
  padding: 1em;
}
section.steps .fw-field-container .fw-field h4 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 144%;
  margin-bottom: 1rem;
}
section.steps .fw-field-container .fw-field.fw-field-blue {
  color: #ffffff;
  background-color: #20a0d5;
}
section.steps .fw-field-container .fw-field.fw-field-yellow {
  color: #000;
  background-color: #f0d439;
}
section.steps .step-no {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Josefin Sans", " Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 1rem;
  transform: translateY(-50%);
  z-index: 10;
  gap: 1rem;
  width: 7.3rem;
  aspect-ratio: 1/1;
  background-color: #f4e54b;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 100%;
  text-transform: uppercase;
}
section.steps .step-no .number {
  font-size: 2em;
  font-weight: 500;
}
section.steps .title-container {
  width: calc(100% - 2rem);
  gap: 1.5rem;
  border-bottom: 1px solid #707070;
}
section.steps .title-container h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
section.steps .title-container h4 {
  font-size: 2.5rem;
  line-height: 160%;
}
section.steps .meta {
  width: 100%;
  position: relative;
  gap: 1rem;
  box-sizing: border-box;
  border: 3px solid #35b8eb;
  border-radius: 2rem;
  padding: 2.8rem 0.4rem 2rem;
  text-align: center;
}
section.steps .meta .label {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  min-width: 6.666em;
  padding: 0.4em 0.85em;
  background-color: #35b8eb;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 100%;
  border-radius: 1.111em;
}
section.steps .meta p {
  line-height: 200%;
}
section.steps .meta .date {
  font-size: 1.8rem;
  font-weight: bold;
}
section.steps .meta .date.highlight-date {
  font-size: 2.5rem;
  line-height: 140%;
}
section.steps .meta .bar-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
section.steps .meta .bar {
  max-width: 25rem;
}
section.steps .meta .place h5 {
  font-size: 1.8rem;
}
section.steps .bar-container {
  width: 100%;
  text-align: center;
}
section.steps .bar-container .bar {
  box-sizing: border-box;
  padding: 0.333em;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
}
section.steps .bar-container .bar.blue-bar {
  color: #ffffff;
  background-color: #20a0d5;
}
section.steps .bar-container .bar.yellow-bar {
  color: #000;
  background-color: #f0d439;
}
section.steps .arrow {
  display: block;
  background-color: #34b8eb;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 9rem;
  height: 2.5rem;
}
@media screen and (min-width: 1201px) {
  section.steps .title-container h3 {
    font-size: 2.5rem;
  }
  section.steps .title-container h4 {
    font-size: 1.8rem;
    line-height: 200%;
  }
  section.steps .step-container {
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
  }
  section.steps .step-card {
    align-self: stretch;
    padding-top: 2em;
    gap: 4rem;
  }
  section.steps .arrow {
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    height: 9rem;
    width: 2.5rem;
  }
}

section.challenge {
  padding: 2rem 0 3rem;
  background-color: #f4e54b;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 200%;
}
section.challenge .content-container,
section.challenge .text-container {
  gap: 2rem;
}
section.challenge .img-container,
section.challenge .text-container {
  flex: 1;
}
section.challenge picture,
section.challenge img {
  width: 100%;
}
section.challenge h2 {
  line-height: 160%;
}
@media screen and (min-width: 651px) {
  section.challenge {
    padding: 6rem 0;
  }
  section.challenge .content-container {
    gap: 4rem;
  }
}

section.points {
  padding: 5rem 0;
  gap: 5rem;
}
section.points .points-container {
  gap: 4rem;
}
section.points .point-card {
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 1fr 3rem 4.5rem 13rem 4.5rem 3rem 1fr;
  grid-template-rows: 1em 18rem 4rem auto;
  max-width: 35rem;
}
section.points .point-no {
  grid-column: 2/4;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Josefin Sans", " Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 20;
  gap: 1rem;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #f4e54b;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 100%;
  text-transform: uppercase;
}
section.points .point-no .number {
  font-size: 2em;
  font-weight: 500;
}
section.points .bg-circle {
  grid-column: 3/6;
  grid-row: 2/4;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1/1;
  margin-top: auto;
  background-color: #34b8eb;
}
section.points img.point-img {
  grid-column: 3/6;
  grid-row: 1/4;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottomr;
  padding-bottom: 2rem;
  z-index: 30;
}
section.points #pc-2 img.point-img {
  max-width: 19rem;
  padding-right: 1rem;
  object-position: center right;
  margin-left: auto;
}
section.points #pc-3 img.point-img {
  max-width: 20rem;
  padding-left: 0.6rem;
  object-position: center left;
}
section.points .text-container {
  grid-column: 1/8;
  grid-row: 3/5;
  position: relative;
  z-index: 10;
  background-color: #d9effd;
  border-radius: 1em;
  box-sizing: border-box;
  width: 100%;
  padding: 2em 1em 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
section.points .text-container h3 {
  text-align: center;
}
@media screen and (min-width: 1001px) {
  section.points {
    padding-top: 10rem;
  }
  section.points .points-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
  }
  section.points .point-card {
    align-self: stretch;
  }
}

section.sample {
  padding: 4rem 0 2rem;
  background: linear-gradient(0deg, rgba(131, 212, 231, 0.7) 0%, rgba(241, 241, 198, 0.7) 45%, rgba(244, 225, 0, 0.7) 100%);
}
section.sample .content-container {
  gap: 2rem;
}
section.sample .sample-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
section.sample h3 {
  font-size: 2.5rem;
  font-weight: 500;
}
section.sample .label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  padding: 0.5em 1em;
  width: fit-content;
  border-radius: 1em;
  line-height: 100%;
  text-align: center;
}
section.sample .label.label-blue {
  background-color: #34b8eb;
  color: #ffffff;
}
section.sample .label.label-blue.arrow:after {
  background-color: #34b8eb;
}
section.sample .label.label-yellow {
  background-color: #f4e54b;
  color: #000;
}
section.sample .label.label-yellow.arrow:after {
  background-color: #f4e54b;
}
section.sample .label.arrow {
  margin-bottom: 0.6em;
}
section.sample .label.arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 2em;
  height: 0.6em;
  bottom: 0;
  transform: translateY(100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
section.sample ul {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 2.6rem;
  gap: 0.4em;
}
section.sample ul li {
  position: relative;
  padding-left: 1em;
  line-height: 200%;
}
section.sample ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  position: absolute;
  display: block;
  width: 1rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #34b8eb;
}
@media screen and (min-width: 651px) {
  section.sample {
    padding: 5rem 0;
  }
  section.sample .content-container {
    align-items: flex-start;
  }
}

section.review {
  padding-top: 3rem;
  gap: 2.5rem;
}
section.review .content-container {
  gap: 2.5rem;
  width: 100%;
  max-width: 800px;
}
section.review .review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  flex: 1;
  background-color: #d9effd;
  padding: 6rem 0 4rem;
  margin-top: 5rem;
}
section.review .review-card p {
  width: 89.7%;
}
section.review .review-card img {
  display: block;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 10rem;
}
@media screen and (min-width: 651px) {
  section.review {
    gap: 5rem;
    margin-bottom: 5rem;
  }
  section.review .content-container {
    width: 89.7%;
  }
}

section.companies {
  background-color: #f4e54b;
  padding: clamp(4rem, 5vw, 7.5rem) 0;
  gap: 3rem;
}
section.companies a.a-btn {
  padding: 0.9em 2.33em;
}

/*# sourceMappingURL=top.css.map */
