@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;
}
@media screen and (min-width: 600px) {
  body {
    overflow: visible;
  }
}
#commitment li {
  list-style: none;
}
.container {
  line-height: 1.7;
}
@media screen and (min-width: 600px) {
  body, .container {
    min-width: 1500px;
    width: 100%;
  }
}
.commitment-container {
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .commitment-container {
    font-size: 16px;
  }
}
.commitment-intro-title {
  font-size: 22px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .commitment-intro-title {
    font-size: 28px;
  }
}
.commitment-intro-title-color {
  color: #e4007f;
}
.commitment-intro-desc {
  margin: 20px auto 0;
  text-align: center;
  width: 90%;
}
.commitment-intro-container {
  background: #313131;
  color: white;
  margin-top: 40px;
  padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .commitment-intro-container {
    padding-bottom: 0;
  }
}
.commitment-intro-topic {
  position: relative;
}
.commitment-intro-topic-image {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .commitment-intro-topic-image {
    height: 612px;
    object-fit: cover;
  }
}
.commitment-intro-topic-text-01, .commitment-intro-topic-text-02 {
  font-size: 28px;
  font-weight: bold;
  position: absolute;
}
.commitment-intro-topic-text-01 {
  font-size: 20px;
  left: 20px;
  top: 20px;
}
@media screen and (min-width: 600px) {
  .commitment-intro-topic-text-01 {
    left: 0;
    text-align: center;
    top: 70px;
    width: 100%;
  }
}
.commitment-intro-topic-text-02 {
  line-height: 1.4;
  bottom: 20px;
  right: 20px;
}
@media screen and (min-width: 600px) {
  .commitment-intro-topic-text-02 {
    line-height: 1.7;
    font-size: 42px;
    left: 0;
    text-align: center;
    top: 114px;
    width: 100%;
  }
}
.commitment-intro-topic-text-02 .underline {
  background: linear-gradient(transparent 70%, #b59753 70%);
}
@media screen and (min-width: 600px) {
  .commitment-intro-box {
    align-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 494px;
    margin: auto;
    padding-top: 66px;
    width: 1400px;
  }
}
.commitment-intro-text {
  margin: 24px auto 0;
  width: 90%;
}
@media screen and (min-width: 600px) {
  .commitment-intro-text {
    margin: 0 0 20px;
    width: 600px;
  }
}
.commitment-intro-photo {
  margin: 30px auto 0;
  text-align: center;
  width: 96%;
}
@media screen and (min-width: 600px) {
  .commitment-intro-photo {
    margin: 0 30px 0 0;
    order: -1;
    width: 650px;
  }
}
.commitment-desc {
  padding: 40px 0;
}
@media screen and (min-width: 600px) {
  .commitment-desc {
    padding: 50px 0;
  }
}
.commitment-desc-title-e, .commitment-desc-title-j {
  display: block;
  text-align: center;
}
.commitment-desc-title-e {
  color: #cecece;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .commitment-desc-title-e {
    font-size: 16px;
  }
}
.commitment-desc-title-j {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .commitment-desc-title-j {
    font-size: 43px;
  }
}
@media screen and (min-width: 600px) {
  .commitment-desc-list {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 1324px;
  }
}
.commitment-desc-item {
  margin: 40px auto 0;
  width: 94%;
}
@media screen and (min-width: 600px) {
  .commitment-desc-item {
    margin: 50px 0 0;
    width: 400px;
  }
}
.commitment-desc-item-photo {
  margin: auto;
  width: 280px;
}
@media screen and (min-width: 600px) {
  .commitment-desc-item-photo {
    width: 100%;
  }
}
.commitment-desc-item-image {
  border: 2px solid #747474;
  border-radius: 50%;
  height: 280px;
  object-fit: cover;
  width: 100%;
}
.commitment-desc-item:nth-of-type(2) .commitment-desc-item-image {
  object-position: 50% 70%;
}
.commitment-desc-item:nth-of-type(3) .commitment-desc-item-image {
  object-position: 0 25%;
}
@media screen and (min-width: 600px) {
  .commitment-desc-item-image {
    height: 400px;
  }
}
.commitment-desc-item-title {
  display: flex;
  margin: 24px auto 0;
  width: 96%;
}
@media screen and (min-width: 600px) {
  .commitment-desc-item-title {
    display: block;
    text-align: center;
    width: auto;
  }
}
.commitment-desc-item-title-left {
  align-items: center;
  background: #747474;
  border-radius: 3px;
  color: white;
  display: flex;
  font-size: 28px;
  height: 50px;
  justify-content: center;
  margin-right: 12px;
  width: 50px;
}
@media screen and (min-width: 600px) {
  .commitment-desc-item-title-left {
    display: block;
    margin: auto;
  }
}
.commitment-desc-item-title-right {
  align-items: center;
  display: flex;
  font-size: 22px;
  font-weight: bold;
  height: 50px;
  line-height: 1.2;
}
@media screen and (min-width: 600px) {
  .commitment-desc-item-title-right {
    display: block;
    font-size: 20px;
    height: 70px;
    margin-top: 25px;
  }
}
.commitment-desc-item-text {
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .commitment-desc-item-text {
    margin-top: 30px;
  }
}
.commitment-promise {
  padding-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .commitment-promise {
    padding-bottom: 80px;
  }
}
.commitment-promise-intro {
  background: #bf93a6;
  color: white;
  margin-top: 200px;
}
@media screen and (min-width: 600px) {
  .commitment-promise-intro {
    margin-top: 130px;
  }
}
.commitment-promise-intro-container {
  padding: 180px 0 40px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .commitment-promise-intro-container {
    margin: auto;
    padding: 16px 0 76px;
    width: 1500px;
  }
}
.commitment-promise-intro-image-01, .commitment-promise-intro-image-02 {
  position: absolute;
}
.commitment-promise-intro-image-01 {
  animation: sway01 2s linear infinite;
  left: 60px;
  top: -196px;
  transform: rotate(21deg);
  width: 231px;
}
@media screen and (min-width: 600px) {
  .commitment-promise-intro-image-01 {
    left: 30px;
    top: -100px;
    width: 348px;
  }
}
@keyframes sway01 {
  0%, 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(20deg);
  }
}
.commitment-promise-intro-image-02 {
  animation: sway02 2s linear infinite;
  right: 30px;
  top: -70px;
  transform: rotate(29deg);
  transform-origin: center;
  width: 170px;
}
@media screen and (min-width: 600px) {
  .commitment-promise-intro-image-02 {
    right: 100px;
    top: 10px;
    width: 305px;
  }
}
@keyframes sway02 {
  0%, 100% {
    transform: rotate(30deg);
  }
  50% {
    transform: rotate(20deg);
  }
}
.commitment-promise-intro-box {
  margin: auto;
  width: 90%;
}
@media screen and (min-width: 600px) {
  .commitment-promise-intro-box {
    width: 800px;
  }
}
.commitment-promise-intro-text-01, .commitment-promise-intro-text-02 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 24px;
}
@media screen and (min-width: 600px) {
  .commitment-promise-intro-text-01, .commitment-promise-intro-text-02 {
    font-size: 24px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 600px) {
  .commitment-promise-intro-text-02 {
    text-align: center;
  }
}
.commitment-promise-intro-list {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  font-size: 30px;
}
@media screen and (min-width: 600px) {
  .commitment-promise-intro-list {
    flex-direction: row;
  }
}
.commitment-promise-intro-item {
  background: white;
  border: 1px solid #707070;
  color: #bf93a6;
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  margin-top: 16px;
  padding: 0 30px 0 20px;
}
@media screen and (min-width: 600px) {
  .commitment-promise-intro-item {
    font-size: 24px;
    height: 80px;
    line-height: 80px;
    margin: 40px 15px 0;
  }
}
.commitment-promise-title {
  align-items: center;
  color: #bf93a6;
  display: flex;
  font-weight: bold;
  justify-content: space-around;
  margin: auto;
  padding: 45px 0;
  width: 86%;
}
@media screen and (min-width: 600px) {
  .commitment-promise-title {
    display: block;
    padding: 90px 0 46px;
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .commitment-promise-title-e, .commitment-promise-title-j {
    display: block;
  }
}
.commitment-promise-title-e {
  font-size: 18px;
}
@media screen and (min-width: 600px) {
  .commitment-promise-title-e {
    font-size: 20px;
  }
}
.commitment-promise-title-j {
  font-size: 26px;
}
@media screen and (min-width: 600px) {
  .commitment-promise-title-j {
    font-size: 40px;
    margin-top: 30px;
  }
}
.commitment-promise-image {
  margin: auto;
  width: 96%;
}
@media screen and (min-width: 600px) {
  .commitment-promise-image {
    width: 800px;
  }
}
