@import url('information.css');

.exh-hero {
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 24px 64px;
  box-sizing: border-box;
  overflow: hidden;
}

.exh-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  isolation: isolate;
  background-color: #fff;
}

.exh-hero__bg img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(1.45) contrast(0.92) saturate(0.85);
}

.exh-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: none;
  opacity: 1;
  pointer-events: none;
}

.exh-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  color: #000 !important;
}

.exh-hero__inner h1 {
  color: #000 !important;
  margin: 0 0 16px;
  font-size: 40px;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.03em;
}

.exh-hero__inner p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
  opacity: 0.92;
}

@media (min-width: 1025px) {
  .info-page-top--solo.info-page-top--exh .exh-hero {
    padding-bottom: 64px;
  }
}

.mypage-content {
  position: relative;
  z-index: 1;
  padding: 56px 0 100px;
  background: #fff;
  color: #111;
}

.mypage-inner {
  position: relative;
  max-width: var(--content-max-width);
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.mypage-login-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  height: 580px;
  margin: 0 auto;
  padding: 48px 56px;
  border: 1px solid #c5d8f5;
  background: #fff;
  box-sizing: border-box;
}

.mypage-login-panel__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 40px 32px;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  align-self: stretch;
}

.mypage-login-panel__logo {
  display: block;
  width: min(100%, 420px);
  aspect-ratio: 166 / 36;
  height: auto;
  margin: 0 auto;
  background-color: #011D20;
  -webkit-mask-image: url("/images/envex_logo.svg");
  mask-image: url("/images/envex_logo.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.mypage-login-panel__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  word-break: keep-all;
}

.mypage-login-form {
  width: 100%;
}

.mypage-login-form__field {
  margin-bottom: 20px;
}

.mypage-login-form__field label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

.mypage-login-form__field input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #d9dde5;
  border-radius: 4px;
  font-size: 15px;
  color: #222;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.mypage-login-form__field input::placeholder {
  color: #aaa;
}

.mypage-login-form__field input:focus {
  outline: none;
  border-color: #0F6055;
}

.mypage-login-form__find {
  display: flex;
  justify-content: flex-end;
  margin: -4px 0 20px;
}

.mypage-login-form__find a,
.mypage-login-form__find-link {
  padding: 0;
  border: none;
  background: none;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
}

.mypage-login-form__find a:hover,
.mypage-login-form__find-link:hover {
  color: #0F6055;
  text-decoration: underline;
}

.mypage-login-form__submit {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 4px;
  background: #0F6055;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s;
}

.mypage-login-form__submit:hover {
  background: #0c4f46;
}

.mypage-login-form__hint {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: #888;
  text-align: center;
  word-break: keep-all;
}

.mypage-login-form__error {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 4px;
  background: #fff5f5;
  border: 1px solid #ffc9c9;
  font-size: 14px;
  line-height: 1.5;
  color: #c92a2a;
  word-break: keep-all;
}

.mypage-contact {
  margin-top: 48px;
  text-align: center;
}

.mypage-contact__lead {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.7;
  color: #444;
  word-break: keep-all;
}

.mypage-contact__info {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #0F6055;
  word-break: keep-all;
}

a.mypage_text.is-current {
  color: #fdd000;
}

@media (max-width: 1024px) {
  .mypage-login-panel {
    grid-template-columns: 1fr;
    gap: 32px;
    height: auto;
    min-height: 0;
    padding: 32px 28px;
  }

  .mypage-login-panel__brand {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .mypage-content {
    padding: 40px 0 72px;
  }

  .mypage-login-panel {
    height: auto;
    padding: 24px 20px;
  }
}

/* Find account modal */
.find-account-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}

.find-account-modal[hidden] {
  display: none;
}

.find-account-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.find-account-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 960px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 40px 48px 32px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
  box-sizing: border-box;
}

.find-account-modal__close {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: none;
  font-size: 28px;
  line-height: 1;
  color: #222;
  cursor: pointer;
}

.find-account-modal__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.find-account-modal__head {
  margin-bottom: 24px;
}

.find-account-modal__head .guide-block-head__title-wrap {
  margin-bottom: 16px;
  padding-top: 16px;
  border-top: 3px solid #228380;
}

.find-account-modal__title {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #011d20;
}

.find-account-modal__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #666;
  word-break: keep-all;
}

.find-account-modal__field {
  margin-bottom: 18px;
}

.find-account-modal__field label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #222;
}

.find-account-modal__field input {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d9dde5;
  border-radius: 4px;
  font-size: 14px;
  color: #222;
  box-sizing: border-box;
}

.find-account-modal__field input::placeholder {
  color: #aaa;
}

.find-account-modal__field input:focus {
  outline: none;
  border-color: #011D20;
}

.find-account-modal__input-group {
  display: flex;
  align-items: stretch;
}

.find-account-modal__input-group input {
  flex: 1;
  min-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.find-account-modal__confirm {
  flex: 0 0 auto;
  min-width: 72px;
  height: 44px;
  padding: 0 18px;
  border: none;
  border-radius: 0 4px 4px 0;
  background: #0F6055;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s;
}

.find-account-modal__confirm:hover {
  background: #0c4f46;
}

.find-account-modal__confirm:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.find-account-modal__field input.is-invalid {
  border-color: #c0392b;
  background: #fff8f7;
}

.find-account-modal__status {
  margin: -6px 0 0;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.5;
  word-break: keep-all;
}

.find-account-modal__status[hidden] {
  display: none;
}

.find-account-modal__status--error {
  background: #fdecea;
  color: #a32020;
  border: 1px solid #f5c6c2;
}

.find-account-modal__status--success {
  background: #eaf6f3;
  color: #0c4f46;
  border: 1px solid #b7ddd5;
}

.find-account-modal__footer {
  display: flex;
  justify-content: center;
  margin-top: 36px;
  padding-top: 8px;
}

.find-account-modal__btn-close {
  min-width: 120px;
  height: 44px;
  padding: 0 32px;
  border: none;
  border-radius: 4px;
  background: #0F6055;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s;
}

.find-account-modal__btn-close:hover {
  background: #0c4f46;
}

@media (max-width: 767px) {
  .find-account-modal__dialog {
    padding: 32px 24px 24px;
  }

  .find-account-modal__body {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
