@charset "utf-8";

.mv {
  background-image: url(../img/mv.png);
  background-size: cover;
  background-position-y: center;
  background-color:rgba(53,53,53,1.0);
  background-blend-mode: multiply;
  min-height: 416px;
}
.fs-49px {
  font-size: 49px;
}
.fs-42px {
  font-size: 42px;
}
.fs-36px {
  font-size: 36px;
}
.fs-24px {
  font-size: 24px;
}
.fs-11px {
  font-size: 11px;
}
.lh-1 {
  line-height: 1;
}
.lh-16 {
  line-height: 1.6;
}
.ls-2 {
  letter-spacing: 2px;
}
.ls-3 {
  letter-spacing: 3px;
}
.ls-4 {
  letter-spacing: 4px;
}
.bg-light-blue {
  background-color: #D8FFF8;
}
.bg-light-green {
  background-color: #4FDB99;
}
.bg-fixed {
  background-color: #ADF8DB;
}
.border-light-green {
  border: 2px solid #4FDB99;
}
.graph80 {
  margin: auto;
  background-image: url(../img/graph80.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 210px;
}
.text-primary {
  color: #00954E;
}
.stroke-w {
  -webkit-text-stroke: 3px white;
  text-stroke: 3px white;
  paint-order: stroke;
}
.bg-01 {
  margin: auto;
  background-image: url(../img/top01.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 275px;
  height: 359px;
}
.bg-02 {
  margin: auto;
  background-image: url(../img/top02.svg);
  background-repeat: no-repeat;
  background-position: center 110px;
  background-blend-mode: multiply;
  width: 100%;
  height: 300px;
}
.list-check-circle li {
  background-image: url(../img/check_circle.svg);
  background-repeat: no-repeat;
  background-position: left 11px;
  padding-left: 30px;
}
.list-check li {
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}
.fixed-button {
  max-width: var(--bunbun-container-max-width);
  bottom: 0;
}
footer {
  margin-bottom: 100px;
}

@media (min-width: 576px) { 
  .shrink-center {
    margin-left: calc(50% - 200px);
    max-width: 400px;
  }
}
