@charset "UTF-8";
/* -------------------------------------------- */
/* 全体 */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* 見出し・パーツ */
/* -------------------------------------------- */
/* ------- 全体 ------- */
/* ホバー（半透明） */
/* ボタン */
/* ボタン（戻る） */
/* ------- TOP ------- */
/* 見出し */
/* ボタン */
/* ------- 下層 ------- */
/* メインビジュアル */
/* メインビジュアル 見出し */
/* 見出し */
/* ------- サービス・請求書 ------- */
/* 特長 */
/* お問い合わせ導線 */
html {
  scroll-padding-top: 80px;
}
@media only screen and (max-width: 850px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-style: normal;
  font-weight: 400;
  /* ハンバーガーメニュー展開時、背景を固定 */
}
@media only screen and (max-width: 850px) {
  body {
    min-width: unset;
  }
}
body.active {
  height: 100%;
  overflow: hidden;
}

a {
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

li {
  list-style: none;
}

@media only screen and (max-width: 850px) {
  .pc {
    display: none !important;
  }
}

@media print, only screen and (min-width: 851px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 850px) {
  .sp {
    display: block !important;
  }
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}
main {
  overflow: hidden;
}

/* パンくずリスト */
.breadcrumb {
  max-width: 1000px;
  width: 90%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
}
@media only screen and (max-width: 850px) {
  .breadcrumb {
    max-width: 90%;
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  .breadcrumb {
    padding-top: 20px;
  }
}
.breadcrumb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb-list-item {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-right: 28px;
  position: relative;
}
.breadcrumb-list-item::before {
  content: ">";
  position: absolute;
  right: -19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #999999;
}
.breadcrumb-list-item:last-of-type {
  color: #333333;
  margin-right: 0;
}
.breadcrumb-list-item:last-of-type::before {
  content: none;
}
.breadcrumb-list-item > a {
  color: #999999;
}

/* -------------------------------------------- */
/* header */
/* -------------------------------------------- */
.header {
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 0;
  background-color: #fff;
}
.header-inner {
  padding-right: 20px;
  padding-left: 20px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
@media print, only screen and (max-width: 1300px) {
  .header-inner {
    padding-left: 20px;
    padding-right: 20;
    height: 60px;
    background-color: #fff;
  }
}
.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

.header-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 850px) {
  .header-logo-askul {
    display: none;
  }
}
.header-logo-belltech {
  white-space: nowrap;
  font-size: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 850px) {
  .header-logo-belltech {
    font-size: 18px;
  }
}
.header-logo-belltech span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 6px;
}
.header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.header-menu-item {
  white-space: nowrap;
}
.header-menu-item__link {
  color: #202B37;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.header-menu-item__link:hover {
  color: #004898;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-contact-r104 {
  width: 230px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  background: -webkit-linear-gradient(341deg, #004898 0%, #008ED3 100%);
  background: linear-gradient(109deg, #004898 0%, #008ED3 100%);
  border-radius: 30px;
  white-space: nowrap;
}
.header-contact-r104 span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-top: -10px;
}
.header-contact-r104 span::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-image: url(../images/common/contact-r104-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header-contact-r104:hover {
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-contact-mail {
  width: 147px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #004898;
  font-size: 14px;
  font-weight: 500;
  background-color: #D5DCE4;
  border-radius: 30px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-contact-mail::before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background-image: url(../images/common/contact-mail-icon--blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header-contact-mail:hover {
  background-color: #C4CFDC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-sp {
  display: none;
}
@media print, only screen and (max-width: 1300px) {
  .header-sp {
    display: block;
    z-index: 1;
  }
}
.header-sp-logo {
  position: absolute;
  top: 30px;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-sp-logo-link__img {
  width: 150px;
}
.header-sp-nav {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  overflow-y: auto;
  max-height: 100vh;
}
.header-sp-nav.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.header-sp-nav-inner {
  padding-top: 80px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
  background-color: #fff;
  position: relative;
}
.header-sp-nav-menu {
  width: 100%;
}
.header-sp-nav-menu-item {
  border-top: 1px solid #D5DCE4;
}
.header-sp-nav-menu-item:first-of-type {
  border-top: 0;
}
.header-sp-nav-menu-item__link {
  display: block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-sp-nav-menu-item__link::before {
  border-top: 2px solid #A0A5AB;
  border-right: 2px solid #A0A5AB;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.header-sp-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-sp-contact-item {
  width: 50%;
}
.header-sp-contact-item:nth-of-type(1) .header-sp-contact-item__link {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  background: -webkit-linear-gradient(341deg, #004898 0%, #008ED3 100%);
  background: linear-gradient(109deg, #004898 0%, #008ED3 100%);
}
@media print, only screen and (max-width: 1300px) {
  .header-sp-contact-item:nth-of-type(1) .header-sp-contact-item__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.header-sp-contact-item:nth-of-type(1) .header-sp-contact-item__link span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-top: -10px;
}
.header-sp-contact-item:nth-of-type(1) .header-sp-contact-item__link span::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-image: url(../images/common/contact-r104-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header-sp-contact-item:nth-of-type(2) .header-sp-contact-item__link {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #004898;
  font-size: 14px;
  font-weight: 500;
  background-color: #D5DCE4;
  white-space: nowrap;
}
.header-sp-contact-item:nth-of-type(2) .header-sp-contact-item__link::before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background-image: url(../images/common/contact-mail-icon--blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header-sp-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 100;
  background: -webkit-linear-gradient(341deg, #004898 0%, #008ED3 100%);
  background: linear-gradient(109deg, #004898 0%, #008ED3 100%);
}
.header-sp-btn-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 31px;
  height: 24px;
}
.header-sp-btn span {
  display: block;
  position: absolute;
  width: 31px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  border-radius: 2px;
}
.header-sp-btn span:nth-child(1) {
  top: 0px;
}
.header-sp-btn span:nth-child(2) {
  top: 10px;
}
.header-sp-btn span:nth-child(3) {
  top: 20px;
}
.header-sp-btn.active {
  position: fixed;
  /* 最初のspanをマイナス45度に */
}
.header-sp-btn.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-sp-btn.active span:nth-child(2) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-sp-btn.active span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* -------------------------------------------- */
/* footer */
/* -------------------------------------------- */
.footer {
  position: relative;
  z-index: 1;
}
.footer-contact {
  position: relative;
  border-radius: 50px 50px 0 0;
  padding-top: 80px;
  margin-top: -50px;
  margin-bottom: -60px;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  .footer-contact {
    padding-top: 60px;
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
  }
}
.footer-contact-bg {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.footer-contact-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/common/footer-contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
}
.footer-contact-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(341deg, #004898 0%, #008ED3 100%);
  background: linear-gradient(109deg, #004898 0%, #008ED3 100%);
  mix-blend-mode: multiply;
  opacity: 0.7;
}
.footer-contact-inner {
  max-width: 1000px;
  width: 90%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 56px;
  padding-bottom: 40px;
  background-color: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 850px) {
  .footer-contact-inner {
    max-width: 90%;
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  .footer-contact-inner {
    padding-top: 40px;
    border-radius: 20px;
  }
}
.footer-contact-heading {
  text-align: center;
  margin-bottom: 40px;
}
.footer-contact-heading__main {
  color: #004898;
  font-family: Poppins;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 850px) {
  .footer-contact-heading__main {
    font-size: 46px;
  }
}
.footer-contact-heading__sub {
  color: #717A83;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 850px) {
  .footer-contact-heading__sub {
    font-size: 16px;
  }
}
@media only screen and (max-width: 850px) {
  .footer-contact-heading {
    margin-bottom: 30px;
  }
}
.footer-contact-heading__main {
  padding-bottom: 10px;
}
.footer-contact-list {
  max-width: 750px;
  width: 90%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
  gap: 4%;
}
@media only screen and (max-width: 850px) {
  .footer-contact-list {
    max-width: 90%;
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  .footer-contact-list {
    max-width: 400px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
  }
}
.footer-contact-list-item {
  width: 48%;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  .footer-contact-list-item {
    width: 100%;
  }
}
.footer-contact-list-item:nth-of-type(1) .footer-contact-list-item__link {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 500;
  color: #004898;
  border: 2px solid #004898;
}
@media only screen and (max-width: 850px) {
  .footer-contact-list-item:nth-of-type(1) .footer-contact-list-item__link {
    font-size: 18px;
  }
}
.footer-contact-list-item:nth-of-type(1) .footer-contact-list-item__link:hover {
  background-color: unset;
  -webkit-filter: unset;
          filter: unset;
}
@media only screen and (max-width: 850px) {
  .footer-contact-list-item:nth-of-type(1) .footer-contact-list-item__title, .footer-contact-list-item:nth-of-type(1) .footer-contact-tel__title {
    line-height: 1.2em;
  }
}
.footer-contact-list-item:nth-of-type(1) .footer-contact-list-item__title::before, .footer-contact-list-item:nth-of-type(1) .footer-contact-tel__title::before {
  width: 20px;
  height: 22px;
  background-image: url(../images/common/contact-fax-icon.svg);
}
.footer-contact-list-item:nth-of-type(2) .footer-contact-list-item__link {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: -webkit-linear-gradient(341deg, #004898 0%, #008ED3 100%);
  background: linear-gradient(109deg, #004898 0%, #008ED3 100%);
}
@media only screen and (max-width: 850px) {
  .footer-contact-list-item:nth-of-type(2) .footer-contact-list-item__link {
    font-size: 16px;
  }
}
.footer-contact-list-item:nth-of-type(2) .footer-contact-list-item__title::before, .footer-contact-list-item:nth-of-type(2) .footer-contact-tel__title::before {
  width: 20px;
  height: 14px;
  background-image: url(../images/common/contact-mail-icon--blue.svg);
}
.footer-contact-list-item__title, .footer-contact-tel__title {
  min-height: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-bottom: 18px;
}
@media only screen and (max-width: 850px) {
  .footer-contact-list-item__title, .footer-contact-tel__title {
    min-height: unset;
    padding-bottom: 10px;
  }
}
.footer-contact-list-item__title::before, .footer-contact-tel__title::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-contact-list-item__link {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 40px;
}
@media only screen and (max-width: 850px) {
  .footer-contact-list-item__link {
    height: 60px;
    line-height: 60px;
  }
}
.footer-contact-list-item__link:hover {
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-contact-tel {
  max-width: 750px;
  width: 90%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  padding-left: 120px;
  padding-right: 120px;
  padding-bottom: 22px;
  border-top: 1px solid #D5DCE4;
  border-bottom: 1px solid #D5DCE4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 850px) {
  .footer-contact-tel {
    max-width: 90%;
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  .footer-contact-tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.footer-contact-tel__title {
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
  gap: 8px;
  padding-bottom: 0;
}
@media only screen and (max-width: 850px) {
  .footer-contact-tel__title {
    padding-bottom: 10px;
  }
}
.footer-contact-tel__title::before {
  width: 26px;
  height: 25px;
  background-image: url(../images/common/contact-tel-icon.svg);
}
@media only screen and (max-width: 850px) {
  .footer-contact-tel__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-contact-tel__list-item {
  color: #004898;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 13px;
  letter-spacing: 0.04em;
}
.footer-contact-tel__list-item:last-of-type {
  margin-bottom: 0;
}
.footer-contact-tel__list-item span {
  font-size: 16px;
}
.footer-content {
  background-color: #202B37;
  border-radius: 50px 50px 0 0;
}
@media only screen and (max-width: 850px) {
  .footer-content {
    border-radius: 30px 30px 0 0;
  }
}
.footer-content-inner {
  max-width: 1000px;
  width: 90%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 140px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 850px) {
  .footer-content-inner {
    max-width: 90%;
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  .footer-content-inner {
    padding-top: 110px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  .footer-content-wrap {
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.footer-logo {
  padding-bottom: 40px;
}
@media only screen and (max-width: 850px) {
  .footer-logo {
    padding-bottom: 30px;
  }
}
.footer-logo-link {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  white-space: nowrap;
}
.footer-logo-link span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}
.footer-address {
  width: 49.8%;
  max-width: 498px;
}
@media only screen and (max-width: 850px) {
  .footer-address {
    width: 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }
}
.footer-address-item {
  font-size: 15px;
  line-height: 1.8em;
  color: #fff;
  margin-bottom: 28px;
}
.footer-address-item:last-of-type {
  margin-bottom: 0;
}
.footer-address-item__title {
  display: block;
  font-weight: 600;
}
.footer-menu {
  padding-top: 11px;
}
@media only screen and (max-width: 850px) {
  .footer-menu {
    width: 48%;
    margin-right: 4%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 850px) {
  .footer-menu:nth-of-type(even) {
    margin-right: 0;
  }
}
.footer-menu-item {
  margin-bottom: 22px;
}
.footer-menu-item:last-of-type {
  margin-bottom: 0;
}
.footer-menu-item__link {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.footer-menu-item__link:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-menu-item__submenu {
  padding-top: 20px;
}
.footer-menu-item__submenu-item {
  margin-bottom: 22px;
}
.footer-menu-item__submenu-item__link {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #D5DCE4;
  padding-left: 15px;
  position: relative;
}
@media only screen and (max-width: 850px) {
  .footer-menu-item__submenu-item__link {
    line-height: 1.2em;
  }
}
.footer-menu-item__submenu-item__link::before {
  content: "";
  width: 5px;
  height: 1px;
  position: absolute;
  top: 7px;
  left: 5px;
  background-color: #D5DCE4;
}
.footer-menu-item__submenu-item__link:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-menu-item__submenu-item:last-of-type {
  margin-bottom: 0;
}
.footer-copyright {
  padding-top: 85px;
  width: 100%;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 850px) {
  .footer-copyright {
    padding-top: 40px;
  }
}
.footer .nav-overlay {
  display: none;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.footer .nav-overlay.active {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.5);
  z-index: 2;
}

.breadcrumb-inner {
  max-width: 1000px;
  width: 90%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #999999;
  padding-top: 27px;
}
@media only screen and (max-width: 850px) {
  .breadcrumb-inner {
    max-width: 90%;
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  .breadcrumb-inner {
    font-size: 13px;
    padding-top: 20px;
  }
}
.breadcrumb-inner > span a {
  color: #999999;
}
.breadcrumb-inner > span:last-of-type {
  color: #333;
}