@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: 5rem 2rem;
}
@media screen and (min-width: 768px), print {
  .section-container {
    padding: 10rem 3rem;
  }
}
.section-header {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .section-header {
    margin-bottom: 4rem;
  }
}
.section-heading {
  line-height: 1.2;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .section-heading {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-heading {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.section-heading::after {
  content: attr(data-sub);
  display: block;
  margin-top: 1rem;
  font-weight: normal;
  font-size: 1.5rem;
  color: #007b98;
  letter-spacing: normal;
}
@media screen and (min-width: 768px), print {
  .section-heading::after {
    font-size: 2rem;
  }
}
.section-inner {
  margin-right: auto;
  margin-left: auto;
}
.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;
  }
}

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

/* メインビジュアル */
.mv-section {
  padding: 3rem 0 0;
  background-color: #def9ff;
}
@media screen and (min-width: 768px), print {
  .mv-section {
    padding: 6rem 0 0;
  }
}
@media screen and (min-width: 1024px), print {
  .mv-section {
    padding: 8rem 0 0;
  }
}
.mv-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 6rem 0 0;
}
@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;
  }
}
@media screen and (min-width: 1024px), print {
  .mv-container {
    max-width: 94rem;
  }
}
@media screen and (min-width: 1280px), print {
  .mv-container {
    max-width: 104rem;
  }
}
.mv-header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.mv-heading {
  line-height: 1.5;
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .mv-heading {
    font-size: 3.3rem;
  }
}
@media screen and (min-width: 1024px), print {
  .mv-heading {
    font-size: 4rem;
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 1280px), print {
  .mv-heading {
    font-size: 4.6rem;
  }
}
.mv-heading .br {
  display: block;
}
.mv-caption {
  margin: 2.5rem 0;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .mv-caption {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px), print {
  .mv-caption {
    margin: 2.5rem 0 3.5rem;
    font-size: 1.8rem;
  }
}
.mv-caption .br {
  display: block;
}
.mv-btn .btn {
  width: 24.5rem;
}
@media screen and (min-width: 768px), print {
  .mv-btn .btn {
    width: 31.5rem;
  }
}
@media screen and (min-width: 1024px), print {
  .mv-btn .btn {
    width: 38.4rem;
    height: 7rem;
    font-size: 2.2rem;
  }
}
.mv-img {
  position: relative;
  width: 25rem;
  margin: 0 auto 1.75rem;
}
@media screen and (min-width: 768px), print {
  .mv-img {
    -ms-flex-item-align: center;
        align-self: center;
    width: 45%;
    margin: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px), print {
  .mv-img {
    width: 38rem;
  }
}
@media screen and (min-width: 1280px), print {
  .mv-img {
    width: 42.6rem;
  }
}
.mv-img .img-wrap {
  margin-right: -13%;
  margin-left: -19%;
}
@media screen and (min-width: 768px), print {
  .mv-img .img-wrap {
    margin-right: -25%;
    margin-left: -31%;
  }
}
.mv-img .img-wrap::before {
  padding-top: 77.5%;
}
@media screen and (min-width: 768px), print {
  .mv-img .img-wrap::before {
    padding-top: 68.79643%;
  }
}
.mv-emblem {
  display: block;
  position: absolute;
  top: 1.24%;
  right: 0;
  width: 32.62719%;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .mv-emblem {
    top: 10%;
    right: 0.5%;
    width: 27.445%;
  }
}
.mv-emblem img {
  width: 100%;
  max-width: none;
}

/* 受賞歴 */
.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: 27.5rem;
  margin: auto;
  padding: 4rem 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: 1.2rem 0 4rem;
  }
}
@media screen and (min-width: 1024px), print {
  .award-list-wrap {
    padding: 2.75rem 0 3.5rem;
  }
}
@media screen and (min-width: 1280px), print {
  .award-list-wrap {
    padding: 0.5rem 0 3.5rem;
  }
}
.award-item {
  width: 33.33333%;
  padding: 0 1rem 0.6rem 0;
}
@media screen and (min-width: 768px), print {
  .award-item {
    width: 13rem;
    margin: 0 0.7rem;
  }
}
@media screen and (min-width: 1024px), print {
  .award-item {
    width: 13rem;
    margin: 0 0.7rem;
  }
}
.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;
  }
}

/* サイバーセキュリティ診断実績 */
.case-container {
  padding: 4.4rem 0;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .case-container {
    padding: 4rem 0 3rem;
  }
}
.case-heading {
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px), print {
  .case-heading {
    font-size: 2.5rem;
  }
}
.case-heading::after {
  display: none;
}
.case-heading .br {
  display: block;
}
.case-heading .ft {
  font-weight: 700;
  color: #20a4d0;
}
@media screen and (max-width: 767.98px) {
  .case-heading .ft {
    font-size: 2rem;
  }
}
.case-heading .ft-lg {
  font-size: 3rem;
}
@media screen and (min-width: 768px), print {
  .case-heading .ft-lg {
    font-size: 5rem;
  }
}
.case-heading .txt {
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .case-heading .txt {
    font-size: 2rem;
  }
}

/* 導入企業一覧 */
.case__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.case__slide__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 264rem;
  height: 100%;
  -webkit-animation: scroll 25s linear infinite 0.5s both;
          animation: scroll 25s linear infinite 0.5s both;
}
@media screen and (min-width: 768px), print {
  .case__slide__wrap {
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
  }
}
.case__slide__wrap__img {
  margin: 0 1rem;
  text-align: center;
}
.case__slide__wrap__img img {
  max-width: 20rem;
  max-height: 17rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  .case__slide__wrap01 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .case__slide__wrap02 {
    margin-top: 3rem;
  }
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* このようなお悩みはございませんか？ */
@media screen and (max-width: 767.98px) {
  .usage-container {
    padding-bottom: 10rem;
  }
}
.usage-inner {
  max-width: 134rem;
}
.usage-header {
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px), print {
  .usage-header {
    margin-bottom: 10rem;
  }
}
.usage-heading {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.usage-heading::after {
  display: none;
}
.usage-heading * {
  font-weight: 700;
}
.usage-heading .br {
  display: block;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px), print {
  .usage-heading .br {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .usage-heading .br-sp {
    display: block;
    margin-bottom: 1rem;
  }
}
.usage-heading .dot {
  display: inline-block;
  position: relative;
  margin-top: 0.75rem;
}
.usage-heading .dot::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.2rem;
  right: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin: auto;
  border-radius: 100%;
  background-color: #007b98;
}
@media screen and (min-width: 768px), print {
  .usage-heading .dot::before {
    top: -1rem;
    width: 1rem;
    height: 1rem;
  }
}
.usage-arrow {
  margin-top: 4rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .usage-arrow {
    margin-top: 7rem;
    margin-bottom: 5rem;
  }
}
.usage-arrow img {
  width: 10rem;
}
@media screen and (min-width: 768px), print {
  .usage-arrow img {
    width: 17.4rem;
  }
}
.usage-list {
  padding: 0 2rem;
}
@media screen and (min-width: 768px), print {
  .usage-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -3rem -6rem 0;
    padding: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .usage-list {
    margin: 0 -2rem -2rem 0;
  }
}
@media screen and (min-width: 1280px), print {
  .usage-list {
    padding: 0 2rem;
  }
}
.usage-item {
  max-width: 36rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px), print {
  .usage-item {
    width: 50%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding: 0 3rem 6rem 0;
  }
}
@media screen and (min-width: 1024px), print {
  .usage-item {
    width: 25%;
    padding: 0 2rem 2rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .usage-item:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.usage-item-inner {
  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;
  position: relative;
  height: 18.4rem;
  padding: 1.5rem 0 0;
  line-height: 1.6;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 3rem;
  background-color: #ccc;
}
@media screen and (min-width: 768px), print {
  .usage-item-inner {
    height: 25.5rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px), print {
  .usage-item-inner {
    height: 27rem;
    padding: 3rem 1rem 0;
  }
}
@media screen and (min-width: 1280px), print {
  .usage-item-inner {
    height: 25.5rem;
    padding: 1.5rem 1rem 0;
  }
}
.usage-icon {
  display: block;
  position: absolute;
  top: -2.8875rem;
  right: 0;
  left: 0;
  width: 5.775rem;
  height: 5.775rem;
  margin: auto;
}
@media screen and (min-width: 768px), print {
  .usage-icon {
    top: -3.5rem;
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (min-width: 1024px), print {
  .usage-icon {
    top: -4rem;
    width: 8rem;
    height: 8rem;
  }
}
.usage-text {
  font-weight: 700;
}
.usage-text .br {
  display: block;
}
@media screen and (min-width: 1024px), print {
  .usage-text .br {
    display: inline;
  }
}
@media screen and (min-width: 1280px), print {
  .usage-text .br {
    display: block;
  }
}
.usage-text .fs-sm {
  display: block;
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (min-width: 768px), print {
  .usage-text .fs-sm {
    font-size: 1.4rem;
  }
}
.usage-primary .usage-item-inner {
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px), print {
  .usage-primary .usage-item-inner {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.usage-secondary .usage-item-inner {
  letter-spacing: 0.1em;
  background-color: #f4fdff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
/* 診断フロー */
.flow-inner {
  max-width: 110rem;
}
@media screen and (min-width: 768px), print {
  .flow-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 374.98px) {
  .flow-description {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.flow-img {
  max-width: 21.7rem;
  margin: 4rem auto 0;
}
@media screen and (min-width: 768px), print {
  .flow-img {
    width: 22rem;
    max-width: none;
    margin: 0 0 0 3rem;
    overflow: hidden;
  }
}
@media screen and (min-width: 1280px), print {
  .flow-img {
    margin: 0 3rem 0 5rem;
  }
}
@media screen and (min-width: 768px), print {
  .flow-img .img-wrap {
    margin-right: -19%;
    margin-left: -18%;
  }
}
.flow-img .img-wrap::before {
  padding-top: 70.198675%;
}
@media screen and (max-width: 1023.98px) {
  .flow-wrap {
    height: auto !important;
  }
}
@media screen and (min-width: 1024px), print {
  .flow-wrap {
    position: relative;
    width: 100%;
    margin-top: 8rem;
  }
}
.flow-pdca {
  position: relative;
  width: 24rem;
  height: 24rem;
  margin: 4.5rem auto;
  border-radius: 100%;
  background-color: #ccc;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .flow-pdca {
    width: 37.2rem;
    height: 37.2rem;
    margin: 4.5rem auto;
  }
}
@media screen and (min-width: 1024px), print {
  .flow-pdca {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 10;
  }
}
.flow-pdca::before, .flow-pdca::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #f4f4f4;
  z-index: 1;
}
.flow-pdca::before {
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 768px), print {
  .flow-pdca::before {
    height: 2px;
  }
}
.flow-pdca::after {
  width: 1px;
  height: 100%;
}
@media screen and (min-width: 768px), print {
  .flow-pdca::after {
    width: 2px;
  }
}
.flow-list {
  counter-reset: flow_list;
}
.flow-list-item {
  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;
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #d00;
}
.flow-list-1 {
  top: 0;
  left: 0;
  padding: 2rem 0 0 2rem;
  background-color: #007b98;
}
@media screen and (min-width: 768px), print {
  .flow-list-1 {
    padding: 2rem 0 0 3rem;
  }
}
.flow-list-1 .flow-list-label::after {
  display: block;
}
.flow-list-2 {
  top: 0;
  right: 0;
  padding: 2rem 2rem 0 0;
  background-color: #44b7d2;
}
@media screen and (min-width: 768px), print {
  .flow-list-2 {
    padding: 2rem 3rem 0 0;
  }
}
.flow-list-2 .flow-list-label::after {
  display: block;
}
.flow-list-3 {
  right: 0;
  bottom: 0;
  padding: 0 2rem 2rem 0;
  background-color: #007b98;
}
@media screen and (min-width: 768px), print {
  .flow-list-3 {
    padding: 0 3rem 2rem 0;
  }
}
.flow-list-3 .flow-list-label::before {
  display: block;
}
.flow-list-4 {
  bottom: 0;
  left: 0;
  padding: 0 0 2rem 2rem;
  background-color: #44b7d2;
}
@media screen and (min-width: 768px), print {
  .flow-list-4 {
    padding: 0 0 2rem 3rem;
  }
}
.flow-list-4 .flow-list-label::before {
  display: block;
}
.flow-list-label {
  display: block;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .flow-list-label {
    font-size: 1.6rem;
  }
}
.flow-list-label::before, .flow-list-label::after {
  counter-increment: flow_list;
  content: counter(flow_list, decimal-leading-zero);
  display: none;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 768px), print {
  .flow-list-label::before, .flow-list-label::after {
    font-size: 3.5rem;
  }
}
.flow-loop {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 7rem;
  height: 7rem;
  margin: auto;
  border-radius: 100%;
  background-color: #fff;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  .flow-loop {
    width: 12rem;
    height: 12rem;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
  }
}
.flow-loop img {
  display: block;
  position: absolute;
  top: -4%;
  right: 0;
  bottom: 0;
  left: -13%;
  width: 122%;
  height: 122%;
  margin: auto;
  max-width: none;
}
.flow-detail {
  width: 100%;
  margin: 0 0 0.6rem;
  padding: 1.5rem;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .flow-detail {
    padding: 2.6rem;
  }
}
@media screen and (min-width: 1024px), print {
  .flow-detail {
    position: absolute;
    width: calc(50% - 1px);
    height: calc(50% - 1px);
    margin: 0;
  }
}
.flow-detail dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -1.5rem -1.5rem 1.5rem;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .flow-detail dt {
    margin: -2.6rem -2.6rem 2.6rem;
    font-size: 3rem;
  }
}
.flow-detail dd {
  line-height: 1.75;
  font-size: 1.5rem;
}
.flow-detail-wrap {
  counter-reset: flow_num;
}
@media screen and (max-width: 1023.98px) {
  .flow-detail-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 -0.6rem;
  }
}
@media screen and (min-width: 1024px), print {
  .flow-detail-1 {
    top: 0;
    left: 0;
  }
  .flow-detail-2 {
    top: 0;
    right: 0;
  }
  .flow-detail-3 {
    right: 0;
    bottom: 0;
  }
  .flow-detail-4 {
    bottom: 0;
    left: 0;
  }
  .flow-detail-3, .flow-detail-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flow-detail-2 dt, .flow-detail-3 dt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flow-detail-3 dt, .flow-detail-4 dt {
    margin: 2.6rem -2.6rem -2.6rem;
  }
  .flow-detail-1 dd, .flow-detail-4 dd {
    padding-right: 19rem;
  }
  .flow-detail-2 dd, .flow-detail-3 dd {
    padding-left: 18rem;
  }
}
.flow-detail-num {
  display: block;
  width: 4rem;
  height: 4rem;
  margin-right: 1.25rem;
  color: #fff;
  background-color: #007b98;
}
@media screen and (min-width: 768px), print {
  .flow-detail-num {
    width: 10rem;
    height: 10rem;
    margin-right: 2rem;
  }
}
.flow-detail-num::before {
  counter-increment: flow_num;
  content: counter(flow_num, decimal-leading-zero);
  display: block;
  line-height: 3.75rem;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .flow-detail-num::before {
    line-height: 9.5rem;
    font-size: 5rem;
  }
}
@media screen and (min-width: 1024px), print {
  .flow-detail-num-2, .flow-detail-num-3 {
    margin-right: 0;
    margin-left: 2rem;
  }
}
.flow-pdca {
  opacity: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.flow-detail {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1023.98px) {
  .flow-detail {
    -webkit-transform: translateY(75px);
            transform: translateY(75px);
    -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;
  }
  .flow-detail.is-active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 1024px), print {
  .flow-detail {
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  }
  .flow-detail-1 {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  .flow-detail-2 {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .flow-detail-3 {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  .flow-detail-4 {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
.flow-wrap.is-active .flow-pdca {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.flow-wrap.is-active .flow-loop {
  -webkit-animation: spin 6s linear infinite;
          animation: spin 6s linear infinite;
}
@media screen and (min-width: 1024px), print {
  .flow-wrap.is-active .flow-detail {
    opacity: 1;
  }
  .flow-wrap.is-active .flow-detail-1 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .flow-wrap.is-active .flow-detail-2 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .flow-wrap.is-active .flow-detail-3 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .flow-wrap.is-active .flow-detail-4 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* ネットde診断が選ばれる理由 */
@media screen and (max-width: 767.98px) {
  .feature-container {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}
.feature-inner {
  max-width: 134rem;
}
@media screen and (min-width: 768px), print {
  .feature-header {
    margin-bottom: 5rem;
  }
}
.feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -6rem 0;
}
@media screen and (min-width: 768px), print {
  .feature-list {
    margin: 0 -3rem 0 0;
  }
}
@media screen and (min-width: 1280px), print {
  .feature-list {
    margin: 0 -7rem 0 0;
  }
}
.feature-item {
  width: 100%;
  padding: 0 0 6rem 0;
}
@media screen and (min-width: 768px), print {
  .feature-item {
    width: 33.3333333333%;
    padding: 0 3rem 0 0;
  }
}
@media screen and (min-width: 1280px), print {
  .feature-item {
    padding: 0 7rem 0 0;
  }
}
.feature-img {
  max-width: 36rem;
  margin: 0 auto 2.2rem;
}
@media screen and (min-width: 768px), print {
  .feature-img {
    max-width: none;
  }
}
@media screen and (min-width: 1024px), print {
  .feature-img {
    margin: 0 0 2.2rem;
  }
}
.feature-img .img-wrap::before {
  padding-top: 61.875%;
}
.feature-img img {
  border-radius: 3rem;
}
.feature-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feature-icon {
  -ms-flex-item-align: center;
      align-self: center;
  display: block;
  width: 2.5rem;
  margin: -0.85rem 1rem 0 0;
}
@media screen and (min-width: 1024px), print {
  .feature-icon {
    width: 3.5rem;
    margin: -1.5rem 1.5rem 0 0;
  }
}
.feature-title {
  margin-bottom: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
  font-size: 2rem;
  color: #007b98;
}
@media screen and (min-width: 1024px), print {
  .feature-title {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
}
.feature-body {
  line-height: 1.6;
}
@media screen and (min-width: 1024px), print {
  .feature-body {
    font-size: 2rem;
  }
}

/* その他主な機能のご紹介 */
@media screen and (max-width: 374.98px) {
  .service-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1024px), print {
  .service-container {
    padding-bottom: 11rem;
  }
}
.service-inner {
  max-width: 140rem;
}
@media screen and (min-width: 768px), print {
  .service-header {
    margin-bottom: 8rem;
  }
}
.service-description .br {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .service-description .br-sp {
    display: block;
  }
}
.service-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 -1rem 0;
}
@media screen and (min-width: 375px), print {
  .service-list {
    margin: 0 -1.8rem -1.3rem 0;
  }
}
@media screen and (min-width: 768px), print {
  .service-list {
    margin: 0 -2rem -3rem 0;
  }
}
.service-item {
  width: 50%;
  padding: 0 1rem 1rem 0;
}
@media screen and (min-width: 375px), print {
  .service-item {
    padding: 0 1.8rem 1.3rem 0;
  }
}
@media screen and (min-width: 768px), print {
  .service-item {
    width: 33.3333333333%;
    padding: 0 2rem 3rem 0;
  }
}
@media screen and (min-width: 1024px), print {
  .service-item {
    width: 25%;
  }
}
@media screen and (min-width: 1280px), print {
  .service-item {
    width: 20%;
  }
}
.service-detail {
  height: 100%;
  padding: 2.5rem 0;
  text-align: center;
  border-radius: 1.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px), print {
  .service-detail {
    padding: 3.5rem 1rem;
    border-radius: 3rem;
  }
}
.service-detail dt {
  margin-bottom: 1rem;
  line-height: 1.6;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .service-detail dt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px), print {
  .service-detail dt {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
.service-detail dt .br {
  display: block;
}
@media screen and (max-width: 1439.98px) {
  .service-detail dt .br-sp {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .service-detail dd {
    font-size: 1rem;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
}
@media screen and (max-width: 374.98px) {
  .service-detail dd {
    margin-bottom: -1rem;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(0.875);
            transform: scale(0.875);
  }
}
@media screen and (min-width: 768px), print {
  .service-detail dd {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1280px), print {
  .service-detail dd {
    font-size: 1.6rem;
  }
}
.service-detail dd .br {
  display: block;
}
.service-icon {
  display: block;
  height: 4rem;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 768px), print {
  .service-icon {
    height: 6rem;
  }
}
@media screen and (min-width: 1024px), print {
  .service-icon {
    margin-bottom: 1.5rem;
    height: 8rem;
  }
}
.service-icon img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-note {
  margin: 5rem -1.5rem 0;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .service-note {
    margin: 6rem 0 0;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .service-note .br {
    display: block;
  }
}

/* 主な診断範囲 */
.diagnose-container {
  padding-bottom: 6.5rem;
}
@media screen and (min-width: 768px), print {
  .diagnose-container {
    padding-bottom: 8rem;
  }
}
.diagnose-inner {
  max-width: 110rem;
}
.diagnose-header {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px), print {
  .diagnose-header {
    margin-bottom: 6.4rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .diagnose-description .br {
    display: block;
  }
}
.diagnose-list {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px), print {
  .diagnose-list {
    margin-bottom: 8rem;
  }
}
.diagnose-item:not(:last-child) {
  margin-bottom: 4.4rem;
}
@media screen and (min-width: 768px), print {
  .diagnose-item:not(:last-child) {
    margin-bottom: 9.6rem;
  }
}
.diagnose-title {
  margin-bottom: 2rem;
  padding: 0.35rem 0 0.35rem 1rem;
  line-height: 1.6;
  font-weight: 700;
  font-size: 2rem;
  color: #007b98;
  border-left: 10px solid #007b98;
}
@media screen and (min-width: 768px), print {
  .diagnose-title {
    margin-bottom: 3rem;
    padding: 0 0 0.5rem 2rem;
    font-size: 3.5rem;
  }
}
.diagnose-text {
  line-height: 1.6;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .diagnose-text {
    font-size: 1.8rem;
  }
}
.diagnose-lineup {
  margin-top: 2.25rem;
  padding: 1.5rem 0 1.5rem 1.5rem;
  line-height: 1.75;
  font-size: 1.5rem;
  color: #0C2132;
  background-color: #f4f4f4;
}
@media screen and (min-width: 768px), print {
  .diagnose-lineup {
    margin-top: 3.5rem;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .diagnose-lineup ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.diagnose-lineup li {
  position: relative;
  padding-left: 1em;
}
@media screen and (min-width: 768px), print {
  .diagnose-lineup li {
    width: 50%;
  }
}
@media screen and (min-width: 1024px), print {
  .diagnose-lineup li {
    width: 33.3333%;
  }
}
.diagnose-lineup li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.diagnose-lineup .etc {
  margin-left: 1em;
}

/* 選べる3つの料金プラン */
.plan-container {
  padding-bottom: 11.5rem;
}
@media screen and (max-width: 767.98px) {
  .plan-container {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.plan-inner {
  max-width: 138rem;
}
.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: 33.3333% !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 3.5rem;
  border-radius: 0 0 3rem 3rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px), print {
  .plan-content {
    padding: 4rem;
  }
}
@media screen and (min-width: 1024px), print {
  .plan-content {
    margin: 0 1rem;
    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: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .plan-head {
    margin-bottom: 3rem;
  }
}
.plan-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.plan-foot {
  margin-top: 3rem;
}
.plan-title {
  margin-bottom: 2rem;
  line-height: 1.2;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 768px), print {
  .plan-title {
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px), print {
  .plan-title {
    margin-right: -2rem;
    margin-left: -2rem;
  }
}
@media screen and (min-width: 1280px), print {
  .plan-title {
    font-size: 3rem;
  }
}
.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: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1280px), print {
  .plan-description {
    font-size: 2rem;
  }
}
.plan-description .br {
  display: block;
}
@media screen and (min-width: 768px), print {
  .plan-description .br {
    display: inline;
  }
}
@media screen and (min-width: 1024px), print {
  .plan-description .br {
    display: block;
  }
}
@media screen and (min-width: 1440px), print {
  .plan-description .br {
    display: inline;
  }
}
.plan-cost {
  padding: 3rem 0 2.75rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.1em;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
}
@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: 4rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .plan-cost .cost {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1024px), print {
  .plan-cost .cost {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1280px), print {
  .plan-cost .cost {
    font-size: 6rem;
  }
}
.plan-cost .yen {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 768px), print {
  .plan-cost .yen {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px), print {
  .plan-cost .yen {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px), 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: 2rem;
  }
}
@media screen and (min-width: 1024px), print {
  .plan-check {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1440px), print {
  .plan-check {
    font-size: 2rem;
  }
}
.plan-check li {
  position: relative;
  padding-left: 1.5em;
}
.plan-check li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.plan-check .icon-check {
  display: block;
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 1.8rem;
}
@media screen and (min-width: 768px), print {
  .plan-check .icon-check {
    width: 2.2rem;
  }
}
@media screen and (min-width: 1024px), print {
  .plan-more .btn {
    width: 24rem;
  }
}
@media screen and (min-width: 1280px), print {
  .plan-more .btn {
    width: 28rem;
  }
}
.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 {
  color: #858585;
}
.plan-free .plan-cost .cost,
.plan-free .plan-cost .yen {
  color: #858585;
}
.plan-standard .plan-title {
  color: #169183;
}
.plan-standard .plan-cost .cost,
.plan-standard .plan-cost .yen {
  color: #169183;
}
.plan-standard .plan-domain {
  color: #169183;
}
.plan-enterprise .plan-title {
  color: #007b98;
}
.plan-enterprise .plan-cost .cost,
.plan-enterprise .plan-cost .yen {
  color: #007b98;
}
.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: 5.2rem;
  line-height: 1.35;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 1rem 1rem 0 0;
  background-color: #fff;
}
.plan-tab-free {
  color: #333;
  background-color: #d9d9d9;
}
.swiper-slide-thumb-active .plan-tab-free {
  color: #000;
  background-color: #fff;
}
.plan-tab-standard {
  color: #fff;
  background-color: #169183;
}
.swiper-slide-thumb-active .plan-tab-standard {
  color: #169183;
  background-color: #fff;
}
.plan-tab-enterprise {
  color: #fff;
  background-color: #007b98;
}
.swiper-slide-thumb-active .plan-tab-enterprise {
  color: #007b98;
  background-color: #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;
  }
}

/* お客様の声 */
.voice-container {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.voice-header {
  margin-bottom: 0;
}
.voice-item {
  width: 28rem;
  margin: 0 1rem;
}
@media screen and (min-width: 768px), print {
  .voice-item {
    width: 37.6rem;
    margin: 0 1.5rem;
  }
}
.voice-card {
  height: 100%;
  border-radius: 2rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px), print {
  .voice-card {
    border-radius: 3rem;
  }
}
.voice-img {
  position: relative;
  border-radius: 2rem 2rem 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .voice-img {
    border-radius: 3rem 3rem 0 0;
  }
}
.voice-img::before {
  content: "";
  display: block;
  padding-top: 56.382978%;
}
.voice-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-body {
  padding: 3rem;
}
.voice-client {
  margin-bottom: 0.75rem;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.5rem;
}
.voice-title {
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-size: 2rem;
}
.voice-text {
  line-height: 1.75;
  font-size: 1.8rem;
}
.voice-slider {
  padding-top: 5rem;
  padding-bottom: 12rem;
}
.voice-slider .swiper-slide {
  height: auto !important;
}
.voice-slider .swiper-button-next,
.voice-slider .swiper-button-prev {
  width: 3rem;
  height: auto;
  margin-top: -2.2rem;
}
@media screen and (min-width: 768px), print {
  .voice-slider .swiper-button-next,
  .voice-slider .swiper-button-prev {
    width: 4rem;
    margin-top: -2.95rem;
  }
}
.voice-slider .swiper-button-next::after,
.voice-slider .swiper-button-prev::after {
  display: none;
}
.voice-slider .swiper-button-next img,
.voice-slider .swiper-button-prev img {
  display: block;
  width: 100%;
}
.voice-slider .swiper-button-next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
/* お知らせ */
.news-item:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1024px), print {
  .news-item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.news-link {
  display: inline-block;
  text-decoration: none;
  line-height: 1.6;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px), print {
  .news-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news-link:hover .news-title {
  text-decoration: underline;
}
.news-category {
  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: 10rem;
  height: 3rem;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 10em;
  background-color: #007b98;
}
@media screen and (min-width: 1024px), print {
  .news-category {
    width: 15.6rem;
    height: 2.8rem;
    font-size: 1.5rem;
  }
}
.news-date {
  margin: 1rem 0 0.5rem;
}
@media screen and (min-width: 1024px), print {
  .news-date {
    margin: 0 2rem;
  }
}
.news-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* サイバー攻撃対策の取り組みを示すシールを発行 */
.siteseal-container {
  background-image: url(../images/siteseal_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px), print {
  .siteseal-container {
    background-image: url(../images/siteseal_bg.jpg);
  }
}
@media screen and (max-width: 1023.98px) {
  .siteseal-heading .br {
    display: block;
  }
}
.siteseal-body {
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .siteseal-body {
    line-height: 1.6;
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px), print {
  .siteseal-body .br {
    display: block;
  }
}
.siteseal-note {
  margin-top: 2rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .siteseal-note {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .siteseal-note .link {
    display: block;
    margin-right: -2rem;
    margin-left: -0.5em;
  }
}
.siteseal-img {
  display: block;
  width: 17.7rem;
  margin: 4.4rem auto 0;
}
@media screen and (min-width: 768px), print {
  .siteseal-img {
    margin-top: 6.5rem;
  }
}

/* 経産省が推奨するASM */
.asm-body {
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (min-width: 992px), print {
  .asm-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.6;
    font-size: 2rem;
  }
}
.asm-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991.98px) {
  .asm-note {
    margin-top: 1.75rem;
    font-size: 1.4rem;
  }
}
.asm-img {
  position: relative;
  width: 20rem;
  margin: 2rem auto 0;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .asm-img {
    width: 30rem;
  }
}
@media screen and (min-width: 1024px), print {
  .asm-img {
    margin: -1rem 0 0;
  }
}
.asm-img::before {
  content: "";
  display: block;
  padding-top: 105%;
}
.asm-img img {
  display: block;
  position: absolute;
  top: -15%;
  left: -14%;
  width: 128%;
  max-width: none;
}

/* よくある質問 */
.faq {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}
.faq:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .faq:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
.faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  line-height: 1.4;
  background-color: #fff;
}
.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: 4.5rem;
  height: 4.5rem;
  margin-right: 1.35rem;
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
  background-color: #ccc;
}
@media screen and (min-width: 768px), print {
  .faq-icon {
    margin-right: 2rem;
  }
}
.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;
}
.faq-q .faq-icon {
  padding-bottom: 0.75rem;
  background-color: #009abf;
}
.faq-q .faq-text {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px), print {
  .faq-q .faq-text {
    font-size: 2rem;
  }
}
.faq-a .faq-icon {
  padding-bottom: 0.25rem;
  background-color: #44b7d2;
}
.faq-a .faq-text {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .faq-a .faq-text {
    font-size: 1.8rem;
  }
}

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