/* hover
=================================================================== */
/* ================================================ vw vh */
/* common
=================================================================== */
/* layout
=================================================================== */
/* imgCover
=================================================================== */
/* mask
=================================================================== */
/* background
=================================================================== */
/* flex
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */
/* font
=================================================================== */
/* textTate
=================================================================== */
/* form
=================================================================== */
/* =================================================================== hover anime */
@keyframes pop-hover {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  10% {
    transform: translate(0, 2px) rotate(-6deg);
  }
  20% {
    transform: translate(0, -6px) rotate(0);
  }
  30% {
    transform: translate(0, 3px) rotate(3deg);
  }
  40% {
    transform: translate(0, -3px) rotate(0);
  }
  50% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes pop-hover-sm {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  10% {
    transform: translate(0, 2px) rotate(-1deg);
  }
  20% {
    transform: translate(0, -6px) rotate(0);
  }
  30% {
    transform: translate(0, 3px) rotate(0.5deg);
  }
  40% {
    transform: translate(0, -3px) rotate(0);
  }
  50% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
/* =================================================================== slider anime */
@keyframes slider-anime {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
/* ============================================================================================ aboutSection */
/* --------------------------------------- underline */
.aboutSection__underLine, .aboutArticle {
  position: relative;
  border-bottom: 1px solid rgba(var(--color-text), 0.2);
  padding-bottom: 100px;
  margin-bottom: 100px;
}

/* ============================================================== aboutInfoBlock */
.aboutInfoBlock {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 18px;
}

.aboutInfoBlock__title {
  width: 25.2774352651%;
  font-size: min(1.1713030747vw, 16px);
}

.aboutInfoBlock__detail {
  width: 74.7225647349%;
}

.aboutInfoBlock__detail--address {
  display: flex;
  flex-wrap: wrap;
}

.aboutInfo__text {
  font-size: min(1.1713030747vw, 16px);
}

/* ==============================================================  aboutArticle main */
/* --------------------------------------- aboutInfoBlock */
.aboutMain .aboutInfoBlock__title {
  font-size: min(1.4641288433vw, 20px);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.aboutMain .aboutInfoBlock {
  margin-top: 35px;
  margin-bottom: 0;
}

/* ==============================================================  about message */
.aboutMessage__title {
  margin-bottom: 30px;
}

/* ==============================================================  mapBtn */
.mapBtn {
  position: relative;
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
}
.mapBtn .btnIcon {
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  padding-left: 15px;
}
.mapBtn .btnIcon__arrow {
  left: auto;
  transform: translate(0, -50%);
  right: 10px;
}

.mapBtn__title {
  font-size: 11px;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* ==============================================================  about history */
/* --------------------------------------- history sticky */
.aboutHistory__sticky {
  position: sticky;
  top: 0;
  padding-top: 90px;
  padding-bottom: 25px;
}

.aboutHistory {
  margin-top: -90px;
}
.aboutHistory .aboutSection__right {
  padding-top: 90px;
}

/* --------------------------------------- history sticky inner */
.aboutHistory__sticky--inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* --------------------------------------- history thum */
.aboutHistory__thumWrapper {
  width: 47.3684210526%;
}

.aboutHistory__thumList {
  position: relative;
  padding-top: 128%;
}

.aboutHistory__thum {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aboutHistory__thum > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aboutHistory__thum:nth-child(1) > span {
  background-image: url(../img/contents/about/history--1.jpg);
}

/* ============================================================================================ hover pc */
@media (hover: hover) and (pointer: fine) {
  .mapBtn__link:hover .mapBtn__title, .mapBtn__link:active .mapBtn__title {
    color: #fff;
  }
}
.aboutMessage__text span {
  display: block;
  font-size: min(1.0248901903vw, 14px);
}

.aboutInfoBlock__detail {
  display: flex;
  justify-content: space-between;
}
.aboutInfoBlock__detail img {
  align-self: flex-start;
  width: 120px;
  height: auto;
}

.aboutInfoBlock__detail.aboutInfoBlock__detail--address {
  justify-content: flex-start;
  gap: 15px;
}
.aboutInfoBlock__detail.aboutInfoBlock__detail--address .mapBtn {
  align-self: center;
}

.aboutHistory .aboutInfoBlock {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(var(--color-text), 0.2);
}/*# sourceMappingURL=about.css.map */