@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* top */
/* ============================================ */
.title {
  background: url(../images/common/bg_color.png) center/auto 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.title h2 {
  font-size: clamp(4.2rem, 3vw, 6rem);
}
@media all and (max-width: 896px) {
  .title h2 {
    font-size: 3rem;
  }
}
.title h2 span {
  font-size: 80%;
}
.title p {
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .title p {
    font-size: 1.1rem;
  }
}

.mv {
  position: relative;
  font-family: "Libertinus Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.mv img {
  width: 100%;
}
.mv .scroll {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  bottom: 24px;
  width: 80px;
  padding-bottom: 36px;
  translate: -50%;
}
@media all and (max-width: 896px) {
  .mv .scroll {
    width: 60px;
    bottom: 88px;
    padding-bottom: 24px;
  }
}
.mv .scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 12px;
  background: url(../images/common/i_ar_plane.webp) no-repeat center/cover;
  translate: -50%;
  rotate: 90deg;
  filter: brightness(0) invert(1);
  animation: fade 0.8s ease infinite alternate forwards;
}
.mv .movie {
  position: absolute;
  bottom: -48px;
  right: 3vw;
}
@media all and (max-width: 896px) {
  .mv .movie {
    position: static;
    margin-top: -1px;
  }
}
.mv .movie a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: linear-gradient(45deg, #ffbeb0, #fff0ad);
  text-align: center;
  font-size: 1.4rem;
  transition: 0.3s;
  scale: 0.94;
}
@media all and (max-width: 896px) {
  .mv .movie a {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding-inline: 15px;
    height: 75px;
    border-radius: 0;
    font-size: 1.3rem;
    scale: 1;
  }
}
@media (hover: hover) {
  .mv .movie a:hover {
    scale: 1;
    opacity: 1;
  }
}
.mv .movie a p {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 896px) {
  .mv .movie a p {
    letter-spacing: 0.1em;
  }
}
.mv .movie a p strong {
  margin-bottom: 12px;
  font-family: "Libertinus Sans", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .mv .movie a p strong {
    margin-bottom: 3px;
    letter-spacing: 0.12em;
  }
}
.mv .movie a span {
  position: relative;
  margin-top: 15px;
  padding-right: 24px;
  font-size: 1.5rem;
}
@media all and (max-width: 896px) {
  .mv .movie a span {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    padding-right: 14px;
    line-height: 1.35;
    letter-spacing: 1px;
  }
}
.mv .movie a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 18px;
  background: url(../images/common/i_ar_circle.svg) no-repeat center/cover;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .mv .movie a span::after {
    width: 14px;
    height: 14px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background: none;
    rotate: -45deg;
  }
}
.mv .movie a span em {
  font-style: normal;
}
@media all and (max-width: 896px) {
  .mv .movie a span em {
    letter-spacing: 0.5em;
    text-indent: 4px;
  }
}

@keyframes to-btm {
  0% {
    translate: 0 -50px;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes to-right {
  0% {
    translate: -200px;
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    translate: 0;
    opacity: 1;
  }
}
@keyframes to-left {
  0% {
    translate: 200px;
    opacity: 0;
  }
  100% {
    translate: 0;
    opacity: 1;
  }
}
@keyframes to-top {
  0% {
    translate: 0 50px;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
.intro {
  position: relative;
  z-index: 2;
  padding-block: 15vw 32vw;
  text-align: center;
  line-height: 2.5;
}
@media all and (max-width: 896px) {
  .intro {
    padding-block: 42vw 46vw;
    line-height: 2.1;
  }
}
.intro figure {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 896px) {
  .intro figure {
    top: 0;
  }
}
.intro figure img {
  position: absolute;
  left: 50%;
  z-index: -1;
  opacity: 0;
}
.intro figure img:nth-child(1) {
  top: 0;
  width: 12vw;
  margin-left: 7.8vw;
}
@media all and (max-width: 896px) {
  .intro figure img:nth-child(1) {
    top: 74.5vw;
    width: 13vw;
    margin-left: 33vw;
  }
}
.intro figure img:nth-child(1).is-active {
  animation: to-btm 0.6s ease 1s forwards;
}
.intro figure img:nth-child(2) {
  top: 4.5vw;
  width: 13.5vw;
  margin-left: -35.4vw;
}
@media all and (max-width: 896px) {
  .intro figure img:nth-child(2) {
    top: 6.5vw;
    width: 16.5vw;
    margin-left: -5.2vw;
  }
}
.intro figure img:nth-child(2).is-active {
  animation: to-right 0.6s ease 1.2s forwards;
}
@media all and (max-width: 896px) {
  .intro figure img:nth-child(2).is-active {
    animation: to-btm 0.6s ease 1s forwards;
  }
}
.intro figure img:nth-child(3) {
  top: 9.5vw;
  right: 0;
  left: auto;
  width: 15vw;
}
@media all and (max-width: 896px) {
  .intro figure img:nth-child(3) {
    top: 20vw;
    width: 19vw;
  }
}
.intro figure img:nth-child(3).is-active {
  animation: to-left 0.6s ease 1s forwards;
}
@media all and (max-width: 896px) {
  .intro figure img:nth-child(3).is-active {
    animation-delay: 1.6s;
  }
}
.intro figure img:nth-child(4) {
  top: 26.7vw;
  left: 0;
  width: 22vw;
}
@media all and (max-width: 896px) {
  .intro figure img:nth-child(4) {
    top: 10.5vw;
    left: 6vw;
    width: 36vw;
  }
}
.intro figure img:nth-child(4).is-active {
  animation: to-right 0.6s ease 1s forwards;
}
@media all and (max-width: 896px) {
  .intro figure img:nth-child(4).is-active {
    animation-delay: 1.8s;
  }
}
.intro figure img:nth-child(5) {
  top: auto;
  bottom: 38vw;
  width: 10vw;
  margin-left: 34vw;
}
@media all and (max-width: 896px) {
  .intro figure img:nth-child(5) {
    bottom: 91vw;
    right: 0;
    left: auto;
    width: 13.5vw;
    margin-left: 0;
  }
}
.intro figure img:nth-child(5).is-active {
  animation: to-left 0.6s ease 1s forwards;
}
.intro figure img:nth-child(6) {
  top: auto;
  bottom: 17.5vw;
  width: 17vw;
  margin-left: -40.5vw;
}
@media all and (max-width: 896px) {
  .intro figure img:nth-child(6) {
    bottom: 16vw;
    width: 24vw;
    margin-left: -40.6vw;
  }
}
.intro figure img:nth-child(6).is-active {
  animation: to-right 0.6s ease 1s forwards;
}
.intro figure img:nth-child(7) {
  top: auto;
  bottom: 16.3vw;
  width: 7vw;
  margin-left: 3vw;
}
@media all and (max-width: 896px) {
  .intro figure img:nth-child(7) {
    bottom: 62.5vw;
    width: 10vw;
    margin-left: -48.5vw;
  }
}
.intro figure img:nth-child(7).is-active {
  animation: to-btm 0.6s ease 1s forwards;
}
.intro figure img:nth-child(8) {
  top: auto;
  bottom: 50px;
  width: 27vw;
  margin-left: 15vw;
}
@media all and (max-width: 896px) {
  .intro figure img:nth-child(8) {
    bottom: 0;
    width: 38vw;
    margin-left: 4.5vw;
  }
}
.intro figure img:nth-child(8).is-active {
  animation: to-top 0.6s ease 1s forwards;
}
.intro h1 {
  margin-bottom: 40px;
  font-size: 6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .intro h1 {
    margin-bottom: 30px;
    font-size: 3.4rem;
    line-height: 1.35;
  }
}
.intro h1 span {
  font-size: 7rem;
  background: linear-gradient(45deg, #d62b54, #de7a13);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (max-width: 896px) {
  .intro h1 span {
    font-size: 4rem;
  }
}
.intro h1 span:last-of-type {
  background: linear-gradient(45deg, #0d79b3, #37a1bb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.interview {
  margin-top: -3vw;
  padding-block: 5vw 20vw;
  background: #e0eff6 url(../images/top/bg_interview.webp) no-repeat center bottom/cover;
}
@media all and (max-width: 896px) {
  .interview {
    margin-top: -20px;
    padding-block: 60px 130px;
    background-size: 100% auto;
  }
}
.interview ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5vw;
  margin-top: 64px;
}
@media all and (max-width: 896px) {
  .interview ul {
    flex-direction: column;
    gap: 40px;
    margin-top: 36px;
  }
}
.interview ul li {
  width: calc((100% - 5vw) / 3);
}
@media all and (max-width: 896px) {
  .interview ul li {
    width: 100%;
  }
}
.interview ul li hgroup {
  margin-block: 16px 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
@media all and (max-width: 896px) {
  .interview ul li hgroup {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.interview ul li hgroup h3 {
  font-size: 2rem;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .interview ul li hgroup h3 {
    font-size: 1.8rem;
  }
}
.interview ul li hgroup p {
  font-weight: 500;
}
.interview ul li hgroup p span {
  margin-left: 1em;
  font-size: 1.2rem;
  font-weight: 300;
  color: #5a5a5a;
}
@media all and (max-width: 896px) {
  .interview ul li hgroup p span {
    font-size: 1rem;
  }
}
.interview ul li a {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 10px;
  padding: 10px 40px 10px 20px;
  background: linear-gradient(90deg, #ffb361, #ffe882, #ffb361);
  background-size: 200% 200%;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .interview ul li a {
    margin-top: 15px;
  }
}
.interview ul li a::before, .interview ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
}
.interview ul li a::before {
  width: 24px;
  height: 1px;
  background: #000;
}
.interview ul li a::after {
  width: 12px;
  height: 12px;
  margin-right: 1px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  rotate: -45deg;
}
@media (hover: hover) {
  .interview ul li a:hover {
    background-position: 100% 100%;
    opacity: 1;
  }
}

.charm-salary {
  display: flex;
  text-align: center;
  letter-spacing: 0.2em;
}
@media all and (max-width: 896px) {
  .charm-salary {
    flex-direction: column;
  }
}
.charm-salary .charm {
  width: 50%;
  padding-block: 12vw;
  background: url(../images/top/bg_charm.webp) center bottom/cover;
}
@media all and (max-width: 896px) {
  .charm-salary .charm {
    width: 100%;
    padding-block: 60px;
  }
}
.charm-salary .salary {
  width: 50%;
  padding-block: 12vw;
  background: url(../images/top/bg_salary.webp) center bottom/cover;
}
@media all and (max-width: 896px) {
  .charm-salary .salary {
    width: 100%;
    padding-block: 60px;
  }
}
.charm-salary hgroup {
  margin-bottom: 30px;
}
.charm-salary a {
  display: inline-flex;
  position: relative;
  margin-top: 40px;
  padding: 16px 80px;
  border: 1px solid #000;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .charm-salary a {
    padding: 10px 40px 10px 30px;
    font-size: 1.4rem;
  }
}
.charm-salary a::before, .charm-salary a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .charm-salary a::before, .charm-salary a::after {
    right: 10px;
  }
}
.charm-salary a::before {
  width: 24px;
  height: 1px;
  background: #000;
}
@media all and (max-width: 896px) {
  .charm-salary a::before {
    width: 20px;
  }
}
.charm-salary a::after {
  width: 12px;
  height: 12px;
  margin-right: 1px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  rotate: -45deg;
}
@media all and (max-width: 896px) {
  .charm-salary a::after {
    width: 10px;
    height: 10px;
  }
}
@media (hover: hover) {
  .charm-salary a:hover {
    background: #fff;
    opacity: 1;
  }
}

.schedule {
  padding-block: 7vw;
  background: url(../images/top/bg_schedule.webp) no-repeat center bottom/cover;
  text-align: center;
  letter-spacing: 0.2em;
}
@media all and (max-width: 896px) {
  .schedule {
    padding-block: 60px;
  }
}
.schedule section {
  background: #fff;
}
.schedule section h3 {
  padding-block: 10px 15px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .schedule section h3 {
    font-size: 2rem;
  }
}
.schedule section h4 {
  width: 100%;
  margin-bottom: 20px;
  padding-block: 5px 10px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .schedule section h4 {
    margin-bottom: 10px;
  }
}
.schedule section .outline {
  padding-block: 40px;
}
@media all and (max-width: 896px) {
  .schedule section .outline {
    padding-block: 20px;
  }
}
.schedule section .box {
  padding: 0 4vw 80px;
}
@media all and (max-width: 896px) {
  .schedule section .box {
    padding: 0 12px 30px;
  }
}
.schedule section .term {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .schedule section .term {
    font-size: 1.6rem;
  }
}
.schedule section .term:has(p) {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.schedule section .term:has(p) p:not(:last-child) {
  position: relative;
}
.schedule section .term:has(p) p:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 18px;
  height: 5px;
  background: url(../images/common/ico_ar.svg) no-repeat center/cover;
}
.schedule section .term em {
  font-family: "Libertinus Sans", sans-serif;
  font-size: clamp(4rem, 3vw, 6rem);
  font-weight: 400;
  font-style: normal;
}
@media all and (max-width: 896px) {
  .schedule section .term em {
    font-size: 4rem;
  }
}
.schedule section .term span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 2px;
  width: 26px;
  height: 26px;
  margin-left: 6px;
  padding: 0 0 2px 1px;
  border: 1px solid #707070;
  border-radius: 50%;
  color: #707070;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.schedule section .term span.sat {
  border-color: #0f74c3;
  color: #0f74c3;
}
.schedule section .term span.sun {
  border-color: #de1e3a;
  color: #de1e3a;
}
.schedule section .time {
  margin-top: 16px;
  padding-block: 8px;
  border-top: 1px solid #c8c9ca;
  border-bottom: 1px solid #c8c9ca;
}
@media all and (max-width: 896px) {
  .schedule section .time {
    margin-top: 8px;
    border: 0;
    border-right: 1px solid #c8c9ca;
    border-left: 1px solid #c8c9ca;
  }
}
.schedule section .time:has(p) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
}
@media all and (max-width: 896px) {
  .schedule section .time:has(p) {
    flex-direction: column;
  }
}
.schedule section .time time {
  position: relative;
}
.schedule section .time time + time {
  padding-left: 12px;
}
.schedule section .time time + time::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 2px;
  width: 6px;
  height: 6px;
  background: #3ebcdf;
  translate: 0 -50%;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.schedule section .note {
  margin: 10px 0 0 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  text-align: left;
  letter-spacing: normal;
}
@media all and (max-width: 896px) {
  .schedule section .note {
    font-size: 1.2rem;
  }
}
.schedule section.date {
  margin-top: 70px;
}
@media all and (max-width: 896px) {
  .schedule section.date {
    margin-top: 36px;
  }
}
.schedule section.date h3, .schedule section.date h4 {
  position: relative;
  z-index: 2;
  background: #d62b54;
}
.schedule section.date h3::before, .schedule section.date h4::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(90deg, #ff456d, #ffac48);
}
.schedule section.date ul {
  display: flex;
  gap: 50px;
}
@media all and (max-width: 896px) {
  .schedule section.date ul {
    flex-direction: column;
    gap: 20px;
  }
}
.schedule section.date ul li {
  width: 50%;
}
@media all and (max-width: 896px) {
  .schedule section.date ul li {
    width: 100%;
  }
}
.schedule section.date .place {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-block: 10px;
  border-top: 1px solid #ff456d;
  border-bottom: 1px solid #ff456d;
}
@media all and (max-width: 896px) {
  .schedule section.date .place {
    flex-direction: column;
  }
}
.schedule section.date .place dt {
  margin-right: 1em;
  border-right: 1px solid #ff456d;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1em;
}
@media all and (max-width: 896px) {
  .schedule section.date .place dt {
    margin: 0 0 10px;
    border-right: 0;
    border-bottom: 1px solid #ff456d;
    letter-spacing: 0.5em;
  }
}
.schedule section.session {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .schedule section.session {
    margin-top: 36px;
  }
}
.schedule section.session h3, .schedule section.session h4 {
  position: relative;
  z-index: 2;
  background: #1b55b3;
}
.schedule section.session h3::before, .schedule section.session h4::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(90deg, #1b55b3, #91d1db);
}
.schedule section.session h4:not(:first-child) {
  margin-top: 36px;
}
@media all and (max-width: 896px) {
  .schedule section.session h4:not(:first-child) {
    margin-top: 28px;
  }
}
.schedule section.session ul {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 90px;
  margin-top: 36px;
}
@media all and (max-width: 896px) {
  .schedule section.session ul {
    gap: 20px;
    margin-top: 0;
  }
}
.schedule section.session ul li {
  position: relative;
  width: calc((100% - 90px) / 2);
}
@media all and (max-width: 896px) {
  .schedule section.session ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
  }
  .schedule section.session ul li > .term {
    width: calc((100% - 16px) / 2);
  }
}
.schedule section.session ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -45px;
  width: 1px;
  height: 100%;
  background: #41bcd7;
}
@media all and (max-width: 896px) {
  .schedule section.session ul li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.schedule section.session ul li > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 896px) {
  .schedule section.session ul li > div {
    width: calc((100% - 16px) / 2);
  }
}
.schedule section.session ul li > div .term {
  width: 100%;
}
.schedule section.session ul li > div .time {
  width: 100%;
  margin-top: 0;
  padding-inline: 0 !important;
}
.schedule section.session ul.col-4 {
  gap: 60px;
}
@media all and (max-width: 896px) {
  .schedule section.session ul.col-4 {
    gap: 30px;
  }
}
.schedule section.session ul.col-4 li {
  width: calc((100% - 180px) / 4);
}
@media all and (max-width: 896px) {
  .schedule section.session ul.col-4 li {
    width: 100%;
  }
}
.schedule section.session ul.col-4 li::after {
  right: -30px;
}
.schedule section.session ul.col-3 {
  gap: 80px;
}
@media all and (max-width: 896px) {
  .schedule section.session ul.col-3 {
    gap: 30px;
  }
}
.schedule section.session ul.col-3 li {
  width: calc((100% - 160px) / 3);
}
@media all and (max-width: 896px) {
  .schedule section.session ul.col-3 li {
    width: 100%;
  }
}
.schedule section.session ul.col-3 li::after {
  right: -40px;
}
@media all and (max-width: 896px) {
  .schedule section.session ul.col-2 {
    margin-top: 28px;
  }
}
.schedule section.session ul.col-2 li:nth-child(2n)::after {
  content: none;
}
@media all and (max-width: 896px) {
  .schedule section.session ul.col-2 li {
    padding-inline: 0;
  }
  .schedule section.session ul.col-2 li::after {
    content: none;
  }
  .schedule section.session ul.col-2 li div {
    width: 100%;
    gap: 16px;
  }
}
.schedule section.session ul .place {
  padding-block: 10px;
}
@media all and (max-width: 896px) {
  .schedule section.session ul .place {
    width: 100%;
    padding-block: 6px 0;
  }
}

.exam {
  padding-block: 7vw;
  background: url(../images/top/bg_exam.webp) center bottom/cover;
  text-align: center;
  letter-spacing: 0.2em;
}
@media all and (max-width: 896px) {
  .exam {
    padding-block: 50px;
  }
}
.exam a {
  display: inline-flex;
  position: relative;
  margin-top: 50px;
  padding: 16px 80px;
  border: 1px solid #000;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .exam a {
    margin-top: 36px;
    padding: 10px 40px 10px 30px;
    font-size: 1.4rem;
  }
}
.exam a::before, .exam a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .exam a::before, .exam a::after {
    right: 10px;
  }
}
.exam a::before {
  width: 24px;
  height: 1px;
  background: #000;
}
@media all and (max-width: 896px) {
  .exam a::before {
    width: 20px;
  }
}
.exam a::after {
  width: 12px;
  height: 12px;
  margin-right: 1px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  rotate: -45deg;
}
@media all and (max-width: 896px) {
  .exam a::after {
    width: 10px;
    height: 10px;
  }
}
@media (hover: hover) {
  .exam a:hover {
    background: #fff;
    opacity: 1;
  }
}

.related {
  padding-block: 7vw;
  letter-spacing: 0.2em;
}
.related ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
  font-size: 1.7rem;
}
@media all and (max-width: 896px) {
  .related ul {
    flex-direction: column;
    gap: 10px;
    font-size: 1.4rem;
  }
}
.related ul li {
  width: calc((100% - 40px) / 3);
}
@media all and (max-width: 896px) {
  .related ul li {
    width: 100%;
  }
}
.related ul li:nth-child(-n+2) {
  width: calc((100% - 20px) / 2);
}
@media all and (max-width: 896px) {
  .related ul li:nth-child(-n+2) {
    width: 100%;
  }
}
.related ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  height: 100px;
  margin-top: 10px;
  padding-inline: 20px 40px;
  background: linear-gradient(90deg, #ffb361, #ffe882, #ffb361);
  background-size: 200% 200%;
  line-height: 1.35;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .related ul li a {
    height: 60px;
    margin-top: 0;
  }
}
.related ul li a::before, .related ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
}
.related ul li a::before {
  width: 24px;
  height: 1px;
  background: #000;
}
@media all and (max-width: 896px) {
  .related ul li a::before {
    width: 20px;
  }
}
.related ul li a::after {
  width: 12px;
  height: 12px;
  margin-right: 1px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  rotate: -45deg;
}
@media all and (max-width: 896px) {
  .related ul li a::after {
    width: 10px;
    height: 10px;
  }
}
@media (hover: hover) {
  .related ul li a:hover {
    background-position: 100% 100%;
    opacity: 1;
  }
}
.related ul li a i {
  width: 56px;
}
@media all and (max-width: 896px) {
  .related ul li a i {
    width: 38px;
  }
}

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