@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;
  max-width: 30rem;
  width: 100%;
  height: 6rem;
  font-weight: 700;
  font-size: 2rem;
  color: #042aa3;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd201), to(#ffe53a));
  background-image: linear-gradient(90deg, #ffd201, #ffe53a);
  text-decoration: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-box-shadow: 0 4px 12px rgba(33, 83, 244, 0.42);
          box-shadow: 0 4px 12px rgba(33, 83, 244, 0.42);
}
@media screen and (min-width: 768px), print {
  .btn {
    width: 28rem;
    height: 6rem;
    font-size: 2rem;
  }
}
.btn:hover {
  text-decoration: none;
  color: #042aa3;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    opacity: 0.7;
  }
}
.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-emergency {
  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: 100%;
  max-width: 32rem;
  height: 6rem;
  padding-top: 0.075em;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0F2B7F), to(#1C41AE));
  background-image: linear-gradient(90deg, #0F2B7F, #1C41AE);
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023.98px) {
  .global-nav-emergency {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px), print {
  .global-nav-emergency {
    height: 4.3rem;
    font-size: 1.7rem;
    width: 18.5rem;
    margin: 0;
  }
}
.global-nav-emergency:hover {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .global-nav-emergency:hover {
    opacity: 0.7;
  }
}
.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: 100%;
  max-width: 32rem;
  height: 6rem;
  padding-top: 0.075em;
  font-weight: 700;
  font-size: 2rem;
  color: #042aa3;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd201), to(#ffe53a));
  background-image: linear-gradient(90deg, #ffd201, #ffe53a);
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media screen and (max-width: 1023.98px) {
  .global-nav-download {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px), print {
  .global-nav-download {
    height: 4.3rem;
    font-size: 1.7rem;
    width: 20.4rem;
  }
}
.global-nav-download:hover {
  color: #042aa3;
}
@media (hover: hover) and (pointer: fine) {
  .global-nav-download:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1024px), print {
  .global-nav-login {
    display: none;
  }
}
@media screen and (min-width: 1024px), print {
  .global-nav-contact {
    display: none;
  }
}

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

  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: 900;
  font-size: 2rem;
  padding-bottom: 24px;
  color: #142166;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .section-heading {
    font-size: 2.5rem;
  }
}
.section-heading span {
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (min-width: 768px), print {
  .section-heading span {
    font-size: 3.5rem;
  }
}
.section-heading b {
  color: #7139BF;
}
.section-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 6px;
  width: 90px;
  background: -webkit-gradient(linear, left top, right top, from(#1342C5), to(#8A59E3));
  background: linear-gradient(90deg, #1342C5, #8A59E3);
}
.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;
  }
}

/* 矢印リンク */
.arrow-link {
  text-align: right;
  margin-top: 1.6rem;
}
.arrow-link a {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  padding-left: 2.4rem;
}
.arrow-link a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 16px;
  background: url(../images/icon-arrow.svg) center/100% no-repeat;
}
@media screen and (min-width: 768px), print {
  .arrow-link a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .arrow-link a:hover {
    opacity: 0.7;
  }
}

.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: #F3F6FF;
}
.bg-secondary {
  background-color: #F3F6FF;
}

/* メインビジュアル */
.mv-section {
  margin-top: 6rem;
  padding: 1rem 1.2rem 4rem;
  background-image: url(../images/mv_bg_sm.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px), print {
  .mv-section {
    padding: 2.4% 0 5.8%;
    background-image: url(../images/mv_bg.webp);
    background-size: 100% auto;
    background-repeat: repeat;
    position: relative;
  }
}
@media screen and (min-width: 1024px), print {
  .mv-section {
    margin-top: 8.3rem;
  }
}
@media screen and (min-width: 1440px) {
  .mv-section {
    background-size: 1440px auto;
    position: relative;
    padding: 4.8rem 0 8.8rem;
  }
  .mv-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc((100vw - 1440px) / 2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #FFFFFF), color-stop(84%, #E3EAFF));
    background: linear-gradient(#FFFFFF 20%, #E3EAFF 84%);
  }
  .mv-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc((100vw - 1440px) / 2);
    background: #186EFF;
  }
}
.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: 0;
  max-width: 364px;
  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: 129.6rem;
    padding: 0;
    margin: 0 4%;
  }
}
@media screen and (min-width: 1024px), print {
  .mv-container {
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .mv-container {
    margin: 0 auto;
  }
}
.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;
    width: 46%;
    max-width: 60.4rem;
  }
}
@media screen and (min-width: 1024px), print {
  .mv-heading {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1280px), print {
  .mv-heading {
    font-size: 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: 20rem;
  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: 390px) {
  .mv-btn {
    margin-top: 28rem;
  }
}
@media screen and (min-width: 768px), print {
  .mv-btn {
    position: absolute;
    margin: 0;
    bottom: 8.4%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 1440px) {
  .mv-btn {
    bottom: 4.8rem;
  }
}
.mv-btn .btn {
  max-width: 33.5rem;
  font-size: 2rem;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd201), to(#ffe53a));
  background-image: linear-gradient(90deg, #ffd201, #ffe53a);
  -webkit-box-shadow: 0 0 16px rgba(4, 42, 163, 0.7);
          box-shadow: 0 0 16px rgba(4, 42, 163, 0.7);
}
@media screen and (min-width: 768px), print {
  .mv-btn .btn {
    max-width: 32rem;
    height: 6vw;
    width: 30%;
    max-height: 6rem;
    -webkit-box-shadow: 0 0 16px rgba(4, 42, 163, 0.3);
            box-shadow: 0 0 16px rgba(4, 42, 163, 0.3);
  }
  .mv-btn .btn:hover {
    opacity: 1;
  }
  .mv-btn .btn:hover span {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1440px) {
  .mv-btn .btn {
    font-size: 2rem;
  }
}
.mv-btn .btn span {
  font-weight: 700;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #042aa3;
}
.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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  max-width: 420px;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .mv-badge {
    max-width: 129.6rem;
    margin: 1% 4% 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (min-width: 1440px) {
  .mv-badge {
    margin: 15px auto 0;
  }
}
.mv-badge li {
  width: 100px;
}
@media screen and (min-width: 768px), print {
  .mv-badge li {
    max-width: 110px;
    width: 8.5%;
  }
}
.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 -2.4rem -1.8rem 0;
}
@media screen and (min-width: 1024px), print {
  .award-list {
    margin: 0 -0.7rem;
  }
}
.award-list-wrap {
  max-width: 31rem;
  margin: 3rem auto 0;
  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: 6rem 0 0;
  }
}
.award-item {
  width: 48%;
  padding: 0 2.4rem 1.8rem 0;
}
@media screen and (min-width: 768px), print {
  .award-item {
    width: 16.7rem;
    margin: 0 1.2rem;
    padding: 0;
  }
}
.award-item:first-child {
  margin: 0 26%;
}
@media screen and (min-width: 768px), print {
  .award-item:first-child {
    margin: 0 1.2rem;
  }
}
.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: 1.1rem;
  margin: 4rem auto 0;
  color: #7A8D99;
}
@media screen and (min-width: 768px), print {
  .award-note {
    margin: 1.6rem auto 0;
    text-align: center;
  }
}
.award-note span {
  display: block;
}
@media screen and (min-width: 768px), print {
  .award-note span {
    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: 40px 0 0;
}
@media screen and (min-width: 768px), print {
  .customer-logo-section {
    padding-top: 0;
  }
}

.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 48s linear infinite;
          animation: beltStream 48s linear infinite;
}

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

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

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

@media screen and (min-width: 640px), print {
  .customer-belt .cb-inner li {
    min-width: 240px;
  }
}
@media screen and (min-width: 768px), print {
  .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 {
    min-width: auto;
  }
  .customer-belt .cb-inner li img {
    width: 100%;
  }
  .customer-belt .cb-inner,
  .customer-belt.active .cb-inner,
  .customer-belt.active .cb-inner.second-inner,
  .customer-belt.active.customer-odd .cb-inner,
  .customer-belt.active.customer-odd .cb-inner.second-inner {
    -webkit-animation: none;
            animation: none;
  }
  .customer-belt .cb-inner.second-inner {
    display: none;
  }
}
.customer-logo-container {
  padding: 0 0 4.4rem;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .customer-logo-container {
    padding: 4.6rem 0;
  }
}

@keyframes beltStream {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes beltStream2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.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 20px;
  line-height: 0;
  max-width: 165px;
  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 48s linear infinite;
          animation: beltStream 48s linear infinite;
}

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

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

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

@media screen and (min-width: 640px), print {
  .customer-belt .cb-inner li {
    min-width: 240px;
  }
}
@media screen and (min-width: 768px), print {
  .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 {
    min-width: auto;
    max-width: 165px;
    padding: 0 20px;
  }
  .customer-belt .cb-inner li img {
    width: 100%;
  }
  .customer-belt .cb-inner,
  .customer-belt.active .cb-inner,
  .customer-belt.active .cb-inner.second-inner,
  .customer-belt.active.customer-odd .cb-inner,
  .customer-belt.active.customer-odd .cb-inner.second-inner {
    -webkit-animation: none;
            animation: none;
  }
  .customer-belt .cb-inner.second-inner {
    display: none;
  }
}
/* ランサムウェアの感染経路は
外部公開サーバーが8割 */
.about-container {
  padding: 3rem 2rem;
}
@media screen and (min-width: 768px), print {
  .about-container {
    padding: 3rem;
  }
}
.about-inner {
  max-width: 110rem;
}
.about-heading {
  padding: 0;
}
@media screen and (min-width: 768px), print {
  .about-heading {
    font: 2.6rem;
  }
}
.about-heading span {
  position: relative;
  padding: 0 16px;
}
@media screen and (min-width: 768px), print {
  .about-heading span {
    font-size: 3.2rem;
  }
}
.about-heading span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background: #041048;
}
.about-heading span b {
  color: #fff;
  position: relative;
}
.about-heading .br {
  display: block;
}
.about-heading::after {
  content: none;
}
@media screen and (min-width: 768px), print {
  .about-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.about-text {
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .about-text {
    width: 50%;
  }
}
.about-text h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #041048;
}
@media screen and (min-width: 768px), print {
  .about-text h3 {
    font-size: 3rem;
  }
}
.about-text h3 span {
  color: #D81E3A;
  font-weight: 700;
  -webkit-text-decoration: underline wavy #041048;
          text-decoration: underline wavy #041048;
  text-underline-offset: 4px;
}
@media screen and (min-width: 768px), print {
  .about-text h3 span {
    text-underline-offset: 6px;
  }
}
.about-text p {
  margin-top: 2.4rem;
  line-height: 1.7;
  color: #000;
}
.about-img {
  margin-top: 3.2rem;
}
.about-img p {
  margin-top: 2.2rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}
.about-img p:last-child {
  text-decoration: underline;
  font-size: 1.3rem;
  margin-top: 8px;
}
.about-img p:last-child a {
  color: #808080;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px), print {
  .about-img p:last-child a:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .about-img p:last-child {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .about-img p {
    margin-top: 2.6rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .about-img {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px), print {
  .about-img {
    margin-top: 0;
    width: 45%;
  }
}

/* 狙われやすい外部公開サーバーとは
外部公開サーバー気づかないうちに狙われる⼊⼝を公開していませんか？ */
.external-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1435d8), color-stop(62%, #abcdff), to(#c3daff));
  background-image: linear-gradient(180deg, #1435d8 0%, #abcdff 62%, #c3daff 100%);
}
.external-container {
  padding: 3rem 2rem;
}
@media screen and (min-width: 768px), print {
  .external-container {
    padding: 7.2rem 3rem 13.4rem;
  }
}
.external-inner {
  max-width: 110rem;
}
.external-header {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px), print {
  .external-header {
    margin-bottom: 6.4rem;
  }
}
.external-heading {
  color: #fff;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  .external-heading {
    font-size: 3rem;
  }
}
.external-heading span {
  color: #041048;
  background: #FFE228;
  padding: 0 4px;
}
@media screen and (min-width: 768px), print {
  .external-heading span {
    margin-right: 8px;
    font-size: 3.5rem;
  }
}
.external-heading::after {
  content: none;
}
.external-list {
  list-style: none;
}
@media screen and (min-width: 768px), print {
  .external-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.external-list li {
  background: #fff;
  border-radius: 2rem;
  padding: 2rem;
}
@media screen and (min-width: 768px), print {
  .external-list li {
    padding: 2rem 4rem;
    width: 48%;
  }
}
@media screen and (max-width: 767.98px) {
  .external-list li + li {
    margin-top: 3rem;
  }
}
.external-list li h3 {
  text-align: center;
  color: #142166;
  font-size: 1.8rem;
  margin: 0 0 2rem;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .external-list li h3 {
    font-size: 2.1rem;
    margin: 0 0 2.6rem;
    padding: 4px 0;
  }
}
@media screen and (min-width: 1024px), print {
  .external-list li h3 {
    font-size: 2.5rem;
  }
}
.external-list li h3 span {
  color: #fff;
  position: relative;
  font-weight: 700;
}
.external-list li h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 10px);
  height: 100%;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  background: #041048;
}
.external-list li img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 400px;
}
.external-list li p {
  margin: 1.2rem 0 0;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.7;
}
@media screen and (min-width: 768px), print {
  .external-list li p {
    font-size: 1.7rem;
    margin: 2rem 0 0;
  }
}
.external-box {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #B5CFFF), to(#FFFFFF));
  background-image: linear-gradient(180deg, #B5CFFF 3%, #FFFFFF);
  border-radius: 2rem;
  margin: 3rem -2rem 2.4rem;
  padding: 2rem;
}
@media screen and (min-width: 768px), print {
  .external-box {
    margin: 4rem 0 4.4rem;
    padding: 4rem 2rem;
  }
}
.external-box h3 {
  color: #041048;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px), print {
  .external-box h3 {
    font-size: 2.5rem;
  }
}
.external-box p {
  font-weight: 500;
  font-size: 1.8rem;
  color: #041048;
  margin-top: 30px;
}
@media screen and (min-width: 768px), print {
  .external-box p {
    margin-top: 2rem;
    font-size: 2.3rem;
    text-align: center;
  }
}
.external-box p span {
  color: #D81E3A;
  font-weight: 500;
}

.public-heading {
  color: #041048;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  .public-heading {
    font-size: 4rem;
  }
}
.public-heading ruby {
  background: #FFE228;
  padding: 0 4px;
}
.public-heading ruby rt {
  font-size: 1.3rem;
  font-weight: 400;
  ruby-align: center;
  margin: 0 0 6px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .public-heading ruby rt {
    font-size: 1.7rem;
    margin: 0 0 12px;
  }
}
.public-heading::after {
  content: none;
}
.public-list {
  list-style: none;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .public-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.public-list li {
  background: #fff;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .public-list li {
    width: 48%;
  }
}
.public-list li h3 {
  padding: 7px;
  background: #041048;
  color: #FFE228;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .public-list li h3 {
    font-size: 2.3rem;
    padding: 12px;
  }
}
.public-list li + li {
  margin-top: 2.4rem;
}
.public-list li + li .public-inner img {
  max-width: 400px;
}
@media screen and (min-width: 768px), print {
  .public-list li + li {
    margin: 0;
  }
}
.public-inner {
  padding: 2rem;
}
@media screen and (min-width: 768px), print {
  .public-inner {
    padding: 1.6rem 3rem 3rem;
  }
}
.public-inner div {
  color: #041048;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .public-inner div {
    font-size: 2.6rem;
  }
}
.public-inner div span {
  color: #D81E3A;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .public-inner div span {
    font-size: 3.1rem;
  }
}
.public-inner img {
  margin: 1.2rem auto;
  display: block;
  max-width: 352px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .public-inner img {
    margin: 1.6rem auto;
  }
}
.public-inner p {
  line-height: 1.7;
}
@media screen and (min-width: 768px), print {
  .public-inner p {
    font-size: 1.7rem;
  }
}

/* ネットde診断ASMで攻撃の⼊⼝を発⾒‧修復 */
.repair-section {
  position: relative;
}
.repair-section::before {
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 50vw;
  border-color: transparent transparent transparent #F3F6FF;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .repair-section::before {
    border-width: 60px 0 0 50vw;
    top: -59px;
  }
}
.repair-section::after {
  content: "";
  position: absolute;
  top: -19px;
  right: 0;
  border-width: 20px 50vw 0 0;
  border-color: transparent #F3F6FF transparent transparent;
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (min-width: 768px), print {
  .repair-section::after {
    border-width: 60px 50vw 0 0;
    top: -59px;
  }
}
.repair-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px), print {
  .repair-container {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.repair-inner {
  max-width: 110rem;
}
.repair-heading {
  padding: 0 2rem;
  font-style: italic;
  margin: 0 -2rem;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px), print {
  .repair-heading {
    padding: 0 3rem;
    font-size: 3.6rem;
    margin: 0 calc((100vw - 100%) / -2);
    width: 100vw;
  }
}
@media screen and (min-width: 1024px), print {
  .repair-heading br {
    display: none;
  }
}
.repair-heading span {
  font-style: italic;
  position: relative;
  padding: 0 4px;
  z-index: 2;
  color: #fff;
  margin: 0 4px;
  font-size: 3rem;
}
@media screen and (min-width: 768px), print {
  .repair-heading span {
    font-size: 4.6rem;
    padding: 0 8px;
  }
}
.repair-heading span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% + 2px);
  height: 100%;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  background: -webkit-gradient(linear, left top, right top, from(#1342C5), to(#2580D3));
  background: linear-gradient(90deg, #1342C5, #2580D3);
  z-index: -1;
}
.repair-heading .br-sp {
  display: block;
}
.repair-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: -16px;
  width: 100%;
  height: 75px;
  background: url(../images/repair-title-sp-l.png) left/auto 100% no-repeat;
}
@media screen and (min-width: 768px), print {
  .repair-heading::before {
    background: url(../images/repair-title-pc-l.png) left/auto 100% no-repeat;
    height: 150px;
    top: -48px;
  }
}
.repair-heading::after {
  top: -48px;
  left: 0;
  height: 78px;
  width: 100%;
  background: url(../images/repair-title-sp-r.png) right/auto 100% no-repeat;
}
@media screen and (min-width: 768px), print {
  .repair-heading::after {
    background: url(../images/repair-title-pc-r.png) right/auto 100% no-repeat;
    height: 156px;
    top: 8px;
  }
}
.repair-list {
  list-style: none;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .repair-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.repair-list li {
  position: relative;
  text-align: center;
  padding: 6.4rem 1rem 2.4rem;
  border-radius: 1.4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#D7ECFF), to(#73CEFF));
  background: linear-gradient(180deg, #D7ECFF, #73CEFF);
  -webkit-box-shadow: 0 0 1rem rgba(123, 158, 255, 0.3);
          box-shadow: 0 0 1rem rgba(123, 158, 255, 0.3);
  margin-top: 5.6rem;
}
@media screen and (min-width: 768px), print {
  .repair-list li {
    width: 48%;
    padding: 8rem 4rem 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .repair-list li + li {
    margin-top: 6.4rem;
  }
}
.repair-list li:nth-child(2) img {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.repair-list li h3 {
  display: inline-block;
  font-size: 1.8rem;
  margin: 0 0 8px;
  position: absolute;
  top: -3rem;
  left: 4rem;
  right: 4rem;
  margin: auto;
  padding: 6px;
  border: 2px solid transparent;
  border-radius: 14px;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px), print {
  .repair-list li h3 {
    top: -4rem;
    font-size: 2rem;
    border-radius: 2rem;
    padding: 13px;
    left: 0;
    right: 0;
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px), print {
  .repair-list li h3 {
    font-size: 2.3rem;
  }
}
.repair-list li h3::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  padding: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#1342C5), to(#2580D3));
  background: linear-gradient(90deg, #1342C5, #2580D3);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: 14px;
}
.repair-list li h3 span {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#1342C5), to(#2580D3));
  background: linear-gradient(90deg, #1342C5, #2580D3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

/* ランサムウェア対策ならネットde診断 ASM */
.cta-section {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#0303ea), to(#145cff));
  background-image: linear-gradient(90deg, #0303ea, #145cff);
}
.cta-container {
  padding: 4rem 2rem 4.8rem;
}
@media screen and (min-width: 768px), print {
  .cta-container {
    padding: 7.2rem 3rem;
  }
}
.cta-header {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .cta-header {
    margin-bottom: 2.8rem;
  }
}
.cta-heading {
  color: #fff;
  font-size: 2.3rem;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  .cta-heading {
    font-size: 3rem;
  }
}
.cta-heading span {
  font-size: 2.8rem;
  color: #FFE228;
}
@media screen and (min-width: 768px), print {
  .cta-heading span {
    font-size: 3.5rem;
  }
}
.cta-heading::after {
  content: none;
}
.cta-text {
  color: #fff;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .cta-text {
    font-size: 1.8rem;
    text-align: center;
  }
}
.cta-btn {
  margin-top: 3.2rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .cta-btn {
    margin-top: 4.4rem;
  }
}
.cta-btn .btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd201), to(#ffe53a));
  background-image: linear-gradient(90deg, #ffd201, #ffe53a);
  width: 100%;
  max-width: 30rem;
  color: #042aa3;
}
@media screen and (min-width: 768px), print {
  .cta-btn .btn {
    max-width: 32rem;
    font-size: 2rem;
    height: 6rem;
  }
}
.cta-btn .btn span {
  font-weight: 700;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px), print {
  .cta-btn .btn:hover span {
    opacity: 0.7;
  }
}
.cta-link {
  text-align: center;
  margin-top: 32px;
}
@media screen and (min-width: 768px), print {
  .cta-link {
    margin-top: 4rem;
  }
}
.cta-link a {
  color: #fff;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px), print {
  .cta-link a {
    font-size: 1.7rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .cta-link a:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}

/* ネットde診断 ASMで
実現できること */
.realization {
  position: relative;
}
.realization-section {
  position: relative;
}
.realization-container {
  padding: 4.8rem 2rem;
}
@media screen and (min-width: 768px), print {
  .realization-container {
    padding: 6.4rem 3rem 5.6rem;
  }
}
.realization-inner {
  max-width: 110rem;
}
.realization-text {
  text-align: center;
  line-height: 1.7;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .realization-text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px), print {
  .realization-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 434px;
    width: 40%;
    margin: auto;
    padding: 7.2rem 0;
    position: relative;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.realization-img img {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .realization-img img {
    max-width: 90rem;
  }
}
.realization-list {
  list-style: none;
  margin-top: 24px;
}
@media screen and (min-width: 768px), print {
  .realization-list {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.realization-list li {
  border-radius: 10px;
  padding: 40px 20px 20px;
  -webkit-box-shadow: 0 0 15px rgba(123, 158, 255, 0.3);
          box-shadow: 0 0 15px rgba(123, 158, 255, 0.3);
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .realization-list li {
    width: 32%;
    padding: 2rem 3rem 3rem;
  }
}
.realization-list li + li {
  margin-top: -8px;
}
@media screen and (min-width: 768px), print {
  .realization-list li + li {
    margin: 0;
  }
}
.realization-list li:nth-of-type(1) {
  z-index: 3;
}
@media screen and (min-width: 768px), print {
  .realization-list li:nth-of-type(1) {
    z-index: 0;
    margin-right: 18%;
  }
}
.realization-list li:nth-of-type(2) {
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  .realization-list li:nth-of-type(2) {
    z-index: 0;
    margin-left: 18%;
  }
}
.realization-list li:nth-of-type(3) {
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .realization-list li:nth-of-type(3) {
    z-index: 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 8rem;
    margin-left: 18%;
  }
}
@media screen and (min-width: 768px), print {
  .realization-list li:nth-of-type(4) {
    z-index: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 8rem;
    margin-right: 18%;
  }
}
.realization-list li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1342C5;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 768px), print {
  .realization-list li h3 {
    display: block;
    font-size: 2.3rem;
  }
}
.realization-list li h3 .num {
  margin-right: 24px;
}
@media screen and (min-width: 768px), print {
  .realization-list li h3 .num {
    display: block;
    margin: 0 0 1rem;
  }
}
.realization-list li h3 .num img {
  height: 6.4rem;
}
.realization-list li p {
  margin-top: 20px;
  color: #000;
}
@media screen and (min-width: 768px), print {
  .realization-list li p {
    margin-top: 1rem;
    font-size: 1.7rem;
  }
}

/* ネットde診断 ASMの
導⼊後の効果 */
.effect-section {
  position: relative;
  background: url(../images/effect-bg-sp.webp) center/100%;
}
@media screen and (min-width: 768px), print {
  .effect-section {
    background: url(../images/effect-bg-pc.webp) center/100%;
  }
}
.effect-container {
  padding: 4rem 2rem;
}
@media screen and (min-width: 768px), print {
  .effect-container {
    padding: 7.2rem 3rem 6.4rem;
  }
}
.effect-inner {
  max-width: 110rem;
}
.effect-text {
  text-align: center;
  line-height: 1.7;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .effect-text {
    font-size: 1.6rem;
  }
}
.effect-img {
  margin-top: 20px;
}
.effect-img img {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .effect-img img {
    max-width: 90rem;
  }
}
.effect-list {
  list-style: none;
  margin-top: 24px;
}
@media screen and (min-width: 768px), print {
  .effect-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.effect-list li {
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .effect-list li {
    width: 48%;
    padding: 3rem;
  }
}
.effect-list li + li {
  margin-top: 28px;
}
@media screen and (min-width: 768px), print {
  .effect-list li + li {
    margin: 0;
  }
}
.effect-list li h3 {
  text-align: center;
  color: #041048;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 768px), print {
  .effect-list li h3 {
    font-size: 2.2rem;
    min-height: 6.6rem;
    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;
  }
}
.effect-list li p {
  margin-top: 20px;
  color: #000;
  line-height: 1.7;
}
@media screen and (min-width: 768px), print {
  .effect-list li p {
    font-size: 1.7rem;
  }
}

/* ネットde診断 ASM が
選ばれる理由 */
.reason-section {
  position: relative;
}
.reason-container {
  padding: 4.8rem 2rem 3rem;
}
@media screen and (min-width: 768px), print {
  .reason-container {
    padding: 7.2rem 3rem;
  }
}
.reason-inner {
  max-width: 110rem;
}
@media screen and (min-width: 768px), print {
  .reason-header {
    margin-bottom: 11rem;
  }
}
.reason-text {
  position: relative;
  line-height: 1.7;
}
.reason-text h3 {
  font-size: 2rem;
  margin-top: 20px;
  color: #041048;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .reason-text h3 {
    font-size: 3rem;
    margin: 0 0 4rem;
  }
}
.reason-text h3 sub {
  font-size: 1rem;
}
.reason-text p {
  margin-top: 16px;
  color: #000;
}
@media screen and (min-width: 768px), print {
  .reason-text p {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px), print {
  .reason-text {
    width: 50%;
  }
}
.reason-text .note {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px), print {
  .reason-text .note {
    font-size: 1.1rem;
    margin-top: 3.2rem;
  }
}
.reason-img {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .reason-img {
    width: 46%;
  }
}
.reason-img img {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .reason-img img {
    max-width: 90rem;
  }
}
.reason-item {
  position: relative;
  list-style: none;
  margin-top: 24px;
}
@media screen and (min-width: 768px), print {
  .reason-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.reason-item:nth-of-type(even)::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: -2rem;
  width: 100vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#DAE8FF), to(#F6EEFF));
  background: linear-gradient(90deg, #DAE8FF, #F6EEFF);
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
}
@media screen and (min-width: 768px), print {
  .reason-item:nth-of-type(even)::before {
    left: -6.4rem;
    top: -4rem;
    width: calc(100vw + 6.4rem);
  }
}
@media screen and (min-width: 768px), print {
  .reason-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px), print {
  .reason-item:nth-of-type(2) {
    padding-bottom: 6rem;
  }
}
.reason-item:nth-of-type(2) .reason-img img {
  max-width: 28rem;
}
@media screen and (min-width: 768px), print {
  .reason-item:nth-of-type(2) .reason-img img {
    max-width: 47.3rem;
  }
}
.reason-item:nth-of-type(3) {
  margin-top: 70px;
}
@media screen and (min-width: 768px), print {
  .reason-item:nth-of-type(3) {
    margin: 8rem 0 11rem;
  }
}
@media screen and (min-width: 768px), print {
  .reason-item:nth-of-type(3) .reason-img {
    margin-bottom: 6.4rem;
  }
}
.reason-item:nth-of-type(3) .reason-img img {
  max-width: 26.8rem;
}
@media screen and (min-width: 768px), print {
  .reason-item:nth-of-type(3) .reason-img img {
    max-width: 33.5rem;
  }
}
.reason-item:nth-of-type(4) {
  padding-bottom: 40px;
  margin-top: 70px;
}
@media screen and (min-width: 768px), print {
  .reason-item:nth-of-type(4) {
    padding-bottom: 6.4rem;
  }
}
.reason-item:nth-of-type(4)::before {
  top: -3rem;
  background: -webkit-gradient(linear, left top, right top, from(#F6EEFF), to(#DAE8FF));
  background: linear-gradient(90deg, #F6EEFF, #DAE8FF);
}
@media screen and (min-width: 768px), print {
  .reason-item:nth-of-type(4)::before {
    left: auto;
    right: -6.4rem;
    top: -4rem;
  }
}
.reason-item:nth-of-type(4) .reason-img img {
  max-width: 34rem;
}
@media screen and (min-width: 768px), print {
  .reason-item:nth-of-type(4) .reason-img img {
    max-width: 43.1rem;
  }
}
@media screen and (min-width: 768px), print {
  .reason-item:nth-of-type(4) .reason-text {
    margin-bottom: 6.4rem;
  }
}

/* 料金プラン */
.plan-section {
  background-image: linear-gradient(135deg, #F6EEFF, #DAE8FF);
}
.plan-container {
  padding: 4.8rem 2rem 5.6rem;
}
@media screen and (min-width: 768px), print {
  .plan-container {
    padding: 6.4rem 3rem 7.2rem;
  }
}
.plan-inner {
  max-width: 110rem;
}
.plan-header {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px), print {
  .plan-header {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .plan-heading .br {
    display: block;
    margin-bottom: 1rem;
  }
}
.plan-item {
  height: auto;
  margin-right: 2rem;
}
@media screen and (min-width: 768px), print {
  .plan-item {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1024px), print {
  .plan-item {
    width: 50% !important;
    margin-right: 0;
    -webkit-transform: none !important;
            transform: none !important;
    pointer-events: auto !important;
  }
}
.plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 3rem 2rem;
  border-radius: 0 0 2rem 2rem;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .plan-content {
    padding: 4rem;
  }
}
@media screen and (min-width: 1024px), print {
  .plan-content {
    margin: 0 2rem;
    padding: 3rem 2rem 3.5rem;
    border-radius: 3rem;
  }
}
@media screen and (min-width: 1280px), print {
  .plan-content {
    margin: 0 1.5rem;
    padding: 4rem;
  }
}
.plan-head {
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .plan-head {
    margin-bottom: 3rem;
    max-width: 32rem;
    margin: 0 auto;
  }
}
.plan-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px), print {
  .plan-body {
    margin: 0 auto;
  }
}
.plan-foot {
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .plan-foot {
    max-width: 32rem;
    margin: 3.2rem auto 0;
  }
}
.plan-title {
  margin-bottom: 2rem;
  line-height: 1.2;
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
  position: relative;
  padding: 10px 0;
}
@media screen and (min-width: 768px), print {
  .plan-title {
    margin-bottom: 0.8rem;
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 1280px), print {
  .plan-title {
    font-size: 3rem;
  }
}
.plan-title span {
  position: relative;
  font-weight: 700;
}
.plan-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: 100%;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
}
@media screen and (min-width: 768px), print {
  .plan-title::before {
    width: 100%;
  }
}
.plan-description {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3em;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (min-width: 768px), print {
  .plan-description {
    font-size: 2rem;
  }
}
.plan-description .br {
  display: block;
}
@media screen and (min-width: 768px), print {
  .plan-description .br {
    display: none;
  }
}
.plan-cost {
  padding: 3rem 0 2.75rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (min-width: 768px), print {
  .plan-cost {
    padding: 4rem 0 3.5rem;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px), print {
  .plan-cost {
    padding: 3rem 0 2.75rem;
  }
}
@media screen and (min-width: 1280px), print {
  .plan-cost {
    padding: 4rem 0 3.5rem;
  }
}
.plan-cost .cost {
  display: inline-block;
  position: relative;
  top: 0.05em;
  margin: 0 0 0 0.1em;
  font-weight: 700;
  font-size: 6rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .plan-cost .cost {
    font-size: 6rem;
  }
}
.plan-cost .yen {
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (min-width: 768px), print {
  .plan-cost .yen {
    font-size: 3rem;
  }
}
.plan-domain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 13.4rem;
  padding-top: 0.4rem;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .plan-domain {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .plan-domain {
    height: 10.6rem;
    padding-top: 0.6rem;
  }
}
.plan-domain * {
  font-weight: 700;
}
@media screen and (max-width: 1439.98px) {
  .plan-domain .br {
    display: block;
  }
}
.plan-check {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .plan-check {
    font-size: 1.8rem;
  }
}
.plan-check li {
  position: relative;
  padding-left: 1.5em;
  color: #000;
}
.plan-check li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px), print {
  .plan-check li {
    padding-left: 1.2em;
  }
}
.plan-check .icon-check {
  display: block;
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .plan-check .icon-check {
    width: 1.8rem;
    top: 0.4em;
  }
}
.plan-more .btn {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1024px), print {
  .plan-more .btn {
    width: 24rem;
  }
}
@media screen and (min-width: 1280px), print {
  .plan-more .btn {
    width: 27.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .plan-more .btn:hover {
    opacity: 0.7;
  }
}
.plan-st-note {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .plan-st-note {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 479.98px) {
  .plan-st-note .br {
    display: block;
  }
}
.plan-free .plan-title::before {
  background: -webkit-gradient(linear, left top, right top, from(#1342C5), to(#4F7EFF));
  background: linear-gradient(90deg, #1342C5, #4F7EFF);
}
.plan-free .plan-cost .cost,
.plan-free .plan-cost .yen {
  color: #1342C5;
}
.plan-enterprise .plan-title::before {
  background: -webkit-gradient(linear, left top, right top, from(#5E00FF), to(#8A59E3));
  background: linear-gradient(90deg, #5E00FF, #8A59E3);
}
.plan-enterprise .plan-cost .cost,
.plan-enterprise .plan-cost .yen {
  color: #5E00FF;
}
.plan-enterprise .plan-domain {
  color: #007b98;
}
.plan-tab {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6rem;
  line-height: 1.35;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  border-radius: 2rem 2rem 0 0;
  background-color: #fff;
}
.plan-tab-free {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#1342C5), to(#4F7EFF));
  background: linear-gradient(90deg, #1342C5, #4F7EFF);
}
.swiper-slide-thumb-active .plan-tab-free {
  color: #1342C5;
  background: #fff;
}
.plan-tab-enterprise {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#5E00FF), to(#8A59E3));
  background: linear-gradient(90deg, #5E00FF, #8A59E3);
}
.swiper-slide-thumb-active .plan-tab-enterprise {
  color: #5E00FF;
  background: #fff;
}
.plan-tabs {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px), print {
  .plan-tabs {
    display: none;
  }
}
@media screen and (min-width: 1024px), print {
  .plan-contents {
    margin: 0 -1.5rem;
  }
}

/* 導入事例 */
.case-container {
  padding: 4.8rem 2rem 8rem;
}
@media screen and (min-width: 768px), print {
  .case-container {
    padding: 8rem 3rem 10rem;
  }
}
.case-inner {
  max-width: 95rem;
}
@media screen and (min-width: 768px), print {
  .case-img {
    width: 49%;
  }
}
.case-img img {
  border-radius: 16px;
}
.case-item {
  -webkit-box-shadow: 0 0 2rem rgba(123, 158, 255, 0.3);
          box-shadow: 0 0 2rem rgba(123, 158, 255, 0.3);
  border-radius: 2rem;
  padding: 1.2rem 2rem 2rem;
  margin-top: 24px;
}
@media screen and (min-width: 768px), print {
  .case-item {
    padding: 2.8rem 4rem 2.8rem;
    margin-top: 4rem;
  }
}
.case-item a {
  text-decoration: none;
}
.case-item .company-profile {
  display: block;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 2rem;
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .case-item .company-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .case-item .company-profile:hover {
    opacity: 0.7;
  }
}
.case-item .company-logo {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .case-item .company-logo {
    width: 30%;
    min-width: 256px;
    max-width: 256px;
  }
}
.case-item .company-text {
  padding: 1.6rem 0 0;
}
@media screen and (min-width: 768px), print {
  .case-item .company-text {
    width: 70%;
    padding: 0 0 0 1.2rem;
  }
}
.case-item .company-text .case-title {
  color: #1342C5;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 768px), print {
  .case-item .company-text .case-title {
    font-size: 2.2rem;
    margin: 0 0 8px;
  }
}
.case-item .company-text .company-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.case-item .company-text .company-column .company-name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 2rem;
}
@media screen and (min-width: 768px), print {
  .case-item .company-text .company-column .company-name {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .case-item .company-text .company-column .company-industry {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px), print {
  .case-before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 48px;
  }
}
.case-before div {
  background: #D9D9D9;
  color: #666868;
  text-align: center;
  border-radius: 1.5rem;
  font-size: 2rem;
  padding: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .case-before div {
    padding: 1.8rem 2.5rem;
    margin-right: 4rem;
    min-width: 170px;
  }
}
.case-before ul {
  padding-left: 1.6rem;
  margin-top: 2rem;
  color: #000;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .case-before ul {
    margin-top: 0;
  }
}
.case-before ul li + li {
  margin-top: 5px;
}
.case-after {
  position: relative;
  margin-top: 6.4rem;
}
@media screen and (min-width: 768px), print {
  .case-after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 48px;
    margin-top: 7.2rem;
  }
}
.case-after::before {
  content: "";
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  margin: auto;
  height: 24px;
  width: 30px;
  background: url(../images/case-arrow.svg) center/26px auto no-repeat;
}
@media screen and (min-width: 768px), print {
  .case-after::before {
    top: -48px;
  }
}
.case-after div {
  background: -webkit-gradient(linear, left top, right top, from(#1342C5), to(#8A59E3));
  background: linear-gradient(90deg, #1342C5, #8A59E3);
  color: #fff;
  text-align: center;
  border-radius: 1.5rem;
  font-size: 2rem;
  padding: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .case-after div {
    padding: 1.8rem 2.5rem;
    margin-right: 4rem;
    min-width: 170px;
  }
}
.case-after ul {
  padding-left: 1.6rem;
  margin-top: 2rem;
  color: #000;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .case-after ul {
    margin-top: 0;
  }
}
.case-after ul li + li {
  margin-top: 5px;
}

/* 「情報セキュリティサービス 基準適合サービスリスト」登録済 */
.sss-erc {
  margin: 4rem auto 0;
  max-width: 95rem;
  -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: 6.4rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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: 500;
  color: #041048;
  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;
  color: #000;
}
@media screen and (min-width: 768px), print {
  .sss-erc .sss-erc-text p {
    font-size: 1.6rem;
  }
}
.sss-erc .sss-erc-text p a {
  color: #000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px), print {
  .sss-erc .sss-erc-text p a:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}
.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 {
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px #E1E1E1;
}
.faq:last-child {
  border-bottom: solid 1px #E1E1E1;
}
.faq-container {
  padding-top: 0;
  padding-bottom: 0;
}
.faq-inner {
  position: relative;
}
.faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  line-height: 1.4;
  padding: 1.6rem 0;
}
@media screen and (min-width: 768px), print {
  .faq-item {
    padding: 2rem 1.6rem;
  }
}
.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: 3.6rem;
  height: 4.8rem;
  margin-right: 1.2rem;
  background: url(../images/faq-q.svg) center/100% no-repeat;
  font-size: 0;
}
@media screen and (min-width: 768px), print {
  .faq-icon {
    margin-right: 1.6rem;
    width: 4rem;
    height: 5.6rem;
  }
}
.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;
  position: relative;
  padding-right: 3.2rem;
}
@media screen and (min-width: 768px), print {
  .faq-q {
    padding-right: 3.6rem;
  }
}
.faq-q::after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/faq-toggle.svg) center/100% no-repeat;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px), print {
  .faq-q::after {
    width: 2.8rem;
    height: 2.8rem;
    right: 1rem;
  }
}
.faq-q .faq-text {
  color: #041048;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px), print {
  .faq-q .faq-text {
    font-size: 2rem;
  }
}
.faq-q.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px), print {
  .faq-a {
    padding-top: 0;
    padding-right: 5rem;
  }
}
.faq-a .faq-icon {
  padding-bottom: 0.75rem;
  background: url(../images/faq-a.svg) center/100% no-repeat;
}
.faq-a .faq-text {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 768px), print {
  .faq-a .faq-text {
    font-size: 1.7rem;
  }
}

/* 注釈 */
.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);
  }
}