.page-title:after {
  display: none !important;
}

p.df {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.1875;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  p.df {
    line-height: 1.7875;
  }
}

#main {
  padding: 0 0 13.125rem;
}
@media screen and (max-width: 767px) {
  #main {
    padding-bottom: 22.5rem;
  }
}

#mv_lower .inner {
  bottom: 35% !important;
}
@media screen and (max-width: 767px) {
  #mv_lower .inner {
    bottom: 32.7% !important;
  }
}

.section-hero__text {
  font-size: 1rem;
  margin-bottom: 5rem;
  letter-spacing: 0.13rem;
}
@media screen and (max-width: 767px) {
  .section-hero__text {
    margin-bottom: 3rem;
  }
}
.section-hero__text mark {
  font-weight: 700;
  background: linear-gradient(transparent 70%, rgba(0, 82, 159, 0.2) 0%);
}

.section--electronicmanagement {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .section--electronicmanagement {
    margin-bottom: 15.645vw;
  }
}

.online-list,
.merit-list {
  background: #f2f2f2;
  padding: 3.125rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .online-list,
.merit-list {
    display: flex;
    align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .online-list,
.merit-list {
    padding: 7.622vw 7.718vw;
  }
}
@media screen and (min-width: 768px) {
  .online-list .single,
.merit-list .single {
    width: 33.3333333333%;
  }
  .online-list .single:not(:last-of-type),
.merit-list .single:not(:last-of-type) {
    border-right: 2px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .online-list .single:not(:last-of-type),
.merit-list .single:not(:last-of-type) {
    margin-bottom: 6.415vw;
  }
}
@media screen and (min-width: 768px) {
  .online-list .single figure,
.merit-list .single figure {
    padding: 0 3rem;
  }
}
.online-list .single figure img,
.merit-list .single figure img {
  width: 11.5625rem;
  border-radius: 11.5625rem;
  margin: 0 auto 1.25rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .online-list .single figure img,
.merit-list .single figure img {
    width: 25.575vw;
    margin-bottom: 3.65vw;
  }
}
.online-list .single figure figcaption h4,
.merit-list .single figure figcaption h4 {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  color: #f97228;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .online-list .single figure figcaption h4,
.merit-list .single figure figcaption h4 {
    letter-spacing: -0.06rem;
    margin-bottom: 0.65rem;
  }
}
.online-list .single figure figcaption p,
.merit-list .single figure figcaption p {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.13rem;
}
@media screen and (max-width: 767px) {
  .online-list .single figure figcaption p,
.merit-list .single figure figcaption p {
    line-height: 1.8;
  }
}

.feature {
  background: url("../add_img/government/csgv/feature-bg.jpg") no-repeat top center/cover;
  padding: 6.25rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .feature {
    background: url("../add_img/government/csgv/feature-bg-sp.jpg") no-repeat top center/cover;
    padding: 12.5378vw 11.33vw 10.43vw;
    margin-bottom: 3.9rem;
  }
  .feature .section__inner {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .feature--title {
    text-align: center;
  }
}
.feature--title h3 {
  color: #fff;
  font-size: 2.375rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 1.875rem;
  margin-bottom: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .feature--title h3 {
    font-size: 5.867vw;
    padding-bottom: 4.711vw;
    margin-bottom: 5.815vw;
  }
}
.feature--title h3::after {
  content: "";
  width: 6.25rem;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .feature--title h3::after {
    width: 13.0378vw;
    right: auto;
  }
}
.feature--list {
  justify-content: flex-end;
  display: flex;
}
@media screen and (min-width: 768px) {
  .feature--list {
    padding-right: 11.7rem;
  }
}
.feature--list ul li {
  padding-left: 2.625rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature--list ul li {
    padding-left: 5.8vw;
    font-size: 4.432vw;
  }
}
.feature--list ul li:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .feature--list ul li:not(:last-of-type) {
    margin-bottom: 9.03vw;
    letter-spacing: -0.12rem;
  }
}
.feature--list ul li::before {
  content: "";
  background: url("../add_img/government/csgv/check-icon.svg") no-repeat left center;
  width: 2rem;
  height: 1.75rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .feature--list ul li::before {
    width: 4.172vw;
    height: 3.65vw;
  }
}
.feature--list ul li ul {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .feature--list ul li ul {
    margin-top: 1.3vw;
  }
}
.feature--list ul li ul li {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-indent: -1rem;
  padding-left: 1rem;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 767px) {
  .feature--list ul li ul li {
    line-height: 1.857;
    letter-spacing: -0.012rem !important;
  }
}
.feature--list ul li ul li::before {
  display: none;
}
.feature--list ul li ul li:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .feature--list ul li ul li:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.border-title {
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 1.875rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .border-title {
    font-size: 5.867vw;
    margin-bottom: 5.718vw;
    padding-bottom: 1.475rem;
  }
}
.border-title::after {
  content: "";
  width: 6.25rem;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #333;
}
@media screen and (max-width: 767px) {
  .border-title::after {
    width: 13.0378vw;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .border-title::after {
    right: 0;
  }
}

.section--image {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .section--image {
    margin-bottom: 3.65rem;
  }
}
.section--image .figure-box__media--system-outline {
  width: auto;
}
@media screen and (min-width: 768px) {
  .section--image .section__inner .df {
    text-align: center;
  }
}
.section--image .figure-box {
  border: 1px solid #cccccc;
  padding: 3.125rem;
  width: 59.0625rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section--image .figure-box {
    width: 100%;
    padding: 5.615vw 4.811vw;
  }
}
.section--image .figure-box img {
  width: 48.75rem;
  margin: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .section--image .figure-box img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section--image .section__main {
    margin-top: 8.12647vw;
  }
}

.merit {
  background: rgba(0, 82, 159, 0.1);
  padding: 6.25rem 0;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .merit {
    padding: 15.145vw 0;
    background: rgba(249, 114, 40, 0.1);
    margin-bottom: 4.05rem;
  }
}

.merit-list {
  background: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .merit-list .single:not(:last-of-type) {
    margin-bottom: 7.4vw;
  }
}
.merit-list .single figure figcaption {
  letter-spacing: 0.1rem;
}
.merit-list .single figure figcaption h4 {
  line-height: 1.318;
}
@media screen and (min-width: 768px) {
  .merit-list .single figure figcaption h4 {
    min-height: 53px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
.merit-list .single figure figcaption ul li {
  line-height: 1.875;
  padding-left: 1rem;
  text-indent: -1rem;
}
.merit-list .single figure figcaption ul li::first-letter {
  color: #f97228;
}
@media screen and (max-width: 767px) {
  .merit-list .single figure img {
    margin-bottom: 0.4rem;
  }
}

.system-image .single {
  width: 59.0625rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .system-image .single {
    width: 60.365vw;
  }
}
.system-image .single:not(:last-of-type) {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .system-image .single:not(:last-of-type) {
    margin-bottom: 9.126vw;
  }
}
.system-image .single figure img {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .system-image .single figure img {
    margin-bottom: 3.911vw;
  }
}
.system-image .single figure figcaption h3 {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  color: #00529f;
}
@media screen and (max-width: 767px) {
  .system-image .single figure figcaption h3 {
    font-size: 3.911vw;
  }
}
@media screen and (max-width: 767px) {
  .system-image .content-panel__main {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .section__header .section-hero__text, .section-hero__text--single {
    margin-top: 8.41512vw;
    line-height: 1.79;
  }
}
@media screen and (max-width: 768px) {
  .section__inner {
    max-width: 1160px;
  }
}
/*# sourceMappingURL=csgv.css.map */