@charset "UTF-8";
@import "https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/3.0.1/modern-normalize.min.css";
@import "./beppan_test.css";
/* =============================================
  Main layout
============================================= */
:root {
  --recruit-color-text: #222;
  --recruit-color-primary: #147be9;
}
html {
  font-size: 20px;
  scroll-behavior: smooth;
}
body {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-size: clamp(0.8rem, 1.6vw, 1rem);
  line-height: 1.5;
  font-feature-settings: "palt";
  color: var(--recruit-color-text);
  background-color: #cde1fe;
}
body:has(dialog[open]) {
  overflow: hidden;
  height: 100svh;
}
#game-dialog {
  all: unset;
  display: none;
  box-sizing: border-box;
}
#game-dialog[open] {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 100;
  inset: 0;
  width: 100svw;
  height: 100svh;
  background: url("../img/botbg.avif") no-repeat center/cover, var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}
button {
  color: #000;
}
/* =============================================
  Base
============================================= */
.copyright {
  text-align: center;
  display: none;
}
#recruit {
  width: min(600px, calc(100% - 1em));
  margin: auto;
  overflow: hidden;
}
#recruit .page-header {
  display: grid;
  grid-gap: 0.5em;
  align-content: center;
  padding: 5% 0;
}
#recruit .page-header .content.title {
  text-align: center;
}
#recruit .page-header .content.title .catch {
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 0.5em;
  text-underline-offset: -0.3em;
  letter-spacing: 0.05em;
  font-size: 1.2em;
}
#recruit .page-header .content.title .page-title {
  font-size: 1.8em;
  letter-spacing: 0.05em;
}
#recruit .page-header .content.title .page-title span {
  display: inline-block;
  margin-right: 0.1em;
  color: var(--recruit-color-primary);
  text-shadow: 0.07em 0.07em #fff;
  font-size: 1.2em;
}
#recruit .page-header .content.description {
  background-color: #fff;
  padding: 0.5em;
  border-radius: 1em;
  display: none;
}
#recruit .page-header .content.description .content-title {
  color: var(--recruit-color-primary);
  text-align: center;
  font-size: 1.5em;
}
#recruit .page-header .content.description .description-list {
  display: grid;
  grid-template: auto/auto 1fr;
  grid-gap: 0;
  width: fit-content;
  margin: auto;
}
#recruit .page-header .content.description .description-list .list-item {
  grid-column: span 2;
  display: grid;
  grid-template: auto/subgrid;
  font-weight: 700;
  font-size: 1.2em;
}
#recruit .page-header .content.description .description-list dt::before {
  content: '・';
  display: inline;
}
#recruit .page-header .content.description .description-list dd::before {
  content: '：';
  display: inline-block;
  padding: 0 0.5em;
}
#recruit .page-header .content.mv {
  width: 70%;
  max-width: 400px;
  margin: auto;
}
#recruit .page-header .content.mv .figure {
  aspect-ratio: 936.72/838.19;
  width: 100%;
  height: auto;
}
#recruit .page-header .content.mv .figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#recruit .page-header .content.tag {
  display: none;
}
#recruit .page-header .content.tag .tag-list {
  display: flex;
  justify-content: space-around;
  grid-gap: 1em;
}
#recruit .page-header .content.tag .tag-list .list-item {
  font-weight: 700;
}
#recruit .page-header .content.tag .tag-list .list-item::before {
  content: '#';
  display: inline;
}
#recruit .page-header .content.tag .note {
  font-size: 0.8em;
  text-align: center;
  margin-top: 1em;
}
#recruit .section.schedule .section-header {
  position: relative;
  z-index: 1;
}
#recruit .section.schedule .section-header .section-title {
  background-color: var(--recruit-color-primary);
  padding: 0 0;
  border-radius: 2em;
  color: #fff;
  line-height: 2;
  text-align: center;
  font-size: 1.1em;
  padding-right: 4.5em;
}
#recruit .section.schedule .section-header .figure {
  position: absolute;
  top: -1em;
  right: 0;
  aspect-ratio: 300/133;
  width: 100%;
}
#recruit .section.schedule .content.timeline {
  background-image: linear-gradient(to right, transparent 10px, #f5f6f9 10px, #f5f6f9 20px, transparent 20px);
  background-size: 30px 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 4%;
}
#recruit .section.schedule .content.timeline .figure {
  visibility: hidden;
}
#recruit .section.schedule .content.timeline .figure:nth-of-type(2) {
  margin-top: -2%;
}
#recruit .section.schedule .content.timeline .figure:nth-of-type(3) {
  margin-top: -10%;
}
#recruit .section.schedule .content.timeline .figure:nth-of-type(4) {
  margin-top: -21%;
}
#recruit .section.schedule .content.timeline .figure:nth-of-type(5) {
  margin-top: -12%;
}
#recruit .section.schedule .content.timeline .figure:nth-of-type(6) {
  margin-top: -2%;
}
#recruit .section.schedule .content.timeline .figure:nth-of-type(7) {
  margin-top: -28%;
}
#recruit .section.schedule .content.timeline .figure:nth-of-type(8) {
  margin-top: 2%;
}
#recruit .section.schedule .content.timeline .figure:nth-of-type(9) {
  margin-top: -20%;
}
#recruit .section.schedule .content.timeline .figure:nth-of-type(10) {
  margin-top: 2%;
}
#recruit .section.schedule .content.timeline .figure:nth-of-type(11) {
  margin-top: -19%;
}
#recruit .section.schedule .content.timeline .figure:nth-of-type(12) {
  margin-top: 3%;
}
#recruit .section.schedule .content.timeline .figure:nth-of-type(13) {
  margin-top: -41%;
}
#recruit .section.schedule .content.timeline .figure:nth-of-type(14) {
  margin-top: 0%;
}
#recruit .section.schedule .content.timeline .figure:nth-of-type(15) {
  margin-top: -54%;
}
#recruit .section.schedule .content.timeline .figure:nth-of-type(16) {
  margin-top: 6%;
}
#recruit .section.schedule .content.timeline .figure:nth-of-type(17) {
  margin-top: -27%;
}
#recruit .section.schedule .content.yohaku {
  mask-image: linear-gradient(to top, transparent, #000);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: bottom center;
}
#recruit .section.schedule .content.yohaku .figure {
  display: flex;
  justify-content: center;
  margin-top: -3svh;
}
#recruit .section.schedule .content.yohaku .figure img {
  display: block;
  width: 30px;
  height: 10svh;
}
#recruit .page-footer {
  padding: 2% 0;
}
#recruit .page-footer button {
  display: block;
  aspect-ratio: 58/64;
  width: auto;
  height: 108px;
  padding: 0;
  margin: auto;
}
#recruit .page-footer button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
