/*! destyle.css v3.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;
  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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
  background-color: #f1f1f1;
  overflow-x: hidden;
}
@media screen and (max-width: 1023px) {
  html.is-fixed {
    overflow: hidden;
  }
}

html * {
  box-sizing: border-box;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.75;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}
body {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
}

a {
  display: block;
  text-decoration: none;
  outline: none;
}
@media screen and (min-width: 1024px) {
  a {
    transition: all 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

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

section {
  padding: 2em 0;
}
@media screen and (min-width: 960px) {
  section {
    padding: 2.5em 0;
  }
}

.sp, .tb, .pc {
  display: none;
}

@media screen and (max-width: 959px) {
  .sp {
    display: inherit;
  }
}
@media screen and (min-width: 960px) {
  .tb {
    display: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .tb {
    display: none;
  }
  .pc {
    display: inherit;
  }
}
.inner {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}

.inner--s {
  width: 94%;
  max-width: 800px;
  margin: 0 auto;
}

.note {
  color: #707070;
  font-size: 1.4rem;
}

.txt {
  font-size: 1.5rem;
  line-height: 2;
}

.btn {
  display: block;
  text-align: left;
  font-size: 1.7rem;
  background: #fff;
  color: #000;
  border-radius: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  width: 240px;
  padding: 18px 32px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .btn {
    font-size: 2rem;
    width: 280px;
    padding: 20px 45px;
  }
}
@media screen and (min-width: 1024px) {
  .btn {
    font-size: 2.2rem;
    width: 330px;
  }
}
.btn::before, .btn::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.btn::after {
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #e4e8eb;
}
@media screen and (min-width: 960px) {
  .btn::after {
    right: 13px;
    width: 60px;
    height: 60px;
  }
}
.btn::before {
  right: 28px;
  width: 14px;
  height: 14px;
  background: url(../img/common/icn_arrow_navy.svg) no-repeat center center/100%;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .btn::before {
    right: 34px;
    width: 16px;
    height: 16px;
  }
}
.btn:hover {
  opacity: 1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.secTtl {
  display: flex;
  flex-direction: column;
  line-height: 1;
  color: #6a7378;
}
.secTtl .--en {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .secTtl .--en {
    font-size: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .secTtl .--en {
    font-size: 60px;
  }
}
.secTtl .--ja {
  font-size: 1.3rem;
  font-weight: 900;
  margin-top: 8px;
}
@media screen and (min-width: 960px) {
  .secTtl .--ja {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

/* --------------------------------------------------
  btn
-------------------------------------------------- */
.btnList {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
}

.viewmore__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #383838;
}
@media screen and (min-width: 960px) {
  .viewmore__btn {
    font-size: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .viewmore__btn:hover {
    opacity: 0.8;
  }
}
.viewmore__btn.__white {
  color: #fff;
}
.viewmore__btn-icon {
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
  border: 2px solid #e5e9ec;
}
@media screen and (min-width: 960px) {
  .viewmore__btn-icon {
    width: 52px;
    height: 52px;
  }
}
.viewmore__btn-icon img {
  width: 12px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .viewmore__btn-icon img {
    width: 14px;
  }
}

/* --------------------------------------------------
  mv
-------------------------------------------------- */
.mv {
  height: auto;
  padding: 0 0 1em;
}
.mv__title-area {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 959px) {
  .mv__title-area {
    width: 92%;
    margin: -30px auto 20px;
  }
}
.mv__title {
  display: flex;
  flex-direction: column;
  line-height: 1;
  color: #6a7378;
}
.mv__title-en {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .mv__title-en {
    font-size: 60px;
  }
}
.mv__title-ja {
  font-size: 13px;
  font-weight: 900;
  margin-top: 8px;
}
@media screen and (min-width: 960px) {
  .mv__title-ja {
    font-size: 16px;
    margin-top: 10px;
  }
}

/* --------------------------------------------------
  main
-------------------------------------------------- */
main {
  padding-top: 100px;
}
@media screen and (min-width: 960px) {
  main {
    padding-top: 120px;
  }
}

/* --------------------------------------------------
  works
-------------------------------------------------- */
.works {
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  .works {
    border-radius: 60px 60px 0 0;
  }
}
.works .title-area {
  margin-bottom: 3em;
}
@media screen and (min-width: 960px) {
  .works-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.works-item {
  margin-bottom: 2em;
}
@media screen and (min-width: 1024px) {
  .works-item {
    max-width: 540px;
    width: 48%;
    margin-bottom: 4em;
  }
}
.works-item-category {
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.works-item-category.--web {
  color: #ff6533;
}
.works-item-category.--web::before {
  background: #ff6533;
}
.works-item-category.--app {
  color: #05b28e;
}
.works-item-category.--app::before {
  background: #05b28e;
}
.works-item-category.--infra {
  color: #7e64b5;
}
.works-item-category.--infra::before {
  background: #7e64b5;
}
.works-item-category::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  margin-right: 10px;
  margin-bottom: -2px;
}
.works-item-img {
  overflow: hidden;
  aspect-ratio: 300/178;
  border: 1px solid #ccc;
  margin-bottom: 1em;
}
.works-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.works-item-desc {
  font-size: 1.2rem;
}
@media screen and (min-width: 960px) {
  .works-item-desc {
    font-size: 1.6rem;
  }
}
.works-item-title {
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .works-item-title {
    font-size: 2.4rem;
  }
}
.works-item-tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}
.works-item-tags li {
  background: #e6e6e6;
  color: #6a7378;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 1.1rem;
}
@media screen and (min-width: 960px) {
  .works-item-tags li {
    font-size: 1.4rem;
  }
}

/* --------------------------------------------------
  blog
-------------------------------------------------- */
@media screen and (min-width: 1024px) {
  .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}

.blog h2 {
  font-size: 2.4rem;
  font-weight: 900;
  padding-bottom: 1em;
}
.blog h2 .en {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
.blog {
  max-width: 796px;
}
.blog-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: wrap;
}
@media screen and (min-width: 960px) {
  .blog-list {
    gap: 0 100px;
  }
}
.blog-item {
  width: 100%;
  padding-bottom: 4em;
}
@media screen and (min-width: 960px) {
  .blog-item {
    width: calc((100% - 100px) / 2);
    max-width: 348px;
  }
  .blog-item:only-child {
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .blog-item:nth-child(3) {
    margin: 0;
  }
}
.blog-item-link {
  width: 100%;
}
.blog-item-img {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 300/178;
  border: 1px solid #ccc;
}
.blog-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-item-ttl {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.33;
  margin: 24px auto 10px;
}
.blog-item-content {
  font-size: 1.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .blog-item-content {
    font-size: 1.5rem;
  }
}
.blog-item-cat {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  margin-top: 8px;
}
.blog-item-cat li {
  font-size: 1.3rem;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 0 4px 1px;
  margin: 7px 7px 0 0;
  color: #1d4d8e;
}
@media screen and (min-width: 960px) {
  .blog-item-cat li {
    font-size: 1.38rem;
  }
}

.side {
  max-width: 284px;
  width: 100%;
}
.side-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.blog-cat-list li a {
  display: block;
  font-size: 1.3rem;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 0 4px 1px;
  margin: 7px 7px 0 0;
  color: #1d4d8e;
}
@media screen and (min-width: 960px) {
  .blog-cat-list li a {
    font-size: 1.4rem;
  }
}
.blog-cat-list li a:hover {
  opacity: 0.8;
}

/* --------------------------------------------------
  news
-------------------------------------------------- */
@media screen and (min-width: 1024px) {
  .news-right {
    max-width: 916px;
    width: 100%;
  }
}
.news-list {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .news-list {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .news-list {
    margin: 0;
  }
}
.news-item {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 960px) {
  .news-item-body {
    display: flex;
  }
}
.news-item-link {
  padding: 20px;
  display: block;
}
@media screen and (min-width: 960px) {
  .news-item-link {
    padding: 20px 25px;
  }
}
.news-item-link:hover {
  color: #000;
}
.news-item-img {
  width: 100%;
  margin: 0 0 15px;
}
@media screen and (min-width: 960px) {
  .news-item-img {
    flex-shrink: 0;
    max-width: 200px;
    margin: 0 35px 0 0;
  }
}
.news-item-meta {
  min-width: 110px;
}
.news-item-time {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}
.news-item-ttl {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .news-item-ttl {
    font-size: 1.6rem;
    margin-top: -2px;
  }
}

.header {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  z-index: 1000;
  background-color: #fff;
  border-radius: 9999px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 6px 0 20px;
}
@media screen and (min-width: 960px) {
  .header {
    width: calc(100% - 60px);
    max-width: 1900px;
    top: 16px;
    height: 70px;
    padding: 0 10px 0 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }
}
.header__logo {
  flex: 0 1 auto;
  max-width: 120px;
}
@media screen and (min-width: 960px) {
  .header__logo {
    max-width: none;
    width: 174px;
  }
}
.header__logo-link {
  display: block;
}
.header__logo-img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .header-right {
    opacity: 0;
    visibility: hidden;
    display: block;
    padding: 80px 35px 25px;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #1d4d8e;
    transition: opacity 0.3s;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1024px) {
  .header-right {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav {
    max-width: 300px;
    width: 100%;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav {
    margin: 0 30px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .header-nav {
    margin: 0 50px 0 0;
  }
}
.header-nav-list {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .header-nav-list {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav-list li:not(:last-child) {
    margin-right: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .header-nav-list li:not(:last-child) {
    margin-right: 30px;
  }
}
.header-nav-list li a {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  .header-nav-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 1.5;
    padding: 15px 0;
    font-size: 2rem;
  }
}
.header__contact {
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .header__contact {
    margin-top: 30px;
    text-align: center;
  }
}
.header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: linear-gradient(90deg, #1d6fdb, #1d4d8e);
  color: #fff;
  padding: 6px 10px 6px 30px;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  transition: opacity 0.3s ease;
  text-decoration: none;
  min-width: 210px;
}
.header__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}
.header__btn-icon img {
  width: 12px;
  height: auto;
}
.header-btn {
  border: 2px solid #1c4d8f;
  background: transparent;
  position: absolute;
  z-index: 9999;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  right: 7px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .header-btn {
    display: none;
  }
}
.header-btn span {
  display: inline-block;
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #1d4d8e;
  width: 20px;
}
.header-btn span:nth-of-type(1) {
  top: 14px;
}
.header-btn span:nth-of-type(2) {
  bottom: 14px;
}
.header.is-active .header-right {
  opacity: 1;
  visibility: visible;
  top: -16px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.header.is-active .header-btn {
  border: 2px solid #fff;
}
.header.is-active .header-btn span {
  background-color: #fff;
}
.header.is-active .header-btn span:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header.is-active .header-btn span:nth-of-type(2) {
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header.is-active .header__btn {
  background: #fff;
  color: #1c4d8f;
}
.header.is-active .header__btn-icon {
  background: #1c4d8f;
}

.cta {
  padding: 0 0 80px;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .cta {
    padding: 0 0 90px;
  }
}
.cta__inner {
  max-width: 950px;
}
.cta__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .cta__box {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.cta__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 10px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .cta__left {
    padding-top: 10px;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    text-align: left;
  }
}
.cta__logo {
  width: 160px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .cta__logo {
    width: 240px;
    padding-right: 30px;
  }
  .cta__logo::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #ddd;
  }
}
.cta__company-name {
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  padding-top: 12px;
}
@media screen and (min-width: 960px) {
  .cta__company-name {
    font-size: 16px;
    padding-top: 12px;
  }
}
.cta__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  .cta__text {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .cta__text {
    font-size: 16px;
  }
}
.cta__text {
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.cta__right {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .cta__right {
    flex-shrink: 0;
  }
}
.cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #1d6fdb, #1d4d8e);
  color: #fff;
  padding: 14px 14px 14px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 900;
  transition: all 0.3s ease;
  text-decoration: none;
  min-width: 260px;
}
@media screen and (min-width: 960px) {
  .cta__btn {
    padding: 16px 16px 16px 50px;
    font-size: 24px;
    min-width: 320px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cta__btn:hover {
    opacity: 0.8;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
}
.cta__btn-icon {
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .cta__btn-icon {
    width: 52px;
    height: 52px;
    margin-left: 0;
  }
}
.cta__btn-icon img {
  width: 12px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .cta__btn-icon img {
    width: 14px;
  }
}

.footer {
  background-color: #111;
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .footer {
    padding-top: 80px;
  }
}
.footer__inner {
  max-width: 90%;
}
.footer__main {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 0;
}
@media screen and (min-width: 960px) {
  .footer__main {
    padding: 0 0 80px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .footer__main-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.footer__company {
  display: flex;
  flex-direction: column;
}
.footer__logo {
  width: 160px;
  padding-bottom: 12px;
}
@media screen and (min-width: 960px) {
  .footer__logo {
    width: 174px;
  }
}
.footer__company-name {
  font-size: 14px;
  font-weight: 900;
  padding-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .footer__company-name {
    font-size: 14px;
  }
}
.footer__address {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .footer__address {
    font-size: 14px;
  }
}
.footer__nav {
  margin-top: 30px;
  border-top: 1px solid #fff;
  padding-top: 30px;
}
@media screen and (min-width: 1024px) {
  .footer__nav {
    width: 250px;
    padding-top: 0;
    padding-left: 25px;
    margin-top: 0;
    border-left: 1px solid #fff;
    border-top: none;
  }
}
.footer__nav li {
  margin-bottom: 10px;
}
.footer__nav li:last-child {
  margin-bottom: 0;
}
.footer__nav li a {
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .footer__nav li a {
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .footer__nav li a {
    font-size: 1.6rem;
  }
}
.footer__bottom {
  background-color: #fff;
  padding: 20px 0;
}
.footer__bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 960px) {
  .footer__bottom-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__subnav {
  font-size: 14px;
}
.footer__copy {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}/*# sourceMappingURL=common.css.map */