@charset "UTF-8";
/* solaie-history.scss • v0.0.1 */
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
.page-solaie--history .m-page-header {
  margin-bottom: clamp(0px, 9.6354166667vw, 185px);
}
@media only screen and (max-width: 767px) {
  .page-solaie--history .m-page-header {
    margin-bottom: 90px;
  }
}
.page-solaie--history .m-page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1920/420;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .page-solaie--history .m-page-header__bg {
    display: none;
  }
}
.page-solaie--history .m-page-header__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-solaie--history .m-breadcrumbs {
  position: absolute;
  top: clamp(0px, 2.34375vw, 45px);
  right: 0;
  z-index: 3;
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.section {
  position: relative;
}
.section__header {
  position: relative;
  text-align: center;
  z-index: 0;
}
.section__header::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0075C4;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .section__header::before {
    height: 1.5px;
  }
}
.section__hdg {
  display: inline-block;
  min-width: 160px;
  padding: 10px;
  background: #0075C4;
  border-radius: 0 10px 0 10px;
}
@media only screen and (max-width: 767px) {
  .section__hdg {
    min-width: 88px;
  }
}
.section__hdg span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(0px, 1.8461538462vw, 24px);
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .section__hdg span {
    font-size: 17px;
  }
}

/*--------------------------------------------------------------------------
  #sec-history
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-history {
  position: relative;
  padding-block: clamp(0px, 10.9375vw, 210px) clamp(0px, 13.5416666667vw, 260px);
  background: #EFF3FB;
}
@media only screen and (max-width: 767px) {
  .sec-history {
    padding-block: 50px 80px;
  }
}
.sec-history__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-history__wrap {
  max-width: 1412px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .sec-history__wrap {
    margin-top: 40px;
  }
}
.sec-history__lead {
  margin-bottom: clamp(0px, 10.2040816327vw, 140px);
  font-size: clamp(0px, 1.3119533528vw, 18px);
  line-height: 2.2;
  letter-spacing: 0.15rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-history__lead {
    font-size: 13px;
  }
}
.sec-history__content {
  margin-top: clamp(100px, 8.4548104956vw, 116px);
  padding-left: clamp(0px, 41.5451895044vw, 570px);
}
@media only screen and (max-width: 767px) {
  .sec-history__content {
    margin-top: 40px;
    padding-left: 0;
  }
}
.sec-history__item {
  position: relative;
}
.sec-history__item:not(:first-of-type) {
  margin-top: clamp(0px, 1.4577259475vw, 20px);
}
@media only screen and (max-width: 767px) {
  .sec-history__item:not(:first-of-type) {
    margin-top: 16px;
  }
}
.sec-history__item-year {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0px, 2.1865889213vw, 30px);
  font-weight: 500;
  letter-spacing: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .sec-history__item-year {
    font-size: 24px;
  }
}
.sec-history__item-body {
  position: relative;
  margin-top: 10px;
  padding: 10px 0 10px clamp(0px, 3.2798833819vw, 45px);
}
@media only screen and (max-width: 767px) {
  .sec-history__item-body {
    padding: 10px 0 10px 22px;
  }
}
.sec-history__item-body::before {
  position: absolute;
  top: 0;
  left: 7px;
  width: 3px;
  height: 100%;
  background: #888;
  content: "";
}
@media only screen and (max-width: 767px) {
  .sec-history__item-body::before {
    left: 5px;
    width: 1.5px;
  }
}
.sec-history__item-body._end {
  padding-bottom: clamp(0px, 7.2886297376vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-history__item-body._end {
    padding-bottom: 20px;
  }
}
.sec-history__item-body._end::after {
  position: absolute;
  bottom: -36px;
  left: 6px;
  width: 5px;
  height: 25px;
  background: url("../img/solaie/history/ico_dots.svg") no-repeat 0 0/cover;
  content: "";
}
@media only screen and (max-width: 767px) {
  .sec-history__item-body._end::after {
    bottom: -28px;
    left: 5px;
    width: 3px;
    height: 14px;
  }
}
.sec-history__item-body .sec-history__gallery-img {
  margin: 1em 0 1.5em;
  width: clamp(0px, 33.4548104956vw, 459px);
}
@media only screen and (max-width: 767px) {
  .sec-history__item-body .sec-history__gallery-img {
    width: auto;
  }
}
.sec-history__item-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(13px, 1.166180758vw, 16px);
  font-weight: 500;
  letter-spacing: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .sec-history__item-ttl {
    letter-spacing: 0.2rem;
  }
}
.sec-history__item-ttl::before {
  content: "●";
  color: #0075C4;
}
.sec-history__item-ttl._black::before {
  color: #333;
}
.sec-history__item-ttl + .sec-history__item-ttl {
  margin-top: 10px;
}
.sec-history__item-txt {
  position: relative;
  margin: clamp(0px, 1.8221574344vw, 25px) 0 clamp(0px, 1.8221574344vw, 25px) 24px;
  padding: 12px clamp(0px, 1.2390670554vw, 17px);
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-history__item-txt {
    margin: 20px 0;
    padding: 10px 22px 10px 12px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
}
.sec-history__item-txt > span {
  font-size: clamp(12px, 1.0204081633vw, 14px);
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec-history__item-txt > span {
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .sec-history__item-txt > span::before, .sec-history__item-txt > span::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 10px;
    width: 10px;
    height: 1px;
    background: #0075C4;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .sec-history__item-txt > span::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.sec-history__item-txt > span small.asta {
  position: relative;
  font-size: 0.75em;
  padding-left: 1rem;
}
.sec-history__item-txt > span small.asta span {
  position: absolute;
  top: -0.5rem;
  left: 0;
}
.sec-history__item-txt::before {
  position: absolute;
  top: calc(clamp(0px, 1.8221574344vw, 25px) * -1);
  left: 5%;
  width: 1.5px;
  height: clamp(0px, 1.8221574344vw, 25px);
  background: #888;
  content: "";
}
@media only screen and (max-width: 767px) {
  .sec-history__item-txt::before {
    top: -14px;
    left: 11%;
    height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-history__item-txt.is-open > span {
    display: block;
    -webkit-box-orient: inherit;
    -webkit-line-clamp: inherit;
    overflow: auto;
  }
  .sec-history__item-txt.is-open > span::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.sec-history__item-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  margin: clamp(0px, 1.8221574344vw, 25px) 0 clamp(0px, 1.8221574344vw, 25px) 24px;
}
@media only screen and (max-width: 767px) {
  .sec-history__item-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0;
  }
}
.sec-history__item-info::before {
  position: absolute;
  top: calc(clamp(0px, 1.8221574344vw, 25px) * -1);
  left: 5%;
  width: 1.5px;
  height: clamp(0px, 1.8221574344vw, 25px);
  background: #888;
  content: "";
}
@media only screen and (max-width: 767px) {
  .sec-history__item-info::before {
    top: -14px;
    left: 11%;
    height: 14px;
  }
}
.sec-history__item-info .img {
  width: 26.4%;
}
@media only screen and (max-width: 767px) {
  .sec-history__item-info .img {
    width: auto;
  }
}
.sec-history__item-info .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-history__item-info .sec-history__item-txt {
  width: 73.6%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .sec-history__item-info .sec-history__item-txt {
    width: auto;
  }
}
.sec-history__item-info .sec-history__item-txt::before {
  content: none;
}
.sec-history__item-fuki {
  position: absolute;
  top: -70%;
  right: -6.5vw;
  width: clamp(0px, 13.2653061224vw, 182px);
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .sec-history__item-fuki {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec-history__item-fuki {
    top: -60px;
    right: -10px;
    width: 86px;
  }
}
.sec-history__item-fuki img {
  width: 100%;
  height: auto;
}
.sec-history__item-fuki._ill {
  top: -18%;
}
@media only screen and (max-width: 767px) {
  .sec-history__item-fuki._ill {
    top: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-history .sec-history__item-txt.is-open,
  .sec-history .sec-history__item-info.is-open {
    height: auto;
  }
}
.sec-history__gallery {
  position: absolute;
  top: 0;
  left: calc(clamp(0px, 41.5451895044vw, 570px) * -1);
  width: clamp(0px, 33.4548104956vw, 459px);
}
@media only screen and (max-width: 767px) {
  .sec-history__gallery {
    position: relative;
    top: inherit;
    left: inherit;
    width: auto;
    margin-bottom: 10px;
  }
}
.sec-history__gallery-year {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0px, 3.2798833819vw, 45px);
  font-weight: 500;
  color: #0075C4;
  letter-spacing: 0.5rem;
  line-height: 1;
}
.sec-history__gallery-year + .sec-history__gallery-img {
  margin-top: 10px;
}
.sec-history__gallery-subcaption {
  margin-bottom: 7px;
  font-size: 11px;
  color: #666;
  text-align: right;
  letter-spacing: 0.1rem;
}
.sec-history__gallery-img {
  position: relative;
  aspect-ratio: 459/256;
}
.sec-history__gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.sec-history__gallery-img figcaption {
  margin-top: 10px;
  font-size: clamp(10px, 0.8746355685vw, 12px);
  line-height: 1;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .sec-history__gallery-img figcaption {
    display: none;
  }
}
.sec-history__gallery + .sec-history__item-ttl {
  margin-top: 10px;
}
.sec-history__gallery._1973 {
  top: clamp(0px, 10.2040816327vw, 140px);
}
@media only screen and (max-width: 767px) {
  .sec-history__gallery._1973 {
    top: inherit;
  }
}
.sec-history__gallery._2014 {
  top: clamp(0px, 7.2886297376vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-history__gallery._2014 {
    top: inherit;
  }
}
.sec-history__gallery._2018 {
  top: calc(clamp(0px, 11.6618075802vw, 160px) * -1);
}
@media only screen and (max-width: 767px) {
  .sec-history__gallery._2018 {
    top: inherit;
  }
}
.sec-history__gallery._2021 {
  top: calc(clamp(0px, 45.1895043732vw, 620px) * -1);
}
@media only screen and (max-width: 767px) {
  .sec-history__gallery._2021 {
    top: inherit;
  }
}
.sec-history__gallery._2022 {
  top: calc(clamp(0px, 15.306122449vw, 210px) * -1);
}
@media only screen and (max-width: 767px) {
  .sec-history__gallery._2022 {
    top: inherit;
  }
}
.sec-history__gallery._2023 {
  top: calc(clamp(0px, 8.7463556851vw, 120px) * -1);
}
@media only screen and (max-width: 767px) {
  .sec-history__gallery._2023 {
    top: inherit;
  }
}
.sec-history__gallery._2025 {
  top: calc(clamp(0px, 14.5772594752vw, 200px) * -1);
}
@media only screen and (max-width: 767px) {
  .sec-history__gallery._2025 {
    top: inherit;
  }
}
.sec-history__gallery._2028 {
  top: calc(clamp(0px, 18.221574344vw, 250px) * -1);
}
@media only screen and (max-width: 767px) {
  .sec-history__gallery._2028 {
    top: inherit;
  }
}

/*--------------------------------------------------------------------------
  #sec-route
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-route {
  position: relative;
  padding-block: clamp(0px, 10.4166666667vw, 200px) clamp(0px, 4.6875vw, 90px);
}
@media only screen and (max-width: 767px) {
  .sec-route {
    padding-block: 50px 50px;
  }
}
.sec-route__hdg {
  position: relative;
  margin-top: clamp(0px, 5.8309037901vw, 80px);
  font-size: clamp(0px, 1.4577259475vw, 20px);
  font-weight: 500;
  letter-spacing: 0.35rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-route__hdg {
    margin-bottom: 30px;
    font-size: clamp(17px, 4.5333333333vw, 34px);
  }
}
.sec-route__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(0px, 10.2040816327vw, 140px);
}
@media only screen and (max-width: 767px) {
  .sec-route__content {
    display: block;
  }
}
.sec-route__map {
  position: relative;
  width: 72%;
}
@media only screen and (max-width: 767px) {
  .sec-route__map {
    width: auto;
    overflow: hidden;
  }
}
.sec-route__map img {
  width: 100%;
  height: auto;
}
.sec-route__map-ctrl {
  display: none;
  gap: 10px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .sec-route__map-ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sec-route__map-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #0075C4;
  border-radius: 50%;
  color: #0075C4;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.sec-route__map-btn svg {
  width: 20px;
  height: 20px;
}
.sec-route__body {
  width: 26%;
}
@media only screen and (max-width: 767px) {
  .sec-route__body {
    width: auto;
    margin-top: 30px;
  }
}
.sec-route__legend {
  padding: 20px;
  border-radius: 10px;
  background: #EFF3FB;
}
.sec-route__legend + .sec-route__legend {
  margin-top: clamp(0px, 2.332361516vw, 32px);
}
.sec-route__legend-hdg {
  margin-bottom: 15px;
  font-size: clamp(0px, 1.0204081633vw, 14px);
  letter-spacing: 0.4rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-route__legend-hdg {
    font-size: 12px;
  }
}
.sec-route__legend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
  padding: 12px 8px 8px;
  background: #fff;
  border-radius: 6px;
}
@media only screen and (max-width: 1300px) {
  .sec-route__legend-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .sec-route__legend-list {
    max-height: 84px;
    padding: 10px 8px;
    overflow: hidden;
  }
}
.sec-route__legend-list img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-route__legend-list.mi-pc {
    display: none;
  }
}
.sec-route__legend-wrap {
  position: relative;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .sec-route__legend-wrap {
    max-height: 84px;
    overflow: hidden;
  }
  .sec-route__legend-wrap.is-scrollable {
    padding-right: 14px;
  }
  .sec-route__legend-wrap .ps__rail-y {
    right: 0 !important;
    width: 6px;
    background: #fff;
    border-radius: 3px;
    opacity: 1 !important;
  }
  .sec-route__legend-wrap .ps__rail-y .ps__thumb-y {
    width: 6px;
    background: #0075C4;
    border-radius: 3px;
    right: 0;
  }
}
.sec-route__legend-scroll {
  padding: 12px 8px;
  background: #fff;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .sec-route__legend-scroll {
    padding: 10px 8px;
  }
}
.sec-route__legend-scroll img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.sec-route__legend-item {
  position: relative;
  font-size: clamp(0px, 1.0204081633vw, 14px);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-route__legend-item {
    font-size: 12px;
  }
}
.sec-route__legend-item::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #ccc;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .sec-route__legend-item::before {
    width: 15px;
    height: 15px;
  }
}
.sec-route__legend .ico {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  background: #ccc;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .sec-route__legend .ico {
    top: -1px;
    width: 15px;
    height: 15px;
  }
}
.sec-route__legend .ico._blue {
  background: #2480AB;
}
.sec-route__legend .ico._orange {
  background: #D68B41;
}
.sec-route__legend .ico._pink {
  background: #BD668F;
}
.sec-route__info-hdg {
  margin-top: clamp(0px, 1.4577259475vw, 20px);
  padding-bottom: 8px;
  font-size: clamp(9px, 1.3119533528vw, 18px), 0;
  font-weight: 500;
  border-bottom: 2px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .sec-route__info-hdg {
    margin-top: clamp(17.5px, 4.6666666667vw, 35px);
    font-size: clamp(13px, 3.4666666667vw, 26px);
  }
}
.sec-route__info-hdg._blue {
  color: #2480AB;
  border-bottom-color: #2480AB;
}
@media only screen and (max-width: 767px) {
  .sec-route__info-hdg._blue {
    margin-top: 0;
  }
}
.sec-route__info-hdg._orange {
  color: #D68B41;
  border-bottom-color: #D68B41;
}
.sec-route__info-hdg._pink {
  color: #BD668F;
  border-bottom-color: #BD668F;
}
.sec-route__info-wrap {
  position: relative;
  max-height: clamp(0px, 14.5833333333vw, 280px);
  overflow: hidden;
  margin-top: 20px;
}
@media only screen and (max-width: 1340px) {
  .sec-route__info-wrap {
    max-height: clamp(100px, 14.9253731343vw, 200px);
  }
}
@media only screen and (max-width: 1000px) {
  .sec-route__info-wrap {
    max-height: clamp(60px, 15vw, 150px);
  }
}
@media only screen and (max-width: 767px) {
  .sec-route__info-wrap {
    max-height: 84px;
  }
}
.sec-route__info-wrap.is-scrollable {
  padding-right: 14px;
}
.sec-route__info-wrap._blue .sec-route__info-item span {
  background: #2480AB;
}
@media only screen and (max-width: 767px) {
  .sec-route__info-wrap._orange {
    max-height: inherit !important;
  }
}
.sec-route__info-wrap._orange .sec-route__info-item span {
  background: #D68B41;
}
.sec-route__info-wrap._pink .sec-route__info-item span {
  background: #BD668F;
}
.sec-route__info-wrap .ps__rail-y {
  right: 0 !important;
  width: 6px;
  background: #fff;
  border-radius: 3px;
  opacity: 1 !important;
}
.sec-route__info-wrap .ps__rail-y .ps__thumb-y {
  width: 6px;
  background: #0075C4;
  border-radius: 3px;
  right: 0;
}
.sec-route__info-scroll {
  padding: 12px 8px;
  background: #fff;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .sec-route__info-scroll {
    padding: 10px 8px;
  }
}
.sec-route__info-list {
  margin: 0;
  padding: 0;
}
.sec-route__info-item {
  position: relative;
  padding-left: 24px;
  font-size: clamp(9px, 1.0204081633vw, 14px);
  min-height: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-route__info-item {
    font-size: 12px;
  }
}
.sec-route__info-item:not(:last-of-type) {
  margin-bottom: 5px;
}
.sec-route__info-item span {
  position: absolute;
  top: clamp(0px, 0.1457725948vw, 2px);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  background: #ccc;
  color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .sec-route__info-item span {
    width: 15px;
    height: 15px;
  }
}
.sec-route__article {
  max-width: 406px;
  width: 31.23%;
  margin-left: 3.07%;
}
@media only screen and (max-width: 767px) {
  .sec-route__article {
    max-width: none;
    width: 100%;
    margin: 0 0 0 20px;
  }
}
.sec-route__article .txt {
  margin-top: clamp(10px, 1.5384615385vw, 20px);
  font-size: clamp(8px, 1.2307692308vw, 16px);
  font-weight: 500;
  line-height: 1.875;
}
@media only screen and (max-width: 767px) {
  .sec-route__article .txt {
    margin-top: clamp(17.5px, 4.6666666667vw, 35px);
    font-size: clamp(13px, 3.4666666667vw, 26px);
  }
}
.sec-route__article .img {
  width: 100%;
  margin-top: clamp(12.5px, 1.9230769231vw, 25px);
  aspect-ratio: 406/360;
}
@media only screen and (max-width: 767px) {
  .sec-route__article .img {
    margin-top: clamp(17.5px, 4.6666666667vw, 35px);
    aspect-ratio: 630/480;
  }
}
.sec-route__article .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.sec-route__article .imgwrap {
  position: relative;
}
.sec-route__article .badge {
  position: absolute;
  right: 10px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  height: 150px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-route__article .badge {
    right: 4px;
    bottom: 4px;
    width: 90px;
    height: 90px;
  }
}
.sec-route__article .badge p {
  position: relative;
  z-index: 2;
}
.sec-route__article .badge__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-route__article .badge__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}
.sec-route__article .badge::before {
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  background: radial-gradient(#0075C4, #fff);
  border-radius: 50%;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .sec-route__article .badge::before {
    top: -8px;
    left: -8px;
    width: 90px;
    height: 90px;
  }
}
.sec-route__article .badge::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #0075C4;
  border-radius: 50%;
  mix-blend-mode: multiply;
  z-index: -1;
}
.sec-route__article .badge__txt1 {
  font-size: 13px;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .sec-route__article .badge__txt1 {
    font-size: 9px;
  }
}
.sec-route__article .badge__txt2 {
  margin-top: 5px;
  font-size: 30px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-route__article .badge__txt2 {
    font-size: 18px;
  }
}
.sec-route__article .badge__txt3 {
  font-size: 23px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-route__article .badge__txt3 {
    font-size: 14px;
  }
}
.sec-route__article .badge__txt3 span {
  font-size: 46px;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .sec-route__article .badge__txt3 span {
    font-size: 27px;
  }
}
.sec-route__article .badge__txt4 {
  margin-top: 5px;
  font-size: 22px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-route__article .badge__txt4 {
    font-size: 13px;
  }
}
.sec-route__article .link {
  margin-top: 20px;
}
.sec-route__article .c-btn-more {
  max-width: 196px;
}
@media only screen and (max-width: 767px) {
  .sec-route__article .c-btn-more {
    max-width: 224px;
    margin-inline: auto;
  }
}
.sec-route__article .c-btn-more__txt {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .sec-route__article .c-btn-more__txt {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-route__article .c-btn-more__arrow svg {
    width: 14px;
    height: 10px;
  }
}
.sec-route__article--nogap {
  margin-left: 0;
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* fixnav
-----------------------------------------------------------------*/
.sec-history__anc {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: height 0.3s ease, -webkit-transform 0.4s ease;
  transition: height 0.3s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, height 0.3s ease;
  transition: transform 0.4s ease, height 0.3s ease, -webkit-transform 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .sec-history__anc {
    display: block;
  }
}
.sec-history__anc.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec-history__anc ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
}
.sec-history__anc ul li:not(:last-of-type) a {
  border-right: 1px solid #fff;
}
.sec-history__anc ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 14px 0 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0075C4), to(#69AFDE));
  background: linear-gradient(180deg, #0075C4 0%, #69AFDE 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.sec-history__anc ul li a span {
  content: "";
  background: url(../../../asset/img/common/ico_arrow_anc_w.svg) no-repeat left bottom/cover;
  width: 4px;
  height: 10px;
}
/*# sourceMappingURL=solaie-history.css.map */