@charset "UTF-8";
/* --------------------------------

  CSS Reset

-------------------------------- */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-style: normal;
}

article, aside, footer, header, nav, section, main, figure, figcaption {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  color: #333;
  border: none;
  text-decoration: underline;
}

a:hover {
  color: #333;
  text-decoration: none;
}

img, video, iframe {
  max-width: 100%;
}

img {
  height: auto;
  border: none;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

b, strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
blockquote::before,
blockquote::after,
q:before,
q:after,
q::before,
q::after {
  content: "";
  content: none;
}

a, area, button, [role=button], input:not([type=range]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button {
  border: none;
  background: none;
}
button:hover, button:active, button:focus {
  outline: none;
}
button:active, button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.inner {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}

.list-unstyled,
.list-style-none {
  list-style: none;
}

.text-left,
.text-start {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right,
.text-end {
  text-align: right;
}

.text-white {
  color: #fff;
}

.text-danger {
  color: #b22d00 !important;
}

.text-indent {
  text-indent: 1em;
}

.fs-sm {
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px), print {
  .fs-lg {
    font-size: 2rem;
  }
}

.fs-xl {
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px), print {
  .fs-xl {
    font-size: 2rem;
  }
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.font-feature-settings {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

* {
  scroll-behavior: auto !important;
}

.anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 0.1rem;
  margin-top: -6.1rem;
  margin-bottom: 6rem;
  background: transparent;
  z-index: -100;
}

.img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.img-wrap::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.img-cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 23.5rem;
  height: 5rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 10em;
  background-color: #f49431;
  text-decoration: none;
  -webkit-transition: color 0.25s, background-color 0.25s;
  transition: color 0.25s, background-color 0.25s;
}
@media screen and (min-width: 768px), print {
  .btn {
    width: 28rem;
    height: 6rem;
    font-size: 2rem;
  }
}
.btn:hover {
  text-decoration: none;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    background-color: #f2b06b;
  }
}
.btn-secondary {
  background-color: #d21533;
}
@media (hover: hover) and (pointer: fine) {
  .btn-secondary:hover {
    background-color: #dd5066;
  }
}
.btn-free {
  background-color: #727272;
}
@media (hover: hover) and (pointer: fine) {
  .btn-free:hover {
    background-color: #959595;
  }
}
.btn-standard {
  background-color: #169183;
}
@media (hover: hover) and (pointer: fine) {
  .btn-standard:hover {
    background-color: #50ada2;
  }
}
.btn-enterprise {
  background-color: #007b98;
}
@media (hover: hover) and (pointer: fine) {
  .btn-enterprise:hover {
    background-color: #409cb2;
  }
}

.text-link {
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: underline;
}
@media screen and (min-width: 768px), print {
  .text-link {
    font-size: 1.8rem;
  }
}
.text-link:hover {
  text-decoration: none;
}

/* --------------------------------

  html, body

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1024px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  position: relative;
  top: 0;
  min-width: 32rem;
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  text-align: left;
  background-color: #fff;
}
@media screen and (min-width: 769px), print {
  body {
    padding: 29px 0 0;
  }
}

@media screen and (max-width: 1023.98px) {
  html.nav-open {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
  }
}

/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  overflow: hidden;
}

/* --------------------------------

  header

-------------------------------- */
.header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000001;
}
@media screen and (min-width: 769px), print {
  .header {
    top: 29px;
  }
}
@media screen and (min-width: 1024px), print {
  .header {
    z-index: 1010;
  }
}
@media screen and (max-width: 1023.98px) {
  .header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 6rem;
    background-color: #fff;
  }
}
@media screen and (min-width: 1024px), print {
  .header-container {
    display: block;
    position: relative;
    max-width: 154rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.header-logo {
  width: 23.4rem;
  margin-left: 1.75rem;
}
@media screen and (min-width: 768px), print {
  .header-logo {
    width: 37rem;
  }
}
@media screen and (min-width: 1024px), print {
  .header-logo {
    position: absolute;
    top: 2.75rem;
    left: 1.5rem;
    width: 42rem;
    margin-left: 0;
  }
}
@media screen and (min-width: 1280px), print {
  .header-logo {
    width: 48.1rem;
  }
}
.header-logo a {
  display: block;
}
.header-logo img {
  display: block;
}

/* --------------------------------

  nav

-------------------------------- */
.nav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 100000000;
}
@media screen and (min-width: 1024px), print {
  .nav {
    height: auto;
    padding: 0 2rem;
    background-color: #fff;
    z-index: 1000;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023.98px), print {
  .nav {
    z-index: 1000;
  }
}
@media screen and (max-width: 1023.98px) {
  .nav {
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 1023.98px) {
  .is-open .nav {
    pointer-events: auto;
    opacity: 1;
  }
}
@media screen and (min-width: 769px), print {
  .nav::before {
    content: "";
    display: block;
    height: 29px;
    margin: 0 -2rem;
    border-bottom: 1px solid #c8c8c8;
    background-color: #fafafa;
  }
}
@media screen and (min-width: 1024px), print {
  .nav-container {
    max-width: 154rem;
    margin-right: auto;
    margin-left: auto;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
}
@media screen and (min-width: 1024px), print {
  .nav-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 1023.98px) {
  .nav-main {
    position: relative;
    width: 37.5rem;
    height: 100%;
    margin-right: -37.5rem;
    padding: 10rem 0 2rem;
    background-color: #fff;
    overflow: hidden auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    -webkit-transition: margin-right 0.3s;
    transition: margin-right 0.3s;
  }
}
@media screen and (max-width: 374.98px) {
  .nav-main {
    width: 32rem;
    margin-right: -32rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .is-open .nav-main {
    margin-right: 0;
  }
}
.nav-side {
  display: none;
}
@media screen and (max-width: 1023.98px) {
  .nav-side {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block;
    position: relative;
    height: 100%;
  }
}
.nav-button {
  position: fixed;
  top: 1.7rem;
  right: 1.9rem;
  width: 3.5rem;
  height: 2.5rem;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 769px), print {
  .nav-button {
    top: calc(1.7rem + 29px);
  }
}
@media screen and (min-width: 1024px), print {
  .nav-button {
    display: none;
  }
}
.nav-button-bar {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3.5rem;
  height: 2.5rem;
  margin: auto;
  border-top: 0.5rem solid #d9d9d9;
  border-bottom: 0.5rem solid #d9d9d9;
  -webkit-transition: height 0.25s, border-color 0.25s;
  transition: height 0.25s, border-color 0.25s;
}
.nav-button-bar::before, .nav-button-bar::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  margin: auto;
  border-top: 0.5rem solid #d9d9d9;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.is-open .nav-button-bar {
  height: 0.5rem;
  border-color: transparent;
}
.is-open .nav-button-bar::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-open .nav-button-bar::after {
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 1024px), print {
  .global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px), print {
  .global-nav-item {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .global-nav-item {
    text-align: center;
  }
}
.global-nav-link {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
@media screen and (min-width: 1024px), print {
  .global-nav-link {
    display: block;
  }
}
.global-nav-anc {
  margin-bottom: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px), print {
  .global-nav-anc {
    display: none;
  }
}
.global-nav-login {
  font-size: 1.2rem;
}
@media screen and (max-width: 1023.98px) {
  .global-nav-login {
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .global-nav-login:hover {
    text-decoration: underline;
  }
}
.global-nav-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19.5rem;
  height: 4rem;
  padding-top: 0.075em;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 10em;
  background-color: #f49431;
  -webkit-transition: color 0.25s, background-color 0.25s;
  transition: color 0.25s, background-color 0.25s;
}
@media screen and (max-width: 1023.98px) {
  .global-nav-account {
    margin-right: auto;
    margin-bottom: 2rem;
    margin-left: auto;
  }
}
.global-nav-account:hover {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .global-nav-account:hover {
    background-color: #f2b06b;
  }
}
.global-nav-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19.5rem;
  height: 4rem;
  padding-top: 0.075em;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 10em;
  background-color: #d21533;
  -webkit-transition: color 0.25s, background-color 0.25s;
  transition: color 0.25s, background-color 0.25s;
}
@media screen and (max-width: 1023.98px) {
  .global-nav-download {
    margin-right: auto;
    margin-left: auto;
  }
}
.global-nav-download:hover {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .global-nav-download:hover {
    background-color: #dd5066;
  }
}

/* --------------------------------

  main

-------------------------------- */
/* --------------------------------

  footer

-------------------------------- */
@media screen and (min-width: 768px), print {
  .footer {
    padding: 0 3rem;
  }
}
.footer-container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px), print {
  .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 134rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.footer-logo {
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .footer-logo {
    width: 27rem;
    height: 1.4rem;
    margin: 0 auto 2.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .footer-logo {
    width: 30rem;
  }
}
.footer-logo a {
  display: block;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media (hover: hover) and (pointer: fine) {
  .footer-logo a:hover {
    opacity: 0.6;
  }
}
.footer-logo img {
  display: block;
}
.footer-copy {
  line-height: 1.4;
  color: #9e9e9e;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .footer-copy {
    -ms-flex-item-align: center;
        align-self: center;
    margin-left: auto;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-copy span {
    display: block;
  }
}

/* ページ内共通 */
.section-container {
  padding: 7.2rem 2rem;
}
@media screen and (min-width: 768px), print {
  .section-container {
    padding: 8rem 3rem;
  }
}
.section-header {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px), print {
  .section-header {
    margin-bottom: 5.6rem;
  }
}
.section-heading {
  line-height: 1.6;
  font-weight: 700;
  font-size: 2.4rem;
  padding-bottom: 16px;
  color: #142166;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .section-heading {
    font-size: 3.2rem;
  }
}
.section-heading b {
  color: #7139BF;
}
.section-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 80px;
  background: #7139BF;
}
.section-inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 120rem;
}
.section-description {
  line-height: 1.6;
  margin-top: 2rem;
}
@media screen and (min-width: 768px), print {
  .section-description {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}

.display-sp {
  display: block;
}
@media screen and (min-width: 768px), print {
  .display-sp {
    display: none;
  }
}

.display-pc {
  display: none;
}
@media screen and (min-width: 768px), print {
  .display-pc {
    display: block;
  }
}

/* 左矢印リンク */
.link-arrow {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  color: #142166;
  display: inline-block;
  text-decoration: none;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .link-arrow {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-size: 1.6rem;
  }
}
.link-arrow:hover {
  color: #142166;
}
@media screen and (min-width: 768px), print {
  .link-arrow:hover {
    opacity: 0.7;
  }
}
.link-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: solid #7139BF;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
  width: 10px;
  height: 10px;
}

/* 共通背景色 */
.bg-primary {
  background-color: #EFEDF7;
}
.bg-secondary {
  background-color: #FAFAFA;
}

/* メインビジュアル */
.mv-section {
  padding: 4rem 2rem 5.4rem;
  background-color: #150241;
  background-image: url(../images/mv_bg_sp.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px), print {
  .mv-section {
    padding: 6rem 0 6rem;
    background-image: url(../images/mv_bg_pc.webp);
  }
}
@media screen and (min-width: 1024px), print {
  .mv-section {
    padding: 8rem 0 8rem;
  }
}
.mv-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6rem 0 0;
  max-width: 420px;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .mv-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 74rem;
    margin: auto;
    padding: 5.6rem 0 0;
  }
}
@media screen and (min-width: 1024px), print {
  .mv-container {
    max-width: 94rem;
  }
}
@media screen and (min-width: 1280px), print {
  .mv-container {
    max-width: 120rem;
  }
}
.mv-header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mv-heading {
  line-height: 1.8;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .mv-heading {
    font-size: 3rem;
    margin-top: 2.4rem;
  }
}
@media screen and (min-width: 1024px), print {
  .mv-heading {
    font-size: 3.6rem;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1280px), print {
  .mv-heading {
    font-size: 4rem;
    margin-top: 6.4rem;
  }
}
.mv-heading b {
  line-height: 1.6;
  background: #fff;
  color: #142166;
  display: inline-block;
  border-radius: 4px;
  padding: 0 4px;
  margin-right: 4px;
}
@media screen and (min-width: 768px), print {
  .mv-heading b {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1024px), print {
  .mv-heading b {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1280px), print {
  .mv-heading b {
    font-size: 4.4rem;
  }
}
.mv-heading span {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .mv-heading span {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1024px), print {
  .mv-heading span {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px), print {
  .mv-heading span {
    font-size: 3.6rem;
  }
}
.mv-heading .br {
  display: block;
}
.mv-caption {
  margin: 1.6rem 0 0;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px), print {
  .mv-caption {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px), print {
  .mv-caption {
    margin: 2rem 0 0;
    font-size: 1.6rem;
  }
}
.mv-caption .br {
  display: block;
}
.mv-btn {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px), print {
  .mv-btn {
    margin-top: -4rem;
  }
}
.mv-btn .btn {
  max-width: 33.5rem;
  font-size: 1.6rem;
  width: 100%;
  background: #D21533;
  background-image: -webkit-gradient(linear, left top, right top, from(#F74A67), to(#D21533));
  background-image: linear-gradient(90deg, #F74A67, #D21533);
}
@media screen and (min-width: 768px), print {
  .mv-btn .btn {
    max-width: 28rem;
  }
}
@media screen and (min-width: 1024px), print {
  .mv-btn .btn {
    font-size: 2rem;
  }
}
.mv-btn .btn span {
  font-weight: 700;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mv-btn .btn img {
  width: 2rem;
  margin-right: 4px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1024px), print {
  .mv-btn .btn img {
    width: 2.8rem;
  }
}
@media screen and (min-width: 768px), print {
  .mv-btn .btn:hover span,
  .mv-btn .btn:hover img {
    opacity: 0.7;
  }
}
.mv-img {
  position: relative;
  max-width: 35.5rem;
  width: 100%;
  margin: 0 auto 1.75rem;
}
@media screen and (min-width: 768px), print {
  .mv-img {
    -ms-flex-item-align: center;
        align-self: center;
    max-width: 38%;
    margin: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px), print {
  .mv-img {
    max-width: 44%;
  }
}
@media screen and (min-width: 1280px), print {
  .mv-img {
    max-width: 48%;
  }
}
.mv-badge {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 420px;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .mv-badge {
    max-width: 74rem;
  }
}
@media screen and (min-width: 1024px), print {
  .mv-badge {
    max-width: 94rem;
    margin-top: -40px;
  }
}
@media screen and (min-width: 1280px), print {
  .mv-badge {
    max-width: 120rem;
    margin-top: -130px;
  }
}
.mv-badge li {
  width: 80px;
}
@media screen and (min-width: 1024px), print {
  .mv-badge li {
    width: 120px;
  }
}
.mv-badge li + li {
  margin-left: 12px;
}
@media screen and (min-width: 1024px), print {
  .mv-badge li + li {
    margin-left: 20px;
  }
}

/* 受賞歴 */
.award-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1rem -0.6rem 0;
}
@media screen and (min-width: 1024px), print {
  .award-list {
    margin: 0 -0.7rem;
  }
}
.award-list-wrap {
  max-width: 31.2rem;
  margin: 7.2rem auto 32px;
  padding: 0;
}
@media screen and (min-width: 480px), print {
  .award-list-wrap {
    max-width: 42rem;
  }
}
@media screen and (min-width: 768px), print {
  .award-list-wrap {
    max-width: none;
    margin: 0;
    padding: 8rem 0 0;
  }
}
.award-item {
  width: 48%;
  padding: 0 1rem 0.6rem 0;
}
@media screen and (min-width: 768px), print {
  .award-item {
    width: 16.7rem;
    margin: 0 1.2rem;
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .award-item:last-child {
    width: 60%;
  }
}
.award-link {
  display: block;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media (hover: hover) and (pointer: fine) {
  .award-link:hover {
    opacity: 0.75;
  }
}
.award-note {
  line-height: 1.2;
  font-size: 1rem;
  text-align: center;
  margin-top: 16px;
  color: #7A8D99;
}
.award-note span {
  margin-right: 10px;
  display: inline-block;
}

@-webkit-keyframes beltStream {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes beltStream {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes beltStream2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes beltStream2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.customer-logo-section {
  padding: 0 0 4.4rem;
}

.customer-belt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 10px 0;
}
.customer-belt .cb-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  list-style: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customer-belt .cb-inner li {
  padding: 0 30px;
  line-height: 0;
  min-width: 200px;
  margin: 0 auto;
  text-align: center;
}
.customer-belt .cb-inner li::before {
  content: none;
}
.customer-belt .cb-inner li img {
  max-width: 140px;
  max-height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}

.customer-belt.active .cb-inner {
  -webkit-animation: beltStream linear infinite;
          animation: beltStream linear infinite;
}

.customer-belt.active .cb-inner.second-inner {
  -webkit-animation: beltStream2 linear infinite;
          animation: beltStream2 linear infinite;
}

/* =========================
   SP / PC 切り替え
========================= */
.sp-only {
  display: block;
}

.pc-only {
  display: none;
}

@media screen and (min-width: 768px), print {
  .customer-logo-section {
    padding: 4.6rem 0;
  }
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .customer-logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .customer-belt {
    width: auto;
  }
  .customer-belt .cb-inner li img {
    width: 100%;
  }
}
/* あなたの会社の認証情報が漏えいしていないと断言できますか？ */
.leakage-heading .br {
  display: block;
}
@media screen and (min-width: 768px), print {
  .leakage-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px), print {
  .leakage-text {
    width: 42%;
  }
}
.leakage-text p {
  line-height: 1.7;
}
.leakage-text p + p {
  margin-top: 1.6rem;
}
.leakage-text p strong {
  color: #7139BF;
}
.leakage-img {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767.98px) {
  .leakage-img {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px), print {
  .leakage-img {
    margin-top: 0;
    width: 50%;
  }
}

/* 認証情報が漏えいした場合のリスク */
.risk-section {
  background-image: linear-gradient(135deg, #730CBF, #16399F, #18054B);
}
.risk-container {
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px), print {
  .risk-container {
    padding-bottom: 12rem;
  }
}
.risk-heading {
  color: #fff;
}
.risk-heading::after {
  background: #fff;
}
.risk-list {
  list-style: none;
}
@media screen and (min-width: 768px), print {
  .risk-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.risk-list li {
  background: #fff;
  border-radius: 8px;
  padding: 32px 20px;
}
@media screen and (min-width: 768px), print {
  .risk-list li {
    border-radius: 16px;
    padding: 4rem;
    width: 32%;
  }
}
@media screen and (max-width: 767.98px) {
  .risk-list li + li {
    margin-top: 1.6rem;
  }
}
.risk-list li h3 {
  text-align: center;
  color: #142166;
  font-size: 2rem;
  margin: 0 0 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .risk-list li h3 {
    font-size: 2.4rem;
    margin: 0 0 1.8rem;
  }
}
.risk-list li img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .risk-list li img {
    max-width: 400px;
  }
}
.risk-list li p {
  margin: 1.6rem 0 0;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px), print {
  .risk-list li p {
    font-size: 1.6rem;
  }
}

/* ネットde診断が認証情報の漏えいを監視被害が拡大する前の対策を支援します */
.support-section {
  position: relative;
}
.support-section::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 50vw;
  border-color: transparent transparent transparent #EFEDF7;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .support-section::before {
    border-width: 80px 0 0 50vw;
    top: -80px;
  }
}
.support-section::after {
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  border-width: 40px 50vw 0 0;
  border-color: transparent #EFEDF7 transparent transparent;
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (min-width: 768px), print {
  .support-section::after {
    border-width: 80px 50vw 0 0;
    top: -80px;
  }
}
.support-container {
  padding-top: 4rem;
}
@media screen and (min-width: 768px), print {
  .support-container {
    padding-top: 8rem;
  }
}
.support-inner {
  max-width: 99.6rem;
}
.support-heading .br-sp {
  display: block;
}
.support-label {
  background: #7139BF;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  width: 68px;
  border-radius: 1.6rem;
  padding: 4px;
  margin: 0 auto 8px;
}
@media screen and (min-width: 768px), print {
  .support-label {
    width: 72px;
    margin: 0 0 8px;
  }
}
.support-list {
  list-style: none;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .support-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.support-list li {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .support-list li {
    width: 48.8%;
    text-align: left;
  }
}
@media screen and (max-width: 767.98px) {
  .support-list li + li {
    margin-top: 3.2rem;
  }
}
.support-list li .support-img {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: rgba(133, 57, 191, 0.08) 0 4px 8px;
          box-shadow: rgba(133, 57, 191, 0.08) 0 4px 8px;
  margin: 0 0 1.6rem;
}
@media screen and (min-width: 768px), print {
  .support-list li .support-img {
    border-radius: 16px;
    padding: 3.2rem;
    margin: 0 0 2.4rem;
  }
}
.support-list li h3 {
  color: #142166;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 8px;
}
@media screen and (min-width: 768px), print {
  .support-list li h3 {
    font-size: 2.4rem;
  }
}
.support-list li p {
  text-align: left;
  line-height: 1.7;
}
.support-box-1 {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px), print {
  .support-box-1 {
    margin-top: 4rem;
  }
}
.support-box-1 p {
  font-size: 1.4rem;
  margin: 8px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .support-box-1 p {
    margin: 12px 0 0;
  }
}
.support-box-2 {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px), print {
  .support-box-2 {
    margin-top: 5.6rem;
  }
}
@media screen and (min-width: 768px), print {
  .support-box-2 .support-label {
    margin: 0 auto 8px;
  }
}
.support-box-2 h3 {
  color: #142166;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .support-box-2 h3 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .support-box-2 .support-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 4rem;
  }
}
.support-box-2 .support-img {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: rgba(133, 57, 191, 0.08) 0 4px 8px;
          box-shadow: rgba(133, 57, 191, 0.08) 0 4px 8px;
  margin: 0 0 1.6rem;
}
@media screen and (min-width: 768px), print {
  .support-box-2 .support-img {
    border-radius: 16px;
    padding: 3.2rem;
    width: 48.8%;
  }
}
.support-box-2 .support-text {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px), print {
  .support-box-2 .support-text {
    width: 48.8%;
    margin-top: 0;
  }
}
.support-box-2 .support-text p {
  line-height: 1.7;
}
.support-box-2 .support-text p + p {
  margin-top: 1.6rem;
}
.support-box-2 .support-text .title {
  background: #fff;
  color: #142166;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 4px;
  width: 10rem;
  text-align: center;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .support-box-2 .support-text .title {
    margin-top: 2.4rem;
  }
}
.support-box-2 .support-text ul {
  color: #142166;
  padding-left: 2rem;
  margin-top: 8px;
  font-size: 1.4rem;
}
.support-box-2 .support-text ul li + li {
  margin-top: 6px;
}
.support-box-2 .support-text ul li div {
  font-weight: 700;
}
.support-box-2 .support-text ul li p {
  color: #333;
}

/* 定期監視でインシデントを未然に防ぐ */
.incident-section {
  background-image: linear-gradient(135deg, #730CBF, #16399F, #18054B);
}
.incident-container {
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px), print {
  .incident-container {
    padding: 6.4rem 3rem 6rem;
  }
}
.incident-header {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .incident-header {
    margin-bottom: 4rem;
  }
}
.incident-heading {
  color: #fff;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  .incident-heading {
    font-size: 2.4rem;
  }
}
.incident-heading::after {
  content: none;
}
.incident-text {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px), print {
  .incident-text {
    font-size: 1.6rem;
  }
}
.incident-btn {
  margin-top: 3.2rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .incident-btn {
    margin-top: 5rem;
  }
}
.incident-btn .btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#F74A67), to(#D21533));
  background-image: linear-gradient(90deg, #F74A67, #D21533);
  width: 100%;
  max-width: 30.4rem;
}
@media screen and (min-width: 768px), print {
  .incident-btn .btn {
    max-width: 42.6rem;
    font-size: 2.2rem;
    height: 7rem;
  }
}
.incident-btn .btn span {
  font-weight: 700;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px), print {
  .incident-btn .btn:hover span {
    opacity: 0.7;
  }
}

/* ネットde診断の特長 */
.features-section {
  position: relative;
}
.features-header span {
  background: #7139BF;
  border-radius: 8px;
  text-align: center;
  display: block;
  color: #fff;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  max-width: 28.8rem;
  padding: 4px;
  margin: 0 auto 16px;
}
@media screen and (min-width: 768px), print {
  .features-header span {
    font-size: 2rem;
    margin: 0 auto 2rem;
    max-width: 42rem;
    padding: 8px;
  }
}
.features-header span::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 8px 0 8px;
  border-color: #7139BF transparent transparent transparent;
}
@media screen and (min-width: 768px), print {
  .features-header span::after {
    bottom: -14px;
    border-width: 14px 16px 0 16px;
  }
}
.features-text {
  text-align: center;
  line-height: 1.7;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .features-text {
    font-size: 1.6rem;
  }
}
.features-img {
  margin-top: 3.2rem;
  background: #fff;
  border-radius: 8px;
  padding: 3.2rem 2rem;
  -webkit-box-shadow: rgba(133, 57, 191, 0.08) 0 4px 8px;
          box-shadow: rgba(133, 57, 191, 0.08) 0 4px 8px;
}
@media screen and (min-width: 768px), print {
  .features-img {
    border-radius: 16px;
    margin-top: 4rem;
    padding: 5.6rem 4rem;
  }
}
.features-img img {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .features-img img {
    max-width: 90rem;
  }
}
.features-img p {
  color: #142166;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin: 0 0 2.4rem;
}
@media screen and (min-width: 768px), print {
  .features-img p {
    font-size: 2.4rem;
    margin: 0 0 2.6rem;
  }
}

/* 料金プラン */
.plan-section {
  background-image: linear-gradient(135deg, #730CBF, #16399F, #18054B);
}
.plan-inner {
  max-width: 99.6rem;
}
.plan-heading {
  color: #fff;
}
.plan-heading::after {
  background: #fff;
}
.plan-list {
  list-style: none;
}
@media screen and (min-width: 768px), print {
  .plan-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.plan-list li {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
@media screen and (min-width: 768px), print {
  .plan-list li {
    width: 48%;
    border-radius: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .plan-list li + li {
    margin-top: 1.6rem;
  }
}
.plan-list li h3 {
  background: #005BAC;
  color: #fff;
  font-size: 2.4rem;
  position: relative;
  text-align: center;
  font-weight: 700;
  padding: 16px 0;
}
@media screen and (min-width: 768px), print {
  .plan-list li h3 {
    font-size: 3.2rem;
    padding: 36px 0;
  }
}
.plan-list li h3::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 16px 0 16px;
  border-color: #005BAC transparent transparent transparent;
}
.plan-list li .plan-inner {
  padding: 3.2rem 2rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .plan-list li .plan-inner {
    padding: 4rem;
  }
}
.plan-list li .plan-inner .plan-text {
  text-align: center;
  position: relative;
  color: #142166;
  font-weight: 700;
  display: inline-block;
  padding: 0 1.6rem;
}
.plan-list li .plan-inner .plan-text::before {
  content: "\\";
  position: absolute;
  left: 0;
}
.plan-list li .plan-inner .plan-text::after {
  content: "/";
  position: absolute;
  right: 0;
}
.plan-list li .plan-inner ul {
  list-style: none;
  text-align: left;
  padding: 1.6rem 0;
  border-top: solid 1px #EAEAEA;
  border-bottom: solid 1px #EAEAEA;
}
.plan-list li .plan-inner ul li {
  position: relative;
  padding-left: 2rem;
  font-size: 1.3rem;
  width: auto;
}
@media screen and (min-width: 768px), print {
  .plan-list li .plan-inner ul li {
    font-size: 1.5rem;
  }
}
.plan-list li .plan-inner ul li + li {
  margin-top: 4px;
}
.plan-list li .plan-inner ul li::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #005BAC;
  border-radius: 50%;
}
.plan-list li .plan-inner ul li::after {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) translate(6px, -2px);
          transform: rotate(45deg) translate(6px, -2px);
}
.plan-list li .plan-cost {
  color: #005BAC;
  font-weight: 700;
  font-size: 2rem;
}
.plan-list li .plan-cost span {
  font-size: 3.2rem;
  font-weight: 700;
}
.plan-list li .plan-cost .num {
  font-size: 6.4rem;
  margin: 0 4px;
}
.plan-list li .plan-btn {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px), print {
  .plan-list li .plan-btn {
    margin-top: 3.2rem;
  }
}
.plan-list li .plan-btn .btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#F74A67), to(#D21533));
  background-image: linear-gradient(90deg, #F74A67, #D21533);
  width: 21.6rem;
}
@media screen and (min-width: 768px), print {
  .plan-list li .plan-btn .btn {
    width: 22.4rem;
    font-size: 1.6rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    height: 4.8rem;
  }
  .plan-list li .plan-btn .btn:hover {
    opacity: 0.7;
  }
}
.plan-list li:nth-of-type(2) h3 {
  background: #7139BF;
}
.plan-list li:nth-of-type(2) h3::after {
  border-color: #7139BF transparent transparent transparent;
}
.plan-list li:nth-of-type(2) .plan-inner ul li::before {
  background-color: #7139BF;
}
.plan-list li:nth-of-type(2) .plan-cost {
  color: #7139BF;
}

/* 初めての方にも簡単、手軽にセキュリティを届けたい */
@media screen and (min-width: 768px), print {
  .developer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px), print {
  .developer-img {
    width: 49%;
  }
}
.developer-img img {
  border-radius: 16px;
}
.developer-text {
  margin-top: 4rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px), print {
  .developer-text {
    width: 44.5%;
    margin-top: 0;
  }
}
.developer-text img {
  max-width: 28rem;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px), print {
  .developer-text img {
    margin: 0;
  }
}
.developer-text .title {
  margin-top: 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #142166;
}
@media screen and (min-width: 768px), print {
  .developer-text .title {
    font-size: 3.2rem;
    margin-top: 3.2rem;
  }
}
.developer-text p {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 1.6rem 0 0;
}
@media screen and (min-width: 768px), print {
  .developer-text p {
    font-size: 1.6rem;
    margin: 3.2rem 0 0;
  }
}
.developer-text .link-arrow {
  margin-top: 2rem;
}
@media screen and (min-width: 768px), print {
  .developer-text .link-arrow {
    margin: 2.4rem 0 0;
  }
}

/* 実績 */
.achievements-container {
  padding-top: 0;
}
.achievements-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.achievements-list li {
  width: 48%;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: rgba(133, 57, 191, 0.08) 0 4px 8px;
          box-shadow: rgba(133, 57, 191, 0.08) 0 4px 8px;
  padding: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .achievements-list li {
    border-radius: 16px;
    padding: 3.2rem;
  }
}
@media screen and (min-width: 1024px), print {
  .achievements-list li {
    width: 23.5%;
  }
}
@media screen and (max-width: 1023.98px) {
  .achievements-list li:nth-of-type(n+3) {
    margin-top: 4%;
  }
}
.achievements-img {
  max-width: 7.2rem;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .achievements-img {
    max-width: 10rem;
  }
}
.achievements-label {
  background: #7139BF;
  margin-top: 8px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 1.3rem;
  display: inline-block;
  padding: 2px 8px;
}
@media screen and (min-width: 768px), print {
  .achievements-label {
    font-size: 1.6rem;
    padding: 4px 16px;
    border-radius: 1.6rem;
    margin-top: 16px;
  }
}
.achievements-label sup {
  vertical-align: text-top;
}
.achievements-num {
  color: #808080;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .achievements-num {
    font-size: 2rem;
  }
}
.achievements-num span {
  font-weight: 700;
  color: #142166;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px), print {
  .achievements-num span {
    font-size: 4.8rem;
  }
}
.achievements-note {
  margin-top: 1.6rem;
  color: #AAAAAA;
  font-size: 1.4rem;
}
.achievements-note span {
  display: block;
}
.achievements-note span + span {
  margin-top: 8px;
}
@media screen and (min-width: 768px), print {
  .achievements-note span + span {
    margin-top: 0;
  }
}

/* 「情報セキュリティサービス 基準適合サービスリスト」登録済 */
.sss-erc {
  margin: 5.6rem auto 0;
  background: #fff;
  border-radius: 8px;
  padding: 3.2rem 2rem;
  -webkit-box-shadow: rgba(133, 57, 191, 0.08) 0 4px 8px;
          box-shadow: rgba(133, 57, 191, 0.08) 0 4px 8px;
  max-width: 91rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 768px), print {
  .sss-erc {
    margin: 5.6rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4rem;
    border-radius: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sss-erc .sss-erc-text {
  gap: 0;
}
.sss-erc .sss-erc-text .sss-erc-text-title {
  font-weight: 700;
  color: #142166;
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .sss-erc .sss-erc-text .sss-erc-text-title {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}
.sss-erc .sss-erc-text p {
  display: inline;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px), print {
  .sss-erc .sss-erc-text p {
    font-size: 1.6rem;
  }
}
.sss-erc .sss-erc-logo {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px), print {
  .sss-erc .sss-erc-logo {
    margin: 0 0 0 3.2rem;
  }
}
.sss-erc .sss-erc-logo img {
  max-height: 104px;
  width: auto;
  display: block;
  margin: 0 auto;
  max-width: none;
}
.sss-erc .sss-erc-logo p {
  margin-top: 16px;
  display: block;
  text-align: center;
  line-height: 1;
}

/* よくある質問 */
.faq {
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  max-width: 96.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px), print {
  .faq {
    border-radius: 16px;
  }
}
.faq-container {
  padding-top: 0;
  padding-bottom: 0;
}
.faq-inner {
  background: #EFEDF7;
  border-radius: 8px;
  padding: 7.2rem 2rem;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .faq-inner {
    border-radius: 16px;
    padding: 8rem 2rem;
  }
}
.faq:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .faq:not(:last-of-type) {
    margin-bottom: 1.6rem;
  }
}
.faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  line-height: 1.4;
  padding: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .faq-item {
    padding: 2.4rem 4rem;
  }
}
.faq-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.6rem;
  height: 2.6rem;
  margin-right: 4px;
  background: url(../images/icon_q.svg) center/100% no-repeat;
}
@media screen and (min-width: 768px), print {
  .faq-icon {
    margin-right: 1.6rem;
    width: 2.2rem;
    height: 3.7rem;
  }
}
.faq-toggle {
  background: #142166;
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  margin-left: 4px;
}
@media screen and (min-width: 768px), print {
  .faq-toggle {
    margin-left: 1.6rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}
.faq-toggle::before, .faq-toggle::after {
  content: "";
  position: absolute;
  height: 0.15rem;
  width: 1.2rem;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px), print {
  .faq-toggle::before, .faq-toggle::after {
    height: 0.2rem;
    width: 1.6rem;
  }
}
.faq-toggle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      align-self: center;
  display: block;
}
.faq-q {
  margin-bottom: 0.1rem;
  cursor: pointer;
}
.faq-q .faq-icon {
  padding-bottom: 0.75rem;
}
.faq-q .faq-text {
  color: #142166;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .faq-q .faq-text {
    font-size: 2rem;
  }
}
.faq-q.is-open .faq-toggle::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq-a {
  padding: 0 4.3rem 1.5rem 3.5rem;
}
@media screen and (min-width: 768px), print {
  .faq-a {
    padding: 0 8.8rem 2.4rem 7.8rem;
  }
}
.faq-a .faq-text {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .faq-a .faq-text {
    font-size: 1.6rem;
  }
}

/* 注釈 */
.catch-note {
  padding: 5rem 2rem;
  line-height: 1.4;
  font-size: 1.2rem;
  color: #000;
}
@media screen and (min-width: 768px), print {
  .catch-note {
    padding: 7rem 3rem;
  }
}
.catch-note a {
  color: #000;
  text-decoration: none;
}
.catch-note a:hover {
  text-decoration: underline;
}

/* その他のGMOサイバーセキュリティ脆弱性診断 */
.other-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #007b98;
}
@media screen and (min-width: 768px), print {
  .other-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.other-heading {
  margin-bottom: 2.5rem;
  line-height: 1.4;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .other-heading {
    margin-bottom: 3.5rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .other-heading .br {
    display: block;
  }
}
@media screen and (min-width: 576px), print {
  .other-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.other-list:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 576px), print {
  .other-list:not(:last-child) {
    margin-right: 3rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .other-list:not(:last-child) {
    margin-right: 5rem;
  }
}
.other-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 576px), print {
  .other-list li:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
.other-list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: -1rem -1rem -1rem 0;
  padding: 1rem 1rem 1rem 1em;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px), print {
  .other-list a {
    font-size: 1.5rem;
  }
}
.other-list a::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
}
.other-list a:hover {
  text-decoration: underline;
}

/* 無料アカウント作成 */
.cta-label {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px), print {
  .cta-label {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
.cta-download {
  margin-top: 3rem;
}

/* サイトシール（フッター用）*/
.ft-siteseal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 154rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5rem;
}
@media screen and (min-width: 768px), print {
  .ft-siteseal {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 3rem;
  }
}
.ft-siteseal-item {
  margin-right: 1.6rem;
  margin-left: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .ft-siteseal-item {
    margin-right: 0;
    margin-left: 1.6rem;
  }
}

/* アニメーション */
.anim-item {
  pointer-events: none;
  -webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
  transition: opacity 0.75s, -webkit-transform 0.75s;
  transition: opacity 0.75s, transform 0.75s;
  transition: opacity 0.75s, transform 0.75s, -webkit-transform 0.75s;
}
.anim-item.is-active {
  pointer-events: auto;
}
.anim-item.fadeIn {
  opacity: 0;
}
.anim-item.fadeIn.is-active {
  opacity: 1;
}
.anim-item.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(75px);
          transform: translateY(75px);
}
.anim-item.fadeInUp.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}