@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Rubik:wght@500&display=swap");
.top-wrapper {
  background: url(../img/top/sp/bg-fv.svg) center bottom no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 1001px) {
  .top-wrapper {
    background: url(../img/top/large/bg-fv.svg) top left no-repeat;
    background-size: cover;
  }
}

section.top-landing {
  display: grid;
  grid-template-columns: 2rem 1fr 2rem;
  grid-template-rows: 1fr 5rem 8rem auto 6rem;
  box-sizing: border-box;
  min-height: 100vh;
  padding-top: clamp(7.5rem, 10vw, 15rem);
  position: relative;
  background: url(../img/top/sp/fv-subtitle.svg) top calc(clamp(7.5rem, 10vw, 15rem) + 4rem) left no-repeat;
  background-size: 5.8rem;
}
section.top-landing .img-container {
  grid-column: 1/4;
  grid-row: 1/3;
  position: relative;
  z-index: 1;
  margin: auto 0 0 auto;
  width: clamp(10rem, 81%, 60rem);
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  overflow: hidden;
}
section.top-landing .img-container img,
section.top-landing .img-container picture {
  width: 100%;
}
section.top-landing .title-container {
  position: relative;
  z-index: 10;
  grid-column: 1/4;
  grid-row: 2/4;
  display: block;
  margin: auto auto 0 auto;
  height: 100%;
  width: auto;
  max-width: 100%;
}
section.top-landing .title-container img,
section.top-landing .title-container picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.top-landing .text-container,
section.top-landing .break-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section.top-landing .text-container {
  grid-column: 1/4;
  grid-row: 4/5;
  margin: 2rem auto 3.4rem auto;
  font-size: 1.8rem;
  line-height: 100%;
  padding-left: 3rem;
}
section.top-landing .white-text {
  display: block;
  width: fit-content;
  line-height: 100%;
  white-space: nowrap;
  border-radius: 1rem;
  background-color: #ffffff;
  padding: 0.4em 0.66em;
}
section.top-landing .internship-btn {
  display: none;
}
section.top-landing .fv-cta {
  grid-column: 1/4;
  grid-row: 5/6;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.4rem 0.4rem 0.4rem 2.4em;
  background-color: #ff5050;
  color: #ffffff;
  font-size: 2rem;
  vertical-align: baseline;
}
section.top-landing .fv-cta h4 {
  font-size: 1em;
}
section.top-landing .fv-cta .label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0.4rem;
  width: 3.66em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffffff;
  color: #ff5050;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 110%;
  text-align: center;
}
section.top-landing .fv-cta .highlight {
  font-size: 1.8em;
}
@media screen and (min-width: 400px) {
  section.top-landing .fv-cta {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1001px) {
  section.top-landing {
    padding: calc(clamp(7.5rem, 10vw, 15rem) + 1rem) 0 clamp(6rem, 11vw, 16rem);
    background: url(../img/top/large/fv-subtitle.svg) left bottom repeat-x;
    background-size: auto clamp(5rem, 10vw, 15rem);
    grid-template-columns: clamp(1rem, 10vw, 19rem) 7fr 10fr;
    grid-template-rows: 1fr 1fr;
  }
  section.top-landing .internship-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35rem;
    height: 5.6rem;
    margin-top: 0.5rem;
    background-color: #ff5050;
    border-radius: 2.8rem;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 100%;
  }
  section.top-landing .text-container {
    position: relative;
    z-index: 10;
    margin: auto auto auto 0;
    grid-column: 2/4;
    grid-row: 2/3;
    gap: 2.5rem;
  }
  section.top-landing .text-container .white-text {
    font-size: clamp(2.5rem, 2.5vw, 3.5rem);
    padding: 1.2rem 2.7rem 1.2rem 1.4rem;
  }
  section.top-landing .break-text {
    flex-direction: row;
    gap: 0;
  }
  section.top-landing .break-text .left-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 0;
  }
  section.top-landing .break-text .right-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 0;
  }
  section.top-landing .title-container {
    margin: auto auto 3rem clamp(2rem, 7vw, 10rem);
    height: fit-content;
    grid-column: 1/4;
    grid-row: 1/2;
    width: 62%;
    max-width: 100rem;
  }
  section.top-landing .img-container {
    grid-column: 3/4;
    grid-row: 1/3;
    height: 100%;
    width: 100%;
    z-index: 0;
  }
  section.top-landing .img-container img,
section.top-landing .img-container picture {
    height: 100%;
    object-fit: cover;
  }
  section.top-landing .fv-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    gap: 2rem;
    grid-column: 3/4;
    grid-row: 2/3;
    margin: auto clamp(4rem, 7vw, 10rem) 0 auto;
    padding: 0;
    width: clamp(20rem, 20vw, 26rem);
    height: clamp(20rem, 20vw, 26rem);
    aspect-ratio: 1/1;
    text-align: center;
    border-radius: 50%;
    font-size: clamp(2rem, 2vw, 3rem);
    font-weight: 900;
    transform: translateY(41.5%);
  }
  section.top-landing .fv-cta .mrem-1 {
    margin-right: 0;
    line-height: 260%;
  }
  section.top-landing .fv-cta .highlight {
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 7rem);
    line-height: 100%;
  }
  section.top-landing .fv-cta .label {
    display: flex;
    position: unset;
    padding: 0.35em 0.75em;
    aspect-ratio: unset;
    border-radius: 1em;
    font-size: 2rem;
    font-weight: 900;
    width: fit-content;
  }
}

section.about {
  padding: clamp(7rem, 10vw, 10rem) 0 clamp(10rem, 13vw, 20rem);
  gap: clamp(5rem, 7vw, 7rem);
  background: url(../img/top/what-text.svg) left top 8rem no-repeat;
  background-size: clamp(10rem, 20vw, 23rem);
}
section.about .about-contents,
section.about .about-group,
section.about .img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.about .about-contents {
  gap: 3rem;
}
section.about .about-group {
  gap: 3rem;
  width: 100%;
}
section.about .about-group h3 {
  font-weight: bold;
  line-height: 200%;
}
section.about .about-group p {
  font-size: 1.8rem;
}
section.about .about-group .img-container,
section.about .about-group .text-container {
  flex: 1;
  max-width: 50rem;
}
section.about .about-group .text-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
section.about .about-group .img-container img {
  width: 100%;
  margin: auto;
}
section.about .about-group .img-container .img-3 {
  max-width: 55.4rem;
  border-radius: 2rem;
}
section.about .about-group.highlight h3 {
  font-size: 3.2rem;
}
@media screen and (min-width: 1001px) {
  section.about .about-group {
    gap: 0;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }
  section.about .about-group .img-container {
    width: fit-content;
  }
  section.about .about-group:nth-child(even) {
    flex-direction: row;
  }
  section.about .about-contents {
    gap: 6rem;
  }
}
@media screen and (min-width: 1201px) {
  section.about .about-contents {
    max-width: 120rem;
  }
  section.about .about-group .text-container {
    transform: translateX(-2rem);
  }
  section.about .about-group.highlight .text-container {
    transform: unset;
  }
  section.about .about-group.highlight .img-container {
    position: relative;
    width: 43rem;
  }
  section.about .about-group.highlight .img-container img {
    left: 7rem;
    position: absolute;
    width: 127.9%;
    transform: translateY(-50%);
  }
  section.about .about-group.highlight-img {
    margin: 4rem 0 20rem;
  }
  section.about .about-group.highlight-img .text-container {
    transform: translateX(3rem);
  }
  section.about .about-group.highlight-img .img-container {
    position: relative;
  }
  section.about .about-group.highlight-img .img-container img {
    right: 0;
    position: absolute;
    width: 120%;
    transform: translateY(-50%);
    max-width: unset;
  }
}

section.seminar {
  background: url(../img/top/contents-text.svg) right center no-repeat;
  background-size: clamp(10rem, 20vw, 23rem);
  padding-bottom: clamp(8rem, 10vw, 12rem);
}
section.seminar .seminar-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 5rem;
}
section.seminar .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  justify-content: space-between;
  gap: 2rem;
  flex: 1;
  border-radius: 4rem;
  box-sizing: border-box;
  padding: 4rem 2rem 3.5rem;
  background-color: #ffffff;
  max-width: 100%;
}
section.seminar .card .label {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: fit-content;
  padding: 0.25em 0.9em;
  background-color: #1f2162;
  border-radius: 0.66em;
  color: #ffffff;
  line-height: 100%;
  text-align: center;
}
section.seminar .card .white-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
section.seminar .card .white-content h4 {
  box-sizing: border-box;
  width: fit-content;
  padding: 0 1.5em;
  background-color: #fffa9d;
  border-radius: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 200%;
}
section.seminar .card .white-content h3 {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: bold;
  line-height: 167%;
}
section.seminar .card p.text-body {
  font-size: 1.6rem;
  line-height: 200%;
  text-align: center;
}
section.seminar .card .yellow-label-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
section.seminar .card .yellow-label-container .yellow-label {
  border-radius: 0.5rem;
}
section.seminar .card.half-card {
  width: 45rem;
}
section.seminar .card.full-card {
  width: 45rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
section.seminar .card.full-card .img-container,
section.seminar .card.full-card .text-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 2rem;
}
section.seminar .card.full-card .white-content {
  align-items: flex-start;
}
section.seminar .card.full-card .img-container img {
  border-radius: 2rem;
}
@media screen and (min-width: 1001px) {
  section.seminar .seminar-contents {
    column-gap: 6rem;
    row-gap: 9rem;
    flex-direction: row;
  }
  section.seminar .card {
    padding: 4rem 3rem 3.5rem;
    align-self: stretch;
  }
  section.seminar .card.half-card {
    min-width: 40%;
  }
  section.seminar .card.full-card {
    position: relative;
    min-width: 100%;
    width: unset;
    flex-direction: row;
    padding: 4rem 3rem 3rem;
    align-items: flex-start;
    gap: 3rem;
  }
  section.seminar .card.full-card .label {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  section.seminar .card.full-card .img-container {
    max-width: 40rem;
  }
  section.seminar .card.full-card .text-container,
section.seminar .card.full-card .yellow-label-container {
    align-items: flex-start;
  }
  section.seminar .card.full-card .text-container p,
section.seminar .card.full-card .yellow-label-container p {
    text-align: start;
  }
}

section.schedule {
  background-color: #ffffff;
  padding: clamp(5rem, 8vw, 8rem) 0%;
}
section.schedule .schedule-contents {
  box-sizing: border-box;
  width: 92%;
  max-width: 102rem;
  gap: 6rem;
}
section.schedule .schedule-contents .schedule-container {
  position: relative;
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
section.schedule .schedule-contents .schedule-container .schedule-row {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 2rem;
}
section.schedule .schedule-contents .schedule-container .schedule-label {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Rubik", "Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  width: 3.2em;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #fff302;
  font-size: 2.5rem;
  line-height: 120%;
  text-align: center;
}
section.schedule .schedule-contents .schedule-line {
  position: absolute;
  top: 0;
  left: 3.5rem;
  z-index: 1;
  height: 100%;
  width: 1rem;
  display: block;
  background-color: #fff302;
}
@media screen and (min-width: 1001px) {
  section.schedule .schedule-contents .schedule-container {
    flex-direction: row;
    width: 100%;
  }
  section.schedule .schedule-contents .schedule-container .schedule-row {
    flex-direction: column;
    text-align: center;
  }
  section.schedule .schedule-contents .schedule-container .schedule-label {
    width: 12rem;
    font-size: 3.5rem;
  }
  section.schedule .schedule-contents .schedule-line {
    top: 5.5rem;
    left: 5%;
    width: 90%;
    height: 1rem;
  }
}

section.points {
  padding: clamp(6rem, 10vw, 11rem) 0 clamp(12rem, 20vw, 23rem);
  background-color: #fff302;
  background-image: url(../img/top/points-text.svg), url(../img/top/points-text-rev.svg);
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-size: clamp(4rem, 10vw, 11rem);
  gap: clamp(5rem, 9vw, 9rem);
}
section.points h3 {
  font-weight: bold;
  line-height: 160%;
}
section.points h3.f-romaji-b {
  font-size: 4.6rem;
  letter-spacing: 0.1em;
}
section.points h3.reg-title {
  width: fit-content;
  font-weight: 900;
  line-height: 170%;
  background-color: #ffffff;
  padding: 2rem 3rem;
  border-radius: 3rem;
}
section.points .highlight {
  font-size: 6.5rem;
}
section.points .point-contents,
section.points .point-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.points .point-contents {
  width: 100%;
  gap: 8rem;
}
section.points .point-row {
  flex: 1;
  gap: 4rem;
}
section.points .point-row p {
  font-size: 2rem;
  line-height: 180%;
}
section.points .point-row .text-container {
  width: 92%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
section.points .point-row .img-container {
  position: relative;
  width: 100%;
  max-width: 60rem;
  box-sizing: border-box;
  padding: 0 18% 0 5%;
}
section.points .point-row .img-container picture,
section.points .point-row .img-container img {
  width: 100%;
  border-radius: 3rem;
}
section.points .point-row .img-container .deco {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15rem;
  transform: translateY(50%);
  border-radius: unset;
}
section.points .point-row:nth-child(even) .img-container {
  padding: 0 5% 0 18%;
}
section.points .point-row:nth-child(even) .img-container .deco {
  right: unset;
  left: 0;
  width: 14.5rem;
  transform: translateY(40%);
}
@media screen and (min-width: 801px) {
  section.points {
    gap: 5rem;
  }
  section.points h3.reg-title {
    font-size: 3.5rem;
  }
  section.points .point-contents {
    width: 92%;
    max-width: 123rem;
    gap: 15rem;
  }
  section.points .point-row {
    flex-direction: row;
  }
  section.points .point-row .img-container {
    padding: 0;
  }
  section.points .point-row .img-container .deco {
    right: -2rem;
    width: 19.3rem;
  }
  section.points .point-row:nth-child(even) {
    flex-direction: row-reverse;
  }
  section.points .point-row:nth-child(even) .img-container {
    padding: 0;
  }
  section.points .point-row:nth-child(even) .img-container .deco {
    left: -2rem;
    width: 20rem;
  }
}
@media screen and (min-width: 1201px) {
  section.points .point-row {
    gap: 0;
  }
  section.points .point-row .text-container {
    max-width: 60rem;
  }
  section.points .point-row .text-container h3.reg-title {
    max-width: 48rem;
  }
  section.points .point-row .text-container p {
    font-size: 2.5rem;
  }
  section.points .point-row .img-container {
    transform: translateX(2rem);
  }
  section.points .point-row .img-container .deco {
    right: 0;
    width: 27rem;
    transform: translate(4rem, 33%);
  }
  section.points .point-row:nth-child(even) .text-container {
    max-width: 53rem;
    transform: unset;
    transform: translateX(clamp(5rem, 7vw, 9rem));
  }
  section.points .point-row:nth-child(even) .text-container h3.reg-title {
    max-width: 52rem;
  }
  section.points .point-row:nth-child(even) .img-container {
    transform: unset;
  }
  section.points .point-row:nth-child(even) .img-container .deco {
    left: 0;
    width: 27rem;
    transform: translate(-50%, 37%);
  }
}
@media screen and (min-width: 1601px) {
  section.points .point-row .img-container .deco {
    transform: translate(50%, 33%);
  }
}

section.company-voice .tag-list,
section.student-voice .tag-list,
section.parent-voice .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
section.company-voice .tag-list .yellow-label,
section.student-voice .tag-list .yellow-label,
section.parent-voice .tag-list .yellow-label {
  border-radius: 0.5rem;
}
section.company-voice .bordered-content,
section.student-voice .bordered-content,
section.parent-voice .bordered-content {
  padding: 2rem;
  max-width: 70rem;
  gap: 1rem;
}
section.company-voice .bordered-content p,
section.student-voice .bordered-content p,
section.parent-voice .bordered-content p {
  line-height: 225%;
}
section.company-voice .voice-container,
section.student-voice .voice-container,
section.parent-voice .voice-container {
  gap: clamp(4rem, 6vw, 6rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.company-voice .voice-row,
section.student-voice .voice-row,
section.parent-voice .voice-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  width: 100%;
}
@media screen and (min-width: 651px) {
  section.company-voice .voice-row,
section.student-voice .voice-row,
section.parent-voice .voice-row {
    flex-direction: row;
    justify-content: flex-end;
  }
  section.company-voice .voice-row:nth-child(even),
section.student-voice .voice-row:nth-child(even),
section.parent-voice .voice-row:nth-child(even) {
    flex-direction: row-reverse;
  }
}

section.student-voice {
  padding: clamp(5rem, 7vw, 9rem) 0 clamp(6rem, 7vw, 10rem);
  background: url(../img/top/student-voice-text.svg) top 12rem left 1rem no-repeat;
  background-size: clamp(10rem, 20vw, 23rem);
  gap: 5rem;
}
section.student-voice .title-wrapper {
  align-items: center;
  row-gap: 4rem;
}
section.student-voice .voice-row img {
  width: 22rem;
}
@media screen and (min-width: 651px) {
  section.student-voice {
    background: url(../img/top/student-voice-text.svg) top left 1rem no-repeat;
  }
}

section.parent-voice {
  padding: clamp(5rem, 7vw, 9rem) 0 clamp(6rem, 7vw, 10rem);
  border-radius: 5rem;
  background-color: #fffa9d;
  background-image: url(../img/top/parent-voice-text.svg);
  background-position: top 12rem right 1rem;
  background-repeat: no-repeat;
  background-size: clamp(10rem, 20vw, 23rem);
  gap: 5rem;
}
section.parent-voice .voice-row img {
  width: 20rem;
}
@media screen and (min-width: 651px) {
  section.parent-voice {
    border-radius: 12.5rem;
    background-position: top 3rem right 1rem;
  }
  section.parent-voice .voice-row {
    gap: clamp(3rem, 5vw, 6rem);
  }
  section.parent-voice .voice-row .bordered-content {
    position: relative;
  }
  section.parent-voice .voice-row .bordered-content:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 3rem;
    left: 1rem;
    display: block;
    width: 6rem;
    height: 4rem;
    background: url(../img/top/speech-left.svg) center no-repeat;
    background-size: contain;
    transform: translateX(-100%);
  }
  section.parent-voice .voice-row:nth-child(even) .bordered-content:before {
    background: url(../img/top/speech-right.svg) center no-repeat;
    left: unset;
    right: 1em;
    transform: translateX(100%);
  }
}

section.company-voice {
  padding: clamp(5rem, 7vw, 9rem) 0 clamp(10rem, 10vw, 14rem);
  background: url(../img/top/company-voice-text.svg) top 12rem left 1rem no-repeat;
  background-size: clamp(10rem, 20vw, 23rem);
  gap: 6rem;
}
section.company-voice .company-voice-container {
  gap: clamp(4rem, 6vw, 6rem);
}
section.company-voice .bordered-content {
  max-width: 100%;
}
@media screen and (min-width: 651px) {
  section.company-voice {
    background: url(../img/top/company-voice-text.svg) top left 1rem no-repeat;
  }
}

section.intern {
  padding: clamp(10rem, 13vw, 13rem) 0 6rem;
}

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