@charset "UTF-8";
@media screen and (max-width: 1100px) {
  html, body {
    overflow-x: clip;
  }
}
/* ============
contents-header
============ */
section#contents-header .contents-header__desc-heading {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2C55A7;
  line-height: 1.6;
  margin: 2rem 0 1.5rem;
}
@media screen and (max-width: 767px) {
  section#contents-header .contents-header__desc-heading {
    font-size: 1.4rem;
  }
}

/* ============
gs-overview
============ */
section#gs-overview {
  margin: 5rem 0 8rem;
}
@media screen and (max-width: 767px) {
  section#gs-overview {
    margin: 3rem 0 5rem;
  }
}
section#gs-overview .contents {
  background-color: #EAEEF6;
  border-radius: 20px;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  section#gs-overview .contents {
    padding: 2rem 1.5rem;
  }
}
section#gs-overview .contents__lead {
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  section#gs-overview .contents__lead {
    font-size: 1rem;
  }
}
section#gs-overview .contents__lead .primary {
  color: #2C55A7;
  font-weight: 700;
}
section#gs-overview .contents__emphasis {
  background-color: #ffffff;
  padding: 1.5rem 2rem;
  border-radius: 4px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  section#gs-overview .contents__emphasis {
    padding: 1.2rem 1.5rem;
  }
}
section#gs-overview .contents__emphasis--label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #2C55A7;
  margin-bottom: 0.6rem;
}
section#gs-overview .contents__emphasis--text {
  line-height: 1.8;
  font-size: 0.9375rem;
}
section#gs-overview .contents__emphasis--text .primary {
  color: #2C55A7;
  font-weight: 700;
  font-size: 1.25rem;
}
section#gs-overview .contents__note {
  line-height: 2;
  font-size: 0.875rem;
}
section#gs-overview .contents__note strong {
  color: #2C55A7;
  font-weight: 700;
}

/* ============
gs-issue
============ */
section#gs-issue .bg {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  section#gs-issue .bg {
    padding: 5rem 0;
  }
}
section#gs-issue .contents {
  margin-top: 4rem;
}
section#gs-issue .contents__list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  section#gs-issue .contents__list {
    grid-template-columns: 1fr;
  }
}
section#gs-issue .contents__item {
  background-color: #ffffff;
  padding: 1.2rem 1.5rem 1.2rem 3rem;
  border-radius: 20px;
  position: relative;
  line-height: 1.7;
  font-size: 0.9375rem;
}
section#gs-issue .contents__item::before {
  content: "!";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-color: #C81E32;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 0.8125rem;
}
section#gs-issue .contents__bridge {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  section#gs-issue .contents__bridge {
    font-size: 1rem;
  }
}
section#gs-issue .contents__bridge .primary {
  color: #2C55A7;
  font-weight: 700;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  section#gs-issue .contents__bridge .primary {
    font-size: 1.2rem;
  }
}

/* ============
gs-service
============ */
section#gs-service {
  margin: 8rem 0;
}
@media screen and (max-width: 767px) {
  section#gs-service {
    margin: 5rem 0;
  }
}
section#gs-service .contents-title__desc {
  margin-top: 1.5rem;
  line-height: 2;
}
section#gs-service .contents {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
section#gs-service .contents__service {
  background-color: #EAEEF6;
  border-radius: 20px;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  section#gs-service .contents__service {
    padding: 2rem 1.5rem;
  }
}
section#gs-service .contents__service--title {
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #2C55A7;
  line-height: 1.4;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(44, 85, 167, 0.25);
}
@media screen and (max-width: 767px) {
  section#gs-service .contents__service--title {
    font-size: 1.3rem;
  }
}
section#gs-service .contents__service--lead {
  line-height: 2;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}
section#gs-service .contents__service--block {
  margin-bottom: 2rem;
}
section#gs-service .contents__service--block-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #252525;
  margin-bottom: 1rem;
  padding-left: 1rem;
  border-left: 4px solid #2C55A7;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section#gs-service .contents__service--block-title {
    font-size: 1.1rem;
  }
}
section#gs-service .contents__service--block-desc {
  line-height: 2;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
section#gs-service .contents__service--block-note {
  font-size: 0.75rem;
  color: #888888;
  margin-top: 0.5rem;
}
section#gs-service .contents__service--methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  section#gs-service .contents__service--methods {
    grid-template-columns: 1fr;
  }
}
section#gs-service .contents__service--methods.three {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1100px) {
  section#gs-service .contents__service--methods.three {
    grid-template-columns: 1fr;
  }
}
section#gs-service .contents__service--method {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1.5rem;
}
section#gs-service .contents__service--method-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #2C55A7;
  margin-bottom: 1rem;
}
section#gs-service .contents__service--method-desc {
  font-size: 0.8125rem;
  line-height: 2;
  margin-bottom: 0.8rem;
}
section#gs-service .contents__service--method-link {
  margin-top: 1rem;
  font-size: 0.75rem;
  color: #888888;
  background-color: #EAEEF6;
  padding: 0.6rem 0.8rem;
  border-radius: 4px;
  line-height: 1.6;
}
section#gs-service .contents__service--method ul {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
}
section#gs-service .contents__service--method ul li {
  position: relative;
  padding-left: 1rem;
  line-height: 1.8;
  font-size: 0.8125rem;
  margin-bottom: 0.3rem;
}
section#gs-service .contents__service--method ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #2C55A7;
  font-weight: 700;
}
section#gs-service .contents__service--method dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem 1rem;
  align-items: start;
}
section#gs-service .contents__service--method dl dt {
  background-color: #2C55A7;
  color: #ffffff;
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  white-space: nowrap;
  align-self: start;
  margin-top: 0.2rem;
}
section#gs-service .contents__service--method dl dd {
  font-size: 0.8125rem;
  line-height: 1.8;
}
section#gs-service .contents__service--feature {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
section#gs-service .contents__service--feature-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #2C55A7;
  margin-bottom: 0.6rem;
}
section#gs-service .contents__service--feature ul {
  list-style: none;
  padding: 0;
}
section#gs-service .contents__service--feature ul li {
  position: relative;
  padding-left: 1.2rem;
  line-height: 2;
  font-size: 0.875rem;
}
section#gs-service .contents__service--feature ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #2C55A7;
  font-weight: 700;
}
section#gs-service .contents__service--feature p {
  line-height: 2;
  font-size: 0.875rem;
}
section#gs-service .contents__service--feature p strong {
  color: #2C55A7;
  font-weight: 700;
}
section#gs-service .contents__service--tip {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 8px;
  margin-top: 1.5rem;
}
section#gs-service .contents__service--tip-label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #2C55A7;
  margin-bottom: 1rem;
}
section#gs-service .contents__service--tip ul {
  list-style: none;
  padding: 0;
}
section#gs-service .contents__service--tip ul li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 2;
  font-size: 0.8125rem;
  margin-bottom: 0.8rem;
}
section#gs-service .contents__service--tip ul li::before {
  content: "▶";
  position: absolute;
  left: 0;
  color: #2C55A7;
  font-weight: 700;
  font-size: 0.625rem;
  top: 0.4rem;
}
section#gs-service .contents__service--tip ul li strong {
  color: #2C55A7;
  font-weight: 700;
}
section#gs-service .contents__service--tip ul li:last-child {
  margin-bottom: 0;
}
section#gs-service .contents__service--note {
  line-height: 2;
  font-size: 0.875rem;
  margin-top: 1rem;
}
section#gs-service .contents__service--note strong {
  color: #2C55A7;
  font-weight: 700;
}

/* ============
gs-security
============ */
section#gs-security .bg {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  section#gs-security .bg {
    padding: 5rem 0;
  }
}
section#gs-security .contents {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
section#gs-security .contents__item {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  section#gs-security .contents__item {
    padding: 2rem 1.5rem;
  }
}
section#gs-security .contents__item--title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #2C55A7;
}
@media screen and (max-width: 767px) {
  section#gs-security .contents__item--title {
    font-size: 1.2rem;
  }
}
section#gs-security .contents__item--desc {
  line-height: 2;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}
section#gs-security .contents__item--list {
  list-style: none;
  padding: 0;
  background-color: #EAEEF6;
  border-radius: 8px;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 2rem;
}
@media screen and (max-width: 767px) {
  section#gs-security .contents__item--list {
    grid-template-columns: 1fr;
  }
}
section#gs-security .contents__item--list li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 2;
  font-size: 0.875rem;
}
section#gs-security .contents__item--list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #2C55A7;
  font-weight: 700;
}
section#gs-security .contents__item--note {
  margin-top: 1rem;
  line-height: 2;
  font-size: 0.875rem;
  font-weight: 500;
}

/* ============
gs-price
============ */
section#gs-price {
  margin: 8rem 0;
}
@media screen and (max-width: 767px) {
  section#gs-price {
    margin: 5rem 0;
  }
}
section#gs-price .contents {
  margin-top: 4rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border: 1px solid #aaa;
  border-radius: 20px;
  padding: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section#gs-price .contents {
    padding: 2rem 1.5rem;
  }
}
section#gs-price .contents__main {
  border-bottom: 1px solid #EAEEF6;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
section#gs-price .contents__main--label {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  section#gs-price .contents__main--label {
    font-size: 0.95rem;
  }
}
section#gs-price .contents__main--price {
  font-family: "new-atten", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  color: #2C55A7;
  line-height: 1;
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.3rem;
}
@media screen and (max-width: 767px) {
  section#gs-price .contents__main--price {
    font-size: 3rem;
  }
}
section#gs-price .contents__main--price small {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "Noto Sans JP Fallback", sans-serif;
  color: #252525;
}
@media screen and (max-width: 767px) {
  section#gs-price .contents__main--price small {
    font-size: 1.1rem;
  }
}
section#gs-price .contents__main--price .unit {
  width: 100%;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #888888;
  font-family: "Noto Sans JP", "Noto Sans JP Fallback", sans-serif;
  margin-top: 0.5rem;
}
section#gs-price .contents__note {
  line-height: 2;
  font-size: 0.875rem;
  margin-bottom: 2rem;
  text-align: left;
}
section#gs-price .contents__note strong {
  color: #2C55A7;
  font-weight: 700;
}

/* ============
gs-voice
============ */
section#gs-voice .bg {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  section#gs-voice .bg {
    padding: 5rem 0;
  }
}
section#gs-voice .contents {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  section#gs-voice .contents {
    grid-template-columns: 1fr;
  }
}
section#gs-voice .contents__voice {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  section#gs-voice .contents__voice {
    padding: 2rem 1.5rem;
  }
}
section#gs-voice .contents__voice--title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  line-height: 1.6;
  position: relative;
}
section#gs-voice .contents__voice--title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 3px;
  background: linear-gradient(251deg, #2C55A7 18.21%, #1E88CA 78.28%);
}
@media screen and (max-width: 767px) {
  section#gs-voice .contents__voice--title {
    font-size: 1.1rem;
  }
}
section#gs-voice .contents__voice--body {
  line-height: 2;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
section#gs-voice .contents__voice--client {
  margin-top: auto;
  padding-top: 1.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #888888;
  text-align: right;
}

@media screen and (min-width: 768px) {
  section#gs-service .contents__service--method .button08__text {
    font-size: 0.9rem;
  }
}
