/*!
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;
  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 */
  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: #333;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1rem;
  }
}
body.hidden {
  overflow: hidden;
}

#wrapper {
  overflow: hidden;
}

.main {
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  .main {
    padding-top: 81px;
  }
}

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  background-color: #fff;
  z-index: 10;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .header {
    height: 81px;
    padding-left: 65px;
  }
}
.header__logo {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  line-height: 1;
  transition: all 0.5s;
}
.header__logo_link {
  display: flex;
  flex-direction: column;
  gap: 7px;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .header__logo_link {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .header__logo_link:hover {
    opacity: 0.7;
  }
}
.header__logo_image {
  width: 220px;
}
@media screen and (min-width: 768px) {
  .header__logo_image {
    width: 268px;
  }
}
.header__logo_text {
  color: #005bac;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .header__logo_text {
    font-size: 20px;
  }
}
.header__btn {
  position: relative;
  z-index: 9;
  display: none;
}
@media screen and (min-width: 768px) {
  .header__btn {
    display: flex;
  }
}
.header__btn_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 60px;
  background-color: #08cfcf;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .header__btn_link {
    width: 180px;
    height: 81px;
    font-size: 1.125rem;
  }
  .header__btn_link:hover {
    opacity: 0.7;
  }
}
.header__btn_link:last-child {
  background-color: #0075df;
}
.header__btn_link::after {
  content: "";
  display: inline-block;
  margin-left: 11px;
  width: 20px;
  height: 28px;
  background: url(../images/common/icon_file.svg) no-repeat center/contain;
}
@media screen and (min-width: 1024px) {
  .header__btn_link::after {
    width: 26px;
  }
}

.footer {
  background-color: #fff;
}
.footer__entry {
  position: relative;
  padding: 50px 0 120px;
  background-color: #1d4263;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .footer__entry {
    padding: clamp(
        6.25rem,
        13.8888888889vw + -2.6388888889rem,
        11.25rem
    ) 0 clamp(
        6.25rem,
        13.0208333333vw + -2.0833333333rem,
        10.9375rem
    );
    padding: 180px 0 175px;
  }
}
.footer__entry_title {
  max-width: 300px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .footer__entry_title {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.footer__entry_text {
  margin-bottom: 30px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .footer__entry_text {
    margin-bottom: 52px;
    font-size: 1.5625rem;
  }
}
.footer__entry_btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 280px;
  min-height: 70px;
  padding: 10px 20px;
  background-color: #08cfcf;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  transition: all 0.5s;
}
.footer__entry_btn_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .footer__entry_btn_wrap {
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__entry_btn {
    width: 400px;
    min-height: 100px;
    padding: 15px 60px;
    font-size: 1.25rem;
  }
  .footer__entry_btn:hover {
    opacity: 0.7;
  }
}
.footer__entry_btn:last-child {
  background-color: #0075df;
}
.footer__entry_btn_text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__entry_btn_text::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 28px;
  background: url(../images/common/icon_file.svg) no-repeat center/contain;
}
@media screen and (min-width: 1024px) {
  .footer__entry_btn_text::after {
    width: 26px;
  }
}
.footer__entry_btn::before {
  content: ">>>";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .footer__entry_btn::before {
    right: 40px;
    font-size: 1rem;
  }
}
.footer__entry_marquee {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  width: 100%;
  color: #fff;
  font-size: 6.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.1;
  -webkit-animation: textMarqueeRightToLeft 20s linear infinite;
  animation: textMarqueeRightToLeft 20s linear infinite;
}
@media screen and (min-width: 1024px) {
  .footer__entry_marquee {
    font-size: 15.8125rem;
  }
}
.footer__entry_image {
  position: absolute;
  z-index: -1;
}
.footer__entry_image:nth-child(1) {
  bottom: -14.4vw;
  right: 0;
  width: 85.3333333333vw;
  transition-delay: 0.2s;
}
@media screen and (min-width: 1024px) {
  .footer__entry_image:nth-child(1) {
    bottom: 84px;
    right: 32px;
    width: 768px;
  }
}
.footer__entry_image:nth-child(2) {
  bottom: 10.6666666667vw;
  right: -1.0666666667vw;
  width: 21.3333333333vw;
}
@media screen and (min-width: 1024px) {
  .footer__entry_image:nth-child(2) {
    bottom: 330px;
    right: -32px;
    width: 248px;
  }
}
.footer__main {
  padding: 30px 0;
  background-color: #fff;
  border-bottom: 1px solid #91a5b6;
}
@media screen and (min-width: 1024px) {
  .footer__main {
    padding: 48px 0 45px;
  }
}
.footer__main_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .footer__main_wrap {
    flex-direction: row;
  }
}
.footer__logo {
  width: 220px;
  margin-right: auto;
  line-height: 1;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    width: 268px;
  }
  .footer__logo:hover {
    opacity: 0.7;
  }
}
.footer__logo_link {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer__logo_text {
  color: #005bac;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .footer__logo_text {
    font-size: 20px;
  }
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .footer__nav {
    gap: clamp(
        1.875rem,
        6.5972222222vw + -2.3472222222rem,
        4.25rem
    );
    padding-top: 12px;
    margin-right: clamp(
        -5.875rem,
        -58.75vw + 52.875rem,
        0rem
    );
  }
}
.footer__nav_title {
  margin-bottom: 5px;
  color: #005bac;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .footer__nav_title_link:hover {
    text-decoration: underline;
  }
}
.footer__nav_menu {
  padding-left: 20px;
}
.footer__nav_menu_item {
  margin-bottom: 8px;
  line-height: 1.5;
}
.footer__nav_menu_link {
  color: #333;
  font-size: 0.875rem;
  text-decoration: underline;
  line-height: 1.5;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .footer__nav_menu_link:hover {
    text-decoration: none;
  }
}
.footer__bottom {
  padding: 20px 0 40px;
}
@media screen and (min-width: 1024px) {
  .footer__bottom {
    padding: 29px 0 61px;
  }
}
.footer__bottom_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .footer__bottom_wrap {
    flex-direction: row;
  }
}
.footer__bottom_links {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .footer__bottom_links {
    width: auto;
  }
}
.footer__bottom_link {
  position: relative;
  margin-right: 12px;
  padding-right: 20px;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.5;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .footer__bottom_link {
    margin-right: 17px;
    padding-right: 25px;
  }
  .footer__bottom_link:hover {
    opacity: 0.7;
  }
}
.footer__bottom_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/common/icon_external_over_02.svg) no-repeat center/contain;
}
.footer__bottom_twitter {
  width: 30px;
  height: 30px;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .footer__bottom_twitter {
    width: 40px;
    height: 40px;
    margin-left: 13px;
  }
  .footer__bottom_twitter:hover {
    opacity: 0.7;
  }
}
.footer__copyright {
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.5;
}

.totop {
  position: fixed;
  bottom: 15px;
  right: 10px;
  z-index: 9;
}
@media screen and (min-width: 1024px) {
  .totop {
    bottom: 50px;
    right: 30px;
  }
}
.totop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: #0075df;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .totop a {
    width: 60px;
    height: 60px;
  }
  .totop a:hover {
    opacity: 0.7;
  }
}
.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;
}
@media screen and (min-width: 1024px) {
  .totop a::before {
    top: 26px;
    left: 22px;
    padding: 7px;
  }
}

@keyframes textMarqueeRightToLeft {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 80px 20px;
  background-color: #fff;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .nav {
    display: flex;
    padding: 81px 0 0;
  }
}
.nav.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.nav__bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .nav__bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    background: url(../images/common/bg_nav.jpg) center/cover;
  }
}
.nav__bg_text {
  width: 87.1875%;
}
@media screen and (min-width: 768px) {
  .nav__main_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding: 30px;
    width: 60%;
    min-width: 570px;
  }
}
@media screen and (min-width: 1024px) {
  .nav__main_wrap {
    padding: 50px;
  }
}
.nav__main {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .nav__main {
    max-width: 580px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .nav__main {
    gap: 60px;
  }
}
.nav__col {
  display: flex;
  flex-direction: column;
}
.nav__col_item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #91a5b6;
}
.nav__col_item:last-child {
  margin-bottom: 0;
}
.nav__title {
  position: relative;
  color: #005bac;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .nav__title {
    font-size: 1.25rem;
  }
}
.nav__title_link {
  position: relative;
  display: inline-block;
  padding-right: 35px;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .nav__title_link {
    padding-right: 50px;
  }
  .nav__title_link:hover {
    opacity: 0.7;
  }
}
.nav__title_link.has_link::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 22px;
  height: 17px;
  background: url(../images/common/icon_three_arrows.svg) no-repeat center/contain;
}
@media screen and (min-width: 1024px) {
  .nav__title_link.has_link::before {
    top: 8px;
    width: 30px;
  }
}
.nav__menu {
  margin-top: 10px;
  padding-left: 15px;
}
@media screen and (min-width: 1024px) {
  .nav__menu {
    margin-top: 20px;
    padding-left: 20px;
  }
}
.nav__menu_link {
  position: relative;
  padding-left: 15px;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .nav__menu_link {
    padding-left: 20px;
  }
  .nav__menu_link:hover {
    text-decoration: underline;
  }
}
.nav__menu_link::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #005bac;
  border-radius: 100%;
}
@media screen and (min-width: 1024px) {
  .nav__menu_link::before {
    top: 10px;
  }
}
.nav__menu_twitter {
  width: 40px;
  height: 40px;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .nav__menu_twitter:hover {
    opacity: 0.7;
  }
}
.nav__col_item.other {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  margin-top: auto;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .nav__col_item.other {
    align-items: flex-end;
  }
}
.nav__col_item.other .nav__menu_link {
  padding: 0 30px 0 0;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .nav__col_item.other .nav__menu_link {
    display: block;
    width: 156px;
  }
}
@media screen and (min-width: 1024px) {
  .nav__col_item.other .nav__menu_link {
    font-size: 0.875rem;
  }
}
.nav__col_item.other .nav__menu_link::before {
  content: "";
  position: initial;
  display: inline-block;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  background: url(../images/common/icon_external_over_02.svg) no-repeat center/contain;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .nav__col_item.other .nav__menu_link::before {
    position: absolute;
    top: 4px;
    left: auto;
    right: 0;
    margin: 0;
  }
}

.hamburger {
  position: relative;
  flex-shrink: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #1d4263;
  z-index: 10;
  transition: all 0.5s;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .hamburger {
    width: 81px;
    height: 81px;
  }
  .hamburger:hover {
    opacity: 0.7;
  }
}
.hamburger::before, .hamburger::after,
.hamburger span::before,
.hamburger span::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.hamburger::before {
  top: 20px;
}
@media screen and (min-width: 1024px) {
  .hamburger::before {
    top: 30px;
  }
}
.hamburger::after {
  bottom: 18px;
}
@media screen and (min-width: 1024px) {
  .hamburger::after {
    bottom: 28px;
  }
}
.hamburger span::before,
.hamburger span::after {
  top: 50%;
}
.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);
}

html.is_loading .loading {
  opacity: 1;
  visibility: visible;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #005bac;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.loading__dot {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.loading__dot_item {
  position: absolute;
  height: 100%;
  width: 30%;
}
.loading__dot_item::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #fff;
  border-radius: 50%;
}
.loading__dot_item:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.loading__dot_item:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.loading__dot_item:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.loading__dot_item:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.loading__dot_item:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.loading__dot_item:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  display: none;
  padding: 15px 0;
  background-color: #1d4263;
}
@media screen and (min-width: 768px) {
  .cookie__wrap {
    display: flex;
  }
}
.cookie__text {
  color: #fff;
  font-size: 0.875rem;
}
.cookie__close {
  flex-shrink: 0;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .cookie__close {
    margin: 0 0 0 30px;
  }
}
.cookie__close a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
}

.breadcrumb {
  padding: 14px 0;
  background-color: #eaf0f5;
  overflow-x: auto;
}
.breadcrumb .container {
  width: 100%;
}
.breadcrumb__wrap {
  display: flex;
}
.breadcrumb__item {
  position: relative;
  display: inline-block;
  color: #0159a7;
  font-weight: 700;
  white-space: nowrap;
}
.breadcrumb__item:not(:last-child) {
  margin-right: 9px;
  padding-right: 20px;
}
@media screen and (min-width: 1024px) {
  .breadcrumb__item:not(:last-child) {
    margin-right: 13px;
    padding-right: 26px;
  }
}
.breadcrumb__item:not(:last-child)::before {
  content: ">";
  position: absolute;
  top: 8px;
  right: 0;
  color: #232536;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .breadcrumb__item:not(:last-child)::before {
    top: 9px;
  }
}
.breadcrumb__link {
  position: relative;
  color: #232536;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 1024px) {
  .breadcrumb__link:hover {
    text-decoration: none;
  }
}

.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;
}

@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;
  }
}
@media screen and (min-width: 576px) {
  .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;
  }
}
@media screen and (min-width: 768px) {
  .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;
  }
}
@media screen and (min-width: 1024px) {
  .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;
  }
}
@media screen and (min-width: 1280px) {
  .u_d_ll_none {
    display: none !important;
  }
  .u_d_ll_inline {
    display: inline !important;
  }
  .u_d_ll_inline_block {
    display: inline-block !important;
  }
  .u_d_ll_block {
    display: block !important;
  }
  .u_d_ll_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 1440px) {
  .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;
  }
}
@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;
  }
}
.fw_400 {
  font-weight: 400 !important;
}

.fw_500 {
  font-weight: 500 !important;
}

.fw_700 {
  font-weight: 700 !important;
}

.fw_900 {
  font-weight: 900 !important;
}

/*# sourceMappingURL=style.css.map */
