@charset "UTF-8";
/*************************
***       font         ***
**************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&family=Overpass:wght@400;800&display=swap");
.gothic {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.overpass {
  font-family: "Overpass", sans-serif;
}

/********************************
*******      font-size    *******
*********************************/
/*************************
***       color        ***
**************************/
/********************************
*******    page-history   *******
*********************************/
#page-history {
  background: #f0f0e6;
  padding-bottom: 4rem;
}

/********************************
******* page-history-header *******
*********************************/
#page-history-header {
  padding: 0;
}

#page-history-header .wrapper {
  position: relative;
  padding: 0;
}

#page-history-header img {
  height: 414px;
  -o-object-fit: cover;
     object-fit: cover;
}

#page-history-header .overlay {
  position: absolute;
  top: 45%;
  left: 12%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

#page-history-header .overlay h1 {
  font-size: 3rem;
  letter-spacing: 0.25rem;
}

#page-history-header .overlay h3 {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  #page-history-header .overlay {
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 0 2rem;
  }
  #page-history-header .overlay h1 {
    font-size: 3rem;
    letter-spacing: 0.25rem;
  }
  #page-history-header .overlay h3 {
    font-size: 1.3rem;
  }
}

/********************************
******* page-history-summary *******
*********************************/
#page-history-summary .wrapper-inner {
  text-align: center;
}

#page-history-summary .wrapper-inner img {
  width: 70%;
  max-width: 250px;
  margin: 2rem auto 4rem;
}

#page-history-summary .wrapper-inner p {
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 2;
}

@media (max-width: 767px) {
  #page-history-summary .wrapper-inner {
    text-align: left;
  }
}

/********************************
******* page-history-timeline *******
*********************************/
#page-history-timeline .wrapper {
  padding: 0 1rem;
}

#page-history-timeline .wrapper-inner {
  padding: 1rem;
  background: #e5e5db;
  border-radius: 20px;
}

#page-history-timeline .head {
  text-align: center;
}

#page-history-timeline .head h2 {
  font-size: 3rem;
  margin: 2rem 0 1rem;
}

#page-history-timeline .head h4 {
  margin: 1rem 0;
  font-size: 1.5rem;
}

#page-history-timeline .head p {
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1.8;
}

#page-history-timeline .timeline {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 2rem auto 0;
  padding: 1rem;
}

#page-history-timeline .timeline .watermark {
  text-align: center;
  color: #fff;
  opacity: 0.3;
  width: 100%;
  font-size: 6rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#page-history-timeline .timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background: #ffffff;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

#page-history-timeline .timeline .container {
  padding: 1rem 0;
  position: relative;
  width: 50%;
  z-index: 1;
}

#page-history-timeline .timeline .container:not(:first-child) {
  margin-top: -100px;
}

#page-history-timeline .timeline .container._circle::after {
  content: url(../img/history/circle.png);
  position: absolute;
  width: 0;
  height: 0;
  top: 5.2rem;
  right: 0.4rem;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  z-index: 1;
}

#page-history-timeline .timeline .container._triangle::after {
  content: url(../img/history/triangle.png);
  position: absolute;
  width: 0;
  height: 0;
  top: 5rem;
  right: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  z-index: 1;
}

#page-history-timeline .timeline .container._pentagon::after {
  content: url(../img/history/pentagon.png);
  position: absolute;
  width: 0;
  height: 0;
  top: 5rem;
  right: 0.5rem;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  z-index: 1;
}

#page-history-timeline .timeline .container._square::after {
  content: url(../img/history/square.png);
  position: absolute;
  width: 10px;
  height: 0;
  top: 5.1rem;
  right: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  z-index: 1;
}

#page-history-timeline .timeline .container::before {
  content: "";
  position: absolute;
  width: 48%;
  height: 2px;
  top: 5.5rem;
  right: 8px;
  background: #ffffff;
  z-index: 1;
}

#page-history-timeline .timeline .container .icon {
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  top: 5.3rem;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}

#page-history-timeline .timeline .container .content {
  padding: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

#page-history-timeline .timeline .container .content .thum {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#page-history-timeline .timeline .container .content .thum img {
  max-width: 215px;
  width: 100%;
}

#page-history-timeline .timeline .container .content .description {
  width: 100%;
  padding: 0 1rem;
}

#page-history-timeline .timeline .container .content h2 {
  margin: 0 0 20px 0;
  font-size: 2.4rem;
  font-weight: bold;
  color: #000000;
}

#page-history-timeline .timeline .container .content p {
  margin: 0;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1.5rem;
  color: #000000;
}

#page-history-timeline .timeline .container.right {
  left: 50%;
}

#page-history-timeline .timeline .container.right::after {
  left: -8px;
}

#page-history-timeline .timeline .container.right::before {
  left: 8px;
}

#page-history-timeline .timeline .container.right .icon {
  left: 48%;
}

#page-history-timeline .timeline .container.right .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#page-history-timeline .timeline .container.right .content h2 {
  text-align: right;
}

#page-history-timeline .timeline .container.left .icon {
  right: 48%;
}

#page-history-timeline .attempt {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 2rem 2rem;
}

#page-history-timeline .attempt .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-history-timeline .attempt .row .upper {
  width: 100%;
  padding: 2rem;
}

#page-history-timeline .attempt .row .upper h2 {
  font-size: 1.2rem;
  margin: 2rem 0;
}

#page-history-timeline .attempt .row .upper p {
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 2;
}

#page-history-timeline .attempt .row .lower {
  width: 100%;
  padding: 8px;
}

#page-history-timeline .attempt .row .lower img {
  margin: 0 auto;
}

#page-history-timeline .foot {
  text-align: center;
  padding: 2rem 0;
}

#page-history-timeline .foot p {
  font-size: 0.8rem;
  font-weight: bold;
}

#page-history-timeline .foot .btn-red {
  left: 0%;
  -webkit-transform: none;
          transform: none;
}

@media (max-width: 767px) {
  #page-history-timeline .head {
    text-align: left;
  }
  #page-history-timeline .timeline {
    padding: 0;
  }
  #page-history-timeline .timeline::after {
    left: 0rem;
  }
  #page-history-timeline .timeline .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #page-history-timeline .timeline .container:not(:first-child) {
    margin-top: 0;
  }
  #page-history-timeline .timeline .container::before {
    width: 50%;
  }
  #page-history-timeline .timeline .container.left .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #page-history-timeline .timeline .container.right {
    left: 0%;
  }
  #page-history-timeline .timeline .container.right .content h2 {
    text-align: left;
  }
  #page-history-timeline .timeline .container.left::after, #page-history-timeline .timeline .container.right::after {
    left: -0.5rem;
  }
  #page-history-timeline .timeline .container.left::before, #page-history-timeline .timeline .container.right::before {
    left: 0rem;
  }
  #page-history-timeline .timeline .container.left .icon,
  #page-history-timeline .timeline .container.right .icon {
    right: auto;
    left: calc(50%);
  }
  #page-history-timeline .timeline .container .content {
    padding-right: 0;
    padding-left: 0;
  }
  #page-history-timeline .timeline .container .content .description {
    padding-right: 0;
  }
  #page-history-timeline .timeline .container .content .thum img {
    max-width: 100%;
    padding-left: 5%;
  }
  #page-history-timeline .attempt {
    border-radius: 0;
    margin: 0 -1rem 2rem;
  }
  #page-history-timeline .attempt .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page-history-timeline .attempt .row .upper {
    padding: 4rem 2rem 2rem;
  }
  #page-history-timeline .attempt .row .upper h3 {
    font-size: 1.2rem;
  }
  #page-history-timeline .attempt .row .upper h2 {
    font-size: 1.1rem;
  }
  #page-history-timeline .attempt .row .upper p {
    font-size: 0.85rem;
    font-weight: bold;
    line-height: 2;
  }
  #page-history-timeline .attempt .row .lower {
    padding: 1rem;
  }
  #page-history-timeline .attempt .row .lower img {
    border-radius: 10px;
  }
}
/*# sourceMappingURL=page-history.css.map */