@charset "shift_jis";
@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;
}
.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;
}
.recruit-title {
  padding: 30px 0 20px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .recruit-title {
    padding: 50px 0 40px;
  }
}
.recruit-title-e {
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .recruit-title-e {
    font-size: 22px;
  }
}
.recruit-title-j {
  font-size: 12px;
  margin-top: 5px;
}
.recruit-title-hr {
  border: none;
  border-top-color: black;
  border-top-style: solid;
  border-top-width: 1px;
  margin: 20px auto;
  width: 10%;
}
.recruit-about .recruit-title-hr, .recruit-reason .recruit-title-hr, .recruit-experienced .recruit-title-hr, .recruit-first-time .recruit-title-hr, .recruit-faq .recruit-title-hr, .recruit-message .recruit-title-hr {
  border-top-color: white;
}
.recruit-title-text {
  font-weight: bold;
}
.recruit-staff-title-text {
  font-weight: bold;
  text-align: center;
  padding: 40px;
}
.recruit-box {
  padding: 0 20px 30px;
}
@media screen and (min-width: 600px) {
  .recruit-box {
    padding: 0 100px 50px;
  }
}
.recruit-point {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .recruit-point {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.recruit-text {
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  .recruit-text {
    margin-top: 30px;
  }
}
.recruit-image {
  margin: 20px 0;
}
@media screen and (min-width: 600px) {
  .recruit-image {
    margin: 40px 0;
  }
}
.recruit-color {
  color: #f48080;
}
.recruit-hero {
  background: url(../img/recruit/hero.jpg) center center / cover;
  height: 340px;
}
@media screen and (min-width: 600px) {
  .recruit-hero {
    height: 680px;
  }
}
.recruit-container {
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .recruit-container {
    font-size: 16px;
    margin: auto;
    width: 960px;
  }
}
.recruit-banner {
  background: #f48080;
  padding: 10px 0;
}
@media screen and (min-width: 600px) {
  .recruit-banner {
    margin: 0 -500%;
    padding: 0 500%;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.recruit-banner-inquiry {
  background: url(../img/recruit/inquiry.jpg) center center / cover;
  display: flex;
  height: 90px;
  padding: 30px 0 0 14px;
}
@media screen and (min-width: 600px) {
  .recruit-banner-inquiry {
    height: 180px;
    padding: 74px 0 0 28px;
  }
}
.recruit-banner-inquiry-link {
  display: block;
  height: 50px;
  width: 150px;
}
@media screen and (min-width: 600px) {
  .recruit-banner-inquiry-link {
    height: 100px;
    width: 300px;
  }
  .recruit-banner-inquiry-link:first-child {
    pointer-events: none;
  }
}
.recruit-banner-inquiry-text {
  height: 0;
  overflow: hidden;
  padding-top: 50px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .recruit-banner-inquiry-text {
    padding-top: 100px;
  }
}
.recruit-banner-line {
  background: url(../img/recruit/line.jpg) center center / cover;
  height: 150px;
  margin-top: 10px;
  padding: 60px 0 0 20px;
}
@media screen and (min-width: 600px) {
  .recruit-banner-line {
    height: 300px;
    margin-top: 20px;
    padding: 130px 0 0 48px;
  }
}
.recruit-banner-line-link {
  display: block;
  height: 50px;
  width: 310px;
}
@media screen and (min-width: 600px) {
  .recruit-banner-line-link {
    height: 80px;
    width: 600px;
  }
}
.recruit-banner-line-text {
  height: 0;
  overflow: hidden;
  padding-top: 50px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .recruit-banner-line-text {
    padding-top: 80px;
  }
}
.recruit-movie-box {
  background: black;
  padding: 10px;
}
.recruit-movie-video {
  display: block;
  margin: auto;
  width: 100%;
}
.recruit-movie-text {
  padding: 20px;
  text-align: center;
}
.recruit-about, .recruit-first-time {
  background: #f48080;
  color: white;
}
@media screen and (min-width: 600px) {
  .recruit-about, .recruit-first-time {
    margin: 0 -500%;
    padding: 0 500%;
  }
}
.recruit-about-check {
  align-items: center;
  border: 2px solid white;
  display: flex;
  margin-top: 20px;
  padding: 10px;
}
.recruit-about-check-symbol {
  text-align: center;
  width: 20%;
}
.recruit-about-check-symbol-image {
  width: 70px;
}
.recruit-about-check-text {
  padding-left: 10px;
  width: 80%;
}
.recruit-work-table {
  margin-top: 20px;
}
.recruit-reason, .recruit-message, .recruit-experienced {
  background: #1d1d1d;
  color: white;
}
@media screen and (min-width: 600px) {
  .recruit-reason, .recruit-message, .recruit-experienced {
    margin: 0 -500%;
    padding: 0 500%;
  }
}
.recruit-salary-box {
  padding-bottom: 20px;
}
.recruit-salary-point {
  border-bottom: 1px dashed black;
  margin-bottom: 20px;
}
.recruit-salary-point .recruit-point {
  border-left: 10px solid #f48080;
  margin-bottom: 5px;
  padding-left: 5px;
}
.recruit-salary-point-2 {
  align-items: center;
  color: #f48080;
  display: flex;
  margin-bottom: 10px;
}
.recruit-salary-point-2 .recruit-point {
  font-size: 16px;
  margin-bottom: 0;
  padding-left: 5px;
}
@media screen and (min-width: 600px) {
  .recruit-salary-point-2 .recruit-point {
    font-size: 18px;
  }
}
.recruit-salary-number {
  background: url(../img/recruit/circle.jpg) no-repeat left top / contain;
  color: white;
  font-size: 30px;
  height: 44px;
  line-height: 1.4;
  text-align: center;
  width: 44px;
}
.recruit-salary-box-2 {
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .recruit-salary-box-2 {
    margin-top: 40px;
  }
}
.recruit-treatment-point {
  background: url(../img/recruit/check.jpg) no-repeat left center / 80px;
  border-bottom: 1px dashed black;
  color: #f48080;
  margin-bottom: 20px;
}
.recruit-treatment-point .recruit-point {
  margin-bottom: 5px;
  padding-left: 90px;
}
.recruit-treatment-smoker {
  border: 1px solid black;
  font-weight: bold;
  margin-top: 15px;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .recruit-treatment-smoker {
    margin-top: 30px;
  }
}
.recruit-faq {
  background: #f16b6b;
  color: white;
}
@media screen and (min-width: 600px) {
  .recruit-faq {
    margin: 0 -500%;
    padding: 0 500%;
  }
}
.recruit-faq-box {
  padding: 15px 0;
}
.recruit-faq-box:nth-child(odd) {
  background: #ff8080;
}
@media screen and (min-width: 600px) {
  .recruit-faq-box:nth-child(odd) {
    margin: 0 -500%;
    padding: 0 500%;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.recruit-faq-box .recruit-point::before {
  content: "Q. ";
}
.recruit-faq-box .recruit-point, .recruit-faq-box .recruit-text {
  margin: 0 20px;
}
@media screen and (min-width: 600px) {
  .recruit-faq-box .recruit-point, .recruit-faq-box .recruit-text {
    margin: 0 100px;
  }
}
.recruit-faq-image {
  margin: 20px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .recruit-faq-image {
    margin: 20px 100px;
  }
}
@media screen and (min-width: 600px) {
  .recruit-message {
    margin: 0 -500%;
    padding: 0 500%;
  }
}
#twitter {
  padding: 0 30px 30px;
}
@media screen and (min-width: 600px) {
  #twitter {
    padding: 0;
  }
}
#twitter iframe {
  margin: auto;
}
.twitter-container {
  height: 500px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .twitter-container {
    height: 840px;
  }
}
#recruit-link {
  font-size: 10px;
  padding: 20px 10px;
  text-align: center;
  width: 480px;
}
@media screen and (min-width: 600px) {
  #recruit-link {
    margin: auto;
    width: 784px;
  }
}
.recruit-link-banner {
  padding-bottom: 10px;
}
.recruit-link-banner img {
  max-width: 100%;
  height: auto;
}
.coaching-hero {
  background-color: #f48080;
  height: 340px;
}
@media screen and (min-width: 600px) {
  .coaching-hero {
    height: 560px;
  }
}
.coach-info {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .coach-info {
    width: 960px;
  }
}
.coach-guide {
  color: white;
  padding: 20px;
}
@media screen and (min-width: 600px) {
  .coach-guide {
    padding: 170px 0 20px 0px;
    font-size: 24px;
  }
}
.stuff-recruit {
  border-bottom: dashed 1px white;
  line-height: 70px;
  margin: 0 80px;
  font-size: 30px;
}
@media screen and (min-width: 600px) {
  .stuff-recruit {
    font-size: 51px;
    font-weight: bold;
    padding-bottom: 20px;
  }
}
.hero-text {
  color: white;
  padding: 30px 20px;
}
.coach-info-box {
  background-color: white;
  padding: 10px;
  margin: 0 10px;
}
@media screen and (min-width: 600px) {
  .coach-info-box {
    margin: 0 auto;
    width: 650px;
    height: 100px;
    padding: 25px;
  }
}
.coach-info-box-text {
  color: #f48080;
  font-size: 13px;
}
@media screen and (min-width: 600px) {
  .coach-info-box-text {
    font-size: 100%;
  }
}
@media screen and (min-width: 600px) {
  .coaching-container {
    font-size: 16px;
    margin: auto;
    width: 960px;
  }
}
.coaching-banner {
  background: #fff;
  padding: 10px 0;
}
@media screen and (min-width: 600px) {
  .coaching-banner {
    margin: 0 -500%;
    padding: 0 500%;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.shop-guide {
  text-align: center;
  padding: 5px;
}
@media screen and (min-width: 600px) {
  .shop-guide {
    padding: 0px;
  }
}
.coach-catch {
  color: #f48080;
  font-weight: bold;
  padding: 20px;
}
@media screen and (min-width: 600px) {
  .coach-catch {
    padding: 32px;
  }
}
.shop-guide-text {
  font-size: 13px;
  padding: 20px;
  line-height: 26px;
}
@media screen and (min-width: 600px) {
  .shop-guide-text {
    font-size: 100%;
  }
}
.coach-table {
  border: solid 1px #cbcacb;
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
}
.coach-table-th {
  font-weight: normal;
  padding-left: 10px;
  width: 25%;
  text-align: center;
}
.coach-table-th, .coach-table-td {
  border: solid 1px #cbcacb;
  height: 45px;
}
@media screen and (min-width: 600px) {
  .coach-table-th, .coach-table-td {
    height: 60px;
  }
}
.coach-table-td {
  padding: 10px;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .coach-table-td {
    padding-right: 30px;
  }
}
