.c-page-header {
  max-height: 280px;
}

.c-page-header__title {
  filter: drop-shadow(2px 4px 6px #3f1700);
}

h2.section--title__sw {
  position: relative;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 2px;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  color: #ec5b01 !important;
}
@media screen and (max-width: 768px) {
  h2.section--title__sw {
    font-size: 1rem;
  }
}
h2.section--title__sw span {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 3.75rem;
  color: #000000;
}
@media screen and (max-width: 768px) {
  h2.section--title__sw span {
    font-size: 1.6rem;
  }
}

.alcenter {
  text-align: center;
}

.pc-alcenter {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .pc-alcenter {
    text-align: left;
  }
}

.title__box {
  position: relative;
  padding-left: 1.6rem;
}
.title__box::before {
  content: "01";
  position: absolute;
  font-family: "Oswald", sans-serif;
  right: 18px;
  top: 0;
  transform: translateY(-42%);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 180px;
  color: #EDEDED;
}
@media screen and (max-width: 768px) {
  .title__box::before {
    right: 0;
    font-size: 100px;
  }
}
.title__box .title__m {
  position: relative;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .title__box .title__m {
    font-size: 22px;
  }
}
.title__box::after {
  content: "";
  background: #ec5b01;
  width: 2px;
  height: calc(100% - 0.5em);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.title__box.box02::before {
  content: "02";
}

.title__box.box03::before {
  content: "03";
}

.title__box__02 {
  position: relative;
  padding-left: 1.6rem;
}
.title__box__02 .title__m {
  position: relative;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
}
.title__box__02::after {
  content: "";
  background: #ec5b01;
  width: 2px;
  height: calc(100% - 0.5em);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.c-entry__header {
  margin-left: auto;
  margin-right: auto;
}

.c-entry__footer {
  margin-left: auto;
  margin-right: auto;
}

.category .l-footer {
  margin-top: 100px;
}/*# sourceMappingURL=sub.css.map */