@charset "UTF-8";
/*==========================================================================
Max Width
============================================================================*/
/*==========================================================================
Break Point
============================================================================*/
/*==========================================================================
Font
============================================================================*/
/*==========================================================================
Color
カラーコード変換 https://tech-unlimited.com/color.html
============================================================================*/
/*==========================================================================
box shadow
==========================================================================*/
/*==========================================================================
Line Height
==========================================================================*/
/*==========================================================================
Easing
Easingの動きが一覧でわかるチートシート https://easings.net/ja
Easingジェネレーター https://easings.co/
==========================================================================*/
.pagetitle {
  height: 15rem;
  background: url(/img/bg_heading--aboutus.png) no-repeat center/cover;
  animation: initial;
}
@media print, screen and (max-width:915px) {
  .pagetitle {
    height: 10rem;
    background: url(/img/bg_heading--aboutus_sp.png) no-repeat center/cover;
  }
}

.declaration {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
  text-align: center;
}
@media print, screen and (max-width:915px) {
  .declaration {
    margin: 0 1.5rem;
  }
}
.declaration .heading {
  margin: auto;
}
.declaration .text--lead {
  margin: auto;
  font-size: 1.125rem;
  line-height: 2.45;
}
@media print, screen and (max-width:767px) {
  .declaration .text--lead {
    font-size: 1rem;
    line-height: 2.25;
  }
}
.declaration .logo {
  margin: auto;
  width: clamp(210px, 56%, 310px);
  height: auto;
}
.declaration .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.history {
  position: relative;
  margin-top: 7.5rem;
  padding: 3.5rem 0 7.5rem;
  background: #F5F5F5;
  overflow: hidden;
}
@media print, screen and (max-width:767px) {
  .history {
    margin-top: 5rem;
    padding-top: 5rem;
  }
}
.history::before, .history::after {
  content: "";
  display: block;
  margin: auto;
  width: 10rem;
  height: 10rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 0.5rem;
}
@media print, screen and (max-width:767px) {
  .history::before, .history::after {
    width: 7.5rem;
    height: 7.5rem;
  }
}
@media print, screen and (min-width:916px) {
  .history::before, .history::after {
    position: absolute;
    z-index: 0;
    width: 20rem;
    height: 20rem;
  }
}
.history::before {
  top: 156px;
  right: -0.5rem;
  background-image: url(/img/img_history01.png);
}
.history::after {
  left: 0;
  bottom: -112px;
  background-image: url(/img/img_history02.png);
}
.history .timeline {
  display: flex;
  position: relative;
  z-index: 1;
  padding: 3rem 0;
  border-top: 1px solid rgba(5, 41, 70, 0.08);
}
.history .timeline:first-of-type {
  padding-top: 0;
  border-top: 0;
}
.history .timeline .display--narrow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: auto;
}
@media print, screen and (max-width:915px) {
  .history .timeline .display--narrow {
    flex-direction: column;
    gap: 2rem;
    margin: 0 1.5rem;
  }
}
.history .timeline__year {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
.history .timeline__year::before {
  align-self: center;
  content: "";
  display: block;
  width: 94px;
  height: 2px;
  background: #A2B7C7;
}
@media print, screen and (max-width:915px) {
  .history .timeline__year::before {
    width: 4rem;
  }
}
.history .timeline__year::after {
  content: "";
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: center 0;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center 0;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="28" height="41" viewBox="0 0 28 41" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 1.20374V39.2037M14 39.2037L2 27.2037M14 39.2037L26 27.2037" stroke="%234EB1D2" stroke-width="2" stroke-linecap="square"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="28" height="41" viewBox="0 0 28 41" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 1.20374V39.2037M14 39.2037L2 27.2037M14 39.2037L26 27.2037" stroke="%234EB1D2" stroke-width="2" stroke-linecap="square"/></svg>');
}
.history .timeline__year .text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 200;
  font-size: 7.5rem;
  line-height: 1;
}
@media print, screen and (max-width:915px) {
  .history .timeline__year .text {
    font-size: 4rem;
  }
}
.history .timeline__year.year--01 .text {
  background-image: linear-gradient(90deg, #A2B7C7 0%, #052946 100%);
}
.history .timeline__year.year--01::after {
  display: none;
}
.history .timeline__year.year--02 .text {
  background-image: linear-gradient(90deg, #052946 0%, #4EB1D2 100%);
}
.history .timeline__year.year--02::after {
  background: #4EB1D2;
}
.history .timeline__year.year--03 .text {
  background-image: linear-gradient(90deg, #4EB1D2 0%, #C78DE6 50%, #F488A6 100%);
}
.history .timeline__year.year--03::after {
  background: #F488A6;
}
.history .timeline__text {
  width: min(50%, 25rem);
  font-size: 1rem;
  line-height: 2;
}
@media print, screen and (max-width:915px) {
  .history .timeline__text {
    width: auto;
    font-size: 0.938rem;
    line-height: 1.86;
  }
}

.vision {
  position: relative;
  background: url(/img/bg_vision--aboutus.mp4) no-repeat center/2832px auto;
}
.vision__bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vision .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  margin: 1rem;
  padding: 7.5rem 0;
  max-height: 948px;
  color: #F4E8E2;
  border-radius: 1rem;
  box-sizing: border-box;
}
@media print, screen and (max-width:767px) {
  .vision .inner {
    gap: 3rem;
    padding: 5rem 1.5rem;
  }
}
.vision .text--lead {
  font-size: 1.125rem;
  line-height: 2.45;
  text-align: center;
}
@media print, screen and (max-width:767px) {
  .vision .text--lead {
    font-size: 1rem;
    line-height: 2;
  }
}

/*# sourceMappingURL=aboutus.css.map */
