@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #271616;
  color: white;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: min(3.5vw, 18px);
  line-height: 1.6;
}


li {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: top;
}

.txt-zombie {
  font-family: "New Tegomin", serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(6vw, 30px);
  text-align: center;
}

#contents-wrap {
  position: relative;
  overflow: hidden;
  width: min(100%, 640px);
  margin: 0 auto;
  background-color: black;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}

#contents-wrap > div p,
#contents-wrap > div li,
#contents-wrap > div dl,
.frame-box h2 span {
  position: relative;
  z-index: 2;
}

#about {
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: min(4vw, 24px);
  font-weight: normal;
  text-align: center;
}

#about h2 {
  position: relative;
  width: min(110vw, 680px);
  padding-left: 13vw;
  padding-top: 0rem;
  padding-bottom: .3rem;
  background-image: url(../images/bg_tit.png);
  background-size: cover;
  font-size: min(7vw, 40px);
  text-align: left;
  transform: rotate(-8deg);
  top: -17vw;
  left: -9vw;
}

.about-inner {
  min-height: min(100vw, 660px);
  margin-top: -5vw;
  background-image: url(../images/bg_cross.webp);
  background-repeat: no-repeat;
  background-size: 75% auto;
  background-position: center;
  line-height: 2;
}

#about h3 {
  padding-bottom: min(5vw, 50px);
  font-size: min(6vw, 35px);
  font-weight: normal;
  text-shadow: 0 0 10px #ed0000, 0 0 10px #ed0000, 0 0 10px #ed0000;
}

.frame-box {
  position: relative;
  width: min(94%, 700px);
  margin: 2.5rem auto 4rem;
  padding: min(10vw, 60px) 1.25rem 1.35rem;
  border: solid 2px #430000;
}

.frame-box h2 {
  position: absolute;
  width: min(80%, 500px);
  padding: .2rem 1rem .5rem;
  background-color: #430000;
  clip-path: polygon(3% 0, 97% 0, 100% 50%, 97% 100%, 3% 100%, 0% 50%);
  top: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
}

.frame-box h2.thin {
  width: min(94%, 500px);
  letter-spacing: -.14rem;
  z-index: 1;
}

.deco1 {
  position: absolute;
  content: "";
  pointer-events: none;
  width: min(30vw,150px);
  height: min(68vw,339px);
  background-image: url(../images/deco1.png);
  background-size: 100%;
  top: 211vw;
  left: 0;
}

.deco2 {
  position: absolute;
  content: "";
  pointer-events: none;
  width: min(30vw,150px);
  height: min(42vw,209px);
  background-image: url(../images/deco2.png);
  background-size: 100%;
  top: 415vw;
  right: 0;
}

#qualification {
  background-color: #111;
}

.common-list li {
  position: relative;
  padding: .1rem 0 .1rem 2.5rem;
}

.common-list li::before {
  position: absolute;
  content: "・";
  left: 1rem;
}

.point-list {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  margin: .5rem 0 2rem;
}

.point-list li {
  position: relative;
  padding: .7rem .5rem .7rem 2.5rem;
  background-color: #090909;
  border-radius: 5px;
}

.point-list li::before {
  position: absolute;
  content: "◆";
  color: #960101;
  left: 1rem;
}

dt {
  position: relative;
  padding: .25rem;
  font-weight: 700;
}

dt::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 2px;
  background-color: white;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

dt span {
  position: relative;
  display: inline-block;
  padding-right: 1rem;
  background-color: black;
  z-index: 1;
}

#qualification dt span {
  background-color: #111;
}

dd {
  margin-bottom: 1.5rem;
  padding: 1rem 0 1rem 1rem;
}

dd:last-of-type {
  margin-bottom: 0;
}

.btn-line {
  position: relative;
  display: block;
  width: min(100%, 400px);
  margin: 1.8rem auto;
  z-index: 2;
}

.recruiting-list {
  list-style-type: none;
  margin-top: 10px;
  padding-left: 5px;
}

.recruiting-list li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.recruiting-list span {
  position: absolute;
  left: 0;
}

.recruiting-list h3 {
  display: inline-block;
  padding: 0 1.25rem;
  background-color: #960101;
  border-radius: 50vw;
  font-size: min(4vw, 20px);
  font-weight: bold;
  text-align: center;
}

.recruiting-list li {
  position: relative;
  margin: 0;
  padding: 0 0 1.5em 1.4em;
}

.recruiting-list li:last-child {
  padding-bottom: 0;
}

.recruiting-list li::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #960101;
  top: 0;
  bottom: 0;
  left: min(1.5vw, 7px);
}

.recruiting-list li > span {
  width: min(3.5vw, 16px);
  height: min(3.5vw, 16px);
  background-color: white;
  border-radius: 50%;
  border: solid 2px #960101;
  top: min(1.8vw, 8px);
}

.recruiting-list li > p {
  padding: .5em 0 0 1em;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.note-section {
  position: relative;
  width: min(94%, 700px);
  margin: 0 auto 4rem;
  padding: 0 .5rem;
}

.note-section h2 {
  margin: 2em 0 1em;
  padding-left: .5em;
  border-left: solid 5px #430000;
  font-size: min(3.5vw, 18px);
}

.note-list li {
  position: relative;
  padding-left: 1.2rem;
}

.note-list li::before {
  position: absolute;
  content: "※";
  left: 0;
}

.note-section h2 + p {
  padding-left: 1em;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: min(67vw, 350px);
  background-image: url(../images/bg_footer.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}

footer small {
  padding-top: min(50vw, 216px);
}

@media (min-width: 640px) {

  #about h2 {
    padding-left: 50px;
    top: -100px;
    left: -30px;
  }

  .about-inner {
    margin-top: -10px;
  }

  .deco1 {
    top: 1324px;
  }

  .deco2 {
    top: 2240px;
  }

}