.page-certificate-lp {
  overflow: hidden;
  line-height: 26px;
  color: var(--c-text);
  --c-primary: #005bac;
  --c-text: #333;
  --c-gray000: #fff;
  --c-gray100: #666666;
  --fz-h2: 48px;
  --fz-h2-hl: 56px;
  --fz-h3: 24px;
  --fz-h3-hl: 30px;
  --fz-h3-sm: 18px;
  --fz-body: 16px;
  --bdr-xl: 32px;
  --bx-sh: 0px 5px 40px 0px rgba(35, 173, 219, 0.15);
  --gap-content: 56px;
}
@media screen and (max-width: 768px) {
  .page-certificate-lp {
    --fz-h2: 24px;
    --fz-h2-hl: 30px;
    --fz-h3: 18px;
    --fz-h3-hl: 22px;
    --bdr-xl: 24px;
    --gap-content: 48px;
  }
}
.page-certificate-lp *,
.page-certificate-lp *::before,
.page-certificate-lp *::after {
  box-sizing: border-box;
}
.page-certificate-lp img,
.page-certificate-lp video {
  max-width: 100%;
  height: auto;
}
.page-certificate-lp ul,
.page-certificate-lp li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-certificate-lp button {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}
.page-certificate-lp dialog {
  border: none;
  padding: 0;
  color: inherit;
}
.page-certificate-lp h1,
.page-certificate-lp h2,
.page-certificate-lp h3,
.page-certificate-lp p {
  margin: 0;
}
.page-certificate-lp .l-section {
  padding: 88px 0;
}
@media screen and (max-width: 1024px) {
  .page-certificate-lp .l-section {
    padding: 48px 0;
  }
}
.page-certificate-lp .l-section__inner {
  width: 82.8125%;
  margin: 0 auto;
  max-width: 1280px;
  display: grid;
  row-gap: var(--gap-content);
}
@media screen and (max-width: 768px) {
  .page-certificate-lp .l-section__inner {
    width: 100%;
    padding: 0 32px;
  }
}
.page-certificate-lp .c-heading__h2 {
  font-size: var(--fz-h2);
  font-weight: 500;
  line-height: 1.4;
  margin: 0 auto 56px;
  width: 90.5625%;
  max-width: 1440px;
}
.page-certificate-lp .c-heading__h2 .highlight {
  font-size: var(--fz-h2-hl);
  font-weight: 700;
  color: var(--c-primary);
}
@media screen and (max-width: 1024px) {
  .page-certificate-lp .c-heading__h2 {
    width: 100%;
    padding: 0 32px;
    margin-bottom: 32px;
  }
}
.page-certificate-lp .c-heading__h3 {
  font-size: var(--fz-h3);
  font-weight: 700;
  line-height: 1.4;
}
.page-certificate-lp .c-heading__h3 .highlight {
  font-size: var(--fz-h3-hl);
  font-weight: 700;
  color: var(--c-primary);
}
.page-certificate-lp .c-text {
  font-size: var(--fz-body);
  line-height: 1.8;
}
.page-certificate-lp .c-hero {
  text-align: center;
  position: relative;
}
.page-certificate-lp .c-hero::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 43px;
  left: 50%;
  max-width: 800px;
  width: 62.5vw;
  height: 68px;
  transform: translateX(-50%);
  border-radius: 100%;
  background: #005bac;
  box-shadow: 0px 8px 28px 0px rgba(0, 91, 172, 0.5);
}
.page-certificate-lp .c-hero__img-wrap {
  position: relative;
  overflow: auto;
  margin: 0 auto;
  background: #f4f8f9;
  border-radius: var(--bdr-xl);
  width: calc(100% - 108px);
}
@media screen and (max-width: 1024px) {
  .page-certificate-lp .c-hero__img-wrap {
    width: 100%;
    border-radius: 0;
  }
}
.page-certificate-lp .c-hero__img {
  width: 1172px;
  margin: 0 auto;
  position: relative;
}
.page-certificate-lp .c-hero__list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-certificate-lp .c-hero__item {
  position: absolute;
  background: var(--c-primary);
  color: var(--c-gray000);
  font-size: 18px;
  font-weight: bold;
  padding: 12px 32px;
  text-align: center;
  border-radius: 1000px;
  border: 5px solid rgba(204, 222, 238, 0.7);
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.3s;
}
.page-certificate-lp .c-hero__item:hover {
  opacity: 0.8;
}
.page-certificate-lp .c-hero__title {
  font-size: 32px;
  letter-spacing: 0.01em;
  font-weight: 700;
  background: var(--c-gray000);
  border-radius: var(--bdr-xl);
  padding: 36px 96px;
  display: inline-block;
  transform: translateY(-42px);
  margin-top: -20px;
  position: relative;
  z-index: auto;
}
@media screen and (max-width: 1024px) {
  .page-certificate-lp .c-hero__title {
    padding: 32px 64px;
    line-height: 1.4;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .page-certificate-lp .c-hero__title {
    padding: 14px 16px 20px;
    font-size: 26px;
  }
}
.page-certificate-lp .c-hero__title .highlight {
  font-size: 48px;
  color: var(--c-primary);
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .page-certificate-lp .c-hero__title .highlight {
    font-size: 34px;
    display: block;
  }
}
.page-certificate-lp .c-hero__dialog {
  border-radius: var(--bdr-xl);
  background: var(--c-gray000);
  padding: 64px;
  width: 58%;
  transition: all 0.3s;
  text-align: left;
  max-width: 900px;
}
@media screen and (max-width: 1024px) {
  .page-certificate-lp .c-hero__dialog {
    width: 81%;
    max-width: 540px;
    padding: 32px;
  }
}
.page-certificate-lp .c-hero__dialog .close {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .page-certificate-lp .c-hero__dialog .close svg {
    width: 16px;
    height: 16px;
  }
  .page-certificate-lp .c-hero__dialog .close {
    top: 14px;
    right: 12px;
  }
}
.page-certificate-lp .c-hero__dialog .content {
  display: grid;
  grid-template-columns: 240px auto;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .page-certificate-lp .c-hero__dialog .content {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.page-certificate-lp .c-hero__dialog .content .c-heading__h3 {
  margin-bottom: 12px;
}
.page-certificate-lp .c-hero__dialog::backdrop {
  background: rgba(23, 42, 74, 0.5);
}
.page-certificate-lp .c-intro .l-section__inner {
  row-gap: 48px;
}
.page-certificate-lp .c-intro__item {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .page-certificate-lp .c-intro__item {
    flex-direction: column;
    gap: 24px;
  }
}
.page-certificate-lp .c-intro__heading {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .page-certificate-lp .c-intro__heading {
    align-items: center;
    flex-direction: column;
  }
}
.page-certificate-lp .c-intro__heading .text {
  border-radius: var(--bdr-xl);
  border: 5px solid var(--c-primary);
  width: 306px;
  padding: 32px 40px;
  margin-left: -32px;
}
@media screen and (max-width: 640px) {
  .page-certificate-lp .c-intro__heading .text {
    margin-left: 0;
    margin-top: -32px;
    width: 100%;
    padding: 24px;
  }
}
.page-certificate-lp .c-intro__heading .img {
  width: 257px;
  height: auto;
  flex-shrink: 0;
  margin-top: 42px;
}
@media screen and (max-width: 640px) {
  .page-certificate-lp .c-intro__heading .img {
    margin-top: 0;
    width: 83%;
  }
}
.page-certificate-lp .c-system {
  background: #f4f8f9;
  position: relative;
}
.page-certificate-lp .c-system::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/cert-lp/bg_shape.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 9/8;
  width: clamp(400px, 43vw, 700px);
  bottom: clamp(-80px, -6vw, -200px);
  left: clamp(-200px, -15.6vw, -400px);
}
.page-certificate-lp .c-system h2 {
  position: relative;
}
.page-certificate-lp .c-system h2::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/cert-lp/img_system.png");
  width: 592px;
  height: 636px;
  top: -302px;
  right: -160px;
  background-size: contain;
}
@media screen and (max-width: 1197px) {
  .page-certificate-lp .c-system h2::after {
    display: none;
  }
}
.page-certificate-lp .c-system__list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .page-certificate-lp .c-system__list {
    grid-template-columns: 1fr;
  }
}
.page-certificate-lp .c-system__item {
  background: var(--c-gray000);
  border-radius: var(--bdr-xl);
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 640px) {
  .page-certificate-lp .c-system__item {
    padding: 32px;
  }
}
.page-certificate-lp .c-system__textImg {
  display: grid;
  gap: 24px;
  grid-template-columns: auto 140px;
}
.page-certificate-lp .c-system__textImg img {
  border: 1px solid var(--c-gray100);
}
@media screen and (max-width: 768px) {
  .page-certificate-lp .c-system__textImg {
    grid-template-columns: 1fr;
  }
}
.page-certificate-lp .c-base .c-heading__h2 {
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .page-certificate-lp .c-base .c-heading__h2 span {
    display: block;
  }
}
.page-certificate-lp .c-base .c-heading__h2 span img {
  display: inline;
  width: 326px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .page-certificate-lp .c-base .c-heading__h2 span img {
    width: 190px;
  }
}
.page-certificate-lp .c-service {
  background: url("../images/cert-lp/bg_service.png") no-repeat;
  background-size: cover;
}
.page-certificate-lp .c-service__list {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .page-certificate-lp .c-service__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media screen and (max-width: 640px) {
  .page-certificate-lp .c-service__list {
    grid-template-columns: 1fr;
  }
}
.page-certificate-lp .c-service__item a {
  transition: all 0.3s;
}
.page-certificate-lp .c-service__item a:hover {
  opacity: 0.7;
}
.page-certificate-lp .c-service__item .img {
  margin-bottom: 4px;
}
.page-certificate-lp .c-service__item .text h3 {
  font-size: var(--fz-h3-sm);
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page-certificate-lp .c-service__item .text h3 {
    font-size: 20px;
  }
}
.page-certificate-lp .c-service__item .text p {
  line-height: 1.6;
}
.page-certificate-lp .c-footer {
  text-align: center;
}
.page-certificate-lp .c-footer h2 {
  font-size: 40px;
  margin-bottom: 32px;
  line-height: normal;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .page-certificate-lp .c-footer h2 {
    font-size: 24px;
  }
}
.page-certificate-lp .c-footer img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-certificate-lp .c-footer img {
    width: 64%;
  }
}

.page-certificate-lp[data-lang=en] {
  --fz-h2: 32px;
  --fz-h2-hl: 48px;
  --fz-h3: 18px;
  --fz-h3-hl: 24px;
}
@media screen and (max-width: 768px) {
  .page-certificate-lp[data-lang=en] {
    --fz-h2: 24px;
    --fz-h2-hl: 30px;
    --fz-h3: 18px;
    --fz-h3-hl: 20px;
  }
}
.page-certificate-lp[data-lang=en] .c-hero {
  margin-bottom: -18px;
}
.page-certificate-lp[data-lang=en] .c-hero__item {
  font-size: 16px;
  line-height: 1.2;
}
.page-certificate-lp[data-lang=en] .c-hero__title {
  font-size: 24px;
  line-height: normal;
  padding: 20px 64px;
  margin-top: -9px;
}
.page-certificate-lp[data-lang=en] .c-hero__title .highlight {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .page-certificate-lp[data-lang=en] .c-hero__title {
    font-size: 20px;
    padding: 14px 16px 20px;
    margin-top: -6px;
  }
}
@media screen and (max-width: 768px) {
  .page-certificate-lp[data-lang=en] .c-base .c-heading__h2 span {
    display: inline;
  }
}
.page-certificate-lp[data-lang=en] .c-base .c-heading__h2 span img {
  margin-right: 0;
  margin-left: 20px;
  margin-top: -10px;
  width: 320px;
}
@media screen and (max-width: 768px) {
  .page-certificate-lp[data-lang=en] .c-base .c-heading__h2 span img {
    display: block;
    width: 190px;
    margin-left: 0;
    margin-top: 8px;
  }
}
.page-certificate-lp[data-lang=en] .c-system h2::after {
  width: 500px;
  height: 536px;
  top: -261px;
  right: -120px;
}
.page-certificate-lp[data-lang=en] .c-notice__eng {
  font-size: 14px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .page-certificate-lp[data-lang=en] .c-notice__eng {
    font-size: 16px;
  }
}
.page-certificate-lp[data-lang=en] .c-footer h2 {
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0.01em;
}
.page-certificate-lp[data-lang=en] .c-footer img {
  width: 318px;
}
