body{
  margin: 0;
}

.bnt-international-hero {
  position: relative;
  min-height: 100vh;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url("../img/アフターフォロー.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bnt-international-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
}

.bnt-international-hero__panel {
  position: relative;
  z-index: 2;
  width: min(100%, 720px);
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 32px;
  border-radius: 24px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.18) 0%,
    rgba(255, 255, 255, 0.84) 20%,
    rgba(255, 255, 255, 0.94) 50%,
    rgba(255, 255, 255, 0.84) 80%,
    rgba(255, 255, 255, 0.18) 100%
  );
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.bnt-international-hero__content {
  width: 100%;
  max-width: 440px;
  text-align: center;
}

.bnt-international-hero__sub {
  margin: 5px 0 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #2f2a2b;
}

.bnt-international-hero__title {
  margin: 1px 0 36px;
    font-size: 0.8rem;
    font-weight: 400;
  line-height: 1.4;
  color: #5a5556;
}

.bnt-language-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bnt-language-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 0 24px;
  border-radius: 999px;
  background: #efdde1;
  color: #2f2a2b;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.bnt-language-list__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
  opacity: 0.96;
}

.bnt-international-hero__note {
  margin-top: 28px;
}

.bnt-international-hero__note p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #000;
}

.bnt-international-hero__note p + p {
  margin-top: 4px;
}

@media (max-width: 767px) {
  .bnt-international-hero {
    min-height: auto;
    padding: 24px 16px;
  }

  .bnt-international-hero__panel {
    width: 100%;
    min-height: auto;
    padding: 40px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
  }

  .bnt-international-hero__title {
    margin-bottom: 28px;
    font-size: 0.7rem;
  }

  .bnt-language-list {
    gap: 14px;
  }

  .bnt-language-list__item {
    min-height: 60px;
    padding: 0.5rem 18px;
    font-size: 22px;
  }

  .bnt-international-hero__note {
    margin-top: 22px;
  }

  .bnt-international-hero__note p {
    font-size: 14px;
    line-height: 1.8;
  }
  .bnt-international-hero__sub{
	font-size: 1.2rem;
}
}

.intl-hero-title{
  margin: 0;
  text-align: center;
  line-height: 1.3;
    display: flex;
    flex-direction: column-reverse;
}

.intl-hero-title__guest{
    margin: 0.7rem 0 0;
    font-size: 1.9rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #2f2a2b;
}

.intl-hero-title__bottom{
    display: inline !important;
    font-size: 1.2rem !important;
    color: #5a5556 !important;
}

@media (max-width: 767px){
  .intl-hero-title__guest{
    font-size: 1.2rem !important;
  }

  .intl-hero-title__bottom{
    display: inline !important;
        font-size: 0.8rem !important;
        color: #5a5556 !important;
        white-space: nowrap;
  }
}