@charset "UTF-8";
body {
  font-family: "Noto Serif JP", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FFF8F9;
  color: #3E3E3E;
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
}

.p-workspace-detail {
  width: 70%;
  margin: 0 auto;
  place-self: center;
}
.p-workspace-detail .c-ttl01 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
}
.p-workspace-detail .c-ttl01 .c-ttl01-ja {
  margin: 0 0 14px;
  font-size: min(34px, 3vw);
  line-height: 1.441;
  font-weight: 300;
  letter-spacing: 0.11em;
}
.p-workspace-detail .c-ttl01 .c-ttl01-en {
  margin: 0;
  font-size: min(17px, 2vw);
  line-height: 1.4;
  font-weight: 300;
}
.p-workspace-detail .entry-button-wrap {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.p-workspace-detail .entry-button-wrap ul {
  padding: 0;
  margin: 0;
  width: 350px;
}
.p-workspace-detail .entry-button-wrap ul li {
  background: url("../images/bg-movie-title.svg") no-repeat left top;
  background-size: 100%;
  background-position: center;
  list-style: none;
  text-align: center;
}
.p-workspace-detail .entry-button-wrap ul li:first-child {
  margin-bottom: 20px;
  font-size: min(14px, 1.7vw);
  line-height: 1.8;
}
.p-workspace-detail .entry-button-wrap ul li .button {
  margin: 0;
}
.p-workspace-detail .entry-button-wrap ul li .button a {
  display: grid;
  place-content: center;
  width: 100%;
  height: 64px;
  background: #F7B9C3;
  color: #fff;
  text-decoration: none;
  font-size: min(16px, 2vw);
  line-height: 1;
  letter-spacing: 0.1em;
  transition: opacity 0.3s ease;
}
.p-workspace-detail .entry-button-wrap ul li .button a:hover {
  opacity: 0.8;
}

footer {
  padding: 60px 0 20px;
  margin-top: auto;
  background-color: #fff;
}
footer .footer-logo {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
footer .footer-logo li {
  list-style: none;
}
footer .footer-logo li img {
  display: block;
  height: auto;
}
footer .footer-logo li:first-child img {
  width: 30vw;
  max-width: 360px;
  min-width: 180px;
}
footer .footer-logo li.recruit-logo img {
  width: 18vw;
  max-width: 220px;
  min-width: 120px;
}
footer .l-footer-copyright {
  font-size: min(11px, 1.5vw);
  text-align: center;
  padding-top: 30px;
}

@media screen and (max-width: 575px) {
  .p-workspace-detail {
    width: 78%;
    padding: 70px 0 60px;
  }
  .p-workspace-detail .c-ttl01 {
    margin-bottom: 60px;
  }
  .p-workspace-detail .c-ttl01 .c-ttl01-ja {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.441;
  }
  .p-workspace-detail .c-ttl01 .c-ttl01-en {
    font-size: 14px;
    line-height: 1.4;
  }
  .p-workspace-detail .entry-button-wrap {
    flex-direction: column;
    gap: 35px;
  }
  .p-workspace-detail .entry-button-wrap ul {
    width: 100%;
  }
  .p-workspace-detail .entry-button-wrap ul li:first-child {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.7;
  }
  .p-workspace-detail .entry-button-wrap ul li .button a {
    width: 100%;
    height: 56px;
    font-size: 15px;
  }
  footer {
    padding: 50px 0 40px;
  }
  footer .footer-logo {
    flex-direction: column;
    gap: 20px;
  }
  footer .footer-logo li {
    margin: 0 auto;
  }
  footer .footer-logo li:first-child img {
    width: 60vw;
    max-width: none;
    min-width: 0;
  }
  footer .footer-logo li.recruit-logo img {
    width: 40vw;
    max-width: none;
    min-width: 0;
  }
}/*# sourceMappingURL=entry.css.map */