@charset "UTF-8";

/*****************************
 footer
*****************************/

.cmnfot {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f7fbff 0%, #edf5fb 48%, #ffffff 100%);
  border-top: 1px solid #dce8f3;
  color: #18395c;
}

.cmnfot::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(0, 105, 180, .10), transparent 28%),
    radial-gradient(circle at 90% 20%, rgba(0, 153, 204, .10), transparent 26%),
    linear-gradient(120deg, transparent 0%, transparent 45%, rgba(255,255,255,.6) 45%, rgba(255,255,255,.6) 46%, transparent 46%);
  pointer-events: none;
}

.cmnfot__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 60px 0 34px;
}

.cmnfot__brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 28px;
  margin-bottom: 34px;
  border-radius: 24px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(214, 230, 242, .9);
  box-shadow: 0 18px 44px rgba(24, 57, 92, .08);
}

.cmnfot__logo {
  max-width: 320px;
}

.cmnfot__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.cmnfot__cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cmnfot__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 14px 20px;
  border-radius: 999px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
}

.cmnfot__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(24, 57, 92, .16);
  opacity: .92;
}

.cmnfot__btn--blue {
  background: #0068c9;
  color: #fff;
}

.cmnfot__btn--yellow {
  background: #ffd21f;
  color: #18395c;
}

.cmnfot__main {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 34px;
  align-items: start;
}

.cmnfot__office,
.cmnfot__nav-block {
  background: rgba(255,255,255,.78);
  border: 1px solid #dce8f3;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(24, 57, 92, .06);
}

.cmnfot__office {
  padding: 26px;
}

.cmnfot__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: #18395c;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.4;
}

.cmnfot__title::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0068c9;
  box-shadow: 0 0 0 5px rgba(0,104,201,.12);
  flex: 0 0 auto;
}

.cmnfot__office-list {
  display: grid;
  gap: 16px;
}

.cmnfot__office-item {
  padding-bottom: 16px;
  border-bottom: 1px solid #dce8f3;
}

.cmnfot__office-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.cmnfot__office-name {
  margin: 0 0 6px;
  font-weight: 800;
  color: #0f5fa8;
}

.cmnfot__office-item address,
.cmnfot__office-item p {
  margin: 0;
  color: #364b61;
  font-size: 1.4rem;
  line-height: 1.75;
  font-style: normal;
}

.cmnfot__office-item a {
  color: inherit;
  text-decoration: none;
}

.cmnfot__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.cmnfot__nav-block {
  padding: 26px;
}

.cmnfot__nav-block--wide {
  grid-column: 1 / -1;
}

.cmnfot__link-grid {
  display: grid;
grid-template-columns: 1fr;
  gap: 9px 16px;
}

.cmnfot__link-grid a,
.cmnfot__menu-list a {
  position: relative;
  display: block;
  padding-left: 18px;
  color: #30485f;
  font-size: 1.4rem;
  line-height: 1.55;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.cmnfot__link-grid a::before,
.cmnfot__menu-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-top: 2px solid #0068c9;
  border-right: 2px solid #0068c9;
  transform: rotate(45deg);
}

.cmnfot__link-grid a:hover,
.cmnfot__menu-list a:hover {
  color: #0068c9;
  transform: translateX(3px);
}

.cmnfot__menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 18px;
}

.cmnfot__policy_style {
  margin-top: 28px;
}

.cmnfot__bottom {
  position: relative;
  z-index: 1;
  background: #005bac;
  color: #fff;
}

.cmnfot__bottom-inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 13px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.cmnfot__policy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cmnfot__policy a {
  font-size: 1.3rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #dce8f3;
  color: #18395c;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(24, 57, 92, .06);
}

.cmnfot__policy a::before {
  content: "◆";
  margin-right: 6px;
  font-size: 1rem;
}

.cmnfot__copy {
  margin: 0;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
  white-space: nowrap;
}

@media only screen and (max-width: 1024px) {
  .cmnfot__brand,
  .cmnfot__main,
  .cmnfot__bottom-inner {
    display: block;
  }

  .cmnfot__logo {
    margin: 0 auto 22px;
  }

  .cmnfot__cta {
    justify-content: center;
  }

  .cmnfot__office {
    margin-bottom: 22px;
  }

  .cmnfot__menu-list {
    grid-template-columns: 1fr 1fr;
  }

  .cmnfot__copy {
    margin-top: 10px;
    white-space: normal;
  }
}

@media only screen and (max-width: 767px) {
  .cmnfot__inner {
    width: calc(100% - 30px);
    padding: 42px 0 28px;
  }

  .cmnfot__brand {
    padding: 22px;
    border-radius: 18px;
  }

  .cmnfot__cta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cmnfot__btn {
    width: 100%;
    min-width: 0;
  }

  .cmnfot__nav {
    grid-template-columns: 1fr;
  }

  .cmnfot__nav-block--wide {
    grid-column: auto;
  }

  .cmnfot__link-grid,
  .cmnfot__menu-list {
    grid-template-columns: 1fr;
  }

  .cmnfot__bottom-inner {
    width: calc(100% - 30px);
  }
}