@charset "shift_jis";
.enter-info {
  color: white;
  font-size: 27px;
  line-height: 0.8;
  position: absolute;
  text-align: center;
  top: -42px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .enter-info {
    font-size: 40px;
    top: -58px;
  }
}
html {
  overflow: auto;
}
body {
  background: white;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', Helvetica, '游ゴシック体', YuGothic, 'Yu Gothic M', '游ゴシック Medium', 'Yu Gothic Medium', 'メイリオ', Meiryo, sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  font-weight: bold;
  src: local("Yu Gothic Bold");
}
body, h1, h2, h3, h4, menu, ul, li, dl, dt, dd, p {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
img {
  vertical-align: bottom;
}
a:link, a:visited {
  color: black;
  text-decoration: none;
}
.link-color-white a:link, .link-color-white a:visited, .menu-item a:link, .menu-item a:visited {
  color: white;
}
@media screen and (min-width: 600px) {
  #header-menu a:link, #header-menu a:visited {
    color: inherit;
  }
}
a:hover, a:active {
  color: #e4007f !important;
  text-decoration: none;
}
a img {
  border: none;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
h1 {
  color: white;
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  h1 {
    font-size: 16px;
  }
}
.header-wrapper.error {
  background-image: url(../img/enter/video-poster-sp.jpg);
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 600px) {
  .header-wrapper.error {
    background-image: url(../img/enter/video-poster-pc.jpg);
  }
}
#enter-header .header-wrapper, #top-header .header-wrapper {
  position: relative;
}
#top-header .header-container, #enter-header .header-container {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#enter-header .header-container {
  background-image: url(../img/enter/video-overlay.png);
}
.header-box {
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  height: 83px;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .header-box {
    position: fixed;
    transition: 0.3s;
    z-index: 2;
  }
  .header-box.hide {
    transform: translateY(-100%);
  }
}
#enter-header .header-box {
  background: none;
  display: block;
  height: auto;
  padding: 0;
  position: static;
}
@media screen and (min-width: 600px) {
  #enter-header .header-box.hide {
    transform: none;
  }
}
.header-logo {
  width: 205px;
}
.header-info {
  align-items: center;
  display: flex;
}
.header-info-box {
  display: none;
}
@media screen and (min-width: 1275px) {
  .header-info-box {
    display: block;
    margin-left: 40px;
  }
}
.header-info-text {
  font-size: 13px;
}
.header-button {
  align-items: center;
  display: flex;
  position: fixed;
  right: 20px;
  z-index: 3;
}
@media screen and (min-width: 600px) {
  .header-button {
    display: none;
  }
}
.header-button-box {
  margin-left: 15px;
  width: 40px;
}
#header-menu {
  background: #262626;
  color: white;
  display: none;
  font-size: 20px;
  height: 100%;
  left: 0;
  opacity: 0.95;
  padding: 25px 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  #header-menu {
    background: none;
    color: inherit;
    display: block;
    font-size: inherit;
    height: auto;
    padding: 0;
    position: static;
    width: auto;
    font-family: Georgia, Times, 'Times New Roman', serif;
  }
}
@media screen and (min-width: 600px) {
  .header-menu-title, .header-menu-info {
    display: none;
  }
}
.header-menu-info-title {
  color: #7d7d7d;
  font-size: 14px;
}
.header-menu-title .header-menu-info-title {
  margin-top: 50px;
}
.header-menu-info {
  margin-top: 50px;
}
.header-menu-info-box {
  margin-top: 10px;
}
.header-menu-info-text {
  margin-top: 5px;
}
.header-menu-info-tel {
  font-size: 40px;
  margin-top: 0;
}
.header-menu-info-link {
  display: block;
  width: 100%;
}
.menu-nav {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
#header-menu .menu-nav {
  display: block;
  line-height: 2.1;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .menu-list {
    display: flex;
  }
}
.footer-container .menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 2.5;
  width: 440px;
}
@media screen and (min-width: 600px) {
  .footer-container .menu-list {
    line-height: inherit;
    width: auto;
  }
}
@media screen and (min-width: 600px) {
  .menu-item {
    margin: 0 0 0 11px;
  }
}
.footer-container .menu-item {
  margin: 0 10px;
}
#header-menu .menu-link {
  display: inline-block;
  width: 100%;
}
.menu-text-j::after {
  content: ">";
  font-weight: bold;
  position: absolute;
  right: 20px;
}
@media screen and (min-width: 600px) {
  .menu-text-j {
    display: none;
  }
}
.footer-menu .menu-text-j {
  display: none;
}
.menu-text-e {
  display: none;
}
@media screen and (min-width: 600px) {
  .menu-text-e {
    display: inline;
  }
}
.footer-menu .menu-text-e {
  display: inline;
}
#hero-video {
  aspect-ratio: 16 / 9;
  display: block;
  min-height: 599px;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 600px) {
  #enter-header #hero-video {
    height: 850px;
  }
}
footer {
  background: url(../img/common/bg-footer.png);
  color: white;
  padding: 60px 0;
  text-align: center;
}
.footer-info {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (min-width: 600px) {
  .footer-info-container {
    margin: auto;
    width: 960px;
  }
}
.footer-info-logo {
  display: block;
  margin: 0 auto 40px;
  width: 30%;
}
@media screen and (min-width: 600px) {
  .footer-info-logo {
    width: 20%;
  }
}
.footer-info-tel {
  background: white;
  height: 60px;
  margin: 40px auto 0;
  width: 50%;
}
@media screen and (min-width: 600px) {
  .footer-info-tel {
    pointer-events: none;
  }
}
.footer-info-tel-link {
  display: block;
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.footer-container {
  margin-top: 40px;
}
.footer-menu {
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .container {
    margin: auto;
    width: 960px;
  }
}
.page-title {
  padding: 30px 0 20px;
  text-align: center;
  font-family: Georgia, Times, 'Times New Roman', serif;
}
@media screen and (min-width: 600px) {
  .page-title {
    padding: 180px 0 80px;
  }
}
.page-title-e, .page-title-j {
  display: block;
}
.page-title-e {
  font-weight: bold;
  letter-spacing: 4px;
}
@media screen and (min-width: 600px) {
  .page-title-e {
    font-size: 22px;
  }
}
.page-title-j {
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (min-width: 600px) {
  .page-title-j {
    font-size: 14px;
  }
}
.page-title-hr {
  border: none;
  border-top-color: black;
  border-top-style: solid;
  border-top-width: 1px;
  margin: 20px auto;
  width: 10%;
}
.page-title-text {
  color: #e4007f;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .page-title-text {
    font-size: 16px;
  }
}
.page-banner {
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .page-banner {
    margin-top: 20px;
  }
}
.page-order {
  background: black;
  border-radius: 50%;
  color: white;
  flex-wrap: wrap;
  height: 50px;
  width: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .page-order {
    height: 100px;
    width: 100px;
  }
}
.page-order-text {
  font-size: 10px;
  margin-top: 6px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .page-order-text {
    font-size: 20px;
    margin-top: 12px;
  }
}
.page-order-number {
  font-size: 25px;
  margin-top: -10px;
}
@media screen and (min-width: 600px) {
  .page-order-number {
    font-size: 50px;
    margin-top: -20px;
  }
}
.img-100 {
  display: block;
  height: auto;
  width: 100%;
}
.br-sp {
  display: inline;
}
@media screen and (min-width: 600px) {
  .br-sp {
    display: none;
  }
}
.br-pc {
  display: none;
}
@media screen and (min-width: 600px) {
  .br-pc {
    display: inline;
  }
}
.schedules-sun {
  color: red;
}
.schedules-sat {
  color: #00a0e9;
}
.photo-diary-frame {
  border: none;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .photo-diary-sp {
    display: none;
  }
}
.photo-diary-pc {
  display: none;
}
@media screen and (min-width: 600px) {
  .photo-diary-pc {
    display: inline;
  }
}
#map {
  background: url(../img/recruit/map.jpg) center center / contain;
  color: white;
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  #map {
    margin: 0 -500%;
    padding: 0 500%;
    height: 750px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 600px) {
  .map-box {
    padding: 0 20px;
  }
}
.map-iframe {
  border: none;
  height: 225px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .map-iframe {
    height: 450px;
  }
}
.map-google {
  border: 1px solid white;
  font-weight: bold;
  height: 40px;
  margin: 15px auto 0;
  width: 300px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}
@media screen and (min-width: 600px) {
  .map-google {
    height: 70px;
    margin-top: 30px;
    width: 580px;
  }
}
.map-text {
  margin-top: 30px;
}
.map-google-link {
  display: block;
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.error-link {
  height: 100px;
  text-align: center;
}
.top-title {
  padding: 30px 0 20px;
  text-align: center;
  font-family: Georgia, Times, 'Times New Roman', serif;
}
@media screen and (min-width: 600px) {
  .top-title {
    padding: 60px 0 40px;
  }
}
.top-title-e, .top-title-j {
  display: block;
}
.top-title-e {
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 5px;
}
.top-title-j {
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .top-title-j {
    font-size: 14px;
  }
}
.top-title-hr {
  border: none;
  border-top-color: black;
  border-top-style: solid;
  border-top-width: 1px;
  margin: 20px auto;
  width: 10%;
}
#history .top-title-hr {
  border-top-color: white;
}
.top-title-text {
  color: #e4007f;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .top-title-text {
    font-size: 16px;
  }
}
#top-info {
  background: #e9eaec;
}
@media screen and (min-width: 600px) {
  #top-info {
    background: url(../img/common/info.jpg) center center;
    margin: 0 -500%;
    padding: 0 500%;
  }
}
@media screen and (min-width: 600px) {
  .top-info-container {
    height: 1140px;
    width: 960px;
  }
  .top-info-box {
    display: flex;
    justify-content: space-around;
    margin: auto;
  }
}
#top-news {
  padding: 0 30px 30px;
  width: 480px;
}
@media screen and (min-width: 600px) {
  #top-news {
    background: none;
    padding: 0;
    width: 440px;
  }
}
.top-news-wrapper {
  background: white;
  padding: 10px;
}
.top-news-container {
  height: 500px;
  overflow: auto;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .top-news-container {
    height: 820px;
  }
}
.top-news-title-box {
  background: #e4007f;
  color: white;
  font-size: 15px;
  padding: 0 5px;
}
.top-news-title {
  border-bottom: 1px dashed white;
}
.top-news-title, .top-news-date {
  padding: 5px 0;
}
.top-news-com {
  font-size: 14px;
  overflow: hidden;
  padding: 10px 0;
}
.top-news-com img {
  opacity: 1 !important;
}
#top-movie {
  background: url(../img/common/bg-footer.png);
  color: white;
  font-size: 12px;
  padding: 20px 10px 10px;
}
@media screen and (min-width: 600px) {
  #top-movie {
    margin: 0 -500%;
    padding: 0 500%;
  }
}
@media screen and (min-width: 600px) {
  #top-movie {
    padding-bottom: 20px;
    padding-top: 30px;
  }
}
@media screen and (min-width: 600px) {
  .top-movie-container {
    margin: auto;
    width: 922px;
  }
}
.top-movie-title {
  height: 20px;
}
@media screen and (min-width: 600px) {
  .top-movie-title {
    height: 40px;
  }
}
.top-movie-title-img {
  display: block;
  height: 13px;
}
@media screen and (min-width: 600px) {
  .top-movie-title-img {
    height: auto;
  }
}
.top-movie-video {
  display: block;
  width: 100%;
}
.top-movie-thumbnails {
  display: flex;
  margin-top: 3px;
}
.top-movie-text {
  margin-top: 5px;
}
@media screen and (min-width: 600px) {
  .top-movie-text {
    font-size: 17px;
    margin-top: 10px;
    text-align: center;
  }
}
.enter-logo {
  height: 500px;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .enter-logo {
    height: 660px;
  }
}
.enter-logo-img {
  width: 50%;
}
@media screen and (min-width: 600px) {
  .enter-logo-img {
    width: auto;
  }
}
.enter-button {
  margin-top: -150px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .enter-button {
    margin-top: -260px;
  }
}
.enter-button-enter, .enter-button-cityheaven, .enter-button-leave {
  text-align: center;
}
.enter-button-cityheaven {
  display: block;
  font-size: 11px;
  font-weight: bold;
  margin: 40px auto 0;
  white-space: nowrap;
  width: 180px;
}
@media screen and (min-width: 600px) {
  .enter-button-cityheaven {
    font-size: 14px;
    margin-top: 90px;
    width: 233px;
  }
}
.enter-button-cityheaven span {
  font-size: 1.3em;
}
.enter-button-cityheaven:link, .enter-button-cityheaven:visited {
  color: darkgray;
  text-decoration: underline;
}
.enter-button-cityheaven:hover, .enter-button-cityheaven:active {
  color: gray !important;
}
.enter-button-leave {
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .enter-button-leave {
    margin-top: 40px;
  }
}
.enter-button-image {
  width: 160px;
}
@media screen and (min-width: 600px) {
  .enter-button-image {
    width: auto;
  }
}
.enter-attention {
  margin-top: 66px;
  text-align: center;
}
.enter-container {
  margin: 80px 0 0;
}
@media screen and (min-width: 600px) {
  .enter-container {
    margin: 100px auto 0;
    width: 960px;
  }
}
.enter-logo-horizontal {
  margin-bottom: 40px;
  text-align: center;
}
.enter-description {
  padding: 0 30px 30px;
}
.enter-attention, .enter-description {
  font-size: 17px;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .enter-attention, .enter-description {
    text-align: center;
  }
}
.enter-description-1 {
  color: #e4007f;
}
.enter-description-2 {
  margin-top: 10px;
}
#twitter {
  padding: 0 30px 30px;
}
@media screen and (min-width: 600px) {
  #twitter {
    padding: 0;
    width: 420px;
  }
}
#twitter iframe {
  margin: auto;
  width: 490px !important;
}
.twitter-container {
  height: 500px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .twitter-container {
    height: 840px;
  }
}
.enter-banner {
  padding-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .enter-banner {
    padding-bottom: 20px;
  }
}
.blog-link {
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .blog-link {
    margin-bottom: 20px;
  }
}
.footer-info-logo {
  pointer-events: none;
}
#enter-link {
  font-size: 10px;
  padding: 20px 10px;
  text-align: center;
  width: 480px;
}
@media screen and (min-width: 600px) {
  #enter-link {
    margin: auto;
    width: 784px;
  }
}
.enter-link-banner {
  padding-bottom: 10px;
}
.enter-link-banner.not-sp {
  display: none;
}
@media screen and (min-width: 600px) {
  .enter-link-banner.not-sp {
    display: block;
  }
}
.enter-link-banner img {
  max-width: 100%;
  height: auto;
}
.enter-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.enter-link-item {
  margin-bottom: 10px;
  width: 88px;
}
.enter-link-item.enter-link-item-end {
  margin-bottom: 0;
}
.enter-link-image {
  height: 31px;
}
.enter-link-name {
  overflow: hidden;
}
