/*! destyle.css v4.0.1 | 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;
  min-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 {
  font-size: 62.5%;
  scroll-padding-top: 65px;
}

@media only screen and (max-width: 770px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  color: #111111;
  margin: 0;
}

@media only screen and (max-width: 770px) {
  body {
    font-size: 15px;
  }
}

img {
  max-width: 100%;
  height: 100%;
}

::-webkit-input-placeholder {
  color: #aaaaaa;
}

:-ms-input-placeholder {
  color: #aaaaaa;
}

::-ms-input-placeholder {
  color: #aaaaaa;
}

::placeholder {
  color: #aaaaaa;
}

::-moz-selection {
  background-color: #20419a;
  color: #ffffff;
}

::selection {
  background-color: #20419a;
  color: #ffffff;
}

@media only screen and (max-width: 770px) {
  .br-pc {
    display: none;
  }
}

@media only screen and (min-width: 771px) {
  .br-sp {
    display: none;
  }
}

.common-title {
  position: relative;
  color: #20419a;
  font-weight: 700;
  font-size: 28px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 7px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 770px) {
  .common-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.common-title::before {
  position: absolute;
  content: "";
  width: 75px;
  height: 2px;
  background-color: #20419a;
  bottom: -2px;
  left: 0;
}

.container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.post-list {
  padding-right: 3.125%;
  padding-left: 3.125%;
}

.post-list--double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.post-list--double .post-item {
  width: calc((100% - 30px) / 2);
}

.post-item {
  border-bottom: 1px solid #ddd;
  padding-top: 17px;
  padding-bottom: 8px;
}

.post-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
}

.post-item__date {
  color: #888;
  margin-right: 14px;
  font-size: 14px;
  line-height: 1;
  padding-top: 2px;
}

@media only screen and (max-width: 770px) {
  .post-item__date {
    font-size: 13px;
  }
}

.post-item__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.post-item__category li {
  line-height: 1;
}

.post-item__category li a {
  color: #20419a;
  border: 1px solid #20419a;
  border-radius: 40px;
  padding: 1px 10px 1px;
  font-size: 12px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

@media only screen and (max-width: 770px) {
  .post-item__category li a {
    padding: 1px 9px 1px;
    font-size: 11px;
  }
}

.post-item__category li a:hover {
  color: #ffffff;
  background-color: #20419a;
}

.post-item__link {
  padding-bottom: 5px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.post-item__link:hover {
  color: #20419a;
}

.post-item__title {
  font-weight: 700;
}

.post-item__description {
  margin-top: 5px;
}

.btn--next {
  position: relative;
  width: 245px;
  height: 50px;
  border-radius: 50px;
  background-color: #20419a;
  border: 2px solid #20419a;
  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-weight: 700;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
}

.btn--next::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.btn--back {
  position: relative;
  width: 245px;
  height: 50px;
  border-radius: 50px;
  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-weight: 700;
  color: #20419a;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.btn--back::before {
  position: absolute;
  content: "";
  background-color: #fff;
  border: 2px solid #20419a;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.btn--back:hover::before {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.btn--back__arrow {
  position: absolute;
  top: 18px;
  left: 22px;
}

.header {
  width: 100%;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: fixed;
  top: 0;
}

.header--front {
  background-color: rgba(255, 255, 255, 0);
}

.header--front:not(.active):not(:hover) .header__navi-item {
  color: #fff;
}

.header--front:not(.active):not(:hover) .header__navi-item--parent-arrow path {
  stroke: #ffffff;
}

.header--front:not(.active):not(:hover) .header__logo {
  color: #fff;
}

.header--front:not(.active):not(:hover) .header__logo img {
  -webkit-filter: invert(100%) sepia(0%) saturate(7491%) hue-rotate(243deg) brightness(100%) contrast(103%);
          filter: invert(100%) sepia(0%) saturate(7491%) hue-rotate(243deg) brightness(100%) contrast(103%);
}

.header--front.active, .header--front:hover {
  background-color: rgba(255, 255, 255, 0.92);
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  padding: 0px 50px;
  z-index: 1;
  max-width: 1440px;
  margin: auto;
}

@media only screen and (max-width: 770px) {
  .header__container {
    width: 100%;
    height: 60px;
    padding: 0px 10px;
  }
}

.header__logo {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media only screen and (max-width: 770px) {
  .header__logo {
    font-size: 14px;
    z-index: 3;
  }
}

.header__logo img {
  width: 155px;
  -webkit-filter: invert(16%) sepia(59%) saturate(3649%) hue-rotate(220deg) brightness(89%) contrast(86%);
          filter: invert(16%) sepia(59%) saturate(3649%) hue-rotate(220deg) brightness(89%) contrast(86%);
}

@media only screen and (max-width: 770px) {
  .header__logo img {
    width: 125px;
  }
}

.header__logo:hover {
  opacity: 0.75;
}

.header__logo-img {
  margin-bottom: 2px;
}

@media only screen and (max-width: 770px) {
  .header__logo-img {
    width: 120px;
    height: 31px;
  }
}

@media only screen and (max-width: 770px) {
  .header__bg {
    width: 100%;
    position: absolute;
    height: 60px;
    left: 0;
    top: 0;
    z-index: 2;
  }
}

@media only screen and (min-width: 771px) {
  .header__hamburger {
    display: none;
  }
}

@media only screen and (max-width: 770px) {
  .header__hamburger {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #20419a;
    cursor: pointer;
    z-index: 2;
  }
}

.header__hamburger.active span:nth-child(1) {
  top: 29px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__hamburger.active span:nth-child(2) {
  top: 29px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__hamburger.active span:nth-child(3) {
  top: 29px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 1px #fff;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 16px;
}

.header__hamburger span:nth-child(1) {
  top: 19px;
}

.header__hamburger span:nth-child(2) {
  top: 30px;
}

.header__hamburger span:nth-child(3) {
  top: 40px;
}

.header__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 771px) {
  .header__navi {
    height: 100%;
    width: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: -2px;
  }
}

@media only screen and (max-width: 770px) {
  .header__navi {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    width: 100%;
    color: #0e3155;
    background-color: #ffffff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    min-height: 100vh;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 1;
    padding-top: 60px;
  }
}

@media only screen and (max-width: 770px) {
  .header__navi.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.header__navi-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  max-width: 525px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 8px;
}

@media only screen and (min-width: 771px) {
  .header__navi-upper {
    -webkit-transition: margin-bottom 0.3s ease;
    transition: margin-bottom 0.3s ease;
  }
}

@media only screen and (max-width: 770px) {
  .header__navi-upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}

.header__navi-contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  color: #fff;
  width: 200px;
  height: 38px;
  -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;
  gap: 10px;
  font-weight: 700;
  padding-left: 28px;
  z-index: 0;
}

@media only screen and (min-width: 771px) {
  .header__navi-contact {
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
}

.header__navi-contact::before {
  position: absolute;
  content: "";
  background-color: #20419a;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.header__navi-contact:hover::before {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.header__navi-contact-icon {
  position: absolute;
  top: 12px;
  left: 25px;
  line-height: 1;
}

@media only screen and (min-width: 771px) {
  .header__navi-contact-icon {
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
}

.header__navi-search {
  position: relative;
  max-width: 300px;
  width: 100%;
  height: 38px;
  border: 1px solid #20419a;
  border-radius: 50px;
  background-color: #fff;
}

@media only screen and (min-width: 771px) {
  .header__navi-search {
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
}

@media only screen and (max-width: 770px) {
  .header__navi-search {
    height: 45px;
  }
}

.header__navi-search input {
  width: 100%;
  height: 100%;
  padding: 5px 55px 5px 20px;
  border-radius: 50px;
}

@media only screen and (max-width: 770px) {
  .header__navi-search input {
    padding: 3px 55px 3px 20px;
  }
}

.header__navi-search input:focus {
  outline: none;
}

.header__navi-search button {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 50px;
  height: calc(100% + 2px);
  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;
  background-color: #20419a;
  border-radius: 0 50px 50px 0;
}

@media only screen and (max-width: 770px) {
  .header__navi-lower {
    margin-bottom: 12px;
  }
}

.header__navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  gap: 15px;
}

@media only screen and (max-width: 770px) {
  .header__navi-list {
    width: 100%;
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px solid #20419a;
  }
}

@media only screen and (min-width: 771px) {
  .header__navi-item {
    padding-bottom: 8px;
  }
}

@media only screen and (max-width: 770px) {
  .header__navi-item {
    border-bottom: 1px solid #20419a;
    text-align: left;
    font-weight: 700;
  }
}

@media only screen and (min-width: 771px) {
  .header__navi-item:hover .header__navi-child {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
  }
}

.header__navi-item > a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media only screen and (min-width: 771px) {
  .header__navi-item > a {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 770px) {
  .header__navi-item > a {
    display: block;
    width: 100%;
    padding: 14px 15px;
  }
}

@media only screen and (min-width: 771px) {
  .header__navi-item > a:last-child {
    padding-right: 0px;
  }
}

.header__navi-item > a:hover {
  color: #20419a;
}

@media only screen and (max-width: 770px) {
  .header__navi-item--parent {
    position: relative;
  }
}

@media only screen and (min-width: 771px) {
  .header__navi-item--parent > a {
    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: 5px;
  }
}

.header__navi-item--parent-arrow {
  line-height: 0.5;
}

@media only screen and (max-width: 770px) {
  .header__navi-item--parent-arrow {
    display: none;
  }
}

.header__navi-item--parent-arrow path {
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

@media only screen and (min-width: 771px) {
  .header__navi-child {
    position: absolute;
    background: rgba(32, 65, 154, 0.6);
    width: 100%;
    top: 90px;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    position: absolute;
    top: 100%;
    pointer-events: none;
  }
}

.header__navi-child-list {
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 771px) {
  .header__navi-child-list {
    gap: 10px;
  }
}

@media only screen and (max-width: 770px) {
  .header__navi-child-list {
    background: #f3f3f1;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 771px) {
  .header__navi-child-item {
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7px 6px 7px 13px;
    gap: 6px;
    width: calc(25% - 7.5px);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

@media only screen and (max-width: 770px) {
  .header__navi-child-item {
    width: calc(50% - 4px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 48px;
  }
  .header__navi-child-item:not(:last-child) {
    border-bottom: solid 1px #d3d3d3;
  }
}

.header__navi-child-item:hover {
  opacity: 0.75;
}

@media only screen and (max-width: 770px) {
  .header__navi-child-item__icon {
    display: none;
  }
}

.header__navi-child-item__title {
  font-size: 14px;
  line-height: 16px;
}

@media only screen and (min-width: 771px) {
  .header__navi-child-item__title {
    font-weight: 700;
  }
}

@media only screen and (max-width: 770px) {
  .header__navi-child-item__title {
    font-size: 13px;
    padding: 7px 5px 7px 5px;
    line-height: 15px;
  }
}

.header__navi-child-item__title span {
  font-size: 12px;
}

.front-mv {
  position: relative;
  padding-top: 150px;
  padding-bottom: 154px;
  background-image: url("../img/header/mv__front.jpg?ver=0.1");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 770px) {
  .front-mv {
    padding-top: 115px;
  }
}

.front-mv::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 219px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(#fff));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.33) 0%, #fff 100%);
  mix-blend-mode: multiply;
  opacity: 0.7;
}

.front-mv .front-mv__search {
  -webkit-filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
}

.front-mv .container {
  position: relative;
}

.front-mv__title {
  color: #fff;
  text-align: center;
  font-size: 45px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  margin-bottom: 20px;
}

@media only screen and (max-width: 770px) {
  .front-mv__title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.front-mv__search {
  margin-bottom: 50px;
  position: relative;
  max-width: 557px;
  width: 100%;
  height: 55px;
  border: 1px solid #20419a;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #fff;
}

@media only screen and (max-width: 770px) {
  .front-mv__search {
    height: 50px;
    margin-bottom: 30px;
  }
}

.front-mv__search input {
  width: 100%;
  height: 100%;
  padding: 5px 55px 5px 20px;
  border-radius: 50px;
}

@media only screen and (max-width: 770px) {
  .front-mv__search input {
    padding: 3px 55px 3px 20px;
  }
}

.front-mv__search input:focus {
  outline: none;
}

.front-mv__search button {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 50px;
  height: calc(100% + 2px);
  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;
  background-color: #20419a;
  border-radius: 0 50px 50px 0;
}

.front-mv__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125%;
}

@media only screen and (max-width: 770px) {
  .front-mv__nav {
    -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;
    gap: 15px;
  }
}

.front-mv__nav-item {
  position: relative;
  width: 31.25%;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  padding: 27px 0px 47px;
  -webkit-filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

@media only screen and (max-width: 770px) {
  .front-mv__nav-item {
    max-width: 300px;
    width: 100%;
    padding: 19px 15px 35px;
  }
}

.front-mv__nav-item:hover {
  -webkit-filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.3));
}

.front-mv__nav-item-icon {
  height: 90px;
  margin-bottom: 10px;
  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;
}

@media only screen and (max-width: 770px) {
  .front-mv__nav-item-icon {
    margin-bottom: 6px;
  }
}

.front-mv__nav-item-title {
  color: #20419a;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

@media only screen and (max-width: 770px) {
  .front-mv__nav-item-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.front-mv__nav-item-arrow {
  position: absolute;
  right: 23px;
  bottom: 22px;
  line-height: 1;
}

@media only screen and (max-width: 770px) {
  .front-mv__nav-item-arrow {
    right: 15px;
    bottom: 20px;
  }
}

.under-mv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 103px;
  height: 250px;
  margin-top: 90px;
}

@media only screen and (max-width: 770px) {
  .under-mv {
    height: 180px;
    padding-top: 70px;
    margin-top: 60px;
  }
}

.under-mv--contact {
  background-image: url(../img/header/mv__contact.jpg?ver=0.1);
}

@media only screen and (max-width: 770px) {
  .under-mv--contact {
    background-image: url(../img/header/mv__contact.jpg?ver=0.1);
  }
}

.under-mv--remote {
  background-image: url(../img/header/mv__remote.jpg?ver=0.1);
}

@media only screen and (max-width: 770px) {
  .under-mv--remote {
    background-image: url(../img/header/mv__remote.jpg?ver=0.1);
  }
}

.under-mv--news {
  background-image: url(../img/header/mv__news.jpg?ver=0.1);
}

@media only screen and (max-width: 770px) {
  .under-mv--news {
    background-image: url(../img/header/mv__news.jpg?ver=0.1);
  }
}

.under-mv--help {
  background-image: url(../img/header/mv__help.jpg?ver=0.1);
}

@media only screen and (max-width: 770px) {
  .under-mv--help {
    background-image: url(../img/header/mv__help.jpg?ver=0.1);
  }
}

.under-mv--nas {
  background-image: url(../img/header/mv__nas.jpg?ver=0.1);
}

@media only screen and (max-width: 770px) {
  .under-mv--nas {
    background-image: url(../img/header/mv__nas.jpg?ver=0.1);
  }
}

.under-mv--pos {
  background-image: url(../img/header/mv__pos.jpg?ver=0.1);
}

@media only screen and (max-width: 770px) {
  .under-mv--pos {
    background-image: url(../img/header/mv__pos.jpg?ver=0.1);
  }
}

.under-mv--spica {
  background-image: url(../img/header/mv__spica.jpg?ver=0.1);
}

@media only screen and (max-width: 770px) {
  .under-mv--spica {
    background-image: url(../img/header/mv__spica.jpg?ver=0.1);
  }
}

.under-mv--server {
  background-image: url(../img/header/mv__server.jpg?ver=0.1);
}

@media only screen and (max-width: 770px) {
  .under-mv--server {
    background-image: url(../img/header/mv__server.jpg?ver=0.1);
  }
}

.under-mv--internet {
  background-image: url(../img/header/mv__internet.jpg?ver=0.1);
}

@media only screen and (max-width: 770px) {
  .under-mv--internet {
    background-image: url(../img/header/mv__internet.jpg?ver=0.1);
  }
}

.under-mv--security {
  background-image: url(../img/header/mv__security.jpg?ver=0.1);
}

@media only screen and (max-width: 770px) {
  .under-mv--security {
    background-image: url(../img/header/mv__security.jpg?ver=0.1);
  }
}

.under-mv--others {
  background-image: url(../img/header/mv__others.jpg?ver=0.1);
}

@media only screen and (max-width: 770px) {
  .under-mv--others {
    background-image: url(../img/header/mv__others.jpg?ver=0.1);
  }
}

.under-mv--computer {
  background-image: url(../img/header/mv__computer.jpg?ver=0.1);
}

@media only screen and (max-width: 770px) {
  .under-mv--computer {
    background-image: url(../img/header/mv__computer.jpg?ver=0.1);
  }
}

.under-mv--business-phone {
  background-image: url(../img/header/mv__business-phone.jpg?ver=0.1);
}

@media only screen and (max-width: 770px) {
  .under-mv--business-phone {
    background-image: url(../img/header/mv__business-phone.jpg?ver=0.1);
  }
}

.under-mv--mail {
  background-image: url(../img/header/mv__mail.jpg?ver=0.1);
}

@media only screen and (max-width: 770px) {
  .under-mv--mail {
    background-image: url(../img/header/mv__mail.jpg?ver=0.1);
  }
}

.under-mv--copy {
  background-image: url(../img/header/mv__copy.jpg?ver=0.1);
}

@media only screen and (max-width: 770px) {
  .under-mv--copy {
    background-image: url(../img/header/mv__copy.jpg?ver=0.1);
  }
}

.under-mv--repair {
  background-image: url(../img/header/mv__repair.jpg?ver=0.1);
}

@media only screen and (max-width: 770px) {
  .under-mv--repair {
    background-image: url(../img/header/mv__repair.jpg?ver=0.1);
  }
}

.under-mv--search {
  background-image: url(../img/header/mv__search.jpg?ver=0.1);
}

@media only screen and (max-width: 770px) {
  .under-mv--search {
    background-image: url(../img/header/mv__search.jpg?ver=0.1);
  }
}

.under-mv--404 {
  background-image: url(../img/header/mv__404.jpg?ver=0.1);
}

@media only screen and (max-width: 770px) {
  .under-mv--404 {
    background-image: url(../img/header/mv__404.jpg?ver=0.1);
  }
}

.under-mv__title {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 770px) {
  .under-mv__title {
    font-size: 26px;
  }
}

.breadcrumb {
  background-color: #f4f5fa;
  color: #888;
  font-size: 12px;
  margin-bottom: 54px;
  padding-top: 6px;
  padding-bottom: 7px;
}

@media only screen and (max-width: 770px) {
  .breadcrumb {
    margin-bottom: 40px;
  }
}

.breadcrumb__arrow {
  margin-bottom: 5px;
}

.breadcrumb__home {
  margin-bottom: 2px;
}

.breadcrumb a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.breadcrumb a:hover {
  opacity: 0.75;
}

.header-marunage .header__navi {
  width: 726px;
}

@media screen and (max-width: 1020px) {
  .header-marunage .header__navi {
    width: 500px;
  }
}

@media only screen and (max-width: 770px) {
  .header-marunage .header__navi {
    width: 100%;
  }
}

.header-marunage .header__navi-upper {
  max-width: initial;
}

.header-marunage .header__navi-download::before {
  font-size: 11px;
  background-color: #0091DB;
}

@media screen and (max-width: 1020px) {
  .header-marunage .header__navi-contact {
    font-size: 11px;
    padding-left: 24px;
  }
}

@media only screen and (max-width: 770px) {
  .header-marunage .header__navi-contact {
    font-size: 13px;
  }
}

@media screen and (max-width: 1020px) {
  .header-marunage .header__navi-contact-icon {
    left: 10px;
  }
}

@media only screen and (max-width: 770px) {
  .header-marunage .header__navi-contact-icon {
    gap: 14px;
  }
}

@media screen and (max-width: 1020px) {
  .header-marunage .header__navi-search {
    max-width: 220px;
  }
}

@media only screen and (max-width: 770px) {
  .header-marunage .header__navi-search {
    max-width: 300px;
  }
}

.header-marunage .header__navi-list {
  gap: 50px;
}

@media screen and (max-width: 1020px) {
  .header-marunage .header__navi-list {
    gap: 30px;
  }
}

@media only screen and (max-width: 770px) {
  .header-marunage .header__navi-list {
    gap: 0px;
  }
}

@media screen and (max-width: 1020px) {
  .header-marunage .header__navi-item a {
    font-size: 11px;
  }
}

@media only screen and (max-width: 770px) {
  .header-marunage .header__navi-item a {
    font-size: 13px;
  }
}

.under-mv--download {
  background-color: #20419A;
}

.under-mv--marunage {
  background-color: #20419A;
}

.footer {
  margin-top: 70px;
}

@media only screen and (max-width: 770px) {
  .footer {
    margin-top: 50px;
  }
}

.footer-connection {
  color: #fff;
  background-color: #20419a;
  padding: 50px 0 50px;
  line-height: 1;
}

@media only screen and (max-width: 770px) {
  .footer-connection {
    padding: 30px 0 30px;
  }
}

@media only screen and (min-width: 771px) {
  .footer-connection .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-connection__title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  width: 210px;
}

@media only screen and (max-width: 770px) {
  .footer-connection__title {
    font-size: 15px;
    margin-bottom: 19px;
    width: auto;
  }
}

.footer-connection__title img {
  margin-bottom: 2px;
}

.footer-connection__list {
  max-width: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px 20px;
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 770px) {
  .footer-connection__list {
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px 15px;
  }
}

.footer-connection__item a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.footer-connection__item a:hover {
  opacity: 0.75;
}

.footer-sitemap {
  background-color: #f4f5fa;
  padding: 50px 0 50px;
}

@media only screen and (max-width: 770px) {
  .footer-sitemap {
    padding: 25px 0 25px;
  }
}

@media only screen and (min-width: 771px) {
  .footer-sitemap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-sitemap__title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  width: 210px;
}

@media only screen and (max-width: 770px) {
  .footer-sitemap__title {
    margin-bottom: 15px;
    width: auto;
  }
}

.footer-sitemap__title img {
  margin-bottom: 5px;
}

.footer-sitemap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 20px;
  font-size: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 770px) {
  .footer-sitemap__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px 20px;
    margin-bottom: 10px;
  }
}

.footer-sitemap__item a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.footer-sitemap__item a:hover {
  opacity: 0.75;
}

.footer-sitemap__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  color: #fff;
  width: 200px;
  height: 45px;
  -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;
  gap: 10px;
  font-weight: 700;
  margin: auto;
  padding-left: 28px;
  z-index: 1;
}

.footer-sitemap__btn::before {
  position: absolute;
  content: "";
  background-color: #20419a;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.footer-sitemap__btn:hover::before {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.footer-sitemap__btn-icon {
  position: absolute;
  top: 14px;
  left: 36px;
  line-height: 1;
}

.footer-copyright {
  color: #fff;
  background-color: #20419a;
  font-size: 14px;
  padding: 8px 0;
}

@media only screen and (max-width: 770px) {
  .footer-copyright {
    font-size: 13px;
  }
}

.footer-copyright .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

@media only screen and (max-width: 770px) {
  .footer-copyright .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-copyright__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}

.footer-copyright__item {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.footer-copyright__item:hover {
  opacity: 0.75;
}

.footer-copyright__item-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 2px;
}

.footer-marunage {
  margin-top: 0px;
}

.front {
  margin-top: -140px;
}

.front-bg {
  background-color: #F4F5FA;
}

.front-maintenance {
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 26px 30px;
  margin-top: 28px;
  background-color: #FFF;
}

.front-maintenance__title {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 3px;
}

.front-maintenance__title span {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  font-size: 22px;
  background-color: #20419A;
  color: #FFF;
  margin-right: 8px;
  -webkit-transform: translate(0px, 3px);
          transform: translate(0px, 3px);
}

.front-maintenance__list .post-item:last-of-type {
  border-bottom: none;
}

.front-box {
  padding: 70px 42px 66px;
}

@media only screen and (max-width: 770px) {
  .front-box {
    padding: 30px 10px 50px;
  }
}

.front-box .container {
  position: relative;
}

.front-box__heading {
  position: relative;
  padding-top: 50px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 770px) {
  .front-box__heading {
    padding-top: 40px;
    margin-bottom: 20px;
  }
}

.front-box__heading-english {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  position: absolute;
  color: #e4e8f3;
  font-size: 100px;
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: -36px;
  left: -40px;
}

@media only screen and (max-width: 770px) {
  .front-box__heading-english {
    font-size: 65px;
    top: -15px;
    left: -20px;
  }
}

.front-box__heading-title {
  position: relative;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media only screen and (max-width: 770px) {
  .front-box__heading-title {
    font-size: 28px;
  }
}

.front-box__heading-description {
  position: relative;
}

.front-box__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
}

.front-box__post .post-item {
  width: 48%;
}

@media only screen and (max-width: 770px) {
  .front-box__post .post-item {
    width: 100%;
  }
}

.front-box__post .post-item--single {
  width: 100%;
}

.front-box__btn {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media only screen and (min-width: 771px) {
  .front-box__btn {
    position: absolute;
    top: 62px;
    right: 9px;
  }
}

@media only screen and (max-width: 770px) {
  .front-box__btn {
    margin-top: 30px;
    font-size: 16px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.front-box__btn-circle {
  position: relative;
  border-radius: 50px;
  width: 45px;
  height: 45px;
}

@media only screen and (max-width: 770px) {
  .front-box__btn-circle {
    width: 38px;
    height: 38px;
  }
}

.front-box__btn-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 90%;
  height: 90%;
  background-color: #20419a;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.front-box__btn-circle svg {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 770px) {
  .front-box__btn-circle svg {
    width: 38px;
    height: 38px;
  }
}

.front-box__btn:hover {
  color: #20419a;
}

.front-box__btn:hover .front-box__btn-circle::before {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.3);
          transform: translateY(-50%) translateX(-50%) scale(1.3);
}

.front-help {
  background-color: #ffffff;
}

.front-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

@media only screen and (max-width: 770px) {
  .front-category__list {
    gap: 14px;
  }
}

@media only screen and (max-width: 770px) {
  .front-category__item {
    width: 50%;
    width: calc(50% - 7px);
  }
}

.front-category__item-link {
  width: 176px;
  height: 176px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -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;
  gap: 12px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

@media only screen and (max-width: 770px) {
  .front-category__item-link {
    width: 100%;
  }
}

.front-category__item-link:hover {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.front-category__item-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  color: #20419A;
}

.front-category__item-title span {
  font-size: 12px;
}

.front-it .container {
  text-align: center;
}

.front-it__banner {
  border-radius: 5px;
  display: inline-block;
}

.front-it__banner:hover img {
  opacity: 0.75;
}

.archive > .container > .common-title {
  margin-bottom: 10px;
}

.archive-search {
  padding-bottom: 50px;
}

.archive-search .front-mv__search {
  margin-bottom: 0;
}

.archive-category {
  background-color: #f4f5fa;
  padding-top: 50px;
  padding-bottom: 50px;
}

.archive-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding-right: 3.125%;
  padding-left: 3.125%;
}

@media only screen and (max-width: 770px) {
  .archive-category__list {
    gap: 14px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.archive-category__item {
  width: calc(25% - 15px);
}

@media only screen and (max-width: 770px) {
  .archive-category__item {
    width: calc(50% - 7px);
  }
}

.archive-category__item-link {
  width: 100%;
  height: 210px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px 12px;
  -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;
  gap: 12px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

@media only screen and (max-width: 770px) {
  .archive-category__item-link {
    gap: 5px;
    padding: 10px 0px;
    width: 100%;
    height: 150px;
  }
}

.archive-category__item-link:hover {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 770px) {
  .archive-category__item-icon {
    width: 80px;
    height: 80px;
  }
}

.archive-category__item-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  min-height: 35px;
  color: #20419A;
}

.archive-category__item-title span {
  font-size: 12px;
}

.archive-popular {
  padding-top: 50px;
}

.archive-popular__post {
  padding-right: 3.125%;
  padding-left: 3.125%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
}

@media only screen and (max-width: 770px) {
  .archive-popular__post {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.archive-popular__post .post-item {
  width: 48%;
}

@media only screen and (max-width: 770px) {
  .archive-popular__post .post-item {
    width: 100%;
  }
}

.pagination {
  margin-top: 36px;
}

@media only screen and (max-width: 770px) {
  .pagination {
    margin-top: 30px;
  }
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}

@media only screen and (max-width: 770px) {
  .pagination .nav-links {
    gap: 8px;
  }
}

.pagination a.page-numbers,
.pagination span.page-numbers {
  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;
  color: #20419a;
  background-color: #f4f5fa;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
}

@media only screen and (max-width: 770px) {
  .pagination a.page-numbers,
  .pagination span.page-numbers {
    font-size: 18px;
    width: 36px;
    height: 36px;
  }
}

.pagination a.page-numbers {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination a.page-numbers:hover {
  background-color: #20419a;
  color: #ffffff;
}

.pagination span.page-numbers.current {
  background-color: #20419a;
  color: #ffffff;
}

.single-post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.single-post__date {
  margin-right: 14px;
  font-size: 14px;
  line-height: 1;
  padding-top: 2px;
}

.single-post__content {
  padding-right: 3.125%;
  padding-left: 3.125%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 770px) {
  .single-post__content {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.single-post__content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.single-post__content .alignright {
  float: right;
  margin-left: 1.5em;
}

@media only screen and (max-width: 770px) {
  .single-post__content .alignright {
    float: none;
    margin-left: 0;
  }
}

.single-post__content .alignleft {
  float: left;
  margin-right: 1.5em;
}

@media only screen and (max-width: 770px) {
  .single-post__content .alignleft {
    float: none;
    margin-right: 0;
  }
}

.single-post__content h1,
.single-post__content h2,
.single-post__content h3,
.single-post__content h4,
.single-post__content h5,
.single-post__content h6 {
  font-weight: bold;
}

.single-post__content h2 {
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 1.2;
  border-left: 4px solid #20419a;
  padding-bottom: 5px;
  background-color: #f4f5fa;
  padding: 10px;
}

@media only screen and (max-width: 770px) {
  .single-post__content h2 {
    font-size: 20px;
  }
}

.single-post__content h3 {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.3;
  border-left: 4px solid #20419a;
  padding: 8px 10px;
}

@media only screen and (max-width: 770px) {
  .single-post__content h3 {
    font-size: 18px;
  }
}

.single-post__content h4 {
  margin-bottom: 1em;
  line-height: 1.4;
  padding: 6px 8px;
  border-left: 2px solid #20419a;
}

.single-post__content p {
  margin-bottom: 1em;
}

.single-post__content hr {
  margin-bottom: 1em;
}

.single-post__content ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 1em;
}

.single-post__content ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 1em;
}

.single-post__content blockquote {
  font-style: italic;
  border-left: 5px solid #bbb;
  background-color: #f6f6f6;
  padding: 10px;
  margin: 20px 0;
  line-height: 1.6;
  border-radius: 5px;
  margin-bottom: 1em;
}

.single-post__content blockquote > *:last-child {
  margin-bottom: 0;
}

.single-post__content a {
  color: #20419a;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.single-post__content a:hover {
  opacity: 0.75;
}

.single-post__content .w3eden:not(:last-of-type) {
  margin-bottom: 1em;
}

.single-post__content .w3eden .package-title {
  border-left: none;
}

.single-post__content .w3eden .package-title a {
  color: #4a8eff;
  pointer-events: none;
  text-decoration: none;
}

.single-post__content .w3eden .wpdm-download-link {
  color: #FFF;
}

.single-connection {
  margin-top: 59px;
}

@media only screen and (max-width: 770px) {
  .single-connection {
    margin-top: 40px;
  }
}

.it-mv {
  background-image: url(../img/it/mv-bg.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 36px;
  margin-top: 95px;
}

@media only screen and (max-width: 770px) {
  .it-mv {
    margin-top: 60px;
  }
}

.it-mv .container {
  max-width: 721px;
}

.it-mv__catch {
  margin-bottom: 30px;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.it-mv__text-01 {
  width: 52%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 770px) {
  .it-mv__text-01 {
    width: 60%;
  }
}

.it-mv__text-02 {
  margin-bottom: 14px;
}

.it-mv__person {
  margin-bottom: -15px;
}

@media only screen and (max-width: 770px) {
  .it-mv__person {
    margin-bottom: -11px;
  }
}

.it-about {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #E3F6FF;
}

.it-about .container {
  max-width: 920px;
  margin: 0 auto;
}

.it-about__title {
  color: #20419a;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 18px;
}

.it-about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 770px) {
  .it-about-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}

.it-about__detail {
  max-width: 358px;
}

.it-about__detail-title {
  color: #20419a;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px;
}

.it-about__detail-text {
  font-weight: 500;
  line-height: 150%;
}

.it-about__example {
  display: none;
  background-color: #fff;
  padding: 40px 32px 60px;
  border-radius: 40px;
}

@media only screen and (max-width: 770px) {
  .it-about__example {
    padding: 30px 12px 40px;
  }
}

.it-about__example + .read-btn.active {
  margin-top: -20px;
}

.it-about__example-title {
  color: #20419a;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}

.it-about__example-title:not(:first-of-type) {
  margin-top: 60px;
}

@media only screen and (max-width: 770px) {
  .it-about__example-title:not(:first-of-type) {
    margin-top: 40px;
  }
}

.it-about__example-text, .it-price__text {
  text-align: center;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 30px;
}

.it-about__example-text span, .it-price__text span {
  color: #0091DB;
  font-weight: 700;
}

.it-trouble {
  position: relative;
  padding-top: 46px;
  padding-bottom: 40px;
  background-color: #fff;
  background-image: radial-gradient(#d6e2f3 15%, transparent 15%);
  background-size: 15px 15px;
}

.it-trouble__title {
  font-size: 32px;
  font-weight: 700;
  color: #20419a;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 4px;
}

@media only screen and (max-width: 770px) {
  .it-trouble__title {
    font-size: 26px;
  }
}

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

.it-trouble__arrow {
  text-align: center;
  position: absolute;
  text-align: center;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -27px;
  width: 70%;
  margin: auto;
}

.it-reason {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F4F5FA;
}

.it-reason .container {
  max-width: 920px;
  margin: 0 auto;
}

.it-reason__title {
  color: #20419A;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 49px;
}

.it-reason__title span {
  font-size: 60px;
}

.it-reason__text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 84px;
}

.it-reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}

@media only screen and (max-width: 770px) {
  .it-reason-list {
    -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;
  }
}

.it-reason-list-item {
  width: 100%;
  max-width: 290px;
  border-radius: 18px;
  height: 414px;
  padding-top: 21px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 770px) {
  .it-reason-list-item {
    margin-bottom: 56px;
  }
}

.it-cta {
  text-align: center;
  background-color: #20419a;
  padding: 30px 0 26px;
  border-bottom: 1px solid #f4f5fa;
}

.it-cta__title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media only screen and (max-width: 770px) {
  .it-cta__title {
    font-size: 18px;
  }
}

.it-cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 770px) {
  .it-cta__list {
    -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;
  }
}

.it-cta__btn {
  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;
  border-radius: 50px;
  color: #20419a;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  z-index: 1;
}

@media only screen and (max-width: 770px) {
  .it-cta__btn {
    font-size: 16px;
  }
}

.it-cta__btn:hover::before {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.it-cta__btn-arrow {
  position: absolute;
  top: 16px;
  right: 25px;
  line-height: 1;
}

.it-cta__btn::before {
  position: absolute;
  content: "";
  background: #ffd900;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.it-cta__btn2 {
  margin-left: 40px;
}

@media only screen and (max-width: 770px) {
  .it-cta__btn2 {
    margin-top: 24px;
    margin-left: initial;
  }
}

.it-cta__btn2::before {
  background: #FFB100;
}

.it-plan {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(202, 239, 255, 0.5)), to(#caefff));
  background: linear-gradient(180deg, rgba(202, 239, 255, 0.5) 0%, #caefff 100%);
  padding-top: 54px;
  padding-bottom: 60px;
}

.it-plan::after {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 70%;
  width: 600px;
  height: 639px;
  content: "";
  background-image: url("../img/it/plan-bg--top.svg");
}

.it-plan::before {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 70%;
  width: 600px;
  height: 634px;
  content: "";
  background-image: url("../img/it/plan-bg--bottom.svg");
}

.it-plan .container {
  position: relative;
  max-width: 920px;
  z-index: 1;
}

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

.it-plan__sub-text {
  background-color: #004190;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 4px 25px;
}

@media only screen and (max-width: 770px) {
  .it-plan__sub-text {
    font-size: 20px;
  }
}

.it-plan__title {
  color: #004190;
  font-size: 52px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 20px;
}

@media only screen and (max-width: 770px) {
  .it-plan__title {
    font-size: 26px;
  }
}

.it-plan__box {
  margin-bottom: 40px;
}

@media only screen and (max-width: 770px) {
  .it-plan__box {
    margin-bottom: 30px;
  }
}

.it-plan__list {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
  gap: 30px;
}

@media only screen and (max-width: 770px) {
  .it-plan__list {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.it-plan__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 900px;
}

.it-plan__warning {
  font-size: 11.5px;
}

.it-service#marunage-service {
  display: none;
}

.it-service__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}

.it-service__category-item {
  position: relative;
  color: #004190;
  font-size: 12px;
  font-weight: 700;
}

.it-service__category-item::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50px;
}

.it-service__category-item--standard::before {
  background-color: #f7ae1b;
}

.it-service__category-item--premium {
  margin-left: 8px;
}

.it-service__category-item--premium::before {
  background-color: #ec7081;
}

.it-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11px 1.1%;
}

@media only screen and (max-width: 870px) {
  .it-service__list {
    gap: 11px 1.25%;
  }
}

@media only screen and (max-width: 770px) {
  .it-service__list {
    gap: 11px 2%;
  }
}

.it-service__item {
  border-radius: 10px;
  background-color: #fff;
  padding: 12px 9px;
  width: calc((100% - 31.62px) / 7);
}

@media only screen and (max-width: 870px) {
  .it-service__item {
    width: 19%;
  }
}

@media only screen and (max-width: 770px) {
  .it-service__item {
    width: 49%;
  }
}

.it-service__item--standard {
  border-top: 17px solid #f7ae1b;
}

@media only screen and (max-width: 770px) {
  .it-service__item--standard {
    border-top-width: 14px;
  }
}

.it-service__item--premium {
  border-top: 17px solid #ec7081;
}

@media only screen and (max-width: 770px) {
  .it-service__item--premium {
    border-top-width: 14px;
  }
}

.it-service__item-icon {
  text-align: center;
  margin-bottom: 15px;
}

.it-service__item-title {
  color: #004190;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  height: 33px;
  line-height: 1.2;
  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-bottom: 8px;
}

.it-service__item-description {
  font-size: 11px;
  line-height: 1.25;
}

.it-price {
  padding-top: 60px;
}

.it-price__title {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 770px) {
  .it-price__scroll {
    padding-left: 0;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 770px) {
  .it-price__img {
    width: 700px;
    max-width: unset;
  }
}

.it-single-case-marunage__img--02 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

.it-single-case-marunage__img--02 img {
  height: auto;
}

.it-introduction {
  padding-top: 15px;
}

.it-introduction__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 32px;
  gap: 13px;
}

@media only screen and (max-width: 770px) {
  .it-introduction__category {
    padding: 0 12px;
    gap: 8px;
  }
}

.it-introduction__category-item {
  width: 100%;
  max-width: 270px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 17px;
  border-radius: 6px 6px 0 0;
  position: relative;
}

@media only screen and (max-width: 770px) {
  .it-introduction__category-item {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.it-introduction__category-item::before {
  content: "";
  position: absolute;
  top: -15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.it-introduction__category-item:nth-of-type(1) {
  background-color: #F7AE1B;
}

.it-introduction__category-item:nth-of-type(1)::before {
  width: 28px;
  height: 43px;
  right: 20px;
  background-image: url(../img/it/introduction__category-01.png);
}

@media only screen and (max-width: 770px) {
  .it-introduction__category-item:nth-of-type(1)::before {
    width: 18px;
    height: 27px;
    right: 10px;
  }
}

.it-introduction__category-item:nth-of-type(2) {
  background-color: #EC7081;
}

.it-introduction__category-item:nth-of-type(2)::before {
  width: 51px;
  height: 42px;
  right: 10px;
  background-image: url(../img/it/introduction__category-02.png);
}

@media only screen and (max-width: 770px) {
  .it-introduction__category-item:nth-of-type(2)::before {
    width: 33px;
    height: 27px;
    right: 5px;
  }
}

.it-introduction__category-item:nth-of-type(3) {
  background-color: #8A5FA5;
}

.it-introduction__category-item:nth-of-type(3)::before {
  width: 47px;
  height: 45px;
  right: 10px;
  background-image: url(../img/it/introduction__category-03.png);
}

@media only screen and (max-width: 770px) {
  .it-introduction__category-item:nth-of-type(3)::before {
    width: 30px;
    height: 29px;
    right: 5px;
  }
}

.it-introduction__wrap {
  border-radius: 6px;
  background-color: #fff;
  padding: 30px 32px 40px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 770px) {
  .it-introduction__wrap {
    padding: 30px 12px 40px;
  }
}

.it-introduction__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 20px;
}

.it-introduction__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.it-introduction__img-item {
  width: 100%;
  max-width: 80px;
  color: #004190;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.it-introduction__img-item img {
  padding-bottom: 10px;
}

.it-introduction__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-top: 74px;
  padding-bottom: 16px;
}

@media only screen and (max-width: 770px) {
  .it-introduction__list {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 2%;
  }
}

.it-introduction__list-item {
  width: 100%;
  max-width: 200px;
  border-radius: 10px;
  border: 2px solid #20419A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 30px;
}

@media only screen and (max-width: 770px) {
  .it-introduction__list-item {
    width: 49%;
  }
}

.it-introduction__list-item__icon {
  margin: -44px auto 12px;
  display: block;
}

.it-introduction__list-item__title {
  color: #004190;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 10px;
}

.it-introduction__list-item__list-item, .it-introduction__list-item__list-item--standard, .it-introduction__list-item__list-item--premium {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.8em;
  position: relative;
  padding-left: 13px;
  text-indent: -13px;
}

.it-introduction__list-item__list-item::before, .it-introduction__list-item__list-item--standard::before, .it-introduction__list-item__list-item--premium::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 3px;
}

.it-introduction__list-item__list-item--standard::before {
  background-color: #F7AE1B;
}

.it-introduction__list-item__list-item--premium::before {
  background-color: #EC7081;
}

.it-introduction .it-service__category {
  margin-bottom: 30px;
}

.it-introduction__standard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 770px) {
  .it-introduction__standard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.it-introduction__standard-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  padding: 17px 15px;
  background-color: #20419A;
  border-radius: 10px;
  position: relative;
}

.it-introduction__standard-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -12px;
  border: 10px solid transparent;
  border-left: 10px solid #20419A;
}

@media only screen and (max-width: 770px) {
  .it-introduction__standard-text::before {
    top: 100%;
    left: 50%;
    margin-top: unset;
    margin-left: -12px;
    border: 10px solid transparent;
    border-top: 10px solid #20419A;
  }
}

.it img {
  height: auto;
}

.it-reason-list-item-number {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.it-reason-list-item-img {
  margin-bottom: 25px;
}

.it-reason-list-item-img_1 {
  margin-bottom: 10px;
}

.it-reason-list-item__text {
  color: #004190;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  letter-spacing: -1px;
}

.it-support_system {
  padding-top: 40px;
  padding-bottom: 60px;
}

.it-support_system .container {
  max-width: 920px;
  margin: 0 auto;
}

.it-support_system__title, .it-price__title {
  color: #20419A;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 40px;
}

.it-support_system__text {
  text-align: center;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 66px;
}

.it-case {
  padding-top: 40px;
  padding-bottom: 60px;
}

.it-case-btn {
  width: 100%;
  max-width: 350px;
  height: 60px;
  margin: 0 auto;
  background-color: #20419A;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  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;
  border-radius: 50px;
}

.it-case-btn__img {
  position: absolute;
  top: 22px;
  right: 27px;
  width: 34px;
  height: 10px;
}

.it-case .container {
  max-width: 920px;
  margin: 0 auto;
}

.it-case__title {
  color: #20419A;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 40px;
}

.it-case-list {
  width: 100%;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 770px) {
  .it-case-list {
    -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;
  }
}

.it-case-list-item {
  display: block;
  width: calc((100% - 30px) / 3);
  max-width: 290px;
  border-radius: 8px;
  background: #F4F5FA;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 770px) {
  .it-case-list-item {
    width: 100%;
  }
}

.it-case-list-item-img {
  width: 100%;
  height: 176px;
  position: relative;
}

.it-case-list-item-img-logo {
  display: inline-block;
  height: auto;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  position: absolute;
  bottom: 6px;
  right: 6px;
}

.it-case-list-item-img-logo img {
  height: 19px;
}

.it-case-list-item-body {
  padding-top: 20px;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 26px;
}

.it-case-list-item-body__title {
  height: 70px;
  color: #004190;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}

.it-case-list-item-body__company {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 7px;
}

.it-case-list-item-body__industry, .it-case-list-item-body__scale, .it-case-list-item-body__start {
  font-size: 12px;
  line-height: 150%;
}

.it-case-list-item-body__start {
  margin-bottom: 20px;
}

.it-case-list-item-body-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.it-case-list-item-body-list__item {
  height: 24px;
  border-radius: 40px;
  padding-left: 9px;
  padding-right: 9px;
  border: 1px solid #004190;
  background-color: #ffffff;
  color: #20419A;
  text-align: center;
  font-size: 12px;
  line-height: 100%;
  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;
}

.it-download {
  padding-top: 60px;
}

@media only screen and (min-width: 771px) {
  .it-download .contact-form__label {
    width: 250px;
  }
}

.it-download .container {
  max-width: 900px;
}

.it-download-contents1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 770px) {
  .it-download-contents1 {
    -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;
  }
}

.it-download-contents1-img {
  width: 100%;
  max-width: 138px;
}

.it-download-contents1-main h2 {
  color: #20419A;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}

@media only screen and (max-width: 770px) {
  .it-download-contents1-main h2 {
    text-align: center;
  }
}

.it-download-contents1-main__attention {
  color: #F03D61;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
}

.it-download-contents2 {
  margin-bottom: 70px;
}

.it-download-contents2__text {
  color: #20419A;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 28px;
}

.it-download-thanks {
  padding-top: 60px;
  margin-bottom: 60px;
}

.it-service {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.it-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.25px;
  width: 100%;
  padding-top: 48px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 24px;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
}

.it-service__list_1 {
  background-color: #2ea7e0;
}

.it-service__list_2 {
  background-color: #49A537;
}

.it-service__list_3 {
  background-color: #A7308C;
}

.it-service__list_4 {
  background-color: #D3327C;
}

.it-service__list_5 {
  background-color: #20419A;
}

.it-service__list__title {
  position: absolute;
  top: 10px;
  left: 30px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.it-service-double {
  width: 100%;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media only screen and (max-width: 770px) {
  .it-service-double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.it-service-double .it-service__item {
  width: 100%;
  max-width: 115.47px;
}

@media only screen and (max-width: 770px) {
  .it-service-double .it-service__item {
    width: 49%;
    max-width: initial;
  }
}

.it-single-case-marunage {
  padding-top: 60px;
  margin-bottom: 60px;
}

.it-single-case-marunage__company, .it-single-case-marunage__industry, .it-single-case-marunage__scale, .it-single-case-marunage__start {
  display: inline-block;
  font-size: 14px;
  margin-right: 16px;
}

.it-single-case-marunage__start {
  margin-bottom: 8px;
}

.it-single-case-marunage-list {
  margin-bottom: 40px;
}

.it-single-case-marunage__img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

.it-single-case-marunage .common-title {
  margin-bottom: 10px;
}

.it-single-case-marunage .single-post__content {
  padding: 0px;
  line-height: 1.7;
}

.it-archive-case-marunage {
  padding-top: 60px;
  margin-bottom: 60px;
}

.it-archive-case-marunage .it-case-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.read-btn {
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  background-color: #20419A;
  font-size: 22px;
  font-weight: 700;
  border-radius: 20px;
  position: relative;
}

.read-btn span {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.read-btn span::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 18px;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.read-btn span::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2px;
  width: 18px;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.read-btn.active span::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.read-btn.active span::after {
  opacity: 0;
}

.contact .container {
  max-width: 920px;
}

.contact-lead {
  text-align: center;
  font-size: 15px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 770px) {
  .contact-lead {
    text-align: left;
    margin-bottom: 25px;
  }
}

.contact-lead__warning {
  color: #f03d61;
  font-size: 14px;
}

@media only screen and (max-width: 770px) {
  .contact-lead__warning {
    font-size: 13px;
  }
}

.contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}

@media only screen and (max-width: 770px) {
  .contact-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}

@media only screen and (min-width: 771px) {
  .contact-form__label {
    width: 183px;
    padding-top: 14px;
  }
}

.contact-form__label--required {
  color: #f03d61;
  font-weight: 500;
  margin-left: 5px;
}

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

.contact-form__input--radio {
  padding-top: 12px;
  padding-bottom: 7px;
}

.contact-form__input input[type="text"],
.contact-form__input input[type="email"],
.contact-form__input input[type="tel"],
.contact-form__input textarea {
  background-color: #f4f5fa;
  width: 100%;
  padding: 13px 15px;
  border-radius: 10px;
}

@media only screen and (max-width: 770px) {
  .contact-form__input input[type="text"],
  .contact-form__input input[type="email"],
  .contact-form__input input[type="tel"],
  .contact-form__input textarea {
    padding: 10px 10px;
  }
}

.contact-form__input input[type="text"]:focus,
.contact-form__input input[type="email"]:focus,
.contact-form__input input[type="tel"]:focus,
.contact-form__input textarea:focus {
  outline: 1px #20419a solid;
}

.contact-form__input textarea {
  height: 180px;
}

.contact-form__input input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  padding-left: 23px;
  display: inline-block;
  margin-right: 15px;
}

@media only screen and (max-width: 770px) {
  .contact-form__input input[type="radio"] + label {
    font-size: 14px;
    padding-left: 25px;
  }
}

.contact-form__input input[type="radio"] + label::before,
.contact-form__input input[type="radio"] + label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.contact-form__input input[type="radio"] + label::before {
  background-color: #f4f5fa;
  border: 1px solid #20419a;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  left: 0px;
}

@media only screen and (max-width: 770px) {
  .contact-form__input input[type="radio"] + label::before {
    width: 16px;
    height: 16px;
    left: 4px;
  }
}

.contact-form__input input[type="radio"] + label::after {
  background-color: #20419a;
  border-radius: 50%;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 4px;
}

@media only screen and (max-width: 770px) {
  .contact-form__input input[type="radio"] + label::after {
    width: 8px;
    height: 8px;
    left: 8px;
  }
}

.contact-form__input input[type="radio"]:checked + label::after {
  opacity: 1;
}

.contact-form__input input[type="radio"] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.contact-form__input--checkbox {
  padding-top: 12px;
  padding-bottom: 7px;
}

.contact-form__input--checkbox input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding-left: 23px;
  display: inline-block;
  margin-right: 15px;
}

@media only screen and (max-width: 770px) {
  .contact-form__input--checkbox input[type="checkbox"] + label {
    font-size: 14px;
    padding-left: 25px;
  }
}

.contact-form__input--checkbox input[type="checkbox"] + label::before,
.contact-form__input--checkbox input[type="checkbox"] + label::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.contact-form__input--checkbox input[type="checkbox"] + label::before {
  background-color: #f4f5fa;
  border: 1px solid #20419a;
  width: 18px;
  height: 18px;
  left: 0px;
}

@media only screen and (max-width: 770px) {
  .contact-form__input--checkbox input[type="checkbox"] + label::before {
    width: 16px;
    height: 16px;
    left: 4px;
  }
}

.contact-form__input--checkbox input[type="checkbox"] + label::after {
  border-right: 3px solid #20419a;
  border-bottom: 3px solid #20419a;
  content: "";
  display: block;
  height: 12px;
  left: 7px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
}

.contact-form__input--checkbox input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.contact-form__input--checkbox input[type="checkbox"] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.contact-form__agree {
  text-align: center;
  margin-bottom: 21px;
  font-size: 14px;
}

.contact-form__agree input[type="checkbox"] {
  display: inline;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  border: 0;
}

.contact-form__agree .contact-form__agree-check {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  margin-right: 5px;
  vertical-align: bottom;
}

.contact-form__agree .contact-form__agree-check::before {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  left: 0px;
}

.contact-form__agree .contact-form__agree-check::after {
  border-right: 3px solid #20419a;
  border-bottom: 3px solid #20419a;
  content: "";
  display: block;
  height: 12px;
  left: 7px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
}

.contact-form__agree input[type="checkbox"]:checked + .contact-form__agree-check::after {
  opacity: 1;
}

.contact-form__agree a {
  color: #20419a;
}

.contact-form__submit {
  position: relative;
  width: 245px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50px;
  background: #20419a;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  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-right: auto;
  margin-left: auto;
}

.contact-form__submit::before {
  position: absolute;
  content: "";
  background-color: #20419a;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.contact-form__submit:hover::before {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.contact-form__submit-icon {
  position: absolute;
  right: 18px;
  top: 18px;
  line-height: 1;
}

.thanks {
  text-align: center;
}

.thanks__title {
  color: #20419a;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media only screen and (max-width: 770px) {
  .thanks__title {
    font-size: 20px;
  }
}

.thanks__lead {
  margin-bottom: 50px;
}

@media only screen and (max-width: 770px) {
  .thanks__lead {
    margin-bottom: 30px;
  }
}

.remote-install {
  margin-bottom: 45px;
}

.remote-install__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 3%;
  padding-right: 3.125%;
  padding-left: 3.125%;
}

@media only screen and (max-width: 770px) {
  .remote-install__list {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
}

.remote-install__item {
  width: 31.25%;
  height: 170px;
  padding: 30px 15px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  border-radius: 10px;
}

@media only screen and (max-width: 770px) {
  .remote-install__item {
    width: 100%;
  }
}

.remote-install__item:hover {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.remote-install__item-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;
  margin-bottom: 10px;
  height: 75px;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.remote-install__item-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.remote-install__item-title span {
  font-size: 16px;
}

.remote-tab {
  padding-right: 3.125%;
  padding-left: 3.125%;
}

@media only screen and (max-width: 770px) {
  .remote-tab {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.remote-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.remote-tab__list-item {
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #20419a;
  border-bottom: 0;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

@media only screen and (max-width: 770px) {
  .remote-tab__list-item {
    font-size: 13px;
    padding: 7px 10px;
  }
}

.remote-tab__list-item.active {
  color: #ffffff;
  background: #20419a;
}

.remote-tab__body {
  border: 2px solid #20419a;
  display: none;
  padding: 30px;
}

@media only screen and (max-width: 770px) {
  .remote-tab__body {
    padding: 15px;
  }
}

.remote-tab__body.active {
  display: block;
}

.remote-tab__body-item:not(:last-of-type) {
  margin-bottom: 40px;
}

.remote-tab__body-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media only screen and (max-width: 770px) {
  .remote-tab__body-title {
    font-size: 18px;
  }
}

.remote-tab__body-block {
  margin-bottom: 45px;
}

@media only screen and (max-width: 770px) {
  .remote-tab__body-block {
    margin-bottom: 35px;
  }
}

.remote-tab__body-img {
  margin-bottom: 8px;
}

@media only screen and (max-width: 770px) {
  .remote-tab__body-img {
    margin-bottom: 5px;
  }
}

.remote-tab__body-text {
  margin-bottom: 8px;
}

@media only screen and (max-width: 770px) {
  .remote-tab__body-text {
    margin-bottom: 5px;
  }
}

.notfound__title {
  text-align: center;
  color: #20419a;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
}

.notfound__lead {
  text-align: center;
  margin-bottom: 35px;
}
/*# sourceMappingURL=style.css.map */