:root {
  --hff-root: "Noto Sans", sans-serif;
  --hff-title: "Oswald", sans-serif;
  --hlh-root: 1.5625;
  --hfw-root: 400;
  --hfs-root: 10px;
  --hfs: 1.6rem;
  --hfs-h1: 2.4rem;
  --hfs-h2: 2.2rem;
  --hfs-h3: 2rem;
  --hfs-h4: 1.8rem;
  --hfs-h5: 1.6rem;
  --hfs-h6: 1.4rem;
  --hbg-root: #fff;
  --hc-root: #222;
  --hc-hover: #1B1C57;
  --hc-primary: #f27227;
  --hc-1: #1169b0;
  --hc-2: #16b14b;
  --hc-3: #FFF3E0;
  --hc-4: #FFECB3;
  --hc-5: #DFF7FC;
  --hc-6: #1B1C57;
  --hc-7: #ED6744;
  --hc-8: #ddd;
  --hc-9: #8C9097;
  --hc-w: #fff;
  --hc-b: #000;
}

* {
  outline: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

html {
  height: 100%;
  width: 100%;
}

body {
  background-color: var(--hbg-root);
  color: var(--hc-root);
  font-size: var(--hfs);
  height: 100%;
  overflow-x: hidden;
  width: 100%;
}

a {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
}

label,
button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

iframe {
  border: 0;
}

form {
  width: 100%;
}

strong {
  font-weight: 700;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row > * {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 1199.98px) {
  select {
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  select::-ms-expand {
    display: none;
  }
}
html {
  font-family: var(--hff-root);
  font-size: var(--hfs-root);
  line-height: var(--hlh-root);
}

body {
  font-family: var(--hff-root);
  font-weight: var(--hfw-root);
  line-height: var(--hlh-root);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: var(--hlh-root);
}

h1 {
  font-size: var(--hfs-h1);
}

h2 {
  font-size: var(--hfs-h2);
}

h3 {
  font-size: var(--hfs-h3);
}

h4 {
  font-size: var(--hfs-h4);
}

h5 {
  font-size: var(--hfs-h5);
}

h6 {
  font-size: var(--hfs-h6);
}

.h-img--cover {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  transition: translate 0.3s;
}

.h-img--contain {
  height: 100%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  transition: translate 0.3s;
}

.w-100p {
  width: 100% !important;
}

.w-50p {
  width: 50% !important;
}

.w-25p {
  width: 25% !important;
}

.w-540 {
  width: 540px !important;
}

.w-265 {
  width: 265px !important;
}

.w-250 {
  width: 250px !important;
}

.w-200 {
  width: 200px !important;
}

.w-150 {
  width: 150px !important;
}

.w-125 {
  width: 125px !important;
}

.w-120 {
  width: 120px !important;
}

.w-100 {
  width: 100px !important;
}

.w-75 {
  width: 75px !important;
}

.w-50 {
  width: 50px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.hl--primary {
  background-color: var(--hc-3);
  overflow: hidden;
  min-height: 100vh;
  padding-top: 80px;
  position: relative;
  width: 100vw;
  z-index: 1;
}
.hl--detail {
  background-color: var(--hc-3);
  overflow: hidden;
  min-height: 100vh;
  padding-top: 80px;
  position: relative;
  width: 100vw;
  z-index: 1;
}
.hl--detail .hl-main {
  padding-bottom: 7.6666666667vw;
}
@media only screen and (max-width: 1199.98px) {
  .hl--primary {
    padding-top: 60px;
  }
  .hl--primary .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hl--primary {
    padding-bottom: 50px;
  }
}

.hl-main {
  min-height: 60vh;
}
.he-icon {
  height: 1em;
  transition: fill 0.3s, stroke 0.3s;
  width: 1em;
}
.he-btn--primary {
  background-color: var(--hc-primary);
  border-width: 0;
  border-radius: 4px;
  color: var(--hc-w);
  font-size: 1.6rem;
  font-weight: 500;
  height: 50px;
  padding: 10px 20px 8px;
  transition: background-color 0.3s;
  width: 200px;
}
.he-btn--primary::before {
  border-radius: 100%;
  border: 5px solid rgba(255, 255, 255, 0.2);
  border-top-color: var(--hc-w);
  content: "";
  display: inline-block;
  height: 40px;
  left: 50%;
  margin: auto;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 40px;
  visibility: hidden;
  animation: spin 1s infinite linear;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.he-btn--primary[data-state=sending] {
  font-size: 0;
  pointer-events: none;
}
.he-btn--primary[data-state=sending]::before {
  opacity: 1;
  visibility: visible;
}
.he-btn--primary:hover {
  background-color: var(--hc-1);
  cursor: pointer;
}
.he-btn--register {
  background-color: var(--hc-2);
  border-width: 0;
  border-radius: 100vw;
  color: var(--hc-w);
  font-size: 1.6rem;
  font-family: var(--hff-title);
  line-height: 1;
  padding: 8px 20px 10px;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  width: 150px;
}
.he-btn--register:hover {
  background-color: var(--hc-primary);
  color: var(--hc-w);
}
.he-btn--readmore {
  background-color: var(--hc-1);
  border-width: 0;
  border-radius: 100vw;
  color: var(--hc-w);
  font-size: 1.6rem;
  font-family: var(--hff-title);
  line-height: 1;
  padding: 8px 20px 10px;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  width: 150px;
}
.he-btn--readmore:hover {
  background-color: var(--hc-primary);
  color: var(--hc-w);
}
@media only screen and (max-width: 575.98px) {
  .he-btn--readmore, .he-btn--register {
    font-size: 1.4rem;
    max-width: 100%;
    width: auto;
  }
}

.he-headline--primary {
  color: var(--hc-primary);
  font-family: var(--hff-title);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
  z-index: 1;
}
.he-headline--primary::before {
  background-color: var(--hc-4);
  border-radius: 100px;
  content: "";
  height: 60%;
  left: 0%;
  position: absolute;
  right: 0%;
  top: 45%;
  transform: rotate(-0.5deg);
  z-index: -1;
}
.he-headline--page {
  color: var(--hc-primary);
  font-size: 2.5rem;
  font-family: var(--hff-title);
  line-height: 1.3;
  margin-bottom: 20px;
}
.he-headline--small {
  color: var(--hc-primary);
  font-family: var(--hff-title);
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .he-headline--primary::before {
    display: none;
  }
}
@media only screen and (max-width: 575.98px) {
  .he-headline--primary {
    font-size: 2.1rem;
  }
  .he-headline--small {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .he-txt {
    font-size: 1.4rem;
  }
}

.he-table {
  border: 1px solid var(--hc-primary);
  border-collapse: collapse;
  margin-top: 30px;
  width: 100%;
}
.he-table th {
  background-color: var(--hc-primary);
  color: var(--hc-w);
  font-size: 1.6rem;
  font-weight: 700;
  padding: 5px;
}
.he-table td {
  background-color: var(--hc-w);
  border: 1px solid var(--hc-primary);
  font-size: 1.6rem;
  padding: 10px;
}
.he-table td a {
  color: var(--hc-b);
  font-weight: 700;
  transition: color 0.3s;
}
.he-table td a:hover {
  color: var(--hc-primary);
}
.he-table td strong {
  color: var(--hc-primary);
}
.he-table tr:nth-child(even) {
  background-color: rgba(239, 0, 50, 0.05);
}
@media only screen and (max-width: 767.98px) {
  .he-table {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .he-table td {
    font-size: 1.4rem;
  }
}

.hc-sticky {
  box-shadow: 0 5px 10px rgba(204, 204, 204, 0.5);
  bottom: 0;
  right: 0;
  width: 50px;
  z-index: 999;
}
.hc-sticky__item {
  background-color: var(--hc-primary);
  border-bottom: 1px solid var(--hc-w);
  height: 50px;
  text-decoration: none;
  transition: background-color 0.3s;
  width: 50px;
}
.hc-sticky__item svg {
  fill: var(--hc-w);
  font-size: 2rem;
}
.hc-sticky__item svg[data-id=i-zalo] {
  font-size: 3.5rem;
}
.hc-sticky__item:last-child {
  border-bottom-width: 0;
}
.hc-sticky__item:hover {
  background-color: var(--hc-1);
  cursor: pointer;
}
@media only screen and (max-width: 575.98px) {
  .hc-sticky {
    border-top: 1px solid var(--hc-w);
    display: flex;
    height: 50px;
    width: 100%;
  }
  .hc-sticky__item {
    border-bottom: 0;
    border-right: 1px solid var(--hc-w);
    width: 50%;
  }
  .hc-sticky__item:last-child {
    border-right-width: 0;
  }
}

.hc-footer {
  background-color: var(--hc-w);
}
.hc-footer .container {
  margin-top: -5.1111111111vw;
}
.hc-footer__logo {
  margin-bottom: 5px;
  transition: opacity 0.3s;
}
.hc-footer__logo img {
  height: 60px;
  width: auto;
}
.hc-footer__logo:hover {
  opacity: 0.75;
}
.hc-footer__head {
  color: var(--hc-primary);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.hc-footer__ttl {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.hc-footer__info {
  color: var(--hc-root);
  font-weight: 700;
}
.hc-footer__info a {
  color: var(--hc-root);
  font-weight: 400;
  font-size: 1.5rem;
  transition: color 0.3s;
  text-decoration: none;
}
.hc-footer__info a:hover {
  color: var(--hc-primary);
  text-decoration: none;
}
.hc-footer__row {
  margin-bottom: 30px;
}
.hc-footer__nav {
  color: var(--hc-w);
}
.hc-footer__nav a {
  color: var(--hc-root);
  font-weight: 400;
  font-size: 1.5rem;
  padding-left: 10px;
  transition: color 0.3s;
  text-decoration: none;
}
.hc-footer__nav a::before {
  background-color: var(--hc-root);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 9px;
  transition: background-color 0.3s;
  width: 5px;
}
.hc-footer__nav a:hover {
  color: var(--hc-primary);
  text-decoration: none;
}
.hc-footer__nav a:hover::before {
  background-color: var(--hc-primary);
}
.hc-footer__social {
  margin-top: 20px;
}
.hc-footer__social a {
  background-color: var(--hc-primary);
  border-radius: 50%;
  height: 35px;
  margin-right: 10px;
  transition: background-color 0.3s;
  width: 35px;
}
.hc-footer__social a svg {
  fill: var(--hc-w);
  font-size: 1.6rem;
}
.hc-footer__social a svg[data-id=i-zalo] {
  font-size: 2.5rem;
}
.hc-footer__social a:hover {
  background-color: var(--hc-1);
}
.hc-footer__social a:hover svg {
  fill: var(--hc-w);
}
.hc-footer__bottom {
  background-color: var(--hc-2);
  margin-top: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.hc-footer__copyright {
  color: var(--hc-w);
  font-size: 1.6rem;
}
.hc-footer__copyright a {
  color: var(--hc-w);
  font-size: 1.5rem;
  transition: color 0.3s;
  text-decoration: none;
}
.hc-footer__copyright a:hover {
  color: var(--hc-primary);
  text-decoration: none;
}
@media only screen and (max-width: 575.98px) {
  .hc-footer__logo {
    margin-bottom: 5px;
  }
  .hc-footer__logo img {
    height: 40px;
  }
  .hc-footer__head {
    font-size: 1.6rem;
  }
  .hc-footer__info, .hc-footer__copyright {
    font-size: 1.4rem;
  }
  .hc-footer__info a, .hc-footer__copyright a {
    font-size: 1.4rem;
  }
  .hc-footer__col {
    margin-bottom: 20px;
  }
}

.hc-header {
  background-color: var(--hc-w);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  left: 0;
  top: 0;
  transition: height 0.3s;
  width: 100%;
  z-index: 1000;
}
.hc-header__container {
  height: 100%;
}
.hc-header__logo {
  margin-right: auto;
  transition: opacity 0.3s;
}
.hc-header__logo img {
  height: 50px;
  width: auto;
}
.hc-header__logo:hover {
  opacity: 0.75;
}
.hc-header__tel {
  background-color: var(--hc-primary);
  border-width: 0;
  border-radius: 100vw;
  color: var(--hc-w);
  font-size: 1.8rem;
  font-weight: 700;
  padding: 5px 20px;
  transition: background-color 0.3s, color 0.3s;
}
.hc-header__tel svg {
  fill: currentColor;
  font-size: 1.8rem;
  margin-right: 5px;
}
.hc-header__tel:hover {
  background-color: var(--hc-1);
  color: var(--hc-w);
}
@media only screen and (max-width: 1199.98px) {
  .hc-header {
    height: 60px;
  }
  .hc-header__tel {
    font-size: 1.4rem;
    padding: 3px 15px;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
  }
  .hc-header__tel svg {
    font-size: 1.4rem;
  }
  .hc-header__logo img {
    height: 40px;
  }
}
.hc-nav {
  font-family: var(--hff-title);
  height: 100%;
  z-index: 9999;
}
@media only screen and (min-width: 1200px) {
  .hc-nav {
    align-items: center;
  }
  .hc-nav > ul {
    align-items: center;
    display: flex;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .hc-nav > ul > li {
    align-items: center;
    display: inline-flex;
    height: 100%;
    margin-right: 28px;
    position: relative;
  }
  .hc-nav > ul > li.current > a {
    color: var(--hc-primary);
  }
  .hc-nav > ul > li svg {
    font-size: 1.4rem;
    fill: currentColor;
  }
  .hc-nav > ul > li > a {
    align-items: center;
    color: var(--hc-b);
    display: inline-flex;
    font-size: 1.8rem;
    font-weight: 700;
    justify-content: center;
    padding-right: 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s;
  }
  .hc-nav > ul > li > ul {
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 0;
    max-height: 395px;
    padding: 0;
    opacity: 0;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    transform-origin: center top 0;
    transform: scaleY(0);
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    width: 275px;
  }
  .hc-nav > ul > li > ul > li {
    position: relative;
  }
  .hc-nav > ul > li > ul > li > a {
    border-bottom: 1px solid #E8E9EA;
    color: var(--hc-b);
    display: block;
    font-size: 1.6rem;
    padding: 5px 15px;
    position: relative;
    text-decoration: none;
    transition: color 0.3s, background-color 0.3s;
  }
  .hc-nav > ul > li > ul > li > a svg {
    fill: currentColor;
    pointer-events: none;
    font-size: 1.6rem;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }
  .hc-nav > ul > li > ul > li > a.current {
    color: var(--hc-primary);
  }
  .hc-nav > ul > li > ul > li > ul {
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    left: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform-origin: left top 0;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    width: 275px;
  }
  .hc-nav > ul > li > ul > li > ul li > a {
    border-bottom: 1px solid #E8E9EA;
    color: var(--hc-3);
    display: block;
    font-size: 1.8rem;
    font-weight: 300;
    padding: 5px 15px;
    text-decoration: none;
    transition: color 0.3s;
  }
  .hc-nav > ul > li > ul > li > ul li > a:hover {
    background-color: var(--hc-1);
    color: var(--hc-w);
  }
  .hc-nav > ul > li > ul > li:hover > ul {
    opacity: 1;
    transform: scaleX(1);
    visibility: visible;
  }
  .hc-nav > ul > li > ul > li:hover > a {
    background-color: var(--hc-1);
    color: var(--hc-w);
  }
  .hc-nav > ul > li:hover > ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
  .hc-nav > ul > li:hover > a {
    color: var(--hc-primary);
  }
  .hc-nav > ul > li:hover svg {
    fill: var(--hc-primary);
  }
}
@media only screen and (max-width: 1199.98px) {
  .hc-nav {
    background-color: var(--hc-1);
    height: 100%;
    left: 0;
    padding-bottom: 50px;
    padding-top: 50px;
    position: fixed;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.3s;
    width: 100%;
    z-index: 10001;
  }
  .hc-nav.show {
    transform: translateX(0);
  }
  .hc-nav__btn {
    height: 32px;
    right: 15px;
    top: 14px;
    transition: background-color 0.3s;
    width: 32px;
  }
  .hc-nav__btn svg {
    fill: var(--hc-primary);
    font-size: 3rem;
  }
  .hc-nav__close {
    background-color: var(--hc-primary);
    border-radius: 4px;
    height: 32px;
    right: 15px;
    top: 14px;
    transition: background-color 0.3s;
    width: 32px;
  }
  .hc-nav__close svg {
    fill: var(--hc-w);
    font-size: 2rem;
  }
  .hc-nav > ul {
    list-style: none;
    margin: 0;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .hc-nav > ul > li {
    margin-bottom: 20px;
    position: relative;
  }
  .hc-nav > ul > li > a {
    color: var(--hc-w);
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
  }
  .hc-nav > ul > li svg {
    fill: var(--hc-w);
    font-size: 2rem;
    position: absolute;
    pointer-events: visible;
    right: 20px;
    top: 12px;
    transition: transform 0.3s;
    z-index: 1;
  }
  .hc-nav > ul > li svg.expand {
    transform: rotate(180deg);
  }
  .hc-nav > ul > li svg.expand ~ ul {
    max-height: 5000px;
    transition: max-height 0.15s ease-in-out;
  }
  .hc-nav > ul > li ul {
    max-height: 0;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    transition: max-height 0.15s cubic-bezier(0, 1, 0, 1);
  }
  .hc-nav > ul > li ul li {
    margin-top: 5px;
  }
  .hc-nav > ul > li ul a {
    color: var(--hc-w);
    font-size: 2rem;
  }
}
.hc-banner {
  background: url("../img/common/bg.webp") no-repeat center center/cover;
  padding-block: 50px;
}
.hc-banner__ttl {
  color: var(--hc-w);
  font-size: 3rem;
  text-align: center;
}

.hc-breadcrumb {
  background-color: var(--hc-w);
  padding-block: 10px;
}
.hc-breadcrumb a {
  color: var(--hc-root);
  font-size: 1.6rem;
  margin-right: 10px;
  padding-right: 15px;
}
.hc-breadcrumb a svg {
  fill: var(--hc-root);
  margin-bottom: 4px;
}
.hc-breadcrumb a::after {
  content: "/";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}
.hc-breadcrumb a:last-child {
  color: var(--hc-primary);
  margin-right: 0;
  padding-right: 0;
  pointer-events: none;
}
.hc-breadcrumb a:last-child::after {
  display: none;
}
.hc-breadcrumb a:hover {
  color: var(--hc-primary);
}
.hc-breadcrumb a:hover svg {
  fill: var(--hc-primary);
}
.hc-pagination a {
  background-color: var(--hc-primary);
  border: 1px solid transparent;
  border-radius: 50%;
  color: var(--hc-w);
  font-size: 1.4rem;
  height: 30px;
  line-height: 1;
  margin: 0 2px;
  text-decoration: none;
  transition: background-color 0.5s, color 0.5s;
  width: 30px;
}
.hc-pagination a.current, .hc-pagination a:hover {
  background-color: var(--hc-1);
}
.hc-pagination a.current {
  cursor: default;
  pointer-events: none;
}
.hc-card, .hc-card--bg {
  padding-bottom: 50px;
  padding-top: 50px;
}
.hc-card--bg {
  background-color: #ffeadd;
}
.hc-card__item {
  background-color: var(--hc-w);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  padding-bottom: 50px;
  border-radius: 12px;
  height: 100%;
  overflow: hidden;
}
.hc-card__item[data-state=hot]::before {
  background: url("../img/icon/i-hot.png") no-repeat center center/100%;
  content: "";
  height: 50px;
  position: absolute;
  right: 10px;
  top: -7px;
  width: 40px;
  z-index: 10;
}
.hc-card__avatar {
  padding-top: 71.4285714286%;
}
.hc-card__avatar--small {
  padding-top: 56.25%;
}
.hc-card__avatar--post {
  padding-top: 60%;
}
.hc-card__ttl {
  color: var(--hc-1);
  font-size: 2.5rem;
  font-family: var(--hff-title);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  z-index: 1;
}
.hc-card__ttl--post {
  font-size: 1.8rem;
  font-family: var(--hff-title);
  font-weight: 500;
}
.hc-card__ttl::before {
  background-color: var(--hc-3);
  border-radius: 100px;
  content: "";
  height: 60%;
  left: 0%;
  position: absolute;
  right: 0%;
  top: 45%;
  transform: rotate(-0.5deg);
  z-index: -1;
}
.hc-card__wrap {
  bottom: 15px;
  left: 0;
  width: 100%;
}
.hc-card__wrap > * {
  margin-left: 2px;
  margin-right: 2px;
}
.hc-card__info {
  padding: 15px;
}
.hc-card__txt {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.hc-card__txt li {
  font-size: 1.5rem;
  margin-bottom: 5px;
  padding-left: 25px;
}
.hc-card__txt li::before {
  align-items: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  color: var(--hc-primary);
  content: attr(data-txt);
  display: inline-flex;
  font-size: 1rem;
  height: 20px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px;
}
.hc-card__price {
  color: var(--hc-primary);
  font-size: 2rem;
  font-family: var(--hff-title);
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767.98px) {
  .hc-card, .hc-card--bg {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hc-card__ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .hc-card__ttl--post {
    font-size: 1.4rem;
  }
  .hc-card__info {
    padding: 10px;
  }
  .hc-card__wrap {
    bottom: 10px;
  }
  .hc-card__txt {
    font-size: 1.4rem;
  }
}

.hc-feedback {
  background-color: var(--hc-3);
}
.hc-feedback .container {
  margin-top: -5.1111111111vw;
}
.hc-feedback__item {
  background-color: var(--hc-w);
  border-radius: 12px;
  box-shadow: 0 9px 32px rgba(89, 92, 219, 0.05);
  height: 100%;
  overflow: hidden;
  padding: 30px;
}
.hc-feedback__img {
  border-radius: 12px;
  overflow: hidden;
  padding-top: 54.0540540541%;
  width: 100%;
}
.hc-feedback__txt {
  color: var(--hc-root);
  font-size: 1.5rem;
}
.hc-feedback__rating {
  line-height: 1;
  margin-bottom: 15px;
}
.hc-feedback__rating span {
  background: url("../img/icon/i-star.svg") no-repeat center center/100%;
  display: inline-block;
  height: 16px;
  width: 16px;
}
.hc-feedback__rating span[data-type=point] {
  background: url("../img/icon/i-star-yellow.svg") no-repeat center center/100%;
}
.hc-feedback__avatar {
  height: 150px;
  margin-bottom: 10px;
  overflow: hidden;
  width: 150px;
}
.hc-feedback__avatar img {
  height: 90%;
  width: 90%;
}
.hc-feedback__avatar::after {
  background: url("../img/common/bg-avatar.webp") no-repeat center center/100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hc-feedback__name {
  color: var(--hc-1);
  font-family: var(--hff-title);
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 10px;
}
.hc-feedback__name em {
  color: var(--hc-root);
  font-size: 2rem;
  margin-top: 10px;
}
@media only screen and (max-width: 767.98px) {
  .hc-feedback__box {
    box-shadow: 0 5px 16px rgba(89, 92, 219, 0.05);
    border-radius: 8px;
    margin-top: -50px;
    padding: 20px;
    width: calc(100% - 30px);
  }
  .hc-feedback__ttl {
    font-size: 1.6rem;
  }
  .hc-feedback__txt {
    font-size: 1.2rem;
  }
  .hc-feedback__rating {
    margin-top: 5px;
    padding-left: 50px;
  }
}
.hc-contact {
  padding-bottom: 150px;
  z-index: 1;
}
.hc-contact .hp-home__shape {
  transform: rotate(180deg) translateY(1px);
}
.hc-contact__row {
  margin-left: -30px;
  margin-right: -30px;
}
.hc-contact__row > * {
  padding-left: 30px;
  padding-right: 30px;
}
.hc-contact__box {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background-color: var(--hc-w);
  border-radius: 25px;
  overflow: hidden;
  margin-top: 50px;
  padding: 50px 30px 30px;
}
.hc-contact__input {
  margin-bottom: 10px;
}
.hc-contact__input input,
.hc-contact__input textarea {
  background-color: var(--hc-w);
  border: 1px solid #eaeaea;
  border-radius: 5px;
  color: var(--hc-root);
  padding: 10px;
  transition: border-color 0.3s;
  width: 100%;
}
.hc-contact__input input:focus,
.hc-contact__input textarea:focus {
  border: 1px solid var(--hc-2);
}
.hc-contact__input textarea {
  height: 150px;
}
.hc-contact__input:last-child {
  margin-bottom: 0;
}
.hc-contact__msg {
  color: var(--hc-2);
  font-size: 1.6rem;
  margin-top: 20px;
}
.hc-contact__map {
  border-radius: 12px;
  overflow: hidden;
  margin-top: -20px;
  padding-top: 55.5%;
  width: 100%;
}
.hc-contact__map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.hc-contact__turnstile {
  margin-bottom: 10px;
}
@media only screen and (max-width: 575.98px) {
  .hc-contact {
    padding-bottom: 30px;
  }
  .hc-contact__box {
    margin-bottom: 20px;
    padding: 20px;
  }
  .hc-contact__map {
    margin-top: 0;
  }
}

.hl-toash {
  display: flex;
  flex-direction: column-reverse;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}
.hl-toash__item, .hl-toash__item--error, .hl-toash__item--success, .hl-toash__item--info, .hl-toash__item--warning {
  background-color: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  max-width: 300px;
  margin-top: 5px;
  opacity: 0;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transform: translateX(100%);
  visibility: hidden;
  transition: opacity 0.15s, transform 0.15s, visibility 0.15s;
}
.hl-toash__item.init, .init.hl-toash__item--error, .init.hl-toash__item--success, .init.hl-toash__item--info, .init.hl-toash__item--warning {
  opacity: 1;
  visibility: visible;
}
.hl-toash__item.show, .show.hl-toash__item--error, .show.hl-toash__item--success, .show.hl-toash__item--info, .show.hl-toash__item--warning {
  transform: translateX(0);
}
.hl-toash__item--warning {
  border-bottom: 3px solid #FBC02D;
}
.hl-toash__item--info {
  border-bottom: 3px solid #0288D1;
}
.hl-toash__item--success {
  border-bottom: 3px solid #388E3C;
}
.hl-toash__item--error {
  border-bottom: 3px solid #D32F2F;
}
.hl-toash__ttl {
  border-bottom: 1px solid #eaeaea;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.hl-toash__content {
  font-size: 1.2rem;
  line-height: 1.3;
}
.hl-toash__btn {
  border: 1px solid #eaeaea;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  pointer-events: visible;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 5px;
  transition: background-color 0.3s;
  visibility: hidden;
  width: 20px;
}
.hl-toash__btn::before, .hl-toash__btn::after {
  background-color: #212121;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background-color 0.3s;
  width: 10px;
}
.hl-toash__btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hl-toash__btn:hover {
  background-color: #D32F2F;
  cursor: pointer;
}
.hl-toash__btn:hover::before, .hl-toash__btn:hover::after {
  background-color: #fff;
}

.hc-poster {
  background-color: var(--hc-3);
  padding-bottom: 7.6666666667vw;
}
.hc-poster .container {
  margin-top: -5.1111111111vw;
}
.hc-poster__row {
  margin-left: -5px;
  margin-right: -5px;
}
.hc-poster__row > * {
  padding-left: 5px;
  padding-right: 5px;
}
.hc-poster__avatar, .hc-poster__avatar--small {
  border-radius: 16px;
  overflow: hidden;
  padding-top: 71.1175616836%;
}
.hc-poster__avatar img, .hc-poster__avatar--small img {
  transition: transform 0.3s;
}
.hc-poster__avatar--small {
  margin-bottom: 20px;
  padding-top: 34.1%;
}
.hc-poster__avatar--small:last-child {
  margin-bottom: 0;
}
.hc-poster__avatar:hover img, .hc-poster__avatar--small:hover img {
  transform: translateX(10px) scale(1.1);
}
@media only screen and (max-width: 991.98px) {
  .hc-poster__avatar--small {
    margin-bottom: 10px;
  }
  .hc-poster__col {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hc-poster {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.hc-accor__item {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background-color: var(--hc-w);
  border-radius: 25px;
  margin-bottom: 10px;
  overflow: hidden;
}
.hc-accor__item:last-child {
  margin-bottom: 0;
}
.hc-accor__input {
  font-size: 0;
  height: 0;
  left: 0;
  line-height: 0;
  top: 0;
  width: 0;
}
.hc-accor__input:checked ~ .hc-accor__content {
  max-height: 2000px;
  padding-bottom: 15px;
  padding-top: 15px;
  transition: max-height 0.15s ease-in-out;
}
.hc-accor__input:checked ~ .hc-accor__label {
  background-color: var(--hc-primary);
  color: var(--hc-w);
}
.hc-accor__input:checked ~ .hc-accor__label svg {
  transform: rotate(180deg);
}
.hc-accor__label {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 20px;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
}
.hc-accor__label svg {
  fill: currentColor;
  font-size: 1.3rem;
  right: 20px;
  top: 18px;
  transition: transform 0.3s;
}
.hc-accor__label:hover {
  cursor: pointer;
}
.hc-accor__content {
  max-height: 0;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  transition: padding-bottom 0.3s, padding-top 0.3s, max-height 0.25s cubic-bezier(0, 1, 0, 1);
}
.hc-accor__content a {
  color: var(--hc-primary);
}
.hc-accor__content a:hover {
  text-decoration: underline;
}
.hc-accor__content strong {
  color: var(--hc-primary);
  display: inline-block;
}
.hc-about {
  padding-bottom: 50px;
  padding-top: 50px;
}
.hc-about__wrap {
  margin-top: 30px;
}
.hc-about__wrap .he-btn--primary {
  margin-left: 5px;
  margin-right: 5px;
  width: auto;
}
.hc-about__info {
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding-left: 50px;
}
.hc-about__info a {
  color: var(--hc-primary);
  font-size: 2rem;
  font-weight: 700;
}
.hc-about__info svg {
  font-size: 4rem;
  fill: var(--hc-primary);
  left: 0;
  top: 5px;
}
@media only screen and (max-width: 575.98px) {
  .hc-about {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .hc-about__info {
    font-size: 1.5rem;
    padding-left: 0;
    text-align: center;
  }
  .hc-about__info a {
    font-size: 1.8rem;
  }
  .hc-about__info svg {
    display: block;
    font-size: 3rem;
    left: 50%;
    position: relative !important;
    transform: translateX(-50%);
    top: 0;
  }
  .hc-about__wrap {
    margin-top: 10px;
  }
  .hc-about__row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .hc-about__row > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .hc-about__item {
    margin-bottom: 10px;
  }
  .hc-about__avatar {
    border-radius: 6px;
    margin-bottom: 5px;
  }
  .hc-about__ttl {
    font-size: 1.6rem;
  }
}

.hc-suggestion {
  background-color: var(--hc-w);
  padding-bottom: 100px;
  padding-top: 50px;
}
.hc-suggestion__box {
  margin-bottom: 30px;
  padding-inline: 70px;
}
.hc-suggestion__row {
  margin-left: -5px;
  margin-right: -5px;
}
.hc-suggestion__row > * {
  padding-left: 5px;
  padding-right: 5px;
}
.hc-suggestion__avatar {
  border-radius: 16px;
  overflow: hidden;
  padding-top: 163.6363636364%;
  width: 100%;
}
.hc-suggestion__avatar img {
  transition: transform 0.3s;
}
.hc-suggestion__ttl {
  background-color: var(--hc-primary);
  border-radius: 0 0 16px 16px;
  bottom: 0;
  color: var(--hc-w);
  font-family: var(--hff-title);
  font-size: 2rem;
  left: 0;
  padding: 10px;
  transition: background-color 0.3s;
  width: 100%;
}
.hc-suggestion__item:hover .hc-suggestion__avatar img {
  transform: translateX(-10px) scale(1.1);
}
.hc-suggestion__item:hover .hc-suggestion__ttl {
  background-color: var(--hc-1);
}
@media only screen and (max-width: 1199.98px) {
  .hc-suggestion__col {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hc-suggestion__ttl {
    font-size: 1.6rem;
  }
  .hc-suggestion__box {
    padding-inline: 0;
  }
}

.c-notification {
  background-color: var(--hc-w);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  bottom: -100px;
  left: 25px;
  padding: 5px 15px;
  position: fixed;
  transition: bottom 1s;
  z-index: 9999;
}
.c-notification.current {
  bottom: 50px;
}
.c-notification__name {
  color: var(--hc-primary);
  font-size: 1.5rem;
  font-weight: 700;
}
.c-notification__tel {
  color: var(--hc-root);
  font-size: 1.4rem;
  font-weight: 700;
}
.c-notification__txt {
  color: var(--hc-root);
  font-size: 1.4rem;
}
@media only screen and (max-width: 575.98px) {
  .c-notification {
    bottom: 50px;
    border-radius: 0;
    left: 0;
    text-align: center;
    transform: translateX(150%);
    transition: transform 1s;
    width: 100%;
  }
  .c-notification__name {
    font-size: 1.3rem;
  }
  .c-notification__tel, .c-notification__txt {
    font-size: 1.2rem;
  }
  .c-notification.current {
    transform: translateX(0);
  }
}

.hc-blog, .hc-blog--404 {
  padding-block: 50px 150px;
}
.hc-blog--404 {
  padding-bottom: 50px;
  padding-top: 50px;
}
.hc-blog__row {
  margin-left: -30px;
  margin-right: -30px;
}
.hc-blog__row > * {
  padding-left: 30px;
  padding-right: 30px;
}
.hc-blog p, .hc-blog--404 p {
  font-size: 1.6rem;
  text-align: left;
}
.hc-blog p a, .hc-blog--404 p a {
  color: var(--hc-primary);
  transition: color 0.3s;
}
.hc-blog p a:hover, .hc-blog--404 p a:hover {
  color: var(--hc-root);
}
.hc-blog img, .hc-blog--404 img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.hc-blog figure, .hc-blog--404 figure {
  margin-bottom: 20px;
}
.hc-blog figure:last-child, .hc-blog--404 figure:last-child {
  margin-bottom: 0;
}
.hc-blog figcaption, .hc-blog--404 figcaption {
  font-style: italic;
}
.hc-blog ul, .hc-blog--404 ul {
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (max-width: 767.98px) {
  .hc-blog, .hc-blog--404 {
    padding-block: 50px;
  }
}
.hc-post__col {
  margin-bottom: 20px;
}
@media only screen and (max-width: 575.98px) {
  .hc-post__row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .hc-post__row > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .hc-post__col {
    margin-bottom: 10px;
  }
}

.hc-carousel .splide__pagination__page, .hc-carousel--feedback .splide__pagination__page, .hc-carousel--card .splide__pagination__page, .hc-carousel--banner .splide__pagination__page {
  background-color: rgba(255, 255, 255, 0.5);
  height: 13px;
  margin-left: 5px;
  margin-right: 5px;
  width: 13px;
}
.hc-carousel .splide__pagination__page.is-active, .hc-carousel--feedback .splide__pagination__page.is-active, .hc-carousel--card .splide__pagination__page.is-active, .hc-carousel--banner .splide__pagination__page.is-active {
  background-color: var(--hc-w);
  transform: scale(1);
}
.hc-carousel .splide__arrow, .hc-carousel--feedback .splide__arrow, .hc-carousel--card .splide__arrow, .hc-carousel--banner .splide__arrow {
  background-color: var(--hc-primary);
  border-radius: 50%;
  height: 40px;
  left: initial;
  opacity: 1;
  right: 0;
  top: 0;
  transform: translateY(-65px);
  transition: background-color 0.3s;
  width: 40px;
}
.hc-carousel .splide__arrow::before, .hc-carousel--feedback .splide__arrow::before, .hc-carousel--card .splide__arrow::before, .hc-carousel--banner .splide__arrow::before {
  background: url("../img/icon/i-arrow-left.svg") no-repeat center center/10px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hc-carousel .splide__arrow svg, .hc-carousel--feedback .splide__arrow svg, .hc-carousel--card .splide__arrow svg, .hc-carousel--banner .splide__arrow svg {
  display: none;
}
.hc-carousel .splide__arrow:hover, .hc-carousel--feedback .splide__arrow:hover, .hc-carousel--card .splide__arrow:hover, .hc-carousel--banner .splide__arrow:hover {
  background-color: var(--hc-1);
  opacity: 1;
}
.hc-carousel .splide__arrow--prev, .hc-carousel--feedback .splide__arrow--prev, .hc-carousel--card .splide__arrow--prev, .hc-carousel--banner .splide__arrow--prev {
  right: 45px;
}
.hc-carousel .splide__arrow--next::before, .hc-carousel--feedback .splide__arrow--next::before, .hc-carousel--card .splide__arrow--next::before, .hc-carousel--banner .splide__arrow--next::before {
  transform: rotate(180deg);
}
.hc-carousel--banner .hc-carousel__item {
  width: 100%;
}
.hc-carousel--banner .hc-carousel__item img {
  height: auto;
  width: 100%;
}
.hc-carousel--banner .splide__pagination {
  bottom: 10px;
}
.hc-carousel--card {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
.hc-carousel--card .splide__slide {
  padding-bottom: 20px;
  padding-left: 10px;
  width: 350px;
}
.hc-carousel--feedback .splide__slide {
  padding-bottom: 20px;
  padding-top: 20px;
  width: 740px;
}
.hc-carousel--feedback .splide__pagination {
  bottom: 0;
  left: 0;
  margin-top: 15px;
  position: relative;
  width: 100%;
}
.hc-carousel--feedback .splide__pagination__page {
  background-color: #E0E3EB;
}
.hc-carousel--feedback .splide__pagination__page.is-active {
  background-color: var(--hc-primary);
}
@media only screen and (max-width: 991.98px) {
  .hc-carousel--card .splide__slide {
    width: 300px;
  }
  .hc-carousel--card .splide__pagination {
    bottom: 0;
    margin-top: 10px;
    position: relative;
  }
  .hc-carousel--card .splide__pagination__page {
    background-color: rgba(242, 114, 39, 0.5);
    height: 13px;
    margin-left: 5px;
    margin-right: 5px;
    width: 13px;
  }
  .hc-carousel--card .splide__pagination__page.is-active {
    background-color: var(--hc-primary);
    transform: scale(1);
  }
}
@media only screen and (max-width: 767.98px) {
  .hc-carousel--feedback .splide__slide {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 575.98px) {
  .hc-carousel--banner .splide__pagination {
    bottom: 0;
  }
  .hc-carousel--banner .splide__pagination__page {
    height: 10px;
    margin-left: 3px;
    margin-right: 3px;
    width: 10px;
  }
}

.c-particles {
  background: linear-gradient(to top, rgba(17, 105, 176, 0.5) 0%, rgba(242, 114, 39, 0.5) 50%, rgba(22, 177, 75, 0.5) 100%);
  height: 100vh;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.hc-sidebar__ttl {
  background: linear-gradient(to right, var(--hc-primary) 0%, var(--hc-1) 50%, var(--hc-2) 100%);
  color: var(--hc-w);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
  padding-block: 10px;
}
.hc-sidebar__expand {
  background-color: var(--hc-root);
  color: var(--hc-w);
  font-size: 1.6rem;
  padding-block: 5px;
  transition: background-color 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hc-sidebar__expand:hover {
  background-color: var(--hc-primary);
  cursor: pointer;
}
.hc-sidebar__box {
  background-color: var(--hc-w);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.hc-sidebar__box:last-child {
  margin-bottom: 0;
}
.hc-sidebar__box.expand .hc-sidebar__nav a.jsSidebarItem {
  border-bottom-width: 1px;
  max-height: 5000px;
  padding-block: 10px;
  transition: max-height 0.15s ease-in-out;
}
.hc-sidebar__nav a {
  background-color: var(--hc-w);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--hc-root);
  font-size: 1.6rem;
  padding-block: 5px;
  padding-inline: 10px;
  transition: color 0.3s;
}
.hc-sidebar__nav a.current, .hc-sidebar__nav a:hover {
  color: var(--hc-primary);
}
.hc-sidebar__nav a.jsSidebarItem {
  max-height: 0;
  overflow: hidden;
  border-bottom-width: 0;
  padding-block: 0;
  transition: max-height 0.15s cubic-bezier(0, 1, 0, 1);
}
.hp-home__product {
  background-color: var(--hc-3);
}
.hp-home__product .container {
  margin-top: -3.8333333333vw;
}
.hp-home__camera {
  padding-bottom: 7.6666666667vw;
}
.hp-home__camera .hp-home__shape {
  transform: rotate(180deg) translateY(1px);
}
.hp-home__service {
  padding-bottom: 7.6666666667vw;
}
.hp-home__service .hp-home__shape {
  transform: rotate(180deg) translateY(1px);
}
.hp-home__post {
  background-color: var(--hc-w);
  padding-bottom: 7.6666666667vw;
}
.hp-home__post .container {
  margin-top: -5.1111111111vw;
}
.hp-home__shape {
  transform: translateY(-99%);
}
.hp-post__box {
  margin-bottom: 50px;
}
.hp-contact__info {
  color: var(--hc-root);
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.hp-contact__info strong {
  margin-right: 5px;
}
.hp-contact__info a {
  color: var(--hc-root);
  font-size: 1.6rem;
  transition: color 0.3s;
}
.hp-contact__info a:hover {
  color: var(--hc-1);
}
.hp-contact__social {
  border-bottom: 1px solid #A3A6AC;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.hp-contact__social svg {
  font-size: 1.8rem;
  fill: var(--hc-w);
}
.hp-contact__social a {
  background-color: var(--hc-primary);
  border-radius: 50%;
  height: 35px;
  margin-right: 10px;
  transition: background-color 0.3s;
  width: 35px;
}
.hp-contact__social a:hover {
  background-color: var(--hc-1);
}
.hp-contact__ttl {
  color: var(--hc-primary);
  font-size: 2.5rem;
  font-family: var(--hff-title);
  font-weight: 500;
  margin-bottom: 15px;
}
.hp-contact__row {
  margin-left: -20px;
  margin-right: -20px;
}
.hp-contact__row > * {
  padding-left: 20px;
  padding-right: 20px;
}
.hp-contact__row .row {
  margin-left: -5px;
  margin-right: -5px;
}
.hp-contact__row .row > * {
  padding-left: 5px;
  padding-right: 5px;
}
.hp-contact__map {
  border-radius: 8px;
  border: 4px solid #A3A6AC;
  overflow: hidden;
  padding-top: 54.2168674699%;
}
.hp-contact__map iframe {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .hp-contact__col:not(:first-child) {
    margin-top: 20px;
  }
  .hp-contact__social {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
.hp-recruitment__col {
  margin-bottom: 20px;
}
.hp-product__row {
  margin-bottom: 30px;
}
.hp-error {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 50px;
}
.hp-error__img {
  margin-bottom: 10px;
}
.hp-submit {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 50px;
}
.hp-submit__img {
  margin-bottom: 20px;
}
.hp-submit__txt {
  color: var(--hc-primary);
  font-size: 1.6rem;
}
.hp-detail__group {
  margin-block: 50px;
}

/*# sourceMappingURL=bundle.min.css.map*/