@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : special.css
Description : 空白の1年
===================================================================== */
/* ========================================================
    special
======================================================== */
.special {
  position: relative;
  width: 100%;
  padding: 12rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .special {
    padding: 9rem 0 12rem 0;
  }
}
.special_ttl {
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
}
.special_ttl > h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: auto;
  margin: 0 0 1.2rem 0;
  padding-left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .special_ttl > h2 {
    margin: 0 0 0.5rem 0;
  }
}
.special_ttl > h2::before {
  content: "";
  position: absolute;
  left: calc(50% - 31.05rem);
  top: calc(50% - 8.2rem);
  display: block;
  width: 62.1rem;
  aspect-ratio: 621/164;
  background-image: url(../images/special/special_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .special_ttl > h2::before {
    left: calc(50% - 27rem);
    top: calc(50% - 7.15rem);
    width: 54rem;
  }
}
.special_ttl > h2 > em {
  position: relative;
  color: #000000;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .special_ttl > h2 > em {
    font-size: 2.4rem;
  }
}
.special_ttl > h2 > strong {
  position: relative;
  margin: 2rem 0 1rem 0;
  color: #060203;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .special_ttl > h2 > strong {
    font-size: 2.2rem;
  }
}
.special_ttl > h2 > span {
  position: relative;
  color: #060203;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .special_ttl > h2 > span {
    font-size: 4.5rem;
  }
}
.special_ttl > h2 > span > span {
  font-family: "Shippori Mincho", serif;
  font-size: 120%;
  font-weight: 700;
  line-height: 1;
}
.special_column {
  position: relative;
  width: 109.2307692308%;
  margin: 8rem -7.6923076923% 0 auto;
}
@media screen and (min-width: 768px) {
  .special_column {
    width: 100%;
    margin: 6rem auto 0 auto;
  }
}
.special_wrap {
  position: relative;
  width: 100%;
  padding: 1.5rem 0;
  background-image: url(../images/special/special_bg02_top_sp.png), url(../images/special/special_bg02_bottom_sp.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100% 12rem, 100% 12rem;
}
@media screen and (min-width: 768px) {
  .special_wrap {
    background-image: url(../images/special/special_bg02_top_pc.png), url(../images/special/special_bg02_bottom_pc.png);
  }
}
.special_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12rem;
  bottom: 12rem;
  display: block;
  width: 100%;
  height: calc(100% - 24rem);
  background-image: url(../images/special/special_bg02_middle_sp.png);
  background-repeat: repeat-y;
  background-position: center center;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .special_wrap::before {
    background-image: url(../images/special/special_bg02_middle_pc.png);
  }
}
.special_loss {
  position: relative;
  width: 100%;
}
.special_loss::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 92.9577464789%;
  height: 1px;
  background-image: url(../images/special/special_bg03.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  transform: none;
}
@media screen and (min-width: 768px) {
  .special_loss::before {
    right: 50%;
    width: 94.4%;
    transform: translateX(50%);
  }
}
.special_loss::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 92.9577464789%;
  height: 1px;
  background-image: url(../images/special/special_bg03.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  transform: none;
}
@media screen and (min-width: 768px) {
  .special_loss::after {
    right: 50%;
    width: 94.4%;
    transform: translateX(50%);
  }
}
.special_loss .special_timeline::before {
  background-color: #cb002e;
}
.special_loss .special_timeline > dd > span {
  padding-left: 1em;
  text-indent: -1em;
}
.special_img {
  position: absolute;
  left: 50%;
  top: -1.85rem;
  display: block;
  width: 72.2535211268%;
  aspect-ratio: 513/37;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .special_img {
    top: -1.55rem;
    width: 42.5rem;
  }
}
.special_img > figure {
  width: 100%;
  line-height: 1;
}
.special_timeline {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .special_timeline {
    padding: 6rem 0;
  }
}
.special_timeline:first-child::after {
  content: none;
}
.special_timeline::before {
  content: "";
  position: absolute;
  left: 7rem;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000000;
}
.special_timeline > dt {
  width: 39.4366197183%;
  margin: 2rem 0 0 0;
  padding-left: 1rem;
  border-left: 1rem solid rgba(0, 44, 105, 0.3);
  background-color: rgba(86, 118, 161, 0.8);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .special_timeline > dt {
    width: 22rem;
    margin: 2rem 0 0 -1rem;
    padding-left: 2rem;
  }
}
.special_timeline > dt:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .special_timeline > dt:first-child + dd {
    margin-top: 0;
  }
}
.special_timeline > dt.current {
  border-left: 1rem solid rgba(130, 0, 29, 0.3);
  background-color: rgba(188, 0, 43, 0.8);
}
.special_timeline > dt > span {
  display: block;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .special_timeline > dt > span {
    font-size: 1.8rem;
  }
}
.special_timeline > dd {
  width: 100%;
  margin: 2rem 0 0 0;
  padding: 0 8rem 0 11rem;
}
@media screen and (min-width: 768px) {
  .special_timeline > dd {
    width: calc(100% - 22rem);
    padding: 0 3rem;
  }
}
.special_timeline > dd + dd {
  margin: 1rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .special_timeline > dd + dd {
    margin: 1rem 0 0 21rem;
  }
}
.special_timeline > dd.current > span {
  color: #cb002e;
  font-weight: 700;
}
.special_timeline > dd > span {
  display: block;
  color: #000000;
  font-weight: 500;
}
.special_timeline_img {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1rem;
}
.special_timeline_img > figure {
  width: 73.0769230769%;
  margin: 2rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .special_timeline_img > figure {
    width: 44.4444444444%;
    margin: 2rem 1.3888888889% 0 1.3888888889%;
  }
}

main:has(+ .footer .pagetop:first-child) section.special {
  padding-bottom: 34rem;
}
@media screen and (min-width: 768px) {
  main:has(+ .footer .pagetop:first-child) section.special {
    padding-bottom: 18rem;
  }
}/*# sourceMappingURL=special.css.map */