@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@700&display=swap");
#toeic2025 p,
#restart2025 p {
  margin-top: 1.5em;
}
@media screen and (max-width: 750px) {
  #toeic2025 p,
  #restart2025 p {
    font-size: 16px;
  }
}
#toeic2025 b,
#restart2025 b {
  font-weight: bold;
}
#toeic2025 .ta-center,
#restart2025 .ta-center {
  text-align: center;
}
@media screen and (max-width: 750px) {
  #toeic2025 .ta-center_sp,
  #restart2025 .ta-center_sp {
    text-align: center !important;
  }
}
#toeic2025 .ta-left,
#restart2025 .ta-left {
  text-align: left;
}
@media screen and (max-width: 750px) {
  #toeic2025 .only-pc,
  #restart2025 .only-pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  #toeic2025 .only-sp,
  #restart2025 .only-sp {
    display: none;
  }
}

.footer {
  background-color: #fff700;
  padding: 50px 15px;
  width: 100%;
}
.footer button {
  background: none;
  border: none;
  cursor: pointer;
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footer_inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 920px;
}
.footer .footer_heading {
  margin-bottom: 24px;
}
.footer .footer_heading,
.footer .footer_heading .secretariat {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: center;
}
.footer .secretariat {
  margin-bottom: 20px;
}
.footer .footer_navigation {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  width: 100%;
}
.footer .footer_navigation .contactButton {
  color: inherit;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .footer_navigation .contactButton .contactButton_icon {
  height: 60px;
  left: -8px;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 60px;
}
.footer .footer_navigation_links {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.footer .footer_navigation_links > li {
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
}
.footer .sns {
  gap: 20px;
  margin-bottom: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.footer .sns .snsLink {
  align-items: center;
  border-radius: 50%;
  color: #000;
  display: flex;
  font-size: 1.6rem;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .sns .snsLink .snsIcon {
  height: 35px;
  width: 35px;
}
.footer .sns .snsLink .snsIcon svg {
  height: 100%;
  width: 100%;
}
.footer .copyright {
  display: flex;
  font-size: 10px;
  font-weight: 400;
  gap: 30px;
  line-height: 14px;
  width: 100%;
}
.footer .copyright > .copyright_text {
  align-items: center;
  display: flex;
  max-width: 437px;
}
.footer .toeic_button {
  align-items: center;
  border-radius: 3.5em;
  box-sizing: border-box;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  margin: auto;
  min-width: 300px;
  padding: 10px 30px 9px !important;
  position: relative;
}
.footer .toeic_button, .footer .toeic_button:hover {
  text-decoration: none !important;
}
.footer .toeic_button.themeColor {
  background: #000064;
  border: 1px solid #000064;
  color: #fff;
}
.footer .toeic_button.outlined {
  background: #fff;
  border: 1px solid #000064;
  color: #000064;
}

body:has(.contactModal.open) {
  overflow: hidden;
}

.contactModal {
  display: flex;
  inset: 0;
  opacity: 0;
  position: fixed;
  transition: opacity 0.5s ease;
  z-index: -1;
}
.contactModal.open {
  opacity: 1;
  z-index: 9999;
}

.contactModalOverlay {
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: flex;
  inset: 0;
  position: fixed;
  z-index: 9998;
}

.contactModalMain {
  background: #fff;
  display: flex;
  height: 100%;
  margin: auto;
  max-height: 702px;
  max-width: 1000px;
  position: relative;
  width: 95%;
  z-index: 9999;
}
.contactModalMain .contactModal_inner {
  font-size: 14px;
  height: 100%;
  overflow: auto;
  padding: 70px 18px 18px;
  width: 100%;
}
.contactModalMain .contactModal_inner > :not(:last-child) {
  margin-bottom: 25px;
}
.contactModalMain .contactModal_title {
  border-left: 6px solid #000064;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 700;
  padding-left: 20px;
}
.contactModalMain .contactModal_button {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
}

.contactModal_closeButton {
  color: #fff;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100%);
}
.contactModal_closeButton > svg {
  height: 20px;
  width: 20px;
}

@media screen and (max-width: 750px) {
  .footer .footer_heading {
    margin-bottom: 30px;
  }
  .footer .footer_navigation {
    flex-direction: column;
    gap: 30px;
  }
  .footer .footer_navigation .contactButton {
    order: 0;
  }
  .footer .footer_navigation_links {
    flex-direction: column;
    gap: 24px;
    order: 1;
  }
  .footer .sns {
    gap: 30px;
    margin-bottom: 30px;
  }
  .footer .sns .snsIcon {
    height: 50px;
    width: 50px;
  }
  .footer .copyright {
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
}/*# sourceMappingURL=common.css.map */