@charset "UTF-8";
/*------------------------------------------------------
    Top page用scss
------------------------------------------------------*/
/*------------------------------------------------------
    Breakpoint　値はサイトに合わせて変更しましょう
------------------------------------------------------*/
/*------------------------------------------------------
    このファイルは基本触らない
------------------------------------------------------*/
/*------------------------------------------------------
    color format (カラー設定)
------------------------------------------------------*/
/*------------------------------------------------------
    color format (カラー設定)
------------------------------------------------------*/
/*------------------------------------------------------
    Top page用scss
------------------------------------------------------*/
/*------------------------------------------------------
    Top page用scss
------------------------------------------------------*/
/*------------------------------------------------------
    Top page用scss
------------------------------------------------------*/
.maintitle {
  font-size: 60px;
  color: blue;
}

.subtitle {
  font-size: 40px;
  color: red;
}

.lower__mv {
  position: relative;
  z-index: 2;
  padding: 230px 120px 375px 120px;
  padding-top: clamp(180px, 11.9791666667vw, 230px);
  padding-bottom: clamp(275px, 19.53125vw, 375px);
  padding-left: clamp(20px, 5.3333333333vw, 120px);
}
.lower__mv__container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.lower__mv__container .lower__mv__content .lower__mv__title {
  font-family: "Oooh Baby", cursive;
  color: #262626;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lower__mv__container .lower__mv__content .lower__mv__title__en {
  font-size: clamp(32px, 6vw, 60px);
  font-family: "Aboreto", sans-serif;
  color: #262626;
}
.lower__mv__container .lower__mv__content .lower__mv__title__ja {
  font-size: clamp(18px, 3vw, 30px);
  font-family: "Sawarabi Mincho", sans-serif;
  letter-spacing: 0.1em;
  color: #262626;
}
.lower__mv__container .lower__mv__content .breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 27px;
}
.lower__mv__container .lower__mv__content .breadcrumb__link {
  font-size: 13px;
  color: #909090;
}
.lower__mv__container .lower__mv__content .breadcrumb__separator {
  font-size: 13px;
  color: #909090;
}
.lower__mv__container .lower__mv__content .breadcrumb__current {
  font-size: 13px;
  color: #909090;
}
.lower__mv__container .lower__mv__image__wrap {
  width: 100%;
  position: absolute;
  top: -56px;
  right: 0;
  z-index: -1;
}
.lower__mv__container .lower__mv__image__wrap .lower__mv__image1 {
  width: clamp(400px, 38.3333333333vw, 621px);
  aspect-ratio: 621/417;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.lower__mv__container .lower__mv__image__wrap .lower__mv__image2 {
  width: clamp(200px, 21.8518518519vw, 354px);
  aspect-ratio: 354/470;
  object-fit: cover;
  position: absolute;
  top: 134px;
  right: clamp(-120px, -13.024691358vw, -211px);
}
@media screen and (max-width: 768px) {
  .lower__mv {
    padding: 100px 20px clamp(30px, 15.1041666667vw, 116px) 20px;
  }
  .lower__mv__container .lower__mv__content .breadcrumb {
    margin-top: 56px;
  }
  .lower__mv__container .lower__mv__image__wrap {
    top: -7px;
    right: 40px;
  }
  .lower__mv__container .lower__mv__image__wrap .lower__mv__image1 {
    width: clamp(185px, 49.3333333333vw, 400px);
  }
  .lower__mv__container .lower__mv__image__wrap .lower__mv__image2 {
    width: clamp(104px, 27.7333333333vw, 200px);
    top: 32px;
    right: -60px;
  }
}
.lower__mv {
  padding-bottom: clamp(200px, 19.53125vw, 375px);
}
@media screen and (max-width: 768px) {
  .lower__mv {
    padding-bottom: 50px;
  }
}

.history__info {
  padding: 60px 80px 200px;
  position: relative;
  z-index: 1;
}
.history__info__container {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(50px, 5.2083333333vw, 100px);
}
.history__info__container .history__inner {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  /* 左ナビ */
}
.history__info__container .history__inner .history__nav {
  width: clamp(270px, 18.2291666667vw, 350px);
  flex-shrink: 0;
  position: sticky;
  top: 150px;
  height: fit-content;
}
.history__info__container .history__inner .history__nav.tb, .history__info__container .history__inner .history__nav.sp {
  display: none;
}
.history__info__container .history__inner .history__nav::before {
  content: "";
  display: block;
  width: 780px;
  aspect-ratio: 1;
  background: url(../img/noise_bg.webp) no-repeat center center/cover;
  position: absolute;
  top: -190px;
  right: -50px;
  z-index: -1;
  transition: all 0.3s ease;
}
.history__info__container .history__inner .history__nav ul {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 1.5625vw, 30px);
  list-style: none;
  padding: 0;
}
.history__info__container .history__inner .history__nav ul li {
  font-size: clamp(18px, 1.3020833333vw, 25px);
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  color: #262626;
  font-weight: 500;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: default;
  padding: 0px 0px 0px clamp(40px, 2.8645833333vw, 55px);
  transition: all 0.3s ease;
}
.history__info__container .history__inner .history__nav ul li .history__nav__year {
  font-size: 17px;
  font-weight: bold;
  color: #1AA982;
  line-height: 1.2;
}
.history__info__container .history__inner .history__nav ul li::after {
  content: "";
  display: block;
  width: 5px;
  aspect-ratio: 1;
  background: #262626;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: clamp(20px, 1.3020833333vw, 25px);
  transform: translateY(-50%);
  z-index: 1;
}
.history__info__container .history__inner .history__nav ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}
.history__info__container .history__inner .history__nav ul li.active {
  padding: 8px clamp(10px, 1.0416666667vw, 20px) 4px clamp(40px, 2.8645833333vw, 55px);
}
.history__info__container .history__inner .history__nav ul li.active::before {
  opacity: 1;
}
.history__info__container .history__inner {
  /* 右コンテンツ */
}
.history__info__container .history__inner .history__info__inner {
  width: 70%;
  flex-grow: 1;
  min-width: 490px;
}
.history__info__container .history__inner .history__info__inner .history__info__block {
  display: flex;
  gap: clamp(10px, 1.0416666667vw, 20px);
}
.history__info__container .history__inner .history__info__inner .history__info__block .history__info__year {
  width: clamp(150px, 10.4166666667vw, 200px);
}
.history__info__container .history__inner .history__info__inner .history__info__block .history__info__year .history__info__label {
  font-size: clamp(18px, 1.3020833333vw, 25px);
  font-weight: bold;
  text-align: right;
}
.history__info__container .history__inner .history__info__inner .history__info__block .history__info__year .history__info__num {
  font-size: clamp(30px, 2.6041666667vw, 50px);
  font-weight: bold;
  text-align: right;
  color: #1AA982;
}
.history__info__container .history__inner .history__info__inner .history__info__block .history__info__year .history__info__num .history__info__num__unit {
  font-size: clamp(30px, 2.0833333333vw, 40px);
  font-weight: bold;
  color: #1AA982;
}
.history__info__container .history__inner .history__info__inner .history__info__block .history__info__timeline {
  position: relative;
  flex: 1;
  padding-left: 40px;
  padding-top: 40px;
}
.history__info__container .history__inner .history__info__inner .history__info__block .history__info__timeline::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 52px;
  width: 2px;
  height: 100%;
  background: #1AA982;
}
.history__info__container .history__inner .history__info__inner .history__info__block .history__info__timeline .history__info__item {
  position: relative;
  margin-bottom: 42px;
}
.history__info__container .history__inner .history__info__inner .history__info__block .history__info__timeline .history__info__item .history__info__dot {
  position: absolute;
  left: -32px;
  top: 8px;
  width: 14px;
  height: 14px;
  background: #1AA982;
  border-radius: 50%;
}
.history__info__container .history__inner .history__info__inner .history__info__block .history__info__timeline .history__info__item .history__info__content {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.0416666667vw, 20px);
}
.history__info__container .history__inner .history__info__inner .history__info__block .history__info__timeline .history__info__item .history__info__content .history__info__date {
  flex-shrink: 0;
  width: clamp(100px, 7.1875vw, 138px);
  text-align: center;
  background: #1AA982;
  color: #fff;
  padding: 6px 0;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
.history__info__container .history__inner .history__info__inner .history__info__block .history__info__timeline .history__info__item .history__info__content p {
  font-size: clamp(15px, 0.8854166667vw, 17px);
  font-family: "Sawarabi Gothic", sans-serif;
  color: #909090;
  line-height: 1.2;
}
.history__info__container .history__inner .history__info__inner .history__info__block .history__info__timeline .history__info__item .history__info__content p img {
  width: 100%;
  max-width: 395px;
  height: 100%;
  object-fit: contain;
  margin-top: 20px;
}
.history__info__container .history__inner .history__info__inner .history__info__block .history__info__timeline .history__info__item .history__info__content p .history__info__link {
  color: #02A77A;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.history__info__container .history__inner .history__info__inner .history__info__block .history__info__timeline .history__info__item .history__info__content--image {
  align-items: flex-start;
}
.history__info__container .history__inner .history__info__inner .history__info__block .history__info__timeline .history__info__item .history__info__content--image p {
  margin-top: 8px;
}
.history__info__container .history__inner .history__info__inner .history__info__block .history__info__timeline .history__info__item img.sp {
  display: none;
}
@media screen and (max-width: 1440px) {
  .history__info {
    padding: 60px 40px 200px;
  }
}
@media screen and (max-width: 974px) {
  .history__info {
    overflow: hidden;
  }
  .history__info__container .history__inner {
    flex-direction: column;
    gap: 30px;
  }
  .history__info__container .history__inner .history__nav {
    width: 100%;
    max-width: 500px;
    min-width: unset;
    display: none;
    top: 0;
    padding: 20px 0 20px clamp(12px, 4vw, 20px);
    align-self: flex-end;
  }
  .history__info__container .history__inner .history__nav.tb, .history__info__container .history__inner .history__nav.sp {
    display: flex;
  }
  .history__info__container .history__inner .history__nav::before {
    width: calc(100% + 40px);
    height: 100%;
    aspect-ratio: unset;
    top: 0;
    right: -40px;
  }
  .history__info__container .history__inner .history__nav ul {
    height: unset;
    gap: 0;
  }
  .history__info__container .history__inner .history__nav ul:nth-of-type(1) {
    width: 42%;
  }
  .history__info__container .history__inner .history__nav ul:nth-of-type(1) li {
    width: 100%;
    max-width: 140px;
  }
  .history__info__container .history__inner .history__nav ul:nth-of-type(1) li.active {
    margin-bottom: 5px;
  }
  .history__info__container .history__inner .history__nav ul:nth-of-type(2) {
    width: 58%;
    flex-grow: 1;
  }
  .history__info__container .history__inner .history__nav ul li {
    width: 100%;
    font-size: clamp(16px, 3.6vw, 18px);
    padding: 8px 10px 4px 30px;
  }
  .history__info__container .history__inner .history__nav ul li::after {
    left: 16px;
  }
  .history__info__container .history__inner .history__nav ul li:nth-of-type(2) {
    margin-bottom: 0px;
  }
  .history__info__container .history__inner .history__nav ul li .history__nav__year {
    font-size: clamp(14px, 3.2vw, 16px);
  }
  .history__info__container .history__inner .history__info__inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .history__info {
    padding: 40px 20px 70px;
  }
  .history__info__container .history__inner {
    gap: 0;
  }
  .history__info__container .history__inner .history__info__inner {
    min-width: unset;
  }
  .history__info__container .history__inner .history__info__inner .history__info__block {
    position: relative;
  }
  .history__info__container .history__inner .history__info__inner .history__info__block .history__info__year {
    width: unset;
    position: absolute;
    top: 77px;
    left: 10px;
    transform: translateY(-100%);
  }
  .history__info__container .history__inner .history__info__inner .history__info__block .history__info__year .history__info__label {
    font-size: 15px;
    text-align: left;
  }
  .history__info__container .history__inner .history__info__inner .history__info__block .history__info__year .history__info__num {
    font-size: 27px;
    text-align: left;
    line-height: 1;
  }
  .history__info__container .history__inner .history__info__inner .history__info__block .history__info__year .history__info__num .history__info__num__unit {
    font-size: 21px;
  }
  .history__info__container .history__inner .history__info__inner .history__info__block .history__info__timeline {
    padding-left: 10px;
    padding-top: 90px;
  }
  .history__info__container .history__inner .history__info__inner .history__info__block .history__info__timeline::before {
    width: 1px;
    left: 1px;
    top: 100px;
  }
  .history__info__container .history__inner .history__info__inner .history__info__block .history__info__timeline .history__info__item {
    margin-bottom: 20px;
  }
  .history__info__container .history__inner .history__info__inner .history__info__block .history__info__timeline .history__info__item .history__info__dot {
    width: 7px;
    height: 7px;
    left: -12px;
  }
  .history__info__container .history__inner .history__info__inner .history__info__block .history__info__timeline .history__info__item .history__info__content {
    align-items: flex-start;
  }
  .history__info__container .history__inner .history__info__inner .history__info__block .history__info__timeline .history__info__item .history__info__content .history__info__date {
    width: 75px;
    font-size: 13px;
    padding: 1px 0;
  }
  .history__info__container .history__inner .history__info__inner .history__info__block .history__info__timeline .history__info__item .history__info__content p {
    font-size: 14px;
    padding: 2px 0 0;
  }
  .history__info__container .history__inner .history__info__inner .history__info__block .history__info__timeline .history__info__item .history__info__content--image p {
    margin-top: 0px;
  }
  .history__info__container .history__inner .history__info__inner .history__info__block .history__info__timeline .history__info__item img.sp {
    max-width: 230px;
    display: block;
    margin-top: 10px;
  }
}