@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
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] {
  text-decoration: underline; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*======================================================
# Media Query
====================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #151733;
  overflow-x: hidden;
  letter-spacing: 0.05em;
}

main {
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 15px;
    line-height: 1.5333333333;
  }
}

a {
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
a:hover {
  opacity: 0.7;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-inner {
  max-width: 1144px;
  padding: 0 22px;
  margin: 0 auto;
}

.l-header {
  background: #fff;
  width: 100%;
  height: 110px;
  position: fixed;
  z-index: 9999;
}
@media screen and (max-width: 1370px) {
  .l-header {
    height: 60px;
    background: unset;
  }
  .l-header.active .l-header__logo {
    display: none;
  }
  .l-header.active .l-header__reserve {
    display: none;
  }
}
.l-header__inner {
  width: 100%;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 22px 0 80px;
}
@media screen and (max-width: 1370px) {
  .l-header__inner {
    padding: 0 80px 0 22px;
    height: 60px;
  }
}
@media screen and (max-width: 1370px) {
  .l-header__logo {
    width: 46px;
    height: auto;
  }
  .l-header__logo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1370px) {
  .l-header__bg {
    display: none;
  }
}
@media screen and (max-width: 1370px) {
  .l-header__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1370px) {
  .l-header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
    background-color: #EDF7FF;
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 62px 44px;
  }
  .l-header__nav.-sp {
    display: block;
  }
}
.l-header__navitem {
  font-size: 14px;
  line-height: 2.1428571429;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #454545;
}
@media screen and (max-width: 1370px) {
  .l-header__navitem {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    color: #333D3E;
  }
}
.l-header__navitem.-sp {
  display: none;
}
.l-header__buttonwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-left: 40px;
}
@media screen and (max-width: 1370px) {
  .l-header__buttonwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: unset;
    margin-top: 35px;
    gap: 23px;
  }
}
.l-header__button {
  width: 280px;
  height: 54px;
  border: 2px solid #1671DA;
  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;
  gap: 8px;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header__button {
    width: 287px;
    height: 54px;
    gap: 16px;
  }
}
.l-header__button p {
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1370px) {
  .l-header__button p {
    font-size: 16px;
  }
}
.l-header__button p.-pc {
  display: block;
}
@media screen and (max-width: 1370px) {
  .l-header__button p.-pc {
    display: none;
  }
}
.l-header__button p.-sp {
  display: none;
}
@media screen and (max-width: 1370px) {
  .l-header__button p.-sp {
    display: block;
  }
}
.l-header__button.-contact {
  background-color: #fff;
  color: #1671DA;
  width: 192px;
}
@media screen and (max-width: 1370px) {
  .l-header__button.-contact {
    width: 287px;
  }
}
.l-header__button.-reservation {
  background-color: #1671DA;
  color: #fff;
  width: 206px;
}
@media screen and (max-width: 1370px) {
  .l-header__button.-reservation {
    width: 287px;
  }
}
.l-header__button:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.l-header__button:hover.-contact {
  background-color: #1671DA;
  color: #fff;
}
.l-header__button:hover.-contact path {
  fill: #fff;
}
.l-header__button:hover.-reservation {
  background-color: #fff;
  color: #1671DA;
}
.l-header__button:hover.-reservation path {
  fill: #1671DA;
}
.l-header__reserve {
  display: none;
}
@media screen and (max-width: 1370px) {
  .l-header__reserve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #1671DA;
    color: #fff;
    border-radius: 5px;
    width: 100px;
    height: 46px;
  }
  .l-header__reserve p {
    font-size: 12px;
  }
}

.l-footer {
  background: #151733;
  color: #fff;
}
.l-footer__inner {
  max-width: 1144px;
  padding: 120px 22px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 14px 22px 76px;
  }
}
.l-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .l-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-footer__name {
  font-size: 24px;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-footer__name {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
.l-footer__info {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer__info {
    font-size: 13px;
    line-height: 1.5384615385;
    margin-top: 16px;
  }
}
.l-footer__nav {
  max-width: 379px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 43px;
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    max-width: 330px;
    gap: 16px 18px;
    margin-left: 12px;
  }
}
.l-footer__navitem {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  width: 168px;
}
@media screen and (max-width: 768px) {
  .l-footer__navitem {
    font-size: 13px;
    line-height: 1.5384615385;
    width: 146px;
  }
}
.l-footer__navitem.-item1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.l-footer__navitem.-item2 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.l-footer__navitem.-item3 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.l-footer__navitem.-item4 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.l-footer__navitem.-item5 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.l-footer__navitem.-item6 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.l-footer__navitem.-item7 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.l-footer small {
  font-size: 12px;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  display: block;
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .l-footer small {
    font-size: 12px;
    line-height: 2;
    margin-top: 76px;
  }
}

.c-cta {
  background-image: url(../images/cta_bg.jpg);
  background-size: cover;
  background-position: center;
  margin: 0 calc(50% - 50vw);
  padding: 83px calc(50vw - 50%) 100px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .c-cta {
    padding: 23px calc(50vw - 50%) 23px;
  }
}
.c-cta__inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 54px 10px 60px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-cta__inner {
    padding: 24px 22px;
  }
}
.c-cta__title {
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .c-cta__title {
    gap: 15px;
  }
}
.c-cta__title .-sm {
  font-size: 18px;
  line-height: 2.1111111111;
  color: #1671DA;
}
@media screen and (max-width: 768px) {
  .c-cta__title .-sm {
    line-height: 1.5;
  }
}
.c-cta__title .-lg {
  font-size: 32px;
  line-height: 1.1875;
}
@media screen and (max-width: 768px) {
  .c-cta__title .-lg {
    font-size: 24px;
    line-height: 1.5;
  }
}
.c-cta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 620px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .c-cta__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 24px auto 0;
    gap: 40px;
  }
}
.c-cta__button {
  width: calc(50% - 10px);
  height: 54px;
  border: 2px solid #1671DA;
  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;
  gap: 16px;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-cta__button {
    width: 100%;
    height: 47px;
  }
}
.c-cta__button p {
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-cta__button p {
    font-size: 16px;
  }
}
.c-cta__button.-contact {
  background-color: #fff;
  color: #1671DA;
}
.c-cta__button.-reservation {
  background-color: #1671DA;
  color: #fff;
}
.c-cta__button:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-cta__button:hover.-contact {
  background-color: #1671DA;
  color: #fff;
}
.c-cta__button:hover.-contact path {
  fill: #fff;
}
.c-cta__button:hover.-reservation {
  background-color: #fff;
  color: #1671DA;
}
.c-cta__button:hover.-reservation path {
  fill: #1671DA;
}
.c-cta__cloud {
  position: absolute;
  top: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-cta__cloud {
    max-width: 160px;
    width: 100%;
    top: -26px;
  }
  .c-cta__cloud img {
    width: 100%;
    height: auto;
  }
}

.c-form {
  max-width: 800px;
  margin: 39px auto 0;
  width: 100%;
}
.c-form th {
  display: block;
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .c-form th {
    font-size: 14px;
    line-height: 1.4285714286;
    gap: 7px;
  }
}
.c-form th span {
  background-color: #2699F6;
  color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 23px;
  font-size: 10px;
  font-weight: 700;
}
.c-form td {
  display: block;
}
.c-form td input, .c-form td textarea {
  border: #848484 1px solid;
  border-radius: 5px;
  width: 100%;
}
.c-form td input::-webkit-input-placeholder, .c-form td textarea::-webkit-input-placeholder {
  color: #AAAAAA;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
}
.c-form td input::-moz-placeholder, .c-form td textarea::-moz-placeholder {
  color: #AAAAAA;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
}
.c-form td input::-ms-input-placeholder, .c-form td textarea::-ms-input-placeholder {
  color: #AAAAAA;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
}
.c-form td input::placeholder, .c-form td textarea::placeholder {
  color: #AAAAAA;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-form td input::-webkit-input-placeholder, .c-form td textarea::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1.4285714286;
  }
  .c-form td input::-moz-placeholder, .c-form td textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 1.4285714286;
  }
  .c-form td input::-ms-input-placeholder, .c-form td textarea::-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.4285714286;
  }
  .c-form td input::placeholder, .c-form td textarea::placeholder {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.c-form td input {
  margin: 16px 0 30px;
  padding: 20px 24px;
}
@media screen and (max-width: 768px) {
  .c-form td input {
    margin: 9px 0 25px;
    padding: 13px 14px;
  }
}
.c-form td textarea {
  margin: 16px 0 0;
  min-height: 180px;
  padding: 15px 24px;
}
@media screen and (max-width: 768px) {
  .c-form td textarea {
    margin: 6px 0 0;
    min-height: 145px;
    padding: 15px 12px;
  }
}
.c-form__check {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-form__check {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 24px;
  }
}
.c-form__check > div {
  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;
}
.c-form__check a {
  text-decoration: underline;
}
.c-form__check input[type=checkbox] {
  margin-right: 2px;
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #2C2C2C;
  border-radius: 5px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 8px;
}
.c-form__check input[type=checkbox]:checked:before {
  position: absolute;
  top: 4px;
  left: 8px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 7px;
  height: 12px;
  border-right: 2px solid #1671DA;
  border-bottom: 2px solid #1671DA;
  content: "";
}
.c-form__submitwrap {
  max-width: 260px;
  width: 100%;
  height: 60px;
  border-radius: 50px;
  background: #1671DA;
  margin: 36px auto 0;
  position: relative;
  border: 1px solid #1671DA;
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 768px) {
  .c-form__submitwrap {
    max-width: 220px;
    height: 48px;
    margin: 24px auto 0;
  }
}
.c-form__submitwrap svg {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-form__submitwrap svg {
    right: 15px;
  }
}
.c-form__submitwrap:hover {
  background-color: #fff;
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-form__submitwrap:hover path {
  stroke: #1671DA;
}
.c-form__submitwrap:hover .c-form__submit {
  color: #1671DA;
}
.c-form__submit {
  color: #fff;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  border: unset;
}

.c-burger {
  display: none;
}
@media screen and (max-width: 1370px) {
  .c-burger {
    background: #EDF7FF;
    border-radius: 5px;
    width: 46px;
    height: 46px;
    position: fixed;
    right: 22px;
    top: 7px;
    display: block;
    z-index: 99999;
  }
  .c-burger--top, .c-burger--mid, .c-burger--bottom {
    background: #1671DA;
    width: 30px;
    height: 2px;
    border-radius: 10px;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .c-burger--top {
    top: 12px;
  }
  .c-burger--mid {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
  .c-burger--bottom {
    bottom: 12px;
  }
  .c-burger.active {
    background: unset;
    right: 15px;
  }
  .c-burger.active .c-burger--top {
    top: 12px;
    rotate: -45deg;
  }
  .c-burger.active .c-burger--mid {
    opacity: 0;
  }
  .c-burger.active .c-burger--bottom {
    bottom: 11px;
    rotate: 45deg;
  }
}

.c-floating {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-floating {
    background-color: #EDF7FF;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 8px 22px;
    width: 100%;
    display: block;
  }
  .c-floating a {
    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;
    gap: 8px;
    background: #1671DA;
    border-radius: 50px;
    height: 44px;
    color: #fff;
  }
  .c-floating a p {
    font-size: 15px;
    font-weight: 600;
  }
}

.p-top__title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding: 120px 0 60px;
}
@media screen and (max-width: 768px) {
  .p-top__title {
    font-size: 24px;
    line-height: 1.5;
    padding: 60px 0 40px;
  }
}
.p-top__title span {
  color: #1671DA;
}
.p-top__button {
  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: #1671DA;
  border: #1671DA solid 2px;
  border-radius: 50px;
  max-width: 300px;
  width: 100%;
  height: 54px;
  position: relative;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top__button {
    max-width: 286px;
    margin: 40px auto 0;
  }
  .p-top__button p {
    font-size: 16px;
  }
}
.p-top__button svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
}
.p-top__button:hover {
  background-color: #1671DA;
  color: #fff;
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-top__button:hover path {
  stroke: #fff;
}
.p-top-mv {
  background-image: url(../images/kv_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 calc(50% - 50vw);
  padding: 122px calc(50vw - 50%) 100px;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    padding: 29px calc(50vw - 50%) 50px;
  }
}
.p-top-mv__head {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-top-mv__head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-mv__body {
  width: 40%;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1050px) {
  .p-top-mv__body {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__body {
    display: none;
  }
}
.p-top-mv__lead {
  font-size: 32px;
  line-height: 1.125;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 3px 10px rgba(22, 113, 218, .5);
  margin-top: 13px;
}
@media screen and (max-width: 840px) {
  .p-top-mv__lead {
    font-size: 20px;
    text-align: center;
    margin-top: 73px;
  }
}
.p-top-mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 26px;
}
@media screen and (max-width: 840px) {
  .p-top-mv__title {
    margin-top: 18px;
  }
}
.p-top-mv__title p {
  font-size: 40px;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 840px) {
  .p-top-mv__title p {
    font-size: 24px;
  }
}
.p-top-mv__title p:first-child {
  line-height: 80px;
}
@media screen and (max-width: 840px) {
  .p-top-mv__title p:first-child {
    line-height: 1;
    padding: 12px 11px 12px 10px;
  }
}
.p-top-mv__title p:last-child {
  line-height: 68px;
}
@media screen and (max-width: 840px) {
  .p-top-mv__title p:last-child {
    line-height: 45px;
    padding: 0 10px;
  }
}
.p-top-mv__title .-bg {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(22, 113, 218, .2);
          box-shadow: 0px 5px 10px rgba(22, 113, 218, .2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
}
@media screen and (max-width: 840px) {
  .p-top-mv__title .-bg {
    padding: 0 8px;
  }
}
.p-top-mv__title .-color {
  color: #1671DA;
}
.p-top-mv__title .-lg {
  font-size: 48px;
  line-height: 1;
}
@media screen and (max-width: 840px) {
  .p-top-mv__title .-lg {
    font-size: 32px;
    margin: 0 2px;
  }
}
@media screen and (max-width: 840px) {
  .p-top-mv__title .-sm {
    margin: 0 3px 0 0px;
  }
}
.p-top-mv__text {
  line-height: 1.625;
  color: #fff;
  text-shadow: 0px 3px 10px rgba(22, 113, 218, .5);
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__text {
    line-height: 1.53;
    margin-top: 25px;
    letter-spacing: 0.05em;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-top-mv__img1 {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__img1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 43px;
    margin-left: 21px;
    margin-right: 23px;
  }
}
.p-top-mv__img1 img {
  width: 100%;
  height: auto;
}
.p-top-mv__img2 {
  margin: 0 -10px;
}
.p-top-mv__img2 img {
  width: 100%;
  height: auto;
}
.p-top-mv__img3 {
  max-width: 569px;
  margin: -4px -5px 0 -14px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__img3 {
    margin: 0px 3px 0 -14px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-top-mv__img3 img {
  width: 100%;
  height: auto;
}
.p-top-mv__calendar {
  aspect-ratio: 420/680;
  min-width: unset !important;
  width: 100%;
}
.p-top-worries {
  margin: 0 calc(50% - 50vw);
  padding: 0px calc(50vw - 50%) 40px;
  width: 100vw;
  position: relative;
}
.p-top-worries::after {
  position: absolute;
  content: "";
  background: #fff;
  -webkit-clip-path: polygon(0 0, 49% 100%, 100% 0);
          clip-path: polygon(0 0, 49% 100%, 100% 0);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -79px;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .p-top-worries::after {
    bottom: -39px;
    height: 40px;
  }
}
.p-top-worries__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-worries__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.p-top-worries__item {
  width: calc(33.33333% - 26.66667px);
  background: #DADADB;
  border-radius: 20px;
  padding: 43px 30px 38px;
}
@media screen and (max-width: 768px) {
  .p-top-worries__item {
    width: 100%;
    border-radius: 15px;
    padding: 28px 30px 29px;
  }
}
.p-top-worries__img {
  width: 160px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-worries__img {
    width: 100px;
  }
}
.p-top-worries__img img {
  width: 100%;
  height: auto;
}
.p-top-worries__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-worries__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 25px;
  }
}
.p-top-worries__text {
  text-align: center;
  margin-top: 14px;
  padding-top: 17px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-worries__text {
    margin-top: 15px;
    letter-spacing: 0.05em;
  }
}
.p-top-worries__text::after {
  position: absolute;
  content: "";
  background: #707070;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 81px;
  height: 1px;
}
.p-top-solution {
  margin: 0 calc(50% - 50vw);
  padding: 80px calc(50vw - 50%) 120px;
  width: 100vw;
  background: #D5EBFD;
}
@media screen and (max-width: 768px) {
  .p-top-solution {
    padding: 19px calc(50vw - 50%) 60px;
  }
}
.p-top-solution__lead {
  width: 100%;
  background: #1671DA;
  color: #fff;
  font-size: 24px;
  line-height: 1.46;
  font-weight: 700;
  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;
  border-radius: 50px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-solution__lead {
    font-size: 20px;
  }
}
.p-top-solution__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 66px;
  counter-reset: number 0;
}
@media screen and (max-width: 768px) {
  .p-top-solution__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 34px;
    margin-top: 45px;
  }
}
.p-top-solution__item {
  width: calc(33.33333% - 26.66667px);
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-solution__item {
    width: 100%;
    padding: 30px 20px 28px;
  }
}
.p-top-solution__item::before {
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  left: 20px;
  top: -19px;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #1671DA;
}
@media screen and (max-width: 768px) {
  .p-top-solution__item::before {
    left: 21px;
    top: -17px;
  }
}
.p-top-solution__img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-solution__img {
    width: 80%;
  }
}
.p-top-solution__img img {
  width: 100%;
  height: auto;
}
.p-top-solution__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-top: 38px;
  color: #1671DA;
}
@media screen and (max-width: 768px) {
  .p-top-solution__title {
    font-size: 18px;
    line-height: 1.6666666667;
    margin-top: 22px;
  }
}
.p-top-solution__text {
  margin-top: 14px;
  padding-top: 17px;
  position: relative;
}
.p-top-solution__text::after {
  position: absolute;
  content: "";
  background: #1671DA;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 81px;
  height: 1px;
}
.p-top-tv {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-top-tv {
    padding-bottom: 61px;
  }
}
.p-top-tv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
}
@media screen and (max-width: 768px) {
  .p-top-tv__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
  }
}
.p-top-tv__head {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .p-top-tv__head {
    width: 100%;
  }
}
.p-top-tv__head img {
  width: 100%;
  height: auto;
}
.p-top-tv__body {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-top-tv__body {
    width: 100%;
  }
}
.p-top-tv__text {
  font-size: 18px;
  line-height: 1.6111111111;
  max-width: 440px;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .p-top-tv__text {
    font-size: 15px;
    line-height: 1.5333333333;
    max-width: unset;
    margin-bottom: unset;
    margin-top: unset;
    letter-spacing: 0.05em;
  }
}
.p-top-tv__button {
  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;
  gap: 10px;
  border: 2px solid #1671DA;
  color: #1671DA;
  max-width: 300px;
  width: 100%;
  height: 54px;
  border-radius: 50px;
  margin-top: 28px;
  gap: 12px;
  padding-left: 3px;
}
@media screen and (max-width: 768px) {
  .p-top-tv__button {
    margin: 22px auto 0;
    max-width: 287px;
    height: 48px;
    gap: 10px;
  }
  .p-top-tv__button p {
    font-size: 16px;
  }
}
.p-top-tv__button:hover {
  background-color: #1671DA;
  color: #fff;
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-top-tv__button:hover path {
  fill: #fff;
}
.p-top-tv__contents {
  margin: 60px calc(50% - 50vw) 0;
  padding: 0 22px;
}
@media screen and (max-width: 768px) {
  .p-top-tv__contents {
    margin: 40px calc(50% - 50vw) 0;
  }
}
.p-top-tv__contentsinner {
  background: #EDF7FF;
  border-radius: 20px;
  padding: 62px 60px 58px;
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-tv__contentsinner {
    padding: 22px 22px;
  }
}
.p-top-tv__contentsinner h3 {
  color: #1671DA;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 900;
  padding-bottom: 14px;
  border-bottom: 1px solid #1671DA;
}
@media screen and (max-width: 768px) {
  .p-top-tv__contentsinner h3 {
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 3px;
    border-bottom: 2px solid #1671DA;
  }
}
.p-top-tv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .p-top-tv__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 37px;
    margin-top: 29px;
  }
}
.p-top-tv__item {
  width: calc(33.33333% - 26.66667px);
}
@media screen and (max-width: 768px) {
  .p-top-tv__item {
    width: 100%;
  }
}
.p-top-tv__item h4 {
  color: #1671DA;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .p-top-tv__item h4 {
    font-size: 18px;
    line-height: 1.7777777778;
    gap: 0px;
  }
}
.p-top-tv__item h4 span {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-tv__item h4 span {
    font-size: 28px;
  }
}
.p-top-tv__item p {
  line-height: 1.625;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .p-top-tv__item p {
    line-height: 1.5333333333;
    margin-top: 12px;
  }
}
.p-top-consulting {
  margin: 0 calc(50% - 50vw);
  padding: 0px calc(50vw - 50%) 96px;
  width: 100vw;
  background-color: #F7FBFF;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-consulting {
    padding: 0px calc(50vw - 50%) 60px;
  }
}
.p-top-consulting__lead {
  font-size: 18px;
  line-height: 1.6111111111;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-consulting__lead {
    font-size: 15px;
    line-height: 1.5333333333;
    text-align: left;
    letter-spacing: 0.05em;
  }
}
.p-top-consulting__slider {
  margin: 60px calc(50% - 50vw) 0;
  padding: 0 calc(50vw - 50%) 10px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-top-consulting__slider {
    margin: 40px calc(50% - 50vw) 0;
  }
}
.p-top-consulting__item {
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, .2);
          box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, .2);
}
.p-top-consulting__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 27px 30px 30px;
}
@media screen and (max-width: 768px) {
  .p-top-consulting__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 22px 22px;
    gap: 15px;
  }
}
.p-top-consulting__head {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-top-consulting__head {
    width: 100%;
  }
}
.p-top-consulting__head img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.p-top-consulting__body {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-top-consulting__body {
    width: 100%;
  }
}
.p-top-consulting__name {
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px solid rgba(51, 51, 51, .4);
  border-bottom: 2px solid rgba(51, 51, 51, .4);
  padding-bottom: 5px;
}
.p-top-consulting__name span {
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-consulting__name span {
    font-size: 18px;
    line-height: 1.8;
  }
}
.p-top-consulting__title {
  font-size: 17px;
  line-height: 1.8823529412;
  font-weight: 700;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-top-consulting__title {
    font-size: 16px;
    line-height: 2;
    margin-top: 5px;
  }
}
.p-top-consulting__text {
  font-size: 14px;
  line-height: 1.6428571429;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-top-consulting__text {
    font-size: 15px;
    line-height: 1.5333333333;
    margin-top: 1px;
  }
}
.p-top-consulting__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
.p-top-consulting__cate li {
  font-size: 14px;
  border: 1px solid;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 146px;
  height: 28px;
  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 screen and (max-width: 768px) {
  .p-top-consulting__cate li {
    font-size: 13px;
    min-width: 138px;
    height: 27px;
  }
}
.p-top-consulting__bottom {
  position: relative;
  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: 50px auto 0;
  max-width: 193px;
}
@media screen and (max-width: 768px) {
  .p-top-consulting__bottom {
    margin: 37px auto 0;
    max-width: 183px;
  }
}
.p-top-consulting__bottom .swiper-button-next, .p-top-consulting__bottom .swiper-button-prev {
  position: unset;
  width: 48px;
  height: 48px;
}
.p-top-consulting__bottom .swiper-button-prev:after, .p-top-consulting__bottom .swiper-rtl .swiper-button-next:after {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(../images/slider_l.svg);
  position: absolute;
}
.p-top-consulting__bottom .swiper-button-next:after, .p-top-consulting__bottom .swiper-rtl .swiper-button-prev:after {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(../images/slider_r.svg);
  position: absolute;
}
.p-top-consulting__bottom .swiper-button-next, .p-top-consulting__bottom .swiper-button-prev {
  background: unset;
}
.p-top-consulting__bottom .swiper-button-next:after {
  border-right: unset;
  border-top: unset;
}
.p-top-consulting__bottom .swiper-button-prev:after {
  border-left: unset;
  border-bottom: unset;
}
.p-top-consulting__bottom .swiper-button-next:after, .p-top-consulting__bottom .swiper-button-prev:after {
  -webkit-transform: unset;
          transform: unset;
}
.p-top-consulting__bottom .swiper-pagination {
  position: unset;
}
.p-top-consulting__bottom .swiper-pagination-fraction {
  font-size: 24px;
  line-height: 1.5833333333;
  margin-top: -16px;
}
@media screen and (max-width: 768px) {
  .p-top-consulting__bottom .swiper-pagination-fraction {
    font-size: 18px;
    line-height: 2.1111111111;
    margin-top: -26px;
  }
}
.p-top-achievements {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-top-achievements {
    padding-bottom: 41px;
  }
}
.p-top-achievements__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 40px;
}
@media screen and (max-width: 768px) {
  .p-top-achievements__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p-top-achievements__item {
  width: calc(33.33333% - 26.66667px);
}
@media screen and (max-width: 768px) {
  .p-top-achievements__item {
    width: 100%;
  }
  .p-top-achievements__item:nth-of-type(n+4) {
    display: none;
  }
}
.p-top-achievements__head figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.p-top-achievements__body time {
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 700;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-achievements__body time {
    font-size: 12px;
    line-height: 1.8333333333;
    margin-top: 14px;
  }
}
.p-top-achievements__body h3 {
  font-size: 18px;
  line-height: 1.6111111111;
  font-weight: 700;
  padding-bottom: 9px;
  border-bottom: rgba(21, 23, 51, .4) 1px solid;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-achievements__body h3 {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 8px;
    margin-top: 5px;
  }
}
.p-top-achievements__body p {
  line-height: 1.5625;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-top-achievements__body p {
    font-size: 14px;
    line-height: 1.8571428571;
    margin-top: 5px;
  }
}
.p-top-achievements__body p span {
  display: inline-block;
  margin-right: 23px;
}
.p-top-achievements__body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-achievements__body ul {
    margin-top: 6px;
  }
}
.p-top-achievements__body ul li {
  font-size: 14px;
  color: #1671DA;
  background: #DDEEFF;
  border-radius: 50px;
  padding: 5px 20px;
}
@media screen and (max-width: 768px) {
  .p-top-achievements__body ul li {
    font-size: 13px;
    padding: 5px 21px;
  }
}
.p-top-download {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-top-download {
    padding-bottom: 60px;
  }
}
.p-top-download__lead {
  font-size: 18px;
  line-height: 1.6111111111;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-download__lead {
    font-size: 15px;
    line-height: 1.5333333333;
  }
}
.p-top-download__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 40px;
  margin-top: 57px;
}
@media screen and (max-width: 768px) {
  .p-top-download__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 37px;
  }
}
.p-top-download__item {
  width: calc(33.33333% - 26.66667px);
}
@media screen and (max-width: 768px) {
  .p-top-download__item {
    width: 100%;
  }
  .p-top-download__item:nth-of-type(n+4) {
    display: none;
  }
}
.p-top-download__item:hover .p-top-download__body > div {
  background-color: #fff;
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-top-download__item:hover .p-top-download__body > div path {
  fill: #151733;
}
.p-top-download__item:hover .p-top-download__body > div p {
  color: #151733;
}
.p-top-download__head figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.p-top-download__body h3 {
  font-size: 18px;
  line-height: 1.6111111111;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: rgba(21, 23, 51, .4) 1px solid;
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .p-top-download__body h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 16px;
  }
}
.p-top-download__body > p {
  line-height: 1.7;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-top-download__body > p {
    line-height: 1.5;
    margin-top: 8px;
  }
}
.p-top-download__body > div {
  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;
  gap: 10px;
  background-color: #151733;
  border-radius: 50px;
  max-width: 200px;
  width: 100%;
  height: 44px;
  margin: 22px auto 0;
  border: 1px solid;
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 768px) {
  .p-top-download__body > div {
    max-width: 220px;
    height: 48px;
    margin: 15px auto 0;
  }
}
.p-top-download__body > div p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.p-top-flow {
  margin: 0 calc(50% - 50vw);
  padding: 120px calc(50vw - 50%) 0;
  width: 100vw;
  background: #EDF7FF;
}
@media screen and (max-width: 768px) {
  .p-top-flow {
    padding: 60px calc(50vw - 50%) 0;
  }
}
.p-top-flow__inner {
  background: #fff;
  border-radius: 20px;
  padding: 0 20px 70px;
}
@media screen and (max-width: 768px) {
  .p-top-flow__inner {
    border-radius: 16px;
    padding: 0 20px 40px;
  }
}
.p-top-flow__inner .p-top__title {
  padding: 70px 0 60px;
}
@media screen and (max-width: 768px) {
  .p-top-flow__inner .p-top__title {
    padding: 40px 0 40px;
  }
}
.p-top-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 960px;
  margin: 0 auto;
  counter-reset: number 0;
}
@media screen and (max-width: 768px) {
  .p-top-flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.p-top-flow__item {
  width: calc(20% - 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-flow__item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 18px;
  }
}
.p-top-flow__item::before {
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  left: 11px;
  top: 3px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #1671DA;
}
@media screen and (max-width: 768px) {
  .p-top-flow__item::before {
    left: 2px;
  }
}
.p-top-flow__item figure {
  max-width: 128px;
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  .p-top-flow__item figure {
    max-width: 100px;
    margin-left: unset;
  }
}
.p-top-flow__item figure img {
  width: 100%;
  height: auto;
}
.p-top-flow__item h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  .p-top-flow__item h3 {
    text-align: left;
    margin-left: unset;
  }
}
.p-top-flow__item p {
  font-size: 14px;
  line-height: 1.5714285714;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-top-flow__item p {
    text-align: left;
    margin-top: 9px;
  }
}
.p-top-faq {
  margin: 0 calc(50% - 50vw);
  padding: 0px calc(50vw - 50%) 120px;
  width: 100vw;
  background: #EDF7FF;
}
@media screen and (max-width: 768px) {
  .p-top-faq {
    padding: 20px calc(50vw - 50%) 60px;
  }
}
.p-top-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 0px auto;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__list {
    gap: 16px;
  }
}
.p-top-faq__q {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 34px 15px 82px;
  min-height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-top-faq__q {
    padding: 15px 38px 15px 58px;
    min-height: 73px;
  }
}
.p-top-faq__q::after {
  position: absolute;
  content: "q";
  text-transform: uppercase;
  background: #1671DA;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  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;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top-faq__q::after {
    left: 10px;
  }
}
.p-top-faq__q p {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top-faq__q p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.p-top-faq__a {
  margin-top: 15px;
  padding-bottom: 11px;
  padding-left: 96px;
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-faq__a {
    padding-left: 57px;
    padding-bottom: unset;
  }
}
.p-top-faq__a::after {
  position: absolute;
  content: "a";
  text-transform: uppercase;
  color: #1671DA;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  background: #fff;
  border: 1px solid #1671DA;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  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;
  left: 24px;
  top: -2px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__a::after {
    left: 10px;
    top: 2px;
  }
}
.p-top-faq__a p {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-top-faq__a p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.p-top-faq__close {
  position: absolute;
  right: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top-faq__close {
    right: 21px;
  }
}
.p-top-faq__close span {
  display: block;
  background-color: #1671DA;
  width: 22px;
  height: 2px;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-top-faq__close span:last-of-type {
  rotate: -90deg;
  left: -11px;
  top: -1px;
  -webkit-transform: unset;
          transform: unset;
}
.p-top-faq__close.active span:last-of-type {
  rotate: 0deg;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-top-contact {
  margin: 0 calc(50% - 50vw);
  padding: 100px calc(50vw - 50%) 100px;
  width: 100vw;
  background: #D5EBFD;
}
@media screen and (max-width: 768px) {
  .p-top-contact {
    padding: 60px calc(50vw - 50%) 59px;
  }
}
.p-top-contact .screen-reader-response {
  display: none;
}
.p-top-contact .wpcf7-response-output {
  text-align: center;
  margin-top: 20px;
}
.p-top-contact .wpcf7-not-valid-tip {
  color: red;
  margin: -20px 0 20px 0;
  display: block;
}
.p-top-contact tr:last-of-type .wpcf7-not-valid-tip {
  margin: 10px 0 0 0;
}
.p-top-contact__inner {
  background: #fff;
  border-radius: 20px;
  padding: 0 22px 80px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-contact__inner {
    padding: 0 22px 40px;
  }
}
.p-top-contact__inner .p-top__title {
  padding: 80px 0 32px;
}
@media screen and (max-width: 768px) {
  .p-top-contact__inner .p-top__title {
    padding: 40px 0 20px;
  }
}
.p-top-contact__lead {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-contact__lead {
    font-size: 15px;
    line-height: 1.5333333333;
    text-align: left;
  }
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

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

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #F4F8FF;
}

/* hidden
--------------------------------------------------------------*/
.u-xl-only {
  display: none;
}
@media screen and (max-width: 1140px) {
  .u-xl-only {
    display: block;
  }
}

.u-xl-hidden {
  display: block;
}
@media screen and (max-width: 1140px) {
  .u-xl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}
.u-md-hidden--inline {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--inline {
    display: none;
  }
}