@charset "UTF-8";
.saving-all {
  margin-bottom: 12rem;
}
.b-line {
  border: 1px solid #f2f6f8;
}
/* ----------------------------------------
.saving-wrap
---------------------------------------- */
.saving-wrap {
  margin-bottom: 8rem;
}
.saving-title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #0068b7;
  margin-bottom: 3rem;
}
.saving-title.mb {
  margin-bottom: 5rem;
}
.saving-title.white {
  color: #fff;
}
.saving-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 5rem;
}
.saving-text.white {
  color: #fff;
}
.saving-text.bold {
  font-weight: bold;
}
.saving-text.center {
  text-align: center;
}
.saving-text.mb {
  margin-bottom: 1.5rem;
}
/* ----------------------------------------
.saving-list-box
---------------------------------------- */
.saving-list-box {
  max-width: 90rem;
  margin: 0 auto;
}
.saving-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.5rem;
}
/* ----------------------------------------
.saving-b-img
---------------------------------------- */
.saving-b-img {
  position: relative;
  background-color: #0068b7;
  padding-bottom: 8rem;
  background-image: url("/corporate/technology/images3/saveing/bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* ----------------------------------------
.youtube-area
---------------------------------------- */
.youtube-area {
}
.youtube-box {
  max-width: 80rem;
  margin: 0 auto;
}
iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
  aspect-ratio: 430 / 286;
  width: 100%;
  height: auto;
}
/* ----------------------------------------
.pump-text
---------------------------------------- */
.pump-text {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1.5rem;
}
/* ----------------------------------------
.analysis-whole
---------------------------------------- */
.analysis-whole {
  padding: 8rem 1.5rem;
  background-color: #f2f6f8;
}
.analysis-lot {
  max-width: 118rem;
  margin: 0 auto;
}
.analysis-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3.5rem;
}
.analysis-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.5rem;
}
.analysis-text {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.5rem;
}
/* ----------------------------------------
css animation
---------------------------------------- */
.js-fade {
  opacity: 0;
  transform: translateY(2rem);
}
.js-fadeUp {
  transition: all 0.5s ease-out;
  transition-delay: 0.1s;
  transform: translateY(0);
  opacity: 1;
}
