/* CSS INFORMATION -====================================================
File name : timeline.css
Description :
===================================================================== */
/* =====================================================================
*    timeline
* =================================================================== */
.header {
  z-index: 5;
}

.timeline {
  padding-bottom: 10rem;
}

.timeline_head {
  padding: 8rem 0 36.8rem;
  background: url(../images/timeline/bg_timeline1-sp.png) no-repeat top left/50% 100%;
  overflow: visible;
}
.timeline_head::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -8rem;
  right: 0;
  width: 70rem;
  height: 150%;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  background: url(../images/common/bg_pattern1.jpg) repeat center/50rem auto;
  -webkit-box-shadow: 0 0 3.6rem rgba(195, 186, 166, 0.4) inset;
          box-shadow: 0 0 3.6rem rgba(195, 186, 166, 0.4) inset;
  z-index: 1;
}
.timeline_head_img {
  margin: 0 auto;
  width: calc(336 / 690 * 100%);
  -webkit-box-shadow: 0 1rem 4rem rgba(78, 70, 54, 0.2);
          box-shadow: 0 1rem 4rem rgba(78, 70, 54, 0.2);
}

@media screen and (min-width: 768px) {
  .timeline_head {
    padding: 6rem 0 3rem;
    background-image: url(../images/timeline/bg_timeline1-pc.png);
  }
  .timeline_head::before {
    bottom: -17rem;
    right: 0;
    width: 84%;
    height: 180%;
  }
  .timeline_head_img {
    width: calc(280 / 1220 * 100%);
  }
}
/* =====================================================================
    timeline_wrap
======================================================================*/
.timeline_wrap {
  padding: 0 0 12rem;
  background: url(../images/timeline/bg_timeline2-sp.png) no-repeat top left/100% 100%;
}
.timeline_wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -16rem;
  left: 0;
  border-top: 1px solid #16130c;
  z-index: 1;
}
.timeline_wrap .inner_head {
  padding-top: 9rem;
}
.timeline_wrap h2.ttl {
  margin-top: -26rem;
  height: 46rem;
}
.timeline_wrap h2.ttl span.en {
  line-height: 0.8;
}

.timeline_list li {
  padding-bottom: 11rem;
}
.timeline_list li .before {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 11rem;
  padding: 6rem 1.5rem;
  font-size: 3.6rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  background: url(../images/timeline/bg_timeline_before.png) no-repeat center/100% 100%;
}
.timeline_list li .before .text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
.timeline_list li p {
  margin-top: 0.5em;
  color: #16130c;
  line-height: 1.6;
}
.timeline_list.timeline_before {
  padding-bottom: 14rem;
}
.timeline_list.timeline_before::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 49.7%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 13rem;
  background-image: radial-gradient(#ff8e8b 2px, transparent 2px);
  background-size: 14px 14px;
}
.timeline_list.timeline_before li {
  padding-right: calc(138 / 690 * 100%);
}
.timeline_list.timeline_before li::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 3.2rem;
  height: 100%;
  border-left: 3px double #ff8e8b;
}
.timeline_list.timeline_before li:first-child::before {
  height: 90%;
}

.timeline_tver {
  padding-top: 4rem;
}
.timeline_tver p {
  margin: 0 auto 5rem;
  width: calc(482 / 690 * 100%);
}

@media screen and (min-width: 768px) {
  .timeline_wrap {
    padding: 0 0 9rem;
    background-image: url(../images/timeline/bg_timeline2-pc.png);
  }
  .timeline_wrap::before {
    top: 6rem;
  }
  .timeline_wrap .inner_head {
    padding-top: 25rem;
  }
  .timeline_wrap h2.ttl {
    margin-top: -2rem;
  }
  .timeline_list {
    margin: 0 auto;
    padding-bottom: 90px;
    width: 90%;
    max-width: 1000px;
  }
  .timeline_list::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 49.7%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 10px;
    height: 70px;
    background-image: radial-gradient(#ff8e8b 2px, transparent 2px);
    background-size: 14px 14px;
  }
  .timeline_list li {
    margin-top: -6rem;
    padding: 0 7.5% 0 0 !important;
    width: 50%;
  }
  .timeline_list li::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    right: -1px;
    height: calc(100% - 6rem);
    border-left: 3px double #ff8e8b;
  }
  .timeline_list li .before {
    right: -2.6rem;
    margin-top: 20%;
    padding: 4.6rem 1rem;
    font-size: 2.8rem;
  }
  .timeline_list li:nth-child(odd) {
    margin-left: auto;
    padding: 0 0 0 7.5% !important;
  }
  .timeline_list li:nth-child(odd):nth-child(odd)::before {
    right: auto;
    left: -1.4px;
  }
  .timeline_list li:nth-child(odd) .before {
    right: auto;
    left: -2.6rem;
  }
  .timeline_list li:last-child {
    padding-bottom: 10rem;
  }
  .timeline_tver p {
    margin-bottom: 2rem;
    width: calc(319 / 1220 * 100%);
  }
}
/* =====================================================================
*    timeline_article
* =================================================================== */
dl.sns_share {
  border-top: 1px solid #4e4636;
  margin-top: 10rem;
  padding-top: 5rem;
}
dl.sns_share dt {
  text-align: center;
  margin-bottom: 5rem;
  color: #4e4636;
  letter-spacing: 0.05em;
  font-size: 2.6rem;
}
dl.sns_share dd ul.sns_share_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
dl.sns_share dd ul.sns_share_list li {
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 50%;
  padding: 0;
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  dl.sns_share {
    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;
    width: 90%;
    margin: 6.5rem auto 0;
    max-width: 1000px;
  }
  dl.sns_share dt {
    width: 50%;
    margin: 0 3% 0 0;
    text-align: right;
    font-size: 1.8rem;
  }
  dl.sns_share dd {
    width: 45%;
  }
  dl.sns_share dd ul.sns_share_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}/*# sourceMappingURL=timeline.css.map */