@charset "UTF-8";
/**
 * ViewPort Mixin and setting rem to pixel.
 */
/** ここでデザインファイルのサイズを入力 */
/**
 * mixin
 */
/**
 * pxをvwで返す関数
 */
/** デスクトップ上でpxをvwを返す */
/** モバイル上でpxをvwを返す */
/** largeDisplay（1536px以上）でウィンドウサイズサイズに追従するための関数 */
/**
 * Colors
 */
.about {
  background: #fff;
  transition-delay: 0s !important;
}
@media (max-width: 768px) {
  .about {
    display: none;
  }
}
.about .about-inner {
  display: flex;
  justify-content: center;
  gap: 100rem;
  margin: 0 auto;
  padding: 50rem 0;
  padding-right: 84rem;
  max-width: 1088rem;
}
.about .image {
  width: 544rem;
  line-height: 0;
  border-radius: 24rem;
  overflow: hidden;
}
.about .about-heading2 {
  display: block;
  margin: 40rem auto 25rem;
  font-size: 60rem;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 768px) {
  .about .about-heading2 {
    margin: 30rem auto 15rem;
    font-size: 54rem;
    line-height: 133%;
  }
}
.about .about-logo {
  width: 210rem;
  margin: 0 auto 20rem;
}
@media (max-width: 768px) {
  .about .about-logo {
    width: 140rem;
  }
}
.about .about-text {
  display: block;
  font-size: 15rem;
  font-weight: 400;
  line-height: 233%;
}
@media (max-width: 768px) {
  .about .about-text {
    font-size: 18rem;
    line-height: 200%;
  }
}

@media (max-width: 768px) {
  .about-md {
    padding-top: 70%;
  }
}
@media (max-width: 768px) {
  .about-md .about {
    position: relative;
    z-index: 3;
    display: block;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .about-md .about .image {
    display: none;
  }
}