@import url("../old_css/style.ui-skills.css");

@font-face {
  font-family: "Overpass Lotus Headlines";
  src: url("../fonts/Overpass-Lotus-Headlines.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family:
    "Overpass Lotus Headlines", "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic StdN", "Arial", "Meiryo UI", Meiryo, sans-serif;
  background-color: #050505;
  color: #f4f4f5;
}

.font-light {
  font-weight: 400 !important;
}

.py-optical-1 {
  padding-top: 0.4rem;
  padding-bottom: 0.25rem;
}

.badge-required {
  white-space: nowrap;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #09090b;
}

::-webkit-scrollbar-thumb {
  background: #27272a;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #3f3f46;
}

.lotus-yellow {
  color: #eacb48;
}

.bg-lotus-yellow {
  background-color: #eacb48;
}

.border-lotus-yellow {
  border-color: #eacb48;
}

.custom-checkbox,
.custom-radio {
  border: 1px solid #fff;
}

.custom-checkbox:checked {
  background-color: #eacb48;
  border-color: #eacb48;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

.custom-radio:checked {
  background-color: #eacb48;
  border-color: #eacb48;
}

.form-shell {
  border: none;
}

.form-shell > div {
  border-left: 1px solid #27272a;
  border-right: 1px solid #27272a;
}

.form-shell > div:first-child {
  border-top: 1px solid #27272a;
}

.form-shell > .submit-area {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.plan-card {
  transition: all 0.3s ease;
}

.plan-card:hover {
  transform: translateY(-4px);
}

/* Footer (integrated from footer.css) */
.l-footer {
  margin-top: 258px;
}

@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 120px;
  }
}

.l-footer__inner {
  max-width: 1200px;
  margin-inline: auto;
  border-top: solid 1px #fff200;
  padding-block: 80px 100px;
}

@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding-block: 0 72px;
  }
}

.l-footer__flexWrap {
  display: flex;
  gap: 36px;
}

@media screen and (max-width: 767px) {
  .l-footer__flexWrap {
    flex-direction: column;
  }
}

.l-footer__logo {
  width: calc(50% - 18px);
  padding-top: 16px;
}

@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 100%;
    padding-top: 24px;
  }
}

.l-footer__logo img {
  width: 186px;
  margin-inline: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .l-footer__logo img {
    width: 96px;
  }
}

.l-footer__textBox {
  width: calc(50% - 18px);
  padding-left: 24px;
}

@media screen and (max-width: 767px) {
  .l-footer__textBox {
    width: 100%;
    padding-inline: 40px;
  }
}

.l-footer .l-footer__text--type01,
.l-footer .l-footer__text,
.l-footer .l-footer__copyright {
  color: #fefefe;
  font-family:
    "Overpass Lotus Headlines", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic StdN", "Arial", "Meiryo UI", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .l-footer .l-footer__text--type01,
  .l-footer .l-footer__text,
  .l-footer .l-footer__copyright {
    font-size: 12px;
  }
}

.l-footer .l-footer__text--type01:not(:first-of-type),
.l-footer .l-footer__text:not(:first-of-type) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .l-footer .l-footer__text--type01:not(:first-of-type),
  .l-footer .l-footer__text:not(:first-of-type) {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__text {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__text--type01 {
    text-align: justify;
    width: fit-content;
    margin-inline: auto;
  }
}

.l-footer__link {
  margin-left: 10px;
  text-decoration: underline;
}

.l-footer__copyright {
  text-transform: capitalize;
  display: block;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 24px;
    text-align: center;
    width: fit-content;
    margin-inline: auto;
  }
}

/* Site footer */
.site-footer {
  margin-top: 220px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #000;
}

.site-footer section {
  padding: 88px 0 110px;
}

.site-footer .wrap {
  max-width: 960px;
  margin-inline: auto;
  padding-inline: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
}

.site-footer .wrap > p {
  font-size: 16px;
  font-weight: 400;
}

.site-footer .site-title img {
  width: 120px;
  height: auto;
  display: block;
}

.site-footer .fnavi {
  list-style: none;
  display: flex;
  gap: 64px;
  margin: 8px 0 0;
  padding: 0;
}

.site-footer .fnavi a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.site-footer address {
  font-style: normal;
  font-size: 14px;
  margin-top: 16px;
  opacity: 0.92;
}

@media screen and (max-width: 767px) {
  .site-footer {
    margin-top: 140px;
  }

  .site-footer section {
    padding: 64px 0 80px;
  }

  .site-footer .wrap {
    gap: 24px;
  }

  .site-footer .site-title img {
    width: 168px;
  }

  .site-footer .fnavi {
    flex-direction: column;
    gap: 16px;
    margin-top: 4px;
  }
}

/* Notice bar (below main visual) */
.lotus-notice-bar {
  background-color: rgba(15, 15, 15, 0.92);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.lotus-notice-bar__inner {
  max-width: 1200px;
  min-height: 30px;
  margin-inline: auto;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.lotus-notice-bar__text {
  margin: 0;
  min-width: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lotus-notice-bar__headline {
  color: #fff;
}

.lotus-notice-bar__divider {
  color: rgba(255, 255, 255, 0.7);
  margin-inline: 0.2em;
}

.lotus-notice-bar__body--compact {
  display: none;
}

.lotus-notice-bar__cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 8px;
  color: #eacb48;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lotus-notice-bar__cta-icon {
  width: 12px;
  height: 12px;
  margin-left: 4px;
  display: block;
}

.lotus-notice-bar__cta:hover {
  color: #f4dc75;
}

.lotus-notice-bar__cta:focus-visible {
  outline: 2px solid #eacb48;
  outline-offset: 2px;
}

.lotus-notice-bar__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (max-width: 768px) {
  .lotus-notice-bar__inner {
    min-height: 40px;
    padding: 7px 12px;
    gap: 10px;
  }

  .lotus-notice-bar__text {
    font-size: 12px;
    line-height: 1.35;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lotus-notice-bar__divider {
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
  }

  .lotus-notice-bar__body--default {
    display: none;
  }

  .lotus-notice-bar__body--compact {
    display: inline;
  }

  .lotus-notice-bar__cta {
    min-height: 40px;
    padding: 0 6px;
    font-size: 13px;
  }
}
