@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@300;400;500;600;700&Barlow&display=swap");
/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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) */
/* ============================================ */
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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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 */
  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;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

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

[type=radio] {
  -webkit-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;
  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;
  font-weight: bold;
}

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

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

body {
  color: #281e3d;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.02em;
}
body.hidden {
  overflow-y: hidden;
}

#wrapper {
  overflow: hidden;
}

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.inner-lg {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  width: 100%;
  height: 60px;
  background-color: #fff;
  z-index: 10;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 3;
}
.header__logo {
  position: relative;
  width: 220px;
  margin: 0 20px 0 0;
  flex-shrink: 0;
  line-height: 1;
  z-index: 3;
}
.header__main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  padding: 60px 0 80px;
  background-color: #f6f7f9;
  overflow-y: auto;
  border-top: 1px solid #cdd2d7;
  opacity: 0;
  visibility: hidden;
}
.header__main.active {
  opacity: 1;
  visibility: visible;
}
.header__menu_item {
  position: relative;
  display: block;
  border-bottom: 1px solid #cdd2d7;
}
.header__menu_item:last-child {
  margin-right: 0;
}
.header__menu_item.has_dropdown::before, .header__menu_item.has_dropdown::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #26408d;
  border: none;
  transition: all 0.5s;
  z-index: 1;
}
.header__menu_item.has_dropdown::after {
  transform: rotate(90deg);
}
.header__menu_item.active::after {
  opacity: 0;
}
.header__menu_link {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 10px 20px;
  letter-spacing: 0.04em;
  font-size: 1rem;
  cursor: pointer;
}
.header__menu_sub {
  display: none;
  background-color: #26408d;
}
.header__menu_sub_item {
  border-bottom: 1px solid #fff;
}
.header__menu_sub_item:last-child {
  border-bottom: none;
}
.header__menu_sub_link {
  display: block;
  padding: 14px 20px;
  color: #fff;
  line-height: 1.7;
  font-size: 0.875rem;
  transition: all 0.5s;
}
.header__contact {
  margin-top: 30px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__contact_item {
  height: 80px;
  width: 100%;
}
.header__contact_link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.header__contact_link::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.header__contact_link--user {
  background-color: #f4f4fb;
}
.header__contact_link--user::before {
  width: 17px;
  height: 24px;
  background: url(../images/icon_user.svg) no-repeat center/contain;
}
.header__contact_link--search {
  background-color: #cbd1e6;
}
.header__contact_link--search::before {
  width: 18px;
  height: 20px;
  background: url(../images/icon_search.svg) no-repeat center/contain;
}
.header__contact_link--mail {
  background-color: #001f7a;
  color: #fff;
}
.header__contact_link--mail::before {
  width: 24px;
  height: 20px;
  background: url(../images/icon_mail.svg) no-repeat center/contain;
}
.header__contact_text {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.header__contact_text .sm {
  display: block;
  font-size: 0.875rem;
}

.hamburger {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 22px;
  z-index: 10;
  transition: all 0.5s;
  cursor: pointer;
}
.hamburger::before, .hamburger::after,
.hamburger span::before,
.hamburger span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #29298b;
  position: absolute;
  border-radius: 2px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.hamburger::before {
  top: 0;
}
.hamburger::after {
  bottom: 0;
}
.hamburger span::before,
.hamburger span::after {
  top: 10px;
}
.hamburger.active::before, .hamburger.active::after {
  opacity: 0;
}
.hamburger.active span::before {
  transform: translateX(-50%) rotate(45deg);
}
.hamburger.active span::after {
  transform: translateX(-50%) rotate(-45deg);
}

@keyframes growDown {
  0% {
    transform: translateX(-50%) scaleY(0);
  }
  100% {
    transform: translateX(-50%) scaleY(1);
  }
}
.footer__nav {
  padding: 60px 0 30px;
  background-color: #001f7a;
}
.footer__nav_wrap .footer__menu {
  margin-bottom: 30px;
}
.footer__menu:last-child {
  margin-right: 0;
}
.footer__menu_item {
  margin-bottom: 30px;
}
.footer__menu_item:last-child {
  margin-bottom: 0;
}
.footer__menu_item_link {
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-underline-offset: 2px;
}
.footer__menu_item_title {
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 0.875rem;
  text-underline-offset: 2px;
}
.footer__menu_sub .footer__menu_item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}
.footer__menu_sub .footer__menu_item::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #fff;
}
.footer__more {
  background-color: #fff;
  padding: 20px;
}
.footer__more_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 5px 15px;
}
.footer__more_link {
  font-size: 0.875rem;
}
.footer__more_kdk {
  width: 120px;
  margin-right: 20px;
}
.footer__logo {
  padding: 20px;
  display: flex;
  align-items: center;
  background-color: #f6f6f6;
}
.footer__logo_main {
  width: 228px;
  margin-right: 30px;
}
.footer__logo_pmark {
  width: 65px;
  transition: all 0.5s;
}
.footer__logo_pmark:hover {
  opacity: 0.7;
}
.footer__copyright {
  background-color: #fff;
  padding: 10px 20px;
  font-family: "Barlow", sans-serif;
  text-align: center;
  letter-spacing: 0.07em;
}

.totop {
  position: fixed;
  bottom: 48px;
  right: 20px;
  z-index: 9;
  transition: all 0.5s;
}
.totop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: #26408d;
}
.totop a::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 16px;
  transform: rotate(-45deg);
  padding: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.u_d_none {
  display: none !important;
}

.u_d_inline {
  display: inline !important;
}

.u_d_inline_block {
  display: inline-block !important;
}

.u_d_block {
  display: block !important;
}

.u_d_flex {
  display: flex !important;
}
.u_mt_0 {
  margin-top: 0px !important;
}

.u_mb_0 {
  margin-bottom: 0px !important;
}

.u_ml_0 {
  margin-left: 0px !important;
}

.u_mr_0 {
  margin-right: 0px !important;
}
.u_mt_10 {
  margin-top: 10px !important;
}

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

.u_ml_10 {
  margin-left: 10px !important;
}

.u_mr_10 {
  margin-right: 10px !important;
}
.u_mt_20 {
  margin-top: 20px !important;
}

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

.u_ml_20 {
  margin-left: 20px !important;
}

.u_mr_20 {
  margin-right: 20px !important;
}
.u_mt_30 {
  margin-top: 30px !important;
}

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

.u_ml_30 {
  margin-left: 30px !important;
}

.u_mr_30 {
  margin-right: 30px !important;
}
.u_mt_40 {
  margin-top: 40px !important;
}

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

.u_ml_40 {
  margin-left: 40px !important;
}

.u_mr_40 {
  margin-right: 40px !important;
}
.u_mt_50 {
  margin-top: 50px !important;
}

.u_mb_50 {
  margin-bottom: 50px !important;
}

.u_ml_50 {
  margin-left: 50px !important;
}

.u_mr_50 {
  margin-right: 50px !important;
}
.u_mt_60 {
  margin-top: 60px !important;
}

.u_mb_60 {
  margin-bottom: 60px !important;
}

.u_ml_60 {
  margin-left: 60px !important;
}

.u_mr_60 {
  margin-right: 60px !important;
}
.u_mt_70 {
  margin-top: 70px !important;
}

.u_mb_70 {
  margin-bottom: 70px !important;
}

.u_ml_70 {
  margin-left: 70px !important;
}

.u_mr_70 {
  margin-right: 70px !important;
}
.u_mt_80 {
  margin-top: 80px !important;
}

.u_mb_80 {
  margin-bottom: 80px !important;
}

.u_ml_80 {
  margin-left: 80px !important;
}

.u_mr_80 {
  margin-right: 80px !important;
}
.u_mt_90 {
  margin-top: 90px !important;
}

.u_mb_90 {
  margin-bottom: 90px !important;
}

.u_ml_90 {
  margin-left: 90px !important;
}

.u_mr_90 {
  margin-right: 90px !important;
}
.u_mt_100 {
  margin-top: 100px !important;
}

.u_mb_100 {
  margin-bottom: 100px !important;
}

.u_ml_100 {
  margin-left: 100px !important;
}

.u_mr_100 {
  margin-right: 100px !important;
}

@media screen and (min-width: 425px){
  .u_d_xs_none {
    display: none !important;
  }
  .u_d_xs_inline {
    display: inline !important;
  }
  .u_d_xs_inline_block {
    display: inline-block !important;
  }
  .u_d_xs_block {
    display: block !important;
  }
  .u_d_xs_flex {
    display: flex !important;
  }
  .u_mt_xs_0 {
    margin-top: 0px !important;
  }
  .u_mb_xs_0 {
    margin-bottom: 0px !important;
  }
  .u_ml_xs_0 {
    margin-left: 0px !important;
  }
  .u_mr_xs_0 {
    margin-right: 0px !important;
  }
  .u_mt_xs_10 {
    margin-top: 10px !important;
  }
  .u_mb_xs_10 {
    margin-bottom: 10px !important;
  }
  .u_ml_xs_10 {
    margin-left: 10px !important;
  }
  .u_mr_xs_10 {
    margin-right: 10px !important;
  }
  .u_mt_xs_20 {
    margin-top: 20px !important;
  }
  .u_mb_xs_20 {
    margin-bottom: 20px !important;
  }
  .u_ml_xs_20 {
    margin-left: 20px !important;
  }
  .u_mr_xs_20 {
    margin-right: 20px !important;
  }
  .u_mt_xs_30 {
    margin-top: 30px !important;
  }
  .u_mb_xs_30 {
    margin-bottom: 30px !important;
  }
  .u_ml_xs_30 {
    margin-left: 30px !important;
  }
  .u_mr_xs_30 {
    margin-right: 30px !important;
  }
  .u_mt_xs_40 {
    margin-top: 40px !important;
  }
  .u_mb_xs_40 {
    margin-bottom: 40px !important;
  }
  .u_ml_xs_40 {
    margin-left: 40px !important;
  }
  .u_mr_xs_40 {
    margin-right: 40px !important;
  }
  .u_mt_xs_50 {
    margin-top: 50px !important;
  }
  .u_mb_xs_50 {
    margin-bottom: 50px !important;
  }
  .u_ml_xs_50 {
    margin-left: 50px !important;
  }
  .u_mr_xs_50 {
    margin-right: 50px !important;
  }
  .u_mt_xs_60 {
    margin-top: 60px !important;
  }
  .u_mb_xs_60 {
    margin-bottom: 60px !important;
  }
  .u_ml_xs_60 {
    margin-left: 60px !important;
  }
  .u_mr_xs_60 {
    margin-right: 60px !important;
  }
  .u_mt_xs_70 {
    margin-top: 70px !important;
  }
  .u_mb_xs_70 {
    margin-bottom: 70px !important;
  }
  .u_ml_xs_70 {
    margin-left: 70px !important;
  }
  .u_mr_xs_70 {
    margin-right: 70px !important;
  }
  .u_mt_xs_80 {
    margin-top: 80px !important;
  }
  .u_mb_xs_80 {
    margin-bottom: 80px !important;
  }
  .u_ml_xs_80 {
    margin-left: 80px !important;
  }
  .u_mr_xs_80 {
    margin-right: 80px !important;
  }
  .u_mt_xs_90 {
    margin-top: 90px !important;
  }
  .u_mb_xs_90 {
    margin-bottom: 90px !important;
  }
  .u_ml_xs_90 {
    margin-left: 90px !important;
  }
  .u_mr_xs_90 {
    margin-right: 90px !important;
  }
  .u_mt_xs_100 {
    margin-top: 100px !important;
  }
  .u_mb_xs_100 {
    margin-bottom: 100px !important;
  }
  .u_ml_xs_100 {
    margin-left: 100px !important;
  }
  .u_mr_xs_100 {
    margin-right: 100px !important;
  }
}

@media screen and (min-width: 576px){
  .header__contact {
    flex-direction: row;
  }
  .header__contact_item {
    width: 33.33%;
  }
  .u_d_sm_none {
    display: none !important;
  }
  .u_d_sm_inline {
    display: inline !important;
  }
  .u_d_sm_inline_block {
    display: inline-block !important;
  }
  .u_d_sm_block {
    display: block !important;
  }
  .u_d_sm_flex {
    display: flex !important;
  }
  .u_mt_sm_0 {
    margin-top: 0px !important;
  }
  .u_mb_sm_0 {
    margin-bottom: 0px !important;
  }
  .u_ml_sm_0 {
    margin-left: 0px !important;
  }
  .u_mr_sm_0 {
    margin-right: 0px !important;
  }
  .u_mt_sm_10 {
    margin-top: 10px !important;
  }
  .u_mb_sm_10 {
    margin-bottom: 10px !important;
  }
  .u_ml_sm_10 {
    margin-left: 10px !important;
  }
  .u_mr_sm_10 {
    margin-right: 10px !important;
  }
  .u_mt_sm_20 {
    margin-top: 20px !important;
  }
  .u_mb_sm_20 {
    margin-bottom: 20px !important;
  }
  .u_ml_sm_20 {
    margin-left: 20px !important;
  }
  .u_mr_sm_20 {
    margin-right: 20px !important;
  }
  .u_mt_sm_30 {
    margin-top: 30px !important;
  }
  .u_mb_sm_30 {
    margin-bottom: 30px !important;
  }
  .u_ml_sm_30 {
    margin-left: 30px !important;
  }
  .u_mr_sm_30 {
    margin-right: 30px !important;
  }
  .u_mt_sm_40 {
    margin-top: 40px !important;
  }
  .u_mb_sm_40 {
    margin-bottom: 40px !important;
  }
  .u_ml_sm_40 {
    margin-left: 40px !important;
  }
  .u_mr_sm_40 {
    margin-right: 40px !important;
  }
  .u_mt_sm_50 {
    margin-top: 50px !important;
  }
  .u_mb_sm_50 {
    margin-bottom: 50px !important;
  }
  .u_ml_sm_50 {
    margin-left: 50px !important;
  }
  .u_mr_sm_50 {
    margin-right: 50px !important;
  }
  .u_mt_sm_60 {
    margin-top: 60px !important;
  }
  .u_mb_sm_60 {
    margin-bottom: 60px !important;
  }
  .u_ml_sm_60 {
    margin-left: 60px !important;
  }
  .u_mr_sm_60 {
    margin-right: 60px !important;
  }
  .u_mt_sm_70 {
    margin-top: 70px !important;
  }
  .u_mb_sm_70 {
    margin-bottom: 70px !important;
  }
  .u_ml_sm_70 {
    margin-left: 70px !important;
  }
  .u_mr_sm_70 {
    margin-right: 70px !important;
  }
  .u_mt_sm_80 {
    margin-top: 80px !important;
  }
  .u_mb_sm_80 {
    margin-bottom: 80px !important;
  }
  .u_ml_sm_80 {
    margin-left: 80px !important;
  }
  .u_mr_sm_80 {
    margin-right: 80px !important;
  }
  .u_mt_sm_90 {
    margin-top: 90px !important;
  }
  .u_mb_sm_90 {
    margin-bottom: 90px !important;
  }
  .u_ml_sm_90 {
    margin-left: 90px !important;
  }
  .u_mr_sm_90 {
    margin-right: 90px !important;
  }
  .u_mt_sm_100 {
    margin-top: 100px !important;
  }
  .u_mb_sm_100 {
    margin-bottom: 100px !important;
  }
  .u_ml_sm_100 {
    margin-left: 100px !important;
  }
  .u_mr_sm_100 {
    margin-right: 100px !important;
  }
}

@media screen and (min-width: 768px){
  .header__logo {
    width: 228px;
  }
  .footer__nav {
    padding-bottom: 60px;
  }
  .footer__nav_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__nav_wrap .footer__menu {
    margin-bottom: 0;
  }
  .footer__menu {
    width: 50%;
  }
  .footer__menu_item {
    margin-bottom: 40px;
  }
  .footer__more {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
  }
  .footer__more_list {
    margin-bottom: 0;
    padding-left: 20px;
  }
  .u_d_md_none {
    display: none !important;
  }
  .u_d_md_inline {
    display: inline !important;
  }
  .u_d_md_inline_block {
    display: inline-block !important;
  }
  .u_d_md_block {
    display: block !important;
  }
  .u_d_md_flex {
    display: flex !important;
  }
  .u_mt_md_0 {
    margin-top: 0px !important;
  }
  .u_mb_md_0 {
    margin-bottom: 0px !important;
  }
  .u_ml_md_0 {
    margin-left: 0px !important;
  }
  .u_mr_md_0 {
    margin-right: 0px !important;
  }
  .u_mt_md_10 {
    margin-top: 10px !important;
  }
  .u_mb_md_10 {
    margin-bottom: 10px !important;
  }
  .u_ml_md_10 {
    margin-left: 10px !important;
  }
  .u_mr_md_10 {
    margin-right: 10px !important;
  }
  .u_mt_md_20 {
    margin-top: 20px !important;
  }
  .u_mb_md_20 {
    margin-bottom: 20px !important;
  }
  .u_ml_md_20 {
    margin-left: 20px !important;
  }
  .u_mr_md_20 {
    margin-right: 20px !important;
  }
  .u_mt_md_30 {
    margin-top: 30px !important;
  }
  .u_mb_md_30 {
    margin-bottom: 30px !important;
  }
  .u_ml_md_30 {
    margin-left: 30px !important;
  }
  .u_mr_md_30 {
    margin-right: 30px !important;
  }
  .u_mt_md_40 {
    margin-top: 40px !important;
  }
  .u_mb_md_40 {
    margin-bottom: 40px !important;
  }
  .u_ml_md_40 {
    margin-left: 40px !important;
  }
  .u_mr_md_40 {
    margin-right: 40px !important;
  }
  .u_mt_md_50 {
    margin-top: 50px !important;
  }
  .u_mb_md_50 {
    margin-bottom: 50px !important;
  }
  .u_ml_md_50 {
    margin-left: 50px !important;
  }
  .u_mr_md_50 {
    margin-right: 50px !important;
  }
  .u_mt_md_60 {
    margin-top: 60px !important;
  }
  .u_mb_md_60 {
    margin-bottom: 60px !important;
  }
  .u_ml_md_60 {
    margin-left: 60px !important;
  }
  .u_mr_md_60 {
    margin-right: 60px !important;
  }
  .u_mt_md_70 {
    margin-top: 70px !important;
  }
  .u_mb_md_70 {
    margin-bottom: 70px !important;
  }
  .u_ml_md_70 {
    margin-left: 70px !important;
  }
  .u_mr_md_70 {
    margin-right: 70px !important;
  }
  .u_mt_md_80 {
    margin-top: 80px !important;
  }
  .u_mb_md_80 {
    margin-bottom: 80px !important;
  }
  .u_ml_md_80 {
    margin-left: 80px !important;
  }
  .u_mr_md_80 {
    margin-right: 80px !important;
  }
  .u_mt_md_90 {
    margin-top: 90px !important;
  }
  .u_mb_md_90 {
    margin-bottom: 90px !important;
  }
  .u_ml_md_90 {
    margin-left: 90px !important;
  }
  .u_mr_md_90 {
    margin-right: 90px !important;
  }
  .u_mt_md_100 {
    margin-top: 100px !important;
  }
  .u_mb_md_100 {
    margin-bottom: 100px !important;
  }
  .u_ml_md_100 {
    margin-left: 100px !important;
  }
  .u_mr_md_100 {
    margin-right: 100px !important;
  }
}

@media screen and (min-width: 992px){
  body {
    font-size: 1rem;
  }
  .header {
    height: 86px;
    padding: 0;
  }
  .header::before {
    display: none;
  }
  .header__logo {
    width: clamp(16.25rem, 1.25vw + 15rem, 16.5rem);
    margin-left: clamp(1.25rem, 9.375vw + -8.125rem, 3.125rem);
  }
  .header__main {
    position: initial;
    padding: 0;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    border-top: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    border-top: none;
    overflow: initial;
  }
  .header__menu {
    display: flex;
    align-items: center;
  }
  .header__menu {
    margin-right: clamp(1.5625rem, 2.03125vw + -0.0625rem, 2.375rem);
  }
  .header__menu_item {
    display: inline-block;
    margin-right: clamp(0.75rem, 4.375vw + -2.75rem, 2.5rem);
    border-bottom: none;
    padding: 10px 0;
  }
  .header__menu_item.has_dropdown::before, .header__menu_item.has_dropdown::after {
    display: none;
  }
  .header__menu_link {
    position: relative;
    padding: 0;
    font-size: clamp(0.875rem, 0.625vw + 0.25rem, 1rem);
    background-color: transparent;
  }
  .header__menu_link::before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #281e3d;
    transition: all 0.5s;
  }
  .header__menu_link:hover::before {
    width: 100%;
  }
  .has_dropdown .header__menu_link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(135deg);
    width: 7px;
    height: 7px;
    border-width: 1px 1px 0 0;
    border-color: #001f7a;
  }
  .header__menu_sub {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    z-index: 8;
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
  }
  .header__menu_item.has_dropdown:hover .header__menu_sub {
    display: block;
  }
  .header__menu_sub_link:hover {
    background-color: #798cc1;
  }
  .header__contact {
    margin-top: 0;
    height: 100%;
    padding: 0;
  }
  .header__contact_item {
    width: 75px;
    height: 100%;
  }
  .header__contact_link {
    font-size: clamp(0.875rem, 0.625vw + 0.25rem, 1rem);
  }
  .header__contact_link:hover {
    opacity: 0.7;
  }
  .header__contact_link::before {
    margin-right: 0;
  }
  .header__contact_text {
    display: none;
  }
  .hamburger {
    display: none;
  }
  .footer__nav {
    padding: 70px 0 92px;
  }
  .footer__nav_wrap {
    flex-wrap: nowrap;
  }
  .footer__menu {
    width: auto;
    margin-right: clamp(3.75rem, 6.6810344828vw + -0.3922413793rem, 7.625rem);
  }
  .footer__menu_item_link:hover {
    text-decoration: underline;
  }
  .footer__menu_item_title:hover {
    text-decoration: underline;
  }
  .footer__menu_sub .footer__menu_item {
    margin-bottom: 0;
  }
  .footer__menu_sub .footer__menu_item::before {
    top: 17px;
  }
  .footer__more_list {
    padding-left: clamp(1.25rem, 6.4655172414vw + -2.7586206897rem, 5rem);
    gap: 5px clamp(1.25rem, 1.6163793103vw + 0.2478448276rem, 2.1875rem);
  }
  .footer__more_link:hover {
    text-decoration: underline;
  }
  .footer__more_kdk {
    margin-right: 22px;
    width: 150px;
  }
  .footer__more_kdk a {
    transition: all 0.5s;
  }
  .footer__more_kdk a:hover {
    opacity: 0.7;
  }
  .footer__logo {
    padding: 27px clamp(1.25rem, 7.7586206897vw + -3.5603448276rem, 5.75rem);
  }
  .footer__logo_main {
    width: 270px;
    margin-right: 65px;
  }
  .footer__copyright {
    padding: 5px 20px 40px;
  }
  .totop {
    bottom: 78px;
  }
  .totop:hover {
    opacity: 0.7;
  }
  .totop a {
    width: 60px;
    height: 60px;
  }
  .totop a::before {
    top: 26px;
    left: 22px;
    padding: 7px;
  }
  .u_d_lg_none {
    display: none !important;
  }
  .u_d_lg_inline {
    display: inline !important;
  }
  .u_d_lg_inline_block {
    display: inline-block !important;
  }
  .u_d_lg_block {
    display: block !important;
  }
  .u_d_lg_flex {
    display: flex !important;
  }
  .u_mt_lg_0 {
    margin-top: 0px !important;
  }
  .u_mb_lg_0 {
    margin-bottom: 0px !important;
  }
  .u_ml_lg_0 {
    margin-left: 0px !important;
  }
  .u_mr_lg_0 {
    margin-right: 0px !important;
  }
  .u_mt_lg_10 {
    margin-top: 10px !important;
  }
  .u_mb_lg_10 {
    margin-bottom: 10px !important;
  }
  .u_ml_lg_10 {
    margin-left: 10px !important;
  }
  .u_mr_lg_10 {
    margin-right: 10px !important;
  }
  .u_mt_lg_20 {
    margin-top: 20px !important;
  }
  .u_mb_lg_20 {
    margin-bottom: 20px !important;
  }
  .u_ml_lg_20 {
    margin-left: 20px !important;
  }
  .u_mr_lg_20 {
    margin-right: 20px !important;
  }
  .u_mt_lg_30 {
    margin-top: 30px !important;
  }
  .u_mb_lg_30 {
    margin-bottom: 30px !important;
  }
  .u_ml_lg_30 {
    margin-left: 30px !important;
  }
  .u_mr_lg_30 {
    margin-right: 30px !important;
  }
  .u_mt_lg_40 {
    margin-top: 40px !important;
  }
  .u_mb_lg_40 {
    margin-bottom: 40px !important;
  }
  .u_ml_lg_40 {
    margin-left: 40px !important;
  }
  .u_mr_lg_40 {
    margin-right: 40px !important;
  }
  .u_mt_lg_50 {
    margin-top: 50px !important;
  }
  .u_mb_lg_50 {
    margin-bottom: 50px !important;
  }
  .u_ml_lg_50 {
    margin-left: 50px !important;
  }
  .u_mr_lg_50 {
    margin-right: 50px !important;
  }
  .u_mt_lg_60 {
    margin-top: 60px !important;
  }
  .u_mb_lg_60 {
    margin-bottom: 60px !important;
  }
  .u_ml_lg_60 {
    margin-left: 60px !important;
  }
  .u_mr_lg_60 {
    margin-right: 60px !important;
  }
  .u_mt_lg_70 {
    margin-top: 70px !important;
  }
  .u_mb_lg_70 {
    margin-bottom: 70px !important;
  }
  .u_ml_lg_70 {
    margin-left: 70px !important;
  }
  .u_mr_lg_70 {
    margin-right: 70px !important;
  }
  .u_mt_lg_80 {
    margin-top: 80px !important;
  }
  .u_mb_lg_80 {
    margin-bottom: 80px !important;
  }
  .u_ml_lg_80 {
    margin-left: 80px !important;
  }
  .u_mr_lg_80 {
    margin-right: 80px !important;
  }
  .u_mt_lg_90 {
    margin-top: 90px !important;
  }
  .u_mb_lg_90 {
    margin-bottom: 90px !important;
  }
  .u_ml_lg_90 {
    margin-left: 90px !important;
  }
  .u_mr_lg_90 {
    margin-right: 90px !important;
  }
  .u_mt_lg_100 {
    margin-top: 100px !important;
  }
  .u_mb_lg_100 {
    margin-bottom: 100px !important;
  }
  .u_ml_lg_100 {
    margin-left: 100px !important;
  }
  .u_mr_lg_100 {
    margin-right: 100px !important;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px){
  .has_dropdown .header__menu_link {
    padding: 0 15px 0 0;
  }
}

@media screen and (min-width: 1280px){
  .header__contact_item {
    width: clamp(11.25rem, 10.9375vw + 2.5rem, 15.625rem);
  }
  .header__contact_item:nth-child(1), .header__contact_item:nth-child(3) {
    width: clamp(9.0625rem, 16.40625vw + -4.0625rem, 15.625rem);
  }
  .header__contact_link::before {
    margin-right: 10px;
  }
  .header__contact_link--mail::before {
    margin-right: 20px;
    top: 2px;
  }
  .header__contact_text {
    display: block;
  }
  .footer__more_kdk {
    position: relative;
    top: 5px;
  }
  .u_d_xl_none {
    display: none !important;
  }
  .u_d_xl_inline {
    display: inline !important;
  }
  .u_d_xl_inline_block {
    display: inline-block !important;
  }
  .u_d_xl_block {
    display: block !important;
  }
  .u_d_xl_flex {
    display: flex !important;
  }
  .u_mt_xl_0 {
    margin-top: 0px !important;
  }
  .u_mb_xl_0 {
    margin-bottom: 0px !important;
  }
  .u_ml_xl_0 {
    margin-left: 0px !important;
  }
  .u_mr_xl_0 {
    margin-right: 0px !important;
  }
  .u_mt_xl_10 {
    margin-top: 10px !important;
  }
  .u_mb_xl_10 {
    margin-bottom: 10px !important;
  }
  .u_ml_xl_10 {
    margin-left: 10px !important;
  }
  .u_mr_xl_10 {
    margin-right: 10px !important;
  }
  .u_mt_xl_20 {
    margin-top: 20px !important;
  }
  .u_mb_xl_20 {
    margin-bottom: 20px !important;
  }
  .u_ml_xl_20 {
    margin-left: 20px !important;
  }
  .u_mr_xl_20 {
    margin-right: 20px !important;
  }
  .u_mt_xl_30 {
    margin-top: 30px !important;
  }
  .u_mb_xl_30 {
    margin-bottom: 30px !important;
  }
  .u_ml_xl_30 {
    margin-left: 30px !important;
  }
  .u_mr_xl_30 {
    margin-right: 30px !important;
  }
  .u_mt_xl_40 {
    margin-top: 40px !important;
  }
  .u_mb_xl_40 {
    margin-bottom: 40px !important;
  }
  .u_ml_xl_40 {
    margin-left: 40px !important;
  }
  .u_mr_xl_40 {
    margin-right: 40px !important;
  }
  .u_mt_xl_50 {
    margin-top: 50px !important;
  }
  .u_mb_xl_50 {
    margin-bottom: 50px !important;
  }
  .u_ml_xl_50 {
    margin-left: 50px !important;
  }
  .u_mr_xl_50 {
    margin-right: 50px !important;
  }
  .u_mt_xl_60 {
    margin-top: 60px !important;
  }
  .u_mb_xl_60 {
    margin-bottom: 60px !important;
  }
  .u_ml_xl_60 {
    margin-left: 60px !important;
  }
  .u_mr_xl_60 {
    margin-right: 60px !important;
  }
  .u_mt_xl_70 {
    margin-top: 70px !important;
  }
  .u_mb_xl_70 {
    margin-bottom: 70px !important;
  }
  .u_ml_xl_70 {
    margin-left: 70px !important;
  }
  .u_mr_xl_70 {
    margin-right: 70px !important;
  }
  .u_mt_xl_80 {
    margin-top: 80px !important;
  }
  .u_mb_xl_80 {
    margin-bottom: 80px !important;
  }
  .u_ml_xl_80 {
    margin-left: 80px !important;
  }
  .u_mr_xl_80 {
    margin-right: 80px !important;
  }
  .u_mt_xl_90 {
    margin-top: 90px !important;
  }
  .u_mb_xl_90 {
    margin-bottom: 90px !important;
  }
  .u_ml_xl_90 {
    margin-left: 90px !important;
  }
  .u_mr_xl_90 {
    margin-right: 90px !important;
  }
  .u_mt_xl_100 {
    margin-top: 100px !important;
  }
  .u_mb_xl_100 {
    margin-bottom: 100px !important;
  }
  .u_ml_xl_100 {
    margin-left: 100px !important;
  }
  .u_mr_xl_100 {
    margin-right: 100px !important;
  }
}

@media screen and (min-width: 1600px){
  .u_d_xxl_none {
    display: none !important;
  }
  .u_d_xxl_inline {
    display: inline !important;
  }
  .u_d_xxl_inline_block {
    display: inline-block !important;
  }
  .u_d_xxl_block {
    display: block !important;
  }
  .u_d_xxl_flex {
    display: flex !important;
  }
  .u_mt_xxl_0 {
    margin-top: 0px !important;
  }
  .u_mb_xxl_0 {
    margin-bottom: 0px !important;
  }
  .u_ml_xxl_0 {
    margin-left: 0px !important;
  }
  .u_mr_xxl_0 {
    margin-right: 0px !important;
  }
  .u_mt_xxl_10 {
    margin-top: 10px !important;
  }
  .u_mb_xxl_10 {
    margin-bottom: 10px !important;
  }
  .u_ml_xxl_10 {
    margin-left: 10px !important;
  }
  .u_mr_xxl_10 {
    margin-right: 10px !important;
  }
  .u_mt_xxl_20 {
    margin-top: 20px !important;
  }
  .u_mb_xxl_20 {
    margin-bottom: 20px !important;
  }
  .u_ml_xxl_20 {
    margin-left: 20px !important;
  }
  .u_mr_xxl_20 {
    margin-right: 20px !important;
  }
  .u_mt_xxl_30 {
    margin-top: 30px !important;
  }
  .u_mb_xxl_30 {
    margin-bottom: 30px !important;
  }
  .u_ml_xxl_30 {
    margin-left: 30px !important;
  }
  .u_mr_xxl_30 {
    margin-right: 30px !important;
  }
  .u_mt_xxl_40 {
    margin-top: 40px !important;
  }
  .u_mb_xxl_40 {
    margin-bottom: 40px !important;
  }
  .u_ml_xxl_40 {
    margin-left: 40px !important;
  }
  .u_mr_xxl_40 {
    margin-right: 40px !important;
  }
  .u_mt_xxl_50 {
    margin-top: 50px !important;
  }
  .u_mb_xxl_50 {
    margin-bottom: 50px !important;
  }
  .u_ml_xxl_50 {
    margin-left: 50px !important;
  }
  .u_mr_xxl_50 {
    margin-right: 50px !important;
  }
  .u_mt_xxl_60 {
    margin-top: 60px !important;
  }
  .u_mb_xxl_60 {
    margin-bottom: 60px !important;
  }
  .u_ml_xxl_60 {
    margin-left: 60px !important;
  }
  .u_mr_xxl_60 {
    margin-right: 60px !important;
  }
  .u_mt_xxl_70 {
    margin-top: 70px !important;
  }
  .u_mb_xxl_70 {
    margin-bottom: 70px !important;
  }
  .u_ml_xxl_70 {
    margin-left: 70px !important;
  }
  .u_mr_xxl_70 {
    margin-right: 70px !important;
  }
  .u_mt_xxl_80 {
    margin-top: 80px !important;
  }
  .u_mb_xxl_80 {
    margin-bottom: 80px !important;
  }
  .u_ml_xxl_80 {
    margin-left: 80px !important;
  }
  .u_mr_xxl_80 {
    margin-right: 80px !important;
  }
  .u_mt_xxl_90 {
    margin-top: 90px !important;
  }
  .u_mb_xxl_90 {
    margin-bottom: 90px !important;
  }
  .u_ml_xxl_90 {
    margin-left: 90px !important;
  }
  .u_mr_xxl_90 {
    margin-right: 90px !important;
  }
  .u_mt_xxl_100 {
    margin-top: 100px !important;
  }
  .u_mb_xxl_100 {
    margin-bottom: 100px !important;
  }
  .u_ml_xxl_100 {
    margin-left: 100px !important;
  }
  .u_mr_xxl_100 {
    margin-right: 100px !important;
  }
}
/*# sourceMappingURL=maps/style.css.map */
