@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
#timeline {
  margin-bottom: clamp(5rem, 9.1027308192vw, 10rem);
}
#timeline .sec__ttl {
  margin-bottom: clamp(2rem, 3.2509752926vw, 3rem);
}
#timeline .timeline__txt {
  margin-bottom: clamp(1.5rem, 1.9505851756vw, 2rem);
  font-size: clamp(1.2rem, 1.6905071521vw, 1.4rem);
  text-align: center;
}
#timeline .timeline__scroll {
  overflow-x: scroll;
  margin-bottom: clamp(4rem, 7.8023407022vw, 8rem);
}
#timeline .timeline__scroll-img {
  height: 50vw;
  max-height: 480px;
  aspect-ratio: 2800/480;
}
#timeline .timeline__btn a {
  width: 90%;
}

#create {
  margin-bottom: clamp(5rem, 10.4031209363vw, 12rem);
}
#create .create__bg {
  padding: clamp(4rem, 7.8023407022vw, 7rem) 5.33vw clamp(2rem, 3.9011703511vw, 6rem);
  background: #FFF;
}
#create .create__ttl {
  margin-bottom: clamp(3rem, 5.2015604681vw, 5rem);
  text-align: center;
}
#create .create__ttl-txt {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  padding: 0.6em;
  box-sizing: border-box;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: clamp(1.8rem, 2.6007802341vw, 2.2rem);
  letter-spacing: 0.1em;
}
#create .create__list li {
  margin-bottom: 25px;
  letter-spacing: 0em;
}
#create .create__list li:last-of-type {
  margin-bottom: 0;
}
#create .create__list li .create__list-img {
  margin-bottom: 10px;
}
#create .create__list li .create__list-ttl {
  padding-bottom: 5px;
  margin-bottom: 8px;
  border-bottom: 1px solid #C9B083;
  font-size: clamp(1.5rem, 2.0806241873vw, 1.8rem);
  text-align: center;
}
#create .create__list li .create__list-txt {
  font-family: "リュウミン L-KL", "Ryumin Light KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  line-height: 1.8;
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #create .create__list {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
  }
  #create .create__list li {
    width: 48%;
  }
}
/*------------------------------
		981px以上
------------------------------*/
@media screen and (min-width: 981px) {
  #create .create__bg {
    padding: 70px 6.5% 60px;
  }
  #create .create__list li {
    width: 22%;
    margin-bottom: 0;
  }
}
/*------------------------------
		1201px以上
------------------------------*/
/*# sourceMappingURL=style.css.map */
