@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@font-face {
  font-family: 'Calibri';
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url('../fonts/Calibri_Bold.ttf') format('truetype');
  src: url('../fonts/Calibri.ttf') format('truetype');
}

/* ------------------------------------------
  Utility Class
------------------------------------------ */

/* clearfix */

.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

/* ------------------------------------------
  Common
------------------------------------------ */

* {
  box-sizing: border-box;
  word-break: normal;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  color: #080808;
  font-family: 'fot-tsukuaoldmin-pr6n', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  padding-top: 101px;
  position: relative;
  -webkit-text-size-adjust: none;
}

body.layer {
  height: 100%;
  overflow: hidden;
}

a, a img {
  color: inherit;
  text-decoration: none;
  transition: color .3s ease, background .3s ease, opacity .3s ease;
}

a:hover {
  opacity: .75;
  text-decoration: none;
}

a:hover * {
  opacity: .75;
}

a:focus {
  outline: none;
}

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

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.clear {
  clear: both;
}

.only_pc {
  display: block !important;
}

.only_sp {
  display: none !important;
}

input, button, select, textarea {
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

input[type=checkbox], input[type=radio] {
  height: 1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 1px;
  z-index: -1;
}

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

.container2 {
  margin: 0 auto;
  max-width: 1050px;
  padding: 0 25px;
}

.fs-preview-header {
  display: none;
}

#trend_notification_app {
  display: none;
}

.only_sp1000 {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  body {
    min-width: inherit;
  }
  .container {
    width: 100%;
  }
  .container2 {
    width: 100%;
  }
  .only_pc1000 {
    display: none !important;
  }
  .only_sp1000 {
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  .only_pc {
    display: none !important;
  }
  .only_sp {
    display: block !important;
  }
}

/* ------------------------------------------
  header
------------------------------------------ */

.header {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px #bfbfbe solid;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 20px 20px 20px 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.header_left {
  align-items: flex-end;
  display: flex;
}

.header_left_logo {
  width: 202px;
}

.header_left_logo a {
  display: block;
}

.header_left_logo a img {
  width: 100%;
}

.header_recruitment {
  color: #595757;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin-left: 20px;
  text-align: left;
}

.header_right {
  align-items: center;
  display: flex;
}

.header_right_entry {
  border: 1px solid #595757;
  color: #595757;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 51px;
  text-align: center;
  width: 167px;
}

.header .c_menu {
  cursor: pointer;
  display: block;
  height: 51px;
  margin-left: 37px;
  position: relative;
  transition: 300ms;
  width: 57px;
  z-index: 3;
}

.header .c_menu.is-open .c_menu_inner {
  background: rgba(255, 255, 255, 0);
}

.header .c_menu.is-open .c_menu_inner::before {
  background-color: #1eb1bc;
  bottom: 0;
  transform: rotate(-20deg);
  transition: bottom 300ms cubic-bezier(.23, 1, .32, 1);
  transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
  transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
  width: 60px;
}

.header .c_menu.is-open .c_menu_inner::after {
  top: 0;
  transform: rotate(20deg);
  transition: top 300ms cubic-bezier(.23, 1, .32, 1);
  transition: top 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
  transition: top 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
  width: 60px;
}

.header .c_menu_inner {
  background-color: #584523;
  border-radius: 100px;
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 13px;
  transform: translate(-50%, -50%);
  transition: all 0ms 300ms;
  transition: 300ms;
  width: 57px;
}

.header .c_menu_inner::before {
  background-color: #584523;
  border-radius: 100px;
  bottom: 11px;
  content: '';
  height: 3px;
  position: absolute;
  right: 0;
  transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1);
  transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
  transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
  width: 57px;
}

.header .c_menu_inner:after {
  background-color: #1eb1bc;
  border-radius: 100px;
  content: '';
  height: 3px;
  position: absolute;
  right: 0;
  top: 11px;
  transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1);
  transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
  transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
  width: 57px;
}

.c_menu_text {
  bottom: 0;
  color: #595757;
  font-family: 'Noto Sans JP', serif;
  font-size: 19px;
  font-weight: normal;
  left: 50%;
  line-height: 1;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}

.header_nav {
  border-left: 20px #1eb1bc solid;
  display: none;
  height: calc(100vh - 101px);
  left: 0;
  position: fixed;
  top: 101px;
  width: 100%;
}

.header_nav_inner {
  background-color: rgba(255, 255, 255, .95);
  height: calc(100vh - 101px);
  overflow-y: scroll;
}

.header_nav_main {
  display: flex;
  justify-content: space-between;
  min-height: 800px;
  padding: 88px 0 180px;
  position: relative;
}

.header_nav_main_row:first-child {
  width: 276px;
}

.header_nav_main_row_item+.header_nav_main_row_item {
  margin-top: 60px;
}

.header_nav_main_row_item_link {
  color: #000;
  display: table;
  font-size: 25px;
  font-weight: normal;
  letter-spacing: .03em;
  line-height: 1.3;
  text-align: left;
  transition: .3s;
}

.header_nav_main_row_item_link span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: .03em;
  line-height: 20px;
  text-align: left;
}

.header_nav_main_row_item_link:hover {
  color: #1eb1bc;
}

.header_nav_main_row_item.child .header_nav_main_row_item_link {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  transition: .3s;
}

.header_nav_main_row_item.child .header_nav_main_row_item_link:hover {
  opacity: .7;
}

.header_nav_main_row_item.child .header_nav_main_row_item_link::before {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 7px;
  transition: .3s;
  width: 0;
}

.header_nav_main_row_item.child .header_nav_main_row_item_link:hover::before {
  border-color: #1eb1bc transparent transparent transparent;
}

.header_nav_main_row_item.child .header_nav_main_row_item_link.open::before {
  border-color: transparent transparent #000 transparent;
  border-width: 0 10px 20px 10px;
}

.header_nav_main_row_item.child .header_nav_main_row_item_link.open:hover::before {
  border-color: transparent transparent #1eb1bc transparent;
}

.header_nav_main_row_item_child {
  display: none;
  margin-top: 20px;
  padding-left: 30px;
}

.header_nav_main_row_item_child_item+.header_nav_main_row_item_child_item {
  margin-top: 20px;
}

.header_nav_main_row_item_child_item_link {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: .03em;
  line-height: 1;
  padding-left: 20px;
  position: relative;
  text-align: left;
}

.header_nav_main_row_item_child_item_link span {
  font-size: 15px;
  margin-left: 10px;
}

.header_nav_main_row_item_child_item_link::before {
  background-color: #000;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 13px;
}

.header_nav_main_entry {
  background: #1eb1bc;
  bottom: 180px;
  color: #fff;
  font-family: 'Calibri', sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 60px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 272px;
}

@media screen and (max-width: 1000px) {
  .header {
    padding: 10px 20px;
  }
  .header_left_logo {
    width: 140px;
  }
  .header_recruitment {
    font-size: 14px;
    margin-left: 10px;
  }
  .header_right_entry {
    font-size: 14px;
    line-height: 30px;
    width: 100px;
  }
  .header .c_menu {
    height: 40px;
    margin-left: 30px;
    width: 50px;
  }
  .header .c_menu_inner {
    width: 45px;
  }
  .header .c_menu_inner::before {
    bottom: 9px;
    width: 45px;
  }
  .header .c_menu_inner::after {
    top: 9px;
    width: 45px;
  }
  .header .c_menu.is-open .c_menu_inner::before {
    width: 45px;
  }
  .header .c_menu.is-open .c_menu_inner::after {
    width: 45px;
  }
  .c_menu_text {
    font-size: 15px;
  }
  .header_nav {
    height: calc(100vh - 62px);
    top: 62px;
  }
  .header_nav_inner {
    height: calc(100vh - 62px);
  }
  .header_nav_main {
    min-height: 528px;
    padding: 60px 0 200px;
  }
  .header_nav_main_row:first-child {
    width: 218px;
  }
  .header_nav_main_row_item+.header_nav_main_row_item {
    margin-top: 40px;
  }
  .header_nav_main_row_item_link {
    font-size: 18px;
  }
  .header_nav_main_row_item_link span {
    font-size: 13px;
    line-height: 16px;
  }
  .header_nav_main_row_item.child .header_nav_main_row_item_link {
    cursor: pointer;
    padding-left: 20px;
    position: relative;
    transition: .3s;
  }
  .header_nav_main_row_item.child .header_nav_main_row_item_link::before {
    border-width: 15px 7.5px 0 7.5px;
    top: 3px;
  }
  .header_nav_main_row_item.child .header_nav_main_row_item_link.open::before {
    border-color: transparent transparent #000 transparent;
    border-width: 0 7.5px 15px 7.5px;
  }
  .header_nav_main_row_item_child {
    margin-top: 14px;
    padding-left: 20px;
  }
  .header_nav_main_row_item_child_item+.header_nav_main_row_item_child_item {
    margin-top: 14px;
  }
  .header_nav_main_row_item_child_item_link {
    font-size: 14px;
    padding-left: 16px;
  }
  .header_nav_main_row_item_child_item_link span {
    font-size: 13px;
    margin-left: 7px;
  }
  .header_nav_main_row_item_child_item_link::before {
    top: 8px;
    width: 9px;
  }
  .header_nav_main_entry {
    bottom: 100px;
    font-size: 24px;
    line-height: 40px;
    width: 200px;
  }
}

@media screen and (max-width: 600px) {
  .header {
    padding: 10px;
  }
  .header_left_logo {
    width: 120px;
  }
  .header_recruitment {
    font-size: 10px;
    line-height: 1;
    margin-left: 5px;
    padding-bottom: 4px;
  }
  .header_right_entry {
    font-size: 13px;
    line-height: 25px;
    width: 75px;
  }
  .header .c_menu {
    height: 25px;
    margin-left: 10px;
    width: 35px;
  }
  .header .c_menu.is-open .c_menu_inner {
    background: rgba(255, 255, 255, 0);
  }
  .header .c_menu.is-open .c_menu_inner::before {
    background-color: #1eb1bc;
    bottom: 0;
    transform: rotate(-20deg);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    width: 35px;
  }
  .header .c_menu.is-open .c_menu_inner::after {
    top: 0;
    transform: rotate(20deg);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    width: 35px;
  }
  .header .c_menu_inner {
    background-color: #584523;
    border-radius: 100px;
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 5px;
    transform: translate(-50%, -50%);
    transition: all 0ms 300ms;
    transition: 300ms;
    width: 35px;
  }
  .header .c_menu_inner::before {
    background-color: #584523;
    border-radius: 100px;
    bottom: 5px;
    content: '';
    height: 2px;
    position: absolute;
    right: 0;
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
    width: 35px;
  }
  .header .c_menu_inner:after {
    background-color: #1eb1bc;
    border-radius: 100px;
    content: '';
    height: 2px;
    position: absolute;
    right: 0;
    top: 5px;
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
    width: 35px;
  }
  .c_menu_text {
    bottom: 0;
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
    zoom: .8;
  }
  .header_nav {
    border-left: 5px #1eb1bc solid;
    height: calc(100vh - 56px);
    top: 56px;
  }
  .header_nav_inner {
    height: calc(100vh - 56px);
  }
  .header_nav_main {
    display: block;
    padding: 20px 0 200px;
    position: relative;
  }
  .header_nav_main_row+.header_nav_main_row {
    margin-top: 20px;
  }
  .header_nav_main_row_item+.header_nav_main_row_item {
    margin-top: 20px;
  }
  .header_nav_main_row_item_link {
    font-size: 17px;
  }
  .header_nav_main_row_item_link span {
    font-size: 14px;
    line-height: 17px;
  }
  .header_nav_main_row_item.child .header_nav_main_row_item_link {
    cursor: pointer;
    padding-left: 20px;
    position: relative;
    transition: .3s;
  }
  .header_nav_main_row_item.child .header_nav_main_row_item_link::before {
    border-width: 13px 6.5px 0 6.5px;
    top: 3px;
  }
  .header_nav_main_row_item.child .header_nav_main_row_item_link.open::before {
    border-color: transparent transparent #000 transparent;
    border-width: 0 6.5px 13px 6.5px;
  }
  .header_nav_main_row_item_child {
    margin-top: 10px;
    padding-left: 20px;
  }
  .header_nav_main_row_item_child_item+.header_nav_main_row_item_child_item {
    margin-top: 10px;
  }
  .header_nav_main_row_item_child_item_link {
    font-size: 16px;
    padding-left: 16px;
  }
  .header_nav_main_row_item_child_item_link span {
    font-size: 12px;
    margin-left: 7px;
  }
  .header_nav_main_row_item_child_item_link::before {
    top: 9px;
    width: 8px;
  }
  .header_nav_main_entry {
    display: block;
    font-size: 24px;
    line-height: 40px;
    margin: 40px auto 0;
    position: static;
    width: 200px;
  }
}

/* ------------------------------------------
  footer
------------------------------------------ */

.footer {
  background-color: #1eb1bc;
  padding: 33px 0 0;
  position: relative;
  z-index: 0;
}

.footer::before {
  background-image: url(../img/common/footer_back.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.footer::after {
  background-color: rgba(30, 177, 188, .95);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.footer_container {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 20px;
}

.footer_top {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.footer_top_left {
  align-items: flex-end;
  display: flex;
}

.footer_top_logo {
  display: block;
  width: 250px;
}

.footer_top_left_address {
  color: #fff;
  font-family: 'Calibri', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.666666666666667;
  padding-left: 10px;
  text-align: left;
}

.footer_top_left_text {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  margin-left: 10px;
  text-align: left;
}

.footer_top_right {
  align-items: center;
  display: flex;
}

.footer_top_right_entry {
  background-color: #fff;
  display: block;
  padding: 5px;
  width: 300px;
}

.footer_top_right_entry span {
  background-color: #fff;
  border: 1px #1eb1bc solid;
  color: #1eb1bc;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
}

.footer_top_right_pagetop {
  bottom: 80px;
  cursor: pointer;
  filter: drop-shadow(0px 3.79094px 10.4321px rgba(0, 0, 0, .25));
  position: fixed;
  right: 140px;
  transition: .3s;
  width: 49px;
}

.footer_top_right_pagetop:hover {
  opacity: .7;
}

.footer_bottom {
  align-items: flex-start;
  border-top: 1px #fff solid;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 30px;
}

.footer_bottom_separate {
  align-items: flex-start;
  display: flex;
}

.footer_bottom_lists {
  display: table;
}

.footer_bottom_lists+.footer_bottom_lists {
  margin-left: 20px;
}

.footer_bottom_lists_item .footer_bottom_lists_item_link {
  color: #fff;
  display: table;
  font-family: 'Calibri', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 2.5;
  padding-left: 15px;
  position: relative;
  text-align: center;
}

.footer_bottom_lists_item .footer_bottom_lists_item_link::before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 9px;
  width: 0;
}

.footer_bottom_lists_item.child {
  min-width: 200px;
}

.footer_bottom_lists_item.child .footer_bottom_lists_item_link {
  cursor: pointer;
}

.footer_bottom_lists_item.child .footer_bottom_lists_item_link::before {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 9px;
  width: 0;
}

.footer_bottom_lists_item.child .footer_bottom_lists_item_link.open::before {
  border-color: transparent transparent #fff transparent;
  border-width: 0 5px 10px 5px;
}

.footer_bottom_lists_item_child {
  display: none;
}

.footer_bottom_lists_item_child_item a {
  color: #fff;
  display: table;
  font-family: 'Calibri', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 2.5;
  padding-left: 30px;
  position: relative;
  text-align: center;
}

.footer_bottom_links {
  display: flex;
  margin-left: 17px;
}

.footer_bottom_links_item {
  display: block;
  width: 144px;
}

.footer_bottom_links_item.corporate img {
  padding: 7px 0;
  background: #fff;
}

.footer_bottom_links_item+.footer_bottom_links_item {
  margin-left: 10px;
}

.footer_copy {
  color: #fff;
  font-family: 'Calibri', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  margin-top: 24px;
  padding-bottom: 10px;
  text-align: center;
}

.footer_bottom_box {
  display: flex;
}

@media screen and (max-width: 1000px) {
  .footer_top {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
  .footer_top_right {
    margin-top: 20px;
  }
  .footer_top_left {
    align-items: center;
    flex-direction: column;
  }
  .footer_top_right_pagetop {
    bottom: 40px;
    margin-left: 0;
    position: fixed;
    right: 20px;
    top: auto;
    width: 49px;
  }
  .footer_bottom_box {
    display: block;
  }
  .footer_bottom_lists+.footer_bottom_lists {
    margin-left: 0;
  }
  .footer_bottom_box+.footer_bottom_box {
    margin-left: 20px;
  }
}

@media screen and (max-width: 750px) {
  .footer_bottom_links {
    display: block;
  }
  .footer_bottom_links_item+.footer_bottom_links_item {
    margin-left: auto;
    margin-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  .footer_top_logo {
    margin: 0 auto;
    width: 200px;
  }
  .footer_top_left_address {
    font-size: 14px;
    line-height: 1.666666666666667;
    padding-left: 0;
    text-align: center;
  }
  .footer_top_left_text {
    font-size: 16px;
    margin-left: 0;
    text-align: center;
  }
  .footer_top_right_entry {
    width: 250px;
  }
  .footer_top_right_entry span {
    font-size: 18px;
    line-height: 40px;
  }
  .footer_top_right_pagetop {
    right: 20px;
    width: 30px;
  }
  .footer_bottom {
    display: block;
  }
  .footer_bottom_box+.footer_bottom_box {
    margin-left: 0;
  }
  .footer_bottom_links {
    margin-left: 0;
    margin-top: 20px;
  }
  .footer_bottom_links_item {
    margin: 0 auto;
  }
  .footer_copy {
    font-size: 12px;
    line-height: 1;
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .footer_bottom_separate {
    display: block;
  }
  .footer_bottom_lists_item .footer_bottom_lists_item_link {
    font-size: 14px;
  }
  .footer_bottom_lists_item .footer_bottom_lists_item_link::before {
    top: 12px;
  }
  .footer_bottom_lists_item_child_item a {
    font-size: 14px;
    padding-left: 15px;
  }
  .footer_bottom_lists_item.child .footer_bottom_lists_item_link::before {
    top: 12px;
  }
}

.no_event {
  pointer-events: none!important;
}

.gray_out {
  color: #ccc!important;
  pointer-events: none!important;
}

.footer_bottom_lists_item .footer_bottom_lists_item_link.gray_out::before {
  border-color: transparent transparent transparent #ccc!important;
}

.header_nav_main_row_item_child_item_link.gray_out::before {
  background-color: #ccc!important;
}