.pageTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (min-width: 769px), print {
  .pageTitle_bg {
    height: 45.6rem;
  }
}
@media screen and (max-width: 768px) {
  .pageTitle_bg {
    height: 82.6rem;
  }
}
.pageTitle_bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.pageTitle .breadcrumb01-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
}

.main_header {
  position: absolute;
  width: 100%;
  text-align: center;
}
@media (min-width: 769px), print {
  .main_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 45.6rem;
    padding: 4.8rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main_header {
    min-height: 82.6rem;
    padding: 8rem 0 8rem;
  }
}
.main_header_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
@media (min-width: 769px), print {
  .main_header_inner {
    min-height: 25.6rem;
    padding: 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .main_header_inner {
    min-height: 66.6rem;
    padding: 8rem 0;
  }
}
.main_header_inner .alphabet_ttl {
  color: #3dae35;
  font-weight: 700;
}
@media (min-width: 769px), print {
  .main_header_inner .alphabet_ttl {
    line-height: 2em;
    font-size: min(14.4px, 1.286vw);
  }
}
@media screen and (max-width: 768px) {
  .main_header_inner .alphabet_ttl {
    line-height: 1.765em;
    font-size: 3.4rem;
  }
}
.main_header_inner h1 {
  font-weight: 900;
  letter-spacing: 0.06em;
}
@media (min-width: 769px), print {
  .main_header_inner h1 {
    line-height: 1.486em;
    font-size: min(28px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .main_header_inner h1 {
    line-height: 1.414em;
    font-size: 4.6rem;
  }
}
.main_inner {
  overflow: hidden;
}
@media (min-width: 769px), print {
  .main_inner {
    padding: 6.4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .main_inner {
    padding: 8rem 0 0;
  }
}