@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media (max-width: 5000px) and (min-width: 768px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 11.6279069767px);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

img {
  width: 100%;
  height: auto;
}

.main {
  position: relative;
  min-height: 100vh;
}
h1,
h2,
h3,
a,
p {
  line-height: 1;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.inner {
  max-width: 104rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.inner-slim {
  max-width: 71.6rem;
  width: 100%;
  margin: 0 auto;
}

.inner__benefit {
  max-width: 106rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .inner__benefit {
    padding: 0 1rem;
  }
}

.section-title {
  margin: 0 auto;
  letter-spacing: 0.1em;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .section-title {
    gap: 0rem;
  }
}
.section-title__en {
  font-size: 2rem;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  color: #0550bf;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .section-title__en {
    font-size: 1.6rem;
  }
}
.section-title__ja {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 900;
}
@media (max-width: 767px) {
  .section-title__ja {
    font-size: 2.4rem;
  }
}

.bg-lb {
  background: #EDF3FD;
}

.din {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
}

.l-header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 14.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (max-width: 767px) {
  .l-header {
    height: 11.1rem;
    display: block;
    opacity: 1;
  }
}
.l-header.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.l-header__wrap {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(81, 102, 132, 0.8);
}
@media (max-width: 767px) {
  .l-header__wrap {
    display: none;
  }
}

.header-navi {
  padding: 0;
  width: 100%;
}
.header-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0;
  padding-left: 2rem;
  list-style: none;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-navi li {
  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: 100%;
  position: relative;
  padding: 0 2.8rem;
}
.header-navi li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 3.6rem;
  background: #fff;
  opacity: 0.5;
}
.header-navi li:last-child {
  padding: 0;
  min-width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  height: 100%;
}
.header-navi .nav-link {
  color: #fff;
  text-decoration: none;
  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;
}
.header-navi .ja {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 0.2rem;
}
.header-navi .en {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  margin-top: 1rem;
  opacity: 0.85;
}

.fv-reserve__area > * {
  position: relative;
  z-index: 1;
  margin-left: auto;
}

.fv-reserve__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 14.7rem;
}
@media (max-width: 767px) {
  .fv-reserve__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    height: auto;
  }
}

.fv-reserve__tel {
  width: 38rem;
  height: 100%;
  padding: 2rem 4rem;
  text-align: center;
  color: #fff;
  position: relative;
  background: rgba(146, 144, 140, 0.8);
  z-index: 1;
}
@media (max-width: 767px) {
  .fv-reserve__tel {
    width: 28rem;
    margin: 0 auto;
    padding: 1rem 0;
    border: 2px solid #fff;
    font-size: 1.6rem;
  }
}
.fv-reserve__tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background: #A5A39E;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  z-index: 0;
  opacity: 1;
  pointer-events: none;
}
.fv-reserve__tel > * {
  position: relative;
  z-index: 1;
}

.fv-reserve__tel--number {
  font-size: 2.8rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .fv-reserve__tel--number {
    font-size: 1.6rem;
  }
}
.fv-reserve__tel--number span {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .fv-reserve__tel--number span {
    font-size: 2.4rem;
  }
}

.fv-reserve__tel--time {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .fv-reserve__tel--time {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}

.fv-reserve__web {
  background: #9486ae;
  color: #fff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .fv-reserve__web {
    width: 28rem;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 1rem 2rem 2rem;
  }
}

.fv-reserve__web--time {
  background: #786699;
  padding: 0.5rem 2rem;
  text-align: center;
}

.fv-reserve__web--phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  font-size: 2.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .fv-reserve__web--phone {
    font-size: 2rem;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
  }
}
.fv-reserve__web--phone p {
  margin-left: 1rem;
}

.icon {
  width: 2rem;
  height: auto;
}
@media (max-width: 767px) {
  .icon {
    width: 1.6rem;
  }
}

.arrow {
  max-width: 15.5rem;
  height: 0.7rem;
}
@media (max-width: 767px) {
  .arrow {
    max-width: 13.3rem;
    height: 0.6rem;
    margin: 0 auto;
  }
}

.hamburger {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6rem;
  height: 6rem;
  background: #667BA1;
  border: none;
  position: relative;
  z-index: 1100;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 3.2rem;
  height: 0.4rem;
  background: #fff;
  margin: 0.4rem 0;
  border-radius: 0.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger.is-active span:nth-child(1) {
  -webkit-transform: translateY(1.2rem) rotate(45deg);
          transform: translateY(1.2rem) rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-1.2rem) rotate(-45deg);
          transform: translateY(-1.2rem) rotate(-45deg);
}

@media (max-width: 767px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 3.8rem 1.6rem 0 auto;
    z-index: 200;
  }
}

@media (max-width: 767px) {
  .hamburger-menu.u-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .hamburger-menu.u-sp.active {
    display: block;
  }
}

.hamburger-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #91A7BB;
  opacity: 0.93;
  z-index: 100;
  -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
}
.hamburger-menu .hamburger-menu__list {
  list-style: none;
  margin: 0;
  padding-top: 110px;
}
.hamburger-menu .hamburger-menu__list li {
  position: relative;
}
@media (max-width: 767px) {
  .hamburger-menu .hamburger-menu__list li {
    color: #fff;
  }
}
.hamburger-menu .hamburger-menu__list li a {
  padding: 1rem;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  color: #454545;
  gap: 0.5rem;
}
.hamburger-menu .hamburger-menu__list li a:hover {
  background: #ececec;
}

.hamburgar-reserve {
  padding: 6rem 0 2.5rem;
}
@media (max-width: 767px) {
  .hamburgar-reserve {
    padding: 1rem 0;
  }
}

.label {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .label {
    color: #fff;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .label__en {
    font-size: 1.5rem;
  }
}

.page .l-header {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.l-footer .l-footer__wraper {
  background: -webkit-gradient(linear, left top, left bottom, from(#0550BF), to(#1184C9));
  background: linear-gradient(to bottom, #0550BF, #1184C9);
  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;
  color: #fff;
}
.l-footer .synchro {
  width: 26rem;
  padding-top: 4.7rem;
}
.l-footer .company {
  font-size: 2rem;
  padding-top: 3.04rem;
  letter-spacing: 0.2em;
}
.l-footer .name {
  font-size: 1.4rem;
  padding-top: 1rem;
}
.l-footer .address {
  font-size: 1.4rem;
  padding-top: 3rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .l-footer .address {
    padding-top: 2rem;
    line-height: 1.5;
  }
}
.l-footer .copyright {
  font-size: 1rem;
  padding: 1.5rem 0 3rem;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.u-flex .text-area {
  width: 55.6%;
}
@media (max-width: 767px) {
  .u-flex .text-area {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.u-flex .head-text {
  font-size: 4rem;
  padding: 1.5rem 0 3rem;
  border-bottom: 1px solid #C0CADC;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .u-flex .head-text {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.u-flex .text {
  padding-top: 4rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .u-flex .text .text {
    padding-top: 1rem;
  }
}
.u-flex .img-area {
  width: 37.7%;
}
@media (max-width: 767px) {
  .u-flex .img-area {
    width: 90%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
  }
  .u-flex .img-area img {
    width: 100%;
  }
}

.fv {
  position: relative;
}
.fv .fv-image__area {
  position: relative;
}
.fv .fv-btn__area {
  position: absolute;
  bottom: 9rem;
  left: 11rem;
}
@media (max-width: 767px) {
  .fv .fv-btn__area {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 10rem;
  }
}
.fv .cyber-attack {
  padding: 14rem 0 12rem;
}
@media (max-width: 767px) {
  .fv .cyber-attack {
    padding: 4rem 0 6rem;
  }
}
.fv .cyber-attack__text {
  color: #0550bf;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .fv .cyber-attack__text {
    font-size: 2.4rem;
  }
}
.fv .cyber-attack-items {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 767px) {
  .fv .cyber-attack-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.fv .cyber-attack__card {
  width: 30.9rem;
  min-height: 41.5rem;
  background: #fff;
  border-radius: 1.5rem;
  padding: 1rem 2.5rem;
}
@media (max-width: 767px) {
  .fv .cyber-attack__card {
    width: 100%;
    padding: 1rem 2rem;
    min-height: 30rem;
  }
}
.fv .cyber-attack__card .tag {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  background: #0550bf;
  border-radius: 10rem;
  width: 11.8rem;
  height: 2.5rem;
  color: #fff;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -1.5rem;
}
.fv .cyber-attack__card .tag span {
  font-size: 2rem;
}
.fv .cyber-attack__card .cyber-attack__img {
  margin: 4rem auto 4.5rem;
}
@media (max-width: 767px) {
  .fv .cyber-attack__card .cyber-attack__img {
    margin: 2rem auto;
  }
}
.fv .cyber-attack__card .cyber-attack__img--01 {
  width: 13.116rem;
  height: auto;
}
.fv .cyber-attack__card .title {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  color: #0550bf;
}
@media (max-width: 767px) {
  .fv .cyber-attack__card .title {
    font-size: 2.4rem;
  }
}
.fv .cyber-attack__card .text {
  font-size: 1.4rem;
  line-height: 1.86;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .fv .cyber-attack__card .text {
    font-size: 1.2rem;
  }
}
.fv .cyber-attack__card .cyber-attack__img--02 {
  width: 14.733rem;
  height: auto;
}
.fv .cyber-attack__card .cyber-attack__img--02 img {
  margin-top: 1rem;
  margin-left: -1rem;
}
.fv .cyber-attack__card .cyber-attack__img--03 {
  width: 9.7rem;
  height: auto;
}
.fv .cyber-attack__card .cyber-attack__img--03 img {
  margin-top: 0;
  margin-left: 1rem;
}

.case {
  padding-bottom: 15rem;
}
@media (max-width: 767px) {
  .case {
    padding-bottom: 4rem;
  }
}
.case .section-title {
  gap: 0rem;
}
.case .case-items {
  margin-top: 4rem;
  background: rgba(5, 80, 191, 0.85);
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9rem 3rem 4rem;
  gap: 6rem;
}
@media (max-width: 767px) {
  .case .case-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6rem 2rem 2rem;
    margin-top: 1rem;
  }
}
.case .case-imgarea {
  background: #2E3192;
  border-radius: 1.5rem;
  width: 44rem;
  height: 17.1rem;
  position: relative;
}
@media (max-width: 767px) {
  .case .case-imgarea {
    width: 100%;
  }
}
.case .case-imgarea img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.case .case-imgarea__01 img {
  width: 52rem;
}
@media (max-width: 767px) {
  .case .case-imgarea__01 img {
    width: 135%;
  }
}
.case .case-imgarea__02 img {
  width: 36rem;
}
@media (max-width: 767px) {
  .case .case-imgarea__02 img {
    width: 110%;
  }
}
.case .case-textarea {
  margin: 0 2.5rem;
}
@media (max-width: 767px) {
  .case .case-textarea {
    margin: 0;
  }
}
.case .case-title {
  color: #D8FF57;
  font-size: 3rem;
  font-weight: 900;
  padding: 2rem 0 3rem;
  border-bottom: 1px dashed #fff;
}
@media (max-width: 767px) {
  .case .case-title {
    font-size: 2rem;
    padding: 2rem 0 1rem;
  }
}
.case .case-list {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.8;
  list-style-type: none;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .case .case-list {
    font-size: 1.4rem;
  }
}
.case .case-list li {
  position: relative;
  padding-left: 1.5rem;
}
.case .case-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #fff;
}
.case .triangle {
  width: 0;
  height: 0;
  border-left: 17.3rem solid transparent;
  border-right: 17.3rem solid transparent;
  border-top: 5.1rem solid #0550BF;
  opacity: 0.5;
  margin: 5rem auto;
}
@media (max-width: 767px) {
  .case .triangle {
    border-left-width: 8.65rem;
    border-right-width: 8.65rem;
    border-top-width: 2.55rem;
    margin: 3rem auto;
  }
}
.case .triangle2 {
  opacity: 1;
}
.case .advance {
  background: #fff;
  border-radius: 2.5rem;
  position: relative;
  padding: 1.5rem 0 2rem;
  font-weight: 900;
}
.case .text {
  font-size: 2.6rem;
  line-height: 2.3;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .case .text {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0 1rem;
    z-index: 3;
  }
}
.case .strong {
  font-size: 4rem;
  line-height: 1.5;
  color: #0550bf;
  background: #D8FF57;
  border-radius: 1.5rem;
  padding: 1rem 3.5rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .case .strong {
    position: relative;
    font-size: 2rem;
    padding: 1rem 2rem;
    z-index: 3;
  }
}
.case .spacing {
  margin-left: 2rem;
}
.case .advance-img {
  width: 20rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .case .advance-img {
    width: 10rem;
    height: 60%;
    overflow: hidden;
    bottom: 14.1rem;
  }
  .case .advance-img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.case .katabami-head {
  font-size: 3.5rem;
  text-align: center;
  line-height: 1.7;
  font-weight: 900;
}
@media (max-width: 767px) {
  .case .katabami-head {
    font-size: 1.8rem;
  }
}
.case .katabami-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .case .katabami-middle {
    margin-top: 2rem;
  }
}
.case .katabami__en {
  width: 25.7rem;
}
@media (max-width: 767px) {
  .case .katabami__en {
    width: 18rem;
  }
}
.case .katabami__ja {
  font-size: 3.6rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 2rem;
  margin-left: 5rem;
}
@media (max-width: 767px) {
  .case .katabami__ja {
    font-size: 2.4rem;
    padding: 0 1rem;
    margin-left: 1rem;
  }
}
.case .katabami__ja::before, .case .katabami__ja::after {
  content: "";
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 3.6rem;
  background: #333;
}
.case .katabami__ja::before {
  left: 0;
}
.case .katabami__ja::after {
  right: 0;
}
.case .katabami-bottom {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .case .katabami-bottom {
    margin-top: 2rem;
  }
}

.highlight {
  padding: 15rem 0 11rem;
}
@media (max-width: 767px) {
  .highlight {
    padding: 4rem 0;
  }
}
.highlight .section-title {
  gap: 0rem;
}
@media (max-width: 767px) {
  .highlight .section-title {
    gap: 0;
  }
}
.highlight .highlight-items {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media (max-width: 767px) {
  .highlight .highlight-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1rem;
  }
}
.highlight .highlight-card {
  padding: 5rem 4rem 2.3rem 3rem;
  width: 33.3rem;
}
@media (max-width: 767px) {
  .highlight .highlight-card {
    width: 100%;
    padding: 3rem 2rem;
  }
}
.highlight .highlight-card__01 {
  background: #1184C9;
  border-radius: 1.5rem 0 0 1.5rem;
}
@media (max-width: 767px) {
  .highlight .highlight-card__01 {
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
.highlight .highlight-card__02 {
  background: #1072c1;
}
.highlight .highlight-card__03 {
  background: #0550BF;
  border-radius: 0 1.5rem 1.5rem 0;
}
@media (max-width: 767px) {
  .highlight .highlight-card__03 {
    border-radius: 0 0 1.5rem 1.5rem;
  }
}
.highlight .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  .highlight .head {
    padding: 0 3rem;
  }
}
.highlight .head .left-area {
  font-family: "din-2014", sans-serif;
}
.highlight .head .tag {
  font-size: 1.4rem;
  font-weight: 700;
}
.highlight .head .number {
  font-size: 11rem;
  font-weight: 700;
}
.highlight .head .right-area img {
  width: 12rem;
  height: auto;
}
.highlight .title {
  margin: 3.2rem 0 3.5rem;
  color: #D8FF57;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .highlight .title {
    margin: 1.5rem 0;
    font-size: 2.4rem;
  }
}
.highlight .text {
  font-size: 1.6rem;
  line-height: 1.88;
}
.highlight .highlight-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #EDF3FD;
  padding: 2.5rem 4.15rem;
  border-radius: 1.5rem;
}
@media (max-width: 767px) {
  .highlight .highlight-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 1rem;
  }
}
.highlight .highlight-contents__01 {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .highlight .highlight-contents__01 {
    margin-top: 4rem;
  }
}
.highlight .highlight-contents__02 {
  margin-top: 3rem;
}
.highlight .highlight-contents .img-area {
  width: 13.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .highlight .highlight-contents .img-area {
    width: 8rem;
    margin: 0 auto;
  }
}
.highlight .highlight-contents .text-area {
  margin-left: 4.5rem;
}
@media (max-width: 767px) {
  .highlight .highlight-contents .text-area {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.highlight .highlight-contents .text-area .title {
  margin: 0;
  text-align: left;
  font-weight: 900;
}
@media (max-width: 767px) {
  .highlight .highlight-contents .text-area .title {
    font-size: 2rem;
    text-align: center;
  }
}
.highlight .highlight-contents .text-area .title__01 {
  color: #E33C0B;
}
.highlight .highlight-contents .text-area .title__02 {
  color: #326BB3;
}
.highlight .highlight-contents .text-area .text {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .highlight .highlight-contents .text-area .text {
    font-size: 1.6rem;
  }
}
.highlight .highlight-bottom {
  padding: 5.5rem 0 4.5rem;
}
@media (max-width: 767px) {
  .highlight .highlight-bottom {
    padding: 2rem 0;
  }
}

.strong {
  position: relative;
  padding-bottom: 14rem;
}
@media (max-width: 767px) {
  .strong {
    padding-bottom: 4rem;
  }
}
.strong .section-title {
  gap: 0;
}
.strong .katabami-contents {
  background: #0550BF;
  padding: 5rem 3rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  border-radius: 1rem;
  z-index: 1;
  position: relative;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .strong .katabami-contents {
    margin-top: 1rem;
    padding: 2rem;
  }
}
.strong .katabami-item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 3rem;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .strong .katabami-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.strong .title {
  border-left: 6px solid #0550bf;
  border-right: 6px solid #0550bf;
  padding: 1.5rem 0;
  font-size: 3rem;
  font-weight: 900;
  color: #0550bf;
  line-height: 1.4;
  width: 21.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .strong .title {
    font-size: 2rem;
    padding: 0.5rem 0;
    width: 100%;
  }
}
.strong .text {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-left: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .strong .text {
    font-size: 1.4rem;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.strong .katabami-note {
  color: #fff;
  text-align: center;
  margin-top: -2rem;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .strong .katabami-note {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.strong .katabami-img {
  width: 20rem;
  position: absolute;
  top: -18.5%;
  left: 12.5%;
  z-index: 0;
}
@media (max-width: 767px) {
  .strong .katabami-img {
    display: none;
  }
}

.benefit {
  padding-bottom: 14rem;
}
@media (max-width: 767px) {
  .benefit {
    padding-bottom: 4rem;
  }
}
.benefit .section-title {
  gap: 0;
}
.benefit .compare-table {
  border-collapse: separate;
  border-spacing: 0.8rem 0.6rem;
  margin-top: 3.4rem;
  margin-right: -2rem;
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .benefit .compare-table {
    border-spacing: 0.4rem 0.2rem;
    margin-top: 1rem;
  }
}
.benefit .compare-header th {
  padding: 2.2rem;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 767px) {
  .benefit .compare-header th {
    font-size: 1.6rem;
    padding: 1rem 0.5rem;
    white-space: nowrap;
  }
}
.benefit .compare-katabami {
  background: -webkit-gradient(linear, left top, left bottom, from(#0550BF), to(#1184C9));
  background: linear-gradient(to bottom, #0550BF, #1184C9);
  width: 49.8rem;
  color: #fff;
}
@media (max-width: 767px) {
  .benefit .compare-katabami {
    width: 50%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
.benefit .compare-others {
  background: #ccc;
}
@media (max-width: 767px) {
  .benefit .compare-others {
    width: 30%;
  }
}
.benefit .compare-katabami__img,
.benefit .compare-others__img {
  text-align: center;
}
.benefit .compare-katabami__img img,
.benefit .compare-others__img img {
  width: 10.6rem;
  height: auto;
  margin: 0.5rem auto;
}
@media (max-width: 767px) {
  .benefit .compare-katabami__img img,
  .benefit .compare-others__img img {
    width: 5rem;
  }
}
.benefit .compare-label {
  background: #fff;
  font-size: 2rem;
  height: 100%;
  color: #0550bf;
  font-weight: 900;
  padding: 0.5rem;
  width: 14rem;
  border: 1px solid #0550bf;
  text-align: center;
  position: relative;
  font-size: 2rem;
  line-height: 1.2;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .benefit .compare-label {
    width: 20%;
    font-size: 1.4rem;
    padding: 1rem 0.5rem;
  }
}
.benefit .compare-label::after {
  content: "";
  position: absolute;
  bottom: 5.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6rem;
  height: 6px;
  background: #D8FF57;
}
@media (max-width: 767px) {
  .benefit .compare-label::after {
    width: 5rem;
    bottom: 3rem;
  }
}
.benefit .compare-katabami-cell,
.benefit .compare-others-cell {
  background: #e6f0ff;
  padding-top: 2rem;
  vertical-align: middle;
}
.benefit .compare-others-cell {
  background: #C3C3C3;
  padding-top: 0;
}
.benefit .icon-circle,
.benefit .icon-triangle {
  width: 9.5rem;
  height: 9.5rem;
  margin: 0 auto 1rem;
}
@media (max-width: 767px) {
  .benefit .icon-circle,
  .benefit .icon-triangle {
    width: 3rem;
    height: 3rem;
  }
}
.benefit .icon-cross {
  width: 5.5rem;
  height: 5.5rem;
  margin: 1rem auto 5rem;
}
@media (max-width: 767px) {
  .benefit .icon-cross {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto 2rem;
  }
}
.benefit .icon-cross::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.benefit .compare-katabami-cell .text {
  font-size: 2.6rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#0550BF), to(#1184C9));
  background: linear-gradient(to bottom, #0550BF, #1184C9);
  color: #D8FF57;
  padding: 1.25rem;
}
@media (max-width: 767px) {
  .benefit .compare-katabami-cell .text {
    font-size: 1.4rem;
  }
}
.benefit .compare-others-cell .text {
  font-weight: 700;
}
@media (max-width: 767px) {
  .benefit .compare-others-cell .text {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

.track-record {
  padding-bottom: 15rem;
}
@media (max-width: 767px) {
  .track-record {
    padding-bottom: 4rem;
  }
}
.track-record .section-title {
  gap: 0rem;
}
@media (max-width: 767px) {
  .track-record .section-title {
    gap: 0;
  }
}
.track-record .section-title__ja {
  line-height: 1.3;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .track-record .section-title__ja {
    margin-top: 0.5rem;
  }
}
.track-record .track-record__contents {
  border-radius: 1rem;
  padding: 3.8rem 3rem 4.78rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 4rem;
  background: #EDF3FD;
  margin-top: 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .track-record .track-record__contents {
    grid-template-columns: 1fr;
    row-gap: 1rem;
    margin-top: 1rem;
    padding: 3rem 3rem 4rem;
  }
}
.track-record .track-record__item {
  color: #0550bf;
  font-size: 2.2rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .track-record .track-record__item {
    font-size: 1.8rem;
  }
}
.track-record .track-record__item span {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .track-record .track-record__item span {
    font-size: 1.2rem;
  }
}
.track-record .track-record__img {
  position: absolute;
  z-index: -1;
  right: 5%;
  top: -66%;
  width: 15rem;
}
@media (max-width: 767px) {
  .track-record .track-record__img {
    display: none;
  }
}

.flow {
  background: #EDF3FD;
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .flow {
    padding: 4rem 2rem;
  }
}
.flow .section-title {
  gap: 0;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .flow .section-title {
    margin-bottom: 1rem;
  }
}
.flow .flow-item {
  width: 100%;
  min-height: 17.8rem;
  padding: 4.6rem 3.8rem 3.5rem 3rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.55rem;
}
@media (max-width: 767px) {
  .flow .flow-item {
    padding: 2rem 1rem;
    gap: 2rem;
    min-height: 15rem;
  }
}
.flow .flow-icon {
  width: 9.2rem;
  height: 9.2rem;
  border-radius: 50%;
  background: #0550bf;
  font-size: 4rem;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #D8FF57;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .flow .flow-icon {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 2rem;
  }
}
.flow .flow-title {
  font-size: 3rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .flow .flow-title {
    font-size: 2rem;
  }
}
.flow .flow-text {
  font-size: 1.4rem;
  line-height: 1.86;
  margin-top: 1.8rem;
}
@media (max-width: 767px) {
  .flow .flow-text {
    line-height: 1.5;
  }
}
.flow .flow-arrow {
  width: 3.44rem;
  height: 2.21rem;
  margin: 1.7rem auto 2.6rem;
}

.contact .section-title {
  margin-bottom: 4rem;
  gap: 0;
  color: #0550bf;
}
@media (max-width: 767px) {
  .contact .section-title {
    margin-bottom: 1rem;
  }
}
.contact .section-title__en {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
}

.contact-inner {
  background: #DDE7FC;
  border-radius: 1.5rem;
  max-width: 100rem;
  margin: 15rem auto 9rem;
  padding: 10.5rem 8rem 6rem;
  -webkit-box-shadow: 0.5rem 1rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.5rem 1rem 1rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .contact-inner {
    margin: 4rem auto;
    padding: 4rem 2rem 2rem;
  }
}

.contact-form__header {
  text-align: center;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .contact-form__header {
    padding-bottom: 2rem;
  }
}
.contact-form__header .contact-form__desc {
  font-size: 1.4rem;
  line-height: 1.86;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .contact-form__header .contact-form__desc {
    line-height: 1.5;
    white-space: wrap;
  }
}

.contact-form {
  padding: 3.5rem 8.7rem 0 13rem;
}
@media (max-width: 767px) {
  .contact-form {
    padding: 0;
  }
}

.contact-form-container {
  max-width: 80rem;
}

.contact-form__item {
  margin-bottom: 3rem;
}
.contact-form__item--tel {
  margin-bottom: 1.5rem;
}
.contact-form__item--radio {
  margin-bottom: 4.5rem;
}

.contact-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Bangla Sangam MN", "Noto Sans Bengali", "Noto Sans JP", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .contact-form__label {
    margin-bottom: 1rem;
  }
}
.contact-form__label--name {
  padding-top: 0.02rem;
  margin-bottom: 1rem;
}
.contact-form__label--textarea {
  margin-bottom: 1rem;
}
.contact-form__label .contact-form__head {
  padding-top: 0.7rem;
}
@media (max-width: 767px) {
  .contact-form__label .contact-form__head {
    padding-top: 0.45rem;
  }
}
.contact-form__label .contact-form__required {
  background-color: #EF0000;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.45rem 0.75rem 0.05rem;
  margin-left: 0.8rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .contact-form__label .contact-form__required {
    padding: 0.3rem 0.75rem 0.05rem;
  }
}

.contact-form__input,
.contact-form__textarea,
.contact-form__radio-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.contact-form__input,
.contact-form__textarea {
  width: 100%;
  background: #fff;
  border: 0.5px solid #000;
  border-radius: 1rem;
  padding: 1.4rem 1.5rem;
  font-size: 1.6rem;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.contact-form__input::-webkit-input-placeholder, .contact-form__textarea::-webkit-input-placeholder {
  color: #A6ADB4;
}
.contact-form__input::-moz-placeholder, .contact-form__textarea::-moz-placeholder {
  color: #A6ADB4;
}
.contact-form__input:-ms-input-placeholder, .contact-form__textarea:-ms-input-placeholder {
  color: #A6ADB4;
}
.contact-form__input::-ms-input-placeholder, .contact-form__textarea::-ms-input-placeholder {
  color: #A6ADB4;
}
.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
  color: #A6ADB4;
}
.contact-form__input:focus,
.contact-form__textarea:focus {
  outline: none;
  border-color: #0550bf;
}

.contact-form__textarea {
  height: 28.1rem;
  resize: vertical;
}

.contact-form__radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
}

.contact-form__radio,
.wpcf7-list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 1.6rem;
  margin: 0 1rem 0 0 !important;
}
@media (max-width: 767px) {
  .contact-form__radio,
  .wpcf7-list-item {
    width: 100%;
  }
}
.contact-form__radio span,
.wpcf7-list-item span {
  margin-right: 1.5rem !important;
}
.contact-form__radio input[type=radio],
.wpcf7-list-item input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #fff;
  margin-right: 1rem;
  position: relative;
  cursor: pointer;
}
.contact-form__radio input[type=radio]:checked,
.wpcf7-list-item input[type=radio]:checked {
  border-color: #0550bf;
}
.contact-form__radio input[type=radio]:checked::after,
.wpcf7-list-item input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #0550bf;
}

@media (max-width: 767px) {
  .wpcf7-radio {
    display: block;
  }
}

.contact-form__privacy {
  margin-top: 4rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .contact-form__privacy {
    white-space: wrap;
    margin-top: 2rem;
    font-size: 1rem;
  }
}
.contact-form__privacy span {
  color: #FF0000;
}
.contact-form__privacy p {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .contact-form__privacy p {
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}

.contact-form__privacy-box {
  background-color: #DDE7FC;
  border: 1px solid #000;
  padding: 2rem 3rem;
  height: 15rem;
  overflow-y: scroll;
  overflow-x: hidden;
  text-align: left;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .contact-form__privacy-box {
    padding: 2rem 1rem;
  }
}
.contact-form__privacy-box p {
  font-size: 1.2rem;
  line-height: 2;
  white-space: normal;
}
@media (max-width: 767px) {
  .contact-form__privacy-box p {
    line-height: 1.5;
  }
}

.contact-form__submit {
  text-align: center;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .contact-form__submit {
    margin-top: 3rem;
  }
}

.contact-form__button {
  background: #0550bf;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  border-radius: 5rem;
  padding: 2rem 0;
  width: 100%;
  max-width: 26.4rem;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-left: 6.5rem;
}
@media (max-width: 767px) {
  .contact-form__button {
    width: 100%;
    margin: 0 auto;
    max-width: 30rem;
  }
}
.contact-form__button:hover {
  background: #043b8d;
}

.security {
  position: relative;
  padding-bottom: 14rem;
}
@media (max-width: 767px) {
  .security {
    padding-bottom: 4rem;
  }
}
.security .section-title {
  gap: 0;
}
.security .security-contents {
  border-radius: 1.5rem;
  padding: 5.9rem 3rem 5.28rem;
  margin-top: 2.2rem;
}
@media (max-width: 767px) {
  .security .security-contents {
    padding: 3rem;
    margin-top: 1rem;
  }
}
.security .security-head__text {
  font-size: 3rem;
  font-weight: 900;
  color: #0550bf;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .security .security-head__text {
    font-size: 1.6rem;
  }
}
.security .security-head__text span {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .security .security-head__text span {
    font-size: 3rem;
  }
}
.security .security-head__img {
  padding-top: 5.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .security .security-head__img {
    padding-top: 2.37rem;
  }
}
.security .security-head__img img {
  width: 56rem;
  height: auto;
}
@media (max-width: 767px) {
  .security .security-head__img img {
    width: 100%;
  }
}
.security .security-bottom__img {
  padding-top: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .security .security-bottom__img {
    padding-top: 2.68rem;
  }
}
.security .security-bottom__img img {
  width: 100%;
  height: auto;
}
.security .security-bottom__text {
  padding-top: 0.65rem;
  font-size: 1.4rem;
  color: #333;
  text-align: right;
}
@media (max-width: 767px) {
  .security .security-bottom__text {
    text-align: left;
    line-height: 1.25;
    letter-spacing: 0.04em;
  }
}

.c-to-top-btn {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 8rem;
  height: 7rem;
  background: url("../images/to-top.webp") no-repeat center center;
  background-size: contain;
  z-index: 2000;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
@media (max-width: 767px) {
  .c-to-top-btn {
    right: 1rem;
    bottom: 1rem;
    width: 4rem;
    height: 3.5rem;
  }
}
.c-to-top-btn:hover {
  opacity: 0.8;
}

.c-link-btn {
  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;
  margin: 0 auto;
  background: #AC0101;
  color: #fff;
  border: 2px solid #fff;
  font-size: 3rem;
  font-weight: 900;
  padding: 2.5rem 0.5rem;
  border-radius: 10rem;
  text-decoration: none;
  width: 53.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .c-link-btn {
    width: 30rem;
    font-size: 2rem;
    padding: 2rem 0.5rem;
  }
}
.c-link-btn::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5.4rem;
  height: 5.4rem;
  background: url("../images/icon-arrow.webp") no-repeat center/contain;
}
@media (max-width: 767px) {
  .c-link-btn::after {
    width: 3rem;
    height: 3rem;
  }
}
.c-link-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.introduction {
  padding-bottom: 16rem;
}
@media (max-width: 767px) {
  .introduction {
    padding: 0 1rem 4rem 1rem;
  }
}
.introduction .section-title {
  gap: 0rem;
}
@media (max-width: 767px) {
  .introduction .section-title {
    gap: 0;
  }
}

.introduction-swiper {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .introduction-swiper {
    padding-top: 1rem;
  }
}
.introduction-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.introduction-swiper .swiper-slide {
  width: 100%;
}
.introduction-swiper .swiper-slide__inner {
  width: 71.8rem;
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #0550bf;
  color: #fff;
  padding: 3.6rem;
  border-radius: 1.5rem;
  min-height: 44.2rem;
}
@media (max-width: 767px) {
  .introduction-swiper .swiper-slide__inner {
    width: 90%;
    padding: 3rem 2rem;
  }
}
.introduction-swiper .slide-title {
  font-size: 2.4rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .introduction-swiper .slide-title {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.introduction-swiper .slide-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-top: 4.6rem;
}
@media (max-width: 767px) {
  .introduction-swiper .slide-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
    gap: 2rem;
  }
}
.introduction-swiper .slide-left {
  width: 23.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .introduction-swiper .slide-left {
    width: 100%;
  }
}
.introduction-swiper .company {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 2.7rem;
}
@media (max-width: 767px) {
  .introduction-swiper .company {
    margin-top: 2rem;
  }
}
.introduction-swiper .post {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 2.1rem;
}
@media (max-width: 767px) {
  .introduction-swiper .post {
    margin-top: 1rem;
  }
}
.introduction-swiper .name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .introduction-swiper .name {
    margin-top: 1rem;
  }
}
.introduction-swiper .paragraph {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.87;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .introduction-swiper .paragraph {
    margin-top: 1.5rem;
    line-height: 1.5;
  }
}
.introduction-swiper .paragraph:first-of-type {
  margin-top: -0.3rem;
}

.option-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  margin: 8rem auto 5rem;
}
@media (max-width: 767px) {
  .option-area {
    margin: 4rem auto;
    gap: 2rem;
  }
}
.option-area .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
@media (max-width: 767px) {
  .option-area .swiper-pagination {
    gap: 2rem;
  }
}
.option-area .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
  color: #000;
  font-size: 2rem;
  border-radius: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  opacity: 1 !important;
}
.option-area .swiper-pagination .swiper-pagination-bullet::after {
  content: "|";
  position: absolute;
  right: -1.5rem;
  color: #000;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.option-area .swiper-pagination .swiper-pagination-bullet:last-child::after {
  content: "";
}
.option-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #0550bf;
}
.option-area .swiper-navigation-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.option-area .swiper-button-prev,
.option-area .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  -webkit-transform: none;
          transform: none;
  width: 5.4rem;
  height: 5.4rem;
  background-color: #333;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.option-area .swiper-button-prev::after,
.option-area .swiper-button-next::after {
  content: none;
}
.option-area .swiper-button-prev:hover,
.option-area .swiper-button-next:hover {
  background-color: #555;
}
.option-area .swiper-button-prev {
  background-image: url(../images/prev.webp);
}
.option-area .swiper-button-next {
  background-image: url(../images/next.webp);
}