@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;
  }
}
.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;
}
#schedules {
  align-items: flex-start;
  border-left: 1px solid #4c4c4c;
  display: flex;
  font-size: 0.8em;
  margin: 20px 5px;
}
@media screen and (min-width: 600px) {
  #schedules {
    font-size: inherit;
    margin: 40px 10px;
  }
}
#schedules-view_day {
  background: #4c4c4c;
  font-weight: bold;
}
#schedules-view_day .schedules-text {
  color: white;
}
.schedules-box {
  border-bottom: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
  border-top: 1px solid #4c4c4c;
  height: 50px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .schedules-box {
    height: 100px;
  }
}
.schedules-date {
  display: block;
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .schedules-container {
    width: 960px;
  }
}
.schedules-today {
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  .schedules-today {
    font-size: 26px;
  }
}
.schedules-shift {
  border: 1px solid #999;
  font-size: 0.8em;
  height: 2.2em;
  margin: 20px 5px 0;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .schedules-shift {
    font-size: 18px;
    margin: 40px 10px 0;
  }
}
.schedule-time {
  background: black;
  color: white;
  font-size: 10px;
  height: 2em;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .schedule-time {
    font-size: inherit;
  }
}
.schedule-time span {
  font-size: 1.2em;
  font-weight: 600;
}
.top-page-link-box {
  background: black;
  color: white;
  font-size: 12px;
  height: 35px;
  margin: 30px auto 0;
  width: 300px;
}
@media screen and (min-width: 600px) {
  .top-page-link-box {
    font-size: 16px;
    height: 70px;
    width: 580px;
  }
}
.top-page-link {
  display: block;
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  font-family: Georgia, Times, 'Times New Roman', serif;
}
.top-page-link-icon {
  height: 12px;
  margin-left: 3px;
  width: 12px;
}
#top-marquee {
  align-items: center;
  display: flex;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
}
@media screen and (min-width: 600px) {
  #top-marquee {
    height: 50px;
    line-height: 50px;
  }
}
.top-marquee-title {
  font-size: inherit;
  letter-spacing: 2px;
  width: 80px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-family: Georgia, Times, 'Times New Roman', serif;
}
@media screen and (min-width: 600px) {
  .top-marquee-title {
    height: 20px;
    width: 104px;
  }
}
.top-marquee-box {
  margin: auto;
  overflow: hidden;
  width: 400px;
}
@media screen and (min-width: 600px) {
  .top-marquee-box {
    width: 856px;
  }
}
.top-marquee-marquee {
  animation: 20s linear infinite marquee;
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
}
@keyframes marquee {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(-100%);
  }
}
#catch, #concept {
  color: white;
}
@media screen and (min-width: 600px) {
  #catch, #concept {
    background-color: black;
    position: relative;
    margin: 0 -500%;
    padding: 0 500%;
  }
}
.catch-container, .concept-container {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .catch-container, .concept-container {
    background-size: 920px;
    left: 0;
    margin: auto;
    min-width: 960px;
    position: absolute;
    right: 0;
    width: 100vw;
  }
}
@media screen and (min-width: 600px) {
  .catch-box, .concept-box {
    margin-left: 10%;
  }
}
#catch {
  height: 450px;
}
@media screen and (min-width: 600px) {
  #catch {
    height: 700px;
  }
}
.catch-container {
  background-image: url(../img/top/catch.jpg);
  line-height: 1.8;
  padding: 50px 18px 0;
}
@media screen and (min-width: 600px) {
  .catch-container {
    background-position: 80% center;
    padding-top: 70px;
  }
}
.catch-title {
  width: 265px;
}
@media screen and (min-width: 600px) {
  .catch-title {
    width: 450px;
  }
}
.catch-text-bold {
  font-size: 18px;
  font-weight: bold;
  margin-top: 45px;
}
@media screen and (min-width: 600px) {
  .catch-text-bold {
    font-size: 26px;
    width: auto;
  }
}
.catch-text {
  font-size: 15px;
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .catch-text {
    margin-top: 40px;
    width: 600px;
  }
}
.catch-text br {
  display: none;
}
#concept {
  height: 600px;
}
@media screen and (min-width: 600px) {
  #concept {
    height: 775px;
  }
}
.concept-container {
  background-image: url(../img/top/concept.jpg);
  background-position: -320px center;
  line-height: 1.7;
  padding: 36px 15px 0;
}
@media screen and (min-width: 600px) {
  .concept-container {
    background-position: 80% 25%;
    padding-top: 70px;
  }
}
.concept-title {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .concept-title {
    font-size: 26px;
    width: auto;
  }
}
.concept-point {
  color: #e4007f;
}
.concept-text-bold {
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .concept-text-bold {
    font-size: 18px;
    margin-top: 40px;
  }
}
.concept-text {
  font-size: 15px;
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  .concept-text {
    line-height: 2;
    margin-top: 40px;
    width: 576px;
  }
}
.concept-history-button {
  border: 1px solid white;
  cursor: pointer;
  font-size: 12px;
  height: 35px;
  margin: 30px auto 0;
  width: 300px;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .concept-history-button {
    font-size: 16px;
    height: 70px;
    margin-top: 50px;
    width: 580px;
  }
}
.concept-history-symbol {
  margin: 0 5px;
}
#concept-history {
  background: black;
  color: white;
  display: none;
}
@media screen and (min-width: 600px) {
  #concept-history {
    margin: 0 -500%;
    padding: 0 500%;
  }
}
.concept-history-container {
  padding: 30px 15px;
}
@media screen and (min-width: 600px) {
  .concept-history-container {
    margin: auto;
    padding: 60px 0;
    width: 880px;
  }
}
.concept-history-title {
  font-weight: bold;
}
.concept-history-box {
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  .concept-history-box {
    margin-top: 35px;
  }
}
.concept-history-point {
  align-items: center;
  display: flex;
}
.concept-history-point-number {
  color: #5d5d5d;
  float: left;
  font-size: 55px;
  font-weight: bold;
}
.concept-history-point-text {
  font-size: 18px;
  margin-left: 10px;
}
.concept-history-text {
  clear: left;
  font-size: 15px;
  margin-top: 15px;
}
.concept-history-subtitle {
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  .concept-history-subtitle {
    margin-top: 35px;
  }
}
.concept-history-bottom {
  border: 1px solid white;
  font-size: 15px;
  height: 70px;
  margin: 20px auto 0;
  width: 430px;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .concept-history-bottom {
    margin-top: 40px;
    width: 100%;
  }
}
#top-newface, #top-schedule {
  padding-bottom: 30px;
}
#top-newface .therapists-container {
  display: flex;
  font-size: 10px;
  justify-content: flex-start;
  padding: 0 0 20px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  #top-newface .therapists-container {
    font-size: 16px;
  }
}
#top-newface .therapists-box {
  margin-top: 20px;
  position: relative;
  width: 120px;
}
@media screen and (min-width: 600px) {
  #top-newface .therapists-box {
    margin-top: 30px;
    width: 240px;
  }
}
#top-newface .therapists-photo {
  height: 180px;
}
@media screen and (min-width: 600px) {
  #top-newface .therapists-photo {
    height: 360px;
  }
}
#top-newface .therapists-date, #top-newface .therapists-catch {
  background: black;
  color: white;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  #top-newface .therapists-date, #top-newface .therapists-catch {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
}
#top-newface .therapists-date-new {
  color: #e4007f;
  margin-right: 5px;
}
#top-newface .therapists-name-box {
  font-weight: bold;
  margin-top: 2px;
}
#top-newface .therapists-name {
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  #top-newface .therapists-name {
    font-size: 24px;
  }
}
#top-newface .therapists-age {
  margin-left: 3px;
}
@media screen and (min-width: 600px) {
  #top-newface .therapists-age {
    margin-left: 10px;
  }
}
#top-newface .therapists-announce {
  background-color: #e4007f;
  border-radius: 40px;
  color: #fff;
  height: 15px;
  line-height: 15px;
  margin: 4px auto 0;
  width: 90%;
}
@media screen and (min-width: 600px) {
  #top-newface .therapists-announce {
    font-size: inherit;
    height: 28px;
    line-height: 26px;
    margin-top: 16px;
  }
}
.top-banner-container {
  background: black;
}
@media screen and (min-width: 600px) {
  .top-banner-container {
    margin: 0 -500%;
    padding: 0 500%;
  }
}
@media screen and (min-width: 600px) {
  .top-banner-container {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.top-photo-diary {
  padding: 30px;
}
@media screen and (min-width: 600px) {
  .top-photo-diary {
    padding: 0;
  }
}
.top-photo-diary-container {
  height: 461px;
  margin: auto;
  width: 420px;
}
@media screen and (min-width: 600px) {
  .top-photo-diary-container {
    height: 842px;
    width: 400px;
  }
}
@media screen and (min-width: 600px) {
  #top-order {
    display: flex;
    flex-wrap: wrap;
  }
  #top-banner {
    order: 1;
    width: 960px;
  }
  #top-schedule {
    order: 2;
  }
}
#history {
  background: black;
  color: white;
  padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
  #history {
    margin: 0 -500%;
    padding: 0 500%;
    padding-bottom: 60px;
  }
}
.history-container {
  color: black;
  font-size: 12px;
  height: 360px;
  overflow-y: scroll;
}
@media screen and (min-width: 600px) {
  .history-container {
    font-size: 16px;
    height: 535px;
    margin: 0 auto;
    width: 920px;
  }
}
.history-box {
  background: white;
  margin: 5px 20px 0;
  padding: 0 5px;
}
@media screen and (min-width: 600px) {
  .history-box {
    margin: 10px 0px 0px;
    padding: 0 10px;
  }
}
.history-box:first-child {
  margin-top: 0;
}
.history-wrap {
  display: flex;
}
.history-photo {
  margin: 5px 5px 5px 0;
  width: 30px;
}
@media screen and (min-width: 600px) {
  .history-photo {
    margin: 10px 15px 10px 0;
    width: 40px;
  }
}
.history-right {
  flex-grow: 2;
}
.history-title, .history-comment {
  line-height: 27px;
}
@media screen and (min-width: 600px) {
  .history-title, .history-comment {
    line-height: 40px;
  }
}
.history-title {
  border-bottom: 1px dashed black;
  display: flex;
  height: 28px;
}
@media screen and (min-width: 600px) {
  .history-title {
    height: 40px;
  }
}
.history-title-update {
  background: #ff6900;
  color: white;
  font-size: 10px;
  margin: 5px 5px 5px 0;
  padding: 0 10px;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .history-title-update {
    font-size: 14px;
    margin: 10px 10px 10px 0;
    padding: 0 10px;
  }
}
.history-title-text {
  color: #ff6900;
}
#top-link {
  padding: 20px 10px;
  width: 480px;
}
@media screen and (min-width: 600px) {
  #top-link {
    margin: auto;
    width: 784px;
  }
}
.top-link-banner img {
  max-width: 100%;
  height: auto;
}
