@charset "UTF-8";

body {

  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;

  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;

}


/* ヘッダービジュアル */

.main-visual-header img {
  width: 78%;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

  
@media (max-width: 500px){
.main-visual-header img {
  width: 100%;
  }
}

/* ヒストリー1853 */
.history .container {
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

.history .row {
  display: flex;
  align-items: top;
  max-width: 97%;
  margin: 0 auto;

}
.history .row .col {
  flex-grow: 1;
}

.history .row .col .age {
  font-family: noto-sans-jp, sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #c4c4c4;
  background-color: #0f0f0f;
  line-height: 60px;
  align-items: center;
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  white-space: pre;
}

.history .row .col .age_title {
  font-family: noto-sans-jp, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background-color: #ffb222;
  line-height: 60px;
  text-align: center;
  margin-top: 20px ;
  white-space: pre;
}

@media (max-width: 500px){
.history .container {
 max-width: 500px;
 -webkit-line-clamp: 2;
 }
.history .row {
  display: flex;
  flex-direction: column;
  }
.history .row .col .age {
 font-size: 11px;
 line-height: 25px;
 margin-top: 0;
 }
.history .row .col .age_title {
 font-size: 9px;
 line-height: 30px;
 overflow-wrap: break-word;
 white-space: normal;
 margin-top: 0;
 }
}

/* ヒストリー出来事 */
.thing .container {
  width: 80%;
  margin: 0 auto;
  max-width: 1252px;
}
.thing .row {
  display: flex;
  align-items: top;
}
.thing .row .col {
  flex: 1;
  padding: 20px;
}
.thing .row .col img {
  width: 100%;
  height: auto;
}
.thing .row .col .text {
  font-family: noto-sans-jp, sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  background-color: rgb(250, 234, 204);
  border-radius: 10px;
  line-height: 1.8;
  padding: 30px 60px;
}

@media (max-width: 500px){
  .thing .row {
  display: flex;
  flex-direction: column;
  }
  .thing .row .col {
  padding: 10px 20px;
}
 .thing .row .col .text {
 font-size: 9px;
 padding: 15px 20px;
 }

}


/* ヒストリー1857 */
.history2 .container2 {
  width: 80%;
  margin: 0 auto;
  max-width: 1252px;
  position: relative;
}
.history2 .row2 {
  display: flex;
  align-items: top;
  max-width: 97%;
  margin: 0 auto;

}
.history2 .row2 .col2 {
  flex-grow: 1;
}
.history2 .row2 .col2 .age2 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #c4c4c4;
  background-color: #0f0f0f;
  line-height: 60px;
  align-items: center;
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  white-space: pre;
}
.history2 .row2 .col2 .age_title2 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background-color: #ffb222;
  line-height: 60px;
  text-align: center;
  margin-top: 20px ;
  white-space: pre;

}

@media (max-width: 500px){
.history2 .container2 {
 max-width: 500px;
 -webkit-line-clamp: 2;
 }
.history2 .row2 {
  display: flex;
  flex-direction: column;
  }
.history2 .row2 .col2 .age2 {
 font-size: 11px;
 line-height: 25px;
 margin-top: 0;
 }
.history2 .row2 .col2 .age_title2 {
 font-size: 9px;
 line-height: 30px;
 overflow-wrap: break-word;
 white-space: normal;
 margin-top: 0;
 }
}

/* ヒストリー1869 */
.history3 .container3 {
  width: 80%;
  margin: 0 auto;
  max-width: 1252px;
  position: relative;
}
.history3 .row3 {
  display: flex;
  align-items: top;
  max-width: 97%;
  margin: 0 auto;
}
.history3 .row3 .col3 {
  flex-grow: 1;
}
.history3 .row3 .col3 .age3 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #c4c4c4;
  background-color: #0f0f0f;
  line-height: 60px;
  align-items: center;
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  white-space: pre;
}
.history3 .row3 .col3 .age_title3 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background-color: #ffb222;
  line-height: 60px;
  text-align: center;
  margin-top: 20px ;
  white-space: pre;
}

@media (max-width: 500px){
.history3 .container3 {
 max-width: 500px;
 -webkit-line-clamp: 2;
 }
 .history3 .row3 {
  display: flex;
  flex-direction: column;
  }
.history3 .row3 .col3 .age3 {
 font-size: 11px;
 line-height: 25px;
 margin-top: 0;
 }
.history3 .row3 .col3 .age_title3 {
 font-size: 9px;
 line-height: 30px;
 overflow-wrap: break-word;
 white-space: normal;
 margin-top: 0;
 }
}

/* ヒストリー1872 */
.history4 .container4 {
  width: 80%;
  margin: 0 auto;
  max-width: 1252px;
  position: relative;
}
.history4 .row4 {
  display: flex;
  align-items: top;
  max-width: 97%;
  margin: 0 auto;
}
.history4 .row4 .col4 {
  flex-grow: 1;
}
.history4 .row4 .col4 .age4 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #c4c4c4;
  background-color: #0f0f0f;
  line-height: 60px;
  align-items: center;
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  white-space: pre;
}
.history4 .row4 .col4 .age_title4 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background-color: #ffb222;
  line-height: 60px;
  text-align: center;
  margin-top: 20px ;
  white-space: pre;
}

@media (max-width: 500px){
.history4 .container4 {
 max-width: 500px;
 -webkit-line-clamp: 2;
 }
.history4 .row4 {
  display: flex;
  flex-direction: column;
  }
.history4 .row4 .col4 .age4 {
 font-size: 11px;
 line-height: 25px;
 margin-top: 0px ;
 }
.history4 .row4 .col4 .age_title4 {
 font-size: 9px;
 line-height: 30px;
 overflow-wrap: break-word;
 white-space: normal;
 margin-top: 0px ;
 }
}

/* ヒストリー1873 */
.history5 .container5 {
  width: 80%;
  margin: 0 auto;
  max-width: 1252px;
  position: relative;
}
.history5 .row5 {
  display: flex;
  align-items: top;
  max-width: 97%;
  margin: 0 auto;
}
.history5 .row5 .col5 {
  flex-grow: 1;
}
.history5 .row5 .col5 .age5 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #c4c4c4;
  background-color: #0f0f0f;
  line-height: 60px;
  align-items: center;
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  white-space: pre;
}
.history5 .row5 .col5 .age_title5 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background-color: #ffb222;
  line-height: 60px;
  text-align: center;
  margin-top: 20px ;
  white-space: pre;
}

@media (max-width: 500px){
.history5 .container5 {
 max-width: 500px;
 -webkit-line-clamp: 2;
 }
.history5 .row5 {
  display: flex;
  flex-direction: column;
  }

.history5 .row5 .col5 .age5 {
 font-size: 11px;
 line-height: 25px;
 margin-top: 0px ;
 }
.history5 .row5 .col5 .age_title5 {
 font-size: 9px;
 line-height: 30px;
 overflow-wrap: break-word;
 white-space: normal;
 margin-top: 0px ;
 }
}

/* ヒストリー1874 */
.history6 .container6 {
  width: 80%;
  margin: 0 auto;
  max-width: 1252px;
  position: relative;
}
.history6 .row6 {
  display: flex;
  align-items: top;
  max-width: 97%;
  margin: 0 auto;
}
.history6 .row6 .col6 {
  flex-grow: 1;
}
.history6 .row6 .col6 .age6 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #c4c4c4;
  background-color: #0f0f0f;
  line-height: 60px;
  align-items: center;
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  white-space: pre;
}
.history6 .row6 .col6 .age_title6 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background-color: #ffb222;
  line-height: 60px;
  text-align: center;
  margin-top: 20px ;
  white-space: pre;
}

@media (max-width: 500px){
.history6 .container6 {
 max-width: 500px;
 -webkit-line-clamp: 2;
 }
.history6 .row6 {
  display: flex;
  flex-direction: column;
  }
.history6 .row6 .col6 .age6 {
 font-size: 11px;
 line-height: 25px;
 margin-top: 0px ;
 }
.history6 .row6 .col6 .age_title6 {
 font-size: 9px;
 line-height: 30px;
 overflow-wrap: break-word;
 white-space: normal;
 margin-top: 0px ;
 }
}

/* ヒストリー1876 */
.history7 .container7 {
  width: 80%;
  margin: 0 auto;
  max-width: 1252px;
  position: relative;
}
.history7 .row7 {
  display: flex;
  align-items: top;
  max-width: 97%;
  margin: 0 auto;
}
.history7 .row7 .col7 {
  flex-grow: 1;
}
.history7 .row7 .col7 .age7 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #c4c4c4;
  background-color: #0f0f0f;
  line-height: 60px;
  align-items: center;
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  white-space: pre;
}
.history7 .row7 .col7 .age_title7 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background-color: #ffb222;
  line-height: 60px;
  text-align: center;
  margin-top: 20px ;
  white-space: pre;
}

@media (max-width: 500px){
.history7 .container7 {
 max-width: 500px;
 -webkit-line-clamp: 2;
 }
.history7 .row7 {
  display: flex;
  flex-direction: column;
  }
.history7 .row7 .col7 .age7 {
 font-size: 11px;
 line-height: 25px;
 margin-top: 0px ;
 }
.history7 .row7 .col7 .age_title7 {
 font-size: 9px;
 line-height: 30px;
 overflow-wrap: break-word;
 white-space: normal;
 margin-top: 0px ;
 }
}

/* ヒストリー1877 */
.history8 .container8 {
  width: 80%;
  margin: 0 auto;
  max-width: 1252px;
  position: relative;
}
.history8 .row8 {
  display: flex;
  align-items: top;
  max-width: 97%;
  margin: 0 auto;
}
.history8 .row8 .col8 {
  flex-grow: 1;
}
.history8 .row8 .col8 .age8 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #c4c4c4;
  background-color: #0f0f0f;
  line-height: 60px;
  align-items: center;
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  white-space: pre;
}
.history8 .row8 .col8 .age_title8 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background-color: #ffb222;
  line-height: 60px;
  text-align: center;
  margin-top: 20px ;
  white-space: pre;
}

@media (max-width: 500px){
.history8 .container8 {
 max-width: 500px;
 -webkit-line-clamp: 2;
 }
.history8 .row8 {
  display: flex;
  flex-direction: column;
  }
.history8 .row8 .col8 .age8 {
 font-size: 11px;
 line-height: 25px;
 margin-top: 0px ;
 }
.history8 .row8 .col8 .age_title8 {
 font-size: 9px;
 line-height: 30px;
 overflow-wrap: break-word;
 white-space: normal;
 margin-top: 0px ;
 }
}

/* ヒストリー1878 */
.history9 .container9 {
  width: 80%;
  margin: 0 auto;
  max-width: 1252px;
  position: relative;
}
.history9 .row9 {
  display: flex;
  align-items: top;
  max-width: 97%;
  margin: 0 auto;
}
.history9 .row9 .col9 {
  flex-grow: 1;
}
.history9 .row9 .col9 .age9 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #c4c4c4;
  background-color: #0f0f0f;
  line-height: 60px;
  align-items: center;
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  white-space: pre;
}
.history9 .row9 .col9 .age_title9 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background-color: #ffb222;
  line-height: 60px;
  text-align: center;
  margin-top: 20px ;
  white-space: pre;
}

@media (max-width: 500px){
.history9 .container9 {
 max-width: 500px;
 -webkit-line-clamp: 2;
 }
.history9 .row9 {
  display: flex;
  flex-direction: column;
  }
.history9 .row9 .col9 .age9 {
 font-size: 11px;
 line-height: 25px;
 margin-top: 0px ;
 }
.history9 .row9 .col9 .age_title9 {
 font-size: 9px;
 line-height: 30px;
 overflow-wrap: break-word;
 white-space: normal;
 margin-top: 0px ;
 }
}


/* ヒストリー1879 */
.history10 .container10 {
  width: 80%;
  margin: 0 auto;
  max-width: 1252px;
  position: relative;
}
.history10 .row10 {
  display: flex;
  align-items: top;
  max-width: 97%;
  margin: 0 auto;
}
.history10 .row10 .col10 {
  flex-grow: 1;
}
.history10 .row10 .col10 .age10 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #c4c4c4;
  background-color: #0f0f0f;
  line-height: 60px;
  align-items: center;
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  white-space: pre;
}
.history10 .row10 .col10 .age_title10 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background-color: #ffb222;
  line-height: 60px;
  text-align: center;
  margin-top: 20px ;
  white-space: pre;
}

@media (max-width: 500px){
.history10 .container10 {
 max-width: 500px;
 -webkit-line-clamp: 2;
 }
.history10 .row10 {
  display: flex;
  flex-direction: column;
  }
.history10 .row10 .col10 .age10 {
 font-size: 11px;
 line-height: 25px;
 margin-top: 0px ;
 }
.history10 .row10 .col10 .age_title10 {
 font-size: 9px;
 line-height: 30px;
 overflow-wrap: break-word;
 white-space: normal;
 margin-top: 0px ;
 }
}

/* ヒストリー1880 */
.history11 .container11 {
  width: 80%;
  margin: 0 auto;
  max-width: 1252px;
  position: relative;
}
.history11 .row11 {
  display: flex;
  align-items: top;
  max-width: 97%;
  margin: 0 auto;
}
.history11 .row11 .col11 {
  flex-grow: 1;
}
.history11 .row11 .col11 .age11 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #c4c4c4;
  background-color: #0f0f0f;
  line-height: 60px;
  align-items: center;
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  white-space: pre;
}
.history11 .row11 .col11 .age_title11 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background-color: #ffb222;
  line-height: 60px;
  text-align: center;
  margin-top: 20px ;
  white-space: pre;
}

@media (max-width: 500px){
.history11 .container11 {
 max-width: 500px;
 -webkit-line-clamp: 2;
 }
.history11 .row11 {
  display: flex;
  flex-direction: column;
  }
.history11 .row11 .col11 .age11 {
 font-size: 11px;
 line-height: 25px;
 margin-top: 0px ;
 }
.history11 .row11 .col11 .age_title11 {
 font-size: 9px;
 line-height: 30px;
 overflow-wrap: break-word;
 white-space: normal;
 margin-top: 0px ;
 }
}

/* ヒストリー1881 */
.history12 .container12 {
  width: 80%;
  margin: 0 auto;
  max-width: 1252px;
  position: relative;
}
.history12 .row12 {
  display: flex;
  align-items: top;
  max-width: 97%;
  margin: 0 auto;
}
.history12 .row12 .col12 {
  flex-grow: 1;
}
.history12 .row12 .col12 .age12 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #c4c4c4;
  background-color: #0f0f0f;
  line-height: 60px;
  align-items: center;
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  white-space: pre;
}
.history12 .row12 .col12 .age_title12 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background-color: #ffb222;
  line-height: 60px;
  text-align: center;
  margin-top: 20px ;
  white-space: pre;
}

@media (max-width: 500px){
.history12 .container12 {
 max-width: 500px;
 -webkit-line-clamp: 2;
 }
.history12 .row12 {
  display: flex;
  flex-direction: column;
  }
.history12 .row12 .col12 .age12 {
 font-size: 11px;
 line-height: 25px;
 margin-top: 0px ;
 }
.history12 .row12 .col12 .age_title12 {
 font-size: 9px;
 line-height: 30px;
 overflow-wrap: break-word;
 white-space: normal;
 margin-top: 0;
 }
}

/* ヒストリー1882 */
.history13 .container13 {
  width: 80%;
  margin: 0 auto;
  max-width: 1252px;
  position: relative;
}
.history13 .row13 {
  display: flex;
  align-items: top;
  max-width: 97%;
  margin: 0 auto;
}
.history13 .row13 .col13 {
  flex-grow: 1;
}
.history13 .row13 .col13 .age13 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #c4c4c4;
  background-color: #0f0f0f;
  line-height: 60px;
  align-items: center;
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  white-space: pre;
}
.history13 .row13 .col13 .age_title13 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background-color: #ffb222;
  line-height: 60px;
  text-align: center;
  margin-top: 20px ;
  white-space: pre;
}

@media (max-width: 500px){
.history13 .container13 {
 max-width: 500px;
 -webkit-line-clamp: 2;
 }
.history13 .row13 {
  display: flex;
  flex-direction: column;
  }
.history13 .row13 .col13 .age13 {
 font-size: 11px;
 line-height: 25px;
 margin-top: 0px ;
 }
.history13 .row13 .col13 .age_title13 {
 font-size: 9px;
 line-height: 30px;
 overflow-wrap: break-word;
 white-space: normal;
 margin-top: 0px ;
 }
}

/* ヒストリー1883 */
.history14 .container14 {
  width: 80%;
  margin: 0 auto;
  max-width: 1252px;
  position: relative;
}
.history14 .row14 {
  display: flex;
  align-items: top;
  max-width: 97%;
  margin: 0 auto;
}
.history14 .row14 .col14 {
  flex-grow: 1;
}
.history14 .row14 .col14 .age14 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #c4c4c4;
  background-color: #0f0f0f;
  line-height: 60px;
  align-items: center;
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  white-space: pre;
}
.history14 .row14 .col14 .age_title14 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background-color: #ffb222;
  line-height: 60px;
  text-align: center;
  margin-top: 20px ;
  white-space: pre;
}

@media (max-width: 500px){
.history14 .container14 {
 max-width: 500px;
 -webkit-line-clamp: 2;
 }
.history14 .row14 {
  display: flex;
  flex-direction: column;
  }
.history14 .row14 .col14 .age14 {
 font-size: 11px;
 line-height: 25px;
 margin-top: 0px ;
 }
.history14 .row14 .col14 .age_title14 {
 font-size: 9px;
 line-height: 30px;
 overflow-wrap: break-word;
 white-space: normal;
 margin-top: 0px ;
 }
}

/* ヒストリー1884 */
.history15 .container15 {
  width: 80%;
  margin: 0 auto;
  max-width: 1252px;
  position: relative;
}
.history15 .row15 {
  display: flex;
  align-items: top;
  max-width: 97%;
  margin: 0 auto;
}
.history15 .row15 .col15 {
  flex-grow: 1;
}
.history15 .row15 .col15 .age15 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #c4c4c4;
  background-color: #0f0f0f;
  line-height: 60px;
  align-items: center;
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  white-space: pre;
}
.history15 .row15 .col15 .age_title15 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background-color: #ffb222;
  line-height: 60px;
  text-align: center;
  margin-top: 20px ;
  white-space: pre;
}

@media (max-width: 500px){
.history15 .container15 {
 max-width: 500px;
 -webkit-line-clamp: 2;
 }
.history15 .row15 {
  display: flex;
  flex-direction: column;
  }
.history15 .row15 .col15 .age15 {
 font-size: 11px;
 line-height: 25px;
 margin-top: 0px ;
 }
.history15 .row15 .col15 .age_title15 {
 font-size: 9px;
 line-height: 30px;
 overflow-wrap: break-word;
 white-space: normal;
 margin-top: 0px ;
 }
}

/* ヒストリー1885 */
.history16 .container16 {
  width: 80%;
  margin: 0 auto;
  max-width: 1252px;
  position: relative;
}
.history16 .row16 {
  display: flex;
  align-items: top;
  max-width: 97%;
  margin: 0 auto;
}
.history16 .row16 .col16 {
  flex-grow: 1;
}
.history16 .row16 .col16 .age16 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #c4c4c4;
  background-color: #0f0f0f;
  line-height: 60px;
  align-items: center;
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  white-space: pre;
}
.history16 .row16 .col16 .age_title16 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background-color: #ffb222;
  line-height: 60px;
  text-align: center;
  margin-top: 20px ;
  white-space: pre;
}

@media (max-width: 500px){
.history16 .container16 {
 max-width: 500px;
 -webkit-line-clamp: 2;
 }
.history16 .row16 {
  display: flex;
  flex-direction: column;
  }
.history16 .row16 .col16 .age16 {
 font-size: 11px;
 line-height: 25px;
 margin-top: 0px ;
 }
.history16 .row16 .col16 .age_title16 {
 font-size: 9px;
 line-height: 30px;
 overflow-wrap: break-word;
 white-space: normal;
 margin-top: 0px ;
 }
}

/* ヒストリー1886 */
.history17 .container17 {
  width: 80%;
  margin: 0 auto;
  max-width: 1252px;
  position: relative;
}
.history17 .row17 {
  display: flex;
  align-items: top;
  max-width: 97%;
  margin: 0 auto;
}
.history17 .row17 .col17 {
  flex-grow: 1;
}
.history17 .row17 .col17 .age17 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #c4c4c4;
  background-color: #0f0f0f;
  line-height: 60px;
  align-items: center;
  text-align: center;
  z-index: 1;
  margin-top: 20px;
}
.history17 .row17 .col17 .age_title17 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background-color: #ffb222;
  line-height: 60px;
  text-align: center;
  margin-top: 20px ;
  white-space: pre;
}

@media (max-width: 500px){
.history17 .container17 {
 max-width: 500px;
 -webkit-line-clamp: 2;
 }
.history17 .row17 {
  display: flex;
  flex-direction: column;
  }
.history17 .row17 .col17 .age17 {
 font-size: 11px;
 line-height: 25px;
 margin-top: 0px ;
 }
.history17 .row17 .col17 .age_title17 {
 font-size: 9px;
 line-height: 30px;
 overflow-wrap: break-word;
 white-space: normal;
 margin-top: 0px ;
 }
}

/* ヒストリー1887 */
.history18 .container18 {
  width: 80%;
  margin: 0 auto;
  max-width: 1252px;
  position: relative;
}
.history18 .row18 {
  display: flex;
  align-items: top;
  max-width: 97%;
  margin: 0 auto;
}
.history18 .row18 .col18 {
  flex-grow: 1;
}
.history18 .row18 .col18 .age18 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #c4c4c4;
  background-color: #0f0f0f;
  line-height: 60px;
  align-items: center;
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  white-space: pre;
}
.history18 .row18 .col18 .age_title18 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background-color: #ffb222;
  line-height: 60px;
  text-align: center;
  margin-top: 20px ;
  white-space: pre;
}

@media (max-width: 500px){
.history18 .container18 {
 max-width: 500px;
 -webkit-line-clamp: 2;
 }
.history18 .row18 {
  display: flex;
  flex-direction: column;
  }
.history18 .row18 .col18 .age18 {
 font-size: 11px;
 line-height: 25px;
 margin-top: 0px ;
 }
.history18 .row18 .col18 .age_title18 {
 font-size: 9px;
 line-height: 30px;
 overflow-wrap: break-word;
 white-space: normal;
 margin-top: 0px ;
 }
}

/* ヒストリー1888 */
.history19 .container19 {
  width: 80%;
  margin: 0 auto;
  max-width: 1252px;
  position: relative;
}
.history19 .row19 {
  display: flex;
  align-items: top;
  max-width: 97%;
  margin: 0 auto;
}
.history19 .row19 .col19 {
  flex-grow: 1;
}
.history19 .row19 .col19 .age19 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #c4c4c4;
  background-color: #0f0f0f;
  line-height: 60px;
  align-items: center;
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  white-space: pre;
}
.history19 .row19 .col19 .age_title19 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background-color: #ffb222;
  line-height: 60px;
  text-align: center;
  margin-top: 20px ;
  white-space: pre;
}

@media (max-width: 500px){
.history19 .container19 {
 max-width: 500px;
 -webkit-line-clamp: 2;
 }
.history19 .row19 {
  display: flex;
  flex-direction: column;
  }
.history19 .row19 .col19 .age19 {
 font-size: 11px;
 line-height: 25px;
 margin-top: 0px ;
 }
.history19 .row19 .col19 .age_title19{
 font-size: 9px;
 line-height: 30px;
 overflow-wrap: break-word;
 white-space: normal;
 margin-top: 0px ;
 }
}

/* ヒストリー1889 */
.history20 .container20 {
  width: 80%;
  margin: 0 auto;
  max-width: 1252px;
  position: relative;
}
.history20 .row20 {
  display: flex;
  align-items: top;
  max-width: 97%;
  margin: 0 auto;
}
.history20 .row20 .col20 {
  flex-grow: 1;
}
.history20 .row20 .col20 .age20 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #c4c4c4;
  background-color: #0f0f0f;
  line-height: 60px;
  align-items: center;
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  white-space: pre;
}
.history20 .row20 .col20 .age_title20 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background-color: #ffb222;
  line-height: 60px;
  text-align: center;
  margin-top: 20px ;
  white-space: pre;
}

@media (max-width: 500px){
.history20 .container20 {
 max-width: 500px;
 -webkit-line-clamp: 2;
 }
.history20 .row20 {
  display: flex;
  flex-direction: column;
  }
.history20 .row20 .col20 .age20 {
 font-size: 11px;
 line-height: 25px;
 margin-top: 0px ;
 }
.history20 .row20 .col20 .age_title20{
 font-size: 9px;
 line-height: 30px;
 overflow-wrap: break-word;
 white-space: normal;
 margin-top: 0px ;
 }
}

/* ヒストリー1890 */
.history21 .container21 {
  width: 80%;
  margin: 0 auto;
  max-width: 1252px;
  position: relative;
}
.history21 .row21 {
  display: flex;
  align-items: top;
  max-width: 97%;
  margin: 0 auto;
}
.history21 .row21 .col21 {
  flex-grow: 1;
}
.history21 .row21 .col21 .age21 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #c4c4c4;
  background-color: #0f0f0f;
  line-height: 60px;
  align-items: center;
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  white-space: pre;
}
.history21 .row21 .col21 .age_title21 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background-color: #ffb222;
  line-height: 60px;
  text-align: center;
  margin-top: 20px ;
  white-space: pre;
}

@media (max-width: 500px){
.history21 .container21 {
 max-width: 500px;
 -webkit-line-clamp: 2;
 }
.history21 .row21 {
  display: flex;
  flex-direction: column;
  }
.history21 .row21 .col21 .age21 {
 font-size: 11px;
 line-height: 25px;
 margin-top: 0px ;
 }
.history21 .row21 .col21 .age_title21{
 font-size: 9px;
 line-height: 30px;
 overflow-wrap: break-word;
 white-space: normal;
 margin-top: 0px ;
 }
}

/* ヒストリー1891 */
.history22 .container22 {
  width: 80%;
  margin: 0 auto;
  max-width: 1252px;
  position: relative;
}
.history22 .row22 {
  display: flex;
  align-items: top;
  max-width: 97%;
  margin: 0 auto;
}
.history22 .row22 .col22 {
  flex-grow: 1;
}
.history22 .row22 .col22 .age22 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #c4c4c4;
  background-color: #0f0f0f;
  line-height: 60px;
  align-items: center;
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  white-space: pre;
}
.history22 .row22 .col22 .age_title22 {
  font-family: noto-sans-jp, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background-color: #ffb222;
  line-height: 60px;
  text-align: center;
  margin-top: 20px ;
  margin-bottom: 200px;
  white-space: pre;
}

@media (max-width: 500px){
.history22 .container22 {
 max-width: 500px;
 -webkit-line-clamp: 2;
 }
.history22 .row22 {
  display: flex;
  flex-direction: column;
  }
.history22 .row22 .col22 .age22 {
 font-size: 11px;
 line-height: 25px;
 margin-top: 0px ;
 }
.history22 .row22 .col22 .age_title22{
 font-size: 9px;
 line-height: 30px;
 overflow-wrap: break-word;
 white-space: normal;
 margin-top: 0px ;
 }
}


.container23 a{
 position: fixed;
 bottom: 20px;
 right: 20px;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 60px;
 height: 60px;
 background: #000;
}

.container23 .arrow{
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  margin-top: 5px;
}
