@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;
}
.therapists-container {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  justify-content: space-between;
  padding: 0 5px 20px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .therapists-container {
    font-size: 16px;
    padding: 0 10px 40px;
  }
}
.therapists-box {
  margin-top: 20px;
  position: relative;
  width: 150px;
}
@media screen and (min-width: 600px) {
  .therapists-box {
    margin-top: 30px;
    width: 300px;
  }
}
.therapists-box-end {
  margin-top: 0;
}
.therapists-photo {
  height: 225px;
}
@media screen and (min-width: 600px) {
  .therapists-photo {
    height: 450px;
  }
}
.therapists-icon {
  position: absolute;
  width: 45px;
}
@media screen and (min-width: 600px) {
  .therapists-icon {
    width: 90px;
  }
}
.therapists-icon-rankin {
  top: 175px;
  width: 49px;
}
@media screen and (min-width: 600px) {
  .therapists-icon-rankin {
    top: 347px;
    width: auto;
  }
}
.therapists-name-box, .therapists-comment {
  margin-top: 4px;
}
@media screen and (min-width: 600px) {
  .therapists-name-box, .therapists-comment {
    margin-top: 8px;
  }
}
.therapists-name-box {
  font-weight: bold;
}
.therapists-name {
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .therapists-name {
    font-size: 24px;
  }
}
.therapists-age {
  margin-left: 5px;
}
@media screen and (min-width: 600px) {
  .therapists-age {
    margin-left: 10px;
  }
}
.therapists-size, .therapists-job {
  height: 15px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .therapists-size, .therapists-job {
    height: 24px;
  }
}
.therapists-comment {
  color: black;
  height: 50px;
  line-height: 1;
  overflow: hidden;
  padding: 0 10px;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .therapists-comment {
    font-size: 12px;
    height: 70px;
    line-height: 14px;
    padding: 0 20px;
  }
}
.therapists-comment img {
  display: none;
}
.therapists-announce {
  background-color: #e4007f;
  border-radius: 40px;
  color: #fff;
  height: 15px;
  line-height: 15px;
  margin-top: 8px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .therapists-announce {
    font-size: inherit;
    height: 28px;
    line-height: 26px;
    margin-top: 16px;
  }
}
.therapists-refer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
@media screen and (min-width: 600px) {
  .therapists-refer {
    margin-top: 10px;
  }
}
.therapists-refer-icon {
  height: 12px;
  margin: 3px 0 0 3px;
}
@media screen and (min-width: 600px) {
  .therapists-refer-icon {
    height: 24px;
    margin: 6px 0 0 6px;
  }
}
.therapists-refer-icon .img-100 {
  height: 100%;
  width: auto;
}
