.cmn-header {
  height: 104px;
}
@media (max-width: 440px) {
  .cmn-header {
    height: 81px;
  }
}
body.header_no_height .cmn-header {
  height: 0;
}
@media (max-width: 440px) {
  body.header_no_height .cmn-header {
    height: 0;
  }
}
.cmn-header--content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 400;
  background-color: #ffffff;
  transition: background-color 0.3s, box-shadow 0.3s;
}
.body-index .js-header_top .cmn-header--content:not(:has(.js-menu_open)) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: none;
}
.cmn-header--wrapper {
  position: relative;
  z-index: 401;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.3s;
}
.body-index .js-header_top .cmn-header--wrapper:not(.js-menu_open) {
  box-shadow: none;
}
@media (max-width: 440px) {
  .cmn-header--wrapper {
    align-items: center;
    padding: 16px;
  }
}
.cmn-header--top_link {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin: 24px 0 24px 32px;
}
@media (max-width: 440px) {
  .cmn-header--top_link {
    gap: 6px;
    margin: 0;
  }
}
.cmn-header--logo_img {
  width: 56px;
}
@media (max-width: 440px) {
  .cmn-header--logo_img {
    width: 40px;
  }
}
.cmn-header--name_img {
  width: 285px;
}
.cmn-header--name_img path {
  transition: fill 0.3s;
}
.body-index .js-header_top .cmn-header--wrapper:not(.js-menu_open) .cmn-header--name_img path {
  fill: #ffffff;
}
@media (max-width: 440px) {
  .cmn-header--name_img {
    width: 200px;
  }
}

.cmn-header_nav {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
@media (max-width: 440px) {
  .cmn-header_nav {
    display: none;
  }
}
.cmn-header_nav--wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
}
.cmn-header_nav--top_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 32px;
}
@media (max-width: 1366px) {
  .cmn-header_nav--top_wrapper {
    margin-right: 0;
  }
}
.cmn-header_nav--recruit_link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00a0e9;
  margin: 16px 0 8px;
  font-size: 16px;
  font-weight: bold;
  transition: color 0.3s;
}
.cmn-header_nav--recruit_link:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2300A0E9%22%20d%3D%22M11.998%203.598a1.8%201.8%200%201%200%200%203.6%201.8%201.8%200%200%200%200-3.6Zm-3%201.8a3%203%200%201%201%206%200%203%203%200%200%201-6%200Zm9.6-.6a1.2%201.2%200%201%200%200%202.4%201.2%201.2%200%200%200%200-2.4Zm-2.4%201.2a2.4%202.4%200%201%201%204.8%200%202.4%202.4%200%200%201-4.8%200Zm-12%200a1.2%201.2%200%201%201%202.4%200%201.2%201.2%200%200%201-2.4%200Zm1.2-2.4a2.4%202.4%200%201%200%200%204.8%202.4%202.4%200%200%200%200-4.8Zm.72%2014.398-.12.002a2.4%202.4%200%200%201-2.4-2.4v-4.5a.3.3%200%200%201%20.3-.3h2.117c.048-.44.204-.85.438-1.2H3.898a1.5%201.5%200%200%200-1.5%201.5v4.5a3.6%203.6%200%200%200%204.085%203.568%205.997%205.997%200%200%201-.365-1.17Zm11.396%201.17a3.6%203.6%200%200%200%204.085-3.568v-4.5a1.5%201.5%200%200%200-1.5-1.5h-2.555c.235.35.39.76.438%201.2h2.116a.3.3%200%200%201%20.3.3v4.5a2.4%202.4%200%200%201-2.52%202.398%205.99%205.99%200%200%201-.364%201.17ZM8.698%209.598a1.5%201.5%200%200%200-1.5%201.5v5.7a4.8%204.8%200%201%200%209.6%200v-5.7a1.5%201.5%200%200%200-1.5-1.5h-6.6Zm-.3%201.5a.3.3%200%200%201%20.3-.3h6.6a.3.3%200%200%201%20.3.3v5.7a3.6%203.6%200%201%201-7.2%200v-5.7Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.cmn-header_nav--recruit_link:hover {
  color: #333333;
}
@media (max-width: 1366px) {
  .cmn-header_nav--recruit_link {
    margin: 0 16px 0 0;
  }
}
.cmn-header_nav--top_contact_link {
  display: none;
}
@media (max-width: 1366px) {
  .cmn-header_nav--top_contact_link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 12px 16px;
    background-color: #00a0e9;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s;
  }
  .cmn-header_nav--top_contact_link:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.616%2019c-.46%200-.845-.154-1.153-.462-.308-.308-.462-.693-.463-1.154V6.616c0-.46.154-.845.463-1.153A1.569%201.569%200%200%201%204.615%205h14.77c.46%200%20.844.154%201.152.463.308.309.462.693.463%201.153v10.769c0%20.46-.154.844-.463%201.153a1.56%201.56%200%200%201-1.152.462H4.616ZM20%206.885l-7.552%204.944a1.54%201.54%200%200%201-.214.093.723.723%200%200%201-.234.037.723.723%200%200%201-.234-.037%201.439%201.439%200%200%201-.214-.093L4%206.884v10.5a.6.6%200%200%200%20.173.443.6.6%200%200%200%20.443.173h14.769c.18%200%20.327-.058.442-.173a.6.6%200%200%200%20.173-.443V6.885ZM12%2011l7.692-5H4.308L12%2011ZM4%207.096v-.811.034V6v.32-.052.828Z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .cmn-header_nav--top_contact_link:hover {
    background-color: rgb(0, 169.5107296137, 246.85);
  }
}
.cmn-header_nav--top_catalog_link {
  display: none;
}
@media (max-width: 1366px) {
  .cmn-header_nav--top_catalog_link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 16px;
    background-color: #3250bd;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s;
  }
  .cmn-header_nav--top_catalog_link:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6.5%2016.038c.873%200%201.722.1%202.547.3.825.2%201.642.527%202.453.98V7.507a7.993%207.993%200%200%200-2.386-1.16A9.175%209.175%200%200%200%206.5%205.96c-.6%200-1.125.036-1.576.107a8.52%208.52%200%200%200-1.501.4.608.608%200%200%200-.327.222.56.56%200%200%200-.096.317v9.015c0%20.18.064.311.192.394a.435.435%200%200%200%20.423.03%207.686%207.686%200%200%201%201.267-.297%2010.52%2010.52%200%200%201%201.618-.111Zm6%201.28a9.816%209.816%200%200%201%202.453-.98%2010.635%2010.635%200%200%201%202.547-.3c.6%200%201.14.037%201.618.11.479.075.901.174%201.267.297a.43.43%200%200%200%20.423-.03c.129-.082.193-.214.192-.393V7.007a.518.518%200%200%200-.096-.308.74.74%200%200%200-.327-.23%208.519%208.519%200%200%200-1.501-.4c-.45-.071-.976-.108-1.576-.11-.873%200-1.744.13-2.613.387a7.991%207.991%200%200%200-2.387%201.16v9.812Zm-.5%201.137c-.157%200-.3-.02-.432-.06a2.25%202.25%200%200%201-.376-.15%209.958%209.958%200%200%200-2.27-.901%209.523%209.523%200%200%200-3.956-.175c-.502.087-.99.227-1.466.42a1.004%201.004%200%200%201-1.022-.131c-.319-.232-.478-.553-.478-.963V6.83c0-.247.065-.477.195-.69.13-.211.312-.358.547-.441a8.218%208.218%200%200%201%201.833-.563A10.625%2010.625%200%200%201%206.5%204.96c.98%200%201.935.14%202.866.423.932.282%201.81.692%202.634%201.23a10.22%2010.22%200%200%201%202.634-1.23A9.836%209.836%200%200%201%2017.5%204.96c.649%200%201.29.058%201.925.175a8.217%208.217%200%200%201%201.833.563c.235.083.417.23.547.442.13.211.195.44.195.689v9.665c0%20.41-.172.724-.516.943a1.182%201.182%200%200%201-1.1.11%207.082%207.082%200%200%200-1.418-.39%208.885%208.885%200%200%200-1.466-.12c-.827%200-1.634.102-2.421.306a9.918%209.918%200%200%200-2.271.9c-.12.063-.245.113-.376.152-.131.04-.275.059-.432.059Zm1.885-9.508c0-.073.025-.147.076-.222.05-.075.11-.13.18-.168a7.982%207.982%200%200%201%201.613-.53%208.316%208.316%200%200%201%202.656-.13c.287.036.582.087.886.154.086.02.16.065.224.135s.096.155.096.257c0%20.168-.05.29-.15.366-.1.076-.234.093-.402.052a5.978%205.978%200%200%200-.757-.103%2011.219%2011.219%200%200%200-.807-.028c-.536%200-1.06.051-1.573.154-.513.103-1%20.246-1.46.43-.171.066-.311.064-.42-.005-.109-.07-.163-.19-.162-.362Zm0%205.423c0-.073.025-.15.076-.231a.479.479%200%200%201%20.18-.178%206.743%206.743%200%200%201%201.613-.52%209.12%209.12%200%200%201%201.746-.173c.32%200%20.623.018.91.053.287.035.582.086.886.153.086.02.16.065.224.135s.096.155.096.257c0%20.168-.05.29-.15.366-.1.076-.234.093-.402.052a5.985%205.985%200%200%200-.757-.103%2011.26%2011.26%200%200%200-.807-.028c-.523%200-1.037.053-1.544.16a7.74%207.74%200%200%200-1.45.457c-.172.079-.319.078-.44-.003-.121-.08-.182-.213-.181-.397Zm0-2.692c0-.073.025-.147.076-.222.05-.075.11-.13.18-.168a7.902%207.902%200%200%201%201.613-.53%208.319%208.319%200%200%201%202.656-.13c.287.036.582.087.886.154a.43.43%200%200%201%20.224.134c.064.07.096.155.096.258%200%20.168-.05.29-.15.366-.1.076-.234.093-.402.05a5.86%205.86%200%200%200-.757-.101%2011.26%2011.26%200%200%200-.807-.028%208.205%208.205%200%200%200-3.033.584c-.171.065-.311.064-.42-.005-.108-.07-.162-.19-.162-.362Z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .cmn-header_nav--top_catalog_link:hover {
    background-color: rgb(52.8347280335, 84.5355648536, 199.7152719665);
  }
}
.cmn-header_nav--bottom_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-right: 32px;
}
.cmn-header_nav--link {
  padding: 16px 0;
  font-size: 16px;
  font-weight: bold;
  transition: color 0.3s;
}
.cmn-header_nav--link-blank {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.cmn-header_nav--link-blank:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%207v5.75A1.249%201.249%200%200%201%2010.75%2014h-7.5A1.25%201.25%200%200%201%202%2012.75v-7.5A1.25%201.25%200%200%201%203.25%204h5.234M10.5%202H14v3.5M7%209l6.75-6.75%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.body-index .js-header_top .cmn-header_nav--link {
  color: #ffffff;
}
.cmn-header_nav--link:hover, .cmn-header_nav--link.js-sub_menu_show {
  color: #00a0e9;
}
.cmn-header_nav--contact_link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 0 24px;
  background-color: #00a0e9;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s;
}
.cmn-header_nav--contact_link:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.616%2019c-.46%200-.845-.154-1.153-.462-.308-.308-.462-.693-.463-1.154V6.616c0-.46.154-.845.463-1.153A1.569%201.569%200%200%201%204.615%205h14.77c.46%200%20.844.154%201.152.463.308.309.462.693.463%201.153v10.769c0%20.46-.154.844-.463%201.153a1.56%201.56%200%200%201-1.152.462H4.616ZM20%206.885l-7.552%204.944a1.54%201.54%200%200%201-.214.093.723.723%200%200%201-.234.037.723.723%200%200%201-.234-.037%201.439%201.439%200%200%201-.214-.093L4%206.884v10.5a.6.6%200%200%200%20.173.443.6.6%200%200%200%20.443.173h14.769c.18%200%20.327-.058.442-.173a.6.6%200%200%200%20.173-.443V6.885ZM12%2011l7.692-5H4.308L12%2011ZM4%207.096v-.811.034V6v.32-.052.828Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.cmn-header_nav--contact_link:hover {
  background-color: rgb(0, 169.5107296137, 246.85);
}
@media (max-width: 1366px) {
  .cmn-header_nav--contact_link {
    display: none;
  }
}
.cmn-header_nav--catalog_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  background-color: #3250bd;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s;
}
.cmn-header_nav--catalog_link:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6.5%2016.038c.873%200%201.722.1%202.547.3.825.2%201.642.527%202.453.98V7.507a7.993%207.993%200%200%200-2.386-1.16A9.175%209.175%200%200%200%206.5%205.96c-.6%200-1.125.036-1.576.107a8.52%208.52%200%200%200-1.501.4.608.608%200%200%200-.327.222.56.56%200%200%200-.096.317v9.015c0%20.18.064.311.192.394a.435.435%200%200%200%20.423.03%207.686%207.686%200%200%201%201.267-.297%2010.52%2010.52%200%200%201%201.618-.111Zm6%201.28a9.816%209.816%200%200%201%202.453-.98%2010.635%2010.635%200%200%201%202.547-.3c.6%200%201.14.037%201.618.11.479.075.901.174%201.267.297a.43.43%200%200%200%20.423-.03c.129-.082.193-.214.192-.393V7.007a.518.518%200%200%200-.096-.308.74.74%200%200%200-.327-.23%208.519%208.519%200%200%200-1.501-.4c-.45-.071-.976-.108-1.576-.11-.873%200-1.744.13-2.613.387a7.991%207.991%200%200%200-2.387%201.16v9.812Zm-.5%201.137c-.157%200-.3-.02-.432-.06a2.25%202.25%200%200%201-.376-.15%209.958%209.958%200%200%200-2.27-.901%209.523%209.523%200%200%200-3.956-.175c-.502.087-.99.227-1.466.42a1.004%201.004%200%200%201-1.022-.131c-.319-.232-.478-.553-.478-.963V6.83c0-.247.065-.477.195-.69.13-.211.312-.358.547-.441a8.218%208.218%200%200%201%201.833-.563A10.625%2010.625%200%200%201%206.5%204.96c.98%200%201.935.14%202.866.423.932.282%201.81.692%202.634%201.23a10.22%2010.22%200%200%201%202.634-1.23A9.836%209.836%200%200%201%2017.5%204.96c.649%200%201.29.058%201.925.175a8.217%208.217%200%200%201%201.833.563c.235.083.417.23.547.442.13.211.195.44.195.689v9.665c0%20.41-.172.724-.516.943a1.182%201.182%200%200%201-1.1.11%207.082%207.082%200%200%200-1.418-.39%208.885%208.885%200%200%200-1.466-.12c-.827%200-1.634.102-2.421.306a9.918%209.918%200%200%200-2.271.9c-.12.063-.245.113-.376.152-.131.04-.275.059-.432.059Zm1.885-9.508c0-.073.025-.147.076-.222.05-.075.11-.13.18-.168a7.982%207.982%200%200%201%201.613-.53%208.316%208.316%200%200%201%202.656-.13c.287.036.582.087.886.154.086.02.16.065.224.135s.096.155.096.257c0%20.168-.05.29-.15.366-.1.076-.234.093-.402.052a5.978%205.978%200%200%200-.757-.103%2011.219%2011.219%200%200%200-.807-.028c-.536%200-1.06.051-1.573.154-.513.103-1%20.246-1.46.43-.171.066-.311.064-.42-.005-.109-.07-.163-.19-.162-.362Zm0%205.423c0-.073.025-.15.076-.231a.479.479%200%200%201%20.18-.178%206.743%206.743%200%200%201%201.613-.52%209.12%209.12%200%200%201%201.746-.173c.32%200%20.623.018.91.053.287.035.582.086.886.153.086.02.16.065.224.135s.096.155.096.257c0%20.168-.05.29-.15.366-.1.076-.234.093-.402.052a5.985%205.985%200%200%200-.757-.103%2011.26%2011.26%200%200%200-.807-.028c-.523%200-1.037.053-1.544.16a7.74%207.74%200%200%200-1.45.457c-.172.079-.319.078-.44-.003-.121-.08-.182-.213-.181-.397Zm0-2.692c0-.073.025-.147.076-.222.05-.075.11-.13.18-.168a7.902%207.902%200%200%201%201.613-.53%208.319%208.319%200%200%201%202.656-.13c.287.036.582.087.886.154a.43.43%200%200%201%20.224.134c.064.07.096.155.096.258%200%20.168-.05.29-.15.366-.1.076-.234.093-.402.05a5.86%205.86%200%200%200-.757-.101%2011.26%2011.26%200%200%200-.807-.028%208.205%208.205%200%200%200-3.033.584c-.171.065-.311.064-.42-.005-.108-.07-.162-.19-.162-.362Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.cmn-header_nav--catalog_link:hover {
  background-color: rgb(52.8347280335, 84.5355648536, 199.7152719665);
}
@media (max-width: 1366px) {
  .cmn-header_nav--catalog_link {
    display: none;
  }
}

.cmn-header_nav_sp {
  display: none;
}
@media (max-width: 440px) {
  .cmn-header_nav_sp {
    display: block;
    position: fixed;
    top: 81px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 400;
    transform: translateX(100%);
    background-color: #ffffff;
    transition: transform 0.5s ease-in-out;
  }
  .js-menu_open .cmn-header_nav_sp {
    transform: translateX(0);
  }
}
.cmn-header_nav_sp--wrapper {
  height: 100%;
  padding: 8px 24px 40px;
  overflow-y: scroll;
}
.cmn-header_nav_sp--item {
  padding: 16px 0;
  border-bottom: #D9D9D9 1px solid;
}
.cmn-header_nav_sp--item:first-child {
  border-top: #D9D9D9 1px solid;
}
.cmn-header_nav_sp--head_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.cmn-header_nav_sp--switch {
  flex-shrink: 0;
  position: relative;
  width: 25px;
  height: 25px;
  border: #BCBCBC 1px solid;
  border-radius: 13px;
  transition: 0.5s;
}
.cmn-header_nav_sp--switch:before {
  content: "";
  position: absolute;
  left: 11px;
  top: 7px;
  display: block;
  width: 1px;
  height: 9px;
  background-color: #00a0e9;
  transition: 0.5s;
}
.cmn-header_nav_sp--switch:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 11px;
  display: block;
  width: 9px;
  height: 1px;
  background-color: #00a0e9;
  transition: 0.5s;
}
.js-sub_list-open .cmn-header_nav_sp--switch {
  border-color: #00a0e9;
  background-color: #00a0e9;
}
.js-sub_list-open .cmn-header_nav_sp--switch:before {
  background-color: #ffffff;
  transform: rotate(90deg);
}
.js-sub_list-open .cmn-header_nav_sp--switch:after {
  background-color: #ffffff;
}
.cmn-header_nav_sp--link {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
}
.cmn-header_nav_sp--link:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%2300A0E9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3%2012.013%2020.789%2012m-6.777%207L21%2012l-6.988-7%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.cmn-header_nav_sp--link-blank {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.cmn-header_nav_sp--link-blank:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23BCBCBC%22%20d%3D%22M3.333%2014c-.366%200-.68-.13-.941-.391A1.286%201.286%200%200%201%202%2012.667V3.333c0-.366.13-.68.392-.941.261-.26.575-.392.941-.392H8v1.333H3.333v9.334h9.334V8H14v4.667c0%20.366-.13.68-.391.942-.261.261-.575.391-.942.391H3.333Zm3.134-3.533-.934-.934%206.2-6.2h-2.4V2H14v4.667h-1.333v-2.4l-6.2%206.2Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.cmn-header_nav_sp--link-recruit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  color: #00a0e9;
}
.cmn-header_nav_sp--link-recruit:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2300A0E9%22%20d%3D%22M11.998%203.598a1.8%201.8%200%201%200%200%203.6%201.8%201.8%200%200%200%200-3.6Zm-3%201.8a3%203%200%201%201%206%200%203%203%200%200%201-6%200Zm9.6-.6a1.2%201.2%200%201%200%200%202.4%201.2%201.2%200%200%200%200-2.4Zm-2.4%201.2a2.4%202.4%200%201%201%204.8%200%202.4%202.4%200%200%201-4.8%200Zm-12%200a1.2%201.2%200%201%201%202.4%200%201.2%201.2%200%200%201-2.4%200Zm1.2-2.4a2.4%202.4%200%201%200%200%204.8%202.4%202.4%200%200%200%200-4.8Zm.72%2014.398-.12.002a2.4%202.4%200%200%201-2.4-2.4v-4.5a.3.3%200%200%201%20.3-.3h2.117c.048-.44.204-.85.438-1.2H3.898a1.5%201.5%200%200%200-1.5%201.5v4.5a3.6%203.6%200%200%200%204.085%203.568%205.997%205.997%200%200%201-.365-1.17Zm11.396%201.17a3.6%203.6%200%200%200%204.085-3.568v-4.5a1.5%201.5%200%200%200-1.5-1.5h-2.555c.235.35.39.76.438%201.2h2.116a.3.3%200%200%201%20.3.3v4.5a2.4%202.4%200%200%201-2.52%202.398%205.99%205.99%200%200%201-.364%201.17ZM8.698%209.598a1.5%201.5%200%200%200-1.5%201.5v5.7a4.8%204.8%200%201%200%209.6%200v-5.7a1.5%201.5%200%200%200-1.5-1.5h-6.6Zm-.3%201.5a.3.3%200%200%201%20.3-.3h6.6a.3.3%200%200%201%20.3.3v5.7a3.6%203.6%200%201%201-7.2%200v-5.7Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.cmn-header_nav_sp--link_text {
  flex-grow: 1;
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.cmn-header_nav_sp--sub_list_wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.5s;
}
.js-sub_list-open .cmn-header_nav_sp--sub_list_wrapper {
  grid-template-rows: 1fr;
}
.cmn-header_nav_sp--sub_list {
  padding-left: 48px;
  overflow: hidden;
  transition: 0.5s;
}
.js-sub_list-open .cmn-header_nav_sp--sub_list {
  padding-top: 24px;
  padding-bottom: 8px;
}
.cmn-header_nav_sp--sub_item + .cmn-header_nav_sp--sub_item {
  margin-top: 16px;
}
.cmn-header_nav_sp--sub_link {
  font-size: 16px;
  font-weight: bold;
}
.cmn-header_nav_sp--bottom_wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
}
.cmn-header_nav_sp--contact_link {
  flex: 1;
  display: block;
  padding: 24px 0;
  background-color: #00a0e9;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.cmn-header_nav_sp--contact_link:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 4px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.616%2019c-.46%200-.845-.154-1.153-.462-.308-.308-.462-.693-.463-1.154V6.616c0-.46.154-.845.463-1.153A1.569%201.569%200%200%201%204.615%205h14.77c.46%200%20.844.154%201.152.463.308.309.462.693.463%201.153v10.769c0%20.46-.154.844-.463%201.153a1.56%201.56%200%200%201-1.152.462H4.616ZM20%206.885l-7.552%204.944c-.07.037-.142.068-.214.093a.723.723%200%200%201-.234.037.723.723%200%200%201-.234-.037%201.439%201.439%200%200%201-.214-.093L4%206.884v10.5a.6.6%200%200%200%20.173.443.6.6%200%200%200%20.443.173h14.769c.18%200%20.327-.058.442-.173a.6.6%200%200%200%20.173-.443V6.885ZM12%2011l7.692-5H4.308L12%2011ZM4%207.096v-.811.034V6v.32-.052.828Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.cmn-header_nav_sp--catalog_link {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px 0;
  background-color: #3250bd;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.cmn-header_nav_sp--catalog_link:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6.5%2016.038c.873%200%201.722.1%202.547.3.825.2%201.642.527%202.453.98V7.507a7.993%207.993%200%200%200-2.386-1.16A9.175%209.175%200%200%200%206.5%205.96c-.6%200-1.125.036-1.576.107a8.52%208.52%200%200%200-1.501.4.608.608%200%200%200-.327.222.56.56%200%200%200-.096.317v9.015c0%20.18.064.311.192.394a.435.435%200%200%200%20.423.03%207.686%207.686%200%200%201%201.267-.297%2010.52%2010.52%200%200%201%201.618-.111Zm6%201.28a9.816%209.816%200%200%201%202.453-.98%2010.635%2010.635%200%200%201%202.547-.3c.6%200%201.14.037%201.618.11.479.075.901.174%201.267.297a.43.43%200%200%200%20.423-.03c.129-.082.193-.214.192-.393V7.007a.518.518%200%200%200-.096-.308.74.74%200%200%200-.327-.23%208.519%208.519%200%200%200-1.501-.4c-.45-.071-.976-.108-1.576-.11-.873%200-1.744.13-2.613.387a7.991%207.991%200%200%200-2.387%201.16v9.812Zm-.5%201.137c-.157%200-.3-.02-.432-.06a2.25%202.25%200%200%201-.376-.15%209.958%209.958%200%200%200-2.27-.901%209.523%209.523%200%200%200-3.956-.175c-.502.087-.99.227-1.466.42a1.004%201.004%200%200%201-1.022-.131c-.319-.232-.478-.553-.478-.963V6.83c0-.247.065-.477.195-.69.13-.211.312-.358.547-.441a8.218%208.218%200%200%201%201.833-.563A10.625%2010.625%200%200%201%206.5%204.96c.98%200%201.935.14%202.866.423.932.282%201.81.692%202.634%201.23a10.22%2010.22%200%200%201%202.634-1.23A9.836%209.836%200%200%201%2017.5%204.96c.649%200%201.29.058%201.925.175a8.217%208.217%200%200%201%201.833.563c.235.083.417.23.547.442.13.211.195.44.195.689v9.665c0%20.41-.172.724-.516.943a1.182%201.182%200%200%201-1.1.11%207.082%207.082%200%200%200-1.418-.39%208.885%208.885%200%200%200-1.466-.12c-.827%200-1.634.102-2.421.306a9.918%209.918%200%200%200-2.271.9c-.12.063-.245.113-.376.152-.131.04-.275.059-.432.059Zm1.885-9.508c0-.073.025-.147.076-.222.05-.075.11-.13.18-.168a7.982%207.982%200%200%201%201.613-.53%208.316%208.316%200%200%201%202.656-.13c.287.036.582.087.886.154.086.02.16.065.224.135s.096.155.096.257c0%20.168-.05.29-.15.366-.1.076-.234.093-.402.052a5.978%205.978%200%200%200-.757-.103%2011.219%2011.219%200%200%200-.807-.028c-.536%200-1.06.051-1.573.154-.513.103-1%20.246-1.46.43-.171.066-.311.064-.42-.005-.109-.07-.163-.19-.162-.362Zm0%205.423c0-.073.025-.15.076-.231a.479.479%200%200%201%20.18-.178%206.743%206.743%200%200%201%201.613-.52%209.12%209.12%200%200%201%201.746-.173c.32%200%20.623.018.91.053.287.035.582.086.886.153.086.02.16.065.224.135s.096.155.096.257c0%20.168-.05.29-.15.366-.1.076-.234.093-.402.052a5.985%205.985%200%200%200-.757-.103%2011.26%2011.26%200%200%200-.807-.028c-.523%200-1.037.053-1.544.16a7.74%207.74%200%200%200-1.45.457c-.172.079-.319.078-.44-.003-.121-.08-.182-.213-.181-.397Zm0-2.692c0-.073.025-.147.076-.222.05-.075.11-.13.18-.168a7.902%207.902%200%200%201%201.613-.53%208.319%208.319%200%200%201%202.656-.13c.287.036.582.087.886.154a.43.43%200%200%201%20.224.134c.064.07.096.155.096.258%200%20.168-.05.29-.15.366-.1.076-.234.093-.402.05a5.86%205.86%200%200%200-.757-.101%2011.26%2011.26%200%200%200-.807-.028%208.205%208.205%200%200%200-3.033.584c-.171.065-.311.064-.42-.005-.108-.07-.162-.19-.162-.362Z%22%2F%3E%3C%2Fsvg%3E");
}

.cmn-header_hamburger {
  display: none;
}
@media (max-width: 440px) {
  .cmn-header_hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    width: 48px;
    padding: 10px 0 4px;
    background-color: #00a0e9;
    cursor: pointer;
    animation: hamburgerFadeIn 1s forwards;
  }
}
.cmn-header_hamburger--bar_wrapper {
  position: relative;
  width: 21px;
  height: 14px;
}
.cmn-header_hamburger--bar {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 2px;
  background-color: #ffffff;
}
.cmn-header_hamburger--bar:first-child {
  top: 0;
  transition: top 0.5s, transform 0.5s;
}
.cmn-header_hamburger--bar:nth-child(2) {
  top: 7px;
  transition: opacity 0.5s;
}
.cmn-header_hamburger--bar:nth-child(3) {
  top: 100%;
  transition: top 0.5s, transform 0.5s;
}
.js-menu_open .cmn-header_hamburger--bar:first-child {
  top: 7px;
  transform: rotate(45deg);
}
.js-menu_open .cmn-header_hamburger--bar:nth-child(2) {
  opacity: 0;
}
.js-menu_open .cmn-header_hamburger--bar:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}
.cmn-header_hamburger--text {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 10px;
}

@keyframes hamburgerFadeIn {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.cmn-header_sub {
  position: relative;
  z-index: 400;
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 156px;
  background-color: #ffffff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  transition: grid-template-rows 0.3s, padding 0.3s;
}
.cmn-header_sub.js-show {
  padding: 48px 156px 40px;
  grid-template-rows: 1fr;
}
.cmn-header_sub--wrapper {
  overflow: hidden;
}
.cmn-header_sub--lead_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cmn-header_sub--lead {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.cmn-header_sub--lead_jpn {
  font-size: 24px;
  font-weight: bold;
}
.cmn-header_sub--lead_eng {
  color: #00a0e9;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.cmn-header_sub--top_link.m-arrow_link {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  gap: 20px;
}
.cmn-header_sub--top_link.m-arrow_link:after {
  transform: translateX(-4px);
}
.cmn-header_sub--top_link.m-arrow_link:hover:after {
  transform: translateX(0);
}
.cmn-header_sub--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 24px;
  margin-top: 16px;
}
.cmn-header_sub--item {
  padding: 24px 0;
}
.cmn-header_sub--item:first-child, .cmn-header_sub--item:nth-child(2), .cmn-header_sub--item:nth-child(3) {
  border-bottom: #D9D9D9 1px solid;
}
.cmn-header_sub--link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  font-size: 16px;
  font-weight: bold;
  transition: color 0.3s;
}
.cmn-header_sub--link:hover {
  color: #00a0e9;
}
.cmn-header_sub--img_wrapper {
  flex-shrink: 0;
  width: 168px;
  overflow: hidden;
}
.cmn-header_sub--img {
  width: 100%;
  transition: transform 0.3s;
}
.cmn-header_sub--link:hover .cmn-header_sub--img {
  transform: scale(1.1);
}

.cmn-footer {
  position: relative;
  padding-top: 40px;
  background-color: #333333;
}
.cmn-footer--page_top {
  position: absolute;
  top: 40px;
  right: 156px;
  z-index: 100;
  display: block;
  width: 72px;
  height: 72px;
  background-color: #00a0e9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m19.997%2018.05-8.25%208.25-2.356-2.357%2010.606-10.607%2010.607%2010.607-2.357%202.356-8.25-8.25Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.3s;
}
.cmn-footer--page_top:hover {
  background-color: rgb(0, 169.5107296137, 246.85);
}
@media (max-width: 440px) {
  .cmn-footer--page_top {
    top: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
    background-size: 22px auto;
  }
}
.cmn-footer--logo_link {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.cmn-footer--logo_img {
  width: 96px;
}
@media (max-width: 440px) {
  .cmn-footer--logo_img {
    width: 66px;
  }
}
.cmn-footer--name_link {
  display: block;
  width: fit-content;
  margin: 20px auto 0;
}
@media (max-width: 440px) {
  .cmn-footer--name_img {
    width: 276px;
  }
}
.cmn-footer--list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  width: fit-content;
  margin: 40px auto 0;
}
@media (max-width: 440px) {
  .cmn-footer--list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
    width: 100%;
    margin-top: 80px;
    padding: 0 24px;
  }
}
.cmn-footer--item {
  width: 168px;
}
@media (max-width: 440px) {
  .cmn-footer--item {
    width: auto;
    flex: 1;
  }
}
.cmn-footer--link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  transition: opacity 0.3s;
}
.cmn-footer--link-blank {
  gap: 6px;
}
.cmn-footer--link-blank:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.917%2011.25c-.321%200-.596-.114-.824-.342a1.126%201.126%200%200%201-.343-.825V1.917c0-.321.114-.596.343-.824.229-.228.503-.343.824-.343H6v1.167H1.917v8.166h8.166V6h1.167v4.083c0%20.321-.114.596-.342.825a1.12%201.12%200%200%201-.825.342H1.917Zm2.741-3.092-.816-.816%205.425-5.425h-2.1V.75h4.083v4.083h-1.167v-2.1L4.658%208.158Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.cmn-footer--link + .cmn-footer--link {
  margin-top: 16px;
}
.cmn-footer--link:hover {
  opacity: 0.7;
}
@media (max-width: 440px) {
  .cmn-footer--link {
    font-size: 12px;
  }
}
.cmn-footer--link_text {
  display: block;
  width: fit-content;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 440px) {
  .cmn-footer--link_text {
    font-size: 12px;
  }
}
.cmn-footer--sub_list {
  margin-top: 12px;
  padding-top: 8px;
  border-top: #00a0e9 1px solid;
}
.cmn-footer--sub_item + .cmn-footer--sub_item {
  margin-top: 8px;
}
.cmn-footer--sub_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  color: #ffffff;
  font-size: 12px;
  transition: opacity 0.3s;
}
.cmn-footer--sub_link-blank {
  gap: 6px;
}
.cmn-footer--sub_link-blank:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.5%209.5a.963.963%200%200%201-.706-.293A.965.965%200%200%201%20.5%208.5v-7c0-.275.098-.51.294-.706A.965.965%200%200%201%201.5.5H5v1H1.5v7h7V5h1v3.5c0%20.275-.098.51-.293.707A.96.96%200%200%201%208.5%209.5h-7Zm2.35-2.65-.7-.7L7.8%201.5H6v-1h3.5V4h-1V2.2L3.85%206.85Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.cmn-footer--sub_link:hover {
  opacity: 0.7;
}
@media (max-width: 440px) {
  .cmn-footer--sub_link {
    font-size: 10px;
  }
}
.cmn-footer--bottom_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 56px;
  padding: 24px 0;
  background-color: #222222;
}
@media (max-width: 440px) {
  .cmn-footer--bottom_wrapper {
    flex-direction: column;
    gap: 16px;
    padding: 32px 0;
  }
}
.cmn-footer--group_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  color: #00a0e9;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  transition: opacity 0.3s;
}
.cmn-footer--group_link:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.5%209.5a.963.963%200%200%201-.706-.293A.965.965%200%200%201%20.5%208.5v-7c0-.275.098-.51.294-.706A.965.965%200%200%201%201.5.5H5v1H1.5v7h7V5h1v3.5c0%20.275-.098.51-.293.707A.96.96%200%200%201%208.5%209.5h-7Zm2.35-2.65-.7-.7L7.8%201.5H6v-1h3.5V4h-1V2.2L3.85%206.85Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.cmn-footer--group_link:hover {
  opacity: 0.7;
}
.cmn-footer--bottom_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  color: #ffffff;
  font-size: 12px;
  transition: opacity 0.3s;
}
.cmn-footer--bottom_link:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.5%209.5a.963.963%200%200%201-.706-.293A.965.965%200%200%201%20.5%208.5v-7c0-.275.098-.51.294-.706A.965.965%200%200%201%201.5.5H5v1H1.5v7h7V5h1v3.5c0%20.275-.098.51-.293.707A.96.96%200%200%201%208.5%209.5h-7Zm2.35-2.65-.7-.7L7.8%201.5H6v-1h3.5V4h-1V2.2L3.85%206.85Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.cmn-footer--bottom_link:hover {
  opacity: 0.7;
}
.cmn-footer--copyright {
  padding: 24px 0;
  background-color: #000000;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-align: center;
}

.cmn-cta {
  margin-bottom: 120px;
  padding: 80px 0;
  background-color: #f5f5f5;
}
@media (max-width: 440px) {
  .cmn-cta {
    margin-bottom: 80px;
  }
}
.cmn-cta--title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 440px) {
  .cmn-cta--title {
    font-size: 20px;
  }
}
.cmn-cta--link_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 56px;
}
@media (max-width: 440px) {
  .cmn-cta--link_wrapper {
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }
}
.cmn-cta--contact_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 456px;
  padding: 24px 0;
  background-color: #00a0e9;
  border-radius: 48px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  transition: background-color 0.3s;
}
.cmn-cta--contact_link:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.339%2026.67c-.734%200-1.361-.262-1.883-.783a2.573%202.573%200%200%201-.784-1.884v-16c0-.734.261-1.361.784-1.883a2.574%202.574%200%200%201%201.883-.784h21.333c.733%200%201.361.261%201.884.784.522.523.783%201.15.782%201.883v16c0%20.733-.26%201.36-.782%201.884a2.561%202.561%200%200%201-1.884.782H5.339Zm10.666-9.334%2010.667-6.667V8.003l-10.667%206.666L5.34%208.003v2.666l10.666%206.667Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.cmn-cta--contact_link:hover {
  background-color: rgb(0, 169.5107296137, 246.85);
}
@media (max-width: 440px) {
  .cmn-cta--contact_link {
    width: 295px;
    padding: 16px 0;
    font-size: 18px;
  }
}
.cmn-cta--catalog_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 456px;
  padding: 24px 0;
  background-color: #3250bd;
  border-radius: 48px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  transition: background-color 0.3s;
}
.cmn-cta--catalog_link:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.64%204.625C10.382%203.547%207.226%203.02%203%203a1.96%201.96%200%200%200-1.767%201.054%202%202%200%200%200-.233.94v17.881c0%201.209.86%202.12%202%202.12%204.442%200%208.898.416%2011.566%202.938a.257.257%200%200%200%20.434-.187V6.676a.994.994%200%200%200-.341-.75%208.94%208.94%200%200%200-2.019-1.3Zm17.48-1.294a1.958%201.958%200%200%200-1.12-.33c-4.226.018-7.382.544-9.64%201.624a8.956%208.956%200%200%200-2.02%201.299.996.996%200%200%200-.34.75v21.07a.245.245%200%200%200%20.418.176c1.604-1.594%204.42-2.926%2011.585-2.925a2%202%200%200%200%202-2v-18a2%202%200%200%200-.883-1.664Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.cmn-cta--catalog_link:hover {
  background-color: rgb(52.8347280335, 84.5355648536, 199.7152719665);
}
@media (max-width: 440px) {
  .cmn-cta--catalog_link {
    width: 295px;
    padding: 16px 0;
    font-size: 18px;
  }
}
.cmn-cta--tel_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 24px;
}
@media (max-width: 440px) {
  .cmn-cta--tel_wrapper {
    flex-direction: column;
    gap: 4px;
    margin-top: 16px;
  }
}
.cmn-cta--tel_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 440px) {
  .cmn-cta--tel_inner {
    gap: 4px;
  }
}
.cmn-cta--tel_lead {
  color: #00a0e9;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.cmn-cta--tel_lead-fax {
  color: #3250bd;
}
@media (max-width: 440px) {
  .cmn-cta--tel_lead {
    font-size: 18px;
    font-weight: 500;
  }
}
.cmn-cta--tel_link {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 440px) {
  .cmn-cta--tel_link {
    font-size: 28px;
  }
}
.cmn-cta--time {
  margin-top: 16px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 440px) {
  .cmn-cta--time {
    margin-top: 12px;
    font-size: 14px;
  }
}

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