@charset "UTF-8";
/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */
.scroll__contents2 {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .scroll__contents2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .scroll__contents2 {
    padding-left: 15.3846153846vw;
    padding-right: 8.9743589744vw;
  }
}
@media screen and (min-width: 768px) {
  .scroll__contents2 .scroll__contents--first {
    height: 20vh;
  }
}
@media screen and (max-width: 767px) {
  .scroll__contents2 .scroll__contents--first {
    height: 20vh;
  }
}
@media screen and (min-width: 768px) {
  .scroll__contents2 .scroll__contents--second {
    padding-bottom: 16.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .scroll__contents2 .scroll__contents--second {
    padding-bottom: 240px;
  }
}
@media screen and (max-width: 767px) {
  .scroll__contents2 .scroll__contents--second {
    padding-bottom: 20vh;
  }
}
.scroll__contents2 .scroll__contents--block {
  color: #fff;
  line-height: 220%;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .scroll__contents2 .scroll__contents--block {
    max-width: 500px;
    font-size: 1.6666666667vw;
    gap: 4.4444444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .scroll__contents2 .scroll__contents--block {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .scroll__contents2 .scroll__contents--block {
    gap: 64px;
  }
}
@media screen and (max-width: 767px) {
  .scroll__contents2 .scroll__contents--block {
    gap: 10.2564102564vw;
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 768px) {
  .scroll__contents2 .scroll__contents--block:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .scroll__contents2 .scroll__contents--block:not(:first-child) {
    margin-top: 10.2564102564vw;
  }
}
.scroll__contents2 .scroll__contents--text {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.08em;
}
.scroll__contents2 .scroll__contents--text .inline__flex {
  display: inline-flex;
  align-items: center;
}
.scroll__contents2 .scroll__contents--text .border {
  height: 1px;
  background-color: #fff;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .scroll__contents2 .scroll__contents--text .border {
    width: 4.4444444444vw;
    margin-left: 0.3472222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .scroll__contents2 .scroll__contents--text .border {
    width: 62.2222222222px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .scroll__contents2 .scroll__contents--text .border {
    margin-left: 4.8611111111px;
  }
}
@media screen and (max-width: 767px) {
  .scroll__contents2 .scroll__contents--text .border {
    width: 16.4102564103vw;
    margin-left: 1.2820512821vw;
  }
}
.scroll__contents2 .text__animation {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.scroll__contents2 .text__animation.is-active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .scroll__contents2 .scroll__contens--image {
    width: 61.5384615385vw;
  }
}
.scroll__contents2 .scroll__container {
  display: flex;
}

:root {
  --gap-size: 10px; /* PC */
  --cols: 8;
  /* JSで上書きされます */
  --rows: 4;
  /* JSで上書きされます */
}
@media screen and (max-width: 767px) {
  :root {
    --cols: 6;
    --gap-size: 2px; /* SP */
  }
}

.lottie__area {
  /* ヘッダーを除いた高さ（JSで計算） */
  height: var(--visual-height);
  overflow: hidden;
  position: fixed;
  left: 0;
  /* 中央配置用 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
@media screen and (min-width: 1001px) {
  .lottie__area {
    top: 9.4444444444vw;
    margin-left: 2.5694444444vw;
    margin-right: 2.5694444444vw;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .lottie__area {
    top: 136px;
  }
}
@media screen and (max-width: 1000px) {
  .lottie__area {
    top: 24.6153846154vw;
  }
}

.lottie__grid {
  display: grid;
  width: 100%;
  height: 100%;
  /* JSで計算した数だけ等分する */
  grid-template-columns: repeat(var(--cols), 1fr);
  grid-template-rows: repeat(var(--rows), 1fr);
  gap: var(--gap-size);
}

.lottie__grid--item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* ロゴの制御 */
.lottie__grid--item img,
.lottie__grid--item svg {
  width: 100%;
  height: 100%;
  /* ロゴの形を崩さず、マスの中心に最大表示 */
  -o-object-fit: contain;
  object-fit: contain;
}

.mainVisual {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .mainVisual {
    margin-top: 9.4444444444vw;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .mainVisual {
    margin-top: 136px;
  }
}
@media screen and (max-width: 1000px) {
  .mainVisual {
    margin-top: 24.1025641026vw;
  }
}
.mainVisual::before {
  content: "";
  display: block;
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .mainVisual::before {
    height: 100vh;
  }
}
@media screen and (max-width: 1000px) {
  .mainVisual::before {
    height: calc(100vh - 24.1025641026vw);
  }
}
.mainVisual.is-first .mainVisual__bg {
  transition: opacity 0.5s ease-in-out;
  opacity: 0.96;
}
.mainVisual.is-first .mainVisual__contents {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .mainVisual.is-first .mainVisual__inner {
    top: 6.9444444444vw;
  }
}
.mainVisual.is-second .mainVisual__bg {
  transition: opacity 0.5s ease-in-out;
  opacity: 0.96;
}
.mainVisual.is-second .lottie {
  filter: blur(6px);
}
.mainVisual.is-second .mainVisual__contents {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .mainVisual.is-second .mainVisual__inner {
    top: 6.9444444444vw;
  }
}
.mainVisual video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mainVisual .mainVisual__inner {
  position: fixed;
  left: 0;
  z-index: -1;
  transition: top 0.5s ease;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__inner {
    top: 9.4444444444vw;
    height: 50vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__inner {
    top: 136px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__inner {
    top: 25.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .lottie {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual .dummy__mainVisual {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .dummy__mainVisual {
    display: block;
    width: 100%;
    height: calc(100vh - 25.1282051282vw);
    background: url(../img/top/dummy.png) no-repeat center/cover;
  }
}
.mainVisual .mainVisual__contents {
  position: absolute;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__contents {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 36.5972222222vw;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__contents {
    left: 50%;
    transform: translateX(-50%);
    width: 92.3076923077vw;
  }
}
.mainVisual .mainVisual__contents img {
  width: 100%;
}
.mainVisual .mainVisual__bg {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: opacity 0.2s ease-in-out;
  background-color: var(--Dark-Green);
  opacity: 0;
}
.mainVisual .mainVisual__scroll--area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mainVisual .mainVisual__scroll--area.is-hide {
  opacity: 0;
  visibility: hidden;
}
.mainVisual .mainVisual__scroll {
  position: absolute;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__scroll {
    font-size: 12px;
    left: 40px;
    bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__scroll {
    font-size: 10px;
    left: 12px;
    bottom: 90px;
  }
}
.mainVisual .mainVisual__scroll::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  top: calc(100% + 5px);
  left: 50%;
  transform: scale(1, 0) translateX(-50%);
  background: #333;
  -webkit-animation: scroll 2s cubic-bezier(1, 0, 0, 1) infinite;
  animation: scroll 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes scroll {
  0% {
    transform: scale(1, 0) translateX(-50%);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1) translateX(-50%);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1) translateX(-50%);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0) translateX(-50%);
    transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0) translateX(-50%);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1) translateX(-50%);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1) translateX(-50%);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0) translateX(-50%);
    transform-origin: 0 100%;
  }
}
.solution {
  background-color: #F8FBFE;
}
@media screen and (min-width: 768px) {
  .solution {
    padding-top: 12.1527777778vw;
    padding-bottom: 11.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution {
    padding-top: 175px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .solution {
    padding-top: 20.5128205128vw;
    padding-bottom: 20.5128205128vw;
  }
}
.solution .solution__heading {
  position: relative;
  color: var(--Sub-Text);
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .solution .solution__heading {
    font-size: 3.3333333333vw;
    padding-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__heading {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__heading {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .solution .solution__heading {
    font-size: 7.1794871795vw;
    line-height: 140%;
    padding-bottom: 6.4102564103vw;
  }
}
.solution .solution__heading span {
  font-size: 110%;
}
@media screen and (min-width: 768px) {
  .solution .solution__list {
    margin-top: 9.0277777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__list {
    margin-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .solution .solution__list {
    margin-top: 10.2564102564vw;
    margin-left: 6.1538461538vw;
    margin-right: 6.1538461538vw;
  }
}
@media screen and (min-width: 768px) {
  .solution .solution__item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .solution .solution__item:has(.solution__item--button:hover) .solution__item--image img {
    transform: scale(1.1);
  }
  .solution .solution__item:has(.solution__item--image :hover) .common__button--style {
    background-color: var(--Dark-Green);
  }
  .solution .solution__item:has(.solution__item--image :hover) .common__button--style .common__button--arrowFrame span:nth-child(1) {
    -webkit-animation: arrowMove01 0.3s ease-in-out forwards;
    animation: arrowMove01 0.3s ease-in-out forwards;
  }
  .solution .solution__item:has(.solution__item--image :hover) .common__button--style .common__button--arrowFrame span:nth-child(2) {
    -webkit-animation: arrowMove02 0.3s ease-in-out forwards 0.1s;
    animation: arrowMove02 0.3s ease-in-out forwards 0.1s;
  }
}
@media screen and (min-width: 768px) {
  .solution .solution__item:not(:first-of-type) {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__item:not(:first-of-type) {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .solution .solution__item:not(:first-of-type) {
    margin-top: 20.5128205128vw;
  }
}
.solution .solution__item.reverse {
  flex-direction: row-reverse;
}
.solution .solution__item--imageArea {
  position: relative;
}
@media screen and (min-width: 768px) {
  .solution .solution__item--imageArea {
    width: 41.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__item--imageArea {
    width: 600px;
  }
}
.solution .solution__item--image {
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 768px) {
  .solution .solution__item--image {
    border-radius: 1.6666666667vw;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__item--image {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .solution .solution__item--image {
    overflow: hidden;
    border-radius: 4.1025641026vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .solution .solution__item--image:hover img {
    transform: scale(1.1);
  }
}
.solution .solution__item--image img {
  transition: transform 0.3s ease;
}
.solution .solution__item--logo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 16px 0 #DDECFA;
}
@media screen and (min-width: 768px) {
  .solution .solution__item--logo {
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    width: 8.8888888889vw;
    height: 8.8888888889vw;
    border-radius: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__item--logo {
    width: 128px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__item--logo {
    height: 128px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__item--logo {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .solution .solution__item--logo {
    width: 16.4102564103vw;
    height: 16.4102564103vw;
    border-radius: 4.1025641026vw;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) {
  .solution .solution__item--logo img {
    width: 5.5555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__item--logo img {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .solution .solution__item--logo img {
    width: 10.2564102564vw;
  }
}
.solution .solution__item--contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .solution .solution__item--contents {
    width: 41.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__item--contents {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .solution .solution__item--contents {
    margin-top: 15.3846153846vw;
  }
}
.solution .solution__item--heading {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .solution .solution__item--headingZero {
    width: 29.1666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__item--headingZero {
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .solution .solution__item--headingZero {
    width: 76.9230769231vw;
  }
}
@media screen and (min-width: 768px) {
  .solution .solution__item--headingEv {
    width: 29.7916666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__item--headingEv {
    width: 429px;
  }
}
@media screen and (max-width: 767px) {
  .solution .solution__item--headingEv {
    width: 78.4615384615vw;
  }
}
@media screen and (min-width: 768px) {
  .solution .solution__item--headingSupport {
    width: 30.2083333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__item--headingSupport {
    width: 435px;
  }
}
@media screen and (max-width: 767px) {
  .solution .solution__item--headingSupport {
    width: 79.4871794872vw;
  }
}
.solution .solution__item--lead {
  font-weight: 600;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .solution .solution__item--lead {
    font-size: 1.6666666667vw;
    margin-top: 1.7361111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__item--lead {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__item--lead {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .solution .solution__item--lead {
    font-size: 4.6153846154vw;
    margin-top: 6.1538461538vw;
  }
}
.solution .solution__item--text {
  line-height: 180%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .solution .solution__item--text {
    font-size: 1.1111111111vw;
    margin-top: 0.5555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__item--text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__item--text {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .solution .solution__item--text {
    font-size: 3.5897435897vw;
    margin-top: 2.0512820513vw;
  }
}
.solution .solution__item--button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .solution .solution__item--button {
    margin-top: 1.7361111111vw;
    width: 22.2222222222vw;
    height: 4.7222222222vw;
    font-size: 1.25vw;
    border-radius: 0.5555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__item--button {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__item--button {
    width: 320px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__item--button {
    height: 68px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__item--button {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__item--button {
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .solution .solution__item--button {
    width: 87.6923076923vw;
    height: 13.8461538462vw;
    font-size: 3.5897435897vw;
    border-radius: 2.0512820513vw;
    margin-top: 6.1538461538vw;
  }
}
@media screen and (min-width: 768px) {
  .solution .solution__item--button .small {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__item--button .small {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .solution .solution__item--buttonText {
    position: relative;
    left: -0.2777777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__item--buttonText {
    left: -4px;
  }
}
.solution .solution__item--buttonArrow {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .solution .solution__item--buttonArrow {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .solution .solution__item--buttonArrow {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .solution .solution__item--buttonArrow {
    font-size: 5.641025641vw;
  }
}

.about {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .about {
    background: #fff url(../img/top/about_bg.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  .about {
    background: #fff url(../img/top/about_bg.sp.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) {
  .about .about__inner {
    padding-top: 11.4583333333vw;
    padding-bottom: 11.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__inner {
    padding-top: 165px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__inner {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__inner {
    padding-top: 20.5128205128vw;
    padding-bottom: 20.5128205128vw;
  }
}
.about .about__heading {
  font-weight: 600;
  text-align: center;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .about .about__heading {
    font-size: 3.0555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__heading {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__heading {
    font-size: 7.1794871795vw;
  }
}
@media screen and (min-width: 768px) {
  .about .about__heading span {
    font-size: 3.5612535613vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__heading span {
    font-size: 51.2820512821px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__heading span {
    font-size: 8.2051282051vw;
  }
}
.about .about__lead {
  line-height: 200%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about .about__lead {
    font-size: 1.3888888889vw;
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__lead {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__lead {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__lead {
    font-size: 3.3333333333vw;
    margin-top: 6.1538461538vw;
  }
}
@media screen and (min-width: 768px) {
  .about .about__list {
    margin-top: 4.1666666667vw;
    display: flex;
    justify-content: center;
    gap: 3.8194444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__list {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__list {
    gap: 55px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__list {
    margin-top: 15.3846153846vw;
    padding-left: 10.2564102564vw;
    padding-right: 10.2564102564vw;
  }
}
.about .about__item {
  font-weight: 600;
  border-left: 1px solid var(--Grey);
}
@media screen and (min-width: 768px) {
  .about .about__item {
    width: 26.7361111111vw;
    padding-left: 2.4305555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__item {
    width: 385px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__item {
    padding-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__item {
    padding-left: 6.4102564103vw;
  }
  .about .about__item:not(:first-child) {
    margin-top: 7.6923076923vw;
  }
}
.about .about__item--title {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .about .about__item--title {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__item--title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__item--title {
    font-size: 6.1538461538vw;
  }
}
.about .about__item--title::before {
  content: "";
  display: block;
  background: var(--Energy-Yellow);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .about .about__item--title::before {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin-right: 0.6944444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__item--title::before {
    width: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__item--title::before {
    height: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__item--title::before {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__item--title::before {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    margin-right: 2.0512820513vw;
  }
}
.about .about__item--text {
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .about .about__item--text {
    margin-top: 1.3888888889vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__item--text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__item--text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__item--text {
    font-size: 3.3333333333vw;
    margin-top: 2.0512820513vw;
  }
}